body {
	background: #000;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Noto Sans";
	font-size: rem(18);
	font-style: normal;
	font-weight: 500;
	position: relative;
}

main {
	position: relative;
}

/* 構築時のみ、管理バーを非表示にする */

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.83;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

.l-about {
	margin-top: 4.1875rem;
}

.l-banners {
	margin-top: 7.75rem;
}

.l-company {
	margin-top: 12.5rem;
}

.l-footer {
	margin-top: 3.125rem;
}

.l-images {
	margin-top: 9.5rem;
}

.l-logo-video {
	margin-top: 5rem;
}

.l-post-contents {
	margin-top: 10.625rem;
}

.l-product {
	margin-top: 12.375rem;
}

.l-top-top {
	margin-top: 19.3125rem;
	margin-top: 5rem;
}

.l-works-page {
	margin-top: 10.625rem;
}

.l-works {
	margin-top: 8.75rem;
}

.about__inner02 {
	margin-top: 8.125rem;
}

.about__images {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.25rem;
	max-width: 90rem;
	padding-bottom: max(500px, min(65.5555555556vw, 944px));
	position: relative;
}

.about__img01 {
	aspect-ratio: 653/400;
	max-width: 40.8125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 45.3472222222vw;
}

.about__img02 {
	aspect-ratio: 618/388;
	left: 0.375rem;
	max-width: 38.625rem;
	position: absolute;
	top: 9.7916666667vw;
	top: max(50px, min(9.7916666667vw, 141px));
	width: 42.9166666667vw;
}

.about__img03 {
	aspect-ratio: 523/358;
	bottom: max(20px, min(4.0277777778vw, 58px));
	max-width: 32.6875rem;
	position: absolute;
	right: max(80px, min(13.4027777778vw, 193px));
	width: 36.3194444444vw;
}

.about__img04 {
	aspect-ratio: 379/236;
	bottom: 0;
	left: max(180px, min(28.3333333333vw, 408px));
	max-width: 23.6875rem;
	position: absolute;
	width: 26.3194444444vw;
}

.about__img01 img,
.about__img02 img,
.about__img03 img,
.about__img04 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.banners__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.banners__wrap {
	grid-column-gap: 1.75rem;
	-moz-column-gap: 1.75rem;
	grid-row-gap: 2.1875rem;
	align-items: flex-start;
	column-gap: 1.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2.1875rem;
}

.banners__item {
	transition: opacity 0.2s ease-out;
}

.banners__item:hover {
	opacity: 0.6;
}

.banners__item-img {
	aspect-ratio: 381/230;
	max-width: 23.8125rem;
	width: 100%;
}

.banners__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__table {
	margin-top: 5.3125rem;
}

.company__content {
	margin-top: 7.5625rem;
}

.company__info {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
	justify-content: center;
	margin-top: 8.1875rem;
	padding-top: 5.6875rem;
}

.company__info-item {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: flex-start;
	width: 100%;
}

.company__info-title {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	width: 8%;
}

.company__info-text {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	gap: 0.3125rem;
	justify-content: flex-start;
	line-height: normal;
}

.content__body {
	align-items: flex-start;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 4.375rem;
}

.content__icon {
	aspect-ratio: 780/400;
	max-width: 48.75rem;
	width: 63%;
}

.content__icon img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.content__main {
	width: 38%;
}

.content__main-title {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.53;
	text-align: left;
}

.content__main-text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.13em;
	line-height: 1.83;
	margin-top: 1.25rem;
}

.content__main-img {
	aspect-ratio: 394/283;
	margin-top: 3.0625rem;
	max-width: 24.625rem;
	width: 100%;
}

.content__main-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.content__video {
	-o-object-fit: contain;
	aspect-ratio: 394/283;
	margin-top: 3.0625rem;
	max-width: 24.625rem;
	object-fit: contain;
	width: 100%;
}

.content__video-alternative-text {
	color: #FFF;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.content--reverse .content__body {
	flex-direction: row-reverse;
}

.content02__video-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.content02__video-wrap iframe {
	aspect-ratio: 710/400;
	max-width: 44.375rem;
	width: 100%;
	width: 44.375rem;
}

.content02__bottom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.8125rem;
	max-width: 56.5rem;
}

.content02__sub-title {
	color: #FFF;
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.66;
}

.content02__text {
	font-size: 1.125rem;
	letter-spacing: 0.14em;
	line-height: 2.66;
	margin-top: 1.875rem;
}

.content02__name-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: 1.0625rem;
	margin-top: 1.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.content02__name-role {
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: normal;
}

.content02__name-main {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: normal;
}

.content03__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.8125rem;
	width: 79.42%;
}

.content03__sub-title {
	color: #FFF;
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.67;
}

.content03__sub-title-br {
	display: none;
}

.content03__main {
	align-items: flex-start;
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
	margin-top: 3.8125rem;
}

.content03__left {
	width: 62%;
}

.content03__text {
	font-size: 1.125rem;
	letter-spacing: 2.52px;
	line-height: 2.66;
}

.content03__name-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: 1.0625rem;
	margin-top: 1.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.content03__name-role {
	color: #FFF;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: normal;
}

.content03__name-main {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: normal;
}

.content03__right {
	aspect-ratio: 376/469;
	display: block;
	margin-top: 0.875rem;
	max-width: 23.5rem;
	width: 100%;
}

.content03__right img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.drawer-menu {
	display: none;
}

.footer {
	background: #000;
	padding-bottom: 5.3125rem;
	padding-top: 3.125rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 79rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.footer__top {
	display: flex;
	gap: 3.75rem;
	justify-content: space-between;
}

.footer__company-name {
	color: #FFF;
	display: block;
	font-family: "Open Sans";
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: opacity 0.2s ease-out;
}

.footer__company-name:hover {
	opacity: 0.6;
}

.footer__info {
	margin-top: 1.25rem;
}

.footer__address {
	color: #FFF;
	font-family: "Open Sans", serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.9;
}

.footer__address-text {
	font-family: "Noto Sans";
}

.footer__tel-wrap {
	font-size: 0.75rem;
	letter-spacing: 0.09em;
	line-height: 1.75;
	margin-top: 0.125rem;
}

.footer__right {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	justify-content: center;
}

.footer__sns {
	align-items: flex-start;
	display: flex;
	gap: 2.0625rem;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 1.4375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__sns-x {
	aspect-ratio: 1/1;
	max-width: 2.1875rem;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.footer__sns-x:hover {
	opacity: 0.6;
}

.footer__sns-x img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.footer__sns-instagram {
	aspect-ratio: 1/1;
	max-width: 2.1875rem;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.footer__sns-instagram:hover {
	opacity: 0.6;
}

.footer__sns-instagram img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	color: #FFF;
	display: block;
	font-family: "Open Sans", serif;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-top: 2.1875rem;
}

.fv-bottom {
	position: relative;
}

.fv__video {
	-o-object-fit: cover;
	aspect-ratio: 1440/817;
	display: block;
	height: 100%;
	max-height: 51.0625rem;
	object-fit: cover;
	width: 100vw;
}

.fv__video-alternative-text {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.fv__video-sp {
	display: none;
}

.is-fixed {
	overflow: hidden;
}

.hamburger.is-clicked .hamburger__bar:nth-of-type(1),
.hamburger.is-clicked .hamburger__bar:nth-of-type(3) {
	top: 0.6875rem;
}

.hamburger.is-clicked .hamburger__bar:nth-of-type(1) {
	transform: rotate(45deg);
}

.hamburger.is-clicked .hamburger__bar:nth-of-type(2) {
	opacity: 0;
}

.hamburger.is-clicked .hamburger__bar:nth-of-type(3) {
	transform: rotate(-45deg);
}

.header {
	background: #000;
	left: 0;
	position: fixed;
	position: sticky;
	right: 0;
	top: 0;
	transition: all 0.5s ease-out;
	z-index: 700;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 79rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.header__wrap {
	align-items: stretch;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.header__logo {
	align-items: center;
	aspect-ratio: 246/118;
	display: grid;
	justify-items: center;
	max-width: 15.375rem;
	place-items: center;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.header__hamburger {
	display: none;
}

.images {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
}

.images__wrap {
	position: relative;
}

.images__top {
	aspect-ratio: 1249/585;
	max-width: 78.0625rem;
	width: 86.7361111111vw;
}

.images__top img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.images__bottom {
	align-items: flex-start;
	display: flex;
	gap: 1.3125rem;
	justify-content: center;
	margin-top: 1.8125rem;
}

.images__bottom-img01 {
	aspect-ratio: 472/338;
	max-width: 29.5rem;
	width: 32.7777777778vw;
}

.images__bottom-img02 {
	aspect-ratio: 434/338;
	max-width: 27.125rem;
	width: 30.1388888889vw;
}

.images__bottom-img03 {
	aspect-ratio: 492/338;
	max-width: 30.75rem;
	width: 34.1666666667vw;
}

.images__bottom-img01 img,
.images__bottom-img02 img,
.images__bottom-img03 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.js-mask-white {
	--translateX: 0%;
	overflow: hidden;
	position: relative;
}

.js-mask-white::before {
	background-color: #FFF;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(var(--translateX));
	width: 100%;
}

.logo-video__video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.logo-video__video-alternative-text {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.nav {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: flex-start;
}

.nav__link {
	align-items: center;
	color: #FFF;
	display: grid;
	font-family: "Open Sans", serif;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 600;
	height: 100%;
	justify-items: center;
	line-height: normal;
	place-items: center;
	text-align: center;
	transition: opacity 0.2s ease-out;
}

.nav__link:hover {
	opacity: 0.6;
}

.nav__link-btn {
	background: #FFF;
	border: 0.125rem solid #000;
	border-radius: 1.875rem;
	color: #000;
	display: block;
	font-family: "Open Sans", serif;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	min-width: 10.1875rem;
	padding-bottom: 0.1875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.1875rem;
	text-align: center;
	transition: all 0.2s ease-out;
}

.nav__link-btn:hover {
	background: #000;
	border: 0.125rem solid #FFF;
	color: #FFF;
}

.page-404__wrap {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-404__404 {
	font-size: 5.625rem;
	font-weight: 700;
	text-align: center;
}

.page-404__text {
	font-size: 1.625rem;
	text-align: center;
}

.page-title__title {
	color: #FFF;
	font-family: "Open Sans", serif;
	font-size: 10.5625rem;
	font-stretch: condensed; /* 横を狭めて、縦に引き伸ばすプロパティ */
	font-weight: 700;
	line-height: normal;
}

.page-title__sub-title {
	color: #FFF;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: normal;
	margin-top: -0.625rem;
}

.post-contents__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.75rem;
	max-width: 61rem;
}

.post-contents__btn-wrap {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: grid;
	justify-items: center;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	place-items: center;
}

.post-contents__btn {
	align-items: center;
	display: inline-flex;
	gap: 1.9375rem;
	justify-content: flex-start;
	margin-left: 0.625rem;
	margin-right: auto;
	transition: opacity 0.2s ease-out;
	width: -moz-fit-content;
	width: fit-content;
}

.post-contents__btn:hover {
	opacity: 0.6;
}

.post-contents__btn-arrow {
	max-width: 0.875rem;
	width: 100%;
}

.post-contents__btn-arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.post-contents__btn-text {
	color: #FFF;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}

.post-contents__main {
	margin-top: 4.5rem;
}

.post-contents__date {
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: normal;
}

.post-contents__post-title {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 0.75rem;
}

.post-contents__contents-wrap {
	margin-top: 4.6875rem;
}

.post-contents__contents-wrap > * {
	margin-top: 0;
}

.post-contents__contents-wrap p {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.25;
	margin-top: 2rem;
}

/* h1, h2, h3, h4, h5, h6 に隣接する p タグの margin-top を 0 にする (優先度を上げるためにわざわざ優先度の上がる指定をしている) */

.post-contents__contents-wrap h1 + p,
.post-contents__contents-wrap h2 + p,
.post-contents__contents-wrap h3 + p,
.post-contents__contents-wrap h4 + p,
.post-contents__contents-wrap h5 + p,
.post-contents__contents-wrap h6 + p {
	margin-top: 0.5rem;
}

.post-contents__contents-wrap a {
	-webkit-text-decoration: underline;
	color: #2079df;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.25;
	text-decoration: underline;
	transition: opacity 0.2s ease-out;
}

.post-contents__contents-wrap a:hover {
	opacity: 0.6;
}

.post-contents__contents-wrap img {
	-o-object-fit: cover;
	display: block;
	margin-top: 3.125rem;
	object-fit: cover;
	width: 100%;
}

.post-contents__contents-wrap h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2.1875rem;
	padding-left: 1.125rem;
	position: relative;
}

.post-contents__contents-wrap h2:before {
	background: #FFF;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.post-contents__contents-wrap h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.875rem;
	padding-left: 2rem;
	position: relative;
}

.post-contents__contents-wrap h3:before {
	content: "■";
	font-size: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.post-contents__contents-wrap h4 {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.5625rem;
}

.post-contents__contents-wrap h5 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.post-contents__contents-wrap h6 {
	font-size: 1.3125rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.post-contents__contents-wrap ul {
	margin-top: 0.625rem;
}

.post-contents__contents-wrap li {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
	padding-left: 1.125rem;
	position: relative;
}

.post-contents__contents-wrap li::before {
	color: rgba(255, 255, 255, 0.8);
	content: "・";
	font-size: 1.25rem;
	font-weight: 400;
	left: 0;
	line-height: 2;
	position: absolute;
	top: 0;
}

.post-contents__bottom {
	margin-top: 7.5rem;
}

.post-contents__sns-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2.25rem;
	padding-top: 2.375rem;
}

.post-contents__text {
	color: #FFF;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.post-contents__sns-wrap {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 1.6875rem;
}

.post-contents__sns-x {
	aspect-ratio: 1/1;
	max-width: 2.8125rem;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.post-contents__sns-x:hover {
	opacity: 0.6;
}

.post-contents__sns-x img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.post-contents__sns-facebook {
	aspect-ratio: 1/1;
	max-width: 3.4375rem;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.post-contents__sns-facebook:hover {
	opacity: 0.6;
}

.post-contents__sns-facebook img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.post-contents__bottom-btn-wrap {
	-o-object-fit: contain;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: grid;
	justify-items: center;
	object-fit: contain;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	place-items: center;
	width: 100%;
}

.post:hover .post__thumbnail img {
	transform: scale(1.1);
}

.post:hover .post__btn {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
}

.post__thumbnail {
	aspect-ratio: 320/240;
	max-width: 20rem;
	overflow: hidden;
	width: 100%;
}

.post__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-out;
	width: 100%;
}

.post__body {
	margin-top: 1.3125rem;
}

.post__title {
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: normal;
}

.post__text {
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.52;
	margin-top: 0.8125rem;
}

.post__btn {
	border: 1px solid #FFF;
	border-radius: 3.75rem;
	color: #FFF;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	padding-bottom: 0.28125rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 0.28125rem;
	text-align: center;
	transition: all 0.2s ease-out;
	width: -moz-fit-content;
	width: fit-content;
}

.posts__no-posts {
	color: #FFF;
	font-size: 1.0625rem;
	text-align: center;
}

.post02 {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding-bottom: 2rem;
	padding-top: 3.5rem;
}

.post02:hover .post02__thumbnail img {
	transform: scale(1.1);
}

.post02:hover .post02__btn {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
}

.post02:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.post02__wrap {
	align-items: flex-start;
	display: flex;
	gap: 2.4375rem;
	justify-content: flex-start;
}

.post02__thumbnail {
	aspect-ratio: 320/240;
	max-width: 20rem;
	overflow: hidden;
	width: 100%;
}

.post02__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-out;
	width: 100%;
}

.post02__date {
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: normal;
}

.post02__right-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.post02__title {
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: normal;
}

.post02__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	margin-top: 0.8125rem;
}

.post02__btn-wrap {
	margin-left: auto;
	margin-top: 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.post02__btn {
	border: 1px solid #FFF;
	border-radius: 3.75rem;
	color: #FFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 0.40625rem;
	padding-left: 2.875rem;
	padding-right: 2.875rem;
	padding-top: 0.40625rem;
	transition: all 0.2s ease-out;
}

.posts {
	grid-column-gap: 3.6875rem;
	-moz-column-gap: 3.6875rem;
	grid-row-gap: 4.375rem;
	align-items: flex-start;
	column-gap: 3.6875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 4.375rem;
}

.posts__item {
	display: block;
	max-width: 20rem;
}

.product__contents {
	margin-left: 3.125rem;
	margin-top: 2.5rem;
}

.product__content:nth-of-type(2) {
	margin-top: 12.5rem;
}

.product__content:nth-of-type(3) {
	margin-top: 9.375rem;
}

.product__images {
	margin-left: auto;
	margin-right: auto;
	margin-top: 11.875rem;
	max-width: 90rem;
	padding-bottom: max(400px, min(52.0138888889vw, 749px));
	position: relative;
}

.product__img01 {
	aspect-ratio: 766/511;
	left: 0;
	max-width: 47.875rem;
	position: absolute;
	top: 2.25rem;
	width: 53.1944444444vw;
}

.product__img01 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product__img02 {
	aspect-ratio: 514/342;
	max-width: 32.125rem;
	position: absolute;
	right: 5.5rem;
	top: 0;
	width: 35.6944444444vw;
}

.product__img02 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product__img03 {
	aspect-ratio: 485/276;
	bottom: 0;
	max-width: 30.3125rem;
	position: absolute;
	right: 0;
	width: 33.6805555556vw;
}

.product__img03 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.section-title01__main {
	color: #FFF;
	display: inline-block;
	font-family: "Open Sans", serif;
	font-size: 14.3125rem;
	font-stretch: condensed; /* 横を狭めて、縦に引き伸ばすプロパティ */
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-align: left;
}

.section-title01__sub {
	margin-left: 3.375rem;
	margin-top: 0.625rem;
	max-width: 33.375rem;
}

.section-title01__sub-title {
	color: #FFF;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: normal;
}

.section-title01__sub-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.05;
	margin-top: 0.625rem;
}

.section-title01--about .section-title01__sub {
	max-width: 35rem;
}

.section-title01--company .section-title01__main {
	font-size: 10.5625rem;
}

.section-title01--company .section-title01__sub-title {
	font-size: 1.5625rem;
}

.table__item {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	gap: 2.625rem;
	justify-content: flex-start;
	padding-bottom: 1.4375rem;
	padding-left: 2.375rem;
	padding-right: 2.375rem;
	padding-top: 1.4375rem;
}

.table__year {
	color: #FFF;
	flex-shrink: 0;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	width: 10.3%;
}

.table__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.06;
	text-align: left;
}

.title01 {
	position: relative;
}

.title01__en {
	color: rgba(255, 255, 255, 0.1);
	font-family: "Open Sans", serif;
	font-size: 8.75rem;
	font-stretch: condensed; /* 横を狭めて、縦に引き伸ばすプロパティ */
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.title01__ja {
	color: #FFF;
	font-size: 3.4375rem;
	font-weight: 700;
	letter-spacing: 3.3px;
	line-height: 1.2;
	position: absolute;
	right: 0;
	top: 70%;
}

.title01--reverse .title01__en {
	bottom: -0.625rem;
	position: absolute;
	right: 0;
}

.title01--reverse .title01__ja {
	position: relative;
	right: auto;
	top: auto;
}

.title01--accessibility .title01__ja {
	font-size: 2.875rem;
	left: 1rem;
	letter-spacing: 0.2em;
	position: absolute;
	top: 70%;
}

.top-header {
	background: #000;
	left: 0;
	position: fixed;
	position: sticky;
	right: 0;
	top: 0;
	transition: all 0.5s ease-out;
	z-index: 700;
}

.top-header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 79rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.top-header__wrap {
	align-items: stretch;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.top-header__logo {
	align-items: center;
	aspect-ratio: 246/118;
	display: grid;
	justify-items: center;
	max-width: 15.375rem;
	place-items: center;
	transition: opacity 0.2s ease-out;
	width: 100%;
}

.top-header__logo:hover {
	opacity: 0.7;
}

.top-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.top-header__hamburger {
	display: none;
}

.top-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-bottom: max(500px, min(66.1111111111vw, 952px));
	position: relative;
}

.top-top__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.top-top__text {
	color: #FFF;
	font-size: 1.5625rem;
	letter-spacing: 0.13em;
	line-height: 2.6;
}

.top-top__image {
	aspect-ratio: 1225/732;
	bottom: 0;
	max-width: 76.5625rem;
	min-width: 45rem;
	position: absolute;
	right: 0;
	width: 85.0694444444vw;
}

.top-top__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.works-page {
	padding-bottom: 9.375rem;
}

.works-page__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 70.4375rem;
}

.works-page__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6875rem;
	max-width: 61.5625rem;
}

.works-page__posts {
	margin-bottom: 9.375rem;
	margin-top: 0.9375rem;
}

.works-page__pagenavi {
	height: 1.875rem;
	margin-left: auto;
	margin-right: 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.works-page__pagenavi-bottom-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 1.4375rem;
}

.works__body {
	margin-top: 6.5rem;
}

.works__posts {
	margin-left: auto;
	margin-right: auto;
	max-width: 67.375rem;
}

.works__btn-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.works__btn {
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 3.75rem;
	color: #000;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 0.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.375rem;
	text-align: center;
	transition: all 0.2s ease-out;
}

.works__btn:hover {
	background: #000;
	color: #FFF;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 6.25rem;
	height: 100%;
	justify-content: center;
	min-width: 8.125rem;
	position: relative;
	width: 8.125rem;
}

/* ページ番号リンクのスタイル */

.works-page__pagenavi .wp-pagenavi .page,
.works-page__pagenavi .wp-pagenavi .current,
.works-page__pagenavi .wp-pagenavi .first,
.works-page__pagenavi .wp-pagenavi .last {
	display: none;
}

.works-page__pagenavi .wp-pagenavi .extend {
	display: none;
}

/* 『1/5』のような、総ページ枚数の表示の部分(.pages) */

.wp-pagenavi .pages {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	line-height: normal;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wp-pagenavi .slash-mark {
	font-size: 1.125rem;
	opacity: 0.5;
}

.wp-pagenavi .total-pages {
	opacity: 0.5;
}

/* ====== 「前へ」「次へ」リンク ====== */

.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	align-items: center;
	display: grid;
	height: 1.125rem;
	justify-items: center;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease-out;
	width: 1.125rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	opacity: 0.4;
}

.wp-pagenavi .previouspostslink::before {
	background: url(../images/common/wp-pagenavi_arrow-prev.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.125rem;
}

.wp-pagenavi .nextpostslink::after {
	background: url(../images/common/wp-pagenavi_arrow-next.svg) no-repeat center center/contain;
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.125rem;
}

@media screen and (max-width: 1250px) {

.content03__sub-title-br {
	display: inline;
}

.title01--accessibility .title01__ja {
	top: 85%;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 1000px) {

.content__icon {
	margin-top: 3.125rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-about {
	margin-top: 5.625rem;
}

.l-banners {
	margin-top: 4.375rem;
}

.l-company {
	margin-top: 5.625rem;
}

.l-images {
	margin-top: 3.4375rem;
}

.l-logo-video {
	margin-top: 2.5rem;
}

.l-post-contents {
	margin-top: 5.625rem;
}

.l-product {
	margin-top: 5.625rem;
}

.l-works-page {
	margin-top: 5.625rem;
}

.l-works {
	margin-top: 5.625rem;
}

.about__inner {
	max-width: 40rem;
}

.about__inner02 {
	margin-top: 3.75rem;
}

.about__images {
	margin-top: 3.125rem;
	padding-bottom: max(200px, min(69.3333333333vw, 600px));
}

.about__img03 {
	right: max(20px, min(8vw, 80px));
}

.about__img04 {
	left: max(30px, min(16vw, 80px));
	max-width: 15rem;
	width: 32vw;
}

.banners__wrap {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 23.8125rem;
	row-gap: 1.25rem;
	width: 80%;
}

.company__inner {
	max-width: 40rem;
}

.company__table {
	margin-top: 1.5625rem;
}

.company__content {
	margin-top: 3.75rem;
}

.company__info {
	gap: 1.125rem;
	margin-top: 2.5rem;
	padding-top: 1.875rem;
}

.company__info-item {
	align-items: flex-start;
	gap: 0.75rem;
}

.company__info-title {
	flex-shrink: 0;
	font-size: 0.875rem;
	width: 20%;
}

.company__info-text {
	align-items: flex-start;
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.375rem;
	justify-content: center;
}

.content__body {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
}

.content__body.is-sp-2row {
	margin-top: 3.75rem;
}

.content__icon {
	display: none;
}

.content__main {
	width: 100%;
}

.content__main-title {
	font-size: 1.0625rem;
}

.content__main-text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.content__main-img {
	margin-top: 1.25rem;
	max-width: none;
}

.content__video {
	margin-top: 1.25rem;
	max-width: none;
}

.content02__video-wrap {
	margin-top: 2.5rem;
}

.content02__video-wrap iframe {
	max-width: 20rem;
	width: 100%;
	width: 20rem;
}

.content02__bottom {
	margin-top: 1.25rem;
	max-width: none;
}

.content02__sub-title {
	font-size: 1.25rem;
}

.content02__text {
	font-size: 0.875rem;
	line-height: 2.3;
	margin-top: 0.9375rem;
}

.content02__name-wrap {
	gap: 0.125rem;
	margin-right: 0.5rem;
	margin-top: 0.75rem;
}

.content02__name-role {
	font-size: 0.625rem;
}

.content02__name-main {
	font-size: 1.125rem;
}

.content03__body {
	margin-top: 2.5rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	width: 100%;
}

.content03__sub-title {
	font-size: 1.25rem;
}

.content03__main {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.content03__left {
	width: 100%;
}

.content03__text {
	font-size: 0.875rem;
	line-height: 2.3;
}

.content03__name-wrap {
	gap: 0.125rem;
	margin-right: 0.5rem;
	margin-top: 0.75rem;
}

.content03__name-role {
	font-size: 0.625rem;
}

.content03__name-main {
	font-size: 1.125rem;
}

.content03__right {
	aspect-ratio: 752/621;
	margin-top: 0;
	max-width: none;
}

.drawer-menu {
	background: #000;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	padding-bottom: 6.875rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 100vw;
	z-index: 800;
}

.drawer-menu.is-visible {
	opacity: 1;
	visibility: visible;
}

.drawer-menu__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.drawer-menu__top {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin: 0 calc(50% - 50vw);
	max-width: 40rem;
	padding-bottom: 0.1875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.1875rem;
	width: 100vw;
}

.drawer-menu__logo {
	tnrasition: opacity 0.2s ease-out;
	align-items: center;
	aspect-ratio: 246/118;
	display: block;
	display: grid;
	justify-items: center;
	max-width: 7.5rem;
	place-items: center;
	width: 100%;
}

.drawer-menu__logo:hover {
	opacity: 0.6;
}

.drawer-menu__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.drawer-menu__hamburger {
	height: 100%;
	min-width: 2.125rem;
}

.drawer-menu__bottom {
	margin-top: 3.125rem;
}

.drawer-menu__sns {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: flex-start;
	margin-top: 2.5rem;
}

.drawer-menu__sns-x {
	aspect-ratio: 1/1;
	display: inline-block;
	max-width: 1.5rem;
	width: 100%;
}

.drawer-menu__sns-x img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.drawer-menu__sns-instagram {
	aspect-ratio: 1/1;
	display: inline-block;
	max-width: 1.5rem;
	width: 100%;
}

.drawer-menu__sns-instagram img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.footer {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.footer__inner {
	max-width: 33.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__top {
	gap: 2.5rem;
}

.footer__company-name {
	font-size: 1.25rem;
}

.footer__tel-wrap {
	margin-top: 0.5rem;
}

.footer__right {
	gap: 2.125rem;
}

.footer__sns {
	margin-left: 0;
	margin-right: auto;
}

.footer__sns-x {
	max-width: 1.375rem;
}

.footer__sns-instagram {
	max-width: 1.375rem;
}

.footer__copyright {
	font-size: 0.5625rem;
	margin-top: 1.875rem;
}

.fv__video {
	display: none;
}

.fv__video-sp {
	-o-object-fit: cover;
	aspect-ratio: 1080/1080;
	display: block;
	height: 100%;
	max-height: 51.0625rem;
	object-fit: cover;
	width: 100vw;
}

.hamburger {
	align-items: center;
	display: grid;
	justify-items: center;
	padding: 0;
	place-items: center;
}

.hamburger__bars {
	height: 1.5rem;
	max-height: 1.5rem;
	max-width: 2.125rem;
	position: relative;
	width: 100%;
}

.hamburger__bar {
	border-top: 0.125rem solid #FFF;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease-out, top 0.3s ease-out, opacity 0.2s ease-out;
	width: 2.125rem;
}

.hamburger__bar:nth-of-type(2) {
	top: 0.6875rem;
}

.hamburger__bar:nth-of-type(3) {
	top: 1.375rem;
}

.header {
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
}

.header__inner {
	max-width: 40rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__wrap {
	align-items: center;
}

.header__logo {
	max-width: 7.5rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	height: 100%;
	min-width: 2.125rem;
}

.images {
	max-width: none;
}

.images__bottom {
	gap: 0.375rem;
	margin-top: 0.625rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.logo-video__video {
	max-width: 28.75rem;
	width: 70%;
}

.nav {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.5625rem;
	justify-content: center;
}

.nav__link {
	display: block;
	font-size: 1rem;
}

.nav__link-btn {
	font-size: 1rem;
	min-width: 6.25rem;
}

.page-404__wrap {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.page-404__404 {
	font-size: 4.375rem;
}

.page-404__text {
	font-size: 1.25rem;
}

.page-title__title {
	font-size: 4.375rem;
}

.page-title__sub-title {
	font-size: 1.125rem;
}

.post-contents__body {
	margin-top: 1.875rem;
	max-width: none;
}

.post-contents__btn-wrap {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.post-contents__btn {
	gap: 1.5625rem;
	margin-left: 0.25rem;
}

.post-contents__btn-text {
	font-size: 1rem;
}

.post-contents__main {
	margin-top: 2.1875rem;
}

.post-contents__date {
	font-size: 1rem;
}

.post-contents__post-title {
	font-size: 1.5rem;
	margin-top: 0.625rem;
}

.post-contents__contents-wrap {
	margin-top: 1.25rem;
}

.post-contents__contents-wrap p {
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.post-contents__contents-wrap a {
	font-size: 0.875rem;
	line-height: 1.7;
}

.post-contents__contents-wrap img {
	margin-top: 1.25rem;
}

.post-contents__contents-wrap h2 {
	font-size: 1.375rem;
	margin-top: 1.5625rem;
	padding-left: 0.75rem;
}

.post-contents__contents-wrap h3 {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
	padding-left: 1.25rem;
}

.post-contents__contents-wrap h3:before {
	font-size: 1.125rem;
}

.post-contents__contents-wrap h4 {
	font-size: 1.0625rem;
	margin-top: 1rem;
}

.post-contents__contents-wrap h5 {
	font-size: 1rem;
	margin-top: 1rem;
}

.post-contents__contents-wrap h6 {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.post-contents__contents-wrap ul {
	margin-top: 0.5rem;
}

.post-contents__contents-wrap li {
	font-size: 0.875rem;
	line-height: 1.7;
	padding-left: 0.875rem;
}

.post-contents__contents-wrap li::before {
	font-size: 0.875rem;
	line-height: 1.7;
}

.post-contents__bottom {
	margin-top: 3.75rem;
}

.post-contents__sns-area {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.post-contents__text {
	font-size: 1rem;
}

.post-contents__sns-wrap {
	gap: 1.25rem;
	margin-top: 0.9375rem;
}

.post-contents__sns-x {
	max-width: 1.875rem;
}

.post-contents__sns-facebook {
	max-width: 2.1875rem;
}

.post-contents__bottom-btn-wrap {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.post__thumbnail {
	aspect-ratio: 320/200;
	max-width: none;
}

.post__body {
	margin-top: 1.125rem;
}

.post__title {
	font-size: 1.125rem;
}

.post__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.post__btn {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
	padding-bottom: 0.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
}

.post02 {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.post02__wrap {
	align-items: center;
	flex-direction: column;
	gap: 0.9375rem;
	justify-content: center;
}

.post02__thumbnail {
	aspect-ratio: 320/200;
	max-width: none;
}

.post02__date {
	font-size: 1rem;
}

.post02__right-bottom {
	border-top: none;
	margin-top: 0.75rem;
	padding-top: 0;
}

.post02__title {
	font-size: 1.125rem;
}

.post02__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.post02__btn-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

.post02__btn {
	font-size: 1rem;
}

.posts {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 3.4375rem;
}

.posts__item {
	max-width: none;
}

.product__inner {
	max-width: 40rem;
}

.product__contents {
	margin-left: 0.3125rem;
	margin-top: 1.875rem;
}

.product__content:nth-of-type(2) {
	margin-top: 5.625rem;
}

.product__content:nth-of-type(3) {
	margin-top: 4.375rem;
}

.product__images {
	margin-top: 3.75rem;
	padding-bottom: max(400px, min(117.3333333333vw, 900px));
}

.product__img01 {
	left: auto;
	max-width: none;
	right: 0;
	top: 0;
	width: 90.6666666667vw;
}

.product__img02 {
	left: 0.625rem;
	max-width: none;
	right: auto;
	top: 12.5rem;
	top: 53.3333333333vw;
	width: 61.3333333333vw;
}

.product__img03 {
	max-width: none;
	width: 48vw;
}

.section-title01__main {
	font-size: 5rem;
}

.section-title01__sub {
	margin-left: 0.625rem;
	margin-top: 0.125rem;
	max-width: none;
}

.section-title01__sub-title {
	font-size: 1.25rem;
}

.section-title01__sub-text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 0.5rem;
}

.section-title01--about .section-title01__sub {
	max-width: none;
}

.section-title01--company .section-title01__main {
	font-size: 5rem;
	line-height: 1.1;
}

.section-title01--company .section-title01__sub-title {
	font-size: 1.25rem;
}

.table__item {
	gap: 0.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.9375rem;
}

.table__year {
	font-size: 1.125rem;
	width: 22%;
}

.table__text {
	font-size: 0.875rem;
	line-height: 1.9;
}

.title01__en {
	font-size: 2.75rem;
}

.title01__ja {
	font-size: 1.375rem;
}

.title01--reverse .title01__en {
	bottom: auto;
	top: -1.75rem;
}

.title01--accessibility .title01__ja {
	font-size: 1.375rem;
}

.title01--sp-left .title01__ja {
	left: 0;
	right: auto;
	top: 75%;
}

.top-header {
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
}

.top-header__inner {
	max-width: 40rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-header__wrap {
	align-items: center;
}

.top-header__logo {
	max-width: 7.5rem;
}

.top-header__nav {
	display: none;
}

.top-header__hamburger {
	height: 100%;
	min-width: 2.125rem;
}

.top-top {
	max-width: none;
	padding-bottom: max(250px, min(66.6666666667vw, 952px));
}

.top-top__inner {
	max-width: 40rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-top__text {
	font-size: 1rem;
	line-height: 2;
}

.top-top__image {
	max-width: none;
	min-width: 18.75rem;
	width: 85.3333333333vw;
}

.works-page {
	padding-bottom: 1.25rem;
}

.works-page__body {
	margin-top: 2.5rem;
}

.works-page__posts {
	margin-bottom: 1.875rem;
	margin-top: 1.25rem;
}

.works-page__pagenavi {
	margin-right: 0;
}

.works-page__pagenavi-bottom-wrap {
	border-top: none;
	padding-top: 0;
}

.works__inner {
	max-width: 40rem;
}

.works__body {
	margin-top: 3.125rem;
}

.works__posts {
	max-width: none;
}

.works__btn-wrap {
	margin-top: 3.125rem;
}

.works__btn {
	border-radius: 2.5rem;
	font-size: 1rem;
	padding-bottom: 0.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 0.25rem;
}

.wp-pagenavi {
	min-width: 7.5rem;
	width: 7.5rem;
}

.wp-pagenavi .pages {
	font-size: 1.125rem;
}

.wp-pagenavi .previouspostslink::before {
	height: 0.875rem;
	width: 0.875rem;
}

.wp-pagenavi .nextpostslink::after {
	height: 0.875rem;
	width: 0.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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