@charset "UTF-8";
/* CSS Document */

body {
	width: 1300px!important;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
}

.contact {
	width: 660px;
	margin: 0 auto;
}

.contact .button {
	width: 320px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	align-items: center;
	background: #00dcff;
	background: -moz-linear-gradient(left, #086cc2 0%, #00dcff 100%);
	background: -webkit-gradient(linear, left center, right center, from(#086cc2), to(#00dcff));
	background: -webkit-linear-gradient(left, #086cc2 0%, #00dcff 100%);
	background: -o-linear-gradient(left, #086cc2 0%, #00dcff 100%);
	background: linear-gradient(to right, #086cc2 0%, #00dcff 100%);
	margin-bottom: 15px;
}

.contact .button a {
	display: block;
}

.contact .vtuber_mail {
/*	float: left;*/
	margin: 0 auto 15px;
}

.contact .vtuber_mail a {
	padding: 22px 0 0 30px;
}

.contact .vtuber_mail a img {
	width: 226px;
}

/*
.contact .vtuber_phone {
	float: right;
}

.contact .vtuber_phone a img {
	width: 245px;
}

.contact .vtuber_phone a {
	padding: 19px 0 0 30px;
}
*/

.contact .attention {
	clear: both;
	text-align: center;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.maker1 {
	background-color: #cdf82d;
	padding: 2px 4px;
}

.maker2 {
	color: #ffffff;
	background-color: #086cc2;
	padding: 2px 4px;
}


/************************************
header
************************************/
#header {
	position: relative;
	background-image: url("../img/main_play.png"), url("../img/main_back.png");
	background-repeat: no-repeat, repeat-y;
	background-size: 143px 142.5px, 100%;
	background-position: bottom 75px left 90px, top center;
	padding-bottom: 25px;
}

#header .triangle {
	position: absolute;
	width: 546px;
}

#header .mainv {
	position: relative;
	width: 1000px;
	margin: 0 auto 50px;
	overflow: auto;
}

#header .mainv .mainv_message {
	position: absolute;
	width: 514px;
	bottom: 0;
	left: 0;
}

#header .mainv .mainv_vtuber {
	float: right;
	width: 450px;
}


/************************************
about
************************************/
.about {
	position: relative;
	background: #ffffff;
	padding: 70px 0;
}

.about .vertical {
	position: absolute;
	width: 86px;
	top: -55px;
	right: 150px;
}

.about .about_title1 {
	display: block;
	width: 184.5px;
	margin: 0 auto 25px;
}

.about p {
	color: #333333;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.about .about_title2 {
	display: block;
	width: 504px;
	margin: 0 auto 15px;
}

.about .case_wrapper {
	width: 686px;
	margin: 0 auto;
	overflow: auto;
}

.about .case_wrapper .case {
	position: relative;
}

.about .case_wrapper .case1 {
	float: left;
	background-image: url("../img/about_case01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 324px;
	height: 246px;
}

.about .case_wrapper .case2 {
	float: right;
	background-image: url("../img/about_case02.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 324px;
	height: 246px;
}

.about .case_wrapper .case p {
	position: absolute;
	color: #086cc2;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 324px;
	bottom: 20px;
	margin: 0;
}


/************************************
support
************************************/
.support {
	background: #086cc2;
	background-image: url("../img/support_back.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top right;
	padding-bottom: 100px;
}

.support .arrow {
	display: block;
	width: 72px;
	margin: 0 auto 50px;
}

.support .message {
	display: block;
	width: 656px;
	margin: 0 auto 45px;
}

.support .contents_wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}

.support .contents_wrapper:first-of-type {
	margin-bottom: 30px;
}

.support .contents_wrapper .contents {
	position: relative;
	background-color: #ffffff;
	width: 485px;
	height: 335px;
	border-radius: 7px;
}

.support .contents_wrapper .contents1 {
	float: left;
}

.support .contents_wrapper .contents2 {
	float: right;
}

.support .contents_wrapper .contents3 {
	float: left;
}

.support .contents_wrapper .contents4 {
	float: right;
}

.support .contents_wrapper .contents .support_title {
	padding: 40px 0 0 40px;
	margin-bottom: 35px;
}

.support .contents_wrapper .contents .support_title1 {
	width: 239px;
}

.support .contents_wrapper .contents .support_title2 {
	width: 187.5px;
}

.support .contents_wrapper .contents .support_title3 {
	width: 342.5px;
}

.support .contents_wrapper .contents .support_title4 {
	width: 113.5px;
}

.support .contents_wrapper .contents p {
	padding-left: 40px;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

.support .contents_wrapper .contents .support_img {
	position: absolute;
}

.support .contents_wrapper .contents1 .support_img {
	width: 111.5px;
	bottom: 10px;
	right: 45px;
}

.support .contents_wrapper .contents2 .support_img {
	width: 191px;
	bottom: 50px;
	right: 42px;
}

.support .contents_wrapper .contents3 .support_img {
	width: 395px;
	bottom: 50px;
	left: 40px;
}

.support .contents_wrapper .contents4 .support_img {
	width: 191px;
	bottom: 50px;
	right: 42px;
}


/************************************
pr
************************************/
.pr {
	position: relative;
	background: #ffffff;
	padding-bottom: 80px;
}

.pr .vertical {
	position: absolute;
	width: 76.5px;
	top: 63px;
	right: 150px;
}

.pr .arrow {
	display: block;
	width: 74px;
	margin: 0 auto 30px;
}

.pr .message {
	display: block;
	width: 567.5px;
	margin: 0 auto 40px;
}

.pr .example_wrapper {
	width: 798px;
	margin: 0 auto;
	overflow: auto;
}

.pr .example_wrapper .example {
	position: relative;
}

.pr .example_wrapper .example1 {
	float: left;
	background-image: url("../img/pr_img01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 386px;
	height: 350px;
}

.pr .example_wrapper .example2 {
	float: right;
	background-image: url("../img/pr_img02.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 386px;
	height: 350px;
}

.pr .example_wrapper .example p {
	position: absolute;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 386px;
	bottom: 35px;
	margin: 0;
}


/************************************
flow
************************************/
.flow {
	position: relative;
	background: #086cc2;
	background-image: url("../img/flow_back.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	padding: 80px 0 50px;
}

.flow .triangle01 {
	position: absolute;
	width: 541px;
	top: 0;
	left: 0;
}

.flow .message {
	display: block;
	width: 567.5px;
	margin: 0 auto 25px;
}

.flow .step_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.flow .step_wrapper .line {
	position: absolute;
	width: 3px;
	top: 115px;
	left: 110px;
	z-index: 98;
}

.flow .step_wrapper .step {
	border-bottom: 1px dashed #8eb6dd;
	padding: 55px 0;
	overflow: auto;
}

.flow .step_wrapper .step:last-child {
	border: none;
}

.flow .step_wrapper .step img {
	position: relative;
	float: left;
	width: 83.5px;
	padding-left: 70px;
	margin-right: 30px;
	z-index: 99;
}

.flow .step_wrapper .step .step_title {
	float: left;
	width: 260px;
}

.flow .step_wrapper .step .step_title .title01 {
	color: #000029;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.flow .step_wrapper .step .step_title .title01 span {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: normal;
}

.flow .step_wrapper .step .step_title .title02 {
	color: #ffffff;
	opacity: 0.6;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.flow .step_wrapper .step .step_description {
	float: left;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	border-left: 9px solid #ffffff;
	padding-left: 15px;
}

.flow .step_wrapper .step:last-child .step_description {
	margin-top: 25px;
}

.flow .triangle02 {
	position: absolute;
	width: 441.5px;
	bottom: 0;
	right: 0;
}


/************************************
conversion
************************************/
.conversion {
	padding: 40px 0;
}

.conversion .contact .attention {
	color: #46464b;
}


/************************************
footer
************************************/
#footer {
	background-color: #ffffff;
}

#footer .address {
	padding-bottom: 40px;
	margin-bottom: 0;
}

#footer .address dt {
	margin-bottom: 5px;
}

#footer .address dt img {
	width: auto;
	height: 60px;
	margin-bottom: 0;
}

#footer .address dt h2 {
	color: #333333;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-top: 15px;
}

#footer .address dd h3 {
	color: #333333;
	opacity: 0.85;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

#footer .address dd p {
	color: #333333;
	opacity: 0.85;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#footer .address dd:last-child {
	margin-top: 15px;
}

#footer .site {
	padding: 30px 0;
}

#footer .site a {
	width: 244px;
	padding: 0;
	margin: 0 auto;
}

#footer .site a img {
	display: block;
}

#footer .sns {
	flex-wrap: nowrap;
	width: 370px;
	margin: 0 auto;
}

#footer hr {
	border-top: none;
	border-bottom: 2px solid #c8c8c8;
	border-left: none;
	border-right: none;
	margin: 0;
}

#footer .copyright {
	padding: 60px 0 15px;
}

#footer .copyright small {
	display: block;
	color: #999999;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.05em;
}