@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/
*{
  font-family: 'ヒラギノ角ゴ　pro W3';
}
main .key-sub{
  margin: 60px 0 0 0;
  padding: 0;
  height: 500px;
  background-image: url('../img/key-bg.jpg');
  background-position: top left;
}
main .key-sub .recruit-key-txt{
  position: absolute;
  right: 4%;
  top: 50%;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(43,46,56,0.6);
}
main .key-sub .recruit-key-txt .key-copy{
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 4.5rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: justify;
  color: #fff;
  border-bottom: 1px solid #fff;
}
main .key-sub .recruit-key-txt .recruit-title{
  margin: 20px 0 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: justify;
  color: #fff;
}
main .main-section .basic-info-table {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

main .main-section .basic-info-table tr {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
main .main-section .basic-info-table tr:first-child {
  border-top: 1px solid #bbb;
}
main .main-section .basic-info-table th {
  background: #bbb;
  font-weight: bold;
}

main .main-section .basic-info-table tr th {
  width: 160px;
}
main .main-section .basic-info-table tr td {
  padding: 10px 40px;
  text-align: justify;
}
main .main-section .tel-link{
  color: #333;
}
main .main-section .num{
  display: block;
  font-size: 6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
main .main-section .company-container{
	width: 100%;
	max-width: 841px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	background-size: 45%;
	background-image: url('../img/consulting-bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
main .main-section .company-container .company-box h3{
	text-align: left;
    font-weight: bold;
}
main .main-section .company-container .company-box .text{
	text-align: justify;
	margin: 0 0 30px;
}

.job-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  gap: 20px 20px;
  justify-content: center;
}
.job-list>li img{
  width: 100%;
  height: 100%;
  margin: 0px;
  transition: 0.5s all;
  aspect-ratio: 1/1;
}

.job-list>li{
  position: relative;
  width: 253px;
  overflow: hidden;
}
/*
.recruit-section-inner ul.job-list li img:hover{
	transform:scale(1.2,1.2);
	transition: 0.5s all;
}
*/
.job-list>li span{
  position: absolute;
  color: white;
  bottom: 16px;
  left: 0px;
  background: rgb(10, 102, 241);
  width: 100%;  
  font-size: 16px;
  padding: 7px;
  opacity: 0.8;
}

.main-section:nth-of-type(3){
  background-color: #dbdbdb;
}

.main-section:nth-of-type(5){
  background: linear-gradient(#ffffffa8,#c6c3ffa8,#b2aeffa8,#c6c3ffa8,hsla(0, 0%, 100%, 0.801));
}

.detail{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  align-items: center;
  padding: 10px;
  font-size: 1.4rem;
  max-width: 900px;
  margin: auto;
}

.detail img{
  width: 300px;
}

.detail:nth-child(3n){
  flex-direction: row-reverse;
}
.detail:nth-child(5n){
  flex-direction: row-reverse;
}

.detail__text-area{
  text-align: left;
  display: block;
  width: 340px;
  box-sizing: border-box;
  line-height: 1.6;
}

.detail__text-area h2{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3;
}

/*  ↑　　　　　　*/

/*                    */

.text-area{
  font-size: 1.4rem;
  margin: 50px auto;
  line-height: 1.5;
}
.career_list{
  margin: auto;
}
.career{
  display: flex;
}
.career>img{
  width: 6%;
}

.career__text-area dl{
  text-align: left;
  line-height: 2;
}

.career__text-area dl dt{
  padding-left: 10px;
}
.career__text-area dl dd{
  margin: 10px 0;
}

.recruit-section-inner table{
  background-color: white;
  display: block;
  box-sizing: border-box;
}
.link{
  border: solid 1px transparent;
  color: white;
  background: linear-gradient(.25turn,#2958FF,15%,rgb(161, 161, 255),#2958FF);
  box-shadow: 5px 10px 20px rgb(134, 134, 134);
}

.career__text-area{
  position: relative;
  font-size: 1.4rem;
  text-align: left;
}
.career__text-area h2{
  font-size: 1.6rem;
  font-weight: 600;
}
.career__text-area p{
  margin: 20px 0;
  line-height: 1.4;
}
.men::before{
	content: "";
	background-image: url("../img/men.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.women::before{
	content: "";
	background-image: url("../img/women.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}