/*==================================================
page service
===================================*/
.p_service_about {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .p_service_about {
    padding: 4rem 1.5rem;
  }
}

.p_service_about__inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_about__inner {
    flex-direction: column;
  }
}

.p_service_about__inner::after {
  content: "ABOUT";
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  color: #eff5fe;
  letter-spacing: 0.1em;
  line-height: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -10rem;
}

@media screen and (max-width: 767px) {
  .p_service_about__inner::after {
    font-size: 5rem;
    top: 70%;
  }
}

.p_service_about__image {
  width: calc(50% - 6rem);
  margin-right: 6rem;
}

@media screen and (max-width: 767px) {
  .p_service_about__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.p_service_about__textarea {
  width: 46%;
  max-width: 53rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p_service_about__textarea {
    width: 100%;
  }
}

.p_service_about__textarea_lead {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.5rem;
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p_service_about__textarea_lead {
    font-size: 2rem;
  }
}

.p_service_about__textarea_lead::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2.5rem;
  background-color: #095bec;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p_service_about__textarea_text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 3.4rem;
}

@media screen and (max-width: 767px) {
  .p_service_about__textarea_text {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

/* section-effect */
.p_service_effect {
  background-color: #eff5fe;
  padding-bottom: 6rem;
  position: relative;
}

.p_service_effect::before {
  content: "";
  background: url(../img/p_service_effect_bg.png) no-repeat;
  background-size: contain;
  display: block;
  width: 59.5rem;
  height: 32rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p_service_effect::before {
    width: 29.75rem;
    height: 16rem;
  }
}

.inner.p_service_effect__inner {
  padding-top: 4.5rem;
}

.p_service_effect__lead {
  width: 100%;
  background-color: #095bec;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 1.2rem 1.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_effect__lead {
    font-size: 2.4rem;
  }
}

.p_service_effect__lead::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 14px solid #095bec;
  border-bottom: 0;
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.p_service_effect__list {
  background-color: #fff;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p_service_effect__list {
    padding: 2rem;
  }
}

.p_service_effect__list_item {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 1.5rem 2rem 1.5rem 5rem;
  border-bottom: dashed 1px #e8e8e8;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_effect__list_item {
    font-size: 1.4rem;
    padding: 1rem 0rem 1rem 2.5rem;
  }
}

.p_service_effect__list_item::before {
  content: "";
  background: url(../img/check_mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 1.9rem;
}

@media screen and (max-width: 767px) {
  .p_service_effect__list_item::before {
    width: 2rem;
    height: 1.6rem;
    top: 1.3rem;
    left: 0;
    transform: initial;
  }
}

.p_service_effect__list_item span {
  background: linear-gradient(transparent 60%, #ffff95 60%);
}

.p_service_effect__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p_service_effect__detail {
    flex-direction: column;
  }
}

.p_service_effect__detail_inner {
  width: calc(50% - 1rem);
  background-color: #fff;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.03);
  padding: 4.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_effect__detail_inner {
    width: 100%;
    padding: 3.5rem 3rem 2rem;
  }

  .p_service_effect__detail_inner:first-of-type {
    margin-bottom: 4rem;
  }
}

.p_service_effect__detail_before::before,
.p_service_effect__detail_after::before {
  content: "研修前";
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -2.7rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.02em;
  padding: 1rem 5.7rem;
  border-radius: 10rem;
}

@media screen and (max-width: 767px) {
  .p_service_effect__detail_before::before,
  .p_service_effect__detail_after::before {
    font-size: 1.8rem;
    padding: 0.8rem 2.7rem;
    top: -2.24rem;
  }
}

.p_service_effect__detail_before::before {
  background-color: #7d93a2;
}

.p_service_effect__detail_after::before {
  background-color: #f3661e;
}

.p_service_effect__detail_image {
  display: block;
  height: 14rem;
  margin-bottom: 1.5rem;
}

.p_service_effect__detail_image img {
  height: 100%;
  object-fit: contain;
}

.p_service_effect__detail_list_item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  padding-left: 1.8rem;
  position: relative;
}

.p_service_effect__detail_list_item::before {
  content: "";
  background-color: #095bec;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 3rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

/* section-flow */
.p_service_flow {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .p_service_flow {
    padding: 4rem 0;
  }
}

.p_service_flow__lead {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p_service_flow__lead {
    font-size: 2rem;
  }
}

.p_service_flow__lead::after {
  content: "";
  width: 9rem;
  height: 0.36rem;
  background-color: #095bec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p_service_flow__lead::after {
    width: 6rem;
  }
}

/* section-figure */
.p_service_curriculum {
  background-color: #eff5fe;
  padding: 6rem 0;
  position: relative;
}

.p_service_curriculum::before {
  content: "";
  background: url(../img/p_service_curriculum_bg.png) no-repeat;
  background-size: contain;
  display: block;
  width: 59.5rem;
  height: 32rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum::before {
    width: 29.75rem;
    height: 16rem;
  }
}

.p_service_curriculum__figure {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 7.5rem 3rem 4rem;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.03);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__figure {
    flex-direction: column;
    padding: 3.5rem 2.5rem;
  }
}

.p_service_curriculum__figure_image {
  width: 51%;
  margin-right: 4rem;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__figure_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.p_service_curriculum__figure_list {
  width: calc(49% - 4rem);
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__figure_list {
    width: 100%;
  }
}

.p_service_curriculum__figure_list_item {
  margin-bottom: 3.5rem;
}

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

.p_service_curriculum__figure_list_item_lead {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 2.7rem;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__figure_list_item_lead {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding-left: 1.7rem;
  }
}

.p_service_curriculum__figure_list_item_lead::before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__figure_list_item_lead::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.2rem;
  }
}

.p_service_curriculum__figure_list_item:nth-of-type(1)
  .p_service_curriculum__figure_list_item_lead {
  color: #8fb6fd;
}

.p_service_curriculum__figure_list_item:nth-of-type(1)
  .p_service_curriculum__figure_list_item_lead::before {
  background-color: #8fb6fd;
}

.p_service_curriculum__figure_list_item:nth-of-type(2)
  .p_service_curriculum__figure_list_item_lead {
  color: #4e88ee;
}

.p_service_curriculum__figure_list_item:nth-of-type(2)
  .p_service_curriculum__figure_list_item_lead::before {
  background-color: #4e88ee;
}

.p_service_curriculum__figure_list_item:nth-of-type(3)
  .p_service_curriculum__figure_list_item_lead {
  color: #095bec;
}

.p_service_curriculum__figure_list_item:nth-of-type(3)
  .p_service_curriculum__figure_list_item_lead::before {
  background-color: #095bec;
}

.p_service_curriculum__figure_list_item_text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.p_service_curriculum__table {
  margin-top: 4rem;
}

.p_service_curriculum__table_content {
  border-collapse: collapse;
  border: solid 1px #707070;
}

.p_service_curriculum__table_title {
  background-color: #095bec;
  color: #fff;
}

.p_service_curriculum__table_title th {
  vertical-align: middle;
  padding: 2rem 1rem;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__table_title th {
    font-size: 1.8rem;
  }
}

.p_service_curriculum__table_title th:first-of-type {
  width: 32.5%;
  border-right: solid 1px #707070;
}

.p_service_curriculum__table_title th:nth-of-type(2) {
  width: 42.5%;
  border-right: solid 1px #707070;
}

.p_service_curriculum__table_title th:last-of-type {
  width: 15%;
}

.p_service_curriculum__table_cell {
  border-bottom: solid 1px #707070;
}

.p_service_curriculum__table_cell:last-of-type {
  border-bottom: none;
}

.p_service_curriculum__table_cell td {
  background-color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 1.7rem 2rem;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__table_cell td {
    font-size: 1.3rem;
    padding: 1.5rem 1rem;
  }
}

.p_service_curriculum__table_cell td:first-of-type {
  background-color: #6897eb;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.7rem 3rem;
  border-right: solid 1px #707070;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__table_cell td:first-of-type {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}

.p_service_curriculum__table_cell td:last-of-type {
  text-align: center;
  border-left: solid 1px #707070;
}

@media screen and (max-width: 767px) {
  .p_service_curriculum__table_cell td:last-of-type {
    font-size: 1.2rem;
  }
}

/* section-news */
.sub_news {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url(../img/sub_news_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
}

.sub_news::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65.1595744681%;
  background: #fafafa;
  content: "";
}

.sub_news__lead {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
}

.sub_news__lead::after {
  content: "";
  width: 80%;
  height: 0.36rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sub_news__items {
  display: grid;
  margin-top: 3rem;
  gap: 3rem;
}

.sub_news__item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding-bottom: 2.4rem;
  gap: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
  box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.1);
}

.sub_news__item a:hover {
  opacity: 1;
  filter: brightness(0.8);
}

.sub_news__image {
  position: relative;
  width: 100%;
  height: 18rem;
  margin-bottom: 1.7rem;
}

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

.sub_news__category {
  position: absolute;
  top: 7.8px;
  left: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.7rem;
  padding: 0.2em 1.5rem;
  background: #9d8a58;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.sub_news__label {
  color: #9f9f9f;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sub_news__title,
.sub_news__text,
.sub_news__link,
.sub_news__label {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.sub_news__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

.sub_news__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.sub_news__link {
  color: #ff8612;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
}

.sub_news__link img {
  width: 0.8rem;
  height: 1.2rem;
}

.sub_news__link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 0.9rem;
}

.sub_news__link span::after {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff8612;
  content: "";
}

.btn.sub_news__btn a {
  width: 24.5rem;
  height: 4.6rem;
  min-height: unset;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  border: none;
  border-radius: 0;
  margin-top: 3rem;
}

.btn.sub_news__btn a::after {
  display: none;
}

.btn.sub_news__btn a:hover {
  opacity: 1;
  filter: brightness(0.8);
}

@media screen and (min-width: 768px) {
  .sub_news {
    padding: 7rem 0 8rem;
  }

  .sub_news__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

/* section-reskilling */
.p_service_reskilling {
  background: linear-gradient(
    45deg,
    rgba(22, 76, 198, 1) 0%,
    rgba(52, 112, 221, 1) 50%,
    rgba(19, 78, 205, 1) 100%
  );
  padding: 0 4rem;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling {
    padding: 0 1.5rem;
  }
}

.p_service_reskilling__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__inner {
    padding-bottom: 50%;
  }
}

.p_service_reskilling__content {
  padding: 4.5rem 0;
}

.p_service_reskilling__logo {
  width: 11rem;
  display: block;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__logo {
    margin: 0 auto 2rem;
  }
}

.p_service_reskilling__text {
  color: #fff;
  font-weight: 600;
  font-size: 5.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__text {
    font-size: 3.8rem;
    line-height: 1.4;
    text-align: center;
  }
}

.p_service_reskilling__text_label {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__text_label {
    font-size: 2rem;
  }
}

.p_service_reskilling__btn {
  background-color: #fff;
  color: #095bec;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  width: 34rem;
  padding: 1.3rem 0;
  border-radius: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__btn {
    font-size: 1.6rem;
    width: 80%;
    margin: 0 auto;
  }
}

.p_service_reskilling__btn::after {
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  display: block;
  width: 1.7rem;
  height: 1.475rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

.p_service_reskilling__image {
  position: absolute;
  max-width: 75rem;
  width: 65%;
  bottom: 0;
  right: -7rem;
}

@media screen and (max-width: 767px) {
  .p_service_reskilling__image {
    width: 100%;
    right: 0;
  }
}

/* section-banner */

.p_service_banner {
  padding: 7rem 0;
  position: relative;
}

.p_service_banner::before {
  content: "";
  background: url(../img/p_service_banner_bg.png) no-repeat;
  background-size: contain;
  display: block;
  width: 59.5rem;
  height: 32rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p_service_banner {
    padding: 4rem 0;
  }
}

.p_service_banner__image {
  display: block;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p_service_banner__image {
    margin-bottom: 1.5rem;
  }
}

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

/*==================================================
page service END
===================================*/
