@charset "utf-8";



/* footer contents
-------------------------------------------------- */
/*   flow   */
#flow .main {
	position: relative;
}
.flow_con {
	padding: 20px 0 75px 0;
}



/* top
-------------------------------------------------- */
/*   top_c01   */
.top_c01_con {
	padding: 10px 0 75px 0;
}
.top_c01_txt {
	float: right;
	width: 480px;
	height: 420px;
	text-align: left;
	margin-right: 50px;
}

/*   top_c02   */
#top_c02 {
	background-image: url(../img/images/b01.jpg);
	background-position: center;
	background-color:rgba(248,189,183,0.85);
	background-blend-mode:lighten;
}
#top_c02 .main {
	padding: 75px 0;
}
#top_c02 .main h2 {
	margin-bottom: 30px;
}

/*   top_c03   */
#top_c03 {
	padding: 75px 0;
}
#top_c03 .main {
	margin-bottom: 51px;
}
.top_c03_btn {
	float: right;
	margin: -60px 10px 0 0;
}
.top_c03_btn a {
	background-color: #026eb8;
	padding: 19px 54px;
	border-radius: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

/*   top_c04   */
#top_c04 .main {
	position: relative;
}
.top_c04_txt {
	width: 500px;
	margin-left: 50px;
}
.top_c04_img {
	float: right;
}
.top_c04_img02 {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 320px -6px 0;
}

/*   top_c05   */
#top_c05 {
	background-image: url(../img/images/b02.jpg);
	background-position: center;
	background-color:rgba(248,189,183,0.80);
	background-blend-mode:lighten;
}
#top_c05 .main {
	padding: 75px 0 100px 0;
}
#top_c05 .main h2 {
	margin-bottom: 25px;
}



/* pagetop
-------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 77%;
}
#pagetop a {
    background: #c32314;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a:hover {
    text-decoration: none;
    background: #026eb8;
}



/* pagetitle
-------------------------------------------------- */
#pagetitle {
	margin: auto;
	height: 600px;
	position: relative;
}

#pagetitle .pagetitle {
	width: 250px;
	height: 250px;
	position: absolute;
	bottom: 100px;
	right: 0;
	left: 0;
	background-color:rgba(255,255,255,0.85);
	margin: 0 auto;
}

#pagetitle .pagetitle h2 {
	padding-top: 88px;
}



/* work
-------------------------------------------------- */
/*   right   */
.wc_r .slider03 {
	float: left;
}
.wc_r .wc_des {
	right: 0;
	text-align: right;
}
.wc_r .wc_des .wc_txt {
	text-align: left;
}
.wc_r .wc_sign {
	right: 30px;
}


/*   left   */
.wc_l .slider03 {
	float: right;
}
.wc_l .wc_des {
	margin-left: 20px;
}
.wc_l .wc_sign {
	left: 310px;
}


.wc_r, .wc_l {
	position: relative;
}
.wc_des {
	width: 390px;
	position: absolute;
}
.wc_txt {
	background-color:rgba(255,255,255,0.85);
	border-radius: 20px;
	width: 310px;
	height: 260px;
	margin-top: 140px;
	padding: 30px;
}
.wc_txt .bb01 {
	margin: 15px 0;
}
.wc_txt dl {
	margin-bottom: 15px;
}
.wc_txt dt {
	float: left;
}
.wc_txt dd {
	margin-left: 100px;
}
.wc_sign {
	position: absolute;
	margin-left: -9px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 18px;
	text-align:center;
	line-height: 60px;
	bottom: 290px;
}



/* work
-------------------------------------------------- */
/*   menu   */
ul.com_menu a {
	display: inline-block;
	background-color: #c32314;
	border-radius: 10px;
	width: 240px;
	height: 80px;
	margin: 0 2px;
}
ul.com_menu a li {
	font-size: 20px;
	color: #fff;
	margin-top: 22px;
}


/*   about   */
.about_top {
	width: 900px;
	height: 350px;
	position: relative;
	z-index: 100;
}
.about_top .at_img {
	float: left;
}
.about_top .at_txt {
	float: left;
	margin-left: 120px;
}
.about_top .vertical {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
	font-weight: lighter;
	text-align: left;
	writing-mode: vertical-rl;
	padding-top: 20px;
}
.about_top .vertical span {
	writing-mode: lr;
    line-height: 1.2;
}
.about_con {
	padding-top: 120px;
	margin-top: -70px;
}
.about_con p {
	clear: both;
}
.about_con p.ac_main {
	text-align: right;
	margin: 30px 100px 0 0;
}


/*  company  */
#company_contents {
	background-image: url(../img/images/b05.jpg);
	background-position: center;
	background-color:rgba(248,189,183,0.85);
	background-blend-mode:lighten;
}
#company_contents .main {
	position: relative;
}
.com_con {
	padding: 50px 0 75px 0;
}
.com_con table {
	width: 900px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
.com_con table tr {
	border-bottom: 1px #777 solid;
}
.com_con table td {
	padding: 30px 0 30px 80px;
	text-align: left;
}
.com_con table td.name {
	width: 140px;
}
.com_img {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 50px -7px 0;
}


/*  recruit  */
.rec_con {
	padding: 50px 0 75px 0;
}
.rec_con table {
	width: 560px;
	margin-left: 50px;
	border-collapse: collapse;
}
.rec_con table tr {
	border-bottom: 1px #777 solid;
}
.rec_con table td {
	padding: 30px 0 30px 50px;
	text-align: left;
}
.rec_con table td.name {
	width: 110px;
}
.rec_con table td a {
	color: #026eb8;
}
.rec_con .rec_img {
	float: right;
	margin-top: 60px;
}



/* survice
-------------------------------------------------- */
/*   menu   */
.survice_menu {
	position: relative;
}
.survice_menu h4 {
	border-bottom: 1px solid #777;
	width: 500px;
	margin-left: 50px;
}
ul.sur_menu a {
	display: inline-block;
	background-color: #026eb8;
	border-radius: 10px;
	width: 240px;
	height: 120px;
	margin: 30px 2px 0 2px;
	position: relative;
}
ul.sur_menu a li {
	margin-top: 52px;
}
ul.sur_menu a li .sur_no {
	background-color: #fff;
	border-radius: 20px;
	width: 128px;
	height: 29px;
	position: absolute;
	top: 10px;
	left: 10px;
}
ul.sur_menu a li .sur_no p {
	font-size: 20px;
	color: #026eb8;
	line-height: 29px;
}
ul.sur_menu a li h9 {
	margin-top: 54px;
}
.survice_menu .surme_img {
	float: left;
    margin: -290px 0 0 160px;
}


/*   survice contents   */
.surcon_title {
	position: relative;
}
.surcon_title .st_txt {
	background-color: #026eb8;
	border-radius: 20px;
	width: 820px;
	height: 68px;
	margin-left: 50px;
}
.surcon_title .st_txt h10 {
	color: #fff;
	line-height: 68px;
}
.surcon_title .st_sign {
	position: absolute;
	top: 0;
	margin: -40px 0 0 80px;
	width: 130px;
	height: 130px;
	background-color: #026eb8;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 1.0;
	font-weight: normal;
	border: 6px solid #fbdedb;
}
.surcon_title .st_sign span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :130px;
	text-align:center;
}
.surcon_img ul li {
	display: inline;
}
.surcon_main table {
	width: 1000px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
.surcon_main table tr {
	border-bottom: 1px #777 solid;
}
.surcon_main table td {
	padding: 30px 0 30px 60px;
	text-align: left;
}
.surcon_main table td.name {
	width: 100px;
}
.surcon_main table td ul.sm_items li {
	width: 146px;
	text-align: center;
	margin-right: 20px;
	float: left;
}
.surcon_main table td ul.sm_items li p a {
	color: #026eb8;
}


/*   items contents   */
.items_con {
	background-color: #fff;
	border-radius: 20px;
	width: 1000px;
}
.items_img {
	position: absolute;
    margin: -170px 0 0 700px;
}
.items_con .ic_area {
	padding: 50px 25px 0 25px;
}
.items_con .ic_area h3 {
	border-bottom: 1px solid #777;
}
.items_con .ic_area .ic_subtitle {
	margin: 50px 0 20px 0;
}	
.items_con .ic_area .ic_subtitle h11 {
	font-weight: bold;
}
.items_con .ic_area .ic_subtitle p {
	font-size: 17px;
}
.ic_con .ic_img {
	float: left;
}
.ic_con .ic_txt {
	margin-left: 505px;
}
.ic_con .ic_txt p {
	font-size: 13px;
	padding-bottom: 10px;
}
.ic_con .ic_txt a.ic_btn {
	background-color: #026eb8;
	border-radius: 10px;
	width: 401px;
	height: 33px;
	float: right;
	margin-top: 40px;
}
.ic_con .ic_txt a.ic_btn p {
	color: #fff;
	line-height: 33px;
	text-align: center;
}



/* privacy
-------------------------------------------------- */
.pp_con {
	width: 900px;
	margin: 0 auto;
}
.pp_con h9 {
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.pp_con h8 {
	font-weight: normal;
}






/* sub_contents
-------------------------------------------------- */
.sub_contents table {
	width: 100%;
}

.sub_contents table td {
	padding: 20px 0;
	border-bottom: dotted 1px #333;
	line-height: 1.4;
}

.sub_contents table td.border_none {
	border-bottom: none;
	padding-bottom: 0;
}

.sub_contents table td.name {
	width: 150px;
}

.sub_contents table span {
	font-size: 10px;
	display: block;
}

.sub_contents img {
	width: 100%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}



/* index
-------------------------------------------------- */
.slider-pro {
	position: relative;
}


/*   concepts   */
.concepts {
	text-align: center;
}


/*   floor   */
.floor_title {
	width: 170px;
	height: 170px;
	position: relative;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
}

.floor_title h8 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.floor_a .slider03 {
	float: left;
}

.floor_a .floor_title {
	float: right;
	background: url(../img/bk/01.jpg);
	top: 250px;
    right: 100px;
}

.floor_b .slider03 {
	float: right;
}

.floor_b .floor_title {
	float: left;
	background: url(../img/bk/02.jpg);
	top: 250px;
    left: 100px;
}



/* access
-------------------------------------------------- */
/*   access   */
#access .sc_left {
	width: 50%;
	float: left;
}

#access .sc_left table span {
	color: #0075c2;
}

#access .sc_right {
	width: 46%;
}

#access .sc_right {
	float: right;
}



/*   system   */
#system .sc_left {
	width: 50%;
	float: left;
}

#system .sc_left table span {
	color: #0075c2;
}

#system .sc_right {
	width: 46%;
}

#system .sc_right {
	float: right;
}



/* recruit
-------------------------------------------------- */
/*   concepts   */
.recruit_btn ul {
    list-style: none;
}

.recruit_btn ul li {
	display: inline-block;
	margin: 0 15px;
}

.recruit_btn ul li a {
	width: 180px;
	display: inline-block;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

.recruit_btn li a {
	color: #fafafa;
	padding: 20px 0;
	background-color: #111;
	border-bottom: 1px solid #c1ab05;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.recruit_btn li a:hover {
	background-color: #c1ab05;
}
	



/*   staff   */
#staff table span {
	color: #c1ab05;
}

#staff table td.border_none a:hover {
	color: #c1ab05;
	border-bottom: 1px solid #c1ab05;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#staff table td p {
	margin: 0 0 8px 0;
	line-height: 1.6;
}

#staff table td p.space_none {
	margin: 0;
}

.staff01 .sc_left {
	width: 54%;
	float: left;
}

.staff01 .sc_right {
	float: right;
	width: 40%;
}

.staff02 .sc_left {
	width: 40%;
	float: left;
}

.staff02 .sc_right {
	float: right;
	width: 54%;
}

#staff .entry_btn {
	width: 400px;
}

#staff .entry_btn a h3 {
	color: #fafafa;
	padding: 20px 0;
	background-color: #111;
	border-bottom: 1px solid #c1ab05;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#staff .entry_btn a:hover h3 {
	background-color: #c1ab05;
}

#staff img {
	margin-top: 70px;
}



/*   question   */
#question dd.arrow {
	color:#c1ab05;
}
#question dd.arrow:before {
	border-right:1px solid #c1ab05;
	border-top:1px solid #c1ab05;
}
#question dd.arrow:after {
	border-bottom:1px solid #c1ab05;
}

#question .question dl {
	color:#c1ab05;
	padding: 20px 0;
	border-bottom: dotted 1px #333;
}
#question .question dl.border_none {
	border: none;
}
#question .question dt {
	color:#c1ab05;
	font-weight: bolder;
	line-height: 1.6;
	margin-bottom: 5px;
}
#question .question dd {
	color:#111;
	line-height: 1.6;
}



/* thanks
-------------------------------------------------- */
#thanks {
	text-align: center;
}

#thanks h3 {
	color: #E2041B;
}
	

#thanks p {
	font-size: 100.0%;
	margin-top: 15px;
}
	





/* privacy
-------------------------------------------------- */
#privacy {
	clear: both;
}

#privacy p, #privacy h6 {
	text-align: left;
	padding: 10px 25px 0 25px;
}

#privacy p {
	margin-bottom: 15px;
}

p#privacy_contact {
	text-align: right;
}