@charset "UTF-8";
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-feature-settings: "palt";
}
.josefin-sans {
    font-family: "Josefin Sans", serif;
}
img {
	object-fit: cover;
}
.sp-only {
	display: none;
}
.pc-only {
	display: block;
}
h2 {
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 50px;
}
p {
	font-size: 25px;
}
.pc-border {
	border-bottom: 2px solid #333333;
	padding: 0 0 10px;
}
.orange {
	color: #ff5000;
}
.h2samll {
	font-size: 35px;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fv {
	height: 600px;
	background: url("../img/bg-pc.jpg") no-repeat top center / cover;
	position: relative;
}
.fv .inner{
	display: flex;
	justify-content: center;
}
.kv {
	width: 760px;
	margin: 0 0 0 -140px;
}
.kv img {
	height: 640px;
	object-fit: cover;
	object-position: 100% 100%;
}
.catchcopy-wrap {
	max-width: 580px;
	margin: 30px 0;
	align-items: center;
}
.catchcopy-wrap h1.logo {
	width: 396px;
}
.catchcopy-wrap img.catchcopy {
	max-width: 550px;
	margin: 30px 0;
}
.catchcopy-wrap img.fv-cta {
	max-width: 580px;
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .5));
	position: relative;
}
.catchcopy-wrap img.fv-cta:hover {
	filter: none;
	top: 5px;
	left: 5px;
	transition: .3s;
}

section.reason {
	margin: 40px 0 60px;
	padding: 50px 0 0;
}
section.reason p {
	line-height: 2.6;
	text-align: center;
}
section.reason ul.theme {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}
section.reason ul.theme li div {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
}
section.reason ul.theme li {
	width: calc((100% - 80px) / 3);
	padding: 0 0 20px;
	border-bottom: 2px solid #333333;
}
section.reason ul.theme li h3 {
	font-size: 30px;
	border-top: 2px solid #333333;
	margin: 25px 0 10px;
	padding: 20px 0 0;
}
section.reason ul.theme li h3 span {
	background: #436f9e;
	color: #ffffff;
	font-size: 20px;
	padding: 2px 5px;
	margin: 0 10px 0 0;
	border-radius: 5px;
}
section.reason ul.theme li img {
	border-radius: 5px;
}

section.past-conteents {
	width: 100%;
	max-width: 1200px;
	border: 10px solid #ff5000;
	border-radius: 10px;
	margin: 0 auto;
}
section.past-conteents h2 {
	font-size: 40px;
	color: #ffffff;
	background: #ff5000;
	padding: 0 0 10px;
	margin: 0;
}
section.past-conteents ul {
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.past-conteents ul li {
	width: calc((100% - 44px) / 3);
	margin: 40px 0;
}
section.past-conteents ul li a {
	text-decoration: underline;
	color: #0000cc;
}
section.past-conteents ul li a span {
	color: #0000cc;
	font-size: 20px;
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 0;
}
section.past-conteents ul li a:hover {
	text-decoration: none;
}
section.past-conteents ul li a span img.loupe {
	width: 25px;
	margin: 0 10px 0 0;
}

section.check {
	background: url("../img/check.jpg") no-repeat top center / cover;
	height: 610px;
	margin: 80px 0 0;
	display: flex;
	align-items: flex-end;
}
section.check div.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section.check div.inner h2 {
	text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}
section.check div.inner img.check-cta {
	width: 800px;
	margin: 0 0 30px;
}
section.check div.inner img.check-cta:hover {
	opacity: .9;
	transition: .5s;
	transform: scale(103%);
}

section.step {
	margin: 100px 0 0;
}
section.step h2,
section.faq h2 {
	font-size: 32px;
	font-weight: 700;
	color: #0d244e;
	width: 100%;
}
section.step h2 span,
section.faq h2 span {
	font-size: 16px;
	display: block;
}
section.step ul {
	width: 100%;
	max-width: 950px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
section.step ul li {
	width: 277px;
}
section.step ul li div {
	font-size: 16px;
	line-height: 1.6;
}
section.step ul li.arrow {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}
section.step ul li h3 {
	text-align: center;
	color: #0d244e;
}
section.step ul li h3 span {
	font-size: 50px;
	display: block;
}
section.step ul li img {
	display: block;
	margin: 0 0 20px;
}

section.faq {
	background: #f4f4f4;
	margin: 100px 0 50px;
	padding: 100px 20px 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.faq ul.faq_list {
	width: 100%;
	max-width: 950px;
}
section.faq ul.faq_list li {
	border-bottom: 1px solid #ffffff;
	margin: 0 0 40px;
}
section.faq ul.faq_list li h3 {
	color: #0d244e;
	font-size: 20px;
	padding: 0 0 20px;
}
section.faq ul.faq_list li h3 span {
	font-size: 50px;
	letter-spacing: 10px;
	margin: 0 20px 0 0;
}
section.faq ul.faq_list li p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	padding: 0 0 40px;
	margin: 0 0 0 150px;
	text-indent: -16px;
}

#form .form_wrap {
    width: 800px;
    padding: 50px 0;
    margin: 0 auto;
}
#form2 .form_wrap {
    width: 800px;
    padding: 50px 0;
    margin: 0 auto;
}


footer.footer {
    background: #e7e7e7;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_logo {
    width: 290px;
}
footer a {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer img {
    margin: 0 0 10px;
}
footer p {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: 30px 0 0;
}
#floatingbtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 160px;
}
.voice {
	margin: 100px 0;
}
.voice-wrap {
	display: flex;
	justify-content: space-between;
}
.voice-wrap h3 {
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 2px solid #333333;
	display: flex;
	align-items: center;
}
.voice-wrap p {
	font-size: 20px;
	line-height: 2;
}
.voice01,
.voice02 {
	width: calc((100% - 60px) / 2);
	padding: 40px;
	border: 3px solid #ff5000;
	border-radius: 10px;
}
.voice01 img,
.voice02 img {
	width: auto;
	margin: 0 20px 0 0;
}
.voice01 a,
.voice02 a {
	display: block;
	font-size: 20px;
	color: #0000cc;
	text-decoration: underline;
	line-height: 2;
}
.voice01 a:hover,
.voice02 a:hover {
	text-decoration: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
	.fv {
		height: auto;
		padding: 0 20px;
	}
	.kv {
		margin: 0px 0 -100px -140px;
	}
	.kv img {
		height: auto;
	}
	.catchcopy-wrap {
		width: 50%;
	}
	section.reason {
		margin: 7% 0;
		padding: 0 20px;
	}
	section.reason h2 {
		font-size: 5vw;
	}
	section.reason h2 span.h2samll {
		font-size: 3vw;
	}
	section.reason p {
		font-size: 2vw;
	}
	section.reason ul.theme {
		margin: 5% 0 0;
	}
	section.reason ul.theme li {
		width: calc((100% - 4%) / 3);
		font-size: 2vw;
	}
	section.reason ul.theme li h3 {
		font-size: 2.5vw;
	}
	section.reason ul.theme li h3 span {
		font-size: 1.7vw;
	}
	section.past-conteents h2 {
		font-size: 3.5vw;
	}
	section.past-conteents ul li a span {
		font-size: 2vw;
	}
	section.past-conteents ul li a span img.loupe {
		width: 2.5vw;
		margin: 0 5px 0 0;
	}
	section.past-conteents {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	section.check div.inner h2 {
		font-size: 5vw;
	}
	section.check div.inner img.check-cta {
		width: 600px;
	}
	section.step {
		padding: 0 20px;
	}
	section.voice {
		margin: 7% 0;
		padding: 0 20px;
	}
	section.voice h2 {
		font-size: 5vw;
	}
	section.voice h2 span.h2samll {
		font-size: 3vw;
	}
	.voice01,
	.voice02 {
		width: calc((100% - 20px) / 2);
		padding: 20px;
	}
	.voice-wrap p,
	.voice-wrap a {
		font-size: 1.8vw;
	}

}
@media screen and (max-width:767px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	.pc-border {
		border-bottom: none;
	}
	h2 {
		font-size: 9.5vw;
		line-height: 1.2;
		margin: 0 0 20px;
	}
	p {
		font-size: 4vw;
	}

	.h2samll {
		font-size: 5.5vw;
		border-top: 2px solid #333333;
        padding: 5px 0 0;
        margin: 5px 0 0;
	}
	.fv {
		position: relative;
		background: none;
		height: auto;
	}
	.fv .inner{
		display: block;
		background: url("../img/bg-pc.jpg") no-repeat top center / cover;
		padding: 0 0 20px;
	}
	.kv {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	.kv img {
		height: auto;
        width: 145%;
        margin: 20px 0 0 -40%;
    }
	.catchcopy-wrap {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.catchcopy-wrap h1.logo {
		width: 80%;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.catchcopy-wrap img.catchcopy {
		width: 100%;
		margin: -40% 0 15px;
	}
	.catchcopy-wrap img.fv-cta {
		width: 100%;
		max-width: 100%;
	}
	
	section.reason {
		padding: 0 20px;
		margin: 30px 0 0;
	}
	section.reason p {
		text-align: justify;
	}
	section.reason ul.theme {
		display: block;
		margin: 30px 0 0;
	}
	section.reason ul.theme li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: none;
	}
	section.reason ul.theme li div {
		width: 58%;
		display: block;
		font-size: 3.9vw;
		font-weight: 400;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	section.reason ul.theme li h3 {
		margin: 10px 0;
		padding: 0;
		font-size: 5vw;
		border-top: none;
	}
	section.reason ul.theme li h3 span {
		font-size: 2.5vw;
		margin: 0 5px 0 0;
		border-radius: 2px;
	}
	section.reason ul.theme li img {
		width: 40%;
		height: 40%;
	}
	
	section.past-conteents {
		margin: 0 20px;
		width: calc(100% - 40px);
		border-radius: 5px;
		border: 5px solid #ff5000;
	}
	section.past-conteents h2 {
		font-size: 5.5vw;
		padding: 7px 0 15px;
	}
	section.past-conteents ul {
		padding: 0 20px;
	}
	section.past-conteents ul li {
		margin: 20px 0;
		width: calc((100% - 10px) / 2);
	}
	section.past-conteents ul li a span {
		font-size: 12px;
	}
	section.past-conteents ul li a span img.loupe {
		width: 15px;
		margin: 0 5px 0 0;
	}
	
	section.check {
		height: 400px;
		margin: 30px 0 0;
	}
	section.check h2 {
		font-size: min(8.5vw, 40px);
	}
	
	section.check div.inner img.check-cta {
		width: 90%;
        margin: 0 auto 30px;
        display: block;
        max-width: 500px;
	}
	
	section.step {
		margin: 50px 0 0;
		padding: 0 20px;
	}
	section.step h2,
	section.faq h2 {
		font-size: min(5vw, 30px);
	}
	section.step ul {
		display: block;
	}
	section.step ul li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	section.step ul li picture {
		display: block;
		width: 25%;
	}
	section.step ul li div {
		width: 70%;
	}
	section.step ul li h3 {
		text-align: left;
		margin: 0 0 10px;
	}
	section.step ul li.arrow {
		display: none;
	}

	section.faq {
		background: #f4f4f4;
		margin: 30px 0;
		padding: 30px 20px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	section.faq ul.faq_list li h3 {
		font-size: 5vw;
		line-height: 1.4;
	}
	section.faq ul.faq_list li h3 span {
		font-size: 7vw;
		margin: 0 10px 0 0;
	}
	section.faq ul.faq_list li p {
		margin: 0 0 0 16px;
		text-indent: -16px;
	}

	#form .form_wrap {
		width: 100%;
		padding: 50px 20px;
	}
	#form2 .form_wrap {
		width: 100%;
		padding: 50px 20px;
	}
	#floatingbtn {
		width: 100px;
	}
	h2 {
		font-size: 8.8vw;
	}
	.h2samll {
		font-size: 5.4vw;
	}
	.voice {
		padding: 0 20px;
	}
	.voice-wrap {
		display: block;
	}
	.voice01,
	.voice02 {
		width: 100%;
		padding: 20px;
	}
	.voice02 {
		margin: 20px 0 0;
	}
	.voice-wrap p,
	.voice-wrap a {
		font-size: 3.8vw;
		word-break: break-all;
	}
	.voice01 img,
	.voice02 img {
		height: 45px;
		margin: 0 10px 0 0;
	}
}