@charset "UTF-8";

html {-webkit-text-size-adjust:100%;}

*,
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	background: #fff none repeat scroll 0 0;
}
#page {
	margin:0;
	padding:0;
	width:100%;
	min-width:970px;
	position:relative;
}
.basic-page a:hover {
	opacity:0.8;
}
.basic-page strong {
	font-weight: bold;
}

.mt0 { margin-top   :  0px; }
.mt3 { margin-top   :  3px; }
.mt5 { margin-top   :  5px; }
.mt10{ margin-top   : 10px; }
.mt15{ margin-top   : 15px; }
.mt20{ margin-top   : 20px; }
.mt30{ margin-top   : 30px; }

.mr0 { margin-right :  0px; }
.mr5 { margin-right :  5px; }
.mr10{ margin-right : 10px; }
.mr15{ margin-right : 15px; }
.mr20{ margin-right : 20px; }
.mr30{ margin-right : 30px; }
.mr40{ margin-right : 40px; }

.mb0 { margin-bottom:  0px; }
.mb4 { margin-bottom:  4px; }
.mb5 { margin-bottom:  5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }

.ml0 { margin-left  :  0px; }
.ml5 { margin-left  :  5px; }
.ml10{ margin-left  : 10px; }
.ml15{ margin-left  : 15px; }
.ml20{ margin-left  : 20px; }

.basic-page .AreaR { float: right; }
.basic-page .AreaL { float: left; }

.basic-page img {
	max-width:none;
}
.basic-page .for_pc {
	display: block !important;
}
.basic-page .for_spn {
	display: none !important;
}
.basic-page sup {
	font-size:50%;
}
.basic-page .note {
	font-size:12px !important;
}
.basic-page h1,
.basic-page h2,
.basic-page h3,
.basic-page ul,
.basic-page li {
	margin:0;
	padding:0;
}
.basic-page p{
	margin-top:0;
	margin-bottom:0;
	padding:0;
	line-height:130%;
}
.basic-page ul li{
	list-style-type:none;
}

/* clear */
.clear{
	clear:both;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


/* header */
#page #globalheader {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  text-align: center;
  width:100%;
  padding: 8px 0;
  position: fixed;
  top: 0;
  z-index:22;
}
#page #globalheader_in {
  width:970px;
  margin:0 auto;
}
/*.global_fixed {
    position: fixed;
    top: 0;
    width:100%;
}*/
#globalheader h1 {
	padding:0;
	margin:0 0 0 25px;
	float:left;
	height:64px;
}
#globalheader h1 img {
	padding:0;
	margin:0;
}
#globalheader #menu_info {
	margin:0 25px 0 0;
	padding:4px 0 0;
	float:right;
}
#globalheader #global_menu {
  display: table;
  table-layout: fixed;
  text-align: center;
  width:500px;
  margin:0;
  padding:0 0 0 10px;
  float:left;
}
#globalheader #global_menu li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #000;
  /*width:122px;*/ /*4つ*/
  width:98px;
  font-family: "Sawarabi Mincho";
  letter-spacing:2px;
}
#globalheader #global_menu li:last-child {
  border-right: 1px solid #000;
}
#globalheader #global_menu li a {
  color: #000;
  display: block;
  /*font-size: 15px;*/ /*4つ*/
  font-size: 13px;
  text-decoration: none;
  padding: 20px 0;
}
#globalheader #global_menu li a:visited,
#globalheader #global_menu li a:link {
	text-decoration: none;
	color:#000;
}
#globalheader #global_menu li a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#fff;
}


/*  main  */
main #main_area {
    width:100%;
	height:570px;
	position:relative;
	z-index:2;
	overflow:hidden;
	display:block;
}
main #main_area img {
    width:100%;
}
main #main_area #main1 {
	background: url("../img/pct_main01.jpg") no-repeat scroll;
	height:570px;
	width:100%;
	background-position:50% 0% ;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
main #main_area #main2 {
	background: url("../img/pct_main02_n.jpg") no-repeat scroll;
	height:570px;
	width:100%;
	background-position:50% 0% ;
	background-size:cover;
	display:none;
}
main #main_area #main3 {
	background: url("../img/pct_main03.jpg") no-repeat scroll;
	height:570px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
	display:none;
}
main #main_area #main1 h2,
main #main_area #main2 h2,
main #main_area #main3 h2 {
	position:absolute;
	top:60%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:2;
}
main #main_area #main1 h2 {
	width:560px;
}
main #main_area #main2 h2 {
	width:360px;
}
main #main_area #main3 h2 {
	width:349px;
}

/* sections 共通 */
main .basic-page section {
	min-width:970px;
	padding-bottom:60px;
	padding-top:60px;
}
main .unicom-cont {
	width:950px;
	margin:0 auto;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main .basic-page section h2 {
	text-align:center;
	margin:0;
	padding:0 0 40px;
}
main .basic-page .unicom-cont h3 {
	text-align:center;
	margin:0;
	padding:0 0 30px;
}

/* about us */
#about {
	background: url("../img/pct_about_bg.jpg") no-repeat scroll;
	min-height:645px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
}
#about p {
	text-align:center;
	line-height:240%;
}
#about p .spn_about {
	display:none;
}
/* profile */
#profile {
	background: url("../img/pct_profile_bg.jpg") no-repeat scroll;
	min-height:650px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
}
#profile ul li {
	line-height:200%;
	font-size: 16px;
}
#profile .pct_area {
	width:400px;
}
#profile .pct_area img {
	width:100%;
}
/* works */
#works {
	background: url("../img/pct_works_bg.png") no-repeat scroll;
	min-height:1340px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
}
main .basic-page #works .unicom-cont h3 {
    padding-bottom: 20px;
}
main .basic-page #works .unicom-cont h4 {
    padding:0;
	margin:0;
}
main .basic-page #works .unicom-cont .works_block_in {
    padding:0 0 1em;
}
main .basic-page #works .unicom-cont p {
	padding-left:1em;
	line-height:150%;
}
#works .works_block {
	padding:0 150px;
	padding-bottom:80px;
}
#works .works_block .list_c {
	color:#2944b9;
}
#works .works_photo_l {
	float:left;
	width:50%;
	text-align:center;
}
#works .works_photo_r {
	float:right;
	width:50%;
	text-align:center;
}
#works .works_photo_l img,
#works .works_photo_r img {
	width:100%;
}
/* access */
#access {
	background: url("../img/pct_profile_bg.jpg") no-repeat scroll;
	height:650px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
	padding-bottom:0;
}
#access p {
	text-align:center;
	line-height:180%;
}
#access .access_txt {
	min-height:162px;
}
/* recruit */
#recruit {
	width:100%;
}
table.recruit_txt{
	/*border:#c5c5c5 solid;
	border-width:1px 0 0 1px;
	margin-top:15px;
	margin-bottom:10px;*/
	width:600px;
	margin:0 auto;
}
table.recruit_txt th,
table.recruit_txt td{
	padding:5px;
	text-align:left;
	line-height:150%;
	font-size: 16px;
	/*border:#c5c5c5 solid;
	border-width:0 1px 1px 0;*/
	vertical-align:top;
}
table.recruit_txt th{
	white-space: nowrap;
}


/* footer */
#page #globalfooter {
	background-color:#e6e6e6;
	text-align: center;
	width:100%;
	padding: 10px 0;
}
#page #globalfooter p {
	line-height:130%;
	font-size: 11px;
	margin:0;
	padding:0;
}

/* ページTOP */
#fixedTop {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: none;
    background: #2944b9;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
#fixedTop:visited,
#fixedTop:link {
	text-decoration: none;
}
#fixedTop:hover {
	text-decoration: none;
}




@media only screen and (max-width: 641px) {
.basic-page img { max-width: 100%; }
#page {
	min-width:100%;
}
main #unicom-cont{
	padding:0;
	width: 100%;
	margin: 0;
}
.basic-page .for_pc {
	display: none !important;
}
.basic-page .for_spn {
	display: block !important;
}
.basic-page .AreaR { float: none; }
.basic-page .AreaL { float: none; }

/* header */
#page #globalheader_in {
  width:100%;
  margin:0;
}
#globalheader h1 {
	padding:0;
	margin:0 0 0 25px;
	float:left;
	height:88px;
	width:50%;
}
#globalheader h1 img {
	width:100%;
	height:auto;
}
#globalheader #menu_info {
	margin:0 25px 0 0;
	padding:4px 0 0;
	float:right;
	width:35%;
}
#globalheader #global_menu {
  width:100%;
  margin:0;
  padding:0 10px 0;
  float:none;
  clear:both;
}
#globalheader #global_menu li {
  /*width:25%;*/ /*4つ*/
  width:20%;
  letter-spacing:2px;
}
#globalheader #global_menu li a {
  color: #000;
  display: block;
  /*font-size: 15px;*/ /*4つ*/
  font-size: 13px;
  text-decoration: none;
  padding: 5px 0;
}
#lets_contents ul#hmenu_sub li a:visited,
#lets_contents ul#hmenu_sub li a:link {
	text-decoration: none;
	color:#000;
}
#globalheader #global_menu li a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color:#fff;
}

/*  main  */
main #main_area {
    width:100%;
	height:400px;
	position:relative;
	z-index:2;
	overflow:hidden;
	display:block;
}
main #main_area #main1 {
	background: url("../img/pct_main01_spn.jpg") no-repeat scroll;
	height:400px;
	width:100%;
	background-position:50% 0% ;
	background-size:cover;
}
main #main_area #main2 {
	background: url("../img/pct_main02_n_spn.jpg") no-repeat scroll;
	height:400px;
	width:100%;
	background-position:50% 0% ;
	background-size:cover;
	display:none;
}
main #main_area #main3 {
	background: url("../img/pct_main03_spn.jpg") no-repeat scroll;
	height:400px;
	width:100%;
	background-size:cover;
	background-position:50% 0% ;
	display:none;
}
main #main_area #main1 h2,
main #main_area #main2 h2,
main #main_area #main3 h2 {
	position:absolute;
	top:70%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:2;
}
main #main_area #main1 h2 img,
main #main_area #main2 h2 img,
main #main_area #main3 h2 img {
	width:100%;
}

/* sections 共通 */
main .basic-page section {
	min-width:100%;
	padding-bottom:60px;
	padding-top:60px;
}
main .unicom-cont {
	width:95%;
	margin:0 auto;
}
main .basic-page section h2 {
	text-align:center;
	padding-bottom:40px;
}
main .basic-page .unicom-cont h3 {
	/*text-align:center;
	padding-bottom:30px;*/
	width:80%;
	margin:0 auto;
}


/* about us */
#about {
	min-height:auto;
}
#about p {
	text-align:left;
	line-height:200%;
	font-size:14px;
}
/* profile */
#profile {
	min-height:auto;
}
#profile ul li {
	font-size: 14px;
}
#profile .pct_area {
	width:auto;
	padding-top:20px;
}
/* works */
#works {
	min-height:auto;
}
#works .works_block {
	padding:0;
	padding-bottom:40px;
}
/* access */
#access {
	height:650px;
}
#access p {
	text-align:center;
	line-height:180%;
}

/* recruit */
#recruit {
	width:100%;
}
table.recruit_txt{
	width:100%;
	margin:0;
}

/* ページTOP */
#fixedTop {
    right: 10px;
    bottom: 10px;
}

}

@media only screen and (max-width: 561px) {
/*  main  */
main #main_area #main1 h2 {
	width:420px;
}
main #main_area #main2 h2 {
	width:270px;
}
main #main_area #main3 h2 {
	width:262px;
}
}

@media only screen and (max-width: 420px) {
/* header */
#globalheader h1 {
	padding:0;
	margin:0 0 0 10px;
	height:57px;
	width:50%;
}
#globalheader #menu_info {
	margin:0 10px 0 0;
	padding:4px 0 0;
	width:35%;
}
#globalheader #global_menu li {
  letter-spacing:0;
}

/*  main  */
main #main_area {
	height:300px;
}
main #main_area #main1 {
	height:300px;
}
main #main_area #main2 {
	height:300px;
}
main #main_area #main3 {
	height:300px;
}
main #main_area #main1 h2,
main #main_area #main2 h2,
main #main_area #main3 h2 {
	position:absolute;
	top:70%;
	left:50%;
}
main #main_area #main1 h2 {
	width:310px;
}
main #main_area #main2 h2 {
	width:200px;
}
main #main_area #main3 h2 {
	width:193px;
}

/* profile */
#profile ul li .spn_pro1 {
	display:inline-block;
	padding-left:5.5em;
}
#profile ul li .spn_pro2 {
	display:inline-block;
	padding-left:4em;
}
/* works */
main .basic-page #works .unicom-cont p {
	font-size: 14px;
}
#works .works_photo_l {
	float:none;
	width:100%;
	font-size: 14px;
}
#works .works_photo_r {
	float:none;
	width:100%;
	padding-top:20px;
	font-size: 14px;
}
/* access */
#access {
	height:608px;
}
#access p {
	text-align:left;
	line-height:180%;
	font-size: 14px;
}
#access .access_txt {
	min-height:auto;
	padding-bottom:20px;
}
#access p .spn_access {
	display: inline-block;
}
/* recruit */
table.recruit_txt th,
table.recruit_txt td{
	font-size: 14px;
}

}

@media only screen and (max-width: 380px) {
/* header */
#globalheader h1 {
	height:52px;
}
/* access */
#access {
	height:633px;
}
/* footer */
#page #globalfooter p .spn_footer  {
	display: inline-block;
}
}

@media only screen and (max-width: 361px) {
/* header */
#globalheader h1 {
	height:50px;
}
}

@media only screen and (max-width: 320px) {
/* header */
#globalheader h1 {
	height:45px;
}
#globalheader #global_menu li a {
  font-size: 12px;
}

/* profile */
#profile ul li .spn_pro3 {
	display:inline-block;
	padding-left:4em;
}
}

