body{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	transition: 0.3s;
}
a{
	text-decoration:none;
}
#viewField{
	width:100%;
}

/*-----------------------------背景アニメーション-------------------------------------*/
/* ---- reset ---- */
canvas{
	display: block;
	vertical-align: bottom;
}
/* ---- particles.js container ---- */
#particles-js{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1
}

/*-----------------------------kotei-------------------------------------*/
.form {
	position: fixed;
	bottom: 20px;
	z-index: 10;
	right: 2px;
}

.call {
	position: fixed;
	bottom: 20px;
	z-index: 10;
	right: 140px;
}

.kotei img{
	width: 200px;
	transition: 0.3s;
}

.kotei img:hover{
	transform: scale(1.1, 1.1);
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.7;
}

/*-----------------------------sectoin_01-------------------------------------*/

/* section_01の大きな要素２つを横並びにする */
.section_contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left_contents_01 {
	margin-left: 10%;
}

.right_contents_01 img{
	width: 650px;
}

/* section_01左側の画像とテキスト横並びにする、高さを揃える  */
.header-list {
	display: flex;
	align-items: center;
	color: #270766;
	padding: 10px 0;
}

.header-list-txt {
	margin-left: 10px;
	font-weight: 600;
	font-size: 13px;
}
/* section_01リストの画像を小さくする*/
.header-list img{
	width: 60px;
}

/* section_01リストのテキストタイトルを太くする */
.header-list-title {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 20px;
}

/* 文字サイズ、カラーの調整 */

.small_contents_01_01 h2{
	font-size: 50px;
	color: #5E17EB;
	margin-bottom: 15px;
	font-weight: 900;
}

.small_contents_01_01 h4{
	font-size: 30px;
	color: #270766;
	margin-bottom: 5px;
}

.small_contents_01_01 p{
	font-size: 20px;
	font-weight: 900;
	color: #270766;
	padding-top: 15px;
}

.btn_01 p{
	color: black;
}

.btn_01 a{
	display: inline-block;
	background-color: #FFDE59;
	padding: 20px 110px;
	border-radius: 50px;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}

.btn_01 a:hover {
	display: inline-block;
	background-color: white;
	padding: 20px 110px;
	border-radius: 30px;
	text-align: center;
	outline: 5px solid #FFDE59;
	outline-offset: -5px;
	transform: scale(1.1, 1.1);
}

.btn-title {
	font-size: 12px;
	padding-bottom: 6px;
	font-weight: 550;

}
.btn-txt {
	font-weight: bold;
	font-size: 20px;
}


/* 要素左側の高さ調整 */

.small_contents_01_02 {
	margin-top: 30px;
}

.btn_01 {
	margin-top: 20px;
}

.header-list {
	margin: 5px 0;
}


/*-----------------------------sectoin_02-------------------------------------*/
.section_02 {
	text-align: center;
	margin-top: 100px;
	color: #5E17EB;
	margin-bottom: 100px;
}

.section_02 h2{
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 900;
}

.section_02 img{
	width: 500px;
}

/*-----------------------------sectoin_03-------------------------------------*/
.section_03 h2{
	margin: 0 auto;
	width: 50%;
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 900;
	text-align: center;
	color: #5E17EB;
	border-top:  4px solid #C4C4C4;
	padding-top: 60px;
}

video {
	width: 700px;
	transition: 0.3s;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

video:hover {
	transform: scale(1.05, 1.05);
	transition: 0.3s;
}

.flow_01,
.flow_03 {
	background-color: #EAE4F6;
	position: relative;
}

.flow_01:after {
	content: "";
	display: block;
	box-sizing: border-box;
	bottom: -50px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border: white 25px solid;
	border-top: transparent 25px solid;
	background-color: #EAE4F6;
	position: absolute;
	z-index: 10;
}

.flow_02 {
	position: relative;
}

.flow_02:after {
	content: "";
	display: block;
	box-sizing: border-box;
	bottom: -50px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border: #EAE4F6 25px solid;
	border-top: transparent 25px solid;
	background-color: white;
	position: absolute;
	z-index: 9
}


.flow_01_left,
.flow_02_left,
.flow_03_left {
}

.flow_01_right,
.flow_02_right,
.flow_03_right {
	margin-left: 80px;
}

.flow_02_left_phone {
	display: none;
}

.flow {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px;
}

.flow-title {
	color: #FF914D;
	font-size: 30px;
	font-weight: 800;
	margin: 25px 0;
	line-height: 1.5;
}

.num {
	background-color: #FF914D;
	color: white;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	padding: 15px 15px;
	border-radius: 0px 0px 20px 0px;
	font-weight: bold;
	font-size: 18px;
}

/*-----------------------------sectoin_04-------------------------------------*/
.section_04 {
	z-index: 10;
}
.section_04 h2{
	margin: 0 auto;
	width: 50%;
	margin-bottom: 100px;
	font-size: 30px;
	color: #5E17EB;
	text-align: center;
	padding-top: 60px;
}

.par_contents_04 {
	text-align: center;
	margin: 0 20px;
}

.contents_04 {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.flow-txt {
	line-height: 1.5;
	font-size: 17px;
}

.par_contents_04 img{
	width: 150px;
}

.par_contents_04_title {
	color: #5E17EB;
	font-weight: 900;
	padding-top: 30px;
	font-size: 20px;
}

.par_contents_04_txt {
	padding-top: 20px;
	line-height: 1.5;
}

/*-----------------------------section_05-------------------------------------*/

.section_05 {
	color: white;
	background: url(../img/bg-pc.jpg);
	height: 500px;
}
.red_option {
	margin: 0 auto;
	background-color: red;
	padding: 5px 0;
	margin-top: 30px;
	line-height: 1.3;
	font-size: 15px;
	width: 350px;
}

.right_contents_05_phone {
	display: none;
}

.red_option_phone {
	display: none;
}

.section_05 h2{
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
	padding-top: 60px;
	line-height: 1.5;
}

.contents_05 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_contents_05 {
	text-align: center;
}
.mail_message{
	font-size: 18px;
	font-weight: bold;
}

.btn_05 {
	color: white;
	background-color: #FF914D;
	padding: 10px 50px;
	border-radius: 30px;
	transition: 0.3s;
	font-weight: bold;
}

.btn_05:hover {
	color: #FF914D;
	background-color: white;
	outline: 5px solid #FF914D;
	outline-offset: -5px
	padding: 10px 50px;
	border-radius: 30px;
	transition: 0.3s;
	font-weight: bold;
}

.right_contents_05 img{
	width: 400px;
}

/*-----------------------------section_06-------------------------------------*/

.announce {
	color: #5E17EB;
	font-weight: bold;
	margin-left: 60px;
}
.section_06 {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.section_06 h2{
	margin: 0 auto;
	width: 50%;
	margin-bottom: 60px;
	font-size: 30px;
	color: #5E17EB;
	text-align: center;
	padding-top: 60px;
}

.contents_06 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.contents_06 p{
	text-align: center;
	margin: 20px 10px;
	padding: 15px 0;
	width: 120px;
	color: white;
	font-weight: bold;
	transition: 0.3s;
}

.prtimes {
	background-color: #5E17EB;
}

.none {
	background-color: gray;
}

.contents_06 p:hover {
	transform: scale(1.05, 1.05);
	transition: 0.3s;
}

/*-----------------------------section_07-------------------------------------*/

.section_07 h2{
	margin: 0 auto;
	width: 50%;
	margin-bottom: 100px;
	font-size: 30px;
	color: #5E17EB;
	text-align: center;
	padding-top: 60px;
}



.section_07 {
	background-color: #FBF9FF;
	padding-bottom: 100px;
}

.contents_07 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}


/* 料金表 */

.plan_contents {
	width: 23%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	transition: 0.3s;
}

.plan_contents:hover {
	transform: scale(1.05, 1.05);
	transition: 0.3s;
}

.plan_box_basic {
	background-color: white;
	display: inline-block;
	color: #8654EB;
	border-radius: 30px;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.plan_box_standard {
	background-color: white;
	display: inline-block;
	color: #5E17EB;
	border-radius: 30px;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.plan_box_premium {
	background-color: white;
	display: inline-block;
	color: #270766;
	border-radius: 30px;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.free_plan {
	background-color: #B0B1B3;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}
.basic_plan {
	background-color: #8654EB;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}
.standard_plan {
	background-color: #5E17EB;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}
.premium_plan {
	background-color: #270766;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}

.price {
	text-align: center;
	font-weight: 600;
	padding: 30px 0;
	background-color: white;
}

.check {
	color: #00ced1;
	padding-right: 15px;
	font-size: 15px;
}

.price span {
	font-size: 10px;
}

.vol {
	background-color: #FFF3C4;
	text-align: center;
	padding: 20px 0;
	line-height: 1.5;
}

.vol-title {
	font-size: 13px;
}

.vol-main {
	font-size: 20px;
}

.vol span {
	font-size: 10px;
	padding-left: 5px;
}

.price_txt {
	padding: 20px 15px;
	font-size: 12px;
	line-height: 2;
	background-color: white;
}

.price-num {
	font-size: 20px;
	font-weight: 900;
}

.entry {
	background-color: white;
	text-align: center;
	padding-bottom: 20px;
	transition: 0.4s;
}

.entry a{
	display: inline-block;
	background-color: #FFDE59;
	padding: 10px 40px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	border-radius: 30px;
	transition: 0.4s;
}

.entry a:hover {
	display: inline-block;
	background-color: white;
	outline: 5px solid #FFDE59;
	outline-offset: -5px;
	padding: 10px 40px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	border-radius: 30px;
	transition: 0.4s;
	transform: scale(1.05, 1.05);
}



/*-----------------------------section_08-------------------------------------*/

.section_08 {
	color: #270766;
	margin-bottom: 100px;
}

.accordion {
	margin: 0 auto;
	width: 50%;
	border-top: 3px solid #5E17EB;
}

.bottom {
	border-bottom: 3px solid #5E17EB;
}

.faq_title {
	font-size: 20px;
}

.faq_content {
}

.q_content {
	display: flex;
	padding: 20px 0 10px 0;
	align-items: center;
}

.q {
	font-size: 20px;
	background-color: #5E17EB;
	color: white;
	padding: 4px 6px;
	margin-right: 30px;
	font-weight: bold;
}



.a_content {
	font-size: 20px;
	display: flex;
	padding: 10px 0 20px 0;
	align-items: start;
}

.a {
	font-size: 20px;
	color: #5E17EB;
	padding: 2px 5px;
	border: 2px solid #5E17EB;
	box-sizing: border-box;
	margin-right: 30px;
	font-weight: bold;
}

.a_txt {
	line-height: 1.5;
}

.section_08 h2 {
	margin: 0 auto;
	width: 50%;
	margin-bottom: 100px;
	font-size: 30px;
	color: #5E17EB;
	text-align: center;
	padding-top: 60px;
}

/*-----------------------------section_09-------------------------------------*/

.section_09 {
	color: white;
	background: url(../img/bg-pc.jpg);
	text-align: center;
}

.section_09 h2 {
	width: 50%;
	font-size: 30px;
	color: white;
	padding-top: 60px;
	margin: 0 auto;
	line-height: 1.5;
}

.section_09_entry {
	display: inline-block;
	background-color: #FF914D;
	border-radius: 30px;
	padding: 20px 70px;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0;
	color: white;
	text-align: center;
	transition: 0.4s;
}

.section_09_entry:hover {
	display: inline-block;
	background-color: white;
	outline: 5px solid #FF914D;
	outline-offset: -5px;
	color: #FF914D;
	border-radius: 30px;
	padding: 20px 70px;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0;
	text-align: center;
	transition: 0.4s;
	transform: scale(1.05, 1.05);
}

.section_09_img {
	padding-bottom: 70px;
}

.footer {
	color: white;
	padding-bottom: 30px;
}

.footer_list {
	display: flex;
	justify-content: center;
}

.footer_list_link {
	padding: 0px 20px 50px 20px;
	transition:  0.3s;
}

.footer_list_link:hover {
	padding: 0px 20px 50px 20px;
	opacity: 0.8;
	transition: 0.3s;
}

.footer_list a {
	color: white;
	display: inline-block;
}

.footer_list p {
	color: white;
}


/*-----------------------------スマホ-------------------------------------*/

@media screen and (max-width: 480px) {
	.kotei {
		display: none;
	}
	.small_contents_01_01 h2{
		display: none;
	}
	.small_contents_01_01 h4{
		font-size: 20px;
		margin-top: 30px;
	}
	.small_contents_01_01 p{
		font-size: 13px;
		margin-top: 5px;
	}
	.right_contents_01 img{
		display: none;
	}
	.header-list img{
		width: 40px;
	}
	.header-list-title-phone {
		font-size: 11px;
	}
	.header-list-title {
		font-size: 15px;
	}
	.btn_01 a{
		display: inline-block;
		background-color: #FFDE59;
		padding: 10px 50px;
		border-radius: 50px;
		text-align: center;
		transition: 0.3s;
		box-sizing: border-box;
	}
	.btn-title {
		font-size: 3px;
		padding-bottom: 6px;
		font-weight: 550;

	}
	.btn-txt {
		font-weight: bold;
		font-size: 10px;
	}

	.section_02 h2{
		font-size: 14px;
		font-weight: bold;
	}
	.section_02 img{
		width: 300px;
	}

	.section_03 h2{
		font-size: 20px;
		font-weight: bold;
		width: 80%;
	}
	video {
		width: 300px;
	}
	.flow {
		display: block;
		padding: 0;
	}

	.num {
		font-size: 15px;
		margin-top: 30px;
	}
	.flow_01_left {
		margin-left: 10px;
	}
	.flow_01_right,
	.flow_03_right {
		display: block;
		margin-left: 50px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.flow_02_right {
		margin-left: 10px;
	}
	.flow_02_left_phone {
		display: block;
		text-align: center;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.flow_02_left {
		display: none;
	}

	.section_04 h2{
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		margin-bottom: 50px;
	}
	.par_contents_04 {
		text-align: center;
		margin: 40px 0px;
	}

	.par_contents_04 img {
		width: 30%;
	}

	.par_contents_04_txt {
		letter-spacing: 2px;
	}

	.section_03 {
		width: 100%;
	}

	.contents_04 {
		display: block;
		justify-content: center;
		margin-bottom: 100px;
	}
	.section_05 {
		text-align: center;
		padding: 50px 0 80px 0;
	}
	.section_05 h2 {
		font-size: 25px;
		padding-top: 30px;
	}
	.mail_message {
		font-size: 15px;
		font-weight: bold;
	}
	.contents_05  {
		display: block;
	}
	.red_option_phone {
		display: block;
		margin: 0 auto;
		background-color: red;
		padding: 5px 0;
		line-height: 1.3;
		font-size: 15px;
		width: 350px;
		font-weight: 700;
	}
	.red_option {
		display: none;
	}

	.right_contents_05_phone {
		display: block;
	}
	.right_contents_05_phone img{
		width: 300px;
		margin-bottom: 45px;
	}
	.right_contents_05 {
		display: none;
	}
	.btn_05 {
		margin-top: 30px;
	}
	.section_06 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.section_06 h2 {
		font-size: 25px;
		padding-top: 30px;
		width: 80%;
		margin-top: 30px;
	}
	.announce {
		font-size: 11px;
		margin-left: 20px;
	}

	.contents_07 {
		margin: 0 auto;
		display: block;
	}

	.plan_contents {
		margin: 0 auto;
		width: 80%;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
		transition: 0.3s;
		margin-top: 30px;
	}

	.accordion {
		width: 80%;
		border-top: 3px solid #5E17EB;
	}

	.faq_title {
		font-size: 18px;
	}

	.faq_content {
	}

	.q_content {
		display: flex;
		padding: 20px 0 10px 0;
		align-items: center;
	}

	.q {
		font-size: 18px;
		background-color: #5E17EB;
		color: white;
		padding: 4px 6px;
		margin-right: 30px;
		font-weight: bold;
	}



	.a_content {
		font-size: 18px;
		display: flex;
		padding: 10px 0 20px 0;
		align-items: start;
	}

	.a {
		font-size: 18px;
		color: #5E17EB;
		padding: 2px 5px;
		border: 2px solid #5E17EB;
		box-sizing: border-box;
		margin-right: 30px;
		font-weight: bold;
	}

	.a_txt {
		line-height: 1.5;
	}
	.section_09 h2 {
		width: 80%;
		font-size: 25px;
		color: white;
		padding-top: 60px;
		margin: 0 auto;
		line-height: 1.5;
	}
	.footer_list_link {
		padding: 0px 10px 50px 10px;
		transition:  0.3s;
	}

	.footer_list{
		display: block;
		text-align: start;
		margin-left: 30px;
	}
	.footer p{
		font-size: 13px;
	}
}
