@charset "utf-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

#wrap, #flash {
    height:100%;
}



body {
    font-size: 13px;
    line-height: 1.4;
		font-family: "FP-ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.bold {
		font-family: "FP-ヒラギノ角ゴ ProN W6" !important;
}
.underline {
	text-decoration: underline !important;
}

.mt25 {
	margin-top: 25px;
}

header, h2, h3, .news, .copy, .roboto,
#service section .header,
#content .workList .list .client:before,
#content .workList .list .agency:before,
#recruit .innerBox .hideContent .nameplate .left span,
#news dl dt, #news dl dt:after { font-family: 'Roboto Condensed', "FP-ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, 'メイリオ', Meiryo, sans-serif; }

input,textarea {font-family: "游ゴシック", YuGothic, 'メイリオ', Meiryo, sans-serif;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
q:before, q:after { content:''; }
abbr, acronym { border: 0; }
a { overflow: hidden; outline: none !important; text-decoration: none; color: #000; }
area { border: 0; outline: none;}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.spBr { display: none; }
.pcBr { display: block; }

.caption {
	font-size: 75%;
	margin-left: 1em;
	text-indent: -1em;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.load {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: -30px 0 0 -30px;
}
	 
.wrap {
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

#bg {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	padding: 0;
}

.bgWidth { width: 100%; }
.bgHeight {	height: 100%; }

.wrap .slide li {
	background: #dbdbdd;
  position: absolute;
	width: 100%;
	height: calc(100vh - 228px);
	overflow: hidden;
	margin: 108px auto 0;
	opacity: 0;
}
.wrap .slide li img {
	width: 100%;
	height: auto;
	/* margin-top: 8%; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* header */
#header {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100px;
	z-index: 99;
	border-bottom: 1px solid #c0c0c0;

}

#header h1 {
	position: absolute;
	/* left: 70px; */
	/* top: 18px;
	max-width: 70px; */
	left: 30px;
	top: 25px;
	max-width: 90px;
	width: 13vw;
}
#header h1 img {
	width: 100%;
}

#header h1.spH1,
#header .menu-trigger { display: none; }

#header #nav {
	display: block;
}

#header ul {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -320px;
}

#header ul li {
	float: left;
	font-size: 139%;
}

#header ul li a {
	padding: 0 25px;
	line-height: 100px;
	display: block;
}

#header ul li a:hover {
	color: #aaa;
}
#header ul li.cur a:hover {
	color: #000;
}

#header .bar {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -320px;
	height: 5px;
}

#header .bar span {
	display: block;
	background: #0463af;
	height: 5px;
	width: 50px;
	position: absolute;
	left: -21px;
	bottom: 0px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header .subMenu {
	position: absolute;
	right: 30px;
	top: 28px;
}

#header .security a,
#header .privacyPolicy a {
	font-size: 85%;
	line-height: 22px;
	padding: 0 8px 0 18px;
	background: url(../img/security_arr.png) no-repeat 7px center;
	
}
#header .security a:hover,
#header .privacyPolicy a:hover {
	opacity: 0.7;
}

#header dl {
	display: none;
}

/* main */
#main {
	position: relative;
	width: 100%;
/*	background: #f5f5f5;*/
}
#main .recVisual { width: auto; }
#main .recVisual a.recLink { display: block; width: auto; }
#main .recVisual .img {
	width: 15.92%;
	position: absolute;
	top:50%;
	margin-top: -6.28%;
	left: 50%;
	margin-left: -28.71%;
}
#main .recVisual .txt {
	width: 35%;
	position: absolute;
	top:50%;
	margin-top: -4.78%;
	left: 50%;
	margin-left: -6.28%;
}
#main .recVisual .fTxt {
	position: absolute;
	bottom: 90px;
	right: 181px;
}
#main .recVisual .fTxtSp,
#main .recVisual .fbSp {
	display: none;
}
#main .recVisual img[src$=".svg"] {
	width: 100%;
}
#main .news {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
}

#main .news dl {
	overflow: hidden;
	padding-left: 70px;
}

#main .news dl dt {
	float: left;
	font-size: 77%;
}

#main .news dl dt span {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	display: block;
	line-height: 1;
	font-weight: 500;
	margin-left:-5px;
	letter-spacing: -5px;
	text-align: center;
}

#main .news dl dd {
	float: left;
	font-size: 124%;
}
#main .news dl dd > span {
	line-height: 60px;
}
#main .news dl dd > span > span {
	background: #000;
	color: #fff;
	margin: 0 26px;
	padding: 0 10px;
	line-height: 20px;
	display: inline-block;
	border-radius: 2px;
}

#main .news dl dd p {
	display: inline-block;
}
#main .news dl dd a {
	text-decoration: underline;
}

#main .news dl dd a:hover {
	text-decoration: none;
}

#main .covid19Btn,
#main .viBtn,
#main .recruitBtn,
#main .recruit-mcBtn,
#main .labBtn {
	position: absolute;
	right: 30px;
	bottom: 90px;
	max-width: 281px;
	background: #fff;
}
#main .covid19Btn img,
#main .viBtn img,
#main .recruitBtn img,
#main .recruit-mcBtn img,
#main .labBtn img {
	width: 100%;
}
#main .covid19Btn {
	bottom: 214px;
}
#main .recruitBtn,
#main .viBtn {
	bottom: 152px;
}

#main .recruit-mcBtn {
	bottom: 214px;
}

#main .facebook {
	display: none !important;
	position: absolute;
	right: 30px;
	bottom: 90px;
}

.wrap .contWrap {
	width: 100%;
}

.wrap .cont {
	height: auto;
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#contact {
	margin-bottom: 0px;
}

.wrap .cont a {
	display: block;
	height: 550px;
	position: relative;
}

#contact a {
	height: 310px;
}

.wrap .cont a figure {
	transition: all 1.8s ease 0s;
}

.wrap .cont a:hover figure {
	transform: scale(1.05);
}

.wrap .cont a figure img {
	width: 100%;
}

.wrap .cont a div {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -130px;
	background: #fff;
	padding: 30px 0 30px 40px;
	width: 370px;
	height: 200px;
}
#about a div, #works a div { height: 190px; margin-top: -6%; }
#contact a div { height: 100px; margin-top: -50px; padding: 25px 0 0 40px; line-height: 100px; }

.wrap .cont a div h2 {
	font-size: 50px;
	line-height: 1;
}
.wrap .cont a div p {
	font-size: 93%;
}
.wrap .cont a div p span {
	font-size: 139%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#motion {
	height: auto;
	margin: 140px auto 150px;
	overflow: hidden;
	position: relative;
	width: 80%;
}

#motion a:first-child {
	width: 78%;
	height: 296px;
	float: left;
	overflow: hidden;
}

#motion a:last-child {
	width: 21%;
	height: 296px;
	float: right;
	overflow: hidden;
}

#motion a div {
	top: auto;
	bottom: 15%;
	padding: 30px 0 0 0;
	margin-top: 0px;
	width: 356px;
	height: 92px;
}
#motion a div h2 {
	font-size: 30px;
}



/* footer */
#footer {
	background: #000;
	padding: 50px 90px 0;
	color: #fff;
	position: relative;
}

#footer .pageTop { 
	position: absolute;
	right: 40px;
	top: -100px;
}

#footer .pageTop a {
	display: block;
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 54px;
	height: 54px;
}
#footer .pageTop a:hover {
	background-image: url(../img/pagetop_o.png);
}

#footer .footInner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

#footer a { color: #fff; }

#footer h2 {
	text-align: center;
	padding-bottom: 48px;
	border-bottom: 1px solid #353535;
}

#footer .add {
	padding: 40px 0 0;
	overflow: hidden;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

#footer .add li {
	background-image: url(../img/foot_pin.png);
	background-repeat: no-repeat;
	background-position: 28px center;
	background-size: 22px 26px;
	padding-left: 64px;
	font-size: 124%;
	margin-bottom: 38px;
	position: relative;
}

/* #footer .add .grove,
#footer .add li.salt,
#footer .add li.wagon,
#footer .add li.mw { float: left; } */

#footer .add li:first-child {
	margin-bottom: 36px;
	background-position: 28px 46px;
}
#footer .add li:first-child .buil {
	float: none;
	display: block;
	margin-bottom: 15px;
}
#footer .add .grove {
	display: block;
}
#footer .add li.salt {
	margin-bottom: 20px;
	margin-right: 20px;
}


#footer .add .buil {
	margin-right: 25px;
	float: left;
}
#footer .add li.sesame {
	margin-bottom: 40px;
}

#footer .add .grove img,
#footer .add .mw img { margin-right: 10px; }

#footer .add li.salt img { margin-right: 35px; }

#footer .add img {
	margin-bottom: 4px;
	height: 100%;
	width: auto;
}

#footer .add .grove,
#footer .add .grove span,
#footer .add .mw span {
	display: inline-block;
}

#footer .add .grove,
#footer .add .mw .buil + span {
	margin-left: 72px;
	font-size: 90%;
}

#footer .add .grove img,
#footer .add .mw .buil + span img {
	margin-left: -72px;
}

#footer .add p {
	font-size: 75%;
	padding-top: 10px;
	clear: both;
}
#footer .add a {
	text-decoration: underline;
}
#footer .add a:hover {
	text-decoration: none;
}
#footer .add a.pin {
	display: block;
	height: 100%;
	left: 20px;
	position: absolute;
	top: 0;
	width: 30px;
}

#footer .contactBtn {
	text-align: center;
	padding-top: 45px;
	border-top: 1px solid #353535;
}
#footer .contactBtn a {
	display: block;
	text-align: center;
	width: 466px;
	margin: 0 auto;
	border: 1px solid #fff;
	line-height: 50px;
	font-size: 116%;
}
#footer .contactBtn a:hover {
	color: #000;
	background: #fff;
}

#footer .tel {
	overflow: hidden;
	margin: 0 auto;
	width: 470px;
}

#footer .tel li {
	font-size: 116%;
	float: left;
	padding: 36px 0;
}

#footer .tel li:first-child { margin-right: 30px; }

#footer .mark {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 16px;
}
#footer .mark p {
	display: inline-block;
	vertical-align: bottom;
}
#footer .isms {
	right: 0px;
	bottom: 16px;
}
#footer .isms a {
	width: 136px;
	height: 64px;
	display: block;
	background: url(../img/foot_isms_pc.png) no-repeat left top;
}
#footer .privacy {
}
#footer .privacy span {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	margin-left: 20px;
	line-height: 64px;
}
#footer .privacy a {
	width: 81px;
	height: 64px;
	display: inline-block;
	background: url(../img/foot_privacy_pc.png) no-repeat left top;
	margin-left: 10px;
	vertical-align: bottom;
}
#footer .copy {
	border-top: 1px solid #353535;
	line-height: 97px;
	font-size: 93%;
	text-align: center;
}

/* --------------------------
		下層ページ
		common style
   -------------------------- */
.sp { display: none; }
.pc { display: block; }
.wrap .spice_bg {
	background: #0463af;
}
.wrap .adsalt_bg {
	background: #911837;
}
.wrap .sesame_bg {
	background: #6fba2c;
}
.wrap .spice02_bg {
	background: #57bda8;
}
.wrap .spice03_bg {
	background: #0097e0;
}
.wrap .spice_04_bg {
	background: #632c85;
}
.wrap .spice_sales_bg {
	background: #2e66be;
}
/* mainVisual
 ----------------- */
#mainVisual {
	width: 100%;
	margin: 100px 0 0;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
#mainVisual h3 {
	font-size: 423%;  /* 55px */
	text-align: center;
	line-height: 1;
	padding: 58px 0;
	border-bottom: 1px solid #c0c0c0;
}
/* content
----------------- */
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 150px;
}
#content .contInner {
	width: 91%;
	margin: 0 auto;
	position: relative;
}
#content section h4 + p, #content section .clearfix figure + p {
	font-size: 123%;
	line-height: 2.2;
}
#content .boxL {
	float: left;
}
#content .boxR, #content .imgR {
	float: right;
}
#content .boxL, #content .imgL {
	float: left;
}
#content .more {
	margin-top: -25px;
	clear: both;
}
#content .openBtn {
	line-height: 35px;
	font-size: 123%; /* 16px */
	margin: 0 20px 20px 0;
	cursor: pointer;
	clear: both;
	float: right;
}
#content .openBtn:after {
	content: "＋";
	font-size: 30px;
	font-weight: bold;
	width:35px; height: 35px;
	padding: 0 8px;
	margin-left: 8px;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content .openBtn.over:after {
	color:#fff;
	background: #000;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content  .openBtn.open:after {
	content: "‐";
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

/* .subTitle */
#content h4.subTitle {
	font-size: 184%; /* 24px */
	line-height: 1.3;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
	padding: 0 0 60px;
}
#content h4.subTitle span {
	position: relative;
}
#content h4.subTitle span:before {
	content: "[";
	position: absolute;
	left: 0;
	margin-left: -45px;
}
#content h4.subTitle span:after {
	content: "]";
	position: absolute;
	right: 0;
	margin-right: -45px;
}
/* .title */
#content h4.title {
	font-size: 184%; /* 24px */
	line-height: 1;
	margin-bottom: 35px;
}
#content h4.title.sub {
	font-size: 154%; /* 20px */
}





/* --------------------------
           about
   -------------------------- */
#about.border {
	border-top: 1px solid #c0c0c0;
	margin-top: 100px;
}
.spice #mainVisual {
	text-align: center;
}
.spice #mainVisual h3 {
	padding: 73 0 68px;
	border-bottom: none;
}
.spice #mainVisual img {
	width: auto;
}
.spice #mainVisual ul {
	display: inline-block;
	width: 90%;
	max-width: 900px;
	min-width: 570px;
	margin: 0 auto;
	box-sizing: border-box;
}
.spice #mainVisual ul li:first-child {
	border-left: 1px solid #000;
}
.spice #mainVisual ul li {
	font-size: 123%;
	line-height: 1;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 3.5%;
	display: inline-block;
	padding: 0 15px;
	margin-left: -1px;
}

#about #content .contInner {
	margin-bottom: 30px;
}
.aboutVisual {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}
.aboutVisual .inner {
	width:91%;
	margin: 0 auto;
	display: table;
}
.aboutVisual .inner.spice01 {
	background: #6c2a47;
}
.aboutVisual .inner.spice02 {
	background: #57bda8;
}
.aboutVisual .inner.spice03 {
	background: #0097e0;
}
.aboutVisual .inner.spice_04 {
	background: #632c85;
}
.aboutVisual .inner.spice_rd {
	background: #60aed4;
}
.aboutVisual .inner.spice_sales {
	background: #2e66be;
}
.aboutVisual .inner.spice_px {
	background: #0056a3;
}
.aboutVisual .inner .visual {
	display: table-cell;
	width:67%;
	max-width: 610px;
}
.aboutVisual .inner.sesame .visual {
	position: relative;
}
.aboutVisual .inner.sesame .visual:before {
	content: " ";
	display: block;
	max-width: 6px;
	width: 1%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.aboutVisual .inner .visual img {
	width: 100%;
}
.aboutVisual h3 {
	display: table-cell;
	width: 33%;
	max-width: 300px;
	text-align: center;
	vertical-align: middle;
}
.aboutVisual .spice_sales h3,.aboutVisual .spice_px h3, .aboutVisual .spice_04 h3 {
	height: 100px;
}
#about .clearfix .imgR {
	width: 49%;
	margin: -10px -5% 0 0;
}
#about .clearfix .imgR img {
	width: 100%;
	height:auto;
}
#about .clearfix .text {
	float: left;
	width: 54%;
}
#about h4.subTitle {
	padding: 80px 0;
}
#about .aboutList {
	padding: 20px 0 10px;
	margin: 0 -2.9%;
}
#about .aboutList p {
	box-sizing: border-box;
	width: 33.3%;
	float:left;
}
#about .aboutList a {
	display: block;
	margin: 50px 8% 0;
}
#about .aboutList a img {
	width: 100%;
	height: auto;
	max-width: 268px;
}
#about .aboutBox {
	font-size: 107%;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
#about .aboutBox table {
	width: 100%;
}
#about .aboutBox table th, #about .aboutBox table td {
	vertical-align: top;
	text-align: left;
}
#about .aboutBox.box01 {
	width: 100%;
	margin-top: -30px;
}
#about #content .add a {
	padding-left: 35px;
	text-decoration: underline;
	background: url(../../img/add_pin.png) left center no-repeat;
	background-size: 21px auto;
	line-height: 27px;
	display: block;
}
#about #content .url a {
	text-decoration: underline;
}
#about #content .add a:hover,
#about #content .url a:hover {
	text-decoration: none;
}
#about .aboutBox.box01 table td br {
	display: none;
}
#about .aboutBox.box01 table th, #about .aboutBox.box01 table td {
	border-bottom: 1px solid #e8e8e8;
}
#about .aboutBox.box01 table tr:last-child th, #about .aboutBox.box01 table tr:last-child td {
	border-bottom: none;
}
#about .aboutBox.box01 table th {
	width: 27.5%;
	padding: 30px 0 30px 9.5%;
	vertical-align: top;
}
#about .aboutBox.box01 table td {
	width: 72.5%;
	padding: 30px 2%;
}
#about .aboutBox.box01 table td ul {
	width: 100%;
}
#about .aboutBox.box01 table td ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 20px 0;
}
#about .aboutBox.box02 {
	width: 93%;
	max-width: 844px;
}
#about .aboutBox.box02 img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#about .aboutBox.box03 {
	padding-bottom: 60px;
}
#about .aboutBox.box03 table, #about .aboutBox.box04 table {
	width: 87%;
	margin: 0 auto;
}
#about .aboutBox.box03 table th, #about .aboutBox.box04 table th {
	width: 25%;
	padding: 0 0 20px 6%;
	text-align: left;
}
#about .aboutBox.box03 table td, #about .aboutBox.box04 table td {
	width: 78%;
	padding: 0 4% 20px;
}
#about .aboutBox.box03 .second {
	margin-top: 40px;
}
#about .aboutBox.box03 table td span {
	display: inline-block;
}
#about .aboutBox.box03 table td span:first-child {
	width: 6.1em;
}
#about .aboutBox.box04 table th, #about .aboutBox.box04 table td {
	padding: 20px 0 20px 6%;
}
#about .aboutBox.box04 table td.line2 {
	line-height: 2;
	margin-top: -6px;
	padding-top: 14px;
}
#about .aboutBox.box04 {
	margin-top: -20px;
	border-bottom: none;
	padding-bottom: 0;
}
#about #content .workList  {
	border-bottom: 2px solid #000;
}
#about #content .spice_04 .info,#about #content .spice_sales .info,#about #content .spice_px .info,#about #content .adwagon .info,#about #content .shake .info{
	border-bottom: 2px solid #000;
}
/* company */
#about .info {
	font-size: 108%;
	margin: 55px 0;
	padding: 35px 0 12px;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}
#about .info dl dt {
	width: 12%;
	float: left;
	margin-bottom: 15px;
}
#about .info dl dd {
	margin-left: 13%;
	margin-bottom: 15px;
}
#about .info dl .add {
	line-height: 27px;
}
#about .info dl ul li {
	color: #fff;
	line-height: 1.1;
	float: left;
	background: #aeaeae;
	margin: 0 15px 10px 0;
	padding: 5px 10px;
	border-radius: 2px;
}
#about .info dl ul li.br {
	clear: left;
}
#about .info dl .add br {
	display: none;
}
/* footLink */
#about .footLink {
	display: table;
	margin-top: 90px;
	width: 100%;
}
#about .footLink a {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 33%;
	position: relative;
	text-align: center;
}
#about .footLink a img {
	max-height: 30px;
	width: auto;
}
#about .footLink a span {
	border: 2px solid #fff;
	width: 100%;
	height: inherit;
	display: block;
	position: absolute;
	top:0; left: 0;
	transform: scale(1);
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	transition: all 0.05s linear;
}
#about .footLink a:hover span,
#about .footLink a.cur span {
	transform: scale(0.96,0.83);
	opacity: 100;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#about .aboutList a {
	position: relative;
}
#about .aboutList a span {
	width: 100%;
	height: 35px;
	padding: 10px 0 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color:#fff;
	font-size: 100%;
	text-align: center;
	background: rgba(0,0,0,0.15);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#20000000,endcolorstr=#20000000, gradienttype=0);
}
#about .contInner p.text {
	font-size: 123%;
	line-height: 2.2;
	margin-bottom: 20px;
}

/* about spice */
.spice #content {
	padding-top: 0;
}
.spice .aboutVisual {
	margin: 0 auto 45px;
	padding-top: 70px;
}
#about.spice .info dl .add {
	margin-bottom: 30px;
}
#about.spice .info dl .add br { display: block; }
#about.spice .info dl .add br.spBr { display: none; }
#about.spice .info dl .add a {
	margin-top: 5px;
}
#about.spice .info dl .add .mc {
	margin-top: 8px;
	display: block;
}
#about.spice #content .info dl .add .mc a {
	padding-left: 0;
	background: none;
	line-height: 1;
}

/* 2022.07追加（経営理念・基本方針・行動指針）*/
#about .philosophy {
	text-align: center;
	font-size: 22px;
	margin-bottom: 50px;
}

#about .basicpolicy {
	text-align: center;
}

#about .basicpolicy li {
	margin-bottom: 60px;
}

#about .basicpolicy li br {
	display: none;
}

#about .basicpolicy .itemTitle {
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #000;
	margin: 0 auto 30px;
	font-size: 16px;
	font-weight: bold;
}
#about .basicpolicy .itemText {
	font-size: 15px;
}

#about .principles .principles_title {
	font-size: 22px;
	width: 440px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 0.05em;
	text-align: center;
	border: #000 1px solid;
	margin: 0 auto 50px;
	/* box-shadow: 5px 5px 0px #ccc; */
}
#about .principles ul {
	text-align: center;
}
#about .principles ul li {
	font-size: 15px;
	margin-bottom: 50px;
}
#about .principles ul li:last-child {
	margin-bottom: 0px;
}



/* --------------------------
           service
   -------------------------- */
#service section {
	border-bottom:1px solid #000;
	padding: 45px 40px;
}
#service section:first-child {
	padding:0;
}
#service section .br br {
	display: block;
}
#service section .imgC {
	width:60%;
	max-width: 540px;
	margin: 30px auto 40px;
}
#service section .imgC img {
	width: 100%;
	height:auto;
}
#service section .header {
	font-size: 307%; /* 40px */
	line-height: 1;
	margin-bottom: 35px;
	text-align: center;
}
#service section h4.title {
	margin-bottom: 22px;
}
#service section .desc {
	line-height:1.6;
	margin-bottom:15px;
}
#service section ul li {
	color: #fff;
	background: #aeaeae;
	padding: 0 10px;
	margin: 0 15px 10px 0;
	border-radius: 2px;
	float: left;
	font-size:107%;
	line-height:1.7;
}


/* --------------------------
           news
   -------------------------- */
#news dl {
	font-size: 123%;
	line-height: 1.5;
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
	margin-bottom: 80px;
	position: relative;
}
#news dl dt {
	font-weight: bold;
	width: 21%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
#news dl dd {
	margin-left: 15%;
}
#news dl dd a {
	text-decoration: underline;
}
#news dl dd a:hover {
	text-decoration: none;
}

/*#news dl dt:after {
	font-weight: normal;
	content: "NEWS";
	font-size: 85%;
	color: #fff;
	background: #333;
	border-radius: 2px;
	width: 58px;
	float: right;
	text-align: center;
	margin-top: 2px;
}
#news dl.recruit dt:after {
	content: "RECRUIT";
	background: #0463af;
}*/

#news .bold { font-weight: bold; }
#news .mb10 { margin-bottom: 10px; }
#news .mb25 { margin-bottom: 25px; }
#news .mb60 { margin-bottom: 60px; }

/* --------------------------
           works
   -------------------------- */
#content .lead {
	margin-bottom: 70px;
}
/* workList */
#content .workList .list {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 55px;
}
#content .workList .list img {
	width: 100%;
	height: auto;
	max-width: 434px;
}
#content .workList .list.boxL {
	padding-right: 2.3%;
	clear: left;
	float:left;
}
#content .workList .list.boxL span {
	font-size: 85%;
}
#content .workList .list.boxR {
	padding-left: 2.3%;
}
#content .workList .list dl dt {
	font-size: 107%;
	margin: 14px 0 10px;
}
#content .workList .list dt p {
	text-indent: -60px;
	margin-left: 60px;
	line-height: 1.4;
	vertical-align: bottom;
}
#content .workList .list dt p:before {
	display: inline-block;
	color: #fff;
	font-size: 85%;
	text-align: center;
	width: 50px;
	margin-right: 10px;
	line-height: 1.6;
	text-indent: 0;
}
#content .workList .list .client:before {
	content: "CLIENT";
	background: #000;
}
#content .workList .list .agency:before {
	content: "AGENCY";
	background: #838383;
	margin-top: 5px;
}
#content .workList .list dl dd{
	color: #909090;
	font-size: 85%;
}

/* --------------------------
           recruit
   -------------------------- */
#recruit h4.title br {
	display: none;
}
#recruit h4.subTitle {
	font-size: 192%; /* 25px */
}
#recruit h4.subTitle br {
	display: none;
}
#recruit h4 small {
	font-size: 64%;
	letter-spacing: 0;
	margin: 0 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#recruit .tab{
	padding-bottom: 70px;
	margin: 55px 0 0;
}
#recruit .tabBox {
	padding-top: 50px;
	border-top: 1px solid #000;
	margin-bottom: 50px;
}
#recruit .tabBox.news {
	width: 85%;
	font-size: 123%;
	border: 2px solid #e8e8e8;
	padding: 20px 45px;
	margin:0 auto 50px;
}
#recruit .tabList {
	width: 100%;
}
#recruit .tabList li {
	float: left;
	width: 50%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#recruit .tabList li span {
	display: block;
	font-size: 154%;
	line-height: 1;
	letter-spacing: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
	padding: 12px 5px;
	margin: 0 5px;
}
#recruit .tabList li.on span {
	color: #fff;
	background: #0463af;
	border-color: #0463af;
}
#recruit .tabList li.on:after {
	content: " ";
	display: block;
	border: 8px solid #0463af;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -10px 0 0 -10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#recruit .tabFt{
	padding: 50px 0 0;
}
#recruit .tabFt .tabList li.on:after {
	content: " ";
	display: block;
	border: 10px solid #0463af;
	position: absolute;
	top: 0%;
	left: 50%;
	margin: -10px 0 0 -10px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#recruit .clearfix .imgR {
	width:34%;
	box-sizing: border-box;
	margin-top: -46px;
	padding-right: 1%;
}
#recruit .clearfix h4.title, 
#recruit .clearfix .text {
	float: left;
	width: 65%;
}
#recruit .clearfix .imgR img {
	width: 100%;
	height: auto;
	max-width:220px;
}
#recruit .jobs{
	/* border-top: 1px solid #000; */
	/* padding-top: 50px; */
}
#recruit .type {
	border: 1px solid #000;
	padding: 20px 0px 10px 20px;
	margin: 0 auto 60px;
	width: 700px;
	box-sizing: border-box;
}
#recruit .type h5 {
	font-size: 168%;
	margin-bottom: 10px;
}
#recruit .type ul {

}
#recruit .type ul:after {
	content: "";
	display: block;
	clear: both;
}
#recruit .type ul li {
	float: left;
	font-size: 123%;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-left: 1em;
	position: relative;
}

#recruit .type ul li:before {
	content: /*&#9632*/"■";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #recruit .type ul li:before {
		top: 60%;
	}
}

#recruit .type ul li.w100 {
	width: 100%;
}
#recruit h4.subTitle + .flow.last {
	padding-bottom: 20px;
	margin-top: -20px;
}
#recruit .flow {
	margin: 0 auto;
/*	padding: 0px 6.5% 0 12%;*/
	font-size:123%; /* 16px */
	line-height: 1.8;
	padding-bottom: 70px;
	position: relative;
	width: 700px;
	margin: 0 auto;
}
#recruit .flow:after {
	content: "";
	position: absolute;
	display: block;
	width:0;
	height:0;
	bottom:20px;
	left: 50%;
	margin-left: -10px;
	border: 10px dashed transparent;
	border-top: 12px solid #000;
}
#recruit .flow.last {
	padding-bottom: 50px;
}
#recruit .flow.last:after {
	content: "";
	border: none;
}
#recruit .flow .title {
	font-size: 125%; /* 20px */
	margin-bottom: 35px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
#recruit .flow .box {
	display:inline-block;
	border:1px solid #000;
	padding:5px 10px;
	margin-bottom: 10px;
}
#recruit .flow .box br {
	display: none;
}
#recruit .flow dl {
	width: 100%;
}
#recruit .flow dl dt {
	float: left;
}
#recruit .flow dl dd {
	padding-left: 9em;
	text-indent: -1em;
	margin-left: 1em;
}
#recruit .flow dl dd span {
	font-size: 88%;
	padding-bottom: 20px;
	display: inline-block;
}
#recruit .tabBox .add {
	text-align: center;
	width: 502px;
	margin: 0 auto 120px;
	padding: 38px 0 38px;
	font-size: 16px;
	line-height: 1.8;
	border: 3px solid #000;
	box-sizing:border-box;
}
#recruit .tabBox .add p {
	display: inline-block;
	text-align: left;
}
#recruit .tabBox .add br:first-child {
	display: none;
}

#recruit .tabBox .add a {
	text-decoration: underline;
}
#recruit .innerBox {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
#recruit .innerBox-mc {
	border-bottom: none;
	margin-bottom: 0;
	padding-top: 0;
}
#recruit .innerBox-mc a {
	transition: opacity ease .4s;
}
#recruit .innerBox-mc a:hover {
	opacity: 0.7;
	transition: opacity ease .4s;
}
#recruit .innerBox-mc a img {
	max-width: 100%;
}
#recruit .innerBox-mc .mcbtn {
	padding-top: 30px;
}
#recruit .innerBox-mc .mcbtn a {
	display: flex;
    align-items: center;
    justify-content: center;
	color: #333333;
	text-align: center;
	width: 160px;
	padding: 1em 0;
	font-family: "Outfit", sans-serif;
  	font-weight: 600;
	background-color: #F7C275;
	margin: 0 auto;
	letter-spacing: .05em;
	border-radius: 100.325px;
}
#recruit .innerBox-mc .mcbtn a:after {
	content: "";
	display: block;
	background: url(/recruit/img/icon_blank.png) no-repeat;
	background-size: contain;
	width: .9em;
	height: .9em;
	margin-left: .5em;
}

#recruit .graphicweb .innerBox {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	border: none;
}
#recruit .graphicweb .innerBox:last-child {
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}
#recruit .innerBox .clearfix:first-child {
	margin-bottom: 30px;
}
#recruit .innerBox .imgL {
	width: 23.5%;
	padding: 0 5%;
	margin-top: 20px;
	box-sizing:border-box;
}
#recruit .innerBox .imgL.wids {
	padding-right: 7%;
    margin-top: 30px;
}
#recruit .innerBox .imgL.widb {
	padding: 0 4.5%;
}
#recruit .innerBox .imgL img {
	width: 100%;
	height:auto;
}
#recruit .innerBox h5 {
	font-size: 154%; /* 20px */
	float:left;
	margin-bottom: 20px;
}
#recruit .graphicweb h5 {
	width: 76.5%;
	font-size: 154%;
	text-align: left;
	margin-bottom: 40px;
	float: right;
}
#recruit .graphicweb .innerBox h6 {
	width: 76.5%;
	font-size: 123%; /* 16px */
	float: left;
	margin-bottom: 10px;
}
#recruit .innerBox .desc {
	width: 76.5%;
	font-size: 123%; /* 16px */
	line-height: 1.9;
	float: right;
}
#recruit .innerBox.mocap {
	position: relative;
}
#recruit .innerBox.mocap > .clearfix:first-child .imgL {
	top: 150px;
	position: absolute;
}
#recruit .innerBox.mocap > .clearfix:first-child .bold {
	float: right;
	width: 76.5%;
}
#recruit .innerBox .more + .clearfix {
	margin-bottom: 30px;
}
#recruit .innerBox .more + .clearfix .bold {
	padding-top: 30px;
	margin-top: 30px;
	float: right;
	width: 76.5%;
	border-top: 1px solid #bbb;
}
#recruit .innerBox .hideContent {
	background: rgb(240, 240, 240);
	margin: 50px 0 0 0;
	position: relative;
	
	display: block;
}
#recruit .innerBox .hideContent .imgL {
	width: 56%;
	padding: 20px;
	box-sizing:border-box;
	float:left;
}
#recruit .innerBox .hideContent .imgL img {
	width: 100%;
	height:auto;
}
#recruit .innerBox .hideContent .nameplate {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 5px 5px #ccc;
	position: absolute;
	top: 50px; right:0;
	width: 62%;
	padding:25px 28px 25px;
    margin: 0 20px 20px 0;
	box-sizing:border-box;
}
#recruit .innerBox .hideContent .nameplate.w60 {
	width: 60%;
	padding-right: 3%;
}
#recruit .innerBox .hideContent .nameplate.w55 {
	width: 55%;
	padding-right: 3%;
}
#recruit .innerBox .hideContent .nameplate.w50 {
	width: 50%;
	padding-right: 1%;
}
#recruit .innerBox .hideContent .nameplate.long {
	top: 8%;
}
#recruit .innerBox .hideContent .nameplate.long .left, 
#recruit .innerBox .hideContent .nameplate.long .right {
	float: none;
}
#recruit .innerBox .hideContent .nameplate.long br {
	display: none;
}
#recruit .innerBox .hideContent .nameplate .left {
	font-size: 108%; /* 14px */
	line-height:1.7;
	float: left;
/*	width: 65%;*/
}
#recruit .innerBox .hideContent .nameplate .left span {
	color: #fff;
	padding: 1px 10px;
}
#recruit .innerBox .hideContent .nameplate .right {
	font-size: 200%; /* 26px */
	line-height:1;
	font-weight: bold;
	float: right;
	text-align: left;
	padding-top: 10px;
	padding-right: 5%;
}
#recruit .innerBox .hideContent .nameplate .left.mobile br {
	display: none;
}
#recruit .innerBox .hideContent .comment {
	font-size: 108%; /* 14px */
	padding: 0 15px 15px 0;
	margin-top: 175px;
	line-height:2.1;
    float: right;
    width: 44%;
}
#recruit .innerBox .hideContent .comment p.mb {
	margin-bottom: 15px;
}
#recruit .innerBox .hideContent .comment .qu {
	font-size: 114%;
	line-height: 1.2;
	margin-bottom: 18px;
}
#recruit .innerBox .hideContent.line1 .nameplate .left {
	padding-top: 1px;
}
#recruit .innerBox .hideContent.line1 .nameplate .right {
	padding-top: 0;
}
#recruit .innerBox .hideContent.line1 .comment {
	margin-top: 158px;
}
#recruit .detail {
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
#recruit .detail table {
	width:100%;
	font-size:108%;
}
#recruit .detail table th {
	width:23%;
	box-sizing:border-box;
	padding: 0 1em 0 5%;
	padding-bottom: 40px;
	vertical-align: top;
}
#recruit .detail table td {
	width:77%;
	line-height: 1.9;
	box-sizing:border-box;
	padding: 0 0 0 0;
	padding-bottom: 40px;
}
#recruit .detail table td.br br {
	display: none;
}

#recruit .entry {
	font-size:123%;
	text-align: center;
	width: 100%;
	margin: 20px auto 80px;
    padding: 40px 45px 40px;
    max-width: 700px;
	border: 1px solid #000;
}
#recruit .entry p {
	line-height: 1.8;
}
#recruit .entry .caption {
	margin-top: 15px;
}
#recruit .entry p span {
	display: inline-block;
}
#recruit .entry p.toform {
	margin: 25px 0 0;
}
#recruit .entry p.toform a {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background-color: #0463af;
	color: #fff;
	padding: 18px 0;
	font-size: 18px;
}
#recruit .entry p.toform a {
	transition: all 0.2s linear;
}
#recruit .entry p.toform a:hover {
	opacity: 0.7;
}


/********* openBtn *********/
#content .openBtn.arrow {
	width: 110px;
	margin: 20px 15px 0 0;
	line-height: 26px;
	clear: both;
	font-size: 123%;
	float: right;
	cursor: pointer;
	height: 34px;
}
#content .openBtn.arrow:after {
	height:0;
	content: ""; padding:0; margin:0; border:none;
}
#content .openBtn.arrow p {
	position: relative;
	width: 34px;
	height: 34px;
	float:right;
	box-sizing: border-box;
	border: 1px solid #000;
}
#content .openBtn.arrow p span {
	display: inline-block;
	box-sizing:border-box;
	position: absolute;
	left: 6px;
	top: 15px;
	width: 60%;
	height: 3px;
	background-color: #000;
}
#content .openBtn.arrow span:nth-of-type(1) {
	-webkit-transform: translateY(0px) rotate(180deg);
	transform: translateY(0px) rotate(180deg);
}

#content .openBtn.arrow span:nth-of-type(2) {
	-webkit-transform: translateY(0px) rotate(-270deg);
	transform: translateY(0px) rotate(-270deg);
}

.openBtn.arrow,
.openBtn.arrow span {
	display: inline-block;
	transition: all .6s;
	box-sizing: border-box;
}
.openBtn.arrow {
	position: relative;
	width: 50px;
	height: 44px;
}
.openBtn.arrow.arrow span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
#content .openBtn.arrow.active p {
	background: #000;
}
#content .openBtn.arrow.active span:nth-of-type(1) {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	top: 15px;
	background: #fff;
}
#content .openBtn.arrow.active span:nth-of-type(2) {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	top: 15px;
	background: #fff;
}

#recruit .flow .title .caption {
	display: inline-block;
	font-size: 70%;
}

#recruit .innerBox .desc .caption {
	display: block;
	font-size: 75%;
	margin-top: 15px;
}

/* --------------------------
           contact
   -------------------------- */
/* reset */
input[type="text"]:focus,input[type="number"]:focus,input[type="radio"]:focus,input[type="email"]:focus,textarea:focus {
	outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance:textfield;
}
/* mailform */
#content #mailform .tab_list {
	width: 100%;
}
#content #mailform .tab_list li {
	float: left;
	width: 33.3%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#content #mailform .tab_list li span {
	display: block;
	font-size: 138%;
	text-align: center;
	line-height: 1.2;
	background: #fff;
	border: 1px solid #999;
	padding: 18px 5px;
	margin: 0 5px;
}
#content #mailform .tab_list li:first-child span {
	padding: 18px 5px;
}
#content #mailform .tab_list li.on span {
	color: #fff;
	background: #0463af;
	border-color: #0463af;	
}
#content #mailform .tab_list li.on:after {
	content: " ";
	display: block;
	border: 10px solid #0463af;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -10px 0 0 -10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content #mailform .tab_list br {
	display: none;
}
#content #mailform .tab_cont table caption {
	text-align: center;
	margin: 75px auto 45px;
}
#content #mailform .tab_cont table caption .table_ttl {
	display: inline-block;
	font-size: 185%;
	line-height: 34px;
	text-align: center;
}
#content #mailform .gyoumu .tab_list br {
	display: none;
}
#content #mailform .seisaku .tab_cont table caption .table_ttl {
	background: url(../../contact/img/contact_icon_01.gif) left center no-repeat;
	padding-left: 45px;
}
#content #mailform .gyoumu .tab_cont table caption .table_ttl {
	background: url(../../contact/img/contact_icon_02.gif) left center no-repeat;
	padding-left: 55px;
}
#content #mailform .saiyou .tab_cont table caption .table_ttl {
	background: url(../../contact/img/contact_icon_03.gif) left center no-repeat;
	padding-left: 50px;
}
#content #mailform table {
	width: 100%;
}
#content #mailform table th, #content #mailform table td {
	font-size: 139%;
	line-height: 1;
}
#content #mailform table th .line {
	width: 80%;
	float: left;
}
#content #mailform table th {
	width: 30%;
	padding: 20px 20px 20px 35px;
}
#content #mailform table th.msg {
	vertical-align: top;
	padding-top: 30px;
	line-height: 1.2;
}
#content #mailform table th .must {
	float: right;
	color: #fff;
	font-size: 66%;
	background: #f00;
	padding: 6px 4px;
	border-radius: 3px;
}
#content #mailform table td {
	width: 70%;
	padding: 20px 35px 20px 0;
}
#content #mailform table td input {
	background: #f4f4f4;
	line-height: 40px;
	height: 40px;
	padding: 0 5px;
}
#content #mailform table td .long {
	width: 590px;
	width: 100%;
}
#content #mailform table td .telno input {
	 width: 20%;
}
#content #mailform table td .telno span {
	margin: 0 16px;
}
#content #mailform table td ul {
	width: 100%;
	overflow: hidden;
}
#content #mailform table td ul li {
	width: 50%;
	float: left;
	padding: 0;
}
#content #mailform table td ul li:nth-child(2n) {
	padding: 0 0 0 4%;
}
#content #mailform table td ul li input {
	margin-left: 40px;
	margin-left: 10%;
	width: 82%;
}
#content #mailform table td label {
	margin-right: 5.5%;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
#content #mailform table td label input {
	margin-right: 10px;
	height: inherit;
	background: none;
	border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/* safari */
#content #mailform table td label input {
	background: #515151;
}
}
#content #mailform table td textarea {
	background: #f4f4f4;
	width: 590px;
	width: 100%;
	height: 220px;
	padding: 5px;
	-webkit-appearance: none;
	border-radius: 0;
}
#content #mailform .submit {
	width: 262px;
	font-size: 138%;
	line-height: 1;
	text-align: center;
	margin: 60px auto;
	box-sizing: border-box;
	background: #fff;
	border: 4px solid #000;
	padding: 28px 0;
	cursor: pointer;
}
#content #mailform .submit:hover {
	background: #000;
}
#content #mailform .submit:hover input {
	color: #fff;
}

#content #mailform .consentDocument {
	margin: 30px 0 0;
	padding: 30px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#content #mailform .consentDocument h5 {
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
#content #mailform .consentDocument .doc {
	width: 80%;
	height: 300px;
	overflow: auto;
	margin: 25px auto;
	border: 1px solid #c0c0c0;
	padding: 10px 35px;
}
#content #mailform .consentDocument .doc p {
	margin: 20px 0;
	padding-left: 1.8em;
	position: relative;
}
#content #mailform .consentDocument .doc p span:nth-of-type(1) {
	position: absolute;
	left: 0;
}
#content #mailform .consentDocument .doc p span.caption {
	margin-top: 10px;
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
	display: block;
}
#content #mailform .consentDocument .doc p.indentnone {
	padding-left: 0;
}
#content #mailform .consentDocument p.text a {
	text-decoration: underline;
}
#content #mailform .consentDocument p.text a:hover {
	text-decoration: none;
}
#content #mailform .consentDocument p.text {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 14px;
}
#content #mailform .consentDocument .check {
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
#content #mailform .consentDocument .check span {
	margin-left: 5px;
	position: relative;
	top: -0.05em;
}

#content #mailform input{
	overflow: visible;
}
#content #mailform .consentDocument + .btnArea .sendBtn {
	position: relative;
	opacity: 0.4;
}
#content #mailform .consentDocument + .btnArea .sendBtn:before{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}
#content #mailform .consentDocument.agree + .btnArea .sendBtn:before{
	height: 0;
}
#content #mailform .consentDocument.agree + .btnArea .sendBtn {
	opacity: 1;
}

/* --------------------------
           security
   -------------------------- */
#security .title {
	padding: 70px 0 0;
	font-size: 200%;
	font-weight: 900;
	border-bottom: none;
	margin: 100px auto 0;
	text-align: center;
}
#security section {
	border-bottom: 1px solid #000;
	padding: 0 0 30px;
}
#security section div {
	width: 80%;
	margin: 0 auto;
}
#security section p {
	font-size: 123%;
	line-height: 1.7;
	margin-bottom: 30px;
}
#security #content dl {
	width: 80%;
	margin: 0 auto;
	padding: 60px 0 0;
	font-size: 110%;
}
#security #content dt {
	display: inline-block;
	width: 18%;
}
#security #content dd {
	width: 77%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 23px;
}
#security #content li {
	margin-bottom: 4px;
}
#security #content .ms {
	line-height: 1.7;
}
#recruit .br860 {
	display: none;
}

.br1150 {
	display: none;
}

/* --------------------------
         privacyPolicy
   -------------------------- */
#privacyPolicy section {
	border-top: 1px solid #000;
	padding: 0 0 40px;
}
#privacyPolicy .contInner section:first-child {
	border-top: none;
}
#privacyPolicy .contInner section:last-child {
	padding-bottom: 0;
}
#privacyPolicy section > div {
	width: 80%;
	margin: 0 auto;
}
#privacyPolicy .title {
	padding: 70px 0 0;
	font-size: 200%;
	font-weight: 900;
	border-bottom: none;
	margin: 100px auto 0;
	text-align: center;
}
#privacyPolicy #content h4 {
	font-size: 168%;
	margin-top: 55px;
	margin-bottom: 45px;
	text-align: center;
}
#privacyPolicy #content h5 {
  margin-top: 35px;
  font-size: 124%;
}
#privacyPolicy #content h6 {
  margin-top: 25px;
  font-size: 124%;
}
#privacyPolicy #content ul {
	margin-left: 2.3em;
}
#privacyPolicy #content ul ul {
	margin-left: 1.5em;
}
#privacyPolicy #content h5 {
	margin-left: -1.3em;
}
#privacyPolicy #content h6 + p {
	margin-left: 1em;
}
#privacyPolicy #content p + a {
	margin-left: 1.7em;
}
#privacyPolicy #content p,
#privacyPolicy #content p + a {
	font-size: 123%;
	line-height: 1.7;
	margin-top: 10px;
}
#privacyPolicy section p:first-child {
	margin-top: 0;
}
#privacyPolicy #content h4 + p {
	line-height: 1.7;
}
#privacyPolicy #content .mt50 {
	margin-top: 50px;
}
#privacyPolicy #content .mt30 {
	margin-top: 30px;
}
#privacyPolicy #content .indent {
	margin-left: 1.3em;
	text-indent: -1.3em;
}
#privacyPolicy #content .indent2 {
    margin-left: 1.7em;
    text-indent: -1.7em;
}
#privacyPolicy #content .caption {
	font-size: 90%;
}
#privacyPolicy #content span.caption {
	display: inline-block;
}
#privacyPolicy #content a {
	text-decoration: underline;
}
#privacyPolicy #content a:hover {
	text-decoration: none;
}
#privacyPolicy #content .privacymark div div {
	overflow: hidden;
	position: relative;
}
#privacyPolicy #content .privacymark div div .text:first-child {
	margin-top: 0;
}
#privacyPolicy #content .privacymark .text {
	width: calc(100% - 158px);
	float: left;
}
#privacyPolicy #content .privacymark a {
	display: block;
	width: 123px;
	top: 40px;
	position: absolute;
	right: 0;
	margin-top: 0;
}
#privacyPolicy #content .privacymark a img {
	width: 100%;
}
#privacyPolicy #content .privacymark dl {
	margin-top: 30px;
	font-size: 110%;
	line-height: 1.7;
}
#privacyPolicy #content .privacymark dl dt {
	display: inline-block;
	width: 18%;
}
#privacyPolicy #content .privacymark dl dd {
	display: inline-block;
	width: 77%;
	margin-bottom: 15px;
}

#privacyPolicy table {
	border-collapse: collapse;
	width: 100%;
}

#privacyPolicy table, #privacyPolicy th, #privacyPolicy td {
	border: 1px solid black;
}

#privacyPolicy th, #privacyPolicy td {
	padding: 8px;
	text-align: left;
}

#privacyPolicy th {
	background: #f0f0f0;
	text-align: center;
}
#privacyPolicy th:first-child, #privacyPolicy td:first-child {
	width: 24%;
	text-align: center;
}

/* --------------------------
					vi
	-------------------------- */
#vi .viImg {
	margin: 110px auto 0;
	text-align: center;
}
#vi .viImg img {
	width: 100%;
}
#vi .title {
	padding: 110px 0 40px;
	font-size: 200%;
	border-bottom: none;
}
#vi section {
	padding: 0 0 30px;
}
#vi section div {
	width: 100%;
	margin: 0 auto;
	max-width: 550px;
}
#vi section p {
	font-size: 123%;
	line-height: 2.3;
	letter-spacing: 0.12em;
	font-family: "FP-ヒラギノ角ゴ ProN W5" !important;
}

#vi section p + p {
	margin-top: 40px;
}


/* --------------------------
					covid19
	-------------------------- */
#covid19 h3.title {
  margin: 110px auto 45px;
  text-align: center;
  font-size: 300%;
  letter-spacing: 0.08em;
}
#covid19 section h4.title {
  margin-top: 70px;
}
#covid19 section > div > .text {
  text-align: center;
  font-size: 123%;
  line-height: 2.35;
	letter-spacing: 0.08em;
}
#covid19 section .textBox {
  text-align: center;
  margin-top: 40px;
}
#covid19 section .textBox div {
  display: inline-block;
}
#covid19 section .textBox p {
  text-align: left;
  font-size: 90%;
  line-height: 1.7;
	letter-spacing: 0.08em;
}
#covid19 section .textBox .text {
  margin-top: 30px;
}
#covid19 .itemBtns {
  margin-top: 0.8em;
  display: flex;
}
#covid19 .itemBtns a {
  display: block;
  width: 3.5em;
  font-size: 131%;
  line-height: 1.2;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-family: 'Roboto Condensed', "FP-ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, 'メイリオ', Meiryo, sans-serif;
}
#covid19 .itemBtns a + a {
  margin-left: 0.4em;
  background: #999;
}
#covid19 .temList01,
#covid19 .temList02 {
  display: flex;
  flex-wrap: wrap;
}
#covid19 .temList01 li {
  width: 23.4%;
  margin-bottom: 3.5%;
}
#covid19 .temList01 li:nth-last-of-type(1),
#covid19 .temList01 li:nth-last-of-type(2),
#covid19 .temList01 li:nth-last-of-type(3),
#covid19 .temList01 li:nth-last-of-type(4) {
  margin-bottom: 0;
}
#covid19 .temList01 li img,
#covid19 .temList02 li img {
  width: 100%;
}
#covid19 .temList01 {
  justify-content: space-between;
}
#covid19 .temList01 li img {
  border: 1px solid #d0d0d0;
}
#covid19 .temList02 {
  max-width: 700px;
  padding: 1.2em;
  background: #eee;
}
#covid19 .temList02 li {
  margin: 1%;
  width: calc(88% / 6);
}
#covid19 .allDLBtn {
  margin-top: 50px;
  text-align: center;
}
#covid19 .allDLBtn a {
  background: #4d4d4d;
  display: block;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 0 2.4em;
}
#covid19 .allDLBtn a span {
  position: relative;
  display: inline-block;
  font-size: 139%;
    font-family: "FP-ヒラギノ角ゴ ProN W5" !important;
  line-height: 2.4;
  color: #fff;
  padding-right: 1.2em;
  letter-spacing: -0.02em;
}
#covid19 .allDLBtn a span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/covid-19/poster/img/dl_ico.png) no-repeat center right;
  background-size: auto 100%;
  width: 1.2em;
  height: 1.1em;
}

#covid19 .allDLBtn a:hover,
#covid19 .itemBtns a:hover {
	opacity: 0.7;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1150px) {
	/* main */
	.br1150 {
		display: block;
	}
	#main .news dl dd.line2 p {
		line-height: 1.3;
		position: relative;
		top: 0.6em;
	}
}

@media only screen and (min-width: 1000px) {
	.aboutVisual h3 {
		width: 300px !important;
	}
	.aboutVisual .inner .visual {
		width: 610px !important;
	}
}

@media only screen and (max-width: 1000px) {

/* header */

#header h1 {
	left: 20px;
}
#header #nav {
	display: block;
}
#header ul {
	margin-left: -270px;
}
#header ul li a {
	padding: 0 12px;
}
#header .bar {
	display: none;
}
#header .subMenu {
	right: 10px;
}

/* footer */
#footer .copy {
	text-align: left;
}

/* contact */
#content {
	width: 100%;
}
/* about  */
.aboutVisual {
	width: 100%;
}
}

@media only screen and (max-width: 910px) {
.pcBr { display: none; }
}

@media only screen and (max-width: 860px) {
/* contact */
#content #mailform .tab_list li span {
	font-size: 100%;
}
#content #mailform table th, #content #mailform table td {
	font-size: 116%;
}
#content #mailform table td ul li input {
	margin-left: 5%;
}
#content #mailform table td ul li input {
	width: 80%;
}
/* recruit */
#recruit .br860 {
	display: block;
}
}


@media only screen and (max-width: 800px) {


/* --------------------------
           recruit
   -------------------------- */
#recruit .flow {
	padding: 0 1% 0 1%;
	padding-bottom: 50px;
}
#recruit .flow::after {
	bottom: 10px;
}
#recruit .innerBox .desc {
	padding: 0;
}
#recruit .innerBox .more {
	font-size: 85%;
}
#recruit .innerBox .hideContent .nameplate {
	top:9.5%;
	padding: 12px;
}
#recruit .innerBox .hideContent .comment {
	margin-top:110px;
}
#recruit .innerBox .hideContent .imgL {
	width:54%;
	padding:15px;
}
#recruit .innerBox .hideContent .comment{
	width: 45%;
}
#recruit .detail table th {
	padding-left: 2%;
}
#recruit .innerBox .hideContent.line1 .comment {
	margin-top: 108px;
}
#recruit .innerBox .hideContent.line1 .comment {
	margin-top: 108px;
}
#recruit .innerBox .hideContent.special .comment {
	margin-top: 140px;
}
#recruit .innerBox .hideContent.special .comment.mt {
	margin-top: 160px;
}
#recruit .innerBox .hideContent.special .nameplate br {
	display: block;
}

}
	 

@media only screen and (max-width: 768px) {
.wrap {
  position: static;
  margin: 0 auto;
  width: 768px;
  min-width: 340px;
  max-width: 768px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wrap .slide li { 
	width: 100%;
	max-width: 768px;
	min-width: 340px;
}

/* header */

#header {
  position: fixed;
  margin: 0 auto;
  min-width: 340px;
  max-width: 768px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.headInner {
	border-bottom: 2px solid #c0c0c0;
	height: 108px;
	position: relative;
	background: #fff;
}

#header h1,
#header #nav { display: none; }
#header h1.spH1,
#header .menu-trigger { display: block; }

#header h1.spH1 {
	left: 24px;
	line-height: 0;
	max-width: 160px;
	width: 21vw;
	top: 32px;
}

#header #nav {
	position: fixed;
	top: 108px;
	z-index: 2;
	background: #fff;
	width: 100%;
	padding-bottom: 170px;
}

#header #nav ul {
	position: relative;
	left: 0;
	margin: 20px 90px;
}

#header #nav ul li {
	float: none;
  font-size: 40px;

	text-align: center;
}
#header #nav ul li a {
	line-height: 78px;
}

#header #nav dl {
	display: block;
}

#header #nav dl dt a {
	border-top: 2px solid #ababab;
	font-size: 33px;
	line-height: 70px;
	padding: 10px 0;
	margin: 0 90px 5px;
	display: block;
	text-align: center;
}

#header #nav dl dt a span {
	background: url(../img/motion_blank.png) no-repeat right 0;
	padding-right: 20px;
}

#header #nav dl dd a {
	width: 324px;
	margin: 0 auto 20px;
	display: block;
}
#header #nav dl dd a img {
	width: 100%;
}

#header .subMenu {
	position: static;
	margin-top: 20px;
}
#header .security a,
#header .privacyPolicy a {
	background: url(../img/security_arr.png) no-repeat 20px center;
	font-size: 16px;
	line-height: 50px;
	padding: 0 0 0 36px;
	width: 260px;
	display: block;
	margin: 0 auto;
}
/* menu */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 48px;
	float: right;
	margin: 30px 30px 0 0;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}

/* footer */
#footer .pageTop {
	top: -110px;
}
#footer .pageTop a {
	background-image: url(../img/pagetop_sp.png);
	width: 70px;
	height: 70px;
}

#footer .add .buil {
	display: block;
}

#footer .add .grove img:nth-of-type(4) { margin-right: 25px; }


#about #content .add a:hover,
#about #content .url a:hover,
#footer .add a:hover {
	text-decoration: underline;
}

#footer .pageTop a:hover {
	background-image: url(../img/pagetop_sp.png);
}
#footer .contactBtn a:hover {
	color: #fff;
	background: #000;
}

/* main */
#bg { display: none; }

#main {
	height: 865px;
}
#main .recVisual .img {
	width: 25.93%;
	position: absolute;
	top:50%;
/*	margin-top: -30.46%;*/
	margin-top: -15%;
	left: 50%;
	margin-left: -44.37%;
}
#main .recVisual .txt {
	width: 53.75%;
	position: absolute;
	top:50%;
/*	margin-top: -27.96%;*/
	margin-top: -13%;
	left: 50%;
	margin-left: -9.21%;
}
#main .recVisual .fTxtSp {
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  margin-top: 7%;
  margin-left: -30%;
}
#main .recVisual .fTxtSp img {
	width: 100%;
}
#main .recVisual .fbSp {
	display: block;
	position: absolute;
	top:50%;
	margin-top: 13.75%;
	left: 50%;
  margin-left: -30%;
  width: 60%;
}
#main .recVisual .fbSp img {
  width: 100%;
}

#main .labBtn {
	bottom: 150px;
}
#main .viBtn {
	bottom: 212px;
}
#main .recruitBtn {
	bottom: 212px;
}
#main .covid19Btn {
	bottom: 274px;
}
#main .recruit-mcBtn {
	bottom: 274px;
}
#main .news {
	height: 136px;
	/* height: 120px; */
}

#main .news dl {
	padding-left: 50px;
	padding-top: 10px;
}

#main .news dl dt {
	width: 80px;
	font-size: 18px;
}

#main .news dl dt span {
	font-size: 76px;
}

#main .news dl dd {
	width: 460px;
	width: calc(100% - 110px);
	font-size: 20px;
	line-height: 38px;
	margin-left: 14px;
}

#main .news dl dd > span {
	line-height: 38px;
	display: block;
}

#main .news dl dd > span > span {
	width: 80px;
	margin: 6px 0 0;
	padding: 0 12px; 
	line-height: 26px;
	text-align: center;
}

#main .facebook { display: none; }

#main .br1150 {
	display: none;
}

#main .news dl dd.line2 p {
	display: inline;
	position: static;
}

.wrap .cont {
	margin-bottom: 0;
}

#contact {
	margin-bottom: 0px;
}

.wrap .cont,
.wrap .cont a {
	height: 490px;
}
#contact,
#contact a {
	height: 210px;
}

.wrap .cont a div h2 {
	background: #fff;
	line-height: 90px;
	left: 0;
	padding: 0 30px;
	position: absolute;
	top: -210px;
}
.wrap .cont a div p {
	font-size: 18px;
	padding-top: 20px;
	padding-left: 30px;
}
.wrap .cont a div p span {
	font-size: 26px;
}
.wrap .cont a div p span br {
	display: none;
}


.wrap .cont a figure {
	transition: none;
	height: 330px;
}

.wrap .cont a:hover figure {
	transform: none;
}

.wrap .cont a figure img {
	width: auto;
	height: 330px;
	position: absolute;
	top: 0;
	left: -22%;
}

.wrap #contact a figure img {
	height: 210px;
	left: -5%;
}


.wrap .cont a div {
	left: 0;
	top: 330px;
	bottom: 0;
	margin-top: 0;
	padding: 0;
	width: 100%;
	height: 160px;
}

#about a div, #works a div { height: 160px; margin-top: 0; }

#contact a div { height: 100px; margin-top: -50px; padding: 25px 0 0 40px; line-height: 100px; }

#motion {
	height: auto;
	margin: 50px auto 170px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#motion a:first-child {
	width: 90%;
	height: 186px;
	float: none;
	overflow: hidden;
	margin: 0 auto;
}
#motion a:first-child figure { height: 186px; }
#motion a:last-child {
	width: 100%;
	height: 146px;
	float: none;
	overflow: hidden;
	background: #3b5998 url(../../img/sp_cont_img07.png) no-repeat center;
	margin-top: 50px;
}
#motion a:last-child figure { height: 146px; }

#motion a:last-child img {
	display: none;
}

#motion a div {
	top: 170px;
	padding: 30px 0 0 0;
	margin-top: 0px;
	width: 356px;
	height: 92px;
	background: none;
}
#motion a div h2 {
	font-size: 28px;
	left: 0;
	line-height: 1.2;
	padding: 10px;
	position: absolute;
	top: -70px;
	width: 230px;
}

/* --------------------------
		下層ページ
		common style
   -------------------------- */
#mainVisual {
    margin: 109px 0 0;
}
#mainVisual img {
	margin-top: -1px;
}
#content .contInner {
	width: 85%;
}


/* --------------------------
           about
   -------------------------- */
#about .aboutList {
	padding: 10px 0 0;
}
#about .aboutList p {
	box-sizing: border-box;
	width: 33.3%;
	float:left;
}
#about .aboutList a {
	display: block;
	margin: 30px 8% 0;
}
#about .aboutBox.box01 table td ul li {
	width: 100%;
	padding: 0 0 30px;
}
#about .aboutBox.box01 table td ul li:last-child {
	width: 30px;
}
#about .aboutBox.box01 table td p.last {
	display: inline-block;
}
#about .aboutBox.box01 table td ul.clearfix:after {
	clear: none;
}
#about .aboutBox.box01 table th {
	padding-left: 5%;
}
#about .aboutBox.box01 table td {
	padding-left: 0;
}
#about .aboutBox.box03 table td span {
	display: block;
}
#about .aboutBox.box03 table td span:nth-of-type(2) {
	margin: 0 -1em 0 -0.5em;
}
#about .aboutBox.box03 table td span.ls {
	letter-spacing: -0.05em;
}
#about .clearfix .imgR {
	margin-top: 10px;
}
/* company */
#about .info dl dt {
	width: 15%;
}
#about .info dl dd {
	margin-left: 15%;
}
#about .info dl ul li.br {
	clear: none;
}
/* footLink */
#about .footLink {
	display: block;
	margin-top: 60px;
}
#about .footLink a {
	display: block;
	float: left;
	width: 33.3%;
	height: 94px;
	padding-top: 26px;
}
#about .footLink a img {
	width: 100%;
	height: auto;
	max-height: none;
}
#about .footLink a:hover span,
#about .footLink a.cur span {
	transform: scale(0.93,0.83);
}

/* 2022.07追加（経営理念・基本方針・行動指針）*/
#about .philosophy {
	font-size: 150%;
}

#about .basicpolicy li {
	margin-bottom: 60px;
	line-height: 1.8;
}

#about .basicpolicy li br {
	display: block;
}

#about .basicpolicy .itemTitle {
	width: 220px;
	height: 1.7em;
	line-height: 1.7;
	margin: 0 auto 1.5em;
	font-size: 103%;
}
#about .basicpolicy .itemText {
	font-size: 100%;
}

#about .principles .principles_title {
	font-size: 150%;
	width: 400px;
	height: 1.8em;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 20px auto 60px;
}
#about .principles ul li {
	font-size: 103%;
}


/* --------------------------
           news
   -------------------------- */
#news dl {
	font-size: 107%;
}
#news dl dt {
	width: 24%;
}
#news dl dt:after {
	width: 48px;
}
#news dl dd {
    margin-left: 20%;
}

/* --------------------------
           recruit
   -------------------------- */
#recruit .clearfix h4.title {
	width: 100%;
}
#recruit .clearfix .imgR {
	margin-top: 5px;
}
#recruit .tabBox.news .spBr{
	display: block;
}
#recruit .innerBox .hideContent .nameplate .right.tablet {
	padding-right: 1%;
}

#recruit .flow .title .caption {
	font-size: 70%;
}

#recruit .entry p.toform a:hover {
	opacity: 1;
}
	
#recruit .type {
	width: 100%;
	margin: 0 0 60px;
}
#recruit .type h5 {
	font-size: 200%;
}
#recruit .type ul li {
	font-size: 170%;
}
#recruit .flow .caption{
	display: block;
	text-indent: 0;
	margin-left: 0;
}
#recruit .type ul li:before {
	top: 0;
	-webkit-transform: none;
	transform: none;
}
#recruit .flow dl dd.narrow .spBr{
	display: block;
}
/* --------------------------
           security
   -------------------------- */
#security section div {
    width: 100%;
}
#security .title {
	padding-top: 170px;
	margin-top: 0;
}


/* --------------------------
         privacyPolicy
   -------------------------- */
#privacyPolicy section div,
#privacyPolicy #content .contact {
    width: 100%;
}
#privacyPolicy .title {
	padding-top: 170px;
	margin-top: 0;
}


}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}


@media only screen and (max-width: 760px) {
#recruit .innerBox .hideContent.line1 .nameplate .left {
	width:100%;
}
#recruit .innerBox .hideContent .comment {
	margin-top: 150px;
}
#recruit .innerBox .hideContent.line1 .comment {
	margin-top: 130px;
}
#recruit .innerBox .hideContent.special .comment {
	margin-top: 140px;
}
}

@media only screen and (max-width: 720px) {
	#main .news dl dd.line2 {
		line-height: 22px;
	}
}

@media only screen and (max-width: 640px) {
.menu-trigger {
	margin: 6px 10px 0 0;
}

.spBr { display: block; }


.wrap {
  position: static;
  margin: 60px auto 0;
  width: 640px;
  min-width: 320px;
  max-width: 640px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.inner {
	position: relative;
	width: 640px;
	overflow: hidden;
}
.wrap .slide li {
	width: 640px;
}

#mainVisual {
    margin: 0;
}

.wrap .slide li {
	margin: 0 auto;
	height: auto;
}
.wrap .slide li img {
	position: static;
	transform: none;
}

/* main */
#main .news dl dt span {
	margin-left:-11px;
}

/* header */
#header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  min-width: 320px;
  max-width: 640px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.headInner {
	position: relative;
	width: 100%;
	height: inherit;
	background: #fff;
}

#header #nav {
	width: 100%;
	top: 60px;
}

#header h1.spH1 {
	/* width: 40px; */
	/* top: 12px; */
	width: 68px;
	max-width: none;
	top: 13px;
}
#header h1.spH1 img {
	width: 100%;
	height: auto;
}

/* footer */
#footer {
	padding: 63px 50px 0;
}
#footer .pageTop {
	top: -120px;
}
#footer h2 {
	padding-bottom: 60px;
	border-bottom: 2px solid #353535;
}
#footer h2 img {
	width: 387px;
	height: auto;
}

#footer .add {
	padding: 50px 0 0;
	border-bottom: none;
}

#footer .add li {
	background-position: left center !important;
	background-size: 33px 40px;
	padding-left: 50px;
	font-size: 18px;
	margin-bottom: 42px;
}

#footer .add .grove,
#footer .add li.salt,
#footer .add li.wagon,
#footer .add li.mw { float: none; }

#footer .add .buil {
	margin-right: 35px;
	float: none;
	margin-bottom: 6px !important;
}
#footer .add li .grove img {
	margin-top: 0;
}
#footer .add li.salt {
	background-position: left 0 top 46px;
	margin-bottom: 25px;
}
#footer .add li.sesame {
	margin-bottom: 55px;
}

#footer .add .grove img:nth-of-type(4),
#footer .add .grove img { margin-right: 37px; }
#footer .add .grove img,
#footer .add .mw img { margin-right: 20px; }
#footer .add .grove img:nth-of-type(3) { margin-right: 0px; }
#footer .add img { height: 16px; width: auto; }


#footer .add .grove,
#footer .add .mw .buil + span {
	margin-left: 86px;
}

#footer .add .grove img,
#footer .add .mw .buil + span img {
	margin-left: -86px;
}

#footer .add p {
	font-size: 16px;
}

#footer .add a.pin {
	left: 0;
	width: 50px;
}

#footer .contactBtn a {
	width: 540px;
	margin: 0 auto;
	border: 2px solid #fff;
	line-height: 72px;
	font-size: 22px;
}

#footer .tel {
	width: 100%;
	padding: 40px 0;
}

#footer .tel li {
	font-size: 24px;
	float: none;
	text-align: center;
	padding: 0;
} 
#footer .tel li:first-child {
  margin-right: 0;
  margin-bottom: 25px;
}

#footer .copy {
	line-height: 135px;
	font-size: 18px;
	border: none;
	text-align: center;
}
#footer .mark {
	border-top: 2px solid #353535;
	padding-top: 60px;
	text-align: center;
	position: static;
}
#footer .isms a {
	width: 188px;
	height: 114px;
	background: url(../img/foot_isms.png) no-repeat left top;
}
#footer .privacy a {
	width: 114px;
	height: 114px;
	background: url(../img/foot_privacy.png) no-repeat left top;
}

#main .recVisual .img {
	width: 25.93%;
	position: absolute;
	top:50%;
/*	margin-top: -40.46%;*/
	margin-top: -25%;
	left: 50%;
	margin-left: -44.37%;
}
#main .recVisual .txt {
	width: 53.75%;
	position: absolute;
	top:50%;
/*	margin-top: -37.96%;*/
	margin-top: -23%;
	left: 50%;
	margin-left: -9.21%;
}
#main .recVisual .fTxtSp {
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  margin-top: 0%;
  margin-left: -30%;
}
#main .recVisual .fTxtSp img {
	width: 100%;
}
#main .recVisual .fbSp {
	display: block;
	position: absolute;
	top:50%;
	margin-top: 8%;
	left: 50%;
  margin-left: -30%;
  width: 60%;
}
#main .recVisual .fbSp img {
  width: 100%;
}

#main .covid19Btn,
#main .viBtn,
#main .recruitBtn,
#main .recruit-mcBtn,
#main .labBtn {
	position: absolute;
	right: 120px;
	bottom: 170px;
	max-width: 400px;
}
#main .viBtn img,
#main .recruitBtn img,
#main .recruit-mcBtn img,
#main .labBtn img {
	width: 100%;
}
#main .covid19Btn {
	bottom: 340px;
}
#main .recruitBtn,
#main .viBtn {
	bottom: 255px;
}
#main .recruit-mcBtn {
	bottom: 340px;
}
/* --------------------------
		下層ページ
		common style
   -------------------------- */
.sp { display: block; }
.pc { display: none; }
/* content
-------------------*/
#content {
	padding: 40px 0 170px;
}
#content section h4 + p {
	font-size: 185%;
	line-height: 1.5;
}
#content h4.title {
	font-size: 230%; /* 30px */
	line-height: 1.4;
	margin-bottom: 30px;
}
#content h4.subTitle {
	font-size: 230%;   /* 30px */
}
#content h4.title.sub {
	font-size: 215%; /* 28px */
}
#content .lead {
	margin-bottom: 55px;
}
#content .openBtn {
	font-size: 170%; /* 16px */
}
#content .more {
	margin-top: 20px;
}


/* --------------------------
           service
   -------------------------- */
#service section:first-child {
	margin-top: 20px;
	padding: 0;
}
#service section {
	padding:58px 0 40px;
}
#service section .br br {
	display: none;
}
#service section .imgC {
	width: 100%;
	margin: 40px auto 60px;
}
#service section .header {
	font-size:423%; /* 55px */
	margin-bottom: 50px;
}
#service section h4.title {
	font-size:200%; /* 26px */
}
#service section:first-child h4.title {
	font-size:192%; /* 25px */
}
#service section .desc {
	font-size:170%; /* 22px */
	margin-bottom: 22px;
}
#service section ul li {
	font-size:138%; /* 18px */
	padding: 8px 15px;
	margin: 0 10px 10px 0;
	line-height:1.1;
}



/* --------------------------
           about
   -------------------------- */
#about.border {
	border: none;
	margin: 0;
}
.spice .aboutVisual ul {
	width: 83%;
}
.spice #content {
	padding-top:0;
}
.aboutVisual {
	margin: 119px 0 0;
	padding: 0;
}
.aboutVisual .inner {
	width:85%;
	margin: 0 auto 0;
	display: table;
}
.aboutVisual .inner.sesame .visual:before {
	display: none;
}
.aboutVisual .inner .visual {
	display: block;
	width:100%;
	max-width: inherit;
}
.aboutVisual .inner .visual img {
	width: 100%;
}
.aboutVisual h3 {
	display: block;
	width:100%;
	max-width: inherit;
	padding: 30px 0 26px;
}
.aboutVisual .spice_sales h3,.aboutVisual .spice_px h3, .aboutVisual #cont07.spice_04 h3 {
	padding: 39px 0 12px;
}
.aboutVisual #cont06.spice_04 h3 {
	height: auto;
}


#about .clearfix {
	padding-top: 15px;
}
#about h4.subTitle {
	font-size: 292%; /* 38px */
	padding: 60px 0;
}
#about h4.subTitle.ls {
	letter-spacing: -0.02em;
}
#about .clearfix .text {
	width: 100%;
	float: none;
}
#about .clearfix .imgR {
	width: 100%;
	float: none;
	margin: 45px 0 30px 0;
}
#about .aboutList {
	padding: 40px 0 60px;
	margin: 0 -5px;
}
#about .aboutList p {
	width: 100%;
	float:left;
	text-align: center;
}
#about .aboutList a {
	margin: 10px 5px 0;
}
#about .aboutList a img {
	width: inherit;
	max-width: none;
}
#about .aboutBox {
	font-size: 170%;
}
#about .aboutBox.box01 {
	padding-bottom: 0;
	margin-top: 0;
}
#about .aboutBox.box01 table th, #about .aboutBox.box01 table td {
	border-bottom: none;
	padding: 0 0 30px;
}
#about .aboutBox.box01 table th {
	width: 140px;
}
#about .aboutBox.box01 table td {
	width: 400px;
}
#about #content .add a {
	padding-left: 43px;
	background: url(../../img/add_pin.png) left 11px no-repeat;
	background-size: 34px auto;
	line-height: inherit;
}
#about.spice .info dl .add .mc {
	letter-spacing: -0.06em;
}
#about.spice .info dl .add .mc a {
	letter-spacing: 0;
}
#about .aboutBox.box01 table td br {
	display: block;
}
#about .aboutBox.box01 table td span {
	display: block;
}
#about .aboutBox.box02 {
	width: 100%;
}
#about .aboutBox.box02 img {
	margin-bottom: 0;
}
#about .aboutBox.box03 table, #about .aboutBox.box04 table {
	width: 100%;
}
#about .aboutBox.box03 table.second {
	margin-top: 120px;
}
#about .aboutBox.box03 table th, #about .aboutBox.box04 table th {
	width: 230px;
	text-align: left;
	padding: 0 0 30px;
}
#about .aboutBox.box03 table td, #about .aboutBox.box04 table td {
	width: inherit;
	padding: 0 0 30px;
}
#about .aboutBox.box04 table td.line2 {
	line-height: 1.4;
	padding-top: 0;
}
#about .aboutBox.box03 table tr:last-child th, #about .aboutBox.box03 table tr:last-child td {
	padding-bottom: 0;
}
#about .salad section .br br {
	display: block;
}
#about .contInner:last-child {
	width: 85%;
}
#about .contInner p.text {
	font-size: 170%;
	line-height: 2.2;
	margin-bottom: 10px;
}

/* company */
#about .info {
	font-size: 169%; /* 22px */
	padding-bottom: 0;

}
#about .info .clearfix {
	padding: 0;
}
#about .info dl dt {
	width: 27%;
	margin-bottom: 30px;
}
#about .info dl dd {
	margin-left: 27%;
	margin-bottom: 30px;
}
#about .info dl .add {
	line-height: inherit;
}
#about .info dl .add br,
#about.spice .info dl .add br.spBr {
	display: block;
}
#about .footLink {
	width: auto;
	margin: 60px -9% 0;
}

/* --------------------------
           news
   -------------------------- */
#news dl {
	font-size: 185%; /* 24px */
	line-height: 1.6;
	padding: 22px 0;
}
#news dl dt {
	position: relative;
	left: 0;
	width: inherit;
	margin-top: 0;
}
#news dl dt:after {
	display:inline-block;
	width: 95px;
	float: none;
	margin: 0 0 0 20px;
}
#news dl dd {
	margin: 20px 0 0;
}


/* --------------------------
           works
   -------------------------- */
#works h4.subTitle {
	font-size: 307%; /* 40px */
}
/* workList */
#content .workList .list.boxL, #content .workList .list.boxR {
	float: none;
	padding: 0;
	width: 100%;
	margin-bottom: 50px;
}
#content .workList .list.boxL span {
	font-size: 138%;
}
#content .workList .list dl dt {
	font-size: 170%;
}
#content .workList .list dl dd {
	font-size: 138%;
}
#content .workList .list dt p:before {
	width: 80px;
}

#content .workList .list dt p {
	text-indent: -92px;
	margin-left: 92px;
}
#content .workList .list img {
	max-width: 100%;
}

/* --------------------------
           recruit
   -------------------------- */
#recruit h4.title {
	font-size: 240%;
}
#recruit h4.title br {
	display: block;
}
#recruit h4.subTitle {
	font-size:292%;
}
#content .tabBox h4.subTitle span:before, #content .tabBox h4.subTitle span:after {
	font-size: 120%;
}
#recruit h4.subTitle br {
	display: block;
}
#recruit .guraduate h4.subTitle span:before, #recruit .guraduate h4.subTitle span:after {
	margin-top: 0;
	top:50%;
}
#recruit .clearfix h4.title, 
#recruit .clearfix .text {
	width: 100%;
	float: none;
}
#recruit .clearfix .text.br br:nth-child(2n) {
	display: block;
}
#recruit .clearfix .imgR {
	width: 257px;
	float: none;
	margin: 65px auto 0;
}
#recruit .clearfix .imgR img {
	max-width:100%;
}
#recruit .tab {
	margin: 70px -10% 0;
}
#recruit .tabFt {
	margin: 0 -10%;
	padding-top: 80px;
}
#recruit .tabList li span {
	height: 110px;
	font-size: 269%;
	line-height: 1;
	background: #fff;
	margin: 0;
	padding: 27px 0;
	border-left: none;
	border-right: none;
	height: inherit;
}
#recruit .tabList li:first-child span {
	border-right: 1px solid #999;
}
#recruit .tabList li.on:after {
	content: " ";
	display: block;
	border: 10px solid #0463af;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -10px 0 0 -10px;
	transform: rotate(45deg);
}
#recruit .tabList li.on span {
	color: #fff;
	background: #0463af;
	border-color: #0463af;	
}
#recruit .tabList br {
	display: block;
}
#recruit .tabBox.news {
	width: 100%;
	font-size: 170%;
	padding: 30px 45px;
}
#recruit .flow {
	font-size:170%;
	padding-bottom: 90px;
	width: 100%;
}
#recruit .flow::after {
	bottom: 20px;
	border-width: 20px;
	margin-left: -20px;
}
#recruit .flow br {
	display: none;
}
#recruit .flow .box  {
	display: block;
}
#recruit .flow .box br {
	display: block;
}
#recruit .flow dl dd {
    padding-left: 7em;
}
#recruit .flow dl dd.narrow {
	padding-left: 4em;
}
#recruit .flow .title {
	font-size: 136%;
	margin-bottom: 20px;
}
#recruit .tabBox {
	margin-bottom: 60px;
}
#recruit .tabBox .add {
	width: 100%;
	font-size: 154%;
	padding: 30px;
	margin-bottom: 60px;
}
#recruit .tabBox .add br:first-child {
	display: block;
}
#recruit .innerBox-mc .mcbtn {
	padding-top: 38px;
}
#recruit .innerBox-mc .mcbtn a {
	width: 255px;
	font-size: 26px;
	line-height: 1;
}
#recruit .innerBox-mc .mcbtn a:after {
	width: .85em;
	height: .85em;
}
#recruit .innerBox .imgL {
	width: 142px;
	padding:0;
	margin: 0 20px 0 0;
}
#recruit .innerBox .imgL.wids, 
#recruit .innerBox .imgL.widb {
	padding: 0;
	margin-top: 0;
}
#recruit .innerBox h5 {
	font-size: 246%;
	margin-bottom: 20px;
	float: none;
	height: 120px;
	vertical-align: middle;
	display: table-cell;
}
#recruit .innerBox h5.fnt {
	font-size:215%;
}
#recruit .graphicweb h5 {
	font-size: 246%;
	text-align: center;
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
#recruit .graphicweb .innerBox h6 {
	font-size: 170%;
	margin-bottom: 20px;
	float: none;
	height: 120px;
	vertical-align: middle;
	display: table-cell;
}
#recruit .innerBox .desc {
	width: 100%;
	float: left;
	font-size: 170%;
	margin-top:20px;
}
#recruit .innerBox.mocap > .clearfix:first-child .imgL {
	position: static;
}

#recruit .innerBox.mocap > .clearfix:first-child .bold {
	float: none;
	width: auto;
}
#recruit .innerBox .more + .clearfix .bold {
	padding-top: 40px;
	margin-top: 40px;
	width: 100%;
}
#recruit .innerBox .hideContent {
	margin: 0;
	padding: 0 30px 30px;
}
#recruit .innerBox .hideContent .imgL {
	width: 100%;
	padding: 0;
	float:none;
}
#recruit .innerBox .hideContent .nameplate, 
#recruit .innerBox .hideContent .nameplate.w50, 
#recruit .innerBox .hideContent .nameplate.w55, 
#recruit .innerBox .hideContent .nameplate.w60 {
	position: static;
	width: 100%;
	padding:30px 55px;
    margin: 30px 10px 30px 0;
	box-sizing:border-box;
}
#recruit .innerBox .hideContent .nameplate.long br {
	display: block;
}
#recruit .innerBox .hideContent .nameplate .left {
	font-size: 163%;
	line-height:1.6;
	float: none;
	width: 100%;
}
#recruit .innerBox .hideContent .nameplate .left .salad_bg {
	padding: 1px 12px;
}
#recruit .innerBox .hideContent .nameplate .right, 
#recruit .innerBox .hideContent.line1 .nameplate .right {
	font-size: 272%;
	float: none;
	text-align: left;
	padding-top: 13px;
}

#recruit .innerBox .hideContent .nameplate .left.mobile br {
	display: block;
}
#recruit .innerBox .hideContent .comment, 
#recruit .innerBox .hideContent.line1 .comment, 
#recruit .innerBox .hideContent.special .comment, 
#recruit .innerBox .hideContent.special .comment.mt {
	font-size: 200%;
	padding:0;
	margin-top: 30px;
	line-height:1.4;
    float: none;
    width: 100%;
}
#recruit .innerBox .hideContent .nameplate.long {
    padding: 30px 50px;
}
#recruit .detail {
	padding-bottom: 20px;
}
#recruit .detail table {
	font-size:170%;
}
#recruit .detail table th {
	display: block;
	width:100%;
	text-align: left;
	box-sizing:border-box;
	padding: 0;
	padding-bottom: 0;
}
#recruit .detail table td {
	display: block;
	line-height: 1.4;
	width:100%;
	box-sizing:border-box;
	padding: 0 0 0 0.5em;
	padding-bottom: 30px;
}
#recruit .detail table td.br br {
	display: none;
}


#recruit .entry {
	font-size: 170%;
}
#recruit .entry p:first-child {
	text-align: left;
}
#recruit .entry p.toform a {
	font-size: 22px;
}

/******* openBox *******/
#content .openBtn.arrow {
	width: 180px;
	height: 70px;
	font-size: 210%;
	line-height: 70px;
}

#content .openBtn.arrow p {
	width: 64px;
	height: 64px;
}
#content .openBtn.arrow p span {
	top: 30px;
	height: 4px;
}
#content .openBtn.arrow.active span:nth-of-type(1),
#content .openBtn.arrow p span {
	left: 12px;
}
#content .openBtn.arrow.active span:nth-of-type(1),
#content .openBtn.arrow.active span:nth-of-type(2) {
	top: 30px;
	height: 4px;
}

/* --------------------------
            contact
   -------------------------- */
#content #mailform h4.subTitle {
	font-size: 230%;   /* 30px */
}
#content #mailform .tab_list {
	width: 100%;
	margin: 0;
}
#content #mailform .tab_list li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
#content #mailform .tab_list li span {
	height: 110px;
	font-size: 184%;
	background: #fff;
	margin: 0;
	padding: 27px 0;
	border-left: none;
	border-right: none;
	line-height: 30px;
}
#content #mailform .tab_list li:first-child span {
	padding: 10px 0;
	border-right: 1px solid #999;
}
#content #mailform .tab_list li:last-child span {
	border-left: 1px solid #999;
}
#content #mailform .tab_list li.on:after {
	content: " ";
	display: block;
	border: 10px solid #0463af;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -10px 0 0 -10px;
	transform: rotate(45deg);
}
#content #mailform .tab_list li.on span {
	color: #fff;
	background: #0463af;
	border-color: #0463af;	
}
#content #mailform .tab_list br {
	display: block;
}
#content #mailform {
	width: 100%;
}
#content #mailform .tab_cont table caption {
	margin: 60px auto 64px;
}
#content #mailform .seisaku .tab_cont table caption .table_ttl, 
#content #mailform .gyoumu .tab_cont table caption .table_ttl, 
#content #mailform .saiyou .tab_cont table caption .table_ttl {
	background-size: 36px auto;
	line-height: 40px;
}
#content #mailform .tab_cont table caption .table_ttl {
	font-size: 230%;
}
#content #mailform .tab_cont {
	padding: 0 50px;
}
#content #mailform table th, #content #mailform table td {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 185%;
}
#content #mailform table th {
	margin-bottom: 15px;
	line-height: 25px;
}
#content #mailform table td {
	margin-bottom: 55px;
}
#content #mailform table th .must {
	float: none;
	margin: 0 0 0 12px;
}
#content #mailform table th .line {
	font-size: 83%;
	width: initial;
}
#content #mailform table th .line br {
	display: none;
}
#content #mailform table td input {
	height: 70px;
	line-height: 70px;
}
#content #mailform table td ul li {
	padding: 0 12px 0 0;
}
#content #mailform table td ul li:nth-child(2n) {
	padding: 0 0 0 12px;
}
#content #mailform table td ul li input {
	width: 220px;
	margin-left: 11px;
}
#content #mailform table td .telno input {
	width:150px;
}
#content #mailform table td .telno span {
	margin: 0 10px;
}
#content #mailform table th.msg {
	padding: 0;
}
#content #mailform table td textarea {
	height: 240px;
}
#content #mailform .submit {
	width: 322px;
	margin: 15px auto 0;
	font-size: 230%;
	padding: 35px 0;
}

#content #mailform .consentDocument {
	width: 100%;
	margin: 20px 0 45px;
	padding: 50px 50px 40px;
}
#content #mailform .consentDocument .doc {
	width: 100%;
	margin: 20px auto 30px;
}
#content #mailform .consentDocument p {
	font-size: 20px;
}
#content #mailform .consentDocument .doc p span.caption {
	font-size: 18px;
}
#content #mailform .consentDocument p.text {
	font-size: 24px;
	margin-bottom: 30px;
}
#content #mailform .consentDocument .doc a:hover {
	text-decoration: underline;
}
#content #mailform .consentDocument h5 {
	font-size: 26px;
	line-height: 1.3;
}
#content #mailform .consentDocument .check {
	font-size: 24px;
}
#content #mailform .consentDocument .check span {
	margin-left: 10px;
	top: -0.1em;
}
#content #mailform .consentDocument .check input {
	width: 1em;
	height: 1em;
}

/* --------------------------
           security
-------------------------- */
#security .title {
	padding-top: 78px;
	font-size: 254%;
	border: none;
}

#security section p {
	font-size: 170%;
	line-height: 1.6;
	margin-bottom: 28px;
	font-weight: 500;
}

#security article {
	padding-top: 87px;
}
#security #content dl {
	width: 100%;
	font-size: 164%;
}
#security #content dt,
#security #content dd {
	width: 100%;
	display: block;
}

#security #content dd {
	margin: 23px auto 45px;
	width: 80%;
}
#security #content dd:nth-of-type(1) {
	margin: 23px auto 12px;
}

#about .aboutList a span {
	height: 50px;
	font-size: 155%;
}


/* --------------------------
         privacyPolicy
   -------------------------- */
#privacyPolicy .title {
	padding-top: 78px;
	font-size: 254%;
	border: none;
}
#privacyPolicy #content h4 {
	font-size: 218%;
	margin-top: 28px;
	margin-bottom: 18px;
	line-height: 1.6;
}
#privacyPolicy #content h5 {
	font-size: 170%;
}
#privacyPolicy #content h6,
#privacyPolicy #content p + a {
	font-size: 170%;
}
#privacyPolicy #content ul ul {
	margin-left: 1.8em;
}
#privacyPolicy #content h6 + p {
	margin-left: 1em;
}
#privacyPolicy #content p {
	font-size: 170% !important;
	line-height: 1.6;
	font-weight: 500;
}
#privacyPolicy #content .privacymark .text {
	width: 100%;
	float: none;
}
#privacyPolicy #content .privacymark a {
	position: static;
	margin: 40px auto 0;
	width: 32%;
}
#privacyPolicy #content .privacymark dl {
	margin-top: 40px;
	font-size: 164%;
}
#privacyPolicy #content .privacymark dl dt {
	width: 35%;
}
#privacyPolicy #content .privacymark dl dd {
	width: 64%;
}


/* --------------------------
           vi
-------------------------- */
#vi .viImg {
	margin-top: 0;
	padding-top: 78px;
	max-width: 460px;
}
#vi .title {
	padding-top: 117px;
	font-size: 254%;
	border: none;
}
#vi #content {
	padding-top: 0;
}
#vi section div {
	width: auto;
}
#vi section p {
	font-size: 170%;
	line-height: 2;
	letter-spacing: -0.01em;
}
#vi section p + p {
	margin-top: 35px;
}


/* --------------------------
           covid19
-------------------------- */
#covid19 #content {
	padding-top: 0;
}
#covid19 h3.title {
	font-size: 254%;
	margin-top: 78px;
}
#covid19 section > div > .text {
	font-size: 170%;
	line-height: 2;
	text-align: left;
}
#covid19 section .textBox p {
	font-size: 139%;
}
#covid19 .temList01 li {
	width: 47.5%;
	margin-bottom: 7% !important;
}
#covid19 .temList01 li:nth-last-of-type(1),
#covid19 .temList01 li:nth-last-of-type(2) {
	margin-bottom: 0 !important;
}
#covid19 .itemBtns {
	margin-top: 1.2em;
}
#covid19 .itemBtns a {
	display: block;
	width: 3.5em;
	font-size: 162%;
}
#covid19 .temList02 li {
	width: calc(88% / 3);
	margin: 2%;
}
#covid19 .allDLBtn a span {
	font-size: 185%;
}


}

@media only screen and (max-width: 610px) {
#header #nav ul li {
	font-size: 30px;
}
#header #nav ul li a {
    line-height: 57px;
}
#header #nav dl dt a {
	font-size: 24px;
}
#header #nav dl dt a span {
	background: url(../img/motion_blank.png) no-repeat right 0;
	padding-right: 18px;
	background-size: 12px auto;
}
#header #nav dl dd a {
	width: 58%;
}
#header #nav dl dd a img {
	width: 100%;
	height: auto;
}
#header #nav .security a,
#header .privacyPolicy a {
	font-size: 13px;
	line-height: 30px;
	width: 220px;
}
}
@media only screen and (max-width: 480px) {
#header #nav ul {
    margin: 10px 90px;
}
#header #nav ul li {
	font-size: 24px;
}
#header #nav ul li a {
    line-height: 46px;
}
#header #nav dl dt a {
	font-size: 18px;
    line-height: 40px;
	margin: 0 55px;
}
#header #nav dl dd a {
    margin: 0 auto 15px;
}
}
@media only screen and (max-width: 374px) {
#header #nav ul li {
    font-size: 18px;
}
#header #nav ul li a {
    line-height: 33px;
}
#header #nav dl dt a {
	font-size: 14px;
    line-height: 30px;
    margin: 0 60px;
}
#header #nav dl dt a span {
	background: url(../img/motion_blank.png) no-repeat right 0;
	padding-right: 14px;
	background-size: 10px auto;
}
#header #nav dl dd a {
    margin: 0 auto 10px;
}
#header #nav .security a,
#header .privacyPolicy a {
    font-size: 12px;
    line-height: 32px;
    width: 210px;
}
}


@media screen and (max-width: 768px) and (orientation: landscape) {
	#about.border {
		margin-top: 70px;
	}
	.wrap .slide li {
		margin: 70px 0 0;
	}
	.headInner {
		height: 72px;
	}
	.menu-trigger {
    margin: 12px 12px 0 0;
	}
	#mainVisual {
		margin: 73px 0 0;
	}
	#header {
		height: 72px;
	}
	#header h1.spH1 {
		top: 13px;
		width: 50px;
	}
	#header .spH1 img {
		width: 100%;
	}
	#header #nav {
		top: 72px;
    overflow-x: hidden;
    overflow-y: scroll;
		height: calc(100vh - 72px);
		padding-bottom: 60px;
		-webkit-overflow-scrolling: touch;
	}
	#header #nav ul li {
		font-size: 28px;
	}
	#header #nav dl dd a img {
		width: 100%;
	}
	#header #nav dl dt a {
		font-size: 22px;
	}
	#header .security a, #header .privacyPolicy a {
		font-size: 13px;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
