@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

/* ==========================================================================
フォント游ゴシック
========================================================================== */
@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 300;
}
@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 500;
}
@font-face {
	font-family: "Original Yu Gothic";
	src: local("Yu Gothic");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-feature-settings: "pkna";
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
html {
	font-family: Verdana, Meiryo, sans-serif;
}
}

@media all and (-ms-high-contrast: active) {
html {
	font-family: Verdana, Meiryo, sans-serif;
}
}
html, body {
	width: 100%;
}
body {
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}
/*リンク文字の設定*/
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #39f;
}
a:hover, a:active {
	color: #f60;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container {
	position: relative;
	padding-top: 0em;
}
/*本体*/
.main {
	margin-bottom: 0em;
}
/*カラム部分*/
.main-in {
	padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	padding: 0 60px;
}
/*段落タグ*/
.main-contents p {
	line-height: 2em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.8em;
}

/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

#header{
	background-color: rgba(255,255,255,1);
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in_pc {
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding:0em 0em 0em;
}

#header-in_sp {
	display: none;
}


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.9em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}
/*H5タグ*/
.main-contents h5 {
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
	padding-top: 0em;
	background: url(../images/top_image_back.jpg) center top no-repeat #fff;
	height: auto;
}
#main-image-in {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
#main-image img {
	width: 100%;
	height: auto;
}

#main-image_02{
	padding-top: 0em;
	background: url(../images/top_image_back.jpg) center top no-repeat #fff;
	height: auto;
}
#main-image-in_02 {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
#main-image_02 img {
	width: 100%;
	height: auto;
}


/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/


/*冒頭サブヘッド*/

.subhead {
	margin: 0 -2em;
	margin-bottom: 1.5em;
}
.section_subhead_01 {
	background-image: url(../images/bg_sub.png);
	background-position: center top;
	background-repeat:repeat;
	color: #fff;
	padding: 1.5em 0em;
	position: relative;
}
.section_subhead_01 p {
	line-height: 1.5em
}
.sub_caption_01 {
	margin: -40px auto 0;
	margin-bottom: 2em;
	font-size: 80%;
}
.sub_caption_txt_01 {
	background-color: #ed544d;
	padding: 0.5em 1.5em;
	border-radius: 15px;
	color: #fff;
}

.section_form {
	background-color: #b20000;
	background-position: center top;
	background-repeat:repeat;
	padding: 1em 0em 3em;
}
.section_form_in {
	background-color: transparent;
}


.section_subhead_02 {
	background-color: #fff;
	padding: 1.5em 0em;
}
.section_subhead_02 p {
	line-height: 1.5em
}
.sub_caption_02 {
	margin: -40px auto 0;
	margin-bottom: 2em;
	font-size: 80%;
}
.sub_caption_txt_02 {
	background-color: #ed544d;
	padding: 0.5em 1em;
	border-radius: 15px;
	color: #fff;
}


.box_kasegu_point {
	background-color: #fff;
	border: 1px dotted #ccc;
	margin: 0 -4em;
	padding: 1em 2em;
	margin-bottom: 1em;
}

/*声*/
.title_koe{
	text-align: left;
	background-image: url(../images/im.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8%;
	font-size: 110%;
	font-weight: bold;
	border-left: 8px solid #ed544d;
	padding: 0.8em;
}


.blue_awai {
	color: #2dcbff;
}
.red_awai {
	color: #ed544d;
}


.section_nayami {
	background-image: url(../images/bg_nayami.png);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_nayami_in {
	padding: 3em 0em 7em;
}

.section_subhead_03 {
 background-;
	padding: 1.5em 0em;
}
.section_subhead_03 p {
	line-height: 1.5em
}
.sub_caption_03 {
	margin: -40px auto 0;
	margin-bottom: 1.5em;
}
.sub_caption_txt_03 {
	background-color: #ed544d;
	padding: 0.5em 1em;
	border-radius: 15px;
	color: #fff;
}

.section_jyuyou {
	background-image:url(../images/bg_koe.jpg);
}
.section_jyuyo_in {
	padding: 3em 0em 3em;
}


.section_koushi {
	background-color: #fff;
}
.section_koushi_in {
	padding: 1em 0em 5em;
}

.box_profile {
	border: 3px double #ccc;
	padding: 1em 2em;
	margin: 0 -2em;
	margin-bottom: 1em;
}

/*実績*/

.section_jisseki {
	background-image: url(../images/bg_jisseki.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_jisseki_in {
	padding: 3em 0em 3em;
}

.box_jisseki {
	background-color: #fff;
	border: 3px solid #ccc;
	padding: 0.5em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}
.title_jisseki {
	text-align: left;
	background-image: url(../images/bg_title_jisseki.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13%;
}
.title_jisseki img {
	width: 100%;
}
.box_jisseki_img {
	background-color: #fffed6;
	border: 3px solid #ccc;
	margin: 0 -0em;
}


/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/

.section_entry {
	background-color: #f9bb3e;
}
.section_entry_in {
	background-color: transparent;
}
.box_entry {
	background-color: #fff;
	padding: 0.5em 2em 1em;
	border-radius: 5px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
}
.entry_tel {
	width: 48%;
	float: left;
	margin: 0.5em 0em 0em;
}
.entry_mail {
	width: 48%;
	float: right;
	margin-top: 1em;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist {
	background-image: url(../images/bg_main_in.png);
	border: 3px dotted #ccc;
	margin: 1em 0 1.5em;
	padding: 1em;
}
.main-contents ul.checklist li {
	margin-bottom: 0.3em;
	padding-top: 10px;
	padding-left: 52px;
	padding-bottom: 10px;
	font-size: 110%;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
}

.main-contents ul.checklist_02 {
	background-color: #FFFDF0;
	margin: 0em 0 0.5em;
	padding: 1em;
}
.main-contents ul.checklist_02 li {
	margin-bottom: 0.3em;
	padding-top: 10px;
	padding-left: 52px;
	padding-bottom: 10px;
   font-size: 110%;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
}

.main-contents ul.checklist_03 {
	margin: 1em 0 0em;
}
.main-contents ul.checklist_03 li {
	margin-bottom: 0.3em;
	padding-top: 0px;
	padding-left: 24px;
	padding-bottom:10px;
   font-size: 100%;
	background: url(../images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}

/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/

/*全体*/
.mailform {
	background-image:url(../images/bg_main_in.png);
	margin:0em 0em 1em;
	padding:1em 0em 0em;
	border-radius:10px;
	box-shadow: 0px 0px 1px #594a42;
}

/*入力部分*/
.input {
	margin:0em 1em 0em;
	padding:1em 1em;
	font-color: #000;
}

.input_style{
	width:100%; 
	height:65px;
	font-size:100%;
	border-radius:8px;
	margin-bottom:0.5em;
	text-align:center;
	color:#7b7b7b;
}

input[type="image"] {
	width:92%;
	text-align:center;
	margin:0 2em;
}

/*注意部分の文字*/
.caution {
	margin:0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}




/*テーブルタグ*/
.main-contents table {
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
.main-contents th, .main-contents td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
.main-contents th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}
.main-contents table.table-style01 th, .main-contents table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}
/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size {
	width: 100%;
	height: 440px;
}
/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 1em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
}
.bubble .bubble-in {
	border-color: #FFFEF2;
}
.talker {
	display: block;
	width: 15%;
	height: auto;
	text-align: center;
}
.talker b {
	font-weight: normal;
}
.talker img {
	display: block;
	width: 100px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
.chat-l .talker {
	float: left;
	margin-right: 2%;
}
.chat-r .talker {
	float: right;
	margin-left: 2%;
}
.chat-l .bubble {
	float: right;
}
.chat-r .bubble {
	float: left;
}
.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 15%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after, .bubble .b-arw20:before {
	top: 20%;
}
.bubble .b-arw30:after, .bubble .b-arw30:before {
	top: 30%;
}
.bubble .b-arw40:after, .bubble .b-arw40:before {
	top: 40%;
}
.bubble .b-arw60:after, .bubble .b-arw60:before {
	top: 60%;
}
.bubble .b-arw70:after, .bubble .b-arw70:before {
	top: 70%;
}
.bubble .b-arw80:after, .bubble .b-arw80:before {
	top: 80%;
}
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
	right: 100%;
}
.chat-r .bubble div:after, .chat-r .bubble div:before {
	left: 100%;
}
.chat-l .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-right-color: inherit;
}
.chat-l .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-right-color: #ccc;
}
.chat-r .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-left-color: inherit;
}
.chat-r .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-left-color: #ccc;
}
.bubble p:first-child {
	margin-top: 0;
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer {
	background: #eaeaea;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
}


.sp_br{
	display: none;
}



/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 350px;
	overflow: hidden;
	position: absolute;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 350px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 600px;
	height: 350px;
	float: left;
	display: inline;
	overflow: hidden;
}
