@charset "utf-8";

/* // base //
----------------------------------------------- */
html,
body {
	line-height: 2.5;
	scroll-behavior: smooth;
}

#Container {
	padding-top: 0px;
}
.sectionA {
	margin-bottom: 110px;
}

#Concept,
#Living,
#Housing,
#Care,
#Life {
	scroll-margin-top: 40px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px) {
	html,
	body {
		line-height: 2.3;
	}
	.sectionA {
		margin-bottom: 70px;
	}
}

/* // xxxxx //
----------------------------------------------- */
#BtmCtaA,
#Header,
#BtmContact,
#Footer,
#BtmCtaB,
#SPHeader,
#GnaviSP,
.modalBtn.A,
#SPModalMenu,
.____,
.____,
.___ {
	display: none !important;
}

/* // text //
----------------------------------------------- */
.ffMin {
	font-weight: 500;
}
.htx_a {
	font-size: 27px;
	line-height: 1.9;
	font-weight: 500;
	margin-bottom: 50px;
}
.htx_b {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 22px;
}
.ttl_a {
	line-height: 1;
	margin-bottom: 60px;
}
.ttl_a .en {
	color: #cfcece;
	margin-bottom: 15px;
	font-size: 42px;
	display: block;
}
.ttl_a .ja {
	font-size: 22px;
	display: block;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.htx_a {
		font-size: 18px;
		margin-bottom: 34px;
	}
	.htx_b {
		font-size: 20px;
		margin-bottom: 22px;
	}
	.ttl_a {
		margin-bottom: 33px;
	}
	.ttl_a .en {
		margin-bottom: 10px;
		font-size: 37px;
	}
	.ttl_a .ja {
		font-size: 19px;
	}
}

/* // header
----------------------------------------------- */
.header {
	height: 80px;
	padding: 10px;
	width: 100%;
}
.header > .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.header .logoWrap {
	width: 190px;
	line-height: 1;
	margin-top: -10px;
}
.header .ctaWrap {
	flex: 1;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
}
.header .ctaWrap li {
	margin-left: 10px;
}
.header .ctaWrap li.btn a {
	width: 160px;
}
.header .ctaWrap li.btn a .tx {
	height: 60px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.header .ctaWrap li.tel {
	line-height: 1;
	margin-right: 10px;
	margin-top: -4px;
}
.header .ctaWrap li.tel .tx1 {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 2px;
}
.header .ctaWrap li.tel .tx2 {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 3px;
}
.header .ctaWrap li.tel .num {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	font-size: 27px;
	color: #000;
}
.header .ctaWrap li.tel .num .icon {
	width: 29px;
	margin-right: 6px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.header {
		height: 60px;
		padding: 7px;
	}
	.header > .inner {
	}
	.header .logoWrap {
		width: 150px;
		line-height: 1;
		margin-top: 0;
	}
	.header .ctaWrap {
		display: none;
	}
}

/* // btmCta
----------------------------------------------- */
.btmCta {
	height: 70px;
	padding: 7px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 999;
	transform: translateY(110%);
	transition-delay: 0.2s;
	transition-duration: 0.5s;
}
.btmCta.view {
	transform: translateY(0%);
}
.btmCta > .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCta .ctaWrap {
	flex: 1;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCta .ctaWrap li {
	margin-left: 10px;
}
.btmCta .ctaWrap li.btn a {
	width: 300px;
}
.btmCta .ctaWrap li.btn a .tx {
	height: 56px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCta .ctaWrap li.tel {
	line-height: 1;
	margin-right: 10px;
	margin-top: -3px;
}
.btmCta .ctaWrap li.tel .tx1 {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 2px;
}
.btmCta .ctaWrap li.tel .tx2 {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 3px;
}
.btmCta .ctaWrap li.tel .num {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	font-size: 27px;
	color: #000;
}
.btmCta .ctaWrap li.tel .num .icon {
	width: 29px;
	margin-right: 6px;
}
.btmCta img .catalogIcon {
	width: 63px;
}
.btmCta .ctaWrap li.btn a img {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.btmCta {
		display: none;
		visibility: hidden;
		height: auto;
		padding: 3px 0 0;
		line-height: 1;
	}
	.btmCta .ctaWrap {
	}
	.btmCta .ctaWrap li {
		margin: 4px;
	}
	.btmCta .ctaWrap li.tel {
	}
	.btmCta .ctaWrap li.tel img {
		width: 53px;
	}
	.btmCta .ctaWrap li.btn a {
		width: 130px;
	}
	.btmCta .ctaWrap li.btn a .tx {
		height: 47px;
	}
	.btmCta .ctaWrap li.tel {
		line-height: 1;
		margin-right: 6px;
		margin-top: 2px;
	}
	.btmCta .ctaWrap li.tel .tx1 {
		display: block;
		text-align: center;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.btmCta .ctaWrap li.tel .tx2 {
		display: block;
		text-align: center;
		font-size: 11px;
		margin-top: 3px;
	}
	.btmCta .ctaWrap li.tel .num {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
		font-size: 27px;
		color: #000;
	}
	.btmCta .ctaWrap li.tel .num .icon {
		width: 29px;
		margin-right: 6px;
	}
	.btmCta .ctaWrap li.btn a img {
		display: block;
		width: 30px;
	}
}

/* pop up banner
----------------------------------------------- */
.bannerWrap {
	position: relative;
	z-index: 1000;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 480px;
	height: 128px;
}
.bannerWrap__btn {
	position: absolute;
	top: -9px;
	left: 3px;
	width: 32px;
	aspect-ratio: 1;
	padding: 3px;
	display: grid;
	place-items: center;
	cursor: pointer;
	background-color: #fff;
	transition: opacity 0.3s;
}
.bannerWrap__btn:hover {
	opacity: 0.8;
}
.bannerWrap__btn img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.bannerWrap__link {
	display: block;
}
.bannerWrap__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.bannerWrap__img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.bannerBtn {
	position: relative;
	z-index: 1000;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 40px;
	height: 40px;
	transform: translateX(100%);
	background-color: #fff;
	display: grid;
	place-items: center;
	padding: 4px;
	transition: opacity 0.3s;
	cursor: pointer;
	border: 2px solid #365985;
	border-right: none;
}
.bannerBtn:hover {
	opacity: 0.8;
}
.bannerBtn img {
	transform: rotate(45deg);
	width: 80%;
	height: auto;
	object-fit: contain;
	margin-left: 1px;
}
.fixedCta--slideIn {
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 backwards;
}

.fixedCta--slideout {
	animation: slideOut 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.fixedBtn--slideOut {
	animation: slideOutBtn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.fixedBtn--slideIn {
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 backwards;
	transform: translateX(0px);
}

/* =====SP===== */
@media screen and (max-width: 840px) {
	.bannerWrap {
		width: 100%;
		display: grid;
		place-content: center;
		bottom: 0px;
	}
	.bannerWrap__img,
	.bannerWrap__img img {
		max-width: 480px;
	}
	.bannerBtn{
		bottom: 40px;
	}
}
@keyframes slideIn {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
	}

	40%,
	100% {
		opacity: 1;
	}
}

@keyframes slideOut {
	0% {
		transform: translateX(0px);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
	}

	100% {
		opacity: 0;
	}
}

@keyframes slideOutBtn {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(100%);
	}
}

/* // fv
----------------------------------------------- */
#TopMv {
	height: 800px;
	max-height: 800px;
}
#TopMv.on {
	transition-delay: unset;
	transition-duration: unset;
	opacity: 1;
}
.fv > .inner {
	position: relative;
	height: 800px;
}
.fv .topMvSwiper {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
#TopMv .topMvSwiper.swiper-container,
#TopMv .topMvSwiper .swiper-wrapper,
#TopMv .topMvSwiper .swiper-slide {
	height: 100%;
	max-height: 100%;
	padding-bottom: 0;
}
.fv .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv .wrap {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	line-height: 1;
}
.fv .tx1 {
	text-align: center;
	margin-bottom: 43px;
}
.fv .tx1 > .in {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0) 100%);
	display: inline-block;
	padding: 15px 58px;
	color: #fff;
	font-size: 23px;
}
.fv .logo {
	fill: #ffffff;
	width: 350px;
	display: inline-block;
	margin-bottom: 49px;
}
.fv .tx2 {
	color: #fff;
	font-size: 43px;
	text-align: center;
	margin-bottom: 82px;
	font-weight: 400;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.fv .btns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.fv .btns li {
	margin: 0 18px;
}
.fv .btns li a {
	width: 390px;
}
.fv .btns li a .tx {
	padding-top: 21px;
	padding-bottom: 21px;
}
.fv .btns li a .tx ._1 {
	display: block;
	font-size: 14px;
	margin-bottom: 9px;
}
.fv .btns li a .tx ._2 {
	display: block;
	font-size: 22px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	#TopMv {
		height: 640px;
		max-height: 640px;
	}
	.fv > .inner {
		height: 640px;
	}
	.fv .wrap {
	}
	.fv .tx1 {
		margin-bottom: 31px;
	}
	.fv .tx1 > .in {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
		padding: 13px 30px;
		font-size: 16px;
	}
	.fv .logo {
		width: 250px;
		margin-bottom: 37px;
	}
	.fv .tx2 {
		font-size: 33px;
		margin-bottom: 64px;
		line-height: 1.45;
	}
	.fv .btns {
		display: block;
		padding: 0 25px;
	}
	.fv .btns li {
		margin: 0 0 20px;
	}
	.fv .btns li a {
		width: 100%;
	}
	.fv .btns li a .tx {
		padding-top: 14px;
		padding-bottom: 11px;
	}
	.fv .btns li a .tx ._1 {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.fv .btns li a .tx ._2 {
		font-size: 20px;
	}
}

/* // aboutBlock1
----------------------------------------------- */
.aboutBlock1 {
	background: url(./img/about_bg_01.jpg) no-repeat center top / auto auto;
}
.aboutBlock1 > .inner {
	position: relative;
	padding: 120px 0 400px;
}
.aboutBlock1 .wrap {
	display: flex;
	display: -ms-flexbox;
}
.aboutBlock1 .wrap .col {
	width: 50%;
}
.aboutBlock1 .htx1 {
	line-height: 1;
	overflow: hidden;
	margin-bottom: 37px;
	margin-top: 14px;
}
.aboutBlock1 .htx1 .in {
	font-size: 19px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.aboutBlock1 .htx1 .in:after {
	content: " ";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	background-color: #000;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.aboutBlock1 .htx1 .in:after {
	content: " ";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	background-color: #000;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.aboutBlock1 .img1 {
	position: absolute;
	right: 280px;
	bottom: -60px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.aboutBlock1 {
		background-size: cover;
	}
	.aboutBlock1 > .inner {
		padding: 70px 0 90px;
		width: calc(100% - 30px) !important;
		overflow: hidden;
	}
	.aboutBlock1 .wrap {
		display: block;
	}
	.aboutBlock1 .wrap .col {
		width: 100%;
		margin-bottom: 40px;
	}
	.aboutBlock1 .htx1 {
		margin-bottom: 29px;
		margin-top: 0;
	}
	.aboutBlock1 .htx1 .in {
		font-size: 17px;
		padding-right: 0;
	}
	.aboutBlock1 .htx1 .in:after {
		content: " ";
		position: absolute;
		display: block;
		width: 500px;
		height: 1px;
		background-color: #000;
		left: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.aboutBlock1 .htx1 .in:after {
		display: none;
	}
	.aboutBlock1 .img1 {
		position: relative;
		right: auto;
		bottom: auto;
		width: 479px;
		left: -19%;
	}
}

/* // conceptBlock1
----------------------------------------------- */
.conceptBlock1 {
	padding-top: 70px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.conceptBlock1 .image {
	width: 566px;
}
.conceptBlock1 .image img {
	width: 100%;
}
.conceptBlock1 .contents {
	flex: 1;
	margin-right: 65px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.conceptBlock1 {
		padding-top: 0px;
		display: block;
	}
	.conceptBlock1 .image {
		width: 100%;
		height: 350px;
		overflow: hidden;
	}
	.conceptBlock1 .image img {
		margin-top: -35px;
	}
	.conceptBlock1 .contents {
		flex: auto;
		margin-right: 0;
		margin-bottom: 33px;
	}
}

/* feature
----------------------------------------------- */
.feature__container {
	margin: 0 auto;
	max-width: 1100px;
}
.feature__inner {
	background-color: #efefef;
	padding-top: 32px;
	padding-bottom: 40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}
.feature__ttl--en {
	color: #a7a7a7;
	text-align: center;
	line-height: 1;
	font-size: 16px;
}
.feature__ttl--ja {
	text-align: center;
	line-height: 1;
	font-size: 24px;
	margin-top: 8px;
}
.feature__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.feature__item--link {
	display: grid;
	grid-template-columns: 1fr 22px;
	gap: 6px;
	background-color: #fff;
	border: 1px solid #cacaca;
	padding: 14px 10px 13px;
}
.feature__item--txt {
	align-self: center;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
.feature__item--link img {
	align-self: center;
	width: 22px;
	aspect-ratio: 1;
}
/* =====TB===== */
@media screen and (max-width: 1140px) {
	.feature__container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* =====SP===== */
@media screen and (max-width: 840px) {
	.feature__inner {
		padding-top: 24px;
		padding-bottom: 32px;
	}
	.feature__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 32px;
	}

	.feature__item--link {
		grid-template-columns: 1fr 22px;
		padding: 10px 8px;
		height: 100%;
	}
	.feature__item--txt {
		font-size: 15px;
		line-height: 1.3;
	}
	.feature__item--link svg {
		width: 22px;
	}
}

/* // livingitems1
----------------------------------------------- */
.livingitems1 .item {
	height: 400px;
	background: no-repeat center center / cover;
	margin-bottom: 5px;
}
.livingitems1 .item:nth-of-type(1) {
	background-image: url(./img/living_img_01.jpg);
}
.livingitems1 .item:nth-of-type(2) {
	background-image: url(./img/living_img_02.jpg);
}
.livingitems1 .item:nth-of-type(3) {
	background-image: url(./img/living_img_03.jpg);
}
.livingitems1 .item > .inner {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	height: 100%;
}
.livingitems1 .item:nth-of-type(even) > .inner {
	justify-content: flex-start;
	-ms-justify-content: flex-start;
}
.livingitems1 .item .num {
	line-height: 1;
	position: absolute;
	bottom: -13px;
	left: 0px;
	font-size: 136px;
	color: #fff;
	opacity: 0.7;
}
.livingitems1 .item:nth-of-type(even) .num {
	left: auto;
	right: 0px;
}
.livingitems1 .item .contents {
	background-color: rgba(255, 255, 255, 0.8);
	width: 450px;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: center;
	-ms-align-content: center;
	padding: 0 40px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.livingitems1 .item {
		height: auto;
		background: no-repeat center top;
		background-size: auto 220px;
		margin-bottom: 45px;
		padding-top: 246px;
	}
	.livingitems1 .item:nth-child(2) {
		background-position: -300px 0;
	}
	.livingitems1 .item:nth-child(3) {
		background-position: -80px 0;
	}
	.livingitems1 .item:last-of-type {
		margin-bottom: 0;
	}
	.livingitems1 .item > .inner {
		position: relative;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: flex-end;
		-ms-justify-content: flex-end;
		height: 100%;
	}
	.livingitems1 .item:nth-of-type(even) > .inner {
		justify-content: flex-start;
		-ms-justify-content: flex-start;
	}
	.livingitems1 .item .num {
		bottom: auto;
		font-size: 81px;
		top: -100px;
		left: 20px;
	}
	.livingitems1 .item:nth-of-type(even) .num {
		left: 20px;
		right: auto;
	}
	.livingitems1 .item .contents {
		background-color: transparent;
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
	}
}

/* // photoGallery1
----------------------------------------------- */
.photoGallery1 {
	margin-bottom: 20px;
}
.photoGallery1 .swiperA .swiper-slide .wrap .image {
	height: 516px;
}
.photoGallery1 .swiperA .swiper-slide {
	width: 720px;
}
.photoGallery1 .swiper-button-prev {
	left: calc(50% - 400px);
}
.photoGallery1 .swiper-button-next {
	right: calc(50% - 400px);
}
/* ________SP________ */
@media screen and (max-width: 840px) {
	.photoGallery1 {
		margin-bottom: 20px;
	}

	.photoGallery1 .swiper-button-prev {
		left: calc(50% - 400px);
	}
	.photoGallery1 .swiper-button-next {
		right: calc(50% - 400px);
	}

	.photoGallery1 .swiperA .swiper-slide {
		width: calc(100vw - 40px);
	}
	.photoGallery1 .swiperA .swiper-slide .wrap .image {
		height: calc((100vw - 40px) * 0.75);
	}
	.photoGallery1 .swiper-button {
		display: none;
	}
}

/* // housingItems1
----------------------------------------------- */
.housingItems1 .item {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.housingItems1 .item:nth-of-type(even) {
	flex-direction: row;
	-ms-flex-direction: row;
}
.housingItems1 .item .image {
	width: 50%;
}
.housingItems1 .item .image img {
	width: 100%;
}
.housingItems1 .item .contents {
	width: 50%;
	line-height: 2.2;
	padding: 0 0px 0 50px;
}
.housingItems1 .item:nth-of-type(even) .contents {
	padding: 0 50px 0 0;
}
.housingItems1 .item .contents .htx1 {
	margin-bottom: 13px;
	font-size: 20px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.housingItems1 .item {
		display: block;
		margin-bottom: 37px;
	}
	.housingItems1 .item:nth-of-type(even) {
		flex-direction: row;
		-ms-flex-direction: row;
	}
	.housingItems1 .item .image {
		width: 100%;
	}
	.housingItems1 .item .contents {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		line-height: 2;
	}
	.housingItems1 .item:nth-of-type(even) .contents {
		padding: 0;
	}
	.housingItems1 .item .contents .htx1 {
		margin-bottom: 6px;
		font-size: 19px;
	}
}

/* // cv
----------------------------------------------- */
.cv {
	background-color: #8e7054;
}
.cv .lifeItems1 .item .img1 {
	width: 100%;
	margin: 16px 0;
}
.cvWrap {
	display: flex;
}
.cv .columnWrapA {
	flex-wrap: nowrap;
}
.cvleft {
	width: 694px;
}

.cvpc {
	display: block !important;
}
.cvsp {
	display: none !important;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.cv .lifeItems1 .item {
		margin-bottom: 0px;
	}
	.cvWrap {
		display: block;
		padding-top: 10px;
	}
	.cvpc {
		display: none !important;
	}
	.cvsp {
		display: block !important;
	}
}

/* // careItems1
----------------------------------------------- */
.careItems1 .item {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
	margin-bottom: 80px;
}
.careItems1 .item:last-of-type {
	margin-bottom: 0px;
}
.careItems1 .item .image {
	width: 800px;
}
.careItems1 .item .image img {
	width: 100%;
}
.careItems1 .item .contents {
	width: 550px;
	margin-left: -250px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 64px;
	padding-left: 55px;
	line-height: 2.2;
	position: relative;
	z-index: 10;
}
.careItems1 .item .contents .htx1 {
	font-size: 19px;
	line-height: 1.7;
	margin-bottom: 22px;
}

.careItems1 .item:nth-of-type(even) {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.careItems1 .item:nth-of-type(even) .contents {
	margin-left: 0;
	margin-right: -250px;
	padding-right: 55px;
	padding-left: 0px;
}
/* ________SP________ */
@media screen and (max-width: 840px) {
	.careItems1 .item {
		display: block;
		margin-bottom: 54px;
		overflow: hidden;
	}
	.careItems1 .item .image {
		width: 100%;
	}
	.careItems1 .item .image img {
		width: calc(100% + 80px);
		margin-left: -40px;
	}
	.careItems1 .item .contents {
		width: 100%;
		margin-left: 0;
		background-color: transparent;
		padding-top: 28px;
		padding-bottom: 0;
		padding-left: 0;
		line-height: 2.2;
	}
	.careItems1 .item .contents .htx1 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.careItems1 .item:nth-of-type(even) {
		flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
	}
	.careItems1 .item:nth-of-type(even) .contents {
		margin-right: 0;
		padding-right: 0;
	}
}

/* // lifeItems1
----------------------------------------------- */
.lifeItems1 .item {
	line-height: 2.1;
}
.lifeItems1 .item .img1 {
	width: 100%;
	margin-bottom: 27px;
}
.lifeItems1 .item .htx1 {
	font-size: 19px;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.lifeItems1 .item {
		line-height: 2;
		margin-bottom: 60px;
	}
	.lifeItems1 .item:last-of-type {
		margin-bottom: 0;
	}
	.lifeItems1 .item .img1 {
		margin-bottom: 26px;
	}
	.lifeItems1 .item .htx1 {
		font-size: 18px;
		margin-bottom: 13px;
	}
}

/* // locationBlock1
----------------------------------------------- */
.locationBlock1 {
	background-color: #efefef;
	padding: 70px 0;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.locationBlock1 {
		padding: 55px 0;
	}
}

/* // formBlock1
----------------------------------------------- */
.formBlock1 {
	padding-top: 40px;
	padding-bottom: 110px;
	margin-top: 60px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
	.formBlock1 {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}

/* // footer
----------------------------------------------- */
.footer {
	padding: 19px 0px 80px;
	border-top: 1px solid #e1e1e1;
}
.footer .logoWrap {
	display: inline-block;
	line-height: 1;
}
.footer .logoWrap .logo1 {
	width: 170px;
}
.footer .logoWrap .tx {
	display: block;
	font-size: 11px;
	margin-top: 8px;
}

/* ________SP________ */
@media screen and (max-width: 840px) {
}

/* // xxx
----------------------------------------------- */

/* xxx  */

/* ________SP________ */
@media screen and (max-width: 840px) {
}
