@charset "utf-8";

/*基本設定
---------------------------------------------------------------------------*/
.font {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 15px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}
@media screen and (max-width:1199px) { /* SP */
	body { font-size: 14px; }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;
}
a:hover {
	color: #232583;
	text-decoration: none;
}

a > img { background:none!important; }

a:hover > img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:1200px) { /* PC */
	.pc_none { display: none; }
}
@media screen and (min-width:768px) { /* PC,タブレット */
	.pc_none02 { display: none; }
}
@media screen and (max-width:1199px) { /* SP */
	.sp_none { display: none; }
}

/***幅***/
.inner03 { padding: 0 20px; }
.inner04 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (min-width:1200px) { /* PC */
	.inner, .inner02 {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1199px) { /* SP */
	.inner02 { padding: 0 20px; }
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*コンテナー
---------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:1199px) { /* SP */
	#wrapper { width: auto; }
}

/* ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	clear: both;
	background-color: #fff;
}
#header .col_01 { float:left; }
#header .col_02 { float: right; }
@media screen and (min-width:1200px) { /* PC */
	#header .col_01 {
		margin: 0 0 0 30px;
	}
	#header .col_02 {
		margin: 10px 30px 0 0;
	}
}
@media screen and (max-width:1199px) { /* SP */
	#header { height: 50px; }
	#header .col_01 {
		margin: 0 0 0 10px;
	}
	#header .col_02 {
		margin: 0 10px 0 0;
	}
}
.header_scroll { background-color: rgba(255,255,255,.8)!important; }

/*トップロゴ */
#top_logo img { width: 100%; }
#top_logo {
	width: 210px;
	margin: 0 0 0 0px;
}
@media screen and (max-width:1199px) { /* SP */
	#top_logo {
		width: 120px;
		margin: 0 0 0 5px;
	}
}

#menu { padding: 12px 0 0; }
#menu ul {
	display:inline-block;
	text-align: right;
}
#menu ul li {
	display:inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
@media screen and (max-width:1199px) { /* SP */
	#menu { padding: 5px 0 0; }
	#menu ul li { padding: 0 5px; }
}

/* 中身（ヘッダー、フッター以外）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
@media screen and (min-width:1200px) { /* PC */
	.contents { padding: 100px 0; }
	.contents02 { padding: 20px 0; }
}
@media screen and (max-width:1199px) { /* SP */
	.contents { padding: 60px 0; }
}


/*パンくずリスト
---------------------------------------------------------------------------*/
#breadcrumb {
	font-size: 12px;
	padding: 5px 0;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
#breadcrumb li:first-child a { text-decoration: none; }
.icon_home:before {
	content: "\f015";
	font-size: 150%;
	font-family: "FontAwesome";
	color: #232583;
}
.icon_home:hover:before { opacity: 0.5; }
@media screen and (max-width:1199px) { /* SP */
	#breadcrumb {
		font-size: 10px;
		padding: 0 10px;
	}
}

/* ページタイトル
---------------------------------------------------------------------------*/
.page_title {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 150px 0 100px;
	line-height: 1.2;
	background-image: url("../img/top/top_bg.png");
}
.page_title .overlay {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.page_title .inner02 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
.page_title .title {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width:767px) { /* SP */
	.page_title { padding: 100px 0 50px; }
	.page_title .title { font-size: 25px; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
/* ページトップ */
#page_top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	background-color: #262d72;
	opacity: 0.5;
	border-radius: 20px;
}
#page_top:hover { opacity: 1; }
#page_top span {
	position: relative;
	display: block;
}
#page_top span:before {
	content: "\f062";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	top: 8px;
	left: 13px;
}

/* フッター
---------------------------------------------------------------------------*/
#footer {
	background-image: linear-gradient(#262d72, #446b81 35%, #548bab 77%, #a7c3d4);
	color: #000;
	padding: 40px 0;
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}
#footer #footer_logo { margin-bottom: 30px; }
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	opacity:0.7;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#footer ul { margin: 0 0 10px; }
#footer ul li {
	display: inline-block;
	padding: 0 10px;
}
@media screen and (max-width:767px) { /* SP */
	#footer { font-size: 12px; }
	#footer ul li { padding: 0 5px; }
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	padding: 20px 0 0;
	text-align: center;
}
#copyright small { font-size: 12px; }


/**************************************/
/* 共通パーツ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* タイトル */
/*---------------------------------------------------------------------------*/
.title01 {
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width:767px) { /* SP */
	.title01 { font-size: 40px; }
}
@media screen and (max-width:550px) { /* SP */
	.title01 { font-size: 30px; }
}

.title02 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.title02:before {
	background-color: #232583;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 10px;
}
@media screen and (max-width:767px) { /* SP */
	.title02 {
		font-size: 17px;
		padding-left: 15px;
	}
	.title02:before {
		height: 18px;
		width: 7px;
		top: 3px;
	}
}

.title03 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) { /* SP */
	.title03 {
		font-size: 14px;
	}
}

/*---------------------------------------------------------------------------*/
/* ボタン */
/*---------------------------------------------------------------------------*/
/* 黒ボタン */
.btn01 {
	display: block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	border: 2px solid #000;
}
.btn01:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width:1199px) { /* SP */
	.btn01 {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
}

/* グレーボタン */
.btn02 {
	display: block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	background-color: #dedede;
	color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	border: 2px solid #dedede;
}
.btn02:hover {
	background-color: #808080;
	border: 2px solid #808080;
	color: #fff;
}
@media screen and (max-width:1199px) { /* SP */
	.btn02 {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
}

/*---------------------------------------------------------------------------*/
/* リスト */
/*---------------------------------------------------------------------------*/
/* ドットリスト */
.dot_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

/* 数字リスト */
.number_list { counter-reset: kome_count 0; }
.number_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.number_list > li:before {
	counter-increment: kome_count;
	content: counter(kome_count) ").\0020";
}

.number_list02 { counter-reset: kome_count 0; }
.number_list02 > li {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.number_list02 > li:before {
	counter-increment: kome_count;
	content: counter(kome_count) ".\0020";
}

/* 表風リスト */
@media screen and (min-width:768px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
		line-height: 2;
		border-bottom: 1px dotted #cbcbcb;
	}
	.tb_list img { vertical-align:bottom;}
	.tb_list > dt {
		float: left;
		padding: 20px 20px 20px 0;
		width: 200px;
		font-weight: 600;
		border-top: 1px dotted #cbcbcb;
	}
	.tb_list > dd {
		margin-left: 220px;
		padding: 20px;
		border-top: 1px dotted #cbcbcb;
	}
}
@media screen and (max-width:767px) {
	.tb_list {
		width: 100%;
		overflow:hidden; /*floatしたので高さ確保*/
	}
	.tb_list > dt {
		display: block;
		padding-top: 10px;
		font-weight: bold;
	}
	.tb_list > dd {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px dotted #cbcbcb;
	}
	.tb_list > dt:first-child { border-top: 1px dotted #cbcbcb; }
}

/*---------------------------------------------------------------------------*/
/* フレーム */
/*---------------------------------------------------------------------------*/
.frame01 {
	background-color: #cc3328;
	color: #fff;
	padding: 10px;
}
.frame02 {
	border: 2px solid #ffbc00;
	padding: 10px;
}

/*---------------------------------------------------------------------------*/
/* テーブル */
/*---------------------------------------------------------------------------*/
.dot_tb { width: 100%; }
.dot_tb tr {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.dot_tb td {
	padding: 10px 0;
	vertical-align: top;
}
.dot_tb tr td:first-child {
	font-weight: bold;
	width: 35%;
}
@media screen and (max-width:999px) {
	.dot_tb td { padding: 10px; }
}

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.img01 {
	display: block;
	margin: 0 auto;
}
.img02 {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.img03 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width:1199px) { /* SP */
	.img01 { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* リンク */
/*---------------------------------------------------------------------------*/
.gaibu_link {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
}
.gaibu_link:before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/ic_link.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------------------------------*/
/* その他 */
/*---------------------------------------------------------------------------*/
.alert { color: #ff0000; }
.marker_red_hoso { background: linear-gradient(transparent 60%, #E60012 60%); }
/* ※ */
.kome {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.kome:before { content: "※\0020"; }


/**************************************/
/* 個別ページ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* TOPページ(/) */
/*---------------------------------------------------------------------------*/
.home .main_img {
	width: 100%;
	margin-top: 85px;
	height: 600px;
	background-position:center center;
	background-size: cover;
	background-image: url("../img/top/top_bg.png");
}
.home .main_img .title {
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	font-weight: 600;
	padding-top: 80px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.home .main_img .travy_img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
@media screen and (min-width:1200px) { /* PC */
	.home .main_img .col_01 {
		float: left;
		width: 60%;
	}
	.home .main_img .col_02 {
		float: left;
		width: 40%;
		margin-top: 50px;
	}
	.home .main_img .pc_app {
		width: 500px;
		background-color: rgba(255,255,255,0.7);
		border-radius: 10px;
		padding: 30px;
		margin: 0 auto;
	}
	.home .main_img .pc_app .qr_img {
		display: block;
		width: 200px;
		margin: 0 auto 10px;
	}
	.home .main_img .pc_app .btn {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	.home .main_img .pc_app .btn img {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:1199px) { /* タブレット・SP */
	.home .main_img {
		margin-top: 0;
		height: 700px;
	}
	.home .main_img .title {
		font-size: 30px;
	}
	.home .main_img .pc_app { display: none; }
	.home .main_img .travy_img { width: 400px; }
	.home .main_img .sp_app {
		max-width: 500px;
		margin: 0 auto;
	}
	.home .main_img .sp_app .btn {
		display: block;
		max-width: 200px;
		width: 90%;
		margin: 0 auto;
	}
	.home .main_img .sp_app .btn img {
		display: block;
		width: 100%;
	}
}

/* バナー */
#top_banner {
}

/* 挨拶 */
#top_concept .inner02 {
	background-image: url("../img/top/concept_bg01.png"), url("../img/top/concept_bg04.png");
	background-position: left top -30px, right bottom -50px;
	background-size: 300px, 400px;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 230px;
}
#top_concept #concept01 {
	background-image: url("../img/top/concept_bg02.png");
	background-position: right bottom -30px;
	background-size: 400px;
	background-repeat: no-repeat;
}
#top_concept #concept02 {
	background-image: url("../img/top/concept_bg03.png");
	background-position: left bottom -30px;
	background-size: 400px;
	background-repeat: no-repeat;
}
#top_concept #concept01 .sent {
	line-height: 2;
	padding: 100px 0 0 30px;
}
#top_concept #concept02 .sent {
	line-height: 2;
	padding: 30px 30px 0 0;
}
@media screen and (max-width:1199px) { /* SP */
	#top_concept .inner02 {
		background-position: left top 0, right bottom -30px;
		background-size: 150px, 200px;
		padding-bottom: 140px;
	}
	#top_concept #concept01 {
		background-position: right top 50px;
		background-size: 200px;
	}
	#top_concept #concept02 {
		background-position: left top 80px;
		background-size: 200px;
	}
	#top_concept #concept01 .sent { padding: 0; }
	#top_concept #concept02 .sent { padding: 0; }
}


/* お仕事について */
#top_about .title01 .img { width: 200px; }
@media screen and (max-width:767px) { /* SP */
	#top_about .title01 .img { width: 100px; }
}

#top_about .about_box {
	border: 1px solid #ababab;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
#top_about .about_box .title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width:767px) { /* SP */
	#top_about .about_box .title {
		font-size: 16px;
	}
}

/*---------------------------------------------------------------------------*/
/* 準備中ページ(/pre/) */
/*---------------------------------------------------------------------------*/
.pre .img {
	display: block;
	margin: 30px auto;
}
