.top_box .title_en {
  letter-spacing: 0.2rem;
}

.know-page {
  background: #f3f3f3;
  color: #1a1a1a;
}

.know-page .content_box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.know-hero {
  padding-bottom: 120px;
}

.know-hero .top_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.know-hero .left {
  width: 52%;
}

.know-hero .right {
  width: 48%;
  position: relative;
  min-height: 820px;
  margin-top: 70px;
  display: flex;
}

.know-hero .left hr {
  width: 62%;
  margin: 38px 0 68px;
  border-bottom: solid 2px #4c7a9a;
}

.know-hero__role {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 550px;
  border-radius: 999px;
  background: #1177bc;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  padding: 26px 48px;
  font-weight: 700;
}

.know-hero__role span {
  font-family: "Monte Stella VF Trial", "Monte Stella Trial", sans-serif;
  font-style: italic;
  font-size: 26px;
  margin-left: 16px;
  font-weight: 800;
}

.know-hero .left h2 {
  margin-top: 36px;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.know-hero .left .top_text p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.85;
}

.hero-card--sales {
  top: -20px;
  right: 30px;
}

.hero-card--engineer {
  top: 260px;
  right: 0;
}

.hero-card__diamond {
  left: 0;
  top: 0;
  width: 670px;
  height: 100%;
}

.hero-card__diamond::before {
  display: none;
}

.hero-card__diamond::after {
  display: none;
}

.hero-card__word {
  display: none;
}

.hero-card--engineer .hero-card__word {
  display: none;
}

.hero-card__diamond img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.hero-switch {
  position: absolute;
  left: -30px;
  bottom: 24px;
  width: 170px;
  height: auto;
  background: transparent;
  transform: none;
  text-decoration: none;
  z-index: 3;
}
.hero-switch:hover {
  transform: scale(1.03, 1.03);
}

.hero-card--engineer .hero-switch {
  left: -10px;
  bottom: 10px;
}

.hero-switch img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-switch span,
.hero-switch small {
  display: none;
}

.hero-switch span {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.hero-switch small {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.hero-switch.is-active {
  cursor: default;
  pointer-events: none;
}

.hero-switch.hero-switch1 {
  left: 15px;
  top: 380px;
  bottom: auto;
}

.hero-switch.hero-switch2 {
  left: 280px;
  bottom: 80px;
}

.pill-title {
  width: 560px;
  margin: 0 auto;
  background: #1177bc;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  font-size: 42px;
  line-height: 1;
  padding: 28px 30px;
  font-weight: 700;
}

.know-work {
  padding-top: 40px;
  padding-bottom: 120px;
}

.know-work__board {
  margin-top: 24px;
  --cut: 80px;
  padding: 130px 160px 130px;
  position: relative;
  isolation: isolate;
}
.know-work__board .pill-title {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translate(-50%, 0);
}

.know-work__board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  z-index: -1;
}

.know-work__steps li {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 36px;
  font-size: 18px;
}

.know-work__steps .num {
  width: 210px;
  border: 5px solid #2e8fce;
  border-radius: 999px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  color: #1177bc;
  font-family: "Monte Stella", "Monte Stella Trial", sans-serif;
  font-style: italic;
  font-size: 28px;
}

.know-work__focus {
  margin-top: 65px;
  border-top: 2px solid #d6e6f3;
  padding-top: 56px;
}

.focus-item {
  text-align: center;
  margin-bottom: 40px;
}

.focus-item:last-child {
  margin-bottom: 0;
}

.focus-tag {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 999px;
  background: #1177bc;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 700;
  width: 230px;
  max-width: 90%;
}

.focus-item p {
  font-size: 18px;
  line-height: 1.7;
}

.know-work__diamond {
  position: absolute;
  width: 215px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.know-work__diamond--left {
  left: -90px;
  top: 290px;
}

.know-work__diamond--top {
  right: -58px;
  top: 210px;
}

.know-work__diamond--bottom {
  right: -58px;
  bottom: 110px;
}

.know-story {
  background: #edf4fa;
  padding: 120px 0 120px;
}

.story-row {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 90px;
  display: flex;
  align-items: center;
  gap: 86px;
}

.story-row:last-child {
  margin-bottom: 0;
}

.story-row.is-reverse {
  flex-direction: row-reverse;
}

.story-row figure {
  width: 40%;
  text-align: center;
}

.story-row img {
  width: min(100%, 420px);
  display: block;
  margin: 0 auto;
}

.story-text {
  width: 56%;
}

.story-text h3 {
  color: #1177bc;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 2px solid #d6e6f3;
}

.story-text p {
  font-size: 18px;
  line-height: 1.72;
}

.know-career {
  padding: 120px 0 90px;
}

.career-steps {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-arrow {
  height: 90px;
  border: 4px solid #1177bc;
  clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #1177bc;
  font-weight: 700;
}

.career-illust {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
  color: #cf111b;
  font-size: 26px;
  font-weight: 700;
}

.career-cards {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.career-card {
  background: #d2e3ef;
  min-height: 245px;
  padding: 26px 24px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.know-interview {
  padding-top: 110px;
  padding-bottom: 40px;
}
.know-interview .content_box {
  width: min(1720px, 95%);
}

.interview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.interview-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.interview-card {
  position: relative;
  display: block;
  min-height: auto;
  text-decoration: none;
  color: #1a1a1a;
  transition: transform 0.28s ease;
}
.interview-card:hover {
  transform: translateY(-8px);
}

.interview-card:nth-child(odd) {
  padding-top: 110px;
}

.interview-grid--single .interview-card:nth-child(odd) {
  padding-top: 0;
}

.interview-card__visual {
  display: block;
  position: relative;
  height: 420px;
}

.interview-card__diamond {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(84%, 310px);
  aspect-ratio: 1;
  transform: translateX(-50%) rotate(45deg);
}

.interview-card__photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(92%, 320px);
  height: auto;
  transform: translateX(-50%);
  z-index: 2;
}

.contest_box {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto 0 auto;
}

.interview-card__label {
  position: relative;
  z-index: 3;
  display: block;
  width: min(94%, 380px);
  margin: -40px auto 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 22px 24px 20px;
  box-shadow: 0 16px 34px rgba(17, 119, 188, 0.08);
}

.interview-card__shop {
  display: block;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
}

.interview-card__meta {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .top_box .title_box {
    padding-top: 0px;
  }
  .interview-card__visual {
    height: 320px;
  }
  .know-page .content_box,
  .story-row,
  .contest_box {
    max-width: calc(100% - 40px);
  }
  .know-work__diamond--left {
    top: 490px;
  }
  .know-work__diamond {
    width: 150px;
  }
  .know-hero {
    padding-bottom: 96px;
  }
  .know-hero .top_box {
    flex-direction: column-reverse;
  }
  .know-hero .left,
  .know-hero .right {
    width: 100%;
  }
  .know-hero .right {
    min-height: 0;
    margin-top: 28px;
    justify-content: center;
  }
  .know-hero__role {
    min-width: 0;
    width: min(100%, 560px);
    font-size: 28px;
    padding: 22px 32px;
  }
  .know-hero__role span {
    font-size: 22px;
  }
  .hero-card--sales,
  .hero-card--engineer {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .hero-card__diamond {
    position: relative;
    width: min(100%, 670px);
    height: auto;
    aspect-ratio: 2000/1772;
    margin: 0 auto;
  }
  .hero-card__diamond img {
    -o-object-position: center top;
       object-position: center top;
  }
  .hero-switch {
    width: 150px;
  }
  .hero-switch.hero-switch1 {
    left: 7.2%;
    top: 47%;
  }
  .hero-switch.hero-switch2 {
    left: 46.8%;
    bottom: -3.5%;
  }
  .pill-title {
    width: min(100%, 560px);
    font-size: 36px;
  }
  .know-work__board {
    padding: 110px 64px 96px;
  }
  .know-work__steps li {
    gap: 24px;
    font-size: 16px;
  }
  .know-work__steps .num {
    width: 180px;
    font-size: 24px;
  }
  .know-work__diamond--left {
    left: -36px;
  }
  .know-work__diamond--top,
  .know-work__diamond--bottom {
    right: -24px;
  }
  .story-row {
    gap: 40px;
  }
  .story-text h3 {
    font-size: 30px;
  }
  .story-text p {
    font-size: 16px;
  }
  .interview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }
  .interview-card:nth-child(odd) {
    padding-top: 60px;
  }
  .interview-card__shop {
    font-size: 17px;
  }
  .interview-card__meta {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top_box .title_box {
    padding-top: 30px;
  }
  .know-page .content_box,
  .story-row,
  .contest_box {
    max-width: calc(100% - 32px);
  }
  .know-hero {
    padding-bottom: 72px;
  }
  .know-hero .left hr {
    width: 100%;
    margin: 24px 0 36px;
  }
  .know-hero__role {
    width: 300px;
    max-width: 100%;
    font-size: 22px;
    padding: 16px 20px;
  }
  .know-hero__role span {
    font-size: 18px;
    margin-left: 10px;
  }
  .know-hero .left h2 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.55;
  }
  .know-hero .left .top_text p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }
  .hero-card__diamond {
    position: relative;
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 2000/1772;
  }
  .hero-card__diamond img {
    -o-object-position: center top;
       object-position: center top;
  }
  .hero-switch {
    width: 104px;
  }
  .pill-title {
    width: 350px;
    max-width: 100%;
    font-size: 26px;
    padding: 20px 16px;
  }
  .know-work {
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .know-work__board {
    --cut: 34px;
    padding: 84px 20px 48px;
  }
  .know-work__board .pill-title {
    top: -34px;
    width: 300px;
    max-width: 100%;
  }
  .know-work__steps li {
    display: block;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.75;
  }
  .know-work__steps .num {
    width: 100px;
    margin-bottom: 10px;
    border-width: 3px;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
  }
  .know-work__focus {
    margin-top: 40px;
    padding-top: 36px;
  }
  .focus-tag {
    width: 190px;
    font-size: 22px;
  }
  .focus-item p {
    font-size: 15px;
  }
  .know-work__diamond {
    display: none;
  }
  .know-story {
    padding: 80px 0;
  }
  .story-row,
  .story-row.is-reverse {
    margin-bottom: 56px;
    display: block;
  }
  .story-row figure,
  .story-text {
    width: 100%;
  }
  .story-row figure {
    margin-bottom: 24px;
  }
  .story-text h3 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .story-text p {
    font-size: 15px;
    line-height: 1.85;
  }
  .know-interview {
    padding-top: 80px;
  }
  .interview-grid {
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .interview-grid--single {
    max-width: 360px;
  }
  .interview-card:nth-child(odd) {
    padding-top: 0;
  }
  .interview-card__visual {
    height: 360px;
  }
  .interview-card__diamond {
    width: min(82%, 270px);
    bottom: 28px;
  }
  .interview-card__photo {
    width: min(90%, 280px);
  }
  .interview-card__label {
    width: min(92%, 360px);
    padding: 18px 18px 16px;
  }
  .interview-card__shop {
    font-size: 17px;
  }
  .interview-card__meta {
    font-size: 16px;
  }
}/*# sourceMappingURL=know.css.map */