@charset "utf-8";
/*
theme Name: 株式会社星昌
Author: Plusers
Description: original theme
version： 1.0.0
*/

/*==========================
　　　　　　Reset
==========================*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	color: #231815;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: auto;
	padding:0;
	margin:0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

p {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #252525;
}

a, a:hover, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;  
  transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size: 1em;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

input:focus, textarea:focus {
  outline:none;
}

/*==========================
　　　　　　Common
==========================*/

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 0 80px;
}
.sc {
	box-sizing: border-box;
	padding: 80px 0 0;
}
.header_inner, .footer_inner {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
.eng {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.txt {
	line-height: 1.7;
	text-align: left;
}
.center {
	text-align: center;
}
.top_sctl {
	margin: 0 auto 32px;
	text-align: center;
}
.top_sctl .eng {
	display: block;
	font-size: 2.857em;
	font-weight: normal;
	letter-spacing: 1.5px;
	margin: 0 auto 4px;
}
.top_sctl .ja {
	display: block;
	color: #ca1f22;
	font-size: 1.071em;
}
.txtlink:hover {
	text-decoration: underline;
}
.tb {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.7;
}
.tb th,
.tb td {
	box-sizing: border-box;
	font-size: 0.929em;
}
.tb th {
	padding: 24px 16px;
	/*color: #197bb3;*/
	border-bottom: 2px solid #ca1f22;
	width: 12%;
	text-align: center;
	vertical-align: middle;
}
.tb td {
	padding: 24px;
	width: 90%;
	text-align: left;
	border-bottom: 2px solid #ECEEEF;
	font-weight: bold;
}

table.tb01 {
    width: 100%;
    margin-bottom: 1.875rem;
    border: solid 1px #ab7f4e;
	border-collapse: collapse;
	line-height: 1.7;
}
table.tb01 tr {
  border-bottom: dotted 0.0625rem #ccb295;
}
table.tb01 tr:last-child {
  border-bottom: none;
}
table.tb01 th {
  text-align: left;
  background: #eee5dc;
  padding:20px;
}
table.tb01 td {
  padding:20px;
}
table.tb01 td p { margin-bottom:10px;}
table.tb01 th:last-child {
  border-bottom: none;
}

/*==========================
　　　　　　Header
==========================*/
header, header.fixed {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;  
	transition: .2s;
}
header {
	box-sizing: border-box;
	padding: 0 16px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header.fixed {
	background: rgba(255,255,255,.94);
	border-bottom: 1px solid #f2f2f2;
}
header#lw_header {
	background: #fff;
}
.header_inner {
	padding: 9px 0;
	overflow: hidden;
}
.logo {
	float: left;
	margin:0;
	max-width: 90px;
	width: 100%;
}
.img_link a {
	display: block;
}
#gnav {
	float: right;
	margin-top: 10px;
}
#gnav ul {
	overflow: hidden;
	width: 100%;
}
#gnav li {
	float: left;
	font-weight: bold;
	margin: 0 24px 0 0;
}
#gnav li:last-child {
	margin-right: 0;
}
#gnav li a {
	display: block;
	position: relative;
	padding: 8px 0;
  font-size:18px;
}
#gnav li a:after,
#gnav li a:hover:after {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;  
	transition: .2s;
}
#gnav li:not(.gnav_contact) a:after {
	background: #ca1f22;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
}


.subheader,
.infoheader {
	margin-top:80px;
}
.subheader h1,
.infoheader h1 {
	text-align:center;
	color:#fff;
	padding:80px 0;
	margin:0;
}


body#company .subheader {
	background: url("images/sub_ttl_bg_company.jpg") no-repeat scroll 0 0 / cover;
}
body#business .subheader {
	background: url("images/sub_ttl_bg_business.jpg") no-repeat scroll 0 0 / cover;
}
body#recruit .subheader {
	background: url("images/sub_ttl_bg_recruit.jpg") no-repeat scroll 0 0 / cover;
}
body#contact .subheader {
	background: url("images/sub_ttl_bg_contact.jpg") no-repeat scroll 0 0 / cover;
}
body#privacy .subheader {
	background: url("images/sub_ttl_bg_privacy.jpg") no-repeat scroll 0 0 / cover;
}
.infoheader {
	background: url("images/sub_ttl_bg_info.jpg") no-repeat scroll 0 0 / cover;
}

/*==========================
　　　　　　 パンくず
==========================*/
.breadcrumbs {
    background: #ca1f22;
    padding: 0.75rem 10px;
    box-shadow: 0 6px 8px -6px rgba(51, 51, 51, 0.7) inset;
	color:#fff;
	font-size:11px;
}
.breadcrumbs a {
	color:#fff;
	text-decoration:underline;
}

/*==========================
　　　　　　 Top
==========================*/
#main {
	position:relative;
}
#main p {
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: "Arapey", serif;
	font-size: 3.4em;
	letter-spacing: 2px;
	text-align: center;
	box-sizing: border-box;
	text-shadow: 2px 4px 3px rgba(255,255,255,0.3);
	z-index:1;
}

canvas {
	display: block;
}

.top_head {
	color: #fff;
	font-family: "Arapey", serif;
	font-size: 2.4em;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 16px;
	box-sizing: border-box;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.liquid-box {
  position: relative;
}

.liquid-box + .liquid-box {
  margin-top: 320px;
  margin-bottom:200px;
}

.liquid-box .text {
  padding-left: 8.57%;
  position: relative;
  z-index: 10;
}

.liquid-box .text > .inner {
  width: 42.51%;
  box-sizing: border-box;
  padding: 80px 48px 88px;
  background: rgba(244, 244, 244, 0.9);
  position: relative;
}

.liquid-box .text > .inner:after {
  content: '';
  display: block;
  width: 21px;
  height: 95px;
  background: url("images/icn-box-arrow.png");
  background-size: 21px 95px;
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -47.5px;
}

.liquid-box .text > .inner .inner {
  width: auto;
  max-width: 308px;
  margin: 0 auto;
}

.liquid-box .text > .inner .inner .headline {
  margin-bottom: 48px;
}

.liquid-box .text > .inner .inner .elm-btn {
  margin-top: 32px;
}

.liquid-box .image {
  position: absolute;
  top: 70px;
  right: 0;
  width: 61.49%;
  height: 490px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.liquid-box.right .text {
  padding-left: 0;
  padding-right: 8.57%;
}

.liquid-box.right .text:after {
  content: "";
  display: block;
  clear: both;
}

.liquid-box.right .text > .inner {
  float: right;
}

.liquid-box.right .text > .inner:after {
  transform: scale(-1, 1);
  right: auto;
  left: -21px;
}

.liquid-box.right .image {
  right: auto;
  left: 0;
}
.content .company {
  margin-top: 144px;
}

.company .image {
  top: 46px;
  height: 514px;
  background-position: 50% 0%;
  background-image: url("images/img-company.jpg");
  z-index:-1;
}

.service .image {
  top: 46px;
  height: 514px;
  background-position: 50% 0%;
  background-image: url("images/img-service.jpg");
  z-index:-1;
}


.about { margin:80px 0;}
.about .elm-paragraph {
    width: 680px;
	margin:0 auto;
}
.elm-paragraph {
    font-size: 15px;
    line-height: 1.93;
    margin-bottom:32px;
}

.blog_list {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 30px;
}
.blog_list th {
	font-weight: 400;
}
.blog_list td {
	padding: 0;
	position: relative;
}
.blog_list td a {
	display: block;
	padding: 24px;
	position: relative;
	font-weight: bold;
}
.blog_list td a:hover { color:#ca1f22;}


/*==========================
　　　　　　Lower
==========================*/
.container {
	margin:30px auto 60px;
    max-width: 960px;
    width: 100%;
}
.lw_sctl {
    text-align: left;
    overflow: hidden;
    margin: 0 0 30px;
}
.lw_sctl .eng {
    float: left;
    font-size: 2.857em;
    font-weight: 400;
    letter-spacing: 1px;
}
.lw_sctl .ja {
    font-size: 1em;
    color: #ca1f22;
    display: block;
    float: left;
    padding: 24px 0 0 24px;
}
h3 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #ca1f22;
  margin-bottom:20px;
}
.greeting { overflow:hidden; margin:0 auto 30px;}
.greeting .ph { float:right; width:40%;}
.greeting .txt { float:left; width:55%;}
.greeting .txt p { margin-bottom:15px;}

.lead {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
}
.lead .ph { float:left; width:30%}
.lead .txt { float:right; width:65%;}
.lead .txt dl dt {
	font-size: 1.5em;
	font-weight:bold;
    color: #1a448b;
	line-height:1.5em;
	margin-bottom:20px;
}

.business_box { overflow:hidden; margin:30px 0;}
.business_box li {
	border: 1px solid #e5e5e5;
	border-top: #ca1f22 6px solid;
    padding: 16px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
}
.business_box li:last-child { }

.business_box li dl dd { margin-bottom:20px;}
.business_box li .ph {
	float:left;
	width:50%;
}
.business_box li .txt {
	float:right;
	width:47%;
}
.business_box li .txt dl dt img {
	width: 50%;
	margin: 20px auto;
	display: block;
}

.recruiting { overflow:hidden;}
.recruiting .txt { float:left; width:50%;}
.recruiting .ph { float:right; width:45%;}
.kiji {
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	padding:20px;
}
.kiji h1 {
	margin-bottom:20px;
	font-size:20px;
}
.kiji-info {
	text-align:right;
}
.kiji p { margin-bottom:10px;}
.kiji-list {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.kiji-list .thum {
	float:left;
	width:15%;
	margin-right:20px;
}
.kiji-list .text {
	float: right;
	width: 82%;
}
.kiji-list .text h2 a{
	font-size:20px;
	color:#ca1f22 !important;
}
.kiji-list .text h2 a:hover {
	text-decoration:underline;
}

#privacy h3 {
	font-size:24px;
	color:#1a448b;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:none;
}
#privacy h4 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #1a448b;
  margin-bottom:20px;
}
#privacy h5 { margin-bottom:20px; margin-top:20px;}
#privacy table {
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#privacy table tr th {
    padding: 10px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
#privacy table tr td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    vertical-align: top;
}
#privacy table tr:nth-child(2n) {
    background-color: rgba(220,220,220,0.2);
}
#privacy ul li { margin-bottom:10px;}


/*==========================
　　　　　　Footer
==========================*/
footer {
	background: #231815;
	padding: 60px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.929em;
}
footer a {
	color: #fff;
}
#footer_nav {
	margin: 0 auto 56px;
}
#footer_nav ul {
	overflow: hidden;
	width: 100%;
	text-align:center;
}
#footer_nav li {
	border-right: 1px solid rgba(255,255,255,.32);
	box-sizing: border-box;
	font-weight: bold;
	font-size: 12px;
	display:inline-block;
}
#footer_nav li:last-child {
	border-right: none;
}
#footer_nav li a {
	display: block;
	padding: 0 21px;
	box-sizing: border-box;
}
#footer_nav li a:hover {
	text-decoration: underline;
}
.footer_logo {
	max-width: 160px;
	width: 100%;
	margin: 0 auto 16px;
}
.footer_info {
	line-height: 1.7;
	letter-spacing: .5px;
}
.copy {
	display: block;
	text-align: center;
	width: 100%;
	margin: 48px auto 0;
	font-size: 1.071em;
	font-weight: 400;
	letter-spacing: .5px;
}


/*==========================
　　　　　　button
==========================*/

.button {
  display:block;
  margin:0 auto;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button01 {
  position: relative;
  z-index: 2;
  background-color: #231815;
  border: 2px solid #231815;
  color: #fff;
  line-height: 50px;
}
.button01:hover {
  background-color: #fff;
  border-color: #ca1f22;
  color: #ca1f22;
}
.button01::before,
.button01::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #231815;
}
.button01::before {
  right: 0;
}
.button01::after {
  left: 0;
}
.button01:hover::before,
.button01:hover::after {
  width: 0;
  background-color: #ca1f22;
}
/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}

/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.w20 { width:100% !important;}
.w25 { width:100% !important;}
.w30 { width:100% !important;}
.w35 { width:100% !important;}
.w40 { width:100% !important;}
.w45 { width:100% !important;}
.w50 { width:100% !important;}
.w55 { width:100% !important;}
.w60 { width:100% !important;}
.w65 { width:100% !important;}
.w70 { width:100% !important;}
.w75 { width:100% !important;}
.w80 { width:100% !important;}

/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry {
	border-collapse: collapse;
	width:100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0;
  overflow: auto;
}

@media(max-width:768px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}