@charset "UTF-8";

/* ==================================================

RESET

*/
.ld-map {
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.ld-map * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.ld-map ul,
.ld-map ol {
	list-style-type: none;
}
.ld-map table {
	border-collapse: collapse;
}
.ld-map a,
.ld-map button {
	cursor: pointer;
}
.ld-map .picture,
.ld-map img {
	display: block;
	width: 100%;
	height: auto;
}
.ld-map button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	resize: none;
}

/* ==================================================

[ COMMON ]

*/
#container {
	max-width: 100%;
}

/* ==================================================

VISIBLE

*/
@media screen and (max-width: 640px) {
	.ldm-visible-pc {
		display: none;
	}
}
@media screen and (min-width: 641px) {
	.ldm-visible-sp {
		display: none;
	}
}

/* ==================================================

CONTAINER

*/
.ldm-container {
	position: relative;
	margin: 0 auto;
	max-width: 976px;
}

/* ==================================================

HEADING

*/
.ldm-heading {
	position: relative;
	padding-left: 80px;
}
.ldm-heading::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/heading-pin01.svg);
	background-size: contain;
}
.ldm-heading h2 em {
	display: block;
	margin: 0 0 8px -2px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.ldm-heading h2 span img {
	width: auto;
	height: 30px;
}
@media screen and (max-width: 640px) {
	.ldm-heading {
		padding-left: 0;
		text-align: center;
	}
	.ldm-heading::before {
		position: static;
		margin: 0 auto;
		width: calc(100vw * (28 / 375));
		height: calc(100vw * (42 / 375));
	}
	.ldm-heading h2 em {
		margin: calc(100vw * (12 / 375)) 0 calc(100vw * (8 / 375)) 0;
		font-size: calc(100vw * (23 / 375));
		letter-spacing: 0.08em;
	}
	.ldm-heading h2 span img {
		margin: 0 auto;
		height: calc(100vw * (16 / 375));
	}
}

/* ==================================================

SECTION

*/
.ldm-section01 {
	background-color: #E6E6F0;
}
.ldm-section02 {
	background-repeat: repeat-y;
	background-color: #E6E6F0;
	background-image: url(../img/bg.png);
	background-position: 50% -40px;
	background-size: 440px 1443px;
}
@media screen and (min-width: 440px) {
	.ldm-section02 {
		background-position: 50% -40px;
		background-size: 100% 1443px;
	}
}
@media screen and (min-width: 640px) {
	.ldm-section02 {
		background-position: 50% -140px;
		background-size: 1430px 4688px;
	}
}
@media screen and (min-width: 1430px) {
	.ldm-section02 {
		background-size: 100% 4688px;
	}
}

/* ==================================================

MAIN

*/
.ldm-p-main {
	min-height: 560px;
}
.ldm-p-main .ldm-container {
	padding-left: 15px;
}
.ldm-p-main .ldm-images {
	position: absolute;
	top: 15px;
	right: -40px;
	width: 660px;
	/*transform: translate3d(0,0,0);*/
}
.ldm-p-main .ldm-catch {
	padding: 70px 0 70px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.ldm-p-main .ldm-catch em {
	display: block;
	font-size: 25px;
}
.ldm-p-main h1 {
	width: 342px;
}
@media screen and (max-width: 640px) {
	.ldm-p-main {
		margin-bottom: calc(100vw * (25 / 375));
		min-height: initial;
	}
	.ldm-p-main .ldm-container {
		padding: 0 calc(100vw * (5 / 375));
	}
	.ldm-p-main .ldm-images {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	.ldm-p-main .ldm-catch {
		padding: calc(100vw * (20 / 375)) 0 calc(100vw * (20 / 375)) 0;
		font-size: calc(100vw * (15 / 375));
		line-height: 1.7;
		letter-spacing: 0;
		text-align: center;
	}
	.ldm-p-main .ldm-catch em {
		font-size: calc(100vw * (22 / 375));
		text-indent: 0.4em;
	}
	.ldm-p-main .ldm-catch span {
		display: block;
		text-indent: 0.4em;
	}
	.ldm-p-main h1 {
		margin: calc(100vw * (25 / 375)) auto 0 auto;
		width: calc(100vw * (264 / 375));
	}
}

/* ==================================================

ABOUT

*/
.ldm-p-about .ldm-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 30px 0 90px 0;
}
.ldm-p-about .ldm-row .ldm-detail {
	flex: 1;
}
.ldm-p-about .ldm-row .ldm-detail h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	white-space: nowrap;
}
.ldm-p-about .ldm-row .ldm-detail p {
	font-size: 18px;
	line-height: 2.2;
}
.ldm-p-about .ldm-row .ldm-about-image {
	position: relative;
	width: 474px;
}
.ldm-p-about .ldm-info {
	position: relative;
	padding: 80px 0 100px 0;
	background-color: #00B496;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
	text-align: center;
	color: #FFF;
}
.ldm-p-about .ldm-info::before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30px;
	width: 0;
	height: 0;
	border-style:solid;
	border-width: 40px 30px 0 30px;
	border-color: #0078BE transparent transparent transparent;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}
.ldm-p-about .ldm-info h3 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 28px;
	line-height: 2;
}
.ldm-p-about .ldm-info ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-weight: 700;
	font-size: 22px;
}
.ldm-p-about .ldm-info ul li > div {
	display: flex;
	align-items: flex-end;
	min-height: 230px;
}
.ldm-p-about .ldm-info ul li > div img {
	margin: 0 auto;
	width: 290px;
}
.ldm-p-about .ldm-info ul li > p {
	margin-top: 15px;
}
@media screen and (max-width: 640px) {
	.ldm-p-about .ldm-row {
		display: block;
		margin: calc(100vw * (40 / 375)) 0 calc(100vw * (60 / 375)) 0;
	}
	.ldm-p-about .ldm-row .ldm-detail {
		padding: 0 0 calc(100vw * (20 / 375)) 0;
	}
	.ldm-p-about .ldm-row .ldm-detail h2 {
		margin-right: calc(100vw * (-6 / 375));
		margin-bottom: calc(100vw * (15 / 375));
		text-align: center;
		font-size: calc(100vw * (18 / 375));
	}
	.ldm-p-about .ldm-row .ldm-detail p {
		padding: 0 calc(100vw * (18 / 375));
		font-size: calc(100vw * (14 / 375));
		line-height: 1.78;
	}
	.ldm-p-about .ldm-row .ldm-about-image {
		margin: 0 auto;
		width: calc(100vw * (334 / 375));
	}
	.ldm-p-about .ldm-info {
		padding: calc(100vw * (60 / 375)) 0;
		box-shadow: inset 0 calc(100vw * (3 / 375)) calc(100vw * (3 / 375)) rgba(0,0,0,0.1);
	}
	.ldm-p-about .ldm-info::before {
		top: calc(100vw * (-12 / 375));
		margin-left: calc(100vw * (-20 / 375));
		border-width: calc(100vw * (27 / 375)) calc(100vw * (20 / 375)) 0 calc(100vw * (20 / 375));
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
	}
	.ldm-p-about .ldm-info h3 {
		margin-bottom: calc(100vw * (25 / 375));
		font-size: calc(100vw * (18 / 375));
	}
	.ldm-p-about .ldm-info ul {
		flex-wrap: wrap;
		font-size: calc(100vw * (15 / 375));
	}
	.ldm-p-about .ldm-info ul li:first-child {
		flex-basis: 100%;
		margin-bottom: calc(100vw * (-15 / 375));
	}
	.ldm-p-about .ldm-info ul li > div {
		min-height: calc(100vw * (120 / 375));
	}
	.ldm-p-about .ldm-info ul li > div img {
		width: calc(100vw * (150 / 375));
	}
	.ldm-p-about .ldm-info ul li > p {
		margin-top: calc(100vw * (15 / 375));
	}
}

/* ==================================================

REASONS

*/
.ldm-p-reasons {
	padding: 140px 0 0 0;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
}
.ldm-p-reasons .ldm-heading {
	margin-bottom: 60px;
}
.ldm-p-reasons .ldm-block {
	margin-bottom: 70px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.15));
}
.ldm-p-reasons .ldm-block:last-child {
	margin-bottom: 0;
}
.ldm-p-reasons .ldm-block h3 img {
	width: auto;
	height: 100px;
}
.ldm-p-reasons .ldm-block .ldm-frame {
	padding: 50px 0 100px 0;
	background-color: #FFF;
	border-radius: 0 30px 30px 30px;
}
.ldm-p-reasons .ldm-block .ldm-title {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 27px;
}
.ldm-p-reasons .ldm-block .ldm-title em {
	border-bottom: 1px solid #333;
}
@media screen and (max-width: 640px) {
	.ldm-p-reasons {
		padding: calc(100vw * (60 / 375)) calc(100vw * (10 / 375)) 0 calc(100vw * (10 / 375));
	}
	.ldm-p-reasons .ldm-heading {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-block {
		margin-bottom: calc(100vw * (35 / 375));
		filter: drop-shadow(0 calc(100vw * (3 / 375)) calc(100vw * (3 / 375)) rgba(0,0,0,0.15));
	}
	.ldm-p-reasons .ldm-block h3 img {
		height: calc(100vw * (46 / 375));
	}
	.ldm-p-reasons .ldm-block .ldm-frame {
		padding: calc(100vw * (26 / 375)) 0 calc(100vw * (34 / 375)) 0;
		border-radius: 0 calc(100vw * (10 / 375)) calc(100vw * (10 / 375)) calc(100vw * (10 / 375));
	}
	.ldm-p-reasons .ldm-block .ldm-title {
		font-size: calc(100vw * (17 / 375));
		line-height: 1.5;
	}
	.ldm-p-reasons .ldm-block .ldm-title em {
		padding-bottom: calc(100vw * (5 / 375));
	}
}

/* reasons01 */
.ldm-p-reasons .ldm-reasons01 .ldm-title {
	margin-bottom: 40px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-lead {
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list {
	position: relative;
	margin: 0 auto;
	padding: 0 28px 28px 28px;
	width: 780px;
	text-align: center;
	box-sizing: border-box;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list::before {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background-color: #E6E6F0;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-label {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-label em {
	display: flex;
	align-items: center;
	padding: 0 25px 1px 25px;
	height: 38px;
	background-color: #00A0D2;
	border-radius: 999px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-wrap {
	position: relative;
	display: flex;
	justify-content: center;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block {
	position: relative;
	padding: 0 20px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child {
	flex-basis: 276px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:last-child {
	flex: 1;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child::before {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background-color: #96E6DC;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child .ldm-list-block-label {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child .ldm-list-block-label em {
	display: flex;
	align-items: center;
	padding: 0 25px 1px 25px;
	height: 38px;
	background-color: #00B496;
	border-radius: 999px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block ul {
	position: relative;
	display: flex;
	gap: 8px;
	padding-bottom: 20px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block ul img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 240px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block h5 {
	margin: 0 0 26px 0;
	padding: 4px 0 6px 0;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child h5 {
	border: 2px solid #00B496;
	color: #00B496;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:last-child {
	padding-top: 62px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block:last-child h5 {
	border: 2px solid #00A0D2;
	color: #00A0D2;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item02 h5 {
	letter-spacing: 0;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item01 {
	flex-basis: 100px;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item02 {
	flex: 1;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item03 {
	flex-basis: 100px;
	flex-shrink: 0;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item04 {
	width: 100%;
}
.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item05 {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.ldm-p-reasons .ldm-reasons01 .ldm-title {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-lead {
		margin-bottom: calc(100vw * (25 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list {
		display: block;
		width: auto;
		padding: 0 calc(100vw * (15 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list::before {
		top: calc(100vw * (14 / 375));
		left: calc(100vw * (15 / 375));
		right: calc(100vw * (15 / 375));
		border-radius: calc(100vw * (8 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-label {
		margin-bottom: calc(100vw * (20 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-label em {
		padding: 0 1.4em 0.1em 1.4em;
		height: calc(100vw * (28 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-wrap {
		display: block;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child {
		padding: 0 calc(100vw * (60 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child::before {
		top: calc(100vw * (14 / 375));
		left: calc(100vw * (35 / 375));
		right: calc(100vw * (35 / 375));
		border-radius: calc(100vw * (8 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child .ldm-list-block-label {
		margin-bottom: calc(100vw * (20 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child .ldm-list-block-label em {
		padding: 0 1.4em 0.1em 1.4em;
		height: calc(100vw * (28 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block ul {
		gap: calc(100vw * (6 / 375));
		padding-bottom: calc(100vw * (20 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block ul img {
		width: auto;
		height: calc(100vw * (160 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block h5 {
		margin: 0 0 calc(100vw * (16 / 375)) 0;
		padding: 0.2em 0 0.3em 0;
		border-radius: calc(100vw * (5 / 375));
		font-weight: 700;
		font-size: calc(100vw * (15 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child {
		margin-bottom: calc(100vw * (30 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:first-child h5 {
		border-width: 1px;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:last-child {
		padding: 0 calc(100vw * (14 / 375)) calc(100vw * (10 / 375)) calc(100vw * (14 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block:last-child h5 {
		border-width: 1px;
		margin: 0 0 calc(100vw * (10 / 375)) 0;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item01 {
		flex-basis: 100%;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item02 {
		flex-basis: 100%;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list-block .ldm-list-item03 {
		flex-basis: calc(100vw * (78 / 375));
	}

	/*
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul {
		margin: 0 auto;
		gap: calc(100vw * (10 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:first-child {
		width: 100%;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:first-child img {
		width: calc(100vw * (60 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:last-child {
		margin-top: calc(100vw * (20 / 375));
		width: calc(100vw * (257 / 375));
		gap: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:last-child div {
		padding-top: 0;
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:last-child img {
		width: calc(100vw * (90 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list h5 {
		margin: 0 0 calc(100vw * (15 / 375)) 0;
		padding: calc(100vw * (7 / 375)) 0 calc(100vw * (8 / 375)) 0;
		border-width: 1px;
		border-radius: calc(100vw * (6 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons01 .ldm-list ul:first-child li:nth-child(2) h5 {
		letter-spacing: -0.1em;
	}
	*/
}

/* reasons02 */
.ldm-p-reasons .ldm-reasons02 .ldm-title {
	margin-bottom: 45px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-detail {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	text-align: center;
}
.ldm-p-reasons .ldm-reasons02 .ldm-detail h5 {
	margin-bottom: 20px;
	font-size: 18px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-detail img {
	width: 290px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-detail .ldm-waves {
	padding: 50px 40px 0 20px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-detail .ldm-waves img {
	width: 80px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-list {
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 30px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-list h5 {
	margin: 0 8px 12px 8px;
	padding: 4px 0 6px 0;
	border: 2px solid #00A0D2;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #00A0D2;
	letter-spacing: 0.06em;
}
.ldm-p-reasons .ldm-reasons02 .ldm-list img {
	width: 180px;
}
.ldm-p-reasons .ldm-reasons02 .ldm-list-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.ldm-p-reasons .ldm-reasons02 .ldm-title {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-detail {
		margin-bottom: calc(100vw * (40 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-detail h5 {
		margin-bottom: calc(100vw * (10 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-detail img {
		width: calc(100vw * (154 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-detail .ldm-waves {
		padding: calc(100vw * (50 / 375)) calc(100vw * (5 / 375)) 0 0;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-detail .ldm-waves img {
		width: calc(100vw * (30 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list {
		display: none;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp {
		display: block;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: calc(100vw * (20 / 375));
		padding: 0 calc(100vw * (30 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul li {
		flex-basis: 50%;
		padding: calc(100vw * (5 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul li button {
		position: relative;
		display: block;
		width: 100%;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul li button::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(100vw * (2 / 375));
		left: calc(100vw * (2 / 375));
		width: 100%;
		height: 100%;
		background-color: #00A0D2;
		border-radius: calc(100vw * (6 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul li button span {
		position: relative;
		display: block;
		padding: 0.5em;
		background-color: #E6E6F0;
		border-radius: calc(100vw * (6 / 375));
		font-weight: 700;
		font-size: calc(100vw * (14 / 375));
		color: #7882B4;
		transition: top 0.3s ease, left 0.3s ease, color 0.3s ease, background-color 0.3s ease;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp ul li button[aria-expanded="true"] span {
		background-color: #00A0D2;
		color: #FFF;
		top: calc(100vw * (2 / 375));
		left: calc(100vw * (2 / 375));
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp .ldm-item img {
		display: block;
		margin: 0 auto;
		width: 66%;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp .ldm-slide .slick-arrow {
		overflow: hidden;
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: calc(100vw * (-30 / 375));
		width: calc(100vw * (50 / 375));
		height: calc(100vw * (60 / 375));
		background-position: center;
		background-repeat: no-repeat;
		background-size: calc(100vw * (25 / 375)) calc(100vw * (25 / 375));
		text-indent: -999em;
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp .ldm-slide .slick-prev {
		left: calc(100vw * (15 / 375));
		background-image: url(../img/arrow-prev.svg);
	}
	.ldm-p-reasons .ldm-reasons02 .ldm-list-sp .ldm-slide .slick-next {
		right: calc(100vw * (15 / 375));
		background-image: url(../img/arrow-next.svg);
	}
}

/* reasons03 */
.ldm-p-reasons .ldm-reasons03 .ldm-title {
	margin-bottom: 45px;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list {
	display: flex;
	justify-content: center;
	text-align: center;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	min-height: 54px;
	font-size: 18px;
	line-height: 1.4;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list img {
	margin: 0 auto;
	width: 210px;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list li div {
	position: relative;
	padding: 0 40px;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list li:first-child div::before {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../img/reasons03-plus.svg);
	background-size: contain;
}
.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 26px;
	border-color: transparent transparent transparent #00B496;
}
@media screen and (max-width: 640px) {
	.ldm-p-reasons .ldm-reasons03 .ldm-title {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list {
		flex-wrap: wrap;
		margin: 0 calc(100vw * (-6 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list h5 {
		margin-bottom: calc(100vw * (15 / 375));
		min-height: 3em;
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list img {
		width: calc(100vw * (146 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li {
		position: relative;
		flex-basis: 50%;
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li div {
		position: relative;
		padding: 0 calc(100vw * (21 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:first-child div::before {
		right: calc(100vw * (-14 / 375));
		margin-top: calc(100vw * (-14 / 375));
		width: calc(100vw * (28 / 375));
		height: calc(100vw * (28 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child {
		flex-basis: 100%;
		margin-top: calc(100vw * (40 / 375));
		padding: calc(100vw * (30 / 375)) 0 0 0;
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child i {
		position: absolute;
		display: block;
		left: calc(100vw * (15 / 375));
		right: calc(100vw * (15 / 375));
		bottom: 100%;
		border-top: 1px solid #00B496;
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child i::before {
		content: '';
		position: absolute;
		left: 50%;
		top: calc(100vw * (-10 / 375));
		margin-left: calc(100vw * (-24 / 375));
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: calc(100vw * (30 / 375)) calc(100vw * (24 / 375)) 0 calc(100vw * (24 / 375));
		border-color: #FFF transparent transparent transparent;
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child i::after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: calc(100vw * (-10 / 375));
		width: 0;
		height: 0;
		border-style: solid;
		margin-left: calc(100vw * (-15 / 375));
		border-width: calc(100vw * (20 / 375)) calc(100vw * (15 / 375)) 0 calc(100vw * (15 / 375));
		border-color: #00B496 transparent transparent transparent;
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child img {
		width: calc(100vw * (128 / 375));
	}
	.ldm-p-reasons .ldm-reasons03 .ldm-list li:last-child div::before {
		content: none;
	}
}

/* reasons04 */
.ldm-p-reasons .ldm-reasons04 .ldm-title {
	margin-bottom: 40px;
}
.ldm-p-reasons .ldm-reasons04 .ldm-lead {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}
.ldm-p-reasons .ldm-reasons04 .ldm-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 800px;
}
.ldm-p-reasons .ldm-reasons04 .ldm-list ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	color: #00A0D2;
}
.ldm-p-reasons .ldm-reasons04 .ldm-list ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
	width: 225px;
	height: 52px;
	background-image: url(../img/reasons04-list-bg.png);
	background-size: 100% 100%;
}
.ldm-p-reasons .ldm-reasons04 .ldm-list .ldm-image {
	flex-basis: 540px;
}
@media screen and (max-width: 640px) {
	.ldm-p-reasons .ldm-reasons04 .ldm-title {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-reasons .ldm-reasons04 .ldm-lead {
		margin-bottom: calc(100vw * (25 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-reasons .ldm-reasons04 .ldm-list {
		display: block;
		position: relative;
		width: 92%;
	}
	.ldm-p-reasons .ldm-reasons04 .ldm-list ul {
		flex-direction: row;
    gap: calc(100vw * (10 / 375));
		justify-content: center;
		margin-bottom: calc(100vw * (20 / 375));
		font-size: calc(100vw * (13 / 375));
		white-space: nowrap;
	}
	.ldm-p-reasons .ldm-reasons04 .ldm-list ul li {
		padding: calc(100vw * (4 / 375)) calc(100vw * (4 / 375)) calc(100vw * (5 / 375)) calc(100vw * (4 / 375));
		width: 100%;
		height: auto;
		background-image: none;
		border: 1px solid #00A0D2;
		border-radius: calc(100vw * (4 / 375));
	}
	.ldm-p-reasons .ldm-reasons04 .ldm-list .ldm-image {
		position: relative;
	}
}

/* ==================================================

BEFORE AFTER

*/
.ldm-p-before-after {
	padding: 140px 0 0 0;
}
.ldm-p-before-after .ldm-heading {
	margin-bottom: 90px;
}
.ldm-p-before-after .ldm-table {
	position: relative;
	padding: 0 0 100px 0;
}
.ldm-p-before-after .ldm-table table {
	width: 100%;
	font-size: 16px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.15));
}
.ldm-p-before-after .ldm-table table th {
	background-color: #B3B3B3;
	border-left: 2px solid #E6E6F0;
	border-top: 2px solid #E6E6F0;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.ldm-p-before-after .ldm-table table tr:first-child th {
	padding: 8px 0;
	font-size: 22px;
	line-height: 1.4;
}
.ldm-p-before-after .ldm-table table tr:first-child th:first-child {
	border: 0;
	background-color: transparent;
}
.ldm-p-before-after .ldm-table table tr:first-child th:last-child {
	background-color: #0078BE;
	font-weight: 700;
	font-size: 27px;
}
.ldm-p-before-after .ldm-table table td {
	height: 56px;
	background-color: #FFF;
	border-left: 2px solid #E6E6F0;
	border-top: 2px solid #E6E6F0;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
}
.ldm-p-before-after .ldm-table table td:last-child {
	background-color: #FAFAFF;
	color: #0078BE;
}
.ldm-p-before-after .ldm-table table .ldm-first-cell {
	border-left: 0;
}
.ldm-p-before-after .ldm-table table td dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: left;
	line-height: 1.1;
}
.ldm-p-before-after .ldm-table table td dt span {
	display: block;
	padding: 3px 4px 4px 4px;
	border-radius: 2px;
	background-color: #00A0D2;
	color: #FFF;
}
.ldm-p-before-after .ldm-table .ldm-swipe {
	display: none;
}
.ldm-p-before-after .ldm-info {
	position: relative;
	padding-top: 200px;
	color: #FFF;
}
.ldm-p-before-after .ldm-info::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url(../img/before-after-shadow-pc.png);
	background-size: 100% 120px;
	background-color: #00B496;
	clip-path: polygon(0% 0%, 50% 94px, 100% 0%, 100% 100%, 0% 100%);
}
.ldm-p-before-after .ldm-info .ldm-row {
	position: relative;
	min-height: 500px;
}
.ldm-p-before-after .ldm-info .ldm-row h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 2.6;
	letter-spacing: 0.08em;
}
.ldm-p-before-after .ldm-info .ldm-row .ldm-image {
	position: absolute;
	top: 15px;
	right: 0;
	width: 650px;
}
@media screen and (max-width: 640px) {
	.ldm-p-before-after {
		padding: calc(100vw * (60 / 375)) 0 0 0;
	}
	.ldm-p-before-after .ldm-heading {
		margin-bottom: calc(100vw * (35 / 375));
	}
	.ldm-p-before-after .ldm-table {
		padding: 0 0 calc(100vw * (40 / 375)) 0;
	}
	.ldm-p-before-after .ldm-table .ldm-scroll {
		display: flex;
		padding-bottom: calc(100vw * (15 / 375));
		overflow-x: auto;
	}
	.ldm-p-before-after .ldm-table .ldm-scroll::before,
	.ldm-p-before-after .ldm-table .ldm-scroll::after {
		content: '';
		display: block;
		flex-shrink: 0;
		width: calc(100vw * (15 / 375));
	}
	.ldm-p-before-after .ldm-table table {
		flex-shrink: 0;
		width: 160vw;
		font-size: calc(100vw * (13 / 375));
		line-height: 1.4;
		white-space: nowrap;
	}
	.ldm-p-before-after .ldm-table table tr:first-child th {
		padding: calc(100vw * (6 / 375)) 4px calc(100vw * (4 / 375));
		width: 36.2%;
		font-size: calc(100vw * (15 / 375));
	}
	.ldm-p-before-after .ldm-table table tr:first-child th:first-child {
		width: auto;
	}
	.ldm-p-before-after .ldm-table table tr:first-child th:last-child {
		font-size: calc(100vw * (18 / 375));
	}
	.ldm-p-before-after .ldm-table table td {
		padding: 0 calc(100vw * (4 / 375));
		height: calc(100vw * (46 / 375));
	}
	.ldm-p-before-after .ldm-table table td dl {
		gap: calc(100vw * (8 / 375));
	}
	.ldm-p-before-after .ldm-table .ldm-swipe {
		display: block;
		position: absolute;
		top: calc(100vw * (140 / 375));
		left: 50%;
		margin: 0 0 0 calc(100vw * (-55 / 375));
		width: calc(100vw * (110 / 375));
		transition: opacity 0.3s ease;
		pointer-events: none;
	}
	.ldm-p-before-after .ldm-table .ldm-scroll.touched + .ldm-swipe {
		opacity: 0;
	}
	.ldm-p-before-after .ldm-info {
		padding: calc(100vw * (70 / 375)) 0 calc(100vw * (50 / 375)) 0;
	}
	.ldm-p-before-after .ldm-info::before {
		background-image: url(../img/before-after-shadow-sp.png);
		background-size: 100% calc(100vw * (40 / 375));
		clip-path: polygon(0% 0%, 50% calc(100vw * (30 / 375)), 100% 0%, 100% 100%, 0% 100%);
	}
	.ldm-p-before-after .ldm-info .ldm-row {
		min-height: initial;
	}
	.ldm-p-before-after .ldm-info .ldm-row h3 {
		text-align: center;
		font-size: calc(100vw * (15 / 375));
		line-height: 2.2;
		letter-spacing: 0;
	}
	.ldm-p-before-after .ldm-info .ldm-row .ldm-image {
		position: static;
		margin: calc(100vw * (20 / 375)) auto 0 auto;
		width: 96%;
	}
}

/* ==================================================

STEPS

*/
.ldm-p-steps {
	padding: 150px 0 110px 0;
	background-color: #E6E6F0;
	background-repeat: repeat-y;
	background-image: url(../img/bg.png);
	background-position: 50% -40px;
	background-size: 440px 1443px;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
}
@media screen and (min-width: 440px) {
	.ldm-p-steps {
		background-position: 50% -40px;
		background-size: 100% 1443px;
	}
}
@media screen and (min-width: 640px) {
	.ldm-p-steps {
		background-position: 50% -1000px;
		background-size: 1430px 4688px;
	}
}
@media screen and (min-width: 1430px) {
	.ldm-p-steps {
		background-size: 100% 4688px;
	}
}
.ldm-p-steps .ldm-heading {
	margin-bottom: 80px;
}
.ldm-p-steps .ldm-list {
	overflow: hidden;
	display: flex;
	margin-bottom: 70px;
	width: 976px;
	height: 238px;
	background-image: url(../img/steps-base-pc.png);
	background-size: 100% 100%;
	border-radius: 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #FFF;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.15));
}
.ldm-p-steps .ldm-list li {
	padding: 30px 0 0 32px;
	width: 100%;
}
.ldm-p-steps .ldm-list h3 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	min-height: 80px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
	.ldm-p-steps {
		padding: calc(100vw * (60 / 375)) 0;
		background-position: 50% -960px;
		background-image: url(../img/bg-pc.svg);
		background-size: 100% auto;
	}
	.ldm-p-steps .ldm-heading {
		margin-bottom: calc(100vw * (35 / 375));
	}
	.ldm-p-steps .ldm-list {
		display: block;
		margin: 0 calc(100vw * (24 / 375)) calc(100vw * (30 / 375)) calc(100vw * (24 / 375));
		width: auto;
		height: calc(100vw * (540 / 375));
		background-image: url(../img/steps-base-sp.png);
		border-radius: calc(100vw * (6 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-steps .ldm-list li {
		display: flex;
		padding: 0 calc(100vw * (10 / 375)) 0 0;
		width: 100%;
		height: calc(100vw * (136 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(1) {
		padding-top: calc(100vw * (30 / 375));
		height: calc(100vw * (145 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(2) {
		padding-top: calc(100vw * (18 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(2) h3 {
		padding-top: calc(100vw * (22 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(3) {
		padding-top: calc(100vw * (18 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(4) {
		padding-top: calc(100vw * (16 / 375));
	}
	.ldm-p-steps .ldm-list li:nth-child(4) h3 {
		padding-top: calc(100vw * (25 / 375));
	}
	.ldm-p-steps .ldm-list h3 {
		display: block;
		flex-basis: 52%;
		flex-shrink: 0;
		margin: 0;
		padding-left: calc(100vw * (30 / 375));
		font-size: calc(100vw * (17 / 375));
		min-height: initial;
	}
	.ldm-p-steps .ldm-list p {
		flex: 1;
	}
	.ldm-p-steps .ldm-list p br {
		display: none;
	}
}

.ldm-p-video {
	padding: 70px 0 0 0;
}
.ldm-p-video .ldm-video {
	display: block;
}
.ldm-p-video .ldm-video img {
	width: 100%;
	border: 1px solid #999;
}
@media screen and (max-width: 640px) {
	.ldm-p-video {
		padding: 0 calc(100vw * (24 / 375));
	}
}

/* ==================================================

FAQ

*/
.ldm-p-faq {
	padding: 160px 0 0 0;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
}
.ldm-p-faq .ldm-heading {
	margin-bottom: 50px;
}
.ldm-p-faq .ldm-heading::before {
	background-image: url(../img/heading-pin02.svg);
}
.ldm-p-faq .ldm-list {
	padding: 0 20px;
	font-size: 18px;
	line-height: 1.7;
}
.ldm-p-faq .ldm-list > li {
	border-bottom: 1px solid #333;
}
.ldm-p-faq .ldm-list > li button {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 60px 20px 116px;
	min-height: 102px;
	width: 100%;
	text-align: left;
	font-size: 22px;
}
.ldm-p-faq .ldm-list > li button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -25px;
	width: 64px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/faq-q.svg);
	background-size: contain;
}
.ldm-p-faq .ldm-list > li button i {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
}
.ldm-p-faq .ldm-list > li button i::before,
.ldm-p-faq .ldm-list > li button i::after {
	content: '';
	position: absolute;
	display: block;
	background-color: #333;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}
.ldm-p-faq .ldm-list > li button i::after {
	transform: rotate(90deg);
}
.ldm-p-faq .ldm-list > li button[aria-expanded="true"] i::after {
	content: none;
}
.ldm-p-faq .ldm-list > li > div {
	position: relative;
	overflow: hidden;
	height: 0;
}
.ldm-p-faq .ldm-list > li > div::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 15px;
	width: 64px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/faq-a.svg);
	background-size: contain;
}
.ldm-p-faq .ldm-list .ldm-answer {
	padding: 30px 0 30px 116px;
}
@media (any-hover: hover) {
	.ldm-p-faq .ldm-list > li button:hover {
		color: #707070;
	}
}
@media screen and (max-width: 640px) {
	.ldm-p-faq {
		padding: calc(100vw * (60 / 375)) 0 0 0;
	}
	.ldm-p-faq .ldm-heading {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-faq .ldm-list {
		padding: 0 calc(100vw * (20 / 375));
		font-size: calc(100vw * (13 / 375));
		line-height: 1.7;
	}
	.ldm-p-faq .ldm-list > li button {
		padding: calc(100vw * (10 / 375)) calc(100vw * (50 / 375)) calc(100vw * (10 / 375)) calc(100vw * (55 / 375));
		min-height: calc(100vw * (55 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-faq .ldm-list > li button::before {
		left: calc(100vw * (6 / 375));
		margin-top: calc(100vw * (-15 / 375));
		width: calc(100vw * (38 / 375));
		height: calc(100vw * (30 / 375));
	}
	.ldm-p-faq .ldm-list > li button i {
		right: calc(100vw * (20 / 375));
		width: calc(100vw * (11 / 375));
		height: calc(100vw * (11 / 375));
	}
	.ldm-p-faq .ldm-list > li > div::before {
		left: calc(100vw * (6 / 375));
		width: calc(100vw * (38 / 375));
		height: calc(100vw * (30 / 375));
	}
	.ldm-p-faq .ldm-list .ldm-answer {
		padding: calc(100vw * (18 / 375)) 0 calc(100vw * (15 / 375)) calc(100vw * (55 / 375));
	}
}

/* ==================================================

NEWS

*/
.ldm-p-news {
	padding: 170px 0 130px 0;
}
.ldm-p-news .ldm-heading {
	margin-bottom: 70px;
}
.ldm-p-news .ldm-heading::before {
	background-image: url(../img/heading-pin02.svg);
}
.ldm-p-news .ldm-list {
	padding: 0 20px;
	font-size: 22px;
}
.ldm-p-news .ldm-list li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #333;
}
.ldm-p-news .ldm-list li > div {
	width: 128px;
}
.ldm-p-news .ldm-list a {
	display: block;
	text-decoration: underline;
}
.ldm-p-news .ldm-list a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.ldm-p-news {
		padding: calc(100vw * (60 / 375)) 0 calc(100vw * (70 / 375)) 0;
	}
	.ldm-p-news .ldm-heading {
		margin-bottom: calc(100vw * (25 / 375));
	}
	.ldm-p-news .ldm-list {
		padding: 0 calc(100vw * (20 / 375));
		font-size: calc(100vw * (13 / 375));
	}
	.ldm-p-news .ldm-list li {
		padding: calc(100vw * (15 / 375)) 0;
	}
	.ldm-p-news .ldm-list li > div {
		width: calc(100vw * (100 / 375));
	}
}

/* ==================================================

FOOTER

*/
.ldm-p-footer {
	overflow: hidden;
	position: relative;
	padding: 68px 0 88px 0;
	background-color: #00A0D2;
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
	text-align: center;
}
.ldm-p-footer::before {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0078BE;
}
.ldm-p-footer .ldm-row {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
}
.ldm-p-footer .ldm-row a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	padding-bottom: 2px;
	width: 362px;
	height: 70px;
	border-radius: 999px;
	background-color: #FFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	color: #0078BE;
}
.ldm-p-footer .ldm-row a i {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-image: url(../img/footer-arrow.svg);
	background-size: contain;
}
.ldm-p-footer .ldm-icon {
	margin: 0 auto;
	width: 130px;
}
.ldm-p-footer .ldm-en {
	display: flex;
	justify-content: center;
}
.ldm-p-footer .ldm-en img {
	width: auto;
	height: 30px;
}
@media (any-hover: hover) {
	.ldm-p-footer .ldm-row a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 640px) {
	.ldm-p-footer {
		display: none;
	}
}

/* ==================================================

FIXED PC

*/
.ldm-p-fixed-pc {
	position: fixed;
	z-index: 10;
	top: 230px;
	right: 0;
	width: 50px;
}
.ldm-p-fixed-pc > div {
}
.ldm-p-fixed-pc .ldm-download a {
	background-image: url(../img/fixed-download-bg.svg?v=1);
}
.ldm-p-fixed-pc .ldm-contact {
	margin-top: -15px;
}
.ldm-p-fixed-pc .ldm-contact a {
	background-image: url(../img/fixed-contact-bg.svg?v=1);
}
.ldm-p-fixed-pc a {
	display: block;
	position: relative;
	height: 222px;
	background-size: contain;
}
.ldm-p-fixed-pc a img {
	opacity: 1 !important;
}
@media (any-hover: hover) {
	.ldm-p-fixed-pc a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 640px) {
	.ldm-p-fixed-pc {
		display: none;
	}
}

/* ==================================================

FIXED SP

*/
.ldm-p-fixed-sp {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: calc(100vw * (10 / 375));
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: calc(100vw * (25 / 375));
	width: 100%;
	background-color: #0078BE;
	text-align: center;
}
.ldm-p-fixed-sp a {
	position: relative;
	display: block;
	background-color: #FFF;
	border-radius: 999px;
	padding: calc(100vw * (9 / 375)) 0 calc(100vw * (10 / 375)) 0;
	width: calc(100vw * (280 / 375));
	font-weight: 700;
	font-size: calc(100vw * (18 / 375));
	color: #0078BE;
}
.ldm-p-fixed-sp a i {
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100vw * (12 / 375));
	margin-top: calc(100vw * (-7 / 375));
	width: calc(100vw * (14 / 375));
	height: calc(100vw * (14 / 375));
	background-position: center;
	background-image: url(../img/footer-arrow.svg);
	background-size: contain;
}
@media screen and (max-width: 640px) {
	.ldm-p-fixed-sp {
		display: flex;
	}
	.has-ldm-fixed footer {
		padding-bottom: calc(100vw * (160 / 375));
	}
}

/* ==================================================

RELATED

*/
.ldm-p-related {
	margin: 0 0 140px 0;
	padding: 80px 0 0 0;
}
.ldm-p-related h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 88px;
	width: 100%;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.ldm-p-related h2 em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 76px;
	background-color: #00C8AF;
	border-radius: 999px;
	color: #FFF;
}
.ldm-p-related .ldm-banner a {
	display: block;
	margin: 0 auto;
	width: 963px;
}
.ldm-p-related .ldm-banner picture,
.ldm-p-related .ldm-banner img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.ldm-p-related {
		margin: 0 0 calc(100vw * (70 / 375)) 0;
		padding: calc(100vw * (10 / 375)) calc(100vw * (20 / 375)) 0 calc(100vw * (20 / 375));
	}
	.ldm-p-related h2 {
		margin-bottom: calc(100vw * (30 / 375));
		font-size: calc(100vw * (16 / 375));
	}
	.ldm-p-related h2 em {
		width: calc(100vw * (145 / 375));
		height: calc(100vw * (35 / 375));
	}
	.ldm-p-related .ldm-banner a {
		width: 100%;
	}
}