@charset "UTF-8";


@media screen and (min-width : 768px){

	/* -------------------------------------------------------------------------------------------
	*
	* common
	*
	* ----------------------------------------------------------------------------------------- */

	body {
		font-size: 16px;
	}
  #contents {
    padding: 100px 30px;
    max-width: 1084px;
    margin-right: auto;
    margin-left: auto;
  }

	#mv{
		background-color: #F4F4F4;
		width: 100%;
		height: 240px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#mv h2{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#mv h2 span:first-child{
		display: block;
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		text-align: center;
		margin: 0 auto;
	}
	#mv h2 span:last-child{
		display: block;
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		text-align: center;
		margin: 0.5em 0 0 0;
	}

	#contents .lead {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 3rem;
		padding: 0 10px;
	}

	.satori__privacy_policy_message{
		margin: 30px 10px 15px 10px !important;
	}


}@media screen and (max-width : 767px){


	/* -------------------------------------------------------------------------------------------
	*
	* common
	*
	* ----------------------------------------------------------------------------------------- */

  #contents {
    padding: 14vw 3vw;
  }

	#mv{
		background-color: #F4F4F4;
		width: 100%;
		height: 40vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#mv h2{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#mv h2 span:first-child{
		display: block;
		font-size: 6vw;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		text-align: center;
		margin: 0 auto;
	}
	#mv h2 span:last-child{
		display: block;
		font-size: 3.6vw;
		line-height: 1.2;
		font-weight: 500;
		color: #000;
		text-align: center;
		margin: 0.5em 0 0 0;
	}

	#contents .lead {
		font-size: 3.2vw;
		line-height: 1.6;
		margin-bottom: 3rem;
		padding: 0 10px;
	}

	.satori__privacy_policy_message{
		margin: 30px 10px 15px 10px !important;
	}



}

/* 個別調整部分 */
@media screen and (min-width: 1280px){

}

@media screen and (min-width: 768px) and (max-width: 1279px){
}

