@charset "UTF-8";
/* font-sizeを可変に
--------------------- */
html {
  scroll-behavior: auto;
  overflow-anchor: none;
  font-size: 0.7142857143vw;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }
}

/* レスポンシブ
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* 共通
--------------------- */
body {
  font-weight: 400;
}

.recruiting__en {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #C80019;
}

.question__inner {
  position: relative;
  z-index: 2;
  width: 85.7vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .question__inner {
    width: 90%;
    margin: 0 auto;
  }
}
/* recruiting__fv
--------------------- */
#recruiting__fv {
  margin-bottom: 18rem;
  background: url("../img/realwork/recruiting/fv_bg.png") no-repeat center/cover;
}
#recruiting__fv .recruiting__fv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
}
#recruiting__fv .recruiting__fv__inner .pht {
  width: 17.9vw;
  margin-bottom: 3rem;
}
#recruiting__fv .recruiting__fv__inner .pht.end {
  margin-bottom: 0;
}
#recruiting__fv .recruiting__fv__inner .txt__box .recruiting__en {
  display: block;
  font-size: 2rem;
  color: #C80019;
  text-align: center;
}
#recruiting__fv .recruiting__fv__inner .txt__box h1 {
  font-size: 5rem;
  line-height: 6.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 6rem 0 4.2rem 0;
}
#recruiting__fv .recruiting__fv__inner .txt__box .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #recruiting__fv {
    margin-bottom: 5rem;
    background: url("../img/realwork/recruiting/fv_bg.png") no-repeat center/cover;
  }
  #recruiting__fv .recruiting__fv__inner {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    height: 91.8dvh;
  }
  #recruiting__fv .recruiting__fv__inner .pht {
    width: calc(33.33% - 1.3rem);
    margin-bottom: 0;
  }
  #recruiting__fv .recruiting__fv__inner .pht.end {
    margin-bottom: 0;
  }
  #recruiting__fv .recruiting__fv__inner .txt__box {
    margin: 4rem 0;
  }
  #recruiting__fv .recruiting__fv__inner .txt__box .recruiting__en {
    font-size: 1.5rem;
  }
  #recruiting__fv .recruiting__fv__inner .txt__box h1 {
    font-size: 2.7rem;
    line-height: 4.4rem;
    text-align: center;
    margin: 1.5rem 0 1.2rem 0;
  }
  #recruiting__fv .recruiting__fv__inner .txt__box .txt {
    font-size: 1.45rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.8rem;
  }
  #recruiting__fv .recruiting__fv__inner .left,
  #recruiting__fv .recruiting__fv__inner .right {
    display: flex;
    justify-content: space-between;
  }
}
/* con__section
--------------------- */
.con__section {
  padding-bottom: 19rem;
}
.con__section .con__head {
  margin-bottom: 7rem;
}
.con__section .con__head .recruiting__en {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.con__section .con__head .recruiting__en .num {
  font-size: 2.5rem;
}
.con__section .con__head h2 {
  font-size: 3.3rem;
  line-height: 4.5rem;
}
.con__section .graph {
  margin-bottom: 6rem;
}
.con__section .graph .pht {
  width: 63vw;
  margin: 0 auto;
}
.con__section .graph .box {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0 auto;
}
.con__section .graph .box .txt {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.con__section .graph .box .txt::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 2px;
  margin-right: 0.5rem;
}
.con__section .graph .box .txt:not(:nth-last-of-type(1)) {
  margin-right: 1.5rem;
}
.con__section .comment__box {
  display: flex;
  width: 57vw;
  margin: 0 auto;
  padding: 2.3rem 2rem 2.3rem 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: url("../img/realwork/recruiting/comment_bg_pc.svg") no-repeat center/cover;
}
.con__section .comment__box .icon {
  flex-shrink: 0;
  width: 5.5vw;
  margin-right: 1.5rem;
}
.con__section .comment__box .txt {
  min-width: 0;
}
.con__section .comment__box .txt h3 {
  font-size: 1.6rem;
  line-height: 1;
  color: #C80019;
  margin-bottom: 1rem;
}
.con__section .comment__box .txt p {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .con__section {
    padding-bottom: 8rem;
  }
  .con__section .con__head {
    margin-bottom: 3.7rem;
  }
  .con__section .con__head .recruiting__en {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .con__section .con__head .recruiting__en .num {
    font-size: 2.1rem;
  }
  .con__section .con__head h2 {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
  .con__section .graph {
    margin-bottom: 4rem;
  }
  .con__section .graph .pht {
    width: 100%;
  }
  .con__section .graph .box {
    margin: 1.2rem auto 0 auto;
  }
  .con__section .graph .box .txt {
    font-size: 1.2rem;
  }
  .con__section .graph .box .txt:nth-of-type(1) {
    margin-right: 1.5rem;
  }
  .con__section .graph .box .txt:nth-of-type(1)::before {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5rem;
  }
  .con__section .graph .box .txt:nth-of-type(2)::before {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5rem;
  }
  .con__section .graph .box .txt:nth-of-type(3)::before {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5rem;
  }
  .con__section .graph .box .txt:nth-of-type(4)::before {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5rem;
  }
  .con__section .comment__box {
    display: block;
    width: 100%;
    padding: 2.5rem 2.3rem 3rem 2.3rem;
    border-radius: 0.5rem;
    background: url("../img/realwork/recruiting/comment_bg_sp.svg") no-repeat center/cover;
  }
  .con__section .comment__box .icon {
    width: 14.5vw;
    margin: 0 auto 1rem auto;
  }
  .con__section .comment__box .txt h3 {
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .con__section .comment__box .txt p {
    font-size: 1.5rem;
  }
}
/* question01
--------------------- */
#question01 {
  position: relative;
}
#question01 .graph .box .txt:nth-of-type(1)::before {
  background: #E8361F;
}
#question01 .graph .box .txt:nth-of-type(2)::before {
  background: #EFEFEF;
}
#question01 .illust {
  position: absolute;
  bottom: 11rem;
  left: 6rem;
  width: 15vw;
}
#question01 .cloud {
  position: absolute;
}
#question01 .cloud01 {
  top: 15rem;
  left: 6rem;
  width: 13vw;
}
#question01 .cloud02 {
  top: 60rem;
  right: 9rem;
  width: 12vw;
}

@media screen and (max-width: 768px) {
  #question01 .illust {
    bottom: 5.5rem;
    left: -1rem;
    width: 23vw;
  }
  #question01 .cloud01 {
    top: 26.5rem;
    left: -1rem;
    width: 20vw;
  }
  #question01 .cloud02 {
    top: 45rem;
    right: -0.5rem;
    width: 22vw;
  }
}
/* question02
--------------------- */
#question02 {
  position: relative;
}
#question02 .graph {
  margin-bottom: 7rem;
}
#question02 .graph .box .txt:nth-of-type(1)::before {
  background: #E8361F;
}
#question02 .graph .box .txt:nth-of-type(2)::before {
  background: #1FADFF;
}
#question02 .graph .box .txt:nth-of-type(3)::before {
  background: #FFB331;
}
#question02 .graph .box .txt:nth-of-type(4)::before {
  background: #EFEFEF;
}
#question02 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}
#question02 .card .item {
  position: relative;
  width: calc(33.33% - 2rem);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
#question02 .card .item:nth-child(3n) {
  margin: 0 0 4rem 3rem;
}
#question02 .card .item:nth-child(3n+2) {
  margin: 0 0 4rem 3rem;
}
#question02 .card .item.blue {
  border: 2px solid #4B89DD;
}
#question02 .card .item.blue .txt::before {
  background: url("../img/realwork/recruiting/arrow_blue.svg") no-repeat center/cover;
}
#question02 .card .item.red {
  border: 2px dotted #D93F3F;
}
#question02 .card .item.yellow {
  border: 2px solid #F2BB16;
}
#question02 .card .item.yellow .txt::before {
  background: url("../img/realwork/recruiting/arrow_yellow.svg") no-repeat center/cover;
}
#question02 .card .item.grey {
  border: 2px solid #DDDDDD;
}
#question02 .card .item.trans__y {
  transform: translateY(3rem);
}
#question02 .card .item .txt {
  font-size: 1.5rem;
  padding: 2rem;
}
#question02 .card .item .txt::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 3rem;
  transform: translateY(100%);
  width: 2.3vw;
  height: 2.3vw;
}
#question02 .illust {
  position: absolute;
  bottom: 11rem;
  left: 6rem;
  width: 15vw;
}
#question02 .cloud {
  position: absolute;
}
#question02 .cloud01 {
  top: 69rem;
  left: 4rem;
  width: 15vw;
}
#question02 .cloud02 {
  top: 140rem;
  right: 9rem;
  width: 9vw;
}

@media screen and (max-width: 768px) {
  #question02 .graph {
    margin-bottom: 4rem;
  }
  #question02 .graph .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5rem;
  }
  #question02 .graph .box .txt:nth-of-type(1)::before {
    background: #E8361F;
  }
  #question02 .graph .box .txt:nth-of-type(2)::before {
    background: #1FADFF;
  }
  #question02 .graph .box .txt:nth-of-type(3)::before {
    background: #FFB331;
  }
  #question02 .graph .box .txt:nth-of-type(4)::before {
    background: #EFEFEF;
  }
  #question02 .card {
    display: block;
    margin-bottom: 6rem;
  }
  #question02 .card .item {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  #question02 .card .item:nth-child(3n) {
    margin: 0 0 3.2rem 0;
  }
  #question02 .card .item:nth-child(3n+2) {
    margin: 0 0 3.2rem 0;
  }
  #question02 .card .item.trans__y {
    transform: translateY(0);
  }
  #question02 .card .item .txt {
    font-size: 1.5rem;
    padding: 2rem;
  }
  #question02 .card .item .txt::before {
    bottom: 0.32rem;
    left: 4rem;
    width: 6vw;
    height: 6vw;
  }
  #question02 .illust {
    z-index: 2;
    bottom: 3rem;
    left: -1rem;
    width: 28vw;
  }
  #question02 .cloud01 {
    top: 69rem;
    left: -2rem;
    width: 25vw;
  }
  #question02 .cloud02 {
    top: 130rem;
    right: -2rem;
    width: 25vw;
  }
}
/* question03
--------------------- */
#question03 {
  position: relative;
}
#question03 .graph {
  margin-bottom: 10rem;
}
#question03 .graph .box .txt:nth-of-type(1)::before {
  background: #E8361F;
}
#question03 .graph .box .txt:nth-of-type(2)::before {
  background: #EFEFEF;
}
#question03 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0rem;
}
#question03 .card .item {
  position: relative;
  width: calc(33.33% - 2rem);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
#question03 .card .item:nth-child(3n) {
  margin: 0 0 4rem 3rem;
}
#question03 .card .item:nth-child(3n+2) {
  margin: 0 0 4rem 3rem;
}
#question03 .card .item.red {
  border: 2px dotted #D93F3F;
}
#question03 .card .item.grey {
  border: 2px solid #DDDDDD;
}
#question03 .card .item.grey .txt::before {
  background: url("../img/realwork/recruiting/arrow_grey.svg") no-repeat center/cover;
}
#question03 .card .item.trans__y {
  transform: translateY(-3rem);
}
#question03 .card .item .txt {
  font-size: 1.5rem;
  padding: 2rem;
}
#question03 .card .item .txt::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 3rem;
  transform: translateY(100%);
  width: 2.3vw;
  height: 2.3vw;
}
#question03 .illust {
  position: absolute;
  bottom: 30rem;
  right: 10rem;
  width: 3vw;
}
#question03 .cloud {
  position: absolute;
}
#question03 .cloud01 {
  top: 20rem;
  left: 4rem;
  width: 15vw;
}
#question03 .cloud02 {
  top: 65rem;
  right: 3rem;
  width: 20vw;
}
#question03 .cloud03 {
  top: 117rem;
  left: 20rem;
  width: 23vw;
}

@media screen and (max-width: 768px) {
  #question03 .graph {
    margin-bottom: 4rem;
  }
  #question03 .graph .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5rem;
  }
  #question03 .graph .box .txt:nth-of-type(1)::before {
    background: #E8361F;
  }
  #question03 .graph .box .txt:nth-of-type(2)::before {
    background: #1FADFF;
  }
  #question03 .graph .box .txt:nth-of-type(3)::before {
    background: #FFB331;
  }
  #question03 .graph .box .txt:nth-of-type(4)::before {
    background: #EFEFEF;
  }
  #question03 .card {
    display: block;
    margin-bottom: 6rem;
  }
  #question03 .card .item {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  #question03 .card .item:nth-child(3n) {
    margin: 0 0 3.2rem 0;
  }
  #question03 .card .item:nth-child(3n+2) {
    margin: 0 0 3.2rem 0;
  }
  #question03 .card .item.trans__y {
    transform: translateY(0);
  }
  #question03 .card .item .txt {
    font-size: 1.5rem;
    padding: 2rem;
  }
  #question03 .card .item .txt::before {
    bottom: 0.32rem;
    left: 4rem;
    width: 6vw;
    height: 6vw;
  }
  #question03 .illust {
    z-index: 2;
    bottom: 3rem;
    right: 1rem;
    width: 6.5vw;
  }
  #question03 .cloud01 {
    top: 69rem;
    left: -2rem;
    width: 25vw;
  }
  #question03 .cloud02 {
    top: 130rem;
    right: -2rem;
    width: 25vw;
  }
  #question03 .cloud03 {
    top: 125rem;
    right: -2rem;
    width: 50vw;
  }
}
/* question04
--------------------- */
#question04 {
  position: relative;
}
#question04 .typography {
  margin-bottom: 6rem;
  border-radius: 1rem;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
#question04 .illust {
  position: absolute;
  bottom: 10rem;
  right: 10rem;
  width: 5vw;
}

@media screen and (max-width: 768px) {
  #question04 .typography {
    margin-bottom: 4rem;
  }
  #question04 .illust {
    z-index: 2;
    bottom: 2rem;
    right: 3rem;
    width: 10vw;
  }
}
/* question05
--------------------- */
#question05 {
  position: relative;
}
#question05 .flex__box {
  display: flex;
}
#question05 .warpper {
  width: 50%;
}
#question05 .con__head {
  height: 7rem;
}
#question05 .graph {
  margin-bottom: 5rem;
}
#question05 .graph .pht {
  width: 100%;
}
#question05 .graph .box .txt:nth-of-type(1)::before {
  background: #E8361F;
}
#question05 .graph .box .txt:nth-of-type(2)::before {
  background: #1FADFF;
}
#question05 .illust {
  position: absolute;
  bottom: 0;
  right: 40rem;
  width: 8vw;
}
#question05 .comment__box {
  width: 83%;
}

@media screen and (max-width: 768px) {
  #question05 .flex__box {
    display: block;
  }
  #question05 .warpper {
    width: 100%;
  }
  #question05 .warpper.start {
    margin-bottom: 8rem;
  }
  #question05 .con__head {
    height: auto;
  }
  #question05 .graph {
    margin-bottom: 3.5rem;
  }
  #question05 .illust {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: 26rem;
    width: 17vw;
  }
  #question05 .comment__box {
    width: 100%;
  }
}
/* question06
--------------------- */
#question06 {
  position: relative;
}
#question06 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}
#question06 .card .item {
  position: relative;
  width: calc(33.33% - 2rem);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
#question06 .card .item:nth-child(3n) {
  margin: 0 0 4rem 3rem;
}
#question06 .card .item:nth-child(3n+2) {
  margin: 0 0 4rem 3rem;
}
#question06 .card .item.orange {
  border: 2px solid #EF940E;
}
#question06 .card .item.orange .txt::before {
  background: url("../img/realwork/recruiting/arrow_orange.svg") no-repeat center/cover;
}
#question06 .card .item.purple {
  border: 2px solid #673AB7;
}
#question06 .card .item.purple .txt::before {
  background: url("../img/realwork/recruiting/arrow_purple.svg") no-repeat center/cover;
}
#question06 .card .item.red {
  border: 2px dotted #D93F3F;
}
#question06 .card .item.green {
  border: 2px solid #4CAF50;
}
#question06 .card .item.green .txt::before {
  background: url("../img/realwork/recruiting/arrow_green.svg") no-repeat center/cover;
}
#question06 .card .item.blue {
  border: 2px solid #4B89DD;
}
#question06 .card .item.blue .txt::before {
  background: url("../img/realwork/recruiting/arrow_blue.svg") no-repeat center/cover;
}
#question06 .card .item.pink {
  border: 2px solid #DB46A8;
}
#question06 .card .item.pink .txt::before {
  background: url("../img/realwork/recruiting/arrow_pink.svg") no-repeat center/cover;
}
#question06 .card .item.light_blue {
  border: 2px solid #00BBD3;
}
#question06 .card .item.light_blue .txt::before {
  background: url("../img/realwork/recruiting/arrow_light_blue.svg") no-repeat center/cover;
}
#question06 .card .item.light_blue02 {
  border: 2px solid #5DACDD;
}
#question06 .card .item.light_blue02 .txt::before {
  background: url("../img/realwork/recruiting/arrow_light_blue02.svg") no-repeat center/cover;
}
#question06 .card .item.yellow {
  border: 2px solid #F2BB16;
}
#question06 .card .item.yellow .txt::before {
  background: url("../img/realwork/recruiting/arrow_yellow.svg") no-repeat center/cover;
}
#question06 .card .item.trans__y {
  transform: translateY(1.72rem);
}
#question06 .card .item.trans__y02 {
  transform: translateY(5rem);
}
#question06 .card .item .num {
  position: absolute;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  top: -2rem;
  left: -1.2rem;
  line-height: 3.5rem;
  width: 2.85vw;
  height: 2.85vw;
  border-radius: 100%;
  border: 2px solid #D93F3F;
  background-color: #ffffff;
}
#question06 .card .item .txt {
  font-size: 1.5rem;
  padding: 2rem;
}
#question06 .card .item .txt::before {
  content: "";
  position: absolute;
  bottom: 0.43rem;
  left: 3rem;
  transform: translateY(100%);
  width: 2.3vw;
  height: 2.3vw;
}
#question06 .illust {
  position: absolute;
  bottom: 22rem;
  left: 12rem;
  width: 3vw;
}
#question06 .cloud {
  position: absolute;
}
#question06 .cloud01 {
  top: 31rem;
  right: 3rem;
  width: 25vw;
}
#question06 .cloud02 {
  top: 55rem;
  left: 20rem;
  width: 17vw;
}

@media screen and (max-width: 768px) {
  #question06 .card {
    display: block;
    margin-bottom: 6rem;
  }
  #question06 .card .item {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  #question06 .card .item:nth-child(3n) {
    margin: 0 0 3.2rem 0;
  }
  #question06 .card .item:nth-child(3n+2) {
    margin: 0 0 3.2rem 0;
  }
  #question06 .card .item.trans__y {
    transform: translateY(0);
  }
  #question06 .card .item.trans__y02 {
    transform: translateY(0);
  }
  #question06 .card .item .num {
    font-size: 1.6rem;
    top: -1.52rem;
    left: -1.2rem;
    line-height: 2.8rem;
    width: 8.5vw;
    height: 8.5vw;
  }
  #question06 .card .item .txt {
    font-size: 1.5rem;
    padding: 2rem;
  }
  #question06 .card .item .txt::before {
    bottom: 0.32rem;
    left: 4rem;
    width: 6vw;
    height: 6vw;
  }
  #question06 .illust {
    z-index: 2;
    bottom: 3rem;
    left: 1rem;
    width: 7vw;
  }
  #question06 .cloud01 {
    top: 53rem;
    left: -2rem;
    width: 51vw;
  }
  #question06 .cloud02 {
    top: 120rem;
    left: 24rem;
    width: 50vw;
  }
}
/* question07
--------------------- */
#question07 {
  position: relative;
}
#question07 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}
#question07 .card .item {
  position: relative;
  width: calc(33.33% - 2rem);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  background: #ffffff url("../img/realwork/recruiting/q8_bg.svg");
}
#question07 .card .item:nth-child(3n) {
  margin: 0 0 4rem 3rem;
}
#question07 .card .item:nth-child(3n+2) {
  margin: 0 0 4rem 3rem;
}
#question07 .card .item.red {
  border: 2px dotted #D93F3F;
}
#question07 .card .item.trans__y {
  transform: translateY(3rem);
}
#question07 .card .item.trans__y02 {
  transform: translateY(1.4rem);
}
#question07 .card .item .num {
  position: absolute;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  top: -2rem;
  left: -1.2rem;
  line-height: 3.5rem;
  font-weight: 700;
  width: 2.85vw;
  height: 2.85vw;
  color: #C80019;
  border-radius: 100%;
  border: 2px solid #D93F3F;
  background-color: #ffffff;
}
#question07 .card .item .txt {
  font-size: 1.5rem;
  padding: 2rem;
}
#question07 .card .item .txt::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 3rem;
  transform: translateY(100%);
  width: 2.3vw;
  height: 2.3vw;
}
#question07 .illust {
  position: absolute;
  bottom: 7rem;
  right: 5rem;
  width: 15vw;
}
#question07 .cloud {
  position: absolute;
}
#question07 .cloud01 {
  top: 32rem;
  right: 37rem;
  width: 13vw;
}
#question07 .cloud02 {
  top: 75rem;
  left: -4rem;
  width: 17vw;
}

@media screen and (max-width: 768px) {
  #question07 .card {
    display: block;
    margin-bottom: 6rem;
  }
  #question07 .card .item {
    width: 100%;
    margin: 0 0 3.2rem 0;
  }
  #question07 .card .item:nth-child(3n) {
    margin: 0 0 3.2rem 0;
  }
  #question07 .card .item:nth-child(3n+2) {
    margin: 0 0 3.2rem 0;
  }
  #question07 .card .item.trans__y {
    transform: translateY(0);
  }
  #question07 .card .item.trans__y02 {
    transform: translateY(0);
  }
  #question07 .card .item .num {
    display: block;
    font-size: 1.4rem;
    top: -1.52rem;
    left: -1.2rem;
    line-height: 3.1rem;
    width: 8.6vw;
    height: 8.6vw;
  }
  #question07 .card .item .txt {
    font-size: 1.5rem;
    padding: 2rem;
  }
  #question07 .card .item .txt::before {
    bottom: 0.32rem;
    left: 4rem;
    width: 6vw;
    height: 6vw;
  }
  #question07 .illust {
    z-index: 2;
    bottom: 2rem;
    left: 33rem;
    width: 28vw;
  }
  #question07 .cloud01 {
    top: 52rem;
    left: -4rem;
    width: 40vw;
  }
  #question07 .cloud02 {
    top: 126rem;
    left: 29rem;
    width: 45vw;
  }
}
/* message
--------------------- */
#message {
  padding-bottom: 10rem;
}
#message .question__inner {
  padding: 6rem 0 6rem 0;
  border-radius: 1rem;
  background: #FEF3F0;
}
#message .question__inner .con__head {
  margin-bottom: 3.5rem;
}
#message .question__inner .con__head .recruiting__en {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.4rem;
}
#message .question__inner .con__head .recruiting__en .num {
  font-size: 2.5rem;
}
#message .question__inner .con__head h2 {
  font-size: 3.3rem;
  line-height: 4.5rem;
  text-align: center;
}
#message .question__inner .warpper {
  display: flex;
  justify-content: space-between;
  width: 57vw;
  margin: auto;
}
#message .question__inner .warpper .pht__box {
  flex-shrink: 0;
  width: 13vw;
}
#message .question__inner .warpper .pht__box .pht {
  overflow: hidden;
}
#message .question__inner .warpper .pht__box h3 {
  font-size: 1.2rem;
  text-align: center;
}
#message .question__inner .warpper .pht__box p {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin: 1.2rem 0 0.5rem;
}
#message .question__inner .warpper .txt__box {
  min-width: 0;
  margin-left: 3.2rem;
}
#message .question__inner .warpper .txt__box .txt {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
#message .question__inner .warpper .txt__box .txt:not(:nth-last-of-type(1)) {
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  #message {
    padding-bottom: 7rem;
  }
  #message .question__inner {
    padding: 5rem 0 5rem 0;
    border-radius: 1rem;
  }
  #message .question__inner .con__head {
    margin-bottom: 2rem;
  }
  #message .question__inner .con__head .recruiting__en {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  #message .question__inner .con__head .recruiting__en .num {
    font-size: 2.1rem;
  }
  #message .question__inner .con__head h2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  #message .question__inner .warpper {
    display: block;
    width: 100%;
    padding: 0 2.3rem 0 2.3rem;
  }
  #message .question__inner .warpper .pht__box {
    flex-shrink: 0;
    width: 100%;
  }
  #message .question__inner .warpper .pht__box .pht {
    width: 50%;
    margin: 0 auto;
  }
  #message .question__inner .warpper .pht__box h3 {
    font-size: 1.2rem;
  }
  #message .question__inner .warpper .pht__box p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 1.2rem 0 0.2rem;
  }
  #message .question__inner .warpper .txt__box {
    min-width: 0;
    margin-left: 0;
    margin-top: 1.7rem;
  }
  #message .question__inner .warpper .txt__box .txt {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  #message .question__inner .warpper .txt__box .txt:not(:nth-last-of-type(1)) {
    margin-bottom: 1.2rem;
  }
}
/* header
---------------------------------- */
.global__header {
  width: 100%;
  height: 80px;
  transition: 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 20px;
  z-index: 1999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header {
    height: 60px;
    padding-left: 10px;
  }
}
.global__header_ttl {
  width: 240px;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_ttl {
    width: 155px;
  }
}
.global__header_ttl h1 {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.global__header_ttl h1 img {
  transform: translateX(20px) scale(1.2);
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_ttl h1 img {
    transform: translateX(30px) scale(1.4);
  }
}
.global__header_nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 10px;
}
.global__header_nav .btn_insta {
  width: 30px;
  display: block;
  margin: 0 15px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_insta {
    margin: 0;
    width: 20px;
  }
}
.global__header_nav .btn_set {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_set {
    flex-direction: column;
    gap: 4px;
  }
}
.global__header_nav .btn_contact {
  background-color: #f6f6f6;
  display: flex;
  width: 175px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: 0.4s;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_contact {
    font-size: 11px;
    height: 22px;
    width: 90px;
    border-radius: 3px;
  }
}
.global__header_nav .btn_contact:before {
  content: "";
  width: 24px;
  height: 25px;
  background: url("../img/icon_contact.svg") no-repeat center/contain;
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.4em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_contact:before {
    width: 14px;
    height: 14px;
    display: none;
  }
}
.global__header_nav .btn_contact:hover {
  color: #C80019;
}
.global__header_nav .btn_lang {
  background-color: #f6f6f6;
  display: flex;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  border-radius: 20px;
  gap: 0.6em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_lang {
    font-size: 11px;
    height: 22px;
    width: 90px;
    border-radius: 3px;
  }
}
.global__header_nav .btn_lang:before {
  content: "";
  width: 27px;
  height: 22px;
  background: url("../img/icon_lang.svg") no-repeat center/contain;
  display: inline-block;
  margin-left: -0.2em;
  margin-right: 0.1em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__header_nav .btn_lang:before {
    width: 14px;
    height: 11px;
    display: none;
  }
}
.global__header_nav .btn_lang a {
  color: #999;
  transition: 0.3s;
}
.global__header_nav .btn_lang a:hover {
  color: #C80019;
}

/* Toggle Button */
.nav__toggle {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #C80019;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .nav__toggle {
    width: 60px;
    height: 60px;
  }
}
.nav__toggle span {
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.25s ease-in-out;
}
.nav__toggle span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 4px));
}
.nav__toggle span:nth-child(2) {
  transform: translate(-50%, calc(-50% + 4px));
}
@media only screen and (min-width:769px), print and (min-width: 2cm) {
  .nav__toggle:hover span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }
  .nav__toggle:hover span:nth-child(2) {
    transform: translate(-50%, calc(-50% + 6px));
  }
}
.nav__toggle {
  /* #nav-toggle 切り替えアニメーション */
}
.nav__toggle.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__toggle.open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.global__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 500;
  overflow-y: auto;
  padding: 15px 40px;
  background: #fff no-repeat right bottom/auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu {
    overflow-y: scroll;
    padding: 30px 15px 40px;
  }
}
.global__menu_inner {
  align-items: stretch;
  width: 100%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu_inner {
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 769px) and (orientation: portrait) {
  .global__menu_inner {
    padding-right: 0;
  }
}
.global__menu_link {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu_link {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.global__menu_link a {
  text-decoration: underline;
}
.global__menu_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  align-items: center;
  padding: 90px 0 70px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu_nav {
    height: auto;
    padding: 60px 0 10px;
  }
}
@media only screen and (min-device-width: 769px) and (orientation: portrait) {
  .global__menu_nav {
    align-items: flex-start;
  }
}
.global__menu_nav .cont_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu_nav .cont_nav {
    width: 100%;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.global__menu_nav .cont_nav__ttl {
  width: 30%;
}
.global__menu_nav .cont_nav__ttl:nth-child(n+4) {
  margin-top: 60px;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .global__menu_nav .cont_nav__ttl {
    width: 48%;
  }
  .global__menu_nav .cont_nav__ttl:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width:999px) and (max-width:768px), print and (max-width: 1cm) and (min-width: 2cm) {
  .global__menu_nav .cont_nav__ttl {
    width: 100%;
  }
  .global__menu_nav .cont_nav__ttl:nth-child(n+2) {
    margin-top: 20px;
  }
}
.global__menu_nav .cont_nav__ttl .en {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  color: #C80019;
  margin-bottom: 20px;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .global__menu_nav .cont_nav__ttl .en {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.global__menu_nav .cont_nav__ttl .nav {
  width: 100%;
}
.global__menu_nav .cont_nav__ttl .nav a {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 14px 0;
  display: block;
  align-items: center;
  transition: 0.4s;
  white-space: nowrap;
  letter-spacing: 0.05em;
  border-top: 1px solid #DDDDDD;
  border-collapse: collapse;
}
.global__menu_nav .cont_nav__ttl .nav a:last-child {
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .global__menu_nav .cont_nav__ttl .nav a {
    padding: 10px 0;
  }
}
.global__menu_nav .cont_nav__ttl .nav a::before {
  content: "";
  width: 0;
  height: 1px;
  transition: 0.4s;
  background-color: #000;
}
.global__menu_nav .cont_nav__ttl .nav a:hover::before {
  width: 20px;
  margin-right: 10px;
}
.global__menu_nav .cont_nav__ttl .nav a i {
  position: absolute;
  left: calc(100% - 80px);
  top: 1.8em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__menu_nav .cont_nav__ttl .nav a i {
    left: calc(100% - 70px);
  }
}
.global__menu_nav .cont_nav__ttl .nav a:hover i {
  transform: translateX(10px);
}
.global__menu.open .global__menu_nav {
  animation: menuIn 1.2s ease;
}

@keyframes menuIn {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  30% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit .global__menu {
    padding: 70px 15px 30vw;
  }
}

.recruit__header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #fff;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 400;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header {
    top: 60px;
    height: 50px;
  }
}
.recruit__header_ttl {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  margin-left: 20px;
}
.recruit__header_ttl a {
  color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_ttl {
    font-size: 14px;
    line-height: 1.2;
    margin-left: 15px;
  }
}
.recruit__header_nav {
  margin-left: auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_nav {
    display: none;
  }
}
.recruit__header_nav .nav_1 {
  display: flex;
  gap: 2em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_nav .nav_1 {
    gap: 20px;
    position: fixed;
    top: 110px;
    left: 0;
    background-color: #000;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 110px);
    padding-bottom: 60px;
  }
  .recruit__header_nav .nav_1 > *:first-child::before {
    display: none;
  }
}
.recruit__header_nav .nav_1__ttl {
  color: #fff;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_nav .nav_1__ttl {
    font-size: 24px;
    font-weight: 500;
    height: auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .recruit__header_nav .nav_1__ttl::before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #fff;
    display: block;
    opacity: 0.7;
  }
}
.recruit__header_nav .nav_1 .has_nav {
  position: relative;
  z-index: 100;
  width: 100%;
}
.recruit__header_nav .nav_1 .has_nav .nav_2 {
  width: 180px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1px;
  top: 60px;
  left: calc(50% - 90px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 100;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_nav .nav_1 .has_nav .nav_2 {
    width: 100%;
    opacity: 1;
    pointer-events: visible;
    position: static;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }
}
.recruit__header_nav .nav_1 .has_nav .nav_2 a {
  line-height: 1.4;
  font-weight: 500;
  display: block;
  padding: 0.8em 1.2em;
  background-color: #C80019;
  color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header_nav .nav_1 .has_nav .nav_2 a {
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 2;
  }
}
.recruit__header_nav .nav_1 .has_nav:hover .nav_2 {
  opacity: 1;
  pointer-events: visible;
}
.recruit__header .btn_entry {
  height: 30px;
  border-left: solid 1px #fff;
  padding: 0 2em;
  display: flex;
  align-items: center;
  margin-left: 2em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header .btn_entry {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
.recruit__header .btn_entry a {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .recruit__header .btn_entry a {
    font-size: 18px;
  }
}

.global__menu_link a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .global__menu_link a {
    font-size: 14px;
  }
}

/* footer
---------------------------------- */
.global__footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  height: 94px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__footer_nav {
    height: auto;
    gap: 7px;
    padding: 20px 15px;
    flex-direction: column;
  }
}
.global__footer_nav a {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__footer_nav a {
    font-size: 14px;
  }
}
.global__footer_nav .airlines {
  width: 117px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__footer_nav .airlines {
    margin: 7px 0;
  }
}
.global__footer .copyright {
  white-space: nowrap;
  font-size: 15px;
  background-color: #eee;
  padding: 16.5px;
  text-align: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .global__footer .copyright {
    font-size: 12.5px;
  }
}/*# sourceMappingURL=recruiting.css.map */