@charset "utf-8";
@-webkit-keyframes ripples {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
@keyframes ripples {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@-webkit-keyframes pagetop {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes pagetop {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	15% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
	30% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}
html {
	font-size: 10px
}
/* body {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
} */
@media only screen and (min-width: 1650px) {
	html {
		font-size: 12.5px
	}
}
small {
	font-size: 1.2rem
}
.ul-widget-main-window {
	opacity: 0 !important;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.ul-widget-main-window.show {
	opacity: 1 !important
}
.mt0 {
	margin-top: 0 !important
}
.pb0 {
	padding-bottom: 0 !important
}
.c-cap {
	margin-top: 2rem;
	font-size: 1.2rem;
	line-height: 1.4
}
.c-red {
	color: #E43C00 !important
}
@media only screen and (max-width: 1023px) {
	.c-cap {
		margin-top: 1.5rem;
		font-size: 1.1rem
	}
}
.pageCover {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1)
}
.pageCover.show {
	opacity: 0;
	visibility: hidden
}
@media only screen and (max-width: 1023px) {
	html {
		font-size: 2.67vw;
		line-height: 1.5
	}
	body {
		font-size: 1.3rem
	}
}
@media only screen and (max-width: 1023px) {
	#wrapper {
		overflow: hidden
	}
}
.c-lazyload {
	background: #c4c4c4
}
/* ::-moz-selection {
	background: #E88F00;
	color: #ffffff
}
::selection {
	background: #E88F00;
	color: #ffffff
} */
.pc-hidden {
	display: none !important
}
@media only screen and (max-width: 1023px) {
	.sp-hidden {
		display: none !important
	}
	.pc-hidden {
		display: block !important
	}
	br.pc-hidden {
		display: inline-block !important
	}
}
.js-sticky.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10rem
}
html.ie11 .js-sticky.is-sticky {
	margin-top: -10rem
}
@media only screen and (max-width: 1023px) {
	.js-sticky.is-sticky {
		position: static;
		top: 0
	}
}
/* 
.c-bnr__slider {
	max-width: 110rem;
	margin: 0 auto
}
.c-bnr__slider .slick-list {
	overflow: inherit
}
html.ie11 .c-bnr__slider .slick-track {
	height: 9.5rem
}
.c-bnr__slider .item {
	margin: 0 1rem
}
.c-bnr__slider .item a {
	display: block;
	overflow: hidden
}
html.notouch .c-bnr__slider .item a:hover {
	opacity: 0.7
}
.c-bnr__control .slick-arrow {
	width: 4rem;
	height: 4rem;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -2rem;
	cursor: pointer;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: #E88F00
}
.c-bnr__control .slick-arrow .m-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #ffffff;
	width: 1.2rem;
	height: 1rem;
	margin-left: 0
}
.c-bnr__control .slick-arrow.slick-prev {
	left: 0
}
.c-bnr__control .slick-arrow.slick-prev .m-icon {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.c-bnr__control .slick-arrow.slick-next {
	right: 0
} */
html.notouch .c-bnr__control .slick-arrow:hover {
	opacity: 0.7
}
@media only screen and (max-width: 1023px) {
	/* .c-bnr {
		padding: 5rem 0
	}
	.c-bnr__slider {
		max-width: 25.8rem
	}
	.c-bnr__slider .slick-track {
		height: 7.9rem
	}
	.c-bnr__slider .item {
		margin: 0 1rem
	}
	.c-bnr__control .slick-arrow {
		width: 3rem;
		height: 3rem;
		margin-top: -1.5rem
	} */
}
.accordion__body {
	display: none
}
.sp-accordion__label .icon {
	display: none
}
@media only screen and (max-width: 1023px) {
	.sp-accordion__label {
		position: relative;
		cursor: pointer
	}
	.sp-accordion__label .icon {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 1.5rem;
		width: 1rem;
		height: 1rem
	}
	.sp-accordion__label .icon:before, .sp-accordion__label .icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #000;
		border-radius: 0.2rem;
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
	}
	.sp-accordion__label .icon:before {
		width: 1rem;
		height: 2px
	}
	.sp-accordion__label .icon:after {
		width: 2px;
		height: 1rem
	}
	.sp-accordion__body {
		display: none
	}
	.sp-accordion:after {
		display: none !important
	}
	.sp-accordion.is-open .sp-accordion__label {
		color: #E88F00
	}
	.sp-accordion.is-open .sp-accordion__label .icon:before {
		opacity: 0.2
	}
	.sp-accordion.is-open .sp-accordion__label .icon:after {
		opacity: 0
	}
	.sp-accordion.is-open:after {
		display: block !important
	}
}
@-webkit-keyframes linelink {
	0% {
		background-position: right bottom;
		background-size: 100% 1px
	}
	50% {
		background-position: right bottom;
		background-size: 0 1px
	}
	51% {
		background-position: left bottom;
		background-size: 0 1px
	}
	100% {
		background-position: left bottom;
		background-size: 100% 1px
	}
}
@keyframes linelink {
	0% {
		background-position: right bottom;
		background-size: 100% 1px
	}
	50% {
		background-position: right bottom;
		background-size: 0 1px
	}
	51% {
		background-position: left bottom;
		background-size: 0 1px
	}
	100% {
		background-position: left bottom;
		background-size: 100% 1px
	}
}

.img-ov {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 0
}
.img-ov img {
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: transform .5s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transform: scale(1.005);
	transform: scale(1.005)
}
html.notouch a:hover .img-ov img {
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important
}
.js-easing .easingImage, .c-titleEasing .easingImage {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
	overflow: hidden;
	position: relative
}
.js-easing .easingImage:before, .c-titleEasing .easingImage:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EAEAEA;
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.js-easing .easingImage img, .c-titleEasing .easingImage img {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	opacity: 0
}
.js-easing .easingBg, .c-titleEasing .easingBg {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
	overflow: hidden;
	position: relative
}
.js-easing .easingBg .bg, .c-titleEasing .easingBg .bg {
	-webkit-transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all 1s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.js-easing.is-visible .easingImage, .c-titleEasing.is-visible .easingImage {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.js-easing.is-visible .easingImage:before, .c-titleEasing.is-visible .easingImage:before {
	-webkit-animation: easingBg 1s ease-in-out both;
	animation: easingBg 1s ease-in-out both
}
.js-easing.is-visible .easingImage img, .c-titleEasing.is-visible .easingImage img {
	-webkit-animation: easingImg 1s ease-in-out both;
	animation: easingImg 1s ease-in-out both
}
.js-easing.is-visible .easingBg, .c-titleEasing.is-visible .easingBg {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.js-easing.is-visible .easingBg .bg, .c-titleEasing.is-visible .easingBg .bg {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
@-webkit-keyframes easingBg {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@keyframes easingBg {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@-webkit-keyframes easingImg {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
		opacity: 0
	}
	50% {
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
@keyframes easingImg {
	0% {
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
		opacity: 0
	}
	50% {
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
/* .slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
} */
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}

#wrapper {
	position: relative
}
#wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: auto
}
.ui-ac__toggle {
	cursor: pointer
}
.ui-ac__content {
	display: none
}
#ulAiWidget {
	height: 500px
}
.section__body {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem
}
@media only screen and (min-width: 1500px) {
	.section__body {
		max-width: 1376px
	}
}
.section--m+.section--m {
	margin-top: 10rem
}
.section--m *:first-child, .section--m h2+*, .section--m h3+*, .section--m h4+* {
	margin-top: 0 !important
}
.is-alert {
	color: #E43C00;
	text-decoration: underline;
}
.section--m p {
	margin-top: 3rem;
	font-size: 18px;
	line-height: 1.8;
}
.section--m p.caption {
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 0.075em;
}
.section--m p.caption.is-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.section--m p+p {
	margin-top: 3rem
}
.section--m h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 7rem 0 0;
	margin-bottom: 5rem;
	border-top: 2px solid #EAEAEA;
	position: relative
}
.section--m h2:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: "";
	display: block;
	width: 3rem;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .section--m h2:before {
	background: #E88F00
}
.section--m h2 span {
	display: block;
	position: relative;
	padding-left: 2.5rem
}
.section--m h2 span:after {
	position: absolute;
	left: 0rem;
	top: -1rem;
	content: "";
	width: 2rem;
	height: 2.1rem;
	background: url(../images/common/mark.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.section--m h3 {
	margin-top: 7.5rem;
	background: #F8F8F8;
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
	padding: 0.5rem 2rem;
	margin-bottom: 4rem
}
.section--m h3.has-text {
	line-height: 1.2;
}
.section--m h3 .small-text {
	font-size: 50%;
	display: inline-block;
}
@media only screen and (max-width: 1023px) {
	.section--m h3 .small-text {
		line-height: 1.5;
		margin-top: .4em;
	}
}
.section--m h3:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .section--m h3:before {
	background: #E88F00
}
.section--m h4 {
	margin-top: 4rem;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 1rem;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 2rem
}
.section--m .imgTxt {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.section--m .imgTxt .txt {
	width: 55.95%;
	

}
.section--m .imgTxt .img {
	position: relative;
	top: 0.5rem;
	width: 39.2857%
}
.section--m .imgTxt .img .cap {
	margin-top: 0.5rem;
	font-size: 1.2rem
}
.section--m .col1img {
	margin-top: 5rem
}
.section--m .col3img {
	margin-top: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -2.5rem
}
.section--m .col3img:after {
	content: "";
	display: block;
	width: 31.66%
}
.section--m .col3img .item {
	width: 31.66%;
	margin-bottom: 2.5rem
}
.section--m .border img {
	border: 1px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.section--m .btn {
	margin-top: 3rem
}
.section--m .btn.min {
	margin-top: 1rem
}
.section--m .btn.center {
	text-align: center
}
.section--m .rigth {
	text-align: right
}
.section--m .m-cap {
	margin-top: 1rem
}
.section--m .m-list {
	margin-top: 2rem
}
.section--m .m-table {
	margin-top: 3rem
}
.section--m .txtLink {
	margin-top: 3rem;
	font-weight: 700;
	color: #E43C00;
	font-size: 18px;
	background: inherit;
}
@media only screen and (max-width: 1023px) {
	.section--m+.section--m {
		margin-top: 6rem
	}
	.section--m p {
		margin-top: 3rem
	}
	.section--m p+p {
		margin-top: 3rem
	}
	.section--m h2 {
		font-size: 2.2rem;
		border-top: 6px solid #EAEAEA;
		position: relative;
		margin: 0 -2rem;
		padding: 5rem 2rem 4rem
	}
	.section--m h2:before {
		display: none
	}
	.section--m h2 span {
		padding-left: 1.4rem
	}
	.section--m h2 span:after {
		top: -0.8rem;
		width: 1.2rem;
		height: 1.3rem
	}
	.section--m h3 {
		margin-top: 5rem;
		font-size: 1.8rem;
		padding: 0.3rem 1.5rem;
		margin-bottom: 2.5rem;
		line-height: 1.8;
	}
	.section--m h3:before {
		width: 2px
	}
	.section--m h4 {
		margin-top: 3rem;
		font-size: 1.5rem;
		padding-bottom: 0.8rem;
		margin-bottom: 1.8rem
	}
	.section--m .imgTxt {
		margin-top: 3rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap-reverse;
		flex-flow: column-reverse wrap-reverse
	}
	.section--m .imgTxt .txt {
		width: 100%
	}
	.section--m .imgTxt .img {
		position: static;
		width: 100%;
		margin-bottom: 2rem
	}
	.section--m .imgTxt .img .cap {
		margin-top: 0.5rem;
		font-size: 1.2rem
	}
	.section--m .col1img {
		margin-top: 3rem
	}
	.section--m .col3img {
		margin-top: 3rem;
		display: block;
		margin-bottom: 0
	}
	.section--m .col3img:after {
		display: none
	}
	.section--m .col3img .item {
		width: 100%;
		margin-bottom: 0
	}
	.section--m .col3img .item+.item {
		margin-top: 2rem
	}
	.section--m .btn {
		margin-top: 3rem
	}
	.section--m .btn.center {
		text-align: center
	}
	.section--m .m-cap {
		margin-top: 1rem
	}
}
.main {
	display: block;
	padding-top: 138px
}
.main__head {
	position: relative;
	margin-bottom: 14rem
}
.main__head .section__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30rem
}
.main__head .head {
	position: relative;
	z-index: 1
}
.main__head .head .pagettl {
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 1rem
}
.main__head .head .pagettl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4rem;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .main__head .head .pagettl:before {
	background: #E88F00
}
.main__head .imgArea {
	position: absolute;
	right: 0;
	top: 0;
	width: 57vw;
	height: 30rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.main__head .imgArea .img {
	position: relative;
	z-index: 1;
	display: none
}
.main__head .imgAreaBg {
	position: absolute;
	z-index: -1;
	left: -14rem;
	bottom: -4rem;
	width: 100%;
	height: 100%
}
.main__head .imgAreaBg .bg {
	display: block;
	background: #EAEAEA;
	width: calc(100% + 14rem);
	height: 100%
}
.main__body.col1 {
	margin-bottom: 12rem
}
/* .main__body.col1 .section__body {
	max-width: 890px
} */
@media only screen and (min-width: 1500px) {
	.main__body.col1 .section__body {
		max-width: 1100px
	}
}
@media only screen and (max-width: 1023px) {
	.main {
		padding-top: 8rem
	}
	.main__head {
		margin-bottom: 7rem
	}
	.main__head .section__body {
		display: block;
		height: auto
	}
	.main__head .head {
		margin-bottom: 3rem
	}
	.main__head .head .parentttl {
		font-size: 1.2rem
	}
	.main__head .head .pagettl {
		font-size: 2.5rem;
		padding-bottom: 1rem;
		letter-spacing: 0
	}
	.main__head .head .pagettl:before {
		width: 3rem;
		height: 2px
	}
	.main__head .imgArea {
		position: relative;
		right: auto;
		margin: 0 -2rem;
		padding-left: 4rem;
		width: calc(100vw - 4rem);
		height: auto;
		background: none !important
	}
	.main__head .imgArea .img {
		display: block
	}
	.main__head .imgAreaBg {
		position: absolute;
		left: 2rem;
		bottom: -2rem;
		width: 100%;
		height: 100%
	}
	.main__head .imgAreaBg .bg {
		width: calc(100% - 2rem);
		height: 100%
	}
	.main__body.col1 {
		margin-bottom: 10rem
	}
}
.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.grid:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25rem;
	height: 100%;
	background: #F8F8F8
}
.grid__nav {
	width: 25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height: 100%
}
.grid__nav:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .grid__nav:before {
	background: #E88F00
}
.grid__navInner {
	width: 25rem;
	height: 100%
}
.grid__nav .nav__header {
	padding: 2.5rem 2rem;
	position: relative;
	line-height: 1.4
}
.grid__nav .nav__header .parent {
	font-size: 1.2rem;
	margin-bottom: 0.5rem
}
.grid__nav .nav__header .pagettl {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0
}
.grid__nav .nav__header:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #EAEAEA
}
.grid__nav .nav__list .item {
	border-bottom: 1px solid #EAEAEA
}
.grid__nav .nav__list .item>a {
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 2.5rem 2rem;
	line-height: 1.5;
	position: relative;
	letter-spacing: 0
}
.grid__nav .nav__list .item>a .m-icon {
	position: absolute;
	right: 2rem;
	top: 3rem
}
html.notouch .grid__nav .nav__list .item>a:hover {
	color: #E43C00;
	background: #ffffff
}
.grid__nav .nav__bnr {
	padding: 2rem
}
.grid__main {
	width: calc( 100% - 25rem);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-bottom: 12rem
}
.grid__main .section__body {
	max-width: 90rem;
	padding: 0 9rem
}
@media only screen and (max-width: 1200px) {
	.grid__main .section__body {
		padding: 0 6rem
	}
}
@media only screen and (max-width: 1023px) {
	.grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap-reverse;
		flex-flow: column-reverse wrap-reverse
	}
	.grid:after {
		display: none
	}
	.grid__nav {
		width: 100%;
		height: 100%;
		background: #F8F8F8
	}
	.grid__navInner {
		width: 100%;
		height: 100%
	}
	.grid__nav .nav__bnr {
		padding: 2rem
	}
	.grid__nav .nav__bnr .m-documents {
		margin-top: 0
	}
	.grid__main {
		width: 100%;
		padding-bottom: 10rem
	}
	.grid__main .section__body {
		padding: 0 2rem
	}
}
.m-icon {
	margin-left: 0.5rem;
	fill: #E43C00
}
.m-ankLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.m-ankLinks .item {
	margin-right: 1.5rem
}
.m-ankLinks .item a {
	font-size: 1.6rem;
	display: block;
	padding: 1.7rem 2rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	background: #E88F00;
	overflow: hidden;
	border-radius: 0.5rem;
	color: #ffffff
}
html.notouch .m-ankLinks .item a:hover {
	background: #E43C00
}
.m-ankLinks .item a .txt {
	display: inline-block;
	position: relative
}
.m-ankLinks .item a .txt .icon {
	position: relative;
	top: -0.1rem;
	padding-left: 0.5rem
}
.m-ankLinks .item a .txt .icon svg {
	width: 1.2rem;
	height: 1rem;
	fill: #ffffff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
@media only screen and (max-width: 1023px) {
	.m-ankLinks {
		margin-top: 2rem;
		margin-bottom: -1rem
	}
	.m-ankLinks .item {
		margin-right: 1rem;
		margin-bottom: 1rem
	}
	.m-ankLinks .item a {
		font-size: 1.2rem;
		padding: 1.2rem 1.2rem 1.2rem 1.5rem;
		border-radius: 0.4rem
	}
	.m-ankLinks .item a .txt .icon {
		top: 0rem
	}
}
.m-documents {
	display: block;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	text-decoration: none;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 16px;
	font-weight: 700
}
.m-documents .m-icon.note {
	position: relative;
	top: 2px;
	margin-left: 0;
	margin-right: 0.5rem;
	width: 16px;
	height: 16px;
	margin-bottom: 0;
	fill: #E88F00;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
html.notouch .m-documents:hover {
	background: #E88F00;
	color: #ffffff
}
html.notouch .m-documents:hover .m-icon.note {
	fill: #ffffff
}
@media only screen and (max-width: 1023px) {
	.m-documents {
		margin-top: 3rem
	}
}
.m-leadSection {
	margin-bottom: 10rem
}
.m-leadSection__txt {
	margin-bottom: 6rem;
	font-size: 1.6rem;
    line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
	.m-leadSection {
		margin-bottom: 4.5rem
	}
	.m-leadSection__txt {
		margin-bottom: 4rem
	}
}
.m-table.min td {
	font-size: 1.2rem;
	padding: 1.5rem 1rem
}
.m-table table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EAEAEA
}
.m-table table .left {
	text-align: left
}
.m-table table .bg {
	background: #FFFDC3
}
.m-table table .ad {
	width: 14rem
}
.m-table table .h {
	height: 0
}
.m-table table th, .m-table table td {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.5rem;
	border: 1px solid #EAEAEA;
	text-align: center;
	font-size: 1.2rem;
}
.m-table table th {
	background: #FFFCF7;
	color: #E88F00;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
	.m-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch
	}
}
.m-formTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
}
.m-formTable .inner{
	  margin: 0 ;
    width:auto;
    max-width: none;
		text-align: left;
}
.m-formTable.confirm th {
	padding-top: 3rem
}
.m-formTable th, .m-formTable td {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3rem 2rem;
	border-bottom: 1px solid #EAEAEA;
	letter-spacing: 0
}
.m-formTable th {
	width: 24rem;
	padding-top: 4.5rem
}
.m-formTable tr:nth-child(even) {
	background: #FAFAFA
}
@media only screen and (max-width: 1023px) {
	.m-formTable th, .m-formTable td {
		display: block;
		width: 100%;
		padding: 2.5rem 0
	}
	.m-formTable th {
		width: 31rem;
		padding-top: 2.5rem;
		padding-bottom: 0;
		border-bottom: none
	}
	.m-formTable td {
		padding-top: 1rem
	}
	.m-formTable tr:nth-child(even) {
		background: none
	}
}
.m-cap li {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
	.m-cap li {
		font-size: 1rem;
		line-height: 1.6;
	}
}
.m-red {
	color: #D50B03
}
.m-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
	font-size: 1.6rem;
}
.m-list li+li {
	margin-top: 1rem
}
.m-contact {
	text-align: center;
	margin-top: 4rem;
	background: #EAEAEA;
	padding: 4.5rem 0
}
.m-contact.border {
	background: none;
	border: 1px solid #EAEAEA
}
.m-contact__txt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem
}
.m-contact__btn a {
	margin: 0 auto;
	max-width: 22rem;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 2rem 0;
	border-radius: 0.5rem;
	position: relative;
	line-height: 1;
	overflow: hidden;
	color: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.m-contact__btn a .icon {
	fill: #ffffff
}
.m-contact__btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .m-contact__btn a:after {
	background: #E88F00
}
.m-contact__btn a:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0;
	padding-bottom: 0;
	background: #ffffff;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
.m-contact__btn a .icon {
	width: 1rem;
	height: 1rem;
	padding-left: 0.8rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
html.notouch .m-contact__btn a:hover {
	color: #E43C00;
	border-color: #E43C00
}
html.notouch .m-contact__btn a:hover .icon {
	fill: #E43C00
}
html.notouch .m-contact__btn a:hover:before {
	width: 100%;
	padding-bottom: 100%
}
@media only screen and (max-width: 1023px) {
	.m-contact {
		margin-top: 2.5rem;
		padding: 3rem 0
	}
	.m-contact__txt {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		line-height: 1.5
	}
	.m-contact__btn a {
		text-align: center
	}
}
.m-notes {
	margin-top: 3rem;
	border: 1px solid #E43C00;
	padding: 3rem
}
.m-notes__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	color: #E43C00;
	line-height: 1.6
}
.m-notes__txt {
	margin-top: 1rem
}
@media only screen and (max-width: 1023px) {
	.m-notes {
		padding: 2rem
	}
}
.link-btn {
	font-size: 1.6rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-weight: 700;
	min-width: 21rem;
	padding: 2rem 3rem;
	border-radius: 0.5rem;
	line-height: 1;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	background: #E88F00
}
.link-btn .m-icon.arw {
	margin-left: 0.5rem;
	width: 1.2rem;
	height: 1rem;
	fill: #ffffff
}
.link-btn.pdf {
	border: 1px solid #EAEAEA;
	font-size: 1.4rem;
	text-align: left;
	padding: 1.8rem 6rem 1.8rem 2rem;
	background: none;
	color: #000
}
.link-btn.pdf span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1.8rem;
	font-size: 1.2rem;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #ffffff;
	line-height: 1;
	background: #E43C00;
	letter-spacing: 0;
	padding: 0.2rem 0.5rem;
	border-radius: 0.3rem
}
html.notouch .link-btn.pdf:hover {
	color: #ffffff
}
html.notouch .link-btn:hover {
	background: #E43C00
}
@media only screen and (max-width: 1023px) {
	.link-btn {
		font-size: 1.6rem;
		-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		outline: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		font-weight: 700;
		min-width: 21rem;
		padding: 2rem 3rem;
		border-radius: 0.5rem;
		line-height: 1;
		box-sizing: border-box;
		color: #ffffff;
		text-align: center;
		overflow: hidden;
		background: #E88F00
	}
	.link-btn+.link-btn {
		margin-top: 1rem;
		margin-left: 0
	}
	.link-btn .m-icon.arw {
		margin-left: 0.5rem;
		width: 1.2rem;
		height: 1rem;
		fill: #ffffff
	}
	.link-btn.pdf {
		border: 1px solid #EAEAEA;
		font-size: 1.4rem;
		text-align: left;
		padding: 1.8rem 6rem 1.8rem 2rem;
		background: none;
		color: #000
	}
	.link-btn.pdf span {
		position: absolute;
		right: 1.8rem;
		font-size: 1.2rem;
		font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		color: #ffffff;
		line-height: 1;
		background: #E43C00;
		letter-spacing: 0;
		padding: 0.2rem 0.5rem;
		border-radius: 0.3rem
	}
	html.notouch .link-btn.pdf:hover {
		color: #ffffff
	}
	html.notouch .link-btn:hover {
		background: #E43C00
	}
}
.main.page-top {
	padding: 0
}
.m-modal__inner {
	background: #ffffff;
	max-width: 70rem;
	display: block;
	margin: 0 auto;
	padding: 5rem 4rem 4rem;
	position: relative
}
.m-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	cursor: pointer
}
.m-modal__close:before, .m-modal__close:after {
	position: absolute;
	content: "";
	display: block;
	width: 3rem;
	height: 2px;
	background: #909293;
	top: 50%;
	left: 50%
}
.m-modal__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.m-modal__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.m-modal__btn {
	text-align: center;
	margin-top: 2.5rem
}
@media only screen and (max-width: 1023px) {
	.m-modal__inner {
		padding: 4rem 2rem 3rem
	}
	.m-modal__close {
		width: 4rem;
		height: 4rem
	}
	.m-modal__btn {
		margin-top: 2rem
	}
}
body.top .pageCover {
	display: none
}
body.top .header {
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
body.top .header__menu {
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
html.is-loaded body.top .header {
	opacity: 1
}
html.is-loaded body.top .header__menu {
	opacity: 1
}
body.top .p-top-fv__scrollSp {
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1)
}
html.is-loaded body.top .p-top-fv__scrollSp {
	opacity: 1
}
.p-top-fv {
	position: relative;
	height: 100vh;
	z-index: 9;
	overflow: hidden;
	background: #ffffff
}
.p-top-fv__opening {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 13;
	background: #ffffff
}
.p-top-fv__opening.is-visible {
	-webkit-transition: all 1s cubic-bezier(0.26, 0.06, 0, 1);
	transition: all 1s cubic-bezier(0.26, 0.06, 0, 1);
	visibility: hidden;
	opacity: 0
}
.p-top-fv__copy {
	font-size: 3.5rem;
	font-weight: 700;
	position: absolute;
	color: #ffffff;
	z-index: 1;
	left: calc(50% - 25rem);
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	letter-spacing: 0.2em;
	-webkit-transition: all 4s cubic-bezier(0.26, 0.06, 0, 1);
	transition: all 4s cubic-bezier(0.26, 0.06, 0, 1);
	mix-blend-mode: difference
}
html.ie11 .p-top-fv__copy, html.edge .p-top-fv__copy {
	color: #000;
	text-shadow: 0 0 0.5rem #ffffff
}
html.ie11 .p-top-fv__copy {
	left: 30%
}
.p-top-fv__copy.is-visible {
	left: 7.69%
}
html.ie11 .p-top-fv__copy.is-visible {
	left: 7.69%;
	margin-left: 0
}
.p-top-fv__slide {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0rem;
	left: 10vw;
	opacity: 0;
	-webkit-transition: all 4s cubic-bezier(0.26, 0.06, 0, 1);
	transition: all 4s cubic-bezier(0.26, 0.06, 0, 1)
}
html.ie11 .p-top-fv__slide {
	left: 10%
}
.p-top-fv__slide.is-visible {
	opacity: 1;
	left: 0
}
.p-top-fv__slide .slide__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.p-top-fv__slide .slide__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.p-top-fv__slide .slide__group .item {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.p-top-fv__slide .slide__group .item__img {
	position: relative
}
.p-top-fv__slide .slide__group .item.item1 {
	width: 29vw;
	-webkit-transform: translateY(-36.45vh);
	transform: translateY(-36.45vh)
}
.p-top-fv__slide .slide__group .item.item2 {
	width: 41vw;
	-webkit-transform: translateY(30vh);
	transform: translateY(30vh);
	left: -22.3vw
}
.p-top-fv__slide .slide__group .item.item3 {
	width: 41vw;
	left: -14vw
}
.p-top-fv__slide .slide__group .item.item4 {
	width: 19vw;
	-webkit-transform: translateY(-34vh);
	transform: translateY(-34vh)
}
.p-top-fv__slide .slide__group .item.item5 {
	width: 31vw;
	-webkit-transform: translateY(34vh);
	transform: translateY(34vh);
	padding-right: 12.7vw
}
.p-top-fv__slide .slide__group .item.item6 {
	width: 28vw;
	-webkit-transform: translateY(-24vh);
	transform: translateY(-24vh);
	padding-right: 12.7vw
}
.p-top-fv__slide .slide__group .item.item7 {
	width: 14.9vw;
	-webkit-transform: translateY(-34vh);
	transform: translateY(-34vh)
}
.p-top-fv__slide .slide__group .item.item8 {
	width: 40.7vw;
	-webkit-transform: translateY(40vh);
	transform: translateY(40vh);
	left: -7.7vw
}
.p-top-fv__slide .slide__group .item.item9 {
	width: 29vw;
	-webkit-transform: translateY(-40vh);
	transform: translateY(-40vh);
	left: -7.7vw;
	padding-right: 12vw
}
.p-top-fv__slide .slide__group .item.item10 {
	width: 41vw;
	-webkit-transform: translateY(40vh);
	transform: translateY(40vh);
	left: -7.7vw;
	padding-right: 12vw
}
.p-top-fv__scroll {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	left: 0
}
@media only screen and (max-width: 1023px) {
	.p-top-fv__copy {
		font-size: 2.5rem;
		white-space: nowrap;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		left: 7.69%
	}
	.p-top-fv__slide .slide__group .item.item1 {
		width: 50vw;
		-webkit-transform: translateY(-35vh);
		transform: translateY(-35vh)
	}
	.p-top-fv__slide .slide__group .item.item2 {
		width: 80vw;
		-webkit-transform: translateY(40vh);
		transform: translateY(40vh);
		left: -22.3vw
	}
	.p-top-fv__slide .slide__group .item.item3 {
		width: 85vw;
		left: -14vw
	}
	.p-top-fv__slide .slide__group .item.item4 {
		width: 50vw;
		-webkit-transform: translateY(-34vh);
		transform: translateY(-34vh)
	}
	.p-top-fv__slide .slide__group .item.item5 {
		width: 50vw;
		-webkit-transform: translateY(34vh);
		transform: translateY(34vh);
		padding-right: 12.7vw
	}
	.p-top-fv__slide .slide__group .item.item6 {
		width: 40vw;
		-webkit-transform: translateY(-24vh);
		transform: translateY(-24vh);
		padding-right: 12.7vw
	}
	.p-top-fv__slide .slide__group .item.item7 {
		width: 30vw;
		-webkit-transform: translateY(-34vh);
		transform: translateY(-34vh)
	}
	.p-top-fv__slide .slide__group .item.item8 {
		width: 80vw;
		-webkit-transform: translateY(25vh);
		transform: translateY(25vh);
		left: -7.7vw
	}
	.p-top-fv__slide .slide__group .item.item9 {
		width: 40vw;
		-webkit-transform: translateY(-40vh);
		transform: translateY(-40vh);
		left: -7.7vw;
		padding-right: 12vw
	}
	.p-top-fv__slide .slide__group .item.item10 {
		width: 50vw;
		-webkit-transform: translateY(40vh);
		transform: translateY(40vh);
		left: -7.7vw;
		padding-right: 12vw
	}
	.p-top-fv__scroll {
		display: none
	}
	.p-top-fv__scrollSp {
		position: absolute;
		left: -1.5rem;
		bottom: 7rem
	}
	.p-top-fv__scrollSp .txt {
		font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		font-weight: 500;
		color: rgba(0, 0, 0, 0.4);
		font-size: 1.1rem;
		line-height: 1;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.p-top-fv__scrollSp .arw {
		content: "";
		width: 0.8rem;
		height: 0.8rem;
		border-radius: 50%;
		background-color: #E43C00;
		position: absolute;
		left: 3.2rem;
		bottom: -5rem;
		-webkit-animation: scrollDonwIcon-data-v-e9152086 1s ease-out infinite normal;
		animation: scrollDonwIcon-data-v-e9152086 1s ease-out infinite normal
	}
}
@-webkit-keyframes scrollDonwIcon-data-v-e9152086 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0) scale(1);
		transform: translate3d(0, -100%, 0) scale(1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 150%, 0) scale(0.5);
		transform: translate3d(0, 150%, 0) scale(0.5);
		opacity: 0
	}
}
@keyframes scrollDonwIcon-data-v-e9152086 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0) scale(1);
		transform: translate3d(0, -100%, 0) scale(1);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 150%, 0) scale(0.5);
		transform: translate3d(0, 150%, 0) scale(0.5);
		opacity: 0
	}
}
.p-top-ttl {
	margin-bottom: 5rem;
	padding-bottom: 4rem;
	position: relative
}
.p-top-ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4rem;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#E88F00), to(#E43C00));
	background: -webkit-linear-gradient(left, #E88F00, #E43C00);
	background: linear-gradient(left, #E88F00, #E43C00)
}
html.ie11 .p-top-ttl:before {
	background: #E88F00
}
.p-top-ttl .en {
	display: block;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	opacity: 0.5;
	margin-bottom: 2rem;
	line-height: 1
}
.p-top-ttl .jp {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1
}
@media only screen and (max-width: 1023px) {
	.p-top-ttl {
		margin-bottom: 5rem;
		padding-bottom: 3rem
	}
	.p-top-ttl:before {
		width: 3rem;
		height: 2px
	}
	.p-top-ttl .en {
		font-size: 1rem;
		margin-bottom: 1.5rem
	}
	.p-top-ttl .jp {
		font-size: 2.4rem
	}
}
.p-top-sttl {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 4rem;
	line-height: 1.4;
	position: relative
}
.p-top-sttl:before {
	position: absolute;
	left: -2.4rem;
	top: -2rem;
	content: "";
	width: 2rem;
	height: 2.1rem;
	background: url(../images/common/mark.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
@media only screen and (max-width: 1023px) {
	.p-top-sttl {
		font-size: 2rem;
		margin-bottom: 3rem;
		padding-left: 1.2rem
	}
	.p-top-sttl:before {
		left: 0rem;
		top: -1.2rem;
		width: 1.2rem;
		height: 1.2rem
	}
}
@-webkit-keyframes txtbg1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-1724px);
		transform: translateX(-1724px)
	}
}
@keyframes txtbg1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-1724px);
		transform: translateX(-1724px)
	}
}
@-webkit-keyframes txtbg2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(1724px);
		transform: translateX(1724px)
	}
}
@keyframes txtbg2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(1724px);
		transform: translateX(1724px)
	}
}
@-webkit-keyframes txtbg3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-748px);
		transform: translateX(-748px)
	}
}
@keyframes txtbg3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-748px);
		transform: translateX(-748px)
	}
}
.p-top-promises {
	padding-top: 16rem;
	overflow: hidden
}
.p-top-promises .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.p-top-promises .head__ttl {
	font-size: 2.6rem;
	font-weight: 700;
	padding-right: 7rem
}
.p-top-promises .head__txt {
	font-size: 1.8rem
}
.p-top-promises__head {
	margin-left: 6rem
}
.p-top-promises__sec1 {
	padding-top: 12rem;
	padding-bottom: 34rem;
	position: relative
}
.p-top-promises__sec1 .content .head {
	width: 61vw;
	padding-left: 18vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1
}
.p-top-promises__sec1 .content .imgArea {
	width: 38.769vw;
	position: absolute;
	top: -26rem;
	right: 0
}
.p-top-promises__sec1 .content .imgArea .img {
	position: relative;
	z-index: 1
}
.p-top-promises__sec1 .content .imgAreaBg {
	position: absolute;
	top: 13rem;
	right: 0
}
.p-top-promises__sec1 .content .imgAreaBg .bg {
	display: block;
	width: 50vw;
	height: 0;
	padding-bottom: 52vw;
	background: #EAEAEA
}
.p-top-promises__sec1 .txtbg {
	position: absolute;
	z-index: -1;
	-webkit-animation: txtbg1 103.44s linear 0s infinite normal;
	animation: txtbg1 103.44s linear 0s infinite normal;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3448px;
	min-width: 200vw;
	height: 226px;
	background: url(../imgs/top/txtbg_1.svg) repeat-x left top;
	background-size: 1724px 226px
}
.p-top-promises__sec2 {
	padding-top: 15rem;
	padding-bottom: 0;
	position: relative;
	z-index: 1
}
@media only screen and (min-width: 2000px) {
	.p-top-promises__sec2 {
		padding-top: 30rem
	}
}
@media only screen and (min-width: 2200px) {
	.p-top-promises__sec2 {
		padding-top: 50rem
	}
}
.p-top-promises__sec2 .content .head {
	margin-left: auto;
	width: 20rem;
	padding-right: 26.92%;
	position: relative;
	z-index: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse wrap-reverse;
	flex-flow: row-reverse wrap-reverse;
	letter-spacing: 0.2em
}
.p-top-promises__sec2 .content .head__ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	padding-right: 0;
	padding-left: 3rem;
	min-height: 31rem
}
.p-top-promises__sec2 .content .head__txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	line-height: 2
}
.p-top-promises__sec2 .content .imgArea {
	width: 54.923%;
	position: absolute;
	top: 0;
	left: 0
}
.p-top-promises__sec2 .content .imgArea .img {
	position: relative;
	z-index: 1
}
.p-top-promises__sec2 .content .imgArea2 {
	width: 19.84%;
	position: absolute;
	bottom: -18rem;
	right: 0
}
.p-top-promises__sec2 .content .imgArea2 .img {
	position: relative;
	z-index: 1
}
.p-top-promises__sec2 .txtbg {
	position: absolute;
	z-index: -1;
	-webkit-animation: txtbg2 100.92s linear 0s infinite normal;
	animation: txtbg2 100.92s linear 0s infinite normal;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3364px;
	min-width: 200vw;
	height: 238px;
	background: url(../imgs/top/txtbg_2.svg) repeat-x left top;
	background-size: 1682px 238px
}
.p-top-promises__sec3 {
	padding-top: 64rem;
	padding-bottom: 27rem;
	position: relative
}
@media only screen and (min-width: 2000px) {
	.p-top-promises__sec3 {
		padding-top: 75rem
	}
}
.p-top-promises__sec3 .content .head {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-left: 15.38%
}
.p-top-promises__sec3 .content .imgArea {
	width: 30.38%;
	position: absolute;
	top: 4rem;
	left: 12.30%
}
.p-top-promises__sec3 .content .imgArea .img {
	position: relative;
	z-index: 1
}
.p-top-promises__sec3 .content .imgAreaBg {
	display: block;
	position: absolute;
	top: 9rem;
	left: -60%;
	width: 100%;
	height: 100%
}
.p-top-promises__sec3 .content .imgAreaBg .bg {
	display: block;
	width: 100%;
	height: 90%;
	background: #EAEAEA
}
.p-top-promises__sec3 .content .imgArea2 {
	width: 34.23%;
	position: absolute;
	top: 28rem;
	right: 0
}
.p-top-promises__sec3 .content .imgArea2 .img {
	position: relative;
	z-index: 1
}
.p-top-promises__sec3 .content .imgArea2Bg {
	display: block;
	position: absolute;
	top: -16rem;
	right: 0;
	width: 40vw;
	height: 100%
}
.p-top-promises__sec3 .content .imgArea2Bg .bg {
	display: block;
	width: 40vw;
	height: 90%;
	background: #EAEAEA
}
.p-top-promises__sec3 .txtbg {
	position: absolute;
	z-index: -1;
	-webkit-animation: txtbg3 44.88s linear 0s infinite normal;
	animation: txtbg3 44.88s linear 0s infinite normal;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 1496px;
	min-width: 200vw;
	height: 230px;
	background: url(../imgs/top/txtbg_3.svg) repeat-x left top;
	background-size: 748px 230px
}
@media only screen and (max-width: 1023px) {
	.p-top-promises {
		padding-top: 9rem
	}
	.p-top-promises .head {
		display: block
	}
	.p-top-promises .head__ttl {
		font-size: 2rem;
		padding-right: 0;
		margin-bottom: 2rem
	}
	.p-top-promises .head__txt {
		font-size: 1.4rem
	}
	.p-top-promises__head {
		margin-left: 0
	}
	.p-top-promises__sec1 {
		padding-top: 4rem;
		padding-bottom: 6rem;
		position: relative
	}
	.p-top-promises__sec1 .content .head {
		width: 100%;
		padding-left: 2rem;
		margin-bottom: 4rem
	}
	.p-top-promises__sec1 .content .imgArea {
		top: 0;
		right: 0;
		margin-left: auto;
		width: 70%;
		position: relative
	}
	.p-top-promises__sec1 .content .imgAreaBg {
		top: 6rem;
		right: 0
	}
	.p-top-promises__sec1 .content .imgAreaBg .bg {
		width: 80vw;
		height: 0;
		padding-bottom: 0;
		height: 46.8rem
	}
	.p-top-promises__sec1 .txtbg {
		bottom: 10rem
	}
	.p-top-promises__sec2 {
		padding-top: 28rem;
		padding-bottom: 9.5rem
	}
	.p-top-promises__sec2 .content .head {
		margin-left: auto;
		width: 25rem;
		padding-right: 2rem;
		position: relative;
		z-index: 1;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap-reverse;
		flex-flow: row-reverse wrap-reverse;
		letter-spacing: 0.2em
	}
	.p-top-promises__sec2 .content .head__ttl {
		padding-right: 0;
		padding-left: 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		min-height: auto
	}
	.p-top-promises__sec2 .content .head__txt {
		line-height: 2;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb
	}
	.p-top-promises__sec2 .content .imgArea {
		width: 36.9rem;
		position: absolute;
		top: 0;
		left: -11rem
	}
	.p-top-promises__sec2 .content .imgArea2 {
		display: none
	}
	.p-top-promises__sec2 .txtbg {
		bottom: 0rem
	}
	.p-top-promises__sec3 {
		padding-top: 34rem;
		padding-bottom: 8.4rem;
		position: relative
	}
	.p-top-promises__sec3 .content .head {
		padding-left: 2rem;
		margin-bottom: 8rem
	}
	.p-top-promises__sec3 .content .imgArea {
		width: 25rem;
		position: absolute;
		top: 0;
		left: 12.30%
	}
	.p-top-promises__sec3 .content .imgArea:before {
		top: 6rem;
		left: -80%
	}
	.p-top-promises__sec3 .content .imgAreaBg {
		top: 6rem;
		left: -80%
	}
	.p-top-promises__sec3 .content .imgArea2 {
		margin-left: auto;
		width: 24rem;
		position: relative;
		top: 0;
		right: 0
	}
	.p-top-promises__sec3 .content .imgArea2 .img {
		position: relative;
		z-index: 1
	}
	.p-top-promises__sec3 .content .imgArea2:before {
		width: 29.8rem;
		height: 90%;
		top: -4rem
	}
	.p-top-promises__sec3 .content .imgArea2Bg {
		top: -4rem;
		width: 29.8rem
	}
	.p-top-promises__sec3 .content .imgArea2Bg .bg {
		width: 29.8rem
	}
	.p-top-promises__sec3 .txtbg {
		bottom: 8.4rem
	}
}
.p-top-business {
	padding: 25rem 0 0;
	overflow: hidden;
	background: #EAEAEA;
	position: relative
}
.p-top-business .p-top-ttl {
	margin-bottom: 0;
	z-index: 1
}
.p-top-business .menu {
	position: relative;
	z-index: 1;
	border-top: 1px solid #EAEAEA
}
.p-top-business .menu .block {
	padding: 2rem 0;
	border-bottom: 1px solid #EAEAEA
}
.p-top-business .menu .block__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5
}
.p-top-business .menu .block__ttl span {
	display: block;
	font-weight: 400;
	font-size: 1.2rem
}
.p-top-business .menu .block__ttl a {
	text-decoration: none
}
html.notouch .p-top-business .menu .block__ttl a:hover {
	color: #E43C00
}
.p-top-business .menu .block .children {
	margin-top: 1rem
}
.p-top-business .menu .block .children .item+.item {
	margin-top: 0.6rem
}
.p-top-business__sec1 {
	padding-top: 9rem;
	padding-bottom: 24rem
}
.p-top-business__sec1 .content {
	position: relative;
	padding-left: 16.15vw;
	width: 37rem;
	padding-bottom: 10rem
}
.p-top-business__sec1 .content:before {
	content: "";
	background: #ffffff;
	width: 70vw;
	height: calc(100% + 30rem);
	position: absolute;
	top: -30rem;
	left: 0
}
.p-top-business__sec1 .imgArea {
	position: absolute;
	width: 45vw;
	right: 0;
	top: 27rem;
	overflow: hidden;
	height: 100rem
}
.p-top-business__sec2 {
	padding-top: 20rem;
	position: relative
}
.p-top-business__sec2 .content {
	position: relative;
	z-index: 1;
	margin-left: auto;
	padding-right: 7.69vw;
	padding-left: 11rem;
	width: 39rem;
	padding-top: 14rem;
	padding-bottom: 14rem;
	background: #ffffff
}
.p-top-business__sec2 .imgArea {
	position: absolute;
	width: 69.84vw;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 67.7rem
}
.p-top-business__sec3 {
	padding-top: 16rem;
	padding-bottom: 15rem;
	position: relative
}
.p-top-business__sec3:before {
	content: "";
	background: #ffffff;
	width: 32vw;
	height: 100%;
	position: absolute;
	top: 0rem;
	right: 0
}
.p-top-business__sec3 .content {
	padding-top: 12rem;
	position: relative;
	padding-left: 12.61vw;
	width: 37rem;
	padding-bottom: 10rem
}
.p-top-business__sec3 .content .menu {
	border-color: #D3D4D4
}
.p-top-business__sec3 .content .menu .block {
	border-color: #D3D4D4
}
.p-top-business__sec3 .imgArea {
	position: absolute;
	width: 45vw;
	right: 0;
	top: 16rem;
	overflow: hidden;
	height: 47.5rem
}
@media only screen and (max-width: 1023px) {
	.p-top-business {
		padding: 15rem 0 0
	}
	.p-top-business .p-top-ttl {
		margin-bottom: 5rem;
		z-index: 1
	}
	.p-top-business .menu .block__ttl {
		font-size: 1.4rem;
		letter-spacing: 0
	}
	.p-top-business__sec1 {
		padding-top: 0;
		padding-bottom: 6rem
	}
	.p-top-business__sec1 .content {
		position: relative;
		padding-left: 2rem;
		padding-right: 4rem;
		width: auto;
		padding-bottom: 7rem
	}
	.p-top-business__sec1 .content:before {
		content: "";
		background: #ffffff;
		width: calc(100% - 2rem);
		height: calc(100% + 18rem);
		position: absolute;
		top: -18rem;
		left: 0
	}
	.p-top-business__sec1 .imgAreaSp {
		width: 100vw;
		right: 0;
		position: relative;
		z-index: 1;
		overflow: hidden;
		margin-bottom: 6rem
	}
	.p-top-business__sec2 {
		padding-top: 0rem;
		position: relative
	}
	.p-top-business__sec2 .content {
		position: relative;
		z-index: 1;
		margin-left: 2rem;
		padding-right: 2rem;
		padding-left: 2rem;
		width: calc(100% - 2rem);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 5rem;
		background: none
	}
	.p-top-business__sec2 .content:before {
		content: "";
		position: absolute;
		left: 0;
		top: 7rem;
		width: 100%;
		height: calc(100% - 7rem);
		background: #ffffff
	}
	.p-top-business__sec2 .imgAreaSp {
		position: relative;
		z-index: 1;
		width: calc(100vw - 2rem);
		left: -4rem;
		margin-bottom: 4rem
	}
	.p-top-business__sec3 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.p-top-business__sec3:before {
		display: none
	}
	.p-top-business__sec3 .content {
		padding-top: 12rem;
		position: relative;
		z-index: 1;
		top: -3rem;
		padding-left: 0;
		width: auto;
		padding-bottom: 10rem;
		margin-left: 2rem;
		padding: 5rem 2rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.p-top-business__sec3 .content:before {
		content: "";
		background: #ffffff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0
	}
	.p-top-business__sec3 .content .menu {
		border-color: #EAEAEA
	}
	.p-top-business__sec3 .content .menu .block {
		border-color: #EAEAEA
	}
	.p-top-business__sec3 .imgAreaSp {
		width: 100vw;
		margin-left: -2rem
	}
}
.p-top-news {
	padding: 15rem 0
}
.p-top-news__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.p-top-news__head {
	width: 36rem
}
.p-top-news__body {
	width: calc(100% - 36rem)
}
.p-top-news__content {
	position: relative
}
.p-top-news__content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #EAEAEA
}
.p-top-news__content .item {
	position: relative
}
.p-top-news__content .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #EAEAEA
}
.p-top-news__content .item>a {
	padding: 4rem 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none
}
.p-top-news__content .item>a[href$=".pdf"] .item__ttl:after {
	position: relative;
	left: 0.3rem;
	content: "PDF";
	font-size: 1.2rem;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
	color: #ffffff;
	background: #ccc;
	padding: 0.2rem 1rem;
	line-height: 1;
	border-radius: 0.3rem;
	background: #E43C00
}
.p-top-news__content .item__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.p-top-news__content .item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20rem
}
.p-top-news__content .item__cat {
	margin-right: 1.8rem
}
.p-top-news__content .item__cat span {
	width: 5rem;
	text-align: center;
	display: inline-block;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.4rem 0 0.3rem;
	border-radius: 0.5rem;
	white-space: nowrap;
	letter-spacing: 0;
	border: 1px solid #ccc
}
.p-top-news__content .item__cat span.info {
	border-color: #C68F38;
	color: #C68F38
}
.p-top-news__content .item__cat span.news {
	border-color: #0074E8;
	color: #0074E8
}
.p-top-news__content .item__cat span.pr {
	border-color: #5DBA18;
	color: #5DBA18
}
.p-top-news__content .item__date {
	font-size: 1.2rem;
	font-weight: 700;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
	top: 0.3rem
}
.p-top-news__content .item__ttl {
	width: calc(100% - 17rem)
}
@media only screen and (max-width: 1023px) {
	.p-top-news {
		padding: 7rem 0
	}
	.p-top-news__inner {
		display: block
	}
	.p-top-news__head {
		width: 100%;
		margin-bottom: 4rem
	}
	.p-top-news__body {
		width: 100%
	}
	.p-top-news__content .item>a {
		padding: 2rem 0
	}
	.p-top-news__content .item__inner {
		display: block
	}
	.p-top-news__content .item__head {
		width: 100%;
		margin-bottom: 1rem
	}
	.p-top-news__content .item__ttl {
		width: 100%
	}
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	-webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	-webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	-webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.pointer {
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	pointer-events: none
}
html.touch .pointer, html.ie10 .pointer, html.ie11 .pointer, html.edge .pointer {
	display: none
}
.pointer.is-hidden {
	visibility: hidden
}
.pointer.foot {
	z-index: 0;
	opacity: 0;
	-webkit-transition: all .5s linear 0.2s;
	transition: all .5s linear 0.2s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.pointer.foot.is-show {
	opacity: 1;
	visibility: visible
}
.pointer .pointer__cursor {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	-webkit-transition-property: top, left, width, height, opacity, background;
	transition-property: top, left, width, height, opacity, background;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0
}
.pointer .pointer__cursor.is-mouseon {
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px
}
.pointer .pointer__cursor.is-mouseon_icon {
	opacity: 0.25
}
.pointer .pointer__cursor.is-mouseon_scroll {
	top: -60px;
	left: -60px;
	width: 120px;
	height: 120px;
	background: #E88F00 !important;
	opacity: 1 !important;
	color: #ffffff;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	-webkit-box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.15);
	opacity: 1
}
.pointer .pointer__cursor.is-mouseon_scroll .txt {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	margin-top: -5px
}
.pointer .pointer__cursor.is-mouseon_scroll .icon {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	margin-top: 15px
}
.pointer .pointer__cursor.is-mouseon_scroll .icon svg {
	fill: #ffffff;
	width: 13px;
	height: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.pointer .pointer__cursor.is-mouseon_white {
	top: -35px;
	left: -35px;
	width: 70px;
	height: 70px;
	background: #000 !important;
	opacity: 1 !important;
	color: #fff;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_white .txt {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pointer .pointer__cursor.is-mouseon_circle {
	top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	background: #E88F00 !important;
	opacity: 1 !important;
	color: #ffffff;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_circle .txt {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pointer .pointer__cursor.is-mouseon_big {
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_big .txt {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap
}
.pointer .pointer__cursor.is-mouseon_drag {
	top: -35px;
	left: -35px;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.8) !important;
	opacity: 1 !important
}
.pointer .pointer__cursor.is-mouseon_drag .left, .pointer .pointer__cursor.is-mouseon_drag .right {
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: 0.1rem;
	font-size: 1.2rem;
	line-height: 1
}
.pointer .pointer__cursor.is-mouseon_drag .left {
	left: 1.8rem
}
.pointer .pointer__cursor.is-mouseon_drag .right {
	right: 1rem
}
.pointer .pointer__cursor.is-mouseon_video {
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.25) !important;
	opacity: 1 !important;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_video .arw {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%
}
.pointer .pointer__cursor.is-mouseon_video .arw:before {
	color: #ffffff
}
.pointer .pointer__cursor.is-mouseon_video .spin {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6.5rem;
	margin-top: -6.5rem;
	width: 13rem;
	height: 13rem;
	background: url(../images/common/view-video_txt.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}
.pointer .pointer__cursor.is-mouseon_close {
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.25) !important;
	opacity: 1 !important;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_close .close:before, .pointer .pointer__cursor.is-mouseon_close .close:after {
	content: "";
	width: 4rem;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2rem
}
.pointer .pointer__cursor.is-mouseon_close .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.pointer .pointer__cursor.is-mouseon_close .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.pointer .pointer__cursor.is-mouseon_learnmore {
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.25) !important;
	opacity: 1 !important;
	color: #ffffff;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-align: center
}
.pointer .pointer__cursor.is-mouseon_learnmore .txt {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap
}
.pointer .pointer__cursor.is-mouseon_learnmore .spin {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6.5rem;
	margin-top: -6.5rem;
	width: 13rem;
	height: 13rem;
	background: url(../images/common/lerne-more_txt.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}
.pointer .pointer__cursor.is-hidden {
	top: 0;
	left: 0;
	width: 0;
	height: 0
}
.pointer .pointer__cursor.is-mousedown {
	top: -30px;
	left: -30px;
	width: 60px;
	height: 60px
}
html.isMS .pointer .pointer__cursor {
	background: #000000;
	opacity: 0.25
}
html.isMS .pointer .pointer__cursor.is-mouseon_footnav {
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000000
}
html.isMS .pointer .pointer__cursor.is-mouseon_footnav:before {
	display: none
}
.pointer.no-blend {
	mix-blend-mode: normal
}
html:not(.notouch) .pointer {
	display: none
}
.pointer__lorder {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: -11px;
	left: -11px;
	width: 22px;
	height: 22px;
	pointer-events: none
}
.pointer__lorder .loaders {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 22px;
	height: 22px
}
.pointer__lorder .loaders .bg, .pointer__lorder .loaders .circle {
	stroke-width: 1;
	fill: none
}
.pointer__lorder .loaders .bg {
	stroke: #f5f5f5
}
.pointer__lorder .loaders .circle {
	-webkit-transform-origin: center;
	transform-origin: center;
	stroke: #000;
	stroke-dasharray: 70;
	stroke-dashoffset: 0
}
html.wf-loading .pointer .pointer__cursor {
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: none;
	background: transparent
}
html.wf-loading .pointer .pointer__lorder {
	-webkit-transform: scale(1);
	transform: scale(1)
}
html.wf-loading .pointer .pointer__lorder .circle {
	-webkit-animation: loader-dash 1s ease-in-out infinite;
	animation: loader-dash 1s ease-in-out infinite
}
@media only screen and (max-width: 1023px) {
	.pointer {
		display: none
	}
}
@-webkit-keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes loader-dash {
	0% {
		stroke-dashoffset: 70
	}
	50% {
		stroke-dashoffset: 17.5;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	100% {
		stroke-dashoffset: 70;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}
@keyframes loader-dash {
	0% {
		stroke-dashoffset: 70
	}
	50% {
		stroke-dashoffset: 17.5;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	100% {
		stroke-dashoffset: 70;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg)
	}
}
.btn.store {
	width: 18rem
}
@media only screen and (max-width: 1023px) {
	.btn.store {
		width: 12rem
	}
}
.p-residents-kaiteki__hoken .hokenLink {
	border: 1px solid #E88F00;
	margin-top: 8rem;
	padding: 4rem;
	text-align: center
}
.p-residents-kaiteki__hoken .hokenLink .ttl {
	color: #E88F00;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #EAEAEA
}
.p-residents-kaiteki__hoken .hokenLink .bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -2.5rem
}
.p-residents-kaiteki__hoken .hokenLink .bnr .item {
	width: 28%;
	margin-bottom: 2.5rem
}
.p-residents-kaiteki__hoken .hokenLink .bnr .item.item1 {
	width: 33%
}
.p-residents-kaiteki__hoken .hokenLink .bnr .item.item2 {
	width: 33%
}
.p-residents-kaiteki__hoken .hokenLink .bnr .item a {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
html.notouch .p-residents-kaiteki__hoken .hokenLink .bnr .item a:hover {
	opacity: 0.7
}
.p-residents-kaiteki__hoken .hokenLink .btn {
	text-align: left
}
.p-residents-kaiteki__senyu .flow .item+.item {
	margin-top: 3rem
}
.p-residents-kaiteki__senyu .flow .item__ttl {
	background: #E88F00;
	color: #ffffff;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1
}
.p-residents-kaiteki__senyu .flow .item__ttl .icon {
	fill: #ffffff;
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	top: 0.1rem;
	padding-right: 1rem
}
.p-residents-kaiteki__senyu .flow .item__inner {
	padding: 2.5rem 3rem;
	border: 1px solid #E88F00
}
.p-residents-kaiteki__senyu .flow .item__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.p-residents-kaiteki__senyu .flow .item__list li span {
	font-weight: 700
}
.p-residents-kaiteki__senyu .flow .item__list li a {
	color: #E88F00
}
.p-residents-kaiteki__senyu .flow .item__btn {
	margin-top: 2rem;
	width: 18rem
}
.p-residents-kaiteki__senyu .flow .item__btn a {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
html.notouch .p-residents-kaiteki__senyu .flow .item__btn a:hover {
	opacity: 0.7
}
.p-residents-kaiteki__senyu .flow .item.end {
	padding-top: 3rem;
	position: relative
}
.p-residents-kaiteki__senyu .flow .item.end:before {
	content: "";
	position: absolute;
	top: -0.8rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-right: 2.4rem solid transparent;
	border-top: 1.8rem solid #E88F00;
	border-left: 2.4rem solid transparent
}
.p-residents-kaiteki__senyu .flow .btn {
	text-align: center
}
@media only screen and (max-width: 1023px) {
	.p-residents-kaiteki__hoken .hokenLink {
		margin-top: 4rem;
		padding: 2rem;
		text-align: left
	}
	.p-residents-kaiteki__hoken .hokenLink .ttl {
		font-size: 1.6rem;
		padding-bottom: 1rem;
		margin-bottom: 2rem
	}
	.p-residents-kaiteki__hoken .hokenLink .bnr {
		display: block;
		margin-bottom: 0
	}
	.p-residents-kaiteki__hoken .hokenLink .bnr .item {
		width: 100%;
		margin-bottom: 2rem
	}
	.p-residents-kaiteki__hoken .hokenLink .bnr .item.item1 {
		width: 100%
	}
	.p-residents-kaiteki__hoken .hokenLink .bnr .item.item2 {
		width: 100%
	}
	.p-residents-kaiteki__senyu .flow .item+.item {
		margin-top: 2rem
	}
	.p-residents-kaiteki__senyu .flow .item__ttl {
		font-size: 1.5rem
	}
	.p-residents-kaiteki__senyu .flow .item__inner {
		padding: 2rem 2rem
	}
	.p-residents-kaiteki__senyu .flow .item__btn {
		margin-top: 2rem;
		width: 12rem
	}
	.p-residents-kaiteki__senyu .flow .item.end {
		padding-top: 2rem
	}
}
.p-management__riyuu .point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.p-management__riyuu .point .item {
	width: 33.3333%;
	text-align: center;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.p-management__riyuu .point .item:first-child {
	padding-left: 0
}
.p-management__riyuu .point .item:last-child {
	padding-right: 0
}
.p-management__riyuu .point .item+.item:before {
	content: "";
	position: absolute;
	left: 0rem;
	width: 1px;
	height: 100%;
	background: #EAEAEA
}
.p-management__riyuu .point .item__ttl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #E88F00;
	line-height: 1.5;
	margin-bottom: 2rem
}
.p-management__riyuu .point .item__icon {
	width: 7rem;
	height: 7rem;
	margin: 0 auto 2rem;
	position: relative
}
.p-management__riyuu .point .item__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.p-management__riyuu .point .item__icon.icon1:before {
	width: 4.8rem;
	height: 4.8rem;
	background-image: url(../assets/imgs/management/icon_1.svg)
}
.p-management__riyuu .point .item__icon.icon2:before {
	width: 4.8rem;
	height: 4.8rem;
	background-image: url(../assets/imgs/management/icon_2.svg)
}
.p-management__riyuu .point .item__icon.icon3:before {
	width: 4.8rem;
	height: 4.8rem;
	background-image: url(../assets/imgs/management/icon_3.svg)
}
.p-management__riyuu .point .item__sub {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2rem
}
.p-management__riyuu .point .item__txt {
	text-align: justify;
	text-justify: inter-ideograph
}
.p-management__riyuu .point .item .m-cap {
	text-align: left
}
@media only screen and (max-width: 1023px) {
	.p-management__riyuu .point {
		display: block
	}
	.p-management__riyuu .point .item {
		width: 100%;
		text-align: center;
		padding: 3rem 0 0;
		border-top: 1px solid #EAEAEA
	}
	.p-management__riyuu .point .item+.item {
		margin-top: 3rem
	}
	.p-management__riyuu .point .item+.item:before {
		display: none
	}
	.p-management__riyuu .point .item__ttl {
		margin-bottom: 1.5rem
	}
	.p-management__riyuu .point .item__sub {
		margin-bottom: 1.5rem
	}
}
.p-estate-important__tyousa .m-table .ttl span {
	margin-left: 1rem
}
.p-estate-important__tyousa .m-table .m-list {
	margin-top: 0.5rem
}
.p-estate-important__tyousa .cap {
	margin-top: 1rem;
	text-align: right;
	font-size: 1.2rem
}
.p-estate-important__caution .checkForm {
	margin-top: 4rem
}
.p-estate-important__caution .checkForm__ttl {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 3rem
}
.p-estate-important__caution .checkFormInner {
	border: 1px solid #EAEAEA;
	padding: 4rem
}
.p-estate-important__caution .checkFormInner .item+.item {
	margin-top: 3rem
}
@media only screen and (max-width: 1023px) {
	.p-estate-important__caution .checkForm {
		margin-top: 3rem
	}
	.p-estate-important__caution .checkForm__ttl {
		font-size: 1.5rem;
		margin-bottom: 2rem;
		line-height: 1.5
	}
	.p-estate-important__caution .checkFormInner {
		padding: 2rem
	}
	.p-estate-important__caution .checkFormInner .item+.item {
		margin-top: 2rem
	}
}
.p-estate-documents__kanri .notes {
	margin-top: 3rem;
	border: 1px solid #E43C00;
	padding: 3rem
}
.p-estate-documents__kanri .notes__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	color: #E43C00
}
.p-estate-documents__kanri .notes .m-list {
	margin-top: 1rem
}
.p-estate-documents__kanri .documentsList {
	margin-top: 3rem;
	border-top: 1px dashed #EAEAEA
}
.p-estate-documents__kanri .documentsList .item {
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dashed #EAEAEA
}
.p-estate-documents__kanri .documentsList .item__txt .ttl {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.5rem
}
.p-estate-documents__kanri .documentsList .item__txt .txt {
	margin-top: 0
}
.p-estate-documents__kanri .destination {
	margin-top: 6rem;
	background: #EAEAEA;
	padding: 3rem
}
.p-estate-documents__kanri .destination__ttl {
	font-weight: 700
}
.p-estate-documents__kanri .destination__txt {
	margin-top: 1rem
}
@media only screen and (max-width: 1023px) {
	.p-estate-documents__kanri .notes {
		padding: 2rem
	}
	.p-estate-documents__kanri .documentsList .item {
		display: block
	}
	.p-estate-documents__kanri .documentsList .item .link-btn {
		margin-top: 2rem
	}
	.p-estate-documents__kanri .destination {
		margin-top: 3rem;
		padding: 2rem
	}
	.p-estate-documents__kanri .destination__txt {
		margin-top: 1rem;
		line-height: 1.6
	}
}
.form-file .fileImgArea {
	margin-top: 1rem
}
.form-file .fileImgArea .fileimg, .form-file .fileImgArea .filepdf {
	display: none;
	border: none
}
.form-file .fileImgArea .fileimg.is-visible, .form-file .fileImgArea .filepdf.is-visible {
	display: block
}
.form-file .fileBtn {
	display: inline-block;
	margin-top: 1rem;
	padding: 1rem 4rem;
	color: #ffffff;
	background-color: #222629;
	cursor: pointer;
	border-radius: 0.5rem;
	overflow: hidden;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1) .5s;
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1) .5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	position: relative
}
.form-file .fileBtn input[type="file"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
html.notouch .form-file .fileBtn:hover {
	opacity: 0.7
}
.form-file .filename {
	margin-top: 1rem
}
.licenceList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.licenceList .item+.item {
	margin-top: 1rem
}
.licenceList .item .txtarea {
	padding-left: 1rem;
	padding-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.licenceList .item .txtarea__text {
	position: relative;
	margin-right: 1rem
}
.licenceList .item .txtarea .dai {
	margin-right: 1rem
}
.p-contact-form__body .licenceList .form-radio .icon {
	background: #ffffff
}
@media only screen and (max-width: 1023px) {
	.licenceList .item {
		display: block
	}
	.licenceList .item+.item {
		margin-top: 3rem
	}
	.licenceList .item .txtarea {
		margin-top: 1rem;
		padding-left: 0rem;
		padding-right: 0rem
	}
}
.surveyList .item+.item {
	margin-top: 2rem
}
.surveyList .item .form-checkbox {
	font-weight: 700
}
.surveyList .item .price {
	font-weight: 400;
	margin-left: 1rem
}
.surveyList .item .m-list {
	margin-top: 1rem
}
.form-cap {
	font-weight: 400;
	display: block;
	font-size: 1.2rem
}
.confirm-txt {
	margin-bottom: 0.5rem
}
.form-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 3rem
}
.form-checkbox label {
	cursor: pointer
}
.form-checkbox .checkbox {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	opacity: 0
}
.form-checkbox .checkbox:checked+.icon:after {
	width: 0
}
.form-checkbox .icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	    top: 0.35em;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: #000 solid 1px;
	background: #ffffff
}
.form-checkbox .icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.4rem;
	left: 0.3rem;
	width: 1.3rem;
	height: 1rem;
	background: url(../images/common/check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.form-checkbox .icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #ffffff
}
.form-checkbox span {
	font-size: 16px;
	line-height: 1.8;
}
.form-flow {
	margin-top: 4rem;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 3rem 0;
	text-align: center;
	font-size: 0
}
.form-flow li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	position: relative
}
.form-flow li.is-current {
	color: #E88F00;
	font-weight: 700
}
.form-flow li.is-current span {
	opacity: 1
}
.form-flow li.is-current .num {
	font-weight: 400
}
.form-flow li span {
	opacity: 0.5
}
.form-flow li+li {
	margin-left: 6rem;
	padding-left: 8rem
}
.form-flow li+li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3.4rem;
	height: 1px;
	background: #EAEAEA;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.form-flow li .num {
	display: block;
	font-size: 1.2rem;
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: 0.8rem
}
@media only screen and (max-width: 1023px) {
	.form-flow {
		margin-top: 3rem;
		padding: 2.5rem 0
	}
	.form-flow li+li {
		margin-left: 3rem;
		padding-left: 6rem
	}
}
.complete {
	text-align: center
}
@media only screen and (max-width: 1023px) {
	.complete {
		text-align: left
	}
}
.form-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 5.5rem;
	margin: 0;
	padding: 1rem 3rem 1rem 1.5rem;
	border: none;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #C6C6C6;
	font-size: 1.4rem;
	line-height: 1.72;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-req {
	font-weight: 400;
	padding-left: 0.5rem;
	color: #E43C00
}
.form-inner {
	display: block;
	position: relative
}
.form-inner+.form-inner {
	margin-top: 2rem
}
.form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.form-flex__txt {
	padding-left: 1rem
}
label.error {
	display: block;
	color: #E43C00;
	line-height: 1.4;
	padding-top: 0.5rem
}
input.form-text, textarea.form-text {
	background-color: none
}
input.form-text.valid, textarea.form-text.valid {
	background-color: #eaf6f6;
	border-color: #2ea8ab
}
input.form-text.valid+.icon, textarea.form-text.valid+.icon {
	position: absolute;
	right: 1rem;
	top: 1.8rem;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/common/valid.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
input.form-text.error, textarea.form-text.error {
	border-color: #E43C00;
	background: url(../images/common/invalid.svg) no-repeat right 1rem top 1.8rem rgba(228, 60, 0, 0.1);
	background-size: 2rem auto
}
label.form-invalid {
	color: #E88F00;
	font-size: 1.2rem
}
textarea.form-text {
	max-width: 100%;
	height: 16rem
}
@media only screen and (max-width: 1023px) {
	textarea.form-text {
		height: 15rem
	}
}
input.form-text[name="zip[0]"], input.form-text[name="apartmentzip[0]"] {
	display: inline-block;
	max-width: 12rem;
	padding-right: 1.5rem
}
input.form-text[name="zip[1]"], input.form-text[name="apartmentzip[1]"] {
	display: inline-block;
	max-width: 12rem;
	padding-right: 1.5rem
}
input.form-text[name="dwelling"] {
	max-width: 19rem
}
@media only screen and (max-width: 1023px) {
	input.form-text[name="zip[0]"], input.form-text[name="apartmentzip[0]"] {
		max-width: 7rem
	}
	input.form-text[name="zip[1]"], input.form-text[name="apartmentzip[1]"] {
		max-width: 7rem
	}
}
.radio_group {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: -2rem
}
.radio_group li {
	display: block;
	margin-bottom: 2rem
}
.form-radio {
	display: inline-block;
	position: relative;
	padding-left: 3rem;
	cursor: pointer
}
.form-radio .radiobox {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	opacity: 0
}
.form-radio .radiobox:checked+.icon:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.form-radio .icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1.1rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: 1px solid #C6C6C6;
	border-radius: 2rem;
	background: #F5F5F5;
	overflow: hidden
}
.form-radio .icon:before {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.7rem;
	margin-top: -0.7rem;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 1.4rem;
	height: 1.4rem;
	background: #E88F00;
	border-radius: 1.4rem;
	opacity: 0
}
.form-privacy {
	margin-top: 4rem;
	text-align: center
}
.form-privacy .ttl {
	margin-bottom: 1rem
}
.form-privacy .ttl .req {
	color: #E43C00;
	margin-right: 0.5rem
}
.form-privacy .form-checkbox {
	font-weight: 700
}
.form-select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	border: solid 1px #ccc;
	background: #ffffff;
	border-radius: 0.5rem;
	font-size: 1.4rem
}
.form-select:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	display: block;
	margin-top: -0.4rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.5rem 0 0.5rem;
	border-color: #E88F00 transparent transparent transparent
}
.form-select select {
	display: block;
	width: 100%;
	height: 5.5rem;
	margin: 0;
	padding: 0 3rem 0 1.5rem;
	border: none;
	border-radius: 0;
	background: none;
	cursor: pointer;
	outline: none;
	font-size: 1.4rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-select select::-ms-expand {
	display: none
}
@media only screen and (max-width: 1023px) {
	.form-select:before {
		right: 1.2rem
	}
	.form-select select {
		font-size: 1.3rem
	}
}
button#zipcode {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.2rem;
	background: none;
	color: #E88F00;
	padding: 0.3rem 0 0.3rem;
	width: 6.5rem;
	border: 1px solid #E88F00;
	margin-left: 1.5rem;
	position: relative
}
.form-btnArea {
	position: relative;
	margin: 5rem auto 0;
	text-align: center
}
.form-btnArea #back {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 12rem;
	padding: 0.7rem;
	font-size: 1.4rem;
	text-align: center;
	border: none;
	background: #adadad;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none
}
html.notouch .form-btnArea #back:hover {
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	background: #000;
	color: #ffffff
}
@media only screen and (max-width: 1023px) {
	.form-btnArea #back {
		position: static;
		width: 12rem;
		padding: 0.7rem;
		font-size: 1.4rem;
		display: block;
		margin: 3rem auto 0
	}
}
select::-ms-expand {
	display: none
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset
}
input.valid:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #eaf6f6 inset
}
input:placeholder-shown, textarea:placeholder-shown {
	color: #989898;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #989898;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #989898;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #989898;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #989898;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type="number"] {
	-moz-appearance: textfield
}
select::-ms-expand {
	display: none
}
.p-contact-chatbot {
	background: url(../images/livingservice/contact/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 9rem 0 12rem;
	margin-bottom: 12rem
}
.p-contact-chatbot__ttl {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1rem
}
.p-contact-chatbot__txt {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 700;
	margin-bottom: 2rem
}
@media only screen and (max-width: 1023px) {
	.p-contact-chatbot {
		padding: 5rem 0 5rem;
		margin-bottom: 5rem
	}
	.p-contact-chatbot__ttl {
		font-size: 2rem;
		margin-bottom: 0.5rem
	}
}
.p-contact-faq .faqList .ui-ac__content.first {
	padding: 2rem
}
.p-contact-faq .faqList .item__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 3rem 0;
	position: relative;
	border-bottom: 1px solid #EAEAEA
}
.p-contact-faq .faqList .item__ttl.is-show .toggle:after {
	opacity: 0
}
.p-contact-faq .faqList .item__ttl .toggle {
	position: absolute;
	top: 3.5rem;
	right: 2rem;
	width: 1.8rem;
	height: 1.8rem
}
.p-contact-faq .faqList .item__ttl .toggle:before, .p-contact-faq .faqList .item__ttl .toggle:after {
	position: absolute;
	content: "";
	background: #707070;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.p-contact-faq .faqList .item__ttl .toggle:before {
	width: 1.8rem;
	height: 2px
}
.p-contact-faq .faqList .item__ttl .toggle:after {
	width: 2px;
	height: 1.8rem;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.p-contact-faq .faqList .item__ttl span {
	font-family: "Urbanist", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.8rem;
	color: #E88F00;
	padding-right: 0.5rem
}
.p-contact-faq .faqList__chid {
	padding: 2rem;
	background: #EAEAEA
}
.p-contact-faq .faqList__chid .item-chid {
	background: #ffffff
}
.p-contact-faq .faqList__chid .item-chid+.item-chid {
	margin-top: 0.5rem
}
.p-contact-faq .faqList__chid .item-chid .item__ttl {
	padding: 2rem
}
.p-contact-faq .faqList__chid .item-chid .item__ttl .toggle {
	top: 2.5rem
}
.p-contact-faq .faqList__chid .item-chid .ui-ac__content {
	padding: 2rem
}
@media only screen and (max-width: 1023px) {
	.p-contact-faq .faqList .ui-ac__content.first {
		padding: 1.5rem
	}
	.p-contact-faq .faqList .item__ttl {
		font-size: 1.4rem;
		padding: 2rem 4rem 2rem 0rem;
		letter-spacing: 0
	}
	.p-contact-faq .faqList .item__ttl span {
		line-height: 1
	}
	.p-contact-faq .faqList .item__ttl .toggle {
		top: 2.5rem;
		right: 1.5rem;
		width: 1.4rem;
		height: 1.4rem
	}
	.p-contact-faq .faqList .item__ttl .toggle:before {
		width: 1.4rem
	}
	.p-contact-faq .faqList .item__ttl .toggle:after {
		height: 1.4rem
	}
	.p-contact-faq .faqList__chid {
		padding: 1rem;
		background: #EAEAEA
	}
	.p-contact-faq .faqList__chid .item-chid .item__ttl {
		padding: 1.5rem 4rem 1.5rem 1.5rem
	}
	.p-contact-faq .faqList__chid .item-chid .item__ttl .toggle {
		top: 2.4rem
	}
	.p-contact-faq .faqList__chid .item-chid .ui-ac__content {
		padding: 1.5rem
	}
}
.p-contact-form .telArea {
	margin-top: 10rem;
	background: #FFFCF7;
	padding: 2rem
}
.p-contact-form .telArea .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #E88F00;
	text-align: center;
	margin-bottom: 0.7rem
}
.p-contact-form .telAreaInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.p-contact-form .telArea .tel {
	margin-right: 3rem
}
.p-contact-form .telArea .tel a {
	display: block;
	width: 23.2rem;
	height: 4.2rem;
	background: url(../images/livingservice/contact/tel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.p-contact-form .telArea .tel a span {
	display: none
}
.p-contact-form .telArea .txt {
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
	.p-contact-form .telArea {
		margin-top: 8rem;
		padding: 2rem;
		display: block;
		text-align: center
	}
	.p-contact-form .telArea .tel {
		margin-right: 0
	}
	.p-contact-form .telArea .tel a {
		margin: 0 auto 1rem
	}
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden
}
.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0
}
.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.modaal-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden
}
.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden
}
.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block
}
.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 0 2.5rem 15rem
}
@media only screen and (max-width: 1023px) {
	.modaal-inner-wrapper {
		padding: 0 1.5rem 8rem
	}
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top
}
.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1100px;
	border-radius: 0px;
	cursor: auto
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto
}
@media only screen and (min-width: 1500px) {
	.modaal-container {
		max-width: 1375px
	}
}
.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: none
}
.modaal-close:focus, .modaal-close:hover {
	outline: none;
	background: #fff
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
	background: #b93d0c
}
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-close:before, .modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px
}
.modaal-content-container {
	padding-top: 15rem
}
@media only screen and (max-width: 1023px) {
	.modaal-content-container {
		padding-top: 8rem
	}
}
.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0
}
.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline
}
.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f
}
@keyframes instaReveal {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes instaReveal {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent
}
.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important
}
.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards
}
.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px
}
.modaal-image .modaal-container {
	width: auto;
	max-width: 100%
}
.modaal-gallery-wrap {
	position: relative;
	color: #fff
}
.modaal-gallery-item {
	display: none
}
.modaal-gallery-item img {
	display: block;
	width: 100%
}
.modaal-gallery-item.is_active {
	display: block
}
.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff
}
.modaal-gallery-label:focus {
	outline: none
}
.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
	outline: none;
	background: #fff
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
	background: #afb7bc
}
.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px
}
.modaal-gallery-next-outer {
	right: 45px
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
	left: 22px
}
.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px
}
.modaal-gallery-prev-outer {
	left: 45px
}
.modaal-video-wrap {
	margin: auto 50px;
	position: relative
}
.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto
}
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%
}
.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block
}
@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px
	}
}
@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px
	}
	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		transform: none;
		background: rgba(0, 0, 0, 0.7)
	}
	.modaal-gallery-control:before, .modaal-gallery-control:after {
		background: #fff
	}
	.modaal-gallery-next {
		left: auto;
		right: 20px
	}
	.modaal-gallery-prev {
		left: 20px;
		right: auto
	}
}
@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
}
@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important
	}
}
@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 0rem;
		padding-bottom: 8rem
	}
	.modaal-instagram iframe {
		width: 600px !important
	}
}
@media only screen and (max-width: 1023px) {
	.modaal-inner-wrapper {
		padding-top: 0rem;
		padding-bottom: 8rem
	}
}
@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
	.modaal-video-container {
		max-width: 900px;
		max-height: 510px
	}
}
@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important
	}
}
@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none
	}
}
.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	transform: scale(0.25)
}
@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: .1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: .1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute
}
.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff
}
.modaal-loading-spinner>div:nth-of-type(1)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.modaal-loading-spinner>div:nth-of-type(2)>div, .modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(2)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s
}
.modaal-loading-spinner>div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}
.modaal-loading-spinner>div:nth-of-type(4)>div, .modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(4)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s
}
.modaal-loading-spinner>div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.modaal-loading-spinner>div:nth-of-type(6)>div, .modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(6)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s
}
.modaal-loading-spinner>div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}
.modaal-loading-spinner>div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(8)>div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s
}
.modaal-loading-spinner>div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute
}
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute
}
.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}
.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
	opacity: 1
}
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute
}
.ps__thumb-y {
	background-color: #8f9197;
	border-radius: 0;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	transition: background-color .2s linear, width .2s ease-in-out;
	width: 0.5rem;
	right: 0;
	position: absolute
}
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important
	}
}
@media only screen and (max-width: 1023px) {
	.ps__rail-x, .ps__rail-y {
		opacity: 0.6 !important
	}
	.ps--active-x .ps__rail-x {
		background: #EFEFEF;
		border-radius: 5px;
		height: 10px
	}
}
.mb-0 {
	margin-bottom: 0!important;
}
.grid__nav .nav__list .item>a .m-icon.icon-center {
	top: 50%;
	transform: translateY(-50%);
}
.lh {
	line-height: 1.3;
}
.link-btn.reverse {
	background-color: #fff;
	color: #e88f00;
	border: 1px solid #e88f00;
	.m-icon.arw {
		fill: #e88f00;
		transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
	}
	&:hover {
		background-color: #e88f00!important;
		color: #fff;
		.m-icon.arw {
			fill: #fff!important;
		}
	}
}
.section--m .imgTxt .img.img2 {
	top: -2rem;
}
@media screen and (min-width: 1024px) {
	.pc-none {
		display: none;
	}
}
.p-residents-kaiteki__hoken .hokenLink .c-cap {
	margin-top: 1rem;
	text-align: left;
	font-size: 10px;
}

/* add */
.parentttl{
	font-size: 16px;
    margin-bottom: 8px;
}