/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[role=list],
ol[role=list] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

html {
	font-size: 16px;
}

body {
	color: #424142;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 2.2;
	position: relative;
}

.visible-md {
	display: none;
}

a {
	color: #ed7c85;
	transition: opacity 0.3s ease;
	word-break: break-all;
}

a:hover {
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

img,
picture {
	height: auto;
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ol {
	margin: 0;
	padding-left: 1.2em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

input:focus {
	outline: none;
}

.footer {
	background-color: #fff;
	padding: 20px 0 35%;
}

.txt_copyright {
	font-size: 0.75rem;
	text-align: center;
	width: 100%;
}

.sec {
	padding: 30px 0 50px;
	width: 100%;
}

.sec:last-of-type {
	margin-bottom: 0;
}

.inner {
	margin: auto;
	max-width: 1060px;
	padding: 0 4%;
	width: 100%;
}

.bg-red {
	background-color: #ed7c85;
}

.bg-green {
	background-color: #4b9695;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.txt-red {
	color: #ed7c85;
}

.sec-ttl {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}

.main-visual {
	position: relative;
	z-index: 10;
}

.main-visual .inner {
	max-width: 1360px;
	padding-top: 40px;
	width: 100%;
}

.main-visual .logo-box a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-bottom: 36px;
}

.main-visual .logo-box img {
	height: 52px;
	width: auto;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.main-visual .logo-box a {
		gap: 8px;
	}
	
	.main-visual .logo-box img {
		height: 36px;
		margin-right: 6px;
	}
	
	/* Build trigger: 2025-01-15 */
}

@media only screen and (max-width: 767px) {
	.blk-setpresent .setpresent-link .box-img {
		left: -36px !important;
		position: absolute !important;
		top: -36px !important;
		width: 100% !important;
	}
	
	.blk-setpresent .setpresent-link p {
		color: #fff;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 5px;
		font-size: 13px;
	}
}

.main-visual .main-lead {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0px;
	text-align: center;
}

.main-visual .blk-mail-ttl {
	margin: 20px 0;
}

.main-visual .main-ttl-lead {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

.main-visual .mail-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

.main-visual .main-img {
	margin: auto;
	max-width: 302px;
	width: 100%;
}

.blk-setpresent {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.blk-setpresent .setpresent-link {
	border-radius: 15px 15px 0 0;
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	position: relative;
}

.blk-setpresent .setpresent-link .box-img {
	left: 0;
	position: absolute;
	top: -30px;
	width: 100%;
}

.blk-setpresent .setpresent-link .box-img img {
	width: 162px;
}

.blk-setpresent .setpresent-link .box-txt {
	text-align: right;
}

.blk-setpresent .setpresent-link p {
	color: #fff;
	font-weight: bold;
	line-height: 1.125;
	margin-bottom: 5px;
}

.blk-setpresent .setpresent-link .setpresent-ttl {
	font-size: 1.125rem;
	margin-bottom: 0;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.blk-form {
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 40px 10px 60px;
}

.blk-form .section__form--regist {
	margin: auto;
	max-width: 700px;
	width: 100%;
}

.form-regist {
	margin: auto;
	max-width: 700px;
	width: 100%;
}

.form-group {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(3, auto);
	line-height: 1.8;
	margin-bottom: 30px;
}

.form-regist-ttl {
	grid-area: 1/1/2/2;
}

.required-txt {
	grid-area: 1/2/2/3;
}

.form-control {
	grid-area: 2/1/3/3;
}

.error-message {
	grid-area: 3/1/4/3;
}

.form-control {
	border: 1px solid #56534f;
	border-radius: 5px;
	padding: 1.2rem 0.7rem;
	width: 100%;
}

.form-control:focus {
	outline: 2px solid #4b9695;
}

.form-regist-ttl {
	margin-bottom: 20px;
}

.required-txt {
	align-self: start;
	background: #ed7c85;
	color: #fff;
	font-size: 1.125rem;
	justify-self: end;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 3px 10px;
	width: 56px;
}

.error-message,
.formErrorContent {
	background: #fcf2f6;
	border: #d22d5e solid 2px;
	border-radius: 5px;
	color: #d22d5e;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 8px 0 0 0;
	padding: 10px;
}

.btn {
	align-items: center;
	background: #ed7c85;
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	margin: 0 0 40px;
	max-width: 340px;
	padding: 25px 25px 25px 45px;
	text-decoration: none;
	transition: 0.2s ease;
	width: 100%;
}

.btn::after {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #ed7c85;
	color: #fff;
	content: "\e5c8";
	display: flex;
	font-family: Material Icons;
	font-size: 1.5rem;
	font-weight: normal;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	padding: 7px;
	text-align: center;
}

.blk-submit {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.blk-submit .btn-submit-wrap{
	position: relative;
	margin: 0 0 40px;
}

.blk-submit .btn-submit-wrap .btn-submit {
	align-items: center;
	background: #ed7c85;
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	max-width: 340px;
	padding: 25px 85px 25px 45px;
	transition: 0.2s ease;
	width: 100%;
}

.blk-submit .btn-submit-wrap::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #ed7c85;
	color: #fff;
	content: "\e5c8";
	display: flex;
	font-family: Material Icons;
	font-size: 1.5rem;
	font-weight: normal;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	padding: 7px;
	text-align: center;
}

.blk-submit .btn-submit-wrap .wpcf7-spinner{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.blk-submit .txt-agree {
	margin-bottom: 20px;
}

.blk-submit .txt-attention {
	font-size: 0.875rem;
}

main {
	margin-top: -22px;
}

.prime-market {
	background: #f3f1c9;
	padding-bottom: 35px;
	padding-top: 35px;
}

.prime-market .blk-prime {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 15px;
	min-height: 120px;
	position: relative;
	width: 340px;
}

.prime-market .blk-prime::before {
	background: url(../img/bg_laurel-left.svg) no-repeat center center/100%;
	content: "";
	display: inline-block;
	height: 120px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 73px;
}

.prime-market .blk-prime::after {
	background: url(../img/bg_laurel-right.svg) no-repeat center center/100%;
	content: "";
	display: inline-block;
	height: 120px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 73px;
}

.prime-market .prime-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.prime-market .prime-list-item {
	font-size: 0.875rem;
	line-height: 1.5;
}

.prime-market .prime-list-item:not(:last-child) {
	margin-bottom: 5px;
}

.prime-market .prime-list-item .txt-red {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	margin-left: 7px;
}

.prime-market .prime-list-item small {
	color: #424142;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: normal;
}

.prime-market .prime-lead {
	font-size: 0.625rem;
	text-align: center;
}

.idea {
	padding-bottom: 0;
	padding-top: 0;
}

.idea .blk-idea-check {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.idea .sec-ttl {
	background: #a89f2b;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 4%;
	padding-bottom: 45px;
	padding-top: 45px;
}

.idea .sec-ttl::before {
	background: url(../img/icon_idea.svg) no-repeat center center/contain;
	content: "";
	margin-right: 23px;
	width: 73px;
}

.idea .idea-list {
	background: #f3f1c9;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 0 8%;
	padding-bottom: 55px;
	padding-top: 40px;
}

.idea .idea-list-item {
	align-items: center;
	display: grid;
	font-size: 1.125rem;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr;
	line-height: 1.4;
}

.idea .idea-list-item::before {
	background: url(../img/icon_check.svg) no-repeat center center/100%;
	content: "";
	height: 30px;
	margin-right: 30px;
	width: 30px;
}

.idea .idea-list-item:not(:last-child) {
	margin-bottom: 30px;
}

.idea .blk-idea-attention {
	padding-bottom: 52.5px;
	position: relative;
}

.idea .idea-attention-txt {
	padding: 0 4%;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
}

.idea .idea-attention-txt::before {
	background-color: #ed7c85;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 160px;
}

.idea .idea-attention-txt p {
	background-color: #ed7c85;
	border-radius: 15px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 30px;
	position: relative;
	text-align: center;
}

.idea .idea-arrow {
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 105px solid #ed7c85;
	height: 0;
	left: 50%;
	margin: auto;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.request {
	padding-top: 80px;
}

.request .sec-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 40px;
	text-align: center;
}

.blk-request .box-txt p {
	font-size: 1.125rem;
	line-height: 2.2;
}

.blk-request .box-txt p:not(:last-of-type) {
	margin-bottom: 2rem;
}

.stop img {
	margin: 0 auto 30px;
	width: 125px;
}

.stop .sec-ttl {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}

.stop .sec-ttl span {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.price {
	padding-top: 10px;
}

.blk-price {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 30px 28px 50px;
}

.blk-price p {
	font-size: 1.125rem;
}

.blk-price .sec-ttl {
	border-bottom: 2px solid #4b9695;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 42px;
	padding-bottom: 23px;
	text-align: center;
}

.box-price {
	margin-bottom: 40px;
}

.box-price-txt p {
	line-height: 1.2;
}

.box-price-txt .price-base {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 10.6vw;
	font-weight: 800;
}

.box-price-txt .price-base .b-yen {
	font-size: 6vw;
}

.box-price-txt .price-base .other {
	margin-left: 10px;
}

.box-price-txt .price-red {
	align-items: baseline;
	display: flex;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 16.8vw;
	font-weight: 800;
}

.box-price-txt .price-red .b-yen {
	font-size: 10.4vw;
}

.box-price-txt .price-lead {
	font-size: 5vw;
	text-align: right;
}

.blk-price-thinking {
	color: #fff;
	text-align: center;
}

.blk-price-thinking .thinking-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.125rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 50px;
}

.blk-price-thinking p {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
}

.step {
	padding-top: 0;
	position: relative;
}

.step .inner {
	display: flex;
	flex-direction: column-reverse;
}

.step-txt {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 27px;
	padding: 32px;
	text-align: center;
}

.blk-step-txt p {
	font-size: 1.125rem;
	margin: auto;
	max-width: 880px;
	width: 100%;
}

.blk-step-txt .sec-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

.blk-step-txt .ttl-lead {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
	max-width: none;
	text-align: center;
}

.blk-step-list {
	margin-bottom: 40px;
}

.step-list {
	list-style: none;
	padding: 0;
}

.step-list-item {
	background: #f3f1c9;
	border-radius: 20px;
	max-width: 520px;
	width: 100%;
}

.step-list-item:not(:last-child) {
	margin-bottom: 20px;
}

.step-list-item .list-ttl {
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.5;
	padding: 11px;
	text-align: center;
}

.step-list-item .list-content {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 30px 20px;
}

.step-list-item .list-content p {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.step-list-item img {
	margin-right: 30px;
	width: 80px;
}

.step-list-item:nth-child(2) img {
	width: 105px;
}

.form-present-head {
	margin-bottom: 54px;
}

.form-present-head p {
	color: #fff;
	font-size: 1.25rem;
	line-height: 2;
	text-align: center;
}

.form-present-head p:nth-child(2) {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.3;
}

.form-present-head p:not(:last-child) {
	margin-bottom: 15px;
}

.blk-present {
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 20px 20px 40px;
}

.blk-present .img-document {
	margin: 0 auto 40px;
	max-width: 295px;
}

.blk-present .img-document img {
	width: 100%;
}

.blk-present .blk-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.02rem;
	line-height: 1.5;
	margin-bottom: 42px;
	text-align: center;
}

.blk-present p {
	font-size: 1.125rem;
}

.blk-present p:first-of-type {
	margin-bottom: 2.2rem;
}

.blk-present p:last-child .txt-red {
	font-weight: bold;
}

.blk-form-ttl {
	color: #fff;
	padding: 32px 20px;
	text-align: center;
}

.blk-form-ttl .sec-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

.blk-form-ttl .ttl-lead {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media only screen and (min-width: 768px) {

body {
	line-height: 2;
	width: 100%;
}

.visible-xs {
	display: none;
}

.visible-md {
	display: block;
}

.footer {
	padding: 30px 0;
}

.sec {
	padding: 60px 0 100px;
}

.sec:last-of-type {
	margin-bottom: 0;
}

.inner {
	padding: 0;
}

.sec-ttl {
	font-size: 1.5rem;
	margin-bottom: 32px;
}

.main-visual .inner {
	padding-bottom: 40px;
	padding-top: 61px;
	position: relative;
}

.main-visual .main-lead {
	font-size: 2.5rem;
	text-align: left;
}

.main-visual .main-ttl-lead {
	font-size: 2.8125rem;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: left;
}

.main-visual .mail-ttl {
	font-size: 5.625rem;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
}

.main-visual .main-img {
	bottom: -15px;
	max-width: 773px;
	position: absolute;
	right: 0;
	width: 57%;
	z-index: -10;
}

.blk-setpresent {
	grid-area: 3/1/4/2;
	margin-top: 173px;
	max-width: 630px;
	position: static;
}

.blk-setpresent .setpresent-link {
	border-radius: 20px;
	justify-content: center;
	padding: 25px 17px 17px 17px;
}

.blk-setpresent .setpresent-link .box-img {
	left: 50%;
	top: -140%;
	transform: translateX(-50%);
}

.blk-setpresent .setpresent-link .box-img img {
	margin: auto;
	width: 340px;
}

.blk-setpresent .setpresent-link .box-txt {
	text-align: center;
}

.blk-setpresent .setpresent-link p {
	font-size: 1.5rem;
	line-height: 1.5;
}

.blk-setpresent .setpresent-link .setpresent-ttl {
	font-size: 1.5rem;
}

.blk-form {
	padding: 60px 10px 70px;
}

.form-regist-ttl {
	font-size: 1.125rem;
}

.required-txt {
	justify-self: start;
	margin-bottom: 17px;
}

.btn:hover {
	background: #5cc6d4;
	margin-left: 20px;
	max-width: 360px;
	transition: 0.2s ease;
}

.blk-submit .btn-submit:hover {
	background: #5cc6d4;
	padding-right: 105px;
	margin-left: 10px;
	transition: 0.2s ease;
}

.blk-submit .txt-agree {
	text-align: center;
}

.blk-submit .txt-attention {
	text-align: center;
}

main {
	margin-top: 0;
}

.prime-market {
	padding-bottom: 21px;
	padding-top: 21px;
}

.prime-market .blk-prime {
	min-height: auto;
	width: auto;
}

.prime-market .blk-prime::before,
.prime-market .blk-prime::after {
	display: none;
}

.prime-market .prime-list {
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;
	width: 100%;
}

.prime-market .prime-list-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.5625rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.3;
	margin-top: 20px;
	min-height: 120px;
	padding-top: 1rem;
	position: relative;
	width: 340px;
}

.prime-market .prime-list-item::before {
	background: url(../img/bg_laurel-left.svg) no-repeat center center/100%;
	content: "";
	display: inline-block;
	height: 120px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 73px;
}

.prime-market .prime-list-item::after {
	background: url(../img/bg_laurel-right.svg) no-repeat center center/100%;
	content: "";
	display: inline-block;
	height: 120px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 73px;
}

.prime-market .prime-list-item:not(:last-child) {
	margin-bottom: 0;
}

.prime-market .prime-list-item:not(:first-child) {
	margin-left: 20px;
}

.prime-market .prime-list-item .txt-red {
	font-size: 2.8125rem;
	margin-left: 0;
}

.prime-market .prime-list-item small {
	display: block;
	font-size: 0.75rem;
	text-align: right;
}

.prime-market .prime-lead {
	font-size: 0.75rem;
}

.idea {
	background: url(../img/bg_idea.svg) #4b9695 no-repeat center center/100%;
	padding-bottom: 0;
	padding-top: 100px;
}

.idea .blk-idea-check {
	margin: auto;
	width: 100%;
}

.idea .sec-ttl {
	padding: 0;
}

.idea .sec-ttl {
	font-size: 1.875rem;
	padding: 28px 28px 28px 136px;
	position: relative;
}

.idea .sec-ttl::before {
	height: 164px;
	left: -40px;
	position: absolute;
	top: -40px;
	width: 168px;
}

.idea .idea-list {
	padding: 0;
}

.idea .idea-list {
	border-radius: 0 0 30px 30px;
	padding: 50px 100px 70px;
}

.idea .idea-list-item {
	font-size: 1.5rem;
}

.idea .idea-list-item::before {
	height: 60px;
	width: 60px;
}

.idea .idea-attention-txt {
	padding-bottom: 37px;
	padding-top: 53px;
}

.idea .idea-attention-txt::before {
	width: 200px;
}

.idea .idea-attention-txt p {
	font-size: 1.875rem;
	margin: auto;
	max-width: 800px;
}

.idea .idea-arrow {
	border-left: 190px solid transparent;
	border-right: 190px solid transparent;
	border-top: 118px solid #ed7c85;
}

.request {
	padding-top: 120px;
}

.request .sec-ttl {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 70px;
}

.blk-request {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 983px;
}

.blk-request .box-txt {
	margin-right: 105px;
}

.blk-request .box-txt p {
	font-size: 1.25rem;
}

.blk-request img {
	width: 178px;
}

.stop .inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.stop img {
	margin: 0 49px 0 0;
	width: 251px;
}

.stop .sec-ttl {
	font-size: 1.875rem;
}

.stop .sec-ttl span {
	font-size: 2.5rem;
}

.price {
	padding-bottom: 142px;
}

.blk-price {
	border-radius: 20px;
	padding: 60px 70px 80px;
}

.blk-price p {
	font-size: 1.25rem;
}

.blk-price .sec-ttl {
	font-size: 1.875rem;
}

.box-price {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.box-price p {
	font-size: 1.25rem;
}

.box-price img {
	width: 180px;
}

.box-price-txt {
	margin-right: 46px;
}

.box-price-txt .price-base {
	font-size: 2.5rem;
}

.box-price-txt .price-base .b-yen {
	font-size: 1.5rem;
}

.box-price-txt .price-red {
	font-size: 5.625rem;
	line-height: 1.3;
}

.box-price-txt .price-red .b-yen {
	font-size: 5.625rem;
}

.box-price-txt .price-lead {
	font-size: 1.25rem;
}

.blk-price-thinking .thinking-ttl {
	font-size: 5.625rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.blk-price-thinking p {
	font-size: 1.875rem;
}

.step {
	padding-top: 0;
}

.step-txt {
	border-radius: 15px;
	font-size: 2.5rem;
	line-height: 1.25;
	margin: 0 auto;
	max-width: 800px;
	padding: 32px 63px;
	transform: translateY(-50%);
}

.blk-step-txt p {
	font-size: 1.25rem;
}

.blk-step-txt .sec-ttl {
	font-size: 2.5rem;
}

.blk-step-txt .ttl-lead {
	font-size: 1.875rem;
}

.blk-step-list {
	margin-bottom: 60px;
}

.step-list {
	display: flex;
	justify-content: center;
}

.step-list-item:not(:last-child) {
	margin-bottom: 0;
	margin-right: 20px;
}

.step-list-item .list-ttl {
	font-size: 1.875rem;
	padding: 19px;
}

.step-list-item .list-content {
	flex-direction: column;
	padding: 40px 30px 30px;
	text-align: center;
}

.step-list-item .list-content p {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.875rem;
	font-weight: 800;
}

.step-list-item img {
	display: block;
	height: 127px;
	margin: 0 auto 19px;
	width: 116px;
}

.step-list-item:nth-child(2) img {
	height: 127px;
	width: 152px;
}

.form-present-head {
	margin-bottom: 47px;
}

.form-present-head p {
	font-size: 1.875rem;
}

.form-present-head p:nth-child(2) {
	font-size: 2.5rem;
}

.blk-present {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, auto) 1fr;
	padding: 45px 50px 62px;
}

.blk-present .img-document {
	grid-area: 1/1/4/2;
	margin: 0 55px 0 0;
	max-width: none;
	width: 395px;
}

.blk-present .blk-ttl {
	font-size: 1.875rem;
	grid-area: 1/2/2/3;
	margin-bottom: 22px;
}

.blk-present p {
	font-size: 1.25rem;
}

.blk-present p:first-of-type {
	grid-area: 2/2/3/3;
	margin-bottom: 2.6rem;
}

.blk-present p:last-child {
	grid-area: 3/2/4/3;
}

.blk-form-ttl {
	padding: 50px;
}

.blk-form-ttl .sec-ttl {
	font-size: 3.125rem;
	margin-bottom: 20px;
}

.blk-form-ttl .ttl-lead {
	font-size: 1.875rem;
	line-height: 1.3;
}

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {

.inner {
	padding: 0 2%;
}

.main-visual .inner {
	padding-top: 40px;
}

.main-visual .main-lead {
	font-size: 1.875rem;
	margin-bottom: 30px;
}

.main-visual .main-ttl-lead {
	font-size: 2rem;
	margin-bottom: 16px;
}

.main-visual .mail-ttl {
	font-size: 4rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.main-visual .main-img {
	bottom: -20px;
	width: 56%;
}

.blk-setpresent {
	margin-top: 123px;
	max-width: 410px;
}

.blk-setpresent .setpresent-link {
	padding: 26px 18px;
}

.blk-setpresent .setpresent-link .box-img {
	top: -80%;
}

.blk-setpresent .setpresent-link .box-img img {
	width: 369px;
}

.blk-setpresent .setpresent-link p {
	font-size: 1.125rem;
}

.blk-setpresent .setpresent-link .setpresent-ttl {
	font-size: 1.125rem;
}

.idea .inner {
	max-width: 880px;
}

.idea .sec-ttl {
	padding: 0 2%;
}

.idea .sec-ttl {
	padding: 28px 28px 28px 136px;
}

.idea .sec-ttl::before {
	height: 124px;
	left: 0;
	width: 128px;
}

.idea .idea-list {
	padding: 0 2%;
}

.idea .idea-list {
	padding: 40px 60px 60px;
}

.request .sec-ttl {
	font-size: 2rem;
	margin-bottom: 50px;
}

.blk-request .box-txt {
	margin-right: 50px;
}

.stop {
	padding-bottom: 40px;
	padding-top: 40px;
}

.stop img {
	margin-right: 30px;
	width: 191px;
}

.stop .sec-ttl {
	font-size: 1.5rem;
}

.stop .sec-ttl span {
	font-size: 2rem;
}

.price {
	padding-bottom: 120px;
}

.blk-price {
	padding: 50px 50px 60px;
}

.blk-price .sec-ttl {
	font-size: 1.75rem;
}

.blk-price-thinking .thinking-ttl {
	font-size: 3.75rem;
}

.blk-price-thinking p {
	font-size: 1.5rem;
}

.step-txt {
	font-size: 2rem;
	max-width: 660px;
	padding: 32px;
}

.blk-step-txt .sec-ttl {
	font-size: 2rem;
}

.blk-step-txt .ttl-lead {
	font-size: 1.5rem;
}

.step-list-item .list-ttl {
	font-size: 1.5rem;
	padding: 11px;
}

.step-list-item .list-content {
	padding: 20px 10px;
}

.step-list-item .list-content p {
	font-size: 1.5rem;
}

.form-present-head p {
	font-size: 1.5rem;
}

.form-present-head p:nth-child(2) {
	font-size: 2.25rem;
}

.blk-present {
	padding-left: 40px;
	padding-right: 40px;
}

.blk-present .img-document {
	margin-right: 30px;
	width: 285px;
}

.blk-present .blk-ttl {
	font-size: 1.5rem;
}

.blk-form-ttl .sec-ttl {
	font-size: 2.5rem;
}

.blk-form-ttl .ttl-lead {
	font-size: 1.25rem;
}

}

@media only screen and (min-width: 768px) and (max-width: 1360px) {

.main-visual .inner {
	padding-left: 2%;
}

}

.wpcf7-form-control-wrap{
	grid-area: 2 / 1 / 3 / 3;
}