@charset "UTF-8";

/*   
Theme Name: Relife Japan
Description: Relife Japan
Version: 2019.02
Author: YH
*/

/* Reset
-------------------------------------------------------------- */

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, font, 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;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input, button, select, textarea {
	/* -webkit-appearance: none; */
	border-radius: 0;
}

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

/* style
-------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.8em;
  opacity: 0;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
  transition: opacity 1s ease;
  letter-spacing: 0.05em;
  background: #76031a;
	overflow: hidden;
}
body.active,
body#inner {
	opacity: 1;
}
body p {
	color: inherit;
	font-size: 14px;
	line-height: 1.8em;
}
a, a img {
	text-decoration: none;
	color: #4d4d4d;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
a:hover {
	opacity: 0.75;
}

a:hover img {
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
span {
	font-weight: inherit;
	line-height: inherit;
}
.non_pc { display: none !important; }


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

	Common

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

.wrapper {
	min-width: 1000px;
	overflow: hidden;
}

.main {
	z-index: 100;
	margin: 0 auto;
	padding: 0;
	position: relative;
	transition: opacity 0.3s ease;
	height: calc(100% - 200px);
	padding: 100px 0;
}
.main > .inner {
	position: relative;
	height: 100%;
	margin: 0 6%;
	transition: margin 1s ease, opacity 1s +0.3s ease;
}

/* Header *******************************/
header {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	top: 0;
	z-index: 990;
}
header.show {

}
header h1 {
	float: left;
	padding: 15px 0;
}
header h1 a {
	position: relative;
	display: block;
	padding: 10px 30px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 50px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
	background: url("../images/img_logo.png") no-repeat 30px center;
	background-size: 75px 50px;
}
header h1 a img {
	float: left;
	width: 75px;
	margin-right: 20px;
}
header .link {
	float: right;
	height: 50px;
    margin: 15px 15px 15px 0;
}
header .link a {
	display: block;
	float: left;
	color: rgba(255, 255, 255, 0.8);
	line-height: 50px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 10px 15px;
}
header .link a img {
	float: left;
	width: 50px;
	margin-right: 0px;
	opacity: 0.85;
}
header .link a.bt_contact {
	background: url("../images/icon_contact.png") no-repeat 15px center;
	background-size: 50px 50px;
}

/* Footer *******************************/
footer {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	bottom: 0;
	z-index: 990;
}
footer .gmenu {
	padding: 15px 15px 15px 3px;
	height: 62px;
}
footer .gmenu ul {
	
}
footer .gmenu ul li {
	float: left;
	width: calc(20.5% - 26px);
	text-align: center;
	margin-left: 12px;
}
footer .gmenu ul li.bt_recruiting,
footer .gmenu ul li.bt_security {
	width: calc(18% - 19px);
}
footer .gmenu ul li.bt_security  {
	margin-top: 6px;
}
footer .gmenu ul li a {
	display: block;
	text-align: center;
	background: url("../images/bg_m_originality.png") no-repeat center center;
	background-size: 200px 35px !important;
	background-color: rgba(237, 28, 36, 0.8);
	line-height: 62px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
footer .gmenu ul li.bt_service a {
	background: url("../images/bg_m_service.png") no-repeat center center;
	background-color: rgba(246, 163, 0, 0.8);
}
footer .gmenu ul li.bt_corporate a {
	background: url("../images/bg_m_corporate.png") no-repeat center center;
	background-color: rgba(17, 38, 44, 0.7);
}
footer .gmenu ul li.bt_ir a {
	background: url("../images/bg_m_ir.png") no-repeat center center;
	background-color: rgba(9, 53, 68, 0.74);
}
footer .gmenu ul li.bt_recruiting a,
footer .gmenu ul li.bt_security a {
	background: rgba(255, 255, 255, 0.7);
	line-height: 28px;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
}
footer .gmenu ul li a:hover {
	opacity: 1;
	background-color: rgba(237, 28, 36, 1);
}
footer .gmenu ul li.bt_service a:hover {
	background-color: rgba(246, 163, 0, 1);
}
footer .gmenu ul li.bt_corporate a:hover {
	background-color: rgba(17, 38, 44, 1);
}
footer .gmenu ul li.bt_ir a:hover {
	background-color: rgba(9, 53, 68, 0.94);
}
footer .gmenu ul li.bt_recruiting a:hover,
footer .gmenu ul li.bt_security a:hover {
	background: rgba(255, 255, 255, 1);
}
footer .gmenu ul li.bt_blog {
	width: 50px;
	margin-top: -31px;
}
footer .gmenu ul li.bt_blog a {
	background: none;
	line-height: 1.5em;
	font-size: 12px;
}
#inner footer .gmenu ul li.bt_blog a {
	color: #525f62;
}

/* before line */
.b_line {
	position: relative;
}
.b_line::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #ccc;
}

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

	Index

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

#index .wrapper {
    background: url(../images/bg_visual2.jpg) no-repeat center top #e6e6e6;
    /* background-size: auto 100%; */
}
#index .mask {
	overflow: hidden;
	transition: all 1s ease;
}
#index.move .mask {
	height: 0 !important;
}
#index .main {
	background: url("../images/bg_visual1.jpg") no-repeat center center;
	background-size: cover;
	padding: 0;
	height: 100%;
}
#index .copy {
	position: absolute;
	top: 50%;
	left: 0;
	color: #e6e6e6;
	font-size: 43px;
	font-weight: 700;
	margin-top: -160px;
}
#index .en {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: 12px;
	width: 365px;
}
#index .bt_modal {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: 85px;
	width: 365px;
	display: block;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	width: 240px;
	font-weight: bold;
	color: #790016;
	font-size: 16px;
}
#index .bt_modal:hover {
	background: #fff;
	opacity: 1;
}

.remodal-overlay {
	background: rgba(121, 0, 22, 0.8);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 500px;
	padding: 0;
	background: none;
	/* padding: 100px 0 0 0; */
	/* margin-bottom: 40px; */
	text-align: left;
}
.remodal > .inner {
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
	padding: 50px 50px;
	font-size: 13px;
	text-align: center;
}
.remodal .title {
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	background: #d61721;
}
.remodal .title::before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	left: 7px;
	top: 0;
	background: url(../images/img_logo_w.png) no-repeat left 80%;
	background-size: 100% auto;
    width: 80px;
    opacity: 0.4;
}
.remodal .vision .text {
	font-weight: bold;
}
.remodal .vision .text img {
	display: block;
	width: 280px;
	margin: 26px auto 7px auto;
}
.remodal .mission {
	margin-top: 30px;
}
.remodal .mission .title {
	background: #de850e;
}
.remodal .mission .text {
	text-align: left;
	margin-left: 75px;
}
.remodal .mission .text .list {
	position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 16px;
    margin-left: 0px;
}
.remodal .mission .text .list::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #bbbbbb;
    left: -20px;
    top: 9px;
}


.remodal-close {
	left: auto;
	right: 0;
	top: 10px;
	width: 60px;
}
.remodal-close::before {
    display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #656565;
	left: 17px;
    top: 50%;
    transform: rotate(-30deg);
}
.remodal-close::after {
    transform: rotate(30deg);
}
.remodal.img {
	
}
.remodal.img img {
    display: block;
    margin: 0 auto;	
}



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

	Inner

=========================================================================================== */
#inner {
	background: #e6e6e6;
}
#inner .main {
	opacity: 1;
	background: url("../images/bg_visual2.jpg") no-repeat center top;
	/* background-size: auto 100%; */
}
#inner .main > .inner {
	opacity: 0;	
}
#inner.active .main,
#inner.active .main > .inner {
	opacity: 1;
}
#inner header h1 a,
#inner header .link a {
	color: #780017;
}
#inner header h1 a img,
#inner header .link a.bt_contact img {
	opacity: 0;
}
#inner .content {
	position: relative;
	background: url("../images/bg_originality.png") no-repeat -10px 40px;
	background-size: auto 58px;
	background-color: rgba(255, 255, 255, 0.7);
	height: calc(100% - 20px);
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 8px 8px 0 rgba(236, 68, 74, 0.1);
	overflow: hidden;
}
#inner.service .content {
	background-image: url("../images/bg_service.png");
	box-shadow: 8px 8px 0 rgba(246, 163, 0, 0.1);
}
#inner.corporate .content {
	background-image: url("../images/bg_corporate.png");
	box-shadow: 8px 8px 0 rgba(17, 38, 44, 0.1);
}
#inner.recruiting .content {
	background-image: url("../images/bg_recruiting.png");
	box-shadow: 8px 8px 0 rgba(128, 128, 128, 0.1);
}
#inner.ir .content {
	background-image: url("../images/bg_ir.png");
	box-shadow: 8px 8px 0 rgba(17, 31, 44, 0.1);
	background-position: 10px 40px;
}
#inner.form .content,
#inner.privacypolicy .content,
#inner.security .content {
	background-image: none;
	box-shadow: 8px 8px 0 rgba(128, 128, 128, 0.1);
}
	
#inner .content::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	background: url("../images/bg_gradient.png?v=1") repeat 0 0;
	z-index: 1000;
	pointer-events: none;
	opacity: 0.9;
}
#inner.corporate .content::before {
	bottom: 47px;
}
#inner.originality .content h2,
#inner.service .content h2,
#inner.corporate .content h2,
#inner.ir .content h2,
#inner.recruiting .content h2 {
	position: absolute;
	width: 270px;
	background: #d5d5d5;
	border-radius: 0 0 0 10px;
	top: 0;
	right: 0;
	line-height: 44px;
	text-align: center;
	color: #4d4d4d;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
#inner.originality .content h2 { background: #ec444a; color: #fff;}
#inner.service .content h2 { background: #f6a300; color: #fff; }
#inner.corporate .content h2 { background: #566568; color: #fff; }
#inner.ir .content h2 {background: #47636e;color: #fff;}

#inner .content > .inner {
	padding: 80px 12% 0 12%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	transition: padding 1s ease;
}
@media screen and (max-width: 1200px) {
	.main > .inner {
   		margin: 0 4%;
	}
	#inner .content > .inner {
		padding-right: 8%;
		padding-left: 8%;
	}
	#inner.corporate.margin .content img {
		left: calc(8% + 440px) !important;
	}
}
@media screen and (max-width: 1100px) {
	.main > .inner {
   		margin: 0 2%;
	}
	#inner .content > .inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	#inner.corporate.margin .content img {
		left: calc(5% + 440px) !important;
	}
}
/* main copy */
#inner .content .maincopy {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.5em;
}
#inner .content .maincopy span {
	font-weight: 900;
	color: #780017;
}
#inner.originality .content .maincopy span { color: #ec444a; }
#inner.service .content .maincopy span { color: #f6a300; }

/* keyword */
#inner .content ul.keyword {
	opacity: 0.7;
	margin-top: 25px;
}
#inner .content ul.keyword li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #780017;
	line-height: 24px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
#inner.originality .content ul.keyword li { color: #ec444a; }
#inner.service .content ul.keyword li { color: #f6a300; }


#inner .content ul.keyword li::before {
	float: left;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: #780017;
	border-radius: 100px;
	margin-right: 12px;
}
#inner.originality .content ul.keyword li::before { background: #ec444a; }
#inner.service .content ul.keyword li::before { background: #f6a300; }

#inner .content ul.keyword li::after {
	position: absolute;
	float: left;
	display: block;
	content: "";
	top: 5px;
	left: 9px;
	width: 4px;
	height: 9px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
}

/**********************************************************/
/* Originality */
/**********************************************************/

#inner.originality {
	
}
#inner.originality .detail {
	background: #fff;
	margin-top: 35px;
	padding: 40px 50px;
}
#inner.originality .detail .lead {
	font-size: 14px;
	padding-bottom: 30px;
	font-weight: 500;
	/* line-height: 2em; */
}
#inner.originality .detail .text {
	margin-top: 30px;
}
#inner.originality .detail section {
	margin-top: 40px;
}
#inner.originality .detail section h3 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 700;
}
#inner.originality .detail section .text {
	font-size: 13px;
	margin-top: 10px;
}
/* sec1 */
#inner.originality .detail section.sec1 {
	margin-top: 30px;
}
#inner.originality .detail section.sec1 h3 {
	font-weight: 700;
	font-size: 24px;
}
#inner.originality .detail section.sec1 .text {
	font-size: 17px;
	margin-top: 10px;
	font-weight: 700;
}

/**********************************************************/
/* Service */
/**********************************************************/

#inner.service {
	
}
#inner.service .lead  {
	margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
#inner.service .detail  {
	margin-top: 35px;
}
#inner.service .detail ul li {
	float: left;
	width: calc(50% - 20px);
	background: #fff;
	margin-top: 40px;
	padding: 40px 40px;
	box-sizing: border-box;
	margin-left: 40px;
	/* min-height: 270px; */
}
#inner.service .detail ul li:nth-child(-n+2) {
	margin-top: 0;
}
#inner.service .detail ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: both;
}
#inner.service .detail ul li h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#inner.service .detail ul li .text {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2em;
}
/**********************************************************/
/* IR */
/**********************************************************/

#inner.ir {
	
}

#inner.ir .content ul {
	margin-top: 100px;
}
#inner.ir .content ul li {
	
}
#inner.ir .content ul li a {
	position: relative;
	display: block;
	width: 30%;
	background: #ffffff;
	border: 2px solid #47636e;
	text-align: center;
	border-radius: 5px;
	padding: 20px 0; 
    color: #47636e;	
}
#inner.ir .content ul li a::before {
    content: "PDF";
    position: absolute;
    font-size: 10px;
    width: 24px;
    line-height: 30px;
    right: 20px;
    background: rgba(71, 99, 110, 0.16);
    letter-spacing: 0;
    top: 50%;
    color: #47636e;
    margin-top: -15px;
}



/**********************************************************/
/* Corporate */
/**********************************************************/
#inner.corporate {
	
}
#inner.corporate h3 {
	font-size: 24px;
	font-weight: 500;
	color: #999999;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

/* submenu **************/
#inner.corporate .submenu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#inner.corporate .submenu ul {
	border-top: 1px solid #ddd;
}
#inner.corporate .submenu ul li {
	float: left;
	width: 16.666666%;
	text-align: center;
}
#inner.corporate .submenu ul li a {
	display: block;
	line-height: 46px;
	background: #fff;
	border-left: 1px solid #ddd;
	font-weight: 500;
	color: #b3b3b3;
}
#inner.corporate .submenu ul li a.active,
#inner.corporate .submenu ul li a:hover {
	opacity: 1;
	color: #4d4d4d;
	font-weight: bold;
}
#inner.corporate .submenu ul li:first-child a {
	border-left: 0;
}
#inner.corporate .content > .inner {
	height: calc(100% - 47px);
}

/* message **************/
#inner.corporate.message {

} 
#inner.corporate.message .photo {
	float: left;
	width: 300px;
	box-shadow: 8px 8px 0 rgba(128, 128, 128, 0.1);
} 
#inner.corporate.message .detail {
	margin-top: -6px;
	margin-left: 360px;
}
#inner.corporate.message .detail .text {
	font-size: 14px;
	line-height: 2.2em;
}
#inner.corporate.message .detail .text2 {
	margin-top: 40px;
}
#inner.corporate.message .detail .name {
	text-align: right;
	font-size: 15px;
	line-height: 2.2em;
	margin-top: 20px;
	font-weight: 700;
}
#inner.corporate.message .detail .name span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.5em;
}

/* policy **************/
#inner.corporate.policy {

} 
#inner.corporate.policy .copy {
	font-size: 30px;
	font-weight: 900;
	color: #780017;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	background: url("../images/img_policy.png") no-repeat right center;
	background-size: 192px auto;
	padding: 20px 0;
	margin-top: -20px;
}
#inner.corporate.policy .copy span {
	color: #ed1c24;
}
#inner.corporate.policy .lead {
	font-size: 14px;
	line-height: 2.2em;
}
#inner.corporate.policy .detail {
	background: #fff;
	margin-top: 45px;
	padding: 40px 50px;
}
#inner.corporate.policy .detail .title {
	color: #11262c;
	opacity: 0.3;
	font-size: 16px;
	font-weight: 700;
}
#inner.corporate.policy .detail ul {
	margin-top: 10px;
}
#inner.corporate.policy .detail ul li {
	font-size: 15px;
	font-weight: 700;
	color: #11262c;
	padding: 5px 0;
	opacity: 0.7;
}

/* outline **************/
#inner.corporate.outline {

}
#inner.corporate.outline .img {
	display: none !important;
	float: right;
	width: 298px;
	box-shadow: 8px 8px 0 rgba(128, 128, 128, 0.1);
}
#inner.corporate.outline .vision_mission {
	position: absolute;
	right: 11%;
	top: 50%;
	border-radius: 10px;
	background: #fff;
	padding: 30px 30px 30px 30px;
	font-size: 13px;
	text-align: center;
	width: 260px;
	transform: translate(0, -50%);
	pointer-events: none;
}
@media screen and (max-width: 1300px) {
	#inner.corporate.outline .vision_mission {
		position: absolute;
		right: 5%;
	}
}
@media screen and (max-width: 1030px) {
	#inner.corporate.outline .vision_mission {
		position: absolute;
		right: 3%;
	}
}

#inner.corporate.outline .vision_mission .title {
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	background: #d61721;
}
#inner.corporate.outline .vision_mission .title::before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	left: 7px;
	top: 0;
	background: url(../images/img_logo_w.png) no-repeat left 80%;
	background-size: 100% auto;
    width: 80px;
    opacity: 0.4;
}
#inner.corporate.outline .vision_mission .vision .text {
	font-weight: bold;
}
#inner.corporate.outline .vision_mission .vision .text img {
	display: block;
	width: 220px;
	margin: 26px auto 7px auto;
}
#inner.corporate.outline .vision_mission .mission {
	margin-top: 30px;
}
#inner.corporate.outline .vision_mission .mission .title {
	background: #de850e;
}
#inner.corporate.outline .vision_mission .mission .text {
	text-align: left;
	margin-left: 28px;
	line-height: 1.6em;
}
#inner.corporate.outline .vision_mission .mission .text .list {
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 13px;
	margin-left: 0px;
}
#inner.corporate.outline .vision_mission .mission .text .list::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #bbbbbb;
    left: -15px;
    top: 7px;
}

#inner.corporate.outline table {
	width: calc(100% - 340px);
	width: 100%;
	text-align: left;
	line-height: 2em;
	font-size: 13px;
}
#inner.corporate.outline table tr th {
	color: #999;
	font-weight: 500;
	padding: 10px 0 9px 0;
	font-size: 12px;
	width: 180px;
	vertical-align: top;
}
#inner.corporate.outline table tr td {
	padding: 10px 0;
}
#inner.corporate.outline table tr td .mini {
	display: inline-block;
	font-size: 11px;
	text-indent: -0.5em;
	line-height: 1.8em;
}

#inner.corporate.outline table tr td .label {
	display: inline-block;
	width: 70px;
}
#inner.corporate.outline table tr td .uipath {
    display: block;
    width: 150px;
    margin-top: 5px;
}


/* history **************/
#inner.corporate.history {

}
#inner.corporate.history table {
	width: 100%;
	text-align: left;
	line-height: 2em;
	font-size: 13px;
}
#inner.corporate.history table tr th {
	color: #999;
	font-weight: 500;
	padding: 10px 0 9px 0;
	font-size: 12px;
	width: 120px;
}
#inner.corporate.history table tr td {
	padding: 10px 0;
}

/* margin **************/
#inner.corporate.margin {

}
#inner.corporate.margin .content .wrap {
	width: 740px;
	padding: 1px 0;
}
#inner.corporate.margin .content img {
    float: right;
	width: 278px;
}
#inner.corporate.margin .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 20px 15px 0;

}
#inner.corporate.margin table {
	text-align: left;
	line-height: 2em;
	font-size: 13px;
	margin-top: 10px;
}
#inner.corporate.margin table tr th {
	color: #999;
	font-weight: 500;
	padding: 5px 0 4px 0;
	font-size: 12px;
	width: 180px;
}
#inner.corporate.margin table tr td {
	padding: 5px 0;
}

/* access **************/
#inner.corporate.access {
	
}
#inner.corporate.access .map {
	float: right;
	box-shadow: 8px 8px 0 rgba(128, 128, 128, 0.1);
}
#inner.corporate.access .map iframe {
	display: block;
}
#inner.corporate.access .address {
	font-weight: 700;
	padding-bottom: 60px;
	line-height: 2em
}
#inner.corporate.access .address .title {
	text-indent: -0.5em;
	color: #999;
}
#inner.corporate.access .route {
	margin-top: 30px;
	line-height: 2em
}
/**********************************************************/
/* Recruiting */
/**********************************************************/
#inner.recruiting {

}
#inner.recruiting .maincopy {
	color: #780018;
}
#inner.recruiting .lead {
	font-size: 14px;
	line-height: 2.2em;
	font-weight: 700;
	margin-top: 20px;
}
#inner.recruiting .fbox {
	margin-top: 40px;
	text-align: center;
}
#inner.recruiting .fbox .box .title {
	font-size: 16px;
	font-weight: 700;
	opacity: 0.6;
	margin-bottom: 15px;
}
#inner.recruiting .fbox .box a {
	display: block;
	border-radius: 8px;
	background: #fff;
	border: 2px solid #780018;
	padding: 5px 20px;
	line-height: 64px;
	font-weight: 700;
	color: #780018;
}
#inner.recruiting .fbox .newgrad {
	width: 48%;
	float: left;
}
#inner.recruiting .fbox .newgrad a.bt_entry {
	margin-top: 10px;
	background: #780018;
	color: #fff;
}
#inner.recruiting .fbox .career {
	width: 48%;
	float: right;
}
#inner.recruiting .fbox .career a.bt_entry {
	margin-top: 10px;
	background: #780018;
	color: #fff;
}

/* Career **************/
#inner.recruiting.career h3 {
	font-size: 24px;
	font-weight: 500;
	color: #999999;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
#inner.recruiting.career .lead {
	font-size: 14px;
	line-height: 2.2em;
	font-weight: 500;
	margin-top: 0;
}
#inner.recruiting.career .lead .big {
	display: block;
	margin-left: -0.5em;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2em;
	color: #a74552;
}
#inner.recruiting.career .detail {
	background: #fff;
	padding: 60px 50px;
	margin-top: 30px;
}
#inner.recruiting.career .detail section {
	margin-top: 60px;
}
#inner.recruiting.career .detail section:first-child {
	margin-top: 0;
}	
#inner.recruiting.career .detail section h4 {
	margin-top: 0;
	border: 1px solid #525252;
	width: 120px;
	line-height: 2em;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 25px;
}	
#inner.recruiting.career .detail section .text {
	font-size: 13px;
}
#inner.recruiting.career .detail .job ul {
	margin-top: 15px;
}
#inner.recruiting.career .detail .job ul li {
	position: relative;
	font-weight: 700;
	color: #a74552;
	padding-left: 15px;
	font-size: 15px;
	line-height: 2em;
}
#inner.recruiting.career .detail .job ul li::before {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #a74552;
	border-radius: 10px;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
#inner.recruiting.career .detail a.bt_entry {
	display: block;
	border-radius: 8px;
	border: 2px solid #780018;
	padding: 5px 20px;
	line-height: 64px;
	font-weight: 500;
	background: #780018;
	color: #fff;
	width: 300px;
	text-align: center;
	margin: 15px 0 30px 0;
	font-size: 14px;
}
#inner.recruiting.career .detail .next {
	margin-top: 30px;
}
#inner.recruiting.career .detail .next p {
	font-size: 13px;
}
#inner.recruiting.career .detail .next a {
	display: block;
	width: 342px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 15px;
}


/**********************************************************/
/* Privacy policy, Security, Contact, Entry */
/**********************************************************/
#inner.privacypolicy {
	
}
#inner.privacypolicy h2,
#inner.security h2,
#inner.form h2 {
	font-size: 24px;
	font-weight: 500;
	color: #999999;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

/* privacy policy **************/
#inner.privacypolicy {

}
#inner.privacypolicy .detail {
	background: #fff;
	padding: 60px 50px;
}
#inner.privacypolicy .detail > section {
	margin-top: 50px;
}
#inner.privacypolicy .detail > section:first-child {
	margin-top: 0;
}
#inner.privacypolicy .detail h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
}
#inner.privacypolicy .detail h4 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}
#inner.privacypolicy .detail > section section {
	margin-top: 20px;
}
#inner.privacypolicy .detail p {
	font-size: 12px;
	line-height: 2em;
}
#inner.privacypolicy .detail .pmark {
	
} 
#inner.privacypolicy .detail .pmark img {
	float: right;	
	width: 96px;
	margin-left: 50px;
	margin-top: -15px;
} 
#inner.privacypolicy .detail .policy {
	
}
#inner.privacypolicy .detail .policy .title {
	margin-top: 20px;
	font-weight: 500;
}
#inner.privacypolicy .detail .policy .name {
	text-align: right;
	margin-top: 30px;
	font-weight: 500;
	line-height: 2em;
}
#inner.privacypolicy .detail .treatment ol {
	margin-left: 20px;
}
#inner.privacypolicy .detail .treatment ol li {
	font-size: 12px;
}
#inner.privacypolicy .detail .treatment .contact {
	font-size: 12px;
	margin-left: 20px;
}
#inner.privacypolicy .detail .treatment .other {
	
}
#inner.privacypolicy .detail .treatment .other h3 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}
#inner.privacypolicy .detail .treatment .note {
	color: #780018;
}

/* Information security **************/
#inner.security {

}
#inner.security .lead {
	font-weight: 700;
}
#inner.security .detail {
	background: #fff;
	padding: 60px 50px;
	margin-top: 30px;
}
#inner.security .detail ol {
	margin-left: 15px;
}
#inner.security .detail ol li {
	font-size: 13px;
	line-height: 2em;
	margin-top: 15px;
	list-style: decimal;
	padding-left: 5px;
}
#inner.security .detail ol li:first-child {
	margin-top: 0;
}

#inner.security .detail .name {
	text-align: right;
	font-size: 14px;
	line-height: 2.2em;
	margin-left: 330px;
	margin-top: 15px;
	font-weight: 700;
}
#inner.security .detail .name span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8em;
}

/* Contact **************/
#inner.form {

}
#inner.form .lead {
	font-weight: 700;
	line-height: 2em;
}
#inner.form .detail {
	background: #fff;
	padding: 40px 50px 60px 50px;
	margin-top: 30px;
}
/* input */
#inner.form form .input_area {
}

#inner.form form.confirm .input_area {
	display: none;
}
#inner.form form .result {
    display: none;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ee4f4e;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 40px 30px;
    background: #fde4e4;
}
#inner.form form dl {
	padding: 15px 0 0 0;
}
#inner.form form dl dt {
	float: left;
	clear: both;
	width: 200px;
	margin-top: 30px;
	font-weight: 700;
	padding: 7px 0;
}
#inner.form form dl dt .required {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background: #ee4f4e;
	padding: 0 5px;
	border-radius: 6px;
	line-height: 2em;
	margin-left: 10px;
	transform: scale(0.9)
}
#inner.form form dl dd {
	margin-top: 30px;
	margin-left: 220px;	
}

#inner.form form dl dt,	
#inner.form form dl dt + dd {
	margin-top: 0;
}
#inner.form form .c_text {
	font-size: 13px;
	color: #ee4f4e;
	margin-bottom: 5px;
}
#inner.form form dl dd input[type=text],
#inner.form form dl dd input[type=email],
#inner.form form dl dd textarea {
	display: block;
	border: 1px solid #ccc;
	line-height: 1.8em;
	padding: 5px 10px;
	font-size: 13px;
	box-sizing: border-box;
	width: 60%;
}

#inner.form form dl dd textarea {
	width: 100%;
}
#inner.form form dl dd ul {
	padding: 7px 0 0 0;
}
#inner.form form dl dd ul li {
	float: left;
	margin-left: 20px;
}
#inner.form form dl dd ul li:first-child {
	margin-left: 0;
}
#inner.form form dl dd ul li label {
	font-weight: 500;
	font-size: 13px;
}
#inner.form .privacypolicy {
	background: #eee;
	width: 70%;
	margin: 50px auto 0 auto;
	padding: 40px 7%;
}
#inner.form .privacypolicy .indent {
	margin-top: 30px;
}
#inner.form .privacypolicy .title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	opacity: 0.7;
}
#inner.form .privacypolicy .text {
	font-size: 12px;
	line-height: 1.5em;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 30px 25px;
	background: #fff;
}
#inner.form .privacypolicy .text p {
	font-size: 12px;
}
#inner.form .privacypolicy h3 {
	margin: 20px 0 10px;
	font-weight: bold;
}
#inner.form .privacypolicy h3:first-child {
	margin-top: 0;
}
#inner.form .privacypolicy .f_agree_box {
	text-align: center;
	margin-top: 20px;
}
#inner.form .privacypolicy .f_agree_box label {
	font-weight: 700;
}
#inner.form .submit_box {
	text-align: center;
	margin-top: 30px;
} 
#inner.form .submit_box button {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 10px;
	width: 240px;
	border: none;
	background: #ee4f4e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
} 
#inner.form .submit_box button.bt_fix {
	background: #dbdbdb;
	color: #4d4d4d;
	width: 140px;
}

/* confirm */
#inner.form form .confirm_area {
	display: none;
}
#inner.form form .confirm_area .title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #ee4f4e
}
#inner.form form.confirm .confirm_area {
	display: block;
}
#inner.form form .confirm_area dl {
	margin-bottom: 40px;
}
#inner.form form .confirm_area dl dd span {
	line-height: 1.8em;
	padding: 10px 10px;
	font-size: 13px;
	box-sizing: border-box;
	display: inline-block;
}

#inner.form form dl dd .select_wrap {
	overflow: hidden;
	width: 50%;
	text-align: center;
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #ffffff;
}
#inner.form form dl.f_address_box dd .select_wrap {
	width: 20%;
}
#inner.form form dl dd .select_wrap::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	transform: scale(0.8, 1);
}
#inner.form form dl dd .select_wrap select {
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 6px 40px 6px 10px;
	color: #666666;
}
#inner.form form dl dd .select_wrap select::-ms-expand {
    display: none;
}

/**/
#inner.form form dl.f_name_box input,
#inner.form form dl.f_furigana_box input,
#inner.form form dl.f_birthday_box input,
#inner.form form dl.f_zip_box input {
	display: inline-block !important;
	width: 35% !important;
}
#inner.form form dl #f_name2,
#inner.form form dl #f_furigana2 {
	margin-left: 8px;
}
#inner.form form dl #f_address2,
#inner.form form dl #f_address3 {
	margin-top: 7px;
}
#inner.form form dl.f_now_box .period {
	display: inline-block;
	font-size: 13px;
	padding-left: 20px;
}
#inner.form form dl.f_now_box input {
	display: inline-block !important;
	width: 240px !important;
}
#inner.form form dl.f_now_box .period input {
	margin: 0 10px 0;
	width: 60px !important
}

/* Placeholder */
form ::placeholder {
  color: #bbb;
}

/* IE */
form :-ms-input-placeholder {
  color: #bbb;
}

/* Edge */
form ::-ms-input-placeholder {
  color: #bbb;
}


#inner.form form dl dd #c_address1,
#inner.form form dl dd #c_address2,
#inner.form form dl dd #c_now_job {	
	padding-bottom: 0;
}
#inner.form form dl dd #c_address2,
#inner.form form dl dd #c_address3,
#inner.form form dl dd #c_now_period {
	padding-top: 0;
}
#inner.form form dl dd.c_now_dd {
	padding: 0 10px;
	font-size: 13px;
}

/*** thanks ***/
#inner.form.thanks {
	text-align: center;
}
#inner.form.thanks .detail {

}
#inner.form.thanks .detail .lead {
	font-size: 16px;
	padding-top: 50px;
	font-weight: 500;
}

#inner.form.thanks .bt_top {    display: block;
    text-align: center;
	background: #e6e6e6;
    line-height: 62px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 50px auto 50px auto;
    width: 280px;
}

#inner.originality .detail,
#inner.service .detail,
#inner.corporate .sec_sub,
#inner.recruiting .fbox,
#inner.career .sec_sub,
#inner.form .detail,
#inner.security .detail,
#inner.privacypolicy .detail {
    margin-bottom: 80px;
}




/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {

#inner.originality .detail,
#inner.service .detail,
#inner.corporate .sec_sub,
#inner.recruiting .fbox,
#inner.career .sec_sub,
#inner.form .detail,
#inner.security .detail,
#inner.privacypolicy .detail {
    margin-bottom: 0 !important;
}

/* style
-------------------------------------------------------------- */
body {
	min-width: 320px;
	overflow: visible !important;
}
body#index {
	overflow: hidden !important;	
}
body p {
	color: inherit;
	font-size: 12px;
	line-height: 1.8em;
}
a:hover {
	opacity: 1;
}
.non_pc { display: block !important; }
.non_sp { display: none !important; }

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

	Common

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

.wrapper {
	position:  relative;
	min-width: 320px;
}
#inner .wrapper {
	overflow: visible;
	height: auto !important;	
}
.main {
	width: auto;
	margin: 0 auto;
	position: relative;
}
	

/* Header *******************************/
header {
	min-width: 320px;
}
/*
#inner header {
	height: 0;
	position: fixed;
}
*/
header h1 {
	float: left;
	padding: 10px 0;
}
header h1 a {
	position: relative;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0;
	background: url("../images/img_logo.png") no-repeat 20px center;
	background-size: 50px auto;
}
#inner header h1 a span {
	display: block;
	position: absolute;
	line-height: 1.3em;
	width: 150px;
	left: 80px;
	top: 14px;
	font-size: 10px;	
}
@media screen and (max-width: 374px) {
	header h1 a {
		padding: 10px 10px !important;
		background-position: 10px !important;
	}
	header h1 a span {
		left: 70px !important;
	}
	header .link {
		margin-right: 0 !important;
	}
	header .link a.bt_privaciypolicy {
		padding: 0 !important;
	}

}
header h1 a img {
	width: 50px;
	float: none;
	margin-right: 13px;
}
header .link {
	float: right;
	height: 50px;
	margin: 13px 7px 0 0;
}
header .link a {
	line-height: 50px;
	font-size: 10px;
	letter-spacing: 0em;
	padding: 0 7px;
}
header .link a img {
	float: none;
	width: 50px;
	margin-right: 0px;
	opacity: 0.85;
}
header .link a.bt_privaciypolicy {
	opacity: 0.5;
	font-weight: 400;
}
header .link a.bt_contact {
	background: url("../images/icon_contact.png") no-repeat 7px center;
	background-size: 50px 50px;
}

/* Footer *******************************/
footer {
	position: fixed;
	min-width: 320px;
}
#inner footer {
	background: rgba(0, 0, 0, 0.2);
	background-size: 1px 100%;
}
footer .gmenu {
	padding: 10px 10px 10px 10px;
	height: 94px;
}
footer .gmenu ul {
	
}
footer .gmenu ul li {
	width: 23.5%;
	margin-left: 2%;
}
footer .gmenu ul li.bt_originality {
	margin-left: 0;
}
footer .gmenu ul li.bt_recruiting,
footer .gmenu ul li.bt_security {
	width: calc(49%);
}
footer .gmenu ul li.bt_recruiting,
footer .gmenu ul li.bt_security  {
	margin-top: 10px;
}
footer .gmenu ul li.bt_recruiting  {
	margin-left: 0;
}
footer .gmenu ul li.bt_recruiting {
	width: calc(47% - 20px);
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 10px;
}
footer .gmenu ul li.bt_security {
	width: calc(47% - 8px);
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 2.5%;
	margin-top: 10px;
}
footer .gmenu ul li.bt_blog {
	margin-top: 7px;
	width: 30px;
	margin-left: 2.5%;
}
footer .gmenu ul li a {
	background-size: 100px auto !important;
	line-height: 50px;
	font-size: 12px;
	letter-spacing: 0em;
	text-indent: 0em;
	background-color: rgb(244, 84, 83);
}
footer .gmenu ul li.bt_service a {
	background-color: rgb(248, 182, 78);
}
footer .gmenu ul li.bt_corporate a {
	background-color: rgb(89, 102, 106);
}
footer .gmenu ul li.bt_ir a {
	background-color: rgb(63, 91, 102);
}
footer .gmenu ul li.bt_recruiting a,
footer .gmenu ul li.bt_security a {
	background: #fff;
	line-height: 34px;
	font-size: 11px;
}
footer .gmenu ul li a:hover {
	opacity: 1;
	background-color: rgb(244, 84, 83);
}
footer .gmenu ul li.bt_service a:hover {
	background-color: rgb(248, 182, 78);
}
footer .gmenu ul li.bt_corporate a:hover {
	background-color: rgb(89, 102, 106);
}
footer .gmenu ul li.bt_ir a:hover {
	background-color: rgb(63, 91, 102);
}
footer .gmenu ul li.bt_recruiting a:hover,
footer .gmenu ul li.bt_security a:hover {
	background: #fff;
}

#inner footer .gmenu {
	padding: 0;
}
#inner footer .gmenu ul li:nth-child(1),
#inner footer .gmenu ul li:nth-child(2),
#inner footer .gmenu ul li:nth-child(3),
#inner footer .gmenu ul li:nth-child(4) {
	width: 25%;
	margin: 0 !important;
}
#inner footer .gmenu ul li:nth-child(1) a,
#inner footer .gmenu ul li:nth-child(2) a,
#inner footer .gmenu ul li:nth-child(3) a,
#inner footer .gmenu ul li:nth-child(4) a {
	border-radius: 0;
}
#inner footer .gmenu ul li:nth-child(5) {
	width: calc(46% - 22px);
	margin-left: 2%;
	margin-bottom: 15px;
	margin-top: 10px;
}
#inner footer .gmenu ul li:nth-child(6) {
	width: calc(46% - 11px);
	margin-right: 2%;
	margin-bottom: 15px;
	margin-top: 10px;
}
#inner footer .gmenu ul li:nth-child(7) {
	margin-top: 7px;
	width: 30px;
	margin-right: 2%;
	margin-left: 0;
}
footer .gmenu ul li.bt_blog a {
	background: none;
	line-height: 1.5em;
	font-size: 8px;
	letter-spacing: 0.1em;
}
/* before line */
.b_line {
	position: relative;
}
.b_line::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #ccc;
}

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

	Index

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

#index .main {
	background: url(../images/bg_visual1.jpg) no-repeat 70% center #780218;
	background-size: 200% auto;
	padding: 0;
	height: 100%;
}
#index .copy {
	top: 50%;
	left: 20px;
	font-size: 28px;
	line-height: 1.6em;
	margin-top: -170px;
}
#index .copy .name {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 2px;
}
#index .en {
	position: absolute;
	top: 50%;
	left: 23px;
	margin-top: 26px;
	width: 260px;
}
#index .bt_modal {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: 75px;
	display: block;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	width: 180px;
	font-weight: bold;
	color: #790016;
	font-size: 13px;
}
#index .bt_modal:hover {
	background: #fff;
	opacity: 1;
}

.remodal-overlay {
	background: rgba(121, 0, 22, 0.8);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 500px;
	padding: 0;
	background: none;
	/* padding: 100px 0 0 0; */
	/* margin-bottom: 40px; */
	text-align: left;
}
.remodal > .inner {
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
	padding: 50px 20px 40px 20px;
	font-size: 13px;
	text-align: center;
}
.remodal .title {
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	background: #d61721;
}
.remodal .title::before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	left: 7px;
	top: 0;
	background: url(../images/img_logo_w.png) no-repeat left 80%;
	background-size: 100% auto;
    width: 80px;
    opacity: 0.4;
}
.remodal .vision .text {
	font-weight: bold;
}
.remodal .vision .text img {
	display: block;
	width: 220px;
	margin: 26px auto 7px auto;
}
.remodal .mission {
	margin-top: 30px;
}
.remodal .mission .title {
	background: #de850e;
}
.remodal .mission .text {
	text-align: left;
	margin-left: 52px;
}
.remodal .mission .text .list {
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 13px;
	margin-left: 0px;
}
.remodal .mission .text .list::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #bbbbbb;
    left: -15px;
    top: 7px;
}

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

	Inner

=========================================================================================== */
#inner .main {
	background: none;
	padding: 75px 0 140px 0;
	height: auto;
}
#inner header h1 a img,
#inner header .link a.bt_contact img {
	opacity: 0;
}
#inner .content {
	position: relative;
	background-position: -5px 60px;
	background-size: auto 28px;
	height: auto;
	border-radius: 7px;
	box-shadow: 5px 5px 0 rgba(236, 68, 74, 0.1);
}
#inner.service .content {
	box-shadow: 5px 5px 0 rgba(246, 163, 0, 0.1);
}
#inner.corporate .content {
	box-shadow: 5px 5px 0 rgba(17, 38, 44, 0.1);
	background-position: -5px 152px;
}
#inner.ir .content {
	box-shadow: 5px 5px 0 rgba(17, 31, 44, 0.1);
	background-position: 10px 60px;
}
#inner.recruiting .content {
	box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.1);
}
#inner.form .content,
#inner.privacypolicy .content,
#inner.security .content {
	box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.1);
}
#inner .content::before {
	display: none;
}

#inner.originality .content h2,
#inner.service .content h2,
#inner.corporate .content h2,
#inner.ir .content h2,
#inner.recruiting .content h2 {
	position: relative;
	width: auto;
	border-radius: 0 0 0 0;
	line-height: 44px;
	font-size: 14px;
}


#inner .main > .inner {
   		margin: 0 3% !important;
}
#inner .content > .inner {
	padding: 50px 4% 50px 4% !important;
	height: 100%;
}

/* main copy */
#inner .content .maincopy {
	font-size: 22px;
	line-height: 1.8em;
	padding-left: 10px;
}

/* keyword */
#inner .content ul.keyword {
	opacity: 0.7;
	margin-top: 20px;
	padding-left: 10px;
}
#inner .content ul.keyword li {
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#inner .content ul.keyword li::before {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#inner .content ul.keyword li::after {
	top: 5px;
	left: 7px;
	width: 4px;
	height: 7px;
}

/**********************************************************/
/* Originality */
/**********************************************************/

#inner.originality {
	
}
#inner.originality .detail {
	background: #fff;
	margin-top: 30px;
	padding: 30px 15px;
}
#inner.originality .detail .lead {
	font-size: 13px;
	padding-bottom: 20px;
	font-weight: 500;
}
#inner.originality .detail .text {
    margin-top: 20px;
}
#inner.originality .detail section {
	margin-top: 25px;
}
#inner.originality .detail section h3 {
	font-size: 13px;
	line-height: 1.5em;
}
#inner.originality .detail section .text {
	font-size: 11px;
	margin-top: 10px;
}
/* sec1 */
#inner.originality .detail section.sec1 {
	margin-top: 20px;
}
#inner.originality .detail section.sec1 h3 {
	font-weight: 700;
	font-size: 20px;
}
#inner.originality .detail section.sec1 .text {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 700;
}

/**********************************************************/
/* Service */
/**********************************************************/

#inner.service {
	
}
#inner.service .detail  {
	margin-top: 30px;
}
#inner.service .detail ul li {
	float: none;
	width: auto;
	margin-top: 40px;
	padding: 30px 15px;
	box-sizing: border-box;
	margin-left: 0;
	min-height: 0;
	margin-top: 30px;
}
#inner.service .detail ul li:nth-child(-n+2) {
	margin-top: 30px;
}
#inner.service .detail ul li:nth-child(2n-1) {
	margin-left: 0;
}
#inner.service .detail ul li:first-child {
	margin-top: 0;
}
#inner.service .detail ul li h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#inner.service .detail ul li .text {
	margin-top: 20px;
	font-size: 12px;
	line-height: 2em;
}

/**********************************************************/
/* IR */
/**********************************************************/

#inner.ir {
	
}

#inner.ir .content ul {
	margin-top: 20px;
}
#inner.ir .content ul li {
	
}
#inner.ir .content ul li a {
	position: relative;
	display: block;
	width: auto;
	background: #ffffff;
	border: 2px solid #47636e;
	text-align: center;
	border-radius: 5px;
	padding: 14px 0;
	width: 90%;
	color: #47636e;
	margin: 0 auto;
}
#inner.ir .content ul li a::before {
    content: "PDF";
    position: absolute;
    font-size: 10px;
    width: 24px;
    line-height: 30px;
    right: 20px;
    background: rgba(71, 99, 110, 0.16);
    letter-spacing: 0;
    top: 50%;
    color: #47636e;
    margin-top: -15px;
}


/**********************************************************/
/* Corporate */
/**********************************************************/
#inner.corporate {
	
}
#inner.corporate .bt_modal {
	position: relative;
	display: block;
	background: #c1d1d3;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	width: auto;
	font-weight: bold;
	color: #576567;
	font-size: 14px;
	margin: 10px auto 30px auto;
}
#inner.corporate .bt_modal:hover {
	background: #c1d1d3;
	opacity: 1;
}
#inner.corporate .bt_modal::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 15px;
    top: 15px;
    border-top: 1px solid #576567;
    border-right: 1px solid #576567;
    transform: rotate(45deg);
}
#inner.corporate .remodal-overlay {
	background: rgba(87, 101, 103, 82%);
	z-index: 1000000;
}


#inner.corporate h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
@media screen and (max-width: 374px) {
	#inner.corporate.margin h3 {
		font-size: 14px;
	}
}
/* submenu **************/
#inner.corporate .submenu {
	position: relative;
}
#inner.corporate .submenu ul {
	border-top: 0;
    border-bottom: 1px solid #ddd;
}
#inner.corporate .submenu ul li {
    width: 33.333333%
}
#inner.corporate .submenu ul li a {
	display: block;
	line-height: 46px;
	font-size: 11px;
	letter-spacing: 0;
}
#inner.corporate .submenu ul li:nth-child(4) a {
    border-left: none;
}
#inner.corporate .submenu ul li:nth-child(4) a,
#inner.corporate .submenu ul li:nth-child(5) a,
#inner.corporate .submenu ul li:nth-child(6) a {
    border-top: 1px solid #ddd;
}
#inner.corporate .content > .inner {
	height: auto;
}

/* message **************/
#inner.corporate.message {

} 
#inner.corporate.message .photo {
	float: none;
	width: 200px;
	box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.1);
	margin: 0 auto;
}
#inner.corporate.message .detail {
	margin: 40px 0 0 0;
}
#inner.corporate.message .debail .text {
	font-size: 13px;
	line-height: 2em;
	margin-left: 0;
	margin-top: 30px;
}
#inner.corporate.message .debail .name {
	font-size: 14px;
	line-height: 2.0em;
	margin-left: 0;
	margin-top: 20px;
}
#inner.corporate.message .debail .name span {
	font-size: 12px;
}

/* policy **************/
#inner.corporate.policy {

} 
#inner.corporate.policy .copy {
	font-size: 22px;
	background-position: center bottom;
	background-size: 180px auto;
	padding: 20px 0 180px 0;
	margin-top: -10px;
}
#inner.corporate.policy .copy span {
	color: #ed1c24;
}
#inner.corporate.policy .lead {
	font-size: 13px;
	line-height: 2.2em;
	margin-top: 30px;
}
#inner.corporate.policy .detail {
	background: #fff;
	margin-top: 30px;
	padding: 20px 15px;
}
#inner.corporate.policy .detail .title {
	font-size: 14px;
}
#inner.corporate.policy .detail ul {
	margin-top: 10px;
}
#inner.corporate.policy .detail ul li {
	font-size: 13px;
	padding: 8px 0;
	line-height: 1.5em;
	opacity: 0.7;
}

/* outline **************/
#inner.corporate.outline {

}
#inner.corporate.outline .img {
	float: none;
	width: 240px;
	box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.1);
	margin: 50px auto 0 auto;
}
#inner.corporate.outline table {
	width: auto;
	font-size: 13px;
	display: block;
}
#inner.corporate.outline table tr {
	display: block;
}
#inner.corporate.outline table tr th {
	display: block;
	padding: 0;
	font-size: 12px;
	width: auto;
	margin-top: 25px;
	color: #4d4d4d;
}
#inner.corporate.outline table tr td {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 5px;
}
#inner.corporate.outline table tr td .mini {
	display: inline-block;
	font-size: 11px;
	text-indent: -0.5em;
	line-height: 1.8em;
}
#inner.corporate.outline table tr:first-child th {
	margin-top: 0;
}

/* history **************/
#inner.corporate.history table {
	width: auto;
	font-size: 13px;
	display: block;
}
#inner.corporate.history table tr {
	display: block;
}
#inner.corporate.history table tr th {
	display: block;
	padding: 0;
	font-size: 12px;
	width: auto;
	margin-top: 25px;
	color: #4d4d4d;
}
#inner.corporate.history table tr td {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 5px;
}
#inner.corporate.history table tr td .mini {
	display: inline-block;
	font-size: 11px;
	text-indent: -0.5em;
	line-height: 1.8em;
}
#inner.corporate.history table tr:first-child th {
	margin-top: 0;
}

/* margin **************/
#inner.corporate.margin {

}
#inner.corporate.margin .content .wrap {
	width: auto;
}
#inner.corporate.margin .content img {
    float: none;
	width: 240px;
	margin: 40px auto 0px auto;
}
#inner.corporate.margin table {
	width: auto;
	font-size: 13px;
	display: block;
	margin-top: 20px;
}
#inner.corporate.margin table tr {
	display: block;
}
#inner.corporate.margin table tr th {
	display: block;
	padding: 0;
	font-size: 12px;
	width: auto;
	margin-top: 25px;
	color: #4d4d4d;
}
#inner.corporate.margin table tr td {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
	margin-top: 5px;
}
#inner.corporate.margin table tr td .mini {
	display: inline-block;
	font-size: 11px;
	text-indent: -0.5em;
	line-height: 1.8em;
}
#inner.corporate.margin table tr:first-child th {
	margin-top: 0;
}


/* access **************/
#inner.corporate.access {
	
}
#inner.corporate.access .map {
	float: none;
	box-shadow: 5px 5px 0 rgba(128, 128, 128, 0.1);
	margin: 0 auto 30px auto;
	width: 100%;
	height: 250px;
}
#inner.corporate.access .map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#inner.corporate.access .address {
	padding-bottom: 30px;
	font-size: 13px;
}
#inner.corporate.access .address .title {
	font-size: 13px;
}
#inner.corporate.access .route {
	margin-top: 25px;
	font-size: 13px;
}
/**********************************************************/
/* Recruiting */
/**********************************************************/
#inner.recruiting {

}
#inner.recruiting .maincopy {
	padding-left: 0;
	color: #780018;
}
#inner.recruiting .lead {
	font-size: 13px;
	line-height: 2.2em;
	font-weight: 700;
	margin-top: 20px;
}
#inner.recruiting .fbox {
	margin-top: 40px;
	text-align: center;
}
#inner.recruiting .fbox .box .title {
	font-size: 14px;
	font-weight: 700;
	opacity: 0.6;
	margin-bottom: 15px;
}
#inner.recruiting .fbox .box a {
	display: block;
	border-radius: 8px;
	background: #fff;
	border: 2px solid #780018;
	padding: 5px 0;
	line-height: 70px;
	font-size: 13px;
	font-weight: 700;
	color: #780018;
}
#inner.recruiting .fbox .newgrad {
	width: auto;
	float: none;
}
#inner.recruiting .fbox .career {
	width: auto;
	float: none;
	margin-top: 40px;
}
#inner.recruiting .fbox .career a.bt_entry {
	margin-top: 10px;
	background: #780018;
	color: #fff;
}

/* Career **************/
#inner.recruiting.career h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
#inner.recruiting.career .lead {
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 500;
	margin-top: 0;
}
#inner.recruiting.career .lead .big {
	margin-bottom: 20px;
	font-size: 14px;
}
#inner.recruiting.career .detail {
	background: #fff;
	padding: 30px 15px;
	font-size: 13px;
	margin-top: 30px;
}
#inner.recruiting.career .detail section {
	margin-top: 50px;
}
#inner.recruiting.career .detail section h4 {
	margin: 0 auto 25px auto;
}	
#inner.recruiting.career .detail section .text {
	font-size: 12px;
}
#inner.recruiting.career .detail .job ul {
	margin-top: 15px;
}
#inner.recruiting.career .detail a.bt_entry {
	width: auto;
}
#inner.recruiting.career .detail .next {
	margin-top: 25px;
}
#inner.recruiting.career .detail .next p {
	font-size: 12px;
}
#inner.recruiting.career .detail .next a {
	width: auto;
	padding: 3px 0;
}
#inner.recruiting.career .detail .next a img {
	max-width: 300px;
	margin: 0 auto;
}

/**********************************************************/
/* Privacy policy, Security, Contact */
/**********************************************************/
#inner.privacypolicy {
	
}
#inner.privacypolicy h2,
#inner.security h2,
#inner.form h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

/* privacy policy **************/
#inner.privacypolicy {

}
#inner.privacypolicy .detail {
	background: #fff;
	padding: 30px 15px;
}
#inner.privacypolicy .detail > section {
	margin-top: 50px;
}
#inner.privacypolicy .detail > section:first-child {
	margin-top: 0;
}
#inner.privacypolicy .detail h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
#inner.privacypolicy .detail h4 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}
#inner.privacypolicy .detail > section section {
	margin-top: 20px;
}
#inner.privacypolicy .detail p {
	font-size: 12px;
	line-height: 2em;
}
#inner.privacypolicy .detail .pmark {
	
} 
#inner.privacypolicy .detail .pmark img {
	float: none;
	width: 96px;
	margin: 0px auto 20px auto;
} 
#inner.privacypolicy .detail .policy {
	
}
#inner.privacypolicy .detail .policy .title {
	margin-top: 20px;
	font-weight: 500;
}
#inner.privacypolicy .detail .policy .name {
	text-align: right;
	margin-top: 20px;
	font-weight: 500;
	line-height: 2em;
}
#inner.privacypolicy .detail .treatment ol {
	margin-left: 20px;
}
#inner.privacypolicy .detail .treatment ol li {
	font-size: 12px;
}
#inner.privacypolicy .detail .treatment .contact {
	font-size: 12px;
	margin-left: 20px;
}
#inner.privacypolicy .detail .treatment .other {
	
}
#inner.privacypolicy .detail .treatment .other h3 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}
#inner.privacypolicy .detail .treatment .note {
	color: #780018;
	line-height: 1.8em;
}

/* Information security **************/
#inner.security {

}
#inner.security .lead {
	font-weight: 700;
	font-size: 13px;
}
#inner.security .detail {
	background: #fff;
	padding: 30px 15px;
	margin-top: 30px;
}
#inner.security .detail ol {
	margin-left: 15px;
}
#inner.security .detail ol li {
	font-size: 13px;
	line-height: 2em;
	margin-top: 15px;
	list-style: decimal;
	padding-left: 5px;
}
#inner.security .detail ol li:first-child {
	margin-top: 0;
}

#inner.security .detail .name {
	text-align: right;
	font-size: 14px;
	line-height: 2.2em;
	margin-left: 0;
	margin-top: 15px;
	font-weight: 700;
}
#inner.security .detail .name span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8em;
}

/* Contact **************/
#inner.form {

}
#inner.form .lead {
	font-weight: 700;
	font-size: 13px;
}
#inner.form .detail {
	background: #fff;
	padding: 20px 15px 60px 15px;
	margin-top: 30px;
}
/* input */
#inner.form form .input_area {
}

#inner.form form.confirm .input_area {
	display: none;
}
#inner.form form .result {
    display: none;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ee4f4e;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 20px 15px;
    font-size: 13px;
    background: #fde4e4;
}
#inner.form form dl {
	padding: 10px 0 0 0;
}
#inner.form form dl dt {
	float: none;
	clear: both;
	width: auto;
	margin-top: 30px;
	font-weight: 700;
	padding: 7px 0;
}
#inner.form form dl dt .required {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background: #ee4f4e;
	padding: 0 5px;
	border-radius: 6px;
	line-height: 2em;
	margin-left: 10px;
	transform: scale(0.9)
}
#inner.form form dl dd {
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 20px;
}

#inner.form form dl dt,	
#inner.form form dl dt + dd {
	margin-top: 0;
}
#inner.form form .c_text {
	font-size: 13px;
	color: #ee4f4e;
	margin-bottom: 5px;
}
#inner.form form dl dd input[type=text],
#inner.form form dl dd input[type=email],
#inner.form form dl dd textarea {
	display: block;
	border: 1px solid #ccc;
	line-height: 1.8em;
	padding: 5px 10px;
	font-size: 17px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
}
#inner.form form dl dd textarea {
	width: 100%;
}
#inner.form form dl dd ul {
	padding: 7px 0 0 0;
}
#inner.form form dl dd ul li {
	float: none;
	margin-left: 0;
	padding: 10px 0;
}
#inner.form form dl dd ul li:first-child {
	margin-left: 0;
}
#inner.form form dl dd ul li label {
	font-weight: 500;
	font-size: 14px;
}
#inner.form .privacypolicy {
	background: #eee;
	width: auto;
	margin: 50px auto 0 auto;
	padding: 40px 15px;
}
#inner.form .privacypolicy .title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	opacity: 0.7;
}
#inner.form .privacypolicy .text {
	font-size: 10px;
	line-height: 1.5em;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 30px 15px;
	background: #fff;
}
#inner.form .privacypolicy .text p {
	font-size: 10px;
}
#inner.form .privacypolicy h3 {
	margin: 15px 0 5px;
	font-weight: bold;
}
#inner.form .privacypolicy h3:first-child {
	margin-top: 0;
}
#inner.form .privacypolicy .f_agree_box {
	text-align: center;
	margin-top: 20px;
}
#inner.form .privacypolicy .f_agree_box label {
	font-size: 13px;
	font-weight: 700;
}
#inner.form .submit_box {
	text-align: center;
	margin-top: 30px;
} 
#inner.form .submit_box button {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 10px;
	width: 240px;
	border: none;
	background: #ee4f4e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
} 
#inner.form .submit_box button.bt_fix {
	background: #dbdbdb;
	color: #4d4d4d;
	width: 140px;
	margin-bottom: 20px;
	padding: 12px 0;
	font-size: 12px;
}

/* confirm */
#inner.form form .confirm_area {
	display: none;
}
#inner.form form .confirm_area .title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #ee4f4e
}
#inner.form form.confirm .confirm_area {
	display: block;
}
#inner.form form .confirm_area dl {
	margin-bottom: 40px;
}
#inner.form form .confirm_area dl dd span {
	line-height: 1.8em;
	padding: 0;
	font-size: 13px;
	box-sizing: border-box;
	/* display: block; */
}

#inner.form form dl.f_name_box input,
#inner.form form dl.f_furigana_box input,
#inner.form form dl.f_birthday_box input,
#inner.form form dl.f_zip_box input {
	display: inline-block !important;
	width: 100% !important;
}
#inner.form form dl #f_name2,
#inner.form form dl #f_furigana2 {
	margin-left: 0 !important;
	margin-top: 10px !important;
}
#inner.form form dl dd .select_wrap {
	width: 100%;
	box-sizing: border-box;
}
#inner.form form dl.f_address_box dd .select_wrap {
	width: 50%;
	box-sizing: border-box;
}
#inner.form form dl dd .select_wrap select {
	padding: 8px 40px 8px 10px;
	font-size: 16px;
}
#inner.form form dl dd .select_wrap::before {
	top: 50%;
	margin-top: -3px;
}
#inner.form form dl dd textarea {
	height: 200px;
}
#inner.form form dl.f_now_box dd > input {
	width: 100% !important;
}
#inner.form form dl.f_now_box .period {
	display: block;
	font-size: 13px;
	padding-left: 0;
	margin-top: 10px;
}
#inner.form form dl dd.c_now_dd {
	padding-left: 0;
}

/*** thanks ***/
#inner.form.thanks {
	text-align: left;
}
#inner.form.thanks .detail {

}
#inner.form.thanks .detail .lead {
	font-size: 15px;
	padding: 50px 15px 0 15px;
}

#inner.form.thanks .bt_top {
    width: 90%;
}




}
