@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(/assets/images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -445px;
  z-index: -1;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 95px;
}

.p-mv-ttl {
  font-size: 4.4rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    margin-top: 8.66vw;
    padding: 0 2.66vw;
  }
  .p-mv::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -29.66vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 5.33vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl {
    font-size: 3.43vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    left: -26.6666666667vw;
    top: -52vw;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl {
    font-size: 7.7333333333vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-intro
---------------------------------------------------------------------------- */
.p-intro {
  padding: 80px 0 90px;
  position: relative;
}
.p-intro::after {
  position: absolute;
  content: "";
  right: -400px;
  top: 30px;
  background: url(../../../images/recruit/training/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-intro-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.p-intro-mh-wrap {
  text-align: center;
}

.p-intro-mh {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: bold;
  background: #5397FC;
  display: inline-block;
  padding: 0 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-intro-catch {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 25px 0 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-intro-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 30px 0 0;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-intro {
    padding: 6.25vw 0 7vw;
  }
  .p-intro::after {
    right: -31.25vw;
    top: 2.34vw;
    width: 109.3vw;
    height: 109.3vw;
  }
  .p-intro-inner {
    max-width: 75vw;
  }
  .p-intro-mh {
    font-size: 1.4vw;
    padding: 0 0.78vw;
  }
  .p-intro-catch {
    font-size: 2.34vw;
    margin: 1.95vw 0 0;
  }
  .p-intro-txt {
    font-size: 1.25vw;
    margin: 2.34vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 16vw 0;
  }
  .p-intro::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: 66.6666666667vw;
  }
  .p-intro-inner {
    max-width: 100%;
  }
  .p-intro-mh {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-intro-catch {
    font-size: 5.3333333333vw;
    padding: 0;
    margin: 5.3333333333vw 0 0;
  }
  .p-intro-txt {
    font-size: 4.2666666667vw;
    margin: 6.6666666667vw 0 0;
  }
}
/* p-guideline
---------------------------------------------------------------------------- */
.p-guideline {
  padding: 0 0 100px;
}

.p-guideline-inner {
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  padding: 60px 120px;
  background: #fff;
  position: relative;
}
.p-guideline-inner::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #0052C5;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-guideline-mh {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 0 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-guideline-sh {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  margin: 50px 0 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-guideline-sh::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #0052C5;
}
.p-guideline-sh span {
  font-size: 1.6rem;
  line-height: 2.3125;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.p-guideline-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-training-wrap {
  margin: 50px 60px 0 70px;
  position: relative;
}
.p-training-wrap::after {
  position: absolute;
  content: "";
  left: 84px;
  top: 70px;
  background: url(../../../images/recruit/training/icn_training_dots.png) no-repeat center center/100%;
  width: 2px;
  height: 294px;
}

.p-training-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}

.p-training-item-left {
  padding: 40px 50px 0 0;
}

.p-training-item-left-txt {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  background: #0052C5;
  width: 170px;
  text-align: center;
  padding: 7px 0;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-training-item-left-txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #0052C5;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-training-item-right-ttl {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-training-item-right-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 5px;
}

.p-training-catch {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #0052C5;
  margin: 50px 0 40px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-training-catch::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #0052C5 transparent transparent transparent;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-training-catch::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  top: 99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.p-training-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-training-list-item {
	padding: 1rem;
  width: 48%;
}

.p-training-list-item-ttl {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0052C5;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-training-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-guideline {
    padding: 0 0 7.8vw;
  }
  .p-guideline-inner {
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    padding: 4.68vw 8.375vw;
  }
  .p-guideline-inner::before {
    width: 4.68vw;
    height: 0.3vw;
  }
  .p-guideline-mh {
    font-size: 2.3vw;
    margin: 0 0 3.9vw;
  }
  .p-guideline-sh {
    font-size: 1.7vw;
    padding-left: 1.95vw;
    margin: 3.9vw 0 2.34vw;
  }
  .p-guideline-sh::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .p-guideline-sh span {
    font-size: 1.25vw;
  }
  .p-guideline-txt {
    font-size: 1.25vw;
  }
  .p-training-wrap {
    margin: 3.9vw 4.68vw 0 5.46vw;
  }
  .p-training-wrap::after {
    left: 6.56vw;
    top: 5.46vw;
    width: 0.156vw;
    height: 22.96vw;
  }
  .p-training-item {
    margin: 0 0 1.95vw;
  }
  .p-training-item-left {
    padding: 3.125vw 3.9vw 0 0;
  }
  .p-training-item-left-txt {
    font-size: 1.4vw;
    width: 13.28vw;
    padding: 0.54vw 0;
  }
  .p-training-item-left-txt::before {
    border-width: 0.5vw 0 0.5vw 0.625vw;
  }
  .p-training-item-right-ttl {
    font-size: 1.4vw;
  }
  .p-training-item-right-txt {
    font-size: 1.25vw;
    margin-top: 0.39vw;
  }
  .p-training-catch {
    font-size: 1.7vw;
    padding-bottom: 1.95vw;
    margin: 3.9vw 0 3.125vw;
  }
  .p-training-catch::before {
    border-width: 1.4vw 1.56vw 0 1.56vw;
  }
  .p-training-catch::after {
    border-width: 1.4vw 1.56vw 0 1.56vw;
  }
  .p-training-list-item-ttl {
    font-size: 1.4vw;
  }
  .p-training-list-item-txt {
    font-size: 1.25vw;
    margin-top: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .p-guideline {
    padding: 0 0 10.6666666667vw;
  }
  .p-guideline-inner {
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    padding: 8vw 5.3333333333vw;
  }
  .p-guideline-inner::before {
    width: 16vw;
    height: 1.0666666667vw;
  }
  .p-guideline-mh {
    font-size: 5.3333333333vw;
    margin: 0 0 8vw;
  }
  .p-guideline-sh {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    margin: 8vw 0 4vw;
  }
  .p-guideline-sh::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 2.9333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  .p-guideline-txt {
    font-size: 4.2666666667vw;
  }
  .p-training-wrap {
    margin: 5.3333333333vw 0;
  }
  .p-training-wrap::after {
    display: none;
  }
  .p-training-item {
    margin: 0 0 5.3333333333vw;
  }
  .p-training-item-left {
    padding: 5.3333333333vw 5.3333333333vw 0 0;
  }
  .p-training-item-left-txt {
    font-size: 3.4666666667vw;
    width: 26.6666666667vw;
    padding: 1.8666666667vw 0;
  }
  .p-training-item-left-txt::before {
    border-width: 1.7333333333vw 0 1.7333333333vw 2.1333333333vw;
  }
  .p-training-item-right-ttl {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .p-training-item-right-txt {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
  .p-training-catch {
    font-size: 5.0666666667vw;
    padding-bottom: 4vw;
    margin: 8vw 0 5.3333333333vw;
  }
  .p-training-catch::before {
    border-width: 2.4vw 2.6666666667vw 0 2.6666666667vw;
  }
  .p-training-catch::after {
    border-width: 2.4vw 2.6666666667vw 0 2.6666666667vw;
  }
  .p-training-list {
    display: block;
  }
  .p-training-list-item {
    width: 100%;
  }
  .p-training-list-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-training-list-item-ttl {
    font-size: 4.8vw;
  }
  .p-training-list-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 0.8vw;
  }
}
/* p-career
---------------------------------------------------------------------------- */
.p-career {
  position: relative;
}
.p-career::after {
  position: absolute;
  content: "";
  left: -400px;
  bottom: -200px;
  background: url(../../../images/recruit/training/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-step-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #F5F5F6;
  padding: 40px 55px;
}

.p-step-left {
  margin-right: 20px;
}

.p-step-left-ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  background: #0052C5;
  text-align: center;
  width: 75px;
  padding: 14px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-step-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-step-item {
  /*width: 29%;*/
  width: 100%;
  margin: 0 0 20px 20px;
}
.p-step-item:nth-child(4), .p-step-item:nth-child(5) {
  width: 100%;
}
.p-step-item:last-child {
  margin-bottom: 0;
}

.p-step-item-ttl-wrap {
  border-left: 2px solid #0052C5;
  padding-left: 15px;
  position: relative;
}
.p-step-item-ttl-wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 11px;
  border-color: transparent transparent transparent #0052C5;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-step-item-ttl-sub {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-step-item-ttl-sub span {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-step-item-ttl {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 3px;
}

.p-step-item-txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10px;
}
.p-step-item-txt span {
  color: #0052C5;
  font-weight: bold;
}

.p-step-item-txt-marker {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(45%, #C9E0FF));
  background: linear-gradient(transparent 55%, #C9E0FF 45%);
  line-height: 2;
}

.p-info-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0;
}

.p-info-list-item {
  background: #fff;
  padding: 15px 15px 20px 20px;
  width: 32.5%;
}

.p-info-list-item-ttl {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
}
.p-info-list-item-ttl img {
  margin-right: 16px;
}

.p-info-list-item-txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 2px;
}

.m-btn01-wrap.p-step-btn {
  text-align: center;
  margin-top: 40px;
}
.m-btn01-wrap.p-step-btn .m-btn01 {
  padding: 8px 41px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-career::after {
    left: -31.25vw;
    bottom: -15.625vw;
    width: 109.3vw;
    height: 109.3vw;
  }
  .p-step-wrap {
    padding: 3.125vw 4.29vw;
  }
  .p-step-left {
    margin-right: 1.56vw;
  }
  .p-step-left-ttl {
    font-size: 1.4vw;
    width: 5.85vw;
    padding: 1.09vw 0;
  }
  .p-step-item {
    margin: 0 0 1.56vw 1.56vw;
  }
  .p-step-item-ttl-wrap {
    border-left: 0.15vw solid #0052C5;
    padding-left: 1.17vw;
  }
  .p-step-item-ttl-wrap::before {
    border-width: 1.05vw 0 1.05vw 0.85vw;
    left: -1.71vw;
  }
  .p-step-item-ttl-sub {
    font-size: 1.4vw;
  }
  .p-step-item-ttl-sub span {
    font-size: 1.17vw;
  }
  .p-step-item-ttl {
    font-size: 1.17vw;
    margin-top: 0.23vw;
  }
  .p-step-item-txt {
    font-size: 1.17vw;
    margin-top: 0.78vw;
  }
  .p-info-list {
    margin: 1.17vw 0 0;
  }
  .p-info-list-item {
    padding: 1.17vw 1.17vw 1.56vw 1.56vw;
  }
  .p-info-list-item:nth-child(1) .p-info-list-item-ttl img {
    width: 2.57vw;
  }
  .p-info-list-item:nth-child(2) .p-info-list-item-ttl img {
    width: 3.35vw;
  }
  .p-info-list-item:nth-child(3) .p-info-list-item-ttl img {
    width: 3.4vw;
  }
  .p-info-list-item-ttl {
    font-size: 1.17vw;
    height: 3.9vw;
  }
  .p-info-list-item-ttl img {
    margin-right: 1.25vw;
  }
  .p-info-list-item-txt {
    font-size: 1.17vw;
    margin-top: 0.156vw;
  }
  .m-btn01-wrap.p-step-btn {
    margin-top: 3.125vw;
  }
  .m-btn01-wrap.p-step-btn .m-btn01 {
    padding: 0.625vw 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-career::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    left: -53.3333333333vw;
    bottom: -21.3333333333vw;
  }
  .p-step-wrap {
    padding: 5.3333333333vw;
  }
  .p-step-left {
    margin-right: 8vw;
  }
  .p-step-left-ttl {
    font-size: 3.4666666667vw;
    width: 16vw;
    padding: 2.6666666667vw 0;
  }
  .p-step-right {
    width: calc(100% - 24vw);
  }
  .p-step-list {
    display: block;
  }
  .p-step-item {
    width: 100%;
    margin: 0 0 6.6666666667vw;
  }
  .p-step-item-ttl-wrap {
    padding-left: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-step-item-ttl-wrap::before {
    border-width: 3.6vw 0 3.6vw 2.9333333333vw;
    left: -5.3333333333vw;
  }
  .p-step-item-ttl-sub {
    font-size: 4.8vw;
  }
  .p-step-item-ttl-sub span {
    font-size: 4vw;
  }
  .p-step-item-ttl {
    font-size: 4vw;
    margin-top: 0.8vw;
  }
  .p-step-item-txt {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .p-step-item-txt-marker {
    display: inline;
  }
  .p-info-list {
    display: block;
    margin: 4vw 0 0;
  }
  .p-info-list-item {
    padding: 4vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  .p-info-list-item:nth-child(1) img {
    width: 8.8vw;
  }
  .p-info-list-item:nth-child(2) img {
    width: 11.4666666667vw;
  }
  .p-info-list-item:nth-child(3) img {
    width: 11.7333333333vw;
  }
  .p-info-list-item-ttl {
    font-size: 3.4666666667vw;
    height: auto;
  }
  .p-info-list-item-ttl img {
    margin-right: 2.6666666667vw;
  }
  .p-info-list-item-txt {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  .m-btn01-wrap.p-step-btn {
    margin-top: 8vw;
  }
  .m-btn01-wrap.p-step-btn .m-btn01 {
    padding: 2.1333333333vw 10.9333333333vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend-inner {
  padding: 20px 0 100px;
  border-top: 0.5px solid #0052C5;
}

.p-recommend-mh {
  font-size: 3.8rem;
  line-height: 2.3684210526;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  padding-left: 60px;
  position: relative;
}
.p-recommend-mh::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 4px;
  background: #0052C5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.p-recommend-item {
  width: 958px;
  height: 345px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}

.p-recommend-item-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.p-recommend-item-img {
  width: 958px;
  height: 295px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-recommend-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-recommend-item-body {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 29px;
  height: 108px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
}

.p-recommend-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #2A2A2A;
  padding-left: 25px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-recommend-item-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
}

@media screen and (min-width: 768px) {
  .p-recommend-item-link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-recommend-item-link:hover .p-recommend-item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-recommend-item-link:hover .p-recommend-item-img::after {
    opacity: 1;
  }
  .p-recommend-item-img {
    position: relative;
  }
  .p-recommend-item-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-recommend-item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 20px solid rgba(225, 225, 225, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend-inner {
    padding: 1.56vw 0 7.8vw;
  }
  .p-recommend-mh {
    font-size: 2.96vw;
    padding-left: 4.68vw;
  }
  .p-recommend-mh::before {
    width: 2vw;
    height: 0.3vw;
    left: 0.78vw;
  }
  .p-recommend-item {
    width: 74.84vw;
    height: 26.95vw;
    margin: 2.34vw auto 0;
  }
  .p-recommend-item-img {
    width: 74.84vw;
    height: 23vw;
  }
  .p-recommend-item-body {
    padding: 0.78vw 2.26vw;
    height: 8.43vw;
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
  }
  .p-recommend-item-ttl {
    font-size: 1.71vw;
    padding-left: 1.9vw;
  }
  .p-recommend-item-ttl::before {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 16vw;
  }
  .p-recommend-inner {
    padding: 4vw 0 8vw;
  }
  .p-recommend-mh {
    font-size: 6.4vw;
    padding-left: 9.3333333333vw;
  }
  .p-recommend-mh::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    left: 0;
  }
  .p-recommend-item {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-recommend-item-img {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
  }
  .p-recommend-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recommend-item-body {
    bottom: -9.0666666667vw;
    padding: 5.0666666667vw 4.2666666667vw;
    height: auto;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
  }
  .p-recommend-item-ttl {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    white-space: nowrap;
  }
  .p-recommend-item-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}