@charset "UTF-8";

/* --------------------------------------------------

index

-------------------------------------------------- */
.index article {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.index article > div {
	display: flex;
	align-items: center;
	width: 104rem;
	margin: 0 auto;
}
.index article > div > figure {
	width: 35%;
}
.index article > div > div {
	width: 65%;
}
@media screen and (max-width: 768px) {
	.index article {
		display: block;
		height: auto;
		padding: 0 2rem 3rem 2rem;
	}
	.index article > div {
		display: block;
		padding: 0;
		width: auto;
	}
	.index article figure {
		margin-bottom: 2.5rem;
	}
	.index article > div > div {
		width: 100%;
	}
}

.fukidashi {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: var(--font-zen);
	font-weight: 900;
	margin-bottom: 1.5rem;
}
.fukidashi img {
	width: 21rem;
}
.fukidashi span {
	color: var(--red);
	font-size: 4rem;
	position: relative;
}
.fukidashi span::before {
	content: "";
	width: 105%;
	height: 1.5rem;
	background: #fff;
	position: absolute;
	left: -2.5%;
	bottom: 0.5rem;
	z-index: -1;
	border-radius: 10rem;
}
@media screen and (max-width: 768px) {
	.fukidashi {
		align-items: center;
		margin-top: -4rem;
	}
	.fukidashi img {
		width: 19rem;
		margin-left: auto;
	}
	.fukidashi span {
		font-size: 2.8rem;
		white-space: nowrap;
	}
}

.index h2 {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
	font-family: var(--font-zen);
	font-weight: 900;
	font-size: 4.8rem;
	text-shadow: 0.3rem 0.3rem 0 #fff;
	line-height: 1;
	white-space: nowrap;
}
.index h2 strong {
	font-weight: 900;
	font-size: 6.8rem;
}
.index h2 > span:nth-child(1) {
	margin-bottom: 1rem;
}
.index h2 > span:nth-child(2) strong {
	color: var(--red);
}
@media screen and (max-width: 768px) {
	.index .ttl-wrap {
		display: flex;
		justify-content: center;
	}
	.index h2 {
		font-size: 4.4rem;
	}
	.index h2 strong {
		font-size: 6.0rem;
	}
	.index h2 > span:nth-child(1) {
		margin-bottom: 0.5rem;
	}
	.index h2 > span:nth-child(2) strong {
		display: block;
		margin-bottom: 1.2rem;
	}	
}

.index .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48rem;
}
.index .wrap > a:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.index .wrap > a:nth-of-type(1) i {
	color: var(--red);
	margin-top: 0.1rem;
	margin-right: 0.8rem;
	text-decoration: none !important;
}
.index .wrap > a:nth-of-type(1) span {
	text-decoration: underline;
}
.index .wrap > a:nth-of-type(1):hover {
	opacity: 1;
	color: var(--red);
}
.index .wrap > a:nth-of-type(1):hover span {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.index .wrap {
		width: 100%;
	}
	.index .wrap > a:nth-of-type(1) {
		font-size: 1.4rem;
	}
}

.index .btn-type-1 {
	background: url(../img/arrow.png) no-repeat center left 1.2rem;
	background-size: 1.8rem auto;
	background-color: var(--red);
	color: #fff;
	border-radius: 1rem;
	border: solid 0.2rem var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	box-shadow: 0.3rem 0.3rem 0 var(--navy);
	padding-bottom: 0.2rem;
	padding-left: 2rem;
}
.index .btn-type-1:hover {
	opacity: 1;
}
.index .btn-type-1 > span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index .btn-type-1 > span > span:nth-child(1) {
	font-size: 1.4rem;
	color: var(--navy);
	margin-bottom: 0.5rem;
	letter-spacing: 0.2em;
}
.index .btn-type-1 > span > span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 1.8rem;
}
.index .btn-type-1 > span > span:nth-child(2) i {
	color: var(--red);
	background: #fff;
	letter-spacing: 0;
	margin-right: 1rem;
	font-size: 1.4rem;
	margin-top: 0.2rem;
	padding: 0.3rem 0.5rem 0.4rem 0.6rem;
	border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
	.index .btn-type-1 {
		padding-left: 2.5rem;
	}
	.index .btn-type-1 > span > span:nth-child(1) {
		font-size: 1.5rem;
		margin-bottom: 0.3rem;
	}
	.index .btn-type-1 > span > span:nth-child(2) {
		letter-spacing: 0;
		font-size: 1.6rem;
	}	
}





/* --------------------------------------------------

step

-------------------------------------------------- */
.step-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
}
.step-flow ul {
	display: flex;
	align-items: center;
	font-family: var(--font-mplus);
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.step-flow ul::before,
.step-flow ul::after {
	content: "";
	width: 40%;
	height: 0.5rem;
	position: absolute;
	top: 0.7rem;
	background: #fff;
}
.step-flow ul::before {
	left: 10%;
}
.step-flow ul::after {
	right: 10%;
}
.step-flow ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 99;
}
.step-flow ul li:not(:last-child) {
	margin-right: 3rem;
}
@media screen and (max-width: 768px) {
	.step-flow ul::before,
	.step-flow ul::after {
		top: 1.2rem;
	}
}

/* num */
.num {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 0.2rem var(--green);
	border-radius: 50%;
	background: #fff;
	width: 1.8rem;
	height: 1.8rem;
	color: var(--green);
	font-size: 1.1rem;
	padding-left: 0.1rem;
	padding-top: 0.1rem;
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	.num {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1.4rem;
		padding-top: 0.2rem;
	}
}

/* active */
.step-1 .step-flow li:nth-child(1) .num,
.step-2 .step-flow li:nth-child(2) .num,
.step-3 .step-flow li:nth-child(3) .num {
	background: var(--green);
	color: #fff;
}
.step-2 .step-flow li:nth-child(1) .num,
.step-3 .step-flow li:nth-child(1) .num {
	border: solid 0.2rem var(--green-dark);
	background: var(--green-dark);
	color: #fff;
}
.step-2 .step-flow ul::before,
.step-3 .step-flow ul::before {
	content: "";
	width: 40%;
	height: 0.5rem;
	position: absolute;
	top: 0.7rem;
	background: var(--green-dark);
}
.step-3 .step-flow li:nth-child(2) .num {
	border: solid 0.2rem var(--green-dark);
	background: var(--green-dark);
	color: #fff;
}
.step-3 .step-flow ul::before,
.step-3 .step-flow ul::after {
	background: var(--green-dark);
}
@media screen and (max-width: 768px) {
	.step-2 .step-flow ul::before,
	.step-3 .step-flow ul::before {
		top: 1.2rem;
	}
}




/* --------------------------------------------------

container / form

-------------------------------------------------- */
/* container */
.container {
	width: 96rem;
	margin: 6rem auto;

}
@media screen and (max-width: 768px) {
	.container {
		width: auto;
		margin: 3rem auto 6rem auto;
		padding: 0 2rem;
	}
}

/* form */
form .form-wrap:not(:last-of-type) {
	margin-bottom: 4rem;
}
.form-wrap{
	background: #fff;
	border-radius: 1.5rem;
	padding: 3rem 0;
}
.step-3 .form-wrap {
	width: 72rem;
	margin: 0 auto;
	padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
	form .form-wrap:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.form-wrap{
		padding: 3rem 2rem;
	}
	.step-3 .form-wrap {
		width: auto;
		padding: 3rem 2rem;
	}
}

/* radio */
.form-radio {
	display: flex;
	justify-content: center;
	line-height: 1;
	font-weight: 700;
}
.form-radio > div {
	display: flex;
	align-items: center;
}
.form-radio > div:not(:last-of-type) {
	margin-right: 1.5rem;
}
.form-radio > div label {
	padding-left: 2.2rem;
	position: relative;
	white-space: nowrap;
}
.form-radio input[type=radio] {
	/* display: none; */
	opacity:0;
}

.form-radio > div label::before,
.form-radio > div label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	margin-top: 0.1rem;
}
.form-radio > div label::before {
	border: 2px solid #808FA2;
	width: 18px;
	height: 18px;
	left: 0;
	top: calc(50% - 9px);
	box-sizing: border-box;
}
.form-radio > div label::after {
	background: #fff;
	width: 6px;
	height: 6px;
	left: 6px;
	top: 6px;
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	/* left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
}
.form-radio input:checked + label::before {
	background: #33BEDD;
	border: none;
}
.form-radio input:checked + label::after {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.form-radio > div label {
		font-size: 1.8rem;
		padding-left: 3.4rem;
	}
	.form-radio > div label::before {
		width: 2.4rem;
		height: 2.4rem;
		top: calc(50% - 1.1rem);
	}
	.form-radio > div label::after {
		width: 0.8rem;
		height: 0.8rem;
		left: 0.8rem;
		top: 0.6rem;
		opacity: 0;
	}	
}
_::-webkit-full-page-media, _:future, :root .form-radio input {
	margin-top: 0.55rem;
}
@media screen and (max-width: 768px) {
	.form-radio {
		display: block;
	}
	.form-radio > div:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 2.5rem;
	}
}

/* prof */
.form-prof > div {
	display: flex;
	flex-direction: column;
}
.form-prof > div:not(:last-of-type) {
	margin-bottom: 2.5rem;
}
.form-prof label {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 1rem;
	font-weight: 700;
}
.form-prof label span {
	font-size: 1.2rem;
	margin-left: 0.8rem;
	color: var(--red);
	background: #FFE8EA;
	padding: 0.4rem 0.6rem 0.5rem 0.7rem;
	border-radius: 0.3rem;
}
input[type="text"],input[type="email"]  {
	border: #D3D9E5 solid 0.15rem;
	width: 100%;
	border-radius: 0.5rem;
	padding: 1.2rem 1.5rem;
}
input[type="text"]::placeholder {
	color: #999;
	font-size: 1.4rem;
}
input[type="text"]:hover {
	border: #33BEDD solid 0.15rem;
}
input[type="text"]:focus {
	outline: solid 0.3rem #AEE9F5;
}
@media screen and (max-width: 768px) {
	input[type="text"] {
		padding: 1.8rem 1.5rem;
	}
	input[type="text"]::placeholder {
		font-size: 1.8rem;
	}
	input[type="text"]:focus {
		font-size: 16px;
	}
}
.name-input {
	display: flex;
	justify-content: space-between;
}
.name-input input {
	width: 49%;
}

/* error */
.error {
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: center;
	color: var(--red);
	margin-top: 1rem;
}

.error.is_error:before {
	content: "\f057";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.error i {
	margin-top: 0.1rem;
	margin-right: 0.5rem;
	font-size: 1.6rem;
}
.step-3 .error {
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.error {
		margin-top: 3rem;
	}
	.step-3 .error {
		margin-top: 1rem;
	}
}

/* btn-1 */
.btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.btn-wrap > * {
	transition: ease-in-out .3s;
}
.btn-wrap > *:hover {
	cursor: pointer;
	opacity: 1;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
.btn-type-1 {
	background: url(../img/arrow.png) no-repeat center left 1.2rem;
	background-size: 1.8rem auto;
	background-color: var(--red);
	color: #fff;
	border-radius: 1rem;
	border: solid 0.2rem var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	width: 26rem;
	font-size: 1.6rem;
	font-weight: 700;
	box-shadow: 0.3rem 0.3rem 0 var(--navy);
	padding-bottom: 0.2rem;
}
.btn-type-1:hover {
	background: url(../img/arrow.png) no-repeat center left 1.2rem;
	background-size: 1.8rem auto;
	background-color: #BC2939;
	box-shadow: 0 0 0 var(--navy);
}
@media screen and (max-width: 768px) {
	.btn-type-1 {
		background-size: 2.4rem auto;
		background-color: var(--red);
		font-size: 2rem;
		height: 5.6rem;
	}
	.step-1 .btn-type-1 {
		width: 100%;
	}
	.step-2 .btn-type-1,
	.step-3 .btn-type-1 {
		width: 75%;
	}
}

/* btn-2 */
.btn-type-2 {
	background: #fff;
	color: var(--navy);
	border-radius: 1rem;
	border: solid 0.2rem var(--navy);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	width: 20rem;
	font-size: 1.6rem;
	font-weight: 700;
	box-shadow: 0.3rem 0.3rem 0 var(--navy);
	padding-bottom: 0.2rem;
	margin-right: 1.5rem;
}
.btn-type-2:hover {
	background: #E2E7EF;
	box-shadow: 0 0 0 var(--navy);
}
@media screen and (max-width: 768px) {
	.btn-type-2 {
		height: 5.6rem;
		font-size: 2rem;
	}
	.step-2 .btn-type-2,
	.step-3 .btn-type-2 {
		width: 23%;
		margin-right: 2%;
	}
}



/* --------------------------------------------------

thanx

-------------------------------------------------- */
.thanx .container {
	width: 88rem;
	margin: 6rem auto 6rem auto;
	position: relative;
	z-index: 9999;
}
@media screen and (max-width: 768px) {
	.thanx .container {
		width: auto;
		margin: 3rem auto;
		padding: 0 2rem;
	}
}
.thanx-wrap {
	background: #fff;
	border-radius: 1.5rem;
	padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
	.thanx-wrap {
		padding: 2rem;
	}
}
.thanx-wrap h3 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 2rem;
	text-shadow: 0.15rem 0.15rem 0 #fff;
}
@media screen and (max-width: 768px) {
	.thanx-wrap h3 {
		text-align: center;
		font-size: 2.8rem;
		font-weight: 900;
		margin-bottom: 2rem;
		text-shadow: 0.15rem 0.15rem 0 #fff;
	}
}
.thanx-wrap h3 strong {
	font-weight: 900;
	background: linear-gradient(to top, var(--blue) 40%, transparent 40%);
}
.thanx .btn-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.thanx .btn-wrap a img {
	width: 2rem;
	margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
	.thanx .btn-wrap {
		display: block;
	}
}
.thanx .btn-type-1 {
	background: none;
	background-color: var(--red);
	height: 6.4rem;
	width: 100%;
	font-size: 1.8rem;
}
.thanx .btn-type-1:hover {
	background: none;
	background-size: 1.8rem auto;
	background-color: #BC2939;
	box-shadow: 0 0 0 var(--navy);
}
@media screen and (max-width: 768px) {
	.thanx .btn-type-1 {
		width: 100%;
	}
}
.thanx .note {
	text-align: center;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.thanx .note {
		text-align: left;
		margin-top: 1.5rem;
		line-height: 1.6;
	}
}



/* --------------------------------------------------

animaton

-------------------------------------------------- */
.kv img {
	animation-name: shake;
	animation-state: running;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.kv:hover {
	filter: drop-shadow(7px 7px 0px #C50B19);
	transition: 1s;
}
.kv:not(:hover) {
	transition: 1s;
	filter: drop-shadow(0px 0px 0px #C50B19);
}
@keyframes shake {
	5%, 15%, 25%, 35%, 55%, 65%, 75%, 95% {
		filter: blur(1px);
		transform: translateY(1px) rotate(0deg);
	}
	10%, 30%, 40%, 50%, 70%, 80%, 90% {
		filter: blur(1px);
		transform: translateY(-1px) rotate(0deg);
	}
	20%, 60% {
		filter: blur(0px);
		transform: translate(-1px, 1px) rotate(0deg);
	}
	45%, 85% {
		filter: blur(1px);
		transform: translate(1px, -1px) rotate(0deg);
	}
	100% {
		filter: blur(0px);
		transform: translate(0) rotate(-1deg);
	}
}	