@charset "utf-8";
/* ==========================================================

home.css

============================================================ */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  PC

  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/	
	
	/*-------------------------------------------------------
	
	メインビジュアル
	
	--------------------------------------------------------*/
	#main{
		background: #EFF4EE;
	}

	#info_inner{
		width: 1000px;
		margin: 0 auto;
		padding-top: 40px;
	}

	#info_inner p{
		border: 1px solid #21a239;
		background: rgb(255 255 255 / 75%);
		border-radius: 8px;
		padding: 8px 16px;
		font-size: 12px;
	}
	
	#main_inner{
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		padding: 18vw 0 25vw;
	}
	
	#mainImage{
		width: 37.7vw;
		height: 37.7vw;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 15vw;
		bottom: 11px;
	}
	
	#mainImage img{
		width: 24.41vw;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	#main_content01{
		position: absolute;
		width: 37vw;
		min-width: 380px;
		top: 13vw;
		left: 57.5vw;
	}
	
	#main::after{
		content: '';
		display: block;
		background: #21A239;
		padding: 85px 0;
		width: 110%;
		margin-left: -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	/*　リスト
	----------------------------------------------*/
	
	#list_main01{
		-webkit-display: flex;
		display: flex;
		width: 68.9%;
	}
	
	#list_main01 li{
		width: calc( 100% /3 );
		margin-right: 2vw;
	}
	
	#list_main01 li img{width: 100%;}
	
	#list_main01 li:last-child{margin-right: 0 !important;}
	
	/*　ナビ
	----------------------------------------------*/
	#nav_main01{
		position: absolute;
		right: 4vw;
		bottom: -1.7vw;
	}
	
	#nav_main01 ul{
		-webkit-display: flex;
		display: flex;
	}
	
	#nav_main01 li{
		margin-right: 1.5vw;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
	
	#nav_main01 li:hover a{opacity: .8;}
	
	#nav_main01 li:last-child{margin-right: 0;}
		
	#m_document01{
		-webkit-transform: translateY(0.25vw);
		transform: translateY(0.25vw);
	}
	
	#m_apply01{
		-webkit-transform: translateY(0.65vw);
		transform: translateY(0.65vw);
	}
	
	#nav_main01 #m_contact01:hover{
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	
	#nav_main01 #m_document01:hover{
		-webkit-transform: translateY(0.25vw) rotate(10deg);
		transform: translateY(0.25vw) rotate(10deg);
	}
	
	#nav_main01 #m_apply01:hover{
		-webkit-transform: translateY(0.65vw) rotate(10deg);
		transform: translateY(0.65vw) rotate(10deg);
	}
	
	#nav_main01 li a{
		display: block;
		width: 7vw;
		height: 7vw;
		border-radius: 50%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding-top: 1vw;
		font-size: 0.9vw;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#m_contact01 a{
		background: #599159 url("../img/ico_mail01.png") no-repeat center 70%;
		background-size: 42%;
	}
	
	#m_document01 a{
		background: #21A239 url("../img/ico_document01.png") no-repeat center 70%;
		background-size: 42%;
	}
	
	#m_apply01 a{
		background: #3D584B url("../img/ico_apply01.png") no-repeat 60% 70%;
		background-size: 42%;
	}
	
	/*　テキスト
	----------------------------------------------*/
	#txt_main01{margin-bottom: 20px;}
	
	#txt_main02{margin-bottom: 30px;}
	
	#txt_main01 img{width: 50%;}
	#txt_main02 img{width: 100%;}
	
	/*-------------------------------------------------------
	
	お悩みコーナー
	
	--------------------------------------------------------*/
	#trouble{margin-top: -2.5vw;}
	
	#trouble_inner01{
		background: #21A239;
		padding: 3vw 0 8vw;
	}
	
	#img_trouble01{text-align: center;}
	
	#trouble::after{
		content: '';
		display: block;
		background: #21A239;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	/*-------------------------------------------------------
	
	おまかせ
	
	--------------------------------------------------------*/	
	#about{margin-top: -50px;}
	
	#about::after{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#bg_about01{
		padding: 200px 0 100px;
		background: #F4F4F4;
	}
	
	#about_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#about_box01{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	
	#about_box01 .box01{
		width: calc(100% / 3);
		margin-right: 70px;
		text-align: center;
	}
	
	#about_box01 .box01:last-of-type{margin-right: 0;}
	
	#about_box01 .box01 figure{margin-bottom: 40px;}
	
	#about_box01 .box01 figure img{width: 100%;}
	
	#about_box01 .box01 h3{
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	
	/*　見出し
	----------------------------------------------*/
	#ttl_about01{
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #21A239;
		margin-bottom: 50px;
	}
	
	
	/*-------------------------------------------------------
	
	ポイント
	
	--------------------------------------------------------*/
	#point{padding: 160px 0 200px;}

	#point_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#point_box01{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#point_box01 .box01{
		width: calc( 100% / 3);
		margin-right: 60px;
	}
	
	#point_box01 .box01:nth-child(1),
	#point_box01 .box01:nth-child(2){margin-bottom: 80px;}
	
	#point_box01 .box01:nth-child(2),
	#point_box01 .box01:nth-child(5){margin-right: 0;}
	
	#point_box01 .box01:nth-child(3),
	#point_box01 .box01:nth-child(4),
	#point_box01 .box01:nth-child(5){
		width: 260px;
		margin-right: 40px;
	}
	
	#point_box01 .box01 figure{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#point_box01 .box01 figure img{height: 165px;}
	
	#point_box01 .box01 h3{
		font-weight: bold;
		font-size: 2.4rem;
		text-align: center;
		letter-spacing: 0.5rem;
		margin-bottom: 10px;
	}
	
	/*-------------------------------------------------------
	
	機能
	
	--------------------------------------------------------*/
	#function::before{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#function::after{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 50px 0;
		width: 110%;
		margin: -3.5vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#bg_function01{
		margin-top: -40px;
		padding: 80px 0 60px;
		background: #DFEFEB;
	}
	
	#function_inner{
		width: 1000px;
		margin: 0 auto;
	}
	
	.function_box01{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 120px;
	}
	
	.function_box01:nth-of-type(even){
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.function_box01:last-of-type{margin-bottom: 0;}
	
	.function_box01 .box01{width: 480px;}
	
	.function_box01 .box01 h3{
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.function_box01 .box01 h3::after{
		content: '';
		background: #21A239;
		width: 40px;
		height: 5px;
		display: block;
		margin-top: 20px;
	}
	
	.function_box01 .box01 video{
		width: 100%;
		height: auto;
	}
	
	.function_box01 .box01 p{line-height: 1.8;}
	
	.function_box01 .box01 figure{text-align: center;}
	
	/*-------------------------------------------------------
	
	活用例
	
	--------------------------------------------------------*/
	#ex_use{
		padding: 120px 0 180px;
	}
	
	#ex_use_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	.ex_use_box01{
		-webkit-display:flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;		
	}
	
	.ex_use_box01:first-of-type{margin-bottom: 60px;}
	
	.ex_use_box01 .box01 figure{width: 230px;}
	
	.ex_use_box01 .box01 figure img{width: 100%;}
	
	.use_content01{width: 686px;}
	
	.ex_use_box01 .box01 h3{
		font-weight: bold;
		font-size: 1.8rem;
		border-bottom: 2px dotted #6BB574;
		padding: 0 0 10px 40px;
		margin-bottom: 20px;
		min-height: 48px;
		line-height: 1.2;
		position: relative;
	}
	
	.ex_use_box01 .box01 h3 span{
		vertical-align: middle;
		display: inline-block;
		margin-top: 15px;
	}
	
	.ex_use_box01 .box01 h3::before{
		content: '';
		background: url("../img/ico_point01.svg") no-repeat 0 0;
		background-size: contain;
		display: inline-block;
		width: 48px;
		height: 0;
		padding-top: 6%;
		position: absolute;
		left: 0;
		top: -5px;
	}
	
	/*-------------------------------------------------------
	
	プラン金額
	
	--------------------------------------------------------*/
	
	#bg_price01{
		margin-top: -50px;
		padding: 80px 0;
		background: #F4F4F4;
	}
	
	#price_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#price_inner01 .note01{text-align: center;}
	
	#price::before{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#price::after{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -3.4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#price_box01{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content:center;
		margin-bottom: 20px;
	}
	
	
	#price_box01 .box01{
		width: calc( 100% / 3);
		border-radius: 20px;
		padding: 15px;
		margin-right: 35px;
	}
	
	#price_box01 .box01:last-of-type{margin-right: 0;}
	
	
	#small01{background: #9FC266;}
	#middle01{background: #8DC528;}
	#enter01{background: #6F9F4F;}
	
	.plan_name{
		font-weight: bold;
		color: #fff;
		font-size: 2.2rem;
		text-align: center;
		padding: 5px 0 15px;
		line-height: 1.2;
	}
	
	.wrap_plan01{
		background: #fff;
		padding: 20px;
	}
	
	.month_price{
		background: #F3EE6F;
		padding: 10px;
		text-align: center;
		font-size: 1.8rem;
		border-radius: 30px;
		margin-bottom: 20px;
	}
	
	.month_price > p{line-height: 1.4;}
	
	.month_price .price01{
		color: #DC7C2C;
		font-weight: bold;
	}
	
	.month_price .price01 span{
		font-size: 3.4rem;
		font-family: Helvetica, "sans-serif";
	}
	
	.user_price{
		background: #F3EE6F;
		color: #DC7C2C;
		text-align: center;
		border-radius: 25px;
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 8px 0;
		font-weight: bold;
	}
	
	.txt_price01{
		text-align: center;
		margin-bottom: 50px;
	}
	
	/*　オプション
	----------------------------------------------*/
	.option_inner01{
		-webkit-display:flex;
		display: flex;
		-webkit-flex-wrap: wrap;
        flex-wrap: wrap;
		margin-right: -20px;
	}
	
	.option_inner01 .option01{
		width:  calc(100% / 4 - 20px);
		margin: 0 20px 20px 0;
		background: #fff;
		position: relative;
		padding: 15px;
	}
	
	.option_name{
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 10px;
		text-align: center;
		padding: 10px 0;
		line-height: 1.4;
	}
	
	.option_name + p{margin-bottom: 80px;}
	
	.option_note{
		font-size: 1.2rem;
		color: #666;
	}
	
	
	/*　テーブル
	----------------------------------------------*/
	.table_plan01{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#small01 .table_plan01 tr:first-of-type{border-top: 2px solid #9FC266;}
	
	#small01 .table_plan01 tr{border-bottom: 2px dotted #9FC266;}
	
	#middle01 .table_plan01 tr:first-of-type{border-top: 2px solid #8DC528;}
	
	#middle01 .table_plan01 tr{border-bottom: 2px dotted #8DC528;}
	
	#enter01 .table_plan01 tr:first-of-type{border-top: 2px solid #6F9F4F;}
	
	#enter01 .table_plan01 tr{border-bottom: 2px dotted #6F9F4F;}
	
	.table_plan01 th{
		width: 45%;
		padding: 10px 0;
		font-size: 1.5rem;
	}
	
	.table_plan01 td{
		padding: 10px 0;
		font-size: 1.5rem;
	}
	
	.option_price{
		width: 100%;
		position: absolute;
		bottom: 10px;
		font-size: 1.3rem;
	}
	
	.option_price th{
		background: #E1EFEB;
		text-align: center;
		font-weight: bold;
		width: 30%;
	}
	
	.option_price td{padding-left: 10px;}
	
	.option_price td span{
		font-family: Helvetica, "sans-serif";
		font-weight: bold;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #DC7C2C;
	}
	
	.option_price tr:first-child th{border-bottom: 3px solid #fff;}
	
	
	/*-------------------------------------------------------
	
	導入企業
	
	--------------------------------------------------------*/
	#introduction{
		padding: 140px 0;
	}
	
	#introduction_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#introduction_inner01 .heading01 + p{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#company_logo{
		width: 100%;
		background: #ccc;
		padding: 50px;
	}
		
	/*-------------------------------------------------------
	
	faq
	
	--------------------------------------------------------*/
	#faq_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#bg_faq{
		margin-top: -50px;
		padding: 160px 0 80px;
		background: #DFEFEB;
	}
			
	#faq::after{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 50px 0;
		width: 110%;
		margin: -3.4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#faq .btn01 a::after{display: none;}
	
	.faq_box01{margin-bottom: 40px;}

	.question{
		background: #21A239 url(../img/ico_question01.svg) no-repeat left top;
		background-size: 51px;
		padding: 18px 10px 17px 70px;
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: bold;
		color: #FFF;
		border-radius: 10px 10px 0 0;
	}

	.answer{
		border: 10px solid #21A239;
		border-top: none;
		padding: 22px 40px 22px 50px;
		border-radius: 0 0 10px 10px;
		position: relative;
		background: #fff;
	}
	
	.txt01{
		color: #21A239;
		font-weight: bold;
		padding-right: 10px;
		font-family: Helvetica, "sans-serif";
		display: inline-block;
		position: absolute;
		left: 15px;
    	top: 10px;
		font-size: 2.6rem;
	}
	
	/*-------------------------------------------------------
	
	会社概要
	
	--------------------------------------------------------*/
	#company{
		margin-top: -3vw;
		color: #fff;
	}
	
	#bg_company01{
		background: #21A239;
		padding: 170px 0 60px;
	}
	
	#company_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#bg_company01 .heading01::before,
	#bg_company01 .heading01::after{background: #fff;}
	
	/*---------------Table---------------*/
	.table_company01{
		width: 670px;
		margin: 0 auto 30px;;
	}
	
	.table_company01 th{
		width: 20%;
		vertical-align: top;
	}
	
	.table_company01 th,
	.table_company01 td{
		padding-bottom: 30px;
	}
	
	.table_company01 tr:last-child th,
	.table_company01 tr:last-child td{padding-bottom: 0;}
	
	.table_company01 a{
		color: #fff;
		text-decoration: underline;
	}
	
	.table_company01 + p{text-align: center;}
	
	.table_company01 + p > a{
		color: #fff;
		text-decoration: underline;
	}
	
	.table_company01 + p > a:hover{text-decoration: none;}
	
	
	/*---------------text---------------*/
	.txt_terms{
		width: 670px;
		margin: 0 auto;
	}
	
	.txt_terms a{
		color: #fff;
		text-decoration: underline;
	}
	
	/*-------------------------------------------------------
	
	代理店募集
	
	--------------------------------------------------------*/
	#agency{
		padding: 200px 0;
	}
	
	#agency_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#agency_inner01 a{
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#agency_inner01 a:hover{
		opacity: .7;
	}
	
	/*-------------------------------------------------------
	
	HDD破壊サービス
	
	--------------------------------------------------------*/
	
	#bg_hddservece{
		margin-top: -50px;
		padding: 80px 0 200px;
		background: #F4F4F4;
	}
	
	#hddservece_inner01{
		width: 1000px;
		margin: 0 auto;
	}
	
	#hddservece_inner01 a{
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	#hddservece_inner01 a:hover{
		opacity: .7;
	}
	
	#hddservice::before{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	
}

@media screen and (min-width:768px) and ( max-width:1200px) {
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  ipad (デザイン用)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/*-------------------------------------------------------
	
	レイアウト
	
	--------------------------------------------------------*/
	
	/*-------------------------------------------------------
	
	イントロダクション
	
	--------------------------------------------------------*/
}


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

スマートフォン（iPhone,Android)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/*-------------------------------------------------------
	
	メインビジュアル
	
	--------------------------------------------------------*/
	#main{background: #EFF4EE;}

	#info_inner{
		width: 90vw;
		margin: 0 auto;
		padding-top: 20px;
	}

	#info_inner p{
		border: 1px solid #21a239;
		background: rgb(255 255 255 / 75%);
		border-radius: 8px;
		padding: 8px 16px;
		font-size: 8px;
	}
	
	#main_inner{
		position: relative;
		padding: 75vw 0;
	}
	
	#mainImage{
		width: 70.7vw;
   		height: 70.7vw;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
	}
	
	#mainImage img{
		width: 70%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	#main::after{
		content: '';
		display: block;
		background: #21A239;
		padding: 20px 0;
		width: 110%;
		margin-left: -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
		
	/*　リスト
	----------------------------------------------*/
	
	#list_main01{
		-webkit-display:flex;
		display: flex;
		padding: 0 16vw;
		position: absolute;
		top: 44vw;
	}
	
	#list_main01 li{
		width: calc( 100% /3 );
		margin-right: 2vw;
	}
	
	#list_main01 li img{width: 100%;}
	
	#list_main01 li:last-child{margin-right: 0 !important;}
	
	/*　ナビ
	----------------------------------------------*/
	#nav_main01{display: none;}

	
	/*　テキスト
	----------------------------------------------*/
	#txt_main01{
		margin-bottom: 20px;
		text-align: center;
	}
	
	#txt_main02{margin-bottom: 30px;}
	
	#txt_main01 img{width: 50%;}
	#txt_main02 img{width: 100%;}
	
	#wrap_txt01{
		position: absolute;
		top: 5vw;
		padding: 10vw 20px 0;
	}
	
	/*-------------------------------------------------------
	
	お悩み
	
	--------------------------------------------------------*/
	#trouble{margin-top: -2.45vw;}
	
	#trouble_inner01{
		background: #21A239;
		padding: 3vw 20px 5vw;
	}
	
	#img_trouble01{text-align: center;}
	
	#img_trouble01 img{width: 100%;}
	
	#trouble::after{
		content: '';
		display: block;
		background: #21A239;
		padding: 20px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	/*-------------------------------------------------------
	
	おまかせ
	
	--------------------------------------------------------*/	
	#about{margin-top: -3vw;}
	
	#about::after{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 30px 0;
		width: 110%;
		margin: -3vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#bg_about01{
		padding: 80px 0 8vw;
		background: #F4F4F4;
	}
	
	#about_inner01{	padding: 0 20px;}
	
	#about_box01{margin-bottom: 30px;}
	
	#about_box01 .box01{
		text-align: center;
		margin-bottom: 40px;
	}
	
	#about_box01 .box01:last-of-type{margin-bottom: 0;}
	
	#about_box01 .box01 figure{margin-bottom: 15px;}
	
	#about_box01 .box01 figure img{width: 80%;}
	
	#about_box01 .box01 h3{
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 2.2rem;
	}
	
	/*　見出し
	----------------------------------------------*/
	#ttl_about01{
		text-align: center;
		padding-bottom: 20px;
		border-bottom: 1px solid #21A239;
		margin-bottom: 30px;
	}
	
	#ttl_about01 img{width: 100%;}
	
	/*-------------------------------------------------------
	
	ポイント
	
	--------------------------------------------------------*/
	#point{padding: 80px 0;}

	#point_inner01{padding: 0 20px;}

	#point_box01 .box01{margin-bottom: 40px;}
	
	#point_box01 .box01:last-of-type{margin-bottom: 0;}
	
	#point_box01 .box01 figure{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#point_box01 .box01 figure img{height: 45vw;}
	
	#point_box01 .box01:nth-of-type(3) figure img{height: 70vw;}
	
	#point_box01 .box01 h3{
		font-weight: bold;
		font-size: 2.4rem;
		text-align: center;
		letter-spacing: 0.5rem;
		margin-bottom: 10px;
	}
	
	/*-------------------------------------------------------
	
	機能
	
	--------------------------------------------------------*/
	#function::before{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 30px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#function::after{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 30px 0;
		width: 110%;
		margin: -3.5vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#bg_function01{
		margin-top: -40px;
		padding: 45px 0 30px;
		background: #DFEFEB;
	}
	
	#function_inner{padding: 0 20px;}
	
	.function_box01{margin-bottom: 60px;}
	
	.function_box01:nth-of-type(even){
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.function_box01:last-of-type{margin-bottom: 0;}
	
	.function_box01 .box01 h3{
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.function_box01 .box01 h3::after{
		content: '';
		background: #21A239;
		width: 40px;
		height: 5px;
		display: block;
		margin-top: 20px;
	}
	
	.function_box01 .box01 > p{margin-bottom: 30px;}
	
	.function_box01 .box01 video{
		width: 100%;
		height: auto;
	}
	
	.function_box01 .box01 p{line-height: 1.8;}
	
	.function_box01 .box01 figure{text-align: center;}
	
	.function_box01 .box01 figure img{width: 100%;}
	
	/*-------------------------------------------------------
	
	活用例
	
	--------------------------------------------------------*/
	#ex_use{
		padding: 80px 0;
	}
	
	#ex_use_inner01{padding: 0 20px;}
	
	.ex_use_box01:first-of-type{margin-bottom: 40px;}
	
	.ex_use_box01 .box01 figure {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.ex_use_box01 .box01 figure img{width: 80%;}
		
	.ex_use_box01 .box01 h3{
		font-weight: bold;
		font-size: 1.8rem;
		border-bottom: 2px dotted #6BB574;
		padding: 0 0 10px 40px;
		margin-bottom: 15px;
		min-height: 48px;
		line-height: 1.4;
		position: relative;
	}
	
	.ex_use_box01 .box01 h3 span{
		vertical-align: middle;
		display: inline-block;
		margin: 15px 0 0 20px;
	}
	
	.ex_use_box01 .box01 h3::before{
		content: '';
		background: url("../img/ico_point01.svg") no-repeat 0 80%;
		background-size: contain;
		display: inline-block;
		width: 15%;
		height: 0;
		padding-top: 21%;
		position: absolute;
		left: 0;
		top: -5px;
	}

	
	/*-------------------------------------------------------
	
	プラン金額
	
	--------------------------------------------------------*/
	#price{
		
	}
	
	#bg_price01{
		margin-top: -50px;
		padding: 20px 0;
		background: #F4F4F4;
	}
	
	#price_inner01{
		padding: 0 20px;
	}
	
	#price::before{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#price::after{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 30px 0;
		width: 110%;
		margin: -3.4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	#price_box01{margin-bottom: 5px;}
	
	
	#price_box01 .box01{
		border-radius: 20px;
		padding: 15px;
		margin-bottom: 30px;
	}
	
	#price_box01 .box01:last-of-type{margin-bottom: 0;}
	
	
	#small01{background: #9FC266;}
	#middle01{background: #8DC528;}
	#enter01{background: #6F9F4F;}
	
	.plan_name{
		font-weight: bold;
		color: #fff;
		font-size: 2.2rem;
		text-align: center;
		padding: 5px 0 15px;
		line-height: 1.2;
	}
	
	.wrap_plan01{
		background: #fff;
		padding: 20px;
	}
	
	.month_price{
		background: #F3EE6F;
		padding: 10px;
		text-align: center;
		font-size: 1.8rem;
		border-radius: 30px;
		margin-bottom: 20px;
	}
	
	.month_price > p{line-height: 1.4;}
	
	.month_price .price01{
		color: #DC7C2C;
		font-weight: bold;
	}
	
	.month_price .price01 span{
		font-size: 3.4rem;
		font-family: Helvetica, "sans-serif";
	}
	
	.user_price{
		background: #F3EE6F;
		color: #DC7C2C;
		text-align: center;
		border-radius: 25px;
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 8px 0;
		font-weight: bold;
	}
	
	.txt_price01{
		text-align: center;
		margin-bottom: 50px;
	}
	
	/*　オプション
	----------------------------------------------*/
	.option_inner01{
		
	}
	
	.option_inner01 .option01{
		width: 100%;
		margin-bottom: 20px;
		background: #fff;
		position: relative;
		padding: 15px;
	}
	
	.option_inner01 .option01:last-of-type{margin-bottom: 0;}
	
	.option_name{
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 10px;
		text-align: center;
		padding: 10px 0;
		line-height: 1.4;
	}
	
	.option_name + p{margin-bottom: 80px;}
	
	.option_note{
		font-size: 1.2rem;
		color: #666;
	}
	
	
	/*　テーブル
	----------------------------------------------*/
	.table_plan01{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#small01 .table_plan01 tr:first-of-type{border-top: 2px solid #9FC266;}
	
	#small01 .table_plan01 tr{border-bottom: 2px dotted #9FC266;}
	
	#middle01 .table_plan01 tr:first-of-type{border-top: 2px solid #8DC528;}
	
	#middle01 .table_plan01 tr{border-bottom: 2px dotted #8DC528;}
	
	#enter01 .table_plan01 tr:first-of-type{border-top: 2px solid #6F9F4F;}
	
	#enter01 .table_plan01 tr{border-bottom: 2px dotted #6F9F4F;}
	
	.table_plan01 th{
		width: 45%;
		padding: 10px 0;
		font-size: 1.5rem;
	}
	
	.table_plan01 td{
		padding: 10px 0;
		font-size: 1.5rem;
	}
	
	.option_price{
		width: 100%;
		position: absolute;
		bottom: 10px;
	}
	
	.option_price th{
		background: #E1EFEB;
		text-align: center;
		font-weight: bold;
		width: 30%;
	}
	
	.option_price td{padding-left: 10px;}
	
	.option_price td span{
		font-family: Helvetica, "sans-serif";
		font-weight: bold;
		font-size: 2rem;
		letter-spacing: 0.1rem;
		color: #DC7C2C;
	}
	
	.option_price tr:first-child th{border-bottom: 3px solid #fff;}
	
	/*-------------------------------------------------------
	
	導入企業
	
	--------------------------------------------------------*/
	#introduction{
		padding: 60px 0;
	}
	
	#introduction_inner01{padding: 0 20px;}
	
	#introduction_inner01 .heading01 + p{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#company_logo{
		width: 100%;
		background: #ccc;
		padding: 50px;
	}
	
	/*-------------------------------------------------------
	
	FAQ
	
	--------------------------------------------------------*/
	#faq_inner01{padding: 0 20px;}
	
	#bg_faq{
		margin-top: -50px;
		padding: 110px 0 20px;
		background: #DFEFEB;
	}
			
	#faq::after{
		content: '';
		display: block;
		background: #DFEFEB;
		padding: 30px 0;
		width: 110%;
		margin: -3.4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#faq .btn01 a::after{display: none;}
	
	.faq_box01{margin-bottom: 40px;}

	.question{
		background: #21A239 url(../img/ico_question01.svg) no-repeat left top;
		background-size: 51px;
		padding: 18px 15px 17px 60px;
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: bold;
		color: #FFF;
		border-radius: 10px 10px 0 0;
	}

	.answer{
		border: 10px solid #21A239;
		border-top: none;
		padding: 22px 10px 22px 50px;
		border-radius: 0 0 10px 10px;
		position: relative;
		background: #fff;
	}
	
	.txt01{
		color: #21A239;
		font-weight: bold;
		padding-right: 10px;
		font-family: Helvetica, "sans-serif";
		display: inline-block;
		position: absolute;
		left: 15px;
    	top: 10px;
		font-size: 2.6rem;
	}
	
	/*-------------------------------------------------------
	
	会社概要
	
	--------------------------------------------------------*/
	#company{
		margin-top: -3vw;
		color: #fff;
	}
	
	#bg_company01{
		background: #21A239;
		padding: 70px 0 60px;
	}
	
	#company_inner01{
		padding: 0 20px;
	}
	
	#bg_company01 .heading01::before,
	#bg_company01 .heading01::after{background: #fff;}
	
	/*---------------Table---------------*/
	.table_company01{width: 100%;}
	
	.table_company01 th{
		vertical-align: top;
		font-weight: bold;
	}
	
	.table_company01 th,
	.table_company01 td{
		padding-bottom: 30px;
		display: block;
		width: 100%;
	}
	
	.table_company01 tr:last-child th,
	.table_company01 tr:last-child td{padding-bottom: 0;}
	
	.table_company01 a{
		color: #fff;
		text-decoration: underline;
	}
	
	/*-------------------------------------------------------
	
	代理店募集
	
	--------------------------------------------------------*/
	#agency{
		padding: 60px 0;
	}
	
	#agency_inner01{
		padding: 0 20px;
	}
	
	#agency_inner01 a img{
		width: 100%;
	}

	/*-------------------------------------------------------
	
	HDD破壊サービス
	
	--------------------------------------------------------*/
	
	#bg_hddservece{
		margin-top: -50px;
		padding: 20px 0 80px;
		background: #F4F4F4;
	}
	
	#hddservice::before{
		content: '';
		display: block;
		background: #F4F4F4;
		padding: 50px 0;
		width: 110%;
		margin: -4vw 0 0 -9%;
		position: relative;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	
	#hddservece_inner01{
		padding: 0 20px;
	}
	
	#hddservece_inner01 a img{
		width: 100%;
	}
		
}