/*
 * top.css
 */
/*----------------------------------------
	clearfix
----------------------------------------*/
/* ==========================================================
!Top Common
========================================================== */
body {
	margin: 0 0 0 0 !important;
}

#main {
	margin: 0 auto;
}

/* !Section Space ---------------------------------------- */
.outer01 {
	padding: 9.375% 0 12.5% 0;
}

@media only screen and (min-width: 769px) {
	.outer01 {
		padding: 80px 0 80px 0;
	}
}

/* !Heading ----------------------------------------------- */
.h2_index02 {
	margin: 0 0 15px 0;
	color: #049fd9;
	font-size: 24px;
	font-size: 2.4rem;
}

@media only screen and (min-width: 769px) {
	.h2_basic01,
	.h2_index02 {
		font-size: 40px;
		font-size: 4rem;
	}
}

/* ==========================================================
!Keyvisual
========================================================== */
#key_visual {
	position: relative;
	padding-top: 100%;
}

#key_visual.outer01 {
	padding: 0;
}

#key_visual .key_visual_wrap {
	position: relative;
}

#key_visual .inner01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.key_catch01 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	-ms-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}

#keyvisual02 .key_catch01 .logo {
	margin: -10vh 0 -5vh;
}

#keyvisual03 .key_catch01 .logo {
	margin: -5vh 0 0;
}

.key_catch01 .logo img {
	margin: 0 auto;
}

.key_catch01 .title {
	color: #ffffff;
	font-size: 30px;
	font-size: 11vw;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-shadow: 0 0 10px rgba(256, 256, 256, .4);
}

.key_catch01 .lead {
	color: #ffffff;
	font-size: 11px;
	font-size: 5.3vw;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(256, 256, 256, .4);
}

#keyvisual02 .key_catch01 .title,
#keyvisual03 .key_catch01 .title {
	font-size: 1.6rem;
}
#keyvisual02 .key_catch01 .lead,
#keyvisual03 .key_catch01 .lead {
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 5px;
}

.key_note01 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 80%;
	color: #ffffff;
	font-size: 8px;
	font-size: 0.8rem;
	text-align: right;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#key_visual {
		height: 620px;
		padding-top: 0;
	}
	.key_visual_wrap {
		height: 620px;
	}
	#key_visual .inner01 {
		max-width: 100%;
	}
	.key_catch01 {
		line-height: 1.2;
	}
	#keyvisual02 .key_catch01 .logo {
		margin: -5vh 0 -4vh;
	}
	#keyvisual03 .key_catch01 .logo {
		margin: -2vh 0 0;
	}
	.key_catch01 .title {
		font-size: 80px;
		font-size: 8rem;
	}
	.key_catch01 .lead {
		font-size: 40px;
		font-size: 4rem;
	}
	#keyvisual02 .key_catch01 .title,
	#keyvisual03 .key_catch01 .title {
		font-size: 4.8rem;
	}
	#keyvisual02 .key_catch01 .lead,
	#keyvisual03 .key_catch01 .lead {
		font-size: 3rem;
		margin-top: 10px;
	}
	.key_note01 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* ==========================================================
!Keyvisual
========================================================== */
#key_visual {
	margin-bottom: 60px;
	padding-top: 0;
	text-align: center;
}

#key_visual .slick01 {
	display: block;
}

#key_visual .wrap-item {
	width: 100%;
	padding: 22.5% 0 0 0;
}

#key_visual .slick-track {
	background: #000;
}

#key_visual .slick-slide {
	opacity: .5;
}

#key_visual .slick-slide.slick-active {
	opacity: 1;
}

#key_visual .key_visual_img {
	width: 100%;
}

#key_visual .btn_movie01 {
	width: 100%;
	max-width: 180px;
	margin: 10px auto 0;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	background:         linear-gradient(to bottom, #07aae7 0%, #048bbe 100%);
}

#key_visual .btn_movie01 ul li a {
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	/* fontawesome */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

#key_visual .btn_movie01 ul li a:after {
	background: url(../img/top/icon_keyvisual_btn.png) no-repeat;
	background-size: 11px 18px;
	content : "";
	display: inline-block;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

#key_visual .btn_movie01 ul li a.movie:after {
	background: none;
	font: normal 150%/1 FontAwesome;
	height: auto;
	width: auto;
	/* fontawesome */
	content: "\f16a";
}

#key_visual .btn_movie01 ul li a:hover {
	background: linear-gradient(to top, #07aae7 0%, #048bbe 100%);
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#key_visual .wrap-item {
		padding: 0;
	}
	#key_visual .btn_movie01 {
		width: 100%;
		margin-top: 20px;
		max-width: 250px;
	}
	#key_visual .btn_movie01 ul li a {
		padding: 14px 10px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	#key_visual .btn_movie01 ul li a.movie:after {
		font: normal 125%/1 FontAwesome;
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	#key_visual ul li a:after {
		font-size: 1.6rem;
	}
}

/*dots*/
.slick-dots {
	align-items: center;
	bottom: -32px;
	display: flex;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.slick-dots li + li {
	margin-left: 10px;
}
.slick-dots button {
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 12px;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 12px;
}
.slick-dots .slick-active button {
	background: #049fd9;
}

/*arrows*/
.key_visual_arrow {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.slick-arrow {
	background: none;
	background-repeat: no-repeat;
	background-size: 15px 30px;
	border: none;
	cursor: pointer;
	height: 30px;
	outline: none;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: -50%;
	width: 15px;
	z-index: 1;
}
.slick-prev {
	background-image: url(../img/top/ico_keyvisual_arrow_prev.png);
	left: 10px;
}
.slick-next {
	background-image: url(../img/top/ico_keyvisual_arrow_next.png);
	right: 10px;
}
/*for PC*/
@media only screen and (min-width: 769px) {
	.key_visual_arrow {
		height: 0;
		width: 100%;
	}
	.slick-arrow {
		background-size: 30px 60px;
		height: 60px;
		width: 30px;
	}
	.slick-prev {
		left: 20px;
	}
	.slick-next {
		right: 20px;
	}
}


/* ==========================================================
!Merit
========================================================== */
#idx_merit {
	padding: 60px 10px 10px 10px;
	background-color: #f1f1f1;
}

.merit_lead01 {
	margin: 0 0 15px 0;
}

.merit_item01 + .merit_item01 {
	margin-top: 10px;
}

.merit_item01 {
	position: relative;
	border-top: 5px solid #049fd9;
	background: #ffffff;
}

.merit_item01 .num {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
	width: 65px;
	color: #ffffff;
}

.merit_item01 .body {
	padding: 20px 10px 20px 10px;
	background: #ffffff;
}

.merit_item01 .text {
	text-align: left;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#idx_merit {
		padding: 80px 0 80px 0;
	}
	.merit_lead01 {
		margin: 0 0 40px 0;
	}
	.merit_item01 + .merit_item01 {
		margin-top: 0;
	}
	.merit_item01 .body {
		padding: 20px 20px 40px 20px;
	}
}

/* ==========================================================
!Whats New
========================================================== */
.ul_whatsnew01 {
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.ul_whatsnew01 dt {
	padding: 20px 0 10px 0;
	border-top: 1px solid #cccccc;
}

.ul_whatsnew01 dd {
	padding: 0 0 20px 0;
}

.ul_whatsnew01 .label {
	display: inline-block;
	min-width: 6em;
	padding: 3px 5px 2px 5px;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: #049fd9;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	.ul_whatsnew01 dt {
		clear: left;
		float: left;
		padding: 20px 0 20px 0;
		border-top: 1px solid #cccccc;
	}
	.ul_whatsnew01 dd {
		overflow: hidden;
		padding: 20px 0 20px 20px;
		border-top: 1px solid #cccccc;
	}
	.ul_whatsnew01 .label {
		margin: 0 0 0 20px;
	}
}

/* ==========================================================
!Flow
========================================================== */
#flow {
	background: url(../img/top/bg_flow01.jpg) no-repeat;
	background-size: cover;
}

#flow .h2_basic01 {
	margin: 0 0 20px 0;
	color: #ffffff;
}

.flow_fig {
	margin: 0 30px 20px 30px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#flow .h2_basic01 {
		margin: 0 0 30px 0;
	}
	.flow_fig {
		margin: 0 0 0 0;
	}
	.flow_btn {
		margin: 0 0 0 -200px;
	}
}

/* ==========================================================
!Cisco Column
========================================================== */
.column_block {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 20px;
}
.column_block + .column_block {
	margin-top: 30px;
}
.column_block_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.column_block_img {
	display: block;
	height: auto;
	margin-bottom: 20px;
	max-width: 100%
}
.column_block_detail {
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
.column_block_service {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}
.column_block_logo {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	max-width: 100%;
}
.column_block_service_lead {
	font-size: 16px;
	margin-bottom: 10px;
}
.column_block .btn_basic01 {
	font-size: 16px;
	padding: 7px 10px;
	width: 200px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	.column_block {
		padding: 40px;
	}
	.column_block_body {
		align-items: flex-start;
		display: flex;
	}
	.column_block_img {
		margin: 0 0 0 40px;
		order: 2;
		width: 400px;
	}
	.column_block_text {
		flex: 1;
		order: 1;
	}
	.column_block_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.column_block_detail {
		font-size: 16px;
	}
	.column_block_service {
		margin-top: 30px;
		padding-top: 30px;
	}
	.column_block_logo {
		margin-bottom: 20px;
	}
	.column_block_service_lead {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/* ==========================================================
!Scene
========================================================== */
#scene {
	background: #f1f1f1;
}

.scene_item01 {
	margin: 0 0 10px 0;
	padding: 40px 20px 40px 20px;
	background-position: center center;
	background-size: cover;
}

.scene_item01.office {
	background-image: url(../img/top/bg_scene01.jpg);
}

.scene_item01.education {
	background-image: url(../img/top/bg_scene02.jpg);
}

.scene_item01.shop {
	margin: 0 0 40px 0;
	background-image: url(../img/top/bg_scene03.jpg);
}

.scene_item01 .text {
	text-align: left;
}

.scene_item01 .title {
	color: #ffffff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.scene_item01 .lead {
	margin: 0 0 20px 0;
	color: #ffffff;
}

.scene_item01 .fig a {
	display: block;
	transition: 0.3s;
}

.scene_item01 .fig a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

aside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

aside .otherpage01 {
	width: 100%;
	max-width: 440px;
}

aside .otherpage01 + .otherpage01 {
	margin-top: 40px;
}

aside .otherpage01 p.lead01 {
	margin: 0 0 2% 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#scene .h2_index01 {
		margin: 0 0 40px 0;
	}
	.scene_item01 {
		padding: 40px 40px 40px 40px;
	}
	.scene_item01 .body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
	.scene_item01 .text {
		width: 100%;
		max-width: 490px;
		padding: 0 0 0 40px;
	}
	.scene_item01 .fig {
		width: 100%;
		max-width: 630px;
	}
	.scene_item01.shop {
		margin: 0 0 40px 0;
	}
	aside {
		-ms-flex-flow: row wrap;
		    flex-flow: row wrap;
		-ms-flex-pack: justify;
		    justify-content: center;
		max-width: 940px;
		margin: 0 auto;
	}
	aside .otherpage01 + .otherpage01 {
		margin: 0 0 0 20px;
	}
	aside .otherpage01 p.lead01 {
		margin: 0 0 2% 0;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/* ==========================================================
!Modal
========================================================== */
.modal01 {
	padding: 20px 20px 0 20px;
	text-align: left;
	background: #ffffff;
}

.modal01 p {
	font-size: 14px;
	font-size: 4vw;
}

.modal_title {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-size: 6vw;
	font-weight: 600;
}

.modal_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.modal_col {
	width: 48%;
	margin: 0 0 15px 0;
}

.modal_ph {
	margin: 0 0 10px 0;
}

.modal_subtitle {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-size: 5vw;
	font-weight: 600;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	.modal01 {
		padding: 40px 40px 40px 40px;
	}
	.modal01 p {
		margin: 0 0 10px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.modal01 img {
		width: 100%;
		max-width: none;
	}
	.modal_title {
		margin: 0 0 30px 0;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.modal_subtitle {
		font-size: 20px;
		font-size: 2rem;
	}
}

/* ==========================================================
!Sample
========================================================== */
#sample {
	padding-bottom: 10px;
}
#g00 .sample_block01 {
	padding: 20px 20px 20px 20px;
}

#g00 .sample_block01 .top_sample_point01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

#g00 .sample_block01 .otherpage02 .btn:nth-of-type(1) {
	margin: 40px 0 20px 0;
	font-weight: bold;
}

#g00 .sample_block01 .otherpage02 .btn {
	margin: 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#g00 .sample_block01 .otherpage02 .btn_basic03 {
	min-width: 260px;
}

#g00 .sample_block01 .otherpage02 .btn_lead01 {
	font-size: 12px;
	font-size: 1.2rem;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#g00 .sample_block01 {
		padding: 40px 40px 40px 40px;
	}
	#g00 .sample_block01 .top_sample_point01 .sample_point01 {
		width: 70%;
		padding: 30px 220px 30px 105px;
		background: #f1f1f1 url(../img/top/bg_point_illust01.png) 105% bottom no-repeat;
	}
	#g00 .sample_block01 .top_sample_point01 .sample_point01.w100 {
		width: 100%;
	}
	#g00 .sample_block01 .top_sample_point01 .sample_point01:before {
		display: block;
		position: absolute;
		top: 28px;
		left: 20px;
		width: 68px;
		height: 80px;
		content: "";
		background-size: contain;
	}
	#g00 .sample_block01 .top_sample_point01 .otherpage02 {
		width: 27%;
		margin: 0 0 0 3%;
	}
	#g00 .sample_block01 .top_sample_point01 .otherpage02 .btn_basic03 {
		min-width: 300px;
	}
	#g00 .sample_block01 .top_sample_point01 .otherpage02 .btn:nth-of-type(1) {
		margin: 0 0 20px 0;
	}
	#g00 .sample_block01 .top_sample_point01 .otherpage02 .btn:nth-of-type(1) .btn_lead01 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#g00 .sample_block01 .top_sample_point01 .otherpage02 .btn:nth-of-type(1) strong {
		font-size: 20px;
		font-size: 2rem;
	}
}

/* ==========================================================
!Advantage
========================================================== */
#advantage {
	padding: 40px 0;
}
.advantage_visual {
	position: relative;
}
.advantage_visual li {
	position: relative;
	width: 56.9%;
}
.advantage_visual li#ad_v1 {
	margin: 0 0 1px auto;
	z-index: 1;
}
.advantage_visual li#ad_v2 {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.advantage_visual li#ad_v3 {
	margin: 1px 0 0 auto;
}
.advantage_visual li img {
	display: block;
	height: auto;
	width: 100%;
}
.advantage_text {
	margin-top: 30px;
}
.advantage_text .btn_basic01 {
	font-size: 16px;
	margin-top: 40px;
	padding: 7px 10px;
	width: 200px;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#advantage {
		padding: 80px 0;
	}
	.advantage_wrap {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.advantage_visual {
		width: 48%;
	}
	.advantage_text {
		margin: 0;
		width: 48%;
	}
}

/* ==========================================================
!Line up
========================================================== */
#lineup {
	padding: 10% 10px 0 10px;
}

.ul_lineup01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 0 0 20px 0;
}

.ul_lineup01 li {
	width: 48%;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.ul_lineup01 li a {
	display: block;
}

.ul_lineup01 li .ph {
	margin: 0 0 10px 0;
}

.ul_lineup01 li .link_arw01 {
	text-decoration: underline;
}

.lineup_entry01 {
	margin: 15px 0 40px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #cccccc;
}

#talos {
	margin: 0 auto 60px auto;
	padding: 40px 20px 40px 20px;
	color: #05124c;
	text-align: left;
	background: #ffffff none;
}

#talos .title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.16;
}

#talos p {
	width: 100%;
}

#talos p:nth-of-type(2) {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

#talos p a {
	display: inline-block;
}

#talos p a:hover {
	opacity: 0.8;
}

#talos .text_area01 {
	margin: 0 0 20px 0;
}

#talos .text_area01:before {
	display: block;
	width: 100%;
	height: 160px;
	content: "";
	background: url(../img/top/img_link_talos01_sp.png) center center no-repeat;
	background-size: 100% auto;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#lineup {
		padding: 50px 0 80px 0;
	}
	#lineup .h2_index01 {
		margin: 0 0 60px 0;
		font-size: 50px;
		font-size: 5rem;
	}
	#lineup .h2_index02 {
		font-size: 30px;
		font-size: 3rem;
	}
	.ul_lineup01 {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ul_lineup01 li {
		width: 32%;
		margin-left: 2%;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.ul_lineup01 li:nth-child(3n+1) {
		margin-left: 0;
	}
	.lineup_entry01 {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}
	.lineup_entry01 .lead {
		margin: 0 0 30px 0;
	}
	.lineup_entry01 .ul_lineup01 {
		margin: 0 0 80px 0;
	}
	#talos {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		color: #05124c;
		text-align: left;
	}
	#talos:after {
		display: inline-block;
		width: 320px;
		width: 100vw;
		height: auto;
		content: "";
		background: url(../img/top/img_link_talos01_pc.png) center center no-repeat;
		background-size: contain;
	}
	#talos .talos_left01 {
		padding: 35px 20px 35px 40px;
	}
	#talos .title {
		margin: 0 0 20px 0;
		font-size: 30px;
		font-size: 3rem;
		font-weight: 900;
	}
	#talos p:nth-of-type(2) {
		width: 45%;
		margin: 0;
	}
	#talos .text_area01:before {
		display: none;
	}
	@-moz-document url-prefix() {
		#talos:after {
			max-width: 340px;
		}
	}
}

@media only screen and (min-width: 769px) and (-ms-high-contrast: active), only screen and (min-width: 769px) and (-ms-high-contrast: none) {
	#talos:after {
		width: 320px;
		width: 120%;
		background-size: contain;
	}
}

@media only screen and (min-width: 769px) {
	@supports (-ms-ime-align: auto) {
		#talos:after {
			width: 320px;
			width: 120%;
			background-size: contain;
		}
	}
}

/* ==========================================================
!Solution
========================================================== */
#solution01 {
	margin: 10px 0 10px 0;
	padding: 57.8125% 0 30px 0;
	background: url(../img/top/bg_solution02_sp.png) top center no-repeat;
	background-size: cover;
}

#solution01 .solution_title01:before {
	display: block;
	float: left;
	width: 15vw;
	height: 15vw;
	margin: 0 2% 0 0;
	content: "";
	background: url(../img/top/ph_top_solution01.png) center center no-repeat;
	background-size: contain;
}

#solution01 .solution_title01 span {
	padding: 2% 0 0 0;
}

#solution02 {
	margin: 0;
	padding: 57.8125% 0 30px 0;
	background: url(../img/top/bg_solution01_sp.jpg) right top no-repeat;
	background-size: cover;
}

.solution_body01 {
	padding: 20px 10px 20px 10px;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
}

.solution_title01 {
	margin: 0 0 10px 0;
	color: #049fd9;
	font-size: 17px;
	font-size: 5.32vw;
	font-weight: 700;
}

.solution_title01 span {
	display: block;
	font-size: 0.66em;
}

.solution_text01 {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#solution01 {
		padding: 110px 0 110px 0;
		background-image: url(../img/top/bg_solution03_pc.png);
		background-position: center center;
		background-size: cover;
	}
	#solution01 .solution_title01:before {
		display: block;
		width: 99px;
		height: 99px;
		margin: 0 2% 0 0;
		content: "";
		background: url(../img/top/ph_top_solution01.png) center center no-repeat;
		background-size: contain;
	}
	#solution01 .inner01 {
		background-image: url(../img/top/bg_solution02_pc.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto;
	}
	#solution01 .inner01 .solution_body01 {
		margin: 0 0 0 50%;
	}
	#solution02 {
		padding: 110px 0 110px 0;
		background: url(../img/top/bg_solution01_pc.jpg) right top no-repeat;
		background-size: cover;
	}
	#solution02 .inner01 .solution_body01 {
		margin: 0;
	}
	#solution01 .inner01,
	#solution02 .inner01 {
		padding: 0 40px 0 40px;
	}
	#solution01 .inner01 .solution_body01,
	#solution02 .inner01 .solution_body01 {
		width: 100%;
		max-width: 560px;
		padding: 40px 40px 40px 40px;
	}
	#solution01 .inner01 .solution_title01,
	#solution02 .inner01 .solution_title01 {
		font-size: 30px;
		font-size: 3rem;
	}
	#solution01 .inner01 .solution_text01,
	#solution02 .inner01 .solution_text01 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
}

/* ==========================================================
!CVA
========================================================== */
#cvarea01.outer01 {
	padding: 40px 0 0 0;
}

/*for PC*/
@media only screen and (min-width: 769px) {
	#cvarea01.outer01 {
		padding: 80px 0 0 0;
	}
}
