@charset "UTF-8";
/* ===============================================
   PC
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
.c-add-btn {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

.c-add-img img {
  display: block;
  width: 100%;
  height: auto;
}

.c-add-title {
  position: relative;
  line-height: 1.4;
}

/* ===============================================
   SP
=============================================== */
/* ===============================================
   SP小
=============================================== */
/* ===============================================
   top - about
=============================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}

#sec_about {
  z-index: 1;
  position: relative;
  overflow: visible;
  padding: 50px 40px 70px;
  background: url(/freshers/img/bg_about.jpg) no-repeat left bottom/cover;
  isolation: isolate;
}
@media (max-width: 761px) {
  #sec_about {
    padding: 70px 20px 90px;
    background-position: center bottom;
  }
}
#sec_about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.62);
  z-index: 0;
}
@media (max-width: 761px) {
  #sec_about::before {
    background: rgba(255, 255, 255, 0.7);
  }
}
#sec_about .about-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#sec_about .about-head {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 0 0;
  font-size: 4.2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #222e2f;
  z-index: 2;
}
@media (max-width: 761px) {
  #sec_about .about-head {
    padding-top: 36px;
    font-size: 2.4rem;
    line-height: 1.35;
  }
}
@media (max-width: 349px) {
  #sec_about .about-head {
    font-size: 2.9rem;
  }
}
#sec_about .about-head::before {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.68);
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%) skewX(-10deg);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
}
@media (max-width: 761px) {
  #sec_about .about-head::before {
    color: rgba(238, 238, 238, 0.9);
    width: 100%;
    font-size: 5.8rem;
  }
}
@media (max-width: 349px) {
  #sec_about .about-head::before {
    font-size: 4.8rem;
  }
}
#sec_about .about-head::after {
  content: "";
  display: block;
  width: 190px;
  height: 5px;
  margin: 28px auto 0;
  background: linear-gradient(to left, #fadf26 0%, #ff8f06 100%);
}
@media (max-width: 761px) {
  #sec_about .about-head::after {
    width: 90px;
    height: 3px;
    margin-top: 16px;
  }
}
#sec_about .about-text {
  margin: 44px auto 0;
  max-width: 1100px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  text-align: center;
  font-weight: 700;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_about .about-text {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: left;
  }
}
@media (max-width: 349px) {
  #sec_about .about-text {
    font-size: 1.4rem;
  }
}
#sec_about .btn_more {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media (max-width: 761px) {
  #sec_about .btn_more {
    margin-top: 32px;
  }
}
#sec_about .btn_more li a {
  display: block;
  width: 188px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  padding: 5px 0 8px;
  margin: 0;
  background: #222e2f;
  font-family: "Oswald", sans-serif;
  transition: all 0.4s cubic-bezier(0.06, 0.52, 0.41, 1.52) 0s;
}
@media (max-width: 761px) {
  #sec_about .btn_more li a {
    display: block;
    width: 188px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 40px;
    padding: 5px 0 8px;
    margin: 0;
    background: #222e2f;
    font-family: "Oswald", sans-serif;
  }
}
#sec_about .btn_more li a:hover {
  background: #FF5722;
}
#sec_about .about-deco {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
}
#sec_about .about-deco img {
  width: 100%;
  display: block;
}
#sec_about .about-deco.is-show {
  opacity: 1;
}
#sec_about .about-deco--left {
  top: -30px;
  left: 14px;
  width: min(15vw, 200px);
  transform: translate(-60px, 40px);
}
@media (max-width: 761px) {
  #sec_about .about-deco--left {
    top: -20px;
    left: 10px;
    width: 80px;
    transform: translate(-30px, 20px);
  }
}
#sec_about .about-deco--left.is-show {
  transform: translate(0, 0);
}
#sec_about .about-deco--right {
  right: 14px;
  bottom: -20px;
  width: min(18vw, 340px);
  transform: translate(60px, 40px);
}
@media (max-width: 761px) {
  #sec_about .about-deco--right {
    right: 10px;
    bottom: -30px;
    width: 110px;
    transform: translate(30px, 20px);
  }
}
#sec_about .about-deco--right.is-show {
  transform: translate(0, 0);
}

#sec_advantage {
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 110px 10vw 120px;
}
@media (max-width: 761px) {
  #sec_advantage {
    padding: 50px 20px 50px;
  }
}
#sec_advantage .advantage-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(35vw, 450px);
  grid-template-areas: "content figure" "button  figure";
  column-gap: 5vw;
  align-items: center;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-inner {
    max-width: none;
    display: block;
  }
}
#sec_advantage .advantage-content {
  position: relative;
  z-index: 3;
  grid-area: content;
  width: 100%;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-content {
    width: 100%;
    max-width: none;
  }
}
#sec_advantage .advantage-en {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-en {
    font-size: 2rem;
  }
}
#sec_advantage .advantage-head {
  font-size: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-head {
    font-size: 2.5rem;
  }
}
@media (max-width: 349px) {
  #sec_advantage .advantage-head {
    font-size: 2rem;
  }
}
#sec_advantage .advantage-text {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 349px) {
  #sec_advantage .advantage-text {
    font-size: 1.4rem;
  }
}
#sec_advantage .advantage-figure {
  grid-area: figure;
  width: 100%;
  max-width: 500px;
  justify-self: end;
}
@media (max-width: 761px) {
  #sec_advantage .advantage-figure {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
@media (max-width: 349px) {
  #sec_advantage .advantage-figure {
    max-width: 300px;
  }
}
#sec_advantage .advantage-figure img {
  display: block;
  width: 100%;
  height: auto;
}
#sec_advantage .btn_more {
  grid-area: button;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 761px) {
  #sec_advantage .btn_more {
    margin-top: 24px;
    justify-content: center;
  }
}
#sec_advantage .btn_more li a {
  display: block;
  width: 188px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  padding: 5px 0 8px;
  margin: 0;
  background: #222e2f;
  font-family: "Oswald", sans-serif;
  transition: all 0.4s cubic-bezier(0.06, 0.52, 0.41, 1.52) 0s;
}
@media (max-width: 761px) {
  #sec_advantage .btn_more li a {
    width: 170px;
    font-size: 1.8rem;
    padding: 3px 0 6px;
  }
}
#sec_advantage .btn_more li a:hover {
  background: #FF5722;
}
#sec_advantage .advantage-line {
  position: absolute;
  right: -180px;
  top: -50px;
  width: min(52vw, 820px);
  opacity: 0;
  transform: translateX(180px) scaleX(0.7);
  transition: 1s;
  z-index: 1;
}
#sec_advantage .advantage-line.is-show {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}
@media (max-width: 761px) {
  #sec_advantage .advantage-line {
    right: -110px;
    top: -20px;
    width: 320px;
    transform: translateX(120px) scaleX(0.7);
  }
}
@media (max-width: 349px) {
  #sec_advantage .advantage-line {
    width: 260px;
  }
}
#sec_advantage .advantage-line img {
  display: block;
  width: 100%;
  height: auto;
}

#sec03.top_sec h2 {
  font-size: 4.2rem;
  z-index: 1;
  position: relative;
  padding: 0 38px 40px;
}
@media (max-width: 761px) {
  #sec03.top_sec h2 {
    padding: 0;
    font-size: 2.2rem;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
}
#sec03.top_sec .job-en {
  padding: 0 38px 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
  z-index: 1;
  position: relative;
}
@media (max-width: 761px) {
  #sec03.top_sec .job-en {
    padding: 0;
    font-size: 2rem;
  }
}
@media (max-width: 761px) {
  #sec03.top_sec .cir_box {
    width: 60px;
  }
}
@media (max-width: 761px) {
  #sec03.top_sec #loopSlide {
    top: 20px;
  }
}
@media (max-width: 761px) {
  #sec03.top_sec #loopSlide2 {
    top: 150px;
  }
}

#main_ttl_wrap02 {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding: 150px 0 0;
}
#main_ttl_wrap02 .main_ttl_cir {
  position: absolute;
  width: 50vw;
  top: -100px;
  right: -10vw;
  z-index: -1;
}
@media (max-width: 761px) {
  #main_ttl_wrap02 .main_ttl_cir {
    width: 100vw;
    top: -20px;
    right: -40vw;
  }
}
#main_ttl_wrap02 .ttl_wrap02 {
  padding: 0 10vw 120px 10vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 761px) {
  #main_ttl_wrap02 .ttl_wrap02 {
    padding: 0 5vw 80px 5vw;
  }
}
#main_ttl_wrap02 .ttl_wrap02 .lead {
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 1.9;
  position: relative;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  color: #222e2f;
}
@media (max-width: 761px) {
  #main_ttl_wrap02 .ttl_wrap02 .lead {
    font-size: 1.4rem;
  }
}
#main_ttl_wrap02 .ttl_wrap02 .eng_txt {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-feature-settings: "palt";
  margin: 16px 0 0;
  padding: 6px 15px 7px;
  font-style: oblique;
  position: relative;
}
#main_ttl_wrap02 .ttl_wrap02 .eng_txt::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff8f06;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skewX(-13deg);
  z-index: -1;
}
#main_ttl_wrap02 .ttl_wrap02 h1 {
  background: none;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #222e2f;
  font-style: oblique;
}
@media (max-width: 761px) {
  #main_ttl_wrap02 .ttl_wrap02 h1 {
    font-size: 4.2rem;
  }
}

.job_area_sec03 {
  width: 100%;
  padding: 100px 0 200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 761px) {
  .job_area_sec03 {
    padding: 60px 0 200px;
  }
}
.job_area_sec03 h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 6.4rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #222e2f;
  text-align: center;
  display: block;
  padding: 0 0 26px;
  margin: 0 0 31px;
  position: relative;
  font-style: oblique;
}
.job_area_sec03::before {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  background: #f2ebe1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 761px) {
  .job_area_sec03::before {
    width: 140vw;
    height: 140vw;
  }
}
.job_area_sec03 .ttl_wrap {
  position: absolute;
  right: 10vw;
  top: 280px;
}
@media (max-width: 761px) {
  .job_area_sec03 .ttl_wrap {
    left: 10vw;
    right: auto;
    top: 160px;
  }
}
.job_area_sec03 .cir_box {
  position: absolute;
  width: 140px;
  z-index: 0;
  left: 0;
  top: -60px;
  transform: translate(-50%, 0);
}
.job_area_sec03 .eng_txt {
  width: 360px;
  position: relative;
}
@media (max-width: 761px) {
  .job_area_sec03 .eng_txt {
    width: 60vw;
  }
}
.job_area_sec03 ul.btn_more a {
  display: block;
  width: 188px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  padding: 5px 0 8px;
  margin: 0;
  background: #222e2f;
  font-family: "Oswald", sans-serif;
  transition: all 0.4s cubic-bezier(0.06, 0.52, 0.41, 1.52) 0s;
}
@media (max-width: 761px) {
  .job_area_sec03 ul.btn_more a {
    width: 170px;
    font-size: 1.8rem;
    padding: 3px 0 6px;
  }
}
.job_area_sec03 ul.btn_more a:hover {
  background: #FF5722;
}
.job_area_sec03 .swiper-container_bnr {
  transform: rotate(12deg);
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-container_bnr {
    transform: rotate(8deg);
  }
}
.job_area_sec03 .swiper-slide {
  transform: scale(1) rotate(-12deg);
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s cubic-bezier(0, 0, 0.22, 0.99) 0s;
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-slide {
    transform: scale(1) rotate(-8deg);
  }
}
.job_area_sec03 .swiper-slide:hover {
  transform: scale(1.05) rotate(-12deg);
}
.job_area_sec03 .swiper-slide .img_p {
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.job_area_sec03 .swiper-slide h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1rem;
  padding: 16px 0 4px;
  font-feature-settings: "palt";
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-slide h3 {
    font-size: 2rem;
  }
}
.job_area_sec03 .swiper-slide .txt_a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-slide .txt_a {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.job_area_sec03 .swiper-slide .txt_b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-slide .txt_b {
    font-size: 1.3rem;
    padding: 0 0 44px;
  }
}
.job_area_sec03 .swiper-slide .txt_more {
  display: block;
  width: 100px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  padding: 3px 0 6px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #222e2f;
  font-family: "Oswald", sans-serif;
  transition: all 0.4s cubic-bezier(0, 0, 0.22, 0.99) 0s;
}
@media (max-width: 761px) {
  .job_area_sec03 .swiper-slide .txt_more {
    width: 50%;
    font-size: 1.3rem;
    left: 50%;
    right: auto;
    bottom: 30px;
    transform: translate(-50%, 0);
  }
}
.job_area_sec03 .swiper-slide img {
  transition: all 0.4s cubic-bezier(0, 0, 0.22, 0.99) 0s;
}
.job_area_sec03 .swiper-slide a:hover img {
  transform: scale(1.1);
}
.job_area_sec03 .swiper-slide a:hover .txt_more {
  background: #FF5722;
}

@media (max-width: 761px) {
  .sec_job {
    padding: 0 20px 0;
  }
}
.sec_job .job-text {
  width: 48%;
  padding: 0 5vw 0 10vw;
}
@media (max-width: 761px) {
  .sec_job .job-text {
    padding: 0;
    width: 100%;
  }
}
.sec_job .job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.sec_job .job-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 761px) {
  .sec_job .job-item {
    display: block;
    margin-bottom: 60px;
  }
}
.sec_job .job-item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 761px) {
  .sec_job .job-item.reverse {
    flex-direction: unset;
  }
}
.sec_job .job-item.reverse .job-text {
  padding: 0 10vw 0 5vw;
}
@media (max-width: 761px) {
  .sec_job .job-item.reverse .job-text {
    padding: 0;
  }
}
.sec_job .job-en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1;
  font-style: italic;
  background: linear-gradient(to right, #fadf26, #ff8f06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
}
@media (max-width: 761px) {
  .sec_job .job-en {
    font-size: 2.5rem;
  }
}
.sec_job .job-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #222e2f;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 761px) {
  .sec_job .job-title {
    font-size: 1.8rem;
  }
}
.sec_job .job-desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #222e2f;
}
@media (max-width: 761px) {
  .sec_job .job-desc {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}
.sec_job .job-img {
  width: 48%;
}
@media (max-width: 761px) {
  .sec_job .job-img {
    width: 100%;
    margin-top: 24px;
  }
}
.sec_job .job-img img {
  display: block;
  width: 100%;
  height: auto;
}

#sec_business {
  padding: 70px 3vw;
}
@media (max-width: 761px) {
  #sec_business {
    padding: 50px 20px;
  }
}
#sec_business .business-inner {
  padding: 72px 7vw 64px;
  border: 6px solid #fff;
  background: linear-gradient(to right, rgba(255, 143, 6, 0.07) 0%, rgba(250, 223, 38, 0.07) 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 7vw;
  row-gap: 56px;
}
@media (max-width: 761px) {
  #sec_business .business-inner {
    padding: 40px 20px 36px;
    border-width: 5px;
    display: block;
  }
}
@media (max-width: 761px) {
  #sec_business .business-item {
    margin-top: 42px;
  }
}
@media (max-width: 761px) {
  #sec_business .business-item:first-child {
    margin-top: 0;
  }
}
#sec_business .business-head {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 761px) {
  #sec_business .business-head {
    margin-bottom: 16px;
  }
}
#sec_business .business-en {
  position: absolute;
  left: 0;
  top: -18px;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.18;
  transform: skewX(-10deg);
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 761px) {
  #sec_business .business-en {
    top: -10px;
    font-size: 1.9rem;
  }
}
@media (max-width: 349px) {
  #sec_business .business-en {
    font-size: 1.6rem;
  }
}
#sec_business .business-title {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_business .business-title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
#sec_business .business-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sec_business .business-list li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-top: 18px;
  padding-left: 1.8em;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 400;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_business .business-list li {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
    padding-left: 1.5em;
  }
}
#sec_business .business-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  background: linear-gradient(to bottom, #fadf26 0%, #ff8f06 100%);
}
@media (max-width: 761px) {
  #sec_business .business-list li::before {
    width: 8px;
    height: 8px;
  }
}

#sec_training {
  padding: 0 0 50px;
}
@media (max-width: 761px) {
  #sec_training {
    padding: 0 20px 40px;
  }
}
#sec_training .training-text {
  padding: 0 0 0 10vw;
  width: 38%;
}
@media (max-width: 761px) {
  #sec_training .training-text {
    padding: 0;
    width: 100%;
  }
}
#sec_training .training-label {
  display: inline-block;
  padding: 5px 40px;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to right, #ff8f06, #ff7a00);
}
@media (max-width: 761px) {
  #sec_training .training-label {
    font-size: 1.4rem;
    padding: 8px 24px;
  }
}
#sec_training .training-desc {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #222e2f;
  font-weight: 500;
}
@media (max-width: 761px) {
  #sec_training .training-desc {
    font-size: 1.4rem;
  }
}
#sec_training .training-img {
  position: relative;
  width: 56%;
}
@media (max-width: 761px) {
  #sec_training .training-img {
    width: 100%;
    margin-top: 24px;
  }
}
#sec_training .training-img::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffedd7, #ffffe2);
  z-index: 0;
}
@media (max-width: 761px) {
  #sec_training .training-img::before {
    right: -15px;
    bottom: -15px;
  }
}
#sec_training .training-img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
#sec_training .training-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 3vw;
}
@media (max-width: 761px) {
  #sec_training .training-block {
    display: block;
    margin-bottom: 50px;
  }
}
#sec_training .training-block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 761px) {
  #sec_training .training-block.reverse {
    flex-direction: unset;
  }
}
#sec_training .training-block.reverse .training-text {
  padding: 0 10vw 0 0;
}
@media (max-width: 761px) {
  #sec_training .training-block.reverse .training-text {
    padding: 0;
  }
}
#sec_training .training-block.reverse .training-img::before {
  left: -40px;
  right: auto;
  bottom: -40px;
}
@media (max-width: 761px) {
  #sec_training .training-block.reverse .training-img::before {
    left: auto;
    right: -15px;
    bottom: -15px;
  }
}
#sec_training .training-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 10vw;
}
@media (max-width: 761px) {
  #sec_training .training-grid {
    display: block;
    margin-bottom: 60px;
    padding: 0;
  }
}
#sec_training .training-card {
  width: 30%;
}
@media (max-width: 761px) {
  #sec_training .training-card {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 761px) {
  #sec_training .training-card:first-child {
    margin-top: 0;
  }
}

#sec04.culture_sec {
  padding: 0 0 80px;
  background: none;
}
#sec04.culture_sec .wrapper {
  width: 100%;
  padding: 0 10vw;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  #sec04.culture_sec .wrapper {
    padding: 0 20px;
  }
}
#sec04.culture_sec .flex_wrap {
  flex-wrap: nowrap;
}
#sec04.culture_sec .flex_wrap li {
  width: 100%;
}
#sec04.culture_sec h2 {
  color: #222e2f;
}
#sec04.culture_sec h3 {
  color: #FF9800;
}
#sec04.culture_sec .body_txt {
  color: #222e2f;
  font-weight: 500;
}
#sec04.culture_sec .orange_txt {
  font-size: 0.9vw;
  font-weight: 500;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec04.culture_sec .orange_txt {
    font-size: 1.2rem;
  }
}

#sec06 .eng_txt {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 761px) {
  #sec06 .eng_txt {
    font-size: 3rem;
    height: 80px;
    align-items: flex-end;
  }
}

#main_ttl_wrap02.main_ttl_wrap02--advantage {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  padding-right: 10vw;
}
@media (max-width: 761px) {
  #main_ttl_wrap02.main_ttl_wrap02--advantage {
    display: block;
    padding-right: 0;
  }
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .ttl_wrap02 {
  position: relative;
  z-index: 10;
  width: 60%;
  padding: 0 2vw 0 10vw;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  #main_ttl_wrap02.main_ttl_wrap02--advantage .ttl_wrap02 {
    padding: 0 5vw 0 5vw;
    width: 100%;
  }
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .main_ttl_cir {
  z-index: 0;
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map_area {
  z-index: 2;
  width: min(38vw, 400px);
  flex-shrink: 0;
}
@media (max-width: 761px) {
  #main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map_area {
    width: 100%;
    max-width: 360px;
    margin: 28px auto 0;
  }
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map {
  position: relative;
  width: 100%;
}
@media (max-width: 761px) {
  #main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map {
    width: 80%;
    margin: 0 auto;
  }
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__img {
  display: block;
  width: 100%;
  height: auto;
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__hit {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__link {
  cursor: pointer;
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__hit-path {
  fill: rgba(255, 255, 255, 0);
  pointer-events: all;
  transition: fill 0.25s ease;
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__link:hover .advantage_map__hit-path {
  fill: rgba(255, 255, 255, 0.16);
}
#main_ttl_wrap02.main_ttl_wrap02--advantage .advantage_map__link:active .advantage_map__hit-path {
  fill: rgba(255, 255, 255, 0.24);
}

.corp_philosophy {
  position: relative;
  z-index: 2;
  width: 100vw;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  /* 白カード被せ用 */
  margin-top: -70px;
  background: linear-gradient(135deg, #1c2a2d 0%, #0f1a1c 100%);
  padding: 170px 20px 120px;
}
@media (max-width: 761px) {
  .corp_philosophy {
    margin-top: -30px;
    padding: 90px 20px 90px;
  }
}

/* ======================
   中央コンテンツ制御
====================== */
.corp_philosophy h2 {
  text-align: center;
}

/* ======================
   テキスト
====================== */
.corp_philosophy__text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 761px) {
  .corp_philosophy__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ======================
   背景英字
====================== */
.corp_philosophy__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-54%, 0);
  font-family: "Oswald", sans-serif;
  font-size: 14vw;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  opacity: 0.05;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 761px) {
  .corp_philosophy__bg {
    font-size: 15vw;
    transform: translate(-52%, 0);
  }
}

.c-section-subtitle {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 22px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222e2f;
}
.c-section-subtitle.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 761px) {
  .c-section-subtitle {
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
}
.c-section-subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 3px;
  background: linear-gradient(to left, #fadf26 0%, #ff8f06 100%);
  transform: translateX(-50%);
}
@media (max-width: 761px) {
  .c-section-subtitle::after {
    width: 48px;
    height: 2px;
  }
}

#sec_business_strength {
  z-index: 10;
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 761px) {
  #sec_business_strength {
    padding: 60px 0px 0;
  }
}
#sec_business_strength .business_strength_head {
  text-align: center;
  padding: 0 20px 0;
}
#sec_business_strength .business_strength_title {
  margin-top: 26px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  background: linear-gradient(to right, #ff8f06 0%, #fadf26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: oblique;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_title {
    margin-top: 16px;
    font-size: 2rem;
  }
}
#sec_business_strength .business_strength_visual {
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual {
    margin-top: 34px;
    overflow: hidden;
  }
}
#sec_business_strength .business_strength_visual_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: calc(100% + 280px);
  margin-left: -140px;
  margin-right: -140px;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_list {
    gap: 3px;
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
  }
}
#sec_business_strength .business_strength_visual_item {
  width: 33.3333333333%;
  aspect-ratio: 41/27;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_item {
    width: 33.3333333333%;
    max-width: none;
    aspect-ratio: 20/16;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  }
}
#sec_business_strength .business_strength_visual_item + .business_strength_visual_item {
  margin-left: -34px;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_item + .business_strength_visual_item {
    margin-left: -16px;
  }
}
#sec_business_strength .business_strength_visual_item img {
  display: block;
  width: 122%;
  height: 100%;
  margin-left: -11%;
  object-fit: cover;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_item img {
    width: 128%;
    margin-left: -14%;
  }
}
#sec_business_strength .business_strength_visual_item.no01 {
  transform: translateY(60px);
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_item.no01 {
    transform: translateY(20px);
  }
}
#sec_business_strength .business_strength_visual_item.no02 {
  transform: translateY(30px);
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_visual_item.no02 {
    transform: translateY(10px);
  }
}
#sec_business_strength .business_strength_visual_item.no03 {
  transform: translateY(0);
}
#sec_business_strength .business_strength_cards {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2vw;
  margin-top: -82px;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_cards {
    display: block;
    margin-top: -18px;
    padding: 0 10px;
  }
}
#sec_business_strength .business_strength_card {
  grid-column: span 2;
  width: 100%;
  max-width: none;
  background: #fff;
  border: 1px solid #222e2f;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_card {
    width: calc(100% - 20px);
    margin: 20px auto 0;
  }
}
#sec_business_strength .business_strength_card:nth-child(4) {
  grid-column: 2/span 2;
}
#sec_business_strength .business_strength_card:nth-child(5) {
  grid-column: 4/span 2;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_card:first-child {
    margin-top: 0;
  }
}
#sec_business_strength .business_list {
  padding: 0 22px 28px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_business_strength .business_list {
    padding: 0 16px 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
#sec_business_strength .business_list li {
  position: relative;
  padding-left: 12px;
}
#sec_business_strength .business_list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1c2f36;
  border-radius: 50%;
}
#sec_business_strength .business_strength_card_ttl {
  padding: 16px 22px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to right, #1c2f36 0%, #26373b 100%);
  display: flex;
  align-items: center;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_card_ttl {
    padding: 14px 16px 16px;
    font-size: 1.6rem;
  }
}
#sec_business_strength .business_strength_card_ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-style: italic;
}
#sec_business_strength .business_strength_card_ttl span::after {
  margin: 0 5px 0 8px;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
}
#sec_business_strength .business_strength_card_txt {
  padding: 18px 22px 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_business_strength .business_strength_card_txt {
    padding: 16px 16px 22px;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.business_strength_lead {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #222e2f;
}
@media (max-width: 761px) {
  .business_strength_lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.business_strength_lead.big {
  font-size: 2.6rem;
}
@media (max-width: 761px) {
  .business_strength_lead.big {
    font-size: 2rem;
  }
}

#sec_location {
  padding: 100px 0 0;
}
@media (max-width: 761px) {
  #sec_location {
    padding: 50px 20px 0;
  }
}
#sec_location .location_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 761px) {
  #sec_location .location_block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
  }
}
#sec_location .location_block:first-child {
  margin-top: 0;
}
#sec_location .location_block__text {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 44px 44px 38px;
  box-sizing: border-box;
}
#sec_location .location_block__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
@media (max-width: 761px) {
  #sec_location .location_block__text {
    order: 1;
    width: 100%;
    padding: 28px 20px 24px;
  }
}
#sec_location .location_block__en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(5.2rem, 7vw, 9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 761px) {
  #sec_location .location_block__en {
    white-space: normal;
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media (max-width: 349px) {
  #sec_location .location_block__en {
    font-size: 4rem;
  }
}
#sec_location .location_block__title {
  margin-top: 8px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d9d9d9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_location .location_block__title {
    margin-top: 6px;
    padding-bottom: 14px;
    font-size: 1.9rem;
    line-height: 1.45;
  }
}
#sec_location .location_block__lead {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_location .location_block__lead {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
#sec_location .location_block__photo--right {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 761px) {
  #sec_location .location_block__photo--right {
    margin-left: auto;
    margin-right: -20px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
}
#sec_location .location_block__photo--right img {
  margin-left: -6%;
}
@media (max-width: 761px) {
  #sec_location .location_block__photo--right img {
    width: 108%;
    margin-left: -8%;
  }
}
#sec_location .location_block__photo--left {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
@media (max-width: 761px) {
  #sec_location .location_block__photo--left {
    margin-left: -20px;
    margin-right: auto;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
}
#sec_location .location_block__photo--left img {
  margin-left: 0;
}
@media (max-width: 761px) {
  #sec_location .location_block__photo--left img {
    width: 108%;
    margin-left: 0;
  }
}
#sec_location .location_block--top .location_block__text {
  margin-right: clamp(-150px, -10vw, -90px);
  padding-right: clamp(65px, 6vw, 95px);
}
#sec_location .location_block--top .location_block__text::before {
  right: clamp(-70px, -5vw, -35px);
}
@media (max-width: 761px) {
  #sec_location .location_block--top .location_block__text {
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #sec_location .location_block--top .location_block__text::before {
    right: 0;
  }
}
#sec_location .location_block--top .location_block__photo {
  margin-top: clamp(40px, 4vw, 90px);
  margin-left: clamp(-70px, -5vw, -30px);
}
@media (max-width: 761px) {
  #sec_location .location_block--top .location_block__photo {
    margin-top: -12px;
    margin-left: auto;
  }
}
#sec_location .location_block--bottom .location_block__text {
  margin-left: clamp(-150px, -10vw, -90px);
  padding-left: clamp(65px, 6vw, 95px);
}
#sec_location .location_block--bottom .location_block__text::before {
  left: clamp(-70px, -5vw, -35px);
}
@media (max-width: 761px) {
  #sec_location .location_block--bottom .location_block__text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec_location .location_block--bottom .location_block__text::before {
    left: 0;
  }
}
#sec_location .location_block--bottom .location_block__photo {
  margin-right: clamp(-70px, -5vw, -30px);
  margin-top: clamp(40px, 4vw, 90px);
}
@media (max-width: 761px) {
  #sec_location .location_block--bottom .location_block__photo {
    margin-right: auto;
    margin-top: -12px;
  }
}

#sec_system {
  padding: 90px 20px 90px;
}
@media (max-width: 761px) {
  #sec_system {
    padding: 60px 20px 60px;
  }
}
#sec_system .system_box {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 88px 96px 70px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 761px) {
  #sec_system .system_box {
    padding: 56px 20px 36px;
    border-radius: 18px;
  }
}
#sec_system .system_box__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  min-width: 620px;
  padding: 16px 36px 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(to right, #ff8f06 0%, #fadf26 100%);
}
@media (max-width: 761px) {
  #sec_system .system_box__head {
    min-width: 0;
    width: calc(100% - 20px);
    padding: 12px 16px 14px;
    font-size: 1.6rem;
  }
}
#sec_system .system_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 34px;
}
@media (max-width: 761px) {
  #sec_system .system_list {
    display: block;
  }
}
@media (max-width: 761px) {
  #sec_system .system_item {
    margin-top: 28px;
  }
}
@media (max-width: 761px) {
  #sec_system .system_item:first-child {
    margin-top: 0;
  }
}
#sec_system .system_item__title_row {
  display: flex;
  align-items: center;
  gap: 12px;
}
#sec_system .system_item__num {
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  padding-right: 5px;
  font-style: italic;
  line-height: 1;
  background: linear-gradient(to right, #ff8f06 0%, #fadf26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 761px) {
  #sec_system .system_item__num {
    font-size: 2.5rem;
  }
}
#sec_system .system_item__title {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_system .system_item__title {
    font-size: 1.8rem;
  }
}
#sec_system .system_item__line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ff8f06 0%, #fadf26 100%);
  opacity: 0.8;
}
#sec_system .system_item__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 761px) {
  #sec_system .system_item__body {
    gap: 14px;
    margin-top: 12px;
  }
}
#sec_system .system_item__img {
  flex-shrink: 0;
  width: 130px;
  overflow: hidden;
}
@media (max-width: 761px) {
  #sec_system .system_item__img {
    width: 96px;
  }
}
#sec_system .system_item__img img {
  display: block;
  width: 100%;
  height: auto;
}
#sec_system .system_item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_system .system_item__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#sec_system .system_other {
  margin-top: 56px;
}
@media (max-width: 761px) {
  #sec_system .system_other {
    margin-top: 40px;
  }
}
#sec_system .system_other__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_system .system_other__title {
    font-size: 1.8rem;
  }
}
#sec_system .system_other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
@media (max-width: 761px) {
  #sec_system .system_other__list {
    gap: 8px 8px;
    margin-top: 14px;
  }
}
#sec_system .system_other__list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 16px 6px;
  border-radius: 999px;
  background: #fff2c1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_system .system_other__list li {
    min-height: 28px;
    padding: 3px 12px 4px;
    font-size: 1.2rem;
  }
}

#sec_growth {
  padding: 90px 0;
  background: #222e2f;
}
@media (max-width: 761px) {
  #sec_growth {
    padding: 60px 20px;
  }
}
#sec_growth .growth_block {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}
@media (max-width: 761px) {
  #sec_growth .growth_block {
    padding: 0;
    display: block;
  }
}
#sec_growth .growth_block__text {
  width: 47%;
  padding-top: 18px;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__text {
    width: 100%;
    padding-top: 0;
  }
}
#sec_growth .growth_block__title {
  position: relative;
  padding-bottom: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__title {
    padding-bottom: 24px;
    font-size: 2.8rem;
    line-height: 1.45;
  }
}
#sec_growth .growth_block__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  background: linear-gradient(to right, #ff8f06 0%, #fadf26 100%);
}
@media (max-width: 761px) {
  #sec_growth .growth_block__title::after {
    width: 56px;
    height: 3px;
  }
}
#sec_growth .growth_block__lead {
  margin-top: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__lead {
    margin-top: 26px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (max-width: 761px) {
  #sec_growth .growth_block__lead br {
    display: none;
  }
}
#sec_growth .growth_block__desc {
  margin-top: 34px;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__desc {
    margin-top: 24px;
  }
}
#sec_growth .growth_block__desc p {
  margin-top: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__desc p {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
#sec_growth .growth_block__desc p:first-child {
  margin-top: 0;
}
#sec_growth .growth_block__image {
  width: 50%;
  margin-right: -80px;
}
@media (max-width: 761px) {
  #sec_growth .growth_block__image {
    width: 100%;
    margin-right: 0;
    margin-top: 32px;
  }
}
#sec_growth .growth_block__image img {
  display: block;
  width: 100%;
  height: auto;
}

#sec_trust {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 90px;
  background: #fffbf5;
}
@media (max-width: 761px) {
  #sec_trust {
    padding: 60px 20px 70px;
  }
}
#sec_trust .trust_bg_leaf {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 240px);
  max-width: none;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}
@media (max-width: 761px) {
  #sec_trust .trust_bg_leaf {
    top: 0;
    width: calc(100% + 120px);
  }
}
#sec_trust .trust_bg_leaf img {
  display: block;
  width: 100%;
  height: auto;
}
#sec_trust .trust_inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}
#sec_trust .trust_head {
  text-align: center;
}
#sec_trust .trust_lead {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_trust .trust_lead {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
#sec_trust .trust_visual {
  position: relative;
  margin: 46px auto 0;
  max-width: 980px;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual {
    margin-top: 30px;
  }
}
#sec_trust .trust_visual__main {
  position: relative;
  z-index: 3;
  width: 76%;
  margin: 0 auto 40px;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.9s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__main {
    width: 70%;
  }
}
#sec_trust .trust_visual__main.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#sec_trust .trust_visual__main img {
  display: block;
  width: 100%;
  height: auto;
}
#sec_trust .trust_visual__sub {
  position: absolute;
  z-index: 2;
  width: 16%;
  opacity: 0;
  filter: grayscale(1) blur(3px);
  transform: translateY(34px) scale(0.92);
  transition: opacity 0.9s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub {
    width: 18%;
    filter: grayscale(1) blur(2px);
    transform: translateY(24px) scale(0.94);
  }
}
#sec_trust .trust_visual__sub.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#sec_trust .trust_visual__sub img {
  display: block;
  width: 100%;
  height: auto;
}
#sec_trust .trust_visual__sub--01 {
  top: 18px;
  left: -4%;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub--01 {
    top: -20px;
    left: 5%;
  }
}
#sec_trust .trust_visual__sub--02 {
  top: 150px;
  left: -15%;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub--02 {
    top: 88px;
    left: 2%;
  }
}
#sec_trust .trust_visual__sub--03 {
  top: 50px;
  right: -5%;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub--03 {
    top: 78px;
    right: -6%;
  }
}
#sec_trust .trust_visual__sub--04 {
  bottom: -18px;
  left: 1%;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub--04 {
    bottom: 28px;
    left: -12%;
  }
}
#sec_trust .trust_visual__sub--05 {
  bottom: -6px;
  right: 1%;
}
@media (max-width: 761px) {
  #sec_trust .trust_visual__sub--05 {
    bottom: 59px;
    right: -2%;
  }
}
#sec_trust .trust_text {
  margin: 54px auto 0;
  max-width: 1120px;
}
@media (max-width: 761px) {
  #sec_trust .trust_text {
    margin-top: 36px;
  }
}
#sec_trust .trust_text p {
  margin-top: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #222e2f;
}
@media (max-width: 761px) {
  #sec_trust .trust_text p {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
#sec_trust .trust_text p:first-child {
  margin-top: 0;
}

/* ======================
   タイトル装飾（共通）
====================== */
.ttl_center_line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 26px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 761px) {
  .ttl_center_line {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.ttl_center_line::before {
  content: "";
  width: 56px;
  height: 3px;
  background: #ff8f06;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ======================
   セクション本体
====================== */
.corp_block {
  position: relative;
  overflow: hidden;
  padding: 120px 20px 0;
}
@media (max-width: 761px) {
  .corp_block {
    padding: 80px 20px 0;
  }
}
.corp_block_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* ここ変更 */
  height: 100%;
  background: url("/freshers/about/img/main_bg.jpg") top/cover no-repeat;
  z-index: 0;
}
@media (max-width: 761px) {
  .corp_block_bg {
    height: 100%;
    background: url("/freshers/about/img/main_bg_sp.jpg") top/cover no-repeat;
  }
}
.corp_block_inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* ======================
   白カード
====================== */
.corp_intro {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 50px 60px;
  margin-bottom: 0;
  /* ここ追加 */
  margin-top: 10vw;
}
@media (max-width: 761px) {
  .corp_intro {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.corp_intro__text {
  width: 60%;
}
@media (max-width: 761px) {
  .corp_intro__text {
    width: 100%;
  }
}
.corp_intro__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #222e2f;
}
@media (max-width: 761px) {
  .corp_intro__text p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.corp_intro__img {
  width: 30%;
}
@media (max-width: 761px) {
  .corp_intro__img {
    width: 70%;
    margin-top: 20px;
  }
}
.corp_intro__img img {
  width: 100%;
  display: block;
}

.top_message_block {
  margin-top: 40px;
  padding: 0 6vw 80px;
}
@media (max-width: 761px) {
  .top_message_block {
    margin-top: 40px;
    padding: 0 20px 60px;
  }
}

.top_message_band {
  width: 100vw;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(90deg, #e8ca67 0%, #ea8f17 100%);
  padding: 36px 0 100px;
}
@media (max-width: 761px) {
  .top_message_band {
    padding: 20px 0 90px;
  }
}

.top_message_band__inner {
  width: 100%;
  padding: 0 6vw;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .top_message_band__inner {
    padding: 0 20px;
  }
}

.top_message_band__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 761px) {
  .top_message_band__copy {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.top_message_card {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media (max-width: 761px) {
  .top_message_card {
    margin-top: -70px;
  }
}

.top_message_card__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 80px;
}
@media (max-width: 761px) {
  .top_message_card__inner {
    padding: 0 0 40px;
  }
}

.top_message_main__visual {
  position: relative;
}
@media (max-width: 761px) {
  .top_message_main__visual {
    margin: 0;
  }
}

.top_message_main__visual picture {
  display: block;
}
.top_message_main__visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 761px) {
  .top_message_main__visual img {
    width: 100%;
  }
}

.top_message_main__nameplate {
  position: absolute;
  top: 37%;
  right: 6.5%;
  width: 180px;
  padding: 26px 20px 24px;
  background: rgba(26, 37, 40, 0.95);
  border-top: 4px solid #d79a22;
  text-align: center;
}
@media (max-width: 761px) {
  .top_message_main__nameplate {
    top: auto;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: 100px;
    padding: 16px 14px 15px;
  }
}

.top_message_main__position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 761px) {
  .top_message_main__position {
    font-size: 1.2rem;
  }
}

.top_message_main__name {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 761px) {
  .top_message_main__name {
    margin-top: 4px;
    font-size: 1.8rem;
  }
}

.top_message_main__text {
  padding: 40px 6.5vw 0;
}
@media (max-width: 761px) {
  .top_message_main__text {
    padding: 24px 20px 0;
  }
}

.top_message_main__text p {
  max-width: 860px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  color: #222e2f;
}
@media (max-width: 761px) {
  .top_message_main__text p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* ======================
   サブブロック（線を内側に）
====================== */
.top_message_unit {
  padding: 0 6.5vw;
}
@media (max-width: 761px) {
  .top_message_unit {
    padding: 0 20px;
  }
}

.top_message_unit + .top_message_unit {
  margin-top: 54px;
}
@media (max-width: 761px) {
  .top_message_unit + .top_message_unit {
    margin-top: 34px;
  }
}

@media (max-width: 761px) {
  .top_message_unit__inner {
    padding-top: 34px;
  }
}

.top_message_unit__title {
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222e2f;
  border-top: 1px solid #e8e8e8;
  padding-top: 60px;
  text-align: center;
}
.top_message_unit__title.no-border {
  border-top: none;
}
@media (max-width: 761px) {
  .top_message_unit__title.no-border {
    padding-top: 0;
  }
}
@media (max-width: 761px) {
  .top_message_unit__title {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.top_message_unit__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 761px) {
  .top_message_unit__row {
    display: block;
  }
}

.top_message_unit__row--image-left {
  flex-direction: row;
}
.top_message_unit__row--image-right {
  flex-direction: row-reverse;
}
.top_message_unit__image {
  width: 27%;
}
@media (max-width: 761px) {
  .top_message_unit__image {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}

.top_message_unit__image img {
  display: block;
  width: 100%;
  height: auto;
}
.top_message_unit__body {
  flex: 1;
}
.top_message_unit__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1;
  margin-bottom: 1.5rem;
  color: #222e2f;
}
.top_message_unit__body p.right {
  text-align: right;
}
@media (max-width: 761px) {
  .top_message_unit__body p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.nf_data_block {
  position: relative;
  padding: 80px 20px;
  position: relative;
  background: url(/freshers/about/img/data_bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_block {
    padding: 60px 20px;
  }
}

.nf_data_block__inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.nf_data_block__head {
  margin-bottom: 50px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_block__head {
    margin-bottom: 35px;
  }
}

.nf_data_block__title {
  font-weight: 600;
  font-size: 3.6rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 0.1rem;
  padding: 0 0 22px;
  margin: 0 0 50px;
  position: relative;
}
@media (max-width: 761px) {
  .nf_data_block__title {
    padding-bottom: 14px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.nf_data_block__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #ff8f06;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 761px) {
  .nf_data_block__title::after {
    width: 40px;
  }
}

.nf_data_block__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 32px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_block__main {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }
}

.nf_data_block__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_block__sub {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.nf_data_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.nf_data_card--lg {
  min-height: 255px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card--lg {
    min-height: auto;
  }
}

.nf_data_card--sm {
  min-height: 255px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card--sm {
    min-height: auto;
  }
}

.nf_data_card__label {
  margin: 12px 12px 0;
  padding: 10px 16px;
  background: #263234;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__label {
    margin: 10px 10px 0;
    padding: 9px 12px;
    font-size: 1.5rem;
  }
}

.nf_data_card__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  flex: 1;
  padding: 22px 24px 24px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__content {
    display: block;
    padding: 18px 16px 20px;
  }
}

.nf_data_card__content--column {
  display: block;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card--image-only .nf_data_card__content {
    padding: 0;
  }
}

.nf_data_card--image-only .nf_data_card__graph {
  padding: 28px 24px 30px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card--image-only .nf_data_card__graph {
    padding: 22px 16px 24px;
  }
}

.nf_data_card__graph {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.nf_data_card__graph--lg {
  flex: 0 0 40%;
  min-height: 160px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__graph--lg {
    min-height: 80px;
    margin-bottom: 16px;
  }
}

.nf_data_card__graph--sm {
  margin-bottom: 18px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__graph--sm {
    min-height: 110px;
    margin-bottom: 14px;
  }
}

.nf_data_card__graph img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__graph--circle {
    width: 70%;
    margin: 0 auto 15px;
  }
}

.nf_data_card__graph--circle img {
  max-height: 100%;
}
@media (max-width: 761px) {
  .nf_data_card__graph--circle img {
    min-height: 100%;
  }
}

.nf_data_card__graph--rect {
  min-height: 90px;
}
.nf_data_card__graph--rect img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.nf_data_card__graph--lg.nf_data_card__graph--rect img {
  height: 80px;
  max-height: none;
}
@media (max-width: 761px) {
  .nf_data_card__graph--lg.nf_data_card__graph--rect img {
    height: 70px;
  }
}

.nf_data_card__graph--sm.nf_data_card__graph--rect img {
  height: 60px;
  max-height: none;
}
@media (max-width: 761px) {
  .nf_data_card__graph--sm.nf_data_card__graph--rect img {
    height: 86px;
  }
}

.nf_data_card--image-only .nf_data_card__graph--lg {
  flex: none;
}
@media (max-width: 761px) {
  .nf_data_card--image-only .nf_data_card__graph--lg {
    margin-bottom: 0;
  }
}

.nf_data_card__text {
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__text {
    display: block;
  }
}

.nf_data_card__text--sm {
  display: block;
  box-sizing: border-box;
}
.nf_data_card__text p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222e2f;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .nf_data_card__text p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

#sec05.link_area {
  padding: 50px 20px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  #sec05.link_area {
    padding: 0 20px 0;
  }
}
#sec05.link_area::before {
  top: 0;
}
#sec05.link_area .wrapper {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  #sec05.link_area a {
    height: 124px;
  }
}

#ppl04 #main_ttl_wrap .career_pass.short {
  height: 200px;
}
@media (max-width: 761px) {
  #ppl04 #main_ttl_wrap .career_pass.short {
    height: auto;
  }
}

#main_ttl_wrap {
  margin: 0 0 100px;
}
@media (max-width: 761px) {
  #main_ttl_wrap {
    margin: 0 0 60px;
  }
}

.cross_titWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cross_tit {
  position: relative;
  display: inline-block;
  padding: 18px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: transparent;
  background: linear-gradient(90deg, #fadf26, #ff8f06);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: oblique;
}
@media (max-width: 761px) {
  .cross_tit {
    padding: 14px 18px;
    font-size: 1.8rem;
  }
}

/* 左上のカギ */
.cross_tit::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fadf26;
  border-left: 3px solid #fadf26;
}
@media (max-width: 761px) {
  .cross_tit::before {
    width: 14px;
    height: 14px;
  }
}

/* 右下のカギ */
.cross_tit::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid #ff8f06;
  border-right: 3px solid #ff8f06;
}
@media (max-width: 761px) {
  .cross_tit::after {
    width: 14px;
    height: 14px;
  }
}

.cross_lead_txt {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 60px;
  color: #222e2f;
}

#sec02 .cross_tit01 {
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(to left, #fadf26 0%, #ff8f06 100%);
  width: 100%;
  padding: 24px 28px;
  color: #fff;
  margin: 120px 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transform: skewX(-10deg);
}
@media (max-width: 761px) {
  #sec02 .cross_tit01 {
    padding: 16px 18px;
    font-size: 2rem;
    margin: 60px 0 30px;
  }
}
#sec02 .cross_tit01 span {
  display: inline-block;
  transform: skewX(10deg);
}
#sec02 .cross_tit02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #222e2f;
  text-align: left;
  display: block;
  letter-spacing: 0.1rem;
  padding: 24px 0 26px 53px;
  margin: 80px 0 61px;
  position: relative;
  background: url(/freshers/global/img/line_en.svg) no-repeat;
}
@media (max-width: 761px) {
  #sec02 .cross_tit02 {
    font-size: 1.9rem;
    margin: 50px 0 36px;
    position: relative;
    padding: 0;
  }
}

#sec_strength {
  padding-bottom: 100px;
}
@media (max-width: 761px) {
  #sec_strength {
    padding-bottom: 60px;
  }
}
#sec_strength h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.4rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #222e2f;
  text-align: center;
  display: block;
  letter-spacing: 0.1rem;
  padding: 0 0 26px;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 761px) {
  #sec_strength h2 {
    font-size: 2.4rem;
    padding: 0 0 16px;
  }
}
#sec_strength h2::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #ff8f06;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#sec_strength .body_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #222e2f;
  display: block;
  padding: 0 0 70px;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 761px) {
  #sec_strength .body_txt {
    padding: 0;
    text-align: left;
  }
}

.strength_value_block {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 clamp(32px, 5vw, 72px);
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .strength_value_block {
    margin: 30px auto 0;
    padding: 0;
  }
}

.strength_value_item {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .strength_value_item {
    display: block;
  }
}

.strength_value_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
}

.strength_value_item + .strength_value_item {
  margin-top: 42px;
}
@media (max-width: 761px) {
  .strength_value_item + .strength_value_item {
    margin-top: 24px;
  }
}

.strength_value_item--img-left {
  flex-direction: row;
}
.strength_value_item--img-right {
  flex-direction: row-reverse;
}
@media (max-width: 761px) {
  .strength_value_item--img-right {
    display: block;
  }
}

.strength_value_item__image {
  width: 41%;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .strength_value_item__image {
    width: 100%;
  }
}

.strength_value_item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 761px) {
  .strength_value_item__image img {
    height: auto;
  }
}

.strength_value_item__content {
  width: 59%;
  padding: 64px 42px 50px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .strength_value_item__content {
    width: 100%;
    padding: 28px 20px 26px;
  }
}

.strength_value_item__head {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 761px) {
  .strength_value_item__head {
    gap: 12px;
  }
}

.strength_value_item__num {
  position: relative;
  padding-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 6.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #000;
  z-index: 1;
}
@media (max-width: 761px) {
  .strength_value_item__num {
    font-size: 4.2rem;
    padding-bottom: 5px;
  }
}

.strength_value_item__num::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  width: 52px;
  height: 7px;
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
  z-index: -1;
}
@media (max-width: 761px) {
  .strength_value_item__num::after {
    width: 36px;
    height: 5px;
    bottom: 4px;
  }
}

.strength_value_item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222e2f;
  position: relative;
  z-index: 1;
}
@media (max-width: 761px) {
  .strength_value_item__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.strength_value_item__text {
  margin-top: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #222e2f;
}
@media (max-width: 761px) {
  .strength_value_item__text {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media (max-width: 761px) {
  .strength_value_item__text br {
    display: none;
  }
}

@media (max-width: 761px) {
  .p_chousei {
    padding: 60px 0 60px !important;
  }
}
.p_chousei .wrapper ul li:last-child {
  margin: 0 !important;
}
.p_chousei .wrapper ul li:last-child p {
  padding: 0 20px 0 !important;
}
@media (max-width: 761px) {
  .p_chousei .wrapper ul li:last-child p {
    padding: 0 5% 0 !important;
  }
}

.location_block__list {
  margin-top: 14px;
  padding: 0;
  list-style: none;
}
.location_block__list li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.85;
  color: #222e2f;
}
@media (max-width: 761px) {
  .location_block__list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.location_block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
}
@media (max-width: 761px) {
  .location_block__list li::before {
    width: 8px;
    height: 8px;
  }
}

.location_block__photo {
  position: relative;
  z-index: 3;
  width: 46%;
  overflow: hidden;
  aspect-ratio: 32/16;
}
@media (max-width: 761px) {
  .location_block__photo {
    order: 2;
    width: 70%;
    margin-top: -12px;
    aspect-ratio: 32/18;
  }
}
.location_block__photo img {
  display: block;
  width: 112%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 761px) {
  .location_block__photo img {
    width: 108%;
  }
}

.location_block__list_white {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.location_block__list_white li {
  position: relative;
  margin-top: 15px;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.85;
  color: #fff;
}
@media (max-width: 761px) {
  .location_block__list_white li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.location_block__list_white li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #fadf26 0%, #ff8f06 100%);
}
@media (max-width: 761px) {
  .location_block__list_white li::before {
    width: 8px;
    height: 8px;
  }
}

#ppl03 #main_ttl_wrap .career_pass.long, #ppl01 #main_ttl_wrap .career_pass.long {
  height: 400px;
}
@media (max-width: 761px) {
  #ppl03 #main_ttl_wrap .career_pass.long, #ppl01 #main_ttl_wrap .career_pass.long {
    height: auto;
  }
}

#ppl02 #main_ttl_wrap .career_pass.long {
  height: 430px;
}
@media (max-width: 761px) {
  #ppl02 #main_ttl_wrap .career_pass.long {
    height: auto;
  }
}/*# sourceMappingURL=add.css.map */