@charset "utf-8";
/*
Theme Name: housedo
Theme URI: www.www.www
Author: toikota
Author URI: www.www.www
Version: 0.0.1
*/
/* リセットCSS */
*,
:before,
:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

main {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all .3s ease-in-out
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse
}

input,
textarea,
select {
	font: inherit;
	line-height: inherit;
	border: 1px solid #ccc;
	padding: 8px;
}

textarea {
	resize: vertical
}

button {
	padding: 0;
	font-family: inherit;
	appearance: none;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

[hidden],
template {
	display: none
}

:focus-visible {
	outline: 2px solid #000
}

/* 汎用CSS
===================================================== */

/* スマホでテキストの折り返し用 */
.ib {
	display: inline-block
}

/* フォーム */
label {
	margin-bottom: 8px;
}

select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	width: 100%;
	max-width: 100%;
	padding: 14px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 7px;
}

select,
input,
textarea {
	line-height: 1.1;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input[type="submit"],
input[type="button"] {
	padding: 12px 16px;
}

.fontM {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.fontG {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.fonten {
	font-family: var(--en-font)
}

:root {
	--font-color: #333333;
	--main-color: #004680;
	--sub-color-deep: #1873be;
	--sub-color-light: #dce8f8;
	--sub-color-yellow-deep: #ffcc00;
	--sub-color-yellow-light: #f3e600;
	--bg-color: #f6f6f6;
	--main-font-ja: "Noto Sans JP", sans-serif;
	--main-font-en: "Onest", sans-serif;
	--hover-transform: all .3s ease-in-out;
	--hamburger-transform: display .5s ease-in-out;
	--show-anime: opacity .5s, translate 1s;
	--clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
	--clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
	--clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
	--clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
	--clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
	--clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
	--clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
	--clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

::selection {
	background-color: var(--main-color);
	color: #fff;
}

/* 基本レイアウト
===================================================== */

html {
	height: -webkit-fill-available;
}

body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-size: 16px;
	font-family: var(--main-font-ja);
	line-height: 1.6;
	letter-spacing: .05em;
	color: var(--font-color);
	text-align: justify;
	font-feature-settings: "palt";
	background-color: var(--bg-color);
}

#page {
	overflow: hidden;
}

.page-content {
	padding-block: 80px;
}

.container {
	width: 1140px;
	max-width: 100%;
	padding: 100px 0;
	padding-inline: 25px;
	margin-inline: auto;
	position: relative;
	z-index: 11
}

@media(max-width:767px) {
	html {
		font-size: 14px;
	}
}

/* ヘッダー
===================================================== */
header {
	width: 100%;
	color: #fff;
	background-color: var(--main-color);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;

	.header-inner {
		max-width: 1600px;
		width: 100%;
		padding: 15px 30px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.header-left {
	.sr-only {
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		white-space: nowrap;
		border: 0;
		position: absolute;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.header-logo {
		margin-bottom: 6px;
		display: flex;
		align-items: center;
		gap: 10px;

		.header-logo-svg {
			width: 300px;
		}
	}

	.header-tagline {
		font-size: 0.9rem;
	}
}

.header-right {
	display: flex;
	gap: 25px;

	.header-tel {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;

		p:first-of-type {
			font-weight: 500;
			line-height: 1.2;
			display: flex;
			align-items: center;
			gap: 5px;
		}

		p:last-of-type {
			font-size: 0.8rem;
		}
	}

	.btn {
    &.btn-yellow {
			border: none;
    }
	}
}

/* ハンバーガーメニュー */
/* .header-hamburger{display:none}
.hamburgerbutton {position: fixed;display: block;text-decoration: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;cursor: pointer;height: 78px;width: 78px;background-color: transparent;padding: 0;margin:0 auto;top: 0;right: 0;z-index: 111;}
.hamburgerbutton-line {position: absolute;inset:0;margin: auto;width: 40px;height: 3px;-webkit-transition: inherit;transition: inherit;background-color: var(--main-color);}
.hamburgerbutton-line::before,
.hamburgerbutton-line::after {position: absolute;display: block;width: 100%;height: 100%;background-color: inherit ;content: '';-webkit-transition: inherit;transition: inherit;transition: transform .2s;}
.hamburgerbutton-line::before {top: -10px;}
.hamburgerbutton-line::after {top: 10px;}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line {background-color: transparent;}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::before,
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::after {top: 0;background-color: var(--main-color);}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::before {transform: rotate(45deg);width:100%;}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::after {transform: rotate(-45deg);width:100%;}
.visuallyHidden {position: absolute;white-space: nowrap;width: 1px;height: 1px;overflow: hidden;border: 0;padding: 0;clip: rect(0 0 0 0);clip-path: inset(50%); margin: -1px;}
.nav_hamburger_menu{position:fixed;inset: 0;margin: auto;width: 100%;height: 100dvh;overflow: auto;transition: opacity .5s;align-items: center;pointer-events: none;}

.hamburger-content{width: 640px;max-width: 89%;height: 100%;margin-left: auto;background-color: #2e2e2e;padding-inline: 20px;padding-block: 40px;overflow: auto;opacity:0;transition:opacity 1.4s cubic-bezier(0.14,1,0.34,1)}

.is-drawerActive .hamburgerbutton{z-index: 1112;background-color:transparent}
.is-drawerActive .nav_hamburger_menu{display: flex;pointer-events: auto;}
.is-drawerActive .hamburger-content{opacity:1} */


/* フッター
---------------------------- */
footer {
	color: #fff;
	background-color: var(--main-color);

	.footer-inner {
		max-width: 1600px;
		width: 90%;
		margin: 0 auto;
		padding: 75px 0;
		display: flex;
		justify-content: space-between;
	}

	.footer-left {
		.footer-logo {
			margin-bottom: 12px;
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.footer-tagline {
			margin-bottom: 35px;
			font-size: 0.9rem;
		}

		.footer-address {
			margin-bottom: 4px;
			display: flex;
			align-items: center;
			gap: 10px;

			a {
				display: flex;
				align-items: center;
				gap: 10px;

				img {
					width: 12px;
					height: 100%;
				}
	
				span {
					font-family: var(--main-font-en);
				}
			}

		}

		.footer-tel {
			display: flex;
			align-items: center;
			gap: 15px;

			a {
				font-family: var(--main-font-en);
				display: flex;
				align-items: center;
				gap: 10px;

				img {
					width: 12px;
					height: 100%;
				}
			}
		}
	}
}

.footer-right {
	.footer-company-ttl {
		margin-bottom: 22px;
	}

	.footer-company-detail {
		padding-left: 35px;
		font-size: 0.95rem;
		border-left: 1px solid #fff;
		display: flex;
		flex-direction: column;
		gap: 5px
	}
}

.footer-bottom {
	background-color: #023762;

	.footer-bottom-inner {
		max-width: 1600px;
		width: 90%;
		margin: 0 auto;
		padding: 13px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-bottom-link {
		font-size: 0.9rem;
		display: flex;
		gap: 20px
	}

	.footer-copyright {
		font-size: 0.75rem;
		display: flex;
		align-items: center;

		span {
			font-size: 1.25rem;
		}
	}
}


@media(max-width:1024px) {
	/* ヘッダー */
	.header-right {
		display: none;
	}

	/* フッター */
	footer {
		padding-bottom: 60px;
		.footer-inner {
			flex-direction: column;
			gap: 65px;
		}
	}
}

@media(max-width:767px) {
	/* ヘッダー */
	header {
		height: 70px;

		.header-inner {
			padding: 15px;
		}
	}

	.header-left {
		.header-logo {
			.header-logo-svg {
				width: 220px;
			}
		}
		.header-tagline {
			font-size: 0.7rem;
		}
	}

	/* フッター */
	footer {
		.footer-inner {
			padding: 50px 0 35px;
		}

		.footer-left {
			.footer-logo {
				.footer-logo-svg {
					width: 250px;
				}
			}
			.footer-tagline {
				margin-bottom: 25px;
			}
			.footer-address,
			.footer-tel {
				font-size: 0.95rem;
			}
		}

		.footer-right {
			.footer-company-ttl {
				margin-bottom: 15px;
			}

			.footer-company-detail {
				padding-left: 25px;
			}
		}
	}

	.footer-bottom {
		.footer-bottom-inner {
			padding: 16px 0;
			flex-direction: column;
			gap: 5px;
		}
	}
}

/*-------------------------------------
/* 共通
--------------------------------------- */

/* .fadeUP{opacity: .0;translate: 0 50px;transition:var(--show-anime);}
.fadeLeft{opacity: .0;translate: -50px 0;transition:var(--show-anime);}
.fadeRight{opacity: .0;translate: 50px 0;transition:var(--show-anime);}
.show .fadeUP{opacity:1;translate:0}
.show .fadeLeft{opacity:1;translate:0}
.show .fadeRight{opacity:1;translate:0}
.show .delay2{transition-delay:.2s}
.show .delay4{transition-delay:.4s}
.show .delay6{transition-delay:.6s} */



/*-------------------------------------
/* ホバースタイル
--------------------------------------- */

@media (hover: hover) {
	.header_Menu_list li a:hover {
		opacity: .5
	}

	.footer_navi a:hover {
		opacity: .5
	}

	.link-over:hover~figure img {
		scale: 1.05
	}
}

/* お問い合わせ
===================================================== */

.c-table {
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
}

.from-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
	color: var(--font-color);
}

.c-table .fl {
	width: 100%;
	padding-block: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-table .fl::before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6px;
	height: 6px;
	background-color: var(--main-color);
	border-radius: 100px;
}

.required {
	font-size: 0.9rem;
	color: #fff;
	font-weight: bold;
	padding-block: 1px;
	padding-inline: 8px;
	background-color: var(--sub-color-deep);
	vertical-align: 1px;
	margin-left: 2px;
}

.c-table .fr-btn {
	margin-top: 12px;
}

.any {
	font-size: 0.75rem;
	padding: 4px 8px;
	background-color: #b4b5b5;
	margin: 0 16px 0 0;
	vertical-align: 1px;
}

.example {
	font-size: 0.9rem;
	letter-spacing: -1px;
}

.from-item input[type=email] {
	width: 100%
}

.from-item input[type=tel] {
	width: 100%;
}

.from-item textarea {
	height: 140px;
	width: 100%
}

.from-note {
	text-align: center;
	margin: 0 auto;
}

.from-note p {
	color: #000;
}

.from-note .acceptance-wrap label {
	display: flex;
	align-items: center;
}

.from-note .doui {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	border: none;
	vertical-align: -3px;
}

.form-checkbox-cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.form-checkbox-cont label {
	padding: 24px 16px;
	color: var(--sub-color-deep);
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: all 0.2s;
}

.form-checkbox-cont input[type="checkbox"] {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.form-checkbox-cont label:has(input:checked) {
	color: #fff;
	background-color: var(--sub-color-deep);
	border-color: var(--sub-color-deep);
}

.form-checkbox-cont .wpcf7-list-item {
	margin: 0;
}

.form-step p {
	margin: 15px 0 35px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--sub-color-deep);
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-step .form-step-num {
	display: flex;
	align-items: center;
}

.form-step .form-step-num span:nth-of-type(1) {
	margin-right: 6px;
	padding-top: 4px;
	font-family: var(--main-font-en);
	font-size: 1.13rem;
	font-weight: 600;
	color: var(--sub-color-deep);
}

.form-step .form-step-num span:nth-of-type(2) {
	margin-right: 2px;
	font-family: var(--main-font-en);
	font-size: 1.65rem;
	font-weight: bold;
	color: var(--sub-color-deep);
}

.form-step .form-step-num span:nth-of-type(3) {
	padding-top: 2px;
	font-family: var(--main-font-en);
	font-size: 1.13rem;
}

.form-step .form-step-txt {
	font-weight: bold;
}

.form-arrow-down {
	margin: 35px auto 50px;
	display: block;
}

.wpcf7-list-item {
	margin-right: 12px;
}

.wpcf7-list-item-label {
	font-size: 0.95rem;
}

.submit-cont {
	margin-bottom: 75px;
}

.wpcf7-submit {
	cursor: pointer;
}

.wpcf7-submit:disabled {
	opacity: 0.3;
	pointer-events: none
}

.formsubmit {
	margin: 30px auto 0;
	position: relative;
	width: fit-content;
}

.formsubmit .wpcf7-submit {
	width: 400px;
	height: 75px;
	max-width: 100%;
	margin-inline: auto;
	padding-block: 24px;
	color: #fff;
	background-color: var(--sub-color-deep);
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	transition: var(--hover-transform)
}

.submit-note {
	margin: 0 auto;
	width: fit-content;
	font-size: 0.95rem;
	line-height: 1.7;
}

.wpcf7-spinner {
	display: block;
	margin: 16px auto 0;
}

.policy-link {
	padding: 0 8px;
	text-decoration: underline;
}

::placeholder {
	color: #d9d9d9;
}

@media(max-width:720px) {
	.from-item {
		padding-bottom: 15px;
	}

	.c-table .fl,
	.c-table .fr {
		width: 100%;
	}

	.form-checkbox-cont {
		grid-template-columns: 1fr;
		gap: 5px;
	}
	
	.wpcf7-list-item-label {
		font-size: 1.1rem;
	}

	.formsubmit {
		width: 100%;
	}
}

@media(max-width:560px) {
	.c-table {
		margin-top: 24px
	}
}

/* privacypolicy
===================================================== */

.privacypolicy-item {
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
	color: #fff;
}

.privacypolicy-item h3 {
	font-size: 20px;
	color: #fff;
	margin-block: 40px 8px
}

.privacypolicy-item h4 {
	font-size: 18px;
	margin-block: 32px 8px
}

.privacypolicy-item h4::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	margin-right: 8px;
}

.privacypolicy-item h5 {
	margin-block: 24px 8px
}

.privacypolicy-item h5::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: #fff;
	margin-right: 8px;
	vertical-align: 6px;
}

.privacypolicy-item ul,
.privacypolicy-item ol {
	margin-block: 16px
}

.privacypolicy-item li {
	position: relative;
	padding-left: 24px;
}

.privacypolicy-item li::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	margin-right: 8px;
	top: 8px;
	left: 4px;
}

/* LP1
===================================================== */

/* サブタイトル */
.sub-ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	position: relative;
}

.sub-ttl-ja {
	font-size: 2rem;
	color: var(--main-color);
	text-align: center;
	letter-spacing: 0.07em;
	line-height: 1.35;
	position: absolute;
	bottom: 60%
}

.sub-ttl-en {
	font-family: var(--main-font-en);
	font-size: 4.7rem;
	font-weight: bold;
	color: var(--main-color);
	text-align: center;
	opacity: 0.05;
}

.ttl-txt {
	text-align: center;
}

/* ボタン */
.btn {
	margin: 0 auto;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	position: relative;

	&.btn-s {
		width: 200px;
		height: 50px;
		padding: 0 12px;
		font-size: 0.95rem;
		border-radius: 2px;
	}

	&.btn-m {
		width: 280px;
		height: 75px;
		padding: 0 18px;
		font-size: 1.13rem;
		border-radius: 3px;
	}

	&.btn-l {
		width: 400px;
		height: 75px;
		padding: 0 22px;
		font-size: 1.13rem;
		border-radius: 3px;

		.btn-txt {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	}

	&.btn-yellow {
		color: var(--main-color);
		background-color: var(--sub-color-yellow-light);
		border: 2px solid var(--sub-color-yellow-light);
		transition: all 0.3s;

		&.btn-hover:hover {
			background-color: #fff;
		}
	}

	&.btn-green {
		color: #fff;
		background-color: #06c755;
		border: 2px solid #06c755;
		transition: all 0.3s;

		&.btn-hover:hover {
			color: #06c755;
			background-color: #fff;
		}
	}

	&.btn-white {
		color: var(--sub-color-deep);
		background-color: #fff;
		border: 2px solid var(--sub-color-deep);
		transition: all 0.3s;

		&.btn-hover:hover {
			color: #fff;
			background-color: var(--sub-color-deep);
		}
	}

	&.btn-shadow-light {
		box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	}

	&.btn-shadow-dark {
		box-shadow: 10px 10px 10px 0px rgba(0, 70, 128, 0.2);
	}

	.btn-notice {
		padding: 4px 16px;
		color: #fff;
		font-size: 0.9rem;
		background-color: var(--sub-color-deep);
		border-radius: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.btn-txt {
		text-align: center;
		white-space: nowrap;
	}
}

.side-btn-cont {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 100;

	.btn {
		width: 270px;
		height: 60px;
		padding: 0 15px;
		font-size: 0.95rem;
		border: 1px solid #fff;
		border-radius: 3px;
		justify-content: space-between;

		.btn-arrow {
			justify-self: end;
		}
	}

	.responsive-notice-person {
		display: none;

		.mv-cta-header-circle {
			position: fixed;
			bottom: 85px;
			left: auto;
			right: 40px;
		}
		img {
			width: 105px;
			position: fixed;
			bottom: 60px;
			right: 0;
		}
	}
}

/* テキスト装飾 */
.l-txt {
	font-family: var(--main-font-en);
	font-size: 1.35em;
}

.s-txt {
	font-size: 0.8em;
}

.b-txt-main {
	color: var(--main-color);
	font-weight: bold;
}

.b-txt {
	color: var(--sub-color-deep);
}

.b-bg-txt {
	margin-right: 8px;
	padding: 6px 8px;
	color: #fff;
	background-color: var(--main-color);
}

.lb-bg-txt {
	margin-right: 25px;
	padding: 4px 8px;
	color: var(--main-color);
	font-size: 0.95rem;
	font-weight: bold;
	background-color: rgba(24, 115, 190, 0.2);
	border-radius: 2px;
	display: inline-block;
}

.y-line {
	padding: 0 4px 6px 4px;
	background: linear-gradient(transparent 60%, var(--sub-color-yellow-light) 60%, var(--sub-color-yellow-light)90%, transparent 90%);
}

.line-l-blue,
.line-r-blue,
.line-l-white,
.line-r-white {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.line-l-blue {
	background-image: url('images/line_l_blue.svg');
}

.line-r-blue {
	background-image: url('images/line_r_blue.svg');
}

.line-l-white {
	background-image: url('images/line_l_white.svg');
}

.line-r-white {
	background-image: url('images/line_r_white.svg');
}

/* 改行 */
.tab-br {
	display: none;
}

.sp-br {
	display: none;
}

/* コメントレイアウト */
.cmt-cont {
	display: flex;
	justify-content: center;
	gap: 30px;

	.cmt-img {
		width: 135px;
		transform: translateY(23%);
	}

	.cmt-txt {
		padding: 20px 30px;
		font-weight: bold;
		background-color: #fff;
		border: 2px solid var(--sub-color-deep);
		border-radius: 10px;
		display: flex;
		align-items: center;
		position: relative;

		span {
			color: var(--sub-color-deep);
		}

		&::before {
			content: "";
			width: 30px;
			height: 2px;
			background-color: var(--sub-color-deep);
			display: block;
			position: absolute;
			top: 55%;
			left: 0;
			transform: translateX(-90%) rotate(140deg);
		}
	}
}

.cmt-cont.layout01 {
	.cmt-txt {
		flex-direction: column;
		align-items: flex-start;

		p:first-of-type {
			margin-bottom: 8px;
			font-size: 1.4rem;
			display: flex;
			align-items: center;
			gap: 10px;

			img {
				width: 25px;
			}
		}

		p:last-of-type {
			padding-bottom: 8px;
		}
	}
}

.cmt-cont.layout02 {
	flex-direction: row-reverse;

	.cmt-txt {
		&::before {
			left: auto;
			right: 0;
			transform: translateX(90%) rotate(40deg);
		}
	}
}

.cmt-cont.layout03 {
	gap: 25px;

	.cmt-img {
		width: 165px;
		transform: translateY(70%);
	}

	.cmt-txt {
		padding: 20px 35px;
		color: #fff;
		background-color: var(--sub-color-deep);
		border: none;
		flex-direction: column;
		align-items: flex-start;

		p:first-of-type {
			margin-bottom: 8px;
			font-size: 1.4rem;
			display: flex;
			align-items: center;
			gap: 10px;

			img {
				width: 25px;
			}
		}

		p:last-of-type {
			padding-bottom: 8px;
			font-weight: normal;
		}

		&::before {
			left: 12%;
			top: auto;
			bottom: 0;
			transform: translateY(10px) rotate(140deg);
		}
	}
}

/* MV */
.main {
	padding-top: 25px;
}

.mv {
	width: 100%;
	height: calc(100svh - 70px);
	background-image: url(images/mv.png);
	background-size: cover;
	background-position: center;
	position: relative;

	&::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0.2;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
}

.mv-mask-left {
	width: 50%;
	height: 32%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #EAF5FF;
	clip-path: polygon(0 40%, 100% 100%, 100% 100%, 0% 100%);
}

.mv-mask-right {
	width: 50%;
	height: 32%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #EAF5FF;
	clip-path: polygon(0 100%, 100% 40%, 100% 100%, 0% 100%);
}

.mv-cont {
	width: 85%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.mv-content {
	padding-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	position: absolute;
	top: 12%;
	left: 0;
}

.mv-notes {
	font-size: 1.13rem;
	text-align: center;

	span {
		.line-l-blue {
			margin-right: 10px;
		}

		.line-r-blue {
			margin-left: 10px;
		}
	}
}

.mv-copy {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;

	.b-txt {
		margin: 0 3px;
		font-size: 1.1em;
	}

	.b-bg-txt {
		font-size: 2.5rem;
	}

	.s-txt {
		font-size: 0.95em;
		padding: 0 3px 0 2px;
	}
}

.mv-txt {
	margin-bottom: 15px;
}

.mv-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	border-radius: 4px;
	overflow: hidden;

	.mv-features-item {
		width: 185px;
		padding: 20px 16px;
		text-align: center;
		background-color: #fff;
		border-right: 1px solid rgba(144, 185, 235, 0.3);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		gap: 5px;

		&:last-child {
			border-right: none;
		}

		img {
			width: 56%;
			margin: 0 auto;
		}

		p {
			font-weight: bold;
		}

		span {
			font-size: 1.25rem;
			line-height: 30px;

			.l-txt {
				font-size: 1.3em;
			}

			.s-txt {
				font-size: 0.8em;
			}
		}
	}
}

.mv-cta {
	width: 350px;
	box-shadow: 10px 10px 30px 0px #00000024;
	position: absolute;
	top: 22%;
	right: 0;

	.mv-cta-header {
		height: 80px;
		background-color: var(--sub-color-deep);
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		position: relative;
		
		img {
			width: 105px;
			position: absolute;
			bottom: 0;
			left: 48%;
		}
	}

	.mv-cta-body {
		padding: 45px 35px 40px;
		background-color: #fff;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px;

		p {
			margin-top: -15px;
			font-size: 0.95rem;
			text-align: center;
		}
	}
}

.mv-cta-header-circle {
	width: 135px;
	height: 135px;
	color: var(--sub-color-deep);
	font-weight: bold;
	background-color: var(--sub-color-light);
	border-radius: 999px;
	position: absolute;
	bottom: 30%;
	left: 26%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: rotate(-7deg);

	span:last-of-type {
		font-size: 1.65rem;
		line-height: 1;
	}
}

/* INTRODUCTION */
.introduction {
	background: linear-gradient(180deg, #EAF5FF 0%, #C9DBF5 50%, #C9DBF5 100%);

	.cmt-cont {
		margin-bottom: 40px;
	}
}

.pre-txt {
	margin-bottom: 40px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.criteria-list {
	margin-bottom: 65px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.criteria-item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: stretch;
	overflow: hidden;
}

.criteria-item-label {
	padding: 0 24px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	background-color: var(--sub-color-deep);
	display: flex;
	align-items: center;
	gap: 8px;

	span {
		width: 32px;
		height: 32px;
		font-family: var(--main-font-en);
		color: var(--sub-color-deep);
		font-size: 1.13rem;
		font-weight: bold;
		background-color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.criteria-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 24px;
	color: #2f6bb3;
	font-size: 1.4rem;
	font-weight: bold;
}

.intro-prof {
	padding: 25px 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

/* CONCERNS */
.concerns {
	.container {
		padding-bottom: 0;
	}
}

.concerns-cont {
	position: relative;

	.person-l,
	.person-r {
		width: 90px;
		transform: translateY(-100%);
		position: absolute;
	}

	.person-l {
		top: 0;
		left: 30%;
	}

	.person-r {
		top: 0;
		right: 30%;
	}

	.arrow-b {
		width: 135px;
		margin: 50px auto 60px;
	}
}

.concerns-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 35px;
}

.concerns-item {
	padding: 30px;
	border: 6px solid #d9d9d9;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);

	h3 {
		margin-bottom: 8px;
		font-size: 1.5rem;
		font-weight: bold;
		color: var(--sub-color-deep);
	}

	p {
		font-weight: bold;
	}
}

/* CHOICES */
.choices {
	background: radial-gradient(circle at center, #42A0EF 0%, #1873BE 60%);
}

.choices .sub-ttl {
	.sub-ttl-ja,
	.sub-ttl-en {
		color: #fff;
	}
}

.choices-list {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
}

.choices-item {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 10px 10px 10px 0 rgba(0, 70, 128, 0.2);

	.choices-item-header {
		padding: 40px 30px 30px;
		color: #fff;
		background-color: var(--main-color);
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;

		span {
			font-family: var(--main-font-en);
			font-size: 1.8em;
			font-weight: bold;
			position: absolute;
			top: 20px;
			left: 30px;
		}

		.choices-img {
			width: 150px;
			height: 150px;
			margin-bottom: 15px;
			border-radius: 999px;
			background-color: #fff;
			display: flex;
			justify-content: center;
			align-items: center;

			img {
				width: 70%;
			}
		}

		h3 {
			font-size: 1.5rem;
			font-weight: bold;
		}
	}

	.choices-item-body {
		padding: 25px 30px 40px;
		font-weight: bold;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		gap: 25px;

		.row-01,
		.row-02 {
			span {
				padding: 4px 16px 4px 4px;
				border-radius: 100px;
				display: inline-flex;
				align-items: center;

				img {
					width: 24px;
				}
			}

			p {
				margin-top: 15px;
			}
		}

		.row-01 span {
			color: #fff;
			background-color: var(--sub-color-deep);
		}

		.row-02 span {
			background-color: var(--sub-color-yellow-deep);
		}
	}
}

.choices-assessment {
	padding: 60px 40px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 10px 10px 10px 0 rgba(0, 70, 128, 0.2);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	position: relative;

	h3 {
		font-size: 1.65rem;
		font-weight: bold;
		color: var(--main-color);
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 14px;

		img {
			width: 40px;
		}
	}

	p {
		font-weight: bold;
	}
}

.notice {
	padding: 4px 25px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	background-color: var(--main-color);
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);

	span {
		font-family: var(--main-font-en);
		font-size: 1.25em;
	}
}

/* PRICE */
.price {
	background-color: #fff;
}

.price-cont {
	margin-bottom: 50px;
	display: flex;
	gap: 35px;
}

.price-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-grow: 1;

	.price-header {
		padding: 12px;
		color: #fff;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		background-color: var(--sub-color-deep);
		border-radius: 4px;
	}

	.price-body {
		padding: 12px 32px;
		font-weight: bold;
		background-color: var(--bg-color);
		border-radius: 4px;

		p {
			font-size: 1.13rem;
			display: flex;
			justify-content: space-between;
			align-items: center;

			.l-txt {
				color: var(--sub-color-deep);
				font-size: 1.65em;
			}
		}
	}
}

/* FLOW */
.flow {
	padding-bottom: 100px;
}

.flow-cont {
	max-width: 800px;
	margin: 0 auto 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.flow-item {
	width: 100%;
	height: 115px;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0 rgba(0, 70, 128, 0.2);
	overflow: hidden;
	display: flex;

	.flow-num {
		width: 8%;
		color: #fff;
		font-size: 1.4rem;
		font-family: var(--main-font-en);
		font-weight: bold;
		background-color: var(--sub-color-deep);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.flow-txt {
		width: 92%;
		padding: 20px 35px;
		background-color: #fff;
		border: 2px solid var(--sub-color-deep);
		display: flex;
		flex-direction: column;
		justify-content: center;

		h3 {
			margin-bottom: 5px;
			color: var(--sub-color-deep);
			font-size: 1.5rem;
		}
	}
}

.arrow-down {
	margin: 0 auto;
}

/* GUIDELINE */
.guideline {
	background-color: #fff;

	.container {
		padding-bottom: 0;
	}
}

.guideline .sub-ttl-cont {
	height: 260px;
	padding-top: 75px;
	background-color: var(--sub-color-light);
	display: flex;
	justify-content: center;
	align-items: center;
}

.guideline-cont {
	transform: translateY(-145px);
}

.modelcase {
	display: flex;
	flex-direction: column;
	gap: 7px;
	position: relative;

	.modelcase-person-img {
		width: 110px;
		position: absolute;
		top: 0;
		right: 25%;
		transform: translateY(-99%);
	}

	.modelcase-header {
		padding: 10px 0;
		color: #fff;
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
		background-color: var(--sub-color-deep);
		border-radius: 4px;
		position: relative;

		.w-bg {
			padding: 6px 20px;
			color: var(--sub-color-deep);
			font-size: 16px;
			background-color: #fff;
			border-radius: 100px;
			display: inline-block;
			position: absolute;
			top: 50%;
			left: 6%;
			transform: translateY(-50%);
		}
	}

	.modelcase-body {
		display: flex;
		gap: 7px;

		.modelcase-img {
			width: 45%;
			border-radius: 4px;
			overflow: hidden;
			background-image: url(images/house_01.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}

		.modelcase-price {
			width: 55%;
			font-weight: bold;
			display: flex;
			flex-direction: column;
			gap: 7px;

			.price-sell,
			.price-detail,
			.price-sum {
				border-radius: 4px;
			}

			.price-sell {
				padding: 15px 20px;
				font-size: 1.25rem;
				border: 2px solid #f2f2f2;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.price-detail {
				padding: 15px 20px;
				font-size: 1.13rem;
				background-color: #f2f2f2;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.price-sum {
				font-size: 1.5rem;
				border: 2px solid var(--sub-color-yellow-deep);
				display: flex;

				&>span:first-of-type {
					padding: 20px 25px;
					background-color: var(--sub-color-yellow-deep);
					display: block;
				}

				&>span:last-of-type {
					padding-bottom: 5px;
					flex-grow: 1;
					display: flex;
					justify-content: center;
					align-items: last baseline;
					gap: 2px;

					.l-txt {
						font-size: 1.8em;
					}
				}
			}
		}
	}
}

.modelcase-notes {
	margin: 35px 0 45px;
	font-size: 0.95rem;
	text-align: center;
}

.cost {
	margin-bottom: 65px;

	h3 {
		padding: 15px 0;
		color: #fff;
		background-color: var(--main-color);
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	div {
		padding: 25px;
		border-bottom: 2px solid #f2f2f2;
		border-left: 2px solid #f2f2f2;
		border-right: 2px solid #f2f2f2;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;

		ul {
			max-width: 500px;
			margin: 0 auto;

			li {
				list-style-type: disc;
				margin-bottom: 10px;

				&::marker {
					color: var(--main-color);
					font-size: 1.15em;
				}

				span {
					font-size: 1.13rem;
					font-weight: bold;
				}
			}
		}
	}
}

.distribution {
	padding: 60px 0 45px;
	text-align: center;
	background-color: var(--sub-color-light);
	border-radius: 4px;
	box-shadow: 10px 10px 10px 0 rgba(0, 70, 128, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	position: relative;

	h3 {
		color: var(--main-color);
		font-size: 1.65rem;

		span {
			&:first-of-type {
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 10px;
			}

			img {
				width: 38px;
				display: inline;
			}
		}
	}

	p {
		font-weight: bold;
	}

	.checklist-img {
		width: 150px;
		position: absolute;
		left: 6%;
		bottom: -25px;
	}
}

/* CASE */
.case {
	background:
		linear-gradient(rgba(0, 70, 128, 0.9), rgba(0, 70, 128, 0.9)),
		url('images/case_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	.btn {
		&.btn-yellow {
			border: none;
		}
	}
}

.case .sub-ttl {
	.sub-ttl-ja {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.sub-ttl-en {
		color: #fff;
	}
}

.case-cont {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.case-item {
	border-radius: 4px;
	overflow: hidden;

	.case-body {
		padding: 25px 25px 40px;
		background-color: #fff;

		span {
			margin-bottom: 15px;
			padding: 5px 15px;
			color: #fff;
			background-color: var(--sub-color-deep);
			display: inline-block;
		}

		h3 {
			margin-bottom: 15px;
			font-size: 1.25rem;
			font-weight: bold;
			color: var(--sub-color-deep);
		}

		p {
			font-size: 0.95rem;
		}
	}
}

/* REASON */
.reason {
	background-color: var(--sub-color-light);
}

.reason-cont {
	max-width: 800px;
	margin: 0 auto 75px;
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.reason-item {
	height: 150px;
	border: 2px solid var(--main-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	position: relative;

	.reason-num {
		padding: 0 12px;
		color: var(--sub-color-deep);
		font-family: var(--main-font-en);
		font-size: 2rem;
		font-weight: bold;
		background-color: var(--sub-color-light);
		position: absolute;
		top: -15%;
		left: -2%;
	}

	.reason-detail {
		width: 75%;
		padding: 0 45px;

		h3 {
			margin-bottom: 8px;
			color: var(--sub-color-deep);
			font-size: 1.5rem;
			font-weight: bold;
		}
	}

	.reason-img {
		width: 25%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	&.reason-item-01 {
		.reason-img {
			background-image: url(images/reason_01.jpg);
		}
	}
	&.reason-item-02 {
		.reason-img {
			background-image: url(images/reason_02.jpg);
		}
	}
	&.reason-item-03 {
		.reason-img {
			background-image: url(images/reason_03.jpg);
		}
	}
	&.reason-item-04 {
		.reason-img {
			background-image: url(images/reason_04.jpg);
		}
	}
	&.reason-item-05 {
		.reason-img {
			background-image: url(images/reason_05.jpg);
		}
	}
}

.prof-cont {
	margin-bottom: 35px;
	border-radius: 4px;
	overflow: hidden;
	display: flex;

	&:last-of-type {
		margin-bottom: 0;
	}

	.prof-img {
		width: 36%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		&.prof-img-person {
			background-image: url(images/prof_01.jpg);
		}

		&.prof-img-office {
			background-image: url(images/prof_02.jpg);
		}
	}

	.prof-detail {
		width: 64%;
		padding: 60px 65px;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;

		.name {
			color: var(--main-color);
			font-size: 1.25rem;
			font-weight: bold;
			vertical-align: baseline;
		}
	}
}

/* REVIEW */
.review-cont {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.review-item {
	padding: 40px 25px;
	background-color: var(--sub-color-light);
	box-shadow: 4px 4px 10px 0 rgba(0, 70, 128, 0.2);
	border-radius: 4px;

	.review-header {
		margin-bottom: 18px;
		display: flex;
		gap: 15px;

		.review-img {
			width: 80px;
		}

		.review-prof {
			span {
				margin-bottom: 8px;
				padding: 4px 8px;
				color: var(--sub-color-deep);
				font-size: 0.95rem;
				font-weight: bold;
				background-color: rgba(24, 115, 190, 0.2);
				border-radius: 2px;
				display: inline-block;
			}

			h3 {
				color: var(--sub-color-deep);
				font-size: 1.05rem;
				font-weight: bold;
			}
		}
	}

	.review-body {
		p {
			line-height: 1.8;
		}
	}
}

.review-link {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;

	.review-link-inner {
		padding-top: 2px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
	}

	img {
		width: 100px;
	}

	a {
		color: var(--sub-color-deep);
		text-decoration: underline;
	}
}

/* FAQ */
.faq {
	background-color: #fff;
}

.faq-cont {
	max-width: 800px;
	margin: 0 auto;

	.faq-item {
		border-bottom: 1px solid var(--sub-color-light);

		&:last-child {
			border: none;
		}

		.faq-q {
			padding: 24px 8px;
			color: var(--main-color);
			font-weight: bold;
			list-style: none;
			display: flex;
			align-items: center;
			gap: 20px;
			cursor: pointer;

			.faq-arrow {
				margin-left: auto;
			}
		}

		.faq-a {
			padding: 0 8px 24px;
			display: flex;
			align-items: flex-start;
			gap: 20px;
		}

		.faq-icon {
			width: 32px;
			height: 32px;
			font-family: var(--main-font-en);
			font-weight: bold;
			border-radius: 50%;
			flex-shrink: 0;
			display: flex;
			align-items: center;
			justify-content: center;

			&.faq-icon-q {
				color: #fff;
				background-color: var(--main-color);
			}

			&.faq-icon-a {
				color: var(--main-color);
				background-color: var(--sub-color-light);
			}
		}
	}

	.faq-item[open] .faq-arrow {
		transform: rotateX(180deg);
	}
}

/* FORM */
.form .sub-ttl {
	.sub-ttl-ja {
		position: relative;
	}
}

.form-arrow-down {
	margin: 35px auto 50px;
	display: block;
}

.form-cont {
	max-width: 800px;
	margin: 0 auto;
}

.form-cta {
	padding: 30px 30px 40px;
	background: linear-gradient(180deg, #42A0EF 0%, #1873BE 100%);
	border-radius: 4px;
	box-shadow: 4px 4px 10px 0px rgba(144, 185, 235, 0.3);
	position: relative;

	h3 {
		margin-bottom: 20px;
		color: #fff;
		font-size: 1.65rem;
		text-align: center;
	}

	.form-btn-cont {
		display: flex;
		justify-content: center;
		gap: 35px;

		.btn {
			margin: 0;
			border: none;
		}
		
		.btn.form-tel .btn-icon {
			width: 20px;
			height: 25px;
			position: relative;
			
			img {
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			img:first-of-type {
				opacity: 1;
			}
			img:last-of-type {
				opacity: 0;
			}
		}
		
		.btn-hover.form-tel:hover {
			.btn-icon {
				img:first-of-type {
					opacity: 0;
				}
				img:last-of-type {
					opacity: 1;
				}
			}
		}

		.btn-white {
			border: none;
		}

		.btn-wrap {
			p {
				margin-top: 12px;
				color: #fff;
				font-size: 0.8rem;
				text-align: center;	
			}

			.l-txt {
				font-size: 1.25em;
				vertical-align: baseline;
			}
		}

		.form-btn-tel {
			font-family: var(--main-font-en);
			font-weight: 600;
		}
	}

	.form-cta-person {
		width: 110px;
		position: absolute;
		bottom: 0;
		right: 14%;
	}
}


@media(max-width:1024px) {

	/* 改行 */
	.tab-br {
		display: block;
	}

	.side-btn-cont {
		width: 100%;
    	flex-direction: row;
    	gap: 0;
    	bottom: 0%;
    	right: 0;
		
		.btn {
			width: 50%;
			border: none;
			border-radius: 0;
			justify-content: center;
			align-items: center;

			img,.btn-arrow {
				display: none;
			}
		}

		.responsive-notice-person {
			display: block;
			
/* 			 .mv-cta-header-circle {
				width: 115px;
				height: 115px;
                bottom: 80px;
                right: 30px;
            } */
		}
	}

	/* MV */
	.mv::before {
		display: block;
	}

	.mv-mask-left {
		clip-path: polygon(0 60%, 100% 100%, 100% 100%, 0% 100%);
	}

	.mv-mask-right {
		clip-path: polygon(0 100%, 100% 60%, 100% 100%, 0% 100%);
	}

	.mv-cont {
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	.mv-content {
		top: 50%;
		transform: translateY(-50%);
	}

	.mv-cta {
		display: none;
	}

	/* INTRODUCTION */
	.criteria-list {
		margin-bottom: 50px;
	}

	.criteria-txt {
		padding: 18px 24px;
	}

	/* CONCERNS */
	.concerns-cont {
		.person-l {
			left: 22%;
		}

		.person-r {
			right: 22%;
		}

		.arrow-b {
			width: 120px;
			margin: 35px auto 50px;
		}
	}

	.concerns-list {
		gap: 20px;
	}

	.concerns-item {
		padding: 20px;

		h3 {
			font-size: 1.2rem;
		}
	}

	/* CHOICES */
	.choices-list {
		gap: 25px;
	}

	.choices-item {
		.choices-item-header {
			padding: 25px;
		}

		.choices-item-body {
			padding: 25px 25px 35px;

			.row-01,
			.row-02 {
				span {
					padding: 3px 14px 3px 3px;
				}

				p {
					margin-top: 10px;
				}
			}
		}
	}

	.choices-assessment {
		padding: 40px;
	}

	/* PRICE */
	.price-cont {
		gap: 20px;
	}

	.price-item {
		.price-header {
			padding: 15px;
			font-size: 1.2rem;
		}

		.price-body {
			p {
				flex-direction: column;
			}
		}
	}

	/* FLOW */
	.flow {
		padding-bottom: 100px;
	}

	.flow-cont {
		gap: 10px;
	}

	/* GUIDELINE */
	.guideline-cont {
		.modelcase-person-img {
			right: 13%;
		}
	}

	.modelcase-notes {
		margin: 25px 0 35px;
	}

	.cost {
		margin-bottom: 50px;
	}

	.distribution {
		padding: 45px 0 30px;

		.checklist-img {
			width: 120px;
			left: 3%;
		}
	}

	/* CASE */
	.case-cont {
		margin-bottom: 50px;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.case-item {
		.case-body {
			padding: 20px 20px 40px;
		}
	}

	/* REASON */
	.reason-cont {
		margin: 0 auto 60px;
		gap: 35px;
	}

	.reason-item {
		.reason-detail {
			width: 73%;
			padding: 0 35px;
		}

		.reason-img {
			width: 27%;
		}
	}

	.prof-cont {
		.prof-detail {
			padding: 35px 40px;
			gap: 25px;

			&:nth-of-type(2) {
				.lb-bg-txt {
					margin-bottom: 10px;
				}
			}
		}
	}

	/* REVIEW */
	.review-cont {
		grid-template-columns: repeat(2, 1fr);
	}

	/* FAQ */

	/* FORM */
	.form-arrow-down {
   		margin: 20px auto 35px;
    	display: block;
	}
	
	.form-cta {
    .form-btn-cont {
        flex-direction: column;
		gap: 20px;
		
		.btn {
			margin: 0 auto;
		}
    }
}

}


@media(max-width:767px) {
	.container {
		padding-block: 50px;
	}

	/* サブタイトル */
	.sub-ttl-ja {
		font-size: 1.5rem;
	}

	.sub-ttl-en {
		font-size: 3.6rem;
	}

	/* 改行 */
	.sp-br {
		display: block;
	}

	.sp-br-none {
		display: none;
	}

	/* ボタン */
	.btn {
		&.btn-l {
			width: 100%;
			height: 65px;
			
			.btn-txt {
				font-size: 1rem;
			}
		}
	}

	/* コメントレイアウト */
	.cmt-cont {
		.cmt-img {
			margin: 0 auto;
			transform: none;
		}
	}

	.cmt-cont.layout01 {
		flex-direction: column-reverse;
		gap: 25px;

		.cmt-txt {
			padding: 20px;

			p:first-of-type {
				width: 100%;
				flex-direction: column;
				justify-content: center;
			}

			p:last-of-type {
				padding-bottom: 8px;
			}

			&::before {
				left: 20%;
				top: auto;
				bottom: 0;
				transform: translateY(12px) rotate(-135deg);
			}
		}
	}

	.cmt-cont.layout02 {
		flex-direction: column-reverse;

		.cmt-txt {
			&::before {
				top: auto;
				bottom: 0;
				left: 25%;
				right: auto;
				transform: translateY(12px) rotate(40deg);
			}
		}
	}

	.cmt-cont.layout03 {
		flex-direction: column-reverse;

		.cmt-img {
			width: 135px;
			transform: none;
		}

		.cmt-txt {
			padding: 25px 20px;

			p:first-of-type {
				font-size: 1.3rem;
				flex-direction: column;
				margin-bottom: 15px;
			}

			&::before {
				left: 20%;
				top: auto;
				bottom: 0;
				transform: translateY(12px) rotate(-135deg);
			}
		}
	}

	.side-btn-cont {
		.responsive-notice-person {
			.mv-cta-header-circle {
				width: 105px;
				height: 105px;
				bottom: 90px;
				right: 35px;
			}
			img {
				width: 90px;
			}
		}
	}

	/* MV */
	.main {
		padding-top: 70px;
	}
	.mv {
		height: calc(100svh - 70px);
	}
	.mv-mask-left {
		clip-path: polygon(0 75%, 100% 100%, 100% 100%, 0% 100%);
	}

	.mv-mask-right {
		clip-path: polygon(0 100%, 100% 75%, 100% 100%, 0% 100%);
	}
	.mv-content {
		gap: 15px;
	}

	.mv-notes {
		padding-top: 25px;
		font-size: 0.9rem;
		white-space: nowrap;

		span {
			.line-l-blue,
			.line-r-blue {
					width: 15px;
					height: 15px;
			}
		}
	}

	.mv-copy {
		font-size: 1.6rem;
	
		.b-bg-txt {
			margin: 2px 8px 2px 0;
			padding: 2px 10px 2px 14px;
			font-size: 2rem;
			display: inline-block;
		}
	}

	.mv-features {
		grid-template-columns: repeat(2, 170px);

		.mv-features-item {
			width: auto;
			padding: 10px 20px 15px;
			border-bottom: 1px solid rgba(144, 185, 235, 0.3);
			gap: 2px;

			p {
				font-size: 0.95rem;
			}
			
			span {
				font-size: 1rem;
				
			}
			
			img {
				width: 60px;
			}

			.y-line {
				padding: 0;
			}
		}
	}

	/* INTRODUCTION */
	.introduction {
		.container {
			padding-top: 75px;
		}
		.cmt-cont {
			margin-bottom: 25px;
		}
	}

	.criteria-list {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.pre-txt {
		margin-bottom: 25px;
		font-size: 1.3rem;
		
		.b-bg-txt {
			padding: 3px 8px;
		}
	}

	.intro-prof {
		p:nth-of-type(2) {
			margin-top: 15px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 10px;
		}
	}

	/* CONCERNS */
	.concerns {
		.container {
			padding-top: 100px;
		}
	}

	.concerns-cont {
		.person-l,
		.person-r {
			width: 70px;
		}

		.person-l {
			left: 6%;
		}

		.person-r {
			right: 6%;
		}

		.arrow-b {
			width: 100px;
			margin: 25px auto 40px;
		}
	}

	.concerns-list {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 10px;
	}

	.concerns-item {
		padding: 20px;

		p {
				font-size: 0.95rem;
		}
	}

	/* CHOICES */
	.choices {
		.container {
			padding-top: 100px;
		}
	}

	.choices-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.choices-item {
		.choices-item-header {
			padding: 30px;

			span {
				font-size: 1.5em;
				top: 8px;
				left: 20px;
			}

			.choices-img {
				width: 100px;
				height: 100px;
				margin-bottom: 10px;
			}

			h3 {
				font-size: 1.3rem;
			}
		}

		.choices-item-body {
			padding: 15px 20px 30px;

			.row-01,
			.row-02 {
				span {
					padding: 3px 8px 3px 2px;

					img {
						width: 18px;
					}
				}

				p {
					margin-top: 10px;
				}
			}
		}
	}

	.choices-assessment {
		padding: 40px 25px;
		gap: 15px;

		h3 {
			font-size: 1.3rem;
			gap: 14px;

			img {
				width: 30px;
			}
		}

		p {
			line-height: 1.8;
		}
	}

	.notice {
		padding: 6px 20px;
		font-size: 1.1rem;
	}

	/* PRICE */
	.price {
		.container {
			padding-top: 100px;
		}
	}

	.price-cont {
		flex-direction: column;
		gap: 25px;
	}

	.price-item {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex-grow: 1;

		.price-header {
			padding: 12px;
			color: #fff;
			font-size: 1.25rem;
			font-weight: bold;
			text-align: center;
			background-color: var(--sub-color-deep);
			border-radius: 4px;
		}

		.price-body {
			padding: 8px 25px;
			font-weight: bold;
			background-color: var(--bg-color);
			border-radius: 4px;

			p {
				font-size: 1.13rem;
				display: flex;
				justify-content: space-between;
				align-items: center;

				.l-txt {
					color: var(--sub-color-deep);
					font-size: 1.65em;
				}
			}
		}
	}

	/* FLOW */
	.flow {
		padding-bottom: 0;
	}

	.flow-cont {
		margin: 0 auto 50px;
		gap: 2px;
	}

	.flow-item {
		height: 110px;

		.flow-num {
			width: 12%;
			font-size: 1.3rem;
		}

		.flow-txt {
			width: 88%;
			padding: 8px 18px;

			h3 {
				margin-bottom: 2px;
				font-size: 1.2rem;
			}

			p {
				font-size: 0.95rem;
			}
		}
	}

	.arrow-down {
		margin: 0 auto;
	}

	/* GUIDELINE */
	.guideline {
		.container {
			margin-bottom: -50px;
		}

		.sub-ttl-cont {
			padding-top: 0;
		}
	}

	.guideline-cont {
		transform: translateY(-145px);
	}

	.modelcase {
		.modelcase-person-img {
			width: 80px;
			right: 2%;
		}

		.modelcase-header {
			padding: 20px 0 10px;
			font-size: 1.7rem;

			.w-bg {
				top: 0;
				left: 50%;
				transform: translate(-50%, -50%);
			}
		}

		.modelcase-body {
			flex-direction: column;

			.modelcase-img {
				width: 100%;
				height: 250px;
			}

			.modelcase-price {
				width: 100%;

				.price-sell {
					padding: 10px 15px;
				}

				.price-sum {
					font-size: 1.3rem;
				}
			}
		}
	}

	.modelcase-notes {
		margin: 30px 0 40px;
	}

	.cost {
		div {
			padding: 25px 30px 25px 35px;
		}
	}

	.distribution {
		padding: 40px 20px 30px;
		gap: 25px;

		h3 {
			font-size: 1.5rem;

			span {
				flex-direction: column;

				img {
					width: 45px;
				}
			}
		}

		.checklist-img {
			width: 80px;
			left: 4%;
			bottom: -15px;
		}
	}

	/* CASE */
	.case-cont {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.case-item {
		.case-body {
			padding: 20px 20px 35px;
		}
	}

	/* REASON */
	.reason-item {
		height: auto;
		flex-direction: column-reverse;

		.reason-num {
			padding: 4px 12px;
			font-size: 1.4rem;
			border-bottom-right-radius: 8px;
			top: -3px;
			left: -3px;
		}

		.reason-detail {
			width: 100%;
			padding: 25px 20px;
			
			h3 {
				font-size: 1.3rem;
			}
		}

		.reason-img {
			width: 100%;
			height: 200px;
		}
	}

	.prof-cont {
		flex-direction: column;

		.prof-img {
			width: 100%;
			height: 200px;
		}

		.prof-detail {
			width: 100%;
			padding: 25px 25px 30px;
			gap: 20px;
		}
	}

	/* REVIEW */
	.review-cont {
		margin-bottom: 40px;
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.review-item {
		padding: 30px 20px;
	}

	.review-link {
		text-align: center;
		display: block;

		img {
			width: 75px;
		}
	}

	/* FAQ */
	.faq-cont {
		.faq-item {
			.faq-q {
				padding: 16px 8px 16px 0;
				font-size: 1rem;
			}

			.faq-a {
				padding: 6px 8px 16px 0;
				font-size: 1rem;
				gap: 20px;
			}
		}
	}
	
	/* 	FORM */
	.form-cta {
		padding: 30px 20px 40px;
		
		.form-cta-person {
			width: 100px;
			right: 0;
		}
		
		.btn-wrap {
			.btn-icon {
				width: 15px;
			}
			
			p {
				margin-top: 8px;
			}
		}
	}

}