@charset "UTF-8";

/*───────────────────────────
  PRODUCTSページ 共通CSS
───────────────────────────*/

#firstView {
	padding: 30px 0 50px;
}

.firstView-container {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.firstView-inner h1 {
	width: 100%;
	padding: 350px 0 50px;
	font-family: "Ubuntu", sans-serif;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -0.05em;
	color: #fff;
}

.firstView-inner h1 span {
	display: block;
	margin-left: 5px;
	margin-top: -20px;
	font-size: 16px;
}

.concept {
	padding: 80px 10px 30px;
	color: #fff;
}

.concept-title {
	font-size: 24px;
	text-align: center;
}

.concept-sub-title {
	margin-bottom: 45px;
	font-size: 16px;
   font-family: "Mynerve", cursive;
   line-height: 21px;
   color: #adadad;
	text-align: center;
}

/*サービス*/
#service {
	padding: 50px 0 50px;
   background-color: #e5e4e6;
   overflow: hidden;
}

.service-container {
	height: 340px;
	padding-top: 30px;
	margin-bottom: 50px;
	position: relative;
}

/*右パターン*/
.service-innerL1 {
	width: 85%;
	height: 250px;
	height: 250px;
	max-width: 390px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;

}
.service-innerL1 img {
	width: 100%;
}

.service-innerR1 {
	width: 85%;
	max-width: 390px;
	height: 270px;
	padding: 20px;
	margin-right: 0px;
	margin-left: auto;
	background-color: #fff;
	position: absolute;
	top: 50px;
	right: 0;
}

.service-innerR1 p {
	padding-bottom: 20px;
}

/*左パターン*/
.service-innerL2 {
	width: 85%;
	height: 250px;
	max-width: 390px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.service-innerL2 img {
	width: 100%;
}

.service-innerR2 {
	width: 85%;
	max-width: 390px;
	height: 270px;
	padding: 20px;
	margin-right: auto;
	margin-left: 0;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 0;
}

.service-innerR2 p {
	padding-bottom: 20px;
}

/*プロセス*/
#process {
	padding: 50px 0 50px;
   background-color: #fff;
}

#process h2 {
	color: #524e4d;
}

.process-container dl {
	width: 50%;
	padding: 15px;
	float: left;
	position: relative;
}

.process-container dl:nth-child(1)::before {
	content: "1";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
	align-items: center;
}

.process-container dl:nth-child(2)::before {
	content: "2";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
}

.process-container dl:nth-child(3)::before {
	content: "3";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
}

.process-container dl:nth-child(4)::before {
	content: "4";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
}

.process-container dl:nth-child(5)::before {
	content: "5";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
}

.process-container dl:nth-child(6)::before {
	content: "6";
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 236, 71, .7);
	text-align: center;
}

.process-container .arrow-right::after {
	content: url(../img/arrow-right.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 100px;
	right: -22px;
}
.process-container dt {
	margin-bottom: 10px;
}

.process-container dt img {
	display: block;
	width: 100px;
	margin: 0 auto;
	filter: invert(100%) sepia(0%) saturate(5822%) hue-rotate(318deg) brightness(86%) contrast(38%);
}

.process-container dd h3 {
	text-align: center;
}

.process-container dd {
	height: 10em;
}


/*特徴*/

#features {
	padding: 50px 0 50px;
	color:#fff;
}

.features-container {
	width: 100%;
	padding: 10px 5px 30px;
}

.features-container .titleBox {
	position: relative;
}

.features-list-section-container h3{
	width: 100%;
	height: 75px;
	padding-left: 90px;
	padding-top: 20px;
	line-height: 1.4em;
}

.features-list-section-container h3 span {
	width: 70px;
	position: absolute;
   top: 4px;
   left: 5px;
}

.features-list-section-container h3 span img {
	width: 100%;
	filter: invert(100%) sepia(62%) saturate(307%) hue-rotate(330deg) brightness(108%) contrast(102%);
}

.features-list-section-container p {
	padding: 5px 5px 45px;
}

.features-spec-section {
	padding: 10px;
}

.features-spec-section-wrapper {
	border: 1px solid #fff;
	padding: 10px;
	font-size: 13.5px;
	letter-spacing: 0.09em;
   text-align: justify;
   line-height: 1.4em;
}

.features-spec-section-wrapper dl {
	margin-bottom: 15px;

}



/*料金*/

#price {
	padding: 50px 0 50px;
	background-color: #000;
	color:#fff;
	overflow: hidden;
}

.price-container {
	padding: 20px;
}
.price-list-section {
	padding: 10px;
}
.price-list-section-inner {
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	text-align: center;
}

.price-list-section-inner img{
	display: block;
	width: 150px;
	margin: 10px auto 20px;
	filter: invert(100%) sepia(62%) saturate(307%) hue-rotate(330deg) brightness(108%) contrast(102%);
}

.sanko {
	margin-top: 15px;
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	letter-spacing: 0.09em;
	text-align: center;
}

.sanko span {
	font-size: 13px;
}



/*FAQ*/
#faq {
	padding: 50px 0 50px;
	color:#fff;
}
#faq h3 {
	padding: 10px 10px 15px;
}
.faq-container{
	width: 100%;
	margin-bottom: 30px;
}

.accordion__title {
	text-align: left;
/*	height: 53px;*/
	padding: 10px 0;
	position: relative;
	cursor: pointer;
	user-select: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.question {
	margin-left: 45px;
	padding-right: 35px;
	font-size: 15px;
	line-height: 21px;
}

.anser {
	margin-left: 50px;
	padding-right: 35px;
	padding-bottom: 20px;
}

.accordion__title::before, .accordion__title::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 20px;
	width: 15px;
	height: 1px;
	right: 15px;
}

.accordion__title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}

.accordion__title.is-active::before {
	opacity: 0;
}

.accordion__title.is-active::after {
	transform: rotate(0);
}

.accordion__content {
	text-align: left;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
	position: relative;
}

.accordion__content.is-open {
	padding: .625em 0 1em;
	line-height: normal; /* numberに書き換える*/
	height: auto;
	opacity: 1;
}

.question span{
	width: 40px;
	position: absolute;
	top: -1px;
	left: 0;
}

.anser span {
	width: 40px;
	position: absolute;
	top: 0;
	left: 5px;

}

.question img,
.anser img {
	width: 100%;
}


/*ridge line*/
.ridgeline {
   width: 100%;
   height: 150px;
   background-image: url(../img/ridgelineImg.webp);
   background-size: 150%;
   background-repeat: no-repeat;
   background-position: center center;
}

.parallax-bg {
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 85px 0;
   background-attachment: scroll;
   background-position: bottom;
   background-repeat: no-repeat;
}


@media screen and (min-width: 679px) {


	.firstView-inner h1 {
		width: 100%;
		max-width: 1080px;
		padding: 420px 0 50px;
		margin: 0 auto;
		font-size: 84px;
	}

	.firstView-inner h1 span {
		font-size: 21.5px;
	}

/*コンセプト*/
   .concept {
      width: 80%;
      max-width: 880px;
      margin: 0 auto;
   }

	.concept-title {
		font-size: 32px;
	}

	.concept-sub-title {
		font-size: 21px;

	}

   .concept .notice {
   	text-align: center;
   }


/*サービス*/
	
	.service-wraper {
		width: 100%;
		max-width: 1270px;
		margin: 0 auto 80px;
	}

	.service-container {
		width: 100%;
		max-width: 1190px;
		margin: 0 auto 80px;	
	}

	.service-innerR1 {
		max-width: 500px;
		height: 260px;
		top: 110px;
	}

	.service-innerL1 {
		max-width: 620px;
		height: 380px;
	}

	.service-innerL2 {
		max-width: 620px;
		height: 380px;
	}

	.service-innerR2 {
		max-width: 500px;
		height: 260px;
		top: 110px;
	}


/*プロセス*/
	#process h2 {
		width: 100%;
		max-width: 1270px;
		margin:0 auto 50px;
	}

	.process-wrapper {
		margin-bottom: 50px;
	}

	.process-container {
		width: 100%;
		max-width: 1190px;
		margin:0 auto 50px;
	}

	.process-container dl {
		width: 33.3%;
	}

	.process-container dl:nth-child(1)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(1)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(2)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(3)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(4)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(5)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container dl:nth-child(6)::before {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.process-container .arrow-right::after {
		display: none;
	}

	.process-container .arrow-right02::after {
		content: url(../img/arrow-right.svg);
		width: 40px;
		height: 40px;
		position: absolute;
		top: 100px;
		right: -22px;
	}


/*特徴*/
	#features {
		width: 100%;
		max-width: 1270px;
		margin:0 auto 50px;
	}

	.features-container {
		width: 100%;
		max-width: 990px;
		margin: 0 auto;
	}

	.features-list-section-container p {
		width: 100%;
		padding-left: 95px;
	}

	.features-spec-section {
		width: 100%;
		max-width: 990px;
		margin: 0 auto;
		padding-left: 95px;
	}

/*料金*/
	#price h2 {
		width: 100%;
		max-width: 1270px;
		margin:0 auto 50px;
	}

	.price-container {
		width: 100%;
		max-width: 1190px;
		margin:0 auto 50px;
	}

	.price-list-section-inner {
		width: 48%;
		margin-left: 2%;
		float: left;
	}

	.price-list-section-inner p {
		height: 5.5em;
	}

	.price-container .yosan {
		width: 100%;
		max-width: 1090px;
		margin: 0 auto;
	}


/*FAQ*/
	.faq-wrapper {
		width: 100%;
		max-width: 1190px;
		margin: 0 auto;	
		padding-bottom: 80px;	
	}

	.faq-container {
		width: 100%;
		max-width: 880px;
		margin: 0 auto 30px;
	}

	.question {
		font-size: 18px;
	}

	.anser {
		font-size: 16px;
	}


/*ridge line*/
   .ridgeline {
      height: 230px;     
   }

}


@media screen and (min-width: 1023px) {


	.firstView-inner h1 {
		padding: 480px 0 50px;

	}

	.concept-title {
		font-size: 36px;
	}

	.concept-sub-title {
		font-size: 23px;
	}

/*サービス*/
	.service-container {
		margin: 0 auto 150px;		
	}

	.service-innerR1 {
		max-width: 520px;
		top: 120px;
	}

	.service-innerL1 {
		max-width: 820px;
		height: 420px;
	}

	.service-innerL2 {
		max-width: 820px;
		height: 420px;
	}

	.service-innerR2 {
		max-width: 520px;
		top: 120px;
	}

/*プロセス*/
	#process h3 {
		font-size: 21px;
	}

	.process-container dl {
		width: 16.6%;
	}

	.process-container dt img {
		width: 80px;
	}

	.process-container dl:nth-child(1)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(1)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(2)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(3)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(4)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(5)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container dl:nth-child(6)::before {
		width: 30px!important;
		height: 30px!important;
		font-size: 18px!important;
	}

	.process-container .arrow-right02::after {
		display: none;
	}

	.process-container .arrow-right03::before {
		content: url(../img/arrow-right.svg);
		width: 40px;
		height: 40px;
		position: absolute;
		top: 100px;
		right: -22px;
	}

	.features-spec-section-wrapper {
		padding: 20px;
		font-size: 16px;
		line-height: 1.5em;
	}


/*料金*/
	#price h3 {
		font-size: 21px;
	}

	.price-list-section-inner {
		width: 24%;
		margin-left: 1%;
	}
	
	.price-list-section-inner img {
		width: 110px;
	}

	.price-list-section-inner p {
		font-size: 14px;
		line-height: 21px;
		height: 6.5em;
	}

/*FAQ*/
	.anser {
		padding-bottom: 30px;
	}
	




}










