/* **************************************************************
 common
*************************************************************** */
.page__bottom {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
}

.page__bottom-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page__bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page__bottom .container {
  position: relative;
  z-index: 1;
}

.page__bottom .title-mid {
  display: block;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}

.page__bottom .text-content {
  display: block;
  font-size: 2.2rem;
  text-align: center;
}

.page__bottom .btn-primary-light {
  justify-content: center;
  width: 100%;
  max-width: 660px;
  min-height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 50px auto 0;
  font-size: 3rem;
  font-weight: 700;
}

.page__bottom .btn-primary-light::after {
  right: 30px;
  width: 28px;
  height: 20px;
}

.page__bottom .btn-primary-light:hover {
  scale: 1.15;
  filter: none;
}



/* **************************************************************
 company
*************************************************************** */
/*policy*/
.policy-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 15px;
}

.policy-head .right {
  width: 50%;
}

.policy-head .title-max {
  margin: 0;
  line-height: 1.5;
}

.policy-content {
  margin: 50px 0 80px;
}

.policy-content .text-content {
  line-height: 2.5;
  text-align: center;
}

.policy-content .text-content strong {
  color: var(--color-primary);
}

.policy-box {
  display: flex;
  align-items: center;
  gap: 25px 40px;
  padding: 50px;
  margin: 30px 0;
  background-color: #fff;
}

.policy-box .title-mid {
  margin-top: 0;
}

.policy-box .img {
  flex-shrink: 0;
}


/*message*/
.message-detail .text-content {
  line-height: 2.5;
}

.message-name {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  margin-top: 50px;
  font-size: 2.2rem;
}

.message-profile {
  padding: 50px;
  margin-top: 100px;
  background-color: #f5f5f5;
}

.message-profile .column-container {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px solid #bec7d7;
}

.message-profile .column-container a {
  display: block;
  width: fit-content;
  margin: 15px 0;
}

/*staff*/
.staff-about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 25px;
}

.staff-nav {
  display: grid;
  gap: 10px;
}

.staff-nav .btn-primary-light {
  width: 100%;
}

.staff-nav .btn-primary-light::after {
  rotate: 90deg;
}

.staff-inner {
  padding: 100px 0;
  border-top: 2px solid var(--color-primary-light);
}

.staff-inner:last-of-type {
  padding-bottom: 0;
}

.staff-inner-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.staff-inner-head .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  padding: 15px;
  background: var(--color-primary-light);
  border-radius: 50%;
}

.staff-inner-head .title-max {
  display: block;
  margin-top: 0;
}

.staff-list {
  gap: 50px 22px;
}

.staff-list .item {
  transition: all var(--transition-primary);
}

.staff-list .item .thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 300 / 373);
  overflow: clip;
}

.staff-list .item .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--transition-primary);
}

.staff-list .item:hover .thumb img,
.staff-list .item:hover .icon-arrow-light {
  scale: 1.2;
}

.staff-list .item .content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  margin: 30px 0 0;
}

.staff-list .item .content .tag {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 50rem;
  line-height: 1;
  font-size: 1.6rem;
  white-space: nowrap;
}

.staff-list .item .content .name {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 400;
}

.staff-list .item .content .icon-arrow-light {
  margin-left: auto;
}

/*staff dialog*/
.dialog-wrap {
  background-repeat: no-repeat;
  background-position: right top;
}

.staff-recruiting {
  background-image: url(../images/company/bg_staff_recruiting.jpg);
}

.staff-resourcessupport {
  background-image: url(../images/company/bg_staff_resourcessupport.jpg);
}

.staff-promotion {
  background-image: url(../images/company/bg_staff_promotion.jpg);
}

.staff-ashirias {
  background-image: url(../images/company/bg_staff_ashirias.jpg);
}


/*staff-dialog*/
.staff-dialog {
  padding: 100px 100px 70px;
  overflow-y: auto;
}

.staff-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px 50px;
  margin-bottom: 60px;
}

.staff-head .img {
  flex-shrink: 0;
}

.staff-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

.staff-info .tag {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--color-primary);
  border-radius: 50rem;
  line-height: 1;
  color: var(--color-primary);
}

.staff-info .name {
  display: block;
  font-size: 4rem;
  font-weight: 400;
}

.staff-info .year {
  display: block;
}

.staff-content .content-box {
  margin-bottom: 60px;
}

.staff-content .content-box .text-center {
  text-align: center !important;
}

.staff-content .title-min {
  position: relative;
  padding-left: 75px;
  color: var(--color-primary);
  font-weight: 400;
}

.staff-content .title-min::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px;
  height: 2px;
  background-color: var(--color-primary);
}

.staff-content p {
  line-height: 2;
}

.staff-content .column-container {
  align-items: flex-start;
  gap: 0 50px;
}

.staff-content .column-img {
  margin-bottom: 60px;
}

.dialog-close.btn-primary {
  justify-content: center;
  padding: 20px;
}

.dialog-close.btn-primary::after {
  display: none;
}


/*blog*/
.staff-blog {
  margin: 100px auto;
}

.staff-blog .wrap {
  display: flex;
  justify-content: center;
}

.banner-blog {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 50px;
  background: var(--color-primary-light) var(--tex-primary-light);
  border-radius: 50rem;
}

.banner-blog:hover {
  scale: 1.15;
}

.banner-blog .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.banner-blog .inner .title-mid {
  margin: 0;
  white-space: nowrap;
}


/* **************************************************************
 Access
*************************************************************** */
.access-info .column-container {
  flex-direction: row-reverse;
  gap: 50px;
}

.access-info .column-content {
  width: 100%;
}

.access-info .title-min {
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: inherit;
}

.access-address {
  padding-bottom: 50px;
  border-bottom: 2px solid #bec7d7;
}

.access-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}

.access-box .team {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.access-box .team::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 2px dotted #bec7d7;
  margin-left: 1rem;
}

.access-box .team .tag {
  min-width: 85px;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid var(--color-primary);
  border-radius: 50rem;
  line-height: 1;
  font-size: 1.6rem;
  color: var(--color-primary);
  text-align: center;
}

.access-box .desc {
  flex-shrink: 0;
  font-size: 1.6rem;
}

.map-print {
  display: none;
}

.parking-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}

.parking-box .team {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
  font-size: 1.6rem;
}

.parking-box .team::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 2px dotted #bec7d7;
  margin-left: 1rem;
}


.parking-box .team .tag {
  padding: 5px 10px;
  background-color: var(--color-primary);
  border-radius: 50rem;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.parking-box .desc {
  flex-shrink: 0;
  font-size: 1.6rem;
}

/* **************************************************************
 Service
*************************************************************** */
.service-wrap {
  position: relative;
  background-image: url(../images/bg_service.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.service-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 100%;
  max-width: 1500px;
  height: 2px;
  border-top: 2px solid #bec7d7;
}

.service-wrap.last::after {
  display: none;
}


/*head*/
.service-head {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.service-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 73%;
  background-color: rgba(255, 255, 255, 0.2);
  mix-blend-mode: overlay;
}

.service-head .column-container {
  align-items: center;
}

.service-head .column-content {
  max-width: 50%;
}

.service-head .column-img {
  margin-right: -60px;
}

.service-head .img-support {
  margin-right: -165px;
}

.service-head .title-max {
  margin-top: 0;
  white-space: nowrap;
}

.service-head .text-content {
  line-height: 2.5;
}

.service-head-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 50px;
}

.service-head-nav .item {
  width: 100%
}

.service-head-nav .link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  padding: 20px;
  background-color: #fff;
}

/*content*/
.service-content-info {
  gap: 50px 0;
  margin-bottom: 100px;
}

.service-content-info .title {
  width: 50%;
}

.service-content-info .content {
  width: 50%;
}

.service-content-info .title-max {
  margin-top: 0;
}

/*detail*/
.service-detail {
  gap: 50px 100px;
  margin: 80px 0;
  padding-bottom: 100px;
  border-bottom: 2px solid var(--color-primary-light);

}

.service-detail .item .img {
  margin-bottom: 30px;
  text-align: center;
}

/*point*/
.service-point {
  margin-top: 100px;
}

.service-point .title-sec .main {
  text-align: center;
}

.point-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  text-align: center;
}

.point-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 30px;
  background-color: var(--color-primary-light);
  font-size: 1.6rem;
}

.point-list .item .title-col {
  margin: 15px 0;
}

.point-list .item .img {
  margin-left: auto;
  margin-right: auto;
}

.service-wrap .point-list .item {
  margin-top: 60px;
}

.service-wrap .point-list .item .img {
  margin-top: -60px;
  margin-bottom: 15px;
}

/*btns*/
.btn-service {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  background-color: var(--color-primary);
}

.btn-service::after {
  display: none;
}

.btn-service .logo {
  min-width: 310px;
  text-align: center;
}

.btn-service .tag {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-radius: 50rem;
  line-height: 1;
  font-size: 2rem;
  color: var(--color-primary);
}

.btn-indeed {
  background: url(../images/support/bg_btn_indeed.jpg) no-repeat center / cover;
}

.btn-indeed .tag {
  color: #023a9b;
  white-space: nowrap;
}

.btn-airwork {
  background: url(../images/support/bg_btn_ariwork.jpg) no-repeat center / cover;
}

.btn-airwork .tag {
  color: #20aee5;
  white-space: nowrap;
}


/* **************************************************************
 consulting
*************************************************************** */
.column-consul {
  gap: 50px;
  padding: 100px 0;
  border-bottom: 2px solid #bec7d7;
}

.column-consul:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.column-consul .list-check {
  gap: 3px;
  margin-top: 50px;
}

.column-consul .list-check .item {
  padding: 20px 20px 20px 65px;
  background-color: var(--color-primary-light);
  font-size: 2.2rem;
}

.column-consul .list-check .item::before {
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: var(--color-primary);
  background-image: url(../images/icon_check_wh.png);
  background-size: 18px 13px;
  border-radius: 50%;
}

/*jsp*/
.jsp-column {
  margin: 50px 0;
}

.jsp-column .item {
  padding: 30px 30px;
  background-color: #fff;
}

.jsp-column .item .title-min {
  display: block;
  padding: 15px;
  margin-top: 0;
  border: 1px solid var(--color-primary);
  border-radius: 50rem;
  color: var(--color-primary);
  text-align: center;
}

.jsp-column .item .content {
  font-size: 2.2rem;
  text-align: center;
}

.banner-jsp {
  display: flex;
  justify-content: space-between;
}

.banner-jsp:hover {
  scale: 1.05;
}

.banner-jsp .content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px 40px;
  padding: 40px;
  background: url(../images/consul/bg_banner_jsp.jpg) repeat-y center / 100%;
  color: #fff;
}

.banner-jsp .content .title .catch {
  display: block;
  font-size: 2rem;
}

.banner-jsp .content .title .main {
  font-size: 4rem;
}

.banner-jsp .img {
  position: relative;
  max-width: 45%;
  flex-shrink: 0;
}

.banner-jsp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-jsp .img .btn-primary {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

/*example*/
.column-example {
  align-items: flex-start;
  background-color: #f5f5f5;
}

/*voice*/
.column-voice {
  padding: 50px;
  margin: 50px 0;
  border: 1px solid #bec7d7;
}

.column-voice:last-of-type {
  margin-bottom: 0;
}

.column-voice .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 50px;
  margin-bottom: 50px;
}

.column-voice .head .title {
  color: var(--color-primary);
}

.column-voice .head .title-mid .min {
  font-size: 80%;
}

.column-voice .head .img {
  max-width: 45%;
}

.voice-summary .tag {
  display: inline-block;
  padding: 8px 13px;
  margin-bottom: 20px;
  border-radius: 50rem;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
}

.voice-summary .list-check li::before {
  top: 12px;
}

.voice-summary:first-child .tag {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.voice-summary:last-child .tag {
  background-color: var(--color-primary);
  color: #fff;
}

.voice-detail {
  margin-top: 70px;
}

.voice-detail .title-min {
  position: relative;
  margin-bottom: 25px;
  padding-left: 75px;
  color: var(--color-primary);
  font-weight: 400;
}

.voice-detail .title-min:not(:first-child) {
  margin-top: 50px;
}

.voice-detail .title-min::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px;
  height: 2px;
  background-color: var(--color-primary);
}

.voice-detail .text-content {
  margin: 0;
}

/* **************************************************************
 job training
*************************************************************** */
.flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.flow-list .item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
}

.flow-list .item .title-min {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  color: var(--color-primary);
}

.flow-list .item .title-min .step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  background-color: var(--color-primary-light);
  border-radius: 50%;
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-weight: 400;
}

.flow-list .item .title-min .step::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  translate: -50%;
  width: 60px;
  height: 33px;
  background: url(../images/job_training/title_step.png) no-repeat center / contain;
}

.flow-list .item .text-content {
  font-size: 1.6rem;
}

.flow-list .item .icon {
  margin-top: auto;
  text-align: center;
}



/*interview*/
.column-interview {
  margin: 65px 0 30px;
  border: 1px solid #bec7d7;
}

.column-interview:last-of-type {
  margin-bottom: 0;
}

.column-interview .head {
  display: flex;
  align-items: flex-end;
  gap: 10px 30px;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.column-interview .head .img {
  margin-top: -35px;
  margin-left: -1px;
}

.interview-detail {
  margin: 40px 0;
  padding: 0 50px;
}

.interview-detail .tag {
  display: inline-block;
  padding: 8px 13px;
  margin-bottom: 10px;
  border-radius: 50rem;
  border: 1px solid var(--color-primary);
  line-height: 1;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 1.6rem;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {

.map-print {
    display:block;
  }
.access-info iframe {
  display: none;
}


}





/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1670px / Note PC


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1670px) {


  /* 
----------------------------------------------------------------------------------------------- */

}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1440px / Note PC


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1440px) {

  /* **************************************************************
   Company
  *************************************************************** */
  /*staff-dialog*/
  .staff-dialog {
    padding: 60px 60px 70px;
  }



}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* **************************************************************
 company
*************************************************************** */
  .policy-head {
    flex-direction: column;
    justify-content: center;
  }

  .policy-head .right {
    width: 100%;
    text-align: center;
  }

  /*staff*/
  .staff-list .item .content {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 40px;
  }

  .staff-list .item .content .icon-arrow-light {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }

  .staff-head .img {
    max-width: 60%;
  }

  .staff-content .column-img {
    max-width: 40%;
  }

  /* **************************************************************
   Access
  *************************************************************** */
  .access-info .column-container {
    flex-direction: column;
  }


  /* **************************************************************
   Service
  *************************************************************** */
  /*head*/
  .service-head::before {
    width: 65%;
    padding-top: calc(65% * 100 / 100);
  }

  .service-head .column-container {
    flex-direction: column;
    align-items: center;
  }

  .service-head .column-content {
    max-width: 100%;
  }

  .service-head .title-max {
    white-space: pre-wrap;
  }

  .service-head .column-img {
    margin-right: 0;
    max-width: 60%;
  }

  /*info*/
  .service-content-info {
    flex-direction: column;
    align-items: center;
  }

  .service-content-info .title {
    width: auto;
    text-align: center;
  }

  .service-content-info .content {
    width: 100%;
  }

  .service-content-info .title-max {
    display: block;
    text-align: center;
  }

  .service-content-info .text-content {
    text-align: center;
  }

  .service-detail {
    gap: 50px;
  }

  /*point*/
  .point-list .item {
    padding: 0 20px 20px;
  }


  /* **************************************************************
   consulting
  *************************************************************** */
  .column-consul {
    flex-direction: column;
  }

  /*jsp*/
  .banner-jsp .content {
    padding: 30px;
    gap: 20px;
  }

  .banner-jsp .content .title .catch {
    font-size: 1.6rem;
  }

  .banner-jsp .content .title .main {
    font-size: 3.2rem;
  }

  /*example*/
  .column-example {
    flex-direction: column;
    align-items: center;
  }

  /* **************************************************************
   job training
  *************************************************************** */
  .flow-list {
    grid-template-columns: 1fr 1fr;
  }



}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1023px(Laptop、iPad横以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1023px) {}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {

  /* **************************************************************
   common
  *************************************************************** */
  .page__bottom .text-content {
    font-size: 1.8rem;
  }

  /* **************************************************************
 company
*************************************************************** */
  /*message*/
  .message-detail {
    flex-direction: column;
    align-items: center;
  }

  /*policy*/
  .policy-box {
    flex-direction: column;
  }

  /*staff*/
  .staff-about {
    flex-direction: column;
  }

  .staff-nav {
    grid-template-columns: 1fr 1fr;
  }

  /*staff-dialog*/
  .dialog-wrap {
    background-size: 70%;
  }

  .staff-dialog {
    padding: 60px 30px;
  }

  .staff-head {
    flex-direction: column-reverse;
  }

  .staff-head .img {
    max-width: 80%;
  }

  .staff-info {
    flex-direction: row;
    align-items: center;
  }

  .staff-content .column-container {
    flex-direction: column;
    align-items: center;
  }

  .staff-content .column-container:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .staff-content .column-img {
    max-width: 80%;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .staff-content .content-box {
    margin-bottom: 30px;
  }

  /* **************************************************************
   Service
  *************************************************************** */
  .service-head .column-container {
    gap: 25px;
  }

  .service-head-nav {
    gap: 15px;
    margin-top: 15px;
  }

  .service-head-nav .link {
    min-height: 95px;
  }

  /*poing*/
  .point-list {
    grid-template-columns: 1fr 1fr;
  }



  /* **************************************************************
   consulting
  *************************************************************** */
  .banner-jsp .content {
    flex-direction: column;
  }

  /*voice*/
  .column-voice .head {
    flex-direction: column;
  }

  .column-voice .head .title {
    text-align: center;
  }

  .column-voice .head .img {
    max-width: 80%;
  }

  .column-voice .list-2col {
    grid-template-columns: 1fr;
  }


}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {

  /* **************************************************************
   common
  *************************************************************** */
  .page__bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page__bottom .title-mid {
    font-size: 3rem;
  }

  .page__bottom .text-content {
    font-size: 1.4rem;
    text-align: justify;
  }

  .page__bottom .btn-primary-light {
    font-size: 1.8rem;
    text-align: center;
  }

  .page__bottom .btn-primary-light .icon {
    width: 55px;
  }

  .page__bottom .btn-primary-light::after {
    right: 20px;
    width: 20px;
  }

  /* **************************************************************
 company
*************************************************************** */
  /*policy*/
  .policy-head .title-max {
    font-size: clamp(2.5rem, 5.21vw, 4rem);
    white-space: nowrap;
  }

  .policy-box {
    padding: 20px;
  }

  /*message*/
  .message-profile {
    padding: 20px;
  }

  .message-profile .column-container a {
    margin: 15px auto;
  }

  /*staff*/
  .staff-nav .btn-primary-light {
    padding-left: 25px;
    padding-right: 25px;
    gap: 5px;
    font-size: 1.4rem;
  }

  .staff-nav .btn-primary-light::after {
    right: 15px;
  }

  .staff-inner {
    padding: 60px 0;
  }

  .staff-inner-head {
    flex-direction: column;
  }

  .staff-inner-head .icon {
    width: 100px;
    height: 100px;
  }

  .staff-inner-head .title-max {
    text-align: center;
  }

  /* **************************************************************
   Access
  *************************************************************** */
  .access-address {
    padding-bottom: 25px;
    font-size: 1.8rem;
  }


  /* **************************************************************
   service
  *************************************************************** */
  .service-head .title-max {
    font-size: clamp(2.7rem, 4.43vw, 3.4rem);
  }

  .service-head .column-img {
    margin: auto;
  }

  .service-content-info {
    margin-bottom: 50px;
  }

  .service-content-info .title-max {
    font-size: 3.6rem;
  }

  .service-detail {
    grid-template-columns: 1fr;
  }

  .point-list {
    grid-template-columns: 1fr;
  }

  .btn-indeed .tag,
  .btn-airwork .tag {
    font-size: 1.6rem;
  }


  /* **************************************************************
   consulting
  *************************************************************** */
  .jsp-column .item {
    padding: 20px;
  }

  .jsp-column .item .content {
    font-size: 1.8rem;
  }

  .banner-jsp {
    flex-direction: column;
  }

  .banner-jsp .logo {
    width: 90px;
  }

  .banner-jsp .img {
    max-width: 100%;
  }

  /*voice*/
  .column-voice {
    padding: 35px;
  }


  /* **************************************************************
   job training
  *************************************************************** */
  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list .item .title-min {
    justify-content: center;
  }

  .flow-list .item .text-content {
    text-align: center;
  }

  .interview-detail {
    margin: 25px 0;
    padding: 0 20px;
  }

  .interview-detail .tag {
    font-size: 1.4rem;
  }


}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 560px) {



  /* **************************************************************
   company
  *************************************************************** */
  .policy-content .text-content {
    text-align: justify;
  }

  /*message*/
  .message-name {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .message-profile {
    margin-top: 50px;
  }

  .message-profile .column-container {
    flex-direction: column;
    gap: 0;
  }

  /*staff*/
  .staff-nav {
    grid-template-columns: 1fr;
  }

  .staff-inner-head .title-max {
    font-size: 3.2rem;
  }

  .staff-list .item .content {
    margin: 15px 0 0;
  }

  .staff-list .item .content .tag {
    font-size: 1.4rem;
  }

  .staff-list .item .content .name {
    font-size: 1.8rem;
  }

  /*staff-dialog*/
  .staff-dialog {
    padding: 50px 20px;
  }

  .staff-head {
    margin-bottom: 30px;
  }

  .staff-head .img {
    max-width: 100%;
  }

  .staff-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 5px;
  }

  .staff-info .tag {
    padding: 5px 10px;
  }

  .staff-info .name {
    font-size: 2.6rem;
  }

  .staff-content .title-min {
    padding-left: 35px;
    font-size: 1.8rem;
  }

  .staff-content .title-min::before {
    width: 25px;
  }

  .staff-content p {
    text-align: justify;
  }

  .staff-content .column-img {
    max-width: 100%;
  }

  .staff-content .list-3col li {
    text-align: center;
  }


  /*blog*/
  .staff-blog {
    margin: 60px auto;
  }

  .banner-blog {
    flex-direction: column;
    padding: 0 25px;
    border-radius: 30px;
  }

  .banner-blog .inner {
    align-items: center;
    margin-top: 30px;
  }

  /* **************************************************************
   Access
  *************************************************************** */


  .access-info .column-container .column-img {
    max-width: 100%;
  }

  .access-info .title-min {
    margin-top: 25px;
    font-size: 1.8rem;
  }

  .access-box .team .tag {
    min-width: 70px;
    padding: 5px 10px;
    font-size: 1.4rem;
  }

  .parking-box .team,
  .parking-box .team .tag,
  .access-box .desc,
  .parking-box .desc {
    font-size: 1.4rem;
  }


  /* **************************************************************
   Service
  *************************************************************** */
  .service-head .column-img {
    max-width: 90%;
  }

  .service-head-nav {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .service-head-nav .link {
    width: 80%;
    min-height: auto;
    margin: 0 auto;
  }

  .service-head-nav .link img {
    width: auto;
    max-height: 45px;
  }

  .service-wrap {
    background-size: 200%;
    background-position: top right;
  }

  .service-content-info {
    margin-bottom: 50px;
  }

  .service-content-info .title {
    max-width: 90%;
  }

  .service-content-info .title-max {
    text-align: left;
    font-size: 3rem;
  }

  .service-content-info .text-content {
    text-align: justify;
  }

  .service-point {
    margin-top: 50px;
  }

  .service-point .title-sec .main {
    font-size: 2.6rem;
  }

  .service-detail {
    margin: 50px 0;
    padding-bottom: 50px;
  }

  .point-list .item {
    font-size: inherit;
  }

  .point-list .item .img {
    max-width: 80%;
  }

  /*btn*/
  .btn-service {
    flex-direction: column;
    width: 100%;
    gap: 25px;
    padding: 30px 20px 25px;
    border-radius: 20px;
  }

  /* **************************************************************
   consulting
  *************************************************************** */
  .column-consul .list-check .item {
    font-size: 1.8rem;
  }

  /*jsp*/
  .banner-jsp .content {
    padding: 30px 20px;
  }

  .banner-jsp .content .title {
    text-align: center;
  }

  .banner-jsp .content .title .catch {
    font-size: 1.4rem;

  }

  .banner-jsp .content .title .main {
    font-size: 2.8rem;
  }

  /*voice*/
  .column-voice {
    padding: 20px;
  }

  .column-voice .head .title .title-mid {
    margin-bottom: 15px;
  }

  .column-voice .head .img {
    max-width: 100%;
  }

  .voice-detail {
    margin-top: 40px;
  }

  .voice-detail .title-min {
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .voice-detail .title-min::before {
    width: 25px;
  }


  /* **************************************************************
   job training
  *************************************************************** */

  .flow-list .item .text-content {
    text-align: justify;
  }

  .flow-list .item {
    padding: 30px 20px 20px;
  }

  .flow-list .item .title-min {
    justify-content: flex-start;
    gap: 5px 15px;
  }

  .flow-list .item .title-min .step {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    font-size: 1.8rem;
  }

  .flow-list .item .title-min .step::before {
    width: 50px;
  }

  .flow-list .item .text-content {
    font-size: 1.4rem;
  }

  .flow-list .item .icon {
    max-width: 80%;
    margin: auto;
  }

  /*interview*/
  .column-interview .head {
    gap: 10px;
  }

  .column-interview .head .title-min {
    margin-bottom: 0;
  }

  .column-interview .head .img {
    width: 30%;
    margin-top: -20px;
    margin-left: -10px;
  }






}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 374px（スマホ中）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 374px) {}