@charset "UTF-8";

* {
  color: var(--palette-black-primary);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.h2 {
  position: relative;
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 22px;
  text-align: center;
  padding-bottom: 27px;
  margin-bottom: 54px;
}

.h2::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 6px;
  margin-top: 23px;
  background-color: var(--palette-black-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.splash {
  position: relative;
  width: 100%;
  background-image: url(../image/cross_talk/top_bg.png);
  padding: 100px max(calc(50% - 640px), 80px) 140px max(calc(50% - 607px), 33px);
}

.splash-image {
  position: absolute;
  top: 344px;
  right: max(calc(50% - 560px), 80px);
  width: 640px;
  z-index: 1;
}

.splash-image img,
.video-image img {
  width: 100%;
}

/*.title {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 120px;
  line-height: 144px;
  text-align: left;
  color: var(--palette-black-primary);
}*/

/*.title img {
  width: 100%;
}*/

.subtitleWrapper {
  padding-top: 40px;
  padding-left: 127px;
}

.subtitle {
  width: fit-content;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-family: var(--font-notosans);
  letter-spacing: 4.4px;
}

.subtitle::after {
  content: "";
  width: 46px;
  height: 6px;
  margin-top: 23px;
  background-color: var(--palette-black-primary);
}

.breadcrumb {
  width: fit-content;
  margin-top: 44px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-rokkitt);
  line-height: 20.8px;
  display: block;
}

.clamb {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(160px + 70px) 0 160px;
  margin-top: -70px;
  background-color: var(--palette-gray-secondary);
  text-align: center;
}

.clamb span {
  display: inline-block;
  width: 100%;
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: center;
  color: var(--palette-black-primary);
}

.new-workstyle {
  padding-bottom: 100px;
  background-color: var(--palette-gray-secondary);
}

.new-workstyle-inner {
  position: relative;
  width: 100%;
  padding: 103px max(12.5vw, calc(50% - 480px)) 12.5vw;
}

.new-workstyle-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50% + 400px);
  max-width: 100%;
  height: calc(12.5vw + calc(206px + 3380px));
  max-height: 3754px;
  content: "";
  border-radius: 0px 10px 10px 0px;
  background-color: var(--palette-orange-primary);
  z-index: 0;
}

.detail {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: var(--palette-white-primary);
  border-radius: 10px;
  padding: 64px 80px;
  z-index: 1;
}

.detail img {
  width: 100%;
}

.detail .fukidashi {
  position: relative;
  margin-bottom: 40px;
}

.detail .fukidashi h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 5px));
  width: 100%;
  z-index: 1;
  color: var(--palette-white-primary);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  text-align: center;
}

.detail .benefit-card {
  position: relative;
}

.detail .benefits-image {
  width: 100%;
  margin-bottom: 40px;
}

.detail .benefits-text {
  position: absolute;
  top: 55%;
  left: 7%;
  max-width: 86%;
  z-index: 2;
  color: var(--palette-black-primary);
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0px;
}

.detail .benefits-text h3 {
  font-size: min(1.2vw, 18px);
  font-weight: 500;
  line-height: 1.8;
}

.detail .benefits-text p {
  font-size: min(1vw, 14px);
  font-weight: 400;
  line-height: 1.8;
  margin-top: min(0.8vh, 15px);
}

.benefit_row {
  display: flex;
  gap: 40px;
}

.detail .time {
  width: 80px;
  height: 35px;
  background-color: #f7e1d2;
  border-radius: 4px;
  text-align: center;
  margin-right: 40px;
}

.detail .time span {
  line-height: 35px;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--palette-orange-secondary);
}

.detail-block {
  display: flex;
  position: relative;
}

.detail-block::before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: calc(120px - 3.75px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--palette-orange-secondary);
  z-index: 10;
}

.detail-block .last {
  border: none !important;
  padding-bottom: 0 !important;
}

.detail-block .last::before {
  border: none !important;
}

.detail-block .content {
  position: relative;
  width: calc(100% - 119.5px);
  padding-left: 39.5px;
  padding-bottom: 63px;
  background-size: 2px calc(100%-8px);
  background-position: 20% 70%;
  display: flex;
}

.detail-block .content .dotted-line {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  bottom: 0px;
  background: url("../image/new_workstyle/dotted.svg") repeat-y;
}

.detail-block.first .content .dotted-line {
  height: calc(100% - 16px);
}

.detail-block .content.last .dotted-line {
  top: 2px;
  height: 16px;
}

.detail-block .content::before {
  /* position: absolute;
  top: 21px;
  left: 0;
  display: block;
  height: calc(100% - 8px);
  content: ""; */
  background: url("../image/new_workstyle/dotted.svg");
}

.detail-block .content p {
  margin-bottom: 24px;
}

.detail-block .content .content-title {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 43.2px;
  text-align: left;
  color: var(--palette-black-primary);
}

.detail-block .content .color {
  color: var(--palette-orange-secondary);
}

.detail-block .content .content-text {
  font-family: var(--font-notosans);
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: left;
  color: var(--palette-black-primary);
}

.benefits {
  padding-bottom: 100px;
  background-color: var(--palette-gray-secondary);
}

.benefits-inner {
  position: relative;
  width: 100%;
  padding: 103px max(12.5vw, calc(50% - 480px)) 12.5vw;
}

.benefits-inner img {
  position: relative;
  z-index: 1;
}

.benefits-inner .detail {
  background-color: initial;
  padding-left: 0;
  padding-right: 0;
}

.benefits-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(50% + 400px);
  max-width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px 0 0 10px;
  background-color: var(--palette-orange-secondary);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .splash {
    padding: 100px 16px 50px;
  }
  /*.splash .title {
    width: 100%;
  }*/
  .splash-image {
    top: 210px;
    right: 16px;
    width: 300px;
  }
  /*.title {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    color: var(--palette-black-primary);
    padding-bottom: 248px;
  }*/
  /*.title img {
    width: auto;
    height: 130px;
  }*/
  .subtitleWrapper {
    width: fit-content;
    padding: 0;
  }
  .subtitle {
    font-size: 1rem;
  }
  .subtitle::after {
    margin-top: 0.8rem;
  }
  .breadcrumb {
    margin-top: 1rem;
  }
  .clamb {
    padding: 50px 16px;
    margin-top: 0;
  }
  .clamb span {
    text-align: left;
  }
  .new-workstyle,
  .benefits {
    padding: 0;
  }
  .new-workstyle-inner::before,
  .benefits-inner::before {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }

  .new-workstyle-inner,
  .benefits-inner {
    padding: 50px 16px;
  }
  .benefits-inner .detail {
    padding: 0;
  }
  .new-workstyle-inner .detail {
    padding: 2rem 16px;
  }
  .detail .time {
    width: 60px;
    height: 26.25px;
    margin-right: 1rem;
  }
  .detail .time span {
    line-height: 26.25px;
    font-size: 1rem;
  }
  .detail-block::before {
    left: calc(76px - 3.75px);
    top: 0.6rem;
  }
  .detail .content {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(100% - 76.5px);
  }

  .detail-block .content .content-title {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .detail-block .content p {
    margin-bottom: 1rem;
  }
  .detail-block .content img {
    margin-bottom: 1rem;
  }

  .detail-block .last::before {
    left: 76px;
  }
  .benefits-image {
    margin-bottom: 16px;
  }

  .benefit_row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .detail .benefits-image {
    margin-bottom: 15px;
  }

  .detail .benefits-text {
    top: 55%;
  }

  .detail .benefits-text h3 {
    font-size: min(3.6vw, 30px);
  }

  .detail .benefits-text p {
    font-size: min(3vw, 24px);
    margin-top: min(0.8vh, 15px);
  }

  .detail .fukidashi h2 {
    font-size: 12px;
  }
}
