.under-main {
  background: #f7f7f7;
  overflow-x: clip;
}

.strategy__bg {
  padding: 120px 5% 14px;
  position: relative;
}
.strategy__bg:after {
  content: "";
  position: absolute;
  border-left: 1px dotted #dddddd;
  left: 24%;
  height: 100%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.strategy-wrap {
  background: #f7f7f7;
  padding: 0 5%;
}

.strategy__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .strategy__flex {
    display: block;
  }
}

.strategy__ttl-wrap {
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .strategy__ttl-wrap {
    margin-bottom: 3rem;
  }
}

.strategy__flex-ttl {
  width: 430px;
  position: sticky;
  padding-top: 120px;
  height: -moz-fit-content;
  height: fit-content;
  top: 10px;
}
@media (max-width: 1520px) {
  .strategy__flex-ttl {
    width: 330px;
  }
}
@media (max-width: 1380px) {
  .strategy__flex-ttl {
    width: 240px;
  }
}
@media (max-width: 1240px) {
  .strategy__flex-ttl {
    position: inherit;
    padding-top: 60px;
    width: 100%;
  }
}
.strategy__flex-ttl .en.fcr-grad.f14 {
  display: block;
}

.js-location-nav__link-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.js-location-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  /*position: sticky;
  top: 130px;*/
  width: fit-content;
  z-index: 1;
  margin-bottom: 140px;
}
@media (max-width: 1240px) {
  .js-location-nav__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 834px) {
  .js-location-nav__list {
    margin-bottom: 30px;
    width: 100%;
    gap: 10px;
  }
}

.js-location-nav__num {
  background: #000;
  width: 4rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: #fff;
}
@media (max-width: 1240px) {
  .js-location-nav__num {
    background: linear-gradient(90deg, #d50000, #ff2c00);
  }
}

.js-location-nav__list li {
  margin-top: 15px;
}
@media (max-width: 834px) {
  .js-location-nav__list li {
    flex-basis: calc((100% - 10px) / 2);
    margin-top: 0;
  }
}
.js-location-nav__list li a {
  transition: all 0.2s ease;
}
.js-location-nav__list li a.active .js-location-nav__num {
  background: linear-gradient(90deg, #d50000, #ff2c00);
}

.js-location-nav__link-sub {
  margin-left: 60px;
}
.js-location-nav__link-sub .js-location-nav__jp-sub {
  color: #8f8f8f;
}
.js-location-nav__link-sub .js-location-nav__jp-sub.is-active {
  color: #c72424;
}

.strategy__flex-cont {
  border-left: 1px dotted #dddddd;
  padding-left: 7.5%;
  width: calc(100% - 430px);
  padding-top: 120px;
}
@media (max-width: 1520px) {
  .strategy__flex-cont {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1380px) {
  .strategy__flex-cont {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1240px) {
  .strategy__flex-cont {
    border-left: none;
    padding-left: 0;
    width: 100%;
    padding-top: 0;
  }
}
.strategy__flex-cont.last {
  padding-bottom: 120px;
}

.strategy__flex-cont-catch {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .strategy__flex-cont-catch {
    margin-bottom: 20px;
  }
}

.strategy__flex-cont-kv {
  position: relative;
  min-height: 49rem;
  margin-bottom: 4rem;
  width: 110%;
}
@media (max-width: 1240px) {
  .strategy__flex-cont-kv {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .strategy__flex-cont-kv {
    min-height: 20rem;
    margin-top: 30px;
  }
}
.strategy__flex-cont-kv:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ea1901), color-stop(20%, rgba(234, 25, 1, 0.8)), color-stop(50%, rgba(234, 25, 1, 0.4)), color-stop(80%, rgba(234, 25, 1, 0.1)), to(transparent));
  background: linear-gradient(to top, #ea1901 0%, rgba(234, 25, 1, 0.8) 20%, rgba(234, 25, 1, 0.4) 50%, rgba(234, 25, 1, 0.1) 80%, transparent 100%);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.kv01 {
  background: url(../img/description/main01.webp) no-repeat center center/cover;
}

.kv02 {
  background: url(../img/description/main02.webp) no-repeat center center/cover;
}

.strategy__flex-cont-ttl-wrap {
  position: absolute;
  top: 3rem;
  left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}
@media (max-width: 834px) {
  .strategy__flex-cont-ttl-wrap {
    top: 1rem;
    left: 1rem;
  }
}

.strategy__flex-cont-ttl-num {
  background: linear-gradient(90deg, #d50000, #ff2c00);
  width: 4rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: #fff;
}

.strategy__flex-cont-ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .strategy__flex-cont-ttl {
    font-size: 2.8rem;
  }
}

.red-bg {
  background: linear-gradient(90deg, #d50000, #ff2c00);
  display: grid;
  place-items: center;
  border-radius: 20px;
  width: fit-content;
  padding: 5px 15px;
}
.red-bg .red-bg__wrap {
  text-align: center;
}
.red-bg .red-bg__wrap .f13 {
  display: block;
}
.red-bg .red-bg__wrap .f24 {
  margin-bottom: 20px;
}

#js-location-content01 {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  #js-location-content01 {
    margin-bottom: 60px;
  }
}

#js-location-content02 {
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  #js-location-content02 {
    padding-bottom: 60px;
  }
}

#freshgrad {
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  #freshgrad {
    margin-bottom: 80px;
  }
}

.desc-head {
  margin-bottom: 50px;
  padding-left: 25px;
  border-left: 3px solid #e3241e;
}
@media (max-width: 834px) {
  .desc-head {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .desc-head {
    padding-left: 15px;
  }
}

.desc-dl {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 834px) {
  .desc-dl {
    padding: 25px 0;
  }
}
@media (max-width: 500px) {
  .desc-dl {
    flex-direction: column;
  }
}

.desc-dl__dt {
  font-size: 18px;
  font-weight: 500;
  color: #de0300;
  width: 200px;
}
@media (max-width: 834px) {
  .desc-dl__dt {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .desc-dl__dt {
    margin-bottom: 5px;
    width: 100%;
  }
}

.desc-dl__dd {
  font-size: 18px;
  width: calc(100% - 200px);
}
@media (max-width: 834px) {
  .desc-dl__dd {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .desc-dl__dd {
    width: 100%;
  }
}
.desc-dl__dd .regarding-sub {
  margin-top: 20px;
}

.subsidy-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .subsidy-list li {
    font-size: 1.3rem;
  }
}

.desc-salary {
  margin-bottom: 20px;
}

.desc-salary__qualification {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.desc-salary__qualification:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #de0300;
  width: 10px;
}

.desc-salary__detail {
  padding-left: 20px;
}

.salary-note__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flow-list li {
  background-color: #fff;
  flex-basis: calc((100% - 60px) / 4);
  padding: 30px;
}
@media (max-width: 834px) {
  .flow-list li {
    flex-basis: calc((100% - 40px) / 2);
    padding: 20px;
  }
}
@media (max-width: 834px) {
  .flow-list li {
    flex-basis: 100%;
    padding: 30px 5%;
  }
}
.flow-list li .red-bg {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .flow-list li .red-bg {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
.flow-list li .flow-list__ttl {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .flow-list li .flow-list__ttl {
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .flow-list li .flow-list__item-wrap {
    display: flex;
    align-items: center;
    argin-bottom: 10px;
  }
}

.strategy__flex-btn {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 834px) {
  .strategy__flex-btn {
    flex-direction: column;
  }
}
.strategy__flex-btn a {
  display: block;
  cursor: pointer;
  flex-basis: calc(50% - 10px);
}
@media (max-width: 834px) {
  .strategy__flex-btn a {
    flex-basis: 100%;
  }
}
.strategy__flex-btn .btn-wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strategy__flex-btn .btn-wrap .strategy__flex-btn-img {
  width: 24%;
}
.strategy__flex-btn .btn-wrap .strategy__flex-btn-img img {
  display: block;
  object-fit: contain;
}
.strategy__flex-btn .btn-wrap .strategy__flex-btn-cont {
  display: flex;
  padding: 0 5% 0 8%;
  width: 76%;
  justify-content: space-between;
}

.strategy__flex-btn-cont span {
  display: block;
}
.strategy__flex-btn-cont .btn-arrow {
  border: 1px solid #e3241e;
  position: relative;
}
.strategy__flex-btn-cont .btn-arrow img {
  transform: rotate(90deg);
}
.strategy__flex-btn-cont .btn-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(transparent 10%, #e3241e 100%);
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.strategy__flex-btn-cont .btn-arrow:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.btn:hover .btn-arrow::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}/*# sourceMappingURL=description.css.map */