/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

* {
	box-sizing: border-box;
}

body{
	font: 16px 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
/*
	background: #FFFBF0;
*/
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

img { max-width:100%; }

.pc_block	{ display:block; }
.sp_block	{ display:none; }

.bg {
	background-image: linear-gradient(#FFFBF0 2px, transparent 2px), linear-gradient(to right, #FFFBF0 2px, #fff8e6 2px);
	background-size: 20px 20px;
}

/* ---------------------------------------------------------- *
	メニュー
 * ---------------------------------------------------------- */
#gmenu		{ background:#fff; }
.gmenu-inner{ width:1100px; max-width:100%; margin:0 auto; position:relative; display:flex; }
#main_logo	{ width:35%; padding:10px 0 0 0; font-size:20px; }



/* ---------------------------------------------------------- *
	ヘッダー
 * ---------------------------------------------------------- */

.main_vj { 
	margin: 0 auto;
}


/* ---------------------------------------------------------- *
	フッター
 * ---------------------------------------------------------- */
#footer	{ clear:both; padding:50px 10px 10px 0; text-align:center; font-size:12px; }


/* ---------------------------------------------------------- *
	見出し、フレーム
 * ---------------------------------------------------------- */
img			{ max-width:100%; height:auto; }

section		{  }
h2.title	{ font-size:32px; font-weight:normal; text-align:center; margin: 0 0 60px 0; }

.inner {
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.flex {
	display: flex;
}
.between {
	justify-content: space-between;
}

.section_catch{
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
	line-height: 2em;
}


/*-------------------------------------*
	チェット風吹き出し
 *-------------------------------------*/
.balloon {
	display: inline-block;
	overflow: hidden;
}
.balloon + .balloon {
	margin-top:30px;
}

.balloon .faceicon {
	float: left;
	margin-right: -110px;
	width: 90px;
}

.balloon .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}

.balloon .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 115px;
	padding: 17px 30px;
	border-radius: 12px;
	background: #d7ebfe;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}

.says p {
	margin: 0;
	padding: 0;
	text-align: left;
}


/* ---------------------------------------------------------- *

	introduction, introduce

 * ---------------------------------------------------------- */
#intro {
	margin-top: 60px;
	padding: 60px 0;
}
#intro li {
	width: 30%;
}
#intro li .title {
	text-align: center;
}
#intro li .image {
	text-align: center;
}
#intro li img {
	margin: 20px 0;
	border-radius: 50%;
	width: 180px;
}
#intro li p {
	font-size: 14px;
}

/* ---------------------------------------------------------- *

	case

 * ---------------------------------------------------------- */
#case {
	padding: 60px 0;
}

/* ---------------------------------------------------------- *

	about

 * ---------------------------------------------------------- */
#about {
	padding: 60px 0;
}
#about .image {
	width: 45%;
}
#about .txt {
	width: 50%;
}

#ex_page {
	margin-top: 60px;
}
#ex_page h3 {
	border-bottom: solid 3px #f8b500;
	padding-bottom: .5em;
	margin-bottom: 20px;
}
#ex_page li {
	width: 19%;
}

/* ---------------------------------------------------------- *

	flow

 * ---------------------------------------------------------- */
#flow {
	padding: 60px 0;
}


/* ---------------------------------------------------------- *

	price

 * ---------------------------------------------------------- */
#price {
	padding: 60px 0;
}
#price .image {
	width: 49%;
}
#price .txt {
	width: 49%;
}


/* ---------------------------------------------------------- *

	contact

 * ---------------------------------------------------------- */
#contact {
	padding: 60px 0;
}

.contact_wrapper			{ background:#efefef; padding:15px 0 30px 0; border-radius:10px; }
.contact_form				{ text-align:center; margin-top:30px; display:block; }
.contact_form a				{ padding:15px 60px; background:#333; color:#fff; border-radius:5px; text-decoration:none; border:1px solid #333; }
.contact_form a:hover		{ background:#ccc; color:#333; }
.contact_form .note			{ margin:2em 0 0 0; text-align:center; }




















@media screen and (max-width: 767px) {

	.pc_block	{ display:none; }
	.sp_block	{ display:block; }


	/* ---------------------------------------------------------- *
		メニュー
	 * ---------------------------------------------------------- */
	.gmenu-inner{ width:100%; margin:0 auto; padding:0 10px; }
	#main_logo	{ width:65%; padding:4px 0 0 0; font-size:20px; }


	/* ---------------------------------------------------------- *
		見出し、フレーム
	 * ---------------------------------------------------------- */

	h2.title	{ font-size:26px; font-weight:normal; text-align:center; margin: 0 0 40px 0; }

	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}

	.flex {
		display: block;
	}
	.between {
		justify-content: space-between;
	}

	.section_catch{
		font-size: 16px;
		margin: 0 auto;
		padding-bottom: 60px;
		text-align: center;
		line-height: 2em;
	}



	/*-------------------------------------*
		チェット風吹き出し
	 *-------------------------------------*/
	.balloon {
	}
	.balloon + .balloon {
		margin-top:30px;
	}
	.balloon .faceicon {
		float: left;
		margin-right: -90px;
		width: 80px;
	}
	.says {
		margin: 5px 0 0 95px;
		padding: 17px 10px;
	}



















	/* ---------------------------------------------------------- *

		introduction, introduce

	 * ---------------------------------------------------------- */
	#intro {
		margin-top: 0px;
		padding: 60px 0;
	}
	#intro li {
		width: 100%;
	}
	#intro li + li{
		margin-top: 60px;
	}

	#intro li .title {
		text-align: center;
	}
	#intro li .image {
		text-align: center;
	}
	#intro li img {
		margin: 20px 0;
		border-radius: 50%;
		width: 50%;
	}
	#intro li p {
		font-size: 14px;
		padding: 0 2em;
	}

	/* ---------------------------------------------------------- *

		case

	 * ---------------------------------------------------------- */
	#case {
		padding: 60px 0;
	}

	/* ---------------------------------------------------------- *

		about

	 * ---------------------------------------------------------- */
	#about {
		padding: 60px 0;
	}
	#about .image {
		width: 100%;
	}
	#about .txt {
		width: 100%;
	}

	#ex_page {
		margin-top: 60px;
		background: #efefef;
		padding: 15px;
		border-radius: 5px;
	}
	#ex_page h3 {
		border-bottom: solid 3px #ccc;
		padding-bottom: .5em;
		margin-bottom: 20px;
	}
	#ex_page .flex {
		display: flex;
		flex-wrap: wrap;
	}
	#ex_page li {
		width: 48%;
		margin-bottom: 30px;
	}
	#ex_page li p {
		font-size: 14px;
	}

	/* ---------------------------------------------------------- *

		flow

	 * ---------------------------------------------------------- */
	#flow {
		padding: 60px 0;
	}
	#flow ul {
	}
	#flow li {
		width: 100%;
		background: none;
	}
	#flow li:not(:last-child):after {
		content: '\f0dd';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 36px;
		display: block;
		text-align: center;
		color: #f8b500;
	}
	#flow li .title {
		background: #333;
		color: #fff;
		text-align: center;
		padding: .5em 1em;
	}
	#flow li .work_time {
		background: #efefef;
		padding: .5em;
		text-align: right;
		font-size: 12px;
	}
	#flow li .work_time:before {
		content: '目安：';
	}
	#flow li .exp {
		padding: 1em;
		text-align: justify;
		font-size: 14px;
	}	#flow li p {
		background: #fff;
	}
	#flow li + li {
		margin-top: 20px;
	}

	/* ---------------------------------------------------------- *

		price

	 * ---------------------------------------------------------- */
	#price {
		padding: 60px 0;
	}
	#price .image {
		width: 100%;
	}
	#price .txt {
		width: 100%;
	}

}








@media print, screen and (min-width: 768px) {
	/* ---------------------------------------------------------- *

		flow

	 * ---------------------------------------------------------- */

	#flow .inner {
		width: 860px;
	}
	#flow li {
		position: relative;
		padding-bottom: 40px;
	}
	#flow li:last-child {
		padding-bottom: 0px;
	}
	#flow li:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 21px;
		border-style: solid;
		border-width: 15px 6px 0 6px;
		border-color: #f8b500 transparent transparent transparent;
	}
	#flow li:not(:last-child)::before {
		content: "";
		display: block;
		height: calc(100% - 46px);
		border-left: dashed 3px #f8b500;
		position: absolute;
		top: 40px;
		left: 26px;
	}

	#flow li .title {
		color: #fff;
		background: #000;
		padding: .5em 1.2em;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	#flow li .work_time {
		background: #f8b500;
		padding: .2em 2em;
		margin: 5px 0 5px 60px;
		font-size: 14px;
		display: inline-block;
	}
	#flow li .exp {
		margin-left: 60px;
		margin-right: 30px;
		background: #fff;
		padding: 15px 25px;
		border-radius: 5px;
	}


