/*
Theme Name: ACCS-
wp/wp-content/themes/accs直下
*/

@charset 'utf-8';
/*
---------------------------------------
reset
---------------------------------------
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 10px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}

html{
	min-height:100%;
	width:100%;
}
html, body ,.wrapper {
	height:100%;
	position: relative;
}
.wrapper {
	min-width: 1300px;
}
#container {
	position: relative;
}

body {
	font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color: #212121;
	height: 100%;
	width: 100%;
	/*min-width: 640px;*/
	margin: 0;
	padding: 0;
	position: relative;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

input, textarea {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}

img {
	border: none;
}

img #mb15{margin-bottom: 15px!important;}

ol, ul {
	list-style: none;
}
p {
	color: #333;
	font-size: 1.8rem;
	line-height: 2;

}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
table th {
	font-weight:normal;
}

caption, th {
	text-align: left;
}

a:focus {
	outline:none;
}

p,dd,li,address{
	font-style:normal;
}

body small {
	font-size: 1.1rem;
}

figure {
	line-height: 0;
}

/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.flex_around{
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/*
---------------------------------------
link
---------------------------------------
*/

a {
	color: #333;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*
---------------------------------------
form
---------------------------------------
*/

form input[type='text'],
form input[type='email'],
form input[type='tel'] {
	border: solid 1px #ccc;
	font-size: 1.6rem;
	padding: 15px;
}

form textarea {
	border: solid 1px #ccc;
	font-size: 1.8rem;
	padding: 10px;
	width: 78%;
	margin-left: 170px;
	vertical-align:top;
}

/*
---------------------------------------
common
---------------------------------------
*/

.pc {
	display: block !important;
	margin: 0 auto;
}
.sp {
	display: none !important;
}
.contents {
	width: 100%;
	margin: 0 auto;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
}

span {
	font-size: inherit;
}

a {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

a:hover {
	opacity: 0.7;
}

.zoom {
	position: relative;
    overflow: hidden;
}

.zoom:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.zoom:hover:after {
	opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.zoom a {
	z-index: 1;
	position: relative;
}

.zoom a:hover {
	opacity: 1;
}

.robo {
    font-family: 'Roboto Condensed', sans-serif;
}
.rale {
    font-family: 'Yu Mincho Light', sans-serif;
}
.rale1 {
    font-family: 'Raleway', sans-serif;
}
.min {
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}
.min02{
	font-family: 'Yu Mincho Light', sans-serif;
}

i {
	margin-right: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}


/*
---------------------------------------
header
---------------------------------------
*/



#header {
    position: fixed;
    background: #ffffff;
    width: 100%;
    top: 0;
    z-index: 10000;
    box-shadow: 0 0 8px grey;
    height: 80px;

/*position: relative;
background: #ffffff;
background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 54%, #9a0000 55%, #9a0000 55%, #9a0000 100%);
background: -o-linear-gradient(left, #ffffff 0%, #ffffff 54%, #9a0000 55%, #9a0000 55%, #9a0000 100%);
background: linear-gradient(to right, #ffffff 0%, #ffffff 54%, #9a0000 55%, #9a0000 55%, #9a0000 100%);*/
}
#header a img:hover {
	opacity: 1;
}
#header .logo {
	flex: 1;
}
#sp-btn {
	display: none;
}
#g-nav {
	background: #ffffff;
/*background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 90%, #9a0000 90%, #9a0000 100%);
background: -o-linear-gradient(left, #ffffff 0%, #ffffff 90%, #9a0000 90%, #9a0000 100%);
background: linear-gradient(to right, #ffffff 0%, #ffffff 90%, #9a0000 90%, #9a0000 100%);*/
	margin: 0 auto;
	height: 80px;
}
#g-nav.inner {
	max-width: 1180px;
}
#g-nav .active a {
	color: #9a0000;
	border-bottom: 2px solid #9a0000;
}
#g-nav li {
	font-size: 1.6rem;
	padding: 25px 15px 0 15px;
	letter-spacing: 1.5px;
}
.g-nav_entry {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 80px;
	background-color: #15D1B4;
}

/*.entry-btn {
	background: #9a0000;
	transform: skew(-35deg, 0deg);
	-webkit-transform: skew(-35deg, 0deg);
	margin: 0 0 0 30px;
}
.entry-btn a {
	display: block;
	padding: 16px 0 12px 40px;
}*/
.entry-btn {
	background: #9a0000;font-weight: bold;
	margin: 0 0 0 10px;}
.entry-btn a {
	display: block;color: #fff;text-align: center;
	padding: 8px 5px 8px 5px ;
}


.entry-btn p {
	color: #fff;
	transform: skew(35deg, 0deg);
-webkit-transform: skew(35deg, 0deg);
}
.entry-btn p.entry-btn-p1 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 100;
}
.entry-btn p.entry-btn-p2 {
	font-size: 1.2rem;
}
.wantedly{font-size: 1.6rem;
    padding: 0 0px 0 10px;
    letter-spacing: 0.5px;
}


.footer-cont02 a,
.nav-head a,
nav li a {
	padding-bottom: 2px;
}
.footer-cont02 a:hover,
.nav-head a:hover,
nav li a:hover {
	color: #9a0000;
	opacity: 1;
	border-bottom: 2px solid #9a0000;
}

/*
---------------------------------------
footer
---------------------------------------
*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-cont01 .inner {
	max-width: 1200px;
}
.footer-cont01 {
	background: #252a2e;
	padding: 65px 0;
}
.footer-cont01 p.nav-head {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.footer-cont02 {
	background: #000;
	padding: 45px 0;
}
.footer-cont02 * {
	color: #fff;
}
.footer-cont02 .flex {
	flex-direction:row-reverse;
}
.footer-cont02 li {
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 65px;
}
.footer-cont03 {
	padding: 40px 0;
	background: #fff;
}
#bottom-nav li {
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 20px;
	color: #aaa;
}
.copyright {
	background: #fff;
	padding: 35px 0;
}
.copyright small {
	color: #808080;
	text-align: center;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.5px;
}

/*
---------------------------------------
#home
---------------------------------------
*/

/* mainimg */

.main-img {
	background: url(img/top/img-main04.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	/*height: calc(100vh - 80px);*/
	margin: 0 auto;
	position: relative;
	padding: 15% 0 10%;
}
.main-ttl-box {
	margin-bottom: 6%;
}
.main-ttl-box p{
	color: #fff;
}
.main-ttl-box .ttl {
	font-size: 17rem;
    font-weight: 100;
    margin-bottom: 15px;
    letter-spacing: -7px;
    line-height: 1;
}
.main-ttl-box .ttl02 {
    font-size: 11rem;
    margin-bottom: 15px;
    letter-spacing: -2px;
    line-height: 1;
    text-align: center;
    padding-top: 6%;
}
.main-ttl-box .sub-ttl {
	font-size: 4rem;
	font-weight: 100;
	line-height: 1;
	text-align: center;
}
.main-ttl-box .sub-ttl span {
	font-weight: 400;
}
.main-ttl-box .sub-ttl-ja {
	font-size: 2.8rem;
	font-feature-settings : "palt";
	letter-spacing: 1.2px;
}
.btn-movie {
	/*position: absolute;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100px;
}
.btn-movie a {
	font-weight: 100;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 20px 50px;
}

.main-ttl-box h1 {
	font-size: 3.5rem;
}
.news-list {
	background: #252a2e;
	padding: 35px 0 50px;
}
.news-list .inner {
	max-width: 1080px;
}
.news-list * {
	color: #fff;
}
.news-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;

	width: 100%;
}
.news-list li a {
		display: table;
	padding: 20px 0;
}
.news-list li a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.6rem;
	content: '\f105';
	right: 10px;
	top: calc(50% - 0.8rem);
}
.news-list li p {
	display: table-cell;
	table-layout: fixed;
}
.news-list li p.cat {
	width: 130px;
	text-align: center;
	font-size: 1.3rem;
	display: block;
	padding: 3px 0;
	border-radius: 4px;
}
.news-list li p.cat {

}
.news-list li p.cat-info {
	background: #9a0000;
}
.news-list li p.cat-blog {
	background: #4d4d4d;
}
.news-list li p.date {
	font-size: 1.5rem;
	color: #aaa;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 30px;
	width: 140px;
}
.news-list li p.ttl {
	font-size: 1.5rem;
	padding-left: 30px;
}
.intern:after {
	background: url(img/top/img-intern02.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.intern a {
	display: block;
	padding: 220px 0 220px;
}
.intern * {
	color: #fff;
}
.intern .box {
	position: relative;
	border: 1px solid #fff;
	border-top: none;
	padding-bottom: 2em;
	display: table;
    margin: 0 auto;
}
.intern .box:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 4rem;
	content: '\f105';
	right: 0.8em;
	top: calc(50% - 2rem);
}
.intern .box-inner {
	padding: 0 10em;
}
.intern .box-title01 {
	color: #fff;
	font-weight: normal;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	font-size: 2rem;
	position: relative;
    top: -1em;
    letter-spacing: 0.8em;
}
.intern .box-title01:before,
.intern .box-title01:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.intern .box-title01:before {
    margin-right: 0.5em;
}
.intern .box-title01:after {
    margin-left: 0.5em;
}
.intern .box-title01 span {
	padding-left: 0.8em;
	font-weight: 100;
}
.intern .box-title02 {
	font-size: 2.2rem;
}
.intern h2 {
	font-size: 7.2rem;
	font-weight: 200;
}
.intern .box:before {
    top: calc(50% - 1rem);
}
.intern .btn-movie {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 70px;
}
.intern .btn-movie a {
    font-weight: 100;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px 50px;
    display: inline;
	background: rgba(154,0,0,0.5);
}
.intern .btn-movie a:hover {
	background: rgba(154,0,0,0.8);
}
.aday {
	background: #fff;
	padding: 80px 0;
	margin: 0 auto;
}
.aday p {
	margin-bottom: 30px;
}
.aday ul li {
	width: 292px;
	height: 219px;
	overflow: hidden;
	margin-bottom: 5px;
}
/*
.aday ul li {
	width: 292px; 4カラムのときの幅
	height: 219px; 4カラムのときの高さ
	overflow: hidden;
	margin-bottom: 5px;
}
*/
.jcsa{
	justify-content: space-around;
}
.con-text{
	position: relative;
}
.con-text p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.9rem;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.con-text img{
	width: 100%;
}
.scale {
    position: relative;
}
.scale p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    padding-right: 5px;
    padding-bottom: 5px;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.message,
.dept{
	margin-top: 80px;
}
.message h2,
.slider h2,
.aday h2,
.dept h2 {
	font-size: 6.6rem;
	font-weight: 200;
}
.slider,
.workpro{
    padding: 80px 0 80px;
	background: #e2e1dd url(img/top/img-bgpolygon.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.workpro h2 {
	font-size: 6.6rem;
	font-weight: 600;
	letter-spacing: -10px;
}
.aday h2 span {
	color: #9a0000;
}
.gap{
	margin-bottom: 30px;
	margin-top: -10px;
}
.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.item {
	display: flex;
	flex-direction: column;
	width: 23.5%;
	height: 200px;
	padding: 1em;
	border: 1px solid #999999;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background-color: #999999;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.item:hover {
	opacity: 0.8;
}
.item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.item p{
	color: #ffffff;
	font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
}
.item:not(:nth-child(4n+4)) {
	margin-right: 2%;
}
.workpro01 {
	background: #888888 url(img/top/img-workpro01.jpg) no-repeat center center;
}
.workpro02 {
	background: #888888 url(img/top/img-workpro02.jpg) no-repeat center center;
}
.workpro03 {
	background: #888888 url(img/top/img-workpro03.jpg) no-repeat center center;
}
.workpro04 {
	background: #888888 url(img/top/img-workpro04.jpg) no-repeat center center;
}

.conversation:after {
	background: #9a0000 url(img/top/img-taidan02.jpg) no-repeat center center;
	background-size: cover;
}
.enquete:after {
	background: #9a0000 url(img/top/img-enquete.jpg) no-repeat left top;
	background-size: cover;
}
.department:after {
	background: #9a0000 url(img/top/img-department.jpg) no-repeat left top;
	background-size: cover;
}

.cont01 {
	border-bottom: 1px solid #fff;
}
.cont01 .inner {
	width: 100%;
	height: 500px;
	display: block;
	display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.conversation .inner {
	justify-content: flex-start;
}
.enquete .inner {
	justify-content: flex-end;
}
.department .inner {
	justify-content: flex-end;
}
.department .cont01-ttl {
	margin-left: auto;
}
.department .cont02-ttl {	
	padding: 0.5em 8em 0.5em 2em;
	border: solid 1px #ffffff;
	background-color: rgba(000,000,000,0.5);
}
.department .cont02-ttl p{
	font-size: 1.9rem;
}
.department .cont02-ttl a:hover{
	text-decoration: underline;
}

.cont01 a {
	display: block;
}
.cont01 * {
	color: #fff;
}
.cont01 .cont01-ttl {
	width: 305px;
}
.enquete .cont01-ttl {
	margin-left: auto;
}
.cont01 .cont01-ttl p {
	font-size: 3.4rem;
	letter-spacing: 3px;
	line-height: 1.3;
}
.cont01 .cont01-ttl h2 {
	font-size: 1.8rem;
	font-weight: normal;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 3px;
}
.cont01 .cont01-ttl h2:after {
	margin-left: 1em;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.cont01 .catch p {
	font-size: 3.6rem;
	letter-spacing: 2px;
}
.cont01 .catch p span {
	background: #000;
	padding: 0.2em 0.5em;
	display: inline-block;
	margin-bottom: 2px;
}
.cont01 .catch02 {
    background: #ffffff;
    opacity: 0.8;
	width: 100vw;
	text-align: center;
}
.cont01 .catch02 p{
	font-size: 3.6rem;
	letter-spacing: 2px;
	color: #000000;
	padding: 0.2em 0.5em;
	display: inline-block;
}
.cont01 .catch02 p span{
	font-size: 1.5rem;
	display: block;
	text-align: right;
	color: #000000;
}
.column3-wrap {
	border-bottom: 1px solid #fff;
}
.column3-wrap .box {
	position: relative;
    margin-bottom: 0;
    width: 33.3333%;
    height: 500px;
}
.column3-wrap .box1 {
	position: relative;
    margin-bottom: 0;
    width: 50%;
    height: 500px;
}
.column3-wrap .box a {
	display: block;
	padding: 150px 0 55px;
}
.column3-wrap .box1 a {
	display: block;
	padding: 150px 0 55px;
}
.column3-wrap .sales:after {
	background: url(img/top/img-sales.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.column3-wrap .ma:after {
	background: url(img/top/img-ma.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.column3-wrap .welfare:after {
	background: url(img/top/img-welfare02.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.column3-wrap .chart:after {
	background: url(img/top/img-welfare.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.column3-wrap .number:after {
	background: url(img/top/img-guidelines.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.column3-wrap .welfare {
	border-right: 1px solid #fff;
}
.column3-wrap .sales {
	border-right: 1px solid #fff;
}
.column3-wrap .chart {
	border-right: 1px solid #fff;
}
.column3-wrap h3 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    margin: 0 auto 100px;
}
.column3-wrap h3 span {
	font-size: 1.8rem;
	letter-spacing: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
    display: inline-block;
}
.column3-wrap .btn-column3 {
	display: table;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	padding: 12px 70px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.column3-wrap .btn-column3:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.6rem;
	content: '\f105';
	right: 2em;
	top: calc(50% - 1.6rem);
}

/*.guideline*/
.entry {margin:0 auto;display: block;width: 100%;}

.entry a{display: block;
    width: 360px;text-align: center;
    /*border: 2px solid #9a0000;*/
    color: #fff;
	background:#9a0000; 
    padding: 10px 0;
    font-size: 1.8rem;}
.entry a:hover{opacity: 0.8;}

.guideline .gai{width: 1180px;display: block;margin:30px auto; display: flex;gap: 20px;align-items: center;}
.guideline .gai>a img{width:100%;}
.guideline .gai>a{width:70%;}
.gai blockquote {width: 400px;margin:0 auto!important;display: block;}	
.gai blockquote iframe{margin-right: 20px;}
.guideline {
	background: url(img/common/bg-guideline.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 120px 0 100px;
}
.guideline p.robo {
	font-size: 4.8rem;
	font-weight: 200;
	line-height: 1.4;
}
.guideline h2 {
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	margin-bottom: 55px;
}
.guideline ul li {
	width: 360px;
}
.guideline ul li a {
	position: relative;
	display: block;
	width: 360px;
	border: 2px solid #9a0000;
	color: #9a0000;
	padding: 33px 0;
	font-size: 1.8rem;
}
.guideline ul li a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.8rem;
	content: '\f105';
	right: 1em;
	top: calc(50% - 0.9rem);
}

/*
---------------------------------------
#work
---------------------------------------
*/

.main-img-work {
	background: url(img/work/img-main.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	/*height: calc(100vh - 80px);*/
	margin: 0 auto;
	position: relative;
	padding: 13% 0 8%;
}
.main-img-work * {
	color: #fff;
}
.main-img-work h2 {
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 2px;
}
.main-img-work h2 span {
	display: inline-block;
	font-size: 9.4rem;
	border-bottom: 4px solid #fff;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 0;
}
#work .correlation {
	padding: 50px 0 80px;
}
#work .project ul li {
	width: 380px;
	height: 285px;
	overflow: hidden;
}
#work .occupation ul li {
	width: 280px;
	height: 260px;
	overflow: hidden;
}

#work .correlation *,
#work .project *,
#work .occupation * {
	text-align: center;
}
#work .correlation h3 {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#work .correlation .desc {
	margin-bottom: 50px;
}
#work .work-more {
	margin-top: 40px;
}
#work .work-more a,
#blog-ac #main-contents article .btn-more a {
	text-align: center;
	position: relative;
    display: block;
    width: 360px;
    border: 2px solid #9a0000;
    color: #9a0000;
    padding: 10px 0;
    font-size: 1.8rem;
    margin: 0 auto;
}

.btn-more a {
	text-align: center;
	position: relative;
    display: block;
    width: 360px;
    border: 2px solid #9a0000;
    color: #9a0000;
    padding: 10px 0;
    font-size: 1.8rem;
    margin: 0 auto;
}

#blog-ac #main-contents article .btn-more a:before,
#work .work-more a:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 2rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 2rem);
}
#work .industry {
	position: relative;
}
#work .cont01:after {
	background: #9a0000 url(img/work/img-industry.jpg) no-repeat right top;
	background-size: cover;
}
#work .cont01 .inner {
	align-items: flex-start;
	padding-top: 90px;
}
#work .b-box {
	background: #000;
	padding: 40px 30px;
	width: 430px;
	position: absolute;
	top: 190px;
}
#work .b-box * {
	font-size: 1.6rem;
	color: #fff;
}
#work .industry-more {
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 10px 0;
	text-align: center;
	position: relative;
}
#work .industry-more:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 2rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 2rem);
}
#work .h2_wrap {
	text-align: center;
	margin-bottom: 35px;
}
#work .h2_wrap h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #9a0000;
	width : 200px ;
	margin: 0 auto;
 }
#work .project,
#work .occupation {
	padding: 90px 0 80px;
}
#work .project h2,
#work .occupation h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	font-size: 3.6rem;
	font-weight: bold;
}
#work .project .desc,
#work .occupation .desc {
	margin-bottom: 35px;
}
#work .project {
	background: #f5f5f5;
}
#work .occupation li a {
	display: block;
	line-height: 0;
}
#work .occupation .li-name {
	background: #9a0000;
	color: #fff;
	text-align: left;
	padding: 0.4em 1.2em;
	position: relative;
}
#work .occupation .li-name:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 1.7rem;
    content: '\f144';
    right: 1em;
    top: calc(50% - 1.7rem);
}

#work .project02 {
    position: relative;
    margin-top: 80px;	
}
#work .cont02:after {
    background: #9a0000 url(img/work/img-industry02.jpg) no-repeat right top;
    background-size: cover;
}
#work .cont02 .inner {
    align-items: flex-start;
    padding-top: 90px;
    width: 100%;
    height: 500px;
    display: block;
    align-items: center;
    position: relative;
    z-index: 2;
}
#work .cont02 .cont01-ttl {
    width: 305px;
}
#work .cont02 .cont01-ttl p {
    font-size: 3.4rem;
    letter-spacing: 3px;
    line-height: 1.3;
	  color: #ffffff;
}
#work .cont02 .cont01-ttl h2 {
    font-size: 1.8rem;
    font-weight: normal;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 3px;
	color: #ffffff;
}
#work .cont02 .cont01-ttl h2:after {
    margin-left: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
	flex-grow: 1;
}

#work ol{margin-left: 430px;}
.foot-link * {
	color: #fff;
	position: relative;
	z-index: 3;
}
.foot-link .box {
    position: relative;
    margin-bottom: 0;
    width: 50%;
    height: 220px;
}
.foot-link .box a {
	display: table;
	width: 100%;
	height: 100%;
}
.foot-link .box-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.foot-link .box-inner:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 4rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 2rem);
}
.foot-link .intern-link:after {
    background: url(img/common/bg-foot-intern.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.foot-link .entry-link:after {
    background: url(img/common/bg-foot-enrty.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.foot-link .box-title01 {
	font-size: 2rem;
	letter-spacing: 0.8em;
	padding-left: 0.8em;
	font-weight: 100;
}
.foot-link a {
	display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.foot-link h3 {
	font-size: 3.2rem;
}

/*
---------------------------------------
.blog
---------------------------------------
*/
.breadcrumbs {
	background: #f7f7f7;
	padding: 16px 20px;
	border-top: 1px solid #e6e6e6;
}

.breadcrumbs span {
	margin-left: 1rem;
	font-size: 1.2rem;
	margin-right: 5px;
}

.breadcrumbs span:nth-of-type(1) {
	margin-left: 0;
}

/* blog-ac */

#container-blog {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 40px;
}

#main-contents {
    width: 67.7%;
    max-width: 800px;
    padding-bottom: 80px;
}

.blog article .attr {
	margin: -20px 0 20px 0;
	position: relative;
	letter-spacing: -.4em;
}
.blog article .attr * {
	color: #fff;
}
.blog article .cat {
	background: #9a0000;
	display: inline-block;
}
.blog article .cat li {
	font-size: 1.5rem;
	text-align: center;
	display: inline-block;
	line-height: 2;
	padding: 3px 40px;
	letter-spacing: normal;
	vertical-align: middle;
}
.blog article .date {
	background: #252a2e;
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	padding: 3px 20px;
	letter-spacing: normal;
	vertical-align: middle;
}

#blog-ac #main-contents article {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
#blog-ac #main-contents article:first-child {
	padding-top: 0;
}
#blog-ac #main-contents article figure {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
#blog-ac #main-contents article figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

#blog-ac #main-contents article h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 10px 0 15px;
}
#blog-ac #main-contents article .excerpt {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#blog-ac #main-contents article .btn-more a {
	font-size: 1.6rem;
}
#blog-ac .page-nav {
	margin: 30px 0 60px;
}
#blog-ac .wp-pagenavi {
	position: relative;
}
#blog-ac .wp-pagenavi .previouspostslink {
	left: 0;
}
#blog-ac .wp-pagenavi .nextpostslink {
	right: 0;
}
#blog-ac .wp-pagenavi .previouspostslink,
#blog-ac .wp-pagenavi .nextpostslink {
	position: absolute;
	border: 1px solid #ccc;
	text-align: center;
    display: block;
    width: 230px;
    padding: 10px 0;
    font-size: 1.4rem;
}
#blog-ac .wp-pagenavi .previouspostslink:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 1.6rem;
    content: '\f104';
    left: 1em;
    top: calc(50% - 0.8rem);
    color: #ccc;
}
#blog-ac .wp-pagenavi .nextpostslink:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 1.6rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 0.8rem);
    color: #ccc;
}


/* blog sidebar */

#sidebar {
    width: 27.9%;
    padding: 0 0 80px 0;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
}

#sidebar form#searchForm {
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#sidebar form input[type='text'] {
	background: #fafafa;
	padding: 10px 20px;
	border: none;
	width: 70%;
	border-radius: 3px 0 0 3px;
}
#sidebar form input[type='image'] {
	background: #fff;
	border-left: 1px solid #e0e0e0;
	border-radius: 0 3px 3px 0;
}

#sidebar input::-webkit-input-placeholder {
 color: #666666;
 font-size: 1.3rem;
}
#sidebar input:-moz-placeholder {
 color: #666666;
 font-size: 1.3rem;
}


#sidebar.sidebar-blog h2 {
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: bottom;
    position: relative;
    border-bottom: 2px solid #ebebeb;
    padding: 0px 10px 4px 0px;
    margin-bottom: 10px;
}
#sidebar.sidebar-blog h2:after {
	content: " ";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	width: 35%;
	border-bottom: 2px solid #9a0000;
}
.sidebar-blog #archives,
.sidebar-blog #category {
	margin-bottom: 40px;
}
.sidebar-blog #new ul li {
	padding: 17px 0 20px;
	border-bottom: 1px solid #e6e6e6;
	display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sidebar-blog #new ul li figure {
	width: 39.8%;
	height: auto;
	overflow: hidden;
}
.sidebar-blog #new ul li figure img {
	width: 100%;
}
.sidebar-blog #new ul li .txt {
	width: 56%;
}
.sidebar-blog #new ul li .date {
	font-size: 1.2rem;
	color: #a1a1a1;
	font-weight: normal;
}
.sidebar-blog #new ul li .ttl {
	font-size: 1.4rem;
	line-height: 1.7;
}
.sidebar-blog #archives ul li,
.sidebar-blog #category ul li {
	border-bottom: 1px solid #ebebeb;
}
.sidebar-blog #category ul li a,
.sidebar-blog #archives ul li a {
	position: relative;
	font-weight: normal;
	padding: 17px 0;
	display: block;
	font-size: 1.4rem;
}
.sidebar-blog #category ul li a:before,
.sidebar-blog #archives ul li a:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 1.6rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 1rem);
    color: #9a0000;
}

/* blog-detail */

.article-cont .wp_social_bookmarking_light {
	margin-bottom: 30px!important;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
	margin-left:20px;
}
.alignleft {
	float: left;
	margin-right:20px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/*
---------------------------------------
.search
---------------------------------------
*/

.search .result {
	font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 2px solid #9a0000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.search #pagetitle {
	font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/*
---------------------------------------
#page
---------------------------------------
*/

#page #main-contents {
    width: 100%;
    max-width: none;
    padding-bottom: 80px;
}

.article-head h2 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#main-contents article {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}
#main-contents .back-archive {
	margin-top: 40px;
}
#main-contents .back-archive a {
	position: relative;
    display: block;
    width: 360px;
    border: 2px solid #9a0000;
    color: #9a0000;
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
}
#main-contents .back-archive a:before {
	position: absolute;
    font-family: FontAwesome;
    font-size: 1.8rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 1.8rem);
}
.article-cont figure {
	text-align: center;
	margin-bottom: 30px;
}
.article-cont figure img {
	width: 100%;
	height: auto;
}


.article-cont p {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.article-cont strong {
	font-size: inherit;
	font-weight: bold;
	color: #9a0000;
}
.article-cont strong.marker {
	background: #f5cccc;
	font-weight: normal;
	color: inherit;
}
.article-cont blockquote {
	background: #f7f7f7;
	padding: 2.5em 3em;
	margin-bottom: 30px;
}
.article-cont blockquote p {
	margin-bottom: 0;
}
.article-cont h1 {
	font-size: 30px;
	padding: 60px 0px 0px 30px;
	letter-spacing: 2px;
	color: #000000;
}
.article-cont h2 {
	background: #f7f7f7;
	border-left: 3px solid #9a0000;
	font-size: 2.4rem;
	padding: 0.7em 1em;
	margin-bottom: 30px;
}
.article-cont h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.article-cont ol,
.article-cont ul {
	padding: 0 2em;
	margin-bottom: 30px;
}
.article-cont li {
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-indent: calc( -1em - 10px);
	padding-left: 1em;
}
.article-cont ol li:last-child,
.article-cont ul li:last-child {
	margin-bottom: 0;
}
.article-cont ul li:before {
	content: url(img/common/icn-ul.png);
	margin-right: 10px;
}
.article-cont ol li {
	counter-increment: number;
}
.article-cont ol li:before {
	content: counter(number) ".";
	margin-right: 10px;
	color: #9a0000;
	font-weight: bold;
}
.article-cont hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #bbb;
	margin: 30px 0;
}
.article-cont table {
	margin-bottom: 30px;
}
.article-cont thead {
	background: #9a0000;
}
.article-cont thead * {
	color: #fff;
	text-align: center;
	padding: 0.7em 0;
}
.article-cont th,
.article-cont td {
	font-size: 1.5rem;
}
.article-cont tbody {
	border: 1px solid #e0e0e0;
}
.article-cont tbody tr {
	border-bottom: 1px solid #e0e0e0;
}
.article-cont tbody th {
	background: #fafafa;
	border-right: 1px solid #e0e0e0;
	padding: 1em;
}
.article-cont tbody td {
	background: #fff;
	padding: 1em;
}

/*outlines採用*/

#main-contents #out {
	margin: 0 auto;
	background: #fff;
}
#out p {
	font-size: 1.6rem;
	margin-bottom: 30px;
	width: 1180px;
}
#out strong {
	font-size: inherit;
	font-weight: bold;
	color: #9a0000;
}
#out strong.marker {
	background: #f5cccc;
	font-weight: normal;
	color: inherit;
}
#out blockquote {
	background: #f7f7f7;
	padding: 2.5em 3em;
	margin-bottom: 30px;
}
#out blockquote p {
	margin-bottom: 0;
}
#out h1 {
	font-size: 30px;
	padding: 80px 0px 0px 30px;
	letter-spacing: 2px;
	color: #000000;
	margin-bottom: 20px;
}
#out h2 {
	background: #f7f7f7;
	border-left: 3px solid #9a0000;
	font-size: 2.4rem;
	padding: 0.7em 1em;
	margin-bottom: 30px;
	width: 1180px;
}
#out h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 1180px;
}
#out ol,
#out ul {
	padding: 0 2em;
	margin-bottom: 30px;
}
#out li {
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-indent: calc( -1em - 10px);
	padding-left: 1em;
}
#out ol li:last-child,
#out ul li:last-child {
	margin-bottom: 0;
}
#out ul li:before {
	content: url(img/common/icn-ul.png);
	margin-right: 10px;
}
#out ol li {
	counter-increment: number;
}
#out ol li:before {
	content: counter(number) ".";
	margin-right: 10px;
	color: #9a0000;
	font-weight: bold;
}
#out hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #bbb;
	margin: 30px 0;
}
#out table {
	margin-bottom: 30px;
	width: 1180px;
}
#out thead {
	background: #9a0000;
	margin: 0 auto;
}
#out thead * {
	color: #fff;
	text-align: center;
	padding: 0.7em 0;
}
#out th,
#out td {
	font-size: 1.5rem;
}
#out tbody {
	border: 1px solid #e0e0e0;
}
#out tbody tr {
	border-bottom: 1px solid #e0e0e0;
}
#out tbody th {
	background: #fafafa;
	border-right: 1px solid #e0e0e0;
	padding: 1em;
}
#out tbody td {
	background: #fff;
	padding: 1em;
}	
	
#contents .sai-img {
	background: url(img/outline/n_graduate_h1img.jpg) no-repeat center top;
	width: 1365px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}


.main-ttl-box2 {
	 position: absolute;
    top: 35%; left:40%
}

.main-ttl-box3 {
	 position: absolute;
    top: 35%; left:30%
}
	
/*#contents .sai-img p{
	font-size: 30px;
	padding: 60px 0px 0px 30px;
	letter-spacing: 2px;
	color: #000000;
}*/

/**/
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}

.ml30{margin-left: 30px;}

.mb35{margin-bottom: 35px !important;}


/***** コンタクトフォーム 7*****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
 vertical-align:top;	
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
	border-top: none !important;}

}	
#contents #submit_button {
  padding: 15px;
  background: #cccccc;
  font-size: 22px;
  color: #000;	  	
}
.wpcf7-form p.submit    {text-align: center !important;}    /*送信ボタンを中央揃え*/
.wpcf7 input[type="button"] {
border-radius: 4px; /* コーナーを微妙に丸く*/
border: 1px solid #aaa; /* ボタンの枠の指定 */
width: 20%;	
}
.wpcf7 input[type="submit"] {
border-radius: 4px; /* コーナーを微妙に丸く*/
border: 1px solid #aaa; /* ボタンの枠の指定 */
width: 20%;	
}
.wpcf7-confirm{padding: 15px;
  background: #cccccc;
  font-size: 22px;
}

.wpcf7-back{padding: 15px;
  background: #cccccc;
  font-size: 22px;
}
.wpcf7-form p.submit    {text-align: center}    /*送信ボタンを中央揃え*/


/*レイアウト*/


.w500{width: 500px;}

.clear{clear: both; }

#center {
    display: block;
    margin: 0 auto;
}



/*募集要項*/
.grad_bg{
background: url(img/outline/graduates_tit_bnr.jpg) no-repeat center top;
	width: 350px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;}

.career_bg{	
background: url(img/outline/career_tit_bnr.jpg) no-repeat center top;
	width: 350px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;}

.part_bg{	
background: url(img/outline/part_tit_bnr.jpg) no-repeat center top;
	width: 350px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;}




p.nai{padding:10px 15px 10px 15px; }

/*イベント*/

.article-cont #event img{margin-bottom: 15px;}

.article-cont #event .c_mida{text-align:center;font-size: 28px; }
.article-cont #event .c_mid span{text-decoration: underline;}

.article-cont #event .w800{width: 850px; margin: 0 auto;}
.article-cont #event p .w800 {text-align: left;}

.flex .caption{font-size: 12px; }
.flex .mr20{margin-right: 20px;}
.flex .mr40{margin-right: 40px;}
.flex .mb20{margin-bottom: 20px;}
.flex .ml-10{margin-left: -10px;}


@media (max-width: 480px) {
.gai blockquote {width: 100%;margin:0 auto!important;display: block;}	

}


 