@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	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: 5.5em;
}

/*本体*/
.main{
	margin-bottom:0em;
}

/*カラム部分*/
.main-in{ 
    padding:0em 0; 
}

/*カラム内部のサイズ*/
.main-contents .contents{
	margin-bottom:0em;
	padding: 0 100px;
}

/*段落タグ*/
.main-contents p{ line-height:2em; }

/*全体のフォントサイズ*/
.main-contents{ font-size: 1.7em; }


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(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;
}


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

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

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

/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 30%; 
	margin-top:5px;
	margin-left:0px;
}

#header .header-logo {
	margin-bottom: 0em;
}

#header .header-logo img {
	width: 100%;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width:25%;
	float: right;
	margin:0.8em 0.5em 0em;
}

.header_tel img {
	width:100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 25%;
	float: right;
	margin: 0.5em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}


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

#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;
}


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

.subhead{
	margin: 0 -2em;
	margin-bottom: 1.5em;
}

.section_sub{
	background-color:#ec831b;
	color:#fff;
	position: relative;
}

.section_sub:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #ec831b;
	border-width: 30px;
	margin-left: -30px;
}


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

.section_first_in{
	background-color:transparent;
}

.section_02{
	background-image: url(../images/bg_main_in.png);
	padding-top: 4em;
}

.section_02_in{
	background-color:transparent;
}

.section_reazon{
	background-image: url(../images/bg_02.jpg);
	background-size: cover;
	padding-top: 4em;
}

.section_reazon_in{
	background-color:transparent;
}


.box_reazon{
	border:5px solid #ccc;
	background-image: url(../images/bg_main_in.png);
	padding: 1em 2em 0.5em;
	margin: 0 0em;
	margin-bottom: 1em;
	overflow-y: auto;
}

.title_reazon{
	margin: 0 -1.5em;
	margin-bottom: 1em;
}

.section_02{
	background-color:#fff;
}

.section_02_in{
	background-color:transparent;
}

.box_unei_right{
	width: 30%;
	float: right;
}

.box_unei_right img{
	width: 100%;
}

.box_unei_left{
	width: 60%;
	float: left;
	padding: 1em;
}

.box_company{
	background-color: #f9f9f9;
	padding: 1em 2em;
	margin-top: 1em;
	font-size: 90%;
}

.area_media{
	display: flex;
}

.media_img{
	width: 40%;
	margin-right: 5px;
}

.media_img img{
	width: 100%;
}

.box_media{
	background-color: #FFFEEA;
	border: 1px dotted #ccc;
	padding: 1em 2em;
	margin: 0 -2em;
	margin-top: 1em;
}

.box_list_01{
	position: relative;
}

.img_Sagyouin{
	position: absolute;
	top:-5%;
	right:-10%;
	width: 35%;
}

.img_Sagyouin img{
	width: 100%;
}

.box_list_02{
	position: relative;
}

.img_Sagyouin_02{
	position: absolute;
	bottom:-15%;
	right:-12%;
	width: 43%;
}

.img_Sagyouin_02 img{
	width: 100%;
}

.section_uriage{
	background-image: url(../images/bg_uriage.jpg);
	background-size: cover;
	padding-top: 4em;
}

.section_uriage_in{
	background-color:transparent;
}

.area_syumi{
	margin: 0 -2em;
}

.box_syumi_left{
	background-color: #fff;
	width: 44%;
	float:left;
	border: 3px solid #ccc;
	padding: 1em;
}

.box_syumi_right{
	background-color: #fff;
	width: 44%;
	float:right;
	border: 3px solid #ccc;
	margin-bottom: 1em;
	padding: 1em;
}

.name img{
	width: 60%;
}


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

.section_entry {
	background-color:#39a0c0;
	padding: 0em 0em 0.5em;
	box-shadow: 0px 0px 0px #594a42;
}


.section_entry_in {
	background-color: transparent;
}
.box_entry {
	background-color:transparent;
	padding: 0em 0em 0em;
	border-radius: 5px;
	margin-top: 0em;
	margin-bottom: 0em;
	overflow: auto;
}
.entry_tel {
	width: 50%;
	float: left;
	margin: 0em 0em 0em;
}
.entry_mail {
	width: 50%;
	float: right;
	margin-top: 1.3em;
}


.section_form{
	background-color:#FDFFEB;padding-top: 4em;
}

.section_form_in{
	background-color:transparent;
}



/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist{
	background-color: #FFFDE9;
	border-radius: 10px;
	margin: 0 0 0em;
	padding: 1em 1em 0.5em;
}

.main-contents ul.checklist li{
	margin-bottom: 0.3em;
	padding-top: 7px;
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
	font-size: 120%;
}


/*テーブルタグ*/
.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:640px;
	height:440px;
}


/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	margin: 0px;
	padding:1em;
}
.box_qa_q {
	background-color:#fff;
	padding: 1em;
	border-bottom:1px solid #ccc;
	font-size: 120%;
	font-weight:bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color:#fff;
	padding: 1em;
	line-height:1.8;
}


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


fieldset { border:none; }

form[name="asumeru_form"]{
	margin:0 auto;
	width:100%;
	text-align:center;
}

table.formTable {
	border-collapse: collapse;
	width: 100%;
}

table.formTable tr td{
	background-color: #fff;
	border: 1px solid #A0D1ED;
	padding:10px 20px;
	text-align:left;
}

table.formTable tr th{
	border: 1px solid #A0D1ED;
	padding:10px 20px;
	background-color:#F1FBFC;
	color: #378AC8;
	width: 40%;
}

table.formTable tr td input,
table.formTable tr td select,
table.formTable tr td textarea{
	padding:5px 5px;
}

input[type="text_00"] {
	width:30%;
}

input[type="text"] {
	width:90%;
}

input[type="text_02"] {
	width:15%;
}

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

table.formTable tr td textarea{
	width: 95%;
	border-color: #ccc;
}


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


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

#footer a{
	color: #fff;
}

.br_sp{
	display: none;
}

