@charset "UTF-8";

/*-------------------------------------------------------------------
	button pattern
-------------------------------------------------------------------*/
.bttype01 {
  width: 100%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  float: left;
}

.bttype01 a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: -3px;
	background-color: #435e8f;
}
.bttype01 a:hover {
	text-decoration: none;
}
.bttype01_eff{
	width: 100%;
	height: 60px;
	bottom: -60px;
	background: rgba(0,0,0,0.9);
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.bttype01:hover .bttype01_eff{
  bottom:0;
}
.bttype01:hover a{
  color:#fff;
}

.bttype01_sdg {
	line-height: 1.35 !important;
	padding-top: 11px;
}
#pcmainmenu.fixed ul li .bttype01_sdg {
	line-height: 1.1 !important;
	padding-top: 4px !important;
}

@media screen and (max-width: 599px) {
  .bttype01 {
    height: 35px;
    margin-top: 3%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .bttype01 a {
    color: #000;
    line-height: 35px;
    font-size: 100%;
  }
  .bttype01:hover a {
    background-color: #000000;
  }
}


#pcmainmenu.fixed ul li .bttype01{
	height: 40px;
}
#pcmainmenu.fixed ul li .bttype01 a{
	line-height: 40px;
}
#pcmainmenu.fixed ul li .bttype01_eff{
	height: 40px;
	bottom: -40px;
}


.bttype02 {
  width: 100%;
  height: 55px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  float: left;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #35b5c0;
}

.bttype02 a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  line-height: 55px;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: -1px;
}

.bttype02_eff {
  width: 100%;
  height: 55px;
  bottom: -55px;
  background: rgba(53, 181, 192, 0.9);
  position: absolute;
  transition: all 0.3s ease;
  z-index: 1;
}

.bttype02:hover .bttype02_eff {
  bottom: 0;
}

.bttype02:hover a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .bttype02 {
    height: 35px;
    margin-top: 3%;
    border: 1px solid #000000;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .bttype02 a {
    color: #000;
    line-height: 35px;
    font-size: 100%;
  }
  .bttype02:hover a {
    background-color: #000000;
  }
}
.bttype03 {
  width: 100%;
  height: 50px;
  margin-top: 3%;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  float: none;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  background-color: #35b5c0;
}

.bttype03 a {
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: -2px;
}

.bttype03_eff {
  width: 100%;
  height: 50px;
  bottom: -50px;
  background: rgba(63, 81, 155, 0.9);
  position: absolute;
  transition: all 0.3s ease;
  z-index: 1;
}

.bttype03:hover .bttype03_eff {
  bottom: 0;
}

.bttype03:hover a {
  color: #fff;
  background-color: #0e1a4d;
}

@media screen and (max-width: 599px) {
  .bttype03 {
    height: 35px;
    box-shadow: none;
    margin-top: 0%;
  }
  .bttype03 a {
    font-size: 100%;
    line-height: 35px;
  }
  .bttype03_eff {
    height: 35px;
    bottom: -35px;
  }
}
figure {
  position: relative;
  overflow: hidden;
}

figcaption {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  opacity: 1;
  top: -100%;
  padding: 8%;
}

figure:hover figcaption {
  top: 0;
  left: 0;
}

figcaption h3 {
  font-size: 150%;
  color: #FFF;
  font-weight: bold;
  margin-top: 5px;
}

figcaption p {
  font-size: 90%;
  color: #FFF;
}

figure a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  cursor: default;
}

@media screen and (max-width: 599px) {
  figcaption h3 {
    font-size: 15px;
    color: #FFF;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 150%;
  }
  figcaption p {
    padding-right: 10px;
    padding-left: 10px;
  }
}


/*-------------------------------------------------------------------
	recruit TOP リクナビ部分
-------------------------------------------------------------------*/
.recruit2021-01 {
  margin-top: 20px;
  line-height: 24px;
}

.recruit2021-02 {
  width: 310px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .recruit2021-01 {
    margin-top: 5%;
    line-height: 24px;
  }
  .recruit2021-02 {
    width: 250px;
    margin-top: 1%;
    margin-bottom: 6%;
  }
}
.recruit2023-01 {
  display: flex;
  justify-content: space-between;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media screen and (max-width: 599px) {
  .recruit2023-01 {
    margin-top: 0;
    display: block;
    border-top: 0px;
    border-left: 0px;
  }
}
.recruit2023-01 div {
  font-size: 90%;
  padding: 15px 0 0 28px;
  min-width: 300px;
  width: 50%;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 div {
    font-size: 100%;
    padding: 6% 0 0 0;
    width: 100%;
    min-width: auto;
  }
}
.recruit2023-01 div p {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 div p {
    margin-bottom: 3%;
  }
}
.recruit2023-01 img {
  max-width: 310px;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 img {
    max-width: 400px;
    width: 80%;
    margin: 0 10%;
  }
}
.recruit2023-01 .recruit2023-02 {
  min-width: 300px;
  width: 45%;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 .recruit2023-02 {
    border-left: 0px;
    width: 100%;
  }
}
.recruit2023-01 .recruit2023-02 img {
  width: 54%;
  max-width: 320px;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 .recruit2023-02 img {
    max-width: 400px;
    width: 60%;
    margin: 0 20%;
  }
}
.recruit2023-01 .recruit2023-02 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .recruit2023-01 .recruit2023-02 p {
    margin-bottom: 3%;
  }
}

.recruit2023-012 {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .recruit2023-012 {
    margin-top: 8%;
  }
}

.recruit2023-013 {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .recruit2023-013 {
    margin-top: 8%;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  採用情報TOP/採用情報/株式会社キーテクノロジー
* --------------------------------------------------------------------------------------------------*/
.recruittop01-02 {
  margin: auto;
  left: 0px;
  right: 0px;
  position: absolute;
  width: 39px;
  height: 100px;
  bottom: 40px;
}

.recruittop01-04 {
  position: absolute;
  top: 45%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  max-width: 45%;
  max-height: 110%;
  z-index: 0;
}

#recruittop01sp {
  background-image: url(../../images/ktc-recruit/recruit_slide01sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.recruittop01sp-01 {
  position: absolute;
  top: 40%;
  left: 4%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .recruittop01-02 {
    height: 50px;
    bottom: 30px;
  }
}
#recruittop02 {
  height: 60px;
}

.recruit03-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1450px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  font-size: 113%;
  line-height: 1.8;
}

.recruit03-1:before,
.recruit03-1:after {
  content: "";
  display: table;
}

.recruit03-1:after {
  clear: both;
}

.recruit03-1 {
  zoom: 1;
}

.recruit03-2 {
  width: 74%;
  float: left;
}

.recruit03-3 {
  float: right;
  width: 22.5%;
  border: 1px solid #cccccc;
  background-image: url(../../images/ktc-recruit/recruit1101_pc.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 2.25%;
  font-size: 80%;
}

.recruit03-4 {
  width: 100%;
  margin-bottom: 4%;
}

.recruit03-4 img {
  width: 100%;
}

.recruit03-5 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 4%;
}

.recruit03-5 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .recruit03-1 {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 6%;
    margin-top: 6%;
  }
  .recruit03-2 {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
  .recruit03-3 {
    float: none;
    width: 90%;
    border: 1px solid #cccccc;
    padding-top: 3%;
    padding-right: 6%;
    padding-bottom: 3%;
    padding-left: 6%;
    margin: 10% auto 0 auto;
    font-size: 90%;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  2024採用情報TOP/採用情報/株式会社キーテクノロジー
* --------------------------------------------------------------------------------------------------*/
#rettop01 {
  width: 100%;
  margin: 110px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #rettop01 {
    margin: 0 auto 0 auto;
  }
}
#rettop01 .rettop01__business1 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 65px;
  margin: 0 auto 65px auto;
  color: #fff;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1 {
    margin: 12% auto 0 auto;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 6%;
  }
}
#rettop01 .rettop01__business1--bus1 {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 {
    display: block;
    gap: 0%;
  }
}
#rettop01 .rettop01__business1--bus1 div {
  width: 25%;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 div {
    width: 100%;
  }
}
#rettop01 .rettop01__business1--bus1 div h3 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 div h3 {
    text-align: center;
    font-size: 180%;
    margin-bottom: 4%;
  }
}
#rettop01 .rettop01__business1--bus1 div:last-child {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 div:last-child {
    width: 100%;
    font-size: 120%;
  }
}
#rettop01 .rettop01__business1--bus1 div:last-child a {
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: 90px;
  line-height: 90px;
  margin: 1rem auto;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 div:last-child a {
    height: 60px;
    line-height: 60px;
  }
}
#rettop01 .rettop01__business1--bus1 div:last-child a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus1 div:last-child a:before {
    border-bottom: 60px solid rgba(255, 255, 255, 0.4);
  }
}
#rettop01 .rettop01__business1--bus1 div:last-child a:hover {
  color: tint(#fff, 75%);
}
#rettop01 .rettop01__business1--bus1 div:last-child a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#rettop01 .rettop01__business1--bus2 {
  display: flex;
  gap: 1.5%;
  margin-left: auto;
  width: 90%;
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus2 {
    gap: 1px;
    width: 100%;
  }
}
#rettop01 .rettop01__business1--bus2 figure {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus2 figure {
    padding-bottom: 12%;
  }
}
#rettop01 .rettop01__business1--bus2 figure img {
  width: 100%;
}
#rettop01 .rettop01__business1--bus2 figure div {
  position: absolute;
  bottom: 0px;
  left: 10%;
  width: 80%;
  font-size: 110%;
}
#rettop01 .rettop01__business1--bus2 figure div a {
  background-color: rgba(53, 134, 192, 0.87);
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  line-height: 200px;
  margin: 1rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#rettop01 .rettop01__business1--bus2 figure div a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 200px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
#rettop01 .rettop01__business1--bus2 figure div a:hover {
  color: tint(#fff, 75%);
  cursor: pointer;
}
#rettop01 .rettop01__business1--bus2 figure div a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#rettop01 .rettop01__business1--bus2 figure div a img {
  width: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus2 figure div a {
    display: none;
  }
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div a {
  background-color: rgba(53, 181, 192, 0.87);
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div a:nth-child(3) {
  background-color: rgba(117, 86, 218, 0.87);
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  line-height: 200px;
  margin: 1rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div a:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 200px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div a:nth-child(3):hover {
  color: tint(#fff, 75%);
  cursor: pointer;
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div a:nth-child(3):hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div .comingsoon {
  position: absolute;
  left: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  line-height: 200px;
  margin: 1rem auto;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-align: center;
  background-color: rgba(53, 181, 192, 0.6);
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(2) div .comingsoon img {
  width: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__business1--bus2 figure:nth-child(2) div .comingsoon {
    display: none;
  }
}
#rettop01 .rettop01__business1--bus2 figure:nth-child(3) div a {
  background-color: rgba(117, 86, 218, 0.87);
}
#rettop01 .rettop01__bk1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75%;
  height: 636px;
  background: #5695ca url(../../images/24recruit--index/saiyotop01.jpg) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #rettop01 .rettop01__bk1 {
    width: 100%;
    height: 500px;
  }
}

#rettop02 {
  width: 100%;
  margin: 185px auto 0 auto;
  position: relative;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #rettop02 {
    margin: 0 auto 0 auto;
  }
}
#rettop02 .rettop02__business1 {
  max-width: 1450px;
  padding-right: 25px;
  padding-top: 65px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1 {
    padding-top: 6%;
    padding-right: 0px;
  }
}
#rettop02 .rettop02__business1--bus1 {
  width: 78%;
  margin-left: 28%;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1--bus1 {
    display: block;
    width: 100%;
    margin-left: 0%;
    gap: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#rettop02 .rettop02__business1--bus1 div {
  width: 35%;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1--bus1 div {
    width: 100%;
  }
}
#rettop02 .rettop02__business1--bus1 div h3 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
#rettop02 .rettop02__business1--bus1 div:last-child {
  width: 40%;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1--bus1 div:last-child {
    width: 100%;
  }
}
#rettop02 .rettop02__business1--bus1 div:last-child a {
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: 90px;
  line-height: 90px;
  margin: 1rem auto;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1--bus1 div:last-child a {
    height: 60px;
    line-height: 60px;
  }
}
#rettop02 .rettop02__business1--bus1 div:last-child a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business1--bus1 div:last-child a:before {
    border-bottom: 60px solid rgba(255, 255, 255, 0.4);
  }
}
#rettop02 .rettop02__business1--bus1 div:last-child a:hover {
  color: tint(#fff, 75%);
}
#rettop02 .rettop02__business1--bus1 div:last-child a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#rettop02 .rettop02__business2 {
  width: 90%;
  margin-top: 35px;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__business2 {
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 12%;
    grid-template-columns: repeat(3, 1fr);
  }
}
#rettop02 .rettop02__business2 a {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  line-height: 0px;
  opacity: 1;
}
#rettop02 .rettop02__business2 a img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
#rettop02 .rettop02__business2 a :hover {
  transform: scale(1.3);
  opacity: 1;
}
#rettop02 .rettop02__bk1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 79%;
  height: 636px;
  background: #5695ca url(../../images/24recruit--index/saiyotop05.jpg) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #rettop02 .rettop02__bk1 {
    width: 100%;
    height: 520px;
    background-position: right top;
  }
}

#rettop03 {
  width: 100%;
  margin: 185px auto 0 auto;
  position: relative;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #rettop03 {
    margin: 0 auto 0 auto;
  }
}
#rettop03 .rettop03__business1 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
#rettop03 .rettop03__business1 h4 {
  width: 100%;
  font-size: 140%;
  position: relative;
  text-align: center;
  height: 88px;
  line-height: 88px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 h4 {
    font-size: 120%;
    height: 55px;
    line-height: 55px;
  }
}
#rettop03 .rettop03__business1 h4:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(67, 94, 143, 0.6);
  width: 80%;
  height: 77px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 h4:before {
    height: 48px;
    width: 93%;
  }
}
#rettop03 .rettop03__business1 h4:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #aee1e6;
  width: 75%;
  height: 42px;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 h4:after {
    height: 28px;
    width: 94%;
  }
}
#rettop03 .rettop03__business1 ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  margin: 90px auto 0 auto;
  padding-right: 0px;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul {
    grid-template-columns: 1fr;
    gap: 1px;
    margin: 12% auto 0 auto;
  }
}
#rettop03 .rettop03__business1 ul li a {
  color: #fff;
  font-size: 120%;
  background: #32afb8 url(../../images/24recruit--index/saiyotop09_pc.jpg) no-repeat center top/cover;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  line-height: 200px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul li a {
    height: 70px;
    line-height: 70px;
  }
}
#rettop03 .rettop03__business1 ul li a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 200px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul li a:before {
    border-bottom: 70px;
  }
}
#rettop03 .rettop03__business1 ul li a:hover {
  color: tint(#fff, 75%);
}
#rettop03 .rettop03__business1 ul li a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul li a {
    font-size: 125%;
    background: #32afb8 url(../../images/24recruit--index/saiyotop09_pc.jpg) no-repeat center center/cover;
  }
}
#rettop03 .rettop03__business1 ul li:nth-child(2) a {
  background: #32afb8 url(../../images/24recruit--index/saiyotop10_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul li:nth-child(2) a {
    background: #32afb8 url(../../images/24recruit--index/saiyotop10_pc.jpg) no-repeat center center/cover;
  }
}
#rettop03 .rettop03__business1 ul li:nth-child(3) a {
  background: #32afb8 url(../../images/24recruit--index/saiyotop11_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 ul li:nth-child(3) a {
    background: #32afb8 url(../../images/24recruit--index/saiyotop11_pc.jpg) no-repeat center center/cover;
  }
}
#rettop03 .rettop03__business1 div {
  margin: 0 auto;
  width: 50%;
  padding: 120px 0;
  font-size: 130%;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 div {
    font-size: 135%;
    width: 80%;
    padding: 13% 0;
  }
}
#rettop03 .rettop03__business1 div a {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 140px;
  line-height: 140px;
  color: #435e8f;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 div a {
    height: 80px;
    line-height: 80px;
  }
}
#rettop03 .rettop03__business1 div a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 140px solid rgba(67, 94, 143, 0.4);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__business1 div a:before {
    border-bottom: 80px solid rgba(67, 94, 143, 0.4);
  }
}
#rettop03 .rettop03__business1 div a:hover {
  color: tint(#fff, 75%);
}
#rettop03 .rettop03__business1 div a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#rettop03 .rettop03__bk1 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 500px;
  background: #495056 url(../../images/24recruit--index/saiyotop08_pc.jpg) no-repeat center top/cover;
  background-attachment: fixed;
  z-index: -3;
}
@media screen and (max-width: 599px) {
  #rettop03 .rettop03__bk1 {
    height: 380px;
  }
}

/*-------------------------------------------------------------------
	職種紹介&キャリアTOP
-------------------------------------------------------------------*/
#busirec01 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
}
@media screen and (max-width: 599px) {
  #busirec01 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #busirec01 {
    margin-top: 22%;
  }
}
#busirec01 h2 {
  font-size: clamp(1.6rem, -0.783rem + 7.1vw, 2.625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  text-align: center;
  height: 85px;
  line-height: 85px;
  color: #435e8f;
}
@media screen and (max-width: 599px) {
  #busirec01 h2 {
    height: 45px;
    line-height: 45px;
  }
}
#busirec01 h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #e3e7ee;
  width: 100%;
  height: 35px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #busirec01 h2:before {
    height: 16px;
  }
}
@media screen and (max-width: 599px) {
  #busirec01 h2 {
    letter-spacing: 0em;
  }
}
#busirec01 h3 {
  margin-top: 110px;
  width: 100%;
  font-size: 140%;
  position: relative;
  text-align: center;
  height: 88px;
  line-height: 88px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec01 h3 {
    font-size: 120%;
    height: 55px;
    line-height: 55px;
  }
}
#busirec01 h3:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(67, 94, 143, 0.6);
  width: 80%;
  height: 77px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #busirec01 h3:before {
    height: 48px;
    width: 93%;
  }
}
#busirec01 h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #aee1e6;
  width: 75%;
  height: 42px;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  #busirec01 h3:after {
    height: 28px;
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  #busirec01 h3 {
    margin-top: 12%;
  }
}
#busirec01 div {
  margin-top: 85px;
}
#busirec01 div img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #busirec01 div {
    margin-top: 6%;
  }
}

#busirec02 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  #busirec02 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#busirec02 img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #busirec02 {
    margin-top: 12%;
  }
}

#busirec07 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  #busirec07 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#busirec07 img {
  width: 100%;
}

#recsubmenu {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#recsubmenu .recsubmenu__tar {
  color: #fff;
  background-color: #85b0b4;
  border-right: 1px solid #b7b7b7;
  cursor: default;
}
#recsubmenu .recsubmenu__comingsoon {
  color: #d9d9d9;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  cursor: default;
}
#recsubmenu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recsubmenu li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #a0a0a0;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}
@media screen and (max-width: 599px) {
  #recsubmenu li a {
    height: 80px;
    line-height: 80px;
  }
}
#recsubmenu li a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(150, 197, 250, 0.6);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #recsubmenu li a:before {
    border-bottom: 80px solid rgba(150, 197, 250, 0.6);
  }
}
#recsubmenu li a:hover {
  color: #fff;
  z-index: 1;
}
#recsubmenu li a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}

#busirec03 {
  max-width: 1400px;
  width: 100%;
  padding: 93px 4% 60px 4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #eaf3f9;
  margin-top: 90px;
}
@media screen and (max-width: 599px) {
  #busirec03 {
    padding: 12% 4% 6% 4%;
    margin-top: 16%;
  }
}
#busirec03 h4 {
  height: 100px;
  width: 90%;
  position: absolute;
  top: -50px;
  left: 5%;
  line-height: 100px;
  text-align: center;
  font-size: 135%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec03 h4 {
    height: 60px;
    top: -30px;
    line-height: 60px;
    font-size: 120%;
  }
}
#busirec03 .exptxt {
  width: 65%;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #busirec03 .exptxt {
    width: 100%;
    font-size: 105%;
    margin-bottom: 6%;
  }
}
#busirec03 .occupation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation {
    grid-template-columns: repeat(2, 1fr);
  }
}
#busirec03 .occupation a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#busirec03 .occupation a:hover img {
  opacity: 1;
  text-decoration: none;
}
#busirec03 article {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec03 article {
    margin-top: 12%;
    padding-bottom: 6%;
  }
}
#busirec03 article .busartti {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 5% 40px 5%;
  padding: 40px 0;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busartti {
    padding: 16px 0;
    font-size: 105%;
    margin: 0 5% 16px 5%;
  }
}
#busirec03 article .busarbox {
  width: 90%;
  margin: 0 5%;
  display: flex;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox {
    display: block;
  }
}
#busirec03 article .busarbox div {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox div {
    width: 100%;
  }
}
#busirec03 article .busarbox div p {
  font-size: 110%;
  font-weight: 600;
}
#busirec03 article .busarbox .busarbox1 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox .busarbox1 {
    display: block;
  }
}
#busirec03 article .busarbox .busarbox1__1 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox .busarbox1__1 {
    width: 100%;
    margin-top: 6%;
  }
}
#busirec03 article .busarbox .busarbox1__1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec03 article .busarbox .busarbox1__1:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec03 article .busarbox .busarbox1__2 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox .busarbox1__2 {
    width: 100%;
    margin-top: 4%;
  }
}
#busirec03 article .busarbox .busarbox1__2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec03 article .busarbox .busarbox1__2:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec03 h4 {
  background-color: rgba(53, 134, 192, 0.2);
}
#busirec03 .occupation figure {
  background: linear-gradient(180deg, #3586c0 0%, #3586c0 50%, #d7e7f2 50%, #d7e7f2 100%);
  line-height: 0;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation figure {
    padding-bottom: 25px;
  }
}
#busirec03 .occupation figure p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  line-height: 68px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation figure p {
    line-height: 45px;
  }
}
#busirec03 .occupation figure .occcrick {
  position: absolute;
  bottom: 25px;
  border: 1px solid #fff;
  z-index: 3;
  width: 80%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation figure .occcrick {
    bottom: 8px;
    font-size: 90%;
  }
}
#busirec03 .occupation figure .occcrick div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #155f77;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation figure .occcrick div {
    height: 35px;
    line-height: 35px;
  }
}
#busirec03 .occupation figure .occcrick div:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 43px solid rgba(150, 197, 250, 0.8);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #busirec03 .occupation figure .occcrick div:before {
    border-bottom: 35px solid rgba(150, 197, 250, 0.8);
  }
}
#busirec03 .occupation figure .occcrick div:hover {
  color: #fff;
}
#busirec03 .occupation figure .occcrick div:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#busirec03 .occupation figure .occimg {
  width: 100%;
  overflow: hidden;
}
#busirec03 .occupation figure .occimg img {
  transition: all 0.3s ease-in-out;
}
#busirec03 .occupation figure .occimg img:hover {
  transform: scale(1.3);
}
#busirec03 article .busartti {
  color: #3586c0;
}
#busirec03 article .busarbox .busarbox1__1:after {
  background-image: url(../../images/24recruit--business/occupation08_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox .busarbox1__1:after {
    background-image: url(../../images/24recruit--business/occupation08_sp.jpg);
  }
}
#busirec03 article .busarbox .busarbox1__2:after {
  background-image: url(../../images/24recruit--business/occupation09_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec03 article .busarbox .busarbox1__2:after {
    background-image: url(../../images/24recruit--business/occupation09_sp.jpg);
  }
}

#busirec04 {
  max-width: 1400px;
  width: 100%;
  padding: 93px 4% 60px 4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #eaf7f9;
  margin-top: 160px;
}
@media screen and (max-width: 599px) {
  #busirec04 {
    padding: 12% 4% 6% 4%;
    margin-top: 16%;
  }
}
#busirec04 h4 {
  height: 100px;
  width: 90%;
  position: absolute;
  top: -50px;
  left: 5%;
  line-height: 100px;
  text-align: center;
  font-size: 135%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec04 h4 {
    height: 60px;
    top: -30px;
    line-height: 60px;
    font-size: 120%;
  }
}
#busirec04 .exptxt {
  width: 65%;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #busirec04 .exptxt {
    width: 100%;
    font-size: 105%;
    margin-bottom: 6%;
  }
}
#busirec04 .occupation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation {
    grid-template-columns: repeat(2, 1fr);
  }
}
#busirec04 .occupation a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#busirec04 .occupation a:hover img {
  opacity: 1;
  text-decoration: none;
}
#busirec04 article {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec04 article {
    margin-top: 12%;
    padding-bottom: 6%;
  }
}
#busirec04 article .busartti {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 5% 40px 5%;
  padding: 40px 0;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busartti {
    padding: 16px 0;
    font-size: 105%;
    margin: 0 5% 16px 5%;
  }
}
#busirec04 article .busarbox {
  width: 90%;
  margin: 0 5%;
  display: flex;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox {
    display: block;
  }
}
#busirec04 article .busarbox div {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox div {
    width: 100%;
  }
}
#busirec04 article .busarbox div p {
  font-size: 110%;
  font-weight: 600;
}
#busirec04 article .busarbox .busarbox1 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox .busarbox1 {
    display: block;
  }
}
#busirec04 article .busarbox .busarbox1__1 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox .busarbox1__1 {
    width: 100%;
    margin-top: 6%;
  }
}
#busirec04 article .busarbox .busarbox1__1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec04 article .busarbox .busarbox1__1:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec04 article .busarbox .busarbox1__2 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox .busarbox1__2 {
    width: 100%;
    margin-top: 4%;
  }
}
#busirec04 article .busarbox .busarbox1__2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec04 article .busarbox .busarbox1__2:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec04 h4 {
  background-color: rgba(53, 181, 192, 0.2);
}
#busirec04 .occupation figure {
  background: linear-gradient(180deg, #35b5c0 0%, #35b5c0 50%, #c2e9ec 50%, #c2e9ec 100%);
  line-height: 0;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation figure {
    padding-bottom: 25px;
  }
}
#busirec04 .occupation figure p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  line-height: 68px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation figure p {
    line-height: 45px;
  }
}
#busirec04 .occupation figure .occcrick {
  position: absolute;
  bottom: 25px;
  border: 1px solid #fff;
  z-index: 3;
  width: 80%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation figure .occcrick {
    bottom: 8px;
    font-size: 90%;
  }
}
#busirec04 .occupation figure .occcrick div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #155f77;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation figure .occcrick div {
    height: 35px;
    line-height: 35px;
  }
}
#busirec04 .occupation figure .occcrick div:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 43px solid rgba(150, 197, 250, 0.8);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #busirec04 .occupation figure .occcrick div:before {
    border-bottom: 35px solid rgba(150, 197, 250, 0.8);
  }
}
#busirec04 .occupation figure .occcrick div:hover {
  color: #fff;
}
#busirec04 .occupation figure .occcrick div:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#busirec04 .occupation figure .occimg {
  width: 100%;
  overflow: hidden;
}
#busirec04 .occupation figure .occimg img {
  transition: all 0.3s ease-in-out;
}
#busirec04 .occupation figure .occimg img:hover {
  transform: scale(1.3);
}
#busirec04 article .busartti {
  color: #35b5c0;
}
#busirec04 article .busarbox .busarbox1__1:after {
  background-image: url(../../images/24recruit--business/occupation16_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox .busarbox1__1:after {
    background-image: url(../../images/24recruit--business/occupation16_sp.jpg);
  }
}
#busirec04 article .busarbox .busarbox1__2:after {
  background-image: url(../../images/24recruit--business/occupation17_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec04 article .busarbox .busarbox1__2:after {
    background-image: url(../../images/24recruit--business/occupation17_sp.jpg);
  }
}
#busirec04 article .busarbox .busarbox1__3 {
  border: 1px solid #b7b7b7;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b7b7b7;
  font-weight: 200;
  font-size: 90%;
}

#busirec05 {
  max-width: 1400px;
  width: 100%;
  padding: 93px 4% 60px 4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f5f3fc;
  margin-top: 160px;
}
@media screen and (max-width: 599px) {
  #busirec05 {
    padding: 12% 4% 6% 4%;
    margin-top: 16%;
  }
}
#busirec05 h4 {
  height: 100px;
  width: 90%;
  position: absolute;
  top: -50px;
  left: 5%;
  line-height: 100px;
  text-align: center;
  font-size: 135%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec05 h4 {
    height: 60px;
    top: -30px;
    line-height: 60px;
    font-size: 120%;
  }
}
#busirec05 .exptxt {
  width: 65%;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #busirec05 .exptxt {
    width: 100%;
    font-size: 105%;
    margin-bottom: 6%;
  }
}
#busirec05 .occupation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation {
    grid-template-columns: repeat(2, 1fr);
  }
}
#busirec05 .occupation a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#busirec05 .occupation a:hover img {
  opacity: 1;
  text-decoration: none;
}
#busirec05 article {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec05 article {
    margin-top: 12%;
    padding-bottom: 6%;
  }
}
#busirec05 article .busartti {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 5% 40px 5%;
  padding: 40px 0;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busartti {
    padding: 16px 0;
    font-size: 105%;
    margin: 0 5% 16px 5%;
  }
}
#busirec05 article .busarbox {
  width: 90%;
  margin: 0 5%;
  display: flex;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox {
    display: block;
  }
}
#busirec05 article .busarbox div {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox div {
    width: 100%;
  }
}
#busirec05 article .busarbox div p {
  font-size: 110%;
  font-weight: 600;
}
#busirec05 article .busarbox .busarbox1 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox .busarbox1 {
    display: block;
  }
}
#busirec05 article .busarbox .busarbox1__1 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox .busarbox1__1 {
    width: 100%;
    margin-top: 6%;
  }
}
#busirec05 article .busarbox .busarbox1__1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec05 article .busarbox .busarbox1__1:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec05 article .busarbox .busarbox1__2 {
  position: relative;
  overflow: hidden;
  width: 47%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox .busarbox1__2 {
    width: 100%;
    margin-top: 4%;
  }
}
#busirec05 article .busarbox .busarbox1__2:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
#busirec05 article .busarbox .busarbox1__2:hover:after {
  opacity: 0.8;
  transform: scale(1.2);
}
#busirec05 h4 {
  background-color: rgba(117, 86, 218, 0.2);
}
#busirec05 .busirec05__stitle {
  font-size: 110%;
  color: #7556da;
  border-bottom: 1px solid #b7b7b7;
  padding: 5px 0;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #busirec05 .busirec05__stitle {
    font-size: 105%;
  }
}
#busirec05 .stmtop {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #busirec05 .stmtop {
    margin-top: 12%;
  }
}
#busirec05 .occupation figure {
  background: linear-gradient(180deg, #7556da 0%, #7556da 50%, #e3ddf8 50%, #e3ddf8 100%);
  line-height: 0;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation figure {
    padding-bottom: 25px;
  }
}
#busirec05 .occupation figure p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  line-height: 68px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation figure p {
    line-height: 45px;
  }
}
#busirec05 .occupation figure .occcrick {
  position: absolute;
  bottom: 25px;
  border: 1px solid #fff;
  z-index: 3;
  width: 80%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation figure .occcrick {
    bottom: 8px;
    font-size: 90%;
  }
}
#busirec05 .occupation figure .occcrick div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #155f77;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation figure .occcrick div {
    height: 35px;
    line-height: 35px;
  }
}
#busirec05 .occupation figure .occcrick div:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 43px solid rgba(150, 197, 250, 0.8);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  #busirec05 .occupation figure .occcrick div:before {
    border-bottom: 35px solid rgba(150, 197, 250, 0.8);
  }
}
#busirec05 .occupation figure .occcrick div:hover {
  color: #fff;
}
#busirec05 .occupation figure .occcrick div:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
#busirec05 .occupation figure .occimg {
  width: 100%;
  overflow: hidden;
}
#busirec05 .occupation figure .occimg img {
  transition: all 0.3s ease-in-out;
}
#busirec05 .occupation figure .occimg img:hover {
  transform: scale(1.3);
}
#busirec05 article .busartti {
  color: #7556da;
}
#busirec05 article .busarbox .busarbox1__1:after {
  background-image: url(../../images/24recruit--business/occupation25_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox .busarbox1__1:after {
    background-image: url(../../images/24recruit--business/occupation25_sp.jpg);
  }
}
#busirec05 article .busarbox .busarbox1__2:after {
  background-image: url(../../images/24recruit--business/occupation26_pc.jpg);
}
@media screen and (max-width: 599px) {
  #busirec05 article .busarbox .busarbox1__2:after {
    background-image: url(../../images/24recruit--business/occupation26_sp.jpg);
  }
}

/*-------------------------------------------------------------------
	技術系キャリアモデル
-------------------------------------------------------------------*/
.career__article--individual {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 215px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .career__article--individual {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  .career__article--individual {
    margin-top: 12%;
    margin-bottom: 16%;
  }
}
.career__article--individual article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 599px) {
  .career__article--individual article {
    display: block;
  }
}
.career__article--individual article .career__ind {
  width: 40%;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .career__article--individual article .career__ind {
    width: 100%;
  }
}
.career__article--individual article .career__ind p:nth-child(1) {
  font-size: 90%;
  font-weight: 700;
}
.career__article--individual article .career__ind p:nth-child(2) {
  font-size: 400%;
  font-weight: 700;
  margin-bottom: 10px;
}
.career__article--individual article .career__ind p:nth-child(2) span {
  font-size: 60%;
  margin-right: 5px;
}
.career__article--individual article .career__ind p:nth-child(3) {
  font-size: 175%;
  font-weight: 600;
  line-height: 1.4;
}
.career__article--individual article .career__ind div {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .career__article--individual article .career__ind div {
    width: 100%;
    position: static;
    margin-top: 10px;
  }
}
.career__article--individual article .career__ind div span:nth-child(1) {
  font-size: 160%;
  font-weight: 600;
  margin-right: 10px;
}
.career__article--individual article .career__ind div span:nth-child(2) {
  font-weight: 700;
}
.career__article--individual article .career__indimg {
  width: 55%;
}
@media screen and (max-width: 599px) {
  .career__article--individual article .career__indimg {
    width: 100%;
    margin-top: 3%;
  }
}
.career__article--individual article .career__indimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
@media screen and (max-width: 599px) {
  .career__article--individual article .career__indimg img {
    min-height: auto;
  }
}
.career__article--individual .career__modeltxt {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .career__article--individual .career__modeltxt {
    display: block;
    margin-top: 3%;
  }
}
.career__article--individual .career__modeltxt .careerfigure {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .career__article--individual .career__modeltxt .careerfigure {
    width: 100%;
    margin-top: 6%;
  }
}
.career__article--individual .career__modeltxt .careerfigure img {
  width: 100%;
}
.career__article--individual .career__modeltxt .careerinterview {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .career__article--individual .career__modeltxt .careerinterview {
    width: 100%;
    margin-top: 6%;
  }
}
.career__article--individual .career__modeltxt .careerinterview__triangle {
  margin: 40px auto;
  width: 20%;
}
@media screen and (max-width: 599px) {
  .career__article--individual .career__modeltxt .careerinterview__triangle {
    margin: 6% auto;
    width: 35%;
  }
}

.career__modeltxt01 {
  width: 100%;
}
.career__modeltxt01 p {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 105%;
}
.career__modeltxt01 .career__modeltxt01-1 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-1 {
    margin-top: 3%;
    display: block;
  }
}
.career__modeltxt01 .career__modeltxt01-1 div:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-1 div:nth-child(1) {
    width: 100%;
  }
}
.career__modeltxt01 .career__modeltxt01-1 div:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-1 div:nth-child(2) {
    width: 100%;
    margin: 3% auto;
  }
}
.career__modeltxt01 .career__modeltxt01-1 div:nth-child(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 275px;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-1 div:nth-child(2) img {
    min-height: auto;
  }
}
.career__modeltxt01 .career__modeltxt01-2 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-2 {
    margin-top: 3%;
  }
}
.career__modeltxt01 .career__modeltxt01-2 div:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-2 div:nth-child(1) {
    width: 100%;
    order: 2;
    margin: 3% auto;
  }
}
.career__modeltxt01 .career__modeltxt01-2 div:nth-child(1) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 275px;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-2 div:nth-child(1) img {
    min-height: auto;
  }
}
.career__modeltxt01 .career__modeltxt01-2 div:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .career__modeltxt01 .career__modeltxt01-2 div:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
.career__modeltxt01 p {
  background-color: #d7f0f2;
}

/*-------------------------------------------------------------------
	キーテクノロジーの人
-------------------------------------------------------------------*/
#persons01 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
}
@media screen and (max-width: 599px) {
  #persons01 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #persons01 {
    margin-top: 22%;
  }
}
#persons01 h2 {
  font-size: clamp(1.6rem, -0.783rem + 7.1vw, 2.625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  text-align: center;
  height: 85px;
  line-height: 85px;
  color: #435e8f;
}
@media screen and (max-width: 599px) {
  #persons01 h2 {
    height: 45px;
    line-height: 45px;
  }
}
#persons01 h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #e3e7ee;
  width: 100%;
  height: 35px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #persons01 h2:before {
    height: 16px;
  }
}
@media screen and (max-width: 599px) {
  #persons01 h2 {
    letter-spacing: 0em;
  }
}
#persons01 p {
  margin-top: 30px;
  width: 75%;
}
@media screen and (max-width: 599px) {
  #persons01 p {
    margin-top: 3%;
    width: 100%;
    letter-spacing: 0em;
  }
}

#persons02 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  #persons02 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#persons02 img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #persons02 {
    margin-top: 12%;
  }
}

#persons07 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  #persons07 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
#persons07 img {
  width: 100%;
}

#recsubmenu02 {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 115%;
}
#recsubmenu02 .recsubmenu__tar {
  color: #fff;
  background-color: #435e8f;
  border-right: 1px solid #b7b7b7;
}
#recsubmenu02 li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recsubmenu02 li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #a0a0a0;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}
@media screen and (max-width: 599px) {
  #recsubmenu02 li a {
    height: 80px;
    line-height: 80px;
  }
}
#recsubmenu02 li a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(150, 197, 250, 0.6);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #recsubmenu02 li a:before {
    border-bottom: 80px solid rgba(150, 197, 250, 0.6);
  }
}
#recsubmenu02 li a:hover {
  color: #fff;
  z-index: 1;
}
#recsubmenu02 li a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}

#persons03 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  line-height: 0;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #persons03 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #persons03 {
    margin-top: 12%;
  }
}
#persons03 article {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#persons03 article .persons__btitle {
  display: inline-block;
  width: 100%;
  height: 115px;
  line-height: 115px;
  color: #fff;
  font-size: 135%;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1px;
  background: #3586c0 url(../../images/24recruit--persons/personsimg01.gif) no-repeat right top/cover;
}
@media screen and (max-width: 599px) {
  #persons03 article .persons__btitle {
    height: 100px;
    line-height: 100px;
  }
}
#persons03 article .persons__element {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
#persons03 article .persons__element a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #persons03 article .persons__element {
    grid-template-columns: repeat(2, 1fr);
  }
}
#persons03 article .persons__element div:nth-child(1) {
  overflow: hidden;
  width: 100%;
}
#persons03 article .persons__element div:nth-child(1) img {
  height: auto;
  transition: all 0.3s ease-in-out;
}
#persons03 article .persons__element div:nth-child(1) img:hover {
  transform: scale(1.3);
}
#persons03 article .persons__element div:nth-child(2) {
  line-height: 2;
  padding: 6%;
}
#persons03 article .persons__element div:nth-child(2) p {
  font-size: 135%;
  font-weight: 600;
}
#persons03 article .persons__element div:nth-child(2) {
  background-color: #eaf3f9;
}
#persons03 article .persons__link {
  background-color: #fff;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
}
@media screen and (max-width: 599px) {
  #persons03 article .persons__link {
    padding: 8% 10%;
    line-height: 0;
  }
}
#persons03 article .persons__link .persons__linkbt {
  width: 30%;
  border-bottom-color: #3586c0;
}
@media screen and (max-width: 599px) {
  #persons03 article .persons__link .persons__linkbt {
    width: 100%;
    background-color: #3586c0;
  }
  #persons03 article .persons__link .persons__linkbt:hover a {
    background-color: #3586c0;
  }
}
#persons03 article .persons__link .persons__linkbt__eff {
  background: #3586c0;
}

#persons04 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  line-height: 0;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #persons04 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #persons04 {
    margin-top: 12%;
  }
}
#persons04 article {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#persons04 article .persons__btitle {
  display: inline-block;
  width: 100%;
  height: 115px;
  line-height: 115px;
  color: #fff;
  font-size: 135%;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1px;
  background: #35b5c0 url(../../images/24recruit--persons/personsimg06.gif) no-repeat right top/cover;
}
@media screen and (max-width: 599px) {
  #persons04 article .persons__btitle {
    height: 100px;
    line-height: 100px;
  }
}
#persons04 article .persons__element {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
#persons04 article .persons__element a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #persons04 article .persons__element {
    grid-template-columns: repeat(2, 1fr);
  }
}
#persons04 article .persons__element div:nth-child(1) {
  overflow: hidden;
  width: 100%;
}
#persons04 article .persons__element div:nth-child(1) img {
  height: auto;
  transition: all 0.3s ease-in-out;
}
#persons04 article .persons__element div:nth-child(1) img:hover {
  transform: scale(1.3);
}
#persons04 article .persons__element div:nth-child(2) {
  line-height: 2;
  padding: 6%;
}
#persons04 article .persons__element div:nth-child(2) p {
  font-size: 135%;
  font-weight: 600;
}
#persons04 article .persons__element div:nth-child(2) {
  background-color: #eaf7f9;
}
#persons04 article .persons__link {
  background-color: #fff;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
}
@media screen and (max-width: 599px) {
  #persons04 article .persons__link {
    padding: 8% 10%;
    line-height: 0;
  }
}
#persons04 article .persons__link .persons__linkbt {
  width: 30%;
  border-bottom-color: #35b5c0;
}
@media screen and (max-width: 599px) {
  #persons04 article .persons__link .persons__linkbt {
    width: 100%;
    background-color: #35b5c0;
  }
  #persons04 article .persons__link .persons__linkbt:hover a {
    background-color: #35b5c0;
  }
}
#persons04 article .persons__link .persons__linkbt__eff {
  background: #35b5c0;
}

#persons05 {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  line-height: 0;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #persons05 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #persons05 {
    margin-top: 12%;
    margin-bottom: 12%;
  }
}
#persons05 article {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#persons05 article .persons__btitle {
  display: inline-block;
  width: 100%;
  height: 115px;
  line-height: 115px;
  color: #fff;
  font-size: 135%;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1px;
  background: #7556da url(../../images/24recruit--persons/personsimg11.gif) no-repeat right top/cover;
}
@media screen and (max-width: 599px) {
  #persons05 article .persons__btitle {
    height: 100px;
    line-height: 100px;
  }
}
#persons05 article .persons__element {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
#persons05 article .persons__element a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #persons05 article .persons__element {
    grid-template-columns: repeat(2, 1fr);
  }
}
#persons05 article .persons__element div:nth-child(1) {
  overflow: hidden;
  width: 100%;
}
#persons05 article .persons__element div:nth-child(1) img {
  height: auto;
  transition: all 0.3s ease-in-out;
}
#persons05 article .persons__element div:nth-child(1) img:hover {
  transform: scale(1.3);
}
#persons05 article .persons__element div:nth-child(2) {
  line-height: 2;
  padding: 6%;
}
#persons05 article .persons__element div:nth-child(2) p {
  font-size: 135%;
  font-weight: 600;
}
#persons05 article .persons__element div:nth-child(2) {
  background-color: #f5f3fc;
}
#persons05 article .persons__link {
  background-color: #fff;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
}
@media screen and (max-width: 599px) {
  #persons05 article .persons__link {
    padding: 8% 10%;
    line-height: 0;
  }
}
#persons05 article .persons__link .persons__linkbt {
  width: 30%;
  border-bottom-color: #7556da;
}
@media screen and (max-width: 599px) {
  #persons05 article .persons__link .persons__linkbt {
    width: 100%;
    background-color: #7556da;
  }
  #persons05 article .persons__link .persons__linkbt:hover a {
    background-color: #7556da;
  }
}
#persons05 article .persons__link .persons__linkbt__eff {
  background: #7556da;
}

/*-------------------------------------------------------------------
	技術系/キーテクノロジーの人
-------------------------------------------------------------------*/
.persons__tech01--individual {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.persons__tech01--individual article {
  display: flex;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article {
    display: block;
  }
}
.persons__tech01--individual article .persons__tech01--name {
  width: 40%;
  padding: 2%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article .persons__tech01--name {
    width: 100%;
    padding: 4%;
  }
}
.persons__tech01--individual article .persons__tech01--name p:nth-child(1) {
  font-size: 85%;
  margin-bottom: 10px;
  font-weight: 600;
}
.persons__tech01--individual article .persons__tech01--name p:nth-child(2) {
  font-size: 340%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article .persons__tech01--name p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.persons__tech01--individual article .persons__tech01--name p:nth-child(3) {
  font-size: 145%;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article .persons__tech01--name p:nth-child(3) {
    margin-bottom: 5px;
  }
}
.persons__tech01--individual article .persons__tech01--name div {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem) !important;
  padding: 4%;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article .persons__tech01--name div {
    position: static;
    padding: 0;
  }
}
.persons__tech01--individual article .persons__tech01--name div span:nth-child(1) {
  font-size: 120%;
  font-weight: 600;
  margin-right: 8px;
  line-height: 1.6;
}
.persons__tech01--individual article .persons__tech01--name div span:nth-child(2) {
  font-size: 90%;
  font-weight: 600;
}
.persons__tech01--individual article .persons__tech01--photo {
  width: 60%;
  min-height: 400px;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual article .persons__tech01--photo {
    width: 100%;
    min-height: auto;
  }
}
.persons__tech01--individual article .persons__tech01--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.persons__tech01--individual .persons__tech01--tx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual .persons__tech01--tx {
    margin-top: 6%;
    flex-wrap: wrap;
  }
}
.persons__tech01--individual .persons__tech01--tx .ptech01photo {
  width: 46%;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual .persons__tech01--tx .ptech01photo {
    width: 100%;
    order: 2;
  }
}
.persons__tech01--individual .persons__tech01--tx .ptech01photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 310px;
}
.persons__tech01--individual .persons__tech01--tx .ptech01text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual .persons__tech01--tx .ptech01text {
    width: 92%;
    margin: 0 4% 6% 4%;
    order: 1;
  }
}
.persons__tech01--individual .persons__tech01--tx .ptech01text p {
  border-bottom: 1px solid #b7b7b7;
  font-size: 107%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.persons__tech01--individual .persons__tech01--sc {
  width: 100%;
  margin-top: 60px;
  padding: 2%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual .persons__tech01--sc {
    margin-top: 0;
    padding: 4%;
  }
}
.persons__tech01--individual .persons__tech01--sc p {
  font-size: 107%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .persons__tech01--individual {
    margin-top: 12%;
  }
}
.persons__tech01--individual article {
  background-color: #eaf3f9;
}
.persons__tech01--individual article .persons__tech01--name {
  color: #3586c0;
}
.persons__tech01--individual article .persons__tech01--name div {
  color: #000;
}
.persons__tech01--individual .persons__tech01--sc {
  color: #3586c0;
  background-color: #eaf3f9;
}

/*-------------------------------------------------------------------
	技能系/キーテクノロジーの人
-------------------------------------------------------------------*/
.persons__skill01--individual {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.persons__skill01--individual article {
  display: flex;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article {
    display: block;
  }
}
.persons__skill01--individual article .persons__tech01--name {
  width: 40%;
  padding: 2%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article .persons__tech01--name {
    width: 100%;
    padding: 4%;
  }
}
.persons__skill01--individual article .persons__tech01--name p:nth-child(1) {
  font-size: 85%;
  margin-bottom: 10px;
  font-weight: 600;
}
.persons__skill01--individual article .persons__tech01--name p:nth-child(2) {
  font-size: 340%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article .persons__tech01--name p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.persons__skill01--individual article .persons__tech01--name p:nth-child(3) {
  font-size: 145%;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article .persons__tech01--name p:nth-child(3) {
    margin-bottom: 5px;
  }
}
.persons__skill01--individual article .persons__tech01--name div {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem) !important;
  padding: 4%;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article .persons__tech01--name div {
    position: static;
    padding: 0;
  }
}
.persons__skill01--individual article .persons__tech01--name div span:nth-child(1) {
  font-size: 120%;
  font-weight: 600;
  margin-right: 8px;
  line-height: 1.6;
}
.persons__skill01--individual article .persons__tech01--name div span:nth-child(2) {
  font-size: 90%;
  font-weight: 600;
}
.persons__skill01--individual article .persons__tech01--photo {
  width: 60%;
  min-height: 400px;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual article .persons__tech01--photo {
    width: 100%;
    min-height: auto;
  }
}
.persons__skill01--individual article .persons__tech01--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.persons__skill01--individual .persons__tech01--tx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual .persons__tech01--tx {
    margin-top: 6%;
    flex-wrap: wrap;
  }
}
.persons__skill01--individual .persons__tech01--tx .ptech01photo {
  width: 46%;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual .persons__tech01--tx .ptech01photo {
    width: 100%;
    order: 2;
  }
}
.persons__skill01--individual .persons__tech01--tx .ptech01photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 310px;
}
.persons__skill01--individual .persons__tech01--tx .ptech01text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual .persons__tech01--tx .ptech01text {
    width: 92%;
    margin: 0 4% 6% 4%;
    order: 1;
  }
}
.persons__skill01--individual .persons__tech01--tx .ptech01text p {
  border-bottom: 1px solid #b7b7b7;
  font-size: 107%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.persons__skill01--individual .persons__tech01--sc {
  width: 100%;
  margin-top: 60px;
  padding: 2%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual .persons__tech01--sc {
    margin-top: 0;
    padding: 4%;
  }
}
.persons__skill01--individual .persons__tech01--sc p {
  font-size: 107%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .persons__skill01--individual {
    margin-top: 12%;
  }
}
.persons__skill01--individual article {
  background-color: #eaf7f9;
}
.persons__skill01--individual article .persons__tech01--name {
  color: #35b5c0;
}
.persons__skill01--individual article .persons__tech01--name div {
  color: #000;
}
.persons__skill01--individual .persons__tech01--sc {
  color: #35b5c0;
  background-color: #eaf7f9;
}

/*-------------------------------------------------------------------
	管理系/キーテクノロジーの人
-------------------------------------------------------------------*/
.persons__mana01--individual {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.persons__mana01--individual article {
  display: flex;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article {
    display: block;
  }
}
.persons__mana01--individual article .persons__tech01--name {
  width: 40%;
  padding: 2%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article .persons__tech01--name {
    width: 100%;
    padding: 4%;
  }
}
.persons__mana01--individual article .persons__tech01--name p:nth-child(1) {
  font-size: 95%;
  margin-bottom: 10px;
  font-weight: 600;
}
.persons__mana01--individual article .persons__tech01--name p:nth-child(2) {
  font-size: 340%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article .persons__tech01--name p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.persons__mana01--individual article .persons__tech01--name p:nth-child(3) {
  font-size: 160%;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article .persons__tech01--name p:nth-child(3) {
    margin-bottom: 5px;
  }
}
.persons__mana01--individual article .persons__tech01--name div {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem) !important;
  padding: 4%;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article .persons__tech01--name div {
    position: static;
    padding: 0;
  }
}
.persons__mana01--individual article .persons__tech01--name div span:nth-child(1) {
  font-size: 120%;
  font-weight: 600;
  margin-right: 8px;
  line-height: 1.6;
}
.persons__mana01--individual article .persons__tech01--name div span:nth-child(2) {
  font-size: 90%;
  font-weight: 600;
}
.persons__mana01--individual article .persons__tech01--photo {
  width: 60%;
  min-height: 400px;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual article .persons__tech01--photo {
    width: 100%;
    min-height: auto;
  }
}
.persons__mana01--individual article .persons__tech01--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.persons__mana01--individual .persons__tech01--tx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual .persons__tech01--tx {
    margin-top: 6%;
    flex-wrap: wrap;
  }
}
.persons__mana01--individual .persons__tech01--tx .ptech01photo {
  width: 46%;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual .persons__tech01--tx .ptech01photo {
    width: 100%;
    order: 2;
  }
}
.persons__mana01--individual .persons__tech01--tx .ptech01photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 310px;
}
.persons__mana01--individual .persons__tech01--tx .ptech01text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual .persons__tech01--tx .ptech01text {
    width: 92%;
    margin: 0 4% 6% 4%;
    order: 1;
  }
}
.persons__mana01--individual .persons__tech01--tx .ptech01text p {
  border-bottom: 1px solid #b7b7b7;
  font-size: 110%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.persons__mana01--individual .persons__tech01--sc {
  width: 100%;
  margin-top: 60px;
  padding: 2%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual .persons__tech01--sc {
    margin-top: 0;
    padding: 4%;
  }
}
.persons__mana01--individual .persons__tech01--sc p {
  font-size: 107%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .persons__mana01--individual {
    margin-top: 12%;
  }
}
.persons__mana01--individual article {
  background-color: #f5f3fc;
}
.persons__mana01--individual article .persons__tech01--name {
  color: #7556da;
}
.persons__mana01--individual article .persons__tech01--name div {
  color: #000;
}
.persons__mana01--individual .persons__tech01--sc {
  color: #7556da;
  background-color: #f5f3fc;
}

@media screen and (max-width: 599px) {
  .persons__end {
    margin-bottom: 12%;
  }
}

/*-------------------------------------------------------------------
	働く環境/数字で見るキーテクノロジー
-------------------------------------------------------------------*/
#envi__stat {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  line-height: 0;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  #envi__stat {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #envi__stat {
    margin-top: 12%;
  }
}
#envi__stat img {
  width: 100%;
}

#envmenu {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#envmenu .recsubmenu__tar {
  color: #fff;
  background-color: #85b0b4;
  border-right: 1px solid #b7b7b7;
}
#envmenu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#envmenu li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #a0a0a0;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}
@media screen and (max-width: 599px) {
  #envmenu li a {
    height: 80px;
    line-height: 80px;
  }
}
#envmenu li a:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(150, 197, 250, 0.6);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #envmenu li a:before {
    border-bottom: 80px solid rgba(150, 197, 250, 0.6);
  }
}
#envmenu li a:hover {
  color: #fff;
  z-index: 1;
}
#envmenu li a:hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}

.envitop {
  margin-top: 140px;
}
@media screen and (max-width: 599px) {
  .envitop {
    margin-top: 14%;
  }
}

.enviend {
  padding-top: 100px;
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .enviend {
    padding-top: 14%;
    margin-bottom: 30%;
  }
}

.envi {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  .envi {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.envi h3 {
  width: 100%;
  font-size: 140%;
  position: relative;
  text-align: center;
  height: 88px;
  line-height: 88px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .envi h3 {
    font-size: 120%;
    height: 55px;
    line-height: 55px;
  }
}
.envi h3:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(67, 94, 143, 0.6);
  width: 80%;
  height: 77px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .envi h3:before {
    height: 48px;
    width: 93%;
  }
}
.envi h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #aee1e6;
  width: 75%;
  height: 42px;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .envi h3:after {
    height: 28px;
    width: 94%;
  }
}
.envi article {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .envi article {
    margin-top: 10%;
    display: block;
  }
}
.envi article .envidata {
  width: 49%;
  border: 1px solid #b7b7b7;
  background-color: #fafafa;
}
@media screen and (max-width: 599px) {
  .envi article .envidata {
    width: 100%;
    margin-bottom: 10%;
  }
}
.envi article .envidata p:nth-child(1) {
  width: 100%;
  height: 85px;
  line-height: 85px;
  background-color: #dcf0f2;
  font-size: 105%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .envi article .envidata p:nth-child(1) {
    height: 50px;
    line-height: 50px;
  }
}
.envi article .envidata p:nth-child(2) {
  font-size: 90%;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 4% auto 0 4%;
  line-height: 1;
}
.envi article .envidata p:nth-child(3) {
  font-size: 400%;
  font-weight: 700;
  color: #445e8f;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .envi article .envidata p:nth-child(3) {
    font-size: 300%;
    margin-top: 2%;
  }
}
.envi article .envidata p:nth-child(3) span {
  font-size: 40%;
}
.envi article .envidata div {
  width: 100%;
  height: 100%;
  padding-top: 2%;
  padding-left: 3%;
}
.envi article .envidata img {
  width: 100%;
}

/*-------------------------------------------------------------------
	募集要項・FAQ
-------------------------------------------------------------------*/
#newdatd {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #newdatd {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #newdatd {
    margin-top: 6%;
  }
}
#newdatd article ol {
  margin: 0;
  padding: 0;
}
#newdatd article ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.newdatd__title {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 10px;
}

.newdatd__title--top {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .newdatd__title--top {
    margin-top: 6%;
  }
}

.newdatd__bottom {
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .newdatd__bottom {
    margin-bottom: 16%;
  }
}

.recruitment {
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 599px) {
  .recruitment {
    width: 100%;
  }
  .recruitment .last td:last-child {
    width: 100%;
  }
}
.recruitment th {
  background: #f1fafb;
  border-right: solid 1px #b7b7b7;
  border-bottom: solid 1px #b7b7b7;
  padding: 15px;
  font-weight: 600;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .recruitment th {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #b7b7b7;
  }
}
.recruitment td {
  padding: 15px;
  border-bottom: solid 1px #b7b7b7;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .recruitment td {
    display: block;
    width: 100%;
    border-left: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
  }
}
.recruitment td .text01 {
  color: #435e8f;
  font-size: 140%;
  border-bottom: solid 2px #435e8f;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.recruitment td .text02 {
  font-size: 105%;
  font-weight: 600;
}
.recruitment td .text03 {
  font-size: 85%;
}

#guideline__title {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 599px) {
  #guideline__title {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #guideline__title {
    margin-top: 16%;
  }
}
#guideline__title h2 {
  font-size: clamp(1.6rem, -0.783rem + 7.1vw, 2.625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  text-align: center;
  height: 85px;
  line-height: 85px;
  color: #435e8f;
}
@media screen and (max-width: 599px) {
  #guideline__title h2 {
    height: 45px;
    line-height: 45px;
  }
}
#guideline__title h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #e3e7ee;
  width: 100%;
  height: 35px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #guideline__title h2:before {
    height: 16px;
  }
}
@media screen and (max-width: 599px) {
  #guideline__title h2 {
    letter-spacing: 0em;
  }
}

.qaexercise {
  color: #35b5c0;
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: 600;
}

.qaanswer {
  background-color: #f1fafb;
  border: solid 1px #b7b7b7;
  padding: 20px;
}

/*-------------------------------------------------------------------
	福利厚生/数字で見るキーテクノロジー
-------------------------------------------------------------------*/
.wlfare {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .wlfare {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  .wlfare {
    margin-top: 6%;
  }
}
.wlfare h3 {
  width: 100%;
  font-size: 140%;
  position: relative;
  text-align: center;
  height: 88px;
  line-height: 88px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .wlfare h3 {
    font-size: 120%;
    height: 55px;
    line-height: 55px;
  }
}
.wlfare h3:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(67, 94, 143, 0.6);
  width: 80%;
  height: 77px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .wlfare h3:before {
    height: 48px;
    width: 93%;
  }
}
.wlfare h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #aee1e6;
  width: 75%;
  height: 42px;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .wlfare h3:after {
    height: 28px;
    width: 94%;
  }
}
.wlfare .wlfaretoptitle {
  font-size: 160%;
  font-weight: 600;
  margin: 120px auto 120px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .wlfare .wlfaretoptitle {
    font-size: 130%;
    margin: 3% auto 6% auto;
    text-align: left;
  }
}
.wlfare p {
  font-size: 130%;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .wlfare p {
    font-size: 110%;
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 3%;
    line-height: 1.8;
  }
}
.wlfare article {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .wlfare article {
    margin-top: 6%;
    display: block;
  }
}
.wlfare article .wdataleft {
  width: 57%;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .wlfare article .wdataleft {
    width: 100%;
  }
}
.wlfare article .wdataleft p {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.wlfare article .wdataright {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .wlfare article .wdataright {
    width: 100%;
    margin-top: 6%;
  }
}
.wlfare article .wdataright img {
  width: 100%;
}
.wlfare article .wdataleft02 {
  width: 53%;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .wlfare article .wdataleft02 {
    width: 100%;
  }
}
.wlfare article .wdataleft02 img {
  width: 100%;
}
.wlfare article .wdataright02 {
  width: 44%;
}
@media screen and (max-width: 599px) {
  .wlfare article .wdataright02 {
    width: 100%;
    margin-top: 10%;
  }
}
.wlfare article .wdataright02 img {
  width: 100%;
}

.wlfaretop {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .wlfaretop {
    margin-top: 12%;
  }
}

.wdata03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  .wdata03 {
    width: 100%;
    margin-top: 6%;
  }
}
.wdata03__left {
  width: 47.5%;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 599px) {
  .wdata03__left {
    margin-bottom: 0.6rem;
    font-size: 90%;
  }
}
.wdata03__left img {
  width: 100%;
}
.wdata03__right {
  width: 47.5%;
}
@media screen and (max-width: 599px) {
  .wdata03__right {
    font-size: 90%;
  }
}
.wdata03__right img {
  width: 100%;
}

.wdata04 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 55px;
}
@media screen and (max-width: 599px) {
  .wdata04 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6%;
    margin-bottom: 16%;
  }
}

.recruitment02 {
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  width: 100%;
}
.recruitment02 th {
  background: #f1fafb;
  border-right: solid 1px #b7b7b7;
  border-bottom: solid 1px #b7b7b7;
  padding: 15px;
  font-weight: 600;
  width: 20%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .recruitment02 th {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
}
.recruitment02 th:last-child {
  background: #fff;
  font-weight: normal;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 599px) {
  .recruitment02 th:last-child {
    width: 100%;
  }
}
.recruitment02 td {
  padding: 15px;
  border-bottom: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .recruitment02 td {
    display: block;
    width: 100%;
  }
  .recruitment02 td .last td:last-child {
    width: 100%;
  }
}

/*-------------------------------------------------------------------
	成長支援/数字で見るキーテクノロジー
-------------------------------------------------------------------*/
.growth_mainimage {
  width: 100%;
  line-height: 0;
}

#growth__data03 {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #growth__data03 {
    padding-bottom: 0;
    margin-bottom: 12%;
  }
}

.growth {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .growth {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.growth h3 {
  width: 100%;
  font-size: 140%;
  position: relative;
  text-align: center;
  height: 88px;
  line-height: 88px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .growth h3 {
    font-size: 120%;
    height: 55px;
    line-height: 55px;
  }
}
.growth h3:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(67, 94, 143, 0.6);
  width: 80%;
  height: 77px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .growth h3:before {
    height: 48px;
    width: 93%;
  }
}
.growth h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #aee1e6;
  width: 75%;
  height: 42px;
  z-index: -2;
}
@media screen and (max-width: 599px) {
  .growth h3:after {
    height: 28px;
    width: 94%;
  }
}
.growth__data02--inner {
  width: 100%;
  background-color: #eaf3f9;
  padding: 4% 12% 4% 12%;
}
@media screen and (max-width: 599px) {
  .growth__data02--inner {
    padding: 5%;
  }
}
.growth__data02--inner p {
  font-size: 115%;
  font-weight: 600;
}
.growth__skill {
  width: 60%;
  max-width: 1400px;
  line-height: 0;
  margin: 60px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}
@media screen and (max-width: 599px) {
  .growth__skill {
    width: 92%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 3% 4% 0 4%;
  }
}
.growth__skill--left {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .growth__skill--left {
    width: 100%;
  }
}
.growth__skill--left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.growth__skill--right {
  width: 65%;
  padding: 40px;
  display: flex;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .growth__skill--right {
    width: 100%;
    padding: 0;
    margin-top: 6%;
  }
}
.growth__skill--right div p:nth-child(1) {
  line-height: 40px;
  border-left: solid 3px #5996ad;
  color: #5996ad;
  font-size: 110%;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .growth__skill--right div p:nth-child(1) {
    margin-bottom: 5px;
  }
}
.growth__skill--right div p:nth-child(2) {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .growth__skill--right div p:nth-child(2) {
    font-size: 130%;
    margin-bottom: 5px;
  }
}
.growth__skill--right div p:nth-child(3) {
  font-weight: 600;
}

.growth__back {
  background: #f5c64e url(../../images/24recruit--environment/growth02.jpg) no-repeat right top/cover;
  background-attachment: fixed;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
}

.education {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 120px;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .education {
    margin-top: 6%;
    margin-bottom: 12%;
  }
}
.education a:hover {
  opacity: 1;
  text-decoration: none;
}
.education p:nth-child(1) {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #5db2be;
  font-size: 125%;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .education p:nth-child(1) {
    height: 80px;
    line-height: 80px;
  }
}
.education p:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 -50px 0 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid rgba(196, 217, 241, 0.6);
  transform: translateX(-100%);
  width: 100%;
  transition: 0.2s ease-in-out;
  background-color: #5db2be;
}
@media screen and (max-width: 599px) {
  .education p:nth-child(1):before {
    border-bottom: 80px solid rgba(196, 217, 241, 0.6);
  }
}
.education p:nth-child(1):hover {
  color: #000;
  z-index: 1;
}
.education p:nth-child(1):hover:before {
  transform: translateX(0);
  transition: 0.2s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .education p:nth-child(1) {
    width: 90%;
    font-size: 105%;
  }
}
.education p:nth-child(2) {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .education p:nth-child(2) {
    margin-top: 3%;
  }
}

.education02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  line-height: 0;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .education02 {
    margin-top: 6%;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.education02 img {
  width: 100%;
}

.div1 {
  grid-area: 1/1/2/2;
}

.div2 {
  grid-area: 1/2/2/3;
}

.div3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 599px) {
  .div3 {
    grid-area: 2/1/3/2;
  }
}

.div4 {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 599px) {
  .div4 {
    grid-area: 2/2/3/3;
  }
}

.div5 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 599px) {
  .div5 {
    grid-area: 3/1/4/2;
  }
}

.div6 {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 599px) {
  .div6 {
    grid-area: 3/2/4/3;
  }
}

.div7 {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 599px) {
  .div7 {
    grid-area: 4/1/5/2;
  }
}

.div8 {
  grid-area: 3/2/4/4;
  padding: 20px;
  line-height: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .div8 {
    grid-area: 5/1/6/3;
    padding: 0;
    margin-top: 6%;
  }
}
.div8 div {
  display: block;
}
.div8 div p:nth-child(1) {
  line-height: 40px;
  border-left: solid 3px #5996ad;
  color: #5996ad;
  font-size: 110%;
  display: inline-block;
  padding-left: 20px;
}
.div8 div p:nth-child(2) {
  font-size: 200%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .div8 div p:nth-child(2) {
    font-size: 130%;
  }
}

.education03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 145px;
  font-size: 107%;
}
@media screen and (max-width: 599px) {
  .education03 {
    display: block;
    margin-top: 12%;
    margin-bottom: 12%;
  }
}
.education03 .education03__left {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .education03 .education03__left {
    width: 100%;
    margin-bottom: 6%;
  }
}
.education03 .education03__left p:nth-child(1) {
  background-color: #d7f0f2;
  padding: 10px 15px;
  font-weight: 600;
}
.education03 .education03__left p:nth-child(2) {
  width: 80%;
  margin: 40px 10%;
}
@media screen and (max-width: 599px) {
  .education03 .education03__left p:nth-child(2) {
    margin: 3% 10%;
  }
}
.education03 .education03__left p:nth-child(3) {
  font-size: 140%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .education03 .education03__left p:nth-child(3) {
    font-size: 120%;
  }
}
.education03 .education03__right {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .education03 .education03__right {
    width: 100%;
  }
}
.education03 .education03__right p:nth-child(1) {
  background-color: #d7f0f2;
  padding: 10px 15px;
  font-weight: 600;
}
.education03 .education03__right p:nth-child(3) {
  background-color: #d7f0f2;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .education03 .education03__right p:nth-child(3) {
    margin-top: 6%;
    margin-bottom: 3%;
  }
}

.education04 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .education04 {
    display: block;
    margin-top: 3%;
  }
}
.education04 .education04__left {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .education04 .education04__left {
    width: 100%;
  }
}
.education04 .education04__right {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .education04 .education04__right {
    width: 100%;
  }
}

/*-------------------------------------------------------------------
	ページトップへ戻るボタン
-------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 85px;
  right: 50px;
  z-index: 30;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 49px;
  text-align: center;
  display: block;
}

#page-top a img {
  width: 49px;
}

@media screen and (max-width: 599px) {
  #page-top {
    bottom: 3%;
    right: 3%;
  }
  #page-top a {
    right: 0%;
    width: 40px;
    height: 40px;
  }
  #page-top a img {
    width: 40px;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  共通フッター前連絡先/株式会社キーテクノロジー
* --------------------------------------------------------------------------------------------------*/
#footer-contact {
  background-color: #3586c0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-contact001 {
  font-size: 22px;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1200px;
  color: #FFF;
}

.footer-contact002 {
  width: 768px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  color: #FFF;
  overflow: hidden;
  position: relative;
}

.footer-contact002:before,
.footer-contact002:after {
  content: "";
  display: table;
}

.footer-contact002:after {
  clear: both;
}

.footer-contact002 {
  zoom: 1;
}

.footer-contact003-01 {
  float: left;
  width: 50%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
}

.footer-contact003-02 {
  margin-bottom: 5px;
  line-height: 100%;
  margin-top: 5px;
  width: 340px;
}

.footer-contact004-01 {
  float: right;
  width: 45%;
  padding-bottom: 8px;
  padding-left: 6px;
}

.footer-contact004-02 {
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  #footer-contact {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .footer-contact001 {
    font-size: 115%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
    max-width: 1200px;
  }
  .footer-contact002 {
    width: 100%;
    margin-top: auto;
  }
  .footer-contact003-01 {
    float: none;
    width: 100%;
    border-right-width: 0px;
    text-align: center;
    margin-top: 5px;
  }
  .footer-contact003-02 {
    width: 260px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-contact004-01 {
    float: none;
    width: 100%;
    padding-bottom: 8px;
    padding-left: 6px;
    text-align: center;
  }
  .footer-contact004-02 {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .footer-contact004-03 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.ktc-button01 {
  width: 287px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  line-height: 0px;
}

.ktc-button01 a {
  transition: all 0.6s ease;
}

.ktc-button01 a:hover {
  transition: all 0.6s ease;
}

@media screen and (max-width: 768px) {
  .ktc-button01 {
    width: 200px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    line-height: 0px;
  }
}
/* ページ共通 */
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 2;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.5;
}

.spOnly {
  display: none !important;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
.textNocopy {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
.contentIn {
  width: 100%;
  position: relative;
}

.mw1411 {
  max-width: 1411px;
}

section:after,
ul:after,
.clearfix:after,
.contentIn:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pcOnly {
  display: block !important;
}

br.pcOnly {
  display: inline !important;
}

.spOnly {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .contentIn {
    padding: 0 3%;
  }
  .contentIn.mw1411 {
    padding: 0;
    text-align: center;
  }
  .spOnly {
    display: block !important;
  }
  .pcOnly, br.pcOnly {
    display: none !important;
  }
}
.Column {
  overflow: hidden;
  position: relative;
}

.Column:before,
.Column:after {
  content: "";
  display: table;
}

.Column:after {
  clear: both;
}

.Column {
  zoom: 1;
}

.layout_end {
  clear: both;
  float: none;
  position: static;
}

/*-------------------------------------------------------------------
	TOP slide
-------------------------------------------------------------------*/
#index001 {
  height: 550px;
  background-position: center;
}

.top_slide001 {
  height: 550px;
  background-image: url(../../images/ftm_slide/slider_layer01.gif);
  background-position: left top;
  background-repeat: repeat;
}

.top_slide002 {
  height: 550px;
  background-image: url(../../images/ftm_slide/slider_layer02.png);
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  #index001-sp {
    height: 180px;
    background-image: url(../../images/ftm_slide/top_slider001_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .top_slide002 {
    height: 180px;
    background-image: url(../../images/ftm_slide/slider_layer03sp.png);
    background-repeat: repeat-x;
    background-position: left top;
  }
  .top_slide001 {
    height: 180px;
  }
}
.top_slide003 {
  text-align: center;
  font-size: 34px;
  color: #FFF;
  padding-top: 170px;
  width: 555px;
  margin-right: auto;
  margin-left: auto;
}

.top_slide003 img {
  text-align: center;
  width: 100%;
  line-height: 0px;
}

@media screen and (max-width: 599px) {
  .top_slide003 {
    text-align: center;
    padding-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    max-width: 280px;
  }
  .top_slide003 img {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------------------------
* 多国語ボタンPC
* --------------------------------------------------------------------------------------------------*/
.language001 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6cee0;
	border-bottom-color: #b6cee0;
	border-left-color: #b6cee0;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	font-size: 11px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	line-height: 20px;
}
.language001:before,
.language001:after {
    content: "";
    display: table;
}
.language001:after {
    clear: both;
}
.language001 {
    zoom: 1;
}
.language002 {
	width: 100%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6cee0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6cee0;
}
.language003 {
	text-align: center;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6cee0;
}
.language001 a {
	display: block;
	color: #FFF;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.language001 a:hover {
	color: #c8d7e2;
	background-color: #135482;
	text-decoration: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}


/*-------------------------------------------------------------------
	accordion
-------------------------------------------------------------------*/
.accordion__item {
  cursor: default;
}

/*.accordion__item a:hover {
	opacity: 0.7;
	text-decoration: none;
	background-color: rgba(194,224,243,0.4);
}*/
.accordion__item__link {
  color: #000;
  display: block;
  line-height: 36px;
  background-image: url(../../images/ktc-basic/accordion01.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 21px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 32px;
}

/*.accordion__item__link:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 28px;
	height: 28px;
	background-image: url(../img/accordion001.png);
	background-size: contain;
	vertical-align: middle;
	background-position: right bottom;
}
.accordion__item__link.on:after {
	background-image: url(../img/accordion002.png);
}*/
.submenu {
  color: #222;
  cursor: default;
}

@media screen and (max-width: 599px) {
  .accordion__item__link {
    line-height: 30px;
    background-image: url(../../images/ktc-basic/accordion02.gif);
    font-size: 130%;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 22px;
  }
  /*.accordion__item__link:after {
  	right: 2px;
  	top: 4px;
  	width: 20px;
  	height: 20px;
  }*/
}
/*-------------------------------------------------------------------
	accordion-recruit
-------------------------------------------------------------------*/
.accordion__item-recruit {
  cursor: default;
  display: block;
}

/*.accordion__item-recruit a:hover {
	opacity: 0.7;
	text-decoration: none;
	background-color: rgba(194,224,243,0.4);
}*/
.accordion__item-recruit__link {
  color: #000;
  display: block;
  line-height: 36px;
  font-size: 21px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 32px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
}

/*.accordion__item-recruit__link:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 28px;
	height: 28px;
	background-image: url(../img/accordion003.png);
	background-size: contain;
	vertical-align: middle;
	background-position: right bottom;
}
.accordion__item-recruit__link.on:after {
	background-image: url(../img/accordion004.png);
}*/
.submenu-recruit {
  color: #222;
  cursor: default;
}

@media screen and (max-width: 599px) {
  .accordion__item-recruit__link {
    line-height: 30px;
    font-size: 130%;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 22px;
  }
  /*.accordion__item-recruit__link:after {
  	right: 2px;
  	top: 4px;
  	width: 20px;
  	height: 20px;
  }*/
}
/*-------------------------------------------------------------------
	採用情報用メニュー
-------------------------------------------------------------------*/
#recruit01 {
  background-color: #35b5c0;
  background-image: url(../../images/ftm_basic/recruit-menu01_pc.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  line-height: 100%;
}

#recruit01 ul {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
}

#recruit01 ul li {
  display: inline;
  margin-right: 10px;
}

#recruit01 ul li a {
  color: #FFF;
}

#recruit01 ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#recruit01 ul li .recruit02 {
  margin-right: 0px;
}

@media screen and (max-width: 599px) {
  #recruit01 {
    background-color: #35b5c0;
    background-image: none;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    line-height: 100%;
    height: 10px;
    margin-top: 45px;
  }
  #recruit01 ul {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
#recruit01-2 {
  background-color: #35b5c0;
  background-image: url(../../images/ftm_basic/recruit-menu01_pc.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  line-height: 100%;
  z-index: 1;
  position: absolute;
  width: 100%;
  font-size: 90%;
  margin-top: 120px;
}

#recruit01-2 ul {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
}

#recruit01-2 ul li {
  display: inline;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

#recruit01-2 ul li a {
  color: #FFF;
}

#recruit01-2 ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#recruit01-2 ul li.recruit02 {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #fff;
}

/*-------------------------------------------------------------------
	採用情報用ページタイトル
-------------------------------------------------------------------*/
#recruit03 {
  text-align: center;
  background-image: url(../../images/ktc-basic/recruit-menu01_pc.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.recruit04 {
  color: #3f519b;
  font-size: 36px;
  background-image: url(../../images/ktc-basic/recruit-menu02_pc.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: bold;
}

#recruit05 {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #recruit03 {
    background-image: none;
  }
  .recruit04 {
    font-size: 24px;
    background-image: url(../../images/ktc-basic/recruit-menu02_sp.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #recruit05 {
    padding-top: 3%;
    background-image: none;
  }
}
/*-------------------------------------------------------------------
	マウススクロールボタン
-------------------------------------------------------------------*/
.topscrollbt {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  padding-top: 35px;
}

.topscrollbt span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 35px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.topscrollbt span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: "";
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------------------------------------
	採用TOP全画面
-------------------------------------------------------------------*/
#recruittop01 {
  position: relative;
}

#recruittop01-01 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

#recruittop01-02 {
  z-index: 0;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.video_layer {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-image: url(../img/top_video_layer.png);
}

.recruittop01-03 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  height: 61px;
  background-color: #FFF;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  #recruittop01 {
    top: -55px;
  }
}
/*-------------------------------------------------------------------
	2024採用基本ボタン01
-------------------------------------------------------------------*/
.persons__linkbt {
  height: 80px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 25px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  display: flex;
  float: right;
}

.persons__linkbt a {
  font-size: 105%;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  line-height: 80px;
  transition: all 0.5s ease;
  z-index: 2;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
}

.persons__linkbt a:hover {
  text-decoration: none;
}

.persons__linkbt__eff {
  width: 100%;
  height: 80px;
  bottom: -80px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 1;
}

.persons__linkbt:hover .persons__linkbt__eff {
  bottom: 0;
  text-decoration: none;
}

.persons__linkbt:hover a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .persons__linkbt {
    width: 100%;
    height: 50px;
    margin-top: 0;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .persons__linkbt a {
    color: #fff;
    line-height: 50px;
  }
  .persons__linkbt:hover a {
    opacity: 1;
  }
}