@charset "utf-8";

#base {
  width: 1220px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.67;
}
div#cont div#c3_lrr {
  width: 1200px;
  line-height: 1.6;
}
.mainCont_wrap {
  display: flex;
  justify-content: space-between;
}
.main {
  width: 970px;
  order: 2;
}

@media (max-width: 768px) {
  .main {
    width: 100%;
    max-width: 100%;
  }
  div#cont {
    margin-left: 0;
    margin-right: 0;
  }
  div#cont div#c3_lrr {
    width: 100%;
  }
}

/* MV */
.m_keyvisual_sp {
  display: none;
}
.m_herosArea__keyvisual img {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .m_keyvisual_pc {
    display: none;
  }
  .m_keyvisual_sp {
    display: block;
  }
}

/* 見出し */
.m_as_cont_sec {
  padding-top: 80px;
}

.m_as_head {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.m_as_head::before {
  content: attr(data-en);
  display: block;
  color: #001D8D;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .m_as_cont_sec {
    padding-top: 60px;
  }
  .m_as_head {
    font-size: 24px;
  }
}


/* ボタン */
.m_as_btn {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.m_as_btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  text-align: center;
  background-color: #001D8D;
  border: 1px solid #001D8D;
  border-radius: 10px;
  transition: 0.2s;
}
.m_as_btn a:hover {
  color: #001D8D;
  background-color: #fff;
}

.m_as_dlbtn a {
  background-color: #FF6900;
  border: 1px solid #FF6900;
}
.m_as_dlbtn a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 20px;
  background-image: url(/resource/img/revitalization/rr_dl_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}
.m_as_dlbtn a:hover {
  color: #FF6900;
  background-color: #fff;
}
.m_as_dlbtn a:hover::after {
  background-image: url(/resource/img/accompanying_support/ojt/as_dl_on.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
}


/* Download */
.m_download_cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px 20px;
  background-color: #FFF7F2;
  text-align: center;
}
.m_download_cont::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  max-width: 550px;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #FFD8BC;
  -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}
.m_download_detail {
  position: relative;
  width: 48.5%;
  z-index: 1;
}
.m_download_title {
  font-size: 28px;
  font-weight: bold;
}
.m_download_text {
  font-weight: 500;
}
.m_download_img {
  position: relative;
  display: flex;
  width: 50%;
  line-height: 0;
  z-index: 1;
}
.m_download_img img {
  width: 50%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .m_download_cont {
    flex-direction: column;
    gap: 40px;
    padding: 30px 15px 20px;
  }
  .m_download_cont::after {
    max-width: 100%;
    height: 45%;
    right: 0;
    background-color: #FFD8BC;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
  }
  .m_download_detail {
    width: 100%;
  }
  .m_download_title {
    font-size: 24px;
    font-weight: bold;
  }
  .m_download_img {
    width: 100%;
  }
  .m_download_img img {
    width: 50%;
    max-width: 100%;
  }
}

/* Description List */
.m_as_dl_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.m_as_dl_ttl::before {
  content: '■';
  padding-right: 0.5em;
  color: #001D8D;
  font-size: 0.72em;
}

/* Table */
.m_as_table_wrap {
  overflow-x: auto;
}
.m_as_table {
  width: 970px;
}
.m_as_table thead th {
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  background-color: #001D8D;
  font-weight: 700;
}
.m_as_table thead th + th {
  border-left: 1px solid #DEDEDE;
}
.m_as_table tbody tr {
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.m_as_table tbody th,
.m_as_table tbody td {
  padding: 10px 20px;
  border-right: 1px solid #DEDEDE;
  vertical-align: middle;
}
.m_as_table tbody th {
  font-weight: 500;
  background-color: #F8F8F8;
}

/* Lead */
.m_lead_sec {
  padding: 40px;
  background-color: #F2F3F9;
}
@media (max-width: 768px) {
  .m_lead_sec {
    padding: 20px;
  }
}

/* Features */
.m_as_feature_cont {
  display: flex;
  gap: 50px;
}
.m_as_feature_img {
  display: block;
  text-align: center;
  line-height: 0;
}
@media (max-width: 768px) {
  .m_as_feature_cont {
    flex-direction: column;
    gap: 40px;
  }
}

/* Program */
.m_as_program_list .m_as_dl_inr {
  position: relative;
}
.m_as_program_list .m_as_dl_inr + .m_as_dl_inr {
  padding-top: 85px;
}
.m_as_program_list .m_as_dl_inr + .m_as_dl_inr::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/resource/img/hr-solution/hrs_icon_doublearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m_as_program_box {
  padding: 20px;
  font-weight: 500;
  background-color: #F2F3F9;
}
.m_as_program_box--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
  max-width: 530px;
}
.m_as_program_listTxt::before {
  content: '・';
  color: #001D8D;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .m_as_program_box--list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .m_as_program_listTxt::before {
    content: '・';
    color: #001D8D;
    padding-right: 10px;
  }
}




/* 越境学習プログラム
---------------------------------------------------------- */
/* Feature */
.m_as_feature_item {
  width: 100%;
  padding: 30px;
  border: 1px solid #001D8D;
}
.m_as_feature_item_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 30px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  background-color: #001D8D;
  border-radius: 50px;
}
.m_as_feature_box {
  position: relative;
  margin-top: 90px;
  padding: 30px 120px;
  background-color: #F2F3F9;
}
.m_as_feature_box::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/resource/img/hr-solution/hrs_icon_doublearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m_as_feature_solution {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: item;
}
.m_as_feature_solution_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
}
.m_as_feature_solution_item::before {
  content: counter(item);
  counter-increment: item;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: #001D8D;
  text-align: center;
}
@media (max-width: 768px) {
  #cross-border .m_as_feature_cont {
    gap: 20px;
  }
  .m_as_feature_box {
    padding: 20px;
  }
}


/* Target */
.m_as_target_list {
  display: flex;
  gap: 60px;
}
.m_as_target_item {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .m_as_target_list {
    flex-direction: column;
    gap: 30px;
  }
  .m_as_target_item {
    gap: 20px;
  }
}

/* Program */
.m_as_program_box--num_ttl {
  font-size: 16px;
  font-weight: 700;
}
.m_as_program_box--num_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  counter-reset: num;
}
.m_as_program_numTxt {
  font-weight: 500;
}
.m_as_program_numTxt::before {
  content: counter(num);
  counter-increment: num;
  padding-right: 10px;
  color: #001D8D;
}

#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) {
  display: -ms-grid;
  display: grid;
  gap: 0 60px;
  -ms-grid-columns: 315px 60px 595px;
  grid-template-columns: 315px 595px;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
}

#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) .m_as_dl_ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}
#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) .m_as_dl_txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}
#cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) .m_as_program_agenda {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.m_as_program_flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65px 1fr 65px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
}
.m_as_program_flow_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #001D8D;
}
.m_as_program_flow_item + .m_as_program_flow_item::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  top: 0;
  bottom: 0;
  left: -41px;
  margin: auto;
  background-image: url(/resource/img/hr-solution/hrs_icon_doublearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.m_as_program_flow_item_ttl {
  color: #001D8D;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #cross-border .m_as_program_list .m_as_dl_inr:nth-of-type(1) {
    display: block;
  }
  .m_as_program_agenda {
    margin-top: 30px;
  }
  .m_as_program_flow {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .m_as_program_flow_item + .m_as_program_flow_item::before {
    top: -38px;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}


/* Design */
.m_as_table__design tbody th,
.m_as_table__design tbody td {
  padding: 10px;
  vertical-align: top;
}