@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	background-color: #F9F9F9;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
  	font-style: normal;
  	color: #222222;
}

main {
	margin-top: 80px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	display: block;
}

li {
	list-style: none;
}

.fullwide {
	width: 100%;
}

.wrapper {
	max-width: 1150px;
	padding: 60px 0px;
	margin: 0 auto;
}

.sp-br {
	display: none;
}


#header {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px #0000000D;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#header .site-title {
	width: 100%;
	max-width: 150px;
	line-height: 0;
}

#header .site-title:hover {
	opacity: 0.7;
}

#header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header li {
	margin-left: 50px;
}

#header li a {
	color: #222222;
}

#header li a:hover {
	color: #4747FF;
}

#header li:nth-child(6) {
	border: solid 2px #4747FF;
	width: 250px;
	padding: 10px;
	background-color: #4747FF;
	box-shadow: 2px 2px 2px 2px #0000000D;
}

#header li:nth-child(6) a {
	color: #fff;
	text-align: center;
}

#header li:nth-child(6):hover {
	background-color: #fff;
}

#header li:nth-child(6):hover a {
	color: #4747FF;
}

.mainvisual {
	padding-bottom: 50px;
}

.mainvisual-back {
	background-image: url(../img/FV-PC.png);
	background-size: cover;
	background-position: center;
}

.main-aria {
	color: #4747FF;
	font-size: 300px;
	font-weight: 700;
	padding: 20px;
	letter-spacing: 10px;
	text-shadow: 2px 2px 20px #0000001A;
}

.main-copy {
	color: #fff;
}

.main-text {
	letter-spacing: 5px;
	line-height: 50px;
}

.big-text {
	background-color: #4747FF;
	box-shadow: 0px 0px 4px 0px #00000040;
	font-size: 40px;
	margin: 50px;
}

.small-text {
	background-color: #4747FF;
	box-shadow: 0px 0px 4px 0px #00000040;
	font-size: 20px;
	margin: 50px;
}

.cta-btn {
	border: solid 2px #4747FF;
	width: 350px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 2px #0000000D;
}

.cta-btn a {
 	color: #4747FF;
	text-align: center;
	font-size: 23px;
}

.cta-btn:hover {
 	background-color: #4747FF;
}

.cta-btn:hover a {
 	color: #fff;
}

.mainvisual .cta-btn {
    margin-left: 70%;
}



#problem {
 	display: flex;
 	align-items: center;
    justify-content: center;
}

.problem-wrap {
 	width: 50%;
}

h2 {
 	font-size: 37px;
 	letter-spacing: 8px;
 	margin-bottom: 40px;
}

.problem-wrap span {
	display: inline-block;
	width: 100px;
	height: 1px;
	margin: 0 20px;
	background-color: #000;
}

.problem-wrap p {
	font-size: 20px;
	margin: 50px auto;
}

 #problem img {
 	width: 50%;
}

.merit-wrap {
	display: flex;
	align-items: end;
	justify-content: center;
	margin: 50px auto;
}

.merit-text {
	width: 50%;
}

#merit img {
	width: 50%;
}

h2.sec-title-line {
	line-height: 20px;
}

h2.sec-title-line span {
	display: inline-block;
	width: 1000px;
	height: 1px;
	background-color: #000;
}

.merit-num {
	font-size: 180px;
	font-weight: 700;
	color: #4747FF;
}

.merit-title {
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.annotation {
	font-size: 14px;
	color: #474747;
}

h2.sec-title-center {
	text-align: center;
}

.working-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.working-items img {
	width: 20%;
}

.cta-space-back {
	background-color: #4747FF;
	color: #fff;
	text-align: center;
}

.cta-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cta-text {
	width: 48%;
}

.cta-big-text {
	font-size: 32px;
	font-weight: 700;
}

.cta-small-text {
	letter-spacing: 4px;
	font-size: 20px;
	margin-top: 25px;
}

.white-line {
	width: 4%;
}

.white-line span {
	display: inline-block;
	width: 1px;
	height: 176px;
	background-color: #fff;
}

.cta-mc-wrap {
	width: 48%;
}

.cta-mc-wrap .cta-btn {
	margin: 15px auto 0 auto;
}

.cta-mc-wrap .cta-btn:hover {
	background-color: #2222B2;
	border: solid 2px #2222B2;
}

.guideline-back {
	background-color: #EEEEEE;
}

#guideline dt {
	font-size: 18px;
	font-size: 500;
	margin-top: 20px;
}

#guideline dt:nth-child(2) {
	margin-top: 0;
}

#guideline dd {
	text-indent: 1em;
}

#guideline dd:nth-of-type(7) , #guideline dd:nth-of-type(8) {
	font-size: 14px;
	color: #474747;
	text-indent: 1.3em;
}

.future-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.future-items img {
	width: 30%;
	padding: 30px;
}

.flow-back {
	background-color: #EEEEEE;
}

.flow-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.flow-wrap img {
	padding: 0 15px 80px 15px;
}

.flow-item {
	width: 30%;
	text-align: center;
}

.flow-num {
	font-size: 40px;
}

.flow-item img {
	padding: 20px 60px;
}

.flow-item h3 {
	margin-bottom: 20px;
}

.vector {
	width: 5%;
}

.faq-wrap {
	padding: 0 50px;
}

.faq-back {
	background: linear-gradient(to right, #FFFFFF, #FFF6F2);
}

#faq-menu li {
	box-shadow: 2px 2px 10px 0 #0000001A;
	margin-bottom: 30px;
}

.label {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background-color: #4747FF;
	padding: 30px 30px 30px 80px;
	position: relative;
}

.label:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/Q.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

.detail {
	color: #563D3D;
	font-weight: 500;
	background-color: #fff;
	padding: 30px 30px 30px 80px;
	position: relative;
}

.detail:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/A.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

#company dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 180px;
	color: #563D3D;
}

#company dt {
	width: 25%;
	border-bottom: solid 1px #CCCCCC;
	padding: 30px 0 30px 40px;
	letter-spacing: 2px;
	font-weight: 600;
}

#company dt:last-of-type {
	border-bottom: none;
}

#company dd {
	width: 75%;
	border-bottom: solid 1px #CCCCCC;
	padding: 30px;
	font-size: 15px;
	letter-spacing: 1.5px;
}

#company dd:last-of-type {
	border-bottom: none;
	padding-right: 0;
}

.map {
	width: 100%;
	height: 360px;
}

.map iframe {
	width: 100%;
	height: 100%;
}



#footer {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	background-color: #222222;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 144px;
}

#footer img {
	width: 100%;
	max-width: 150px;
	line-height: 0;
}

#footer img:hover {
	opacity: 0.7;
}

#footer p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}

/*プライバシーポリシー*/

.privacypolicy h3 {
	margin-top: 30px;
}

.pri-ul {
	padding-left: 2em;
	padding-top: 1em;
}

.privacypolicy li {
	list-style: initial;
}

.return-btn {
	text-align: center;
	margin-top: 30px;
	line-height: 0;
}

.return-btn a:hover {
	opacity: 0.7;
}

/*お申込みフォーム*/

.annotation-text {
	text-align: center;
	color: #FF2A00;
}

.asterisk {
	color: #FF2A00;
}

.contact dl {
	display: flex;
    flex-wrap: wrap;
	border: solid 0.25px #9A9A9A;
	margin: 15px 0;
}

.contact dt {
	width: 40%;
	border-right: solid 0.25px #9A9A9A;
	border-bottom: solid 0.25px #9A9A9A;
    padding: 15px 15px 15px 50px;
    background-color: #EFEFEF;
}

.contact dd {
	width: 60%;
	border-bottom: solid 0.25px #9A9A9A;
    padding: 15px 20px;
    color: #4F4F4F;
}

.contact dt:last-of-type {
	border-bottom: none;
}

.contact dt:nth-of-type(11) , .contact dt:nth-of-type(12) {
	border-bottom: none;
}

.contact dd:last-of-type {
	border-bottom: none;
}

.input-txt {
    width: 100%;
    border: solid 1px #D5D5D5;
    border-radius: 5px;
    padding: 0.5em 1em;
}

.consent-wrap {
	text-align: center;
	line-height: 2em;
	margin-top: 40px;
}


.consent-wrap a {
	text-decoration: underline;
	line-height: 0;
	display: inline;
}

.consent-wrap p {
	font-size: 15px;
	color: #6A6A6A;
}

.button {
	text-align: center;
}

.button input {
	display: inline-block;
	text-align: center;
	background-color: #4747FF;
	border-radius: 40px;
	width: 330px;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}

.button input:hover {
	background-color: #fff;
	color: #4747FF;
	box-shadow: 0 2px 10px 0 #00000040;
}

.error-msg {
	color: #FF2A00;
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}



@media screen and (max-width: 1024px) {

	.main-aria {
		font-size: 150px;
	}

	.mainvisual .cta-btn {
		margin-left: 50%;
	}

	#header {
		padding: 0 2%;
	}

	#header li {
		margin-left: 20px;
	}

	#header li:nth-child(6) {
		width: 300px;
	}

	#problem {
		flex-direction: column;
	}

	.problem-wrap {
 		width: 100%;
	}

	h2 {
		font-size: 18px;
		text-align: center;
		letter-spacing: 7px;
	}

	.problem-wrap span {
		width: 34px;
		margin: 0 10px;
	}

	.problem-wrap p {
		font-size: 14px;
		margin: 30px auto;
	}

	#problem img {
		width: 100%;
		padding: 10px;
	}

	h2.sec-title-line span {
		width: 90%;
	}

	.merit-wrap {
		flex-direction: column;
		padding: 0 10px;
	}

	.merit-text {
		width: 100%;
	}

	.merit-num {
		font-size: 100px;
	}

	.merit-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#merit img {
		width: 100%;
		margin-top: 30px;
	}

	#guideline dl {
		padding: 0 10px;
	}

	#guideline dd:nth-of-type(1) {
		text-indent: -1em;
		padding-left: 2em;
	}

	#guideline dd:nth-of-type(7) , #guideline dd:nth-of-type(8) {
		text-indent: -1em;
		padding-left: 2.3em;
	}

	#company dl {
		margin: 0 60px;
	}

	/*プライバシーポリシー*/

	.privacypolicy {
		padding: 0 30px;
	}

	/*お申込みフォーム*/

	.contact {
		padding: 0 20px;
	}

	.contact dt {
		width: 100%;
		padding: 15px 20px;
		border-right: none;
	}

	.contact dt:nth-of-type(12) , .contact dt:nth-of-type(13) {
		display: none;
	}

	.contact dt:last-of-type , .contact dt:nth-of-type(11) {
		border-bottom: inherit;
	}

	.contact dd {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	.wrapper {
		padding: 40px 0;
	}

	.sp-br {
		display: block;
	}

	#header {
		z-index: 15;
	}

	#header .hamburger {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: fixed;
		top: 22px;
        right: 25px;
		z-index: 30;
	}

	#header li:nth-child(6) {
		width: 250px;
	}

	#header .hamburger span {
		width: 30px;
		height: 3px;
		background-color: #4747FF;
		display: inline-block;
		position: absolute;
		left: 10px;
		transition: all 0.4s;
	}

	#header .hamburger span:nth-of-type(1) {
		top: 16px;
	}

	#header .hamburger span:nth-of-type(2) {
		top: 25px;
	}

	#header .hamburger span:nth-of-type(3) {
		top: 34px;
	}

	#header .navi {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		transition: all 0.6s;
	}

	#header .navi .menu {
		width: 100%;
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        padding: 80px;
        overflow: auto;
	}

	#header .navi .menu li {
		padding: 10px 0;
		margin-left: 0;
		list-style: disc;
		color: #4747FF;
		font-size: 22px;
	}

	#header .navi .menu li:nth-child(6) {
		list-style: none;
		margin-right: -100px;
	}

	#header .navi.active {
		right: 0;
	}

	#header .hamburger.active span:nth-of-type(1) {
		top: 24px;
		transform: rotate(-45deg);
	}

	#header .hamburger.active span:nth-of-type(2) {
		opacity: 0;
	}

	#header .hamburger.active span:nth-of-type(3) {
		top: 24px;
		transform: rotate(45deg);
	}


	.mainvisual-back {
		background-image: url(../img/MB/FV-MB.png);
		background-size: cover;
		background-position: center;
	}

	.main-copy {
		padding: 50px 20px;
		line-height: 70px;
	}

	.main-aria {
		color: #fff;
		font-size: 48px;
		letter-spacing: 4px;
		padding: 0;
	}

	.big-text {
		margin: 0;
		font-size: 30px;
	}

	.small-text {
		margin: 0;
		font-size: 16px;
	}

	.mainvisual .cta-btn {
		margin: 20px auto 0 auto;
		width: 250px;
	}

	.mainvisual .cta-btn a {
		font-size: 18px;
	}

	.working-items {
		justify-content: center;
	}

	.working-items img {
		width: 40%;
		margin: 10px;
	}

	.cta-text {
		width: 100%;
	}

	.cta-small-text {
		letter-spacing: 0;
		margin-top: 10px;
	}

	.white-line {
		width: 100%;
	}

	.white-line span {
		width: 176px;
		height: 1px;
		margin: 40px 0;
	}

	.cta-mc-wrap {
		width: 100%;
	}

	.cta-mc-wrap .cta-btn {
		width: 270px;
	}

	.future-items img {
		width: 100%;
		padding: 50px;
	}

	.flow-wrap {
		flex-direction: column;
	}

	.flow-wrap img {
		padding: 15px;
	}

	.flow-item {
		width: 100%;
	}

	.flow-item img {
		padding: 20px 60px;
	}

	.vector {
		width: 15%;
		transform: rotate(90deg);
	}

	.vector:nth-of-type(2) {
		margin-top: 2em;
	}

	.faq-wrap {
		padding: 0 20px;
	}

	.label {
		font-size: initial;
		padding: 20px 20px 20px 40px;
	}

	.detail {
		padding: 20px 20px 20px 40px;
	}

	.detail:before {
		top: 30%;
		transform: translateY(-30%);
	}

	#faq-menu li:nth-of-type(5) .detail::before {
		top: 40%;
		transform: translateY(-40%);		
	}

	#company dl {
		margin: 0 30px;
	}

	#company dt {
		padding: 30px 0;
	}

	#company dd {
		padding: 30px 0 30px 10px;
	}

	#company dt:last-of-type {
		width: 100%;
	}

	#company dd:last-of-type {
		width: 100%;
		padding: 0;
	}

	#footer {
		height: 51px;
	}

	#footer img {
		max-width: 80px;
	}

	#footer p {
		font-size: 9px;
		margin-top: 10px;
	}

	/*お申込みフォーム*/

	.button input {
		width: 275px;
	}
}