@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@400;500;700&display=swap');
/* 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, 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;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
html{overflow-y:scroll;}
input, textarea {margin:0; padding:0;}
ol, ul {list-style:none;}
table {width:100%; border-collapse:collapse;  border-spacing:0;}
img {border: 0; vertical-align: bottom; max-width: 100%; height: auto;}
caption, th {text-align:left;}
a {-webkit-tap-highlight-color:rgba(0,0,0,0); color:inherit; text-decoration:none;}
a:focus {outline:none;}
a:hover {color:inherit; text-decoration:none;}
a:visited {color:inherit;}

/*------------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix{ /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }

/*------------------------------------------------------------
Base
------------------------------------------------------------*/
html,
body {margin: 0; padding: 0; width: 100%; height: 100%;}
html {font-size:10px; font-family: 'Noto Sans JP', 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif; font-weight: 300;}
body{ color: #000; min-height: 400px; -webkit-text-size-adjust: 100%; font-size: 1.2rem; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; }

/* layout =====================[共通] */
#page{height: 100%; min-height: 400px;}
#wrapper{height: 100%; min-height: 400px;}

/* #globalNavi =====================[共通] */
#globalNavi {z-index: 10; display: block;}
#globalNaviInner{position: relative; display: block;height: 100%;}

/* #mainNavi =====================[共通] */
#mainNavi {display: block;}
#mainNavi ul li {font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}
#mainNavi ul li a .linkOut {vertical-align: middle; margin-left: 5px;}

#mainNavi ul li.sns {display: -webkit-box; display: flex; flex-wrap: nowrap;}

#mainNavi ul li.sns a {padding: 0;}
#mainNavi ul li.sns .fb a {width: 30px; height: 30px; border-radius: 30px; display: -webkit-box; display: flex; flex-wrap: nowrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; margin-right: 10px;}
#mainNavi ul li.sns .fb img {width: 30px; height: 30px;}
#mainNavi ul li.sns .ig a {width: 30px; height: 30px; display: -webkit-box; display: flex; flex-wrap: nowrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center;}
#mainNavi ul li.sns .ig img {width: 24px;}

/* main =====================[共通] */
main {display: block;}
main article{position: relative; background-color: #fff;}
article header h2 {font-family: 'Roboto Condensed', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: bold; font-weight: 500;}

/* #overlay =====================[共通] */
#overlay{
	display:none;
	z-index:100;
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.5);
}

/* #underMainVisual =====================[共通] */
#underMainVisual {position: relative;}

/* #pageService =====================[共通] */
#serviceList {width: 100%;}
#serviceList li .icon {text-align: center;}
#serviceList li .title {color: #f08200;}
#serviceList li .title em {
	padding: 0 0 3px;
	font-weight: bold;
	border-bottom: 1px solid #ffe5a1;
}
#serviceOption {padding-bottom: 46px;}
#serviceOptionTitle span {
	display: inline-block;
	font-weight: bold;
	padding: 0.2em 1em;
	color: #fff;
	background-color: #f08200;
}
#serviceOptionText .title {
	line-height: 1.5;
	font-weight: bold;
}
#serviceOptionText .title em {
	color: #f08200;
	font-weight: bold;
}
#serviceOptionFlow .title {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
}
#serviceOptionFlow {
	background-color: #fff6de;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#serviceOptionFlowList p {
	text-align: center;
}
#serviceOptionFlowList {
	z-index: 2;
}
#serviceOptionFlowList li {
	position: relative;
	display: block;
	z-index: 3;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	background-color: #fff;
	border: 1px solid #d3c7b9;
}
#serviceOptionFlowList li:before,
#serviceOptionFlowList li:after {
	display: block;
	z-index: 1;
	position: absolute;
	content: ' ';
}
#serviceOptionFlowList .num {
	color: #f08200;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

/* #pageTransceiver =====================[共通] */
#Transceivers .T_list li {
	list-style-type: disc;
	margin-left: 1.5em;
	font-size: 1.4rem;
	line-height: 1.7;
}

/* #pageMission =====================[共通] */
#missionMain p.author {text-align: right;}

/* #pageAccess =====================[共通] */
#pageAccess {padding: 0 0 40px;}
#accessMain h3 {color: #f08200; font-weight: 500;}
.btn_Gmap {display: inline-block;}
.btn_Gmap a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #fff;
}
.btn_Gmap a:hover {background-color: rgba(240,130,0,0.8);}

/* #pageCompany =====================[共通] */
#pageCompany {
	border-top: 1px solid #e9e9e9;
}
#companyList dl {
	border-bottom: 1px solid #e4e4e4;
	line-height: 1.5;
}
#companyList dt {
	display: block;
	float: left;
	width: 22%;
	padding: 1.2em 2em 1.2em 0;
}
#companyList dd {
	display: block;
	margin-left: calc(22% + 2em);
	padding: 1.2em 0;
}
#companyList dd p {margin-bottom: 10px;}

/* #btnRecruit =====================[共通] */
#btnRecruit {text-align: center;}
#btnRecruit a img {
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
#btnRecruit a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* #GoToTop =====================[共通] */
#GoToTop {
	position: fixed;
	bottom: 35px;
	right: 15px;
	width: 31px;
	z-index: 50;
}

/* #pageLineup =====================[共通] */
#pageLineup header h2 {font-weight: 400;}
#lineupMain .lineup_cat {font-weight: 500; border-bottom: 1px solid #e4e4e4;}

#lineupMain .lu_block {padding: 20px 0 50px; border-bottom: 1px dotted #b3b3b3;}
#lineupMain .lu_block.no_border {border-bottom: 0;}
#lineupMain .lu_name {font-size: min(5.86vw,22px); font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif; font-weight: 500; letter-spacing: 2px;}
#lineupMain .lu_pic {text-align: center; padding: 30px 0 60px;}
#lineupMain .lu_pic img {width: min(60vw,225px); height: auto;}
#lineupMain ul.lu_ico {display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; padding: 0 0 40px;}
#lineupMain ul.lu_ico li {padding: 0 min(2.13vw,8px);}
#lineupMain ul.lu_ico img {width: min(18.66vw,70px); height: auto;}
#lineupMain .lu_exp {padding: 0 0 30px;}
#lineupMain .lu_exp p {margin: 0 0 1.5em;}
#lineupMain .lu_exp p em {color: #ff0000;}
#lineupMain .lu_scene {background-color: #f2f2f2; border-radius: 6px; padding: min(5.86vw,22px);}
#lineupMain .lu_scene .scene_ttl {font-size: 1.4rem; margin: 0 0 0.8em;}

/* #pageRecruit =====================[共通] */
#recruitMainVisual img {width: 100%;}
#recruitList dl {
	border-bottom: 1px solid #e4e4e4;
	line-height: 1.5;
	background-color: #f5f5f5;
}
#recruitList dl:nth-child(1) {
	border-top: 1px solid #e4e4e4;
}
#recruitList dt {
	display: block;
	float: left;
}
#recruitList dd {
	display: block;
	background-color: #fff;
}
#recruitList dd li {
	list-style-type: disc;
}
#recruitInquiryBtn {
	text-align: center;
}
#recruitInquiryBtn a {
	display: inline-block;
	background-color: #f08200;
	color: #fff;
	font-weight: 500;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	box-shadow: 0 6px 0 0 #bf6700;
}
#recruitInquiryBtn a:hover {
	background-color: rgba(240,130,0,0.8);
	box-shadow: 0 6px 0 0 rgba(191,103,0,0.8);
}


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

Media Queries : SP (-860px)

======================================== */
		@media screen and (max-width: 860px) {

/* common --------------------[SP] */
.sp_none {display: none;}
article header h2 {font-size: 1.5rem; padding: 30px 15px;}

/* #logo --------------------[SP] */
#logo {float: left; width: 135px;}

/* #spNavi --------------------[SP] */
#spNavi {float: right;}
#spNavi ul {display: inline-block;}
#spNavi ul li {
	float: left;
	width: 35px;
	margin: 14px 10px 0 5px;
}
#spNavi ul li.drawer-menu {position: relative;}
#spNavi ul li.drawer-menu span {
	display: block;
	width: 35px;
	height: 35px;
	background: transparent url(../img/ico-sp-menu.png) top left no-repeat;
	background-size: auto 35px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 200;
}
#spNavi ul li.close span {
	position: fixed;
	top: 14px;
	right: 10px;
	background: transparent url(../img/ico-sp-menu.png) top right no-repeat;
	background-size: auto 35px;
	animation: closeFadeIn 0.6s ease 0s 1 normal;
	-webkit-animation: closeFadeIn 0.6s ease 0s 1 normal;
}
@keyframes closeFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes closeFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#mainNavi ul li a .linkOut {height: 7px; width: auto;}

/* #mainNavi --------------------[SP] */
#mainNavi {
	display: none;
	background-color: #f08200;
	position: fixed;
	top: 0;
	right: 0;
	width: 150px;
	padding: 60px 0 0 17px;
	z-index: 100;
	height: 100%;
	font-size: 1.5rem;
}
#mainNavi li {padding: 0.5em 0;}
#mainNavi li a {color: #fff;}
#mainNavi ul li.sns {margin-top: 4px;}

/* #pageTop --------------------[SP] */
#mainVisual {
	position: relative;
	height: 250px;
	background: url(../img/img-mv_sp.jpg) right no-repeat;
	background-size: cover;
}
#mainVisualCopy {
	position: absolute;
	top: 22px;
	left: 29px;
}
#underMainVisual {
	padding: 50px 0 20px;
	position: relative;
}
#underMainVisualSubImage {
	position: absolute;
	top: -78px;
	right: 4%;
	width: 150px;
	height: 111px;
}
#underMainVisualSubCopy {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	padding: 0 14px;
}

/* #pageService --------------------[SP] */
#serviceList {border-top: 1px solid #e9e9e9;}
#serviceList li {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	padding: 20px 0;
}
#serviceList li .icon {
	width: 28.5%;
	float: left;
	text-align: center;
	padding: 26px 0 36px;
}
#serviceList li .icon img {
	width: auto;
	height: 65px;
}
#serviceList li .title {
	font-size: 1.5rem;
	margin: 0 0 15px;
}
#serviceList li  p {
	font-size: 1.3rem;
	line-height: 1.75;
	padding: 0 2em;
}
#serviceOptionText {
	margin: 35px 15px 0;
}
#serviceOptionText .title {
	font-size: 1.6rem;
	margin: 0 0 30px;
}
#serviceOptionText p {
	font-size: 1.3rem;
	margin: 0 0 30px;
}
#serviceOptionImage {
	margin: 0 15px 40px;
	text-align: center;
}
#serviceOptionImage img {
	max-width: 327px;
}
#serviceOptionFlow {
	padding: 30px 15px;
}
#serviceOptionFlowList .txt br {
	display: none;
}
#serviceOptionFlow .title {
	font-size: 1.4rem;
	margin-bottom: 22px;
	text-align: center;
}
#serviceOptionFlowList li {
	margin-bottom: 10px;
}
#serviceOptionFlowList li:nth-child(8) {
	margin-bottom: 0;
}
#serviceOptionFlowList li:after {
	bottom: -11px;
	left: 50%;
	content: ' ';
	height: 10px;
	border-right: 2px solid #cec7bf;
}
#serviceOptionFlowList li:nth-child(8):after {
	border-right: 0;
}
#serviceOptionFlowList .num {
	text-align: left;
	display: inline-block;
	width: auto;
	float: left;
	font-size: 2.0rem;
	line-height: 45px;
	margin-left: 1.5em;
}
#serviceOptionFlowList .txt {
	font-size: 1.5rem;
	line-height: 45px;
	margin-right: 2.5em;
}

/* #pageTransceiver --------------------[SP] */
#pageTransceiver {padding: 0 0 40px;}
#transceiverMainVisual {
	position: relative;
	height: 250px;
	background: url(../img/img-transceiver_sp.jpg) right no-repeat;
	background-size: cover;
}
#transceiverMainVisualCopy {
	position: absolute;
	top: 15px;
	left: 33px;
}
#transceiverCopy {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 35px 15px;
}

/* #pageMission --------------------[SP] */
#pageMission{
	padding: 0 0 35px;
}
#missionMainVisual {
	position: relative;
	height: 250px;
	background: url(../img/img-mission_sp.jpg) right no-repeat;
	background-size: cover;
}
#missionMainVisualCopy {
	position: absolute;
	top: 30px;
	left: 26px;
}
#pageMission header h2 {font-weight: 400;}
#missionMain {padding: 0 15px;}
#missionMain p {
	margin: 0 0 1.5em;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* #pageAccess --------------------[SP] */
#pageAccess {padding: 0 0 35px;}
#pageAccess header h2 {font-weight: 400;}
#accessMain {padding: 0 15px;}
#accessMain p {margin: 0 0 1.5em;}
.btn_Gmap {
	display: block;
	width: 120px;
	margin: 6px 0 0;
}
.btn_Gmap a {
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0 37px 0 20px;
	font-size: 1.3rem;
	background: #f08200 url(../img/ico-outlink_sp.png) right 20px center no-repeat;
	background-size: auto 7px;
}
#gmap {height: 250px !important;}

/* #pageCompany --------------------[SP] */
#pageCompany {padding: 0 0 35px;}
#pageCompany header h2 {font-weight: 400;}
#companyList dl {
	margin: 0 15px;
	font-size: 1.3rem;
}
#companyList dt {white-space: nowrap;}

/* #btnRecruit --------------------[SP] */
#btnRecruit {padding: 30px;}

/* footer --------------------[SP] */
footer {text-align: center; padding: 20px 0; border-top: 1px solid #e9e9e9;}
footer small {font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 1rem;}

/* #pageLineup --------------------[SP] */
#lineupMain {padding: 0 15px; margin: 0 0 35px;}
#lineupMain .lineup_cat {font-size: 1.4rem; padding: 0 0 10px;}

/* #pageRecruit --------------------[SP] */
#pageRecruit header h2 {font-weight: 400;}
#recruitMain {padding: 0 15px; margin: 0 0 35px;}
#recruitMain p {
	font-size: 1.3rem;
	line-height: 1.5;
}
#recruitMain p br {
	display: none;
}
#recruitList {
	padding: 0 15px;
}
#recruitList dt {
	width: 80px;
	padding: 20px 10px;
}
#recruitList dd {
	margin-left: 80px;
	padding: 20px 10px;
}
#recruitList dd li {
	margin-left: 2em;
}
#recruitInquiryBtn {
	padding: 20px 0 50px;
}
#recruitInquiryBtn a {
	font-size: 1.7rem;
	width: 90%;
	max-width: 250px;
	height: 44px;
	line-height: 44px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

		}

		@media screen and (min-width: 780px) and (max-width: 860px) {

/* #pageService --------------------[TB] */
#serviceList {
	display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#serviceList li {
	display: table-cell;
	width: calc(33.3333% - 7px);
	float: left;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
}
#serviceList li.even {
	margin-right: 5px;
	margin-left: 5px;
}
#serviceList li .icon {
	padding: 46px 0 36px;
	width: 100%;
	float: none;
}
#serviceList li .icon img {
	height: auto;
}
#serviceList li .title {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 30px;
}
#serviceList li  p {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 2em 38px;
}
#serviceOption {
	width: 99.3333%;
	border: 1px solid #e9e9e9;
	padding-bottom: 56px;
	margin-bottom: 70px;
}
#serviceOption .innerBox {
	display: table;
}
#serviceOptionTitle span {
	font-size: 1.4rem;
}
#serviceOptionText {
	display: table-cell;
	width: 51%;
	vertical-align: top;
}
#serviceOptionText .title {
	font-size: 2.4rem;
	padding: 72px 0 0 10%;
}
#serviceOptionText p {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 42px 0 0 10%;
}
#serviceOptionImage {
	display: table-cell;
	width: 49%;
	vertical-align: middle;
	text-align: right;
	padding-right: 5%;
	padding-left: 4%;
}
#serviceOptionImage img {
	max-width: 404px;
	width: 100%;
	margin: 30px 0 0;
}
#serviceOptionFlow {
	padding: 42px 40px;
	margin-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
}
#serviceOptionFlow .title {
	font-size: 1.8rem;
	margin: 0 0 36px;
}
#serviceOptionFlowList {
	height: 180px;
}
#serviceOptionFlowList li {
	position: relative;
	width: 11%;
	float: left;
	margin-right: 1.15%;
	height: 180px;
}
#serviceOptionFlowList li:nth-child(8) {
	margin-right: 0;
}
#serviceOptionFlowList li:before {
	border-top: 2px solid #cec7bf;
	bottom: 50%;
	right: -22%;
	width: 22%;
}
#serviceOptionFlowList li:nth-child(8):before {
	border-top: 0;
}
#serviceOptionFlowList li:after {
	display: none;
}
#serviceOptionFlowList li br {
	display: block !important;
}
#serviceOptionFlowList .num {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 100%;
	font-size: 3rem;
	padding-top: 1em;
}
#serviceOptionFlowList .txt {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8;
}

		}


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

Media Queries : PC etc (861px~)

======================================== */
		@media screen and (min-width: 861px) {

/* common --------------------[PC] */
.pc_none {display: none;}
article header h2 {font-size: 1.8rem; padding: 40px 30px;}

/* .boxMaxsize --------------------[PC] */
.boxMaxsize{
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 70px;
}

/* #globalNavi --------------------[PC] */
#globalNavi {
	position: fixed;
	width: 180px;
	height: 100%;
	min-height: 400px;
	background: #fff;
}

/* #logo --------------------[PC] */
#logo {
	text-align: center;
	padding: 25px 0 22px;
}

/* #mainNavi --------------------[PC] */
#mainNavi {
	display: block !important;
	z-index: 2;
	position:relative;
	font-size:1.4rem;
}

#mainNavi ul li {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 26px;
	padding: 0 2px 0 23px;
	letter-spacing: 0.1em;
	transition:padding-left .2s ease-in;
	-ms-transition:padding-left .2s ease-in;
	-moz-transition:padding-left .2s ease-in;
	-webkit-transition:padding-left .2s ease-in;
}
#mainNavi ul li:hover {
	transition:padding-left .2s ease-in;
	-ms-transition:padding-left .2s ease-in;
	-moz-transition:padding-left .2s ease-in;
	-webkit-transition:padding-left .2s ease-in;
}
#mainNavi ul .current {
	background: url(../img/ico-active.gif) left no-repeat;
	transition:padding-left .2s ease-in;
	-ms-transition:padding-left .2s ease-in;
	-moz-transition:padding-left .2s ease-in;
	-webkit-transition:padding-left .2s ease-in;
}
#mainNavi ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	display: block;
	color: inherit;
	padding-left: 3px;
}
#mainNavi ul li a:hover {
	color: #f08200;
}
#mainNavi ul li.sns {margin-top: 12px;}
#mainNavi ul li.sns .fb a {width: 26px; height: 26px;}
#mainNavi ul li.sns .fb img {width: 26px; height: 26px;}
#mainNavi ul li.sns .ig a {width: 27px; height: 27px; box-sizing: border-box;}
#mainNavi ul li.sns .ig img {width: 24px;}

/* #Info --------------------[PC] */
#Info {
	position: absolute;
	left: 23px;
	bottom: 20px;
	padding-right: 23px;
}
#Info p {
	font-size: 1rem;
	line-height: 1.6;
}
#Info strong {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 4px;
}
#Info small:before {
	display: block;
	content: " ";
	width: 25px;
	border-top: 1px solid #cec7bf;
	padding-bottom: 20px;
}
#Info small {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.33;
	margin-top: 14px;
}

/* #pageHeader --------------------[PC] */
#pageHeader {
	position: relative;
	width: 100%;
	height: 42px;
	padding-top: 12px;
}
#pageHeader h1 {
	padding-top: 6px;
	font-size: 1.3rem;
}
#pageHeader address {
	position: absolute;
	top: 12px;
	right: 32px;
}
#pageHeader .tel {
	position: absolute;
	top: 0;
	right: 195px;
	white-space: nowrap;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2.28rem;
	color: #f08200;
	background: url(../img/ico-tel.png) left no-repeat;
	padding-left: 25px;
}
#pageHeader .mail a {
	display: block;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0 25px 0 40px;
	color: #fff;
	font-size: 1.3rem;
	background: #f08200 url(../img/ico-mail.png) left 18px center no-repeat;
}
#pageHeader .mail a:hover {
	background-color: rgba(240,130,0,0.8);
}

/* main --------------------[PC] */
main{padding-left: 180px;}

/* #pageTop --------------------[PC] */
#pageTop .boxMaxsize {margin-bottom: 0;}
#mainVisual {
	position: relative;
	height: 588px;
	background: url(../img/img-mv_pc.jpg) center top no-repeat;
	background-size: cover;
}
#mainVisualCopy {
	position: absolute;
	top: 123px;
	left: 98px;
}
#underMainVisualSubCopy {
	font-size: 1.7rem;
	line-height: 1.64;
	font-weight: bold;
	padding: 70px 30px;
}
#underMainVisualSubImage {
	position: absolute;
	top: -139px;
	right: 65px;
	width: 408px;
	height: 300px;
}

/* #pageService --------------------[PC] */
#serviceList {display: -webkit-box; display: flex; flex-wrap: wrap;}
#serviceList li {
	display: table-cell;
	width: calc(33.3333% - 7px);
	float: left;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
}
#serviceList li.even {
	margin-right: 5px;
	margin-left: 5px;
}
#serviceList li .icon {
	padding: 46px 0 36px;
}
#serviceList li .title {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 30px;
}
#serviceList li  p {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 2em 38px;
}
#serviceOption {
	width: 99.3333%;
	border: 1px solid #e9e9e9;
	padding-bottom: 56px;
}
#serviceOption .innerBox {display: table;}
#serviceOptionTitle span {font-size: 1.4rem;}
#serviceOptionText {
	display: table-cell;
	width: 51%;
	vertical-align: top;
}
#serviceOptionText .title {
	font-size: 2.3rem; font-weight: 500;
	padding: 72px 0 0 10%;
}
#serviceOptionText p {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 42px 0 0 10%;
}
#serviceOptionImage {
	display: table-cell;
	width: 49%;
	vertical-align: middle;
	text-align: right;
	padding-right: 5%;
	padding-left: 4%;
}
#serviceOptionImage img {
	max-width: 404px;
	width: 100%;
	margin: 30px 0 0;
}
#serviceOptionFlow {
	padding: 52px 70px;
	margin-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
}
#serviceOptionFlow .title {
	font-size: 1.8rem;
	margin: 0 0 36px;
}
#serviceOptionFlowList {
	height: 180px;
}
#serviceOptionFlowList li {
	width: 11%;
	float: left;
	height: 180px;
	margin-right: 1.3%;
}
#serviceOptionFlowList li:nth-child(8) {
	margin-right: 0;
}
#serviceOptionFlowList li:before {
	border-top: 2px solid #cec7bf;
	bottom: 50%;
	right: -22%;
	width: 22%;
}
#serviceOptionFlowList li:nth-child(8):before {
	border-top: 0;
}
#serviceOptionFlowList .num {
	font-size: 3.6rem;
	padding-top: 1em;
}
#serviceOptionFlowList .txt {
	font-size: 1.5rem;
	padding-top: 1em;
}

/* #pageTransceiver -------------------- [PC] */
#transceiverMainVisual {
	position: relative;
	height: 540px;
	background: url(../img/img-transceiver_pc.jpg) center top no-repeat;
	background-size: cover;
}
#transceiverMainVisualCopy {
	position: absolute;
	top: 118px;
	left: 86px;
}
#underMainVisualSubCopy {
	font-size: 1.7rem;
	line-height: 1.64;
	font-weight: bold;
	padding: 70px 30px;
}

#transceiverCopy {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 70px 30px 30px;
}

/* 
#pageMission -------------------- [PC] */
#missionMainVisual {
	position: relative;
	height: 540px;
	background: url(../img/img-mission_pc.jpg) center top no-repeat;
	background-size: cover;
}
#missionMainVisualCopy {
	position: absolute;
	top: 104px;
	left: 117px;
}
#pageMission header {
	position: relative;
}
#pageMission header h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.9rem;
	font-weight: 400;
	padding: 70px 30px;
}
#missionMain {
	margin: 70px 8.5% 0 25%;
	font-size: 1.6rem;
	line-height: 1.75;
}
#missionMain p {
	margin: 0 0 1.5em;
}

/* #pageAccess -------------------- [PC] */
#pageAccess .boxMaxsize {
	margin-bottom: 40px;
}
#gmap {height: 440px !important;}
#pageAccess header h2 {
	font-size: 2.9rem;
	font-weight: 400;
	padding: 70px 30px;
}
#accessMain {display: -webkit-box; display: flex; flex-wrap: nowrap; font-size: 1.6rem; line-height: 1.75; margin: 0 0 0 30px;}
#accessMain .HQ {width: 50%;}
#accessMain .RC {width: 50%;}
#accessMain .office_address {display: -webkit-box; display: flex; flex-wrap: nowrap;}
#accessMain p {padding-right: 10px;}
#accessMain .office_access {margin-top: 1.5em;}
.btn_Gmap {display: block; width: 110px; padding: 10px 0 0;}
.btn_Gmap a {
	height: 26px;
	line-height: 26px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 0 31px 0 16px;
	font-size: 1.3rem;
	background: #f08200 url(../img/ico-outlink_pc.png) right 16px center no-repeat;
}

/* #pageCompany -------------------- [PC] */
#pageCompany header h2 {
	font-size: 2.9rem;
	font-weight: 400;
	padding: 70px 30px;
}
#companyList dl {
	font-size: 1.4rem;
}
#companyList dl:nth-last-child(1) {
	border-bottom: 0;
}
#companyList .box2_01 {
	width: 42%;
	float: left;
	margin: 0 0 0 30px;
}
#companyList .box2_02 {
	width: 42%;
	float: right;
	margin: 0 8.5% 0 0;
}

/* #btnRecruit -------------------- [PC] */
#btnRecruit {padding: 70px 0;}

/* #pageLineup -------------------- [PC] */
#pageLineup header h2 {font-size: 2.9rem; padding: 70px 30px;}
#lineupMain {
	margin: 0 8.5% 60px 30px;
	font-size: 1.6rem;
	line-height: 1.75;
}
#lineupMain .lineup_cat {font-size: 1.8rem; padding: 0 0 12px;}

#lineupMain .lu_name {font-size: 2rem; line-height: 1.3; padding: 0 0 1vw 2vw;}
#lineupMain .lu_main {display: -webkit-box; display: flex; flex-wrap: nowrap;}
#lineupMain .lu_pic {width: 22vw; padding: min(2.5vw,30px) 0 0;}
#lineupMain .lu_pic img {width: min(16.66vw,200px);}
#lineupMain .lu_content {width: auto; padding: 0 0 0 3vw;}
#lineupMain ul.lu_ico {flex-wrap: nowrap;-webkit-box-pack: start; justify-content: flex-start; padding: 0 0 2.5vw;}
#lineupMain ul.lu_ico li {padding: 0 min(0.83vw,10px) 0 0;}
#lineupMain ul.lu_ico img {width: min(5.8vw,70px);}
#lineupMain .lu_dtl {display: -webkit-box; display: flex; flex-wrap: nowrap;}
#lineupMain .lu_exp {width: 30vw; padding: 0 3vw 0 0;}
#lineupMain .lu_exp {font-size: 1.5rem;}
#lineupMain .lu_scene {width: 11vw; background-color: #f2f2f2; border-radius: 6px; padding: min(5.86vw,22px);}
#lineupMain .lu_scene {font-size: 1.4rem;}
#lineupMain .lu_scene .scene_ttl {font-size: 1.6rem; margin: 0 0 0.8em;}

/* #pageRecruit -------------------- [PC] */
#pageRecruit {width: 70vw;}
#recruitMainVisual {text-align: center;}
#recruitMainVisual img {width: min(70vw,760px);}
#pageRecruit header h2 {
	font-size: 2.9rem;
	font-weight: 400;
	padding: 70px 30px;
}
#recruitMain {
	margin: 0 8.5% 60px 30px;
	font-size: 1.6rem;
	line-height: 1.75;
}
#recruitList {
	padding: 0 40px 70px 30px;
}
#recruitList dl {
	font-size: 1.6rem;
}
#recruitList dt {
	width: 100px;
	padding: 30px 18px;
}
#recruitList dd {
	margin-left: 140px;
	padding: 30px 0 30px 30px;
}
#recruitList dd li {
	margin-left: 1.5em;
}
#recruitInquiryBtn {
	padding: 0 0 100px;
}
#recruitInquiryBtn a {
	font-size: 2.4rem;
	width: 100%;
	max-width: 500px;
	height: 66px;
	line-height: 66px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
}
		}
		@media screen and (min-width: 1100px) and (max-width: 1299px) {

/* 
#pageTop
*****************/
#underMainVisualSubCopy {
	width: 40%;
}
#underMainVisualSubImage {
	position: absolute;
	top: -100px;
	right: 5%;
	width: 45%;
	height: auto;
}

		}
		@media screen and (min-width: 1000px) and (max-width: 1099px) {

/* 
#pageTop
*****************/
#underMainVisualSubCopy {
	width: 50%;
}
#underMainVisualSubImage {
	position: absolute;
	top: -80px;
	right: 5%;
	width: 42%;
	height: auto;
}
/* 
#pageService
*****************/
#serviceOptionFlow {
	padding: 42px 40px;
}
#serviceOptionFlowList .txt {
	font-size: 1.3rem;
}

		}
		@media screen and (min-width: 861px) and (max-width: 999px) {

/* 
#pageTop
*****************/
#underMainVisualSubCopy {
	padding: 60px 20px;
	width: 54%;
}
#underMainVisualSubImage {
	position: absolute;
	top: -60px;
	right: 20px;
	width: 40%;
	height: auto;
}
/* 
#pageService
*****************/
#serviceOptionFlow {
	padding: 42px 40px;
}
#serviceOptionFlowList li {
	margin-right: 1.2%;
	height: 260px;
	position: relative;
}
#serviceOptionFlowList li br {
	display: none;
}
#serviceOptionFlowList .num {
	font-size: 3rem;
}
#serviceOptionFlowList .txt {
	width: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 30%;
	left: -35%;
}

		}


