@charset "utf-8";

/* top */

/* main-visual
----------------------------------------- */
.main-visual {
	
}
.main-visual-copy {
	margin: 20px 0;
	padding: 0 30px;
}
.main-visual-copy h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.main-visual-copy .main-visual-lead {
	font-size: 13px;
}
.header-tel {
	background-color: #000;
	padding: 5px 30px;
	text-align: right;
}
.header-tel a {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/icon-tel.png) 0 0 no-repeat;
	background-size: 12px auto;
	color: #fff;
} 




/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	margin: 30px 0 30px;
	padding: 0 30px;
}
.intro-info-wrap {
	width: 100%;
	height: 160px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
.intro-info-area iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.intro-info-area h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.0;
	letter-spacing: 0.1em;
	z-index: 100;
}
.intro-info-area h3 span {
	color: #c200ff;
}
.intro-info-area h3::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -70px;
	width: 50px;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}
.intro-info-list li {
	margin-bottom: 10px;
}
.intro-info-list span {
	margin-bottom: 3px;
	color: #c200ff;
}
.intro-info-list p {
}

/* work-sec */
.cont-sec01 {
	margin-bottom: 40px;
}
.cont-sec01.skill {
	margin-bottom: 60px;
}
.sec-ttl01 {
	padding: 0 30px;
}
.sec-ttl01-inner {
	position: relative;
	margin-bottom: 15px;
}
/* 
.sec-ttl01-inner::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #717071;
}
.sec-ttl01-inner::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-color: #000;
}
 */
.sec-ttl01-inner h3 {
	margin-bottom: 3px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.sec-ttl01-inner h3 span {
	font-size: 22px;
	color: #c200ff;
}
.sec-ttl01-read {
	font-size: 24px;
	line-height: 1.4;
}
.cont-sec01-body {
}
.cont-sec01-body .left {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 55px;
	padding: 0 0 0 60px;
}
.cont-sec01-body .left::before {
	box-sizing: border-box;
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 90%;
	height: 100%;
	background: url(../images/stripe-bg.jpg) 0 0;
	background-size: 20px 20px;
	z-index: -100;
}
.cont-sec01-body .right {
}
.cont-sec01-body .text-box {
	margin-bottom: 30px;
	padding: 25px 30px;
	background-color: #000;
	color: #fff;
}
.cont-sec01-list {
	margin-top: 5px;
}
.cont-sec01-list li {
	text-indent: -2em;
	margin-left: 2em;
}
.btn-contact-wrapper {
	padding: 0 30px;
	text-align: right;
}
.btn-contact {
	position: relative;
	display: inline-block;
	padding: 5px 20px 3px;
	background-color: #000;
	color: #fff;
}
.btn-contact::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -60px;
	width: 60px;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}
.btn-contact:hover {
	color: #fff;
}

/* recruit-sec */
.recruit-sec {
	margin-bottom: 50px;
	padding: 50px 30px 50px;
	background-color: #000;
}
.recruit-sec-ttl {
	margin-bottom: 25px;
}
.recruit-sec-ttl .sec-ttl02 {
	color: #fff;
}
.sec-ttl02 {
	text-align: center;
}
.sec-ttl02 .eng {
	display: block;
	margin-bottom: 12px;
	font-size: 26px;
	letter-spacing: 0.5em;
	line-height: 1.0;
}
.sec-ttl02 .eng span {
	color: #c200ff;
}
.sec-ttl02 .jpn {
	display: block;
	font-size: 13px;
	letter-spacing: 0.3em;
	line-height: 1.0;
}
.recruit-cont {
	padding: 30px 20px;
	background-color: #fff;
}
.recruit-cont h4 {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}
.recruit-cont h4 span {
	color: #c200ff;
}
.recruit-cont-inner {
}
.recruit-cont-inner .left {
	width: 60%;
	margin: 0 auto 20px;
}
.recruit-cont-inner .right {
	margin-bottom: 20px;
}
.recruit-cont-inner-text {
	margin-bottom: 10px;
}
.recruit-cont-inner-sub-text {
	font-size: 10px;
}
.recruit-requirements {
}
.recruit-requirements h5 {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.recruit-requirements-list {
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.recruit-requirements-list li {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}
.recruit-requirements-list span {
	font-weight: bold;
}
.recruit-requirements-list p {
}
.recruit-requirements-text {
	margin-bottom: 20px;
}
.recruit-requirements-contact-area {
	text-align: center;
}
.btn-recruit-requirements {
	display: inline-block;
	margin-bottom: 10px;
	padding: 12px 30px 9px;
	background-color: #c200ff;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 3.5vw;
}
.btn-recruit-requirements:hover {
	color: #fff;
}
.recruit-requirements-contact-text {

}

/* company-sec */
.company-sec {
}
.company-sec .sec-ttl02 {
	margin-bottom: 25px;
}
.company-sec-inner {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.company-sec-inner::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 70%;
	height: 1px;
	margin-left: -35%;
	background-color: #717071;
}
.company-inner-cont {
	box-sizing: border-box;
	margin-bottom: 55px;
	padding: 0 30px 0 15px;
	border-left: solid 10px #000;
}
.sub-ttl01 {
	margin-bottom: 15px;
}
.sub-ttl01 .eng {
	display: block;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-variant-ligatures : none;
}
.sub-ttl01 .eng span {
	color: #c200ff;
}
.sub-ttl01 .jpn {
	display: block;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.company-prof-list,
.company-history-list {
	padding: 10px 0 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.company-prof-list span,
.company-history-list span {
	font-weight: bold;
}
.company-prof-list p {
}
.company-prof-list li,
.company-history-list li {
	margin-bottom: 12px;
	padding-bottom: 8px;
	overflow: hidden;
	background: url(../images/dotted-line.png) 0 bottom repeat-x;
	background-size: 12px 1px;
}
.company-prof-list li:last-child,
.company-history-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.map-access {
	display: block;
	margin-top: 20px;
}
.gmap {
}
.gmap iframe {
	width: 100%;
	height: 300px;
}

/* contact-sec */
.contact-sec {
	margin-bottom: 70px;
}
.contact-sec-inner {
	padding: 0 30px;
}
.contact-sec .sec-ttl02 {
	margin-bottom: 35px;
}
.contact-sec-text {
	margin-bottom: 25px;
}
.contact-sec-tel-area {
	margin-bottom: 30px;
	text-align: center;
}
.contact-sec-tel-area-ttl {
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 15px;
	background: url(../../images/arrow01.png) center bottom no-repeat;
	background-size: 10px 15px;
}
.contact-sec-tel-area-ttl span {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 25px;
	color: #fff;
	font-size: 16px;
	background-color: #000;
}
.contact-sec-tel-area-num {
	font-size: 20px;
}
.contact-sec-tel-area-num span {
	color: #c200ff;
}

.privacy-policy-area {
	padding: 30px;
}
.privacy-policy-area h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.privacy-policy-text {
	margin-bottom: 15px;
}
.privacy-policy-list {
}
.privacy-policy-list li {
	margin-bottom: 15px;
}
.privacy-policy-list span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.privacy-policy-list p {
}
.privacy-policy-name {
	text-align: right;
}
.privacy-check-text {
	margin-bottom: 30px;
	text-align: center;
	color: #c200ff;
}

.privacy-policy-wrap {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 30px;
}
.privacy-policy-inner {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	border: 1px solid #c7c7c7;
}
.privacy-policy-wrap iframe {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.form-wrapper {
	padding: 30px;
	background: url(../images/stripe-bg.jpg) 0 0;
	background-size: 20px 20px;
}
.form-inner {
	padding: 30px 30px 40px;
	background-color: #9e9e9f;
}
.form-required-text {
	margin-bottom: 20px;
	color: #fff;
}








/* タブレット向け：760px～1000px */
@media only screen and (min-width: 760px) {

/* main-visual
----------------------------------------- */
.main-visual {
	position: relative;
}
.main-visual-list li {
	width: 100%;
	height: 600px;
}
.main-visual .main-visual01 {
	background: url(../../images/mainvisual01_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual .main-visual02 {
	background: url(../../images/mainvisual02_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual .main-visual03 {
	background: url(../../images/mainvisual03_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-copy {
	position: absolute;
	top: 100px;
	left: 40px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.main-visual-copy h2 {
	width: 400px;
	margin-bottom: 60px;
}
.main-visual-copy .main-visual-lead {
	width: 400px;
}
.header-tel {
	background-color: #000;
	padding: 8px 30px 5px;
	text-align: right;
}
.header-tel a {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/icon-tel.png) 0 0 no-repeat;
	background-size: 18px auto;
	font-size: 18px;
	color: #fff;
} 



/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	width: 880px;
	margin: 30px auto 80px;
	padding: 0;
}
.intro-info-area {
}
.intro-info-area .info-area-ttl {
	float: left;
	width: 270px;
}
.intro-info-wrap {
	float: right;
	width: 580px;
	height: 100px;
	overflow: auto;
}
.intro-info-area iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.intro-info-area h3 {
	display: inline-block;
	position: relative;
	margin-top: 35px;
	font-size: 24px;
	line-height: 1.0;
	letter-spacing: 0.1em;
	z-index: 100;
}
.intro-info-area h3 span {
	color: #c200ff;
}
.intro-info-area h3::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -100px;
	width: 80px;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}
.intro-info-list li {
	margin-bottom: 10px;
	overflow: hidden;
}
.intro-info-list span {
	float: left;
	width: 10em;
	margin-bottom: 3px;
	color: #c200ff;
}
.intro-info-list p {
	float: left;
	width: calc(100% - 11em);
}

/* work-sec */
.cont-sec01 {
	margin-bottom: 150px;
}
.cont-sec01.skill {
	margin-bottom: 150px;
}
.sec-ttl01 {
	padding: 0 100px;
}
.sec-ttl01-inner {
	position: relative;
	margin-bottom: 45px;
	padding-left: 140px;
}
.sec-ttl01-inner::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #717071;
}
.sec-ttl01-inner::after {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	background-color: #000;
}
.sec-ttl01-inner h3 {
	margin-bottom: 6px;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.sec-ttl01-inner h3 span {
	font-size: 40px;
	color: #c200ff;
}
.sec-ttl01-read {
	font-size: 50px;
	line-height: 1.2;
}
.cont-sec01-body {
}
.cont-sec01-body .left {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding: 0 0 0 100px;
}
.cont-sec01-img {
	position: relative;
	display: inline-block;
	margin: 0 -50px 0 0;
}
.cont-sec01-body .left::before {
	box-sizing: border-box;
	display: block;
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/stripe-bg.jpg) 0 0;
	background-size: 35px 35px;
	z-index: -100;
}
.cont-sec01-body .right {
	position: relative;
	float: right;
	width: 50%;
	margin-top: 70px;
	z-index: 100;
}
.cont-sec01-body .text-box {
	margin-bottom: 130px;
	padding: 45px 100px;
	background-color: #000;
	color: #fff;
}
.cont-sec01-list {
	margin-top: 5px;
}
.cont-sec01-list li {
	text-indent: -2em;
	margin-left: 2em;
}
.btn-contact-wrapper {
	padding: 0 15% 0 0;
	text-align: right;
}
.btn-contact {
	position: relative;
	display: inline-block;
	padding: 3px 30px 1px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	transition: all .3s;
}
.btn-contact::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -100px;
	width: 100px;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}
.btn-contact:hover {
	color: #fff;
	background-color: #666;
}

/* recruit-sec */
.recruit-sec {
	margin-bottom: 170px;
	padding: 100px 0;
	background-color: #000;
}
.recruit-sec-ttl {
	margin-bottom: 35px;
}
.recruit-sec-ttl .sec-ttl02 {
	color: #fff;
}
.sec-ttl02 {
	text-align: center;
}
.sec-ttl02 .eng {
	display: block;
	margin-bottom: 12px;
	font-size: 36px;
	letter-spacing: 0.5em;
	line-height: 1.0;
}
.sec-ttl02 .eng span {
	color: #c200ff;
}
.sec-ttl02 .jpn {
	display: block;
	font-size: 14px;
	letter-spacing: 0.5em;
	line-height: 1.0;
}
.recruit-cont {
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto;
	padding: 50px 50px;
	background-color: #fff;
}
.recruit-cont h4 {
	margin-bottom: 35px;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
}
.recruit-cont h4 span {
	color: #c200ff;
}
.recruit-cont-inner {
	width: 730px;
	margin: 0 auto 40px;
}
.recruit-cont-inner .left {
	float: left;
	width: 150px;
	margin: 0;
}
.recruit-cont-inner .right {
	float: right;
	width: 530px;
	margin-bottom: 0;
}
.recruit-cont-inner-text {
	margin-bottom: 10px;
	font-size: 14px;
}
.recruit-cont-inner-sub-text {
	font-size: 12px;
	text-align: right;
}
.recruit-requirements {
}
.recruit-requirements h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}
.recruit-requirements-list {
	margin-bottom: 45px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.recruit-requirements-list li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	overflow: hidden;
}
.recruit-requirements-list span {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 7em;
	padding-left: 5px;
	font-weight: normal;
}
.recruit-requirements-list p {
	float: right;
	width: calc(100% - 7em);
}
.recruit-requirements-text {
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
}
.recruit-requirements-contact-area {
	text-align: center;
}
.btn-recruit-requirements {
	display: inline-block;
	margin-bottom: 15px;
	padding: 20px 90px 15px;
	background-color: #c200ff;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 24px;
	transition: all .3s;
}
.btn-recruit-requirements:hover {
	color: #fff;
	background-color: #d45fff;
}
.recruit-requirements-contact-text {
	font-size: 18px;
}

/* company-sec */
.company-sec {
	position: relative;
	margin-bottom: 70px;
	padding: 30px 0 70px;
}
.company-sec::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 80%;
	height: 1px;
	margin-left: -40%;
	background-color: #717071;
}
.company-sec .sec-ttl02 {
	margin-bottom: 35px;
}
.company-sec-inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0;
}
.company-sec-inner::after {
	display: none;
}
.company-inner-cont {
	box-sizing: border-box;
	margin-bottom: 90px;
	padding: 0 30px 0 15px;
	border-left: solid 20px #000;
}
.company-inner-cont:last-child {
	margin-bottom: 70px;
}
.sub-ttl01 {
	float: left;
	width: 25%;
	margin-bottom: 0;
}
.sub-ttl01 .eng {
	display: block;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-variant-ligatures : none;
}
.sub-ttl01 .eng span {
	color: #c200ff;
}
.sub-ttl01 .jpn {
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
}
.company-prof-list,
.company-history-list,
.gmap {
	float: right;
	width: 70%;
	font-size: 14px;
}
.company-prof-list,
.company-history-list {
	padding: 10px 0 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.company-prof-list span,
.company-history-list span {
	font-weight: normal;
}
.company-history-list .year {
	box-sizing: border-box;
	display: inline-block;
	width: 5.5em;
	padding-left: 1em;
}
.company-history-list .month {
	display: inline-block;
	width: 3em;
	text-align: right;
}
.company-prof-list span {
	display: block;
	float: left;
	width: 7em;
}
.company-prof-list p {
	float: right;
	width: calc(100% - 7em);
}
.company-history-list .date {
	display: block;
	float: left;
	width: 10.5em;
}
.company-history-list p {
	float: right;
	width: calc(100% - 10.5em);
}
.company-prof-list li,
.company-history-list li {
	margin-bottom: 12px;
	padding-bottom: 8px;
	overflow: hidden;
	background: url(../images/dotted-line.png) 0 bottom repeat-x;
	background-size: 12px 1px;
}
.company-prof-list li:last-child,
.company-history-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.map-access {
	display: block;
	margin-top: 30px;
}
.gmap {
}
.gmap iframe {
	width: 100%;
	height: 350px;
}

/* contact-sec */
.contact-sec {
	margin-bottom: 0;
	padding-top: 30px;
}
.contact-sec-inner {
	width: 800px;
	margin: 0 auto 40px;
	padding: 0;
}
.contact-sec .sec-ttl02 {
	margin-bottom: 35px;
}
.contact-sec-text {
	margin-bottom: 45px;
	font-size: 16px;
}
.contact-sec-tel-area {
	margin-bottom: 60px;
	text-align: center;
}
.contact-sec-tel-area-ttl {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 30px;
	background: url(../../images/arrow01.png) center bottom no-repeat;
	background-size: 20px 30px;
}
.contact-sec-tel-area-ttl span {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 45px;
	color: #fff;
	font-size: 30px;
	background-color: #000;
}
.contact-sec-tel-area-num {
	font-size: 30px;
}
.contact-sec-tel-area-num span {
	color: #c200ff;
}

.privacy-policy-area {
	padding: 30px;
}
.privacy-policy-area h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.privacy-policy-text {
	margin-bottom: 15px;
}
.privacy-policy-list {
}
.privacy-policy-list li {
	margin-bottom: 15px;
}
.privacy-policy-list span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.privacy-policy-list p {
}
.privacy-policy-name {
	text-align: right;
}
.privacy-check-text {
	margin-bottom: 30px;
	text-align: center;
	color: #c200ff;
	font-size: 14px;
}

.privacy-policy-wrap {
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto 30px;
	padding: 0 30px;
}
.privacy-policy-inner {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	border: 1px solid #c7c7c7;
}
.privacy-policy-wrap iframe {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.form-wrapper {
	padding: 50px 0 50px;
	background: url(../images/stripe-bg.jpg) 0 0;
	background-size: 35px 35px;
}
.form-inner {
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto;
	padding: 50px 40px 70px;
	background-color: #9e9e9f;
}
.form-required-text {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


} /* タブレット向けここまで */












/* PC向けレイアウトの指定：1001px～ */
@media only screen and (min-width: 1001px) {


} /* PC向けここまで */


