@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	background-color: #F9F9F9;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	color: #563D3D;
}

main {
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	display: block;
}

li {
	list-style: none;
}

.fullwide {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	padding: 60px 0px;
	margin: 0 auto;
}

.cta-mini-text {
	font-size: 80%;
	margin: 2px;
}

.sp-br {
	display: none;
}

#pc-hidden {
	display: none;
}

.sec-title {
	color: #FE7E6D;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 60px;
	font-size: 32px;
}

.mini-title {
	font-size: 55%;
	color: #FFDED2;
	letter-spacing: 2.5px;
}

#header {
	width: calc(100% - 200px);
	padding: 0 3%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px #0000000D;
	border-radius: 30px;
	position: fixed;
	top: 20px;
	left: 100px;
	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: 30px;
}

#header li a {
	color: #FE7E6D;
}

#header li a:hover {
	color: #F8CE6D;
}

#header li:nth-child(6) ,.cta-btn {
	border: solid 1.5px #06C755;
	border-radius: 30px;
	width: 200px;
	padding: 10px 20px;
	background-color: #06C755;
	box-shadow: 1px 1px 1px 1px #0000000D;
}

#header li:nth-child(6) a ,.cta-btn a {
	color: #fff;
	text-align: center;
}

#header li:nth-child(6):hover ,.cta-btn:hover {
	background-color: #fff;
}

#header li:nth-child(6):hover a ,.cta-btn:hover a {
	color: #06C755;
}

.mainvisual-back {
	background-image: url(../img/FV-PC.png);
	background-size: cover;
	background-position: center;
}

.mainvisual {
	padding: 190px 70px;
}

.main-copy {
	text-align: right;
	font-size: 25px;
	color: #fff;
	text-shadow: 1px 1px 12px #FE7E6D4D;
	letter-spacing: 5px;
}

.main-big-text {
	font-size: 75px;
	letter-spacing: 10px;
	line-height: 90px;
}

.mainvisual .cta-mc-wrap {
	width: 100%;
	text-align: right;
	margin-top: 60px;
}

.mainvisual .cta-mc-wrap p {
	text-shadow: 1px 1px 12px #FE7E6D4D;
	margin-right: 50px;
}

.mainvisual .cta-btn {
	margin-right: 0;
}

.problem-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.problem-items img {
	width: 30%;
}

.problem-items img:nth-child(1) {
	margin-bottom: 100px;
}

.problem-items img:nth-child(2) {
	margin-top: 100px;
}

.problem-items img:nth-child(3) {
	margin-bottom: 100px;
}



.merit-back {
	background-image: url(../img/merit-back.png);
	background-size: cover;
}

.merit-back .mini-title {
	color: #fff;
}

.merit-square {
	display: inline-block;
	width: 800px;
	height: 300px;
	border-radius: 20px;
    box-shadow: 3px 3px 0px 3px #FE7E6D;
    background: #fff;
	position: relative;
	margin: 100px 0;
}

.merit-square span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
    padding: 10px;
}

.merit-square:nth-child(2) {
	margin-left: 10%;
}

.merit-square:nth-child(3) {
	margin-left: 20%;
}

.merit-png {
	margin-top: -60px;
	margin-left: 100px;
	width: 100px;
	height: 100px;
}

.merit-wrap {
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	margin: 0 30px 0 60px;
}

.merit-text {
	width: 55%;
	letter-spacing: 1px;
	margin-right: 10px;
}

.merit-wrap img {
	width: 45%;
	max-width: 250px;
}

.merit-title {
	color: #FE7E6D;
	margin-bottom: 20px;
	font-size: 26px;
	letter-spacing: 2px;
}


.continuation-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.continuation-items img {
	width: 20%;
}


.comment-wrap {
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	justify-content: space-between;
}

.comment-wrap img {
	width: 40%;
	padding-right: 35px;
}

.comment-text {
	width: 60%;
	letter-spacing: 2px;
}

.comment-text p {
	margin-bottom: 15px;
	font-size: 14px;
}

.comment-text p:nth-child(1) {
	margin-bottom: 25px;
}

.comment-text p:last-of-type {
	margin-bottom: 0;
}

.comment-big-text {
	font-size: 22px;
}

.pink-text {
	color: #FE7E6D;
}

.future-plans-back {
	background-color: #ced3e6;
	position: relative;
	top: 65px;
}

.wave-top {
	position: absolute;
	width: 100%;
	top: -65px;
}

.wave-bottom {
	position: absolute;
	width: 100%;
	top: calc(100% - 60px);
}

#future-plans .sec-title {
	color: #fff;
	isolation: isolate;
}

#future-plans .sec-title .yellowback {
	background: linear-gradient(to bottom right, #FCDB8F, #F8CE6D);
	padding-right: 4px;
}

.future-plans-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.future-plans-items img {
	width: 30%;
}

.future-plans-items img:nth-child(1) {
	margin-bottom: 100px;
}

.future-plans-items img:nth-child(2) {
	margin-top: 100px;
}

.future-plans-items img:nth-child(3) {
	margin-bottom: 100px;
}


.wave-after-wrapper {
	padding-top: 180px;
}


.faq-back {
	background: linear-gradient(to bottom, #FFDED2, #FFF6F2, 97%, #F9F9F9);
}

#faq .mini-title {
	color: #fff;
}

#faq-menu li {
	box-shadow: 1px 0 10.5px 1px #0000001A;
	margin: 30px auto;
	text-align: justify;
	border-radius: 20px;
}

.label {
	background: #FE7E6D;
	color: #fff;
	padding: 30px 30px 30px 120px;
	position: relative;
	border-radius: 20px 20px 0 0;
	letter-spacing: 1.5px;
}

.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: 6%;
	transform: translateY(-50%);
}

.detail {
	background: #fff;
	padding: 30px 30px 30px 120px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	border-radius: 0 0 20px 20px;
}

.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: 6%;
	transform: translateY(-50%);
}



.profile-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 150px;
}

#company-profile dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#company-profile dt {
	width: 25%;
	border-bottom: solid 1px #CCCCCC;
    padding: 30px 0 30px 40px;
    letter-spacing: 2px;
}

#company-profile dt:last-of-type {
	border-bottom: none;
}

#company-profile dd {
	width: 75%;
	border-bottom: solid 1px #CCCCCC;
	padding: 30px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.5px;
}

#company-profile dd:last-of-type {
	border-bottom: none;
	padding-right: 0;
}

.map {
	width: 100%;
	height: 360px;
}

.map iframe {
	width: 100%;
	height: 100%;
}



.cta-space-back {
	background: linear-gradient(to bottom right, #FE7E6D, #FBEECD);
}

.cta-items {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cta-space-text {
	width: 45%;
	text-align: center;
	height: 94px;
}

.cta-space-text p:first-child {
	font-size: 32px;
}

.cta-space-text p:last-child {
	font-size: 18px;
	margin-top: 17px;
}

.white-line {
	width: 1px;
	height: 176px;
	background-color: #fff;
}

.cta-mc-wrap {
	width: 45%;
	text-align: center;
	color: #fff;
}

.cta-mc-wrap p {
	font-size: 20px;
	margin-bottom: 10px;
}

.cta-btn {
	width: 365px;
	padding: 20px 40px;
	font-size: 26px;
	border-radius: 40px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	padding: 0 4%;
	margin: 0 auto;
	background-color: #43454A;
	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;
}



@media screen and (max-width: 1024px) {

	#header {
		width: calc(100% - 50px);
		left: 25px;
	}

	#header .site-title {
		max-width: 120px;
	}

	#header li {
		margin-left: 10px;
	}

	#header li:nth-child(6) {
		width: 180px;
	}

	.mainvisual-back {
		background-position: 30%;
	}

	.mainvisual {
	    padding: 190px 20px;
	}

	.main-big-text {
	    font-size: 55px;
	    letter-spacing: 8px;
	    line-height: 80px;
	}

	.mainvisual .cta-mc-wrap p {
		margin-right: 25px;
	}

	.merit-back {
		background-position: center;
	}

	.merit-items {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.merit-square {
		width: 700px;
	}

	.merit-square:nth-child(2) {
		margin-left: 0;
	}

	.merit-square:nth-child(3) {
		margin-left: 0;
	}

	.merit-wrap {
		margin: 0 30px;
	}

	.wave-after-wrapper {
		padding-top: 130px;
	}

	.continuation-items {
		justify-content: space-around;
	}

	.faq-wrap {
		margin: 0 15px;
	}

	.profile-wrap {
		margin: 0 50px;
	}

	.cta-items {
		justify-content: space-around;
	}

	.cta-space-text {
		height: initial;
	}

	.cta-btn {
		width: 300px;
	}
}



@media screen and (max-width: 767px) {

	.sp-br {
		display: block;
	}

	.sec-title {
		font-size: 23px;
		letter-spacing: 1px;
	}

	#pc-hidden {
		display: block;
	}

	#header {
		width: calc(100% - 20px);
		height: 60px;
		left: 10px;
		z-index: 15;
	}

	#header .site-title {
		max-width: 120px;
	}

	#header .hamburger {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: fixed;
		top: 22px;
        right: 25px;
		z-index: 30;
	}

	#header .hamburger span {
		width: 30px;
		height: 3px;
		background-color: #FE7E6D;
		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: #FE7E6D;
		font-size: 22px;
	}

	#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);
	}

	#header li:nth-child(6) {
		display: none;
	}


	.mainvisual-back {
		background-image: url(../img/MB/FV-MB.png);
	}

	.mainvisual {
	    padding: 120px 10px 700px;
	}

	.main-copy {
		margin-top: 20px;
		font-size: 17px;
		letter-spacing: 2px;
	}

	.main-big-text {
		font-size: 40px;
		letter-spacing: 2px;
		line-height: 55px;
	}

	.mainvisual .cta-mc-wrap {
		display: none;
	}

	.mainvisual .cta-mc-wrap p {
		margin-right: 50px;
	}


	.problem-items {
		flex-direction: column;
	}

	.problem-items img {
		width: 80%;
	}

	.problem-items img:nth-child(1) {
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.problem-items img:nth-child(2) {
		margin-top: 0;
		margin-left: 60px;
	}

	.problem-items img:nth-child(3) {
		margin-bottom: 0;
		margin-left: 20px;
	}


	.merit-back {
		background-position: center;
	}

	.merit-square {
		width: 90%;
        height: 480px;
        margin: 80px 20px;
	}

	.merit-square:nth-child(2) {
        margin: 80px 20px;
	}

	.merit-square:nth-child(2) .merit-wrap img {
		margin-bottom: 30px;
	}

	.merit-square:nth-child(3) {
        margin: 80px 20px;
	}

	.merit-png {
		margin-bottom: -50px;
		margin-left: 50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 80px;
	}

	.merit-wrap {
		flex-direction: column-reverse;
		margin: 0;
	}

	.merit-text {
		width: 100%;
		margin: 0;
		text-align: center;
		letter-spacing: 0;
        font-size: 14px;
        line-height: 2em;
	}

	.merit-wrap img {
		width: 100%;
	}

	.merit-title {
		margin: 10px 0;
    	font-size: 21px;
	}


	.continuation-items {
		justify-content: center;
	}

	.continuation-items img {
		width: 45%;
		padding: 10px;
	}


	.comment-wrap {
		flex-direction: column-reverse;
	}

	.comment-wrap img {
		width: 100%;
		padding: 10px;
	}

	.comment-text {
		width: 100%;
		padding: 0 20px 20px;
	}


	.wave-top {
		top: calc(0% - 30px);
	}

	.wave-bottom {
		top: calc(100% - 2px);
	}

	.future-plans-items {
		flex-direction: column;
	}

	.future-plans-items img {
		width: 80%;
	}

	.future-plans-items img:nth-child(1) {
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.future-plans-items img:nth-child(2) {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 60px;
	}

	.future-plans-items img:nth-child(3) {
		margin-bottom: 0;
		margin-left: 20px;
	}



	.faq-wrap {
		margin: 0 15px;
	}

	.label {
		padding: 20px 20px 20px 60px;
	}

	.detail {
		padding: 20px 20px 20px 60px;
	}




	.profile-wrap {
		margin: 0 30px;
	}

	#company-profile dt {
		padding: 30px 0;
	}

	#company-profile dd {
		padding: 30px 0 30px 10px;
	}

	#company-profile dt:last-of-type {
		width: 100%;
	}

	#company-profile dd:last-of-type {
		width: 100%;
		padding: 0;
	}


	.cta-items {
		flex-direction: column;
	}

	.cta-space-text {
		width: 100%;
		height: 94px;
	}

	.white-line {
		transform: rotate(90deg);
	}

	.cta-mc-wrap {
		width: 100%;
		margin-top: -40px;
	}

	.cta-mc-wrap p {
		font-size: 16px;
	}

	.cta-btn {
		width: 285px;
    	padding: 15px 20px;
    	font-size: 24px;
	}

	#fixed-btn {
		width: 130px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 30;
	}

	#fixed-btn:hover {
		src: url("../img/MB/floating button_MB_hover.png");
	}

	#footer {
		height: 51px;
	}

	#footer img {
		max-width: 80px;
	}

	#footer p {
		font-size: 9px;
		margin-top: 10px;
	}
}