@charset "utf-8";

.tab {display:block !important;}

body {
  -webkit-text-size-adjust: 100%;
}

input,textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

/* =======================================

	Header CSS

========================================== */
#globalHeader {
	box-sizing: border-box;
	padding: 20px 0 0 20px;
	position: relative;
}

#globalHeader #site-title {
	width: 112px;
	float: left;
}

#globalHeader .langNavi {
	margin: 0 85px 0 0;
}

#menu {
	width: 45px;
	height: 38px;
	position: absolute;
	cursor: pointer;
    z-index: 30;
    top: 20px;
    right: 20px;
}

#menu .bar {
	display: inline-block;
	width: 45px;
	height: 6px;
	background-color: #004ea2;
	position: absolute;
	transition: .15s ease-in-out;
}

#bar01 {
	top: 0;
}
#bar02 {
	top: 16px;
}
#bar03 {
	top: 32px;
}
.active #bar01 {
	top: 16px;
	transform: rotate(45deg);
	background-color: #ffffff;
}
.active #bar02 {
	width: 0;
}
.active #bar03 {
	top: 16px;
	transform: rotate(-45deg);
	background-color: #ffffff;
}

#globalHeader #globalNavi {
	float: none;
	margin: 0 0 0 0;
	padding: 100px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100vh;
	box-sizing: border-box;
	background-color: #004ea2;
	box-shadow:0px 0px 9px 4px #c1c1c1;
	z-index: 1;
	display: none;
}

#globalHeader #globalNavi ul li {
	float: none;
	padding: 20px 0;
	position: relative;
	width: 100%;
	text-align: center;
}

#globalHeader #globalNavi ul li:first-child {
	padding: 20px 0;
}

#globalHeader #globalNavi ul li:after {
	content: "";
	width: 50%;
	height: 1px;
	background-color: #ffffff;
	top: inherit;
	bottom: 0;
	right: 25%;
}

#globalHeader #globalNavi ul li a {
	color: #ffffff;
}

/* =======================================

	Structure CSS

========================================== */
.wrapperUnder {
	padding: 45px 0 0 0;
	min-height: auto;
}

.boxContentsWrapper {
	margin: 0 5% 45px 5%;
	box-sizing: border-box;
}

/* =======================================

	Text Decorations CSS

========================================== */
.titBig {
	font-size: 130%;
	letter-spacing: 3px;
}

.titBigMid {
	font-size: 120%;
	letter-spacing: 2px;
}

.titMid {
	font-size: 110%;
	letter-spacing: 1px;
}

/* =======================================

	Footer CSS

========================================== */
#globalFooter {
	background-image: url(../img/common/sp/bg_footer.jpg);
	padding: 40px 0 120px 0;
	text-align: center;
}

#globalFooter p.btnPageTop {
	display: none;
}

#globalFooter .logo {
	margin: 0 0 40px 0;
}

#globalFooter .logo a {
	margin: 0 auto;
}

#globalFooter .left {
	float: none;
}

#globalFooter .left ul:first-child {
	margin: 0 0 30px 0;
}

#globalFooter .left ul:first-child li {
	float: none;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
}

#globalFooter .left ul:first-child li:after {
	display: none;
}

#globalFooter .left ul:first-child li:last-child {
	margin: 0;
	padding: 0;
}

#globalFooter .left ul:nth-child(2) {
	margin: 0 0 30px 0;
}

#globalFooter .left ul:nth-child(2) li {
	float: none;
	margin: 0 0 12px 0;
	display: inline-block;
}

#globalFooter .left ul:nth-child(2) li:first-child {
	margin: 0 30px 12px 0;
}

#globalFooter .left ul:nth-child(2) li:last-child {
	display: block;
}

#globalFooter .left ul:last-child {
	margin: 0 0 30px 0;
}

#globalFooter .left ul:last-child li {
	float: none;
	display: inline-block;
	margin: 0 20px;
}

#globalFooter .left ul:last-child li:last-child {
	margin: 0 20px;
}

#globalFooter .right {
	float: none;
}

#globalFooter .right p {
	line-height: 180%;
	color: #ffffff;
}

/* =======================================

	共通

========================================== */
.boxBreadCrumbs {
	display: none;
}
.mt100 {margin-top: 50px !important;}

.headerUnder {
	margin: 0 0 60px 0;
}

.scrollTarget {
	margin-top: -20px !important;
	padding-top: 30px;
}

/* =======================================

	トップページ

========================================== */
.boxHomeMain {
	top: -80px;
}

.boxHomeMainVideo iframe,
.boxHomeMainVideo video {
	height: 40vh;
}

.boxHomeNews {
	margin: -80px 5px 60px 5px;
}

.boxHomeNews .inner {
	margin: 0 5% 30px 5%;
}

.boxHomeNews .inner div time {
	width: 15%;
}

.boxHomeNews .inner div dl {
	width: 85%;
}

.boxHomeBanner .inner {
	margin: 0 5%;
}

.boxNewsIndex div time {
	width: 15%;
}

.boxNewsIndex div dl {
	width: 75%;
}

.boxHomeRecruit {
	background-attachment: inherit;
	background-size: cover;
}

/* =======================================

	会社案内

========================================== */
.boxAbout01 {
	margin: 0 0 30px 0;
	padding: 0 20px 20px 20px;
}

.boxAbout01 h2 {
	margin: -15px 0 20px 0;
	letter-spacing: 3px;
}

.boxAbout01 p {
	line-height: 200%;
	font-size: 110%;
	text-align: left;
}

/* =======================================

	お問い合わせ

========================================== */
.localNavi {
	margin: 0 0 40px 0;
}

.boxFaq dl dt {
	padding: 20px 0 20px 60px;
}

.boxFaq dl dd {
	padding: 20px 0 20px 60px;
}

.boxFaq {
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
}

/* =======================================

	作品紹介

========================================== */
.boxProductsDetail02 section {
	margin: 0 5%;
}

.boxProductsDetail03 {
	margin: 0 0 -20px 0;
}

.boxProductsDetail05 iframe,
.boxProductsDetail05 video {
	height: 380px;
}

.boxProductsDetail08 p {
	text-align: left;
	margin: 0 5%;
}

/* =======================================

	採用情報

========================================== */
.boxHrDetail01 {
	margin: -40px 0 20px 0;
}

.boxHrDetailBg .inner {
	margin: 0 5%;
}

.boxHrIndex02 span,
.boxHrIndex02 a {
	font-size: 110% !important;
}

.hr .boxBg {
	padding: 30px 0;
}

.boxHrIndex02 span:before {
	content: "";
	background-image: url(../img/hr/bg_index_01.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.boxHrIndex02 span:after {
	content: "";
	background-image: url(../img/hr/bg_index_02.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.boxHrIndex02 {
	margin: 0 5%;
}

.boxHrIndex02 a dl dt {
	font-size: 110%;
}