/*
Theme Name: 伊豆観光タクシー株式会社
Version: 1.0
-------------------------------------------------------------- */

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


/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* CSS Document */

/* Windows 用 Medium 指定の游ゴシック
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
} */
/* font-weight: bold の時は通常どおり Bold 書体を使わせる
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
} */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	color: #474747;
}

.mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


a {
	color: #474747;
	text-decoration: none;
}
a:hover {
 	 color: #b95c36;
}
@-webkit-keyframes zoom {
  50% {
    	-webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    	transform: scale(1.05);
  }
}


.clearfix {
	float: none;
	clear: both;
}

/* リンク画像透過 */
a img.linkimg01 {
	background: none!important;
}
a:hover img.linkimg01 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}
a img.linkimg01,
a img.linkimg01::before,
a img.linkimg01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}



html,body {
	height: 100%;
}


#contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.animated {
	opacity: 0;
}

.mT80 {margin-top: 80px !important;}
.mT100 {margin-top: 100px !important;}
.mT120 {margin-top: 120px !important;}

.mB25 {margin-bottom: 25px !important;}


/*----------------------------------------------------
	トップ
----------------------------------------------------*/

.top01 {
	width: 100%;
	margin: 0 auto;
	background-color: #b6d1ea;
}

.top01_pic {
	width: 1040px;
	margin: 0 auto;
}
.top01_pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.con_back01 {
	width:100%;
	height: 161px;
	margin-top: 60px;
	background:linear-gradient(90deg,#005887 0%,#005887 50%,transparent 50%,transparent 100%);
	position: relative;
	z-index: 1;
}

.bar_head01 {
	width: 1040px;
	height: 161px;
	margin: 0 auto;
	position: relative;
}
.bar_head01 img {
	width: 556px;
	height: 161px;
	position: absolute;
	left: 0;
}

.bar_head02 {
	width: 1040px;
	height: 161px;
	margin: 0 auto;
	position: relative;
}
.bar_head02 img {
	width: 778px;
	height: 161px;
	position: absolute;
	left: 0;
}

.con02 {
	width: 683px;
	padding: 75px 0;
	margin: -35px auto 0;
	background-image: url(images/bg_con02.png);
	background-size: cover;
	border-radius: 10px;
}

.con02_box {
	width: 533px;
	padding: 95px 0;
	border: 1px solid #005887;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	color: #005887;
	letter-spacing: 0.2em;
}
.con02_box p {
	letter-spacing: 0.02em;
	line-height: 32px;
	width: 390px;
	margin: 60px auto 0;
}

.con02_txt {
	font-size: 19px;
	text-align: center;
	line-height: 40px;
}

.con021_txt {
	font-size: 17px;
	text-align: center;
	line-height: 40px;
}

.salist {
    text-indent: -1em;
    margin-left: 1em;
	font-size: 23px;
	padding: 40px 0 0 50px;
}
.salist:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 10px;
    border-left-color: #01598a;
    vertical-align: 0px;
}
.salist a {
	color: #005887;
	text-decoration: underline;
}
.salist a:hover {
	color: #b95c36;
}

.con03_txt {
	width: 740px;
	padding-bottom: 20px;
	margin: 160px auto 0;
	font-size: 32px;
	color: #005887;
	text-align: center;
	border-bottom: 3px dotted #b5c2d3;
}

.icon_nav {
	width: 915px;
	height: 310px;
	display: table;
	margin: 135px auto 0;
}
.icon_nav_cell {
	width: 265px;
	height: 310px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: bottom;
}
.icon_nav_cell img {
	width: 265px;
	height: auto;
}


/*----------------------------------------------------
	bar_head
----------------------------------------------------*/

.bg_bar01 {
	width: 100%;
	height: 180px;
	padding: 20px 0 0;
	background: #005887;
}

.bar_head_area {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

.bar_head_icon02 {
	width: 98px;
	height: 148px;
	position: absolute;
	left: 115px;
}
.bar_head_icon03 {
	width: 173px;
	height: 139px;
	position: absolute;
	top: 10px;
	left: 80px;
}
.bar_head_icon04 {
	width: 173px;
	height: 135px;
	position: absolute;
	top: 14px;
	left: 112px;
}
.bar_head_icon02 img,
.bar_head_icon03 img,
.bar_head_icon04 img {
	width: 100%;
	height: auto;
}

.bar_head02 {
	width: 535px;
	position: absolute;
	left: 280px;
}
.bar_head03 {
	width: 565px;
	position: absolute;
	left: 280px;
}
.bar_head04 {
	width: 430px;
	position: absolute;
	left: 340px;
}

.bar_head_tit {
	padding-top: 10px;
	font-size: 32px;
	line-height: 52px;
	color: #fff;
}

.bar_head_txt {
	padding-top: 25px;
	line-height: 25px;
	color: #fff;
}

.bt_up {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 75px;
	right: 140px;
}
.bt_up img {
	width: 100%;
	height: auto;
}

.bh02_top {
	width: 1040px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.bh02_top img {
	width: 955px;
	height: auto;
}

.bh02_area01 {
	width: 408px;
	height: 420px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 110px;
	left: 85px;
}

.bh02_02 {
	width: 334px;
	margin: 40px auto 0;
	text-align: left;
}
.bh02_02 img {
	width: 262px;
	height: auto;
}
.bh02_02 p {
	letter-spacing: 0.02em;
}

.bh02_03 {
	width: 363px;
	margin: 20px auto;
	text-align: left;
}
.bh02_03 img {
	width: 363px;
	height: auto;
}
.bh02_03 p {
	width: 334px;
	letter-spacing: 0.02em;
}

.freedom02 {
	width: 101px;
	height: 101px;
	position: absolute;
	top: -30px;
	right: -12px;
}
.freedom02 img {
	width: 101px;
	height: auto;
}



.comment_warp {
	width: 870px;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
}

.triangle {
	width: 73px;
	height: 62px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.triangle img {
	width: 100%;
	height: auto;
}

.comment_box {
	padding: 25px 28px;
	background: #f0e9dd;
	border-radius: 10px;
	overflow: hidden;
}

.comm01 {
	border-radius: 10px;
	background-color: #fff;
	color: #003c80;
	overflow: hidden;
	display: table;
}

.comm02 {
	width: 480px;
	padding: 52px 55px 0 45px;
	vertical-align: top;
	display: table-cell;
}

.comm03 {
	width: 237px;
	display: table-cell;
}
.comm03 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.comm02_txt {
	font-size: 21px;
	line-height: 30px;
}

.comm02 p {
	margin-top: 20px;
	line-height: 26px;
}
.comm_s {
	font-size: 12px;
	text-align: right;
}


.bh03_pic01 {
	width: 975px;
	height: auto;
	margin: 50px auto 0;
}
.bh03_pic01 img {
	width: 100%;
	height: auto;
}

.bh03_area01 {
	width: 100%;
	padding: 30px 0 40px;
	margin: 60px auto 0;
	background: #f3f4f4;
}

.bh03_01 {
	width: 870px;
	margin: 0 auto;
	display: table;
}

.freedom {
	width: 101px;
	height: 101px;
	display: table-cell;
	vertical-align: middle;
}
.freedom img {
	width: 101px;
	height: 101px;
	vertical-align: middle;
}

.bh03_02 {
	width: 304px;
	margin: 0 auto;
	padding: 0 14px 0 30px;
	border-right: 3px dotted #b5c2d3;
	display: table-cell;
}
.bh03_02 img {
	width: 304px;
	height: auto;
}
.bh03_02 p {
	width: 294px;
	letter-spacing: 0.02em;
}

.bh03_03 {
	padding: 0 0 0 30px;
	display: table-cell;
}
.bh03_03 img {
	width: 351px;
	height: auto;
}
.bh03_03 p {
	width: 380px;
	letter-spacing: 0.02em;
}


.bh04_pic01 {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
.bh04_pic01 img {
	width: 100%;
	height: auto;
}

.bh04_area01 {
	width: 100%;
	padding: 30px 0 40px;
	margin: -120px auto 0;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	z-index: 1;
}

.bh04_01 {
	width: 860px;
	margin: 0 auto;
	display: table;
}

.freedom01 {
	width: 101px;
	height: 101px;
	display: table-cell;
	vertical-align: middle;
}
.freedom01 img {
	width: 101px;
	height: 101px;
	vertical-align: middle;
}

.bh04_02 {
	width: 388px;
	margin: 0 auto;
	padding: 0 14px 0 30px;
	border-right: 3px dotted #b5c2d3;
	display: table-cell;
}
.bh04_02 img {
	width: 388px;
	height: auto;
}
.bh04_02 p {
	width: 370px;
	letter-spacing: 0.02em;
}

.bh04_03 {
	padding: 0 0 0 30px;
	display: table-cell;
}
.bh04_03 img {
	width: 263px;
	height: auto;
}
.bh04_03 p {
	width: 300px;
	letter-spacing: 0.02em;
}




.pic_hum01 {
	width: 1040px;
	height: auto;
	margin: 100px auto 0;
}
.pic_hum01 img {
	width: 100%;
	height: auto;
}




/*----------------------------------------------------
	director
----------------------------------------------------*/

.dir_area {
	width: 810px;
	margin: 0 auto;
	display: table;
}

.dir01 {
	width: 237px;
	vertical-align: top;
	display: table-cell;
}
.dir01 img {
	width: 237px;
	height: auto;
}

.dir02 {
	padding-left: 40px;
	display: table-cell;
}
.dir02 p {
	margin-top: 20px;
	letter-spacing: -0.01em;
}

.dir_head {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 3px dotted #b5c2d3;
	color: #003c80;
}

.dir_name {
	margin-top: 38px;
	font-size: 17px;
	color: #003c80;
	text-align: right;
}




/*----------------------------------------------------
	con04
----------------------------------------------------*/

.con04 {
	width: 750px;
	padding: 70px 0 100px;
	margin: 170px auto 0;
	background-image: url(images/bg_con04.png);
	background-size: cover;
	text-align: center;
	border-radius: 10px;
}
.con04 img {
	width: 70%;
	height: auto;
	margin: 0 auto;
}



/*----------------------------------------------------
	Q&A
----------------------------------------------------*/

#qa_wrap {
	width: 600px;
	margin: 180px auto 0;
}

.qa_head {
	width: 240px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 32px;
	color: #005887;
	text-align: center;
	border-bottom: 3px dotted #b5c2d3;
}

.qus_box {
	width: 100%;
	display: table;
	margin: 60px auto 0;
}
.q01 {
	width: 32px;
	display: table-cell;
	vertical-align: top;
}
.q01 img {
	width: 32px;
	height: auto;
}

.q02 {
	padding-left: 52px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #005887;
	display: table-cell;
	vertical-align: top;
}

.ans_box {
	width: 100%;
	display: table;
	margin: 30px auto 0;
	padding-bottom: 70px;
	border-bottom: 1px solid #5880a0;
}
.a01 {
	width: 32px;
	display: table-cell;
	vertical-align: top;
}
.a01 img {
	width: 32px;
	height: auto;
}

.a02 {
	padding-left: 52px;
	letter-spacing: -0.02em;
	display: table-cell;
	vertical-align: top;
}

.last {
	border: none !important;
}


/*----------------------------------------------------
	recruit
----------------------------------------------------*/

#recruit {
	width: 100%;
	padding: 80px 0 70px;
	margin: 40px auto 0;
	background-color: #005887;
}

.rec_head {
	width: 300px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 32px;
	color: #fff;
	text-align: center;
	border-bottom: 3px dotted #b5c2d3;
}

.pic_tel {
	width: 499px;
	height: auto;
	margin: 40px auto 0;
}
.pic_tel img {
	width: 100%;
	height: auto;
}

.pic_rec01 {
	width: 870px;
	margin: 35px auto 0;
}
.pic_rec01 img {
	width: 100%;
	height: auto;
}



/*----------------------------------------------------
	会社概要
----------------------------------------------------*/

#profile {
	width: 877px;
	margin: 120px auto 0;
	overflow: hidden;
}

.google-map {
    position: relative;
    width: 354px;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 58%;    /* padding-topでもOK */
    overflow: hidden;
	float: left;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.prof_area {
	width: 478px;
	margin-left: 45px;
	float: left;
}

.prof_head {
	width: 135px;
	padding-bottom: 20px;
	font-size: 32px;
	color: #005887;
	border-bottom: 3px dotted #b5c2d3;
}

.prof_head01 {
	font-size: 19px;
	margin-top: 40px;
	color: #005887;
}

.prof_head02 {
	font-size: 21px;
	margin-top: 40px;
	font-weight: bold;
	color: #005887;
}

table.sec07 {
	width: 100%;
	line-height: 20px;
	letter-spacing: -0.02em;
	border: 1px solid #c5c6c6;
	margin: 23px auto 0;
	color: #005887;
}

table.sec07 th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 20px;
	background-color: #f0e9dd;
	border: 1px solid #c5c6c6;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
}
table.sec07 td {
	text-align: left;
	vertical-align: middle;
	padding: 20px 0px 20px 10px;
	border: 1px solid #c5c6c6;
}


/*==========================================
 footer
===========================================*/

footer {
	width: 100%;
	padding: 40px 0;
	margin: 0 auto;
	background-color: #005887;
	position: relative;
}
footer img {
	width: 100%;
	height: auto;
}

.ft_pic {
	width: 380px;
	height: 380px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.ft_pic img {
	width: 100%;
	height: auto;
}



/******************************************************************************************************* Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }

@media screen and (max-width : 834px ){
.for-pc { display:none; }
.for-sp { display:block; }


.top01 {
	background-color: transparent;
}

.top01_pic {
	width: 100%;
	margin: 0 auto;
}
.top01_pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.con_back01 {
	width:100%;
	height: auto;
	margin-top: 60px;
	background: transparent;
}

h2.bar_head_sp {
	width: 80%;
	margin: 15% 0 0 0;
	padding: 25px 5%;
	background: #005887;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	text-align: right;
	font-size: 23px;
	line-height: 30px;
	position: relative;
	z-index: 2;
}

.con02 {
	width: 95%;
	height: auto;
	padding: 50px 0;
	margin: -35px auto 0;
	background-size: cover;
}

.con02_box {
	width: 90%;
	height: auto;
	padding: 30px 0;
}
.con02_box p {
	line-height: 27px;
	width: 90%;
	margin: 20px auto 0;
}

.con02_txt {
	font-size: 18px;
	line-height: 35px;
	padding: 0 0 0 5%;
	text-align: left;
	letter-spacing: -0.02em;
}

.con021_txt {
	font-size: 16px;
	line-height: 35px;
	padding: 0 0 0 5%;
	text-align: left;
	letter-spacing: -0.02em;
}

.salist {
    text-indent: -0.5em;
    margin-left: 0.5em;
	font-size: 18px;
	padding: 40px 0 0 10px;
}
.salist:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 7px;
    border-left-color: #01598a;
    vertical-align: 0px;
}

.con03_txt {
	width: 80%;
	margin: 15% auto 0;
	font-size: 27px;
	line-height: 35px;
	text-align: left;
	padding-bottom: 15px
}

.icon_nav {
	width: 90%;
	height: auto;
	display: block;
	margin: 15% auto 0;
}
.icon_nav_cell {
	width: 265px;
	height: 310px;
	padding: 0 20px;
	display: block;
	margin: 0 auto 10%;
}


/*----------------------------------------------------
	bar_head
----------------------------------------------------*/

.bg_bar01 {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.bar_head_area {
	width: 100%;
	margin: 0 auto;
	position: static;
}

.bar_head_icon02 {
	margin: 0 auto;
	position: static;
}
.bar_head_icon03 {
	margin: 0 auto;
	position: static;
}
.bar_head_icon04 {
	margin: 0 auto;
	position: static;
}

.bar_head02 {
	width: 90%;
	position: static;
	margin: 0 auto;
}
.bar_head03 {
	width: 90%;
	position: static;
	margin: 0 auto;
}
.bar_head04 {
	width: 90%;
	position: static;
	margin: 0 auto;
}

.bar_head_tit {
	padding-top: 10px;
	font-size: 23px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.bar_head_txt {
	padding-top: 15px;
}

.bt_up {
	position: static;
	margin: 20px auto 10px;
}

.bh02_top {
	width: 100%;
	position: static;
}
.bh02_top img {
	width: 100%;
	height: auto;
}

.bh02_area01 {
	width: 85%;
	height: auto;
	position: static;
	margin: -35% auto 0;
	margin: 0 auto 0;
	padding: 20px 5%;
}

.bh02_02 {
	width: 100%;
	margin: 3% auto 0;
	text-align: left;
}
.bh02_02 img {
	width: 63%;
	height: auto;
}
.bh02_02 p {
	line-height: 23px;
}

.bh02_03 {
	width: 100%;
	margin: 20px auto;
	text-align: left;
}
.bh02_03 img {
	width: 85%;
	height: auto;
}
.bh02_03 p {
	width: 100%;
	line-height: 23px;
}

.freedom02 {
	margin: 0 auto;
	position: static;
}


.comment_warp {
	width: 90%;
	margin: -5% auto 0;
}

.comment_box {
	padding: 5%;
}

.comm01 {
	border-radius: 10px;
	background-color: #fff;
	color: #003c80;
	overflow: hidden;
	display: block;
}

.comm02 {
	width: 90%;
	padding: 5%;
	vertical-align: top;
	display: block;
}

.comm03 {
	display: block;
	margin: 0 auto;
}

.bh03_pic01 {
	width: 75%;
	height: auto;
	margin: 5% auto 0;
}

.bh03_area01 {
	width: 85%;
	padding: 20px 5%;
	margin: 5% auto 0;
}

.bh03_01 {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.freedom {
	margin: 0 auto;
	display: block;
}

.bh03_02 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-right: none;
	display: block;
}
.bh03_02 img {
	width: 73%;
	height: auto;
}
.bh03_02 p {
	width: 100%;
	line-height: 23px;
}

.bh03_03 {
	padding: 0;
	display: block;
}
.bh03_03 img {
	width: 84%;
}
.bh03_03 p {
	width: 100%;
	line-height: 23px;
}

.bh04_pic01 {
	width: 100%;
}

.bh04_area01 {
	width: 85%;
	padding: 20px 5%;
	margin: -10% auto 0;
}

.bh04_01 {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.freedom01 {
	margin: 0 auto;
	display: block;
}

.bh04_02 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-right: none;
	display: block;
}
.bh04_02 img {
	width: 90%;
	height: auto;
}
.bh04_02 p {
	width: 100%;
	line-height: 23px;
}

.bh04_03 {
	width: 100%;
	padding: 0;
	display: block;
}
.bh04_03 img {
	width: 60%;
	height: auto;
}
.bh04_03 p {
	width: 100%;
	line-height: 23px;
}

.pic_hum01 {
	width: 100%;
	height: auto;
	margin: 15% auto 0;
}


/*----------------------------------------------------
	director
----------------------------------------------------*/

.dir_area {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.dir01 {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.dir01 img {
	margin: 0 auto;
}

.dir02 {
	padding-left: 0;
	display: block;
}
.dir02 p {
	margin-top: 20px;
	letter-spacing: -0.01em;
}

.dir_head {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 3px dotted #b5c2d3;
	color: #003c80;
}

.dir_name {
	margin-top: 38px;
	font-size: 17px;
	color: #003c80;
	text-align: right;
}


/*----------------------------------------------------
	con04
----------------------------------------------------*/

.con04 {
	width: 85%;
	height: auto;
	margin: 10% auto 0;
	padding: 5%;
}
.con04 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*----------------------------------------------------
	Q&A
----------------------------------------------------*/

#qa_wrap {
	width: 90%;
	margin: 20% auto 0;
}

.qus_box {
	margin: 40px auto 0;
}

.q02 {
	padding-left: 5%;
}

.ans_box {
	width: 100%;
	display: table;
	margin: 20px auto 0;
	padding-bottom: 40px;
}

.a02 {
	padding-left: 5%;
}


/*----------------------------------------------------
	recruit
----------------------------------------------------*/

#recruit {
	width: auto;
	padding: 0;
	padding: 10% 5%;
	margin: 40px auto 0;
}

.pic_tel {
	width: 100%;
	margin: 40px auto 0;
	font-size: 35px;
	text-align: center;
	color: #fff;
}
.pic_tel a {
	color: #fff;
}

.pic_rec01 {
	width: 50%;
	margin: 35px auto 0;
}


/*----------------------------------------------------
	会社概要
----------------------------------------------------*/

#profile {
	width: 100%;
}

.google-map {
    width: 90%;
	margin: 0 auto;
	float: none;
}

.prof_area {
	width:90%;
	margin: 10% auto 0;
	float: none;
}

.prof_head {
	width: 135px;
	margin: 0 auto;
}


/*==========================================
 footer
===========================================*/

footer {
	padding: 0;
	padding: 30px 0;
}

.ft_pic {
	width: 100%;
	height: auto;
	position: static;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #005887;
	text-align: center;
}
.ft_pic img {
	width: 55%;
	height: auto;
}



}/**********************************************************************************834px  Media Queries   end */


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








}/**********************************************************************************568px  Media Queries   end */


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







}/**********************************************************************************375px  Media Queries   end */

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






}/**********************************************************************************320px  Media Queries   end */




