@charset "UTF-8";
/* CSS Document */
/*FV*/
.section__FV {
  position: relative;
}
.section__FV__img img {
  width: 100Vw;
  height: auto;
}
.section__FV__img-mb {
  display: none;
}
.section__FV__img-tb {
  display: none;
}
.section__FV h1 {
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
.section__FV h1 span {
  display: none;
}
@media(max-width: 1180px) {
  .section__FV__img-pc {
    display: none;
  }
  .section__FV__img-tb {
    display: block;
    width: 100vw;
    height: auto;
  }
}
@media(max-width: 1023px) {
  .section__FV h1 {
    font-size: 4.0rem;
  }
}
@media(max-width: 767px) {
  .section__FV__img-tb {
    display: none;
  }
  .section__FV__img-mb {
    display: block;
    width: 100vw;
    height: auto;
  }
  .section__FV h1 span {
    display: block;
    color: #F5D930;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
@media(max-width: 500px) {
  .section__FV h1 {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .section__FV h1 span {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
}
/*top-link*/
.section__link-top {
  padding: 52px 5vw 0;
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 0;
  margin: 0 auto;
}
.section__link-top a {
  color: #00315F;
  width: 198px;
  height: 30px;
  border-left: solid 1px #00315F;
  white-space: nowrap;
  border-right: solid 1px #00315F;
  margin-left: -1px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.section__link-top__br-mb {
  display: none;
}
.section__link-top a:hover {
  color: #F5D92F;
}
@media(max-width:767px) {
  .section__link-top {
    padding: 33px 6vw 0;
    position: relative;
    z-index: 1;
  }
  .section__link-top a {
    box-sizing: border-box;
    width: 151px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .section__link-top__br-mb {
    display: block;
  }
}
/*What*/
.section__What__area {
  padding: 182px 0 778px;
  background-image: url("../images/pc/05recruit/05recruit-6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section__What__imgflex {
  display: flex;
  justify-content: center;
  padding: 73px 0 108px;
}
.section__What__imgflex-l-pc {
  width: 100%;
  height: auto;
}
.section__What__imgflex-r-pc {
  width: 100%;
  height: auto;
}
.section__What__imgflex-l {
  padding-left: 5vw;
  padding-right: min(100px, 5vw);
}
.section__What__imgflex-r {
  padding-right: 5vw;
}
.section__What__imgflex-l-mb {
  display: none;
}
.section__What__imgflex-r-mb {
  display: none;
}
@media(max-width:1023px) {
  .section__What__area {
    padding: 140px 6vw 758px;
  }
}
@media(max-width:767px) {
  .section__What__area {
    background-image: url("../images/mb/05recruit/mb-05recruit-6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section__What__area__read__p {
    text-align: left;
  }
  .section__What__area__read__p__br-mb {
    display: none;
  }
  .section__What__imgflex {
    flex-flow: column;
    gap: 32px;
    align-items: center;
    padding: 32px 0 89px;
  }
  .section__What__imgflex-l {
    padding-left: 0;
    padding-right: 0;
  }
  .section__What__imgflex-r {
    padding-right: 0;
  }
  .section__What__imgflex-l-pc {
    display: none;
  }
  .section__What__imgflex-l-mb {
    display: block;
    width: min(425px, 100%);
    height: auto;
    margin: auto;
  }
  .section__What__imgflex-r-pc {
    display: none;
  }
  .section__What__imgflex-r-mb {
    display: block;
    width: min(425px, 100%);
    height: auto;
    margin: auto;
  }
}
/*Duties*/
.section__Duties {
  padding-bottom: 97.5px;
}
.section__Duties h2 {
  font-size: 3.5rem;
  font-weight: 900;
}
.section__Duties-flex {
  padding: 34.6px 5vw 0;
  display: flex;
  justify-content: center;
  gap: min(98px, 5vw);
  flex-flow: wrap;
}
.section__Duties-flex__box {
  width: 250px;
}
.section__Duties-flex__box:last-child {
  padding-right: 0;
}
.section__Duties-flex__box h3 {
  font-size: 2.2rem;
  font-weight: 900;
  padding-bottom: 33.7px;
}
.section__Duties-flex__box p {
  text-align: left;
  letter-spacing: -0.025em;
}
.section__Duties-flex__box__img {
  width: 242px;
  height: auto;
  padding-bottom: 42.4px;
  transform: translateX(-10px);
}
.section__Duties-flex__box__img-mb {
  display: none;
}
.section__Duties-flex__box__img-1 {
  width: 96%;
  height: auto;
  border: 10px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.section__Duties-flex__box-1:hover .section__Duties-flex__box-1__h3 {
  color: #F5D931;
}
.section__Duties-flex__box-1:hover .section__Duties-flex__box__img-1 {
  border: solid 10px #F5D931;
  border-radius: 50%;
}
.section__Duties-flex__box__img-2 {
  width: 96%;
  height: auto;
  border: 10px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.section__Duties-flex__box-2:hover .section__Duties-flex__box-2__h3 {
  color: #F5D931;
}
.section__Duties-flex__box-2:hover .section__Duties-flex__box__img-2 {
  border: solid 10px #F5D931;
  border-radius: 50%;
}
.section__Duties-flex__box__img-3 {
  width: 96%;
  height: auto;
  border: 10px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.section__Duties-flex__box-3:hover .section__Duties-flex__box-3__h3 {
  color: #F5D931;
}
.section__Duties-flex__box-3:hover .section__Duties-flex__box__img-3 {
  border: solid 10px #F5D931;
  border-radius: 50%;
}
@media(max-width:767px) {
  .section__Duties-flex {
    padding: 32px 0 0;
    align-items: center;
    gap: 40.5px;
  }
  .section__Duties-flex__box {
    width: 86vw;
  }
  .section__Duties-flex__box__img {
    width: 282px;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .section__Duties-flex__box__img-pc {
    display: none;
  }
  .section__Duties-flex__box__img-mb {
    display: block;
    width: 100%;
  }
  .section__Duties-flex__box h3 {
    font-size: 2.0rem;
    padding-bottom: 24px;
  }
  .section__Duties h2 {
    font-size: 2.9rem;
  }
  .section__Duties {
    padding-bottom: 87px;
  }
}
/*Date*/
.section__Date {
  width: 1138px;
  height: 518px;
  background: linear-gradient(to bottom right, #00315F 0% 70%, #005298 95% 100%);
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__Date-left {
  padding-right: 17.6px;
}
.section__Date-left p {
  z-index: 1;
  color: #00315F;
  text-align: left;
  font-size: 3.0rem;
  font-weight: 900;
  margin-bottom: 33.3px;
  position: relative;
}
.section__Date-left p::before {
  z-index: -1;
  content: "";
  display: block;
  width: 362px;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(to bottom, #F5C030, #F5D930);
  position: absolute;
  top: 50%;
  left: -31%;
  transform: translateY(-50%);
}
.section__Date-left h2 {
  color: #F5D930;
  text-align: left;
  line-height: 1.4;
  font-size: 5.3rem;
  font-weight: 900;
  letter-spacing: 0;
  padding-bottom: 32.5px;
}
.section__Date__img-mb {
  display: none;
}
.section__Date-right {
  width: 710px;
  display: flex;
  flex-flow: wrap;
  gap: 20px 30px;
  justify-content: center;
}
.section__Date-right__box {
  width: 340px;
  height: 212px;
  border-radius: 15px;
  background-color: #fff;
  padding: 21px 24px;
  box-sizing: border-box;
}
.section__Date-right__box-1 {
  text-align: left;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.section__Date-right__box-1::after {
  z-index: -1;
  content: "";
  display: block;
  width: 51%;
  height: 45px;
  background-color: #00315F;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.section__Date-right__box-1::before {
  content: "";
  display: block;
  width: 73px;
  height: 57px;
  background-image: url("../images/pc/05recruit/05recruit-5-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.section__Date-right__box-2 {
  text-align: left;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.section__Date-right__box-2::after {
  z-index: -1;
  content: "";
  display: block;
  width: 78%;
  height: 45px;
  background-color: #00315F;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.section__Date-right__box-2::before {
  content: "";
  display: block;
  width: 59px;
  height: 61px;
  background-image: url("../images/pc/05recruit/05recruit-5-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.section__Date-right__box-3 {
  text-align: left;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.section__Date-right__box-3::after {
  z-index: -1;
  content: "";
  display: block;
  width: 69%;
  height: 45px;
  background-color: #00315F;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.section__Date-right__box-3::before {
  content: "";
  display: block;
  width: 98px;
  height: 66px;
  background-image: url("../images/pc/05recruit/05recruit-5-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.section__Date-right__box-4 {
  text-align: left;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.section__Date-right__box-4::after {
  z-index: -1;
  content: "";
  display: block;
  width: 60%;
  height: 45px;
  background-color: #00315F;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.section__Date-right__box-4::before {
  content: "";
  display: block;
  width: 52px;
  height: 66px;
  background-image: url("../images/pc/05recruit/05recruit-5-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.section__Date-right__box__span-a {
  color: #00315F;
}
.section__Date-right__box p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 900;
  color: #00315F;
}
.section__Date-right__box__span-d {
  letter-spacing: -0.025em;
  font-size: 12.5rem;
  padding-right: 6px;
  line-height: 1.0;
}
.section__Date-right__box__span-u {
  font-size: 4.0rem;
  vertical-align: top;
}
.section__Date-right__box__span-a {
  writing-mode: vertical-rl;
  font-size: 3.0rem;
}
.section__Date-right__box__span-a-2 {
  writing-mode: vertical-rl;
  font-size: 3.0rem;
  transform: translateY(10px);
}
.section__Date-right__box__span-a-u {
  font-size: 4.0rem;
  vertical-align: top;
  transform: translateY(-66px);
}
@media (max-width: 1300px) {
  .section__Date {
    width: min(879px, 86vw);
    height: auto;
    padding: 40px 0;
    flex-flow: column;
  }
  .section__Date-left {
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }
  .section__Date-left p::before {
    width: 312px;
    height: 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section__Date-left p {
    margin-bottom: 11px;
    text-align: center;
  }
  .section__Date-left h2 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .section__Date-right__box {
    width: clamp(260px, 70%, 375px);
    height: 157px;
    padding: 13px 20px;
  }
  .section__Date-right__box-1 {
    font-size: 1.8rem;
  }
  .section__Date-right__box-2 {
    font-size: 1.8rem;
  }
  .section__Date-right__box-3 {
    font-size: 1.8rem;
  }
  .section__Date-right__box-4 {
    font-size: 1.8rem;
  }
  .section__Date-right__box__span-d {
    font-size: 9.4rem;
  }
  .section__Date-right__box__span-u {
    font-size: 2.9rem;
  }
  .section__Date-right__box-1::before {
    width: 56px;
    height: 43px;
  }
  .section__Date-right__box-2::before {
    width: 44px;
    height: 46px;
  }
  .section__Date-right__box-3::before {
    width: 76px;
    height: 51px;
  }
  .section__Date-right__box-4::before {
    width: 39px;
    height: 50px;
  }
  .section__Date-right__box__span-a {
    font-size: 2.2rem;
  }
  .section__Date-right__box__span-a-2 {
    font-size: 2.2rem;
  }
  .section__Date-right__box__span-a-u {
    font-size: 2.9rem;
    transform: translateY(-47px);
  }
  .section__Date-right__box-1::after {
    height: 34px;
  }
  .section__Date-right__box-2::after {
    height: 34px;
  }
  .section__Date-right__box-3::after {
    height: 34px;
  }
  .section__Date-right__box-4::after {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .section__Date-right__box-1::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-5-2.png");
  }
  .section__Date-right__box-2::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-5-3.png");
  }
  .section__Date-right__box-3::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-5-4.png");
  }
  .section__Date-right__box-4::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-5-5.png");
  }
  .section__Date-left p::before {
    width: 192px;
    height: 30px;
  }
  .section__Date-left p {
    font-size: 1.8rem;
  }
  .section__Date-left {
    flex-flow: column;
    gap: 0;
  }
  .section__Date-left h2 {
    font-size: 3.2rem;
    padding-bottom: 17px;
  }
  .section__Date__img {
    width: 110px;
    height: auto;
  }
  .section__Date__img-pc {
    display: none;
  }
  .section__Date__img-mb {
    display: block;
    width: 100%;
    height: auto;
  }
  .section__Date-right {
    width: 70vw;
    flex-flow: column;
    gap: 32px;
    align-items: center;
  }
  .section__Date {
    gap: 32px;
  }
}
/*Interview*/
.section__Interview__area {
  margin-top: -659px;
  background: linear-gradient(to bottom right, #F5D930 0% 85%, #F5C030 95% 100%);
  border-radius: 700px 0;
  padding: 111px 5vw 129px;
}
@media (max-width: 1350px) {
  .section__Interview__area {
    border-radius: 300px 0;
  }
}
@media (max-width:767px) {
  .section__Interview__area {
    border-radius: 150px 0;
    padding: 93px 0 117px;
  }
}
/*Interview-Yさん*/
.section__Interview-01__header h3 {
  font-size: 7.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00BBEA;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0;
}
.section__Interview-01__header {
  position: relative;
  width: clamp(900px, 62vw, 1200px);
  height: auto;
  margin: 0 auto;
}
.section__Interview-01__header__p {
  text-align: left;
  position: absolute;
  top: 33%;
  left: 15%;
}
.section__Interview-01__header__p-h {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 3.5rem;
  font-weight: 900;
  color: #F5D930;
  background-color: #fff;
  display: inline;
  padding: 5px 27px;
  line-height: 2.2;
}
.section__Interview-01__header__p-d {
  padding-top: 14px;
  font-weight: 700;
  color: #fff;
  font-size: 3.0rem;
}
.section__Interview-01__header__p-d span {
  font-size: 2.0rem;
}
.section__Interview__img-pc-1 {
  width: max(900px, 100%);
  height: auto;
}
.section__Interview__img-mb-1 {
  display: none;
}
.section__Interview__img-mb-2 {
  display: none;
}
.section__Interview-01__main-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.section__Interview-01__main-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
.section__Interview-01__main-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__Interview-01__main {
  width: min(879px, 100%);
  margin: 0 auto;
  padding: 64px 0 81px;
}
.section__Interview-01__main-1-text {
  padding-left: min(70px, 3.5vw);
  text-align: left;
}
.section__Interview-01__main-1-text dd {
  width: 355px;
}
.section__Interview-01__main-1-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-01__main-2-text {
  padding-right: min(70px, 3.5vw);
  text-align: left;
}
.section__Interview-01__main-2-text dd {
  width: 353px;
}
.section__Interview-01__main-2-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-01__main-3-text {
  padding-left: min(114px, 6vw);
  text-align: left;
}
.section__Interview-01__main-3-text dd {
  width: 370px;
}
.section__Interview-01__main-3-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-01__main-text-u {
  display: inline-block;
  border: solid 2px #00BBEA;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #00BBEA;
  width: 57px;
  height: 57px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
  margin-right: 17px;
}
.section__Interview-01__main-3-text-01 {
  margin-bottom: 53px;
}
.section__Interview__img-2 {
  width: min(443px, 100%);
}
.section__Interview__img-2-2 {
  width: min(379px, 100%);
}
.section__Interview__img-pc-2 {
  width: 100%;
  height: auto;
}
.section__Interview-01__header__p-h__br-mb {
  display: none;
}
.section__Interview-01__main-text-u__nowrap {
  white-space: nowrap;
}
@media(max-width:1600px) {
  .section__Interview-01__header h3 {
    top: 0px;
  }
}
@media(max-width: 1023px) {
  .section__Interview-01__header__p-h {
    font-size: 2.4rem;
  }
  .section__Interview-01__header__p-d span {
    font-size: 1.6rem;
  }
  .section__Interview-01__header__p-d {
    font-size: 2.0rem;
  }
  .section__Interview-01__header h3 {
    font-size: 4.5rem;
    top: 5%;
    left: 0;
  }
  .section__Interview__img-pc-1 {
    width: max(650px, 100%);
  }
  .section__Interview-01__header {
    width: clamp(650px, 86vw, 1200px);
  }
  .section__Interview-01__main-1 {
    margin-bottom: 25px;
  }
  .section__Interview-01__main-2 {
    margin-bottom: 25px;
  }
  .section__Interview-01__main-3-text-01 {
    margin-bottom: 33px;
  }
}
@media(max-width: 767px) {
  .section__Interview__img-pc-1 {
    display: none;
  }
  .section__Interview__img-mb-1 {
    display: block;
    width: min(475px, 100%);
    height: auto;
    margin: auto;
  }
  .section__Interview-01__header h3 {
    writing-mode: vertical-lr;
    transform: rotate(3.142rad);
    font-size: 3.2rem;
  }
  .section__Interview-01__header {
    width: min(475px, 86%);
  }
  .section__Interview-01__header__p {
    top: 55%;
    left: 16px;
  }
  .section__Interview-01__header__p-h__br-mb {
    display: block;
  }
  .section__Interview-01__header__p-h {
    padding: 2px 13px;
  }
  .section__Interview-01__main-1-text {
    padding-left: 0;
    width: 86%;
  }
  .section__Interview-01__main-1 {
    margin-bottom: 48px;
    flex-flow: column;
    gap: 32px;
  }
  .section__Interview-01__main-2 {
    margin-bottom: 20px;
    flex-flow: column-reverse;
    gap: 32px;
  }
  .section__Interview-01__main-3 {
    flex-flow: column;
    gap: 32px;
  }
  .section__Interview-01__main-3-text {
    padding-left: 0;
    width: 86%;
  }
  .section__Interview-01__main-2-text {
    padding-right: 0;
    width: 86%;
  }
  .section__Interview-01__main-1-text dd {
    width: auto;
  }
  .section__Interview-01__main-2-text dd {
    width: auto;
  }
  .section__Interview-01__main-3-text dd {
    width: auto;
  }
  .section__Interview-01__main-1-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-01__main-2-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-01__main-3-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-01__main {
    padding: 47px 0 64px;
  }
  .section__Interview__img-pc-2 {
    display: none;
  }
  .section__Interview__img-2-2 {
    width: 86vw;
  }
  .section__Interview__img-mb-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .section__Interview__header__p-d__span {
    font-size: 1.6rem;
  }
}
/*Interview-Dさん*/
.section__Interview-02__header h3 {
  font-size: 7.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00BBEA;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 0;
}
.section__Interview-02__header {
  position: relative;
  width: clamp(900px, 62vw, 1200px);
  height: auto;
  margin: 0 auto;
}
.section__Interview-02__header__p {
  text-align: right;
  position: absolute;
  top: 33%;
  right: 15%;
}
.section__Interview-02__header__p-h {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 3.5rem;
  font-weight: 900;
  color: #F5D930;
  background-color: #fff;
  display: inline;
  padding: 5px 27px;
  line-height: 2.2;
}
.section__Interview-02__header__p-d {
  padding-top: 14px;
  font-weight: 700;
  color: #fff;
  font-size: 3.0rem;
}
.section__Interview-02__header__p-d span {
  font-size: 2.0rem;
}
.section__Interview__img-pc-3 {
  width: max(900px, 100%);
  height: auto;
}
.section__Interview__img-mb-3 {
  display: none;
}
.section__Interview__img-mb-4 {
  display: none;
}
.section__Interview-02__main-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.section__Interview-02__main-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 57px;
}
.section__Interview-02__main-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__Interview-02__main {
  width: min(879px, 100%);
  margin: 0 auto;
  padding: 64px 0 0;
}
.section__Interview-02__main-1-text {
  padding-left: min(45px, 3vw);
  text-align: left;
}
.section__Interview-02__main-1-text dd {
  width: 383px;
}
.section__Interview-02__main-1-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-02__main-2-text {
  padding-right: min(41px, 2vw);
  text-align: left;
}
.section__Interview-02__main-2-text dd {
  width: 394px;
}
.section__Interview-02__main-2-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-02__main-3-text {
  padding-left: min(114px, 6vw);
  text-align: left;
}
.section__Interview-02__main-3-text dd {
  width: 383px;
}
.section__Interview-02__main-3-text dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: #00BBEA;
  font-weight: 700;
  font-size: 1.8rem;
}
.section__Interview-02__main-text-u {
  display: inline-block;
  border: solid 2px #00BBEA;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #00BBEA;
  width: 57px;
  height: 57px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
  margin-right: 17px;
}
.section__Interview__img-4 {
  width: min(443px, 100%);
}
.section__Interview__img-4-2 {
  width: min(379px, 100%);
}
.section__Interview__img-pc-4 {
  width: 100%;
  height: auto;
}
.section__Interview-02__header__p-h__br-mb {
  display: none;
}
@media(max-width:1600px) {
  .section__Interview-02__header h3 {
    top: 11px;
  }
}
@media(max-width: 1023px) {
  .section__Interview-02__header__p-h {
    font-size: 2.4rem;
  }
  .section__Interview-02__header__p-d span {
    font-size: 1.6rem;
  }
  .section__Interview-02__header__p-d {
    font-size: 2.0rem;
  }
  .section__Interview-02__header h3 {
    font-size: 4.5rem;
    top: 5%;
  }
  .section__Interview__img-pc-3 {
    width: max(650px, 100%);
  }
  .section__Interview-02__header {
    width: clamp(650px, 86vw, 1200px);
  }
  .section__Interview-02__main-1 {
    margin-bottom: 25px;
  }
  .section__Interview-02__main-2 {
    margin-bottom: 25px;
  }
}
@media(max-width: 767px) {
  .section__Interview__img-pc-3 {
    display: none;
  }
  .section__Interview__img-mb-3 {
    display: block;
    width: min(475px, 100%);
    height: auto;
    margin: auto;
  }
  .section__Interview-02__header h3 {
    writing-mode: vertical-lr;
    transform: rotate(3.142rad);
    font-size: 3.2rem;
    right: inherit;
  }
  .section__Interview-02__header {
    width: min(475px, 86%);
  }
  .section__Interview-02__header__p {
    top: 55%;
    left: 16px;
    text-align: left;
  }
  .section__Interview-02__header__p-h__br-mb {
    display: block;
  }
  .section__Interview-02__header__p-h {
    padding: 2px 13px;
  }
  .section__Interview-02__main-1-text {
    padding-left: 0;
    width: 86%;
  }
  .section__Interview-02__main-1 {
    margin-bottom: 48px;
    flex-flow: column;
    gap: 32px;
  }
  .section__Interview-02__main-2 {
    margin-bottom: 20px;
    flex-flow: column-reverse;
    gap: 32px;
  }
  .section__Interview-02__main-3 {
    flex-flow: column;
    gap: 32px;
  }
  .section__Interview-02__main-3-text {
    padding-left: 0;
    width: 86%;
  }
  .section__Interview-02__main-2-text {
    padding-right: 0;
    width: 86%;
  }
  .section__Interview-02__main-1-text dd {
    width: auto;
  }
  .section__Interview-02__main-2-text dd {
    width: auto;
  }
  .section__Interview-02__main-3-text dd {
    width: auto;
  }
  .section__Interview-02__main-1-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-02__main-2-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-02__main-3-text dt {
    align-items: flex-start;
    margin-bottom: 16px;
    flex-flow: column;
    gap: 8px;
  }
  .section__Interview-02__main {
    padding: 47px 0 0;
  }
  .section__Interview__img-pc-4 {
    display: none;
  }
  .section__Interview__img-4-2 {
    width: 86vw;
  }
  .section__Interview__img-mb-4 {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .section__Interview__img-l {
    width: 93% !important;
    height: auto;
    margin-right: 7%;
  }
  .section__Interview__img-r {
    margin-left: 7%;
    width: 93% !important;
    height: auto;
  }
  .section__Interview__img-2 {
    width: 100%;
  }
  .section__Interview__img-4 {
    width: 100%;
  }
}
/*WorkStyle*/
.section__WorkStyle__area {
  position: relative;
  z-index: -1;
  padding: 788px 0 119px;
  background-color: #F8F8F8;
  border-radius: 0 0 0 500px;
  margin-top: -670px;
}
@media(max-width: 1350px) {
  .section__WorkStyle__area {
    border-radius: 0 0 0 300px;
  }
}
/*研修制度*/
.section__WorkStyle__area-t__heder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 129px 5% 64px;
}
.section__WorkStyle__area-t__heder::before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/pc/05recruit/05recruit-9-1-2.png");
  background-repeat: no-repeat;
  width: 1668px;
  height: 630px;
  top: 20%;
  right: 0;
}
.section__WorkStyle__area-t__main {
  display: flex;
  justify-content: center;
  padding: 0 5%;
  gap: min(40px, 2%);
  box-sizing: border-box;
}
.section__WorkStyl__img-mb-1 {
  display: none;
}
.section__WorkStyl__img-mb-2 {
  display: none;
}
.section__WorkStyle__area-t__heder-l {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
.section__WorkStyle__area-t__heder-r {
  text-align: left;
  padding-left: min(119px, 6vw);
  line-height: 1.75;
  width: 511px;
  color: #fff;
  letter-spacing: 0;
}
.section__WorkStyle__area-t__main-l {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  width: 536px;
  height: auto;
  padding: 34px 36px;
  box-sizing: border-box;
}
.section__WorkStyl__img-1 {
  text-align: left;
}
.section__WorkStyle__area-t__main-l-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 24px;
  gap: min(7%, 15px);
}
.section__WorkStyle__area-t__main-l-p {
  text-align: left;
}
.section__WorkStyle__area-t__main-l-flex-h {
  box-sizing: border-box;
  background-color: #00BBEA;
  border-radius: 25px;
  width: 210px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.section__WorkStyle__area-t__main-l-flex-h p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00BBEA;
  width: 167px;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.section__WorkStyle__area-t__main-l-flex-h h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.section__WorkStyl__img-pc-1-2 {
  margin-top: -40px;
}
.section__WorkStyl__img-pc-1-2 img {
  width: max(210px, 100%);
  height: auto;
}
.section__WorkStyle__area-t__main-r {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  width: 536px;
  height: 628px;
  padding: 34px 36px;
  box-sizing: border-box;
}
.section__WorkStyl__img-2 {
  text-align: left;
}
.section__WorkStyle__area-t__main-r-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 24px;
  gap: min(7%, 15px);
}
.section__WorkStyle__area-t__main-r-p {
  text-align: left;
}
.section__WorkStyle__area-t__main-r-flex-h {
  box-sizing: border-box;
  background-color: #00BBEA;
  border-radius: 25px;
  width: 210px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.section__WorkStyle__area-t__main-r-flex-h p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00BBEA;
  width: 108px;
  height: 32px;
  background-color: #fff;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.section__WorkStyle__area-t__main-r-flex-h h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.section__WorkStyl__img-pc-2-2 {
  margin-top: -40px;
}
.section__WorkStyl__img-pc-2-2 img {
  width: max(210px, 100%);
  height: auto;
}
@media(max-width: 1023px) {
  .section__WorkStyle__area-t__heder::before {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 110%;
    top: 10%;
    right: 0;
  }
  .section__WorkStyle__area-t__heder {
    padding: 95px 6vw 64px;
  }
}
@media(max-width:767px) {
  .section__WorkStyle__area-t__heder {
    flex-flow: column;
  }
  .section__WorkStyle__area-t__main {
    padding: 0 6%;
    gap: 48px;
    flex-flow: column;
  }
  .section__WorkStyle__area-t__heder {
    padding: 71px 6vw 64px;
  }
  .section__WorkStyle__area-t__heder-l {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 24px;
  }
  .section__WorkStyle__area-t__heder-r {
    padding-left: 0;
    width: 100%;
  }
  .section__WorkStyle__area-t__heder::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-9-1.jpg");
    width: 100%;
    height: 120%;
    top: 3.5%;
  }
  .section__WorkStyle__area-t__main-l {
    background-color: #F5D930;
    border-radius: 30px;
    width: min(475px, 100%);
    margin: auto;
    height: auto;
    padding: 32px 26px;
    box-sizing: border-box;
  }
  .section__WorkStyle__area-t__main-l-flex-h {
    height: auto;
    background-color: transparent;
  }
  .section__WorkStyle__area-t__main-l-flex-h p {
    font-size: 1.6rem;
    color: #fff;
    width: 160px;
    height: 28px;
    background-color: #00BBEA;
    line-height: 28px;
  }
  .section__WorkStyle__area-t__main-l-flex-h h4 {
    font-size: 2.4rem;
    color: #333;
  }
  .section__WorkStyle__area-t__main-l-flex {
    margin-top: 32px;
  }
  .section__WorkStyle__area-t__main-r {
    background-color: #F5D930;
    border-radius: 30px;
    width: min(475px, 100%);
    margin: auto;
    height: auto;
    padding: 32px 26px;
    box-sizing: border-box;
  }
  .section__WorkStyle__area-t__main-r-flex-h {
    height: auto;
    background-color: transparent;
  }
  .section__WorkStyle__area-t__main-r-flex-h p {
    font-size: 1.6rem;
    color: #fff;
    width: 160px;
    height: 28px;
    background-color: #00BBEA;
    line-height: 28px;
  }
  .section__WorkStyle__area-t__main-r-flex-h h4 {
    font-size: 2.4rem;
    color: #333;
  }
  .section__WorkStyle__area-t__main-r-flex {
    margin-top: 32px;
  }
}
/*福利厚生*/
.section__WorkStyle__area-b__heder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 161px 5% 64px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.section__WorkStyle__area-b__heder::before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/pc/05recruit/05recruit-10-1-2.png");
  background-repeat: no-repeat;
  width: 1668px;
  height: 562px;
  top: 30%;
  left: 0;
}
.section__WorkStyle__area-b__main {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
  padding: 0 2.5vw
}
.section__Benefits__img-mb {
  display: none;
}
.section__WorkStyle__area-b__heder-l {
  font-size: 3.5rem;
  letter-spacing: 0.1;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
.section__WorkStyle__area-b__heder-r {
  text-align: left;
  padding-left: min(234px, 12vw);
  line-height: 1.75;
  width: 511px;
  color: #fff;
  letter-spacing: 0;
}
.section__WorkStyle__area-b__main p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 18px;
}
.section__WorkStyle__area-b__box-b {
  box-sizing: border-box;
  width: 260px;
  height: 220px;
  background-color: #57B1E8;
  border-radius: 35px;
  padding: 23px;
  text-align: center;
}
.section__WorkStyle__area-b__box-g {
  box-sizing: border-box;
  width: 260px;
  height: 220px;
  background-color: #57CEE8;
  border-radius: 35px;
  padding: 23px;
  text-align: center;
}
@media(max-width: 1023px) {
  .section__WorkStyle__area-b__heder::before {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 110%;
    top: 20%;
    right: 0;
  }
  .section__WorkStyle__area-b__heder {
    padding: 95px 6vw 64px;
  }
  .section__WorkStyl__img-pc-1-2 {
    display: none;
  }
  .section__WorkStyl__img-pc-2-2 {
    display: none;
  }
  .section__WorkStyl__img-pc-2 {
    display: none;
  }
  .section__WorkStyl__img-mb-2 {
    display: block;
    width: min(475px, 100%);
    height: auto;
  }
  .section__WorkStyl__img-pc-1 {
    display: none;
  }
  .section__WorkStyl__img-mb-1 {
    display: block;
    width: min(475px, 100%);
    height: auto;
  }
  .section__WorkStyle__area-b__box-b {
    width: 150px;
    height: 202px;
    border-radius: 20px;
  }
  .section__WorkStyle__area-b__box-g {
    width: 150px;
    height: 202px;
    border-radius: 20px;
  }
  .section__WorkStyle__area-b__main p {
    font-size: 1.6rem;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
  .section__Benefits__img-pc {
    display: none;
  }
  .section__Benefits__img-mb {
    display: block;
    width: auto;
    height: 80%;
    object-fit: contain;
  }
  .section__Benefits__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 109px;
  }
  .section__WorkStyle__area-b__main {
    gap: 22px;
  }
}
@media(max-width:767px) {
  .section__WorkStyle__area {
    border-radius: 0 0 0 150px;
    padding: 788px 0 100px;
  }
  .section__WorkStyle__area-b__heder {
    flex-flow: column;
  }
  .section__WorkStyle__area-b__heder-r {
    width: 100%;
    padding-left: 0;
  }
  .section__WorkStyle__area-b__heder {
    padding: 175px 6vw 48px;
  }
  .section__WorkStyle__area-b__heder-l {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 24px;
  }
  .section__WorkStyle__area-b__heder::before {
    background-image: url("../images/mb/05recruit/mb-05recruit-10-1.jpg");
    width: 100%;
    height: 100%;
    top: 25.5%;
  }
}
/*社内イベント*/
.section__event {
  margin: 97px 0 0;
  width: auto;
  background-color: #00BBEA;
  padding: 37px 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__event__img {
  width: min(640px, 100%);
  height: auto;
}
.section__event__img-mb {
  display: none;
}
.section__event__img-pc {
  width: 100%;
  height: auto;
}
.section__event-r {
  padding-left: min(137px, 7vw);
}
.section__event-r h3 {
  text-align: left;
  padding-bottom: 49.5px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.section__event-r h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.section__event-r p {
  width: 371px;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
}
@media(max-width: 1023px) {
  .section__event {
    flex-flow: column;
    padding: 62px 6%
  }
  .section__event-r {
    padding-left: 0;
    margin-top: 32px;
  }
  .section__event-r h3 {
    text-align: center;
  }
  .section__event-r h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(max-width:767px) {
  .section__event__img-pc {
    display: none;
  }
  .section__event__img-mb {
    display: block;
    width: 100%;
    height: auto;
  }
  .section__event-r p {
    width: 86vw;
  }
  .section__event__img {
    width: min(475px, 100vw);
    height: auto;
  }
  .section__event-r h3 {
    font-size: 2.4rem;
  }
}
/*モーダル共通*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.modal.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal-wrapper {
  box-sizing: border-box;
  position: relative;
  width: clamp(850px, 54vw, 1053px);
  padding: 40px 0 56px;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: auto;
  height: 60vh;
  z-index: 1001;
}
#closeModal2, #closeModal1 {
  display: block;
  z-index: 9999;
  position: absolute;
  width: 30px;
  height: 30px;
  appearance: none;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  top: 29px;
  right: 29px;
}
#closeModal2 span, #closeModal1 span {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 20px;
  height: 2px;
  transition: all 0.5s;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translatey(-50%);
}
#closeModal2 span::before, #closeModal2 span::after, #closeModal1 span::before, #closeModal1 span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #898989;
  width: 20px;
  height: 2px;
}
#closeModal2 span::before, #closeModal1 span::before {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
}
#closeModal2 span::after, #closeModal1 span::after {
  transform: translateX(-50%) rotate(-45deg);
  top: 50%;
}
body.modal-open {
  overflow: hidden;
}
.modal-content h3 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 22px;
}
.modal-open-button {
  z-index: 9999;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.section_Requirement-QA__area {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 122px 5vw;
  gap: 2.5%;
}
/*モーダル１*/
.modal-open-button-1 {
  width: clamp(350px, 40vw, 557px);
  height: clamp(440px, 45vh, 524px);
  background: linear-gradient(to bottom right, #00315F, #005298);
  border: none;
  border-radius: 42px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.section__Requirement__img {
  content: "";
  display: block;
  background-image: url("../images/pc/05recruit/05recruit-12.png");
  background-repeat: no-repeat;
  width: 129px;
  height: 113px;
  padding: 0 0 33px;
}
.modal__p1 {
  font-size: 1.6rem;
  color: #00315F;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  line-height: 50px;
  transition: background-color 0.3s, color 0.3s;
}
.modal-open-button-1:hover {
  background: none;
  background-color: #fff;
  border: solid 4px #00315F;
}
.modal-open-button-1:hover .modal__p1 {
  color: #fff;
  background-color: #00315F;
}
.modal-open-button-1:hover .h2-jp-noto-w {
  color: #00315F;
}
.modal-open-button-1:hover .section__Requirement__img {
  background-image: url("../images/pc/05recruit/05recruit-12-2.png");
}
/*モーダルの中身*/
.modal-content-Requirement table {
  width: clamp(745px, 40vw, 774px);
  border-collapse: collapse;
  margin: 0 auto;
}
.modal-content-Requirement table th {
  white-space: nowrap;
  box-sizing: border-box;
  width: min(177px, 9vw);
  padding: 17px 55px;
  text-align: left;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  background-color: #F5D930;
}
.modal-content-Requirement table td {
  padding: 17px 55px;
  text-align: left;
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}
/*モーダル２*/
.modal-open-button-2 {
  width: clamp(350px, 40vw, 557px);
  height: clamp(440px, 45vh, 524px);
  background-color: #fff;
  border: solid 4px #00315F;
  border-radius: 42px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.section__QA__img {
  content: "";
  display: block;
  background-image: url("../images/pc/05recruit/05recruit-13.png");
  background-repeat: no-repeat;
  width: 129px;
  height: 113px;
  padding: 0 0 33px;
}
.modal__p2 {
  font-size: 1.6rem;
  color: #fff;
  width: 200px;
  height: 50px;
  background-color: #00315F;
  border-radius: 25px;
  line-height: 50px;
  transition: background-color 0.3s, color 0.3s;
}
.modal-open-button-2:hover {
  background: linear-gradient(to bottom right, #00315F, #005298);
  border: none;
}
.modal-open-button-2:hover .modal__p2 {
  color: #00315F;
  background-color: #fff;
}
.modal-open-button-2:hover .h2-jp-noto-g {
  color: #fff;
}
.modal-open-button-2:hover .section__QA__img {
  background-image: url("../images/pc/05recruit/05recruit-13-2.png");
}
/*モーダルの中身*/
.modal-content-QA dl {
  width: clamp(650px, 40vw, 774px);
  margin: 0 auto;
}
.modal-content-QA dl dt {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F5D930;
  height: 65px;
  padding: 8px 19px;
  margin-bottom: 15px;
}
.modal-content-QA-u-q {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #F5D930;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
}
.modal-content-QA-u-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #F5D930;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
}
.modal-content-QA-q {
  text-align: left;
  margin-left: 21px;
  width: auto;
}
.modal-content-QA dl dd {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  height: auto;
  padding: 8px 19px;
  margin-bottom: 33px;
}
.modal-content-QA dl dd:last-child {
  margin-bottom: 0;
}
.modal-content-Requirement__br-mb {
  display: none;
}
.modal-content-Requirement__br-mb-2 {
  display: none;
}
.modal-content-QA-q__br-mb {
  display: none;
}
.modal-content-Requirement a {
  color: #333;
}
@media (max-width: 1023px) {
  .modal-wrapper {
    width: 86vw;
  }
  .modal-content-QA dl {
    width: 86%;
  }
  .modal-content-Requirement table {
    width: 86%;
  }
  .modal-content-Requirement__br-mb {
    display: block;
  }
}
@media (max-width: 803px) {
  .modal-content-QA dl dd {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section_Requirement-QA__area {
    padding: 100px 6vw;
    gap: 65px;
    flex-flow: column;
  }
  .modal-content-Requirement table th {
    width: min(96px, 25%);
    padding: 17px;
    font-size: 1.5rem;
  }
  .modal-content-Requirement table td {
    padding: 17px;
    font-size: 1.25rem;
  }
  .modal-content-QA dl dd {
    padding: 0 19px;
    margin-bottom: 32px;
    height: auto;
  }
  .modal-open-button-1 {
    width: min(86vw, 350px);
  }
  .modal-open-button-2 {
    width: min(86vw, 350px);
  }
  .modal-content-QA-q-q {
    font-size: 1.5rem;
  }
}
@media (max-width: 470px) {
  .modal-content-Requirement__br-mb-2 {
    display: block;
  }
  .modal-content-QA-q__br-mb {
    display: block;
  }
}
/*Message*/
.section__Message__area {
  margin-bottom: 120px;
  background-image: url("../images/pc/05recruit/05recruit-14.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 121px 5vw;
  align-items: center;
}
.recruit__video {
  width: clamp(700px, 39%, 756px);
  height: auto;
}
.recruit__video video {
  width: 100%;
}
.section__Message__area-left {
  text-align: left;
  margin-right: min(4vw, 91px);
}
.section__Message__area-left p {
  width: 353px;
  color: #fff;
}
@media (max-width: 1023px) {
  .section__Message__area {
    padding: 121px 6vw;
    flex-flow: column;
  }
  .section__Message__area-left p {
    width: 100%;
    margin-bottom: 48px;
  }
  .section__Message__area-left__br-mb {
    display: none;
  }
  .section__Message__area-left {
    text-align: left;
    margin-right: 0;
  }
  .recruit__video {
    width: 100%;
  }
}
@media (max-width:767px) {
  .section__Message__area {
    padding: 100px 6vw;
    background-image: url("../images/mb/05recruit/mb-05recruit-14.jpg");
  }
  .h2-jp-noto-w-left-recruit {
    text-align: center;
  }
}