@charset "UTF-8";
/* 下層ページ　共通
---------------------------------------------------------------- */

.underlayer-visual {
  background: #004DA1;
  padding: 50px 0 40px;
  text-align: center;
}
.underlayer-container {
  width:1000px;
  margin: 0 auto;
}
.underlayer-main-bottom {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px){ 
  .underlayer-visual {
    padding: 40px 0;
  }
  .underlayer-container {
    width:98%;
    margin:0 auto;
  }
  .underlayer-main-bottom {
    margin-bottom: 40px;
  }
}
/* 下層ページ　about
---------------------------------------------------------------- */
.vision-visual {
  text-align:center;
	margin-top: 35px;
  margin-bottom: 100px;
}
.vision-text {
  margin-bottom: 30px;
  font-size: 16px;
}
.vision-text span {
  font-size: 14px;
  display:block;
  margin-top: 10px;
  text-indent: 0;
}
.vision-text span.vision-text-right {
  text-align:right;
  font-size:16px;
}
.whats_twg-container {
  font-size:16px;
  padding: 50px 0;
  text-align:center;
}
.whats_twg-container p {
  text-align:left;
}
.whats_twg-subtitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.whats_twg-subtitle2 {
  font-size: 26px;
  font-weight: bold;
  margin: 60px 0 40px;
}
.whats_twg-list li{
  width: calc(100%/3);
  margin-top:80px;
}
.whats_twg-li-none li {
  margin-top:0;
}
.whats_twg-list figure{
  padding: 0 20px;
  text-align:center;
}
.whats_twg-list img{
  margin-bottom: 30px;
}
.whats_twg-list span{
  display:block;
  font-weight:bold;
}
.whats_twg-list figcaption{
  text-align:left;
}
.keyword-container {
  background: #284f92;
}
.keyword-box {
  width: 100%;
  color: #fff;
  font-size: 125px;
  text-align:center;
  font-weight: bold;
  box-sizing:border-box;
}
.keyword-box span {
  display:block;
  font-size:26px;
  font-weight:normal;
  padding-bottom: 20px;
}
.keyword-bg {
  background: #1c3868;
}
.w60 {
  width: 60%;
}
.w40 {
  width: 40%;
}
.boder-t {
  border-top: 4px solid;
}
.boder-r {
  border-right: 4px solid;
}
.boder-l {
  border-left: 4px solid;
}
.boder-b {
  border-bottom: 4px solid;
}
.history-visual {
  text-align:center;
}
.history-title {
  color: #004098;
  display: inline-block;
  padding: 5px 20px;
  font-size: 32px;
  margin: 30px 0;
  font-weight: bold;
}
.history-container {
  text-align:center;
  font-size:16px;
}
.history-container p {
  text-align:center;
  font-size:30px;
  font-weight: bold;
	margin: 60px 0;
}
.history-subtitle {
  color: #fff;
  background: #004098;
  display: inline-block;
  padding: 5px 20px;
  font-size: 22px;
  border-radius: 22px;
  margin: 30px 0;
  font-weight: bold;
}
.history-box {
  padding: 50px 0;
}
.history-box dt{
  width:100%;
  margin-top:20px;
}
.history-box dt span {
/*  background: #004098;
*/  color: #004098;
  padding: 2px 0;
/*  border-radius: 3px;
*/  display:block;
/*  width:100%;
*/  font-weight:bold;
border-bottom: 1px solid;
text-align:left;
font-size:24px;
}
.history-box dd {
  width:100%;
  text-align:left;
  margin-top:18px;
  font-size:18px;
  font-weight:bold;
  margin-left:80px;
  padding-left:1em;
  text-indent:-1em;
}
.history-box dd:before {
    content: "・";
}
.history-box dd span {
  font-size:15px;
  font-weight:500;
  display:block;
  padding-left:1em;
  text-indent:-1em;
}
.history-box figure img {
	max-height: 220px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.history-box figure.maxW img {
	max-height: inherit;
}
.message-container {
  text-align: center;
}
.message-img {
  margin: 0 auto 40px;
  display: block;
  width:740px;
}
.bd-g {
  border: 1px solid #2b734b;
}
.bd-b {
  border: 1px solid #1c3868;
}
.bd-p {
  border: 1px solid #3c237f;
}
.bd-r {
  border: 1px solid #932727;
}
.bd-bn {
  border: 1px solid #6d492f;
}
.bd-y {
  border: 1px solid #615c36;
}
.message-detail-bg-g {
  background: #2b734b;
  padding: 10px;
}
.message-detail-bg-b {
  background: #1c3868;
  padding: 10px;
}
.message-detail-bg-p {
  background: #3c237f;
  padding: 10px;
}
.message-detail-bg-r {
  background: #932727;
  padding: 10px;
}
.message-detail-bg-bn {
  background: #6d492f;
  padding: 10px;
}
.message-detail-bg-y {
  background: #615c36;
  padding: 10px;
}
.message-detail-visual {
  text-align:center;
}
.message-subtitle {
  font-size: 22px;
  padding-left: 10px;
  font-weight: 500;
  margin: 50px 0 25px;
}
.message-text-g {
  color: #2b734b;
  border-left: 8px solid #2b734b;
}
.message-text-b {
  color: #1c3868;
  border-left: 8px solid #1c3868;
}
.message-text-p {
  color: #3c237f;
  border-left: 8px solid #3c237f;
}
.message-text-r {
  color: #932727;
  border-left: 8px solid #932727;
}
.message-text-bn {
  color: #6d492f;
  border-left: 8px solid #6d492f;
}
.message-text-y {
  color: #615c36;
  border-left: 8px solid #615c36;
}
.message-text1 {
  font-size: 16px;
}

@media only screen and (max-width: 1000px){ 
  .vision-visual {
	  margin-top: 0;
    margin-bottom: 40px;
  }
  .vision-text {
    margin-bottom: 20px;
  }
  .whats_twg-list li {
    width: 100%;
    margin-top:40px;
  }
  .history-visual {
    height:auto;
  }
  .history-title {
    padding:0;
    margin:0;
  }
  .history-subtitle {
    font-size:20px;
　}
  .history-box {
    padding: 30px 0;
  }
  .history-box dl {
    display:block;
  }
  .history-box dt {
    width:100%;
  }
  .history-box dt span {
    width:100%;
  }
  .history-box dd {
    width:100%;
    padding: 3px;
    margin-left:0px;
    font-size:16px;
    padding-left: 14px;
    box-sizing: border-box;
  }
  .history-box dd span {
    font-size:14px;
  }
  .message-img {
    width:100%;
  }

}


/* 下層ページ　COMPANY
---------------------------------------------------------------- */

.company-img{
  width: calc(100%/2);
  padding: 0px 20px 100px;
}
.company-img img {
  width:100%;
  margin: 0 auto;
  max-width:750px;
  box-shadow: 2px 2px 5px #999;
}
.company-img-R {
  text-align: right;
}
.company-img-L {
  text-align: left;
}
.company-img-only {
  padding: 0px 20px 100px; 
}
.company-img-only img {
  box-shadow: 2px 2px 5px #999;
}
@media only screen and (max-width: 1000px){ 
  .company-img{
    width: 100%;
    padding: 20px 20px;
  }
  .company-img-L, .company-img-R {
    float:none;
  }
}

/* 下層ページ　BUSINESS
---------------------------------------------------------------- */

.business-container {
  padding: 50px 0;
}
.business-img, .business-box {
  width: 50%;
}
.business-img img {
  margin-top:20px;
}
.business-img img:nth-child(2) {
  margin-top:70px;
}
.business-title {
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.business-title span {
  font-weight: bold;
  display: block;
  font-size: 40px;
}
.business-text {
  padding: 20px 30px;
}
@media only screen and (max-width: 1000px){ 
  .business-img, .business-box {
    width: 98%;
    margin: 0 auto;
  }
  .business-img {
    text-align:center;
  }
  .business-title {
    margin-top:14px;
    font-size:16px;
  }
  .business-title span {
    font-size:36px;
  }
  .business-text {
    padding: 20px 5px;
  }
  .business-container {
    padding: 30px 0;
  }
}
/* 下層ページ　MEMBER
---------------------------------------------------------------- */

.member-visual {
  text-align:center;
}
.member-bg-sales {
  background: #1c3869;
}
.member-bg-production {
  background: #275839;
}
.member-bg-business {
  background: #632828;
}
.member-bg-se {
  background: #674e17;
}
.member-bg-web {
  background: #831c8d;
}
.member-bg-buyer {
  background: #a30d47;
}
.member-box {
  padding:0 10px;
}
.member-title {
  text-align:center;
  font-size:24px;
  color:#fff;
  font-weight:500;
  padding:20px 0;
  margin-bottom:40px;
}
.member-subtitle {
  font-size: 22px;
  padding-left: 10px;
  font-weight: 500;
  margin: 50px 0 25px;
}
.member-text-b {
  color: #5584f0;
  border-left: 8px solid #5584f0;
}
.member-text-g {
  color: #70c55a;
  border-left: 8px solid #70c55a;
}
.member-text-r {
  color: #c55a5a;
  border-left: 8px solid #c55a5a;
}
.member-text-y {
  color: #c5a45a;
  border-left: 8px solid #c5a45a;
}
.member-text-w {
  color: #831c8d;
  border-left: 8px solid #831c8d;
}
.member-text-p {
  color: #c42160;
  border-left: 8px solid #c42160;
}
.member-text1, .member-tex2t {
  font-size:16px;
}
.member-text2 {
  width:65%;
  margin-right:30px;
}
.member-text-rihgt {
  text-align:right;
}
.member-img {
  width:35%;
}
.member-btn {
	overflow: hidden;
	width: 280px;
	height: 50px;
	margin: 100px 26px 0;
	padding: 0;
}
.member-btn:nth-child(n + 4) {
	margin: 30px 26px 0;
}
.member-btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #636363;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-decoration:none;
}
/*.member-btn:after {
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
*/.member-btn-b a{
  background: #284f92;
}
.member-btn-g a{
  background: #275839;
}
.member-btn-r a{
  background: #632828;
}
.member-btn-y a{
  background: #674e17;
}
.member-btn-w a{
  background: #831c8d;
}
.member-btn-p a{
  background: #a30d47;
}

label {
    color: #fff;
    padding: 10px;
    display: none;
    margin: 0;
    border: 2px solid #fff;
    text-align:center;
    font-size:18px;
}

input[type="checkbox"].ac-btn {
  display: none;
}
input[type="checkbox"].ac-btn2 {
  display:none;
}

.ac-container, .ac-container2 {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac-container section, .ac-container section2{
    padding: 5px;
}
table.memberTable tr td {
	padding-left: 20px;
}
table.memberTable tr td:first-child {
	text-align: right;
	white-space: nowrap;
}
table.memberTable tr td:last-child {
	padding-left: 6px;
}
table.memberTable.buyerTable tr td:last-child {
	padding-left: 16px;
}
@media only screen and (max-width: 1000px){ 
  .member-title {
    font-size:18px;
    padding:14px 0;
  }
  .member-subtitle {
    font-size:18px;
    margin: 35px 0 25px;
  }
  .member-box {
    margin:0 auto;
    width:98%;
    padding:0;
  }
  .member-text2, .member-img {
    width:100%;
    text-align:center;
  }
  .member-btn, .member-btn:nth-child(n + 4) {
    width:90%;
    margin: 35px auto 0;
  }
  label {
    display:block;
  }
  input[type="checkbox"].ac-btn + .ac-container{
      max-height: 0;
      overflow: hidden;
  }
  input[type="checkbox"].ac-btn:checked + .ac-container{
      max-height: 10000px;
  }
    input[type="checkbox"].ac-btn2 + .ac-container2{
      max-height: 0;
      overflow: hidden;
  }
  input[type="checkbox"].ac-btn2:checked + .ac-container2{
      max-height: 10000px;
  }


}
@media only screen and (max-width: 768px){
  .member-text2 {
    text-align:left;
    margin-right:0;
  }
	table.memberTable tr td {
	padding-left: 10px;
}
	table.memberTable tr td:nth-child(2) {
	width: 26%;
}
	table.memberTable.buyerTable tr td:nth-child(2) {
	width: auto;
}
}

/* 下層ページ　RECRUIT
---------------------------------------------------------------- */
.recruit-container {
  padding: 50px 0;
}
.recruit-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom:30px;
}
.recruit-subtitle {
  font-size:20px;
  margin-bottom:16px;
}
.recruit-img {
  width:40%;
  text-align:center;
}
.recruit-img figcaption {
  margin-top:20px;
  font-size:18px;
}
.recruit-box {
  width:56%;
  padding:0 2%;
}
.recruit-box2 {
  margin-bottom:50px;
}
.recruit-text {
  font-size:18px;
}
.recruit-text2 {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-size: 40px;
  font-weight: bold;
}
.recruit-list {
  font-size:18px;
}
.recruit-guide-box, .recruit-performance-box {
  width: 100%;
  border: 1px solid;
}
.recruit-guide-title {
  width: 20%;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  border:1px solid;
}
.recruit-guide-text {
  width: 80%;
  border: 1px solid;
  height: auto;
  background: #fff;
  padding: 22px;
}
.recruit-guide-job dl dt {
  margin-bottom:10px;
}
.recruit-guide-salary dl dt:nth-of-type(2) {
  margin-top:20px;
}
.recruit-guide-salary dl dd:nth-of-type(2), .recruit-guide-salary dl dd:nth-of-type(4){
  text-indent:10em;
}
.recruit-guide-salary dl {
  margin-bottom:20px;
}
.recruit-guide-holiday ul li:not(:first-child){
  margin-top:20px;
}
.recruit-guide-holiday ul li:nth-of-type(1){
  text-indent:-4em;
  padding-left:4em;
}
.recruit-guide-holiday ul li:nth-of-type(2){
  text-indent:-5em;
  padding-left:5em;
}
.recruit-guide-comments li {
  margin-top:20px;
}
.recruit-flow-box {
  background: #004DA1;
  color: #FFF;
  padding: 5px 5px 5px 0;
}
.recruit-flow-title {
  display: block; 
  width: 15%;
  vertical-align: middle;
  text-align: center;
  padding: 40px 0;
  font-size: 30px;
  font-weight: bold;
}
.recruit-flow-detail {
  width: 85%;
  background: #FFF;
  color: #333;
  padding: 20px;
}
.recruit-flow-subtitle {
  font-size: 30px;
  font-weight: bold;
}
.arrow{
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #004DA1;
  margin: 40px auto 0;
}
.recruit-performance-title {
  width: 16%;/*列追加で修正20191004*/
  height: auto;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  border:1px solid;
}
.recruit-performance-text {
  width: 12%;/*列追加で修正20191004*/
  border: 1px solid;
  height: auto;
  background: #fff;
  padding: 22px;
  text-align:center;
  vertical-align: middle;
}
.recruit-system-box {
  margin-bottom:50px;
  margin-top:1px;
}
.recruit-system-nav {
  width: 100%;
  text-align: center;
  background: #1c3868;
  color: #fff;
  font-size: 18px;
}
.recruit-system-nav a {
  color:#fff;
  display:block;
}
.recruit-system-nav li {
  border:1px solid;
}
.recruit-system-nav li a{
  padding: 18px 0;
}
.rectuit-system-row-3 {
  width:calc(100%/3);
}
.rectuit-system-row-2 {
  width:calc(100%/2);
}
.recruit-system-container {
  padding-top:50px; 
}
.recruit-system-comments {
  text-indent:-1em;
  padding-left:2em;
}
.rectuit-system-box li, .rectuit-system-box dd {
  text-indent:-1em;
  padding-left:1em;
}
.recruit-faq-box {
  font-size:18px;
  margin-bottom:100px;
}
.recruit-faq-q {
  margin-bottom:10px;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
  background: url(/recruit/fresh/img/icon_q.png) no-repeat left 4px;
  padding: 7px 0 5px 40px;
}
.recruit-faq-a {
  margin-bottom:40px;
  overflow: hidden;
  margin-top: 10px;
  padding: 2px 0 20px 40px;
  background: url(/5info/img/jaccs_camp_48/icon_a.png) no-repeat left top;
}

.recruit-btn {
  overflow: hidden;
  width: 320px;
  height: 50px;
  margin: 70px auto 100px;
  padding: 0;
}
.recruit-btn a {
  display: block;
  position: relative;
  z-index: 100;
  text-align:center;
  background: #004DA1;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-decoration:none;
}
.recruit-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;

}

@media only screen and (max-width: 1000px){ 
  .recruit-container {
      padding: 30px 0;
  }
  .recruit-title {
    font-size:28px;
    margin-bottom:20px;
  }
  .recruit-img {
    width:100%;
  }
  .recruit-img img {
    width:60%;
  }
  .recruit-box {
    width:100%;
    margin-top:20px;
  }
  .recruit-text {
    font-size:16px;
  }
  .recruit-box2 {
    margin-bottom:40px;
  }
  .recruit-flow-box {
    padding: 5px 5px 10px 5PX;
  }
  .recruit-flow-title {
    width:100%;
    padding:10px 0;
  }
  .recruit-flow-detail {
    width:96%;
    padding:2%;
  }
  .recruit-faq-q {
    margin-bottom:10px;
  }
  .recruit-faq-a {
    margin-bottom:40px;
  }
  .recruit-btn {
    margin: 20px auto 0;
  }
  .recruit-faq-box {
    box-sizing:border-box;
    font-size:16px;
  }
  .recruit-guide-salary ul li {
    text-indent:-1em;
    padding-left:1em;
  }
  .recruit-guide-time ul li {
    margin-bottom:10px;
  }

}
@media only screen and (max-width: 768px){
  .recruit-img img {
    width:80%;
  }
  .recruit-guide-salary dl dd:nth-of-type(2), .recruit-guide-salary dl dd:nth-of-type(4) {
    text-indent:0;
  }
  .recruit-system-nav {
    display:inline-block;
  }
  .recruit-system-nav li {
    padding: 10px 0;
    width:100%;
    padding-left:5px;
    font-size:16px;
    text-align:left;
    position:relative;
    box-sizing:border-box;
  }
 .recruit-system-nav li:before {
    font-size:14px;
    content:"▼";
    box-sizing:border-box;
    width:4px;
    height:4px;
    position:absolute;
    top:25%;
    right:6%;
  }
.recruit-performance-text {
  padding: 6px;
}
}

/* 下層ページ　ENTRY
---------------------------------------------------------------- */

.entry-link-btn {
  width: 500px;
  margin: 50px auto;
  text-align: left;
  color: #fff;
  font-size: 30px;
  padding-left:10px;
  box-sizing:border-box;
}
.entry-link-btn a {
  color: #fff;
  display: block;
  padding: 14px 0;
  position:relative;
}
.entry-link-btn a:before {
    font-size: 30px;
    content: "▶";
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 20%;
    left: 92%;
}
.mynavi {
  background: #00abeb;
}
.career-tasu {
  background: #0ca5b0;
}
.btnCenter {
	text-align: center;
	padding-right: 20px;
	padding-left: 0;
}
.btnCenter a:before {
    left: 96%;
}
.btnCenter:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 768px){
  .entry-link-btn {
    font-size:20px;
    width:98%;
    box-shadow: 2px 2px #3338;
  }
  .entry-link-btn a:before {
    top: 12%;
    left: 90%;
  }
}

.internship-container {
  margin-top:70px;
}
.internship-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}
.internship-subtitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
 }
.internship-text {
  margin: 40px 0 0;
}
.internship-btn {
    width: 500px;
    margin: 50px auto;
    text-align: center;
    background: #004DA1;
    color: #fff;
    font-size: 40px;
    line-height:30px;
    padding-bottom:14px;
}
.internship-btn span {
    font-size: 18px;
}
.internship-btn a {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    display: block;
}
.internship-movie {
  text-align:center;
  width:100%;
  position:relative;
  padding-top: 56.25%;
}
.internship-movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.internship-dl-box {
  width: 100%;
  border: 1px solid;
}
.internship-dl-title {
  width: 20%;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  border:1px solid;
}
.internship-dl-text {
  width: 80%;
  border: 1px solid;
  height: auto;
  background: #fff;
  padding: 22px;
}
.internship-imp p {
  font-size:20px;
}
.internship-comments li {
  margin-top:20px;
}
.internship-text._summer {
  font-size: 18px;
	width: 878px;
	margin: 40px auto 0;
}
h3._summer {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
.internship-title {
  font-size: 1.3rem;
}
.internship-subtitle {
  font-size: 1.1rem;
 }
.internship-text {
}
.internship-btn {
  width: 98%;
  box-shadow: 2px 2px #3338;
}
.internship-text._summer {
  font-size: 3.6vw;
	width: 100%;
}
h3._summer {
	font-size: 4.6vw;
}
}







