@charset "utf-8";


body {
	-webkit-text-size-adjust: 100%;
}
html {
    scroll-behavior: smooth;
}

#contents,
.l-main {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.l-main * {
	font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}
.mv {
	padding-block: 90px;
	background: url(../images/mv__main.webp) center / cover no-repeat;
	height: 500px;
	width: 100%;
}
.mv__inner {
	width: 1140px;
	margin: 0 auto;
}
.mv__list {
	display: flex;
	justify-content: space-between;
}
[class*="mv__item--"]{
	width: 481px;
	height: 268px;
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
[class*="mv__item--"]::before {
	content:"";
	position: absolute;
}
.mv__item--left::before {
	background: url(../images/mv__left.webp) center / cover no-repeat;
	width: 225px;
	height: 155px;
	top: -60px;
	right: -67px;
}
.mv__item--right::before {
	background: url(../images/mv__right.webp) center / cover no-repeat;
	width: 262px;
	height: 165px;
	top: -70px;
	right: -84px;
}
.mv__item--left {
	background: rgba(221, 25, 65, 0.80);
}
.mv__item--right {
	background: rgba(239, 120, 0, 0.90);
}
.mv__title {
	color: #FFF;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
.mv__title span {
	font-size: 30px;
	font-family: "Yu Mincho", "YuMincho", "游明朝体", "游明朝", serif;
}
[class*="mv__btn--"] {
	position: absolute;
	width: 360px;
	right: 0;
	left: 0;
	bottom: -47px;
	margin: auto;
}
[class*="mv__btn--"] a {
	display: flex;
	width: 360px;
	height: 80px;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	position: relative;
}
.mv__btn--left a {
	border: 1px solid #DD1941;
	color: #DD1941;
}
.mv__btn--left a:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #DD1941;
	opacity: 1;
}
.mv__btn--right a {
	border: 1px solid #EF851A;
	color: #EF851A;
}
.mv__btn--right a:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #EF851A;
	opacity: 1;
}
[class*="mv__btn--"] a::before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	margin: auto;
	width: 19px;
	height: 11px;
}
.mv__btn--left a::before {
	background: url(../images/mv__check_left.svg) center / cover no-repeat;
}
.mv__btn--left a:hover::before {
	background: url(../images/mv__check__on.svg) center / cover no-repeat;
}
.mv__btn--right a::before {
	background: url(../images/mv__check_right.svg) center / cover no-repeat;
}
.mv__btn--right a:hover::before {
	background: url(../images/mv__check__on.svg) center / cover no-repeat;
}
.page-link {
    scroll-margin-top: 170px;
}
.relocation__wrapper {
	background: #FFF9F9;
	padding-block: 100px;
}
.relocation__inner {
	width: 1140px;
	margin: 0 auto;
}
.contents--subtitle--bottom {
	color: #EF851A;
}
.contents__title--box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 38px;
}
.contents--title {
	color: #263238;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
[class*="contents--subtitle--"] {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}
.contents--subtitle--top {
	color: #DC143C;
}
.relocation__top {
	display: flex;
	flex-direction: column;
	align-items: center;
}
[class*="contents__maintext--"] {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contents__maintext--top {
	color: #DD1941;
}
.contents__top-text {
	color: #263238;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 13px;
}
.relocation__list {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 20px;
}
[class*="relocation__item--"] {
	height: 114px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.relocation__item--left {
	width: 395px;
	background: #FFE3DE;
}
.relocation__item--right {
	width: 399px;
	background: #E0EBFF;
}
[class*="relocation__text--"] {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 180%;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}
.relocation__text--left {
	color: #DD1941;
}
.relocation__text--right{
	color: #0A2D6D;
}
[class*="relocation__text--"] span {
	color: #263238;
	font-size: 18px;
}
.arrow__img {
	padding-top: 7px;
	margin-bottom: 20px;
}
.relocation__middle {
	background: #FFF;
	padding-block: 40px;
}
.relocation__middle__inner {
	width: 1019px;
	margin: 0 auto;
	background: url(../images/arrows_bg.webp) center / cover no-repeat;
}
.relocation__middle--title {
	color: #263238;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
	background: #F6F6F6;
	display: flex;
	width: 300px;
	height: 70px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 69px;
	padding-left: 42px;
	position: relative;
}
.relocation__middle--title::before {
	content:"";
	position: absolute;
	background: url(../images/middle__home.svg) center / cover no-repeat;
	width: 38px;
	height: 36px;
	top: 0px;
	bottom: 0;
	margin: auto;
	left: 59px;
}
.relocation__middle--box {
	display: flex;
	justify-content: space-between;
}
.relocation__plus-minus {
	display: flex;
	gap: 40px 20px;
	width: 480px;
	height: 308px;
	flex-wrap: wrap;
}
.relocation__plus-minus .relocation__text--left {
	width: 480px;
	height: 56px;
	background: #FFE3DE;
}
.relocation__plus-minus .relocation__text--right {
	width: 480px;
	height: 56px;
	background: #E0EBFF;
}
[class*="plus-minus--"] {
	width: 230px;
	color: #263238;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 156%;
	background: #F6F6F6;
	display: flex;
	justify-content: center;
    align-items: center;
}
.plus-minus--text {
	height: 52px;
}
.plus-minus--text--big {
	height: 120px;
}

.relocation__bottom {
	padding-block: 40px 0;
}
.relocation__bottom--box {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.relocation__bottom--item {
	width: 550px;
	height: 182px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.relocation__bottom--img {
    width: 182px;
    height: 182px;
}
.relocation__bottom--text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 348px;
	height: 129px;
}
[class*="bottom--text--"] {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}
.bottom--text--left {
	color: #DD1941;
}
.bottom--text--right {
	color: #0A2D6D;
}
.bottom--text {
	color: #263238;
	font-size: 18px;
	font-weight: 700;
	line-height: 160%; 
}
.contact {
	background: url(../images/contact__bg.webp) center / cover no-repeat;
	padding-block: 80px;
}
.contact__box {
	width: 1140px;
	height: 339px;
	background: #FFF;
	margin: 0 auto;
	padding-block: 60px;
}
.contact .contents__title--box {
	margin-bottom: 30px;
}
.contact__list {
	display: flex;
	gap: 40px;
	width: 783px;
	height: 70px;
	margin: 0 auto 20px;
}
.contact__tel {
	color: #263238;
	font-size: 50px;
	font-weight: 700;
	height: 70px;
	width: 373px;
	padding-left: 43px;
	position: relative;
}
.contact__tel::before {
	content:"";
	position: absolute;
	background: url(../images/contact__tel.svg) center / cover no-repeat;
	width: 32px;
	height: 32px;
	top: 0;
	bottom: 0;
	left: 2px;
	margin: auto;
}
[class*="contact--btn--"] {
	width: 370px;
	height: 70px;
}
[class*="contact--btn--"] a {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	display: flex;
	align-items: center;
	padding-left: 53px;
	position: relative;
}
.contact--btn--red a {
	background: #DC143C;
}
.contact--btn--red a:hover {
	background: #fff;
	color: #DC143C;
	border: 1px solid #DD1941;
	opacity: 1;
}
[class*="contact--btn--"] a::before {
	content:"";
	position: absolute;
	background: url(../images/contact__pen.svg) center / cover no-repeat;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 24px;
	margin: auto;
}
.contact--btn--red a:hover::before {
	content:"";
	position: absolute;
	background: url(../images/contact__pen__on.svg) center / cover no-repeat;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 24px;
	margin: auto;
	opacity: 1;
}
[class*="contact--btn--"] a::after {
	content:"";
	position: absolute;
	background: url(../images/contact__arrow.svg) center / cover no-repeat;
	width: 20px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
}
.contact--btn--red a:hover::after {
	content:"";
	position: absolute;
	background: url(../images/contact__arrow__on.svg) center / cover no-repeat;
	width: 20px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
	opacity: 1;
}
.contact__time--box {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}
.contact__time {
	color: #263238;
	font-size: 17px;
	font-weight: 500;
}
.contact__time span {
	color: #DC685D;
}
.empty__wrapper {
	padding-block: 80px 78px;
	background: #FFFAEF;
}
.empty__inner {
	width: 1140px;
	margin: 0 auto;
}
.empty__top {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contents__maintext--bottom {
	color: #EF851A;
	margin-bottom: 22px;
}
.empty__wrapper .contents__top-text {
    margin-bottom: 30px;
}
table.empty__list {
    margin-bottom: 59px;
}
.empty--title {
	color: #263238;
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
	border-right: 1px solid #EDEAEA;
	border-bottom: 1px solid #EDEAEA;
	background: #F6F6F6;
	width: 220px;
	height: 62px;
	padding-top: 14px;
}
.empty--title--middle {
	width: 460px;
}
.empty--title--color {
	width: 460px;
	border-bottom: 1px solid #F4E6C4;
	background: #FFF3D8;
}
.empty__sub--title {
	color: #263238;
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
	border-right: 1px solid #EDEAEA;
	border-bottom: 1px solid #EDEAEA;
	background: #FFF;
	height: 62px;
	text-align: center;
	padding-top: 14px;
}
.empty__sub--title span {
	color: #8F8F8F;
}
.empty__sub--title.empty__sub--feature span {
	color: #EF851A;
}
.conditions {
	color: #263238;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.conditions__list {
	display: flex;
	margin-bottom: 44px;
}
.conditions__item {
	display: flex;
	padding: 30px 40px 30px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 17px;
	width: 693px;
}
.conditions__text {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	padding: 0 15px 15px 38px;
	position: relative;
	width: 653px;
}
.conditions__text:last-child {
	border: none;
}
.conditions__text::before {
	content:"";
	position: absolute;
	background: url(../images/empty__check.svg) center / cover no-repeat;
	width: 17px;
	height: 18px;
	top: -23px;
	bottom: 0;
	margin: auto;
	left: 13px;
}
.conditions__text span {
	color: #EF851A;
}
.note {
	color: #263238;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.note__list {
	display: flex;
	gap: 30px;
}
.note__item {
	position: relative;
	display: flex;
	width: 360px;
	padding-top: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.note__title {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 180%;
	position: absolute;
	background: url(../images/note__bg.webp) center / cover no-repeat;
	width: 280px;
	height: 48px;
	padding-top: 6px;
	top: 1px;
	right: 0;
	left: 0;
	margin: auto;
}
.note__text {
	color: #263238;
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
}
.note__text span {
	color: #EF851A;
}
.contact__tel.contact__tel--bottom::before {
	content:"";
	position: absolute;
	background: url(../images/contact__tel02.svg) center / cover no-repeat;
	width: 32px;
	height: 32px;
	top: 0;
	bottom: 0;
	left: 2px;
	margin: auto;
}

.contact--btn--orange a {
    background: #EF851A;
}
.contact--btn--orange a:hover {
	background: #fff;
	color: #EF851A;
	border: 1px solid #EF851A;
	opacity: 1;
}
.contact--btn--orange a:hover::before {
	content:"";
	position: absolute;
	background: url(../images/pen-orange__on.svg) center / cover no-repeat;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 24px;
	margin: auto;
	opacity: 1;
}
.contact--btn--orange a:hover::after {
	content:"";
	position: absolute;
	background: url(../images/arrow__orange__on.svg) center / cover no-repeat;
	width: 20px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
	opacity: 1;
}
.contact__time.contact__time--orange span {
	color: #EF851A;
}