@charset "utf-8";
/* --------------------------------------------
 * Personal Service
 * ----------------------------------------- */
 
/* concept
---------------------------------------------*/
/* レイアウト */
.concept {
	min-height: 1280px;
	position: relative;
}
.concept .box {
	margin-left: 60%;
	width: 40%;
}
.concept .image {
	position: absolute;
	top: 200px;
	right: 50%;
}

@media (max-width: 960px) {
.concept .box {
	margin-left: 50%;
	width: 50%;
}
.concept .image {
	right: 60%;
}
}

@media (max-width: 767px) {
.concept .box {
	margin-left: 0;
	width: 100%;
}
.concept .image {
	position: static;
	top: auto;
	right: auto;
	margin: 100px auto 0;
	text-align: center;
}
.concept .image img {
	width: 90%;
}
}
/* ボタン */
.concept .button {
	width: 100%;
}
.concept .button a {
	background: #095cac url("../img_cmn/i_down.svg") no-repeat 95% center;
}
/* well-being
---------------------------------------------*/
/* 背景 */
#well-being {
	padding-bottom: 200px;
}
#well-being .bg, #coaching .bg, #sexual-wellness .bg {
	margin-top: 50px;
	padding-bottom: 50px;
	background: url(../img_cmn/bg_white80.png) repeat-y center top;
}

@media (max-width: 960px) {
#well-being .bg, #coaching .bg, #sexual-wellness .bg {
	margin-top: 0;
	padding-bottom: 0;
	background: none;
}
}
/* レイアウト01 */
.well-being01, .coaching01, .sexual-wellness01 {
	position: relative;
}
.well-being01 .box, .coaching01 .box, .sexual-wellness01 .box {
	padding: 50px 50px 0 0;
	width: 66.66666666666667%;/* 640px */
}
.well-being01 .image, .coaching01 .image, .sexual-wellness01 .image {
	position: absolute;
	left: 50%;
	top: -50px;
	z-index: -1;
}

@media (max-width: 960px) {
.well-being01 .box, .coaching01 .box, .sexual-wellness01 .box {
	padding: 0;
	width: 100%;
}
.well-being01 .image, .coaching01 .image, .sexual-wellness01 .image {
	position: static;
	left: auto;
	top: auto;
	z-index: auto;
	margin: 50px auto 0;
	text-align: center;
}
}

@media (max-width: 758px) {
.well-being01 .image img, .coaching01 .image img, .sexual-wellness01 .image img {
	width: 100%;
}
}
/* ボタン */
.well-being01 .button {
	margin-left: 0;
}

@media (max-width: 960px) {
.well-being01 .button {
	margin-left: auto;
}
}
.well-being01 .button a {
	background: #021856 url("../img_cmn/i_new_win.svg") no-repeat 95% center;
}
/* レイアウト02 */
.well-being02.inner, .sexual-wellness02.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.well-being02 .box, .sexual-wellness02 .box {
	margin-top: 200px;
	width: 45%;
}
.well-being02 .box:nth-of-type(3) {
	margin-top: 100px;
}

@media (max-width: 960px) {
.well-being02 .box, .sexual-wellness02 .box {
	margin-top: 100px;
	width: 100%;
}
}
/* 見出し */
.well-being02 .midashi {
	font-size: 3.6rem;
}
/* coaching
---------------------------------------------*/
/* 背景 */
#coaching {
	padding-bottom: 100px;
	background: #effbfe;
	position: relative;
	z-index: -2;
}
/* レイアウト02 */
.coaching02-bg {
	padding-bottom: 200px;
	background: #effbfe;
}
/* sexual-wellness
---------------------------------------------*/
/* レイアウト */
.sexual-wellness03 .box {
	margin-top: 100px;
	text-align: right;
}
