@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

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

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

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

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}

:where(summary) {
  display: list-item;
}

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

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

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

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

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

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

:where(textarea) {
  resize: vertical;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/* function */
/*mixin*/
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #40494E;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  letter-spacing: 0.02em;
  line-height: 2;
  width: 100%;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*-----------------------
tag
-----------------------*/
section {
  margin: 8rem 0;
}

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

:where(a) {
  color: inherit;
  transition: 0.3s;
}
:where(a):hover {
  opacity: 0.5;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  width: 100%;
}
table th, table td {
  padding: 1em 0;
  vertical-align: top;
}
table th {
  border-bottom: 1px solid #0068B6;
  font-weight: 600;
}
table th ~ td {
  padding-left: 2em;
}
table td {
  border-bottom: 1px solid #D0D0D0;
}
table thead th {
  text-align: center;
}

.table--fixed-th th {
  width: 14.4rem;
}

.table--plain {
  width: auto;
  line-height: 2;
}
.table--plain th, .table--plain td {
  padding: 0;
  border: none;
}
.table--plain th ~ td, .table--plain td ~ td {
  padding-left: 1em;
}

/*-----------------------
common
-----------------------*/
.inner {
  width: 98%;
  max-width: 112rem;
  margin: 0 auto;
}
.inner--short {
  max-width: 93rem;
}

.inner-l {
  width: 98%;
  max-width: 130rem;
  margin: 0 auto;
}

/* margin */
/* Top */
.mT0 {
  margin-top: 0;
}

.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB0 {
  margin-bottom: 0;
}

.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

/* padding */
/* Top */
.pT0 {
  padding-top: 0;
}

.pT10 {
  padding-top: 1rem;
}

.pT20 {
  padding-top: 2rem;
}

.pT30 {
  padding-top: 3rem;
}

.pT40 {
  padding-top: 4rem;
}

.pT50 {
  padding-top: 5rem;
}

.pT60 {
  padding-top: 6rem;
}

.pT70 {
  padding-top: 7rem;
}

.pT80 {
  padding-top: 8rem;
}

.pT90 {
  padding-top: 9rem;
}

.pT100 {
  padding-top: 10rem;
}

.pT110 {
  padding-top: 11rem;
}

.pT120 {
  padding-top: 12rem;
}

.pT130 {
  padding-top: 13rem;
}

.pT140 {
  padding-top: 14rem;
}

.pT150 {
  padding-top: 15rem;
}

.pT160 {
  padding-top: 16rem;
}

.pT170 {
  padding-top: 17rem;
}

.pT180 {
  padding-top: 18rem;
}

.pT190 {
  padding-top: 19rem;
}

.pT200 {
  padding-top: 20rem;
}

/* Bottom */
.pB0 {
  padding-bottom: 0;
}

.pB10 {
  padding-bottom: 1rem;
}

.pB20 {
  padding-bottom: 2rem;
}

.pB30 {
  padding-bottom: 3rem;
}

.pB40 {
  padding-bottom: 4rem;
}

.pB50 {
  padding-bottom: 5rem;
}

.pB60 {
  padding-bottom: 6rem;
}

.pB70 {
  padding-bottom: 7rem;
}

.pB80 {
  padding-bottom: 8rem;
}

.pB90 {
  padding-bottom: 9rem;
}

.pB100 {
  padding-bottom: 10rem;
}

.pB110 {
  padding-bottom: 11rem;
}

.pB120 {
  padding-bottom: 12rem;
}

.pB130 {
  padding-bottom: 13rem;
}

.pB140 {
  padding-bottom: 14rem;
}

.pB150 {
  padding-bottom: 15rem;
}

.pB160 {
  padding-bottom: 16rem;
}

.pB170 {
  padding-bottom: 17rem;
}

.pB180 {
  padding-bottom: 18rem;
}

.pB190 {
  padding-bottom: 19rem;
}

.pB200 {
  padding-bottom: 20rem;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.font--small {
  font-size: 80%;
}

.font-en {
  font-family: din-2014, sans-serif;
  font-style: normal;
}

.extraBold {
  font-weight: 800;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.img-border {
  border: 1px solid #E0E0E0;
}

.super {
  vertical-align: super;
  font-size: 0.6em;
}

.underline {
  text-decoration: underline;
}

.txt-bg-black {
  padding-top: 2px;
  padding-bottom: 2px;
  background-position: center left;
  background-size: 100% calc(1em + 4px);
  background-image: linear-gradient(0deg, #1A1A1A, #1A1A1A);
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
}

.wf-loading {
  visibility: hidden;
  opacity: 0;
}

.z10 {
  position: relative;
  z-index: 10;
}

.slide-in {
  transition: 0.7s;
  opacity: 0;
  transform: translate(-10rem, 0);
}
.slide-in.animation--on {
  opacity: 1;
}
.slide-in.animation--on {
  transform: translate(0, 0);
}

.slide-in__wrap .slide-unit {
  transform: translate(-10rem, 0);
}
.slide-in__wrap.animation--on .slide-unit {
  transform: translate(0, 0);
}
.slide-in__wrap .slide-unit {
  transition: 0.7s;
}
.slide-in__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.2s;
}
.slide-in__wrap .slide-unit:nth-child(3) {
  transition-delay: 0.4s;
}
.slide-in__wrap .slide-unit:nth-child(4) {
  transition-delay: 0.6s;
}
.slide-in__wrap .slide-unit:nth-child(5) {
  transition-delay: 0.8s;
}
.slide-in__wrap .slide-unit:nth-child(6) {
  transition-delay: 1s;
}

.slide-in-clip {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.slide-in-clip.animation--on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slide-in-clip__wrap .slide-unit {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.slide-in-clip__wrap.animation--on .slide-unit {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.slide-in-clip__wrap .slide-unit:nth-child(1) {
  transition-delay: 0s;
}
.slide-in-clip__wrap .slide-unit:nth-child(2) {
  transition-delay: 0.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(3) {
  transition-delay: 1s;
}
.slide-in-clip__wrap .slide-unit:nth-child(4) {
  transition-delay: 1.5s;
}
.slide-in-clip__wrap .slide-unit:nth-child(5) {
  transition-delay: 2s;
}
.slide-in-clip__wrap .slide-unit:nth-child(6) {
  transition-delay: 2.5s;
}

.title-clip {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.title-clip.animation--on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.fade-up {
  display: block;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate(0, 40px);
}
.fade-up.animation--on {
  opacity: 1;
}
.fade-up.animation--on {
  transform: translate(0, 0);
}

.fade-up__wrap .fade-unit {
  opacity: 0;
}
.fade-up__wrap.animation--on .fade-unit {
  opacity: 1;
}
.fade-up__wrap .fade-unit {
  transform: translate(0, 40px);
}
.fade-up__wrap.animation--on .fade-unit {
  transform: translate(0, 0);
}
.fade-up__wrap .fade-unit {
  display: inline-block;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade-up__wrap .fade-unit:nth-child(1) {
  transition-delay: 0s;
}
.fade-up__wrap .fade-unit:nth-child(2) {
  transition-delay: 0.3s;
}
.fade-up__wrap .fade-unit:nth-child(3) {
  transition-delay: 0.6s;
}
.fade-up__wrap .fade-unit:nth-child(4) {
  transition-delay: 0.9s;
}
.fade-up__wrap .fade-unit:nth-child(5) {
  transition-delay: 1.2s;
}
.fade-up__wrap .fade-unit:nth-child(6) {
  transition-delay: 1.5s;
}
.fade-up__wrap .fade-unit:nth-child(7) {
  transition-delay: 1.8s;
}
.fade-up__wrap .fade-unit:nth-child(8) {
  transition-delay: 2.1s;
}
.fade-up__wrap .fade-unit:nth-child(9) {
  transition-delay: 2.4s;
}
.fade-up__wrap .fade-unit:nth-child(10) {
  transition-delay: 2.7s;
}
.fade-up__wrap .fade-unit:nth-child(11) {
  transition-delay: 3s;
}
.fade-up__wrap .fade-unit:nth-child(12) {
  transition-delay: 3.3s;
}
.fade-up__wrap .fade-unit:nth-child(13) {
  transition-delay: 3.6s;
}
.fade-up__wrap .fade-unit:nth-child(14) {
  transition-delay: 3.9s;
}
.fade-up__wrap .fade-unit:nth-child(15) {
  transition-delay: 4.2s;
}
.fade-up__wrap .fade-unit:nth-child(16) {
  transition-delay: 4.5s;
}
.fade-up__wrap .fade-unit:nth-child(17) {
  transition-delay: 4.8s;
}
.fade-up__wrap .fade-unit:nth-child(18) {
  transition-delay: 5.1s;
}
.fade-up__wrap .fade-unit:nth-child(19) {
  transition-delay: 5.4s;
}
.fade-up__wrap .fade-unit:nth-child(20) {
  transition-delay: 5.7s;
}
.fade-up__wrap .fade-unit:nth-child(21) {
  transition-delay: 6s;
}

.fade-in {
  display: block;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate(0, 40px);
}
.fade-in.animation--on {
  opacity: 1;
}
.fade-in.animation--on {
  transform: translate(0, 0);
}

.fade-in__wrap .fade-unit {
  opacity: 0;
}
.fade-in__wrap.animation--on .fade-unit {
  opacity: 1;
}
.fade-in__wrap .fade-unit {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade-in__wrap .fade-unit:nth-child(1) {
  transition-delay: 0s;
}
.fade-in__wrap .fade-unit:nth-child(2) {
  transition-delay: 0.3s;
}
.fade-in__wrap .fade-unit:nth-child(3) {
  transition-delay: 0.6s;
}
.fade-in__wrap .fade-unit:nth-child(4) {
  transition-delay: 0.9s;
}
.fade-in__wrap .fade-unit:nth-child(5) {
  transition-delay: 1.2s;
}
.fade-in__wrap .fade-unit:nth-child(6) {
  transition-delay: 1.5s;
}
.fade-in__wrap .fade-unit:nth-child(7) {
  transition-delay: 1.8s;
}
.fade-in__wrap .fade-unit:nth-child(8) {
  transition-delay: 2.1s;
}
.fade-in__wrap .fade-unit:nth-child(9) {
  transition-delay: 2.4s;
}
.fade-in__wrap .fade-unit:nth-child(10) {
  transition-delay: 2.7s;
}
.fade-in__wrap .fade-unit:nth-child(11) {
  transition-delay: 3s;
}

@keyframes slideX-100 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes textGradientPosition {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.title-gradient {
  background-image: linear-gradient(90deg, currentColor 20%, rgba(52, 201, 228, .8) 45%, #037fdd 50%, var(--before-color, rgba(64, 73, 78, .4)) 60%, var(--before-color, rgba(64, 73, 78, .4)) 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.title-gradient.animation--on {
  animation: 2s textGradientPosition cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes bound-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loop-y {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop-y2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes loop-y3 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-26.79rem);
  }
}
@keyframes loop-y4 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop-x {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-x2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-x3 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes color-loop {
  0% {
    color: #F4723A;
  }
  20% {
    color: #9C8662;
  }
  40% {
    color: #6C82C0;
  }
  60% {
    color: #68A48A;
  }
  80% {
    color: #CAB14D;
  }
}
.js-counter {
  text-align: right;
}

.svg-symbol {
  display: none;
}

:where(svg) {
  fill: currentColor;
  stroke: currentColor;
}

:root {
  --btn-color: #fff;
  --btn-color-txt: #40494E;
  --btn-color-icon: #6392B5;
  --btn-color-hover: #fff;
  --hover-size: min(2.13em, 3.2rem);
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

/* 旧ベース
.btn {
	//min-width: 25rem;
	padding: css_min(1.75em, 2.6rem) css_min(2.5em, 3.8rem);
	background: var(--btn-color);
	color: var(--btn-color-txt);
	border: 1px solid var(--btn-color);
	border-radius: 20em;
	@include font-ryo-g(bold);
	font-size: 1.6rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	@include sp {
		min-width: mobile-size-vw(24.7rem);
		padding: mobile-size-vw(2.3rem) mobile-size-vw(2.8rem);
		font-size: mobile-size-vw(1.4rem);
		justify-content: space-between;
	}

	.btn__icon {
		display: inline-block;
		width: 1.1em;
		height: 1.1em;
		margin-right: 1em;
		vertical-align: bottom;
		svg {
			display: block;
			width: 100%;
			height: 100%;
		}
	}
	.btn__arrow {
		width: 0.8125em;
		height: 0.75em;
		margin-left: 2.5em;
		position: relative;
		z-index: 5;
		&::before {
			content: '';
			width: 0;
			//height: 0;
			aspect-ratio: 1 / 1;
			background: var(--btn-color-txt);
			border-radius: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			translate: -50% -50%;
			z-index: -1;
			transition: .3s;
		}
		svg {
			display: block;
			width: 100%;
			height: 100%;
			stroke: none;
		}
	}

	&:hover {
		background: var(--btn-color-hover);
		//color: var(--btn-color);
		border-color: var(--btn-color-hover);
		opacity: 1;
		.btn__arrow {
			&::before {
				width: css_min(2.46em, 3.2rem);
				//height: css_min(2.46em, 3.2rem);
			}
			svg {
				fill: var(--btn-color-hover);
			}
		}
	}
}
*/
.btn {
  padding: min(1.8em, 2.7rem) min(2.6em, 3.9rem);
  background: var(--btn-color);
  color: var(--btn-color-txt);
  border: 1px solid #F5F5F5;
  border-radius: 20em;
  box-shadow: 0.3rem 0.5rem 0.6rem rgba(101, 113, 123, .3), -0.3rem -0.5rem 0.6rem rgba(255, 255, 255, .3);
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn .btn__icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 1em;
  vertical-align: bottom;
  color: var(--btn-color-icon);
  transition: 0.3s;
}
.btn .btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn .btn__arrow {
  width: min(0.758em, 1.137rem);
  height: min(0.715em, 1.072rem);
  margin-left: 3em;
  position: relative;
  z-index: 5;
}
.btn .btn__arrow::before {
  content: "";
  width: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(-135deg, #acc8d5, #2b77b1);
  box-shadow: inset 0 0.1rem 0.5rem rgba(101, 113, 123, .25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: 0.3s;
}
.btn .btn__arrow::after {
  content: "";
  width: var(--hover-size);
  aspect-ratio: 1/1;
  background: transparent;
  box-shadow: inset 0 0.1rem 0.5rem rgba(101, 113, 123, .25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -2;
  border-radius: 50%;
}
.btn .btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: none;
  transition: 0.3s;
}
.btn:hover {
  background: var(--btn-color-hover);
  color: var(--btn-color-txt-hover, rgba(64, 73, 78, .6));
  border-color: var(--btn-color-hover);
  opacity: 1;
}
.btn:hover .btn__icon {
  color: var(--btn-color-icon-hover, rgba(0, 104, 182, .6));
}
.btn:hover .btn__arrow::before {
  width: var(--hover-size);
}
.btn:hover .btn__arrow svg {
  fill: var(--btn-color-hover);
}

.btn--square {
  width: 80%;
  max-width: 54.4rem;
  padding: min(2.15em, 4.3rem) min(3.5em, 7rem);
  border-radius: 0.8rem;
  font-size: 2rem;
}
.btn--square .btn__arrow {
  position: absolute;
  top: 50%;
  right: min(2.15em, 4.3rem);
  translate: 0 -50%;
}

.btn--radius0 {
  border-radius: 0 !important;
}

.btn--between {
  justify-content: space-between;
}

.btn--w100 {
  width: 100%;
  max-width: none;
  position: relative;
}
.btn--w100 .btn__arrow {
  position: absolute;
  top: 50%;
  right: min(2.5em, 3.8rem);
  translate: 0 -50%;
}

.btn--ghost {
  background: none;
  color: var(--btn-color);
  border: none;
}
.btn--ghost:hover {
  background: var(--btn-color);
  color: var(--btn-color-txt);
  border-color: var(--btn-color);
  opacity: 1;
}
.btn--ghost:hover .btn__arrow::before {
  background: #037FDD;
}

.btn--white {
  --btn-color: #fff;
  --btn-color-hover: #6392B5;
  --btn-color-txt-hover: #fff;
  --btn-color-icon-hover: #fff;
  border: 1px solid #D0D0D0;
  box-shadow: none;
}
.btn--white .btn__arrow {
  color: #6392B5;
}
.btn--white .btn__arrow::before, .btn--white .btn__arrow::after {
  content: none;
}
.btn--white:hover {
  color: var(--btn-color);
  border-color: var(--btn-color-hover);
}
.btn--white:hover .btn__arrow svg {
  fill: var(--btn-color-icon-hover);
}

.btn--blue {
  --btn-color: #6392B5;
  --btn-color-txt: #fff;
  --btn-color-hover: #5CA2D6;
  --btn-color-txt-hover: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(101, 113, 123, .2);
  border: none;
}
.btn--blue .btn__arrow {
  color: var(--btn-color-txt);
}
.btn--blue .btn__arrow::before, .btn--blue .btn__arrow::after {
  content: none;
}
.btn--blue:hover .btn__arrow svg {
  fill: var(--btn-color-txt-hover);
}

.btn--orange {
  --btn-color: #F4723A;
  --btn-color-txt: #fff;
  --btn-color-hover: #FC8A59;
  --btn-color-txt-hover: #fff;
  box-shadow: none;
  border: none;
}
.btn--orange .btn__arrow {
  color: #1A1A1A;
}
.btn--orange .btn__arrow::before {
  background: #1A1A1A;
}
.btn--orange .btn__arrow::after {
  background: #fff;
}
.btn--orange:hover .btn__arrow svg {
  fill: var(--btn-color-txt-hover);
}

.btn--black {
  --btn-color: #1A1A1A;
  --btn-color-txt: #fff;
  --btn-color-hover: #40494E;
  --btn-color-txt-hover: #fff;
  box-shadow: none;
  border: none;
}
.btn--black .btn__arrow {
  color: #1A1A1A;
}
.btn--black .btn__arrow::before {
  background: #F4723A;
}
.btn--black .btn__arrow::after {
  background: #fff;
}
.btn--black:hover .btn__arrow svg {
  fill: var(--btn-color-txt-hover);
}

.btn--secondary {
  --btn-color: #D0D0D0;
  --btn-color-txt: #0068B6;
  background: none;
  color: var(--btn-color-txt);
  border: 1px solid var(--btn-color);
}
.btn--secondary:hover {
  color: #fff;
}
.btn--secondary:hover .btn__arrow::before {
  background: #fff;
}

.btn--return {
  /*
  .btn__arrow {
  	margin-left: 0;
  	margin-right: 1.8em;
  }
  /*
  padding-left: css_min(5.875em, 9.2rem);
  padding-right: css_min(5em, 7.8rem);
  */
  min-width: 28.5rem;
  padding-left: min(5.9em, 8.9rem);
  padding-right: min(4.2em, 6.3rem);
}
.btn--return .btn__arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  left: min(2.33em, 3.5rem);
  translate: 0 -50%;
}

.btn--download {
  width: 100%;
  max-width: 46rem;
  padding: 1.25em 2.125em;
  padding-right: 2.4375em;
  border-radius: 0.8rem;
  justify-content: space-between;
}
.btn--download .btn__icon {
  width: 1.3125em;
  height: 1.3125em;
  margin-right: 1.375em;
}
.btn--download .btn__arrow {
  width: 0.9375em;
  height: 0.9375em;
  margin-left: 0;
}

/*
	リンク内装飾
	span等でクラスを被せると上手くいかないことがあるのでその場合はネストさせる
*/
.link-line {
  padding-bottom: 0.3rem;
  will-change: background-size;
  background: linear-gradient(transparent 0%, #0068B6 0%) no-repeat right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0, 1) 0s;
}

.link-arrow {
  --arrow-color: #6392B5;
  --arrow-color-hover: #5CA2D6;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.link-arrow::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--arrow-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: 0.3s;
}
.link-arrow svg {
  display: block;
  width: 40%;
  height: 40%;
  stroke: none;
  fill: #fff;
}
.link-arrow--large {
  width: 2.4rem;
  height: 2.4rem;
}
.link-arrow--large svg {
  width: 39.9%;
  height: 37.6%;
}
.link-arrow--neu {
  --arrow-color: #fff;
  --arrow-color-hover: linear-gradient(180deg, #acc8d5, #2b77b1);
  background: var(--arrow-color);
  box-shadow: inset 0 0.1rem 0.5rem rgba(101, 113, 123, .25);
  border-radius: 50%;
}
.link-arrow--neu::before {
  width: 0;
  background: var(--arrow-color-hover);
}
.link-arrow--neu svg {
  fill: #40494E;
  transition: 0.3s;
}
.link-arrow--black {
  --arrow-color-hover: #1A1A1A;
}

:where(a):hover .link-arrow::before,
:where(.link-arrow-parent):hover .link-arrow::before {
  background: var(--arrow-color-hover);
}
:where(a):hover .link-arrow--neu::before,
:where(.link-arrow-parent):hover .link-arrow--neu::before {
  width: 100%;
}
:where(a):hover .link-arrow--neu svg,
:where(.link-arrow-parent):hover .link-arrow--neu svg {
  fill: #fff;
}

.link-blue {
  transition: 0.3s;
}
.link-blue + .link-arrow {
  margin-left: 0.875em;
}

:where(a):hover .link-blue {
  color: #0068B6;
}

.link-gray {
  transition: 0.3s;
}
.link-gray + .link-arrow {
  margin-left: 0.875em;
}

:where(a):hover .link-gray {
  color: rgba(64, 73, 78, .5);
}

.list {
  padding-left: 1em;
}
.list > li {
  display: list-item;
}
.list--dot {
  padding-left: 0.5em;
}
.list--dot > li {
  list-style-type: "・";
  padding-left: 0.5em;
}
.list--dot > li::marker {
  color: #D0D0D0;
  font-weight: 900;
}
.list--order {
  padding-left: 1.875em;
}
.list--order > li {
  padding-left: 0.6875em;
  list-style-type: decimal;
}
.list--order > li::marker {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.5;
}
.list--order2 {
  --vertical-padding: 1.7rem;
  padding-left: 0;
  font-size: clamp(1.4rem, 1.4641288433vw, 2rem);
  font-weight: bold;
  counter-reset: number 0;
}
.list--order2 > li {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
  padding-left: 2.6em;
  border-bottom: 1px dashed #D0D0D0;
  counter-increment: number 1;
  list-style-type: none;
  position: relative;
}
.list--order2 > li::before {
  content: counter(number, decimal-leading-zero);
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #0068B6;
  font-size: 0.8em;
  line-height: 2.5;
  position: absolute;
  top: var(--vertical-padding);
  left: 0;
}
.list--order2 > li:first-child {
  padding-top: 0;
}
.list--order2 > li:first-child::before {
  top: 0;
}
.list .no-list-style {
  list-style: none;
}

.accordion {
  border: 1px solid #D0D0D0;
  border-radius: 0.8rem;
}
.accordion__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.accordion__title {
  padding: 1rem;
}
.accordion__title--dot {
  list-style-type: "・";
}
.accordion__contents {
  padding: 1rem;
}

.accordion--blue {
  --side-padding: 3.9rem;
  padding: 3.5rem 0;
  background: #0068B6;
  border: none;
  border-radius: 0;
  color: #fff;
}
.accordion--blue + .accordion--blue {
  border-top: 1px solid #C1DCF0;
}
.accordion--blue .accordion__title {
  padding: 0 var(--side-padding);
  border: none;
  font-weight: 800;
  line-height: 1;
  position: relative;
  cursor: pointer;
  list-style: none;
}
.accordion--blue .accordion__title::-webkit-details-marker {
  display: none;
}
.accordion--blue .accordion__title .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  color: #C1DCF0;
  vertical-align: middle;
}
.accordion--blue .accordion__toggle {
  width: 1.71em;
  height: 1.71em;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: var(--side-padding);
  translate: 0 -50%;
}
.accordion--blue .accordion__toggle::before, .accordion--blue .accordion__toggle::after {
  content: "";
  width: 37.5%;
  height: 3px;
  background: #0068B6;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -0.1rem;
  border-radius: 1px;
}
.accordion--blue .accordion__toggle::after {
  rotate: 90deg;
  translate: -45% -0.1rem;
}
.accordion--blue .accordion__contents {
  padding: 1.2rem var(--side-padding) 0;
}
.accordion--blue .accordion__contents--p0 {
  padding: 0;
}
.accordion--blue .accordion__contents--ps0 {
  padding-left: 0;
  padding-right: 0;
}
.accordion--blue .accordion__contents--pb0 {
  padding-bottom: 0;
}
.accordion--blue.open .accordion__toggle::after, .accordion--blue[open] .accordion__toggle::after {
  rotate: 0deg;
  translate: -50% -0.1rem;
}

.accordion--faq {
  --font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-size: var(--font-size);
}
.accordion--faq + .accordion--faq {
  margin-top: 2.4rem;
}
.accordion--faq .accordion__title {
  padding: calc(0.33em + var(--font-size) * 2) calc(var(--font-size) * 5);
  padding-left: calc(3.39em + var(--font-size) * 2);
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.78;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.accordion--faq .accordion__title::-webkit-details-marker {
  display: none;
}
.accordion--faq .accordion__title::before {
  content: "Q";
  width: calc(var(--font-size) * 2.75);
  aspect-ratio: 1/1;
  background: #EFF6FA;
  border-radius: 50%;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: calc(var(--font-size) * 1.25);
  color: #0068B6;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(var(--font-size) * 2);
  left: calc(var(--font-size) * 2);
  transition: 0.3s;
}
.accordion--faq .accordion__toggle {
  width: calc(var(--font-size) * 2);
  height: calc(var(--font-size) * 2);
  background: #E0E0E0;
  border-radius: 50%;
  position: absolute;
  top: calc(0.33em + var(--font-size) * 2);
  right: calc(var(--font-size) * 2);
  translate: 0 0;
  transition: 0.3s;
}
.accordion--faq .accordion__toggle::before, .accordion--faq .accordion__toggle::after {
  content: "";
  width: 37.5%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.accordion--faq .accordion__toggle::after {
  rotate: 90deg;
}
.accordion--faq .accordion__contents {
  margin: 0 calc(var(--font-size) * 2) calc(var(--font-size) * 2);
  padding: 1.6875em;
  padding-left: 6em;
  background: #F5F5F5;
  border-radius: 1rem;
  position: relative;
}
.accordion--faq .accordion__contents::before {
  content: "A";
  width: calc(var(--font-size) * 2.75);
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: calc(var(--font-size) * 1.25);
  color: #0068B6;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(var(--font-size) * 1.375);
  left: calc(var(--font-size) * 1.6875);
}
.accordion--faq:hover .accordion__title {
  color: #0068B6;
}
.accordion--faq:hover .accordion__toggle {
  background: #6392B5;
}
.accordion--faq.open .accordion__title, .accordion--faq[open] .accordion__title {
  color: #0068B6;
}
.accordion--faq.open .accordion__toggle, .accordion--faq[open] .accordion__toggle {
  background: #6392B5;
}
.accordion--faq.open .accordion__toggle::after, .accordion--faq[open] .accordion__toggle::after {
  rotate: 0deg;
}

.js-accordion .accordion__contents {
  display: none;
}
.js-accordion.open .accordion__contents {
  display: block;
}

.tab__menu {
  display: inline-flex;
  position: relative;
}

.tab__btn {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom: none;
  cursor: pointer;
}
.tab__btn.active {
  background: rgba(0, 0, 0, .1);
}

.tab__line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab__indicator {
  background: #3b82f6;
  position: absolute;
  top: 0;
  bottom: 0;
  transition-duration: 200ms;
  transition-property: transform, width;
}

.tab__contents-wrap {
  border: 1px solid rgba(0, 0, 0, .1);
}

.tab__contents {
  padding: 1rem;
}
.tab__contents:not(.active) {
  display: none;
}

.breadcrumb {
  padding: 2rem 0;
}

/*
	プラグイン向け
*/
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1;
  gap: 1em;
}
.breadcrumb__list a {
  color: #A1A9AD;
}
.breadcrumb__list a:hover {
  color: #0068B6;
  opacity: 1;
}
.breadcrumb__list .breadcrumb__list__item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.breadcrumb__list .breadcrumb__list__item::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  background: url(../img/common/breadcrumb-arrow.svg) no-repeat center/contain;
}
.breadcrumb__list .breadcrumb__list__item:last-child::after {
  content: none;
}

/*
wp_pagenavi用
*/
.wp_pagenavi .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}
.wp_pagenavi .page-numbers a, .wp_pagenavi .page-numbers span {
  width: 2.5em;
  aspect-ratio: 1/1;
  border: 1px solid #A1ADAA;
  border-radius: 50%;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #A1ADAA;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp_pagenavi .page-numbers a:hover {
  background: #3A89C4;
  border: 1px solid #3A89C4;
  color: #fff;
  opacity: 1;
}
.wp_pagenavi .page-numbers .current {
  background: #3A89C4;
  border: 1px solid #3A89C4;
  color: #fff;
}
.wp_pagenavi .page-numbers .extend {
  width: auto;
  background: none;
  border: none;
}
.wp_pagenavi .page-numbers .previouspostslink {
  order: -1;
}
.wp_pagenavi .page-numbers .nextpostslink {
  order: 99;
}
.wp_pagenavi .page-numbers .previouspostslink,
.wp_pagenavi .page-numbers .nextpostslink {
  border-color: transparent;
  color: #3A89C4;
}
.wp_pagenavi .page-numbers .previouspostslink svg,
.wp_pagenavi .page-numbers .nextpostslink svg {
  width: 0.75em;
}

.translate {
  padding: 1rem 1.8rem;
  background: rgba(255, 255, 255, .6);
  border-radius: 1.9rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #65717B;
  transition: 0.3s;
}
.translate svg {
  stroke: none;
}
.translate .translate__toggle {
  background: none;
  border: none;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.translate .translate__toggle .translate__icon {
  pointer-events: none;
  width: calc(1em + 0.1rem);
  margin-right: 0.5em;
}
.translate .translate__toggle .translate__arrow {
  pointer-events: none;
  width: 0.5em;
  margin-left: 1em;
}
.translate .translate__language {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #40494E;
}
.translate .translate__link {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.translate .translate__link .translate__icon {
  width: 0.83em;
  margin-left: 1em;
  color: #0068B6;
}
.translate.menu-active .translate__language {
  display: block;
}

#siteConfirm {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  line-height: 1.86;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#siteConfirm.siteConfirm--initial {
  display: none !important;
}
#siteConfirm.siteConfirm--hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#siteConfirm .inner {
  width: 82%;
  max-width: 70rem;
  max-height: 80vh;
  padding: 5% 3.7% 3.3%;
  background: #fff;
  border-radius: 1em;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.siteConfirm__logo {
  width: min(21.9619326501vw, 30rem);
  margin: 0 auto 5rem;
}
.siteConfirm__logo img {
  width: 100%;
}

.siteConfirm__btn-title {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}

.siteConfirm__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
}
.siteConfirm__btn .btn {
  --btn-color: #E0E0E0;
  --btn-color-hover: #E0E0E0;
  --hover-size: 1.2em;
  width: 100%;
  min-width: auto;
  padding: 1.1em 2em;
  border: none;
  box-shadow: none;
  font-size: clamp(1.4rem, 1.4641288433vw, 2rem);
  font-weight: bold;
  flex-direction: column;
  overflow: hidden;
  z-index: 5;
}
.siteConfirm__btn .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, #acc8d5 0%, #2b77b1 100%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.siteConfirm__btn .btn .sub-txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #A1A9AD;
}
.siteConfirm__btn .btn .btn__arrow {
  width: 0.5em;
  height: 0.5em;
  right: min(1.15em, 2.3rem);
}
.siteConfirm__btn .btn .btn__arrow::before {
  content: none;
}
.siteConfirm__btn .btn .btn__arrow::after {
  background: #fff;
}
.siteConfirm__btn .btn:hover {
  color: #fff;
}
.siteConfirm__btn .btn:hover::before {
  opacity: 1;
}
.siteConfirm__btn .btn:hover .sub-txt {
  color: #C1DCF0;
}
.siteConfirm__btn .btn:hover .btn__arrow svg {
  fill: #40494E;
}

.siteConfirm__link {
  margin-top: 1.5em;
  text-align: right;
}
.siteConfirm__link a {
  font-weight: 500;
}
.siteConfirm__link a:hover {
  opacity: 1;
}

/*
	サイドコンテンツ
	インタビュー詳細表示エリア用
*/
:root {
  --view-width: 70vw;
  --view-width-max: 95.5rem;
}

body.menu-active {
  overflow: hidden;
  overflow: clip;
}

.header[data-menuname=main-translateX] {
  transition: 0.3s;
  left: 0;
}
.header[data-menuname=main-translateX].menu-active {
  transition: 0.5s;
  left: max(calc(var(--view-width) * -1), calc(var(--view-width-max) * -1)) !important;
}

.main-translateX {
  /*
  --view-width: 70vw;
  --view-width-max: 95.5rem;
  //translate: 0 0; // fixedが無効化される
  transition: .3s;
  @include sp {
  	--view-width: 87.2vw;
  }
  &.menu-active {
  	transition: .5s;
  	translate: css_max(calc(var(--view-width) * -1), calc(var(--view-width-max) * -1)) 0;
  }
  */
  position: relative;
  transition: 0.3s;
  left: 0;
}
.main-translateX.menu-active {
  transition: 0.5s;
  left: max(calc(var(--view-width) * -1), calc(var(--view-width-max) * -1)) !important;
}
.main-translateX__overlay {
  width: 100%;
  height: 100%;
  background: #7B7B7B;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  cursor: pointer;
  transition: 0.3s;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.main-translateX__overlay.menu-active {
  transition: 0.5s;
  left: max(calc(var(--view-width) * -1), calc(var(--view-width-max) * -1)) !important;
}
.main-translateX__overlay.menu-active {
  opacity: 1;
  visibility: visible;
}
.main-translateX__contents {
  width: var(--view-width);
  max-width: var(--view-width-max);
  height: 100%;
  background: #D0D0D0;
  color: #1A1A1A;
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-x: clip;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  transition: 0.3s;
}
.main-translateX__contents.menu-active {
  transition: 0.5s;
  left: max(calc(100% - var(--view-width)), calc(100% - var(--view-width-max))) !important;
}
.main-translateX__contents-close {
  width: 3.2rem;
  height: 3.2rem;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  top: 3rem;
  right: 3rem;
  transition: 0.3s;
  position: fixed;
  z-index: 99;
}
.main-translateX__contents-close .button-border {
  width: 125%;
  height: 0.5rem;
  background: #F4723A;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.main-translateX__contents-close .button-border.top {
  rotate: 45deg;
}
.main-translateX__contents-close .button-border.bottom {
  rotate: -45deg;
}
.main-translateX__contents-close:hover {
  rotate: 90deg;
}
.main-translateX__contents-main {
  padding: 13.9rem 9.6%;
}
.main-translateX__contents .recruit-scroll-down {
  position: absolute;
  top: 60rem;
  right: -2.4rem;
  z-index: -1;
}
.main-translateX.menu-active .recruit-template__loop-text {
  left: max(calc(var(--view-width) * -1), calc(var(--view-width-max) * -1)) !important;
}

.contents--flex {
  display: flex;
}
.contents--grid {
  display: grid;
}

.contents--grid-col2 {
  grid-template-columns: repeat(2, auto);
}

#header {
  width: 100%;
  padding: min(1.4641288433vw, 2rem) 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .contents--flex {
  max-width: 167rem;
  width: 96.6%;
  height: 100%;
  padding: min(1.317715959vw, 1.8rem) min(1.9033674963vw, 2.6rem);
  background: #fff;
  box-shadow: 0 min(0.5856515373vw, 0.8rem) min(1.4641288433vw, 2rem) rgba(101, 113, 123, .1);
  border-radius: 20em;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .sp {
  display: none;
}

.header__logo {
  width: min(17.7159590044vw, 24.2rem);
}
.header__logo a, .header__logo img {
  display: block;
  width: 100%;
}
.header__logo a:hover, .header__logo img:hover {
  opacity: 1;
}

.header__translate {
  position: absolute;
  top: calc(100% + 2rem);
  right: min(1.8301610542vw, 2.5rem);
}

.header__overlay {
  width: 100%;
  height: 100%;
  background: #C9C9C9;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 899;
}
.header__overlay.menu-active {
  opacity: 1;
  visibility: visible;
}

.g-menu__btn {
  width: 5rem;
  height: 5rem;
  display: none;
  background: none;
  border: none;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.g-menu__btn .button-border {
  width: 2.1rem;
  height: 2px;
  background: #0068B6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.g-menu__btn .button-border.top {
  top: calc(50% - 6px);
}
.g-menu__btn .button-border.bottom {
  top: calc(50% + 6px);
}
.g-menu__btn.menu-active .button-border {
  background: transparent;
  transform: translate(-50%, -1px);
}
.g-menu__btn.menu-active .button-border.top {
  background: #0068B6;
  top: 50%;
  transform: translate(-50%, -1px) rotate(45deg);
}
.g-menu__btn.menu-active .button-border.bottom {
  background: #0068B6;
  top: 50%;
  transform: translate(-50%, -1px) rotate(-45deg);
}

.g-menu .btn {
  padding: 0.57em 1.42em;
}
.g-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-menu__nav-list {
  font-weight: 600;
  font-size: min(1.0248901903vw, 1.5rem);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-menu__nav-list-item {
  padding: min(0.5124450952vw, 0.7rem) 0;
}
.g-menu__nav-list-item:not(.g-menu__nav-list-item--btn) {
  margin-right: 1.44em;
}
.g-menu__nav-list-item a:hover {
  opacity: 1;
}
.g-menu__nav-list-item--gray {
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px solid #A1A9AD;
  color: #65717B;
}
.g-menu__nav-list-item--gray:not(:last-child) {
  margin-right: 0;
}
.g-menu__nav-list-item--btn {
  padding: 0;
}
.g-menu__nav-list-item--btn:not(:last-child) {
  margin-right: 0.5em;
}
.g-menu__nav-list-item--btn :where(.btn--ghost) {
  border: 1px solid #A1A9AD;
  color: #40494E;
  box-shadow: none;
}
.g-menu__nav-list-item.menu-active .hover-line::before {
  width: 100%;
}
.g-menu__nav-list-item.menu-active .g-menu__nav-child {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
}
.g-menu__nav-list-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  margin-right: 0.57em;
}
.g-menu__nav-child {
  width: 100%;
  padding: 4.39238653vw 7.3206442167vw 2.196193265vw;
  background: #fff;
  border-radius: 1.4641288433vw;
  box-shadow: 0 min(0.5856515373vw, 0.8rem) min(1.4641288433vw, 2rem) rgba(101, 113, 123, .1);
  font-size: min(1.1713030747vw, 1.6rem);
  color: #40494E;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 0;
  z-index: 20;
  translate: 0 -5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.g-menu__nav-child--grid {
  display: grid;
  grid-template-columns: min(27.8184480234vw, 38rem) auto;
  align-items: flex-start;
}
.g-menu__nav-child-bottom {
  margin-top: min(2.3426061493vw, 3.2rem);
  padding-top: min(2.3426061493vw, 3.2rem);
  border-top: 1px solid #D0D0D0;
}
.g-menu__nav-child-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.45em;
  font-size: clamp(1.6rem, 1.6105417277vw, 2.2rem);
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.g-menu__nav-child-title--en {
  display: block;
  margin-top: 0.5em;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: min(0.9516837482vw, 1.3rem);
  line-height: 1.2;
}
.g-menu__nav-child-title-icon {
  width: 1.82em;
  height: 1.82em;
  background-color: #E0E0E0;
  border-radius: 50%;
  color: #6392B5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  transition: 0.3s;
}
.g-menu__nav-child-title-icon::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #acc8d5, #2b77b1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.g-menu__nav-child-main {
  padding-top: min(0.5124450952vw, 0.7rem);
}
.g-menu__nav-child-list {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em 4em;
}
.g-menu__nav-child-btn {
  margin-top: min(1.756954612vw, 2.4rem);
}
.g-menu__nav-child-btn .btn {
  padding: 1em;
  max-width: min(46.8521229868vw, 64rem);
}
.g-menu__nav-child-close {
  text-align: center;
}
.g-menu__nav-child-close-btn {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.g-menu__nav-child-close-btn .icon-close {
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.8rem;
  color: #A1A9AD;
}
.g-menu__nav-child-close-btn .icon-close svg {
  stroke: #fff;
}
.g-menu__nav-child-close-btn:hover {
  opacity: 0.5;
}
.g-menu__nav-child-products-search .products-search-form {
  margin: 0 auto;
}
.g-menu__nav-child-products-categories {
  margin-top: min(1.756954612vw, 2.4rem);
}

/* banner link */
.footer__banner {
  padding: 8rem 0;
  background: #DEE8EF;
}
.footer__banner .inner {
  max-width: 102.4rem;
}
.footer__banner .contents--grid-col2 {
  gap: min(4.6852122987vw, 6.4rem);
}
.footer__banner .btn {
  width: 100%;
  max-width: none;
}
:where(#strength) .footer__banner .btn,
:where(#achievements) .footer__banner .btn {
  font-size: 2.4rem;
  font-weight: 800;
}
:where(#strength) .footer__banner-text,
:where(#achievements) .footer__banner-text {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-align: center;
}
:where(#strength) .footer__banner-btn,
:where(#achievements) .footer__banner-btn {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}

/* footer */
.footer {
  padding: 7.6rem 0 6.25rem;
  background: #3A3A3A;
  color: #E0E0E0;
  font-size: 1.4rem;
  background: linear-gradient(-135deg, #8dbbea, #475057 50%);
}
.footer .contents--grid {
  grid-template-columns: minmax(auto, 36rem) minmax(auto, 62.5rem);
  justify-content: space-between;
  gap: 0 1rem;
}

.footer__logo {
  grid-column: 1;
  display: block;
  width: min(40.2635431918vw, 35.2rem);
  margin-bottom: 4rem;
}
.footer__logo img {
  width: 100%;
}

.footer__company {
  grid-column: 1;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 1.45;
  position: relative;
}
.footer__company::after {
  content: "";
  width: 3.2rem;
  height: 0;
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer__address {
  font-size: 1.5rem;
}

.footer__maplink {
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.footer__contact {
  grid-column: 1;
  margin-bottom: 6rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer__contact .footer__contact-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
}
.footer__contact .footer__tel {
  margin-bottom: 0.7rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.footer__contact .footer__tel .tel-icon {
  width: 0.65em;
}
.footer__contact .footer__formlink {
  margin-top: 2rem;
}
.footer__contact .footer__formlink .btn {
  padding: min(1.75em, 2.3rem) min(2.5em, 3rem);
  font-size: 1.5rem;
}

.footer__btn-wrap {
  display: none;
}

.footer__btn {
  grid-column: 1;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 1.29em;
  /*
  .youtube-icon {
  	width: 1.5em;
  	height: 1.5em;
  	margin-right: 1.5em;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: relative;
  	z-index: 5;
  	@include sp {
  		margin-right: 2em;
  		color: $white;
  	}
  	&::before {
  		content: '';
  		width: 0;
  		aspect-ratio: 1 / 1;
  		background: $youtube-red;
  		border-radius: 50%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		z-index: -1;
  		translate: -50% -50%;
  		transition: .3s;
  		@include sp {
  			width: 3.14em;
  		}
  	}
  	svg {
  		width: 100%;
  		height: 100%;
  	}
  }
  &:hover {
  	color: $white;
  	opacity: 1;
  	.youtube-icon {
  		&::before {
  			width: 3.14em;
  		}
  	}
  }
  */
}
.footer__btn .btn-icon {
  width: 4.3rem;
}

.footer__translate {
  display: none;
}

.footer__link {
  grid-column: 1;
  font-size: 1.5rem;
}
.footer__link a {
  text-decoration: underline;
}
.footer__link .icon {
  margin-left: 0.3em;
}
.footer__link .icon svg {
  display: inline-block;
  height: 1em;
}

.footer__copyright {
  grid-column: 1;
  margin-top: 1.5rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #7B7B7B;
  line-height: 1.2;
  letter-spacing: 0;
}

.footer__nav {
  align-self: flex-end;
  grid-column: 2;
  grid-row: 1/6;
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}
.footer__nav a {
  color: #fff;
}

.footer__nav-home {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.2rem;
}

.footer__nav-list {
  line-height: 1.25;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  justify-content: space-between;
  gap: min(3.2942898975vw, 4.5rem) 1rem;
  padding-right: min(4.39238653vw, 6rem);
}
.footer__nav-list a {
  display: inline-block;
}
.footer__nav-list a:not(:last-child) {
  margin-bottom: 1.5em;
}
.footer__nav-list .gap1 {
  margin-top: min(3.2942898975vw, 4.5rem);
}
.footer__nav-list .grid-position1 {
  grid-row: 2/span 2;
}
.footer__nav-list .grid-r-span2 {
  grid-row: span 2;
}
.footer__nav-list .grid-r-span3 {
  grid-row: span 3;
}
.footer__nav-list .grid-r-span4 {
  grid-row: span 4;
}
.footer__nav-list .link-disable {
  pointer-events: none;
  opacity: 0.6;
}
.footer__nav-list .footer__nav-btn {
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__nav-list .footer__nav-btn .btn-icon {
  flex-shrink: 0;
}

.footer__nav-list-child {
  font-size: clamp(1.3rem, 1.0980966325vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
}
.footer__nav-list-child a {
  color: #E0E0E0;
}
.footer__nav-list-child > li:not(:last-child) {
  margin-bottom: 0.8em;
}

.cookie {
  width: 100%;
  padding: min(1.7857142857vw, 2rem) 0;
  background-color: #fff;
  box-shadow: 8px 0px 20px rgba(101, 113, 123, .3);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.6s;
}
.cookie.is-show {
  transform: translateY(0);
}
.cookie.is-hide {
  display: none;
}

.cookie__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie__text {
  font-size: clamp(1.4rem, 1.2445095168vw, 1.7rem);
  line-height: 1.8823529412;
  letter-spacing: 0.02em;
}

.cookie__text a {
  color: #0068B6;
  text-decoration: underline;
}

.cookie__agree {
  cursor: pointer;
  font-size: clamp(1.6rem, 1.3909224012vw, 1.9rem);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(17.2321428571vw, 19.3rem);
  height: min(3.5714285714vw, 4rem);
  color: #fff;
  background-color: #6392B5;
  border-radius: min(1.9642857143vw, 2.2rem);
  transition: all 0.3s;
}

.cookie__agree:hover {
  --btn-color: #6392B5;
  --btn-color-txt: #fff;
  --btn-color-hover: #5CA2D6;
  --btn-color-txt-hover: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(101, 113, 123, .2);
  background: var(--btn-color-hover);
  color: var(--btn-color-txt-hover, rgba(64, 73, 78, .6));
  border-color: var(--btn-color-hover);
  opacity: 1;
}

:where(.page__contents) :where(h2),
:where(.page__contents) :where(.h2-size) {
  font-size: clamp(1.6rem, 2.3426061493vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
}
:where(.page__contents) :where(h2):not(:last-child),
:where(.page__contents) :where(.h2-size):not(:last-child) {
  margin-bottom: 2em;
}
:where(.page__contents) :where(h3),
:where(.page__contents) :where(.h3-size) {
  font-size: clamp(1.6rem, 2.0497803807vw, 2.8rem);
  font-weight: bold;
  line-height: 1.6;
}
:where(.page__contents) :where(h3):not(:last-child),
:where(.page__contents) :where(.h3-size):not(:last-child) {
  margin-bottom: 2em;
}
:where(.page__contents) :where(p):not(:last-child) {
  margin-bottom: 1.5em;
}

.page__header {
  height: 39rem;
  padding-top: 9.2rem;
  padding-bottom: 8rem;
  background: #4285B7;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.page__header .page__mainv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.page__header .page__header-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__header .page__header-logo {
  position: absolute;
  bottom: 7.6rem;
  right: 16.1786237189vw;
  pointer-events: none;
}
.page__header .page__title-en {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  word-wrap: break-word;
}
.page__header .page__title {
  font-size: 1.6rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
}
.page__header .page__header-order {
  display: flex;
  flex-direction: column;
}
.page__header .page__header-order--reverse .page__title-en {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2;
}
.page__header .page__header-order--reverse .page__title {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4.4rem;
  line-height: 1.4;
}
.page__header--typeA .page__mainv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%, #fefefe 41.38%, #f7f7f7 54.68%, #8294a5 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__header--typeB {
  background: #4285B7;
}
.page__header--typeC {
  background: #fff;
  color: #40494E;
}
.page__header--typeC .breadcrumb {
  padding-bottom: 0 !important;
}
.page__header--typeD {
  background: linear-gradient(-135deg, #acc8d5, #2b77b1);
}
.page__header--typeD .page__header-order {
  max-width: 85.7rem;
}
.page__header--typeD .page__header-order--reverse .page__title {
  font-size: 3.6rem;
  font-weight: 800;
}
.page__header--typeE {
  background: url(../img/common/page-header-bg-typeE.jpg) no-repeat right top/cover;
}
.page__header--typeE .page__header-image {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page__header--typeF {
  height: auto;
  padding-top: min(13.17715959vw, 18rem);
  background: none;
  overflow: hidden;
}
.page__header--typeF .page__header-order .page__title-en {
  font-size: min(10.102489019vw, 13.8rem);
  white-space: nowrap;
  color: #1A1A1A;
}
.page__header--typeF .page__header-order .page__title-en .en-slug {
  display: inline-block;
}
.page__header--typeF .page__header-order .page__title-en .stroke {
  margin-left: 3.2rem;
  -webkit-text-stroke: 1px #1A1A1A;
  text-stroke: 1px #1A1A1A;
  color: transparent;
}
.page__header--typeF .page__header-order .page__title {
  font-size: 1.8rem;
}
.page__header--typeF .breadcrumb {
  padding-bottom: 0 !important;
}
.page__header--typeF .breadcrumb__list {
  color: #1A1A1A;
  font-weight: 500;
}
.page__header--typeF .breadcrumb__list .breadcrumb__list__item::after {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: brightness(2) grayscale(1);
}
.page__header--typeF .breadcrumb__list a {
  color: #fff;
}
.page__header--typeF .breadcrumb__list a:hover {
  color: #0068B6;
}

.page__header--bt {
  border-top: 1px solid #D0D0D0;
}

.page__grid {
  --col-gap: 7.7%;
  --col-short: 40%;
  display: grid;
}
.page__grid--col2 {
  grid-template-columns: auto var(--col-short);
  gap: 0 var(--col-gap);
}
.page__grid--rev-col2 {
  grid-template-columns: var(--col-short) auto;
  gap: 0 var(--col-gap);
}
.page__grid--equal-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--col-gap);
}
.page__grid--col3 {
  --col-gap: 2.9%;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem var(--col-gap);
}
.page__grid--gap-short {
  --col-gap: 2.7%;
}
.page__grid .align-self--end {
  align-self: flex-end;
}
.page__grid .align-self--center {
  align-self: center;
}
.page__grid-link {
  margin-top: 8.5rem;
  margin-bottom: 11.5rem;
}
.page__grid-boxLink {
  display: block;
  font-size: 1.4rem;
  line-height: 1.78;
}
.page__grid-boxLink figure {
  width: 100%;
  aspect-ratio: 352/212;
  border-radius: 0.6rem;
  overflow: hidden;
}
.page__grid-boxLink figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.page__grid-boxLink-name {
  margin-top: 0.9em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
  line-height: 1.3;
}
.page__grid-boxLink-name + * {
  margin-top: 2rem;
}
.page__grid-boxLink:hover {
  opacity: 1;
}
.page__grid-boxLink:hover figure img {
  transform: scale(1.05);
}

.page__image {
  margin-top: 6rem;
  margin-bottom: 13rem;
  overflow: hidden;
}
.page__image .inner {
  display: grid;
}
.page__image img {
  width: calc(50vw + 50%);
  max-width: none;
}
.page__image .slide-in-clip {
  transition-delay: 1s;
}
.page__image--center .inner {
  justify-items: center;
}
.page__image--right .inner {
  justify-items: flex-end;
}
.page__image--w100 .inner {
  width: 100%;
  max-width: none;
}

.page__section {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
.page__section > .inner {
  padding-top: 6.4rem;
  border-top: 1px solid #D0D0D0;
}
.page__section > .inner.inner--border:first-child {
  border-top: 1px solid #D0D0D0;
}
.page__section-title {
  margin-bottom: 1.25em;
  padding-top: 2em;
  font-size: 1em;
  line-height: 1.25;
  position: relative;
}
.page__section-title::before {
  content: "";
  width: 4em;
  height: 1em;
  background: linear-gradient(-90deg, #acc8d5, #2b77b1);
  position: absolute;
  top: 0;
  left: 0;
}
.page__section:first-child > .inner {
  border-top: none;
}
.page__section--mT0 {
  margin-top: 0 !important;
  /*
  @include sp {
  	margin-top: 0;
  }
  */
}
.page__section--pT0 > .inner {
  padding-top: 0 !important;
  /*
  @include sp {
  	padding-top: 0;
  }
  */
}

.page__bg--lightBlue {
  padding: 8rem 0;
  background: #EFF6FA;
}

.page__bg--yellowGray {
  padding: 8rem 0;
  background: #F0F0EC;
}

.page__bg--lightGray {
  padding: 8rem 0;
  background: #D0D0D0;
}

.page__bg--paleGray {
  padding: 8rem 0;
  background: #F0F0F0;
}

.page__bg--inShadow {
  padding: 8rem 5.7%;
  border-radius: 0.8rem;
  box-shadow: inset 0 0.3rem 1.8rem rgba(0, 0, 0, .12);
}

.page__bg--orange {
  padding: 8rem 0;
  background: #F4723A;
}

.page__bg-text-wrap {
  position: relative;
  overflow: hidden;
}

.page__bg-text {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(9.8828696925vw, 13.5rem);
  letter-spacing: 0.06em;
  line-height: 0.89;
  color: #f8f8f8;
  writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: -0.1em;
}
.page__bg-text--right {
  left: auto;
  right: -0.1em;
}
.page__bg-text--horizon {
  writing-mode: initial;
  left: 0;
}

.page__small-title {
  margin-bottom: 1.05em;
  padding-left: 1.33em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 500;
  line-height: 1.33;
  position: relative;
}
.page__small-title::before {
  content: "";
  width: clamp(0.6rem, 0.5em, 1rem);
  aspect-ratio: 1/1;
  background: #0068B6;
  border-radius: 50%;
  position: absolute;
  top: 0.665em;
  left: 0;
  translate: 0 -50%;
}

.page__dot-title {
  padding-left: 1.33em;
  font-weight: 500;
  position: relative;
}
.page__dot-title::before {
  content: "";
  width: clamp(0.6rem, 0.5em, 0.8rem);
  aspect-ratio: 1/1;
  background: #D0D0D0;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  left: 0;
  translate: 0 -50%;
}

.page__column-title {
  font-size: clamp(1.6rem, 1.9033674963vw, 2.6rem);
  font-weight: bold;
  line-height: 1.3;
}
.page__column-title .column-title__en {
  display: block;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
}

.page__center-title {
  margin-bottom: 1.2em;
  text-align: center;
  font-size: clamp(1.6rem, 2.196193265vw, 3rem);
  color: #6392B5;
  line-height: 1.3;
}
.page__center-title .font-en {
  font-weight: 800;
}

.page__en-title {
  margin-bottom: 0.87em;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.3674963397vw, 4.6rem);
  line-height: 1.3;
}
.page__en-title .sub {
  display: block;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
}

.page__youtube {
  margin-top: 9.4rem;
}
.page__youtube figure {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 54.4rem;
  margin: 0 auto;
}
.page__youtube figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 544/306;
}
.page__youtube figure figcaption {
  margin-top: 1.4em;
  font-size: 1.4rem;
}

.page__bottom-nav {
  padding: min(6.4421669107vw, 8.8rem) 0;
  background: #fff;
  border-top: 1px solid #D0D0D0;
  color: #40494E;
  position: relative;
  z-index: 25;
}
.page__bottom-menu .g-menu__nav-child-title {
  margin-bottom: min(4.0263543192vw, 5.5rem);
}
.page__bottom-menu .g-menu__nav-child-list-item a.current {
  opacity: 0.5;
}
.page__bottom-menu .g-menu__nav-child-list-item a:hover {
  opacity: 1;
}

.archive--column2 {
  padding-top: 6rem;
  display: grid;
  grid-template-columns: 82.9% 14.2%;
  gap: 0 2.9%;
}

.archive__description {
  margin-bottom: 8.3rem;
}
.archive__description--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54.4rem, 1fr));
  justify-content: space-between;
  gap: 3.2rem;
}
.archive__heading--h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
}

.archive__articles {
  margin-bottom: 8.5rem;
}
.archive__articles--list li + li {
  margin-top: 3.2rem;
}
.archive__articles--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25.6rem, 1fr));
  gap: 4.8rem 3.2rem;
}

.archive__article-title {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数 */
}
.archive__article-thumb {
  aspect-ratio: 256/183;
  overflow: hidden;
}
.archive__article-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.archive__article-thumb.no-img {
  border: 1px solid #D0D0D0;
}
.archive__article-description {
  margin-top: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 行数 */
  word-break: break-all;
}
.archive__article-information {
  margin-bottom: 1.6rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.archive__article-information .archive__article-date {
  font-size: 1.8rem;
}
.archive__article-information .archive__article-date,
.archive__article-information .archive__article-category {
  vertical-align: middle;
}
.archive__article a:hover {
  opacity: 1;
}
.archive__article a:hover .archive__article-thumb img {
  scale: 1.05;
}
.archive__article--grid {
  display: grid;
  grid-template-columns: 28.9% auto;
  gap: 0 3.3%;
}
.archive__article--typeB .archive__article-thumb {
  border-radius: 0.6rem;
  border: 1px solid #D0D0D0;
}

.archive__pagination {
  margin-top: 5.6rem;
}

.sidebar {
  padding-bottom: 8.5rem;
}

.sidebar__section + .sidebar__section {
  margin-top: 5.6rem;
}

.sidebar__title {
  margin-bottom: 1.2rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.3;
}

.sidebar__categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem 0;
}
.sidebar__categories a {
  display: block;
}

.sidebar__dropdown-wrap {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D0D0D0;
  border-radius: 10em;
  position: relative;
  overflow: hidden;
}
.sidebar__dropdown-wrap::after {
  content: "";
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icon-arrow-down.svg) no-repeat center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  pointer-events: none;
}

.sidebar__dropdown {
  min-width: 12.4rem;
  padding: 0.4rem 1.8rem;
  padding-right: 3rem;
  border: none;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #65717B;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#single article .inner {
  max-width: 93rem;
}

.page__header--typeD .single__article-date,
.page__header--typeD .single__article-category {
  color: #fff;
}
.page__header--typeD .single__article-information {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1em;
}
.page__header--typeD .single__article-date {
  font-size: 1.8rem;
}

.single__contents {
  margin-top: 5rem;
  margin-bottom: 6rem;
  word-wrap: break-word;
  word-wrap: break-word;
}
.single__contents img {
  display: inline;
}
.single__contents a {
  color: #0068B6;
  text-decoration: underline;
}
.single__contents p:not(:last-child) {
  margin-bottom: 1.5em;
}
.single__contents h2 {
  margin-bottom: 0.86em;
  font-size: clamp(1.6rem, 2.0497803807vw, 2.8rem);
  font-weight: bold;
  line-height: 1.5;
}
.single__contents h3 {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.756954612vw, 2.4rem);
}
.single__contents h4 {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
}
.single__contents ul, .single__contents ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
}
.single__contents ul ul, .single__contents ul ol, .single__contents ol ul, .single__contents ol ol {
  margin-bottom: 0;
  margin-left: 1em;
}
.single__contents ul {
  list-style-type: disc;
}
.single__contents ol {
  list-style-type: decimal;
}
.single__contents ol[type=a] {
  list-style-type: lower-alpha;
}
.single__contents ol[type=A] {
  list-style-type: upper-alpha;
}
.single__contents ol[type=I] {
  list-style-type: upper-roman;
}
.single__contents ol[type=i] {
  list-style-type: lower-roman;
}
.single__contents table thead {
  border-bottom: none;
}
.single__contents table tfoot {
  border-top: none;
}
.single__contents table th, .single__contents table td {
  border: none;
  vertical-align: text-top;
}
.single__contents table th, .single__contents table td:first-child {
  border-bottom: 1px solid #0068B6;
  font-weight: 500;
}
.single__contents table td {
  border-bottom: 1px solid #D0D0D0;
}
.single__pagination {
  margin-top: 6.4rem;
  margin-bottom: 8rem;
}
.single__pagination .inner {
  max-width: 93rem;
  padding-top: 6rem;
  border-top: 1px solid #D0D0D0;
}
.single__pagination--grid {
  display: grid;
  grid-template-columns: 1fr 8rem 1fr;
}
.single__pagination-return a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem 0;
  color: #65717B;
  font-weight: 800;
  line-height: 1;
}
.single__pagination-return a .pagination__return-icon {
  display: block;
  width: 3.125em;
  height: 3.125em;
  background: #E0E0E0;
  border-radius: 50%;
  color: #6392B5;
  transition: 0.3s;
}
.single__pagination-return a:hover {
  color: #6392B5;
  opacity: 1;
}
.single__pagination-return a:hover .pagination__return-icon {
  background: #6392B5;
  color: #fff;
}
.single__pagination-prev a, .single__pagination-next a {
  display: flex;
  align-items: flex-start;
  gap: 1.05em;
  font-size: 1.8rem;
}
.single__pagination-prev a:hover, .single__pagination-next a:hover {
  opacity: 1;
}
.single__pagination-prev a:hover .pagination__post, .single__pagination-next a:hover .pagination__post {
  opacity: 0.7;
}
.single__pagination-prev a:hover .pagination__post-arrow, .single__pagination-next a:hover .pagination__post-arrow {
  background: #F5F5F5;
}
.single__pagination-prev {
  justify-self: flex-start;
}
.single__pagination-next {
  justify-self: flex-end;
}
.single__pagination .pagination__post {
  max-width: 22rem;
  transition: 0.3s;
}
.single__pagination .pagination__post-arrow {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.single__pagination .pagination__post-arrow svg {
  width: 0.69em;
  height: 0.65em;
  color: #0068B6;
}
.single__pagination .pagination__post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 0.88em;
}
.single__pagination .pagination__post-date {
  font-size: inherit;
}
.single__pagination .pagination__post-title {
  margin-top: 0.3rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数 */
  word-break: break-all;
}

/*
	TOP
*/
.top h2 {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.074670571vw, 4.2rem);
  letter-spacing: 0.06em;
}
.top h2 .h2-small {
  display: block;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}
.top h3 {
  font-size: clamp(1.6rem, 2.4890190337vw, 3.4rem);
  letter-spacing: 0.08em;
  line-height: 1.2058823529;
  font-weight: 800;
}

/* mainv */
.top__mainv {
  margin-bottom: 5.4904831625vw;
  border-bottom: 1px solid #D0D0D0;
  overflow: hidden;
}

.top__mainv-slider {
  width: 100%;
  aspect-ratio: 1366/583;
  position: relative;
}
.top__mainv-slider .splide,
.top__mainv-slider .splide__track {
  height: 100%;
}
.top__mainv-slider .splide__slide {
  position: relative;
}
.top__mainv-slider .top__mainv-splide .mainv-splide__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  transition: transform 0s 1s;
}
.top__mainv-slider .top__mainv-splide .mainv-splide__slide-img--active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0s;
}
.top__mainv-slider .top__mainv-splide .mainv-splide__link {
  padding: 1em 1.2em;
  padding-left: 2.64em;
  background: #fff;
  border-radius: 0 5em 5em 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  position: absolute;
  left: -1rem;
  bottom: 2.7086383602vw;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}
.top__mainv-slider .top__mainv-splide .is-active .mainv-splide__slide-img {
  transform: scale(1);
  transition: transform 4.5s ease-in-out;
}
.top__mainv-slider .top__mainv-splide .is-active .mainv-splide__slide-img--active {
  opacity: 1;
  transition: opacity 0.8s 1.3s;
}
.top__mainv-slider .top__mainv-splide .is-active .mainv-splide__link {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.top__mainv-slider .mainv-splide__nav {
  width: 39.2rem;
  display: flex;
  align-items: center;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 1.756954612vw;
  right: 1.9765739385vw;
}
.top__mainv-slider .mainv-splide__progress {
  flex-grow: 1;
  background: rgba(255, 255, 255, .4);
  border-radius: 5em;
  overflow: hidden;
  /* 旧デザイン
  .mainv-splide__progress-bar {
  	background: $white;
  	border-radius: 5em;
  	height: 5px;
  	transition: width 6000ms linear; // 6000
  	width: 0;
  }
  */
}
.top__mainv-slider .mainv-splide__progress .splide__progress__bar {
  background: #fff;
  border-radius: 5em;
  height: 5px;
}
.top__mainv-slider .mainv-splide__pagination {
  margin-left: 1.29em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.top__mainv-slider .mainv-splide__pagination .splide__pagination {
  counter-reset: pagination-num;
  padding: 0;
  display: grid;
  position: static;
  position: initial;
}
.top__mainv-slider .mainv-splide__pagination .splide__pagination li {
  grid-column: 1;
  grid-row: 1;
}
.top__mainv-slider .mainv-splide__pagination .splide__pagination__page {
  width: 0.5em;
  height: 1em;
  margin: 0;
  background: none;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.top__mainv-slider .mainv-splide__pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}
.top__mainv-slider .mainv-splide__pagination .splide__pagination__page.is-active {
  display: block;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top__mainv-slider .mainv-splide__arrows {
  margin-left: 2.196193265vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.top__mainv-slider .mainv-splide__arrows .splide__arrow {
  width: 1em;
  height: 1em;
  background: none;
  border-radius: 0;
  position: static;
  position: initial;
  transform: none;
  opacity: 1;
  transition: 0.3s;
}
.top__mainv-slider .mainv-splide__arrows .splide__arrow:hover {
  opacity: 0.5;
}

.top__mainv-first {
  width: 100%;
  height: 100%;
  padding-top: 1.756954612vw;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.top__mainv-first .mainv-first__svg {
  width: 35.065885798vw;
  stroke: none;
  transition: translate 0.8s ease-in-out 1.2s;
}
.top__mainv-first .mainv-first__title-line1,
.top__mainv-first .mainv-first__title-line2 {
  width: 0;
  transition: width 1.2s ease-in-out;
}
.top__mainv-first.animation--on .mainv-first__svg {
  translate: 24.0849194729vw 0;
}
.top__mainv-first.animation--on .mainv-first__title-line1 {
  width: 7.4em;
}
.top__mainv-first.animation--on .mainv-first__title-line2 {
  width: 5.5em;
}

.top__mainv-news {
  padding: 1.8rem 2.3426061493vw;
  padding-right: 1.5373352855vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.top__mainv-news .mainv-news__heading {
  flex-shrink: 0;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 800;
  color: #0068B6;
}
.top__mainv-news .mainv-news__splide {
  flex-grow: 1;
  max-width: 68.4rem;
  margin-right: auto;
}
.top__mainv-news .mainv-news__article {
  display: flex;
  align-items: center;
  gap: 1em;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.top__mainv-news .mainv-news__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数 */
  font-size: 1.4rem;
}
.top__mainv-news .splide__slide.is-active .mainv-news__article {
  transform: translateY(0);
  opacity: 1;
}
.top__mainv-news .mainv-news__archive-link {
  flex-shrink: 0;
}
.top__mainv-news .mainv-news__archive-link a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.top__mainv-news .mainv-news__archive-link a .icon {
  width: 1em;
  aspect-ratio: 1/1;
  color: #A1ADAA;
}

/* about */
.top__about {
  margin-top: 0;
  margin-bottom: 9.6rem;
  padding: 0;
  background-image: url(../img/top/about-bg.svg);
  background-repeat: no-repeat;
  background-position: right 4.39238653vw;
  background-size: 22.3279648609vw auto;
  display: grid;
  grid-template-columns: 38.0673499268vw auto;
  grid-template-rows: auto auto;
  position: relative;
}
.top__about .top__about-gallery {
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 22.2547584187vw 14.8609077599vw;
  grid-template-rows: 21.4494875549vw 12.8843338214vw 12.8843338214vw;
  gap: 0.878477306vw;
}
.top__about .top__about-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__about .top__about-contents {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__about .top__about-contents--top {
  grid-row: 1/2;
  align-self: flex-end;
}
.top__about .top__about-contents--bottom {
  grid-row: 2/3;
  align-self: flex-start;
}
.top__about .top__about-title {
  margin-bottom: min(4.7584187408vw, 6.5rem);
  padding-top: min(2.4158125915vw, 3.3rem);
  font-size: min(1.9033674963vw, 2.6rem);
  position: relative;
}
.top__about .top__about-title::before {
  content: "";
  width: 0.92em;
  height: 0.6rem;
  background: linear-gradient(-90deg, #acc8d5, #2b77b1);
  position: absolute;
  top: 0;
  left: 0;
}
.top__about .top__about-title .h2-small {
  display: inline-block;
  margin-left: min(1.3909224012vw, 1.9rem);
  font-size: min(0.9516837482vw, 1.3rem);
}
.top__about .top__about-message {
  margin-bottom: min(3.513909224vw, 4.8rem);
  font-size: min(2.4890190337vw, 3.4rem);
  letter-spacing: 0;
}
.top__about .top__about-link {
  margin-top: min(3.513909224vw, 4.8rem);
}

/* products */
.top__products {
  margin: 0;
  padding: 0;
}
.top__products .top__products-contents {
  aspect-ratio: 1366/720;
  background: url(../img/top/products-bg.jpg) no-repeat bottom center/cover;
  color: #fff;
  position: relative;
  z-index: 20;
}
.top__products .top__products-contents p {
  letter-spacing: 0.04em;
}
.top__products .top__products-contents .inner {
  padding-top: 5.4904831625vw;
  position: relative;
}
.top__products .top__products-contents .inner::before {
  content: "";
  width: 6.5rem;
  height: 1.6rem;
  background: linear-gradient(-90deg, #acc8d5, #2b77b1);
  position: absolute;
  top: 0;
  left: 0;
}
.top__products .top__products-contents .contents--grid-col2 {
  grid-template-columns: auto 57.2%;
  gap: 0 2rem;
}
.top__products .top__products-title {
  margin-bottom: 5.3440702782vw;
}
.top__products .top__products-message {
  letter-spacing: 0;
}
.top__products .top__products-message + div > p {
  font-weight: 600;
}
.top__products .top__products-link {
  margin-top: 2.6rem;
}
.top__products .top__products-splide {
  width: 100%;
  position: absolute;
  bottom: 4.6852122987vw;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.top__products .top__products-splide img {
  width: auto;
  height: 23.5724743777vw;
  max-width: none;
}
.top__products .top__products-pickup {
  padding: 9rem 0 8.1rem;
}
.top__products .top__products-pickup .pickup__title {
  margin-bottom: 1em;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.196193265vw, 3rem);
  line-height: 1.3;
  color: #6392B5;
  text-align: center;
}
.top__products .top__products-pickup .pickup__grid {
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3.2rem;
}
.top__products .top__products-pickup .pickup__item:hover {
  opacity: 1;
}
.top__products .top__products-pickup .pickup__thumb {
  margin-bottom: 2.2rem;
  aspect-ratio: 352/235;
}
.top__products .top__products-pickup .pickup__item-name {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.2rem;
  padding-bottom: 0;
}
.top__products .top__products-pickup .pickup__item-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数 */
}
.top__products .top__products-search-link {
  margin-top: 5.6rem;
  text-align: center;
}

/* support */
.top__maintenance {
  margin: 0;
  padding: 0;
  background: linear-gradient(-135deg, #acc8d5 0%, #6a9fc3 24.75%, #0068b6 60%);
  color: #fff;
}
.top__maintenance .top__maintenance-contents {
  display: grid;
  grid-template-columns: 41.7276720351vw auto;
  position: relative;
}
.top__maintenance .top__maintenance-contents p {
  max-width: 54.4rem;
}
.top__maintenance .top__maintenance-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__maintenance .top__maintenance-title {
  margin-bottom: 4.6852122987vw;
}
.top__maintenance .top__maintenance-message {
  margin-bottom: 3.513909224vw;
}
.top__maintenance .top__maintenance-link {
  margin-top: 4.6852122987vw;
}

/* top__large-menu bg有り大型メニュー */
.top__large-menu {
  padding: 8.6rem 0 6.588579795vw;
  overflow: hidden;
}
.top__large-menu .inner {
  width: 82%;
  max-width: 167.2rem;
}
.top__large-menu .top__large-menu-flex {
  display: flex;
  justify-content: center;
  position: relative;
}
.top__large-menu .top__large-menu-link {
  width: 50%;
  aspect-ratio: 560/383;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top__large-menu .top__large-menu-link .top__large-menu-img {
  width: 200%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.top__large-menu .top__large-menu-link .top__large-menu-bg-txt {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7.6866764275vw;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #F5F5F5;
  white-space: nowrap;
  position: absolute;
  bottom: -6.588579795vw;
  left: 0;
  z-index: -2;
  translate: -50% 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.top__large-menu .top__large-menu-link .top__large-menu-bg-txt.delay-txt {
  translate: 50% 0;
}
.top__large-menu .top__large-menu-link .top__large-menu-name {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 1.39;
  letter-spacing: 0.06em;
}
.top__large-menu .top__large-menu-link .top__large-menu-name--flex {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.top__large-menu .top__large-menu-link .top__large-menu-name-small {
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.43;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.top__large-menu .top__large-menu-link:nth-child(odd) .top__large-menu-bg-txt {
  left: 100%;
}
.top__large-menu .top__large-menu-link:nth-child(even) .top__large-menu-img {
  translate: -50% 0;
}

/* news */
.top__news {
  margin-top: 5.2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10rem;
}
.top__news .top__news-inner--grid {
  padding-top: 6.4rem;
  border-top: 0.1rem solid #D0D0D0;
  display: grid;
  grid-template-columns: auto 77.14%;
  grid-template-rows: 11.7rem auto;
  gap: 0 2rem;
  align-items: flex-start;
}
.top__news .top__news-title {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 4.4rem;
}
.top__news .top__news-archive-link {
  grid-column: 1;
  grid-row: 2;
}
.top__news .top__news-archive-link .btn {
  --btn-color-icon: #A1ADAA;
  --btn-color-icon-hover: #A1ADAA;
  padding: 0.86em 2.71em;
  padding-left: 1.64em;
  font-size: 1.4rem;
  font-weight: 500;
}
.top__news .top__news-item {
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #E0E0E0;
}
.top__news .top__news-item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.top__news .top__news-item-link {
  padding-right: 3rem;
  display: grid;
  grid-template-columns: 9.1rem 17rem auto;
  align-items: baseline;
  position: relative;
}
.top__news .top__news-item-link .link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.top__news .top__news-item-link:hover {
  opacity: 1;
}
.top__news .top__news-item-category {
  margin-right: 1.69em;
}
.top__news .top__news-item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数 */
  font-size: 1.5rem;
}
.top__news .top__news-tab {
  grid-column: 2;
  grid-row: 1/3;
}
.top__news .top__news-tab .tab__menu {
  margin-bottom: 4.4rem;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.top__news .top__news-tab .tab__btn {
  border: none;
}
.top__news .top__news-tab .tab__contents-wrap {
  border: none;
}
.top__news .top__news-tab .tab__contents {
  padding: 0;
}

/* attitude */
:where(#attitude) .page__section {
  margin-bottom: 13rem;
}

.attitude__img4 {
  margin-top: 17rem;
  margin-bottom: 8rem;
}

.attitude__grid-gap {
  gap: 0 3rem;
}

/* strength */
.strength02__video {
  row-gap: 5rem;
}
.strength02__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/545;
  box-shadow: 0.6rem 0.8rem 1.5rem rgba(0, 0, 0, .15);
}

.strength02__plate {
  margin: 6rem auto 0;
}
.strength02__plate .flex {
  justify-content: center;
  align-items: center;
  gap: 0 9%;
}
.strength02__plate .strength02__plate-img {
  width: 15%;
}
.strength02__plate .strength02__plate-txt {
  width: 68%;
}

.strength04 .inner {
  position: relative;
}
.strength04__map img {
  width: 100%;
}

/* foresight */
.foresight01 .inner,
.foresight02 .inner {
  width: 100%;
  position: relative;
}
.foresight01__img,
.foresight02__img {
  width: 100%;
  aspect-ratio: 544/334;
  margin-bottom: 2rem;
}
.foresight01__img img,
.foresight02__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.foresight01__txt h3,
.foresight02__txt h3 {
  text-align: center;
  font-size: clamp(1.6rem, 1.6105417277vw, 2.2rem);
}

.foresight02__img {
  padding-bottom: 4.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.foresight03__sdgs-item {
  display: grid;
  grid-template-columns: 16.4% auto;
  gap: 0 4.4%;
  font-size: 1.5rem;
  line-height: 1.9;
}
.foresight03__sdgs-item + .foresight03__sdgs-item {
  margin-top: 4.5rem;
}
.foresight03__sdgs-title {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
}

.page__grid--about-links {
  max-width: 74rem;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.2rem;
  margin: 0 auto;
}

/* strength */
:where(#strength) .titleL {
  font-size: clamp(1.6rem, 3.8067349927vw, 5.2rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin-bottom: 0;
}
:where(#strength) p {
  font-size: clamp(1.4rem, 1.2445095168vw, 1.7rem);
  line-height: 1.8823529412;
  letter-spacing: 0.02em;
}
:where(#strength) .page__section {
  margin-bottom: 13rem;
}
:where(#strength) .page__text-block p {
  max-width: min(74.2857142857vw, 83.2rem);
  width: 100%;
  margin-top: 4.7rem;
}
:where(#strength) .page__graphics {
  width: 82.8571428571%;
  margin: 4.4rem auto 0;
}
:where(#strength) .page__graphics img, :where(#strength) .page__graphics video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(#strength) .large-menu {
  margin-bottom: 10rem;
}
:where(#strength) .inner {
  position: relative;
}
:where(#strength) .large-menu__wrap {
  padding-top: min(14.2857142857vw, 16rem);
  padding-left: min(8.5714285714vw, 9.6rem);
  position: absolute;
  top: 0;
  left: 0;
}
:where(#strength) .large-menu__title {
  color: #fff;
  font-size: clamp(1.6rem, 4.2459736457vw, 5.8rem);
  line-height: 1.5517241379;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
:where(#strength) .large-menu__title::after {
  content: "";
  width: min(3.125vw, 3.5rem);
  height: min(3.125vw, 3.5rem);
  background: url(../img/strength/btn-icon1.svg) no-repeat center/contain;
  position: absolute;
  left: min(100% + 0.5rem);
  top: 50%;
  transform: translateY(-45%);
}
:where(#strength) .large-menu__text {
  color: #fff;
  letter-spacing: 0.04em;
}
:where(#strength) .suction {
  margin-top: min(13.3928571429vw, 15rem);
  margin-bottom: -5.5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
:where(#strength) .suction__title {
  text-align: center;
}
:where(#strength) .suction__text {
  text-align: center;
  margin-top: 4.5rem;
}
:where(#strength) .suction__wrap {
  display: flex;
  align-items: flex-end;
  gap: min(7.7678571429vw, 8.7rem);
  position: relative;
}
:where(#strength) .suction__wrap--reverse {
  flex-direction: row-reverse;
  gap: min(14.2857142857vw, 16rem);
}
:where(#strength) .suction__wrap--reverse .suction__box {
  padding-bottom: min(3.5714285714vw, 4rem);
}
:where(#strength) .suction__img {
  flex: 1;
}
:where(#strength) .suction__box {
  width: min(40vw, 44.8rem);
  padding-bottom: min(12.9464285714vw, 14.5rem);
}
:where(#strength) .suction__box-title {
  font-size: clamp(1.6rem, 2.9282576867vw, 4rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin-bottom: 0;
}
:where(#strength) .suction__box-text {
  margin-top: min(5.3571428571vw, 6rem);
}
:where(#strength) .suction__bg-text-left,
:where(#strength) .suction__bg-text-right {
  font-size: clamp(1.6rem, 9.8828696925vw, 13.5rem);
  line-height: 0.8888888889;
  font-weight: 600;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  z-index: -1;
}
:where(#strength) .suction__bg-text-left {
  color: #F3F0F8;
  left: calc(50% - 50vw);
}
:where(#strength) .suction__bg-text-right {
  color: #E8F2FA;
  right: calc(50% - 50vw);
}
:where(#strength) .customize {
  background-color: #F0F0EC;
  padding-top: min(35.7142857143vw, 40rem);
  padding-bottom: min(18.75vw, 21rem);
  margin-top: max(-6.6964285714vw, -7.5rem);
  margin-bottom: min(18.75vw, 21rem);
  position: relative;
}
:where(#strength) .customize::after {
  content: "";
  max-width: 136.6rem;
  width: 100%;
  aspect-ratio: 1366/359;
  background: url(../img/strength/strength-bg1.jpg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
:where(#strength) .customize__wrap {
  max-width: min(82.8571428571vw, 92.8rem);
  width: 100%;
  margin: 0 auto;
}
:where(#strength) .customize__title {
  text-align: center;
}
:where(#strength) .customize__text {
  text-align: center;
  margin-top: 4.5rem;
}
:where(#strength) .customize__list {
  margin-top: min(21.4285714286vw, 24rem);
}
:where(#strength) .customize__item {
  padding-top: min(18.75vw, 21rem);
  padding-bottom: min(7.5892857143vw, 8.5rem);
  border: 1px solid var(--color);
  border-radius: 0.8rem;
  position: relative;
}
:where(#strength) .customize__item:nth-child(1) {
  --color: #00B0B6;
}
:where(#strength) .customize__item:nth-child(2) {
  --color: #0068B6;
}
:where(#strength) .customize__item:nth-child(3) {
  --color: #955AC1;
}
:where(#strength) .customize__item:nth-child(n+2) {
  margin-top: min(25.4464285714vw, 28.5rem);
}
:where(#strength) .customize__item-wrap {
  max-width: min(82.8571428571vw, 92.8rem);
  width: 100%;
  margin: 0 auto;
}
:where(#strength) .customize__item-title {
  width: min(31.4285714286vw, 35.2rem);
  height: min(31.4285714286vw, 35.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: var(--color);
  position: absolute;
  top: max(-15.7142857143vw, -17.6rem);
  left: 50%;
  transform: translateX(-50%);
}
:where(#strength) .customize__item-title::before {
  content: "";
  width: min(37.1428571429vw, 41.6rem);
  height: min(37.1428571429vw, 41.6rem);
  background-color: #F0F0EC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
:where(#strength) .customize__item-title::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
:where(#strength) .customize__item-title span {
  font-size: clamp(1.6rem, 2.1428571429vw, 2.4rem);
  line-height: 1.125;
  letter-spacing: 0.04em;
  font-weight: 800;
}
:where(#strength) .customize__item-title strong {
  font-size: clamp(1.6rem, 10.3571428571vw, 11.6rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
}
:where(#strength) .customize__item-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(#strength) .customize__item-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: min(2.1428571429vw, 2.4rem);
  padding: min(3.5714285714vw, 4rem) min(3.3928571429vw, 3.8rem);
  background-color: #F5F5F5;
  border-radius: 0.8rem;
  box-shadow: inset 0 0.3rem 0.6rem rgba(0, 0, 0, .16);
}
:where(#strength) .customize__card-text {
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
}
:where(#strength) .customize__item-icon {
  display: block;
  margin: 0 -0.8rem;
  position: relative;
  z-index: 1;
}
:where(#strength) .customize__item-img {
  margin-top: 2.4rem;
}
:where(#strength) .customize__item-img span {
  display: inline-block;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  letter-spacing: 0.02em;
}
:where(#strength) .customize__item-img + .customize__item-img {
  margin-top: min(3.5714285714vw, 4rem);
}
:where(#strength) .unit {
  color: #fff;
  background: url(../img/strength/strength-bg2.jpg) no-repeat right bottom/cover;
  padding-top: min(13.3928571429vw, 15rem);
  padding-bottom: min(7.5892857143vw, 8.5rem);
}
:where(#strength) .unit p {
  margin-bottom: 0;
}
:where(#strength) .unit__number {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
:where(#strength) .unit__number span {
  font-size: clamp(1.6rem, 14.6428571429vw, 16.4rem);
}
:where(#strength) .unit__number strong {
  font-size: clamp(1.6rem, 25.3571428571vw, 28.4rem);
}
:where(#strength) .unit__desc {
  font-size: clamp(1.6rem, 2.3214285714vw, 2.6rem);
  line-height: 1.7230769231;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: min(2.4107142857vw, 2.7rem);
}
:where(#strength) .unit__text-one {
  font-size: clamp(1.6rem, 3.0357142857vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-width: min(52.2321428571vw, 58.5rem);
  width: 100%;
  margin-top: min(12.3214285714vw, 13.8rem);
}
:where(#strength) .unit__text-two {
  max-width: min(51.875vw, 58.1rem);
  width: 100%;
  margin-top: min(5.0892857143vw, 5.7rem);
}

/* achievements */
:where(#achievements) .titleL {
  font-size: clamp(1.6rem, 3.8067349927vw, 5.2rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin-bottom: 0;
}
:where(#achievements) p {
  font-size: clamp(1.4rem, 1.2445095168vw, 1.7rem);
  line-height: 1.8823529412;
  letter-spacing: 0.02em;
}
:where(#achievements) .page__section {
  margin-bottom: 13rem;
}
:where(#achievements) .page__text-block p {
  max-width: min(74.2857142857vw, 83.2rem);
  width: 100%;
  margin-top: 4.7rem;
}
:where(#achievements) .large-menu {
  margin-bottom: 10rem;
}
:where(#achievements) .inner {
  position: relative;
}
:where(#achievements) .large-menu__wrap {
  padding-top: min(14.2857142857vw, 16rem);
  padding-left: min(8.5714285714vw, 9.6rem);
  position: absolute;
  top: 0;
  left: 0;
}
:where(#achievements) .large-menu__title {
  color: #fff;
  font-size: clamp(1.6rem, 4.2459736457vw, 5.8rem);
  line-height: 1.5517241379;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
:where(#achievements) .large-menu__title::after {
  content: "";
  width: min(3.125vw, 3.5rem);
  height: min(3.125vw, 3.5rem);
  background: url(../img/strength/btn-icon1.svg) no-repeat center/contain;
  position: absolute;
  left: min(100% + 0.5rem);
  top: 50%;
  transform: translateY(-45%);
}
:where(#achievements) .large-menu__text {
  color: #fff;
  letter-spacing: 0.04em;
}
:where(#achievements) .lead {
  margin-top: min(6.6964285714vw, 7.5rem);
  margin-bottom: 0;
}
:where(#achievements) .lead__inner {
  display: grid;
  grid-template-columns: 48.5714285714% 1fr;
  gap: 11.4285714286%;
}
:where(#achievements) .lead__title {
  font-size: clamp(1.6rem, 2.4890190337vw, 3.4rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin-bottom: 0;
}
:where(#achievements) .achievement {
  overflow: hidden;
  margin-top: min(8.0357142857vw, 9rem);
  margin-bottom: 0;
}
:where(#achievements) .achievement__title {
  font-size: clamp(1.6rem, 3.8067349927vw, 5.2rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
:where(#achievements) .achievement__img {
  display: block;
  max-width: min(82.8571428571vw, 92.8rem);
  width: 100%;
  margin: max(-8.0527086384vw, -11rem) auto 0;
}
:where(#achievements) .achievement__text {
  font-size: clamp(1.6rem, 1.9033674963vw, 2.6rem);
  line-height: 1.7230769231;
  letter-spacing: 0.02em;
  font-weight: 800;
  text-align: center;
  max-width: min(82.7678571429vw, 92.7rem);
  width: 100%;
  margin: min(2.3426061493vw, 3.2rem) auto 0;
}
:where(#achievements) .example {
  margin-top: min(9.8214285714vw, 11rem);
}
:where(#achievements) .example__item + .example__item {
  margin-top: min(10.7142857143vw, 12rem);
}
:where(#achievements) .example__item-title {
  font-size: clamp(1.6rem, 1.9033674963vw, 2.6rem);
  line-height: 1.4769230769;
  letter-spacing: 0.04em;
  font-weight: 800;
  background-color: #E1E8EB;
  display: flex;
  align-items: center;
  height: min(4.6120058565vw, 6.3rem);
  padding-left: min(3.1478770132vw, 4.3rem);
  margin-bottom: 0;
  position: relative;
}
:where(#achievements) .example__item-title::before {
  content: "";
  width: min(1.1713030747vw, 1.6rem);
  height: 100%;
  background-image: linear-gradient(180deg, #2b77b1, #acc8d5);
  position: absolute;
  top: 0;
  left: 0;
}
:where(#achievements) .example__item-details {
  margin-top: min(4.2857142857vw, 4.8rem);
}
:where(#achievements) .example__item-detail + .example__item-detail {
  margin-top: min(7.1428571429vw, 8rem);
}
:where(#achievements) .example__detail-title {
  font-size: clamp(1.6rem, 2.9282576867vw, 4rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin-bottom: 0;
}
:where(#achievements) .example__detail-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.4285714286vw, 1.6rem);
  margin-top: min(3.125vw, 3.5rem);
}

/* 固定ページ products */
:where(#products.page) .extraBold {
  font-weight: 800;
}

.room {
  margin-top: 0;
}

.page__grid--room {
  grid-template-columns: auto min(var(--col-short), 44.8rem) min(9.0775988287vw, 12.4rem);
  gap: 0;
}

.room__image {
  width: 45.5344070278vw;
  margin: 0 auto;
  z-index: -1;
  position: sticky;
  top: 11rem;
  left: 0;
}
.room__image img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 16rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.room__image--default {
  position: relative;
  z-index: -1;
}
.room__image--active {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
.room__image .room__title {
  margin-bottom: 0;
  translate: -2em 0;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.room__image .room__image-name {
  min-width: 22.1333333333vw;
  padding: 2.1333333333vw 3.2vw 3.7333333333vw;
  background: url(../img/products/room-name-fukidashi1.svg) no-repeat center/100% 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, .16));
  color: #65717B;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: absolute;
}
.room__image .room__image-name.room1 {
  padding: 3.7333333333vw 3.2vw 2.1333333333vw;
  background: url(../img/products/room-name-fukidashi4.svg) no-repeat center/100% 100%;
  top: 43.7333333333vw;
  left: 12.5333333333vw;
}
.room__image .room__image-name.room2 {
  top: -2.1333333333vw;
  left: 18.6666666667vw;
}
.room__image .room__image-name.room3 {
  padding: 4vw 3.2vw 1.8666666667vw;
  background: url(../img/products/room-name-fukidashi2.svg) no-repeat center/100% 100%;
  top: 68vw;
  left: 43.2vw;
}
.room__image .room__image-name.room4 {
  padding: 5.0666666667vw 3.2vw 1.3333333333vw;
  background: url(../img/products/room-name-fukidashi3.svg) no-repeat center/100% 100%;
  text-align: left;
  top: 41.0666666667vw;
  left: auto;
  right: 0.8vw;
}
.room__image .room__image-name.room5 {
  top: -0.8vw;
  left: 58.1333333333vw;
}
.room__image.menu-active .room__image--active {
  opacity: 1;
}
.room__image.menu-active .room__title {
  translate: 0 0;
  opacity: 1;
}

.room__list {
  padding-top: 3.2rem;
  border-top: 1px solid #E0E0E0;
}
.room__list + .room__list {
  margin-top: 4.8rem;
}

.room__title {
  margin-bottom: 1.33em;
  padding-left: 1.33em;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.room__title::before {
  content: "";
  width: max(0.44em, 0.8rem);
  aspect-ratio: 1/1;
  background: #D0D0D0;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0 -50%;
}

.room__products-category {
  line-height: 1.78;
  display: flex;
  align-items: center;
}
.room__products-category + .room__products-category {
  margin-top: 1.2rem;
}
.room__products-category figure {
  flex-shrink: 0;
  width: min(11.7130307467vw, 16rem);
  margin-right: 2em;
  aspect-ratio: 160/107;
  border-radius: 0.6rem;
  overflow: hidden;
}
.room__products-category figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.room__products-category-name {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
}
.room__products-category .link-arrow {
  flex-shrink: 0;
}
.room__products-category:hover {
  opacity: 1;
}
.room__products-category:hover figure img {
  transform: scale(1.05);
}

.hospital-environment .page__small-title {
  margin-bottom: 2.5em;
}
.hospital-environment .page__grid-boxLink {
  font-size: 1.5rem;
}
.hospital-environment .page__grid-boxLink figure {
  aspect-ratio: 544/212;
  border-radius: 0;
}
.hospital-environment .hospital-environment__description {
  max-width: 88%;
}

/* 院内空気環境ソリューション */
.air-quality-solutions__compare {
  width: 91%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}
.air-quality-solutions__compare img {
  width: 100%;
}
.air-quality-solutions__compare iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 610/377;
}
.air-quality-solutions__compare figcaption {
  font-size: 1.5rem;
}

.air-quality-solutions__products {
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.air-quality-solutions__products h3 {
  margin-bottom: 2em;
}
.air-quality-solutions__products .page__grid {
  --col-short: min(48.6%, 54.4rem);
}

.air-quality-solutions__logo {
  margin-bottom: 4.5rem;
}

.air-quality-solutions__btn {
  margin-top: 4rem;
}

.air-quality-solutions__shi-tect {
  padding-top: 34.2rem;
  position: relative;
}
.air-quality-solutions__shi-tect::before {
  content: "";
  width: 100%;
  aspect-ratio: 1366/578;
  background: url(../img/products/air-quality-solutions/shi-tect-bg.png) no-repeat top center/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.air-quality-solutions__shi-tect .inner {
  position: relative;
  z-index: 6;
}
.air-quality-solutions__shi-tect .page__bg-text {
  top: 11rem;
}

.air-quality-solutions__medical-light-air {
  margin-top: 15.6rem;
  position: relative;
}
.air-quality-solutions__medical-light-air .page__grid {
  align-items: center;
}
.air-quality-solutions__medical-light-air .mla-img {
  width: 84%;
  margin: 0 auto;
}

.air-quality-solutions__questionnaire {
  margin-top: 13rem;
  margin-bottom: 19rem;
}
.air-quality-solutions__questionnaire .page__grid {
  --col-gap: 8.6%;
  max-width: 93rem;
  margin: 7rem auto 0;
}
.air-quality-solutions__questionnaire .questionnaire__box {
  font-size: 1.4rem;
}
.air-quality-solutions__questionnaire .questionnaire__graph {
  max-width: 16.9rem;
  aspect-ratio: 1/1;
  margin: 0 auto 3.4rem;
}
.air-quality-solutions__questionnaire .note {
  margin-top: 1.5em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.air-quality-solutions__documents h2 {
  margin-bottom: 3.75em;
}
.air-quality-solutions__documents .page__grid {
  --col-gap: 8.7%;
  --col-short: 46.4%;
}
.air-quality-solutions__documents .documents__box {
  font-size: 1.5rem;
  line-height: 1.87;
}
.air-quality-solutions__documents .documents__box :where(p) {
  margin-bottom: 2em;
}
.air-quality-solutions__documents .documents__box + .documents__box {
  margin-top: 6.4rem;
  padding-top: 6.4rem;
  border-top: 1px solid #E0E0E0;
}
.air-quality-solutions__documents .documents__title {
  margin-bottom: 1.8em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
}
.air-quality-solutions__documents .documents__title .en {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
}
.air-quality-solutions__documents .documents__author {
  font-weight: 500;
}

/* 機械室ソリューション */
.space-saving .space-saving__description {
  --col-gap: 2%;
  --col-short: min(48.6%, 54.4rem);
  padding-right: 3.6%;
  justify-content: flex-end;
}

.ideal-room {
  margin-top: 10rem;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
}
.ideal-room .page__grid {
  position: relative;
}
.ideal-room .sticky-img {
  position: sticky;
  top: 10rem;
  left: 0;
}
.ideal-room h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  padding: 0 1em;
  background: #6392B5;
  border-radius: 10em;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  line-height: 2;
}
.ideal-room__box + .ideal-room__box {
  margin-top: 3.2rem;
}
.ideal-room__box p > span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.machine-room-solutions__reference .btn--square {
  max-width: 48rem;
}
.machine-room-solutions__reference .reference-map {
  margin-top: 4rem;
}
.machine-room-solutions__reference .reference-map3 {
  max-width: 50%;
}

:where(#solutions) .page__bottom-nav .g-menu__nav-child-btn,
:where(#air-quality-solutions) .page__bottom-nav .g-menu__nav-child-btn,
:where(#machine-room-solutions) .page__bottom-nav .g-menu__nav-child-btn {
  display: none;
}
:where(#solutions) .page__bottom-nav .g-menu__nav-child-list-item.pc,
:where(#air-quality-solutions) .page__bottom-nav .g-menu__nav-child-list-item.pc,
:where(#machine-room-solutions) .page__bottom-nav .g-menu__nav-child-list-item.pc {
  display: none;
}
:where(#solutions) .page__bottom-nav .g-menu__nav-child-list-item.sp,
:where(#air-quality-solutions) .page__bottom-nav .g-menu__nav-child-list-item.sp,
:where(#machine-room-solutions) .page__bottom-nav .g-menu__nav-child-list-item.sp {
  display: block;
}

/* 自動機 */
.automatic__key-technology .key-technology__box-wrap {
  margin-top: 7rem;
}
.automatic__key-technology .key-technology__box {
  margin-top: 3.8rem;
  padding-top: 3.8rem;
}
.automatic__key-technology .key-technology__box:not(:first-child) {
  border-top: 1px solid #D0D0D0;
}

.automatic__achievements {
  margin-top: 13rem;
}

.automatic__achievements-img {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.automatic__achievements-img figure figcaption {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* 金型・試験機 */
:where(#mold-testing-machine) .figure-wrap {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em 0;
}
:where(#mold-testing-machine) .figure-wrap:not(:first-child) {
  margin-top: 5rem;
}
:where(#mold-testing-machine) figure figcaption {
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.7;
}
:where(#mold-testing-machine) p:not(:last-child) {
  margin-bottom: 1em;
}
:where(#mold-testing-machine) .page__grid {
  --col-short: 31.5%;
}

/* 理化学機器 */
.scientific-instruments__achievements {
  margin-top: 13rem;
}

.scientific-instruments__achievements-img {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.scientific-instruments__achievements-img figure figcaption {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.7;
}

/* corporate */
:where(#corporate) .page__txt--medium {
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
}
:where(#corporate) .page__header--corporate {
  height: auto;
  height: initial;
  padding-top: min(10.980966325vw, 15rem);
  padding-bottom: min(8.78477306vw, 12rem);
}
:where(#corporate) .page__header--corporate .page__title {
  margin-bottom: 0;
}
:where(#corporate) .page__bottom-nav {
  margin-top: min(17.5695461201vw, 24rem);
}

.corporate__slogan {
  --col-gap: 5%;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
}

.corporate__slogan-box figure {
  width: 100%;
  max-width: 7.9rem;
  aspect-ratio: 79/120;
  background: #EFF6FA;
}
.corporate__slogan-box .slogan-font {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.corporate__slogan-box .corporate__slogan-box-separator {
  width: 100%;
  height: 1rem;
  margin-top: 5.5rem;
  margin-bottom: 3rem;
  border: 1px solid #707070;
  border-bottom: none;
  position: relative;
}
.corporate__slogan-box .corporate__slogan-box-separator::after {
  content: "";
  height: 1.6rem;
  border-left: 1px solid #707070;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

/* message */
:where(#corporate) .page__grid {
  --col-gap: 8.6%;
  --col-short: 35.1%;
}
.message__president figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
.message__president .president__name {
  display: inline-block;
  margin-left: 0.8em;
  font-size: clamp(1.4rem, 1.9033674963vw, 2.6rem);
  font-weight: normal;
}

/* profile */
:where(#corporate) iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 354/178;
}
:where(#corporate) table a {
  text-decoration: underline;
}
:where(#corporate) .map {
  display: grid;
  grid-template-columns: auto 47%;
  gap: 0 1em;
}
:where(#corporate) .map + .map {
  margin-top: 1em;
}
:where(#corporate) .map + .map > div:first-child {
  padding-top: 0.6em;
  border-top: 1px solid #D0D0D0;
}
:where(#corporate) .map--text {
  display: block;
}

/* quality */
:where(#corporate) .page__grid {
  --col-short: 31.5%;
}
:where(#corporate) .page__grid h3 {
  margin-bottom: 1.5em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  color: #57626A;
}
:where(#corporate) .page__grid figure figcaption {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.7;
}
:where(#corporate) .president-name {
  margin-top: 2em;
  font-weight: 500;
}
:where(#corporate) .president-name span {
  margin-left: 0.85em;
  font-size: clamp(1.6rem, 1.9033674963vw, 2.6rem);
  font-weight: normal;
  line-height: 1.2;
}
:where(#corporate) .dl--persons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
:where(#corporate) .dl--persons + .dl--persons {
  padding: 0.4rem 0;
  border-top: 1px solid #D0D0D0;
}
:where(#corporate) .management-system__flex {
  gap: 3.1rem;
}
:where(#corporate) .qualified-person__persons {
  flex-grow: 1;
}
:where(#corporate) .qualified-person__message {
  margin-top: 2.5rem;
  padding: 6%;
  font-size: 1.5rem;
}
:where(#corporate) .qualified-person__message .name {
  font-size: 2rem;
}
:where(#corporate) .qualified-person__flex1 {
  gap: 0 6.8%;
}
:where(#corporate) .qualified-person__flex1 figure {
  flex-shrink: 0;
}
:where(#corporate) .qualified-person__flex2 {
  gap: 0 4%;
}
:where(#corporate) .qualified-person__flex2 figure {
  flex-shrink: 0;
}
:where(#corporate) .trust-plate {
  padding: min(12.0058565154vw, 16.4rem) 0 min(9.0043923865vw, 12.3rem);
  background: url(../img/corporate/quality/trust-plate-bg.jpg) no-repeat center/cover;
  color: #fff;
}
:where(#corporate) .trust-plate .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 14%;
}
:where(#corporate) .trust-plate__title {
  margin-bottom: 1.67em;
  font-size: clamp(1.6rem, 2.196193265vw, 3rem);
}
:where(#corporate) .trust-plate__mark {
  text-align: center;
}
:where(#corporate) .trust-plate__mark figure {
  max-width: 13.5rem;
  margin: 0 auto 0;
}
:where(#corporate) .trust-plate__message h3 {
  margin-bottom: 2em;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
}

/* history */
.history__timeline .page__grid {
  --col-short: 74.3%;
}
.history__timeline-nav {
  padding-top: 1em;
  position: sticky;
  top: 10.5rem;
  left: 0;
}
.history__timeline-nav li {
  padding-left: 1em;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.756954612vw, 2.4rem);
  line-height: 1.125;
}
.history__timeline-nav li::before {
  top: 0.5625em;
}
.history__timeline-nav li:not(:first-child) {
  margin-top: 1em;
}
.history__timeline-nav li.active::before {
  background: #0068B6;
}
.history__timeline-nav .period {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
.history__timeline-box {
  padding: 1em 0;
  display: grid;
  grid-template-columns: 10rem 2.6rem 6.6rem auto;
}
.history__timeline-box.last .history__timeline-dot::before {
  content: none;
}
.history__timeline-year {
  grid-column: 1;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.0497803807vw, 2.8rem);
  line-height: 1.29;
}
.history__timeline-dot {
  grid-column: 2;
  min-height: 3.6rem;
  position: relative;
}
.history__timeline-dot::before {
  content: "";
  width: 0;
  height: calc(100% + 2em);
  border-left: 1px solid #D0D0D0;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.history__timeline-dot::after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: #0068B6;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 5;
  translate: -50% 0;
}
.history__timeline-month {
  grid-column: 3;
  font-weight: bold;
}
.history__timeline-contents {
  grid-column: 4;
}
.history__timeline-contents figure {
  display: table;
}
.history__timeline-contents figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.7;
}
.history__timeline-images {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.9rem;
}

:where(#inquiry) a {
  border-bottom: 1px solid currentColor;
  color: #0068B6;
}
:where(#inquiry) a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.2em;
  background: url(../img/common/icon-window-blue.svg) no-repeat center/contain;
}

.inquiry__nav .inner {
  --col-gap: 6.2%;
  max-width: 102.4rem;
}
.inquiry__nav .btn .btn__icon {
  width: 1.5em;
  height: 1.5em;
}
.inquiry__nav .btn .btn__arrow {
  width: 0.67em;
  height: 0.39em;
}
.inquiry__nav .btn .btn__arrow svg {
  translate: 0 2px;
}

.inquiry__tel .page__bg--lightBlue {
  margin-bottom: 4.4rem;
  padding: 1.5em;
  border-radius: 1rem;
}
.inquiry__tel .note .sp-call {
  border-bottom: none;
  color: inherit;
}
.inquiry__tel-call {
  border-bottom: none;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  color: #40494E;
  line-height: 1.28;
}
.inquiry__tel-call .tel-icon {
  display: inline-block;
  width: 0.64em;
  height: 0.64em;
  margin-right: 0.6rem;
  vertical-align: baseline;
}
.inquiry__tel-call--large {
  font-size: 4rem;
}
.inquiry__tel-grid {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 1rem;
}
.inquiry__tel-box .page__dot-title {
  margin-bottom: 0;
}
.inquiry__tel-box .note {
  font-size: 1.3rem;
  line-height: 1.77;
}

.form input[type=text],
.form input[type=email],
.form textarea,
.form select {
  display: block;
  width: 100%;
  padding: 0.78125em 1.5em;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 0.4rem;
  font-weight: normal;
}
.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder {
  color: #A1ADAA;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #A1ADAA;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #A1ADAA;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus,
.form select:focus {
  border-color: transparent;
  outline: 1px solid #037FDD;
}
.form input[type=text] + input[type=text] {
  margin-top: 2em;
}
.form textarea {
  min-height: 20.5em;
}
.form select {
  min-width: 10.8rem;
  padding: 0.5em 1.5em;
  padding-right: 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .select-arrow {
  position: relative;
}
.form .select-arrow::after {
  content: "";
  width: 0.8rem;
  height: 1em;
  background: url(../img/common/form-select-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 5;
  translate: 0 -50%;
  pointer-events: none;
}
.form .select-arrow .error {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
.form .select-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  font-weight: 500;
}
.form .select-wrap .error {
  font-weight: normal;
}
.form .is-error input[type=text],
.form .is-error input[type=email],
.form .is-error textarea {
  background: #FFF7EA;
  border-color: #EE7F1F;
}
.form .is-error input[type=text]:focus,
.form .is-error input[type=email]:focus,
.form .is-error textarea:focus {
  outline: 1px solid #037FDD;
}
.form .error {
  color: #EE7F1F;
}
.form .require::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  background: #037FDD;
  border-radius: 50%;
  vertical-align: text-top;
}
.form .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.form .radio-wrap .mwform-radio-field {
  margin: 0;
}
.form .mwform-radio-field {
  display: inline-block;
}
.form .mwform-radio-field label {
  display: inline-block;
  position: relative;
}
.form .mwform-radio-field label:hover .mwform-radio-field-text {
  background: #F5F5F5;
}
.form .mwform-radio-field input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form .mwform-radio-field input:checked ~ .mwform-radio-field-text {
  background: #F5F5F5;
}
.form .mwform-radio-field input:checked ~ .mwform-radio-field-text::after {
  opacity: 1;
}
.form .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  padding: 1em 1.5em;
  padding-left: 3em;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 0.4rem;
  position: relative;
}
.form .mwform-radio-field .mwform-radio-field-text::before, .form .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.25em;
  translate: 0 -50%;
}
.form .mwform-radio-field .mwform-radio-field-text::before {
  background: #fff;
  border: 1px solid #D0D0D0;
}
.form .mwform-radio-field .mwform-radio-field-text::after {
  background: #037FDD;
  opacity: 0;
  scale: 0.5;
}
.form .btn {
  display: flex;
  transition: 0.3s;
}
.form .btn--submit {
  --btn-color-hover: #acc8d5;
  background: linear-gradient(-135deg, #acc8d5, #2b77b1);
  border-color: #D0D0D0;
  box-shadow: none;
  font-size: 1em;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.form .btn--submit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #037FDD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.form .btn--submit .btn__arrow {
  color: #037FDD;
}
.form .btn--submit .btn__arrow::before {
  content: none;
}
.form .btn--submit .btn__arrow::after {
  background: #fff;
  box-shadow: none;
}
.form .btn--submit:hover::before {
  opacity: 0;
}
.form .btn--submit.is-disable {
  color: #40494E;
  pointer-events: none;
}
.form .btn--submit.is-disable::before {
  background: #fff;
}
.form .btn--submit.is-disable .btn__arrow {
  color: #fff;
}
.form .btn--submit.is-disable .btn__arrow::after {
  background: #E0E0E0;
}
.form .btn--back {
  --btn-color-hover: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1em;
  gap: 0.8125em;
}
.form .btn--back::before {
  content: "";
  width: 1.75em;
  aspect-ratio: 1/1;
  background: url(../img/common/btn-arrow-left-gray.svg) no-repeat center/contain;
}
.form__item + .form__item {
  margin-top: 2em;
}
.form__item dt {
  font-weight: 500;
}
.form__item dt .note {
  float: right;
  font-size: 1.3rem;
  font-weight: normal;
}
.form__privacy {
  /*
  a {
  	border-bottom: 1px solid currentColor;
  	color: $main-color;
  	//text-decoration: underline;
  	&[target="_blank"]{
  		&::after {
  			content: '';
  			display: inline-block;
  			width: 0.8em;
  			height: 0.8em;
  			margin: 0 0.2em;
  			background: url(../img/common/icon-window-blue.svg) no-repeat center / contain;
  		}
  	}
  }
  */
}
.form__agreement {
  margin-top: 2em;
  text-align: center;
}
.form__agreement label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__agreement [type=checkbox] {
  width: 1.25em;
  aspect-ratio: 1/1;
}
.form__submit {
  margin-top: 2em;
}
.inquiry__confirm .select-arrow::after {
  content: none;
}
.inquiry__confirm .form__item dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #D0D0D0;
}
.inquiry__confirm .form__privacy {
  display: none;
}

.single__contents :where([class^=wp-block]) {
  margin-bottom: 2em;
}
.single__contents .wp-block-image img {
  height: auto !important;
}
.single__contents .wp-block-post-featured-image img {
  width: 100%;
}
.single__contents .wp-block-heading {
  margin-top: 2em;
}
.single__contents .wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  max-width: 54.4rem;
  margin: 0 auto;
  aspect-ratio: 544/308;
}
.single__contents .wp-block-file__embed {
  margin-bottom: 1em;
}
.single__contents .wp-block-file__button {
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
}
.single__contents .lazyblock-image-large figure img {
  width: 100%;
}
.single__contents .lazyblock-image-small figure {
  max-width: 43rem;
  margin: 0 auto;
}
.single__contents .lazyblock-image-small figure img {
  width: 100%;
}
.single__contents .lazyblock-flex-image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single__contents .lazyblock-flex-image figure {
  width: 46.3%;
  max-width: 43rem;
}
.single__contents .lazyblock-flex-image figure img {
  width: 100%;
}

/*
	news
*/
.news-date {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #A1ADAA;
  font-size: 1.6rem;
}

.news-category-label {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border: 0.1rem solid #D0D0D0;
  border-radius: 0.4rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #65717B;
  font-size: 1.3rem;
  line-height: 1.16;
  text-align: center;
}

.news-category-button {
  display: inline-block;
  padding: 0.7rem 1em;
  background: #E0E0E0;
  border-radius: 20em;
  letter-spacing: 0;
  color: #65717B;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.news-category-button:hover, .news-category-button.current, .news-category-button.active {
  background: #6392B5;
  color: #fff;
  opacity: 1;
}

.current-cat .news-category-button {
  background: #6392B5;
  color: #fff;
}

/*
	単独
*/
.products-categories--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
}

.products-category-check {
  padding: 0.9rem 1.1rem;
  border: 1px solid #D0D0D0;
  border-radius: 10em;
  color: #D0D0D0;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.products-category-check .icon-check {
  flex-shrink: 0;
  width: 1.57em;
  height: 1.57em;
  margin-left: 0.8rem;
  background: #E0E0E0;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}
.products-category-check .icon-arrow {
  background: none;
  border: none;
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-category-check .icon-arrow svg {
  width: 50%;
  height: 32%;
}
.products-category-check:hover {
  background: #3A89C4;
  border: 1px solid #3A89C4;
  color: #fff;
  opacity: 1;
}
.products-category-check:hover .icon-check {
  background: #fff;
  color: #3A89C4;
}
.products-category-check:hover .icon-arrow {
  background: none;
  color: #fff;
}
.current-cat .products-category-check {
  background: #3A89C4;
  border: 1px solid #3A89C4;
  color: #fff;
}
.current-cat .products-category-check .icon-check {
  background: #fff;
  color: #3A89C4;
}

.product-document-link {
  --btn-color: #D0D0D0;
  --btn-color-txt: #40494E;
  --btn-color-hover: #6392B5;
  min-width: 21.9rem;
  padding: min(0.714em, 2.6rem) min(1.35em, 1.9rem);
  background: none;
  color: var(--btn-color-txt);
  border: 1px solid var(--btn-color);
  border-radius: 20em;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product-document-link .btn__icon {
  display: inline-block;
  width: 1.29em;
  height: 1.29em;
  vertical-align: bottom;
  color: var(--btn-color-hover);
  transition: 0.3s;
}
.product-document-link .btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: none;
}
.product-document-link:hover {
  background: var(--btn-color-hover);
  border-color: var(--btn-color-hover);
  color: #fff;
  opacity: 1;
}
.product-document-link:hover .btn__icon {
  color: #fff;
}

.products-search-form {
  max-width: 53.1rem;
  font-size: 1.6rem;
}
.products-search-form input {
  display: block;
  width: 100%;
  height: 2.625em;
  padding: 1.3rem;
  padding-right: 4rem;
  border: none;
  border-radius: inherit;
  font-size: inherit;
  color: #40494E;
  line-height: 1;
}
.products-search-form input::-moz-placeholder {
  color: #D0D0D0;
}
.products-search-form input::placeholder {
  color: #D0D0D0;
}
.products-search-form .products-search-form__item {
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 0.4rem;
  position: relative;
}
.products-search-form .products-search-form__item .products-search-form__submit {
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  padding: 1.3rem;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  translate: 0 -50%;
}
.products-search-form .products-search-form__submit {
  background: none;
  border: none;
  color: #0068B6;
}
.products-search-form .products-search-form__submit svg {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

/*
	archive
*/
.products__archive--grid {
  display: grid;
  grid-template-columns: min(9vw, 12.3rem) auto min(9vw, 12.3rem) 37.9rem;
  grid-template-rows: auto auto;
  gap: 5rem 0;
  position: relative;
  z-index: 5;
}
.products__archive .page__bottom-nav .g-menu__nav-child-btn {
  display: none;
}
.products__archive .page__bottom-nav .g-menu__nav-child-list-item.pc {
  display: none;
}
.products__archive .page__bottom-nav .g-menu__nav-child-list-item.sp {
  display: block;
}

.products__categories {
  grid-row: 1;
  grid-column: 1/5;
}
.products__categories .inner {
  position: relative;
}
.products__categories-return {
  position: absolute;
  right: min(9vw, 12.3rem);
  bottom: calc(100% + 3.5rem);
  z-index: 20;
}

.products__sidebar {
  --sidebar-side-padding: 3.9rem;
  max-width: 37.9rem;
  grid-row: 2;
  grid-column: 4/5;
  padding-bottom: 4.6rem;
  background: #0068B6;
  background: linear-gradient(180deg, #3A89C4, #0068B6);
}
.products__sidebar .inner {
  width: 100%;
}
.products__sidebar-categories a:hover {
  opacity: 1;
}
.products__sidebar-categories a,
.products__sidebar-categories .cat-name {
  padding: 1.2em var(--sidebar-side-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products__sidebar-categories .link-arrow {
  flex-shrink: 0;
  margin-left: 2rem;
}
.products__sidebar-categories > li + li {
  margin-top: 1.6rem;
}
.products__sidebar-categories > li > a,
.products__sidebar-categories > li .cat-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.products__sidebar-categories > li > a .link-arrow::before,
.products__sidebar-categories > li .cat-name .link-arrow::before {
  background: #fff;
}
.products__sidebar-categories > li > a .link-arrow svg,
.products__sidebar-categories > li .cat-name .link-arrow svg {
  fill: #0068B6;
}
.products__sidebar-categories > li > a:hover,
.products__sidebar-categories > li .cat-name:hover {
  background: #6392B5;
}
.products__sidebar-categories > li .cat-name:hover {
  background: none;
}
.products__sidebar-categories > li.current-cat > a {
  background: #40494E;
}
.products__sidebar-categories .children li a {
  padding-top: 0.87em;
  padding-bottom: 0.87em;
  color: #C1DCF0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.products__sidebar-categories .children li a .link-arrow {
  transition: 0.3s;
}
.products__sidebar-categories .children li a .link-arrow::before {
  background: none;
}
.products__sidebar-categories .children li a .link-arrow svg {
  fill: #fff;
}
.products__sidebar-categories .children li a:hover {
  color: #fff;
}
.products__sidebar-categories .children li a:hover .link-arrow {
  translate: 4px 0;
}
.products__sidebar-categories .children li.current-cat a {
  background: #40494E;
  color: #fff;
}
.products__sidebar .accordion--blue {
  background: none;
}

.products__articles {
  grid-row: 2;
  grid-column: 2/3;
}
.products__articles .archive__articles--list > li:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
}
.products__articles .archive__articles--list > li:last-child .products__article {
  padding-bottom: 0;
}

.products__article {
  padding-bottom: 3.2rem;
}
.products__article--grid {
  display: grid;
  grid-template-columns: 16rem auto;
  grid-template-rows: repeat(3, auto);
  gap: 0 3.2rem;
  align-items: flex-start;
}
.products__article .product__thumb {
  grid-row: 1/4;
  grid-column: 1;
  aspect-ratio: 160/119;
  border: 1px solid #D0D0D0;
}
.products__article .product__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}
.products__article .product__categories {
  grid-row: 1;
  grid-column: 2;
}
.products__article .product__category {
  font-size: 1.2rem;
}
.products__article-title {
  grid-row: 2;
  grid-column: 2;
  margin-top: 0.7rem;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0;
  color: #40494E;
  font-size: 2rem;
}
.products__article-note {
  grid-row: 3;
  grid-column: 2;
  line-height: 1.72;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.products__article-code {
  margin-top: 0.8rem;
}
.products__article-description {
  margin-top: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数 */
}

.products__thumb,
.product__thumb {
  position: relative;
  overflow: hidden;
}
.products__thumb img,
.product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.products__thumb .link-arrow,
.product__thumb .link-arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 5;
}

:where(a):hover .products__thumb img,
:where(a):hover .product__thumb img {
  transform: scale(1.05);
}

.products__name {
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0;
  color: #40494E;
  font-size: 2rem;
  font-family: inherit;
  font-weight: 800;
}

.products__description {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-size: inherit;
}

/*
	single
*/
.product {
  padding-top: 6.9rem;
}
.product__header {
  margin-bottom: 4.7rem;
}
.product__header--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0.36fr auto 0.64fr;
  gap: 2rem 3.6%;
  align-items: center;
}

.product__categories {
  grid-column: 2;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.product__category {
  padding: 0.46em 0.93em;
  background: #E0E0E0;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #65717B;
  line-height: 1;
}
.product__category--top {
  background: #65717B;
  color: #fff;
}

.product__title {
  grid-column: 2;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.375;
}

.product__image {
  grid-column: 1;
  grid-row: 1/span 3;
  aspect-ratio: 448/315;
  border: 1px solid #D0D0D0;
}
.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__documents {
  grid-column: 2;
  align-self: flex-start;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
}

.product__description {
  margin-top: 4.7rem;
}

.product__youtube {
  max-width: 73.6rem;
  margin: 7.3rem auto 0;
  position: relative;
}
.product__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 736/416;
}

.product__information {
  margin-top: 8.8rem;
}

.product__table th {
  width: 14.4rem;
}

.product__note {
  margin-top: 3.2rem;
}
.product__note dl {
  display: flex;
}
.product__note dl dt {
  flex-shrink: 0;
  padding-right: 1.5em;
  border-right: 1px solid #D0D0D0;
  font-weight: 600;
  line-height: 1.5;
}
.product__note dl dd {
  padding-left: 2em;
  font-size: 1.3rem;
  color: #65717B;
  line-height: 1.77;
}

.product__features {
  margin-top: 10.8rem;
}

.product__feature {
  padding-top: 4.2rem;
  border-top: 1px solid #D0D0D0;
}
.product__feature + .product__feature {
  margin-top: 8rem;
}
.product__feature--grid {
  display: grid;
  grid-template-columns: 37.8% auto;
  gap: 0 3.4%;
  align-items: flex-start;
}
.product__feature-title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  color: #40494E;
  font-weight: 800;
}
.product__feature-image {
  border: 1px solid #707070;
}
.product__feature-image img {
  margin: 0 auto;
}

.product__search-link {
  margin-top: 7.3rem;
  margin-bottom: 6.5rem;
}

.product__related {
  margin-top: 6.5rem;
  padding: 8rem 0 9rem;
  background: #E1E8EB;
  overflow: hidden;
}
.product__related .inner {
  position: relative;
}
.product__related-title-en {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 1.3;
  color: #65717B;
}
.product__related-title {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #65717B;
}
.product__related-splide .splide__track {
  overflow: visible;
}
.product__related-splide-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  translate: 0 -100%;
}
.product__related-splide-arrows .splide__arrow {
  width: auto;
  height: auto;
  background: none;
  transform: none;
  position: static;
  position: initial;
  opacity: 1;
}
.product__related-splide-arrows .splide__arrow:disabled {
  opacity: 0.4;
}
.product__related-splide-arrows .link-arrow {
  width: 4.8rem;
  height: 4.8rem;
}
.product__related-splide .related__product-item {
  display: block;
}
.product__related-splide .related__product-item:hover {
  opacity: 1;
}
.product__related-splide .related__product-image {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.product__related-splide .related__product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 256/190;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__related-splide .related__product-image .link-arrow {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
}
.product__related-splide .related__product-name {
  margin-top: 1.4rem;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #40494E;
  font-size: 1.8rem;
}

/*
	archive
*/
/*
	single
*/
article.maintenance {
  margin-bottom: 8.9rem;
  padding-top: 5rem;
}

.maintenance__caution {
  margin-bottom: 6.5rem;
  padding: 3rem 6.5%;
  background: #FFF7EA;
  border: 1px solid #E3521D;
  border-radius: 1rem;
  color: #E3521D;
  font-size: 1.5rem;
}
.maintenance__caution-title {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
.maintenance__caution-title .icon {
  margin-right: 1.1rem;
}

.maintenance__items + .maintenance__items {
  margin-top: 9.6rem;
}
.maintenance__items-heading {
  margin-bottom: 6.3rem;
  padding-top: 4.3rem;
  border-top: 1px solid #D0D0D0;
  font-size: 2.8rem;
  font-weight: 800;
}

.maintenance__contents {
  counter-reset: number 0;
}
.maintenance__contents-group {
  counter-increment: number 1;
}
.maintenance__contents-group + .maintenance__contents-group {
  margin-top: 1rem;
}
.maintenance__contents-detail {
  padding-left: 2.56em;
  position: relative;
}
.maintenance__contents-detail::before {
  content: counter(number) ".";
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #0068B6;
  font-size: 2rem;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 0;
}
.maintenance__contents-images {
  margin-top: 3.2rem;
  margin-bottom: 5.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.3rem;
}

.maintenance__file {
  margin-top: 8.9rem;
}

.maintenance__return {
  margin-top: 8.9rem;
  margin-bottom: 11.8rem;
}

/*
	archive
*/
.support__categories {
  margin: 0;
}
.support__categories--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54.4rem, 1fr));
  justify-content: space-between;
  gap: 4rem 3.2rem;
}
.support__categories-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding: 0.46em 0.9em;
  background: #037FDD;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
.support__categories-title {
  margin-bottom: 5.3rem;
}

.support__category {
  padding: 6.8%;
  background: #fff;
  border-radius: 0.8rem;
}
.support__category-title {
  margin-bottom: 1.4em;
  font-size: 2rem;
  font-weight: 800;
}
.support__category-title .icon {
  display: inline-block;
  margin-right: 1.2rem;
  vertical-align: middle;
}
.support__category-term {
  width: 100%;
  padding: 1.44em;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.support__category-term .btn__arrow {
  flex-shrink: 0;
  width: 0.59em;
  height: 0.56em;
  margin-left: 1em;
  position: relative;
  z-index: 5;
}
.support__category-term .btn__arrow::before {
  content: "";
  width: 1.25em;
  aspect-ratio: 1/1;
  background: #6392B5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: 0.3s;
}
.support__category-term .btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: none;
  fill: #fff;
}
.support__category-term:hover {
  background: #F5F5F5;
  opacity: 1;
}
.support__category-term:hover .btn__arrow::before {
  background: #5CA2D6;
}
.support__category-term + .support__category-term {
  margin-top: 1.2rem;
}

/*
	single
*/
.support__contact {
  margin-top: 9.6rem;
}
.support__contact-list {
  font-size: 1.8rem;
  line-height: 1.77;
}
.support__contact-list li {
  padding-left: 1.28em;
  position: relative;
}
.support__contact-list li:before {
  content: "";
  position: absolute;
  top: 0.885em;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #0068B6;
}
.support__contact-list li + li {
  margin-top: 1.2rem;
}
.support__contact-number {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.52;
}

.download__category .page__grid {
  gap: 3.2rem;
}

.download__categoryLink {
  padding: 1.14em;
  padding-right: 1.7em;
  border: 1px solid #E0E0E0;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: 11.6rem 1fr 2.4rem;
  align-items: flex-start;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
.download__categoryLink figure {
  aspect-ratio: 1/1;
  background: #A8BDC9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download__categoryLink figure img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.download__categoryLink .link-arrow {
  align-self: center;
}
.download__categoryLink-description {
  padding: 0.3em 0;
}
.download__categoryLink-title {
  margin-bottom: 0.5em;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0;
  color: #40494E;
  font-size: min(1.4641288433vw, 2rem);
}

.download__productType {
  gap: 0.8rem;
}
.download__productType :where(.products-category-check) {
  color: #40494E;
  font-weight: 500;
  justify-content: space-between;
}
.download__productType :where(.products-category-check) .icon-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download__productType :where(.products-category-check) .icon-check svg {
  width: 52%;
}

.download__box {
  display: block;
  padding: 1.76em;
  border: 1px solid #E0E0E0;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.78;
}
.download__box-term {
  font-size: 1.2rem;
  font-weight: 500;
}
.download__box-title {
  margin-bottom: 0.5em;
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0;
  color: #40494E;
  font-size: min(1.4641288433vw, 2rem);
}
.download__box .product-document-link {
  --btn-color: #E0E0E0;
  --btn-color-hover: #3A89C4;
  width: 100%;
  background: var(--btn-color);
  border: none;
  font-weight: 500;
}
.download__box .product-document-link .btn__icon {
  color: #6392B5;
}
.download__box .product-document-link:hover {
  background: var(--btn-color-hover);
}
.download__box .product-document-link:hover .btn__icon {
  color: #fff;
}
.download__box--detailed {
  height: 100%;
  padding: 1em;
  padding-right: 1.76em;
  display: grid;
  grid-template-columns: 14.6rem 1fr;
  gap: 1.8em 1em;
}
.download__box--detailed figure {
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
  aspect-ratio: 146/205;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.download__box--detailed figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.download__box--detailed .download__box-description {
  padding-top: 1em;
}
.download__box--detailed .download__box-title {
  margin-bottom: 1em;
}
.download__box--detailed .product-document-link {
  align-self: end;
}
.download__box--detailed:hover figure img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  body {
    line-height: 1.75;
    font-size: 4vw;
  }
  section {
    margin: 10.6666666667vw 0;
  }
  table th, table td {
    padding: 0.6em 0;
  }
  table th ~ td {
    padding-left: 1.3em;
  }
  .table--fixed-th th {
    width: 38.4vw;
  }
  .table--plain tr {
    display: block;
  }
  .table--plain tr:not(:last-child) {
    padding-bottom: 1em;
  }
  .table--plain th, .table--plain td {
    display: block;
  }
  .table--plain th ~ td, .table--plain td ~ td {
    padding-left: 0;
  }
  .table--plain .pc {
    display: none;
  }
  .inner {
    width: 90%;
  }
  .inner-l {
    width: 90%;
    max-width: 100rem;
  }
  .mT10 {
    margin-top: 1.3333333333vw;
  }
  .mT20 {
    margin-top: 2.6666666667vw;
  }
  .mT30 {
    margin-top: 4vw;
  }
  .mT40 {
    margin-top: 5.3333333333vw;
  }
  .mT50 {
    margin-top: 6.6666666667vw;
  }
  .mT60 {
    margin-top: 8vw;
  }
  .mT70 {
    margin-top: 9.3333333333vw;
  }
  .mT80 {
    margin-top: 10.6666666667vw;
  }
  .mT90 {
    margin-top: 12vw;
  }
  .mT100 {
    margin-top: 13.3333333333vw;
  }
  .mT110 {
    margin-top: 14.6666666667vw;
  }
  .mT120 {
    margin-top: 16vw;
  }
  .mT130 {
    margin-top: 17.3333333333vw;
  }
  .mT140 {
    margin-top: 18.6666666667vw;
  }
  .mT150 {
    margin-top: 20vw;
  }
  .mT160 {
    margin-top: 21.3333333333vw;
  }
  .mT170 {
    margin-top: 22.6666666667vw;
  }
  .mT180 {
    margin-top: 24vw;
  }
  .mT190 {
    margin-top: 25.3333333333vw;
  }
  .mT200 {
    margin-top: 26.6666666667vw;
  }
  .mB10 {
    margin-bottom: 1.3333333333vw;
  }
  .mB20 {
    margin-bottom: 2.6666666667vw;
  }
  .mB30 {
    margin-bottom: 4vw;
  }
  .mB40 {
    margin-bottom: 5.3333333333vw;
  }
  .mB50 {
    margin-bottom: 6.6666666667vw;
  }
  .mB60 {
    margin-bottom: 8vw;
  }
  .mB70 {
    margin-bottom: 9.3333333333vw;
  }
  .mB80 {
    margin-bottom: 10.6666666667vw;
  }
  .mB90 {
    margin-bottom: 12vw;
  }
  .mB100 {
    margin-bottom: 13.3333333333vw;
  }
  .mB110 {
    margin-bottom: 14.6666666667vw;
  }
  .mB120 {
    margin-bottom: 16vw;
  }
  .mB130 {
    margin-bottom: 17.3333333333vw;
  }
  .mB140 {
    margin-bottom: 18.6666666667vw;
  }
  .mB150 {
    margin-bottom: 20vw;
  }
  .mB160 {
    margin-bottom: 21.3333333333vw;
  }
  .mB170 {
    margin-bottom: 22.6666666667vw;
  }
  .mB180 {
    margin-bottom: 24vw;
  }
  .mB190 {
    margin-bottom: 25.3333333333vw;
  }
  .mB200 {
    margin-bottom: 26.6666666667vw;
  }
  .pT10 {
    padding-top: 1.3333333333vw;
  }
  .pT20 {
    padding-top: 2.6666666667vw;
  }
  .pT30 {
    padding-top: 4vw;
  }
  .pT40 {
    padding-top: 5.3333333333vw;
  }
  .pT50 {
    padding-top: 6.6666666667vw;
  }
  .pT60 {
    padding-top: 8vw;
  }
  .pT70 {
    padding-top: 9.3333333333vw;
  }
  .pT80 {
    padding-top: 10.6666666667vw;
  }
  .pT90 {
    padding-top: 12vw;
  }
  .pT100 {
    padding-top: 13.3333333333vw;
  }
  .pT110 {
    padding-top: 14.6666666667vw;
  }
  .pT120 {
    padding-top: 16vw;
  }
  .pT130 {
    padding-top: 17.3333333333vw;
  }
  .pT140 {
    padding-top: 18.6666666667vw;
  }
  .pT150 {
    padding-top: 20vw;
  }
  .pT160 {
    padding-top: 21.3333333333vw;
  }
  .pT170 {
    padding-top: 22.6666666667vw;
  }
  .pT180 {
    padding-top: 24vw;
  }
  .pT190 {
    padding-top: 25.3333333333vw;
  }
  .pT200 {
    padding-top: 26.6666666667vw;
  }
  .pB10 {
    padding-bottom: 1.3333333333vw;
  }
  .pB20 {
    padding-bottom: 2.6666666667vw;
  }
  .pB30 {
    padding-bottom: 4vw;
  }
  .pB40 {
    padding-bottom: 5.3333333333vw;
  }
  .pB50 {
    padding-bottom: 6.6666666667vw;
  }
  .pB60 {
    padding-bottom: 8vw;
  }
  .pB70 {
    padding-bottom: 9.3333333333vw;
  }
  .pB80 {
    padding-bottom: 10.6666666667vw;
  }
  .pB90 {
    padding-bottom: 12vw;
  }
  .pB100 {
    padding-bottom: 13.3333333333vw;
  }
  .pB110 {
    padding-bottom: 14.6666666667vw;
  }
  .pB120 {
    padding-bottom: 16vw;
  }
  .pB130 {
    padding-bottom: 17.3333333333vw;
  }
  .pB140 {
    padding-bottom: 18.6666666667vw;
  }
  .pB150 {
    padding-bottom: 20vw;
  }
  .pB160 {
    padding-bottom: 21.3333333333vw;
  }
  .pB170 {
    padding-bottom: 22.6666666667vw;
  }
  .pB180 {
    padding-bottom: 24vw;
  }
  .pB190 {
    padding-bottom: 25.3333333333vw;
  }
  .pB200 {
    padding-bottom: 26.6666666667vw;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .font--small {
    font-size: 1.2rem;
  }
  .btn {
    min-width: 65.8666666667vw;
    padding: 6.1333333333vw 7.4666666667vw;
    font-size: 3.7333333333vw;
    justify-content: space-between;
  }
  .btn--square {
    --hover-size: 1.6em;
    padding: 8.5333333333vw 7.4666666667vw;
    justify-content: center;
    font-size: 4vw;
  }
  .btn--square .btn__arrow {
    right: 2.27em;
  }
  .btn--return {
    width: 100%;
    min-width: auto;
    justify-content: center;
  }
  .btn--return .btn__arrow {
    left: 7.4666666667vw;
  }
  .list--order2 {
    --vertical-padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .list--order2 > li::before {
    font-size: 0.9375em;
    line-height: 1.87;
  }
  .accordion--blue {
    --side-padding: 4.8vw;
    padding: 0;
  }
  .accordion--blue .accordion__title {
    padding: 7.4666666667vw var(--side-padding);
    font-size: 3.7333333333vw;
  }
  .accordion--blue .accordion__contents {
    padding: 0 var(--side-padding) 7.4666666667vw;
  }
  .accordion--blue .accordion__contents--p0 {
    padding: 0;
  }
  .accordion--blue .accordion__contents--ps0 {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion--blue .accordion__contents--pb0 {
    padding-bottom: 0;
  }
  .accordion--faq {
    --font-size: 3.7333333333vw;
  }
  .accordion--faq + .accordion--faq {
    margin-top: 2.6666666667vw;
  }
  .accordion--faq .accordion__title {
    padding: 1.64em 4.64em;
    padding-left: 5em;
    font-size: 1em;
    line-height: 1.57;
  }
  .accordion--faq .accordion__title::before {
    width: calc(var(--font-size) * 2.71);
    font-size: calc(var(--font-size) * 1.21);
    top: calc(var(--font-size) * 1.64);
    left: calc(var(--font-size) * 1.36);
  }
  .accordion--faq .accordion__toggle {
    width: calc(var(--font-size) * 1.71);
    height: calc(var(--font-size) * 1.71);
    top: calc(var(--font-size) * 2.36);
    right: calc(var(--font-size) * 1.57);
  }
  .accordion--faq .accordion__toggle::before, .accordion--faq .accordion__toggle::after {
    height: 2px;
  }
  .accordion--faq .accordion__contents {
    margin: 0 calc(var(--font-size) * 1.57) calc(var(--font-size) * 1.57);
    padding: 1.43em;
    padding-left: 5.14em;
  }
  .accordion--faq .accordion__contents::before {
    width: calc(var(--font-size) * 2.71);
    font-size: calc(var(--font-size) * 1.21);
    top: calc(var(--font-size) * 1.57);
    left: calc(var(--font-size) * 1.57);
  }
  .breadcrumb {
    padding: 3.7333333333vw 0;
  }
  .breadcrumb__list {
    font-size: 2.9333333333vw;
  }
  .wp_pagenavi .page-numbers {
    gap: 1rem;
  }
  .translate {
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 5.0666666667vw;
    color: #fff;
  }
  .translate .translate__toggle {
    width: 100%;
  }
  .translate .translate__toggle .translate__icon {
    width: 4.8vw;
    margin-right: 3.2vw;
  }
  .translate .translate__toggle .translate__arrow {
    width: 3.2vw;
    margin-right: 0;
    margin-left: auto;
    color: #A1ADAA;
    transition: 0.5s;
  }
  .translate .translate__toggle.menu-active .translate__arrow {
    rotate: 360deg;
  }
  .translate .translate__language {
    padding-left: 8vw;
    color: #fff;
    font-size: 4.5333333333vw;
    font-weight: 600;
  }
  .translate .translate__link {
    margin-top: 5.3333333333vw;
  }
  .translate .translate__link .translate__icon {
    margin-left: 2.4vw;
    color: #7B7B7B;
  }
  #siteConfirm {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
  #siteConfirm .inner {
    padding: 10% 8% 8%;
  }
  .siteConfirm__logo {
    width: 54.6666666667vw;
    margin-bottom: 6.9333333333vw;
  }
  .siteConfirm__btn-title {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
  .siteConfirm__btn {
    grid-template-columns: 100%;
    gap: 3.2vw;
  }
  .siteConfirm__btn .btn {
    padding: 2.9333333333vw 9.6vw;
    font-size: 4.5333333333vw;
  }
  .siteConfirm__btn .btn .sub-txt {
    font-size: 3.2vw;
  }
  .siteConfirm__link {
    text-align: center;
  }
  :root {
    --view-width: 87.2vw;
  }
  .main-translateX__contents-close {
    width: 6.4vw;
    height: 6.4vw;
    top: 9.0666666667vw;
    right: 8vw;
  }
  .main-translateX__contents-close .button-border {
    height: 0.3rem;
  }
  .main-translateX__contents-main {
    padding: 25.8666666667vw 6.4vw;
  }
  .main-translateX__contents .recruit-scroll-down {
    display: none;
  }
  .g-menu__nav-child-title {
    font-size: 5.3333333333vw;
  }
  .g-menu__nav-child-title--en {
    font-size: 2.9333333333vw;
  }
  .g-menu__nav-child-list {
    font-weight: 500;
    gap: 1em 2em;
  }
  .footer__banner {
    padding: 6.1333333333vw 0;
  }
  .footer__banner .contents--grid-col2 {
    gap: 3.7333333333vw;
  }
  .footer__banner .btn {
    min-width: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer__banner .btn .btn__icon {
    display: block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0;
    margin-bottom: 2.9333333333vw;
  }
  .footer__banner .btn .btn__arrow {
    display: none;
  }
  :where(#strength) .footer__banner,
  :where(#achievements) .footer__banner {
    padding: 13.3333333333vw 0;
  }
  :where(#strength) .footer__banner .btn,
  :where(#achievements) .footer__banner .btn {
    font-size: 5.3333333333vw;
    flex-direction: row;
    padding: 5.3333333333vw 6.1333333333vw;
  }
  :where(#strength) .footer__banner .btn .btn__icon,
  :where(#achievements) .footer__banner .btn .btn__icon {
    margin-right: 2.6666666667vw;
    margin-bottom: 0;
  }
  :where(#strength) .footer__banner .btn .btn__arrow,
  :where(#achievements) .footer__banner .btn .btn__arrow {
    display: block;
    right: 9.0666666667vw;
  }
  :where(#strength) .footer__banner-text,
  :where(#achievements) .footer__banner-text {
    font-size: 6.9333333333vw;
    line-height: 1.1538461538;
    margin-bottom: 8.8vw;
  }
  :where(#strength) .footer__banner-btn,
  :where(#achievements) .footer__banner-btn {
    max-width: 100%;
  }
  .footer {
    padding: 17.8666666667vw 0 6.9333333333vw;
    font-size: 3.7333333333vw;
    background: #3A3A3A;
  }
  .footer .contents--grid {
    display: block;
  }
  .footer__logo {
    width: 68.2666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
  .footer__company {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    font-size: 4vw;
    text-align: center;
  }
  .footer__company::after {
    margin: 0 auto;
    right: 0;
  }
  .footer__address {
    font-size: 3.7333333333vw;
  }
  .footer__maplink {
    font-size: 3.7333333333vw;
  }
  .footer__contact {
    margin-bottom: 8.5333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .footer__contact .footer__contact-title {
    font-size: 4vw;
  }
  .footer__contact .footer__tel {
    font-size: 9.3333333333vw;
    gap: 2.6666666667vw;
  }
  .footer__contact .footer__formlink {
    margin-top: 4.8vw;
  }
  .footer__contact .footer__formlink .btn {
    width: 100%;
    padding: 1.5em;
    font-size: 4vw;
    justify-content: center;
  }
  .footer__btn-wrap {
    display: block;
  }
  .footer__btn {
    width: 100%;
    padding: 4.8vw 6.1333333333vw;
    background: #4E4E4E;
    border-radius: 0.5rem;
  }
  .footer__btn + .footer__btn {
    margin-top: 2.1333333333vw;
  }
  .footer__btn .btn-icon {
    width: 9.6vw;
  }
  .footer__translate {
    display: block;
    margin-top: 8.5333333333vw;
  }
  .footer__link {
    font-size: 1.4rem;
    margin-top: 8.5333333333vw;
  }
  .footer__nav {
    display: none;
  }
  .cookie {
    padding-top: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  .cookie__inner {
    flex-direction: column;
    gap: 4vw;
  }
  .cookie__text {
    font-size: 4vw;
    line-height: 1.7;
  }
  .cookie__agree {
    font-size: 4.5333333333vw;
    width: 51.4666666667vw;
    height: 9.8666666667vw;
    border-radius: 5.0666666667vw;
  }
  :where(.page__contents) :where(h2),
  :where(.page__contents) :where(.h2-size) {
    font-size: 5.6vw;
  }
  :where(.page__contents) :where(h3),
  :where(.page__contents) :where(.h3-size) {
    font-size: 5.4933333333vw;
  }
  .page__header {
    height: 64.5333333333vw;
    padding-top: 14.9333333333vw;
    padding-bottom: 11.4666666667vw;
  }
  .page__header .page__header-logo {
    width: 27.7333333333vw;
    bottom: 13.6vw;
    right: 8.8vw;
  }
  .page__header .page__title-en {
    font-size: 10.6666666667vw;
    font-weight: 800;
  }
  .page__header .page__title {
    margin-top: 1.8666666667vw;
    font-size: 3.4666666667vw;
  }
  .page__header .page__header-order--reverse .page__title-en {
    font-size: 3.4666666667vw;
  }
  .page__header .page__header-order--reverse .page__title {
    font-size: 7.4666666667vw;
  }
  .page__header--typeC .breadcrumb {
    margin-top: 2.6666666667vw;
  }
  .page__header--typeD .page__header-order--reverse .page__title-en {
    font-size: 4.2666666667vw;
  }
  .page__header--typeD .page__header-order--reverse .page__title {
    font-size: 5.6vw;
  }
  .page__header--typeF {
    height: auto;
    padding-top: 29.3333333333vw;
  }
  .page__header--typeF .page__header-order .page__title-en {
    font-size: 14.9333333333vw;
    white-space: normal;
    white-space: initial;
  }
  .page__header--typeF .page__header-order .page__title-en .stroke {
    display: none;
  }
  .page__header--typeF .page__header-order .page__title {
    font-size: 3.7333333333vw;
  }
  .page__header--typeF .breadcrumb {
    margin-top: 2.6666666667vw;
  }
  .page__grid--col2 {
    grid-template-columns: 100%;
    gap: 8.5333333333vw 0;
  }
  .page__grid--rev-col2 {
    grid-template-columns: 100%;
    gap: 8.5333333333vw 0;
  }
  .page__grid--equal-col2 {
    grid-template-columns: 100%;
    gap: 8.5333333333vw 0;
  }
  .page__grid--col3 {
    grid-template-columns: 100%;
    gap: 8.5333333333vw 0;
  }
  .page__grid--gap-short {
    gap: 6.4vw 0;
  }
  .page__grid-link {
    margin-top: 12.5333333333vw;
    margin-bottom: 14.6666666667vw;
  }
  .page__grid-boxLink {
    font-size: 3.7333333333vw;
  }
  .page__grid-boxLink-name {
    font-size: 4.2666666667vw;
  }
  .page__grid-boxLink-name + * {
    margin-top: 4.2666666667vw;
  }
  .page__image {
    margin-top: 8vw;
    margin-bottom: 18.6666666667vw;
  }
  .page__image .inner {
    width: 100%;
  }
  .page__image img {
    width: 100%;
  }
  .page__section {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .page__section > .inner {
    padding-top: 10.6666666667vw;
  }
  .page__bg--lightBlue {
    padding: 10.6666666667vw 0;
  }
  .page__bg--yellowGray {
    padding: 10.6666666667vw 0;
  }
  .page__bg--lightGray {
    padding: 10.6666666667vw 0;
  }
  .page__bg--paleGray {
    padding: 10.6666666667vw 0;
  }
  .page__bg--inShadow {
    padding: 9.6vw 6.6666666667vw;
  }
  .page__bg--orange {
    padding: 10.6666666667vw 0;
  }
  .page__bg-text {
    font-size: 18.4vw;
  }
  .page__small-title {
    margin-bottom: 1.3em;
    font-size: 4.2666666667vw;
  }
  .page__dot-title::before {
    top: 0.875em;
  }
  .page__column-title {
    font-size: 5.3333333333vw;
  }
  .page__center-title {
    margin-bottom: 1em;
    font-size: 6.4vw;
  }
  .page__en-title {
    font-size: 9.0666666667vw;
    line-height: 1.26;
  }
  .page__en-title .sub {
    font-size: 3.7333333333vw;
  }
  .page__youtube {
    margin-top: 12.5333333333vw;
  }
  .page__youtube figure figcaption {
    margin-top: 0.7em;
    font-size: 3.2vw;
  }
  .page__bottom-nav {
    padding: 13.3333333333vw 0;
  }
  .page__bottom-menu .g-menu__nav-child-title {
    margin-bottom: 8.5333333333vw;
  }
  .archive--column2 {
    padding-top: 0;
    grid-template-columns: 100%;
    gap: 0;
  }
  .archive__description {
    margin-bottom: 10.6666666667vw;
  }
  .archive__description--grid {
    grid-template-columns: 100%;
    gap: 8vw;
  }
  .archive__heading--h2 {
    font-size: 5.0666666667vw;
  }
  .archive__articles {
    margin-bottom: 10.6666666667vw;
  }
  .archive__articles--list li + li {
    margin-top: 4.2666666667vw;
  }
  .archive__articles--grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive__article-title {
    font-size: 4vw;
  }
  .archive__article-description {
    line-height: 1.75;
    font-size: 3.4666666667vw;
  }
  .archive__article-description {
    display: none;
  }
  .archive__article-information {
    margin-bottom: 2.9333333333vw;
  }
  .archive__article-information .archive__article-date {
    font-size: 4vw;
  }
  .archive__article--grid {
    grid-template-columns: 33.7% auto;
    gap: 0 4.1%;
  }
  .archive__pagination {
    margin-top: 10.6666666667vw;
  }
  .sidebar {
    order: -1;
    margin-bottom: 7.7333333333vw;
    padding-bottom: 0;
  }
  .sidebar__section + .sidebar__section {
    margin-top: 5.8666666667vw;
  }
  .sidebar__title {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .sidebar__categories {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.8666666667vw;
  }
  .sidebar__dropdown-wrap {
    width: 100%;
  }
  .sidebar__dropdown-wrap::after {
    width: 3.4666666667vw;
    height: 1.8666666667vw;
  }
  .sidebar__dropdown {
    width: 100%;
    padding: 1.0666666667vw 5.3333333333vw;
    padding-right: 9.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .page__header--typeD .single__article-information {
    margin-top: 1.6vw;
  }
  .page__header--typeD .single__article-date {
    font-size: 4vw;
  }
  .single__contents {
    margin-top: 9.6vw;
    margin-bottom: 12.8vw;
    font-size: 3.7333333333vw;
  }
  .single__contents p:not(:last-child) {
    margin-bottom: 1.43em;
  }
  .single__contents h2 {
    margin-bottom: 1.1em;
    font-size: 4.8vw;
  }
  .single__contents h3 {
    font-size: 4.2666666667vw;
  }
  .single__contents h4 {
    font-size: 3.7333333333vw;
  }
  .single__contents ul, .single__contents ol {
    margin-bottom: 1.43em;
  }
  .single__contents table th, .single__contents table td {
    margin-top: 10.6666666667vw;
  }
  .single__pagination {
    margin-top: 12.8vw;
    margin-bottom: 12.8vw;
    font-size: 3.7333333333vw;
  }
  .single__pagination .inner {
    padding-top: 0;
    border-top: none;
  }
  .single__pagination--grid {
    grid-template-columns: 1fr 21.3333333333vw 1fr;
  }
  .single__pagination-return a {
    color: #40494E;
  }
  .single__pagination-return a .pagination__return-icon {
    background: #6392B5;
    color: #fff;
  }
  .single__pagination-prev a, .single__pagination-next a {
    font-size: 4.2666666667vw;
  }
  .single__pagination .pagination__post {
    display: none;
  }
  .single__pagination .pagination__post-arrow {
    background: #F5F5F5;
  }
  .top h2 {
    font-size: 9.0666666667vw;
  }
  .top h2 .h2-small {
    font-size: 3.7333333333vw;
  }
  .top h3 {
    font-size: 5.6vw;
  }
  .top__mainv {
    margin-bottom: 19.2vw;
  }
  .top__mainv-slider {
    aspect-ratio: 1/1;
  }
  .top__mainv-slider .top__mainv-splide .mainv-splide__link {
    display: none;
  }
  .top__mainv-slider .mainv-splide__nav {
    width: 90%;
    font-size: 3.7333333333vw;
    bottom: 3.4666666667vw;
    right: 5%;
  }
  .top__mainv-slider .mainv-splide__pagination {
    margin-left: 6.6666666667vw;
  }
  .top__mainv-slider .mainv-splide__arrows {
    margin-left: 6.6666666667vw;
  }
  .top__mainv-first {
    font-size: 4.8vw;
  }
  .top__mainv-first .mainv-first__svg {
    width: 35.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .top__mainv-first.animation--on .mainv-first__title-line2 {
    width: 5.5em;
  }
  .top__mainv-news {
    padding: 2.6666666667vw 4.8vw;
    align-items: flex-start;
  }
  .top__mainv-news .mainv-news__heading {
    font-size: 4.2666666667vw;
  }
  .top__mainv-news .mainv-news__article {
    display: block;
  }
  .top__mainv-news .mainv-news__title {
    -webkit-line-clamp: 2;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .top__mainv-news .mainv-news__archive-link {
    display: none;
  }
  .top__about {
    display: block;
    margin-bottom: 21.0666666667vw;
    background-position: right 9.3333333333vw;
    background-size: 46.6666666667vw auto;
  }
  .top__about .top__about-gallery {
    margin-bottom: 7.4666666667vw;
    grid-template-columns: 48vw 28.5333333333vw 21.3333333333vw;
    grid-template-rows: repeat(2, 19.4666666667vw);
    gap: 1.0666666667vw;
  }
  .top__about .top__about-gallery-img--row2-sp {
    grid-row: span 2;
  }
  .top__about .top__about-title {
    margin-bottom: 8.5333333333vw;
    padding-top: calc(2.93333vw + 0.6rem);
    font-size: 5.3333333333vw;
  }
  .top__about .top__about-title::before {
    width: 6.4vw;
  }
  .top__about .top__about-title .h2-small {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .top__about .top__about-message {
    margin-bottom: 8.5333333333vw;
    font-size: 5.6vw;
  }
  .top__about .top__about-link {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
  .top__products .top__products-contents {
    aspect-ratio: 375/660;
    background: url(../img/top/products-bg-sp.jpg) no-repeat bottom center/cover;
  }
  .top__products .top__products-contents .inner {
    padding-top: 16.8vw;
  }
  .top__products .top__products-contents .inner::before {
    width: 17.3333333333vw;
    height: 4.2666666667vw;
  }
  .top__products .top__products-contents .contents--grid-col2 {
    display: block;
  }
  .top__products .top__products-title {
    margin-bottom: 10.6666666667vw;
  }
  .top__products .top__products-message {
    margin-bottom: 8.5333333333vw;
  }
  .top__products .top__products-link {
    margin-top: 57.3333333333vw;
    text-align: center;
  }
  .top__products .top__products-splide {
    bottom: 31.4666666667vw;
  }
  .top__products .top__products-splide img {
    height: 46.9333333333vw;
  }
  .top__products .top__products-pickup {
    padding: 12.2666666667vw 0 16.2666666667vw;
  }
  .top__products .top__products-pickup .pickup__title {
    font-size: 6.4vw;
  }
  .top__products .top__products-pickup .pickup__grid {
    grid-template-columns: 100%;
    gap: 12vw;
  }
  .top__products .top__products-pickup .pickup__thumb {
    margin-bottom: 4.8vw;
  }
  .top__products .top__products-pickup .pickup__item-name {
    margin-bottom: 4.2666666667vw;
  }
  .top__maintenance .top__maintenance-contents {
    display: block;
  }
  .top__maintenance .top__maintenance-contents p {
    max-width: none;
  }
  .top__maintenance .top__maintenance-contents .inner {
    padding-top: 6.4vw;
    padding-bottom: 11.7333333333vw;
  }
  .top__maintenance .top__maintenance-image {
    aspect-ratio: 375/202;
  }
  .top__maintenance .top__maintenance-title {
    margin-bottom: 10.6666666667vw;
  }
  .top__maintenance .top__maintenance-message {
    margin-bottom: 8.5333333333vw;
  }
  .top__maintenance .top__maintenance-link {
    margin-top: 8.2666666667vw;
    text-align: center;
  }
  .top__large-menu .top__large-menu-flex {
    display: block;
  }
  .top__large-menu .top__large-menu-flex:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .top__large-menu .top__large-menu-link {
    width: 100%;
    aspect-ratio: auto;
    display: block;
  }
  .top__large-menu .top__large-menu-link:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-img {
    width: 100%;
    height: auto;
    aspect-ratio: 338/116;
    position: static;
    position: initial;
    pointer-events: initial;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-bg-txt {
    display: none;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-name {
    font-size: 9.0666666667vw;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-name-small {
    font-size: 3.7333333333vw;
  }
  .top__large-menu .top__large-menu-link:nth-child(even) .top__large-menu-img {
    translate: 0 0;
  }
  .top__news {
    margin-top: 10.6666666667vw;
    padding-bottom: 12.2666666667vw;
  }
  .top__news .top__news-inner--grid {
    display: block;
    padding-top: 5.3333333333vw;
  }
  .top__news .top__news-title {
    margin-bottom: 5.3333333333vw;
  }
  .top__news .top__news-archive-link {
    margin-top: 5.6vw;
    text-align: center;
  }
  .top__news .top__news-archive-link .btn {
    min-width: auto;
    font-size: 3.7333333333vw;
  }
  .top__news .top__news-item {
    padding-bottom: 5.3333333333vw;
  }
  .top__news .top__news-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .top__news .top__news-item-link {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top__news .top__news-item-link .link-arrow {
    display: none;
  }
  .top__news .top__news-item-date {
    margin-right: 1rem;
  }
  .top__news .top__news-item-category {
    margin-right: 0;
  }
  .top__news .top__news-item-title {
    width: 100%;
    margin-top: 2.4vw;
  }
  .top__news .top__news-tab .tab__menu {
    margin-bottom: 5.3333333333vw;
  }
  :where(#attitude) .page__section {
    margin-bottom: 18.6666666667vw;
  }
  .attitude__img4 {
    margin-top: 26.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .strength02__plate {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .strength02__plate .flex {
    flex-direction: column;
    gap: 8vw 0;
  }
  .strength02__plate .page__small-title {
    font-size: 3.7333333333vw;
  }
  .strength02__plate .strength02__plate-img {
    width: 25.3333333333vw;
  }
  .strength02__plate .strength02__plate-txt {
    width: 100%;
  }
  .strength04 h3 {
    margin-bottom: 65.3333333333vw;
  }
  .strength04__map {
    width: 92.8vw;
    position: absolute;
    top: 5.0666666667vw;
    right: 0;
    z-index: -1;
  }
  .foresight01__img,
  .foresight02__img {
    aspect-ratio: initial;
    margin-bottom: 5.3333333333vw;
  }
  .foresight01__txt h3,
  .foresight02__txt h3 {
    font-size: 5.6vw;
  }
  .foresight02__img {
    padding-bottom: 0;
  }
  .foresight03__sdgs-item {
    grid-template-columns: 21.3333333333vw auto;
    gap: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .foresight03__sdgs-item + .foresight03__sdgs-item {
    margin-top: 8.5333333333vw;
  }
  .foresight03__sdgs-title {
    font-size: 4.2666666667vw;
  }
  .page__grid--about-links {
    grid-template-columns: 100%;
    gap: 8.5333333333vw 0;
  }
  :where(#strength) .titleL {
    font-size: 11.2vw;
    line-height: 1;
  }
  :where(#strength) p {
    font-size: 4vw;
    line-height: 1.7;
  }
  :where(#strength) .page__section {
    margin-bottom: 18.6666666667vw;
  }
  :where(#strength) .page__text-block p {
    max-width: 100%;
    margin-top: 9.6vw;
  }
  :where(#strength) .page__graphics {
    width: 100%;
    margin-top: 2.9333333333vw;
  }
  :where(#strength) .large-menu {
    margin-bottom: 14.4vw;
  }
  :where(#strength) .large-menu__wrap {
    padding-top: 13.3333333333vw;
    padding-left: 7.4666666667vw;
  }
  :where(#strength) .large-menu__title {
    font-size: 9.6vw;
    line-height: 1.1;
  }
  :where(#strength) .large-menu__title::after {
    width: 6.4vw;
    height: 6.4vw;
  }
  :where(#strength) .suction {
    margin-top: 16vw;
    margin-bottom: 5.6rem;
  }
  :where(#strength) .suction__text {
    margin-top: 9.3333333333vw;
  }
  :where(#strength) .suction__wrap {
    flex-direction: column;
    gap: 0;
  }
  :where(#strength) .suction__wrap--reverse {
    padding-top: 6rem;
  }
  :where(#strength) .suction__wrap--reverse .suction__box {
    margin-top: 2rem;
  }
  :where(#strength) .suction__wrap--reverse .suction__img {
    width: 85%;
    margin-right: calc(50% - 50vw + 1rem);
  }
  :where(#strength) .suction__img {
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
  :where(#strength) .suction__box {
    width: 100%;
    padding-bottom: 0;
    margin-top: -3rem;
  }
  :where(#strength) .suction__box-title {
    font-size: 8vw;
  }
  :where(#strength) .suction__box-text {
    margin-top: 8vw;
  }
  :where(#strength) .suction__bg-text-left,
  :where(#strength) .suction__bg-text-right {
    font-size: 21.3333333333vw;
    line-height: 0.75;
  }
  :where(#strength) .suction__bg-text-right {
    right: auto;
    right: initial;
    left: calc(50% - 50vw);
  }
  :where(#strength) .customize {
    padding-top: 36vw;
    padding-bottom: 36vw;
    margin-top: -5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  :where(#strength) .customize__list {
    margin-top: 44vw;
  }
  :where(#strength) .customize__item {
    padding-top: 28vw;
    padding-bottom: 9.3333333333vw;
  }
  :where(#strength) .customize__item:nth-child(n+2) {
    margin-top: 49.3333333333vw;
  }
  :where(#strength) .customize__item-wrap {
    max-width: 80vw;
  }
  :where(#strength) .customize__item-title {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    top: -32vw;
  }
  :where(#strength) .customize__item-title::before {
    width: 64vw;
    height: 64vw;
  }
  :where(#strength) .customize__item-title span {
    font-size: 4.2666666667vw;
  }
  :where(#strength) .customize__item-title strong {
    font-size: 22.1333333333vw;
  }
  :where(#strength) .customize__item-cards {
    flex-direction: column;
  }
  :where(#strength) .customize__item-card {
    width: 100%;
    padding: 5.3333333333vw 5.8666666667vw;
    gap: 5.3333333333vw;
  }
  :where(#strength) .customize__card-img {
    display: block;
    width: 16vw;
  }
  :where(#strength) .customize__card-text {
    font-size: 4.2666666667vw;
  }
  :where(#strength) .customize__item-icon {
    width: 8.5333333333vw;
    margin: -2.6666666667vw 0;
  }
  :where(#strength) .customize__item-img {
    margin-top: 6.4vw;
  }
  :where(#strength) .customize__item-img span {
    font-size: 3.4666666667vw;
    line-height: 1.3076923077;
    margin-top: 2.1333333333vw;
  }
  :where(#strength) .customize__item-img + .customize__item-img {
    margin-top: 4vw;
  }
  :where(#strength) .unit {
    background-image: url(../img/strength/strength-bg2-sp.jpg);
    padding-top: 20vw;
    padding-bottom: 38.6666666667vw;
  }
  :where(#strength) .unit__number span {
    font-size: 16vw;
  }
  :where(#strength) .unit__number strong {
    font-size: 27.4666666667vw;
  }
  :where(#strength) .unit__desc {
    font-size: 5.6vw;
    line-height: 1.2380952381;
    margin-top: 2.6666666667vw;
  }
  :where(#strength) .unit__text-one {
    font-size: 8vw;
    line-height: 1.3333333333;
    max-width: 100%;
    margin-top: 16vw;
  }
  :where(#strength) .unit__text-two {
    max-width: 100%;
    margin-top: 9.0666666667vw;
  }
  :where(#achievements) .titleL {
    font-size: 11.2vw;
    line-height: 1;
  }
  :where(#achievements) p {
    font-size: 4vw;
    line-height: 1.7;
  }
  :where(#achievements) .page__section {
    margin-bottom: 18.6666666667vw;
  }
  :where(#achievements) .page__text-block p {
    max-width: 100%;
    margin-top: 9.6vw;
  }
  :where(#achievements) .large-menu {
    margin-bottom: 14.4vw;
  }
  :where(#achievements) .large-menu__wrap {
    padding-top: 6.4vw;
    padding-left: 7.7333333333vw;
  }
  :where(#achievements) .large-menu__title {
    font-size: 9.6vw;
    line-height: 1;
  }
  :where(#achievements) .large-menu__title::after {
    width: 6.4vw;
    height: 6.4vw;
    left: auto;
    left: initial;
    right: 5.8666666667vw;
  }
  :where(#achievements) .large-menu__text {
    line-height: 1.2;
    margin-top: 2.6666666667vw;
  }
  :where(#achievements) .lead {
    margin-top: 8vw;
  }
  :where(#achievements) .lead__inner {
    grid-template-columns: 1fr;
    gap: 8.8vw;
  }
  :where(#achievements) .lead__title {
    font-size: 8vw;
    line-height: 1.3333333333;
  }
  :where(#achievements) .achievement {
    margin-top: 11.7333333333vw;
  }
  :where(#achievements) .achievement__title {
    font-size: 11.2vw;
    line-height: 1.1904761905;
    margin: 0 calc(50% - 50vw);
  }
  :where(#achievements) .achievement__img {
    max-width: none;
    max-width: initial;
    width: 100vw;
    margin: -2.6666666667vw calc(50% - 50vw) 0;
  }
  :where(#achievements) .achievement__text {
    font-size: 5.6vw;
    line-height: 1.2380952381;
    max-width: none;
    max-width: initial;
    width: 100vw;
    margin: 8.5333333333vw calc(50% - 50vw) 0;
  }
  :where(#achievements) .example {
    margin-top: 18.6666666667vw;
  }
  :where(#achievements) .example__item + .example__item {
    margin-top: 18.6666666667vw;
  }
  :where(#achievements) .example__item-title {
    font-size: 4.5333333333vw;
    height: 10.6666666667vw;
    padding-left: 6.4vw;
  }
  :where(#achievements) .example__item-title::before {
    width: 2.6666666667vw;
  }
  :where(#achievements) .example__item-details {
    margin-top: 4.2666666667vw;
  }
  :where(#achievements) .example__item-detail + .example__item-detail {
    margin-top: 8.5333333333vw;
  }
  :where(#achievements) .example__detail-title {
    font-size: 8vw;
    line-height: 1.2;
  }
  :where(#achievements) .example__detail-images {
    grid-template-columns: 1fr;
    gap: 1.3333333333vw;
    margin-top: 4.5333333333vw;
  }
  .room {
    margin-bottom: 19.2vw;
  }
  .page__grid--room .grid-spacer {
    display: none;
  }
  .room__image {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .room__image--active {
    display: none;
  }
  .room__image .room__title {
    display: none;
  }
  .room__list {
    padding-top: 5.3333333333vw;
  }
  .room__list + .room__list {
    margin-top: 10.6666666667vw;
  }
  .room__title {
    font-size: 4.2666666667vw;
  }
  .room__products-category {
    justify-content: space-between;
  }
  .room__products-category + .room__products-category {
    margin-top: 4.2666666667vw;
  }
  .room__products-category figure {
    width: 33.6vw;
    margin-right: 1em;
  }
  .room__products-category-name {
    flex-grow: 1;
    justify-content: space-between;
  }
  .hospital-environment .page__small-title {
    margin-bottom: 2em;
  }
  .hospital-environment .page__grid-boxLink {
    font-size: 3.7333333333vw;
  }
  .hospital-environment .hospital-environment__description {
    max-width: none;
  }
  .air-quality-solutions__compare {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 100%;
    gap: 5.8666666667vw 0;
  }
  .air-quality-solutions__compare figcaption {
    font-size: 3.2vw;
  }
  .air-quality-solutions__products h3 {
    margin-bottom: 1.6em;
  }
  .air-quality-solutions__logo {
    margin-bottom: 8.5333333333vw;
  }
  .air-quality-solutions__logo [alt="Free Arm SHI-TECT"] {
    width: 53.3333333333vw;
  }
  .air-quality-solutions__logo [alt="MEDICAL LIGHT AIR"] {
    width: 64.2666666667vw;
  }
  .air-quality-solutions__shi-tect {
    padding-top: 79.2vw;
  }
  .air-quality-solutions__shi-tect::before {
    aspect-ratio: 375/275;
    background: url(../img/products/air-quality-solutions/shi-tect-bg-sp.png) no-repeat top center/100% auto;
  }
  .air-quality-solutions__shi-tect .page__bg-text {
    top: 11.7333333333vw;
  }
  .air-quality-solutions__medical-light-air {
    margin-top: 20.2666666667vw;
  }
  .air-quality-solutions__medical-light-air .page__bg-text {
    top: -15.4666666667vw;
  }
  .air-quality-solutions__medical-light-air .page__grid > div:nth-child(2) {
    order: -1;
  }
  .air-quality-solutions__medical-light-air .mla-img {
    width: 76.8vw;
    max-width: none;
    margin-left: 3.4666666667vw;
  }
  .air-quality-solutions__questionnaire {
    margin-top: 12.5333333333vw;
    margin-bottom: 17.0666666667vw;
  }
  .air-quality-solutions__questionnaire .page__small-title {
    font-size: 3.7333333333vw;
  }
  .air-quality-solutions__questionnaire .page__grid {
    margin-top: 8.5333333333vw;
  }
  .air-quality-solutions__questionnaire .questionnaire__box {
    font-size: 3.7333333333vw;
  }
  .air-quality-solutions__questionnaire .questionnaire__graph {
    width: 45.0666666667vw;
    max-width: none;
    margin-bottom: 5.3333333333vw;
  }
  .air-quality-solutions__questionnaire .note {
    margin-top: 1em;
    font-size: 3.2vw;
  }
  .air-quality-solutions__documents h2 {
    margin-bottom: 2em;
  }
  .air-quality-solutions__documents .documents__box {
    font-size: 3.7333333333vw;
  }
  .air-quality-solutions__documents .documents__box + .documents__box {
    margin-top: 8.5333333333vw;
    padding-top: 8.5333333333vw;
  }
  .air-quality-solutions__documents .documents__title {
    font-size: 4.8vw;
  }
  .air-quality-solutions__documents .documents__title .en {
    font-size: 3.4666666667vw;
  }
  .air-quality-solutions__documents .documents__author {
    font-size: 4vw;
  }
  .space-saving .page__bg-text {
    top: 33.8666666667vw;
  }
  .space-saving .space-saving__description {
    padding-right: 0;
    gap: 16.2666666667vw 0;
  }
  .space-saving .space-saving__description > div:nth-child(2) {
    order: -1;
  }
  .space-saving .space-saving__description .dual-07 {
    width: 55.4666666667vw;
    margin: 0 auto;
  }
  .ideal-room {
    margin-top: 15.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .ideal-room h4 {
    font-size: 3.4666666667vw;
  }
  .ideal-room__box img {
    margin-top: 5.3333333333vw;
  }
  .ideal-room__box + .ideal-room__box {
    margin-top: 7.4666666667vw;
  }
  .machine-room-solutions__reference-map {
    margin-top: 8.5333333333vw;
  }
  .machine-room-solutions__reference .reference-map {
    margin-top: 3.7333333333vw;
  }
  .automatic__key-technology .key-technology__box-wrap {
    margin-top: 8vw;
  }
  .automatic__key-technology .key-technology__box {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .automatic__achievements {
    margin-top: 16vw;
  }
  .automatic__achievements-img {
    margin-top: 8vw;
    gap: 4vw;
  }
  .automatic__achievements-img figure figcaption {
    font-size: 3.4666666667vw;
  }
  :where(#mold-testing-machine) .figure-wrap {
    margin-bottom: 8vw;
  }
  :where(#mold-testing-machine) .figure-wrap:not(:first-child) {
    margin-top: 8vw;
  }
  :where(#mold-testing-machine) figure figcaption {
    font-size: 3.4666666667vw;
  }
  .scientific-instruments__achievements {
    margin-top: 16vw;
  }
  .scientific-instruments__achievements-img {
    margin-top: 8vw;
    gap: 4vw;
  }
  .scientific-instruments__achievements-img figure figcaption {
    font-size: 3.4666666667vw;
  }
  :where(#corporate) .page__txt--medium {
    font-size: 4.2666666667vw;
  }
  :where(#corporate) .page__header--corporate {
    height: auto;
    height: initial;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .corporate__slogan {
    grid-template-columns: repeat(3, auto);
    -moz-column-gap: 7.2vw;
         column-gap: 7.2vw;
  }
  .corporate__slogan-box figure {
    width: 17.8666666667vw;
    max-width: none;
  }
  .corporate__slogan-box .slogan-font {
    width: 1em;
    height: auto;
    font-size: 18.6666666667vw;
  }
  .corporate__slogan-box .corporate__slogan-box-separator {
    flex-shrink: 0;
    width: 2.6666666667vw;
    height: 100%;
    margin: 0;
    margin-left: 10.9333333333vw;
    margin-right: 7.4666666667vw;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .corporate__slogan-box .corporate__slogan-box-separator::after {
    width: 1.6rem;
    height: 0;
    border-left: none;
    border-bottom: 1px solid #707070;
    bottom: 50%;
    left: auto;
    right: 100%;
  }
  :where(#corporate) .page__grid .sp-order {
    order: -1;
  }
  .message__president {
    width: 54.9333333333vw;
    margin: 0 auto;
  }
  .message__president figcaption {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .message__president .president__name {
    margin-top: 3.2vw;
    margin-left: 0;
    font-size: 5.8666666667vw;
  }
  :where(#corporate) table {
    line-height: 1.4;
  }
  :where(#corporate) .table--fixed-th th {
    width: 27.7333333333vw;
  }
  :where(#corporate) .map {
    display: block;
    padding-bottom: 48vw;
    position: relative;
  }
  :where(#corporate) .map > div:nth-child(2) {
    width: 90vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  :where(#corporate) .map--text {
    padding-bottom: 0;
  }
  :where(#corporate) .page__grid h3 {
    margin-bottom: 1em;
    font-size: 4.8vw;
  }
  :where(#corporate) .page__grid figure figcaption {
    font-size: 3.4666666667vw;
  }
  :where(#corporate) .president-name {
    font-size: 3.4666666667vw;
  }
  :where(#corporate) .president-name span {
    font-size: 5.8666666667vw;
  }
  :where(#corporate) .management-system__flex {
    gap: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
  :where(#corporate) .management-system__flex > div:first-child {
    width: 39.2vw;
  }
  :where(#corporate) .management-system__flex > div:nth-child(2) {
    flex-grow: 1;
  }
  :where(#corporate) .qualified-person__message {
    font-size: 3.7333333333vw;
  }
  :where(#corporate) .qualified-person__message .name {
    font-size: 5.3333333333vw;
  }
  :where(#corporate) .qualified-person__flex1 {
    display: block;
  }
  :where(#corporate) .qualified-person__flex1 figure {
    margin-bottom: 1em;
  }
  :where(#corporate) .qualified-person__flex2 {
    display: block;
  }
  :where(#corporate) .qualified-person__flex2 figure {
    width: 47.2vw;
    margin: 0 auto 5.8666666667vw;
    text-align: center;
  }
  :where(#corporate) .trust-plate {
    padding: 13.8666666667vw 0 12.5333333333vw;
    background: url(../img/corporate/quality/trust-plate-bg-sp.jpg) no-repeat center/cover;
  }
  :where(#corporate) .trust-plate .inner {
    display: block;
  }
  :where(#corporate) .trust-plate__title {
    font-size: 5.3333333333vw;
  }
  :where(#corporate) .trust-plate__mark figure {
    width: 25.3333333333vw;
    max-width: none;
  }
  :where(#corporate) .trust-plate__mark figure img {
    width: 100%;
  }
  :where(#corporate) .trust-plate__message {
    margin-top: 9.8666666667vw;
  }
  :where(#corporate) .trust-plate__message h3 {
    margin-bottom: 1.5em;
    font-size: 4.8vw;
    text-align: center;
  }
  .history__timeline-nav {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7333333333vw;
    position: static;
    position: initial;
  }
  .history__timeline-nav li {
    padding-left: 0;
    font-size: 6.4vw;
  }
  .history__timeline-nav li::before {
    content: none;
  }
  .history__timeline-nav li:not(:first-child) {
    margin-top: 0;
  }
  .history__timeline-nav li a {
    display: block;
    padding-right: 5.8666666667vw;
    position: relative;
  }
  .history__timeline-nav li a::after {
    content: "";
    width: 3.2vw;
    aspect-ratio: 12/7;
    background: url(../img/common/icon-arrow-down-blue.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.4133333333vw;
    translate: 0 -50%;
  }
  .history__timeline-nav .period {
    vertical-align: middle;
    font-size: 3.7333333333vw;
  }
  .history__timeline-box {
    padding: 0 0 16vw;
    grid-template-columns: 5.6vw auto;
    gap: 4.8vw 0;
    position: relative;
  }
  .history__timeline-box::before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 1px solid #D0D0D0;
    position: absolute;
    left: 0;
    top: 3.7333333333vw;
  }
  .history__timeline-box.last::before {
    content: none;
  }
  .history__timeline-year {
    grid-column: 2;
    font-size: 7.4666666667vw;
  }
  .history__timeline-dot {
    grid-column: 1;
    grid-row: 1;
    min-height: auto;
  }
  .history__timeline-dot::before {
    content: none;
  }
  .history__timeline-dot::after {
    width: 2.1333333333vw;
    min-width: 0.8rem;
    top: 50%;
    translate: -50% -50%;
  }
  .history__timeline-month {
    grid-column: 2;
    font-size: 4.2666666667vw;
  }
  .history__timeline-contents {
    grid-column: 2;
    margin-top: -2.4vw;
  }
  .history__timeline-contents figure figcaption {
    font-size: 3.4666666667vw;
  }
  .history__timeline-images {
    row-gap: 5.3333333333vw;
  }
  .inquiry__nav .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7333333333vw;
  }
  .inquiry__nav .btn {
    min-width: auto;
    padding: 3.7333333333vw 2vw 8vw;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .inquiry__nav .btn .btn__icon {
    width: 4.8vw;
    height: 5.6vw;
    margin-right: 0;
    margin-bottom: 2.4vw;
    display: flex;
    align-items: flex-end;
  }
  .inquiry__nav .btn .btn__icon svg {
    height: auto;
  }
  .inquiry__nav .btn .btn__arrow {
    width: 3.2vw;
    height: 1.8666666667vw;
    margin-left: 0;
    top: auto;
    left: 50%;
    bottom: 3.4666666667vw;
    translate: -50% 0;
  }
  .inquiry__nav .btn .btn__arrow::before, .inquiry__nav .btn .btn__arrow::after {
    content: none;
  }
  .inquiry__tel .page__bg--lightBlue {
    margin-bottom: 6.1333333333vw;
    padding: 4.2666666667vw;
    border-radius: 1.6vw;
    font-size: 3.4666666667vw;
  }
  .inquiry__tel .note {
    font-size: 3.7333333333vw;
  }
  .inquiry__tel-call {
    font-size: 5.6vw;
  }
  .inquiry__tel-call--large {
    font-size: 9.0666666667vw;
  }
  .inquiry__tel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .inquiry__tel-box .note {
    font-size: 3.2vw;
  }
  .form select {
    min-width: auto;
    padding-left: 1em;
  }
  .form .btn--back {
    justify-content: center;
  }
  .single__contents :where([class^=wp-block]) {
    margin-bottom: 1.7em;
  }
  .news-date {
    font-size: 4.2666666667vw;
  }
  .news-category-label {
    font-size: 2.9333333333vw;
  }
  .news-category-button {
    font-size: 3.2vw;
  }
  .products-category-check {
    padding: 2.1333333333vw 2.9333333333vw;
    font-size: 3.2vw;
  }
  .products-category-check .icon-check {
    width: 1.66em;
    height: 1.66em;
    margin-left: 3.2vw;
  }
  .product-document-link {
    width: 48.8%;
    min-width: auto;
    padding: 2.4vw 4.2666666667vw;
    font-size: 3.2vw;
  }
  .products-search-form {
    font-size: 4.2666666667vw;
  }
  .products-search-form input {
    padding: 3.4666666667vw;
    padding-right: 10.6666666667vw;
    padding-right: 0;
  }
  .products-search-form .products-search-form__item .products-search-form__submit {
    width: 11.2vw;
    padding: 3.4666666667vw;
    right: 1.8666666667vw;
  }
  .products__archive .page__header {
    padding-bottom: 5.8666666667vw;
  }
  .products__archive--grid {
    display: block;
  }
  .products__categories {
    padding: 5.3333333333vw 0;
  }
  .products__categories-return {
    position: static;
    position: initial;
  }
  .products__categories-select {
    display: none;
  }
  .products__sidebar {
    --sidebar-side-padding: 4.8vw;
    max-width: none;
    padding-bottom: 0;
  }
  .products__sidebar-categories a,
  .products__sidebar-categories .cat-name {
    padding: 1em var(--sidebar-side-padding);
  }
  .products__sidebar-categories > li + li {
    margin-top: 0;
  }
  .products__sidebar-categories > li > a,
  .products__sidebar-categories > li .cat-name {
    font-size: 4.5333333333vw;
    font-weight: 600;
    line-height: 1;
  }
  .products__sidebar-categories > li > a .link-arrow::before,
  .products__sidebar-categories > li .cat-name .link-arrow::before {
    background: none;
  }
  .products__sidebar-categories > li > a .link-arrow svg,
  .products__sidebar-categories > li .cat-name .link-arrow svg {
    fill: #fff;
  }
  .products__sidebar-categories .children li + li {
    border-top: 1px solid rgba(239, 246, 250, .4);
  }
  .products__sidebar-categories .children li a {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    background: #316489;
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .products__article {
    padding-bottom: 4.2666666667vw;
  }
  .products__article--grid {
    grid-template-columns: 31.2vw auto;
    gap: 0 2.1333333333vw;
  }
  .products__article .product__thumb {
    grid-row: 1/3;
    aspect-ratio: 117/87;
  }
  .products__article .product__categories {
    margin-bottom: 0;
    align-self: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.0666666667vw;
  }
  .products__article .product__category {
    font-size: 2.6666666667vw;
  }
  .products__article-title {
    font-size: 4.5333333333vw;
  }
  .products__article-title {
    align-self: flex-start;
  }
  .products__article-note {
    font-size: 3.4666666667vw;
  }
  .products__article-note {
    grid-column: 1/3;
  }
  .products__article-code {
    margin-top: 2.1333333333vw;
  }
  .products__article-description {
    margin-top: 2.1333333333vw;
    -webkit-line-clamp: 4;
  }
  .products__name {
    font-size: 4.5333333333vw;
  }
  .products__description {
    line-height: 1.75;
    font-size: 3.4666666667vw;
  }
  .product {
    padding-top: 6.9333333333vw;
  }
  .product__header {
    margin-bottom: 10.6666666667vw;
  }
  .product__header--grid {
    display: block;
  }
  .product__categories {
    margin-bottom: 2.9333333333vw;
    justify-content: center;
  }
  .product__category {
    font-size: 3.2vw;
  }
  .product__title {
    margin-bottom: 6.4vw;
    font-size: 5.8666666667vw;
    text-align: center;
  }
  .product__image {
    width: 69.8666666667vw;
    margin: 0 auto 6.4vw;
  }
  .product__documents {
    margin-top: 6.4vw;
    gap: 2.6666666667vw 2.1333333333vw;
  }
  .product__description {
    margin-top: 10.6666666667vw;
  }
  .product__youtube {
    margin-top: 10.6666666667vw;
  }
  .product__information {
    margin-top: 6.6666666667vw;
  }
  .product__table th {
    width: 38.4vw;
  }
  .product__note {
    margin-top: 5.8666666667vw;
  }
  .product__note dl dt {
    padding-right: 1em;
  }
  .product__note dl dd {
    padding-left: 1.5em;
    font-size: 3.2vw;
  }
  .product__features {
    margin-top: 17.0666666667vw;
  }
  .product__feature {
    padding-top: 8vw;
  }
  .product__feature + .product__feature {
    margin-top: 12.8vw;
  }
  .product__feature--grid {
    grid-template-columns: 100%;
    gap: 6.4vw;
  }
  .product__feature-title {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .product__feature-image img {
    max-height: 50vh;
  }
  .product__feature-text {
    font-size: 3.7333333333vw;
  }
  .product__search-link {
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .product__search-link .btn {
    justify-content: center;
  }
  .product__related {
    margin-top: 13.3333333333vw;
    padding: 10.6666666667vw 0 8vw;
  }
  .product__related-title-en {
    font-size: 7.4666666667vw;
  }
  .product__related-title {
    margin-bottom: 7.4666666667vw;
    font-size: 3.2vw;
  }
  .product__related-splide-arrows {
    margin-top: 8vw;
    gap: 4.2666666667vw;
    position: static;
    position: initial;
    translate: 0 0;
  }
  .product__related-splide-arrows .link-arrow {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
  .product__related-splide .related__product-image .link-arrow {
    width: 4vw;
    height: 4vw;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
  }
  .product__related-splide .related__product-name {
    font-size: 4vw;
  }
  .product__related-splide .related__product-name {
    margin-top: 2.1333333333vw;
  }
  article.maintenance {
    margin-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  .maintenance__caution {
    padding: 8vw 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .maintenance__caution-title {
    margin-bottom: 1em;
    font-size: 4.2666666667vw;
  }
  .maintenance__items + .maintenance__items {
    margin-top: 16vw;
  }
  .maintenance__items-heading {
    margin-bottom: 10.6666666667vw;
    padding-top: 8vw;
    font-size: 5.3333333333vw;
  }
  .maintenance__contents-detail::before {
    font-size: 4.8vw;
    line-height: 1.46;
  }
  .maintenance__contents-images {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    grid-template-columns: 100%;
    gap: 6.4vw 0;
    justify-items: center;
  }
  .maintenance__file {
    margin-top: 13.3333333333vw;
  }
  .maintenance__return {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .support__categories--grid {
    grid-template-columns: 100%;
    gap: 8vw;
  }
  .support__categories-title {
    margin-bottom: 10.6666666667vw;
  }
  .support__category-title {
    font-size: 4vw;
  }
  .support__contact {
    margin-top: 16vw;
  }
  .support__contact-list {
    font-size: 4vw;
  }
  .support__contact-number {
    font-size: 5.0666666667vw;
  }
  .download__category .page__grid {
    gap: 8.5333333333vw;
  }
  .download__categoryLink {
    grid-template-columns: 16vw 1fr 2.4rem;
  }
  .download__categoryLink-title {
    font-size: 4.5333333333vw;
  }
  .download__productType {
    gap: 1.0666666667vw;
  }
  .download__productType :where(.products-category-check) {
    font-size: 3.7333333333vw;
  }
  .download__box {
    padding: 1em;
    font-size: 3.4666666667vw;
  }
  .download__box-title {
    font-size: 4.5333333333vw;
  }
  .download__box--detailed {
    grid-template-columns: 26.6666666667vw 1fr;
  }
  .download__box--detailed .download__box-description {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
  .top__news .top__news-inner--grid {
    display: block;
  }
  .top__news .top__news-archive-link {
    margin-top: 2.1rem;
    text-align: center;
  }
  :where(#achievements) .lead__inner {
    gap: 8.9285714286%;
  }
  .products__archive--grid {
    grid-template-columns: min(6vw, 12.3rem) auto min(6vw, 12.3rem) 37.9rem;
  }
  .products__article--grid {
    display: block;
  }
  .products__article .product__thumb {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .sp-call {
    pointer-events: none;
  }
  :where(a):hover .link-line {
    background-position: left bottom;
    background-size: 100% 1px;
    color: #0068B6;
  }
  .js-accordion--sp .accordion__title {
    cursor: auto;
  }
  .js-accordion--sp .accordion__toggle {
    display: none !important;
  }
  .js-accordion--sp .accordion__contents {
    display: block !important;
  }
  .translate:hover {
    background: #fff;
    color: #0068B6;
  }
  .translate.menu-active {
    background: #fff;
    color: #0068B6;
  }
  .footer__contact .footer__tel {
    pointer-events: none;
  }
  .top__about .top__about-gallery-img--col2 {
    grid-column: span 2;
  }
  .top__about .top__about-gallery-img--row2 {
    grid-row: span 2;
  }
  .top__about .inner {
    width: 45.3879941435vw;
    max-width: none;
  }
  .top__products .top__products-pickup .pickup__thumb-arrow {
    display: none;
  }
  .top__maintenance .top__maintenance-contents .inner {
    align-self: center;
    width: 45.3879941435vw;
    max-width: none;
    padding: 8rem 0;
  }
  .top__large-menu .top__large-menu-link {
    z-index: 20;
    color: #fff;
    opacity: 1;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-img,
  .top__large-menu .top__large-menu-link .top__large-menu-bg-txt {
    opacity: 1;
    visibility: visible;
  }
  .top__large-menu .top__large-menu-link .top__large-menu-bg-txt {
    animation: 20s linear backwards infinite slideX-100;
  }
  .strength02__video .colspan-2 {
    grid-column: span 2;
  }
  .foresight01 .page__section-title,
  .foresight02 .page__section-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .foresight01__txt,
  .foresight02__txt {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  :where(#products.page) .bg-cover,
  :where(#products.page) .breadcrumb {
    background: #fff;
  }
  :where(#products.page) .bg-cover {
    padding: 0.1rem 0;
  }
  .room .inner {
    width: 100%;
    max-width: none;
  }
  .air-quality-solutions__documents .inner {
    padding: 0 4.7%;
  }
  :where(#corporate) .qualified-person__persons {
    font-size: 1.5rem;
  }
  .inquiry__tel-call {
    pointer-events: none;
  }
  .products__archive .page__header .inner {
    width: 100%;
    max-width: none;
    padding-left: min(9vw, 12.3rem);
    padding-right: min(9vw, 12.3rem);
  }
  .products__archive--grid .inner {
    max-width: none;
  }
  .products__categories .inner {
    width: 100%;
    padding-left: min(9vw, 12.3rem);
    padding-right: min(9vw, 12.3rem);
  }
  .products__articles .inner {
    width: 100%;
  }
}
@media (max-width: 1022px) {
  #header {
    min-height: 5.6rem;
    padding: min(4vw, 1.5rem);
    background: #fff;
    box-shadow: 0 0.3rem 0.6rem rgba(101, 113, 123, .1);
  }
  #header .contents--flex {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    position: static;
    position: initial;
  }
  .header .sp {
    display: block;
  }
  .header .pc {
    display: none;
  }
  .header__logo {
    width: 64.5333333333vw;
    max-width: 24.2rem;
  }
  .header__translate {
    display: none;
  }
  .g-menu__btn {
    display: block;
    width: min(14.9333333333vw, 5.6rem);
    height: min(14.9333333333vw, 5.6rem);
    padding: min(4.6666666667vw, 1.75rem);
    position: absolute;
    top: 0;
    right: 0.3rem;
  }
  .g-menu__btn .button-border {
    width: min(5.6vw, 2.1rem);
  }
  #g-menu {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    background: #E7E9EA;
    box-shadow: inset 0 3px 6px -6px rgba(0, 0, 0, .16);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  #g-menu.menu-active {
    opacity: 1;
    visibility: visible;
  }
  #g-menu .footer {
    margin-top: 6.4vw;
    padding-bottom: max(21.3333333333vw, 8rem);
  }
  .g-menu__nav {
    display: block;
  }
  .g-menu__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 4.2666666667vw;
    gap: 0 3.7333333333vw;
  }
  .g-menu__nav-list-item {
    grid-column: span 2;
    padding: 0;
    overflow: hidden;
  }
  .g-menu__nav-list-item:not(.g-menu__nav-list-item--btn) {
    margin-right: 0;
  }
  .g-menu__nav-list-item > a {
    display: block;
    padding: 6.4vw 4.8vw;
    padding-right: 10.6666666667vw;
    position: relative;
  }
  .g-menu__nav-list-item > a:not(.accordion-active)::after {
    content: "";
    width: 92vw;
    border-bottom: 1px solid #D0D0D0;
    position: absolute;
    bottom: 0;
    left: 4vw;
  }
  .g-menu__nav-list-item--gray {
    margin-top: 6.6666666667vw;
    padding: 0;
    grid-column: span 1;
    border-left: none;
  }
  .g-menu__nav-list-item--gray::after {
    content: none;
  }
  .g-menu__nav-list-item--search, .g-menu__nav-list-item--catalog {
    overflow: visible;
    overflow: initial;
  }
  .g-menu__nav-list-item--search a, .g-menu__nav-list-item--catalog a {
    padding: 1em 0.5em;
    aspect-ratio: 162/111;
    background: #fff;
    box-shadow: 0.3rem 0.5rem 0.6rem rgba(101, 113, 123, .3), -0.3rem -0.5rem 0.6rem rgba(255, 255, 255, .3);
    border-radius: 0.8rem;
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .g-menu__nav-list-item--search a::after, .g-menu__nav-list-item--catalog a::after {
    content: none !important;
  }
  .g-menu__nav-list-item--search .g-menu__nav-list-icon, .g-menu__nav-list-item--catalog .g-menu__nav-list-icon {
    width: 1.4em;
    margin: 0;
    color: #6392B5;
  }
  .g-menu__nav-list-item--search {
    padding-left: 4.8vw;
  }
  .g-menu__nav-list-item--catalog {
    padding-right: 4.8vw;
  }
  .g-menu__nav-list-item--catalog a {
    background: #6392B5;
    color: #fff;
  }
  .g-menu__nav-list-item--catalog .g-menu__nav-list-icon {
    color: #fff;
  }
  .g-menu__nav-link--sp-accordion {
    position: relative;
  }
  .g-menu__nav-link--sp-accordion.accordion-active {
    color: #0068B6;
  }
  .g-menu__nav-link--sp-accordion.accordion-active .g-menu__nav-link-status--toggle::after {
    rotate: 0deg;
  }
  .g-menu__nav-link-status {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 8.8vw;
    translate: 0 -50%;
  }
  .g-menu__nav-link-status::after {
    content: "";
    width: 2.1333333333vw;
    height: 3.2vw;
    background: url(../img/common/btn-arrow-right-gray.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .g-menu__nav-link-status--toggle {
    background: #6392B5;
    border-radius: 50%;
  }
  .g-menu__nav-link-status--toggle::before, .g-menu__nav-link-status--toggle::after {
    content: "";
    width: 2.4vw;
    height: 0.5333333333vw;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .g-menu__nav-link-status--toggle::after {
    rotate: 90deg;
  }
  .g-menu__nav-child {
    display: none;
    padding: 0 4.8vw;
    border-radius: 0;
    box-shadow: none;
    font-size: 3.7333333333vw;
    position: static;
    position: initial;
    top: auto;
    translate: 0 0;
    opacity: 1;
    visibility: visible;
    transition: none 0s ease 0s;
    transition: initial;
  }
  .g-menu__nav-child .g-menu__nav-child-title {
    display: block;
    width: 100%;
    padding: 6.4vw 0;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .g-menu__nav-child .g-menu__nav-child-title::after {
    content: "";
    width: 2.1333333333vw;
    height: 3.2vw;
    background: url(../img/common/btn-arrow-right-gray.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 5.8666666667vw;
    translate: 0 -50%;
  }
  .g-menu__nav-child .g-menu__nav-child-title .sp {
    display: inline;
  }
  .g-menu__nav-child .g-menu__nav-child-title--en {
    display: inline;
    font-size: 0;
    font-weight: inherit;
    font-family: inherit;
  }
  .g-menu__nav-child .g-menu__nav-child-title--en::after {
    content: "　INDEX";
    display: inline;
    font-size: 3.7333333333vw;
  }
  .g-menu__nav-child .g-menu__nav-child-title-icon {
    display: none;
  }
  .g-menu__nav-child .g-menu__nav-child-main {
    padding-top: 0;
  }
  .g-menu__nav-child .g-menu__nav-child-list {
    display: block;
    font-weight: 500;
  }
  .g-menu__nav-child .g-menu__nav-child-list-item {
    border-top: 1px solid #E0E0E0;
  }
  .g-menu__nav-child .g-menu__nav-child-list-item a {
    display: block;
    width: 100%;
    padding: 6.4vw 0;
    font-size: 3.7333333333vw;
    font-weight: 500;
    position: relative;
  }
  .g-menu__nav-child .g-menu__nav-child-list-item a::before {
    content: none;
  }
  .g-menu__nav-child .g-menu__nav-child-list-item a::after {
    content: "";
    width: 2.1333333333vw;
    height: 3.2vw;
    background: url(../img/common/btn-arrow-right-gray.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 5.8666666667vw;
    translate: 0 -50%;
  }
  .g-menu__nav-child .g-menu__nav-child-list-item a .link-arrow {
    display: none;
  }
  .g-menu__nav-child--grid {
    display: block;
  }
  .g-menu__nav-child-bottom {
    display: none;
  }
  .footer .contents--grid {
    grid-template-columns: minmax(auto, 35.2rem) minmax(auto, 62.5rem);
  }
  .footer__contact .footer__tel {
    font-size: 3.5rem;
  }
  .footer__nav-home {
    padding-left: min(1.0980966325vw, 1.5rem);
  }
  .footer__nav-list {
    padding-left: min(1.0980966325vw, 1.5rem);
    padding-right: min(2.9282576867vw, 4rem);
  }
}
@media (min-width: 1023px) {
  .g-menu__nav-list-item > a.current .hover-line::before {
    width: 100%;
  }
  .g-menu__nav-list-item .hover-line {
    display: inline-block;
    position: relative;
  }
  .g-menu__nav-list-item .hover-line::before {
    content: "";
    width: 0;
    border-bottom: 1px solid #0068B6;
    position: absolute;
    left: 0;
    bottom: -0.7rem;
    transition: 0.3s;
  }
  .g-menu__nav-child::before {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: none;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .g-menu__nav-child-title:hover {
    color: #0068B6;
    opacity: 1;
  }
  .g-menu__nav-child-title:hover .g-menu__nav-child-title-icon {
    color: #fff;
  }
  .g-menu__nav-child-title:hover .g-menu__nav-child-title-icon::before {
    opacity: 1;
  }
}
@media (min-width: 1367px) {
  .top__maintenance .top__maintenance-contents .inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (any-hover: hover) {
  :where(#strength) .large-menu__link:hover {
    opacity: 0.7;
  }
  :where(#achievements) .large-menu__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1800px) {
  .room__image {
    width: 49.6354166667vw;
  }
}
@media (min-width: 1366px) {
  .air-quality-solutions__products .inner {
    max-width: 138.8rem;
  }
  .air-quality-solutions__medical-light-air .mla-img {
    margin-right: 0;
  }
}
@media (min-width: 1366px) and (max-width: 100vw) {
  .product__related .inner {
    width: 89%;
    max-width: 170rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
