@charset "UTF-8";
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */

	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	clear: both;
	overflow: visible; /* 2 */
	box-sizing: content-box; /* 1 */
	margin: 0;
	height: 0; /* 1 */
	border-top-width: 1px;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	        text-decoration: underline; /* 2 */
	        text-decoration: underline dotted; /* 2 */

	-webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;

	-webkit-appearance: none;
	        appearance: none;
}

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;

	-webkit-appearance: none;
	        appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	display: table; /* 1 */
	padding: 0; /* 3 */
	max-width: 100%; /* 1 */
	color: inherit; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html {
	font-size: 62.5%;

	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}

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

h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 4.6rem;
	}
}

h3 {
	font-weight: bold;
}

.fadeInSect {
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
	        transition: opacity 1s, visibility 1s, -webkit-transform 1s;
	        transition: opacity 1s, visibility 1s, transform 1s;
	        transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fadein {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}

.pc-only {
	display: none;
}
@media screen and (min-width: 768px) {
	.pc-only {
		display: inline-block;
	}
}

.body {
	min-height: 100vh;
	background-color: #f9f9f9;
}

.footer {
	padding-bottom: 15px;
	background-color: #f6fbff;
}
@media screen and (min-width: 768px) {
	.footer {
		position: relative;
		padding-bottom: 40px;
	}
}

.footer__logo {
	margin: 0 auto 25px;
	width: 140px;
}
@media screen and (min-width: 768px) {
	.footer__logo {
		position: absolute;
		bottom: 45px;
		left: 135px;
		margin-bottom: 0;
		width: 235px;
	}
}

.footer__linkWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
	.footer__linkWrap {
		margin-bottom: 30px;
	}
}
.footer__linkWrap a {
	font-size: .9rem;
}
.footer__linkWrap a:first-of-type {
	margin-right: 30px;
}
@media screen and (min-width: 768px) {
	.footer__linkWrap a {
		font-size: 1.2rem;
	}
	.footer__linkWrap a:hover {
		text-decoration: underline;
	}
}

.footer__copyright {
	display: block;
	text-align: center;
	font-size: .8rem;
}
@media screen and (min-width: 768px) {
	.footer__copyright {
		font-size: 1.2rem;
	}
}

.header {
	position: fixed;
	top: 0;
	z-index: 100;
	padding: 2px 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
	.header {
		padding: 0;
		height: auto;
	}
}

.header .inner {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header .inner {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1050px;
	}
}
.header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.header__inner {
		padding: 20px 0 10px;
	}
}

.header__logo-box {
	margin-top: 6px;
	height: 44px;
}
@media screen and (min-width: 768px) {
	.header__logo-box {
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		margin-top: 0;
		margin-left: 10px;
		height: 66px;
	}
}

.header__logo-link {
	display: block;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.header__logo-link {
		padding: 0;
	}
}

.header__logo {
	width: auto;
	height: 100%;
}

.header__text {
	display: none;
}
@media screen and (min-width: 768px) {
	.header__text {
		display: block;
		margin-top: 16px;
		margin-left: 20px;
		color: #333;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .12em;
		line-height: 1.5;
	}
}

.header__btn-box {
	display: none;
}

.header__btn {
	display: block;
	padding: 10px 19px;
	border-radius: px(5);
	background-color: blue;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.45;
}
@media screen and (min-width: 768px) {
	.header__btn {
		padding: 15px 45px;
		border-radius: 10px;
		font-size: 2ren;
	}
	.header__btn:hover {
		background-color: blue;
	}
}

.achiveList {
	margin: 0 auto 30px;
	padding: 15px 10px 10px;
	max-width: 320px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
}
@media screen and (min-width: 768px) {
	.achiveList {
		margin-bottom: 50px;
		padding: 40px 50px 20px;
		max-width: 1200px;
	}
}
.achiveList h3 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.achiveList h3 {
		margin-bottom: 45px;
		font-size: 2.8rem;
	}
}
.achiveList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}
.achiveList > p {
	margin-top: 10px;
	text-align: right;
	font-size: .6rem;
}
@media screen and (min-width: 768px) {
	.achiveList > p {
		margin-top: 20px;
		font-size: 1.2rem;
	}
}

.achiveList__topRow {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin: 0 auto 12px;
}
.achiveList__topRow li {
	width: 55px;
}
@media screen and (min-width: 768px) {
	.achiveList__topRow li {
		margin-bottom: 20px;
		width: 190px;
	}
}

.achiveList__underRow {
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	        justify-content: space-evenly;
}
.achiveList__underRow li:first-of-type {
	width: 30px;
}
@media screen and (min-width: 768px) {
	.achiveList__underRow li:first-of-type {
		width: 105px;
	}
}
.achiveList__underRow li:nth-of-type(2) {
	width: 46px;
}
@media screen and (min-width: 768px) {
	.achiveList__underRow li:nth-of-type(2) {
		width: 165px;
	}
}
.achiveList__underRow li:last-of-type {
	width: 26px;
}
@media screen and (min-width: 768px) {
	.achiveList__underRow li:last-of-type {
		width: 95px;
	}
}

.btmCta {
	padding: 45px 25px 55px;
	background-color: #f6fbff;
}
@media screen and (min-width: 768px) {
	.btmCta {
		padding: 100px 25px 85px;
	}
	.btmCta h2 {
		font-size: 3.6rem;
		line-height: 1.5;
	}
}

.btmCta__btnWrap {
	position: relative;
	margin: 80px auto 0;
	max-width: 320px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.btmCta__btnWrap {
		margin-top: 100px;
		max-width: 735px;
	}
}
.btmCta__btnWrap p {
	position: absolute;
	top: -60px;
	left: 0;
	width: 80px;
	height: 80px;
	border: 3px solid #4196d3;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	color: #4196d3;
	text-align: center;
	font-size: 1.4rem;
	line-height: 75px;
}
@media screen and (min-width: 768px) {
	.btmCta__btnWrap p {
		top: -85px;
		left: -85px;
		width: 170px;
		height: 170px;
		border: 6px solid #4196d3;
		font-size: 3.2rem;
		line-height: 156px;
	}
}
.btmCta__btnWrap a {
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: 320px;
	border-radius: 100px;
	background-color: #ff783f;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
}
@media screen and (min-width: 768px) {
	.btmCta__btnWrap a:first-of-type {
		display: none;
	}
}
.btmCta__btnWrap a:last-of-type {
	display: none;
	padding: 35px;
	width: auto;
	font-size: 4rem;
	-webkit-transition: .5s;
	        transition: .5s;
}
.btmCta__btnWrap a:last-of-type:hover {
	background-color: #fff;
	color: #ff783f;
}
@media screen and (min-width: 768px) {
	.btmCta__btnWrap a:last-of-type {
		display: block;
	}
}

.features {
	padding: 28px 20px 50px;
}
@media screen and (min-width: 768px) {
	.features {
		padding: 100px;
	}
}
.features h2 {
	margin-bottom: 35px;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.features h2 {
		margin-bottom: 95px;
	}
}

@media screen and (min-width: 768px) {
	.features__spList {
		display: none;
	}
}

.features__spItem p {
	text-align: center;
}
.features__spItem:first-of-type .features__spItem-gray .features__img {
	margin: 0 auto 25px;
	width: 175px;
}
.features__spItem:first-of-type .features__spItem-blue .features__img {
	margin: 0 auto 15px;
	width: 195px;
}
.features__spItem:nth-of-type(2) .features__spItem-gray .features__img {
	margin: 0 auto 17px;
	width: 150px;
}
.features__spItem:nth-of-type(2) .features__spItem-blue .features__img {
	margin: 0 auto 15px;
	width: 150px;
}
.features__spItem:nth-of-type(2) .features__spItem-blue .features__blueTxt {
	display: block;
}
.features__spItem:last-of-type .features__spItem-gray .features__img {
	margin: 0 auto 20px;
	width: 150px;
}
.features__spItem:last-of-type .features__spItem-blue .features__img {
	margin: 0 auto 23px;
	width: 165px;
}

.features__spItem-blue,
.features__spItem-gray {
	padding: 20px;
	border-radius: 20px;
	line-height: 1.5;
}
.features__spItem-blue h3,
.features__spItem-gray h3 {
	margin-bottom: 15px;
	text-align: center;
}
.features__spItem-blue div,
.features__spItem-gray div {
	padding: 25px;
	border-radius: 20px;
	background-color: #fff;
	font-size: 1.2rem;
}

.features__spItem-gray {
	background-color: #e8e8e8;
}

.features__spItem-blue {
	background-color: #8fcdf0;
}
.features__spItem-blue h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.features__blackArrow-sp {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin: 15px auto;
	width: 50px;
}

.features__border {
	margin: 25px auto;
	width: 100%;
	height: 2px;
	background-color: #cacaca;
}

.features__pcList {
	display: none;
	margin: 0 auto;
	max-width: 1200px;
}
@media screen and (min-width: 768px) {
	.features__pcList {
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
	}
}

.features__pcItem-blue,
.features__pcItem-gray {
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	        flex: 6;
	padding: 65px 40px 50px;
	height: 1545px;
	border-radius: 20px;
}
.features__pcItem-blue h3,
.features__pcItem-gray h3 {
	font-size: 2.8rem;
}

.features__pcItem-gray {
	margin-bottom: 60px;
	padding-top: 90px;
	background-color: #e8e8e8;
}
.features__pcItem-gray h3 {
	margin-bottom: 60px;
	text-align: center;
}

.features__pcItem-blue {
	background-color: #8fcdf0;
}
.features__pcItem-blue h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 40px;
}
.features__pcItem-blue .features__detailsItem:first-of-type .features__img {
	max-width: 300px;
}
.features__pcItem-blue .features__detailsItem:last-of-type .features__img {
	margin-bottom: 45px;
	max-width: 315px;
}

.features__detailsItem {
	margin-bottom: 65px;
	padding: 50px 20px 40px;
	height: 375px;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}
.features__detailsItem p:first-of-type {
	margin: 0 auto 25px;
	max-width: 250px;
}
.features__detailsItem p:last-of-type {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
}

.features__pcArrows {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	        flex: 1;
	margin: 0 25px;
	height: 1500px;
}
.features__pcArrows p {
	margin-top: 320px;
	width: 100px;
}

.features__logo {
	display: block;
	margin-right: 10px;
	width: 120px;
}
@media screen and (min-width: 768px) {
	.features__logo {
		width: 280px;
	}
}

.features__blueTxt {
	color: #4196d3;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.features__blueTxt {
		font-size: 2.6rem;
		line-height: 1.25;
	}
}

.flow {
	padding: 35px 25px 0;
}
@media screen and (min-width: 1300px) {
	.flow {
		position: relative;
		padding-top: 88px;
	}
}
.flow h2 {
	margin-bottom: 60px;
}
@media screen and (min-width: 1300px) {
	.flow h2 {
		margin-bottom: 165px;
	}
}

.flow__list {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
@media screen and (min-width: 1300px) {
	.flow__list {
		-webkit-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		margin: 0 auto;
		max-width: 1470px;
	}
}

.flow__item {
	position: relative;
	margin-bottom: 55px;
	padding: 35px 15px 20px;
	width: 45%;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}
@media screen and (min-width: 1300px) {
	.flow__item {
		margin-bottom: 240px;
		padding: 50px 25px 40px;
		width: calc(100% - 160px);
	}
}
.flow__item:nth-of-type(odd) {
	margin-right: 20px;
}
@media screen and (min-width: 1300px) {
	.flow__item:nth-of-type(odd) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1300px) {
	.flow__item:not(:last-of-type) {
		margin-right: 20px;
	}
}
.flow__item:first-of-type .flow__img {
	margin-bottom: 14px;
	width: 87px;
}
@media screen and (min-width: 1300px) {
	.flow__item:first-of-type .flow__img {
		margin-bottom: 36px;
		width: 133px;
	}
}
.flow__item:nth-of-type(2) .flow__img {
	margin-bottom: 20px;
	width: 78px;
}
@media screen and (min-width: 1300px) {
	.flow__item:nth-of-type(2) .flow__img {
		margin-bottom: 20px;
		width: 145px;
	}
}
.flow__item:nth-of-type(3) .flow__img {
	margin-bottom: 11px;
	width: 87px;
}
@media screen and (min-width: 1300px) {
	.flow__item:nth-of-type(3) .flow__img {
		margin-bottom: 24px;
		width: 160px;
	}
}
.flow__item:nth-of-type(4) .flow__img {
	margin-top: 23px;
	margin-bottom: 16px;
	width: 115px;
}
@media screen and (min-width: 1300px) {
	.flow__item:nth-of-type(4) .flow__img {
		margin-bottom: 75px;
		width: 165px;
	}
}
.flow__item:nth-of-type(5) .flow__img {
	margin-bottom: 11px;
	width: 54px;
}
@media screen and (min-width: 1300px) {
	.flow__item:nth-of-type(5) .flow__img {
		margin-bottom: 23px;
		width: 90px;
	}
}
.flow__item:last-of-type .flow__img {
	margin-top: 27px;
	margin-bottom: 15px;
	width: 102px;
}
@media screen and (min-width: 1300px) {
	.flow__item:last-of-type .flow__img {
		margin-bottom: 55px;
		width: 165px;
	}
}

.flow__img {
	margin: 0 auto;
}

.flow__itemNum {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding-top: 10px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #ffdc00;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (min-width: 1300px) {
	.flow__itemNum {
		top: -80px;
		padding-top: 15px;
		width: 100px;
		height: 100px;
		font-size: 2rem;
	}
}
.flow__itemNum span {
	display: block;
	margin-top: 2px;
	font-size: 1.8rem;
}
@media screen and (min-width: 1300px) {
	.flow__itemNum span {
		margin-top: 0;
		font-size: 4rem;
	}
}

.flow__h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.7rem;
}
@media screen and (min-width: 1300px) {
	.flow__h3 {
		margin-bottom: 45px;
		font-size: 2.4rem;
	}
}

.flow__txt {
	font-size: 1.2rem;
	line-height: 1.75;
}
@media screen and (min-width: 1300px) {
	.flow__txt {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1300px) {
	.flow__pcOnlyBar {
		position: absolute;
		top: 270px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		max-width: 1200px;
		width: 80%;
		height: 2px;
		border-top: 2px dashed #e9e9e9;
	}
}
.fv {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.fv__personImg {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 270px;
}
@media screen and (min-width: 768px) {
	.fv__personImg {
		min-width: 750px;
		max-width: 895px;
		width: auto;
	}
}

.fv__right,
.fv__left {
	padding-top: 200px;
	width: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.fv__right,
	.fv__left {
		padding: 450px 15px 0;
		line-height: 1.25;
	}
}
.fv__right > p:first-of-type,
.fv__left > p:first-of-type {
	font-size: 3rem;
}
@media screen and (min-width: 768px) {
	.fv__right > p:first-of-type,
	.fv__left > p:first-of-type {
		margin-bottom: 55px;
		font-size: 9rem;
	}
}

.fv__left {
	background-color: #a2eafd;
}

.fv__right {
	background-color: #fdf277;
}

.fv__hash {
	margin-bottom: 95px;
	text-align: center;
	font-style: italic;
	font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
	.fv__hash {
		font-size: 18.5rem;
	}
}
.fv__left .fv__hash {
	color: #6295c3;
}
.fv__right .fv__hash {
	color: #f6bb57;
}

.fv__mainTxt {
	position: absolute;
	top: 95px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 90%;
	text-align: center;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.fv__mainTxt {
		top: 172px;
		text-shadow: 5px 5px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
		font-size: 8.6rem;
		line-height: 1.25;
	}
}

.fv2 {
	position: relative;
	z-index: -10;
	z-index: -10;
	padding: 120px 25px;
	background-image: url(../img/fv2_sp.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.fv2 {
		padding: 300px 100px 235px;
		background-image: url(../img/fv2_pc.webp);
	}
}

.fv2__txtWrap span {
	color: #ff783f;
	font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap span {
		font-size: 7rem;
	}
}
.fv2__txtWrap p {
	position: relative;
	padding: 5px 15px 5px 5px;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p {
		font-size: 6rem;
	}
}
.fv2__txtWrap p::before {
	position: absolute;
	top: -.3px;
	left: -2px;
	z-index: -5;
	display: block;
	width: 215px;
	height: 52px;
	border-top: 26px solid rgba(255, 255, 255, .7);
	border-right: 7px solid transparent;
	content: "";
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p::before {
		top: -10px;
		left: -7px;
		min-width: 555px;
		max-width: 95%;
		width: auto;
		height: 210px;
		border-top: 105px solid rgba(255, 255, 255, .7);
		border-right: 25px solid transparent;
	}
}
.fv2__txtWrap p:not(:last-of-type) {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p:not(:last-of-type) {
		margin-bottom: 55px;
	}
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p:first-of-type::before {
		width: 875px;
	}
}
.fv2__txtWrap p:nth-of-type(2)::before {
	width: 265px;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p:nth-of-type(2)::before {
		width: 1150px;
	}
}
.fv2__txtWrap p:nth-of-type(3)::before {
	width: 140px;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p:nth-of-type(3)::before {
		width: 560px;
	}
}
.fv2__txtWrap p:last-of-type::before {
	width: 250px;
}
@media screen and (min-width: 768px) {
	.fv2__txtWrap p:last-of-type::before {
		width: 1065px;
	}
}

.fv2__award {
	position: absolute;
	right: 25px;
	bottom: 15px;
	width: 80px;
}
@media screen and (min-width: 768px) {
	.fv2__award {
		right: 120px;
		bottom: 25px;
		width: 252px;
	}
}

.stepForm {
	margin-top: 55px;
	padding: 62px 10px 0;
	background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
	.stepForm {
		margin-top: 96px;
		padding: 65px 25px 85px;
	}
}
.stepForm > p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.stepForm > p {
		font-size: 4.8rem;
	}
}
.stepForm > p:first-of-type {
	color: #4196d3;
}

.stepForm .swiper-slide {
	padding: 0 22px;
}

.stepForm__mainForm {
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
}
.stepForm_q,
.stepForm_q-pc,
.stepForm_q-sp {
	margin-bottom: 24px;
	text-align: center;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.stepForm_q,
	.stepForm_q-pc,
	.stepForm_q-sp {
		margin-bottom: 65px;
		font-size: 3rem;
	}
}
.stepForm_q span,
.stepForm_q-pc span,
.stepForm_q-sp span {
	color: #df3943;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.stepForm_q-sp {
		display: none;
	}
}

.stepForm_q-pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.stepForm_q-pc {
		display: block;
		margin-bottom: 32px;
		line-height: 1.5;
	}
}

.wpcf7-radio.item5 {
	display: grid;
	grid-template-columns: 1fr 1fr;

	grid-auto-rows: auto;
	gap: 16px 8px;
	grid-template-areas: "first first" "second third" "fourth fifth";
}
.wpcf7-radio.item5 > .wpcf7-list-item:first-of-type {
	grid-area: first;
}

.wpcf7-radio.item5 > .wpcf7-list-item:nth-of-type(2) {
	grid-area: second;
}

.wpcf7-radio.item5 > .wpcf7-list-item:nth-of-type(3) {
	grid-area: third;
}

.wpcf7-radio.item5 > .wpcf7-list-item:nth-of-type(4) {
	grid-area: fourth;
}

.wpcf7-radio.item5 > .wpcf7-list-item:nth-of-type(5) {
	grid-area: fifth;
}

.wpcf7-radio.item6 {
	display: grid;
	grid-template-columns: 1fr 1fr;

	grid-auto-rows: auto;
	gap: 16px 8px;
}

.wpcf7-list-item {
	display: block;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, .3) 0 2px 8px 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.wpcf7-list-item {
		margin: 0;
		margin-bottom: 40px;
		-webkit-transition: .5s;
		        transition: .5s;
	}
	.wpcf7-list-item:nth-child(odd) {
		margin-right: 170px;
	}
}
.wpcf7-list-item:not(:nth-child(even)) {
	margin-left: 0 !important;
}
.wpcf7-list-item input {
	display: none;
}
.wpcf7-list-item input:checked + span {
	color: #030303;
}
.wpcf7-list-item span {
	display: block;
	padding: 15px;
	border-radius: 5px;
	font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
	.wpcf7-list-item span {
		padding: 25px;
		font-size: 1.8rem;
	}
}

.wpcf7-radio .wpcf7-list-item {
	position: relative;
	border: 3px solid transparent;
	-webkit-transition: border-color .3s;
	        transition: border-color .3s;
}

@media screen and (min-width: 768px) {
	.wpcf7-radio .wpcf7-list-item:hover {
		border-color: #df3943;
	}
}
.wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) {
	border-color: #df3943;
}

.wpcf7-radio .wpcf7-list-item::after {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #030303;
	border-bottom: 2px solid #030303;
	content: "";
}
@media screen and (min-width: 768px) {
	.wpcf7-radio .wpcf7-list-item::after {
		right: 20px;
		width: 10px;
		height: 10px;
	}
}

@media screen and (min-width: 768px) {
	.wpcf7-list-item-label:hover {
		cursor: pointer;
	}
}

.wpcf7-not-valid-tip {
	position: relative;
	margin-top: 7px;
	padding-left: 25px;
	font-size: 1.4rem !important;
}
@media screen and (min-width: 768px) {
	.wpcf7-not-valid-tip {
		margin-top: 15px;
		padding-left: 50px;
	}
}

.swiper-container,
.swiper-container-initialized,
.swiper-container-horizontal,
.swiper-container-android {
	overflow-y: visible !important;
}

.stepForm__optionWrap-dropDown {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	border: 1px solid #d7d9dc;
	border-radius: 4px;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-dropDown {
		width: 360px;
	}
}
.stepForm__optionWrap-dropDown select {
	display: none;
}

.stepForm__optionWrap-dropDown.stepForm__optionWrap-dropDown--sex {
	width: 100%;
}

.select-selected::after {
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #0d0d0d;
	border-bottom: 2px solid #0d0d0d;
	content: "";
}
@media screen and (min-width: 768px) {
	.select-selected::after {
		right: 30px;
		width: 10px;
		height: 10px;
	}
}

/* 選択されたitemが表示されるBOX */
.select-selected {
	padding: 17px 13px;
	color: #7d7d7d;
	font-size: 1.3rem;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.select-selected {
		padding: 17px 13px;
		font-size: 1.4rem;
	}
}

/* option一覧のスタイル */
.select-items {
	position: absolute;
	top: 120%;
	right: 0;
	left: 0;
	z-index: 99;
	overflow-y: auto;
	padding: 10px 15px;
	max-height: 264px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
@media screen and (min-width: 768px) {
	.select-items {
		max-height: 300px;
	}
}

/* option */
.select-items div {
	padding: 10px;
	border-radius: 5px;
	font-size: 1.4rem;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.select-items div {
		font-size: 1.8rem;
	}
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: #df3943;
	color: #fff;
}

.stepForm__optionWrap-birthday {
	margin-bottom: 18px;
}
.stepForm__optionWrap-birthday input {
	display: block;
	margin: 5px auto 0;
	padding: 17px 20px;
	width: 100%;
	border: 1px solid #d7d9dc;
	border-radius: 4px;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-birthday input {
		padding: 17px 13px;
		width: 100%;
		font-size: 1.4rem;
	}
}
.stepForm__optionWrap-birthday label {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-birthday label {
		margin-right: auto;
		margin-left: auto;
		width: 360px;
		font-size: 1.6rem;
	}
}

.stepForm__optionWrap-sex label {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-sex label {
		font-size: 1.6rem;
	}
}
.stepForm__optionWrap-sex .stepForm__optionWrap-dropDown {
	margin: 5px auto 0;
}

.stepForm__optionWrap-katakana,
.stepForm__optionWrap-kanji {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	gap: 5px;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-katakana,
	.stepForm__optionWrap-kanji {
		max-width: 800px;

		gap: 10px;
	}
}
.stepForm__optionWrap-katakana label,
.stepForm__optionWrap-kanji label {
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-katakana label,
	.stepForm__optionWrap-kanji label {
		font-size: 1.6rem;
	}
}
.stepForm__optionWrap-katakana input,
.stepForm__optionWrap-kanji input {
	display: block;
	padding: 17px 20px;
	width: 100%;
	border-radius: 4px;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-katakana input,
	.stepForm__optionWrap-kanji input {
		padding: 17px 13px;
		font-size: 1.4rem;
	}
}
.stepForm__optionWrap-katakana input.js-ok,
.stepForm__optionWrap-kanji input.js-ok {
	background-color: #dde8f0;
	box-shadow: none;
}

.stepForm__optionWrap-kanji {
	margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-kanji {
		margin: 0 auto 27px;
	}
}
.stepForm__optionWrap-kanji input {
	border: 1px solid #d7d9dc;
}

.stepForm__optionWrap-katakana {
	margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-katakana {
		margin: 0 auto 30px;
	}
}
.stepForm__optionWrap-katakana input {
	border: 1px solid #d7d9dc;
}

.stepForm__errorTxt,
.stepForm__errorTxt-5,
.stepForm__errorTxt-5Mei,
.stepForm__errorTxt-6,
.stepForm__errorTxt-7,
.stepForm__errorTxt-8,
.stepForm__errorTxt-10,
.stepForm__errorTxt-4digits,
.stepForm__errorTxt-5Sei,
.stepForm__errorTxt-3,
.stepForm__errorTxt-4 {
	display: none;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	max-width: 280px;
	color: #ff2828;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.stepForm__errorTxt,
	.stepForm__errorTxt-5,
	.stepForm__errorTxt-5Mei,
	.stepForm__errorTxt-6,
	.stepForm__errorTxt-7,
	.stepForm__errorTxt-8,
	.stepForm__errorTxt-10,
	.stepForm__errorTxt-4digits,
	.stepForm__errorTxt-5Sei,
	.stepForm__errorTxt-3,
	.stepForm__errorTxt-4 {
		padding: 15px 10px;
		max-width: 360px;
		font-size: 1.4rem;
	}
}
.stepForm__errorTxt.js-error,
.js-error.stepForm__errorTxt-5,
.js-error.stepForm__errorTxt-5Mei,
.js-error.stepForm__errorTxt-6,
.js-error.stepForm__errorTxt-7,
.js-error.stepForm__errorTxt-8,
.js-error.stepForm__errorTxt-10,
.js-error.stepForm__errorTxt-4digits,
.js-error.stepForm__errorTxt-5Sei,
.js-error.stepForm__errorTxt-3,
.js-error.stepForm__errorTxt-4 {
	display: block;
}
.stepForm__errorTxt span,
.stepForm__errorTxt-5 span,
.stepForm__errorTxt-5Mei span,
.stepForm__errorTxt-6 span,
.stepForm__errorTxt-7 span,
.stepForm__errorTxt-8 span,
.stepForm__errorTxt-10 span,
.stepForm__errorTxt-4digits span,
.stepForm__errorTxt-5Sei span,
.stepForm__errorTxt-3 span,
.stepForm__errorTxt-4 span {
	display: inline-block;
	margin: 7px;
	width: 13px;
	height: 13px;
	border: 1px solid #ff2828;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
}
@media screen and (min-width: 768px) {
	.stepForm__errorTxt span,
	.stepForm__errorTxt-5 span,
	.stepForm__errorTxt-5Mei span,
	.stepForm__errorTxt-6 span,
	.stepForm__errorTxt-7 span,
	.stepForm__errorTxt-8 span,
	.stepForm__errorTxt-10 span,
	.stepForm__errorTxt-4digits span,
	.stepForm__errorTxt-5Sei span,
	.stepForm__errorTxt-3 span,
	.stepForm__errorTxt-4 span {
		width: 27px;
		height: 27px;
		line-height: 22px;
	}
}

.stepForm__errorTxt-3,
.stepForm__errorTxt-4 {
	margin: 0 auto;
}
.stepForm__optionWrap-contactInfo {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-contactInfo {
		max-width: 360px;
		width: 100%;
	}
}
.stepForm__optionWrap-contactInfo label {
	display: block;
	margin-bottom: 3px;
	color: #737373;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-contactInfo label {
		margin-bottom: 9px;
		font-size: 2rem;
	}
}
.stepForm__optionWrap-contactInfo input {
	display: block;
	padding: 17px 20px;
	width: 100%;
	border: 1px solid #d7d9dc;
	border-radius: 4px;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-contactInfo input {
		padding: 17px 13px;
		font-size: 1.4rem;
	}
}
.stepForm__optionWrap-contactInfo input.js-ok {
	background-color: #dde8f0;
	box-shadow: none;
}

@media screen and (min-width: 768px) {
	.stepForm__tel,
	.stepForm__email {
		margin-bottom: 42px;
	}
}

.stepForm__tel {
	margin-top: 18px;
}

.stepForm__tel label {
	font-size: 1.4rem;
}

.stepForm__email label {
	font-size: 1.4rem;
}

.stepForm__policyTxt {
	margin: 18px auto 5px;
	max-width: 215px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25;
}
@media screen and (min-width: 768px) {
	.stepForm__policyTxt {
		margin: 0 auto 13px;
		margin-bottom: 13px;
		max-width: 100%;
		text-align: center;
		font-size: 1.6rem;
	}
}
.stepForm__policyTxt a {
	text-decoration: underline;
}

.stepForm__policyBoxWrap {
	text-align: center;
	font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
	.stepForm__policyBoxWrap {
		font-size: 2rem;
	}
}
.stepForm__policyBoxWrap .wpcf7-list-item {
	margin-bottom: 0 !important;
	width: auto;
	background-color: none;
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	.stepForm__policyBoxWrap .wpcf7-list-item {
		margin-right: 0;
	}
	.stepForm__policyBoxWrap .wpcf7-list-item:hover {
		background-color: #fff;
	}
}
.stepForm__policyBoxWrap input {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #ff2828;
	color: #ff2828;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.stepForm__policyBoxWrap input {
		width: 21px;
		height: 21px;
	}
}
.stepForm__policyBoxWrap input::after {
	position: absolute;
	display: none;
	width: 15px;
	height: 15px;
	content: "✓";
}
@media screen and (min-width: 768px) {
	.stepForm__policyBoxWrap input::after {
		bottom: 2px;
		width: 21px;
		height: 21px;
	}
}
.stepForm__policyBoxWrap input:checked::after {
	display: block;
}

.stepForm_q-thanks {
	margin: 0 auto 8px;
	width: 85px;
}
@media screen and (min-width: 768px) {
	.stepForm_q-thanks {
		margin-bottom: 20px;
		width: 168px;
	}
}
@media screen and (min-width: 768px) {
	.stepForm_q-thanks + p {
		font-size: 2.4rem;
	}
}

.stepForm__optionWrap-thanks {
	margin: 0 auto;
	max-width: 255px;
}
@media screen and (min-width: 768px) {
	.stepForm__optionWrap-thanks {
		max-width: 715px;
	}
}

.stepForm__underTtlTxt-thanks {
	margin-bottom: 11px;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.stepForm__underTtlTxt-thanks {
		margin-bottom: 48px;
		font-size: 1.4rem;
	}
}

.stepForm__confirmList {
	margin-bottom: 30px;
	padding: 15px 10px;
	border: 3px solid #ccc;
	border-radius: 10px;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.25;
}
@media screen and (min-width: 768px) {
	.stepForm__confirmList {
		margin-bottom: 55px;
		padding: 30px;
		font-size: 1.6rem;
	}
}

.stepForm__toLineTxt {
	margin-bottom: 12px;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.stepForm__toLineTxt {
		margin-bottom: 30px;
		text-align: center;
		font-size: 2rem;
	}
}

.stepForm__addLineBtn {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 185px;
	border: 2px solid #06c755;
	border-radius: 112px;
	background-color: #06c755;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.stepForm__addLineBtn {
		margin-bottom: 25px;
		padding: 15px;
		width: 215px;
		font-size: 2rem;
		-webkit-transition: .5s;
		        transition: .5s;
	}
	.stepForm__addLineBtn:hover {
		background-color: #fff;
		color: #06c755;
	}
}

.stepForm__nextStepBtn {
	position: relative;
	display: block;
	margin: 25px auto 0;
	padding: 15px;
	max-width: 224px;
	width: 100%;
	border-radius: 5px;
	background-color: #df3943;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.stepForm__nextStepBtn {
		margin: 40px auto 0;
		padding: 13px;
		max-width: 270px;
		font-size: 2rem;
		-webkit-transition: opacity .5s;
		        transition: opacity .5s;
	}
	.stepForm__nextStepBtn:hover {
		opacity: .6;
	}
}
.stepForm__nextStepBtn::after {
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}

.stepForm__errorCheck {
	visibility: hidden;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0 auto 30px;
	padding: 0 16px;
	max-width: 480px;
	width: 100%;

	gap: 12px;
}
@media screen and (min-width: 768px) {
	.progress {
		gap: 4px;
	}
}

.progress__number {
	display: inline-block;
	font-family: "roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.progress__bar {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 11px;
	border-radius: 10px;
	background: #d9d9d9;
}

.progress.half .progress__bar::after {
	position: absolute;
	left: 0;
	display: block;
	width: 50%;
	height: 100%;
	border-radius: 10px;
	background-color: #df3943;
	content: "";
}

.progress.quarter .progress__bar::after {
	position: absolute;
	left: 0;
	display: block;
	width: 25%;
	height: 100%;
	border-radius: 10px;
	background-color: #df3943;
	content: "";
}

.progress.three-quarters .progress__bar::after {
	position: absolute;
	left: 0;
	display: block;
	width: 75%;
	height: 100%;
	border-radius: 10px;
	background-color: #df3943;
	content: "";
}

.progress.full .progress__bar::after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #df3943;
	content: "";
}

.label {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: calc((100% - 280px) / 2);
	color: #333;
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.label {
		margin-left: calc((100% - 360px) / 2);
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.form-season .wpcf7-list-item:has(input[value=いいところがあれば]) {
		position: relative;
	}
	.form-season .wpcf7-list-item:has(input[value=いいところがあれば]) .wpcf7-list-item-label {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		padding: 0;
		width: 100%;
	}
}
.form-wrapper {
	padding: 40px 16px 30px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
	.form-wrapper.form-wrapper--narrow {
		padding: 40px 60px 30px;
	}
}

.last-step-button {
	margin: 12px auto 0;
	padding: 0;
}
.last-step-button input {
	padding: 15px 20px;
	width: 100%;
}

.wpcf7-spinner {
	position: absolute !important;
	right: 10px;
}
.stepForm__back-box {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 30px;
	cursor: pointer;

	gap: 6px;
}

.stepForm__back-box.center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.stepForm__back-box-icon {
	display: inline-block;
	width: 8px;
}

.stepForm__back-box-text {
	margin-top: 2px;
	color: #3c3c3c;
	font-size: 14px;
}

.threeStrengths {
	padding: 25px 25px 45px;
	background-color: #f6fbff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.threeStrengths {
		padding: 90px 25px 75px;
	}
}
.threeStrengths h2 {
	margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
	.threeStrengths h2 {
		margin-bottom: 120px;
	}
}
.threeStrengths > p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.threeStrengths > p {
		font-size: 3rem;
	}
}
.threeStrengths > p span {
	color: #ff783f;
	font-size: 2rem;
}
@media screen and (min-width: 768px) {
	.threeStrengths > p span {
		font-size: 4.8rem;
	}
}

@media screen and (min-width: 768px) {
	.threeStrengths__list {
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		margin: 0 auto 111px;
		max-width: 1200px;
	}
}

.threeStrengths__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0 auto 65px;
	padding: 20px;
	width: 240px;
	height: 240px;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px;
}
@media screen and (min-width: 768px) {
	.threeStrengths__item {
		margin: 0;
		width: 33.3333333333%;
		height: 310px;
	}
}
.threeStrengths__item div {
	margin: 0 auto;
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.threeStrengths__item div {
		font-size: 2.4rem;
	}
}
.threeStrengths__item span {
	color: #4196d3;
	font-size: 3.6rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.threeStrengths__item span {
		font-size: 5rem;
	}
}
.threeStrengths__item img {
	position: absolute;
	bottom: -30px;
	left: -30px;
}
@media screen and (min-width: 768px) {
	.threeStrengths__item:first-of-type {
		margin-right: 135px;
	}
}
.threeStrengths__item:first-of-type img {
	width: 158px;
}
@media screen and (min-width: 768px) {
	.threeStrengths__item:nth-of-type(2) {
		margin-right: 135px;
	}
}
.threeStrengths__item:nth-of-type(2) img {
	width: 140px;
}
.threeStrengths__item:last-of-type img {
	width: 150px;
}

.threeStrengths__itemNum {
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #ffdc00;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 54px;
}
@media screen and (min-width: 768px) {
	.threeStrengths__itemNum {
		top: -35px;
		width: 88px;
		height: 88px;
		font-size: 3rem;
		line-height: 88px;
	}
}

.voice {
	overflow-x: hidden;
	padding: 50px 0;
	background-color: #f6fbff;
}
@media screen and (min-width: 768px) {
	.voice {
		padding: 100px 0 150px;
	}
}
.voice h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.voice h2 {
		margin-bottom: 100px;
	}
}

.voice__item {
	margin-bottom: 50px;
	padding: 0 25px;
}
@media screen and (min-width: 768px) {
	.voice__item {
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
		padding: 0;
	}
}
.voice__item .voice__img {
	margin-bottom: 25px;
	max-width: 295px;
}
@media screen and (min-width: 768px) {
	.voice__item .voice__img {
		max-width: 850px;
	}
}
.voice__item:first-of-type .voice__img {
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}
@media screen and (min-width: 768px) {
	.voice__item:first-of-type .voice__img {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@media screen and (min-width: 768px) {
	.voice__item:nth-of-type(2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
.voice__item:nth-of-type(2) .voice__img {
	-webkit-transform: translateX(70px);
	        transform: translateX(70px);
}
@media screen and (min-width: 768px) {
	.voice__item:nth-of-type(2) .voice__img {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.voice__item:last-of-type {
	margin-bottom: 0;
}
.voice__item:last-of-type .voice__img {
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}
@media screen and (min-width: 768px) {
	.voice__item:last-of-type .voice__img {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.voice__item h3 {
	margin-bottom: 25px;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.voice__item h3 {
		margin-bottom: 45px;
		font-size: 2.8rem;
		line-height: 1.75;
	}
}

@media screen and (min-width: 768px) {
	.voice__txtWrap {
		padding: 80px 100px;
	}
}
.voice__txtWrap > p {
	font-size: 1.2rem;
	line-height: 1.25;
}
@media screen and (min-width: 768px) {
	.voice__txtWrap > p {
		max-width: 550px;
		font-size: 1.6rem;
	}
}

.voice__changeWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
	.voice__changeWrap {
		margin-bottom: 50px;
	}
}

.voice__beforeTxt,
.voice__afterTxt {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.voice__beforeTxt,
	.voice__afterTxt {
		font-size: 2rem;
	}
}

.voice__afterIcon,
.voice__beforeIcon {
	margin-bottom: 10px;
	padding: 5px;
	width: 85px;
	border-radius: 10px 0 10px 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.voice__afterIcon,
	.voice__beforeIcon {
		width: 145px;
		font-size: 2rem;
	}
}

.voice__beforeIcon {
	background-color: #d9d9d9;
	color: #000;
}

.voice__afterIcon {
	background-color: #ff783f;
	color: #fff;
}

.voice__blackArrow {
	margin: 0 10px;
	width: 20px;
}
@media screen and (min-width: 768px) {
	.voice__blackArrow {
		margin: 0 25px;
	}
}

.thanks {
	margin-top: 55px;
}
@media screen and (min-width: 768px) {
	.thanks {
		margin-top: 96px;
	}
}

.thanks__inner {
	margin-right: auto;
	margin-left: auto;
	padding: 60px 24px;
	max-width: 480px;
}

.thanks__text01 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
}

.thanks__text02 {
	margin-top: 28px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}

.thanks__btn {
	position: relative;
	display: block;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 0 16px;
	max-width: 304px;
	width: 100%;
	border-radius: 5px;
	background-color: #26ac74;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}
.thanks__btn::after {
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}
/* エラーメッセージ非表示 */
.stepForm0 .wpcf7-not-valid-tip {
	display: none;
}
