@charset "utf-8";

/****************************
 color
****************************/
:root {
  --c-blue: #004975;
  --c-orange: #E95513;
  --c-black: #000;
  --c-bg01: #EFF1F7;
}

html, body {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--c-black);
  background: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  width: 100%;
}

header{
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100000;
  top: 0;
  left: 0;
}
header .header-inner{
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header .header-inner h1 a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
}
header .header-inner h1 a:hover{
  opacity: .7;
}
header .header-inner h1 img{
  display: block;
  max-width: 76px;
}
header .header-inner h1 span{
  display: block;
  font-size: clamp(1.4rem,1.8vw,2.2rem);
  line-height: 1;
  margin-left: 10px;
  color: #004975;
}
header .header-nav{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
header .header-nav a{
  display: block;
  font-size: clamp(1.4rem,1.5vw,1.5rem);
  line-height: 1;
  margin-left: 20px;
  transition: .3s;
}
header .header-nav a:hover{
  color: var(--c-blue);
}
header .header-btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}
header .header-btn a{
  padding: 15px 5px;
  text-align: center;
  font-size: clamp(1.4rem,1.5vw,1.5rem);
  line-height: 1;
  margin-left: 15px;
  border-radius: 50px;
  transition: .3s;
  color: #fff;
  display: block;
  width: 160px;
}
header .header-btn a:hover{
  opacity: .7;
}
header .header-btn a:nth-of-type(1),
header .header-btn a:nth-of-type(2){
  background-color: var(--c-blue);
}
header .header-btn a:nth-of-type(2){
  display: none;
}
header .header-btn a:nth-of-type(3){
  background-color: var(--c-orange);
}
@media screen and (max-width: 960px) {
  header .header-inner h1 img{
    max-width: 60px;
  }
  header .header-inner h1 span{
    margin-left: 10px;
  }
  header .header-nav{
    padding-left: 10px;
  }
  header .header-nav a{
    margin-left: 10px;
  }
  header .header-btn a{
    margin-left: 10px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
  }
  header .header-inner h1{
    padding-left: 10px;
  }
  header .header-inner h1 img{
    max-width: 50px;
  }
  header .header-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    width: 100%;
    border-top: solid 1px #A2A2A2;
    border-bottom: solid 1px #A2A2A2;
    margin-top: 10px;
  }
  header .header-nav a{
    width: 50%;
    margin-left: 0;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: solid 1px #A2A2A2;
  }
  header .header-nav a:last-of-type{
    border-right: none;
  }
  header .header-nav a:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/recruit/arw-down.png) no-repeat center center / contain;
    display: block;
    margin-left: 5px;
  }
  header .header-btn a:nth-of-type(1){
    display: none;
  }
  header .header-btn a:nth-of-type(2){
    display: block;
  }
  header .header-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header .header-btn a{
    margin: 0;
    border-radius: 0;
    position: relative;
    width: 50%;
    padding: 20px 5px;
  }
  header .header-btn a:after{
    content: '';
    width: 14px;
    height: 6px;
    background: url(../img/recruit/arw-nav.svg) no-repeat center center / contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}

/***** footer *****/
footer{
  background-color: var(--c-bg01);
  padding: 0 0 50px;
  text-align: center;
}
footer h5{
  padding-top: 60px;
}
footer h5 a{
  display: inline-block;
  transition: .3s;
}
footer h5 a:hover{
  opacity: .7;
}
footer h5 img{
  max-width: 148px;
  display: block;
  margin: 0 auto 20px;
}
footer h5 span{
  display: block;
  font-size: clamp(1.4rem,1.8vw,2.2rem);
  line-height: 1;
  color: #004975;
}
footer .corp-link{
  font-size: clamp(1.2rem,1.4vw,1.6rem);
  line-height: 1;
  margin-top: 100px;
  display: inline-block;
  transition: .3s;
}
footer .corp-link:after{
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/recruit/icon-blank.svg) no-repeat center center / contain;
  display: inline-block;
  margin-left: 5px;
}
footer .corp-link:hover{
  opacity: .7;
}
footer address{
  font-size: clamp(1rem,1.1vw,1.3rem);
  line-height: 1;
  margin-top: 30px;
  font-style: normal;
}
footer .footer-btn{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
footer .footer-btn a{
  padding: 90px 5px;
  text-align: center;
  font-size: clamp(1.5rem,2vw,2.4rem);
  font-weight: 600;
  line-height: 1;
  transition: .3s;
  color: var(--c-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2 - 5px);
  background-color: #fff;
  position: relative;
}
footer .footer-btn a:hover{
  opacity: .7;
}
footer .footer-btn a:nth-of-type(1):after{
  content: '';
  width: 57px;
  height: 21px;
  background: url(../img/recruit/arw-nav02.svg) no-repeat center center / contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
footer .footer-btn a:nth-of-type(2){
}
footer .footer-btn a:nth-of-type(2) span{
  font-family: "Roboto";
  display: block;
  margin-top: 5px;
}
footer .footer-btn a:nth-of-type(3){
  display: none;
}
footer .footer-btn a:nth-of-type(3){
}
@media screen and (max-width: 768px) {
  footer{
    padding: 0 0 80px;
  }
  footer h5{
    padding-top: 30px;
  }
  footer h5 img{
    max-width: 92px;
    margin: 0 auto 10px;
  }
  footer .corp-link{
    margin-top: 30px;
  }
  footer .corp-link:after{
    width: 12px;
    height: 12px;
  }
  footer address{
    margin-top: 15px;
  }
  footer .footer-btn a{
    padding: 40px 5px;
    width: calc(100% / 2 - 2px);
  }
  footer .footer-btn a:nth-of-type(1):after{
    width: 28px;
    height: 10px;
    right: 5%;
  }
  footer .footer-btn a:nth-of-type(2){
    display: none;
  }
  footer .footer-btn a:nth-of-type(3){
    display: flex;
  }
  footer .footer-btn a:nth-of-type(3):after{
    content: '';
    width: 28px;
    height: 10px;
    right: 5%;
    background: url(../img/recruit/arw-nav02.svg) no-repeat center center / contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*--------------------------------
.show-cnt
--------------------------------*/
.show-cnt {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.show-cnt.run {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 798px) {
  .show-cnt {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
/*--------------------------------
.side-in
--------------------------------*/
.side-in {
  opacity: 0;
  -webkit-transform: translate(-20px,0);
          transform: translate(-20px,0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.side-in.run {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 798px) {
  .side-in {
    opacity: 0;
    -webkit-transform: translate(-10px,0);
            transform: translate(-10px,0);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}


/***** 共通 *****/
main{
  padding: 100px 0 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  main{
    padding: 87px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main{
    padding: 97px 0 0;
  }
}
.slick-prev:before,
.slick-next:before{
  display: none;
}

/***** TOP *****/
.pg-recruit-top__mv{
  position: relative;
}
.pg-recruit-top__mv .head-txt{
  position: absolute;
  z-index: 1;
  top: 15%;
  right: 8%;
  width: 38%;
  overflow: hidden;
}
.pg-recruit-top__mv .head-txt:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  transition: .6s;
  transform: translateX(100%);
}
.pg-recruit-top__mv .head-txt.move:before{
  transform: translateX(0);
}
.pg-recruit-top__mv .btm-txt{
  position: absolute;
  background-color: rgba(0, 73, 117, 0.8);
  color: #fff;
  font-size: clamp(2.2rem,2.5vw,3rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding: 20px 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__mv .head-txt{
    top: 5%;
    right: 0;
    width: 70%;
  }
  .pg-recruit-top__mv .btm-txt{
    text-align: left;
    padding: 15px;
  }
}
.pg-recruit-top__intro{
  background-color: var(--c-bg01);
  padding: 90px 0;
}
.pg-recruit-top__intro-head{
  max-width: 1440px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto 90px;
}
.pg-recruit-top__intro-head:before,
.pg-recruit-top__intro-head:after{
  content: '';
  width: 15%;
  padding-top: 2.5%;
  background: url(../img/recruit/treat.png) no-repeat center center / contain;
  position: absolute;
}
.pg-recruit-top__intro-head:before{
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.pg-recruit-top__intro-head:after{
  right: 2%;
  bottom: 10%;
}
.pg-recruit-top__intro-head-midashi{
  font-size: clamp(2.2rem,3.5vw,5rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
  color: var(--c-blue);
}
.pg-recruit-top__intro-head-text{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.8;
}
.pg-recruit-top__intro-list{
  padding-bottom: 5%;
  position: relative;
}
.pg-recruit-top__intro-list:before,
.pg-recruit-top__intro-list:after{
  content: '';
  width: 12%;
  padding-top: 2.2%;
  background: url(../img/recruit/treat.png) no-repeat center center / contain;
  position: absolute;
}
.pg-recruit-top__intro-list:before{
  bottom: 0;
  left: 2%;
}
.pg-recruit-top__intro-list:after{
  right: 5%;
  bottom: 0;
}
.pg-recruit-top__intro-list-item {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.pg-recruit-top__intro-list-box{
  width: min(90%, 1030px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.pg-recruit-top__intro-list-inner{
  width: 45%;
}
.pg-recruit-top__intro-list-item:nth-child(even) 
.pg-recruit-top__intro-list-inner{
  margin-left: auto;
}
.pg-recruit-top__intro-list-midashi{
  font-size: clamp(2.6rem,3.8vw,4.5rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
}
.pg-recruit-top__intro-list-midashi strong{
  color: var(--c-blue);
  position: relative;
  padding-bottom: 10px;
}
.pg-recruit-top__intro-list-midashi strong:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right,  #1f68ff 0%,#62f1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pg-recruit-top__intro-list-text{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.8;
}
.pg-recruit-top__intro-list-img{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.pg-recruit-top__intro-list-item:nth-child(even) .pg-recruit-top__intro-list-img{
  right: initial;
  left: 0;
}
.pg-recruit-top__intro-list-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1100px) {
  .pg-recruit-top__intro-list-item {
    min-height: auto;
  }
  .pg-recruit-top__intro-list-box{
    padding: 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__intro{
    background-color: var(--c-bg01);
    padding: 5% 0 9%;
  }
  .pg-recruit-top__intro-head{
    max-width: 1440px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto 10%;
    padding: 15% 0 12%;
  }
  .pg-recruit-top__intro-head:before,
  .pg-recruit-top__intro-head:after{
    width: 50%;
    padding-top: 8.5%;
  }
  .pg-recruit-top__intro-head:before{
    top: 2%;
    left: initial;
    right: 0;
    transform: none;
  }
  .pg-recruit-top__intro-head:after{
    right: initial;
    left: 0;
    bottom: 0;
  }
  .pg-recruit-top__intro-head-text{
    padding: 0 10px;
  }
  .pg-recruit-top__intro-list{
    padding-bottom: 5%;
    display: block;
  }
  .pg-recruit-top__intro-list:before,
  .pg-recruit-top__intro-list:after{
    width: 50%;
    padding-top: 8.5%;
  }
  .pg-recruit-top__intro-list:before{
    bottom: 0;
    left: -10%;
  }
  .pg-recruit-top__intro-list:after{
    display: none;
  }
  .pg-recruit-top__intro-list-item {
    display: block;
    margin-bottom: 30px;
  }
  .pg-recruit-top__intro-list-box{
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .pg-recruit-top__intro-list-inner{
    width: 100%;
  }
  .pg-recruit-top__intro-list-midashi{
    margin: 0 0 20px;
  }
  .pg-recruit-top__intro-list-midashi strong:after{
    height: 2px;
  }
  .pg-recruit-top__intro-list-img{
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    height: auto;
  }
}

.pg-recruit-top__inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.pg-recruit-top__title{
  font-size: clamp(2.6rem,3.8vw,4rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
  padding-left: 25px;
  position: relative;
  color: var(--c-blue);
}
.pg-recruit-top__title:before{
  content: '';
  background: url(../img/recruit/title-dot.svg) no-repeat center center / contain;
  width: 15px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 0;
}
.pg-recruit-top__sub-title{
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  padding-left: 25px;
  position: relative;
  color: var(--c-blue);
}
.pg-recruit-top__sub-title:before{
  content: '';
  background: #268FCF;
  width: 15px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__title{
    margin: 0 0 20px;
    padding-left: 15px;
  }
  .pg-recruit-top__title:before{
    width: 10px;
    height: 17px;
    top: 6px;
  }
  .pg-recruit-top__sub-title{
    margin: 0 0 15px;
    padding-left: 15px;
  }
  .pg-recruit-top__sub-title:before{
    width: 10px;
    height: 6px;
    top: 10px;
  }
}

.pg-recruit-top__photo{
  padding: 110px 0;
  position: relative;
}
.pg-recruit-top__photo:before{
  content: '';
  width: 16%;
  padding-top: 2.6%;
  background: url(../img/recruit/treat.png) no-repeat center center / contain;
  position: absolute;
  top: 110px;
  left: -55px;
}
.pg-recruit-top__photo-slider{
  position: relative;
}
.pg-recruit-top__photo-slider .slick-track{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pg-recruit-top__photo-card{
  margin: 0 10px;
  height: auto !important;
  text-align: center;
  padding: 30px 10px;
  background-color: var(--c-bg01);
  box-shadow: 10px 10px 10px rgba(213, 231, 253, 1);
  display: flex !important;
  flex-direction: column;
}
.pg-recruit-top__photo-text{
  font-size: clamp(1.4rem,1.6vw,1.8rem);
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 20px 10px 0;
}
.pg-recruit-top__photo-slider .slick-prev{
  background: url(../img/recruit/top/slide-arw.svg) no-repeat center center / contain;
  left: calc(10% - 23px);
  transform: translate(0, -50%) scale(-1,1);
}
.pg-recruit-top__photo-slider .slick-next{
  background: url(../img/recruit/top/slide-arw.svg) no-repeat center center / contain;
  right: calc(10% - 23px);
}
.pg-recruit-top__photo-slider .slick-prev,
.pg-recruit-top__photo-slider .slick-next{
  width: 46px;
  height: 46px;
  top: 50%;
  z-index: 3;
  transition: .3s;
  opacity: 1;
}
.pg-recruit-top__photo-slider .slick-prev:hover,
.pg-recruit-top__photo-slider .slick-next:hover{
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__photo{
    padding: 50px 0;
  }
  .pg-recruit-top__photo:before{
    display: none;
  }
  .pg-recruit-top__photo-card{
    margin: 0 5px;
    padding: 20px 5px;
    box-shadow: 5px 5px 5px rgba(213, 231, 253, 1);
  }
  .pg-recruit-top__photo-text{
    padding: 20px 10px 0;
  }
  .pg-recruit-top__photo-slider .slick-prev{
    left: calc(4% - 13px);
  }
  .pg-recruit-top__photo-slider .slick-next{
    right: calc(4% - 13px);
  }
  .pg-recruit-top__photo-slider .slick-prev,
  .pg-recruit-top__photo-slider .slick-next{
    width: 26px;
    height: 26px;
  }
}
.pg-recruit-top__environment{
  background-color: var(--c-bg01);
  padding: 100px 0;
  position: relative;
}
.pg-recruit-top__environment:before{
  content: '';
  width: 16%;
  padding-top: 2.6%;
  background: url(../img/recruit/treat.png) no-repeat center center / contain;
  position: absolute;
  top: 110px;
  right: -55px;
}
.pg-recruit-top__environment-card{
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 3px;
}
.pg-recruit-top__environment-head-title{
  font-size: clamp(1.9rem,2.5vw,3rem);
  line-height: 1.6;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.pg-recruit-top__environment-head-title:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right,  #1f68ff 0%,#62f1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pg-recruit-top__environment-head-text{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.8;
  text-align: center;
  margin: 0 0 30px;
}
.pg-recruit-top__environment-box{
  background-color: var(--c-bg01);
  padding: 30px;
  margin-bottom: 30px;
}
.pg-recruit-top__environment-box:last-of-type{
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__environment{
    padding: 50px 0;
  }
  .pg-recruit-top__environment:before{
    display: none;
  }
  .pg-recruit-top__environment-card{
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 2px;
  }
  .pg-recruit-top__environment-head-title{
    margin: 0 0 10px;
    padding-bottom: 5px;
  }
  .pg-recruit-top__environment-head-title:after{
    left: -15px;
    width: calc(100% + 30px);
    height: 2px;
  }
  .pg-recruit-top__environment-head-text{
    margin: 0 0 20px;
  }
  .pg-recruit-top__environment-box{
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.pg-recruit-top__authentication{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 730px;
}
.pg-recruit-top__authentication li{
  width: calc(100% / 3 - 20px);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.pg-recruit-top__authentication-img{
  max-width: 207px;
  margin: 0 auto;
}
.pg-recruit-top__authentication-text{
  font-size: clamp(1.4rem,1.6vw,1.8rem);
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__authentication{
    justify-content: space-around;
  }
  .pg-recruit-top__authentication li{
    width: calc(100% / 2 - 10px);
  }
  .pg-recruit-top__authentication li:last-child{
    margin-top: 10px;
  }
  .pg-recruit-top__authentication-text{
    padding: 5px 0 0;
  }
}
.pg-recruit-top__stepup,
.pg-recruit-top__training{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pg-recruit-top__training{
  align-items: stretch;
}
.pg-recruit-top__stepup-box{
  width: 58%;
}
.pg-recruit-top__stepup-text,
.pg-recruit-top__training-text{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.8;
}
.pg-recruit-top__stepup-image{
  width: 42%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-recruit-top__stepup-image p:nth-of-type(1){
  width: 40%;
}
.pg-recruit-top__stepup-image p:nth-of-type(2){
  width: 58%;
}
.pg-recruit-top__training-box{
  width: 60%;
}
.pg-recruit-top__training-sub{
  width: 38%;
  padding-left: 20px;
  border-left: solid 1px #B7B7B7;
}
.pg-recruit-top__training-sub-text{
  font-size: clamp(1.4rem,1.6vw,1.7rem);
  line-height: 2.2;
}
.pg-recruit-top__training-sub-text strong{
  font-size: clamp(1.6rem,1.8vw,2rem);
  color: var(--c-blue);
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__stepup,
  .pg-recruit-top__training{
    display: block;
  }
  .pg-recruit-top__stepup-box,
  .pg-recruit-top__training-box{
    width: 100%;
  }
  .pg-recruit-top__stepup-image,
  .pg-recruit-top__training-sub{
    width: 100%;
    display: block;
  }
  .pg-recruit-top__stepup-image p{
    margin: 15px auto 0;
  }
  .pg-recruit-top__stepup-image p:nth-of-type(1){
    width: 60%;
  }
  .pg-recruit-top__stepup-image p:nth-of-type(2){
    width: 90%;
  }
  .pg-recruit-top__training-sub{
    width: 100%;
    border: none;
    padding: 30px 0 0;
  }
}
.pg-recruit-top__female{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-recruit-top__female li{
  width: calc(100% / 3 - 20px);
  background-color: var(--c-bg01);
}
.pg-recruit-top__female-midashi{
  font-size: 2rem;
  color: #268FCF;
  padding: 20px 10px;
  text-align: center;
}
.pg-recruit-top__female-text{
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__female{
    display: block;
  }
  .pg-recruit-top__female li{
    width: 100%;
    margin: 0 0 15px;
  }
  .pg-recruit-top__female-midashi{
    padding: 10px 10px;
  }
  .pg-recruit-top__female-text{
    padding: 0 10px 20px;
  }
}
.pg-recruit-top__ratio{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-recruit-top__ratio li{
  width: calc(100% / 2 - 20px);
  background-color: var(--c-bg01);
  padding: 0 0 20px;
}
.pg-recruit-top__ratio-midashi{
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  font-size: clamp(1.6rem,2vw,2.6rem);
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
}
.pg-recruit-top__ratio-img{
  max-width: 400px;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__ratio{
    display: block;
  }
  .pg-recruit-top__ratio li{
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .pg-recruit-top__ratio-img{
    margin: 15px auto 0;
  }
}
.pg-recruit-top__career-midashi{
  font-size: clamp(1.8rem,2vw,2.4rem);
  font-weight: 700;
  color: var(--c-blue);
  text-align: center;
  line-height: 1.4;
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__career-midashi{
    margin: 30px 0 15px;
  }
  .pg-recruit-top__career-image{
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.pg-recruit-top__benefits{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-recruit-top__benefits li{
  width: calc(100% / 2 - 20px);
  background-color: var(--c-bg01);
  padding: 0 0 20px;
  margin-bottom: 40px;
}
.pg-recruit-top__benefits li:nth-last-child(-n+2){
  margin-bottom: 0;
}
.pg-recruit-top__benefits-midashi{
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  font-size: clamp(1.6rem,2vw,2.6rem);
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
}
.pg-recruit-top__benefits-img{
  max-width: 220px;
  width: 90%;
  margin: 20px auto 0;
}
.pg-recruit-top__benefits-text{
  font-size: clamp(1.4rem,1.6vw,1.8rem);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__benefits{
    display: block;
  }
  .pg-recruit-top__benefits li{
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .pg-recruit-top__benefits li:nth-last-child(-n+2){
    margin-bottom: 15px;
  }
  .pg-recruit-top__benefits li:last-child{
    margin-bottom: 0;
  }
  .pg-recruit-top__benefits-img{
    margin: 15px auto 0;
  }
  .pg-recruit-top__benefits-text{
    padding: 0 10px;
    text-align: left;
  }
}
.pg-recruit-top__interview{
  padding: 100px 0 200px;
  position: relative;
}
.pg-recruit-top__interview:before{
  content: '';
  width: 16%;
  padding-top: 2.6%;
  background: url(../img/recruit/treat.png) no-repeat center center / contain;
  position: absolute;
  top: 110px;
  right: -55px;
}
.pg-recruit-top__interview-list{
  position: absolute;
  bottom: 180px;
  right: -8%;
  width: 67%;
  margin: 0;
  padding-top: 50px;
}
.pg-recruit-top__interview-list-card{
  position: relative;
  margin: 0 0 0 5px;
}
.pg-recruit-top__interview-list .img{
  transform: translateX(75px) scale(.9);
  transition: .3s;
  margin-bottom: 0;
  transform-origin: bottom left;
  position: relative;
  display: block;
}
.pg-recruit-top__interview-list .img:hover{
  opacity: .7;
}
.pg-recruit-top__interview-list .img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  transition: .3s;
}
.pg-recruit-top__interview-list-card.slick-current .img{
  transform: translate(-10px,70px) scale(1.15);
}
.pg-recruit-top__interview-list-card.slick-current .img:after{
  opacity: 0;
}
.pg-recruit-top__interview-list .txt{
  display: block;
  font-size: clamp(1.4rem,1.6vw,1.7rem);
  margin-top: 10px;
  transition: .3s;
  transform: translateX(75px) scale(.9);
  transform-origin: bottom left;
}
.pg-recruit-top__interview-list-card.slick-current .txt{
  opacity: 0;
}
.pg-recruit-top__interview-grade{
  padding: 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.pg-recruit-top__interview-slider{
  max-width: 480px;
  width: 48%;
  padding: 50px 0 0 50px;
}
.pg-recruit-top__interview-en{
  font-family: "Roboto";
  color: var(--c-blue);
  font-size: clamp(1.4rem,1.6vw,2rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 140px;
}
.pg-recruit-top__interview-en strong{
  display: block;
  font-size: clamp(3.2rem,4vw,5rem);
  font-weight: 300;
  margin-top: 5px;
}
.pg-recruit-top__interview-midashi{
  font-size: clamp(1.5rem,1.7vw,2rem);
  font-weight: 600;
  line-height: 1.6;
  background-color: rgba(0,73,117,.7);
  color: #fff;
  padding: 20px 10px 20px 30px;
}
.pg-recruit-top__interview-text{
  padding: 20px 0 0 50px;
  font-size: clamp(1.4rem,1.6vw,1.7rem);
  line-height: 1.8;
}
.pg-recruit-top__interview-link{
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 10px;
  margin: 40px 0 0 50px;
  font-size: clamp(1.2rem,1.6vw,1.6rem);
  line-height: 1;
  width: fit-content;
  transition: .3s;
}
.pg-recruit-top__interview-link:hover{
  opacity: .7;
}
.pg-recruit-top__interview-link:after{
  content: '';
  display: block;
  width: 17px;
  height: 6px;
  margin-left: 5px;
  background: url(../img/recruit/top/interview-arw.svg) no-repeat center center / contain;
}
.pg-recruit-top__interview-link:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right,  #1f68ff 0%,#62f1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.pg-recruit-top__interview-list .slick-prev,
.pg-recruit-top__interview-list .slick-next{
  bottom: -100px !important;
  top: inherit;
}
.pg-recruit-top__interview-list .slick-prev{
  right: 35% !important;
  left: inherit;
  background: url(../img/recruit/top/slide-arw.svg) no-repeat center center / contain;
  transform: translate(0, -50%) scale(-1,1);
}
.pg-recruit-top__interview-list .slick-next{
  right: 25% !important;
  left: inherit;
  background: url(../img/recruit/top/slide-arw.svg) no-repeat center center / contain;
}
.pg-recruit-top__interview-list .slick-prev,
.pg-recruit-top__interview-list .slick-next{
  width: 46px;
  height: 46px;
  z-index: 3;
  transition: .3s;
  opacity: 1;
}
.pg-recruit-top__interview-list .slick-prev:hover,
.pg-recruit-top__interview-list .slick-next:hover{
  opacity: .7;
}
@media screen and (max-width: 1450px) {
  .pg-recruit-top__interview-en{
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .pg-recruit-top__interview{
    padding: 50px 0;
  }
  .pg-recruit-top__interview:before{
    display: none;
  }
  .pg-recruit-top__interview-list{
    position: relative;
    bottom: initial;
    right: initial;
    width: 95%;
    margin: 0 0 0 auto;
    padding-top: 0;
  }
  .pg-recruit-top__interview-list .slick-track{
    padding: 24% 0 0;
  }
  .pg-recruit-top__interview-list .img{
    transform: translateX(40%) scale(.9);
    transition: .3s;
    margin-bottom: 0;
    transform-origin: bottom left;
    position: relative;
  }
  .pg-recruit-top__interview-list-card.slick-current .img{
    transform: translate(-10px,0) scale(1.35);
  }
  .pg-recruit-top__interview-list-card{
    margin: 0;
  }
  .pg-recruit-top__interview-list .txt{
    display: none;
  }
  .pg-recruit-top__interview-slider{
    max-width: none;
    width: 100%;
    padding: 50px 0 0;
  }
  .pg-recruit-top__interview-card{
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .pg-recruit-top__interview-en{
    display: none;
  }
  .pg-recruit-top__interview-midashi{
    padding: 10px 5px 10px 10px;
    width: 90%;
  }
  .pg-recruit-top__interview-text{
    padding: 20px 0 0;
    width: calc(100% - 130px);
  }
  .pg-recruit-top__interview-link{
    padding: 0 0 5px;
    margin: 0;
    max-width: 120px;
  }
  .pg-recruit-top__interview-link:hover{
    opacity: .7;
  }
  .pg-recruit-top__interview-link:after{
    content: '';
    display: block;
    width: 15px;
    height: 4px;
    margin-left: 5px;
    background: url(../img/recruit/top/interview-arw.svg) no-repeat center center / contain;
  }
  .pg-recruit-top__interview-link:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,  #1f68ff 0%,#62f1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .pg-recruit-top__interview-list .slick-prev,
  .pg-recruit-top__interview-list .slick-next{
    bottom: -48px !important;
  }
  .pg-recruit-top__interview-list .slick-prev{
    right: 14% !important;
  }
  .pg-recruit-top__interview-list .slick-next{
    right: 5% !important;
  }
  .pg-recruit-top__interview-list .slick-prev,
  .pg-recruit-top__interview-list .slick-next{
    width: 24px;
    height: 24px;
  }
}

.pg-recruit__requirements {
  background-color: var(--c-bg01);
  padding: 100px 0;
  position: relative;
}
.pg-recruit__requirements .searchandfilter{
  background-color: #fff;
  padding: 30px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 80px;
  border-radius: 10px;
}
.pg-recruit__requirements .searchandfilter > div > ul > li{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pg-recruit__requirements .searchandfilter > div > ul > li:last-child{
  display: block;
}
.pg-recruit__requirements .searchandfilter > div > ul > li h4{
  font-size: clamp(1.5rem,1.7vw,2rem);
  font-weight: 600;
  line-height: 1.6;
  color: var(--c-blue);
  min-width: 120px;
  width: 120px;
  margin-top: 0;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul{
  width: calc(100% - 120px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 5px;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul li{
  width: fit-content;
  margin: 0 20px 20px 0;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul .name{
  cursor: pointer;
  position: relative;
  font-size: clamp(1.5rem,1.7vw,2rem);
  padding-left: 30px;
  line-height: 1.4;
  transition: .3s;
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul .name:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid var(--c-blue);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul input[type=checkbox]{
  display: none;
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul input[type=checkbox]:checked + .name:before{
  background-color: var(--c-blue);
}
.pg-recruit__requirements .searchandfilter > div > ul > li ul input[type=checkbox]:checked + .name::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-75%) rotate(135deg);
  position: absolute;
  left: 4px;
  top: 50%;
}
.sf-submit-wrap input[type=submit]{
  border: none;
  background-color: var(--c-black);
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem,1.5vw,1.8rem);
  line-height: 1.2;
  padding: 15px 5px;
  transition: .3s;
  cursor: pointer;
}
.sf-submit-wrap{
  position: relative;
  max-width: 280px;
  margin: 30px auto 0;
}
.sf-submit-wrap:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 17px;
  height: 17px;
  background: url(../img/recruit/icon-search.svg) no-repeat center center / contain;
  z-index: 1;
}
.pg-recruit__requirements-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}
.pg-recruit__requirements-list li{
  width: calc(100% / 3 - 8px);
  margin: 0 12px 12px 0;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.pg-recruit__requirements-list li:nth-child(3n){
  margin-right: 0;
}
.pg-recruit__requirements-image{
  margin-bottom: 15px;
}
.pg-recruit__requirements-cat{
  background-color: var(--c-blue);
  color: #fff;
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
.pg-recruit__requirements-title{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.4;
  padding: 8px 0 4px;
  color: var(--c-blue);
}
.pg-recruit__requirements-company{
  font-size: clamp(1.6rem,1.8vw,2rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 5px;
}
.pg-recruit__requirements-triangle{
  font-size: clamp(1.6rem,1.8vw,2rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
}
.pg-recruit__requirements-triangle:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent var(--c-blue);
  border-radius: 2px;
}
.pg-recruit__requirements-btn{
  width: calc(100% + 20px);
  margin: auto -10px -10px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-recruit__requirements-btn a{
  display: block;
  width: 50%;
  padding: 15px 5px;
  text-align: center;
  font-size: clamp(1.5rem,1.6vw,1.8rem);
  line-height: 1;
  color: #FFF;
  transition: .3s;
}
.pg-recruit__requirements-btn a:hover{
  opacity: .7;
}
.pg-recruit__requirements-btn a.pc-btn,
.pg-recruit__requirements-btn a.sp-btn{
  background-color: var(--c-blue);
}
.pg-recruit__requirements-btn a.sp-btn{
  display: none;
}
.pg-recruit__requirements-btn a:nth-of-type(3){
  background-color: #268FCF;
}
@media screen and (max-width: 768px) {
  .pg-recruit__requirements{
    padding: 50px 0;
  }
  .pg-recruit__requirements .searchandfilter{
    width: 100%;
    padding: 20px 15px;
    margin: 0 0 40px;
    border-radius: 0;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li{
    display: block;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li h4{
    min-width: 120px;
    width: 120px;
    margin-bottom: 5px;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li ul{
    width: 100%;
    padding-top: 0;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li ul li{
    margin: 0 10px 10px 0;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li ul .name{
    padding-left: 20px;
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li ul .name:before {
    width: 15px;
    height: 15px;
    border: 1px solid var(--c-blue);
  }
  .pg-recruit__requirements .searchandfilter > div > ul > li ul input[type=checkbox]:checked + .name::after {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .pg-recruit__requirements-list{
    display: block;
  }
  .pg-recruit__requirements-list li{
    width: 100%;
    margin: 0 0 10px;
  }
  .pg-recruit__requirements-list li:nth-child(n+4){
    display: none;
  }
  .pg-recruit__requirements-btn a.pc-btn{
    display: none;
  }
  .pg-recruit__requirements-btn a.sp-btn{
    display: block;
  }
}

/***** interview *****/
.pg-interview{

}
@media screen and (max-width: 768px) {
  .pg-interview{
    padding: 60px 0 0;
  }
}
.pg-interview__main{
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .pg-interview__main {
    height: calc(100vh - 87px);
  }
}
@media screen and (max-width: 768px) {
  .pg-interview__main {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
  }
}
.pg-interview__main-card{
  position: absolute;
  background-color: rgba(0, 73, 117, 0.8);
  color: #fff;
  right: 0;
  bottom: 50px;
  padding: 30px;
  z-index: 1;
  width: 600px;
  border-radius: 10px 0 0 10px;
}
.pg-interview__main-image{
  width: 100%;
  height: 100%;
}
.pg-interview__main-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-interview__main-card-midashi{
  font-size: clamp(1.9rem,2.5vw,2.5rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.pg-interview__main-card-midashi:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #1f68ff 0%, #62f1ff 100%);
}
.pg-interview__main-card-company{
  font-size: clamp(1.5rem,1.6vw,1.7rem);
  line-height: 1.4;
  margin: 0 0 10px;
}
.pg-interview__main-card-name{
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.4;
}
.pg-interview__main-card-name span{
  display: block;
  font-size: clamp(1.5rem,1.6vw,1.7rem);
}
@media screen and (max-width: 768px) {
  .pg-interview__main-card{
    padding: 15px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    border-radius: 0;
  }
  .pg-interview__main-card-midashi{
    margin: 0 0 10px;
    padding-bottom: 5px;
  }
  .pg-interview__main-card-midashi:after{
    height: 2px;
  }
}
.page-nav{
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 0;
}
.page-nav-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-nav-list a{
  display: block;
  color: #1F68FF;
  font-family: "Roboto";
  font-weight: 300;
  font-size: clamp(1.2rem,2vw,3rem);
  line-height: 1;
/*  width: calc(100% / 5 - 100px);*/
  transition: .3s;
  position: relative;
  margin: 0 150px 0 0;
}
.page-nav-list a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
  width: 120px;
  height: 110%;
  background: url(../img/recruit/interview/nav-arw.png) no-repeat center center / contain;
}
.page-nav-list a:last-of-type:after{
  display: none;
}
.page-nav-list a:last-of-type{
  margin-right: 0;
}
.page-nav-list a:hover{
  color: var(--c-black);
}
@media screen and (max-width: 1010px) {
  .page-nav-list a{
    margin: 0 100px 0 0;
  }
  .page-nav-list a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(120%, -50%);
    width: 90px;
    height: 110%;
    background: url(../img/recruit/interview/nav-arw.png) no-repeat center center / contain;
  }
}
@media screen and (max-width: 768px) {
  .page-nav{
    margin: 20px auto 0;
  }
  .page-nav-list a{
    margin: 0 20px 0 0;
  }
  .page-nav-list a:after{
    width: 26px;
  }
}
.pg-interview__list{
  list-style:none;
  padding-bottom: 120px;
}
.pg-interview__card{
  padding-top: 120px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.pg-interview__card-head{
  position: relative;
  margin-bottom: 60px;
}
.pg-interview__card-head-en{
  font-family: "Roboto";
  font-weight: 300;
  font-size: clamp(7rem,7.2vw,8.5rem);
  line-height: 1;
  display: inline-block;
  background: linear-gradient(90deg, #1F68FF 0%, #62F1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
}
.pg-interview__card:nth-child(odd) .pg-interview__card-head-en{
  left: 0;
}
.pg-interview__card:nth-child(even) .pg-interview__card-head-en{
  right: 0;
}
.pg-interview__card-head-box{
  max-width: 760px;
  width: 76%;
}
.pg-interview__card:nth-child(odd) .pg-interview__card-head-box{
  margin-left: auto;
}
.pg-interview__card-head-midashi01{
  font-size: clamp(1.7rem,2vw,2.5rem);
  line-height: 1.4;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
.pg-interview__card-head-midashi01:before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #1f68ff 0%, #62f1ff 100%);
}
.pg-interview__card-head-midashi02{
  font-size: clamp(1.8rem,2.2vw,2.8rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--c-blue);
}
.pg-interview__card-head-text{
  font-size: clamp(1.6rem,1.7vw,1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pg-interview__list{
    padding-bottom: 60px;
  }
  .pg-interview__card{
    padding-top: 60px;
    width: 100%;
  }
  .pg-interview__card-head{
    margin: 0 auto 30px;
    width: 90%;
  }
  .pg-interview__card-head-en{
    position: relative;
    top: initial;
    margin-bottom: 10px;
  }
  .pg-interview__card:nth-child(odd) .pg-interview__card-head-en{
    left: initial;
  }
  .pg-interview__card:nth-child(even) .pg-interview__card-head-en{
    right: initial;
  }
  .pg-interview__card-head-box{
    max-width: none;
    width: 100%;
  }
  .pg-interview__card-head-midashi01{
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .pg-interview__card-head-midashi01:before{
    top: 10px;
    width: 20px;
    height: 2px;
  }
  .pg-interview__card-head-midashi02{
    font-size: clamp(1.8rem,2.2vw,2.8rem);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: var(--c-blue);
  }
  .pg-interview__card-head-text{
    font-size: clamp(1.6rem,1.7vw,1.8rem);
    line-height: 1.8;
    font-weight: 400;
  }
}
.pg-interview__other{
  background-color: var(--c-bg01);
}
.pg-interview__other-title{
  font-family: "Roboto";
  font-weight: 300;
  font-size: clamp(5rem,7.2vw,8.5rem);
  line-height: 1;
  display: inline-block;
  background: linear-gradient(90deg, #1F68FF 0%, #62F1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.pg-requirements__head{
  position: relative;
  margin-bottom: 60px;
  background-color: var(--c-bg01);
  width: 100%;
  height: 0;
  padding-top: 43%;
  overflow: hidden;
  margin-top: 60px;
}
.pg-requirements__head-image{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.pg-requirements__head-title{
  position: absolute;
  background-color: rgba(255,255,255,.8);
  padding: 10px 100px;
  text-align: center;
  font-size: clamp(2rem,3vw,4rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pg-requirements__body{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 200px;
}
.pg-requirements__body-midashi{
  font-size: clamp(2rem,3vw,4rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--c-blue);
  text-align: center;
  margin: 0 0 60px ;
}
.pg-requirements__body table{
  width: 100%;
}
.pg-requirements__body table tr{
  border-bottom: solid 1px #C6C6C6;
  font-size: clamp(1.4rem,1.6vw,1.8rem);
  line-height: 1.6;
}
.pg-requirements__body table th{
  background-color: #F8F9F9;
  vertical-align: top;
  color: var(--c-blue);
  font-weight: 600;
  padding: 20px 10px;
  width: 250px;
}
.pg-requirements__body table td{
  padding: 20px;
  font-weight: 400;
}
.pg-requirements__button{
  display: block;
  background-color: var(--c-orange);
  color: #fff;
  border-radius: 30px;
  position: relative;
  font-size: clamp(1.6rem,2vw,2.4rem);
  line-height: 1;
  font-weight: 500;
  padding: 25px 5px;
  text-align: center;
  max-width: 450px;
  width: 90%;
  margin: 50px auto 0;
}
.pg-requirements__button:after{
  content: '';
  background: url(../img/recruit/arw-nav.svg) no-repeat center center / contain;
  position: absolute;
  width: 23px;
  height: 20px;
  top :50%;
  right: 50px;
  transform: translateY(-50%);
  transition: .3s;
}
.pg-requirements__button:hover:after{
  right: 40px;
}
@media screen and (max-width: 768px) {
  .pg-requirements__head{
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .pg-requirements__head-title{
    padding: 5px 10px;
  }
  .pg-requirements__body{
    padding-bottom: 50px;
  }
  .pg-requirements__body-midashi{
    margin: 0 0 30px ;
  }
  .pg-requirements__body table th{
    display: block;
    width: 100%;
    padding: 10px;
    width: 100%;
  }
  .pg-requirements__body table td{
    display: block;
    width: 100%;
    padding: 10px 10px 20px;
  }
  .pg-requirements__button{
    border-radius: 15px;
    padding: 15px 5px;
    max-width: 280px;
    width: 90%;
    margin: 30px auto 0;
  }
  .pg-requirements__button:after{
    content: '';
    background: url(../img/recruit/arw-nav.svg) no-repeat center center / contain;
    position: absolute;
    width: 23px;
    height: 20px;
    top :50%;
    right: 50px;
    transform: translateY(-50%);
    transition: .3s;
  }
  .pg-requirements__button:hover:after{
    right: 40px;
  }
}

.pg-recruit__category{
  margin-top: -60px;
  padding: 100px 0;
  background-color: #EFF1F7;
}