.p-appealPoint {
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .p-appealPoint {
    padding-bottom: 50px;
  }
}

.p-appealPoint__bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../../img/recruit/appealpoint-bg.jpg) no-repeat right center/65.9505% auto;
}
@media screen and (max-width: 1200px) {
  .p-appealPoint__bg {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 991px) {
  .p-appealPoint__bg {
    background: url(../../img/recruit/appealpoint-bg_sp.jpg) no-repeat center bottom/100%;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .p-appealPoint__bg {
    padding-bottom: 30px;
    padding-top: 50px;
    background-size: 92%;
    background-position: right bottom;
  }
}

.p-appealPoint__inner {
  position: relative;
}

.p-appealPoint__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .p-appealPoint__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .p-appealPoint__flex {
    row-gap: 23px;
  }
}

.p-appealPoint__thumb {
  -webkit-box-flex: 658px;
      -ms-flex: 658px;
          flex: 658px;
}
@media screen and (max-width: 991px) {
  .p-appealPoint__thumb {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-appealPoint__picture {
  position: relative;
  margin-left: 19px;
  margin-bottom: 19px;
}
@media screen and (max-width: 575px) {
  .p-appealPoint__picture {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.p-appealPoint__picture img {
  position: relative;
  z-index: 1;
}

.p-appealPoint__picture::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: -19px;
  top: 19px;
  background: #231815;
}
@media screen and (max-width: 575px) {
  .p-appealPoint__picture::before {
    left: -10px;
    top: 10px;
  }
}

.p-appealPoint__body {
  -webkit-box-flex: 630px;
      -ms-flex: 630px;
          flex: 630px;
}
@media screen and (max-width: 991px) {
  .p-appealPoint__body {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media screen and (max-width: 575px) {
  .p-appealPoint__sectionTitle {
    text-align: right;
  }
}

.p-appealPoint__cardBlock {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .p-appealPoint__cardBlock {
    margin-top: 30px;
  }
}

.p-appealPoint__cardHead-Heading {
  text-align: center;
}

.p-appealPoint__cardHead-text {
  max-width: 660px;
  width: 100%;
  margin: 46px auto 0px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-appealPoint__cardHead-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 17px;
  }
}

.p-appealPoint__cardBody {
  margin-top: 105px;
}
@media screen and (max-width: 575px) {
  .p-appealPoint__cardBody {
    margin-top: 42px;
  }
}

.p-education {
  background: #231815;
  padding: 100px 0px;
}
@media screen and (max-width: 575px) {
  .p-education {
    padding: 30px 0px;
  }
}

.p-education__containerWrap {
  background-color: #fff;
  padding-top: 117px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-education__containerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-education__containerWrap {
    background-color: #fff;
    padding-top: 23px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-education__container {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 575px) {
  .p-education__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.p-education__title {
  text-align: center;
}

.p-education__contents {
  margin-top: 54px;
}
@media screen and (max-width: 575px) {
  .p-education__contents {
    margin-top: 32px;
  }
}

.p-education__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-education__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-education__flex {
    row-gap: 13px;
  }
}

.p-education__flexBox {
  -webkit-box-flex: 490px;
      -ms-flex: 490px;
          flex: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-education__flexBox {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    row-gap: 9px;
  }
}
@media screen and (max-width: 575px) {
  .p-education__flexBox {
    margin-top: 3px;
  }
}

.p-education__leading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4166;
}
@media screen and (max-width: 575px) {
  .p-education__leading {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666;
  }
}

.p-education__text {
  margin-top: 16px;
}
@media screen and (max-width: 575px) {
  .p-education__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 5px;
  }
}

.p-education__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #C4000A;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: 700;
  height: 104px;
  margin-top: 46px;
  color: #C4000A;
}
@media screen and (max-width: 575px) {
  .p-education__message {
    font-size: 16px;
    letter-spacing: 0.15em;
    border: 2px solid #C4000A;
    margin-top: 16px;
    height: 47px;
  }
}

.p-family {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 575px) {
  .p-family {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-family__bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../../img/recruit/family-bg.jpg) no-repeat left center/65.9505% auto;
}
@media screen and (max-width: 1200px) {
  .p-family__bg {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 991px) {
  .p-family__bg {
    background: url(../../img/recruit/family-bg_sp.jpg) no-repeat center bottom/100% auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .p-family__bg {
    padding-bottom: 34px;
    padding-top: 0px;
    background-size: 92%;
    background-position: left bottom;
  }
}

.p-family__inner {
  position: relative;
}

.p-family__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 145px;
     -moz-column-gap: 145px;
          column-gap: 145px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .p-family__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .p-family__flex {
    row-gap: 23px;
  }
}

.p-family__thumb {
  -webkit-box-flex: 658px;
      -ms-flex: 658px;
          flex: 658px;
}
@media screen and (max-width: 991px) {
  .p-family__thumb {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-family__picture {
  position: relative;
  margin-right: 19px;
  margin-bottom: 19px;
}
@media screen and (max-width: 575px) {
  .p-family__picture {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.p-family__picture img {
  position: relative;
  z-index: 1;
}

.p-family__picture::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 19px;
  right: -19px;
}
@media screen and (max-width: 575px) {
  .p-family__picture::after {
    top: 10px;
    right: -10px;
  }
}

.p-family__body {
  -webkit-box-flex: 535px;
      -ms-flex: 535px;
          flex: 535px;
}
@media screen and (max-width: 991px) {
  .p-family__body {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-family__sectionTitle {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .p-family__sectionTitle {
    text-align: left;
  }
}

.p-family__head {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .p-family__head {
    margin-top: 30px;
  }
}

.p-family__heading {
  text-align: center;
}

.p-family__headText {
  max-width: 660px;
  width: 100%;
  margin: 44px auto 0px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-family__headText {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-family__card {
  margin-top: 96px;
}
@media screen and (max-width: 575px) {
  .p-family__card {
    margin-top: 26px;
  }
}

.p-message {
  padding-top: 113px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .p-message {
    padding-top: 44px;
    padding-bottom: 46px;
  }
}

.p-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
}
@media screen and (max-width: 991px) {
  .p-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-message__flex {
    row-gap: 15px;
  }
}

.p-message__head {
  -webkit-box-flex: 393px;
      -ms-flex: 393px;
          flex: 393px;
}
@media screen and (max-width: 991px) {
  .p-message__head {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-message__body {
  -webkit-box-flex: 545px;
      -ms-flex: 545px;
          flex: 545px;
}
@media screen and (max-width: 991px) {
  .p-message__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-message__message {
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 2.0833;
}
@media screen and (max-width: 575px) {
  .p-message__message {
    font-size: 18px;
    line-height: 1.6666;
    margin-top: 3px;
  }
}

.p-message__text {
  margin-top: 27px;
}
@media screen and (max-width: 575px) {
  .p-message__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 13px;
  }
}

.p-movie {
  padding: 113px 0 100px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 575px) {
  .p-movie {
    padding: 43px 0 50px;
  }
}

.p-movie__title {
  text-align: center;
}

.p-movie__contents {
  margin-top: 56px;
}
@media screen and (max-width: 575px) {
  .p-movie__contents {
    margin-top: 25px;
  }
}

.p-recruit__movie {
  text-align: center;
}

.p-recruit__movie {
  text-align: center;
  position: relative;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.p-recruit__movie::before {
  content: "";
  display: block;
  padding-top: 61.8181%;
}
@media screen and (max-width: 575px) {
  .p-recruit__movie::before {
    padding-top: 61.7391% 0%;
  }
}

.p-recruit__movie iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  border: 0;
}

.p-requirement {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 575px) {
  .p-requirement {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-requirement__tab {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .p-requirement__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}

.p-requirement__tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #919191;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  height: 79px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 2px solid #919191;
}
@media screen and (max-width: 575px) {
  .p-requirement__tab li {
    height: auto;
    height: initial;
    padding: 6.5px 30px;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.5555;
  }
}

.p-requirement__tab li:hover {
  cursor: pointer;
}

.p-requirement__tab li.is-active {
  background-color: #fff;
  border: 2px solid #C4000A;
  color: #231815;
}

.p-requirement__message {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-top: 47px;
}
@media screen and (max-width: 575px) {
  .p-requirement__message {
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-requirement__attention {
  margin-top: 23px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-requirement__attention {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 9px;
  }
}

.p-requirement__subject {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .p-requirement__subject {
    font-size: 18px;
    margin-top: 30px;
  }
}

.p-requirement__contents {
  display: none;
}

.p-requirement__contents.is-active {
  display: block;
}

.p-requirement__items {
  margin-top: 20px;
  padding: 20px 20px 15px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .p-requirement__items {
    padding: 12px 15px 23px;
  }
}

.p-requirement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0px;
}
@media screen and (max-width: 991px) {
  .p-requirement__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 575px) {
  .p-requirement__list {
    padding: 3px 0px;
  }
}

.p-requirement__list::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: url(../../img/recruit/dot-img01.svg) no-repeat center center/auto 2px;
}

.p-requirement__list:last-child::after {
  display: none;
}

.p-requirement__list:first-child {
  padding-top: 0px;
}

.p-requirement__list:last-child {
  padding-bottom: 0px;
}

.p-requirement__list dt {
  -webkit-box-flex: 268px;
      -ms-flex: 268px;
          flex: 268px;
  font-weight: 500;
  color: #C4000A;
}
@media screen and (max-width: 991px) {
  .p-requirement__list dt {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (max-width: 575px) {
  .p-requirement__list dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.42857143;
  }
}

.p-requirement__list dd {
  -webkit-box-flex: 692px;
      -ms-flex: 692px;
          flex: 692px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-requirement__list dd {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (max-width: 575px) {
  .p-requirement__list dd {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7857;
  }
}
/*# sourceMappingURL=recruit.css.map */
