@charset "utf-8";
@import url("/jutaku/common/css/rn03/fonts3.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
#container {
	min-width: 950px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 100px;
	color: #202124;
	font-family: "Noto Sans JP", sans-serif;
}
body {
    height: auto;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
}
/* ==

　01. モジュール

=============================================================================== */
/* 見出し
------------------------------------------------------------------------------- */
.lspHeading01 {
	padding: 0 20px;
}
.lspHeading01_tit {
	max-width: 1246px;
	line-height: 68px;
	margin: 0 auto;
	padding: 0 0 2px;
	color: #202124;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 500;
}
.lspHeading01_tit span {
	color: #C92D4E;
}
.lspHeading03 {
	position: relative;
	line-height: 1.5;
	margin: 80px 0 50px;
	padding: 0 0 0 20px;
	font-size: 217%;
	font-weight: bold;
}
.lspHeading03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	bottom: 0.1em;
	width: 2px;
	background-color: #950006;
}
.lspHeading05 {
	line-height: 1.157;
	margin: 100px 0 85px;
	font-size: 234%;
	font-weight: 500;
	text-align: center;
}
.lspHeading05 > span {
	display: inline-block;
	position: relative;
}
.lspHeading05 > span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #202124;
}
.lspHeading05_en {
	font-family: 'Oswald', sans-serif;
}
.lspHeading05_sub {
	font-size: 93%;
}
.lspHeading06 {
	line-height: 1.7;
	margin: 112px 0 100px;
	font-size: 267%;
	font-weight: bold;
	text-align: center;
}
.lspHeading06 > span {
	display: inline-block;
	position: relative;
}
.lspHeading06 > span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #202124;
}
.lspHeading07 {
	position: relative;
	line-height: 1.5;
	margin: 90px 0 50px;
	padding: 0 0 0 20px;
	font-size: 217%;
	font-weight: bold;
}
.lspHeading07::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	bottom: 0.1em;
	width: 4px;
	background-color: #950006;
}
.lspHeading08 {
	line-height: 1.548;
	margin: 60px 0 48px;
	font-size: 259%;
	font-weight: bold;
	text-align: center;
}
.lspHeading08 span {
	color: #C92D4E;
}
.lspCatch01 {
	line-height: 2;
	margin: 0 0 45px;
	color: #111;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
}
.lspNote01 {
	line-height: 1.75;
	margin: 20px 0 0;
	color: #111;
	font-size: 134%;
	text-align: center;
}
/* ビジュアル
------------------------------------------------------------------------------- */
.lspVisual01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 648px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.lspVisual01_movie {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}
@media only screen and (max-width: 1340px) {
.lspVisual01_movie {
	width: auto;
	height: 100%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
}
}
.lspVisual01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(32,33,36,0.7) 50%, rgba(9,11,13,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(32,33,36,0.7) 50%,rgba(9,11,13,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(32,33,36,0.7) 50%,rgba(9,11,13,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00090b0d',GradientType=1 );

	z-index: 1;
}
.lspVisual01_in {
	width: 100%;
	position: relative;
	z-index: 2;
}
.lspVisual01_catch {
	line-height: 1.333;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 72px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.lspVisual01_txt {
	line-height: 1.8;
	margin: 40px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.lspVisual01_wrap {
	margin: 46px 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
.lspVisual01_btn {
	display: block;
	max-width: 348px;
	line-height: 64px;
	margin: 46px auto 0;
	padding: 0 0 2px;
	border: 1px solid #B93C51;
	border-radius: 40px;
	background-color: #C92D4E;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
}
.lspVisual01_btn-t1 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 35px 0 0;
	letter-spacing: normal;
}
.lspVisual01_btn-t2 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 0 0 35px;
	background-color: #fff;
	color: #C92D4E;
	letter-spacing: normal;
}
.lspVisual02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 0 100px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.45);
	overflow: hidden;
}
.lspVisual02_info {
	width: 50%;
	padding: 20px 70px 20px 50px;
	box-sizing: border-box;
}
.lspVisual02_img {
	display: block;
	width: 50%;
	text-align: center;
}
.lspVisual02_tit {
	line-height: 1.642;
	margin: 0 0 40px;
	font-size: 234%;
	font-weight: bold;
}
.lspVisual02_txt {
	line-height: 2;
	font-size: 125%;
	font-weight: 500;
}
/* リード
------------------------------------------------------------------------------- */
.lspLead01 {
	padding: 0 20px 100px
}
.lspLead01_in {
	max-width: 1080px;
	margin: 0 auto;
}
.lspLead01_movie {
	display: block;
	position: relative;
	padding: 56.24% 0 0;
	border-radius: 25px;
	overflow: hidden;
	z-index: 1;
}
.lspLead01_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.lspLead01_txt {
	line-height: 2;
	margin: 46px 0 0;
	font-size: 167%;
	font-weight: bold;
	text-align: center;
}
.lspLead01_txt:first-child {
	margin-top: 0;
}
.lspLead01_en {
	color: #C92D4E;
}
.lspLead01_wrap {
	margin: 46px 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
.lspLead01_btn {
	display: block;
	max-width: 348px;
	line-height: 64px;
	margin: 46px auto 0;
	padding: 0 0 2px;
	border: 1px solid #B93C51;
	border-radius: 40px;
	background-color: #C92D4E;
	color: #fff;
	font-size: 167%;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
}
.lspLead01_btn-t1 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 35px 0 0;
	letter-spacing: normal;
}
.lspLead01_btn-t2 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 0 0 35px;
	background-color: #fff;
	color: #C92D4E;
	letter-spacing: normal;
}
.lspLead02 {
	margin: 0 0 70px;
}
.lspLead02_txt {
	line-height: 2;
	font-size: 134%;
	font-weight: 500;
}
/* タイプ診断
------------------------------------------------------------------------------- */
.lspType01 {
	margin: 100px 0 0;
	padding: 0 20px;
	text-align: center;
}
.lspType01-mt1 {
	margin-top: 50px;
}
.lspType01-mt1 .lspType01_btn-t1 {
	margin-right: auto;
}
.lspType01_txt {
	line-height: 2;
	font-size: 167%;
	font-weight: 600;
}
.lspType01_wrap {
	text-align: center;
	letter-spacing: -0.5em;
}
.lspType01_btn {
	display: block;
	max-width: 348px;
	line-height: 64px;
	margin: 21px auto 0;
	padding: 0 0 2px;
	border: 1px solid #B93C51;
	border-radius: 40px;
	background-color: #C92D4E;
	color: #fff;
	font-size: 167%;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
}
.lspType01_btn-t1 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 35px 0 0;
	letter-spacing: normal;
}
.lspType01_btn-t2 {
	display: inline-block;
	width: 100%;
	max-width: 396px;
	margin: 0 0 0 35px;
	background-color: #fff;
	color: #C92D4E;
	letter-spacing: normal;
}
.lspType02 {
	position: relative;
	margin: 110px 0 0;
	text-align: center;
}
.lspType02_txt {
	line-height: 2;
	font-size: 167%;
	font-weight: bold;
}
.lspType02_btn {
	display: block;
	max-width: 348px;
	line-height: 64px;
	margin: 20px auto 0;
	padding: 0 0 2px;
	border-radius: 40px;
	border: 1px solid #B93C51;
	background-color: #C92D4E;
	color: #fff;
	font-size: 167%;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
/* レイアウト
------------------------------------------------------------------------------- */
.lspBlock01 {
	padding: 0 20px 120px;
}
.lspBlock01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: -30px auto 0;
	font-size: 100%;
}
.lspBlock01_item {
	position: relative;
	width: 31.482%;
	max-width: 340px;
	margin: 30px 0 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 1;
}
.lspBlock01_wrap {
	display: block;
	position: relative;
	height: 100%;
	color: #202124;
	text-decoration: none;
	z-index: 1;
}
.lspBlock01_img {
	display: block;
}
.lspBlock01_info {
	padding: 30px 20px 29px;
}
.lspBlock01_txt {
	line-height: 1.75;
	font-size: 150%;
	font-weight: 600;
	text-align: center;
}
.lspBlock01_em {
	display: block;
	margin: -4px 0 0;
	font-size: 122.5%;
}
.lspBlock02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 960px;
	margin: -48px auto 0;
	font-size: 100%;
}
.lspBlock02_item {
	width: 28.126%;
	max-width: 270px;
	margin: 40px 0 0;
}
.lspBlock02_wrap {
	display: block;
	position: relative;
	color: #202124;
	text-decoration: none;
	z-index: 1;
}
.lspBlock02_img {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
	z-index: 1;
}
.lspBlock02_img span {
	display: block;
}
.lspBlock02_tag {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	line-height: 22px;
	padding: 3px 9px 0;
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}
.lspBlock02_txt {
	line-height: 1.4;
	margin: 13px 0 0;
	font-size: 125%;
	font-weight: bold;
}
.lspBlock03 {
	margin: 40px auto;
}
.lspBlock03 + .lspBlock03 {
	margin-top: 150px;
}
.lspBlock03 + .lspBlock03-mt {
	margin-top: 50px;
}
.lspBlock03_img {
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}
.lspBlock03_movie {
	display: block;
	position: relative;
	padding: 56.25% 0 0;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.lspBlock03_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.lspBlock03_img-w1 {
	max-width: 760px;
}
.lspBlock03_img-w2 {
	max-width: 410px;
}
.lspBlock03_img-w3 {
	max-width: 848px;
}
.lspBlock03_img-t1,
.lspBlock03_img-t2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	border-radius: 0;
}
.lspBlock03_img-t1 span {
	width: 49.063%;
}
.lspBlock03_img-t2 span {
	width: 46.563%;
	border-radius: 12px;
	overflow: hidden;
}
.lspBlock03_sub {
	line-height: 1.75;
	margin: 10px 0 30px;
	font-size: 134%;
	font-weight: 500;
	text-align: right;
}
.lspBlock03_txt {
	line-height: 1.75;
	margin: 20px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.lspBlock03_notes {
	line-height: 1.75;
	margin: 15px 0 0;
	font-size: 109%;
	font-weight: 400;
}
.lspBlock03_notes li {
	margin: 3px 0 0 1em;
	text-indent: -1em;
}
.lspBlock03_notes li:first-child {
	margin-top: 0;
}
.lspBlock03_notes2 {
	line-height: 1.75;
	margin: 10px 0 0;
	font-size: 109%;
	font-weight: 400;
}
.lspBlock03_notes2 li {
	margin: 3px 0 0 1.8em;
	text-indent: -1.8em;
}
.lspBlock03_notes2 li:first-child {
	margin-top: 0;
}
.lspBlock03_btn {
	display: block;
	max-width: 348px;
	line-height: 64px;
	margin: 30px auto 0;
	padding: 0 0 2px;
	border-radius: 40px;
	border: 1px solid #C92D4E;
	background-color: #fff;
	color: #C92D4E;
	font-size: 167%;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
}

.lspBlock04 {
	margin: 60px 0 100px;
	padding: 0 10px;
}
.lspBlock04_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 100%;
}
.lspBlock04_item {
	width: 48.149%;
	max-width: 520px;
}
.lspBlock04_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 90px;
	text-align: center;
}
.lspBlock04_txt p {
	width: 100%;
	line-height: 1;
	margin: 0;
	font-size: 217%;
	font-weight: bold;
	text-align: center;
}
.lspBlock04_txt p span {
	display: inline-block;
	font-size: 54%;
	vertical-align: 3px;
}
.lspBlock04_img {
	display: block;
	margin: -3px 0 0;
}
.lspBlock04_img-comment {
	position: relative;
}
.lspBlock04_in {
	position: relative;
	padding: 59.8% 0 0;
	border-radius: 12px;
	background: url(/jutaku/lsp/images/block4_img01.jpg) center center no-repeat;
	background-size: contain;
	overflow: hidden;
	z-index: 1;
}
.lspBlock04_img-comment::before {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	bottom: -21px;
	width: 214px;
	height: 101px;
	background: url(/jutaku/lsp/images/block4_img03.png) center center no-repeat;
	background-size: contain;
	z-index: 2;
}
.lspBlock04_movie {
	position: absolute;
	width: auto;
	height: 116%;
	top: -8%;
	right: 0;
}
/* テキスト装飾
------------------------------------------------------------------------------- */
.lspTxt01 {
	line-height: 1.75;
	margin: 33px 0 0;
	font-size: 134%;
	font-weight: 500;
}
/* モーダル
------------------------------------------------------------------------------- */
.mfp-bg.lspModal {
	z-index: 105;
	background-color: #000;
	opacity: 0.5;
}
.mfp-wrap.lspModal {
	z-index: 110;
}
.lspModal .mfp-container {
	min-width: 950px;
	padding: 30px;
}
.lspModal .mfp-content,
.lspModal .mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 1080px;
	padding: 0 0 30px;
}
.lspModal .mfp-iframe-holder .mfp-content {
	border-radius: 12px;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s ease-out;
}
.lspModal .mfp-iframe-holder .mfp-content-show {
	opacity: 1;
}
.lspModal .mfp-iframe-scaler iframe {
    box-shadow: none;
    background: none;
    overflow-y: hidden;
}
.lspModal .mfp-close,
.lspModal .mfp-close:active {
	top: 10px;
	right: 10px;
	width: 66px;
	height: 66px;
	background: none;
	font-size: 0;
	opacity: 1;
}
.lspModal .mfp-close::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url(../images/svg/close_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* コンテナ
------------------------------------------------------------------------------- */
.lspContainer {
	padding: 100px 60px;
	border-radius: 12px;
	color: #202124;
	background-color: #fff;
}
/* 診断の流れ
------------------------------------------------------------------------------- */
.lspFlow01 {
	padding: 0 20px;
}
.lspFlow01_wrap {
	position: relative;
	max-width: 1080px;
	height: 594px;
	margin: 0 auto;
}
.lspFlow01_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 67px;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.1);
}
.lspFlow01_in {
	position: relative;
	height: 100%;
}
.fmFlow01_list.swiper-wrapper {
	height: -webkit-calc(100% - 67px);
	height: calc(100% - 67px);
	padding: 67px 0 0;
}
.lspFlow01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: row-reverse;
	height: 100%;
}
.lspFlow01_img {
	position: relative;
	width: 51.481%;
	height: 100%;
}
.lspFlow01_img span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 421px;
	margin: 0 auto;
}
.lspFlow01_info {
	width: 48.519%;
}
.lspFlow01_sub {
	line-height: 1.818;
	margin: 0 0 13px;
	font-size: 184%;
	font-weight: bold;
}
.lspFlow01_tit {
	position: relative;
	line-height: 1.588;
	margin: 0 0 35px;
	padding: 0 0 32px;
	color: #C92D4E;
	font-size: 284%;
	font-weight: bold;
}
.lspFlow01_tit::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 5px;
	background-color: #B93C51;
}
.lspFlow01_txt {
	line-height: 1.9;
	font-size: 150%;
	font-weight: 500;
}
.lspFlow01_btn {
	display: none;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin: -8px 0 0;
	border-radius: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: opacity .3s;
	z-index: 10;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
.lspFlow01_btn.swiper-button-disabled {
	display: none !important;
}
.d_hover .lspFlow01_btn:hover {
	opacity: 0.7;
}
.lspFlow01_btn.swiper-btn-show {
	display: block;
}
.lspFlow01_btn-prev {
	left: 20px;
	transform: rotate(180deg);
	background-image: url(../images/svg/arw_ico01.svg);
}
.lspFlow01_btn-next {
	right: 20px;
	background-image: url(../images/svg/arw_ico01.svg);
}
.swiper_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(../images/svg/loading_ico01.svg) center center no-repeat;
	background-size: 80px 80px;
}
.fmFlow01_list.swiper-wrapper {
	opacity: 0;
}
.fmFlow01_list.swiper-wrapper-show {
	opacity: 1;
}
.lspFlow01_in .lspFlow01_page.swiper-pagination {
	right: 100px;
	bottom: 40px;
	left: 0;
	width: auto;
	line-height: 1;
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
	text-align: right;
	letter-spacing: -0.5em;
}
.lspFlow01_in .lspFlow01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px !important;
	background-color: #E8E8E8;
	opacity: 1;
	letter-spacing: normal;
}
.lspFlow01_in .lspFlow01_page .swiper-pagination-bullet-active {
	background-color: #C92D4E;
}
@media only screen and (max-width: 1160px) {
	.lspFlow01_sub {
		margin: 0 0 11px;
		font-size: 167%;
	}
	.lspFlow01_tit {
		margin: 0 0 33px;
		padding: 0 0 30px;
		font-size: 267%;
	}
	.lspFlow01_txt {
		font-size: 134%;
	}
}
/* 囲み
------------------------------------------------------------------------------- */
.lspWrap01 {
	padding: 90px 0 100px;
	background-color: #F8F9FA;
}
.lspWrap02 {
	margin: 120px 0 0;
	padding: 110px 20px 115px;
	background-color: #F8F9FA;
}
/* ボタン追加
------------------------------------------------------------------------------- */
.lspVisual01_wrap,
.lspLead01_wrap,
.lspType01_wrap {
	max-width: 852px;
	margin-right: auto;
	margin-left: auto;
}
.lspVisual01_btn:nth-child(2),
.lspLead01_btn:nth-child(2),
.lspType01_btn:nth-child(2)  {
	margin-right: 0;
}
.lspVisual01_btn:nth-child(3),
.lspLead01_btn:nth-child(3),
.lspType01_btn:nth-child(3) {
	margin-top: 30px;
}


.lspPoint01 {
	margin: 0;
	padding: 0 20px;
}
.lspPoint01:first-child {
	margin-bottom: 75px;
	padding-bottom: 76px;
	border-bottom: 1px solid rgba(47, 45, 44, .1);
}
.lspPoint01_in {
	max-width: 1100px;
	margin: 0 auto;
}
.lspPoint01_head {
	margin: 0 0 34px;
	text-align: center;
}
.lspPoint01_en {
	line-height: 1;
	margin: 0;
	color: #C92D4E;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 500;
}
.lspPoint01_no {
	line-height: 1;
	margin: 5px 0 0;
	color: #C92D4E;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 500;
}
.lspPoint01_tit {
	line-height: 1.375;
	margin: 35px 0 0;
	font-size: 267%;
	font-weight: 700;
}
.lspPoint01_tit span {
	display: inline-block;
	padding: 0 0 7px;
	border-bottom: 3px solid #B93C51;
}
.lspPoint01_lead {
	line-height: 2.055;
	margin: 0;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.02em;
}
.lspPoint01_img {
	max-width: 900px;
	margin: 8px auto -46px;
}
.lspPickup01 {
	margin: 60px 0 0;
	padding: 0 20px;
}
.lspPickup01-top {
	margin-top: 80px;
}
.lspPickup01_in {
	max-width: 1080px;
	margin: 0 auto;
	padding: 53px 60px 70px;
	border-radius: 30px;
	box-shadow: 5px 5px 40px rgba(28, 41, 60, .1);
	box-sizing: border-box;
}
.lspPickup01_catch {
	line-height: 1.6;
	margin: 0 0 47px;
	color: #202124;
	font-size: 250%;
	font-weight: 700;
	text-align: center;
}
.lspPickup01_catch span {
	color: #C92D4E;
}
.lspPickup01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	font-size: 100%;
}
.lspPickup01_item {
	width: 47.112%;
	max-width: 424px;
}
.lspPickup01_img1 {
	max-width: 900px;
	margin: 0 auto;
}
.lspPickup01_img2 {
	display: block;
}
.lspPickup01_movie {
	position: relative;
	padding: 59.8% 0 0;
	border-radius: 12px;
	background: url(/jutaku/lsp/images/pickup_img03.jpg) center center no-repeat;
	background-size: contain;
	overflow: hidden;
	z-index: 1;
}
.lspPickup01_caption {
	line-height: 1.941;
	margin: 13px 0 0;
	color: #202124;
	font-size: 142%;
	font-weight: 700;
	text-align: center;
}
.lspStep01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 67px auto 0;
	font-size: 100%;
}
.lspStep01_item {
	position: relative;
	width: 17.408%;
	max-width: 188px;
	padding: 46px 10px 42px;
	border: 1px solid #C92D4D;
	border-radius: 12px;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 6px #DBDBDB;
}
.lspStep01_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -28px;
	width: 20px;
	height: 22px;
	margin: -11px 0 0;
	background: url(../images/step_bg01.svg) center center no-repeat;
	background-size: contain;
}
.lspStep01_item:last-child::after {
	content: none;
}
.lspStep01_tit {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.lspStep01_tit span {
	display: inline-block;
	line-height: 26px;
	padding: 0 21px 2px;
	border-radius: 40px;
	background-color: #C92D4D;
	color: #fff;
}
.lspStep01_img {
	max-width: 159px;
	margin: 0 auto;
}
.lspStep01_txt {
	line-height: 1.388;
	margin: 21px 0 0;
	color: #202124;
	font-size: 150%;
	font-weight: 700;
}