/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif !important;
	overflow-x: hidden;
	position: relative;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	text-decoration: none !important;
}

/* img */

/* ============================================ */

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

a[href^="tel:"] {
	pointer-events: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

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

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

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

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

.inview,
.inview200,
.inview300,
.inview400,
.inview500,
.inview600,
.inview700,
.inview800,
.inview900,
.inview1000,
.inview1100,
.inview1200,
.inview1300,
.inview1400,
.inview1500,
.inview1600,
.inview1700,
.inview1800,
.inview1900,
.inview2000,
.inview_init {
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.inview_up,
.inview_up200,
.inview_up300,
.inview_up400,
.inview_up500,
.inview_up600,
.inview_up700,
.inview_up800,
.inview_up900,
.inview_up1200 {
	-webkit-transform: translate(0, 15px);
	opacity: 0;
	transform: translate(0, 15px);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_left,
.inview_left200,
.inview_left300,
.inview_left400,
.inview_left500,
.inview_left600,
.inview_left700,
.inview_left900,
.inview_left1200 {
	-webkit-transform: translate(-15px, 0);
	opacity: 0;
	transform: translate(-15px, 0);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_right,
.inview_right200,
.inview_right300,
.inview_right400,
.inview_right500,
.inview_right600,
.inview_right700,
.inview_right900,
.inview_right1200 {
	-webkit-transform: translate(15px, 0);
	opacity: 0;
	transform: translate(15px, 0);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_action {
	opacity: 1;
}

.inview_up_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.inview_left_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.inview_right_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.zoom,
.zoom2,
.zoom3 {
	opacity: 0;
}

.zoom.popup.is-animated,
.zoom2.popup.is-animated,
.zoom3.popup.is-animated {
	-webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
	        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.bounceInUp,
.bounceInUp200,
.bounceInUp400,
.bounceInUp600,
.bounceInUp600 {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	opacity: 0;
}

.bounceInUp.go,
.bounceInUp200.go,
.bounceInUp400.go,
.bounceInUp600.go,
.bounceInUp800.go {
	-webkit-animation-name: bounceInUp;
	        animation-name: bounceInUp;
}

.js-header__nav-list-link-btn {
	display: none;
}

.l-content {
	background-color: #fff;
	padding-bottom: 9.375rem;
	padding-top: 3.25rem;
}

.l-footer {
	background-color: #fff;
}

.l-footer__inner {
	padding: 5.625rem 0;
}

.l-footer__logo {
	margin: 0 auto;
	margin-bottom: 3.125rem;
	width: 15rem;
}

.l-footer__copyright {
	font-size: 0.9375rem;
	text-align: center;
}

.l-header__inner {
	width: 100%;
	z-index: 100;
}

.l-header__logo {
	left: 1.5rem;
	position: absolute;
	top: 2.4375rem;
	width: 17.5rem;
	z-index: 10;
}

.l-header__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}

.l-header__nav-item {
	color: #fff;
	font-size: 1.125rem;
}

.l-header__nav-item:nth-of-type(3) {
	background-color: #D10701;
}

.l-header__nav-item a {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 3.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.75rem 2.125rem;
}

.l-header__nav-item-sub {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: right;
}

.l-header__menu-trigger {
	display: none;
}

.l-header__menu {
	overflow: scroll;
	position: fixed;
	right: -100%;
}

.l-header__menu::-webkit-scrollbar {
	display: none;
}

.l-header__menu-item::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.l-header__menu-link:hover {
	opacity: 0.7;
}

.l-header__dropdown {
	background-color: #333;
	list-style: none;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	-webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.l-header__dropdown.is-open {
	max-height: 500px;
	opacity: 1;
}

.l-header .menu-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s ease;
	transition: visibility 0.3s, opacity 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 20;
}

.l-header .menu-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.l-header__dropdown-item {
	border-bottom: 1px solid #444;
	color: #fff;
	padding: 0.625rem 0.9375rem;
	position: relative;
}

.l-header__dropdown-item::before {
	border-color: transparent transparent transparent #fff;
	border-width: 3px 0 3px 6px;
	content: "";
	left: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.l-header__dropdown-item:first-of-type::before {
	content: none;
}

.l-header__dropdown-item:last-child {
	border-bottom: none;
}

.l-header__dropdown-item a {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.l-header__dropdown-item a:hover {
	opacity: 0.7;
}

.l-header__language {
	color: #fff;
	position: absolute;
	right: 0;
	top: 2.4375rem;
	width: 17.5rem;
	z-index: 10;
}

.l-header__language .bogo-language-switcher.list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.l-header__language-in-nav {
	color: #fff;
	padding-right: 1rem;
	position: relative;
}

.l-header__language-in-nav .bogo-language-switcher.list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.l-header__nav-language-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-inner.l-inner__child {
	max-width: 65.625rem;
}

.l-intro {
	background: #000 url(../images/common/intro_bg.png) no-repeat center/cover;
}

.l-intro__inner {
	padding: 11.375rem 1.25rem 5.5rem;
}

.l-intro__head {
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 2.4375rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.l-intro__head--small {
	font-size: 1.25rem;
}

.l-intro__lead {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
}

.l-intro__nav {
	background-color: #000;
}

.l-intro__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5625rem 1.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.l-intro__nav-item {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	position: relative;
}

.l-intro__nav-item:nth-of-type(2) .l-intro__dropdown {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.l-intro__nav-item:nth-of-type(3) .l-intro__dropdown {
	max-width: 41.625rem;
	width: 59.2vw;
}

.l-intro__nav-link {
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	padding: 0.625rem 0 1rem;
}

.l-intro__nav-link:hover {
	opacity: 0.7;
}

.l-intro__dropdown {
	background-color: #333;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	color: #fff;
	left: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0rem 0.9375rem;
	position: absolute;
	top: 100%;
	-webkit-transition: padding 0.3s ease, max-height 0.3s ease, opacity 0.3s ease;
	transition: padding 0.3s ease, max-height 0.3s ease, opacity 0.3s ease;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 2;
}

.l-intro__dropdown.is-open {
	max-height: 31.25rem;
	opacity: 1;
	padding: 0.625rem 0.9375rem 1.25rem;
}

.l-intro__dropdown-item {
	display: inline-block;
}

.l-intro__dropdown-item a {
	color: #fff;
	display: block;
	padding: 0.625rem 0.9375rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.l-intro__dropdown-item a:hover {
	opacity: 0.7;
}

.l-intro__dropdown-item a::before {
	border-color: transparent transparent transparent #fff;
	border-width: 3px 0 3px 6px;
	content: "";
	left: 0rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.l-intro__dropdown-item:last-child {
	border-bottom: none;
}

.l-intro__dropdown-item-main {
	border-bottom: 1px solid #707070;
	display: block;
}

.l-intro__dropdown-item-main a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-intro__dropdown-item-main a:hover {
	opacity: 0.7;
}

.l-intro__dropdown-item-main a::before {
	content: none;
}

.l-intro__dropdown-item-main:last-child {
	border-bottom: none;
}

.l-nav {
	background-color: #fff;
}

.l-nav__list {
	grid-gap: 3.6875rem 1.625rem;
	display: -ms-grid;
	display: grid;
	gap: 3.6875rem 1.625rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.l-nav__item {
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.l-nav__item:hover {
	opacity: 0.8;
}

.l-nav__item:hover .l-nav__text::after {
	width: 100%;
}

.l-nav__item:hover .l-nav__title::after {
	width: 100%;
}

.l-nav__item a {
	display: block;
	height: 100%;
	position: relative;
}

.l-nav__item:nth-of-type(2) .l-nav__bg {
	top: 0rem;
	-webkit-transform: none;
	        transform: none;
	width: 34.1%;
}

.l-nav__item--middle {
	background-color: #333;
	-ms-grid-column-span: 1;
	grid-column: span 1;
	padding: 0.875rem 0.75rem;
}

.l-nav__item--middle .l-nav__title {
	color: #fff;
	font-size: 1.375rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-nav__item--middle .l-nav__title::after {
	background-color: #fff;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0;
}

.l-nav__item--middle .l-nav__subtitle {
	color: #fff;
	font-size: 0.9375rem;
}

.l-nav__item--middle .l-nav__wrap {
	background: url(../images/common/nav_image04.jpg) no-repeat center center/cover;
	height: 100%;
	padding: 5.5625rem 1.125rem 2rem;
}

.l-nav__item--middle:nth-of-type(4) .l-nav__wrap {
	background: url(../images/common/nav_image05.jpg) no-repeat center center/cover;
}

.l-nav__item--bottom {
	background: url(../images/common/nav_image06.jpg) no-repeat center center/cover;
	border: none;
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

.l-nav__item--bottom .l-nav__wrap {
	padding: 3.0625rem 1.25rem 3.625rem;
}

.l-nav__item--bottom .l-nav__title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 2.875rem;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-nav__item--bottom .l-nav__title::after {
	background-color: #fff;
	bottom: 0rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0;
}

.l-nav__item--bottom .l-nav__subtitle {
	color: #fff;
	font-size: 1.375rem;
	text-align: center;
}

.l-nav__head {
	background-color: #333;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.78125rem 0.875rem;
	position: relative;
	z-index: 0;
}

.l-nav__wrap {
	overflow: hidden;
	padding: 1.9375rem 1.75rem 1.3125rem;
	position: relative;
}

.l-nav__bg {
	position: absolute;
	right: 0;
	top: 44%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 65%;
	z-index: 0;
}

.l-nav__image {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 13.125rem;
	z-index: 0;
}

.l-nav__title {
	font-size: 2.0625rem;
	font-weight: bold;
	margin-bottom: 0.3125rem;
	position: relative;
	z-index: 1;
}

.l-nav__subtitle {
	font-size: 0.75rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.l-nav__text {
	font-size: 0.75rem;
	margin-top: 1.25rem;
	position: relative;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.l-nav__text::after {
	background-color: #000;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0;
}

.l-nav__text-arrow::before,
.l-nav__text-arrow::after {
	background-color: #333;
	border-radius: 0.625rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: -0.625rem;
	top: 50%;
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.5rem;
}

.l-nav__text-arrow::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.l-nav__text-arrow::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-bg {
	background: #000 url(../images/common/black_section_bg01.png) no-repeat left bottom/42%;
}

.c-bg__right {
	background: #000 url(../images/common/black_section_bg_right.png) no-repeat right bottom/42%;
}

.c-bg__inner {
	color: #fff;
	padding-bottom: 7.3125rem;
	padding-top: 4.625rem;
}

.c-br {
	display: block;
}

.c-br__tab {
	display: block;
}

.c-br__sp {
	display: block;
}

.c-breadcrumb {
	margin-bottom: 2.875rem;
}

.c-breadcrumb__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.3125rem;
}

.c-breadcrumb__item {
	font-size: 0.8125rem;
}

.c-breadcrumb__item a {
	position: relative;
}

.c-breadcrumb__item a::after {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0%;
}

.c-breadcrumb__item a:hover::after {
	width: 100%;
}

.c-breadcrumb__arrow {
	font-size: 0.8125rem;
}

.c-btn {
	display: block;
	font-size: 1rem;
	height: 3.9375rem;
	max-width: 22.375rem;
	padding-inline: 1rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.c-btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #FFF;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.9375rem 3.75rem 0.9375rem 1.875rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.c-btn a::before,
.c-btn a::after {
	background-color: #fff;
	border-radius: 0.625rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.c-btn a::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-btn a::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-btn a:hover {
	background-color: #fff;
	color: #333;
}

.c-btn a:hover::before,
.c-btn a:hover::after {
	background-color: #333;
}

.c-btn.c-btn__white {
	border: 1px solid #000;
}

.c-btn.c-btn__white a {
	color: #000;
}

.c-btn.c-btn__white a::before,
.c-btn.c-btn__white a::after {
	background-color: #000;
}

.c-btn.c-btn__white a:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.c-btn.c-btn__white a:hover::before,
.c-btn.c-btn__white a:hover::after {
	background-color: #fff;
}

.c-btn.c-btn__child {
	font-size: 0.875rem;
}

.c-btn.c-btn__child a {
	border: 1px solid #000;
	color: #000;
	height: 2.75rem;
}

.c-btn.c-btn__child a::before,
.c-btn.c-btn__child a::after {
	background-color: #000;
}

.c-btn.c-btn__child a:hover {
	background-color: #D10701;
	border: 1px solid #D10701;
	color: #fff;
}

.c-btn.c-btn__child a:hover::before,
.c-btn.c-btn__child a:hover::after {
	background-color: #fff;
}

.c-btn.c-btn__small {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #707070;
	color: #225D98;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	height: 2.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0.625rem;
	padding-right: 1.875rem;
	position: relative;
	width: 13.125rem;
}

.c-btn.c-btn__small:hover {
	background-color: #225D98;
	color: #fff;
}

.c-btn.c-btn__small:hover .c-btn__small-arrow {
	background-color: #fff;
}

.c-btn.c-btn__small:hover .c-btn__small-arrow::after {
	border-left: 6px solid #225D98;
}

.c-btn.c-btn__small a {
	height: 100%;
	width: 100%;
}

.c-btn.c-btn__small .c-btn__small-arrow {
	background-color: #225D98;
	border-radius: 50%;
	height: 1rem;
	position: absolute;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 1rem;
}

.c-btn.c-btn__small .c-btn__small-arrow::after {
	border-bottom: 2px solid transparent;
	border-left: 6px solid #ffffff;
	border-right: 0;
	border-style: solid;
	border-top: 2px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0;
}

.c-btn.c-btn__red {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #D10701;
	border: 1px solid #D10701;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	height: 3.1875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 18.9375rem;
	position: relative;
	width: 100%;
}

.c-btn.c-btn__red:hover {
	background-color: #fff;
	color: #D10701;
}

.c-btn.c-btn__red:hover .c-btn__arrow::before,
.c-btn.c-btn__red:hover .c-btn__arrow::after {
	background-color: #D10701;
}

.c-btn.c-btn__red a {
	height: 100%;
	width: 100%;
}

.c-btn.c-btn__red .c-btn__arrow::before,
.c-btn.c-btn__red .c-btn__arrow::after {
	background-color: #fff;
	border-radius: 0.625rem;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.c-btn.c-btn__red .c-btn__arrow::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-btn.c-btn__red .c-btn__arrow::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-btn.c-btn__small-red {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #D10701;
	border: 1px solid #D10701;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	height: 2.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 13.6875rem;
	position: relative;
	width: 100%;
}

.c-btn.c-btn__small-red:hover {
	background-color: #fff;
	color: #D10701;
}

.c-btn.c-btn__small-red a {
	height: 100%;
	width: 100%;
}

.c-btn.c-btn__small--blue {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #E7ECF0;
	border: 1px solid #E7ECF0;
	color: #225D98;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	height: 3.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: calc(25% - 0.28125rem);
	position: relative;
	width: 100%;
}

.c-btn.c-btn__small--blue:hover {
	background-color: #225D98;
	color: #E7ECF0;
}

.c-btn.c-btn__small--blue a {
	height: 100%;
	width: 100%;
}

.c-heading {
	background-color: #333;
	color: #fff;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 1.5625rem;
	padding: 0.875rem 2.5rem 0.90625rem;
	position: relative;
	width: 100%;
}

.c-heading::before {
	background-color: #00FFBA;
	content: "";
	height: 0.25rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.875rem;
}

.c-heading.c-heading__bg-none {
	background-color: transparent;
	padding: 0 0 0 1.5625rem;
}

.c-heading.c-heading__bg-none::before {
	left: 0;
}

.c-heading02 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.c-list {
	counter-reset: item;
}

.c-list__item {
	margin-bottom: 2.4375rem;
}

.c-list__item:last-of-type {
	margin-bottom: 0;
}

.c-list__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.0625rem;
	gap: 0.75rem;
	margin-bottom: 0.625rem;
}

.c-list__title:before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #000;
	color: #fff;
	content: counter(item);
	counter-increment: item;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1.75rem;
	    -ms-flex: 0 0 1.75rem;
	        flex: 0 0 1.75rem;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	top: 0;
	width: 1.75rem;
}

.c-list__title--plain {
	font-size: 1.0625rem;
	margin-bottom: 0.625rem;
}

.c-list__box {
	border: 1px solid #707070;
	padding: 0.9375rem 1.125rem;
}

.c-list__box--white {
	border: 1px solid #fff;
	padding: 0.9375rem 1.125rem;
}

.c-list__text--white {
	color: #fff;
	font-size: 0.875rem;
	line-height: 2.35;
}

.c-loop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.c-loop__item {
	-webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
	        animation: infinity-scroll-left 40s infinite linear 0.5s both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style: none;
	padding: 0;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.64;
}

.c-text.c-text__dot::before {
	top: 0.6875rem;
}

.c-text__wide {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.35;
}

.c-text__wide.c-text__dot::before {
	top: 0.9375rem;
}

.c-text__wide30 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.14;
}

.c-text__wide40 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.85;
}

.c-text__wide40.c-text__dot::before {
	top: 1.125rem;
}

.c-text--blue {
	color: #225D98;
	font-size: 1.1875rem;
	margin-bottom: 0.9375rem;
}

.c-text__dot {
	padding-left: 0.9375rem;
	position: relative;
}

.c-text__dot::before {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 0.1875rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.8125rem;
	width: 0.1875rem;
}

.c-text__check {
	font-weight: bold;
	padding-left: 0.9375rem;
	position: relative;
}

.c-text__check::before {
	content: "✓";
	left: 0rem;
	position: absolute;
	top: 0rem;
}

.c-text__dot.c-text__dot--white::before {
	background-color: #fff;
}

.c-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4.375rem;
}

.c-wrap__txt {
	margin-top: 2.5rem;
}

.c-wrap__single-img {
	margin-top: 2.5rem;
	width: 70%;
}

.c-wrap--single + .c-wrap--single {
	margin-top: 2.5rem;
}

.c-wrap__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.c-wrap__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.64;
}

.c-wrap__image {
	max-width: 18.75rem;
	width: 100%;
}

.p-original__list {
	margin-top: 5rem;
}

section.p-glass-service-section:last-of-type .p-glass-service-section__inner {
	margin-bottom: 0;
}

.p-glass-service-section__inner {
	margin-bottom: 7rem;
}

.p-glass-service-section__wrap {
	gap: 1.875rem 3.0625rem;
}

.p-glass-service-section__head {
	margin-bottom: 2.625rem;
}

.p-glass-service-section__text--blue {
	margin-bottom: 0.9375rem;
}

.p-glass-service-section__text {
	margin-bottom: 1.5625rem;
}

.p-glass-service-section__text:last-of-type {
	margin-bottom: 0;
}

.p-glass-service-section__logo {
	max-width: 15.5625rem;
	width: 100%;
}

.p-advance-feature__inner {
	margin-bottom: 7rem;
}

.p-advance-feature__head {
	margin-bottom: 2.625rem;
}

.p-advance-feature__text {
	margin-bottom: 2.3125rem;
}

.p-advance-feature__text:last-of-type {
	margin-bottom: 0;
}

.p-advance-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin: 0 auto;
	margin-bottom: 4.375rem;
	max-width: 25.5rem;
}

.p-advance-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-advance-about__inner {
	margin-bottom: 5.75rem;
}

.p-advance-about .p-advance-about__head {
	margin-bottom: 1.875rem;
}

.p-advance-about__wrap {
	margin-bottom: 3.125rem;
}

.p-advance-about__wrap-content {
	max-width: 29.5625rem;
}

.p-advance-about__dot {
	margin-left: 2.8125rem;
}

.p-advance-about__image {
	max-width: 28.375rem;
}

.p-advance-about__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-advance-flow__inner {
	margin-bottom: 7rem;
}

.p-advance-flow__head {
	margin-bottom: 2.625rem;
}

.p-advance-flow__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
}

.p-advance-flow .p-advance-flow__btn {
	padding: 0 2.5rem 0 1.25rem;
	width: auto;
}

.p-advance-category__wrap {
	margin-bottom: 7rem;
}

.p-advance-category__wrap:last-of-type {
	margin-bottom: 0;
}

.p-advance-category__head {
	margin-bottom: 2.625rem;
}

.p-advance-category__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-aehr-feature__inner {
	padding-bottom: 5rem;
}

.p-aehr-feature__text {
	margin-bottom: 3.75rem;
}

.p-aehr-feature__head {
	margin-bottom: 3.375rem;
}

.p-aehr-feature__wrap {
	margin-bottom: 3.375rem;
}

.p-aehr-system .p-aehr-system__head {
	margin-bottom: 1.875rem;
}

.p-aehr-system .p-aehr-system__head03 {
	font-size: 1.0625rem;
	margin-bottom: 0.6875rem;
}

.p-aehr-system__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-aehr-system__wrap {
	gap: 1.75rem;
}

.p-aehr-system__image {
	max-width: 21.375rem;
}

.p-aehr-info__inner {
	padding-top: 6.25rem;
}

.p-aehr-info__head {
	margin-bottom: 3.75rem;
}

.p-aehr-info__wrap {
	gap: 3.0625rem;
}

.p-aehr-info__title {
	font-size: 1.0625rem;
	margin-bottom: 2.1875rem;
}

.p-aehr-info__logo {
	max-width: 15.8125rem;
}

.p-camera-feature__inner {
	margin-bottom: 7rem;
}

.p-camera-feature__head {
	margin-bottom: 2.625rem;
}

.p-camera-feature__text {
	margin-top: 2.5rem;
}

.p-camera-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 7.375rem auto 0;
}

.p-camera-specific__inner {
	margin-bottom: 7rem;
}

.p-camera-specific__head {
	margin-bottom: 2.625rem;
}

.p-camera-specific__table-head {
	font-size: 0.9375rem;
	margin-bottom: 0.3125rem;
}

.p-camera-specific__table {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	max-width: 57.375rem;
	width: 100%;
}

.p-camera-specific__table:last-of-type {
	margin-bottom: 0;
}

.p-camera-specific__table-term {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 10.6875rem;
}

.p-camera-specific__table-desc {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
	width: 29.3125rem;
}

.p-camera-about__inner {
	margin-bottom: 7rem;
}

.p-camera-about .p-camera-about__head {
	margin-bottom: 1.875rem;
}

.p-camera-about__wrap {
	margin-bottom: 9.625rem;
}

.p-camera-about__wrap-content {
	max-width: 29.5625rem;
}

.p-camera-about__image {
	max-width: 28.375rem;
}

.p-camera-service__inner {
	margin-bottom: 7rem;
}

.p-camera-service__wrap {
	margin-bottom: 7rem;
}

.p-camera-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-camera-service__head {
	margin-bottom: 2.625rem;
}

.p-camera-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-camera-service__btn {
	line-height: 1.23;
	text-align: center;
}

.p-camera-info__head {
	margin-bottom: 2.625rem;
}

.p-camera-info__text {
	margin-top: 2.5rem;
}

.p-company-mission__head {
	margin-bottom: 4.6875rem;
}

.p-company-mission__title {
	font-size: 1.1875rem;
	margin-bottom: 0.4375rem;
	text-align: center;
}

.p-company-mission__text {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 7.3125rem;
	text-align: center;
}

.p-company-ceo {
	background: #000 url(../images/common/black_section_bg01.png) no-repeat left bottom/30%;
}

.p-company-ceo__inner {
	padding-bottom: 9.1875rem;
	padding-top: 4.625rem;
}

.p-company-ceo__wrap {
	margin-bottom: 3.25rem;
}

.p-company-ceo__image {
	width: 16.1875rem;
}

.p-company-ceo__head {
	color: #fff;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 4.3125rem;
}

.p-company-ceo__text {
	color: #fff;
	margin-bottom: 1.5rem;
}

.p-company-ceo__text:last-of-type {
	margin-bottom: 0;
}

.p-company-ceo__status-wrap {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.p-company-ceo__status {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.p-company-ceo__name {
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 500;
}

.p-company-info__inner {
	padding-bottom: 5rem;
	padding-top: 3.625rem;
}

.p-company-info__head {
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 3.1875rem;
}

.p-company-info__list {
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.p-company-info__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-company-info__term {
	border-bottom: 2px solid #000;
	display: table-cell;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.1;
	padding-bottom: 1.3125rem;
	padding-left: 0.1875rem;
	padding-top: 1rem;
	width: 16rem;
}

.p-company-info__desc {
	border-bottom: 1px solid #000;
	display: table-cell;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.1;
	padding-bottom: 1.3125rem;
	padding-left: 1.46875rem;
	padding-top: 0.9375rem;
}

.p-company-access__head {
	margin-bottom: 5.75rem;
}

.p-company-access__title {
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 2.75rem;
}

.p-company-access__map {
	margin-bottom: 5.5625rem;
}

.p-company-access__map:last-of-type {
	margin-bottom: 0;
}

.p-contact__head {
	margin-bottom: 1.875rem;
}

.p-contact__wrapper {
	margin: 0 auto;
	max-width: 40rem;
}

.p-contact__top-text {
	margin-bottom: 0.625rem;
}

.p-contact__top-text:last-of-type {
	margin-bottom: 7.625rem;
}

.p-contact__tel-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.0625rem;
}

.p-contact__tel-wrap .wpcf7-form-control-wrap {
	width: 7.375rem;
}

.p-form .wpcf7-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.3125rem;
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
	width: 100%;
}

.p-form dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: var(--dark-green);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	width: auto;
}

.p-form dt.message {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-form dt > span {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0.9375rem;
}

.p-form dt > span.required {
	color: #FF0000;
}

.p-form dd {
	margin-bottom: 1.375rem;
	width: 100%;
}

.p-form .message > span.required {
	margin: 0;
	margin-left: auto;
}

.wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	position: relative;
}

.p-form dd .name2 {
	margin-left: 15px;
}

.p-form dd input[type=text],
.p-form dd input[type=tel],
.p-form dd input[type=email],
.p-form dd input[type=date],
.p-form dd input[type=number],
.p-form dd #pref,
.p-form dd select,
.p-form dd textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: inherit;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	padding: 8px 15px;
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: inherit;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 21px;
}

.p-form .job-dt {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-form dd.your-method {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-form dd.your-method .method,
.p-form dd.your-method .menu {
	height: 100%;
	width: 100%;
}

.p-form .your-date .date {
	min-width: 170px;
	width: 41%;
}

.p-form .your-time .time .form-time {
	width: 70px;
}

.p-form .your-time .time .time_label {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px;
}

.p-form .your-address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.name1 {
	max-width: 420px;
	width: 100%;
}

.p-form .your-address .address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	max-width: 420px;
	min-width: 140px;
	width: calc(100% - 262px);
}

.p-form .your-address p {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-form .your-address #address-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 400;
	max-width: 262px;
	width: 100%;
}

.pp-lead {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.08rem;
	margin-bottom: 14px;
	text-align: center;
}

.pp-agreeBtn {
	display: block;
	font-size: 0.9375rem;
	font-weight: 200;
	letter-spacing: 0.2rem;
	line-height: 1.2;
	margin-bottom: 3.75rem;
}

.pp-agreeBtn .wpcf7-list-item {
	margin: 0;
}

.pp-agreeBtn .required {
	color: #FF0000;
}

.pp-agreeBtn input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.pp-agreeBtn span.wpcf7-list-item {
	position: relative;
}

.pp-agreeBtn span.wpcf7-list-item-label::before {
	border: 1px solid #231815;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	top: -2px;
	vertical-align: middle;
	width: 15px;
}

.pp-agreeBtn input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
	background: url(../images/common/icon_check.png) no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 17px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 17px;
}

.pp-agreeBtn span label,
.pp-agreeBtn span label input {
	cursor: pointer;
}

.attention-btm {
	line-height: 1.5;
	margin: 10px 0 50px;
}

.attention-btm p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.contact_send_button_wrap {
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 18.75rem;
}

.contact_send_button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #D10701;
	border: none;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 18.75rem;
	z-index: 2;
}

.contact_send_button:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*
 .btn-toSend {
		color: #FFF;
		background-color: var(--dark-green);
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.2rem;
		display: block;
		margin: 0 auto;
		width: 620px;
		height: 72px;
		border: 1px solid var(--dark-green);
		cursor: pointer;
		transition: all 500ms ease-in-out;
}
 .btn-toSend:hover {
		color: var(--dark-green);
		background-color: #FFF;
}
@media (max-width: 768px) {
		 .btn-toSend {
				width: 100%;
				height: 62px;
		}
}
*/

.wpcf7-not-valid-tip {
	color: #ED2214;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	margin-top: 4px;
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	border: 1px solid var(--dark-green);
	font-size: 16px;
	font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 1px solid #231815;
	color: #231815;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	padding: 10px;
}

.p-form dd .quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-form dd .quantity input.wpcf7-form-control {
	width: 100px;
}

.p-form dd #quantity-label {
	color: #fff;
	display: block;
	font-size: 16px;
	margin: auto 0;
	margin-left: 10px;
}

.p-form dd .your-datepicker {
	max-width: 410px;
}

.p-form dd .datepicker {
	position: relative;
}

.p-form dd .address {
	margin-right: 15px;
	width: 410px;
}

.p-form dd textarea {
	height: 100%;
	width: 100%;
}

.p-form dd input[type=radio] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	accent-color: #D10701;
	appearance: auto;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.p-form dd select:invalid {
	color: #c0c0c0;
}

.p-form dd #pref .p-form dd input::-moz-placeholder, .p-form dd textarea::-moz-placeholder {
	color: #c0c0c0;
}

.p-form dd #pref .p-form dd input::-webkit-input-placeholder, .p-form dd textarea::-webkit-input-placeholder {
	color: #c0c0c0;
}

.p-form dd #pref .p-form dd input:-ms-input-placeholder, .p-form dd textarea:-ms-input-placeholder {
	color: #c0c0c0;
}

.p-form dd #pref .p-form dd input::-ms-input-placeholder, .p-form dd textarea::-ms-input-placeholder {
	color: #c0c0c0;
}

.p-form dd #pref .p-form dd input::placeholder,
.p-form dd textarea::placeholder {
	color: #c0c0c0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	background: url(../images/common/icon_check.png) no-repeat center;
	background-size: contain;
	content: ""; /*チェックアイコン*/
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.p-contact__desc {
	margin-bottom: 50px;
}

.p-contact__desc.pl10 {
	padding: 0 10px;
}

.p-contact__privacy {
	color: #ED2214;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.p-contact__privacy::after {
	background-color: #ED2214;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 0;
}

.p-contact__privacy:hover {
	color: #ED2214;
}

.p-contact__privacy:hover::after {
	width: 100%;
}

.p-form__team--small {
	font-size: 12px;
}

.has-free-text {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.has-free-text > label {
	margin-right: 0;
}

.p-form dd .has-free-text .wpcf7-free-text {
	border-bottom: 1px solid #231815;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0px 5px;
	width: calc(100% - 90px);
}

.contact-msg-br {
	display: block;
}

.contact-desc-br {
	display: block;
}

.screen-reader-response {
	display: none;
}

main.p-contact-confirm dd {
	background-color: #fff;
	border: 1px solid #231815;
	font-size: 16px;
	padding: 21px;
}

main.p-contact-confirm .name1 {
	max-width: none;
	width: auto;
}

main.p-contact-confirm .contact_send_button_wrap {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 80px;
	line-height: 80px;
	margin-top: 70px;
	padding: 0;
}

main.p-contact-confirm .contact_send_button_wrap:hover {
	color: #006CB8;
}

main.p-contact-confirm .contact_back {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08rem;
	margin-top: 25px;
	text-align: center;
}

main.p-contact-thanks .contact-thanks__title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

main.p-contact-thanks .contact-thanks__desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 50px;
	text-align: center;
}

main.p-contact-confirm .p-form dt.message {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

main.p-contact-confirm .p-contact__btn__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	height: 80px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 50px;
	position: relative;
}

main.p-contact-confirm .p-contact__previous {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #EFEFEF;
	border: none;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #231815;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 100%;
	z-index: 2;
}

main.p-contact-confirm .p-contact__previous:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

main.p-contact-confirm .p-contact__btn__wrap .p-contact__previous {
	width: 45%;
}

main.p-contact-confirm .p-contact__btn__wrap .contact_send_button {
	width: 45%;
}

main.p-contact-confirm .p-contact__btn__wrap .wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.contact-thanks__link__wrap {
	height: 80px;
	margin: 0 auto;
	margin-bottom: 80px;
	min-width: 300px;
	position: relative;
	width: 50%;
	z-index: 0;
}

.contact-thanks__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ED2214;
	border: none;
	border-radius: 42px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 100%;
	z-index: 2;
}

.contact-thanks__link:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-thanks-br {
	display: block;
}

.wpcf7-form-control.is-empty {
	color: #B4B5B5;
}

.wpcf7-form-control option:first-child {
	color: #B4B5B5;
}

.wpcf7-form-control option:nth-child(n+2) {
	color: #231815;
}

.p-contact__radio .wpcf7-list-item {
	margin: 0;
}

.p-contact-thx__inner {
	padding-bottom: 12.5rem;
	padding-top: 13.9375rem;
}

.p-contact-thx__head {
	font-size: 2.25rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact-thx__head br {
	display: none;
}

.p-contact-thx__text {
	font-size: 1rem;
	line-height: 2;
	margin: 0 auto;
	margin-bottom: 9.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact-thx__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	text-decoration: underline;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contract-analysis-about__container {
	margin-bottom: 4.0625rem;
}

.p-contract-analysis-about__container:last-of-type {
	margin-bottom: 0;
}

.p-contract-analysis-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-contract-analysis-about__head {
	margin-bottom: 2.6875rem;
}

.p-contract-analysis-about__image {
	width: 16.5rem;
}

.p-contract-analysis-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-contract-analysis-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-crystal-feature__inner {
	padding-bottom: 7.25rem;
}

.p-crystal-feature__wrap {
	margin-bottom: 7rem;
}

.p-crystal-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-crystal-feature__head {
	margin-bottom: 2.625rem;
}

.p-crystal-feature__text {
	margin-bottom: 3.75rem;
}

.p-crystal-about__list {
	margin-bottom: 3.75rem;
}

.p-cs1-feature__inner {
	padding-bottom: 5rem;
}

.p-cs1-feature__wrap {
	gap: 3.4375rem;
}

.p-cs1-feature__title {
	border-bottom: 1px solid #333;
	font-size: 1.6875rem;
	line-height: 1.22;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.625rem;
	width: 100%;
}

.p-cs1-feature__item-content {
	margin-bottom: 0.53125rem;
}

.p-cs1-feature__item-content:last-of-type {
	margin-bottom: 0rem;
}

.p-cs1-feature__item-image {
	max-width: 40rem;
	width: 100%;
}

.p-cs1-feature__item-image:last-of-type {
	margin-bottom: 0rem;
}

.p-cs1-feature__head {
	margin-bottom: 2.625rem;
}

.p-cs1-feature__text {
	margin-bottom: 3.75rem;
}

.p-cs1-feature__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.p-cs1-feature__caption {
	font-size: 1.0625rem;
	line-height: 1.94;
	margin-top: 0.5rem;
	text-align: center;
}

.p-cs1-feature__item-image-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5625rem;
}

.p-cs1-feature__item:last-of-type {
	margin-bottom: 1.875rem;
}

.p-cs1-feature__item-image--sp {
	display: none;
}

.p-cs2-feature__inner {
	padding-bottom: 9.0625rem;
}

.p-cs2-feature__wrap {
	margin-bottom: 3.375rem;
}

.p-cs2-feature__head {
	margin-bottom: 2.625rem;
}

.p-cs2-feature__text {
	margin-bottom: 3.75rem;
}

.p-cs2-feature__item-content {
	margin-bottom: 0.53125rem;
	max-width: 40rem;
	width: 100%;
}

.p-cs2-feature__item-content:last-of-type {
	margin-bottom: 0rem;
}

.p-cs2-feature__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.p-cs2-feature__caption {
	font-size: 1.0625rem;
	line-height: 1.94;
	margin-top: 0.5rem;
	text-align: center;
}

.p-cs2-feature__image-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5625rem;
}

.p-cs2-specification__head {
	margin-bottom: 2.8125rem;
}

.p-cs2-specification__list {
	margin-bottom: 3.75rem;
}

.p-defect-analysis-feature__inner {
	margin-bottom: 6.25rem;
}

.p-defect-analysis-feature__wrap {
	margin-bottom: 7rem;
}

.p-defect-analysis-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-defect-analysis-feature__head {
	margin-bottom: 2.625rem;
}

.p-defect-analysis-feature__text {
	margin-bottom: 1.25rem;
}

.p-defect-analysis-feature__text:last-of-type {
	margin-bottom: 0;
}

.p-defect-analysis-feature__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-defect-analysis-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-defect-analysis-service__wrap {
	margin-bottom: 7rem;
}

.p-defect-analysis-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-defect-analysis-service__head {
	margin-bottom: 2.625rem;
}

.p-defect-analysis-service__text {
	margin-bottom: 1.25rem;
}

.p-defect-analysis-service__text:last-of-type {
	margin-bottom: 0;
}

.p-defect-analysis-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-defect-analysis-service__btn {
	text-align: center;
}

.p-es3-feature__wrap {
	margin-bottom: 7rem;
}

.p-es3-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-es3-feature__head {
	margin-bottom: 2.625rem;
}

.p-es3-feature__image {
	margin: 0 auto;
	max-width: 38.3125rem;
}

.p-es3-feature__text {
	margin-bottom: 5.625rem;
}

.p-dlts-about__inner {
	margin-bottom: 10.625rem;
}

.p-dlts-about__head {
	margin-bottom: 1.5625rem;
}

.p-dlts-about__wrap {
	margin-bottom: 5.625rem;
}

.p-dlts-about__wrap:last-of-type {
	margin-bottom: 0;
}

.p-dlts-about__text {
	margin-bottom: 1.6875rem;
}

.p-dlts-about__text:last-of-type {
	margin-bottom: 0;
}

.p-dlts-about__image {
	width: 18.75rem;
}

.p-dlts-measure__inner {
	padding-bottom: 7.3125rem;
	padding-top: 4.625rem;
}

.p-dlts-measure__wrap {
	margin-bottom: 5.625rem;
}

.p-dlts-measure__wrap:last-of-type {
	margin-bottom: 0;
}

.p-dlts-measure__image {
	width: 18.75rem;
}

.p-dlts-measure__text {
	color: #fff;
}

.p-dlts-feature__inner {
	padding-top: 6.25rem;
}

.p-dlts-feature__wrap {
	margin-bottom: 3.5rem;
}

.p-dlts-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-dlts-feature__head {
	margin-bottom: 2.625rem;
}

.p-dlts-feature__list {
	counter-reset: item;
	margin-bottom: 4.6875rem;
}

.p-dlts-feature__item {
	margin-bottom: 1.875rem;
}

.p-dlts-feature__item:last-of-type {
	margin-bottom: 0;
}

.p-dlts-feature__item-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.0625rem;
	gap: 0.9375rem;
	margin-bottom: 0.625rem;
}

.p-dlts-feature__item-title:before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #000;
	color: #fff;
	content: counter(item);
	counter-increment: item;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	top: 0;
	width: 1.75rem;
}

.p-dlts-feature__item-box {
	border: 1px solid #707070;
	padding: 0.9375rem 1.125rem;
}

.p-dlts-feature__item-text {
	padding-left: 0.9375rem;
}

.p-electrode-feature__inner {
	margin-bottom: 7rem;
}

.p-electrode-feature__content {
	margin-bottom: 2.5rem;
}

.p-electrode-feature__content:last-of-type {
	margin-bottom: 0rem;
}

.p-electrode-feature__head {
	margin-bottom: 2.625rem;
}

.p-electrode-feature__wrap {
	margin-bottom: 5rem;
}

.p-electrode-feature__text {
	margin-top: 2.5rem;
}

.p-electrode-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-electrode-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
}

.p-electrode-about {
	background: #000 url(../images/common/black_section_bg01.png) no-repeat left bottom/45%;
}

.p-electrode-about__inner {
	margin-bottom: 5.75rem;
}

.p-electrode-about .p-electrode-about__head {
	margin-bottom: 1.875rem;
}

.p-electrode-about__wrap {
	margin-bottom: 9.625rem;
}

.p-electrode-about__wrap:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-electrode-about__wrap-content {
	max-width: 29.5625rem;
}

.p-electrode-about__image {
	max-width: 28.375rem;
}

.p-electrode-service__inner {
	margin-bottom: 7rem;
}

.p-electrode-service__wrap {
	margin-bottom: 7rem;
}

.p-electrode-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-electrode-service__head {
	margin-bottom: 2.625rem;
}

.p-electrode-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 2.5rem auto 0;
}

.p-electrode-service .p-electrode-service__btn {
	max-width: 100%;
	padding: 0 2.5rem 0 0.625rem;
	width: auto;
}

.p-electrode-info__head {
	margin-bottom: 2.625rem;
}

.p-electrode-info__logo {
	max-width: 15.625rem;
}

.p-electrode-info__text {
	margin-top: 2.5rem;
}

.p-exhaust__text-wrap {
	margin-bottom: 2.5rem;
}

.p-exhaust__image {
	max-width: 23.125rem;
}

.p-flammatec-feature__inner {
	margin-bottom: 7rem;
}

.p-flammatec-feature__content {
	margin-bottom: 2.5rem;
}

.p-flammatec-feature__content:last-of-type {
	margin-bottom: 5.625rem;
}

.p-flammatec-feature__head {
	margin-bottom: 2.625rem;
}

.p-flammatec-feature__text {
	margin-top: 2.5rem;
}

.p-flammatec-feature__pl {
	padding-left: 3.75rem;
}

.p-flammatec-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
}

.p-flammatec-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-flammatec-service__wrap {
	margin-bottom: 7rem;
}

.p-flammatec-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-flammatec-service__head {
	margin-bottom: 2.625rem;
}

.p-flammatec-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-flammatec-info__inner {
	margin-bottom: 7rem;
}

.p-flammatec-info__wrap {
	gap: 1.875rem 3rem;
}

.p-flammatec-info__head {
	margin-bottom: 3.5rem;
}

.p-flammatec-info__text {
	margin-top: 2.5rem;
}

.p-flammatec-info__logo {
	max-width: 15.625rem;
}

.p-led-gan-about__container {
	margin-bottom: 4.0625rem;
}

.p-led-gan-about__container:last-of-type {
	margin-bottom: 0;
}

.p-led-gan-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 7rem;
}

.p-led-gan-about__head {
	margin-bottom: 2.6875rem;
}

.p-led-gan-about__image {
	max-width: 16.5rem;
}

.p-led-gan-about__box {
	max-width: 44.4375rem;
}

.p-led-gan-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-led-gan-about__text-bold {
	font-weight: bold;
}

.p-led-gan-about__content {
	margin-bottom: 1.875rem;
}

.p-led-gan-about__content:last-of-type {
	margin-bottom: 0;
}

.p-led-gan-about__bottom-text {
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-gan-epi-about__container {
	margin-bottom: 4.0625rem;
}

.p-gan-epi-about__container:last-of-type {
	margin-bottom: 0;
}

.p-gan-epi-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-gan-epi-about__head {
	margin-bottom: 2.6875rem;
}

.p-gan-epi-about__image {
	width: 16.5rem;
}

.p-gan-epi-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-gan-epi-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-gan-epi-about__text-bold {
	font-weight: bold;
}

.p-gan-epi-about__content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem 3.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.875rem;
}

.p-gan-epi-about__right {
	margin-top: 1.4375rem;
}

.p-gan-epi-about__content {
	margin-bottom: 1.875rem;
}

.p-gan-epi-about__content:last-of-type {
	margin-bottom: 0;
}

.p-gan-foundry-about__container {
	margin-bottom: 4.0625rem;
}

.p-gan-foundry-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
}

.p-gan-foundry-about__head {
	margin-bottom: 2.6875rem;
}

.p-gan-foundry-about__image {
	margin: 0 auto;
	width: 8.6875rem;
}

.p-gan-foundry-about__box {
	max-width: 44.4375rem;
}

.p-gan-foundry-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-gan-foundry-about__text-bold {
	font-weight: bold;
}

.p-gan-foundry-about__content {
	margin-bottom: 1.875rem;
}

.p-gan-foundry-about__content:last-of-type {
	margin-bottom: 0;
}

.p-gan-foundry-about__bottom-text {
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-gan-foundry-bg {
	margin-bottom: 4.0625rem;
}

.p-gan-foundry-bg__image {
	max-width: 26.3125rem;
	width: 100%;
}

.p-gan-substrate-about__container {
	margin-bottom: 4.0625rem;
}

.p-gan-substrate-about__container:last-of-type {
	margin-bottom: 0;
}

.p-gan-substrate-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-gan-substrate-about__head {
	margin-bottom: 2.6875rem;
}

.p-gan-substrate-about__image {
	width: 16.5rem;
}

.p-gan-substrate-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-gan-substrate-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-gan-substrate-about__text-bold {
	font-weight: bold;
}

.p-gan-substrate-about__content {
	margin-bottom: 1.875rem;
}

.p-gan-substrate-about__content:last-of-type {
	margin-bottom: 0;
}

.p-gan-about__container {
	margin-bottom: 4.0625rem;
}

.p-gan-about__container:last-of-type {
	margin-bottom: 0;
}

.p-gan-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.0625rem;
	margin-bottom: 1.625rem;
}

.p-gan-about__head {
	margin-bottom: 2.6875rem;
}

.p-gan-about__image {
	width: 16.5rem;
}

.p-gan-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-gan-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-glass1-about__container {
	margin-bottom: 4.0625rem;
}

.p-glass1-about__container:last-of-type {
	margin-bottom: 0;
}

.p-glass1-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-glass1-about__head {
	margin-bottom: 2.6875rem;
}

.p-glass1-about__image {
	width: 16.5rem;
}

.p-glass1-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-glass1-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-glass2-about__item {
	margin-bottom: 4.0625rem;
}

.p-glass2-about__item:last-of-type {
	margin-bottom: 0;
}

.p-glass2-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-glass2-about__heading02 {
	margin-bottom: 3.125rem;
}

.p-glass2-about__container {
	margin-bottom: 12.5rem;
}

.p-glass2-about__container:last-of-type {
	margin-bottom: 0;
}

.p-glass2-about__head {
	margin-bottom: 2.6875rem;
}

.p-glass2-about__image {
	width: 16.5rem;
}

.p-glass2-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-glass2-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-hall-effect-feature__inner {
	padding-bottom: 7.25rem;
}

.p-hall-effect-feature__wrap {
	margin-bottom: 7rem;
}

.p-hall-effect-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-hall-effect-feature__head {
	margin-bottom: 2.625rem;
}

.p-hall-effect-feature__text {
	margin-bottom: 3.75rem;
}

.p-hall-effect-feature__image {
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	width: auto;
}

.p-hall-effect-feature__image--mini {
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	width: auto;
}

.p-high-temperature__text {
	margin-bottom: 1.875rem;
}

.p-high-temperature__text:last-of-type {
	margin-bottom: 0;
}

.p-high-temperature__table {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	max-width: 57.375rem;
	width: 100%;
}

.p-high-temperature__table .p-high-temperature__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	max-width: 14.625rem;
	padding: 0.9375rem 1.375rem;
}

.p-high-temperature__table .p-high-temperature__description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 42.75rem;
	padding: 0.9375rem 1.375rem;
}

.p-high-temperature__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5rem;
}

.p-high-temperature__image:nth-of-type(1) {
	max-width: 13.75rem;
	width: 100%;
}

.p-high-temperature__image:nth-of-type(2) {
	max-width: 22.8125rem;
	width: 100%;
}

.p-high-temperature__image-caption {
	margin-top: 1.25rem;
}

.p-in-situ-about__inner {
	margin-bottom: 10.625rem;
}

.p-in-situ-about__head {
	margin-bottom: 4.375rem;
}

.p-in-situ-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.1875rem;
}

.p-in-situ-about__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-in-situ-about__text {
	margin-bottom: 1.25rem;
}

.p-in-situ-about__text:last-of-type {
	margin-bottom: 0;
}

.p-in-situ-about__image {
	width: 15.4375rem;
}

.p-in-situ-feature__inner {
	padding-bottom: 7.3125rem;
	padding-top: 4.625rem;
}

.p-in-situ-feature__wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
}

.p-in-situ-feature__image {
	width: 16.1875rem;
}

.p-in-situ-feature__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-in-situ-feature__head {
	color: #fff;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 3.3125rem;
}

.p-in-situ-feature__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.35;
}

.p-in-situ-lineup__inner {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-in-situ-lineup__head {
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.p-in-situ-lineup__table-wrap {
	margin-bottom: 2.1875rem;
}

.p-in-situ-lineup__table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.p-in-situ-lineup__table th,
.p-in-situ-lineup__table td {
	border: 1px solid #B1A6A6;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-align: center;
	text-align: center;
}

.p-in-situ-lineup__table thead {
	background-color: #F7F7F7;
}

.p-in-situ-lineup__table thead th {
	font-weight: normal;
	padding: 0.1875rem 0.625rem;
	vertical-align: middle;
}

.p-in-situ-lineup__table tbody tr:nth-child(odd) {
	background-color: #fdfdfd;
}

.p-in-situ-lineup__table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

.p-in-situ-lineup__table tbody td {
	font-size: 1.0625rem;
	font-weight: bold;
	padding: 0.8125rem 0.625rem;
	vertical-align: middle;
}

.p-in-situ-lineup__table tbody td:nth-of-type(1) {
	font-size: 0.9375rem;
	font-weight: normal;
}

.p-in-situ-lineup__table-caption {
	margin-bottom: 3.75rem;
}

.p-in-situ-lineup__wrap {
	margin-bottom: 3.5rem;
}

.p-in-situ-lineup__wrap:last-of-type {
	margin-bottom: 0;
}

.p-in-situ-lineup__content {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-in-situ-lineup__text {
	margin-bottom: 0.625rem;
}

.p-in-situ-lineup__text:last-of-type {
	margin-bottom: 0;
}

.p-in-situ-lineup__btn-text {
	margin-top: 3.125rem;
}

.p-in-situ-lineup__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-in-situ-maker__inner {
	padding-bottom: 7.3125rem;
	padding-top: 4.625rem;
}

.p-in-situ-maker__wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.75rem;
}

.p-in-situ-maker__image {
	width: 18.8125rem;
}

.p-in-situ-maker__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-top: -2.1875rem;
}

.p-in-situ-maker__head {
	color: #fff;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 3.3125rem;
}

.p-in-situ-maker__title {
	color: #fff;
	font-size: 1.1875rem;
	margin-bottom: 0.6875rem;
}

.p-in-situ-maker__text {
	color: #fff;
	line-height: 2.14;
}

.p-inspection-about__container {
	margin-bottom: 4.6875rem;
}

.p-inspection-about__container:last-of-type {
	margin-bottom: 0;
}

.p-inspection-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.125rem;
	margin-bottom: 1.625rem;
}

.p-inspection-about__head {
	margin-bottom: 2.6875rem;
}

.p-inspection-about__image {
	width: 16.5rem;
}

.p-inspection-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 56.0625rem;
}

.p-inspection-about__text {
	margin-bottom: 2.5rem;
}

.p-inspection-about__btn {
	margin-left: auto;
}

.p-instec-feature__inner {
	margin-bottom: 6.25rem;
}

.p-instec-feature__wrap {
	margin-bottom: 7rem;
}

.p-instec-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-instec-feature__head {
	margin-bottom: 2.625rem;
}

.p-instec-feature__text {
	margin-bottom: 1.25rem;
}

.p-instec-feature__text:last-of-type {
	margin-bottom: 0;
}

.p-instec-feature__top-text {
	margin-bottom: 2.5rem;
}

.p-instec-feature__content {
	margin-bottom: 2.5rem;
}

.p-instec-feature__item-title {
	font-weight: bold;
}

.p-instec-feature__item-title::before {
	content: none;
}

.p-instec-feature__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-instec-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-instec-service__wrap {
	margin-bottom: 7rem;
}

.p-instec-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-instec-service__head {
	margin-bottom: 2.625rem;
}

.p-instec-service__text {
	margin-bottom: 1.25rem;
}

.p-instec-service__text:last-of-type {
	margin-bottom: 0;
}

.p-instec-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-instec-service__btn {
	text-align: center;
}

.p-koh-etching-feature__inner {
	padding-bottom: 5rem;
}

.p-koh-etching-feature__text {
	margin-bottom: 3.75rem;
}

.p-koh-etching-feature__head {
	margin-bottom: 3.375rem;
}

.p-koh-etching-feature__wrap {
	margin-bottom: 3.375rem;
}

.p-koh-etching-feature__item-title::before {
	content: none;
}

.p-koh-etching-system .p-koh-etching-system__head {
	margin-bottom: 1.875rem;
}

.p-koh-etching-system .p-koh-etching-system__head03 {
	font-size: 1.0625rem;
	margin-bottom: 0.6875rem;
}

.p-koh-etching-system__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-koh-etching-system__wrap {
	gap: 1.75rem;
}

.p-koh-etching-system__box {
	margin-bottom: 1.875rem;
}

.p-koh-etching-system__box:last-of-type {
	margin-bottom: 0;
}

.p-koh-etching-info__inner {
	padding-top: 6.25rem;
}

.p-koh-etching-info__head {
	margin-bottom: 3.75rem;
}

.p-koh-etching-info__wrap {
	gap: 2.125rem;
}

.p-koh-etching-info__title {
	font-size: 1.0625rem;
	margin-bottom: 2.1875rem;
}

.p-koh-etching-info__logo {
	max-width: 13.1875rem;
}

.p-koh-etching-info__text {
	margin-bottom: 1.875rem;
}

.p-koh-etching-info__text:last-of-type {
	margin-bottom: 0;
}

.p-led-gan-about__container {
	margin-bottom: 4.0625rem;
}

.p-led-gan-about__container:last-of-type {
	margin-bottom: 0;
}

.p-led-gan-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 7rem;
}

.p-led-gan-about__head {
	margin-bottom: 2.6875rem;
}

.p-led-gan-about__image {
	max-width: 16.5rem;
}

.p-led-gan-about__box {
	max-width: 44.4375rem;
}

.p-led-gan-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-led-gan-about__text-bold {
	font-weight: bold;
}

.p-led-gan-about__content {
	margin-bottom: 1.875rem;
}

.p-led-gan-about__content:last-of-type {
	margin-bottom: 0;
}

.p-led-gan-about__content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem 3.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.875rem;
}

.p-led-gan-about__right {
	margin-top: 1.4375rem;
}

.p-led-gan-about__bottom-text {
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-manufacture-about__container {
	margin-bottom: 5.3125rem;
}

.p-manufacture-about__container:last-of-type {
	margin-bottom: 0;
}

.p-manufacture-about__wrap {
	gap: 2.5rem 3.125rem;
}

.p-manufacture-about__head {
	margin-bottom: 2.6875rem;
}

.p-manufacture-about__image {
	max-width: 15.5625rem;
}

.p-manufacture-about__image.-nidek {
	margin: 0 auto;
	max-width: 10.3125rem;
}

.p-manufacture-about__image.-unipress {
	margin: 0 auto;
	max-width: 8.875rem;
}

.p-manufacture-about__box {
	max-width: 44.4375rem;
}

.p-manufacture-about__text {
	margin-bottom: 1.5625rem;
	-webkit-transform: translateY(-8);
	        transform: translateY(-8);
}

.p-manufacture-about__text:last-of-type {
	margin-bottom: 0;
}

.p-manufacture-about__btn {
	margin-left: auto;
}

.p-material-download__head {
	margin-bottom: 5.1875rem;
}

.p-material-download__options {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: height 0.4s ease, opacity 0.4s ease;
	transition: height 0.4s ease, opacity 0.4s ease;
}

.p-material-download__options .wpcf7-form-control-wrap {
	height: auto;
}

.p-material-download__options.is-open {
	max-height: 1000px;
	opacity: 1;
}

.p-material-download__check {
	display: block;
	padding: 0.625rem 0;
}

.p-material-download__options .wpcf7-list-item label {
	cursor: pointer;
	position: relative;
}

.p-material-download__options input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.p-material-download__options span.wpcf7-list-item-label::before {
	border: 1px solid #AFAFAF;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	top: -2px;
	vertical-align: middle;
	width: 15px;
}

.p-material-download__options input[type=checkbox]:checked + .p-material-download__options .wpcf7-list-item-label:after {
	background: url(../images/common/icon_check.png) no-repeat center;
	background-size: contain;
	content: ""; /*チェックアイコン*/
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.p-material-download__options-title {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 1rem;
	margin-top: 0.9375rem;
	padding: 0rem 0.5rem;
}

.p-material-download__options .wpcf7-list-item {
	display: block;
	padding: 0.625rem 0.5rem;
}

.p-material-download__box {
	border: 1px solid #AFAFAF;
	margin-bottom: -0.0625rem;
}

.p-material-download__dropdown-toggle {
	border-bottom: 1px solid #AFAFAF;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: -0.0625rem;
	padding: 0.625rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-material-download__dropdown-toggle::after {
	background-color: #333;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	        clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.625rem;
}

.p-material-download__dropdown-toggle.is-open::after {
	-webkit-transform: translateY(-50%) scaleY(-1);
	        transform: translateY(-50%) scaleY(-1);
}

.current-check {
	display: none;
}

.p-contact-confirm .p-material-download__desc div {
	display: inline;
}

.p-motim-feature__inner {
	margin-bottom: 7rem;
}

.p-motim-feature__head {
	margin-bottom: 2.625rem;
}

.p-motim-feature__wrap {
	margin-bottom: 7.25rem;
}

.p-motim-feature__text {
	margin-top: 2.5rem;
}

.p-motim-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 4.375rem;
}

.p-motim-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-motim-service__wrap {
	margin-bottom: 7rem;
}

.p-motim-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-motim-service__head {
	margin-bottom: 2.625rem;
}

.p-motim-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-motim-info__inner {
	margin-bottom: 7rem;
}

.p-motim-info__head {
	margin-bottom: 2.625rem;
}

.p-motim-info__text {
	margin-top: 2.5rem;
}

.p-motim-info__logo {
	max-width: 14.875rem;
}

#news {
	overflow: hidden;
}

.p-news-archive__inner {
	padding-bottom: 8.125rem;
}

.p-news-archive__head {
	margin-bottom: 3.3125rem;
}

.p-news-archive__list {
	margin-bottom: 5rem;
}

.p-news-archive__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #D0CECA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.25rem;
	padding-bottom: 1.5rem;
}

.p-news-archive__item:last-of-type {
	margin-bottom: 0;
}

.p-news-archive__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.40625rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-archive__link:hover {
	opacity: 0.8;
}

.p-news-archive__link:hover .p-news-archive__title::after {
	width: 100%;
}

.p-news-archive__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	gap: 0.625rem;
}

.p-news-archive__date {
	background-color: #00FFBA;
	font-size: 0.875rem;
	padding: 0.3125rem 0.625rem;
}

.p-news-archive__title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.64;
	position: relative;
}

.p-news-archive__title::after {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0%;
}

.p-news-archive__pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-news-archive__pagination .nav-links {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}

.p-news-archive__pagination .page-numbers {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 1px solid #333;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 3rem;
}

.p-news-archive__pagination .page-numbers:hover {
	background-color: #333;
	color: #fff;
}

.p-news-archive__pagination .page-numbers.current {
	background-color: #333;
	color: #fff;
	pointer-events: none;
}

.p-news-archive__pagination .page-numbers.prev,
.p-news-archive__pagination .page-numbers.next {
	background-color: #333;
	color: #fff;
	height: 3rem;
	width: 3rem;
}

.p-news-archive__pagination .page-numbers.prev:hover,
.p-news-archive__pagination .page-numbers.next:hover {
	background-color: #fff;
	color: #333;
}

.p-news-archive__pagination .page-numbers.prev {
	margin-right: 1.375rem;
}

.p-news-archive__pagination .page-numbers.next {
	margin-left: 1.375rem;
}

.p-news-archive__pagination .page-numbers.dots {
	border: none;
	pointer-events: none;
}

.p-news-archive__pagination .page-numbers i {
	font-size: 1rem;
}

.p-news-single__inner {
	padding-bottom: 8.125rem;
	padding-top: 5rem;
}

.p-news-single__article {
	border-bottom: 1px solid #D0CECA;
}

.p-news-single__head-wrap {
	border-bottom: 1px solid #D0CECA;
	margin-bottom: 1.3125rem;
	padding-bottom: 0.625rem;
}

.p-news-single__category {
	background-color: #fff;
	border: 1px solid #333;
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
	padding: 0.3125rem 0.625rem;
	text-align: center;
	width: 7.5rem;
}

.p-news-single__date {
	background-color: #00FFBA;
	display: inline-block;
	font-size: 0.9375rem;
	margin-bottom: 0.3125rem;
	padding: 0.3125rem 0.625rem;
}

.p-news-single__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-news-single__image {
	margin-bottom: 2rem;
}

.p-news-single__content {
	margin-bottom: 3.75rem;
}

.p-news-single__content h2,
.p-news-single__content h3,
.p-news-single__content h4 {
	font-weight: 600;
	line-height: 1.5;
	margin: 1.875rem 0;
}

.p-news-single__content h2 {
	border-bottom: 0.125rem solid #333;
	font-size: 1.5rem;
	padding: 1.0625rem 0;
}

.p-news-single__content h3 {
	background-color: #F8E69D;
	font-size: 1.25rem;
	padding: 1.875rem;
}

.p-news-single__content h4 {
	font-size: 1.25rem;
	padding: 0.625rem 1.25rem 0.625rem 1.75rem;
	padding-left: 1.75rem;
	position: relative;
}

.p-news-single__content h4::before {
	background-color: #333;
	border-radius: 4px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.25rem;
}

.p-news-single__content p {
	font-size: 0.9375rem;
	line-height: 2;
	margin: 0.9375rem 0;
}

.p-news-single__content a {
	text-decoration: underline;
}

.p-news-single__content img {
	max-width: 50%;
}

.p-news-single__content ol {
	counter-reset: custom-counter;
	font-size: 0.9375rem;
	line-height: 2;
	margin: 1.875rem 0;
}

.p-news-single__content ol li {
	list-style: none;
	list-style: number;
	margin-left: 1.25rem;
	position: relative;
}

.p-news-single__content ul {
	font-size: 0.9375rem;
	line-height: 2;
	margin: 1.875rem 0;
	padding-left: 1.25rem;
}

.p-news-single__content hr {
	margin: revert;
}

.p-news-single__content ul li {
	list-style-type: disc;
}

.p-news-single__content blockquote {
	background-color: #efefef;
	border-radius: 1.25rem;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin: 1.875rem 0;
	margin-left: 3.125rem;
	padding: 1.875rem;
	position: relative;
}

.p-news-single__content blockquote::before {
	color: #333;
	content: "“";
	font-size: 3.125rem;
	left: -3.125rem;
	line-height: 1;
	position: absolute;
	top: 0;
}

.p-news-single__content blockquote p {
	margin: 0;
}

.p-news-single__share {
	margin-bottom: 3.75rem;
	text-align: center;
}

.p-news-single__share p {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-bottom: 2.25rem;
}

.p-news-single__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-news-single__social li a {
	color: #ACACAC;
	font-size: 2.5rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-news-single__social li a:hover {
	color: #333;
}

.p-news-single__social .fa-twitter:before {
	content: "𝕏" !important;
	font-family: sans-serif !important;
	font-size: 2.625rem;
	line-height: 0.8;
}

.p-news-single__navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
	position: relative;
}

.p-news-single__prev a,
.p-news-single__next a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9375rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-news-single__prev,
.p-news-single__next {
	font-size: 0.9375rem;
}

.p-news-single__prev i,
.p-news-single__next i {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #222222;
	border: 1px solid #333;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-size: 1rem;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 3rem;
}

.p-news-single__prev:hover i,
.p-news-single__next:hover i {
	background-color: #fff;
	color: #333;
}

.p-news-single__home {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-news-single__home a {
	background-color: #fff;
	border: 1px solid #333;
	display: block;
	font-size: 0.8125rem;
	padding: 1rem 0.625rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 12.5rem;
}

.p-news-single__home a:hover {
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
}

.p-nidek-feature__inner {
	padding-bottom: 5rem;
}

.p-nidek-feature__top-text {
	margin-bottom: 3.75rem;
}

.p-nidek-feature__head {
	margin-bottom: 3.375rem;
}

.p-nidek-feature__wrap {
	gap: 2.5rem 3.3125rem;
}

.p-nidek-feature__item {
	margin-bottom: 1.25rem;
}

.p-nidek-feature__item-title {
	margin-bottom: 0.9375rem;
}

.p-nidek-feature__item-title::before {
	content: none;
}

.p-nidek-feature__item-box {
	padding: 0.5625rem 0.8125rem;
}

.p-nidek-feature__image {
	max-width: 20.4375rem;
}

.p-nidek-info__head {
	margin-bottom: 3.75rem;
}

.p-nidek-info__wrap {
	gap: 3.125rem 4.375rem;
}

.p-nidek-info__title {
	font-size: 1.0625rem;
	margin-bottom: 2.1875rem;
}

.p-nidek-info__logo {
	max-width: 10.3125rem;
}

.p-nidek-info__text {
	margin-bottom: 1.875rem;
}

.p-nidek-info__text:last-of-type {
	margin-bottom: 0;
}

.p-originalpost-block {
	padding-block: 2.5rem;
}

.p-originalpost-block.p-originalpost-block--first {
	padding-top: 0rem;
}

.p-originalpost__head {
	margin-bottom: 1.5625rem;
}

.p-originalpost__table2 {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 57.375rem;
}

.p-originalpost__table2 {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 57.375rem;
}

.p-originalpost__table2 .p-originalpost__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 14.625rem;
}

.p-originalpost__table2 .p-originalpost__description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
	width: 42.75rem;
}

.p-physical-measure__inner {
	margin-bottom: 5.625rem;
}

.p-physical-measure__wrap {
	margin-bottom: 7rem;
}

.p-physical-measure__wrap:last-of-type {
	margin-bottom: 0;
}

.p-physical-measure__head {
	margin-bottom: 2.625rem;
}

.p-physical-measure__text {
	margin-bottom: 1.25rem;
}

.p-physical-measure__table {
	border-collapse: collapse;
	margin: 2.5rem auto 3.75rem;
	width: 57.375rem;
}

.p-physical-measure__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	padding: 0.9375rem 1.375rem;
}

.p-physical-measure__description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
}

.p-physical-measure__description:last-child {
	width: 20rem;
}

.p-physical-measure__table2 {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 57.375rem;
}

.p-physical-measure__table2 .p-physical-measure__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 14.625rem;
}

.p-physical-measure__table2 .p-physical-measure__description {
	font-size: 0.875rem;
	line-height: 1.6;
	width: 42.75rem;
}

.p-physical-measure-flow__inner {
	margin-bottom: 5.625rem;
}

.p-physical-measure-flow__item {
	margin-bottom: 1.0625rem;
}

.p-physical-measure-flow__item-title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1.875rem;
	margin-bottom: 0;
}

.p-physical-measure-flow__item-title::before {
	margin-top: 0.1875rem;
}

.p-physical-measure-flow__list {
	margin-bottom: 1.875rem;
}

.p-physical-measure-flow__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-physical-measure-flow__image {
	max-width: 24.1875rem;
	width: 100%;
}

.p-physical-measure-flow__table2-scroll {
	margin-left: 0.625rem;
}

.p-physical-measure-flow__table2 {
	border-collapse: collapse;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	max-width: 33.4375rem;
	width: 100%;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-head {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	padding: 0.375rem 1.375rem;
	text-align: center;
	vertical-align: middle;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-head:nth-of-type(1) {
	width: 12.0625rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-head:nth-of-type(2) {
	width: 11.875rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-head:nth-of-type(3) {
	width: 9.5rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-desc {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.8125rem 1.375rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-desc:nth-of-type(1) {
	width: 12.0625rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-desc:nth-of-type(2) {
	text-align: center;
	width: 11.875rem;
}

.p-physical-measure-flow__table2 .p-physical-measure-flow__table-desc:nth-of-type(3) {
	text-align: center;
	width: 9.5rem;
}

.p-physical-electronic__table2 {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 57.375rem;
}

.p-physical-electronic__table2 .p-physical-electronic__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 14.625rem;
}

.p-physical-electronic__table2 .p-physical-electronic__description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
	width: 42.75rem;
}

.p-physical-electronic-flow__inner {
	margin-bottom: 5.625rem;
}

.p-physical-electronic-flow__item {
	margin-bottom: 1.0625rem;
}

.p-physical-electronic-flow__item-title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1.875rem;
	margin-bottom: 0;
}

.p-physical-electronic-flow__item-title::before {
	margin-top: 0.1875rem;
}

.p-physical-electronic-flow__list {
	margin-bottom: 1.875rem;
}

.p-physical-electronic-flow__table {
	border-collapse: collapse;
	width: 33.4375rem;
}

.p-physical-electronic-flow__table-head {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	padding: 0.9375rem 1.375rem;
}

.p-physical-electronic-flow__table-desc {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
}

.p-physical-electronic-flow__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2.1875rem 1.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-physical-electronic-flow__image:nth-of-type(1) {
	max-width: 23.5625rem;
	width: 100%;
}

.p-physical-electronic-flow__image:nth-of-type(2) {
	max-width: 26.25rem;
	width: 100%;
}

.p-physical-electronic-flow__image:nth-of-type(3) {
	max-width: 28.25rem;
	width: 100%;
}

.p-physical-density__inner {
	margin-bottom: 5.625rem;
}

.p-physical-density__left {
	width: 100%;
}

.p-physical-density__table {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 34.375rem;
}

.p-physical-density__table .p-physical-density__item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 14.625rem;
}

.p-physical-density__table .p-physical-density__description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
	width: 19.75rem;
}

.p-physical-density__image {
	margin-right: 1.75rem;
	max-width: 17rem;
	width: 100%;
}

.p-physical-thermal__inner {
	margin-bottom: 5.625rem;
}

.p-physical-thermal__text {
	margin-bottom: 1.25rem;
}

.p-physical-thermal__table {
	border-collapse: collapse;
	margin: 0 auto 3.75rem;
	margin-top: 2.5rem;
	width: 57.375rem;
}

.p-physical-thermal__table-item {
	background-color: #F7F7F7;
	border: 1px solid #B1A6A6;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.9375rem 1.375rem;
	width: 14.625rem;
}

.p-physical-thermal__table-description {
	background-color: #fff;
	border: 1px solid #B1A6A6;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.9375rem 1.375rem;
	width: 42.75rem;
}

.p-physical-thermal__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.1875rem 1.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-physical-thermal__image:nth-of-type(1) {
	max-width: 23.3125rem;
	width: 100%;
}

.p-physical-thermal__image-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.625rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	width: 30rem;
}

.p-physical-thermal__image-grid .p-physical-thermal__image {
	width: calc(50% - 0.3125rem);
}

.p-physical-redox__inner {
	margin-bottom: 5.625rem;
}

.p-physical-redox__text {
	margin-bottom: 1.25rem;
}

.p-physical-redox__item {
	line-height: 2.85;
	padding-left: 1.125rem;
	position: relative;
}

.p-physical-redox__item::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

.p-physical-redox-flow__item {
	margin-bottom: 1.0625rem;
}

.p-physical-redox-flow__item-title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1.875rem;
	margin-bottom: 0;
}

.p-physical-redox-flow__item-title::before {
	margin-top: 0.1875rem;
}

.p-physical-redox-flow__list {
	margin-bottom: 3.75rem;
}

.p-physical-redox-flow__image-wrap {
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-physical-redox-flow__image {
	margin-bottom: 3.125rem;
	max-width: 35.625rem;
	width: 100%;
}

.p-physical-redox-flow__image:last-of-type {
	margin-bottom: 0;
}

.p-phystec-feature__inner {
	padding-bottom: 5rem;
}

.p-phystec-feature__text {
	margin-bottom: 3.75rem;
}

.p-phystec-feature__head {
	margin-bottom: 3.375rem;
}

.p-phystec-feature__wrap {
	margin-bottom: 3.375rem;
}

.p-phystec-specification .p-phystec-specification__head {
	margin-bottom: 1.875rem;
}

.p-phystec-specification .p-phystec-specification__head:last-of-type {
	margin-top: 5.625rem;
}

.p-phystec-specification__image {
	width: 18.75rem;
}

.p-phystec-specification__image--small {
	display: block;
	margin-left: auto;
	width: 11.5625rem;
}

.p-phystec-info__inner {
	padding-bottom: 0rem;
	padding-top: 6.25rem;
}

.p-phystec-info__head {
	margin-bottom: 3.75rem;
}

.p-phystec-info__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-phystec-info__title {
	font-size: 1.0625rem;
	margin-bottom: 2.1875rem;
}

.p-phystec-info__logo {
	max-width: 15.125rem;
}

.p-products__inner {
	margin-top: 7.625rem;
}

.p-products__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 4.1875rem 2.875rem;
}

.p-products__item {
	width: calc(33.3333333333% - 1.9166666667rem);
}

.p-products__image {
	-o-object-fit: cover;
	border-radius: 0.9375rem;
	height: 100%;
	margin-bottom: 0.875rem;
	max-height: 12.75rem;
	object-fit: cover;
	width: 100%;
}

.p-products__item-title {
	font-size: 1.1875rem;
	margin-bottom: 0.75rem;
	text-align: center;
}

.p-products__btn {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
}

.p-raw-material-feature__inner {
	margin-bottom: 7rem;
}

.p-raw-material-feature__head {
	margin-bottom: 2.625rem;
}

.p-raw-material-feature__wrap {
	margin-bottom: 5rem;
}

.p-raw-material-feature__wrap:last-of-type {
	margin-bottom: 7.25rem;
}

.p-raw-material-feature__text {
	margin-bottom: 2.5rem;
}

.p-raw-material-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin: 0 auto;
	margin-bottom: 4.375rem;
	max-width: 25.5rem;
}

.p-raw-material-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-raw-material-service__wrap {
	margin-bottom: 7rem;
}

.p-raw-material-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-raw-material-service__head {
	margin-bottom: 2.625rem;
}

.p-raw-material-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-shuwa-feature__inner {
	padding-bottom: 5rem;
}

.p-shuwa-feature__wrap {
	margin-bottom: 2.4375rem;
}

.p-shuwa-feature__head {
	margin-bottom: 2.625rem;
}

.p-shuwa-feature__head03 {
	font-size: 1.0625rem;
	margin-bottom: 0.6875rem;
}

.p-shuwa-feature__text {
	margin-bottom: 3.75rem;
}

.p-shuwa-feature__list {
	margin-bottom: 4.125rem;
}

.p-shuwa-feature__wrap-content {
	max-width: 40rem;
}

.p-shuwa-feature .p-shuwa-feature__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.5rem 3.125rem;
	margin-bottom: 0;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(1) .p-shuwa-feature__image {
	max-width: 7.5rem;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(2) .p-shuwa-feature__image {
	max-width: 8.875rem;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(3) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(3) .p-shuwa-feature__image {
	max-width: 7.875rem;
}

.p-shuwa-info__head {
	margin-bottom: 3.75rem;
}

.p-shuwa-info__wrap {
	gap: 2.5625rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-shuwa-info__logo {
	max-width: 16.0625rem;
}

.p-sic-epitaxial-about__container {
	margin-bottom: 4.0625rem;
}

.p-sic-epitaxial-about__container:last-of-type {
	margin-bottom: 0;
}

.p-sic-epitaxial-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-sic-epitaxial-about__head {
	margin-bottom: 2.6875rem;
}

.p-sic-epitaxial-about__image {
	width: 16.5rem;
}

.p-sic-epitaxial-about__text {
	margin-bottom: 1.875rem;
}

.p-sic-epitaxial-about__text:last-of-type {
	margin-bottom: 0;
}

.p-sic-epitaxial-about__text-bold {
	font-weight: bold;
}

.p-sic-epitaxial-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sic-epitaxial-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-sic-foundry-about__container {
	margin-bottom: 4.0625rem;
}

.p-sic-foundry-about__container:last-of-type {
	margin-bottom: 0;
}

.p-sic-foundry-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-sic-foundry-about__head {
	margin-bottom: 2.6875rem;
}

.p-sic-foundry-about__image {
	width: 16.5rem;
}

.p-sic-foundry-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sic-foundry-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-sic-foundry-about__text-bold {
	font-weight: bold;
}

.p-sic-foundry-about__content {
	margin-bottom: 1.875rem;
}

.p-sic-foundry-about__content:last-of-type {
	margin-bottom: 0;
}

.p-sic-wafer-about__container {
	margin-bottom: 4.0625rem;
}

.p-sic-wafer-about__container:last-of-type {
	margin-bottom: 0;
}

.p-sic-wafer-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.1875rem;
	margin-bottom: 1.625rem;
}

.p-sic-wafer-about__head {
	margin-bottom: 2.6875rem;
}

.p-sic-wafer-about__image {
	width: 16.5rem;
}

.p-sic-wafer-about__text {
	margin-bottom: 1.875rem;
}

.p-sic-wafer-about__text:last-of-type {
	margin-bottom: 0;
}

.p-sic-wafer-about__text-bold {
	font-weight: bold;
}

.p-sic-wafer-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sic-wafer-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-sic-about__container {
	margin-bottom: 4.0625rem;
}

.p-sic-about__container:last-of-type {
	margin-bottom: 0;
}

.p-sic-about__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem 2.125rem;
	margin-bottom: 1.625rem;
}

.p-sic-about__head {
	margin-bottom: 2.6875rem;
}

.p-sic-about__image {
	width: 16.5rem;
}

.p-sic-about__box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sic-about__btn {
	margin-left: auto;
	margin-top: 2.5rem;
}

.p-simulation-feature__head {
	margin-bottom: 2.625rem;
}

.p-simulation-feature__wrap {
	gap: 5rem;
	margin-bottom: 3.75rem;
}

.p-simulation-feature__wrap:last-of-type {
	margin-bottom: 0;
}

.p-simulation-feature__name {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 1.875rem;
}

.p-simulation-feature__text {
	margin-bottom: 2.5rem;
}

.p-simulation-feature__text:last-of-type {
	margin-bottom: 0;
}

.p-top-kv__inner {
	background-color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 50vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-height: 100svh;
	min-height: 31.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-top-kv__head {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	color: #FFF;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 3.3125rem;
	margin-left: 9.7vw;
	margin-top: 3.3125rem;
}

.p-top-kv__btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #D10701;
	-webkit-box-shadow: 0px 5px 0px #A10000;
	        box-shadow: 0px 5px 0px #A10000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9375rem;
	height: 4.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 10vw;
	width: 20.9375rem;
}

.p-top-kv__btn:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-shadow: initial;
	        box-shadow: initial;
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
}

.p-top-kv__btn-text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	font-weight: 500;
}

.p-top-kv__btn-icon {
	width: 1.875rem;
}

.p-top-kv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-top-kv__bg::before {
	background-color: rgba(0, 0, 0, 0.26);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-kv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-kv__bg .swiper-container-kv {
	height: 100%;
}

.p-top-intro .swiper-container0 .swiper-wrapper {
	padding: 1.25rem;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}

.p-top-intro .swiper-container0 .swiper-slide {
	min-height: 4.125rem;
}

.p-top-intro__image img {
	-o-object-fit: contain;
	height: 4.125rem;
	object-fit: contain;
	width: 9.375rem;
}

.p-top-intro__black {
	background-color: #000;
	background-image: url(../images/top/intro_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 66%;
	padding: 6.375rem 0 6.125rem;
}

.p-top-intro__black__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 72.5rem;
	position: relative;
	width: 96%;
}

.p-top-intro__wrap {
	margin-bottom: 5.625rem;
	position: relative;
}

.p-top-intro__wrap:nth-of-type(2) {
	margin-bottom: 12.375rem;
}

.p-top-intro__wrap:nth-of-type(2) .p-top-intro__list {
	margin-bottom: 2.875rem;
}

.p-top-intro__left,
.p-top-intro__right {
	width: 48%;
}

.p-top-intro__wrap-head {
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 800;
	margin-bottom: 1.75rem;
	vertical-align: baseline;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large {
	font-family: "futura-pt", sans-serif;
	font-size: 2.4375rem;
	font-weight: 800;
	padding-right: 1.875rem;
	position: relative;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large::after {
	background-color: #fff;
	bottom: 0.625rem;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: 0.9375rem;
	width: 0.0625rem;
}

.p-top-intro__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.3125rem;
}

.p-top-intro__item-btn {
	margin: 0 auto;
}

.p-top-intro__item {
	-webkit-flex-shrink: initial;
	    -ms-flex-negative: initial;
	        flex-shrink: initial;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 33.3333333333%;
}

.p-top-intro__item:hover {
	opacity: 0.7;
}

.p-top-intro .swiper-container {
	overflow: hidden;
	position: relative;
}

.p-top-intro .swiper-button-prev1,
.p-top-intro .swiper-button-prev2,
.p-top-intro .swiper-button-next1,
.p-top-intro .swiper-button-next2 {
	border-radius: 50%;
	display: none;
	opacity: 0.8;
}

.p-top-intro__item-image {
	border-radius: 0.8125rem;
	display: block;
	margin-bottom: 1.1875rem;
}

.p-top-intro__item-text {
	color: #FFF;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.p-top-intro__head {
	color: #FFF;
	font-size: 2.0625rem;
	font-weight: 800;
	margin-bottom: 1.75rem;
}

.p-top-intro__desc {
	color: #FFF;
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 3.8125rem;
	text-align: justify;
}

.p-top-intro__white {
	background-color: #fff;
	padding-bottom: 4.5rem;
	padding-top: 4.5rem;
}

.p-top-intro__white-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.p-top-intro__white-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.625rem;
}

.p-top-intro__white-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #EFF6F8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 9.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
	width: 19rem;
}

.p-top-intro__white-box-head {
	color: #004aad;
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
}

.p-top-intro__white-box-desc {
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
}

.p-top-intro__white-logo-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #C9E1EB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0.625rem 0.3125rem 0.3125rem;
	padding: 1.375rem 0.625rem 1.25rem;
	text-align: center;
	width: 23.875rem;
}

.p-top-intro__white-logo-box img {
	margin-right: 0.6875rem;
	max-width: 19.0625rem;
}

.p-top-intro__white-logo-desc {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0.625rem;
	text-align: center;
}

.p-top-intro__white-arrow1 {
	width: clamp(2.25rem, 14vw, 5rem);
}

.p-top-intro__white-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.p-top-intro__white-factory {
	margin-bottom: 2.0625rem;
	margin-left: 1.6875rem;
}

.p-top-intro__white-factory img {
	max-width: 16.25rem;
}

.p-top-partner {
	background-color: #000;
	background-image: url(../images/top/partner_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.p-top-partner__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 71.25rem;
	padding-bottom: 5.9375rem;
	padding-top: 4.375rem;
	position: relative;
	width: 96%;
}

.p-top-partner__title {
	color: #FFF;
	font-size: 1.6875rem;
	font-weight: 800;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 3.125rem;
	text-align: center;
}

.p-top-partner__images {
	left: 1.875rem;
	margin-bottom: 1.4375rem;
	position: relative;
	text-align: center;
	top: 2.4375rem;
}

.p-top-partner__wrap {
	position: relative;
}

.p-top-partner__list {
	border: 1px solid #fff;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-top-partner__list.usa {
	right: 1.7%;
	top: 0.9%;
}

.p-top-partner__list.germany {
	left: 9.8%;
	top: 10.4%;
	z-index: 4;
}

.p-top-partner__list.sweden {
	left: 1.8%;
	top: 48.9%;
	z-index: 2;
}

.p-top-partner__list.poland {
	left: 21.9%;
	top: 45.7%;
	z-index: 3;
}

.p-top-partner__list.france {
	left: 22.1%;
	top: 56.8%;
	z-index: 2;
}

.p-top-partner__list.hungary {
	left: 1.9%;
	top: 60.4%;
}

.p-top-partner__list.czech {
	left: 22.1%;
	top: 68.6%;
	z-index: 1;
}

.p-top-partner__list.china {
	left: 41.7%;
	top: 8.8%;
	z-index: 4;
}

.p-top-partner__list.japan {
	left: 48.8%;
	top: 48.6%;
}

.p-top-partner__list-wrap {
	background-color: #000;
	border-bottom: 1px solid #fff;
	border-left: 0.0625rem solid #fff;
	border-right: 0.0625rem solid #fff;
	left: -0.0625rem;
	position: absolute;
	top: 2.125rem;
	width: calc(100% + 0.125rem);
	z-index: 1;
}

.p-top-partner__item-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.5rem 0.625rem;
	padding-left: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-partner__item-link:hover {
	opacity: 0.5;
}

.p-top-partner__item-link::before {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.p-top-partner__toggle {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	height: 2.125rem;
	padding: 0 0.625rem;
	position: relative;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 11.625rem;
}

.p-top-partner__toggle:hover {
	opacity: 0.5;
}

.p-top-partner__toggle:focus {
	background-color: #111;
}

.p-top-partner__toggle.is-open::before {
	-webkit-transform: translateY(-0.3125rem) rotate(225deg);
	        transform: translateY(-0.3125rem) rotate(225deg);
}

.p-top-partner__toggle.is-open::after {
	-webkit-transform: translateY(-0.3125rem) rotate(-45deg);
	        transform: translateY(-0.3125rem) rotate(-45deg);
}

.p-top-partner__toggle-arrow {
	position: absolute;
	right: 1.875rem;
	top: 55%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-top-partner__toggle-arrow::before,
.p-top-partner__toggle-arrow::after {
	background-color: #fff;
	border-radius: 9999px;
	content: "";
	height: 0.125rem;
	position: absolute;
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	width: 0.625rem;
}

.p-top-partner__toggle-arrow::before {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.p-top-partner__toggle-arrow::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-top-partner__toggle.is-open .p-top-partner__toggle-arrow {
	-webkit-transform: translateY(-0.1875rem) scaleY(-1);
	        transform: translateY(-0.1875rem) scaleY(-1);
}

.p-top-partner__item {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	z-index: 1;
}

.p-top-partner__item--open {
	display: block;
	max-height: 200px;
	opacity: 1;
	z-index: 2;
}

.p-top-partner__btn {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.p-top-news {
	background-color: #000;
	background-image: url(../images/top/news_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}

.p-top-news__inner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7.5rem;
	padding-top: 8.75rem;
	position: relative;
}

.p-top-news .p-top-news__title {
	font-size: 1.6875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.p-top-news .p-top-news__title .p-top-news__title-large {
	display: inline-block;
	font-family: "futura-pt", sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	margin-right: 1rem;
}

.p-top-news__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.375rem;
}

.p-top-news__date {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.75;
}

.p-top-news__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.625rem;
	line-height: 1.75;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-news__link:hover {
	opacity: 0.5;
}

.p-top-news__btn {
	margin: 3.75rem auto 0;
}

.p-top-product {
	background-color: #fff;
}

.p-top-product__inner {
	padding: 14.375rem 0 9.125rem;
}

.p-top-product__title-wrap {
	margin-bottom: 8.25rem;
}

.p-top-product__title {
	font-family: "futura-pt", sans-serif;
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 1;
	padding-right: 3.75rem;
	white-space: nowrap;
}

.p-top-product__list {
	overflow: hidden;
}

.p-top-product__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6.3%;
	margin: 0 auto;
	margin-bottom: 15.5625rem;
	position: relative;
	width: 81%;
}

.p-top-product__item:nth-of-type(odd) .p-top-product__content {
	float: left;
}

.p-top-product__item:nth-of-type(odd) .p-top-product__image {
	right: -24.7%;
}

.p-top-product__item:nth-child(even) {
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}

.p-top-product__item:nth-child(even) .p-top-product__content {
	float: right;
}

.p-top-product__item:nth-child(even) .p-top-product__image {
	left: -24.7%;
}

.p-top-product__item.-wideband {
	margin-bottom: 15.5rem;
}

.p-top-product__item.-wideband .p-top-product__content {
	padding-top: 11.0625rem;
}

.p-top-product__item.-wideband .p-top-product__subtitle {
	margin-bottom: 1.0625rem;
}

.p-top-product__item.-wideband .p-top-product__image {
	left: -39.1%;
	width: 83.2%;
}

.p-top-product__item.-wideband .p-top-product__link {
	margin-top: 3.6875rem;
}

.p-top-product__item.-glass {
	margin-bottom: 0;
}

.p-top-product__item.-glass .p-top-product__content {
	padding-top: 6.4375rem;
}

.p-top-product__item.-glass .p-top-product__subtitle {
	margin-bottom: 1.1875rem;
}

.p-top-product__item.-glass .p-top-product__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	right: -22.2%;
	width: 66.85%;
}

.p-top-product__item.-glass .p-top-product__description:nth-of-type(3) {
	margin-bottom: 0rem;
}

.p-top-product__item.-glass .p-top-product__link {
	margin-top: 4.375rem;
}

.p-top-product__image {
	position: absolute;
	top: 0;
	width: 71.5%;
}

.p-top-product__content {
	float: left;
	padding-top: 5.9375rem;
	width: 46%;
}

.p-top-product__subtitle {
	font-size: 2.0625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.875rem;
}

.p-top-product__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.5;
	margin-bottom: 2.5rem;
}

.p-top-product__description span.bold {
	font-weight: bold;
}

.p-top-product__description:last-of-type {
	margin-bottom: 0;
}

.p-top-product__description-comma-break {
	display: none;
}

.p-top-product__description-br {
	display: block;
}

.p-top-contact {
	background-color: #000;
	color: #FFF;
	padding: 7.0625rem 0 8.875rem;
}

.p-top-contact__inner {
	margin: 0 auto;
	max-width: 51.875rem;
}

.p-top-contact__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 2.1;
	margin-bottom: 6rem;
	text-align: center;
}

.p-top-contact__title .p-top-contact__title-large {
	font-family: "futura-pt", sans-serif;
	font-size: 3.25rem;
	font-weight: 500;
}

.p-top-contact__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.625rem;
	margin-bottom: 6.9375rem;
}

.p-top-contact__form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top-contact__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	margin-top: 0.8125rem;
	width: 28.4%;
}

.p-top-contact__label h5 {
	display: inline-block;
	font-size: 1.0625rem;
	width: 66%;
}

.p-top-contact__required {
	background-color: #901212;
	display: inline-block;
	font-size: 0.8125rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 0.4375rem 0.9375rem;
}

.p-top-contact__input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 1.5;
}

.p-top-contact__input input,
.p-top-contact__input textarea {
	background-color: #3C3C3C;
	border: 0;
	border: 1px solid #707070;
	padding: 0.8125rem 0.625rem;
	width: 100%;
}

.p-top-contact__input textarea {
	min-height: 22rem;
}

.p-top-contact__btn-wrap {
	margin-left: 28.6%;
}

.p-top-contact__btn-wrap .contact_send_button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #901212;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 3.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 9.8125rem;
}

.p-top-contact__btn-wrap .contact_send_button:hover {
	background-color: #fff;
	color: #901212;
	-webkit-transform: none;
	        transform: none;
}

.p-top-contact__phone-section {
	border: 1px solid #FFF;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 1.125rem 1.5625rem 1.625rem;
	text-align: center;
	width: 54.5%;
}

.p-top-contact__phone-title {
	font-size: 0.9375rem;
	text-align: center;
}

.p-top-contact__phone-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "futura-pt", sans-serif;
	font-size: 2.75rem;
	font-weight: 500;
	gap: 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	margin: 0.9375rem 0 0.8125rem;
}

.p-top-contact__phone-link svg {
	width: 2.1875rem;
}

.p-top-contact__phone-hours {
	font-size: 0.8125rem;
	text-align: center;
}

.p-ueha-feature__inner {
	padding-bottom: 5rem;
}

.p-ueha-feature__wrap {
	margin-bottom: 2.4375rem;
}

.p-ueha-feature__head {
	margin-bottom: 2.625rem;
}

.p-ueha-feature__text {
	margin-bottom: 3.75rem;
}

.p-ueha-feature__list {
	margin-bottom: 4.125rem;
}

.p-ueha-feature__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-ueha-feature__image-wrap picture:nth-of-type(1) {
	max-width: 39.375rem;
}

.p-ueha-feature__image-wrap picture:nth-of-type(2) {
	max-width: 22.75rem;
}

.p-ueha-info__head {
	margin-bottom: 3.75rem;
}

.p-ueha-info__wrap {
	gap: 5.875rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.p-ueha-info__logo {
	margin-left: 3.0625rem;
	max-width: 14.8125rem;
}

.p-varivolt-feature__inner {
	margin-bottom: 7.4375rem;
}

.p-varivolt-feature__head {
	margin-bottom: 2.625rem;
}

.p-varivolt-feature__text {
	margin-top: 2.5rem;
}

.p-varivolt-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 7.375rem auto 0;
}

.p-varivolt-info__inner {
	margin-bottom: 7.4375rem;
}

.p-varivolt-info__wrap {
	gap: 1.875rem 2.5rem;
}

.p-varivolt-info__image {
	max-width: 16.0625rem;
}

.p-varivolt-info__head {
	margin-bottom: 2.625rem;
}

.p-varivolt-info__text {
	margin-bottom: 1.8125rem;
}

.p-varivolt-info__text:last-of-type {
	margin-bottom: 0;
}

.p-varivolt-info__text-blue {
	margin-bottom: 0.75rem;
}

.p-varivolt-service__wrap {
	margin-bottom: 7rem;
}

.p-varivolt-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-varivolt-service__head {
	margin-bottom: 2.625rem;
}

.p-varivolt-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-vfm-feature__inner {
	margin-bottom: 7rem;
}

.p-vfm-feature__content {
	margin-bottom: 2.5rem;
}

.p-vfm-feature__content:last-of-type {
	margin-bottom: 4.375rem;
}

.p-vfm-feature__head {
	margin-bottom: 2.625rem;
}

.p-vfm-feature__text {
	margin-top: 2.5rem;
}

.p-vfm-feature__bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
}

.p-vfm-feature__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 4.375rem auto 0;
}

.p-vfm-about {
	background: #000 url(../images/common/black_section_bg01.png) no-repeat left bottom/45%;
}

.p-vfm-about__inner {
	margin-bottom: 5.75rem;
}

.p-vfm-about .p-vfm-about__head {
	margin-bottom: 1.875rem;
}

.p-vfm-about__wrap {
	margin-bottom: 9.625rem;
}

.p-vfm-about__wrap:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-vfm-about__wrap-content {
	max-width: 29.5625rem;
}

.p-vfm-about__image {
	max-width: 28.375rem;
}

.p-vfm-service__wrap {
	margin-bottom: 7rem;
}

.p-vfm-service__wrap:last-of-type {
	margin-bottom: 0;
}

.p-vfm-service__head {
	margin-bottom: 2.625rem;
}

.p-vfm-service__btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.375rem;
	margin-top: 2.5rem;
}

.p-vfm-info__inner {
	margin-bottom: 7rem;
}

.p-vfm-info__head {
	margin-bottom: 3.4375rem;
}

.p-vfm-info__text {
	margin-top: 2.5rem;
}

.p-vfm-info__wrap {
	gap: 1.875rem 4.0625rem;
}

.p-vfm-info__logo {
	max-width: 14.625rem;
}

.p-waste__text-wrap {
	margin-bottom: 2.5rem;
}

.p-waste__image {
	max-width: 23.125rem;
}

.p-yuhi-sha-feature__inner {
	padding-bottom: 5rem;
}

.p-yuhi-sha-feature__top-text {
	margin-bottom: 3.75rem;
}

.p-yuhi-sha-feature__head {
	margin-bottom: 3.375rem;
}

.p-yuhi-sha-feature__wrap {
	margin-bottom: 3.375rem;
}

.p-yuhi-sha-feature__item-title::before {
	content: none;
}

.p-yuhi-sha-system .p-yuhi-sha-system__head {
	margin-bottom: 1.875rem;
}

.p-yuhi-sha-system .p-yuhi-sha-system__head03 {
	font-size: 1.0625rem;
	margin-bottom: 0.6875rem;
}

.p-yuhi-sha-system__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-yuhi-sha-system__wrap {
	gap: 1.75rem;
}

.p-yuhi-sha-system__image {
	max-width: 21.375rem;
}

.p-yuhi-sha-system__box {
	margin-bottom: 1.875rem;
}

.p-yuhi-sha-system__box:last-of-type {
	margin-bottom: 0;
}

.p-yuhi-sha-info__inner {
	padding-top: 6.25rem;
}

.p-yuhi-sha-info__head {
	margin-bottom: 3.75rem;
}

.p-yuhi-sha-info__wrap {
	gap: 3rem;
}

.p-yuhi-sha-info__title {
	font-size: 1.0625rem;
	margin-bottom: 2.1875rem;
}

.p-yuhi-sha-info__logo {
	max-width: 19rem;
}

.p-yuhi-sha-info__text {
	margin-bottom: 1.875rem;
}

.p-yuhi-sha-info__text:last-of-type {
	margin-bottom: 0;
}

.u-fz10 {
	font-size: 0.625rem;
}

.u-fz12 {
	font-size: 0.75rem;
}

.u-fz21 {
	font-size: 1.3125rem;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

.u-mt-40 {
	margin-top: 2.5rem;
}

@media (max-width: 1590px) {

.p-top-product__description-comma-break {
	display: inline;
}

.p-top-product__description-br {
	display: none;
}

}

@media (max-width: 1499px) {

.p-form dd input[type=text],
.p-form dd input[type=tel],
.p-form dd input[type=email],
.p-form dd input[type=date],
.p-form dd input[type=number],
.p-form dd #pref,
.p-form dd select,
.p-form dd textarea {
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	padding: 18px;
	width: 100%;
}

}

@media screen and (max-width: 1499px) {

main.p-contact-confirm dd {
	padding: 18px;
}

}

@media screen and (max-width: 1120px) {

html {
	font-size: 1.4285714286vw;
}

}

@media screen and (max-width: 960px) {

main.p-contact-thanks .contact-thanks__desc {
	text-align: left;
}

.contact-thanks-br {
	display: none;
}

}

@media screen and (max-width: 768px) {

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.js-header__nav-list-link-btn {
	display: block;
	height: 2.5rem;
	position: relative;
	width: 2.5rem;
	z-index: 2;
}

.js-header__nav-list-link-btn::before {
	background: url("../images/common/nav-icon.png") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.55);
	        transform: translate(-50%, -50%) rotate(90deg) scale(0.55);
	width: 0.6875rem;
}

.js-header__nav-list-link-btn.is-accordionActive::before {
	background: url("../images/common/nav-icon.png") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg) scale(0.55);
	        transform: translate(-50%, -50%) rotate(270deg) scale(0.55);
	width: 0.6875rem;
}

.l-header__nav {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.l-header__nav-item {
	font-size: 1rem;
}

.l-header__nav-item a {
	padding: 0.5rem 1.25rem;
}

.l-header__menu-trigger {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	mix-blend-mode: difference;
	position: fixed;
	right: 0.5625rem;
	top: 0.75rem;
	width: 1.875rem;
	z-index: 1001;
}

.l-header__menu-trigger span {
	background-color: #fff;
	display: block;
	height: 0.1875rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.l-header__menu-trigger.is-menu-open span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(7.5px, 7.5px);
	        transform: rotate(45deg) translate(7.5px, 7.5px);
}

.l-header__menu-trigger.is-menu-open span:nth-child(2) {
	opacity: 0;
}

.l-header__menu-trigger.is-menu-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(7.5px, -7.5px);
	        transform: rotate(-45deg) translate(7.5px, -7.5px);
}

.l-header__menu {
	background-color: #111;
	color: #fff;
	height: 100%;
	padding-left: 0.8125rem;
	padding-top: 5rem;
	top: 0;
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
	width: 84%;
	z-index: 1000;
}

.l-header__menu-list {
	list-style: none;
	padding: 0;
}

.l-header__menu-item {
	font-size: 0.9375rem;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.l-header__menu-link {
	color: #fff;
	font-size: 1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.l-header.is-menu-open .l-header__menu {
	right: 0;
}

.l-header__dropdown-item {
	font-size: 0.9375rem;
	padding: 0.6875rem 0.625rem 0.6875rem 1.6875rem;
}

.l-header__language {
	position: relative;
}

.l-inner {
	width: 100%;
}

.l-intro__head {
	font-size: 1.75rem;
}

.l-intro__head--small {
	font-size: 1.125rem;
}

.l-intro__lead {
	font-size: 1.1875rem;
}

.l-intro__nav-list {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0rem 1.25rem;
}

.l-intro__nav-item {
	font-size: 0.9375rem;
}

.l-intro__nav-item:nth-of-type(3) .l-intro__dropdown {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.l-intro__nav-link {
	padding: 0.625rem 0;
}

.l-intro__dropdown-item {
	display: block;
}

.l-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	gap: 2.5rem;
}

.l-nav__image {
	width: clamp(11.875rem, 40%, 13.125rem);
}

.c-bg {
	background-size: 50%;
}

.c-bg__right {
	background-size: 50%;
}

.c-br {
	display: none;
}

.c-br__tab {
	display: none;
}

.c-btn {
	font-size: 0.9375rem;
}

.c-btn a {
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}

.c-btn.c-btn__small--blue {
	max-width: 15.25rem;
}

.c-heading02 {
	font-size: 1.375rem;
}

.c-list__item {
	margin-bottom: 1.875rem;
}

.c-loop__item {
	-webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
	        animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.c-text.c-text__dot::before {
	top: 0.625rem;
}

.c-text__wide {
	line-height: 2.1;
}

.c-text__wide.c-text__dot::before {
	top: 0.8125rem;
}

.c-text__wide30 {
	line-height: 1.9;
}

.c-text__wide40 {
	line-height: 2.5;
}

.c-text__wide40.c-text__dot::before {
	top: 0.9375rem;
}

.c-text__dot::before {
	top: 0.75rem;
}

.c-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
}

.c-wrap__single-img {
	width: 100%;
}

.c-wrap__content {
	min-width: 18.75rem;
	width: 100%;
}

.c-wrap__image {
	margin: 0 auto;
}

.p-glass-service-section__inner {
	margin-bottom: 5rem;
}

.p-advance-feature__text {
	margin-bottom: 1.875rem;
}

.p-advance-feature__image {
	margin: 0 auto;
}

.p-advance-about__wrap-content {
	max-width: 100%;
}

.p-advance-about__image {
	margin: 0 auto;
}

.p-aehr-info__inner {
	padding-top: 5rem;
}

.p-camera-feature__inner {
	margin-bottom: 5rem;
}

.p-camera-feature__image {
	margin: 0 auto;
}

.p-camera-specific__inner {
	margin-bottom: 5rem;
}

.p-camera-specific__table {
	width: 100%;
}

.p-camera-specific__table-term {
	max-width: 12.5rem;
	padding: 0.9375rem;
}

.p-camera-specific__table-desc {
	padding: 0.9375rem;
	width: calc(100% - 12.5rem);
}

.p-camera-specific__image {
	margin: 0 auto;
}

.p-camera-about__inner {
	margin-bottom: 5rem;
}

.p-camera-about__wrap:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-bottom: 5rem;
}

.p-camera-about__wrap {
	margin-bottom: 5rem;
}

.p-camera-about__wrap-content {
	max-width: 100%;
}

.p-camera-about__image {
	margin: 0 auto;
}

.p-camera-service__inner {
	margin-bottom: 5rem;
}

.p-company-mission__title {
	font-size: 1.0625rem;
}

.p-company-mission__text {
	font-size: 1.375rem;
}

.p-company-ceo__head {
	font-size: 1.125rem;
}

.p-company-info__head {
	font-size: 1.125rem;
}

.p-company-info__term {
	width: 9.375rem;
}

.p-company-access__head {
	margin-bottom: 3.75rem;
}

.p-company-access__title {
	margin-bottom: 1.875rem;
}

.p-company-access__map {
	margin-bottom: 4.375rem;
}

.p-company-access__map iframe {
	height: 25rem;
}

.p-form dt > span {
	margin-bottom: 0;
}

.p-form dd {
	margin-bottom: 0rem;
}

.p-form dd input[type=radio] {
	width: 14px;
}

main.p-contact-confirm dd {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	padding: 10px;
	width: 100%; /* height: 48.8px; */
}

main.p-contact-confirm .p-form dt.message {
	margin-bottom: 5px;
}

main.p-contact-confirm .contact_send_button_wrap {
	margin-top: 30px;
}

main.p-contact-confirm .p-form dt {
	padding: 10px;
}

main.p-contact-thanks .contact-thanks__title {
	font-size: 21px;
}

main.p-contact-thanks .contact-thanks__title {
	margin-bottom: 30px;
}

main.p-contact-thanks .contact-thanks__desc {
	font-size: 15px;
}

main.p-contact-confirm .p-contact__btn__wrap {
	height: 60px;
}

.contact-thanks__link__wrap {
	height: 60px;
	margin-bottom: 50px;
}

.p-contact-thx__inner {
	padding-bottom: 3.125rem;
	padding-top: 6.25rem;
}

.p-contact-thx__head {
	font-size: 1.875rem;
	line-height: 1.45;
}

.p-contact-thx__text {
	font-size: 0.9375rem;
	margin-bottom: 6.25rem;
}

.p-contact-thx__link {
	font-size: 1.25rem;
}

.p-contract-analysis-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-crystal-feature__inner {
	padding-bottom: 5rem;
}

.p-crystal-feature__wrap {
	margin-bottom: 5rem;
}

.p-crystal-feature__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-crystal-about__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-cs1-feature__title {
	font-size: 1.5rem;
}

.p-cs1-feature__item-image {
	max-width: 100%;
}

.p-cs1-feature__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-cs1-feature__caption {
	font-size: 0.9375rem;
}

.p-cs1-feature__item-image--sp {
	display: block;
}

.p-cs2-feature__image {
	max-width: 50vw;
}

.p-cs2-feature__item-content {
	max-width: 100%;
}

.p-cs2-specification__image {
	max-width: 18.75rem;
	width: 100%;
}

.p-defect-analysis-feature__btn {
	margin-top: 2.5rem;
}

.p-es3-feature__text {
	margin-bottom: 3.75rem;
}

.p-dlts-about__inner {
	margin-bottom: 5rem;
}

.p-dlts-about__wrap {
	margin-bottom: 3.75rem;
}

.p-dlts-about__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-dlts-feature__list {
	margin-bottom: 3.75rem;
}

.p-dlts-feature__image {
	max-width: 25rem;
	width: 100%;
}

.p-electrode-feature__image {
	margin: 0 auto;
}

.p-electrode-about__wrap {
	margin-bottom: 5rem;
}

.p-electrode-about__wrap-content {
	max-width: 100%;
}

.p-electrode-about__image {
	margin: 0 auto;
}

.p-electrode-service__btn-wrap {
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
}

.p-exhaust__image {
	margin: 0 auto;
}

.p-flammatec-feature__content:last-of-type {
	margin-bottom: 0;
}

.p-flammatec-feature__image {
	margin: 0 auto;
}

.p-flammatec-feature__btn-wrap {
	margin: 2.5rem auto 0;
}

.p-flammatec-info__logo {
	margin: 0;
}

.p-led-gan-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-led-gan-about__bottom-text {
	text-align: left;
}

.p-gan-epi-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-gan-epi-about__content-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-gan-epi-about__right {
	margin-top: 0;
}

.p-gan-foundry-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-gan-foundry-about__bottom-text {
	text-align: left;
}

.p-gan-substrate-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-gan-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-glass1-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-glass1-about__box-text {
	display: inline;
}

.p-glass2-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-hall-effect-feature__inner {
	padding-bottom: 5rem;
}

.p-hall-effect-feature__wrap {
	margin-bottom: 5rem;
}

.p-hall-effect-feature__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-high-temperature__table {
	margin-bottom: 1.875rem;
	width: 100%;
}

.p-high-temperature__table .p-high-temperature__item {
	padding: 0.9375rem;
	width: 10rem;
}

.p-high-temperature__table .p-high-temperature__description {
	padding: 0.9375rem;
	width: auto;
}

.p-high-temperature__image-wrap {
	margin-top: 3.125rem;
}

.p-in-situ-about__inner {
	margin-bottom: 5rem;
}

.p-in-situ-about__head {
	margin-bottom: 3.125rem;
}

.p-in-situ-about__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-in-situ-feature__inner {
	padding-bottom: 5rem;
}

.p-in-situ-feature__wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.p-in-situ-feature__content {
	min-width: 18.75rem;
}

.p-in-situ-feature__head {
	font-size: 1.125rem;
}

.p-in-situ-lineup__inner {
	padding-bottom: 5rem;
}

.p-in-situ-lineup__head {
	font-size: 1.125rem;
}

.p-in-situ-lineup__table-wrap {
	overflow-x: scroll;
}

.p-in-situ-lineup__table-wrap::-webkit-scrollbar {
	display: none;
}

.p-in-situ-lineup__table {
	overflow-x: scroll;
	width: 40.625rem;
}

.p-in-situ-lineup__table th,
.p-in-situ-lineup__table td {
	font-size: 0.875rem;
}

.p-in-situ-lineup__table tbody td:nth-of-type(1) {
	font-size: 0.875rem;
}

.p-in-situ-lineup__btn-text {
	margin-top: 0;
}

.p-in-situ-maker__inner {
	padding-bottom: 5rem;
}

.p-in-situ-maker__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
}

.p-in-situ-maker__content {
	margin-top: 0;
}

.p-in-situ-maker__head {
	font-size: 1.125rem;
}

.p-in-situ-maker__title {
	font-size: 1.125rem;
}

.p-in-situ-maker__text {
	display: inline;
}

.p-inspection-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-instec-feature__btn {
	margin-top: 2.5rem;
}

.p-koh-etching-feature__image {
	max-width: 31.25rem;
	width: 100%;
}

.p-koh-etching-info__inner {
	padding-top: 5rem;
}

.p-led-gan-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-led-gan-about__content-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-led-gan-about__right {
	margin-top: 0;
}

.p-led-gan-about__bottom-text {
	text-align: left;
}

.p-manufacture-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-manufacture-about__box {
	max-width: 100%;
}

.p-manufacture-about__text {
	-webkit-transform: none;
	        transform: none;
}

.p-motim-feature__wrap {
	margin-bottom: 5rem;
}

.p-motim-feature__image {
	margin: 0 auto;
}

.p-motim-feature__bottom-wrap {
	gap: 0.75rem;
}

.p-motim-info__logo {
	margin: 0;
}

.p-news-archive__inner {
	padding-bottom: 6.25rem;
}

.p-news-archive__link {
	gap: 1.25rem;
}

.p-news-archive__pagination .nav-links {
	gap: 0.3125rem;
}

.p-news-archive__pagination .page-numbers {
	font-size: 0.9375rem;
	height: 2.5rem;
	width: 2.5rem;
}

.p-news-archive__pagination .page-numbers.prev,
.p-news-archive__pagination .page-numbers.next {
	height: 2.5rem;
	width: 2.5rem;
}

.p-news-archive__pagination .page-numbers.prev {
	margin-right: 1.25rem;
}

.p-news-archive__pagination .page-numbers.next {
	margin-left: 1.25rem;
}

.p-news-single__inner {
	padding-bottom: 6.25rem;
	padding-top: 4.375rem;
}

.p-news-single__date {
	margin-bottom: 0.3125rem;
}

.p-news-single__title {
	font-size: 1.5rem;
}

.p-news-single__content h2 {
	font-size: 1.3125rem;
}

.p-news-single__content h3 {
	font-size: 1.1875rem;
	padding: 1.5625rem;
}

.p-news-single__content h4 {
	font-size: 1.125rem;
}

.p-news-single__content img {
	max-width: 100%;
}

.p-news-single__content blockquote {
	margin-left: 2.5rem;
}

.p-news-single__content blockquote::before {
	left: -2.5rem;
}

.p-news-single__prev a,
.p-news-single__next a {
	font-size: 0.875rem;
	gap: 0.625rem;
}

.p-news-single__prev i,
.p-news-single__next i {
	height: 2.5rem;
	width: 2.5rem;
}

.p-news-single__home a {
	padding: 0.71875rem;
	width: 9.375rem;
}

.p-nidek-feature__image {
	margin: 0;
}

.p-originalpost__table2 {
	width: 100%;
}

.p-originalpost__table2 .p-originalpost__item {
	width: 8.75rem;
}

.p-originalpost__table2 .p-originalpost__description {
	width: auto;
}

.p-physical-measure__table {
	width: 100%;
}

.p-physical-measure__description:last-child {
	width: auto;
}

.p-physical-measure__table2 {
	width: 100%;
}

.p-physical-measure__table2 .p-physical-measure__item {
	width: 8.75rem;
}

.p-physical-measure__table2 .p-physical-measure__description {
	width: auto;
}

.p-physical-measure-flow__item-title {
	gap: 1.25rem;
}

.p-physical-measure-flow__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.125rem;
}

.p-physical-electronic__table2 {
	width: 100%;
}

.p-physical-electronic__table2 .p-physical-electronic__item {
	width: 8.75rem;
}

.p-physical-electronic__table2 .p-physical-electronic__description {
	width: auto;
}

.p-physical-electronic-flow__item-title {
	gap: 1.25rem;
}

.p-physical-electronic-flow__table {
	width: 100%;
}

.p-physical-electronic-flow__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
}

.p-physical-electronic-flow__image {
	margin: 0 auto;
}

.p-physical-density__table {
	margin-bottom: 0;
	width: 100%;
}

.p-physical-density__table .p-physical-density__item {
	width: 8.75rem;
}

.p-physical-density__table .p-physical-density__description {
	width: auto;
}

.p-physical-density__image {
	margin: 0 auto;
}

.p-physical-thermal__table {
	width: 100%;
}

.p-physical-thermal__table-item {
	width: 8.75rem;
}

.p-physical-thermal__table-description {
	width: auto;
}

.p-physical-thermal__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 3.125rem;
}

.p-physical-thermal__image:nth-of-type(1) {
	margin: 0 auto;
}

.p-physical-thermal__image-grid {
	width: 100%;
}

.p-physical-redox-flow__item-title {
	gap: 1.25rem;
}

.p-phystec-specification__image {
	width: 60%;
}

.p-phystec-specification__image--small {
	width: 40%;
}

.p-phystec-specification__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	max-width: 100%;
}

.p-phystec-info__wrap {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.p-phystec-info__logo {
	margin: 0;
}

.p-products__list {
	gap: 3.125rem 1.875rem;
}

.p-products__item {
	height: 100%;
	width: calc(50% - 0.9375rem);
}

.p-products__image {
	min-height: 13.75rem;
}

.p-products__item-title {
	font-size: 1.125rem;
}

.p-products__btn {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
}

.p-raw-material-feature__inner {
	margin-bottom: 5rem;
}

.p-raw-material-feature__wrap {
	margin-bottom: 3.75rem;
}

.p-raw-material-feature__text {
	margin-bottom: 1.25rem;
}

.p-raw-material-feature__image {
	margin: 0 auto;
}

.p-shuwa-feature .p-shuwa-feature__item {
	margin-bottom: 1.25rem;
}

.p-shuwa-feature__item-box {
	white-space: wrap;
}

.p-sic-epitaxial-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sic-foundry-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sic-wafer-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sic-about__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-simulation-feature__wrap {
	gap: 2.5rem;
	margin-bottom: 3.75rem;
}

.p-simulation-feature__wrap:first-of-type {
	gap: 0rem;
}

.p-simulation-feature__name {
	margin-bottom: 1.25rem;
}

.p-simulation-feature__content br {
	display: none;
}

.p-simulation-feature__image {
	margin: 0;
}

.p-top-kv__inner {
	gap: 3.125rem;
	height: 34.375rem;
	height: clamp(14.375rem, 90vw, 34.375rem);
	min-height: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-top-kv__head {
	color: #FFF;
	font-size: 2.0625rem;
	font-size: clamp(1.25rem, 5vw, 2.0625rem);
	font-weight: 600;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}

.p-top-kv__btn {
	height: 3.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 18.125rem;
}

.p-top-kv__btn-text {
	font-size: 1.125rem;
}

.p-top-kv__btn-icon {
	width: 1.5625rem;
}

.p-top-intro .l-intro__nav {
	display: none;
}

.p-top-intro .swiper-container0 .swiper-wrapper {
	padding: 0.9375rem;
}

.p-top-intro__wrap-achieve br {
	display: none;
}

.p-top-intro__left,
.p-top-intro__right {
	width: 100%;
}

.p-top-intro__wrap-head {
	font-size: 1.0625rem;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large {
	font-size: 1.875rem;
	padding-right: 2.5rem;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large::after {
	bottom: 0.3125rem;
	height: 1.875rem;
	right: 1.25rem;
}

.p-top-intro__list {
	gap: 0;
}

.p-top-intro__item {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.p-top-intro .swiper-button-prev1,
.p-top-intro .swiper-button-prev2,
.p-top-intro .swiper-button-next1,
.p-top-intro .swiper-button-next2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 2.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 50px;
	width: 2.375rem;
}

.p-top-intro .swiper-button-prev1,
.p-top-intro .swiper-button-prev2 {
	left: -1.1875rem;
}

.p-top-intro .swiper-button-prev1::after,
.p-top-intro .swiper-button-prev2::after {
	border-color: transparent black transparent transparent;
	border-width: 6px 12px 6px 0;
	content: "";
}

.p-top-intro .swiper-button-next1,
.p-top-intro .swiper-button-next2 {
	right: -1.1875rem;
}

.p-top-intro .swiper-button-next1::after,
.p-top-intro .swiper-button-next2::after {
	border-color: transparent transparent transparent black;
	border-width: 6px 0 6px 12px;
	content: "";
}

.p-top-intro__item-text {
	font-size: 0.875rem;
}

.p-top-intro__head {
	font-size: 1.5rem;
}

.p-top-intro__desc {
	font-size: 0.875rem;
	margin-bottom: 2.5rem;
}

.p-top-intro__white {
	width: 100%;
}

.p-top-intro__white-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-intro__white-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0.625rem;
	margin-bottom: 0.5rem;
}

.p-top-intro__white-box {
	height: auto;
	width: 40vw;
}

.p-top-intro__white-box-head {
	font-size: clamp(1rem, 3vw, 1.125rem);
}

.p-top-intro__white-box-desc {
	font-size: clamp(0.8125rem, 80%, 0.875rem);
}

.p-top-intro__white-box-desc br {
	display: none;
}

.p-top-intro__white-logo-box {
	margin: 0;
	max-width: 23.875rem;
	padding: 1.375rem 0.9375rem 1.25rem;
	width: 100%;
}

.p-top-intro__white-logo-box img {
	margin-right: 0;
}

.p-top-intro__white-logo-desc {
	font-size: 0.9375rem;
	font-size: clamp(0.8125rem, 80%, 0.875rem);
}

.p-top-intro__white-logo-desc br {
	display: none;
}

.p-top-intro__white-arrow1 {
	margin-bottom: 0.3125rem;
	width: clamp(5rem, 30vw, 14.375rem);
}

.p-top-intro__white-arrow {
	display: block;
	margin-bottom: 1.5625rem;
	width: clamp(2.75rem, 10vw, 5rem);
}

.p-top-intro__white-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0rem;
}

.p-top-intro__white-factory {
	margin: 0 auto;
	width: 80%;
}

.p-top-partner__inner {
	padding: 5rem 0;
	width: 83%;
}

.p-top-partner__title {
	font-size: 1.25rem;
	margin-bottom: 37vw;
}

.p-top-partner__images {
	left: 50%;
	position: absolute;
	top: -37vw;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 120%;
	z-index: 0;
}

.p-top-partner__wrap {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	        column-count: 2;
	gap: 1.25rem;
	margin-bottom: 4.375rem;
}

.p-top-partner__list {
	bottom: auto !important;
	display: inline-block;
	left: auto !important;
	margin-bottom: 1.25rem;
	position: inherit;
	right: auto !important;
	top: auto !important;
	width: 100%;
	z-index: 5;
}

.p-top-partner__list.germany {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.sweden {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.poland {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.france {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.czech {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.china {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list.japan {
	z-index: auto;
	z-index: initial;
}

.p-top-partner__list-wrap {
	border-bottom: none;
}

.p-top-partner__item-link {
	padding: 0.75rem 0 0.625rem;
	padding-left: 2.1875rem;
}

.p-top-partner__item-link::before {
	left: 0.9375rem;
	width: 0.6875rem;
}

.p-top-partner__toggle {
	width: 100%;
}

.p-top-partner__item--open:last-of-type {
	border-bottom: 1px solid #fff;
}

.p-top-news {
	background-position: right 50% top;
}

.p-top-news__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-top-news .p-top-news__title {
	font-size: 1.5rem;
}

.p-top-news .p-top-news__title .p-top-news__title-large {
	font-size: 1.875rem;
}

.p-top-news__date {
	font-size: 0.9375rem;
}

.p-top-news__link {
	font-size: 0.9375rem;
	gap: 0.9375rem;
}

.p-top-product__inner {
	padding-top: 9.375rem;
}

.p-top-product__title-wrap {
	margin-bottom: 5.625rem;
}

.p-top-product__title {
	padding-right: 1.875rem;
}

.p-top-product__item {
	gap: 5.625rem;
	margin-bottom: 9.375rem;
	width: 91%;
}

.p-top-product__item:nth-of-type(odd) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-top-product__item:nth-of-type(odd) .p-top-product__image {
	margin-left: auto;
	margin-right: -34vw;
	max-width: 50rem;
	width: 100%;
}

.p-top-product__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-product__item:nth-child(even) .p-top-product__image {
	margin-left: -33vw;
	margin-right: auto;
	width: 88.9vw;
}

.p-top-product__item.-wideband .p-top-product__content {
	padding-top: 0;
}

.p-top-product__item.-wideband .p-top-product__image {
	margin-left: -41vw;
	width: 104vw;
}

.p-top-product__item.-glass .p-top-product__content {
	padding-top: 0;
}

.p-top-product__item.-glass .p-top-product__image {
	gap: 2.5rem;
}

.p-top-product__image {
	position: static;
	position: initial;
}

.p-top-product__content {
	padding-top: 0;
	width: 100%;
}

.p-top-product__subtitle {
	font-size: 1.75rem;
}

.p-top-product__description {
	font-size: 0.9375rem;
}

.p-top-product__description br {
	display: none;
}

.p-top-contact {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-top-contact__inner {
	width: 88.9%;
}

.p-top-contact__title {
	font-size: 1.5rem;
}

.p-top-contact__title .p-top-contact__title-large {
	font-size: 2.625rem;
}

.p-top-contact__form-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.25rem;
}

.p-top-contact__label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 0;
	width: 18.5625rem;
}

.p-top-contact__required {
	padding: 0.60625rem 1.28125rem;
}

.p-top-contact__input input,
.p-top-contact__input textarea {
	padding: 1.1875rem 0.9375rem;
}

.p-top-contact__btn-wrap {
	margin: 0 auto;
}

.p-top-contact__btn-wrap .contact_send_button {
	height: 4.375rem;
	width: 12.5rem;
}

.p-top-contact__phone-section {
	max-width: 31.25rem;
	width: 100%;
}

.p-top-contact__phone-link {
	font-size: 2.25rem;
}

.p-ueha-feature__list {
	margin-bottom: 3.125rem;
}

.p-ueha-feature__image-wrap {
	gap: 0.625rem;
}

.p-ueha-info__head {
	margin-bottom: 2.5rem;
}

.p-ueha-info__logo {
	margin: 0;
}

.p-varivolt-feature__text {
	margin-top: 1.875rem;
}

.p-varivolt-feature__btn-wrap {
	margin-top: 3.75rem;
}

.p-varivolt-feature__image {
	margin: 0 auto;
}

.p-varivolt-info__image {
	margin: 0;
}

.p-vfm-feature__wrap {
	margin-bottom: 1.875rem;
}

.p-vfm-feature__content:last-of-type {
	margin-bottom: 0;
}

.p-vfm-feature__image {
	margin: 0 auto;
}

.p-vfm-about__wrap {
	margin-bottom: 5rem;
}

.p-vfm-about__wrap-content {
	max-width: 100%;
}

.p-vfm-about__image {
	margin: 0 auto;
}

.p-vfm-info__logo {
	margin: 0;
}

.p-waste__image {
	margin: 0 auto;
}

.p-yuhi-sha-feature__item {
	margin-bottom: 1.25rem;
}

.p-yuhi-sha-info__inner {
	padding-top: 5rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

}

@media (max-width: 768px) {

.p-form {
	display: block;
	padding: 10px 0;
}

.p-form dt {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
	gap: 5px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 5px;
	margin-right: 0;
	padding: 10px;
	width: 100%;
}

.p-form dd {
	width: 100%;
}

.p-form .message > span.required {
	margin-left: 0;
}

.p-form dd input[type=text],
.p-form dd input[type=tel],
.p-form dd input[type=email],
.p-form dd input[type=date],
.p-form dd input[type=number],
.p-form dd #pref,
.p-form dd select {
	font-size: 16px;
	height: 53px;
	padding: 10px;
	width: 100%;
}

.p-form dd textarea {
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.p-form .job-dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-form dd.your-method {
	margin-top: 14px;
}

.p-form .your-date .date {
	width: 50%;
}

.p-form .your-address #address-text {
	font-size: 14px;
	text-align: left;
}

.pp-lead {
	font-size: 16px;
	margin-bottom: 10px;
}

.pp-agreeBtn {
	text-align: center;
}

.pp-agreeBtn .wpcf7-list-item-label {
	font-size: 15px;
}

.pp-agreeBtn span.wpcf7-list-item-label::before {
	height: 15px;
	width: 15px;
}

.attention-btm {
	margin-bottom: 20px;
	margin-top: 0;
}

.attention-btm p {
	font-size: 16px;
	line-height: 13px;
}

.contact_send_button_wrap {
	height: 60px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
}

.p-contact__desc.pl10 {
	padding: 0;
}

.has-free-text > label {
	width: 70px;
}

.p-form dd .has-free-text .wpcf7-free-text {
	width: calc(100% - 70px);
}

main.p-contact-confirm .contact_back {
	font-size: 15px;
	font-weight: 400;
}

.p-material-download__options span.wpcf7-list-item-label::before {
	height: 15px;
	width: 15px;
}

}

@media (max-width: 660px) {

.contact-desc-br {
	display: none;
}

}

@media screen and (max-width: 650px) {

.l-intro__nav-item {
	width: auto;
}

}

@media screen and (max-width: 600px) {

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(1) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-shuwa-feature .p-shuwa-feature__item:nth-of-type(3) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

}

@media screen and (max-width: 545px) {

.l-intro__nav-item:nth-of-type(3) .l-intro__dropdown {
	width: 41vw;
}

}

@media (max-width: 510px) {

.contact-msg-br {
	display: none;
}

}

@media screen and (max-width: 500px) {

main.p-contact-confirm .p-contact__btn__wrap {
	gap: 20px;
	height: auto;
}

main.p-contact-confirm .contact_send_button {
	height: 50px;
}

main.p-contact-confirm .p-contact__previous {
	height: 50px;
}

}

@media (max-width: 500px) {

.p-physical-measure-flow__table2-scroll {
	margin: 0;
	overflow-x: scroll;
	width: 100%;
}

}

@media screen and (max-width: 420px) {

.l-content {
	padding-bottom: 7.5rem;
}

.l-footer__inner {
	padding: 2.9375rem 0;
}

.l-footer__logo {
	margin-bottom: 1.0625rem;
}

.l-footer__copyright {
	font-size: 0.75rem;
}

.l-header__logo {
	left: 50%;
	text-align: center;
	top: 1.5625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 11.3125rem;
}

.l-header__menu-trigger {
	height: 1.125rem;
	width: 1.625rem;
}

.l-header__menu-trigger span {
	height: 0.125rem;
}

.l-header__menu-trigger.is-menu-open span:nth-child(2) {
	opacity: 0;
}

.l-header__menu-trigger.is-menu-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	        transform: rotate(-45deg) translate(4px, -4px);
}

.l-header__menu-item {
	padding: 0.6875rem 0.875rem 0.4875rem;
}

.l-header__menu-link {
	font-size: 0.9375rem;
}

.l-header__dropdown-item {
	font-size: 0.8125rem;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-intro__inner {
	padding: 7.5rem 1.25rem 4.375rem;
}

.l-intro__head {
	font-size: 1.5rem;
	margin-bottom: 0.9375rem;
}

.l-intro__head--small {
	font-size: 1.0625rem;
}

.l-intro__lead {
	font-size: 1rem;
}

.l-intro__nav-list {
	gap: 0rem 0.625rem;
}

.l-intro__nav-item {
	font-size: 0.875rem;
}

.l-nav__item--middle .l-nav__title {
	font-size: 1.25rem;
}

.l-nav__item--middle .l-nav__subtitle {
	font-size: 0.875rem;
}

.l-nav__item--bottom .l-nav__title {
	font-size: 2rem;
}

.l-nav__item--bottom .l-nav__subtitle {
	font-size: 1.125rem;
}

.l-nav__head {
	font-size: 0.9375rem;
}

.l-nav__image {
	width: 9.375rem;
}

.l-nav__title {
	font-size: 1.5rem;
}

.c-bg {
	background-size: 70%;
}

.c-bg__right {
	background-size: 70%;
}

.c-bg__inner {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.c-br__sp {
	display: none;
}

.c-btn {
	height: 2.9375rem;
	max-width: 16.5625rem;
}

.c-btn.c-btn__small {
	max-width: 100%;
	width: 100%;
}

.c-btn.c-btn__small--blue {
	max-width: 100%;
}

.c-heading {
	font-size: 1.0625rem;
}

.c-heading02 {
	font-size: 1.3125rem;
}

.c-list__item {
	margin-bottom: 1.5625rem;
}

.c-text__wide {
	line-height: 2;
}

.c-text__wide.c-text__dot::before {
	top: 0.875rem;
}

.c-text__wide30 {
	line-height: 1.8;
}

.c-text__wide40 {
	line-height: 2.2;
}

.c-text__wide40.c-text__dot::before {
	top: 0.875rem;
}

.c-text__dot::before {
	top: 0.6875rem;
}

.c-wrap {
	gap: 2.5rem;
}

.p-glass-service-section__inner {
	margin-bottom: 4.0625rem;
}

.p-aehr-feature__inner {
	padding-bottom: 3.75rem;
}

.p-aehr-info__inner {
	padding-top: 3.75rem;
}

.p-camera-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-camera-specific__inner {
	margin-bottom: 4.0625rem;
}

.p-camera-specific__table-term {
	font-size: 0.9375rem;
	max-width: 8.125rem;
	padding: 0.625rem;
}

.p-camera-specific__table-desc {
	padding: 0.625rem;
	width: calc(100% - 8.125rem);
}

.p-camera-about__inner {
	margin-bottom: 4.0625rem;
}

.p-camera-about__wrap {
	margin-bottom: 3.75rem;
}

.p-camera-service__inner {
	margin-bottom: 4.0625rem;
}

.p-company-mission__title {
	font-size: 0.9375rem;
}

.p-company-mission__text {
	font-size: 1.25rem;
}

.p-company-ceo__head {
	font-size: 1.0625rem;
}

.p-company-info__head {
	font-size: 1.0625rem;
}

.p-company-info__term {
	font-size: 0.8125rem;
	width: 7.5rem;
}

.p-company-info__desc {
	padding-left: 0.9375rem;
}

.p-company-access__head {
	margin-bottom: 3.125rem;
}

.p-company-access__title {
	margin-bottom: 1.25rem;
}

.p-company-access__map {
	margin-bottom: 3.125rem;
}

.p-company-access__map iframe {
	height: 18.75rem;
}

main.p-contact-thanks .contact-thanks__title {
	font-size: 18px;
}

.p-contact-thx__inner {
	padding-bottom: 0rem;
	padding-top: 3.125rem;
}

.p-contact-thx__head {
	font-size: 1.5rem;
	text-align: center;
}

.p-contact-thx__head br {
	display: block;
}

.p-contact-thx__text {
	line-height: 1.6;
	margin-bottom: 5rem;
}

.p-contact-thx__link {
	font-size: 1.125rem;
}

.p-contract-analysis-about__image {
	width: 100%;
}

.p-contract-analysis-about__btn {
	margin: 0 auto;
	margin-top: 2.5rem;
}

.p-crystal-feature__inner {
	padding-bottom: 3.75rem;
}

.p-crystal-feature__wrap {
	margin-bottom: 4.0625rem;
}

.p-crystal-feature__text {
	margin-bottom: 2.5rem;
}

.p-cs1-feature__inner {
	padding-bottom: 3.75rem;
}

.p-cs1-feature__title {
	font-size: 1.25rem;
}

.p-cs1-feature__list {
	margin-bottom: 2.5rem;
}

.p-cs1-feature__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-cs2-feature__inner {
	padding-bottom: 3.75rem;
}

.p-cs2-feature__image {
	max-width: 100%;
}

.p-cs2-feature__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-defect-analysis-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-es3-feature__text {
	margin-bottom: 2.5rem;
}

.p-dlts-about__inner {
	margin-bottom: 4.0625rem;
}

.p-dlts-about__wrap {
	margin-bottom: 2.5rem;
}

.p-dlts-measure__wrap {
	margin-bottom: 3.75rem;
}

.p-dlts-feature__inner {
	padding-top: 3.75rem;
}

.p-dlts-feature__list {
	margin-bottom: 2.5rem;
}

.p-electrode-about__wrap {
	margin-bottom: 3.75rem;
}

.p-flammatec-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-flammatec-info__inner {
	margin-bottom: 4.0625rem;
}

.p-gan-about__image {
	width: 100%;
}

.p-gan-about__btn {
	margin: 2.5rem auto 0;
}

.p-glass1-about__image {
	width: 100%;
}

.p-glass1-about__btn {
	margin: 2.5rem auto 0;
}

.p-glass2-about__heading02 {
	margin-bottom: 1.875rem;
}

.p-glass2-about__container {
	margin-bottom: 8.75rem;
}

.p-glass2-about__image {
	width: 100%;
}

.p-glass2-about__btn {
	margin: 2.5rem auto 0;
}

.p-hall-effect-feature__inner {
	padding-bottom: 3.75rem;
}

.p-hall-effect-feature__wrap {
	margin-bottom: 4.0625rem;
}

.p-hall-effect-feature__text {
	margin-bottom: 2.5rem;
}

.p-high-temperature__table .p-high-temperature__item {
	font-size: 0.9375rem;
	max-width: 10rem;
	padding: 0.625rem;
}

.p-high-temperature__table .p-high-temperature__description {
	font-size: 0.875rem;
	padding: 0.625rem;
	width: calc(100% - 10rem);
}

.p-high-temperature__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 2.5rem;
}

.p-high-temperature__image:nth-of-type(1) {
	max-width: 100%;
}

.p-high-temperature__image:nth-of-type(2) {
	max-width: 100%;
}

.p-high-temperature__image {
	margin: 0 auto;
}

.p-high-temperature__image-caption {
	margin-top: 0.625rem;
}

.p-in-situ-about__inner {
	margin-bottom: 4.0625rem;
}

.p-in-situ-about__head {
	margin-bottom: 2.5rem;
}

.p-in-situ-feature__inner {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
}

.p-in-situ-feature__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-in-situ-feature__head {
	font-size: 1.0625rem;
}

.p-in-situ-lineup__inner {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
}

.p-in-situ-lineup__head {
	font-size: 1.0625rem;
}

.p-in-situ-maker__inner {
	padding-bottom: 4.0625rem;
}

.p-in-situ-maker__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-in-situ-maker__head {
	font-size: 1.0625rem;
}

.p-in-situ-maker__title {
	font-size: 1.0625rem;
}

.p-inspection-about__image {
	width: 100%;
}

.p-inspection-about__btn {
	margin: 0 auto;
}

.p-instec-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-koh-etching-feature__inner {
	padding-bottom: 3.75rem;
}

.p-koh-etching-info__inner {
	padding-top: 4.0625rem;
}

.p-manufacture-about__btn {
	margin: 0 auto;
}

.p-motim-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-motim-feature__wrap {
	margin-bottom: 3.75rem;
}

.p-motim-feature__bottom-wrap {
	gap: 0.625rem;
	margin-bottom: 2.5rem;
}

.p-motim-info__inner {
	margin-bottom: 4.0625rem;
}

.p-news-archive__inner {
	padding-bottom: 4.375rem;
}

.p-news-archive__list {
	margin-bottom: 2.5rem;
}

.p-news-archive__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-news-archive__pagination .nav-links {
	gap: 0.5rem;
}

.p-news-archive__pagination .page-numbers {
	font-size: 0.8125rem;
	height: 2rem;
	width: 2rem;
}

.p-news-archive__pagination .page-numbers.prev,
.p-news-archive__pagination .page-numbers.next {
	height: 2rem;
	width: 2rem;
}

.p-news-archive__pagination .page-numbers.prev {
	margin-right: 0.9375rem;
}

.p-news-archive__pagination .page-numbers.next {
	margin-left: 0.9375rem;
}

.p-news-single__inner {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-news-single__head-wrap {
	margin-bottom: 0.9375rem;
}

.p-news-single__category {
	margin-bottom: 0.9375rem;
}

.p-news-single__date {
	font-size: 0.8125rem;
}

.p-news-single__title {
	font-size: 1.375rem;
}

.p-news-single__content {
	margin-bottom: 2.5rem;
}

.p-news-single__content h2,
.p-news-single__content h3,
.p-news-single__content h4 {
	margin: 1.25rem 0;
}

.p-news-single__content h2 {
	font-size: 1.25rem;
}

.p-news-single__content h3 {
	font-size: 1.125rem;
	padding: 0.9375rem;
}

.p-news-single__content h4 {
	font-size: 1rem;
	padding-left: 0.9375rem;
}

.p-news-single__content p {
	margin: 0.625rem 0;
}

.p-news-single__content ol {
	margin: 1.25rem 0;
}

.p-news-single__content ul {
	margin: 1.25rem 0;
}

.p-news-single__content blockquote {
	margin-left: 1.875rem;
	padding: 1.25rem;
}

.p-news-single__content blockquote::before {
	left: -1.875rem;
}

.p-news-single__share {
	margin-bottom: 2.5rem;
}

.p-news-single__share p {
	margin-bottom: 1.5625rem;
}

.p-news-single__navigation {
	margin-top: 2.5rem;
}

.p-news-single__prev i,
.p-news-single__next i {
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-news-single__home a {
	padding: 0.5625rem;
	width: 7.5rem;
}

.p-nidek-feature__inner {
	padding-bottom: 3.75rem;
}

.p-originalpost__table2 .p-originalpost__item {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-originalpost__table2 .p-originalpost__description {
	display: block;
	margin-top: -1px;
	width: auto;
}

.p-physical-measure__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-measure__table {
	margin: 1.875rem auto 2.5rem;
}

.p-physical-measure__table2 .p-physical-measure__item {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-measure__table2 .p-physical-measure__description {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-measure-flow__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-measure-flow__item-title {
	gap: 0.9375rem;
}

.p-physical-electronic__table2 .p-physical-electronic__item {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-electronic__table2 .p-physical-electronic__description {
	display: block;
	margin-top: -1px;
	width: auto;
}

.p-physical-electronic-flow__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-electronic-flow__item-title {
	gap: 0.9375rem;
}

.p-physical-density__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-density__table .p-physical-density__item {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-density__table .p-physical-density__description {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-thermal__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-thermal__table-item {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-thermal__table-description {
	display: block;
	margin-top: -1px;
	width: 100%;
}

.p-physical-redox__inner {
	margin-bottom: 4.0625rem;
}

.p-physical-redox-flow__item-title {
	gap: 0.9375rem;
}

.p-phystec-feature__inner {
	padding-bottom: 3.75rem;
}

.p-phystec-specification__image-wrap {
	gap: 0.625rem;
}

.p-phystec-info__inner {
	padding-top: 3.75rem;
}

.p-products__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-products__item {
	min-height: 13.75rem;
	width: 100%;
}

.p-products__item-title {
	font-size: 1.0625rem;
}

.p-products__btn {
	max-width: 100%;
}

.p-raw-material-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-raw-material-feature__wrap {
	margin-bottom: 2.5rem;
}

.p-raw-material-feature__image {
	max-width: 100%;
}

.p-shuwa-feature__inner {
	padding-bottom: 3.75rem;
}

.p-shuwa-feature .p-shuwa-feature__item {
	gap: 1.875rem;
	margin-bottom: 2.5rem;
}

.p-sic-about__image {
	width: 100%;
}

.p-sic-about__btn {
	margin: 2.5rem auto 0;
}

.p-simulation-feature__image {
	max-width: 100%;
}

.p-top-kv__inner {
	gap: 1.5625rem;
	height: 14.375rem;
	padding-top: 2.5rem;
}

.p-top-kv__head {
	font-size: 1rem;
}

.p-top-kv__btn {
	height: 2.75rem;
	width: 13.5rem;
}

.p-top-kv__btn-text {
	font-size: 0.9375rem;
}

.p-top-kv__btn-icon {
	width: 1.25rem;
}

.p-top-intro .swiper-container0 .swiper-wrapper {
	padding: 0.3125rem;
}

.p-top-intro .swiper-container0 .swiper-slide {
	min-height: 3.125rem;
}

.p-top-intro__image img {
	height: 3.125rem;
}

.p-top-intro__black {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

.p-top-intro__wrap {
	margin-bottom: 4.1875rem;
}

.p-top-intro__wrap:nth-of-type(2) {
	margin-bottom: 2.5rem;
}

.p-top-intro__wrap:nth-of-type(2) .p-top-intro__list {
	margin-bottom: 1.625rem;
}

.p-top-intro__wrap-achieve {
	margin: 0 auto;
	max-width: 19.4375rem;
}

.p-top-intro__wrap-head {
	font-size: 0.9375rem;
	margin-bottom: 2.3125rem;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large {
	font-size: 1.4375rem;
	padding-right: 1.875rem;
}

.p-top-intro__wrap-head .p-top-intro__wrap-head-large::after {
	height: 1.25rem;
	right: 0.9375rem;
}

.p-top-intro__list {
	margin-bottom: 1.875rem;
}

.p-top-intro__item-btn {
	font-size: 0.8125rem;
	max-width: 16.0625rem;
}

.p-top-intro .swiper-button-prev1,
.p-top-intro .swiper-button-prev2,
.p-top-intro .swiper-button-next1,
.p-top-intro .swiper-button-next2 {
	height: 1.5rem;
	top: 48.7%;
	width: 1.5rem;
}

.p-top-intro .swiper-button-prev1,
.p-top-intro .swiper-button-prev2 {
	left: -0.75rem;
}

.p-top-intro .swiper-button-prev1::after,
.p-top-intro .swiper-button-prev2::after {
	border-color: transparent black transparent transparent;
	border-width: 3px 6px 3px 0;
}

.p-top-intro .swiper-button-next1,
.p-top-intro .swiper-button-next2 {
	right: -0.75rem;
}

.p-top-intro .swiper-button-next1::after,
.p-top-intro .swiper-button-next2::after {
	border-color: transparent transparent transparent black;
	border-width: 3px 0 3px 6px;
	content: "";
}

.p-top-intro__item-image {
	-o-object-fit: cover;
	height: 7.6875rem;
	margin-bottom: 0.5rem;
	object-fit: cover;
}

.p-top-intro__item-text {
	font-size: 0.75rem;
}

.p-top-intro__head {
	font-size: 1rem;
	margin-bottom: 0.875rem;
}

.p-top-intro__desc {
	font-size: 0.8125rem;
	line-height: 2;
	margin-bottom: 1.25rem;
	margin-bottom: 2rem;
}

.p-top-intro__btn {
	margin: 0 auto;
}

.p-top-intro__white-box {
	padding: 1.25rem 0.625rem;
	width: 50%;
}

.p-top-intro__white-box-head {
	font-size: 0.875rem;
}

.p-top-intro__white-box-desc {
	font-size: 0.75rem;
}

.p-top-intro__white-logo-desc {
	font-size: 0.75rem;
}

.p-top-intro__white-factory {
	width: 70%;
}

.p-top-partner__inner {
	width: 100%;
}

.p-top-partner__title {
	font-size: 1.0625rem;
}

.p-top-partner__item-link {
	padding: 0.5rem;
	padding-left: 1.75rem;
}

.p-top-partner__item-link::before {
	left: 0.6875rem;
	width: 0.5rem;
}

.p-top-news__inner {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-top-news .p-top-news__title {
	font-size: 1.0625rem;
}

.p-top-news .p-top-news__title .p-top-news__title-large {
	font-size: 1.375rem;
}

.p-top-product__inner {
	padding-bottom: 4.875rem;
	padding-top: 4.375rem;
}

.p-top-product__title-wrap {
	margin-bottom: 3.3125rem;
}

.p-top-product__title {
	font-size: 4.0625rem;
}

.p-top-product__item {
	gap: 4.75rem;
}

.p-top-product__item:nth-of-type(odd) {
	margin-bottom: 5.5rem;
}

.p-top-product__item:nth-child(even) {
	gap: 3.25rem;
	margin-bottom: 5.3125rem;
}

.p-top-product__item.-wideband .p-top-product__image {
	margin-left: -42.3vw;
	width: 110vw;
}

.p-top-product__item.-wideband .p-top-product__link {
	margin-top: 2.1875rem;
}

.p-top-product__item.-glass {
	gap: 4.28125rem;
	margin-bottom: 0rem;
}

.p-top-product__item.-glass .p-top-product__image {
	margin-right: -37vw;
	width: 105.7vw;
}

.p-top-product__subtitle {
	font-size: 1.5625rem;
	margin-bottom: 1rem;
}

.p-top-product__description {
	line-height: 2.28;
	margin-bottom: 2.0625rem;
}

.p-top-contact {
	padding-bottom: 3.5rem;
	padding-top: 2.8125rem;
}

.p-top-contact__title {
	font-size: 1.125rem;
	margin-bottom: 3.625rem;
}

.p-top-contact__title .p-top-contact__title-large {
	font-size: 1.875rem;
	margin-bottom: 0.3125rem;
}

.p-top-contact__form {
	gap: 0.65625rem;
	margin-bottom: 4.6875rem;
}

.p-top-contact__form-row {
	gap: 1.125rem;
}

.p-top-contact__label {
	gap: 0.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-contact__label h5 {
	width: auto;
}

.p-top-contact__required {
	padding: 0.3125rem 0.4375rem;
}

.p-top-contact__input input,
.p-top-contact__input textarea {
	padding: 0.1875rem 0.3125rem;
}

.p-top-contact__input textarea {
	height: 12.9375rem;
	margin-bottom: 3.75rem;
	min-height: auto;
}

.p-top-contact__btn-wrap .contact_send_button {
	font-size: 0.9375rem;
	height: 3.125rem;
	width: 9.375rem;
}

.p-top-contact__phone-section {
	height: 9rem;
	padding: 1.25rem 1.25rem 1rem;
}

.p-top-contact__phone-link {
	font-size: 2rem;
	margin: 0.625rem 0;
}

.p-top-contact__phone-hours {
	font-size: 0.9375rem;
}

.p-ueha-feature__inner {
	padding-bottom: 3.75rem;
}

.p-ueha-feature__text {
	margin-bottom: 2.5rem;
}

.p-ueha-feature__image-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-varivolt-feature__inner {
	margin-bottom: 4.0625rem;
}

.p-varivolt-feature__text {
	margin-top: 1.25rem;
}

.p-varivolt-feature__btn-wrap {
	margin-top: 2.5rem;
}

.p-varivolt-info__inner {
	margin-bottom: 4.0625rem;
}

.p-vfm-feature__image {
	max-width: 100%;
}

.p-vfm-about__wrap {
	margin-bottom: 3.75rem;
}

.p-yuhi-sha-feature__inner {
	padding-bottom: 3.75rem;
}

.p-yuhi-sha-feature__top-text {
	margin-bottom: 2.5rem;
}

.p-yuhi-sha-info__inner {
	padding-top: 4.0625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes bounceInUp {

0% {
	opacity: 0;
	-webkit-transform: translateY(400px);
	        transform: translateY(400px);
}

60% {
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}

80% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes bounceInUp {

0% {
	opacity: 0;
	-webkit-transform: translateY(400px);
	        transform: translateY(400px);
}

60% {
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}

80% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

