@charset "UTF-8";
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	overflow-y: scroll; /* 常にスクロールバーを表示 */
	scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 1.5625vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 4.2666666667vw;
	}
}

* {
	font-family: 'IBM Plex Sans JP', 'Noto Sans JP', sans-serif;
	color: #030000;
	letter-spacing: 0;
}

.sp-show {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-show {
		display: block;
	}
}

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

body {
	font-family: 'IBM Plex Sans JP', 'Noto Sans JP', sans-serif, serif;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	body {
		padding-right: 0;
	}
}

body.is-fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

main {
	margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
	main {
		margin-top: 3.25rem;
	}
}

a[href^='tel:'] {
	pointer-events: auto;
}
@media screen and (min-width: 1024px) {
	a[href^='tel:'] {
		pointer-events: none;
	}
}

a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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 */
/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* 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;
}

a {
	text-decoration: none;
}

/* Make images easier to work with */
img {
	max-width: 100%;
	display: block;
	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 */
/* フォームリセット */
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;
}

.list-link a {
	border: 1px solid #1c98d6;
	border-radius: 50px;
	color: #078cee;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.4;
	padding: 0.5rem 1.75rem 0.4375rem;
	width: 8.75rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.list-link a {
		padding: 0.375rem 1.75rem 0.25rem;
		font-size: 0.8125rem;
		width: 8.125rem;
	}
}

.list-link a::before {
	content: '';
	background-image: url(../images/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0.8rem;
	width: 0.89rem;
	height: 0.44875rem;
	display: inline-block;
}

.list-link--w a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #030000;
	text-align: center;
}

.list-link--w a::before {
	background-image: url(../images/common/arrow-black.svg);
}

.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.header {
		padding-left: 0.9375rem;
		height: 3.125rem;
	}
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.2875rem 20px 0.81875rem;
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	.header__inner {
		padding: 0.625rem 0;
	}
}

.header__logo {
	width: 11.515625rem;
	max-width: 184.25px;
}
@media screen and (max-width: 768px) {
	.header__logo {
		width: 8.75rem;
	}
}

.header__logo img {
	aspect-ratio: 184.25/32.87;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}
@media screen and (max-width: 768px) {
	.header__nav {
		display: none;
	}
}

.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	text-align: center;
}

.header__list li a {
	display: block;
	color: rgb(25, 20, 18);
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding: 0.55625rem 0.75rem;
}

.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.header__list li a.cloud {
	position: relative;
}

.header__list li a.cloud::before {
	content: '';
	background-color: #eb6831;
	width: 7.3125rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__list li a.bikedx {
	position: relative;
}

.header__list li a.bikedx::before {
	content: '';
	background-color: #0188c3;
	width: 3.3125rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__list li a.header-contact {
	color: #fff;
	line-height: 1.4;
	background-color: #078cee;
	border: 1px solid #1c98d6;
	border-radius: 50px;
	padding: 0.4375rem 0.9375rem 0.3125rem;
	margin-left: 4.5rem;
	min-width: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header__list li a.header-contact:hover {
	color: #078cee;
	background-color: #fff;
	opacity: 1;
}

.header__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 0.9375rem;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
	.header__button-wrap {
		display: none;
	}
}

.header__button a {
	border: 2px solid #1c98d6;
	border-radius: 50px;
	color: #1c98d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.6875rem;
	padding: 0.375rem 0 0.25rem;
	width: 6.25rem;
}

.header__button.button-or a {
	background-color: #eb6831;
	border: 2px solid #eb6831;
	color: #fff;
}

.header__btn {
	color: #fff;
	padding: 1.8125rem 0 1.0625rem 0.625rem;
	background: #1c98d6;
	font-size: 0.6875rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 7.1875rem;
}
@media screen and (max-width: 768px) {
	.header__btn {
		display: none;
	}
}

.header__hamburger {
	display: none;
}
@media screen and (max-width: 768px) {
	.header__hamburger {
		display: block;
		margin: 0;
		padding: 0;
		outline: none;
		border: none;
		position: relative;
		z-index: 999;
		width: 4rem;
		height: inherit;
		cursor: pointer;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

.header__hamburger span {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 1.5625rem;
	height: 1.5px;
	background-color: #f38200;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	margin-top: 3.125rem;
	padding-bottom: 6.875rem;
	display: none;
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	overflow-y: scroll;
	scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	margin: auto;
	margin-top: 1.875rem;
	padding: 0 8.67%;
	max-width: 37.5rem;
	width: 100%;
}

.header__drawer-item {
	text-align: center;
}

.header__drawer-item + .header__drawer-item {
	margin-top: 0.625rem;
}

.header__drawer-item a.cloud {
	position: relative;
}

.header__drawer-item a.cloud::before {
	content: '';
	background-color: #eb6831;
	width: 9.5rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__drawer-item a.dx {
	position: relative;
}

.header__drawer-item a.dx::before {
	content: '';
	background-color: #078cee;
	width: 9.5rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__drawer .header__button-wrap {
	display: none;
}
@media screen and (max-width: 768px) {
	.header__drawer .header__button-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0.75rem;
		margin-top: 2.5rem;
	}
}

.header__drawer .header__button a,
.header__drawer .header__button.button-or a {
	font-size: 0.875rem;
	padding: 0.25rem 0;
	width: 12.5rem;
}

.header__drawer-item.header__drawer-item--contact {
	margin-top: 2.5rem;
	border-bottom: none;
	border-radius: 50px;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
	padding: 1rem 0 1rem 0;
	display: block;
	font-size: 0.9375rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.header__drawer-item.header__drawer-item--contact a {
	padding: 1rem 1.25rem 1rem 1.25rem;
	position: relative;
	width: 12.5rem;
	border-radius: 50px;
	font-size: 0.9375rem;
	color: #fff;
	text-align: center;
	margin-inline: auto;
	background-color: #078cee;
}

.header__drawer-item.header__drawer-item--contact a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 6.03125rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	background-image: url(./../images/common/icon-mail.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.header__drawer-accordion-title {
	position: relative;
}

.header__drawer-accordion-title::before,
.header__drawer-accordion-title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.9375rem;
	height: 0.125rem;
	display: block;
	background: #f6f6f6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__drawer-accordion-title::before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__drawer-accordion-list {
	padding: 0 0 1.25rem 0.625rem;
	display: none;
}

.header__drawer-accordion-item > a {
	padding: 0.625rem 0;
	display: block;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.header__drawer-accordion-detail-list {
	padding-left: 0.625rem;
}

.header__drawer-accordion-detail-item a {
	padding: 0.3125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: left;
}

.header__drawer-accordion-detail-item a::before {
	content: '';
	margin-right: 0.625rem;
	position: relative;
	display: inline-block;
	width: 0.625rem;
	height: 1px;
	background-color: #f6f6f6;
}

.footer {
	background-color: #f6f6f6;
	padding-top: 2rem;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1024px;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding-left: 0;
	}
}

.footer__top-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
	.footer__top-l {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 0;
		padding-bottom: 1.25rem;
	}
}

.footer__link a {
	display: block;
	font-size: 0.75rem;
	font-weight: 300;
	padding: 0.625rem 1.25rem;
}

.footer__top-r {
	padding-left: 3.75rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.footer__top-r {
		padding-left: 0;
		padding-top: 1.25rem;
		width: 100%;
	}
}

.footer__top-r::before {
	content: '';
	background-color: #707070;
	width: 0.3px;
	height: calc(100% - 0.625rem);
	position: absolute;
	top: 0.625rem;
	left: 0;
	opacity: 0.3;
}
@media screen and (max-width: 768px) {
	.footer__top-r::before {
		height: 0.3px;
		width: 100%;
		top: 0;
	}
}

.footer__bottom {
	padding-left: 2.5rem;
	padding-bottom: 2.4375rem;
}
@media screen and (max-width: 768px) {
	.footer__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-bottom: 1.25rem;
		margin-top: 2.5rem;
		width: 100%;
	}
}

.footer__bottom-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-column-gap: 1.23125rem;
	-moz-column-gap: 1.23125rem;
	column-gap: 1.23125rem;
}
@media screen and (max-width: 768px) {
	.footer__bottom-t {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer__logo {
	width: 11.515625rem;
}
@media screen and (max-width: 768px) {
	.footer__logo {
		width: 10rem;
	}
}

.footer__name {
	font-size: 0.875rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.footer__name {
		font-size: 0.75rem;
		margin-top: 0.625rem;
	}
}

.footer__bottom-b {
	margin-top: 1.00625rem;
}

.footer__address {
	font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
	.footer__address {
		text-indent: -1em;
	}
}

.footer__address span {
	display: inline-block;
	font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
	.footer__address span {
		margin-top: 0.625rem;
	}
}

.footer__address-img__area {
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.footer__address-img__area {
		margin-left: 0px;
	}
}

.footer__address-img {
	height: 60px;
	width: auto;
}
@media screen and (max-width: 768px) {
	.footer__address-img {
	}
}
/*画像横並び対応*/
.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.footer__bottom-info {
	flex: 1;
}
.footer__address-img__area {
	flex-shrink: 0;
}

.footer__copy {
	background-color: #f38200;
	padding: 0.4375rem 0 0.5rem;
	text-align: center;
}

.footer__copy small {
	color: #fff;
	font-size: 0.75rem;
}

.inner {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 1200px;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}
}

.section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-column-gap: 1.04375rem;
	-moz-column-gap: 1.04375rem;
	column-gap: 1.04375rem;
}

.section-title-ja {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@-webkit-keyframes fadeUpAnime {
	from {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeUpTrigger {
	opacity: 0;
	-webkit-transition:
		opacity 0.4s ease-out,
		-webkit-transform 0.4s ease-out;
	transition:
		opacity 0.4s ease-out,
		-webkit-transform 0.4s ease-out;
	transition:
		opacity 0.4s ease-out,
		transform 0.4s ease-out;
	transition:
		opacity 0.4s ease-out,
		transform 0.4s ease-out,
		-webkit-transform 0.4s ease-out;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.fadeIn {
	-webkit-animation-name: fadeInAnime;
	animation-name: fadeInAnime;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fv__inner {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	max-width: 1240px;
	margin-inline: auto;
}

.fv__img {
	aspect-ratio: 984/550;
	width: 100%;
	height: 100%;
	position: relative;
}

.fv-img01 {
	position: absolute;
	top: 0;
	left: 0;
}

.fv-img02 {
	position: absolute;
	top: 0;
	left: 0;
}

.fv-img03 {
	position: absolute;
	top: 0;
	left: 0;
}

.fv__catch {
	background-color: rgba(25, 20, 18, 0.4);
	padding: 0.25rem 1.125rem;
	position: absolute;
	bottom: 5.1rem;
	left: 5.0625rem;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.fv__catch {
		padding: 0.4375rem 0.75rem;
		bottom: 0.875rem;
		left: 1.875rem;
	}
}

.fv__catch01 {
	color: #fff;
	font-size: 2.34375rem;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.fv__catch01 {
		font-size: 1rem;
	}
}

.fv__catch02 {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: -1.875rem;
}
@media screen and (max-width: 768px) {
	.fv__catch02 {
		font-size: 1.375rem;
		margin-left: -0.875rem;
	}
}

.fv__catch02 span.space01 {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.fv__catch02 span.space01 {
		font-size: 1.375rem;
	}
}

.fv__catch02 span.space02 {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.5em;
}
@media screen and (max-width: 768px) {
	.fv__catch02 span.space02 {
		font-size: 1.375rem;
	}
}

.fv__catch02 span.space03 {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: -2.125rem;
}
@media screen and (max-width: 768px) {
	.fv__catch02 span.space03 {
		font-size: 1.375rem;
		margin-left: -0.625rem;
	}
}

.fv__catch02 span.small {
	color: #fff;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: -0.15em;
}
@media screen and (max-width: 768px) {
	.fv__catch02 span.small {
		font-size: 0.875rem;
	}
}

.fv__catch03 {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.fv__catch03 {
		font-size: 1.375rem;
		line-height: 1.2;
	}
}

.product {
	margin-top: 1.25rem;
	padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
	.product {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.product__inner {
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 5rem 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
	.product__inner {
		padding: 2.5rem 1.25rem 1.875rem;
	}
}

.product__section-title-en {
	width: 11.515625rem;
}
@media screen and (max-width: 768px) {
	.product__section-title-en {
		width: 8.125rem;
	}
}

.product__section-title-en img {
	aspect-ratio: 184.25/37.94;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__text {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.8461538462;
	margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
	.product__text {
		font-size: 0.75rem;
	}
}

.product__items {
	margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	.product__items {
		margin-top: 2.25rem;
	}
}

.product__item {
	background-color: #fff;
	border-radius: 19px;
	padding: 1.25rem;
}

.product__item + .product__item {
	margin-top: 3.125rem;
}

.product__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.product__wrap {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1024px) {
	.product__wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.product__left {
	padding-top: 0.625rem;
	padding-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
	.product__left {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
}

.product__title-en {
	font-size: 0.625rem;
	text-transform: capitalize;
}
@media screen and (max-width: 768px) {
	.product__title-en {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.product__title-en {
		font-size: 0.875rem;
	}
}
.product__title-ja {
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

@media screen and (min-width: 1024px) {
	.product__title-ja {
		font-size: 1.0625rem;
	}
}
.product__item.item01 .product__title-ja {
	color: #eb6831;
}

.product__item.item02 .product__title-ja {
	color: #078cee;
}

.product__lead {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
	.product__lead {
		font-size: 0.8125rem;
	}
}

@media screen and (min-width: 1024px) {
	.product__lead {
		font-size: clamp(1.125rem, 1.1022727273rem + 0.1136363636vw, 1.1875rem);
	}
}
.product__description {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.7692307692;
	margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
	.product__description {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 1024px) {
	.product__description {
		font-size: clamp(0.8125rem, 0.7897727273rem + 0.1136363636vw, 0.875rem);
	}
}
.product__item.item01 .product__logo {
	width: 19.488125rem;
	margin-top: 1.9375rem;
}
@media screen and (max-width: 768px) {
	.product__item.item01 .product__logo {
		margin-top: 1.5625rem;
		width: 13.75rem;
		margin-inline: auto;
	}
}

@media screen and (min-width: 1024px) {
	.product__item.item01 .product__logo {
		width: 21.363125rem;
	}
}
.product__item.item01 .product__logo img {
	aspect-ratio: 311.81/35.43;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__item.item02 .product__logo {
	width: 15.945rem;
	margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
	.product__item.item02 .product__logo {
		margin-top: 1.5625rem;
		width: 13.75rem;
		margin-inline: auto;
	}
}

@media screen and (min-width: 1024px) {
	.product__item.item02 .product__logo {
		width: 17.82rem;
	}
}
.product__item.item02 .product__logo img {
	aspect-ratio: 255.12/64.04;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product__item-link-pc {
	margin-top: 3.85rem;
}
@media screen and (max-width: 768px) {
	.product__item-link-pc {
		display: none;
	}
}

.product__item.item02 .product__item-link-pc {
	margin-top: 2.85rem;
}

.product__item-link-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.product__item-link-sp {
		display: block;
		margin-top: 2.5rem;
		margin-left: auto;
	}
}

@media screen and (max-width: 768px) {
	.product__right {
		margin-top: 2.5rem;
		width: 100%;
	}
}

.product__right img {
	aspect-ratio: 400/360;
	border-radius: 19px;
}

.product__item.item02 .product__left {
	grid-area: 1/2;
	padding-left: 4.375rem;
}
@media screen and (max-width: 768px) {
	.product__item.item02 .product__left {
		grid-area: 1/1;
		padding-left: 0;
	}
}

.product__item.item02 .product__right {
	grid-area: 1/1;
}
@media screen and (max-width: 768px) {
	.product__item.item02 .product__right {
		grid-area: 2/1;
	}
}

#cloud,
#dx {
	scroll-margin-top: 100px; /* 80px分、上に余白を作る */
}

.news {
	background-color: #fff;
	margin-top: 5rem;
	padding-bottom: 4.71875rem;
}

.news__inner {
	padding-right: 0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.news__inner {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.news__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 6.375rem;
}
@media screen and (max-width: 768px) {
	.news__head {
		display: block;
		padding: 0;
		padding-left: 1.25rem;
	}
}

.news__title-en {
	width: 7.83rem;
}
@media screen and (max-width: 768px) {
	.news__title-en {
		width: 6.25rem;
	}
}

.swiper-slide {
	width: calc((100% - 60px) / 3) !important;
}
@media screen and (max-width: 768px) {
	.swiper-slide {
		width: 100% !important;
	}
}

.news__swiper-container {
	padding: 0 6.375rem;
	margin-top: 2.78125rem;
}
@media screen and (max-width: 768px) {
	.news__swiper-container {
		padding: 0 1.25rem;
		width: 90%;
		margin-inline: auto;
	}
}

/* 4つ目以降の記事を非表示 */
@media screen and (max-width: 768px) {
	.news__swiper-slide:nth-child(n + 4) {
		display: none;
	}
}

.news__date {
	font-size: 0.8125rem;
	font-weight: 500;
}

.news__img {
	margin-top: 0.84375rem;
}

.news__img img {
	aspect-ratio: 240/160;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__lead {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.7692307692;
	margin-top: 1.46875rem;
}

@media screen and (max-width: 768px) {
	.news__link-pc {
		display: none;
	}
}

.news__link-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.news__link-sp {
		display: block;
		margin-inline: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

/* ================================
   本題のCSS
=============================== */
.news__swiper-container,
.news__swiper,
.news__swiper-wrapper,
.nr__swiper-slide {
	position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: none !important;
	}
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
	content: ''; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	top: 50%;
	translate: 0 -50%;
	width: 2.25rem;
	height: 2.25rem;
}
@media screen and (max-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
}

.swiper-button-prev {
	left: -20px;
}

.swiper-button-next {
	right: -20px;
}

.corporate {
	padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
	.corporate {
		padding-bottom: 2.5rem;
	}
}

.corporate__inner {
	width: 100%;
}

.corporate__wrap {
	aspect-ratio: 984/275;
	background-image: url(../images/corporate/bg.png);
	background-size: cover;
	background-position: center;
	border-radius: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.45625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1.3125rem 0 1.375rem;
}
@media screen and (max-width: 768px) {
	.corporate__wrap {
		aspect-ratio: auto;
		background-image: url(../images/corporate/bg-sp.png);
		height: 300px;
	}
}

.corporate__logo {
	width: 10rem;
}

.corporate__logo img {
	aspect-ratio: 160/168.68;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__list li a.shakendx {
	position: relative;
}
.header__list li a.shakendx::before {
	content: '';
	background-color: rgb(255, 243, 94);
	width: 4rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#shaken {
	scroll-margin-top: 100px;
}
