@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	height: 100vh;
}
.m_img_area .m_img {
	position: relative;
}
.m_img_area .m_nav_area {
	position: absolute;
	z-index: 25;
}

.m_img_area .m_img h1 {
	position: absolute;
	z-index: 8;
}
.m_img_area .m_img .m_copy1 {
	position: absolute;
	z-index: 9;
}
.m_img_area .m_img .m_copy2 {
	position: absolute;
	z-index: 20;
}
.m_img_area .m_img .m_curve {
	position: absolute;
	z-index: 7;
}
.m_img_area .m_slider {
	position: relative;
	z-index: 0;
}

.m_img_area .m_img h1 {
	margin: auto;
	left: 0;
	right: 0;
	top: 3%;
	text-align: center;
	color: #fff;
	font-size: min(95%,1.4vw);
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.5em;
}

.m_img_area .m_img .m_copy1 {
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 52%;
	max-width: 750px;
	text-align: left;
	color: #fff;
	font-size: min(170%,2.0vw);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.m_img_area .m_img .m_copy1 > div {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 1.0em;
}
.m_img_area .m_img .m_copy1 > div div {
	width: 20%;
	max-width: 144px;
}
.m_img_area .m_img .m_copy1 > div p {
	width: 77%;
	max-width: 577px;
}

.m_img_area .m_img .m_copy2 {
	right: 4%;
	bottom: 25%;
}
.m_img_area .m_img .m_copy2 ul {
	display: flex;
    justify-content: center;
	padding-bottom: min(30px,2vh);
}
.m_img_area .m_img .m_copy2 ul li {
	color: #fff;
	font-size: min(110%,1.5vw);
	letter-spacing: .08em;
	line-height: 1.4em;
	width: 11em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: solid 1px #fff;
	background: rgba(0,0,0,0.25);
	position: relative;
	margin: 0 .15em;
}
.m_img_area .m_img .m_copy2 ul li p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_img_area .m_img .m_copy2 .txt_size1 {
	display: block;
	font-size: 155%;
	letter-spacing: .08em;
	line-height: 1.4em;
}
.m_img_area .m_img .m_copy2 .txt_size2 {
	display: block;
	font-size: 110%;
	letter-spacing: .08em;
	line-height: 1.4em;
}

.m_img_area .m_img .m_curve {
	width: 140%;
	max-width: 1986px;
	margin: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.m_img_area .m_img .m_curve path {
	fill: none;
	opacity: .3;
	stroke-miterlimit: 10;
	stroke-width: 60px;
	stroke-dasharray: 1100px;
	animation: anim_m_curve 2.0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.m_img_area .m_img .m_curve .cls-2 {stroke: url(#grad_460);}
.m_img_area .m_img .m_curve .cls-1 {stroke: url(#grad_47);}
@keyframes anim_m_curve {
	0% {stroke-dashoffset: 1100px;}
	100% {stroke-dashoffset: 0px;}
}

.m_img_area .m_slider .swiper-slide {
	position: relative;
	width: 100%;
}
.m_img_area .m_slider .swiper-slide span {
	display: block;
	width: 100%;
	height: 100%;
}
.m_img_area .m_slider .swiper-slide .m_portrait {
	display: none !important;
	position: absolute;
	left: 0;
	top: 0;
}
.m_img_area .m_slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.m_img_area .m_nav_area {
	margin: auto;
	left: 0;
	right: 0;
	bottom: 9%;
}
.m_nav_area .m_nav > li > a {
	color: #fff;
}
.m_nav_area .m_nav > li::before {
	background: #fff;
}
.m_nav_area .m_nav > li > a.menu_open::before,
.m_nav_area .m_nav > li > a.menu_open::after {
	background: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area .m_img h1 {
	font-size: 1.6vw;
	letter-spacing: .1em;
}
.m_img_area .m_img .m_copy1 {
	left: 3%;
	top: 50%;
	transform: translateY(-60%);
	width: 70%;
	font-size: 2.2vw;
}
.m_img_area .m_img .m_copy2 {
	right: 2%;
	bottom: 20%;
}
.m_img_area .m_img .m_copy2 ul {
	padding-bottom: 3vw;
}
.m_img_area .m_img .m_copy2 ul li {
	font-size: 1.9vw;
	width: 10em;
}
.m_img_area .m_img .m_copy2 .txt_size1 {
	font-size: 140%;
}
.m_img_area .m_img .m_copy2 .txt_size2 {
	font-size: 110%;
}
.m_img_area .m_img .m_curve {
	width: 200%;
}
.m_img_area .m_nav_area {
	bottom: 4%;
}
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_img_area .m_img .m_copy2 {
	bottom: 40%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area .m_img h1 {
	top: 3%;
	font-size: 75%;
	letter-spacing: .05em;
}
.m_img_area .m_img .m_copy1 {
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 97%;
	max-width: 100%;
	font-size: 95%;
	letter-spacing: .08em;
	text-align: center;
}
.m_img_area .m_img .m_copy1 > div {
	width: 95%;
	margin: 0 auto .5em;
}
.m_img_area .m_img .m_copy1 > div div,
.m_img_area .m_img .m_copy1 > div p {
	max-width: 100%;
}
.m_img_area .m_img .m_copy2 {
	right: 3%;
	bottom: 3%;
}
.m_img_area .m_img .m_copy2 ul {
	padding-bottom: 3%;
}
.m_img_area .m_img .m_copy2 ul li {
	font-size: 95%;
	width: 9.5em;
}
.m_img_area .m_img .m_copy2 .txt_size1 {
	font-size: 140%;
}
.m_img_area .m_img .m_curve {
	width: 350%;
}
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
.m_img_area .m_slider .swiper-slide .m_portrait {
	display: block !important;
}
.m_img_area .m_slider .swiper-slide .m_landscape {
	display: none !important;
}
}



/*スマホメニュー
---------------------------------------------------------*/
.sp_menu_area .sp_menu_btn {
	width: 100%;
	padding: 10% 0 10%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
	color: #102E55;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.sp_menu_area .sp_menu_btn > li {
	width: 47.5%;
	box-sizing: border-box;
	margin-top: .2em;
}
.sp_menu_area .sp_menu_btn > li:nth-child(-n+2) {
	margin-top: 0;
}
.sp_menu_area .sp_menu_btn li.col_left {
	padding-left: 5%;
}
.sp_menu_area .sp_menu_btn li.col_right {
	padding-right: 5%;
}
.sp_menu_area .sp_menu_btn li.sp_inmenu {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 5% 5%;
	margin: 0;
	background: #102E55;
	color: #fff;
}
.sp_menu_area .sp_inmenu_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp_menu_area .sp_inmenu_list > li {
	width: 47.5%;
	box-sizing: border-box;
	margin-top: .2em;
}
.sp_menu_area .sp_inmenu_list > li:nth-child(-n+2) {
	margin-top: 0;
}
.sp_menu_area .sp_menu_btn > li > a,
.sp_menu_area .sp_menu_btn > li > p,
.sp_menu_area .sp_inmenu_list > li > a {
	display: block;
	height: 3.5em;
	position: relative;
	border-bottom: solid 1px rgba(64,65,66,0.2);
}
.sp_menu_area .sp_inmenu_list > li > a {
	border-color: rgba(255,255,255,0.2);
}
.sp_menu_area .sp_menu_btn > li > a span,
.sp_menu_area .sp_menu_btn > li > p span,
.sp_menu_area .sp_inmenu_list > li > a span {
	display: block;
	width: 90%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sp_menu_area .sp_menu_btn > li > a::before,
.sp_menu_area .sp_menu_btn > li > p::before,
.sp_menu_area .sp_inmenu_list > li > a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 60%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.sp_menu_area .sp_menu_btn > li.active > p::before {
	transform: translateY(-50%) rotate(90deg);
}
.sp_menu_area .sp_menu_btn li.ord_5 {order: 5;}
.sp_menu_area .sp_menu_btn li.ord_6 {order: 6;}
.sp_menu_area .sp_menu_btn li.ord_7 {order: 7;}
.sp_menu_area .sp_menu_btn li.ord_8 {order: 8;}
.sp_menu_area .sp_menu_btn li.ord_9 {order: 9;}
.sp_menu_area .sp_menu_btn li.ord_10 {order: 10;}
.sp_menu_area .sp_menu_btn li.ord_11 {order: 11;}
.sp_menu_area .sp_menu_btn li.ord_12 {order: 12;}



/*about
---------------------------------------------------------*/
/*オープン告知*/
.info_open {
	width: 70%;
	margin: 80px auto 0;
}

#about .w1300 {
	position: relative;
	z-index: 1;
	text-align: center;
}
#about dt {
	font-size: min(310%,4.2vw);
	letter-spacing: .06em;
	line-height: 1.6em;
	margin: .4em 0 .6em;
}
#about .abs_img li {
	position: absolute;
	z-index: -1;
}
#about .abs_img li:nth-child(1) {
	width: 16%;
	max-width: 206px;
	left: 3%;
	bottom: 45%;
}
#about .abs_img li:nth-child(2) {
	width: 20%;
	max-width: 256px;
	right: 3%;
	top: 72%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*オープン告知*/
.info_open {
	margin: 3% auto 4%;
}

#about dt {
	font-size: 4.5vw;
}
#about .abs_img li:nth-child(1) {
	width: 18%;
	left: 0;
	bottom: 60%;
}
#about .abs_img li:nth-child(2) {
	width: 22%;
	right: 0;
	top: 80%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*オープン告知*/
.info_open {
	width: 96%;
	margin: 2% auto 0;
}
	
#about .w1300 {
	padding-top: 14%;
	padding-bottom: 12%;
}
#about dt {
	font-size: 180%;
	letter-spacing: .06em;
	line-height: 1.5em;
	margin: .4em 0 .6em;
}
#about .abs_img li:nth-child(1) {
	width: 25%;
	max-width: 100%;
	left: 3%;
	bottom: auto;
	top: 0;
}
#about .abs_img li:nth-child(2) {
	width: 30%;
	max-width: 100%;
	right: 3%;
	top: auto;
	bottom: -2%;
}
}



/*care
---------------------------------------------------------*/
#care .bg {
	background: #102E55;
	color: #fff;
}
#care .box1 {
	position: relative;
	overflow: hidden;
}
#care .box1 .w1300 {
	position: relative;
	z-index: 2;
}
#care .box1 .com_marce17.border_l {
	border-color: #fff;
}
#care .box1 .lead_img {
	width: 70%;
	max-width: 722px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#care .box1 .layout_box {
	position: relative;
}
#care .box1 h2 {
	font-size: min(275%,3.8vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#care .box1 h2 .txt_size1 {
	display: block;
	font-size: 70%;
	letter-spacing: .06em;
	line-height: 1.4em;
}
#care .box1 h2 .txt_size2 {
	font-size: 135%;
	letter-spacing: .06em;
	line-height: 1.4em;
}
#care .box1 .txt {
	width: 48%;
	max-width: 620px;
	text-align: justify;
}
#care .box1 h2,
#care .box1 .txt {
	position: relative;
	z-index: 1;
	text-shadow: 0px 0px 10px #102E55,
				0px 0px 10px #102E55,
				0px 0px 15px #102E55,
				0px 0px 15px #102E55;
}
#care .box1 .abs_img {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 52%;
	transform: translate(8%,-50%);
	width: 53%;
	max-width: 639px;
}
#care .box1 .abs_img .arrow1,
#care .box1 .abs_img .arrow2 {
	position: absolute;
	z-index: 1;
	width: 24%;
	max-width: 148px;
	top: 45%;
}
#care .box1 .abs_img .arrow1 {
	left: 15.5%;
}
#care .box1 .abs_img .arrow2 {
	right: 15.5%;
}
#care .box1 .abs_img .arrow1 .cls-1 {
	fill: url(#grad_89);
	mask: url(#mask-ani1);
}
#care .box1 .abs_img .arrow2 .cls-1 {
	fill: url(#grad_504);
	mask: url(#mask-ani2);
}
#care .box1 .abs_img .arrow1 .cls-2,
#care .box1 .abs_img .arrow2 .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 50px;
	stroke-dasharray: 200px;
	stroke-dashoffset: 200px;
}
#care .box1 .abs_img.anime_on .arrow1 .cls-2,
#care .box1 .abs_img.anime_on .arrow2 .cls-2 {
	animation: anim_arrow1 1.5s .8s forwards ease;
}
@keyframes anim_arrow1 {
	0% {stroke-dashoffset: 200px;}
	100% {stroke-dashoffset: 0px;}
}

#care .box1 .abs_img .arrow1 p,
#care .box1 .abs_img .arrow2 p {
	text-align: center;
	font-size: min(120%,1.7vw);
	letter-spacing: .18em;
	line-height: 1.1em;
	width: 6.0em;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	bottom: 0;
	transition-delay: 1.6s;
}
#care .box1 .abs_img .arrow1 p {
	left: 0;
	transform: translateX(-45%);
}
#care .box1 .abs_img .arrow2 p {
	left: 0;
	transform: translateX(75%);
}
#care .box1::before {
	content: "";	/*下のグラデ*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg,rgba(16, 46, 85, 0.8) 15%, rgba(16, 46, 85, 0) 80%);
}
#care .box1 .slide_box {
	height: 100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
}
#care .box1 .slide_box .slide_vertical {
	height: 100%;
}
#care .box1 .slide_box .swiper-slide {
	height: 37vw;
	max-height: 550px;
	aspect-ratio: 560 / 550;
}

#care .box2 {
	background: #102644;
}
#care .box2 h3 {
	margin-left: 3.5%;
	display: inline-block;
	font-size: min(250%,3.6vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-bottom: 80px;
}
#care .box2 h3 .txt_large {
	display: inline-block;
	vertical-align: middle;
	font-size: 125%;
	letter-spacing: .06em;
	line-height: 1.2em;
	transform: translateY(-.3em);
}
#care .box2 h3 .dash {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: translateY(-.1em);
}
#care .box2 h3 .dash::before {
	content: "";
	position: absolute;
	width: 100%;
	height: .2em;
	background: url("../images/top/tota_dash@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: -.4em;
}
#care .box2 h3 .txt_step {
	position: absolute;
	width: 22vw;
	max-width: 240px;
	left: 100%;
	top: 50%;
	transform: translate(15%,-40%);
}
#care .layout_box {
	position: relative;
	z-index: 1;
}
#care .layout_box .bg_line {
	position: absolute;
	z-index: -1;
	width: 85%;
	max-width: 1080px;
	right: 0;
	top: 0;
	transform: translate(1%,-90%);
}
#care .layout_box .bg_line .cls-1 {
	fill: none;
	stroke: #f6f6f5;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 3px;
	stroke-dasharray: 1 10.04;
	opacity: 0.25;
	mask: url(#mask-step1);
}
#care .layout_box .bg_line .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 5px;
	stroke-dasharray: 1300px;
	stroke-dashoffset: 1300px;
}
#care .anime_on .layout_box .bg_line .cls-2 {
	animation: anim_step1 2.5s forwards ease-out;
}
@keyframes anim_step1 {
	0% {stroke-dashoffset: 1300px;}
	100% {stroke-dashoffset: 0px;}
}
#care .box2 .step_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#care .box2 .step_list > li {
	width: 32%;
	max-width: 390px;
}
#care .box2 .step_list > li:nth-child(2) {
	transform: translateY(-55px);
}
#care .box2 .step_list > li:nth-child(3) {
	transform: translateY(-110px);
}
#care .box2 .step_list .img_box {
	position: relative;
}
#care .box2 .step_list .img_box .ft_marce {
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: -1px;
	background: #102644;
	font-size: min(120%,1.6vw);
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .7em 1.5em;
	border-top-right-radius: 1.0em;
}
#care .box2 .step_list .img_box .ft_marce::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2.2em;
	height: 2.2em;
	margin-left: .6em;
	background: url("../images/top/step01@2x.png") no-repeat center center;
	background-size: contain;
}
#care .box2 .step_list > li:nth-child(2) .img_box .ft_marce::after {
	background-image: url("../images/top/step02@2x.png");
}
#care .box2 .step_list > li:nth-child(3) .img_box .ft_marce::after {
	background-image: url("../images/top/step03@2x.png");
}
#care .box2 .step_list .com_link1 {
	text-align: center;
}
#care .box2 .step_list dt {
	font-size: min(220%,3.0vw);
	letter-spacing: .08em;
	line-height: 1.4em;
	margin: 1.0em 0 .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#care .box1 .lead_img {
	width: 72%;
	margin-top: 4%;
	margin-bottom: 4%;
	transform: translateX(-8%);
}
#care .box1 h2 {
	font-size: 4.2vw;
}
#care .box1 .abs_img {
	right: 0;
	top: 52%;
	transform: translate(12%,-50%);
	width: 62%;
}
#care .box1 .abs_img .arrow1 p,
#care .box1 .abs_img .arrow2 p {
	font-size: 2.0vw;
	letter-spacing: .1em;
}
#care .box1 .abs_img .arrow2 p {
	left: 0;
	transform: translateX(52%);
}

#care .box2 h3 {
	margin-left: 0;
	font-size: 4.0vw;
	margin-bottom: 10%;
}
#care .box2 .step_list .img_box .ft_marce {
	font-size: 1.8vw;
}
#care .box2 .step_list dt {
	font-size: 3.2vw;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#care .box1 .w1300 {
	padding-bottom: 0;
}
#care .box1 .lead_img {
	width: 130%;
	max-width: 130%;
	position: relative;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 2%;
	margin-bottom: 2%;
}
#care .box1 h2 {
	font-size: 170%;
	letter-spacing: .06em;
}
#care .box1 .txt {
	width: 100%;
	max-width: 100%;
}
#care .box1 .abs_img {
	position: relative;
	right: auto;
	top: auto;
	width: 120%;
	max-width: 120%;
	left: 50%;
	transform: translateX(-50%);
	margin: 8% auto -10%;
}
#care .box1 .abs_img .arrow1,
#care .box1 .abs_img .arrow2 {
	max-width: 100%;
}
#care .box1 .abs_img .arrow1 p,
#care .box1 .abs_img .arrow2 p {
	font-size: 100%;
	letter-spacing: .18em;
	line-height: 1.3em;
}
#care .box1 .abs_img .arrow2 p {
	transform: translateX(50%);
}
#care .box1::before {
	height: 90vw;	/*下のグラデ*/
}
#care .box1 .slide_box {
	height: auto;
	position: relative;
	right: auto;
	top: auto;
}
#care .box1 .slide_box .slide_vertical {
	height: auto;
	width: 100%;
}
#care .box1 .slide_box .swiper-slide {
	height: auto;
	max-height: 100%;
	width: 50vw;
}

#care .box2 h3 {
	margin-left: 0;
	font-size: 160%;
	margin-bottom: 8%;
}
#care .box2 h3 .txt_step {
	width: 34vw;
	max-width: 100%;
	transform: translate(10%,-40%);
}
#care .layout_box .bg_line {
	width: 140%;
	max-width: 140%;
	right: auto;
	left: 50%;
	top: 0;
	transform: translate(-50%,-98%);
}
#care .box2 .step_list {
	display: block;
}
#care .box2 .step_list > li {
	width: 100%;
	max-width: 100%;
	transform: none !important;
	margin-bottom: 14%;
}
#care .box2 .step_list > li:last-child {
	margin-bottom: 0;
}
#care .box2 .step_list .img_box {
	width: 70%;
	margin: 0 auto;
}
#care .box2 .step_list .img_box .ft_marce {
	font-size: 100%;
}
#care .box2 .step_list dt {
	font-size: 155%;
	letter-spacing: .06em;
	line-height: 1.4em;
	margin: .6em 0 .4em;
}
}



/*comfort
---------------------------------------------------------*/
#comfort .lead_box {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
#comfort .lead_box::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg,rgba(246, 246, 245, 0.8) 25%, rgba(238, 239, 232, 1) 85%);
}
#comfort .lead_box .com_marce17 {
	display: inline-block;
	padding: 0 2.0em;
	border-left: solid 1px #102E55;
	border-right: solid 1px #102E55;
	margin-bottom: 1.5em;
}
#comfort .lead_box h2 {
	font-size: min(350%,4.5vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
#comfort .lead_box .comf_ticker .swiper-slide {
	position: relative;
	width: 60vw;
	max-width: 900px;
}
#comfort .lead_box .comf_ticker .swiper-slide p {
	position: absolute;
	z-index: 1;
	width: 20%;
	max-width: 160px;
	left: 3%;
	bottom: 3%;
}

#comfort h3.ft_min {
	font-size: min(250%,3.6vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#comfort .com_marce17 + h3.ft_min {
	margin-top: .6em;
}
#comfort .comf_point {
	width: 13vw;
	max-width: 187px;
}

#comfort .box1 {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#comfort .box1 .img_box {
	width: 32%;
	max-width: 415px;
	position: relative;
}
#comfort .box1 .txt_box {
	width: 64%;
	max-width: 780px;
}
#comfort .box1 .img_box div {
	width: 100%;
	max-width: 352px;
	margin-left: auto;
	margin-right: 0;
}
#comfort .box1 .img_box .comf_point {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	transform: translateY(75%);
}

#comfort .box2 .img_box {
	position: relative;
	margin-bottom: 40px;
}
#comfort .box2 .img_box .comf_sp_slide:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
    justify-content: space-between;
}
#comfort .box2 .img_box .comf_sp_slide:not(.swiper-initialized) .swiper-slide {
	width: 50%;
}
#comfort .box2 .img_box .comf_point {
	position: absolute;
	z-index: 1;
	left: 2%;
	bottom: 7%;
}
#comfort .box2 .txt_box {
	position: relative;
	z-index: 2;
}
#comfort .box2 .txt_box .abs_img {
	position: absolute;
	z-index: 2;
	width: 50%;
	max-width: 610px;
	right: 0;
	bottom: 0;
}
#comfort .box2 .txt_box .txt {
	width: 50%;
	max-width: 620px;
}

#comfort .box3 {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#comfort .box3 .img_box {
	width: 46%;
	max-width: 595px;
}
#comfort .box3 .txt_box {
	width: 50%;
	max-width: 620px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#comfort .lead_box {
	margin-bottom: 5%;
}
#comfort .lead_box h2 {
	font-size: 5.0vw;
}
#comfort .lead_box .comf_ticker .swiper-slide p {
	width: 25%;
}

#comfort h3.ft_min {
	font-size: 3.7vw;
	margin-bottom: .3em;
}
#comfort .comf_point {
	width: 15vw;
}
#comfort .box2 .img_box {
	margin-bottom: 4%;
}
#comfort .box2 .img_box .comf_point {
	left: 2%;
	bottom: 8%;
}
#comfort .box2 .txt_box .abs_img {
	width: 53%;
	right: -2%;
}
#comfort .box2 .txt_box .txt {
	width: 50%;
	max-width: 620px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#comfort .lead_box {
	margin-bottom: 10%;
}
#comfort .lead_box .com_marce17 {
	margin-bottom: .8em;
}
#comfort .lead_box h2 {
	font-size: 190%;
	margin-bottom: 1.0em;
}
#comfort .lead_box .comf_ticker .swiper-slide {
	width: 90vw;
	max-width: 100%;
}
#comfort .lead_box .comf_ticker .swiper-slide p {
	width: 30%;
	max-width: 100%;
	left: 3%;
	bottom: 5%;
}

#comfort h3.ft_min {
	font-size: 155%;
	letter-spacing: .02em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#comfort .com_marce17 + h3.ft_min {
	margin-top: .4em;
}
#comfort .comf_point {
	width: 30vw;
	max-width: 100%;
}

#comfort .box1 {
	display: block;
}
#comfort .box1 .img_box {
	width: 90%;
	max-width: 100%;
	margin: 0 auto 8%;
}
#comfort .box1 .txt_box {
	width: 100%;
	max-width: 100%;
}
#comfort .box1 .img_box div {
	width: 80%;
	max-width: 100%;
	margin-left: 0;
	margin-right: auto;
}
#comfort .box1 .img_box .comf_point {
	right: 0;
	bottom: 0;
	transform: translate(15%,15%);
}

#comfort .box2 .img_box {
	margin-bottom: 0;
}
#comfort .box2 .img_box .comf_point {
	left: 5%;
	bottom: 0;
	transform: translateY(10%);
}
#comfort .box2 .txt_box .abs_img {
	position: relative;
	z-index: 5;
	width: 106%;
	max-width: 120%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-51%,-5%);
}
#comfort .box2 .txt_box .txt {
	width: 100%;
	max-width: 100%;
}

#comfort .box3 {
	display: block;
}
#comfort .box3 .img_box {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
}
#comfort .box3 .txt_box {
	width: 100%;
	max-width: 100%;
}
}



/*treatment
---------------------------------------------------------*/
#treatment .box1 {
	background: #102E55;
	position: relative;
}
#treatment .box1::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 60vw;
	max-height: 870px;
	left: 0;
	top: 0;
	background: url("../images/top/trea_img1@2x.jpg") no-repeat center top;
	background-size: cover;
}
#treatment .box1 .w1300 {
	position: relative;
	z-index: 1;
	padding-top: min(180px,15%);
}
#treatment .box1 .com_marce17 {
	color: #fff;
}
#treatment .box1 .com_marce17.border_l {
	border-color: #fff;
}
#treatment .box1 h2 {
	margin-top: .5em;
	color: #fff;
	font-size: min(250%,3.8vw);
	letter-spacing: .06em;
	line-height: 1.4em;
}
#treatment .box1 .box_list {
	margin-top: min(130px,10%);
	display: flex;
    justify-content: space-between;
}
#treatment .box1 .box_list > li {
	width: 49%;
	max-width: 720px;
	box-sizing: border-box;
	background: #fff;
	padding: 50px 4% 60px;
}
#treatment .box1 .box_list .icon {
	width: 30%;
	max-width: 144px;
	margin: 0 auto;
}
#treatment .box1 .box_list h3 {
	text-align: center;
	font-size: min(345%,4.5vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-top: .4em;
}
#treatment .box1 .box_list .com_marce17 {
	text-align: center;
	color: #10B9AB;
	margin: .8em 0 1.2em;
}
#treatment .box1 .box_list .link_box {
	margin-top: 30px;
	border-top: solid 1px rgba(64,65,66,0.2);
	padding-top: 30px;
	text-align: center;
}
#treatment .box1 .box_list .link_box p {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.5em;
}
#treatment .box1 .box_list .link_box p span {color: #10B9AB;}
#treatment .box1 .box_list .color_inte .com_marce17 {color: #E7A46E;}
#treatment .box1 .box_list .color_inte .link_box p span {color: #E7A46E;}
#treatment .box1 .case_box {
	border-top: solid 1px #D5D4D4;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
#treatment .box1 .case_box h3 {
	font-size: min(190%,2.6vw);
	letter-spacing: .06em;
	line-height: 1.6em;
	padding-top: 2.0em;
	background: url("../images/top/trea_icon3@2x.png") no-repeat center top;
	background-size: auto 1.5em;
}

#treatment .box2 {
	background: #102E55;
	color: #fff;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#treatment .box2 .tab-menu {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	text-align: center;
	color: #fff;
	font-size: min(190%,2.6vw);
	letter-spacing: .06em;
	line-height: 1.4em;
}
#treatment .box2 .tab-menu li {
	width: 50%;
	box-sizing: border-box;
	padding: .8em 5%;
	background: #216F9D;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	cursor: pointer;
	position: relative;
}
#treatment .box2 .tab-menu li::before {
	content: "";	/*アクティブ時の端*/
	position: absolute;
	z-index: 2;
	width: 20%;
	max-width: 53px;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	opacity: 0;
}
#treatment .box2 .tab-menu li p {
	display: inline-block;
	padding: 0 1.0em;
	position: relative;
}
#treatment .box2 .tab-menu li p::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 40%;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-45%) rotate(90deg);
}
#treatment .box2 .tab-menu li.active {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
#treatment .box2 .tab-menu li.active::before {
	opacity: 1;
}
#treatment .box2 .tab-menu li.active p::before {
	opacity: 0;
}
#treatment .box2 .tab-menu li.color_disease::before {
	left: calc(100% - 10px);
	background-image: url("../images/top/tab_r@2x.png");
}
#treatment .box2 .tab-menu li.color_nayami {
	background: #12527A;
}
#treatment .box2 .tab-menu li.color_nayami::before {
	right: calc(100% - 10px);
	background-image: url("../images/top/tab_l@2x.png");
}

#treatment .box2 .tab-box > div {
  display: none;	/* 初期表示 */
	background: #216F9D;
	padding: 40px 3%;
	text-align: center;
}
#treatment .box2 .tab-box > div.active {
  display: block;
}
#treatment .box2 .tab-box .tab_inbox {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 60px;
}
#treatment .box2 .tab-box .tab_inbox:last-child {
	margin-bottom: 0;
}
#treatment .box2 .tab-box .tab_index {
	font-size: 170%;
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
#treatment .box2 .tab-box .link_list {
	display: flex;
    flex-wrap: wrap;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
}
#treatment .box2 .tab-box .link_list li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 1.2%;
}
#treatment .box2 .tab-box .link_list li:nth-child(4n),
#treatment .box2 .tab-box .link_list li:last-child {
	margin-right: 0;
}
#treatment .box2 .tab-box .link_list li:nth-child(-n+4) {
	margin-top: 0;
}
#treatment .box2 .tab-box .link_list a {
	display: block;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: .5em;
	height: 4.0em;
	position: relative;
}
#treatment .box2 .tab-box .link_list a:hover {
	background: #fff;
	color: #216F9D;
}
#treatment .box2 .tab-box .link_list a p {
	position: absolute;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#treatment .box2 .tab-box .com_link1.typ_nobg a:hover {
	background: #fff;
	color: #216F9D;
}
#treatment .box2 .tab-box .com_link1.typ_nobg .com_arrow1 {
	border-color: #B4C2C9;
}
#treatment .box2 .tab-box > div.color_nayami {background: #12527A;}
#treatment .box2 .tab-box .link_list a:hover {color: #12527A;}
#treatment .box2 .tab-box .com_link1.typ_nobg a:hover {color: #12527A;}
#treatment .box2 .tab-box .com_link1.typ_nobg .com_arrow1 {border-color: #A1B6C4;}

#treatment .box3 {
	position: relative;
}
#treatment .box3::before {
	content: "";	/*下の白背景*/
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-height: 50px;
	background: #fff;
	left: 0;
	bottom: -1px;
}
#treatment .box3 .for_dr {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#treatment .box3 .for_dr .box_l {
	width: 75%;
	max-width: 975px;
	box-sizing: border-box;
	border-right: solid 1px rgba(64,65,66,0.2);
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#treatment .box3 .for_dr .box_r {
	width: 25%;
	min-width: 270px;
	text-align: right;
}
#treatment .box3 .for_dr .box_l .img_box {
	width: 30%;
	max-width: 290px;
}
#treatment .box3 .for_dr .box_l .txt_box {
	width: 66%;
	box-sizing: border-box;
	padding-right: 2%;
}
#treatment .box3 .for_dr .box_l .txt_box h3 {
	font-size: min(220%,2.5vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#treatment .box3 .for_dr .box_r .com_link1 a {
	margin-top: 0;
}

#treatment .box4 {
	background: #fff;
}
#treatment .box4 .bnr_donor {
	width: 70%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#treatment .box4 p {
	text-align: center;
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#treatment .box1 h2 {
	font-size: 4.2vw;
}
#treatment .box1 .box_list > li {
	padding: 3% 3% 5%;
}
#treatment .box1 .box_list h3 {
	font-size: 5.0vw;
	margin-top: .2em;
}
#treatment .box1 .box_list .com_marce17 {
	margin: .5em 0 1.2em;
}
#treatment .box1 .box_list .link_box {
	margin-top: 6%;
	padding-top: 6%;
}
#treatment .box1 .box_list .link_box p {
	letter-spacing: .1em;
}
#treatment .box1 .case_box {
	padding-top: 6%;
}
#treatment .box1 .case_box h3 {
	font-size: 2.8vw;
}

#treatment .box2 .tab-menu {
	font-size: 2.7vw;
}
#treatment .box2 .tab-box > div {
	padding: 4% 3%;
}
#treatment .box2 .tab-box .tab_inbox {
	margin-bottom: 5%;
}
#treatment .box2 .tab-box .tab_index {
	font-size: 150%;
}
#treatment .box2 .tab-box .link_list {
	letter-spacing: .05em;
	line-height: 1.4em;
}
#treatment .box2 .tab-box .link_list li {
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 1.2%;
}

#treatment .box3 .for_dr {
	display: block;
}
#treatment .box3 .for_dr .box_l {
	width: 100%;
	max-width: 100%;
	border-right: none;
}
#treatment .box3 .for_dr .box_r {
	width: 100%;
	min-width: 100%;
	text-align: center;
	margin-top: 1.5em;
}
#treatment .box3 .for_dr .box_l .txt_box {
	padding-right: 0;
}
#treatment .box3 .for_dr .box_l .txt_box h3 {
	font-size: 3.2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#treatment .box1::before {
	height: 80vw;
	max-height: 100%;
}
#treatment .box1 .w1300 {
	padding-top: 25%;
}
#treatment .box1 h2 {
	margin-top: .5em;
	font-size: 165%;
}
#treatment .box1 .box_list {
	margin-top: 14%;
	display: block;
}
#treatment .box1 .box_list > li {
	width: 100%;
	max-width: 100%;
	padding: 6% 6% 8%;
	margin-bottom: 6%;
}
#treatment .box1 .box_list > li:last-child {
	margin-bottom: 0;
}
#treatment .box1 .box_list .icon {
	width: 25%;
	max-width: 100%;
}
#treatment .box1 .box_list h3 {
	font-size: 200%;
}
#treatment .box1 .box_list .com_marce17 {
	margin: .6em 0 1.0em;
}
#treatment .box1 .box_list .link_box {
	margin-top: 1.5em;
	padding-top: 1.5em;
}
#treatment .box1 .box_list .link_box p {
	font-size: 105%;
	letter-spacing: .1em;
}
#treatment .box1 .case_box {
	padding-top: 8%;
}
#treatment .box1 .case_box h3 {
	font-size: 130%;
}

#treatment .box2 .tab-menu {
	font-size: 120%;
}
#treatment .box2 .tab-menu li {
	padding: .6em 5%;
}
#treatment .box2 .tab-menu li p {
	padding: 0 .8em;
}
#treatment .box2 .tab-box > div {
	padding: 8% 5%;
}
#treatment .box2 .tab-box .tab_inbox {
	margin-bottom: 8%;
}
#treatment .box2 .tab-box .tab_index {
	font-size: 120%;
}
#treatment .box2 .tab-box .link_list {
    justify-content: space-between;
	font-size: 90%;
	letter-spacing: .02em;
}
#treatment .box2 .tab-box .link_list li {
	width: 49%;
	margin-right: 0;
	margin-top: 2% !important;
}
#treatment .box2 .tab-box .link_list li:nth-child(-n+2) {
	margin-top: 0 !important;
}

#treatment .box3::before {
	max-height: 10vw;	/*下の白背景*/
}
#treatment .box3 .for_dr {
	display: block;
}
#treatment .box3 .for_dr .box_l {
	width: 100%;
	max-width: 100%;
	border-right: none;
	display: block;
	position: relative;
}
#treatment .box3 .for_dr .box_r {
	width: 100%;
	min-width: 100%;
	text-align: center;
	margin-top: 1.5em;
}
#treatment .box3 .for_dr .box_l .img_box {
	width: 36%;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#treatment .box3 .for_dr .box_l .txt_box {
	width: 100%;
	padding-right: 0;
}
#treatment .box3 .for_dr .box_l .txt_box h3 {
	margin-left: 40%;
	font-size: 150%;
	letter-spacing: .06em;
	line-height: 1.4em;
	padding-top: .5em;	/*左側の画像に文章が被らないように目分量で調整*/
	margin-bottom: 1.5em;
}
#treatment .box3 .for_dr .box_r .com_link1 a {
	margin-top: 0;
}

#treatment .box4 .bnr_donor {
	width: 100%;
	max-width: 800px;
}
#treatment .box4 p {
	text-align: left;
	font-size: 95%;
	margin-top: 1.0em;
	line-height: 1.6em;
}
}



/*information
---------------------------------------------------------*/
#information .news_blog {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#information .news_blog .scl_area {
	position: relative;
}
#information .news_blog .box_l {
	width: 39%;
	max-width: 500px;
}
#information .news_blog .box_r {
	width: 58%;
	max-width: 750px;
}
#information .news_blog .title_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}
#information .news_blog .title_box .info_index {
	font-size: min(260%,3.2vw);
	letter-spacing: .1em;
	line-height: 1.0em;
}
#information .news_blog .title_box .info_index .ft_min {
	font-size: 45%;
	letter-spacing: .06em;
	line-height: 1.0em;
	margin-left: 1.0em;
}
#information .news_blog .com_link1.type_mini a {
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 0;
	margin-right: -.8em;
}
#information .info_list dt {
	font-size: min(100%,1.6vw);
}
#information .info_list dt .ft_marce {
	font-size: 105%;
	letter-spacing: .18em;
	line-height: 1.2em;
	margin-bottom: .6em;
}
#information .info_list dt .ft_min {
	font-size: 125%;
	letter-spacing: .16em;
	line-height: 1.4em;
	margin-bottom: .2em;
}

#information .news_blog .box_l .title_box {
	width: 100%;
	max-width: 470px;
}
#information .news_blog .box_l #scl1 {
	height: 280px;
}
#information .news_blog .box_l .info_list li {
	margin-bottom: 2.5em;
	padding-right: 4%;
	padding-left: 0%;
	transition: padding 0.8s;
}
#information .news_blog .box_l .info_list li:hover {
	transition: padding 0.4s;
	padding-right: 2%;
	padding-left: 2%;
}
#information .news_blog .box_l .info_list li:last-child {
	margin-bottom: 0;
}

#information .news_blog .box_r .info_list {
	display: flex;
}
#information .news_blog .box_r .info_list li {
	width: 30.7%;
	margin-right: 3.95%;
}
#information .news_blog .box_r .info_list li:nth-child(3n),
#information .news_blog .box_r .info_list li:last-child {
	margin-right: 0;
}
#information .news_blog .box_r .img_thum {
	border-radius: 20px;
}
#information .news_blog .box_r .info_list dt .ft_marce {
	margin-top: 1.0em;
}

#information .slide_box .swiper-slide {
	width: 50vw;
	max-width: 750px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#information .news_blog .box_l {
	width: 39%;
}
#information .news_blog .box_r {
	width: 57%;
}
#information .news_blog .title_box {
	margin-bottom: 20px;
}
#information .news_blog .title_box .info_index {
	font-size: 3.5vw;
	letter-spacing: .05em;
}
#information .news_blog .title_box .info_index .ft_min {
	font-size: 50%;
	margin-left: .5em;
}
#information .news_blog .com_link1.type_mini a {
	font-size: 90%;
	letter-spacing: .05em;
}
#information .info_list dt {
	font-size: 100%;
}
#information .info_list dt .ft_marce {
	font-size: 90%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
#information .info_list dt .ft_min {
	font-size: 120%;
	letter-spacing: .05em;
}

#information .news_blog .box_l #scl1 {
	height: 320px;
}
#information .news_blog .box_r .info_list {
	display: block;
}
#information .news_blog .box_r .info_list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1.5em;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#information .news_blog .box_r .img_thum {
	border-radius: 10px;
	width: 30%;
}
#information .news_blog .box_r .info_list dl {
	width: 65%;
}
#information .news_blog .box_r .info_list dt .ft_marce {
	margin-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#information .news_blog {
	display: block;
}
#information .news_blog .box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 12%;
}
#information .news_blog .box_r {
	width: 100%;
	max-width: 100%;
}
#information .news_blog .title_box {
	margin-bottom: 5%;
}
#information .news_blog .title_box .info_index {
	font-size: 190%;
	letter-spacing: .05em;
}
#information .news_blog .title_box .info_index .ft_min {
	font-size: 50%;
	margin-left: .5em;
}
#information .news_blog .com_link1.type_mini a {
	font-size: 90%;
	letter-spacing: .05em;
}
#information .info_list dt {
	font-size: 100%;
}
#information .info_list dt .ft_marce {
	font-size: 90%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
#information .info_list dt .ft_min {
	font-size: 120%;
	letter-spacing: .05em;
}

#information .news_blog .box_l .title_box {
	max-width: 100%;
}
#information .news_blog .box_l #scl1 {
	height: 60vw;
}
#information .news_blog .box_l .info_list li {
	margin-bottom: 1.5em;
}
#information .news_blog .box_r .info_list {
	width: 150vw;
	padding-bottom: 1.5em;
}

#information .slide_box .swiper-slide {
	width: 70vw;
	max-width: 100%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}