.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.header {
		box-sizing: border-box;
	}
}
.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;
}
.header__inner h1 {
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	.header__inner {
		padding: 0.625rem 0;
	}
}
@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;
	vertical-align: middle;
}
.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: #191412;
	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: 11.7rem;
	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: calc(10 / 16 * 7em) !important;
	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.7rem 1.5rem;
	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: 4.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%;
	display: block;
	opacity: 1;
	box-shadow: none;
	background: #fff;
	margin-inline: auto;
	box-sizing: border-box;
}
.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: 15.2rem;
	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: 15.2rem;
	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-nav {
		max-width: 100%;
	}
}
.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: 1.6rem 0 1.6rem 0;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	color: #030000;
}
.header__drawer-item.header__drawer-item--contact a {
	padding: 1.6rem 2rem;
	position: relative;
	width: 20rem;
	border-radius: 50px;
	font-size: 1.5rem;
	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: 3.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;
	color: #030000;
	padding-block: 0;
	margin-bottom: 0;
}
.footer__inner a {
	color: #030000;
}
.footer__inner div {
	width: auto;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.footer__inner div {
		width: 100%;
	}
}
@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: 2rem;
}
@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: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	padding-right: 5rem;
}
@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: 1.2rem;
	font-weight: 300;
	padding: 1rem 2rem;
}
.footer__inner div.footer__top-r {
	padding-left: 6rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.footer__inner div.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: 1rem;
	left: 0;
	opacity: 0.3;
}
@media screen and (max-width: 768px) {
	.footer__top-r::before {
		height: 0.3px;
		width: 100%;
		top: 0;
	}
}
.footer__inner div.footer__bottom {
	padding-left: 4rem;
	padding-bottom: 3.9rem;
}
@media screen and (max-width: 768px) {
	.footer__inner div.footer__bottom {
		padding-left: 0;
	}
}
@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.97rem;
	-moz-column-gap: 1.97rem;
	column-gap: 1.97rem;
}
@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: 18.425rem;
}
@media screen and (max-width: 768px) {
	.footer__logo {
		width: 10rem;
	}
}
.footer__name {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.footer__name {
		font-size: 0.75rem;
		margin-top: 0.625rem;
	}
}
.footer__inner div.footer__bottom-b {
	margin-top: 1.61rem;
}
.footer__address {
	font-size: 1.2rem;
	width: auto;
}
@media screen and (max-width: 768px) {
	.footer__address {
		text-indent: -1em;
	}
}
.footer__address span {
	display: inline-block;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.footer__address span {
		margin-top: 0.625rem;
	}
}
.footer__copy {
	background-color: #f38200;
	padding: 0.7rem 0 0.8rem;
	text-align: center;
}
.footer__copy small {
	color: #fff;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.header__inner h1 {
		width: 14rem;
	}
}

.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% !important;
}
.footer__bottom-info {
	flex: 1;
}
.footer__address-img__area {
	flex-shrink: 0;
}

.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;
}
.header__drawer-item a.shakendx {
	position: relative;
}
.header__drawer-item a.shakendx::before {
	content: '';
	background-color: rgb(255, 243, 94);
	width: 4rem;
	width: 15.2rem;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(10 / 16 * 15.2rem) !important;
}
.header__list li a.shakendx::before {
	content: '';
	background-color: rgb(255, 243, 94);
	width: 5.5em;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
