@charset "EUC-JP";

#header_0520271,
#footer_0520271 {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 400;
	color: #000000;
	text-justify: inter-character;
	box-sizing: border-box;
}

#header_0520271 {
	margin: 0 auto 48px;
	box-sizing: border-box;
}

#header_v2 {
	margin: 0;
	font-size: inherit !important;
}

#header_v2 .inner {
	width: 100%;
}

#header_v2 div {
	margin: auto;
	padding: revert;
}
/* 
#header_v2 #header_0520271 div {
	margin: revert;
} */

#header_v2 .new {
	background: transparent;
	width: 960px;
}

#header_v2 .new .side {
	font-size: 12px;
}

#header_v2 ul {
	margin: 0 auto;
}

#header_0520271 div:after,
#header_v2 #header_0520271 div:after,
div:after {
	content: "";
}

#header_0520271 div:after,
#header_v2 #header_0520271 div:after {
	content: none;
}

#header_0520271 img,
#footer_0520271 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#header_0520271 a,
#footer_0520271 a {
	text-decoration: none;
	transition: opacity 0.2s;
}

#header_0520271 a:hover,
#footer_0520271 a:hover {
	opacity: 0.75;
	transition: opacity 0.4s;
}

#header_0520271 figure,
#footer_0520271 figure {
	margin: 0;
}

/* --------------------------------------
header
-------------------------------------- */
#header_0520271 .l-header {
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
}

#header_0520271 .l-header__inner {
	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;
	width: 100%;
	height: 70px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#header_0520271 .l-headerLogo__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header_0520271 .l-headerLogo__image {
	width: 207px;
	height: auto;
}

#header_0520271 .l-headerLogo {
	margin: 0;
}

#header_0520271 .l-headerContact {
	width: 160px;
	margin: 0;
}

#header_0520271 .c-button {
	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;
}

#header_0520271 .c-button--contact {
	gap: 4px;
	width: 308px;
	max-width: 100%;
	min-height: 34px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	background-color: #ea5514;
	border-radius: 100vw;
}

#header_0520271 .c-button--contact:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	background: center/contain no-repeat url("/newpackage/0520271/img/icon-mail-white.webp");
}

#header_0520271 .l-headerNav {
	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;
	background-color: #ea5514;
}

#header_0520271 .l-headerNav__list {
	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;
	gap: 1.5em;
	min-height: 40px;
	font-size: 20px;
}

#header_0520271 .l-headerNav__list .menu-item {
	position: relative;
}

#header_0520271 .l-headerNav__list .menu-item a {
	color: #ffffff;
	font-weight: 400;
}

#header_0520271 .l-headerNav__list .menu-item .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #ffffff;
	padding: 5px 10px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header_0520271 .l-headerNav__list .menu-item .sub-menu a {
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

#header_0520271 .l-headerNav__list .menu-item:active .sub-menu,
#header_0520271 .l-headerNav__list .menu-item:focus .sub-menu,
#header_0520271 .l-headerNav__list .menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

/* --------------------------------------
footer
-------------------------------------- */
#footer_0520271 .l-footerContact {
	padding: 53px 0;
	background: center/cover no-repeat url("/newpackage/0520271/img/footer-bg-pc.webp");
}

#footer_0520271 .l-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#footer_0520271 .l-footerContact__title {
	margin-bottom: 35px;
}

#footer_0520271 .c-title01 {
	padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 3px solid #ea5514;
}

#footer_0520271 .l-container--small {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1020px;
}

#footer_0520271 .l-footerContactItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer_0520271 .l-footerContactItem {
	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;
	width: 100%;
	max-width: 465px;
	padding: 16px 15px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
}

#footer_0520271 .l-footerContactItem__title {
	font-size: 28px;
	font-weight: 500;
}

#footer_0520271 .l-footerContactItem__title:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.5) * 0.5em);
}

#footer_0520271 .l-footerContactItem__title:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.5) * 0.5em);
}

#footer_0520271 .l-footerContactItem__tel {
	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;
	gap: 8px;
	margin-top: 8px;
}

#footer_0520271 .l-footerContactItem__tel--icon {
	width: 40px;
	height: 40px;
}

#footer_0520271 .l-footerContactItem__tel--text {
	margin-top: -0.15em;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
}

#footer_0520271 .l-footerContactItem__notice {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
}

#footer_0520271 .l-footerContactItem__notice:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.25) * 0.5em);
}

#footer_0520271 .l-footerContactItem__notice:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.25) * 0.5em);
}

#footer_0520271 hr {
	border-top: solid 1px #dfdad4;
	background: transparent;
	opacity: 1;
	box-sizing: border-box;
}

#footer_0520271 .l-footerContactItem__hr {
	width: 100%;
	margin: 10px 0;
	box-sizing: border-box;
	border-top: 1px #dfdad4;
}

#footer_0520271 .l-footerContactItem__button {
	width: 308px;
	max-width: 100%;
	margin: 5px auto 6px;
}

#footer_0520271 .c-button {
	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;
}

#footer_0520271 .c-button--contact {
	gap: 4px;
	width: 308px;
	max-width: 100%;
	min-height: 34px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	background-color: #ea5514;
	border-radius: 100vw;
}

#footer_0520271 .c-button--contact:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	background: center/contain no-repeat url("/newpackage/0520271/img/icon-mail-white.webp");
}

#footer_0520271 .l-footerContent {
	padding: 34px 0;
	background-color: #efece9;
	box-sizing: border-box;
}

#footer_0520271 .l-footerContent__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer_0520271 .l-footerContent__logo {
	width: 147px;
	height: auto;
	margin-right: 56px;
}

#footer_0520271 .l-footerContent__company {
	width: 164px;
	height: auto;
	margin-bottom: 12px;
}

#footer_0520271 .l-footerContent__text {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}

#footer_0520271 .l-footerContent__text:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
}

#footer_0520271 .l-footerContent__text:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
}

#footer_0520271 .l-footerContentSocial {
	margin-left: auto;
	text-align: center;
}

#footer_0520271 .l-footerContentSocial__title {
	margin-bottom: 21px;
	font-size: 20px;
	font-weight: 400;
}

#footer_0520271 .l-footerContentSocial__title:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.5) * 0.5em);
}

#footer_0520271 .l-footerContentSocial__title:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.5) * 0.5em);
}

#footer_0520271 .l-footerContentSocial__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

#footer_0520271 .l-footerContentSocial__link--img {
	width: 38px;
	height: auto;
}

#footer_0520271 .l-footerCopyright {
	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;
	min-height: 50px;
	padding: 5px 0;
	color: #ffffff;
	background-color: #ea5514;
	box-sizing: border-box;
}

#footer_0520271 .l-footerCopyright__text {
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
}

#footer_0520271 .l-footerCopyright__text:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.875) * 0.5em);
}

#footer_0520271 .l-footerCopyright__text:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.875) * 0.5em);
}