@charset "utf-8";
.text {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

main {
  background-color: #fff;
  overflow-x: clip;
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  height: max(400px, 31.25vw);
  overflow-x: clip;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 280px; 
  }
}

.fv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 620/800;
  height: max(800px, 62.5vw);
  background: url(/recruit/img/common/aping-yamazaki-deco02.png) no-repeat;
  background-size: contain;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .fv::after {
    left: 0;
    top: -18%;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 240;
    background: url(/recruit/img/common/aping-yamazaki-deco01_sp.png) no-repeat;
    background-size: cover;
  }
}

.fv .container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/recruit/img/recruitment/internship/fv-image.jpg);
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fv .container {
    background: url(/recruit/img/recruitment/internship/fv-image_sp.jpg);
    background-size: cover;
  }
}

.fv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.fv .page-group {
  position: absolute;
  bottom: 25%;
  left: 9.6875vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv .page-group {
    position: absolute;
    bottom: 40px;
    left: 25px;
  }
}

.fv .page-group .page-category {
  font-family: var(--font-lato);
  font-size: max(1.2rem, 0.9375vw);
  font-weight: 700;
  color: var(--color-orange);
  letter-spacing: 0.08em;
}

.fv .page-group .page-name {
  font-family: var(--font-shipp);
  font-size: max(4.8rem, calc(48/1280*100vw));
  font-weight: 500;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv .page-group .page-name {
    font-size: 3.2rem;
    margin-top: 0;
  }
}

.fv .page-group .key-list {
  display: flex;
  margin-top: 5px;
  color: #fff;
}

.fv .page-group .key-list .item {
  font-size: max(1.2rem, 0.9375vw);
  letter-spacing: 0.05em;
  margin-right: max(12px, 0.9375vw);
  opacity: 0.6;
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ sticky-wrap ↓↓↓ */
.sticky-wrap {
  position: relative;
  max-width: 1280px;
  background-color: #fff;
  padding-top: 88px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sticky-wrap {
    padding: 40px 25px 80px;
  }
}

/* ↑↑↑ sticky-wrap ↑↑↑ */

/* ↓↓↓ anchor-box ↓↓↓ */
.sticky-wrap .anchor-box {
  position: sticky;
  width: min(calc(250/1280*100vw),250px);
  min-width: 200px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  top: 120px;
  left: 4.375%;
  background: linear-gradient(var(--color-orange) 50%, var(--color-orange) 0%) 0% 100% /4px 100% no-repeat;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap .anchor-box {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap .anchor-box {
    position: initial;
    float: unset;
    width: 100%;
    min-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 16px;
    background: unset;
    padding-left: unset;
  }
}

.sticky-wrap .anchor-box .anchor-item {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.sticky-wrap .anchor-box .anchor-item .anchor-link {
  background: rgba(255, 255, 255, 0.7);
  box-decoration-break: clone; 
  -webkit-box-decoration-break: clone;
  padding: 0px 7px 2px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .anchor-box .anchor-item {
    position: relative;
    width: calc((100% - 16px) / 2);
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 16px;
  }
  .sticky-wrap .anchor-box .anchor-item::before {
    content: '';
    position: absolute;
    translate: 0 -50%;
    width: 10px;
    height: 8px;
    background: url(/recruit/img/common/anchor-arrow.svg) no-repeat;
    background-size: contain;
    top: calc(50% - 8px);
    right: 0;
  }
  .sticky-wrap .anchor-box .anchor-item .anchor-link {
    display: grid;
    place-content: center left;
    height: 100%;
    background: linear-gradient(var(--color-orange) 50%, var(--color-orange) 0%) 0% 100% /4px 100% no-repeat;
    padding: 10px 20px 10px 12px;
  }
}
/* ↑↑↑ anchor-box ↑↑↑ */

/* ↓↓↓ main-conts ↓↓↓ */
.sticky-wrap .main-conts {
  width: 100%;
  margin-top: -145px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap .main-conts {
    width: 100%;
    margin-top: 20px;
    margin-bottom: unset;
  }
}

.conts-block {
  position: relative;
  width: 100%;
  z-index: 1;
}

.conts-block:not(:first-of-type) {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .conts-block {
    padding: unset;
    margin: 0 auto;
  }

  .conts-block:not(:first-of-type) {
    margin-top: 80px;
  }
}

.conts-block .conts-inner {
  position: relative;
  max-width: calc(924px + 250px + min(50px, 3.906246vw));
  padding-left: calc(250px + min(50px, 3.90624vw));
  margin-left: auto;
  container-type: inline-size;
}

@media screen and (max-width: 1024px) {
  .conts-block .conts-inner {
    padding-left: calc(200px + min(50px, 3.90624vw));
  }
}

@media screen and (max-width: 768px) {
  .conts-block .conts-inner {
    position: relative;
    margin: 0 auto;
    padding: unset;
  }
}

.sticky-wrap .main-conts .block-ttl .en {
  font-size: 1.2rem;
  font-family: var(--font-lato);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-orange);
  display: block;
}

.sticky-wrap .main-conts .block-ttl .ja {
  font-size: 4.329cqw;
  font-family: var(--font-shipp);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 9px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap .main-conts .block-ttl .ja {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap .main-conts .block-ttl .ja {
    font-size: 2.8rem;
  }
}
/* ↑↑↑ main-conts ↑↑↑ */

/* ↓↓↓ long-term ↓↓↓ */
.sticky-wrap #long-term {
  padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term {
    padding: 60px 0 0;
  }
}

.sticky-wrap #long-term .block-ttl {
  position: relative;
  z-index: 1;
}

.sticky-wrap #long-term .caption {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 60px;
  padding-right: 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .caption {
    margin-top: 30px;
    padding-right: 0;
  }
}

.sticky-wrap #long-term .intro-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px auto 0;
  padding: 44px 4.763% 0;
}

.sticky-wrap #long-term .intro-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  background: url(../img/recruitment/internship/event-bg-long-term.jpg);
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 30px auto 0;
    padding: 0 25px;
    background: initial;
  }

  .sticky-wrap #long-term .intro-block::before {
    display: none;
  }

  .sticky-wrap #long-term .intro-block .bg {
    position: sticky;
    top: 0;
    left: 0;
    aspect-ratio: 375/667;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    height: 100vh;
    height: 100lvh;
    z-index: -1;
  }

  .sticky-wrap #long-term .intro-block::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
  }
}

.sticky-wrap #long-term .intro-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  width: 40px;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .subttl {
    writing-mode: initial;
    width: auto;
    margin-right: 0;
    letter-spacing: 0.1em;
    margin-top: calc(-100vh + 42px);
    margin-top: calc(-100lvh + 42px);
  }
}

.sticky-wrap #long-term .intro-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #long-term .intro-block .block-inner {
  width: calc(100% - 92px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .block-inner {
    width: 100%;
  }
}

.sticky-wrap #long-term .intro-block .card-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .card-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .card-wrap {
    padding-top: 80px;
  }

  .sticky-wrap #long-term .intro-block .card-wrap::before {
    content: '';
    position: absolute;
    translate: 0 -100%;
    top: 80px;
    right: 0;
    width: 100px;
    aspect-ratio: 1/1;
    background: url(../img/recruitment/internship/long-term-deco01_sp.png) no-repeat;
    background-size: cover;
  }
}

.sticky-wrap #long-term .intro-block .card {
  position: relative;
  width: calc((100% - 32px) / 2);
  height: max-content;
  padding: 50px 32px 40px;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .card {
    width: 100%;
    padding: 50px 24px 40px;
  }

  .sticky-wrap #long-term .intro-block .card:not(:first-of-type) {
    margin-top: 64px;
  }
}

.sticky-wrap #long-term .intro-block .card .deco {
  position: absolute;
  translate: -50% -100%;
  top: 24px;
  left: 50%;
  width: 140px;
}

.sticky-wrap #long-term .intro-block .card .lead {
  text-align: center;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-orange);
}

.sticky-wrap #long-term .intro-block .card .list {
  margin-top: 5px;
}

.sticky-wrap #long-term .intro-block .card .list .item {
  position: relative;
  padding: 16px 0 16px 16px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.sticky-wrap #long-term .intro-block .card .list .item:not(:first-of-type) {
  background-image: linear-gradient(to right, var(--color-orange) 50%, transparent 50%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.sticky-wrap #long-term .intro-block .card .list .item:last-of-type {
  padding-bottom: 0;
}

.sticky-wrap #long-term .intro-block .card .list .item::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.sticky-wrap #long-term .intro-block .theme-wrap {
  position: relative;
  display: flex;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  margin-top: 48px;
  padding: 0 32px 16px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .theme-wrap {
    display: block;
    padding: 16px 24px;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 0;
  right: 44px;
  width: 160px;
  aspect-ratio: 1/1;
  background: url(../img/recruitment/internship/long-term-deco01.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .theme-wrap::before {
    display: none;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .head {
  position: relative;
  writing-mode: vertical-lr;
  font-family: var(--font-shipp);
  font-size: 2.2rem;
  font-weight: 500;
  background-color: var(--color-orange);
  height: max-content;
  padding: 10px 5px 10px;
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .head {
    writing-mode: initial;
    display: grid;
    place-content: center left;
    translate: -24px 0;
    font-size: 2.4rem;
    width: max-content;
    height: 48px;
    padding: 0 30px 0 10px;
    margin-right: 0;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .head::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .head::before {
    top: 0;
    left: -8px;
    width: 8px;
    height: 100%;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .head::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(../img/recruitment/internship/theme-ribbon.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .head::after {
    translate: 100% 0;
    rotate: -90deg;
    bottom: 16px;
    left: initial;
    right: 17px;
    width: 48px;
    height: 16px;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .list {
    margin-top: 0;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .list .item {
  position: relative;
  width: 50%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .list .item {
    width: 100%;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(odd) {
  padding: 16px 32px 16px 0;
}

.sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(even) {
  padding: 16px 0 16px 32px;
  background-image: linear-gradient(to bottom, var(--color-orange) 50%, transparent 50%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: left top;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(odd) {
    padding: 16px 0;
  }
  
  .sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(even) {
    padding: 16px 0;
    background: initial;
  }
}

.sticky-wrap #long-term .intro-block .theme-wrap .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--color-orange) 50%, transparent 50%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(-n + 2):before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .theme-wrap .list .item:nth-of-type(-n + 2):before {
    display: block;
  }
}

.sticky-wrap #long-term .intro-block .attention-group {
  position: relative;
  margin-top: 8px;
  z-index: 1;
}

.sticky-wrap #long-term .intro-block .attention {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.sticky-wrap #long-term .intro-block .organize-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 40px auto 0;
  container-type: inline-size;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .organize-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .intro-block .organize-wrap {
    translate: 0 50px;
    position: relative;
    width: 100%;
    margin: 32px auto 0;
    z-index: 1;
  }
}

.sticky-wrap #long-term .intro-block .organize {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 4.3%) / 2);
  height: 120px;
  color: #fff;
  padding-top: 10px;
  background-color: var(--color-orange);
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .intro-block .organize {
    width: 100%;
    height: 80px;
  }

  .sticky-wrap #long-term .intro-block .organize:not(:first-of-type) {
    margin-top: 8px;
  }
}

.sticky-wrap #long-term .intro-block .organize .head {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sticky-wrap #long-term .intro-block .organize .head::before {
  content: '';
  position: absolute;
  translate: -50% -100%;
  top: 0;
  left: 50%;
  width: 29px;
  height: 14px;
  background: url(../img/recruitment/internship/organize-head.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #long-term .intro-block .organize .detail {
  font-size: max(1.6rem, 2.34518cqw);
  font-weight: 700;
}

.sticky-wrap #long-term .intro-block .organize img {
  width: 20px;
  margin: 0 6%;
}

.sticky-wrap #long-term .schedule-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .schedule-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .schedule-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 100px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #long-term .schedule-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .schedule-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #long-term .schedule-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #long-term .schedule-block .card-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .schedule-block .card-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .schedule-block .card-wrap {
    margin-top: 60px;
  }
}

.sticky-wrap #long-term .schedule-block .card {
  position: relative;
  width: calc((100% - 50px * 2) / 3);
  border-radius: 8px;
  padding: 40px 24px 32px;
  border: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .schedule-block .card {
    width: 100%;
  }

  .sticky-wrap #long-term .schedule-block .card:not(:first-of-type) {
    margin-top: 54px;
  }
}

.sticky-wrap #long-term .schedule-block .card:not(:last-of-type)::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-orange);
  border-width: 20px 0px 20px 16px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .schedule-block .card:not(:last-of-type)::after {
    translate: -50% 0;
    top: initial;
    bottom: -37px;
    right: initial;
    left: 50%;
    border-color: var(--color-orange) transparent transparent transparent;
    border-width: 16px 20px 0px 20px;
  }
}

.sticky-wrap #long-term .schedule-block .card .day {
  position: absolute;
  translate: 0 -50%;
  top: 0;
  left: -8px;
  font-family: var(--font-lato);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-orange);
  background-color: #fff;
  padding: 8px;
}

.sticky-wrap #long-term .schedule-block .card .list .item {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.sticky-wrap #long-term .schedule-block .card .list .item:not(:first-of-type) {
  margin-top: 10px;
}

.sticky-wrap #long-term .schedule-block .card .list .item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.sticky-wrap #long-term .schedule-block .card img {
  margin-top: 20px;
}

.sticky-wrap #long-term .description-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #long-term .description-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .description-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 60px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #long-term .description-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .description-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #long-term .description-block .subttl::first-letter {
  color: var(--color-orange);
}


.sticky-wrap #long-term .description-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #long-term .doc-block {
  position: relative;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block {
    margin-top: 37px;
  }
}

.sticky-wrap #long-term .doc-block::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 22px;
  right: 36px;
  width: 80px;
  height: 222px;
  background: url(../img/recruitment/internship/long-term-deco02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block::before {
    top: 60px;
    right: 11px;
    width: 56px;
    height: 156px;
    background: url(../img/recruitment/internship/long-term-deco02_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #long-term .doc-block .unit {
  border-top: 1px solid #000;
  display: flex;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .unit {
    flex-direction: column;
  }
}

.sticky-wrap #long-term .doc-block .unit .doc-item {
  width: 152px;
  background-color: #F0F0F0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .unit .doc-item {
    width: 100%;
    padding: 25px 16px;
  }
}

.sticky-wrap #long-term .doc-block .doc-item .ttl {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .doc-item .ttl {
    text-align: start;
  }
}

.sticky-wrap #long-term .doc-block .unit .doc-conts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .unit .doc-conts {
    gap: 10px;
    padding: 0 25px 24px;
  }
}

.sticky-wrap #long-term .doc-block .doc-conts .inner {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #long-term .doc-block .doc-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #long-term .doc-block .doc-conts .indent-num {
  display: block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.sticky-wrap #long-term .doc-block .doc-conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #long-term .doc-block .doc-conts .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
  transition: opacity ease .3s;
}

.sticky-wrap #long-term .doc-block .doc-conts .txt-link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .doc-conts .txt-link:hover {
    opacity: 1;
  }
}

.sticky-wrap #long-term .doc-block .doc-conts .more-btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 8px;
  transition: background-color ease .3s;
}

.sticky-wrap #long-term .doc-block .doc-conts .more-btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .doc-conts .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #long-term .doc-block .doc-conts .more-btn::before,
.sticky-wrap #long-term .doc-block .doc-conts .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 10px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #long-term .doc-block .doc-conts .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #long-term .doc-block .doc-conts .more-btn::before,
  .sticky-wrap #long-term .doc-block .doc-conts .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #long-term .doc-block .doc-conts .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #long-term .doc-block .doc-conts .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #long-term .doc-block .doc-conts .more-btn + .txt {
  margin-top: 24px;
}

.sticky-wrap #long-term .doc-block .doc-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #long-term .doc-block .doc-conts .btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .doc-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #long-term .doc-block .doc-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}
.sticky-wrap #long-term .doc-block .doc-conts .btn:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #long-term .doc-block .doc-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}
/* ↑↑↑ long-term ↑↑↑ */


/* ↓↓↓ mazakday ↓↓↓ */
.sticky-wrap #mazakday .block-ttl {
  position: relative;
  z-index: 1;
}

.sticky-wrap #mazakday .caption {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 60px;
  padding-right: 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .caption {
    margin-top: 30px;
    padding-right: 0;
  }
}

.sticky-wrap #mazakday .caption-angle {
  display: inline-block;
  width: min(880px, 100%);
  height: 18px;
  background: url(../img/recruitment/internship/caption-angle.png) no-repeat;
  background-size: 880px 18px;
  background-position: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.sticky-wrap #mazakday .caption .-orange {
  color: var(--color-orange);
}

.sticky-wrap #mazakday .mazakday-image {
  margin-top: 10px;
  padding-right: 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .mazakday-image {
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 0 auto;
    padding-right: 0;
  }

  .sticky-wrap #mazakday .mazakday-image img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}

.sticky-wrap #mazakday .intro-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px auto 0;
  padding: 44px 4.763% 0;
}

.sticky-wrap #mazakday .intro-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: url(../img/recruitment/internship/event-bg-mazakday01.jpg);
  background-size: cover;
}

.sticky-wrap #mazakday .intro-block.-three {
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three {
    padding-bottom: 0;
  }
}

.sticky-wrap #mazakday .intro-block.-three::before {
  height: 100%;
  background: url(../img/recruitment/internship/event-bg-mazakday02.jpg);
  background-size: cover;
}

.sticky-wrap #mazakday .intro-block.-three .deco01 {
  position: absolute;
  top: -210px;
  right: 5%;
  width: 105px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three .deco01 {
    top: 22px;
    right: 45px;
    width: 61px;
  }
}

.sticky-wrap #mazakday .intro-block.-three .deco02 {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 166px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three .deco02 {
    bottom: -190px;
    left: initial;
    right: 25px;
    width: 99px;
  }
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    padding: 0 25px;
    background: initial;
  }

  .sticky-wrap #mazakday .intro-block::before {
    display: none;
  }

  .sticky-wrap #mazakday .intro-block .bg {
    position: sticky;
    top: 0;
    left: 0;
    aspect-ratio: 375/667;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    height: 100vh;
    height: 100lvh;
    z-index: -1;
  }

  .sticky-wrap #mazakday .intro-block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }

  .sticky-wrap #mazakday .intro-block.-three::after {
    display: none;
  }
}

.sticky-wrap #mazakday .intro-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  width: 40px;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .subttl {
    writing-mode: initial;
    width: auto;
    margin-right: 0;
    letter-spacing: 0.1em;
    margin-top: calc(-100vh + 42px);
    margin-top: calc(-100lvh + 42px);
  }
}

.sticky-wrap #mazakday .intro-block .subttl::first-letter {
  color: var(--color-orange);
}


.sticky-wrap #mazakday .intro-block .block-inner {
  width: calc(100% - 92px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .block-inner {
    width: 100%;
  }
}

.sticky-wrap #mazakday .intro-block .card-wrap {
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .card-wrap {
    padding-top: 80px;
  }
}

.sticky-wrap #mazakday .intro-block .card {
  position: relative;
  width: 100%;
  height: max-content;
  padding: 50px 32px 60px;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block .card {
    width: 100%;
    padding: 50px 24px 70px;
  }

  .sticky-wrap #mazakday .intro-block .card:not(:first-of-type) {
    margin-top: 64px;
  }
}

.sticky-wrap #mazakday .intro-block .card .deco {
  position: absolute;
  translate: -50% -100%;
  top: 24px;
  left: 50%;
  width: 140px;
}

.sticky-wrap #mazakday .intro-block .card .lead {
  text-align: center;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-orange);
}

.sticky-wrap #mazakday .intro-block .card .theme-group {
  margin: 22px auto 0;
  max-width: 597px;
}

.sticky-wrap #mazakday .intro-block .card .theme-group .list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 0;
}

.sticky-wrap #mazakday .intro-block .card .theme-group .item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
  background-image: url(../img/common/texture_gray-sandstorm.jpg);
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .card .theme-group .item {
    height: 38px;
  }
}

.sticky-wrap #mazakday .intro-block .card .theme-group .item .num {
  font-family: var(--font-shipp);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .card .theme-group .item .num {
    font-size: 2rem;
  }
}

.sticky-wrap #mazakday .intro-block .card .theme-group .item .txt {
  padding-top: 4px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .card .theme-group .item .txt {
    padding-top: 0;
    margin-left: 8px;
  }
}

.sticky-wrap #mazakday .intro-block.-three .block-inner {
  width: calc(100% - 76px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three .block-inner {
    width: 100%;
  }
}

.sticky-wrap #mazakday .intro-block.-three .subttl {
  margin-right: 36px;
}

.sticky-wrap #mazakday .intro-block.-three .card-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  container-type: inline-size;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block.-three .card-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three .card-wrap {
    padding-top: 80px;
  }
}

.sticky-wrap #mazakday .intro-block.-three .card {
  position: relative;
  max-width: 232px;
  width: calc((100% - 10px * 2) / 3);
  height: max-content;
  padding: 50px 4.212% 40px;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block.-three .card {
    max-width: initial;
    width: 100%;
    padding: 50px 24px 40px;
  }

  .sticky-wrap #mazakday .intro-block.-three .card:not(:first-of-type) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block.-three .card:last-of-type {
    margin-bottom: 24px;
  }
}

.sticky-wrap #mazakday .intro-block.-three .card .deco {
  position: absolute;
  translate: -50% -100%;
  top: 28px;
  left: 50%;
  width: 140px;
}

.sticky-wrap #mazakday .intro-block.-three .card .lead {
  text-align: center;
  font-family: var(--font-shipp);
  font-size: 3.1579cqw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--color-orange);
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block.-three .card .lead {
    font-size: 2.4rem;
  }
}

.sticky-wrap #mazakday .intro-block.-three .card .text {
  margin-top: 22px;
}

.sticky-wrap #mazakday .intro-block.-three .card .day-group {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  background-image: linear-gradient(to right, var(--color-orange) 50%, transparent 50%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.sticky-wrap #mazakday .intro-block.-three .card .day-group .head {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 76px;
  height: 28px;
  border-radius: 28px;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-orange);
}

.sticky-wrap #mazakday .intro-block.-three .card  .head + .text {
  margin-top: 0;
}

.sticky-wrap #mazakday .intro-block.-three .card  .head + .text.-center {
  text-align: center;
}

.sticky-wrap #mazakday .intro-block .organize-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 120px auto 0;
  container-type: inline-size;
  z-index: 1;
}

.sticky-wrap #mazakday .intro-block .organize-wrap::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 5px;
  right: 40px;
  width: 272px;
  height: 198px;
  background: url(../img/recruitment/internship/mazak-deco01.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block .organize-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .intro-block .organize-wrap {
    translate: 0 50px;
    width: 100%;
    margin: 32px auto 0;
    z-index: 1;
  }

  .sticky-wrap #mazakday .intro-block .organize-wrap::before {
    right: -25px;
    width: 135px;
    height: 98px;
    background: url(../img/recruitment/internship/mazak-deco01_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #mazakday .intro-block .organize {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 4.3%) / 2);
  height: 120px;
  color: #fff;
  padding-top: 10px;
  background-color: var(--color-orange);
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .intro-block .organize {
    width: 100%;
    height: 80px;
  }

  .sticky-wrap #mazakday .intro-block .organize:not(:first-of-type) {
    margin-top: 8px;
  }
}

.sticky-wrap #mazakday .intro-block .organize .head {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sticky-wrap #mazakday .intro-block .organize .head::before {
  content: '';
  position: absolute;
  translate: -50% -100%;
  top: 0;
  left: 50%;
  width: 29px;
  height: 14px;
  background: url(../img/recruitment/internship/organize-head.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #mazakday .intro-block .organize .detail {
  font-size: max(1.6rem, 2.34518cqw);
  font-weight: 700;
}

.sticky-wrap #mazakday .intro-block .organize img {
  width: 20px;
  margin: 0 6%;
}

.sticky-wrap #mazakday .organize-wrap .attention-group {
  width: 100%;
  margin-top: 8px;
}

.sticky-wrap #mazakday .organize-wrap .attention {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.sticky-wrap #mazakday .schedule-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block {
      display: block;
      translate: -25px 0;
      width: calc(100% + 25px* 2);
      margin: 65px auto 0;
      padding: 0 25px;
      background: initial;
  }
}

.sticky-wrap #mazakday .schedule-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #mazakday .schedule-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #mazakday .schedule-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex {
    flex-direction: column;
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex {
    margin-bottom: 0;
  }
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box {
  width: calc((100% - 3%) / 2);
  padding: 32px 15px;
  margin-bottom: 34px;
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box:last-of-type {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box {
    width: 100%;
    padding: 32px 48px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box {
    padding: 24px;
    margin-top: 45px;
    margin-bottom: 0;
  }

  .sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box:first-of-type {
    margin-top: 20px;
  }
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex .list {
  max-width: 290px;
  margin: 0 auto;
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box:last-of-type .list {
  max-width: 670px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex .list,
  .sticky-wrap #mazakday .schedule-block .block-inner.-flex .list-box:last-of-type .list {
    max-width: initial;
  }
}

.sticky-wrap #mazakday .schedule-block .block-inner.-flex .schedule-attention {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #mazakday .schedule-block .list-box {
  position: relative;
  border-radius: 16px;
  padding: 32px 48px;
  border: 1px solid var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .list-box {
    margin-top: 34px;
    padding: 16px 24px;
  }
}

.sticky-wrap #mazakday .schedule-block .text + .list-box {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .subttl + .text {
    font-size: 1.2rem;
  }

  .sticky-wrap #mazakday .schedule-block .text + .list-box {
    margin-top: 17px;
  }
}

.sticky-wrap #mazakday .schedule-block .list {
  position: relative;
  padding-bottom: 25px;
}

.sticky-wrap #mazakday .schedule-block .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 131px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .list::before {
    left: 109px;
  }
}

.sticky-wrap #mazakday .schedule-block .theme {
  position: absolute;
  translate: 0 -50%;
  top: 0;
  left: -10px;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .theme {
    font-size: 2rem;
  }
}

.sticky-wrap #mazakday .schedule-block .list .item {
  position: relative;
  display: flex;
  padding-top: 16px;
}

.sticky-wrap #mazakday .schedule-block .list .item::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 128px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .list .item::before {
    top: 26px;
    left: 106px;
  }
}

.sticky-wrap #mazakday .schedule-block .list .time {
  font-family: var(--font-lato);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 130px;
  color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .list .time {
    font-size: 1.4rem;
    min-width: 108px;
    padding-top: 3px;
  }
}

.sticky-wrap #mazakday .schedule-block .list .text {
  font-size: 1.6rem;
  padding-left: 28px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .schedule-block .list .text {
    padding-left: 20px;
  }
}

.sticky-wrap #mazakday .description-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #mazakday .description-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .description-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 65px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #mazakday .description-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .description-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #mazakday .description-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #mazakday .description-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #mazakday .doc-block {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block {
    margin-top: 37px;
  }
}

.sticky-wrap #mazakday .doc-block::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 30px;
  right: 36px;
  width: 172px;
  height: 240px;
  background: url(../img/recruitment/internship/mazak-deco04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block::before {
    top: 60px;
    right: 20px;
    width: 111px;
    height: 155px;
    background: url(../img/recruitment/internship//mazak-deco04_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #mazakday .doc-block .unit {
  border-top: 1px solid #000;
  display: flex;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .unit {
    flex-direction: column;
  }
}

.sticky-wrap #mazakday .doc-block .unit .doc-item {
  width: 152px;
  background-color: #F0F0F0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .unit .doc-item {
    width: 100%;
    padding: 25px 16px;
  }
}

.sticky-wrap #mazakday .doc-block .doc-item .ttl {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .doc-item .ttl {
    text-align: start;
  }
}

.sticky-wrap #mazakday .doc-block .unit .doc-conts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .unit .doc-conts {
    gap: 10px;
    padding: 0 25px 24px;
  }
}

.sticky-wrap #mazakday .doc-block .doc-conts .inner {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #mazakday .doc-block .doc-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #mazakday .doc-block .doc-conts .indent-num {
  display: block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.sticky-wrap #mazakday .doc-block .doc-conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #mazakday .doc-block .doc-conts .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
  transition: opacity ease .3s;
}

.sticky-wrap #mazakday .doc-block .doc-conts .txt-link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .doc-conts .txt-link:hover {
    opacity: 1;
  }
}

.sticky-wrap #mazakday .doc-block .doc-conts .more-btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 8px;
  transition: background-color ease .3s;
}

.sticky-wrap #mazakday .doc-block .doc-conts .more-btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .doc-conts .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #mazakday .doc-block .doc-conts .more-btn::before,
.sticky-wrap #mazakday .doc-block .doc-conts .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 10px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #mazakday .doc-block .doc-conts .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #mazakday .doc-block .doc-conts .more-btn::before,
  .sticky-wrap #mazakday .doc-block .doc-conts .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #mazakday .doc-block .doc-conts .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #mazakday .doc-block .doc-conts .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #mazakday .doc-block .doc-conts .more-btn + .txt {
  margin-top: 24px;
}

.sticky-wrap #mazakday .doc-block .doc-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #mazakday .doc-block .doc-conts .btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .doc-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #mazakday .doc-block .doc-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}
.sticky-wrap #mazakday .doc-block .doc-conts .btn:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #mazakday .doc-block .doc-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}
/* ↑↑↑ mazakday ↑↑↑ */

/* ↓↓↓ oneday ↓↓↓ */
.sticky-wrap #oneday {
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday {
    padding: 0;
  }
}

.sticky-wrap #oneday .block-ttl {
  position: relative;
  z-index: 1;
}

.sticky-wrap #oneday .caption {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 60px;
  padding-right: 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .caption {
    margin-top: 30px;
    padding-right: 0;
  }
}

.sticky-wrap #oneday .intro-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px auto 0;
  padding: 44px 4.763% 0;
}

.sticky-wrap #oneday .intro-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: url(../img/recruitment/internship/event-bg-oneday.jpg);
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 30px auto 0;
    padding: 0 25px;
    background: initial;
  }

  .sticky-wrap #oneday .intro-block::before {
    display: none;
  }

  .sticky-wrap #oneday .intro-block .bg {
    position: sticky;
    top: 0;
    left: 0;
    aspect-ratio: 375/667;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    height: 100vh;
    height: 100lvh;
    z-index: -1;
  }

  .sticky-wrap #oneday .intro-block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
}

.sticky-wrap #oneday .intro-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  width: 40px;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .subttl {
    writing-mode: initial;
    width: auto;
    margin-right: 0;
    letter-spacing: 0.1em;
    margin-top: calc(-100vh + 42px);
    margin-top: calc(-100lvh + 42px);
  }
}

.sticky-wrap #oneday .intro-block .subttl::first-letter {
  color: var(--color-orange);
}


.sticky-wrap #oneday .intro-block .block-inner {
  width: calc(100% - 92px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .block-inner {
    width: 100%;
  }
}

.sticky-wrap #oneday .intro-block .card-wrap {
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .card-wrap {
    padding-top: 80px;
  }
}

.sticky-wrap #oneday .intro-block .card {
  position: relative;
  width: 100%;
  height: max-content;
  padding: 50px 32px 40px;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block .card {
    width: 100%;
    padding: 50px 24px 40px;
  }

  .sticky-wrap #oneday .intro-block .card:not(:first-of-type) {
    margin-top: 64px;
  }
}

.sticky-wrap #oneday .intro-block .card .deco {
  position: absolute;
  translate: -50% -100%;
  top: 24px;
  left: 50%;
  width: 140px;
}

.sticky-wrap #oneday .intro-block .card .lead {
  text-align: center;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-orange);
}

.sticky-wrap #oneday .intro-block .card .text {
  max-width: 608px;
  margin: 22px auto 0;
}

.sticky-wrap #oneday .intro-block .card .mission-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block .card .mission-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .card .mission-group::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 118px;
    height: 78px;
    background: url(../img/recruitment/internship/oneday-deco01_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #oneday .intro-block .card .mission-group .head {
  translate: -32px 0;
  position: relative;
  display: grid;
  place-content: center;
  font-family: var(--font-shipp);
  font-size: 2.1rem;
  font-weight: 500;
  height: 50px;
  padding: 0 40px 0 64px;
  color: #fff;
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .card .mission-group .head {
    translate: -24px 0;
    height: 37px;
    padding: 0 32px 0 24px;
  }
}

.sticky-wrap #oneday .intro-block .card .mission-group .head::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  border-width: 25px 16px 25px 0px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .card .mission-group .head::after {
    border-color: transparent #ffffff transparent transparent;
    border-width: 18.5px 16px 18.5px 0px;
  }
}

.sticky-wrap #oneday .intro-block .card .mission-ttl {
  translate: -16px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-orange);
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block .card .mission-ttl {
    translate: 0 0;
    text-align: center;
    margin-top: 24px;
  }
}

.sticky-wrap #oneday .intro-block .organize-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 120px auto 0;
  container-type: inline-size;
  z-index: 1;
}

.sticky-wrap #oneday .intro-block .organize-wrap::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 0;
  right: 40px;
  width: 220px;
  height: 140px;
  background: url(../img/recruitment/internship/oneday-deco01.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block .organize-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .intro-block .organize-wrap {
    translate: 0 50px;
    width: 100%;
    margin: 32px auto 0;
    z-index: 1;
  }

  .sticky-wrap #oneday .intro-block .organize-wrap::before {
    display: none;
  }
}

.sticky-wrap #oneday .intro-block .organize {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 4.3%) / 2);
  height: 120px;
  color: #fff;
  padding-top: 10px;
  background-color: var(--color-orange);
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .intro-block .organize {
    width: 100%;
    height: 80px;
  }

  .sticky-wrap #oneday .intro-block .organize:not(:first-of-type) {
    margin-top: 8px;
  }
}

.sticky-wrap #oneday .intro-block .organize .head {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sticky-wrap #oneday .intro-block .organize .head::before {
  content: '';
  position: absolute;
  translate: -50% -100%;
  top: 0;
  left: 50%;
  width: 29px;
  height: 14px;
  background: url(../img/recruitment/internship/organize-head.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #oneday .intro-block .organize .detail {
  font-size: max(1.6rem, 2.34518cqw);
  font-weight: 700;
}

.sticky-wrap #oneday .intro-block .organize img {
  width: 20px;
  margin: 0 6%;
}

.sticky-wrap #oneday .organize-wrap .attention-group {
  width: 100%;
  margin-top: 8px;
}

.sticky-wrap #oneday .organize-wrap .attention {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.sticky-wrap #oneday .schedule-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block {
      display: block;
      translate: -25px 0;
      width: calc(100% + 25px* 2);
      margin: 65px auto 0;
      padding: 0 25px;
      background: initial;
  }
}

.sticky-wrap #oneday .schedule-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .subttl {
      writing-mode: initial;
      margin-right: 0;
      letter-spacing: 0.1em;
  }
}

.sticky-wrap #oneday .schedule-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #oneday .schedule-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #oneday .schedule-block .list-box {
  position: relative;
  border-radius: 16px;
  padding: 32px 48px;
  border: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .list-box {
    margin-top: 34px;
    padding: 16px 24px;
  }
}

.sticky-wrap #oneday .schedule-block .list {
  position: relative;
  padding-bottom: 25px;
}

.sticky-wrap #oneday .schedule-block .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 68px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .list::before {
    left: 54px;
  }
}

.sticky-wrap #oneday .schedule-block .list .item {
  position: relative;
  display: flex;
  padding-top: 16px;
}

.sticky-wrap #oneday .schedule-block .list .item::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 65px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .list .item::before {
    top: 26px;
    left: 51px;
  }
}

.sticky-wrap #oneday .schedule-block .list .time {
  font-family: var(--font-lato);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 67px;
  color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .list .time {
    font-size: 1.4rem;
    min-width: 54px;
    padding-top: 3px;
  }
}

.sticky-wrap #oneday .schedule-block .list .text {
  font-size: 1.6rem;
  padding-left: 28px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .schedule-block .list .text {
    padding-left: 20px;
  }
}

.sticky-wrap #oneday .description-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #oneday .description-block {
    padding: 44px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .description-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 65px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #oneday .description-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .description-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #oneday .description-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #oneday .description-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #oneday .doc-block {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block {
    margin-top: 37px;
  }
}

.sticky-wrap #oneday .doc-block::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 15px;
  right: 36px;
  width: 85px;
  height: 222px;
  background: url(../img/recruitment/internship/oneday-deco02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block::before {
    top: 60px;
    right: 20px;
    width: 60px;
    height: 156px;
    background: url(../img/recruitment/internship/oneday-deco02_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #oneday .doc-block .unit {
  border-top: 1px solid #000;
  display: flex;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .unit {
    flex-direction: column;
  }
}

.sticky-wrap #oneday .doc-block .unit .doc-item {
  width: 152px;
  background-color: #F0F0F0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .unit .doc-item {
    width: 100%;
    padding: 25px 16px;
  }
}

.sticky-wrap #oneday .doc-block .doc-item .ttl {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .doc-item .ttl {
    text-align: start;
  }
}

.sticky-wrap #oneday .doc-block .unit .doc-conts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .unit .doc-conts {
    gap: 10px;
    padding: 0 25px 24px;
  }
}

.sticky-wrap #oneday .doc-block .doc-conts .inner {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #oneday .doc-block .doc-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #oneday .doc-block .doc-conts .indent-num {
  display: block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.sticky-wrap #oneday .doc-block .doc-conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #oneday .doc-block .doc-conts .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
  transition: opacity ease .3s;
}

.sticky-wrap #oneday .doc-block .doc-conts .txt-link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .doc-conts .txt-link:hover {
    opacity: 1;
  }
}

.sticky-wrap #oneday .doc-block .doc-conts .more-btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 8px;
  transition: background-color ease .3s;
}

.sticky-wrap #oneday .doc-block .doc-conts .more-btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .doc-conts .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #oneday .doc-block .doc-conts .more-btn::before,
.sticky-wrap #oneday .doc-block .doc-conts .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 10px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #oneday .doc-block .doc-conts .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #oneday .doc-block .doc-conts .more-btn::before,
  .sticky-wrap #oneday .doc-block .doc-conts .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #oneday .doc-block .doc-conts .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #oneday .doc-block .doc-conts .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #oneday .doc-block .doc-conts .more-btn + .txt {
  margin-top: 24px;
}

.sticky-wrap #oneday .doc-block .doc-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #oneday .doc-block .doc-conts .btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .doc-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #oneday .doc-block .doc-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}
.sticky-wrap #oneday .doc-block .doc-conts .btn:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #oneday .doc-block .doc-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}
/* ↑↑↑ oneday ↑↑↑ */

/* ↓↓↓ jimof ↓↓↓ */
.sticky-wrap #jimof .block-ttl {
  position: relative;
  z-index: 1;
}

.sticky-wrap #jimof .caption {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 60px;
  padding-right: 4.763%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .caption {
    margin-top: 30px;
    padding-right: 0;
  }
}

.sticky-wrap #jimof .intro-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px auto 0;
  padding: 44px 4.763% 48px;
}

.sticky-wrap #jimof .intro-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/recruitment/internship/event-bg-jimof.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 30px auto 0;
    padding: 0 25px;
    background: initial;
  }

  .sticky-wrap #jimof .intro-block::before {
    display: none;
  }

  .sticky-wrap #jimof .intro-block .bg {
    position: sticky;
    top: 0;
    left: 0;
    aspect-ratio: 375/667;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    height: 100vh;
    height: 100lvh;
    z-index: -1;
  }
}

.sticky-wrap #jimof .intro-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  width: 40px;
  margin-right: 36px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block .subttl {
    writing-mode: initial;
    width: auto;
    margin-right: 0;
    letter-spacing: 0.1em;
    margin-top: calc(-100vh + 42px);
    margin-top: calc(-100lvh + 42px);
  }
}

.sticky-wrap #jimof .intro-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #jimof .intro-block .block-inner {
  width: calc(100% - 76px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block .block-inner {
    width: 100%;
  }
}

.sticky-wrap #jimof .intro-block .card-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  container-type: inline-size;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .card-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block .card-wrap {
    padding-top: 80px;
  }
}

.sticky-wrap #jimof .intro-block .card {
  position: relative;
  max-width: 232px;
  width: calc((100% - 10px * 2) / 3);
  height: max-content;
  padding: 50px 4.212% 40px;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .card {
    max-width: initial;
    width: 100%;
    padding: 50px 24px 40px;
  }

  .sticky-wrap #jimof .intro-block .card:not(:first-of-type) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block .card:last-of-type {
    margin-bottom: 24px;
  }
}

.sticky-wrap #jimof .intro-block .card .deco {
  position: absolute;
  translate: -50% -100%;
  top: 28px;
  left: 50%;
  width: 140px;
}

.sticky-wrap #jimof .intro-block .card .lead {
  text-align: center;
  font-family: var(--font-shipp);
  font-size: 3.1579cqw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--color-orange);
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .card .lead {
    font-size: 2.4rem;
  }
}

.sticky-wrap #jimof .intro-block .card .text {
  margin-top: 22px;
}

.sticky-wrap #jimof .intro-block .card .day-group {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  background-image: linear-gradient(to right, var(--color-orange) 50%, transparent 50%);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

.sticky-wrap #jimof .intro-block .card .day-group .head {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 76px;
  height: 28px;
  border-radius: 28px;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-orange);
}

.sticky-wrap #jimof .intro-block .card  .head + .text {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .card  .head + .text {
    text-align: center;
  }
}

.sticky-wrap #jimof .intro-block .card  .head + .text.-center {
  text-align: center;
}

.sticky-wrap #jimof .intro-block .organize-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 836px;
  width: 100%;
  margin: 120px auto 0;
  container-type: inline-size;
  z-index: 1;
}

.sticky-wrap #jimof .intro-block .organize-wrap::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 0;
  right: 40px;
  width: 220px;
  height: 140px;
  background: url(../img/recruitment/internship/summer-deco04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .organize-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .intro-block .organize-wrap {
    translate: 0 50px;
    position: initial;
    width: 100%;
    margin: 0 auto;
  }

  .sticky-wrap #jimof .intro-block .organize-wrap::before {
    display: none;
  }
}

.sticky-wrap #jimof .intro-block .organize {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 4.3%) / 2);
  height: 120px;
  color: #fff;
  padding-top: 10px;
  background-color: var(--color-orange);
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .intro-block .organize {
    width: 100%;
    height: 80px;
  }

  .sticky-wrap #jimof .intro-block .organize:not(:first-of-type) {
    margin-top: 8px;
  }
}

.sticky-wrap #jimof .intro-block .organize .head {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sticky-wrap #jimof .intro-block .organize .head::before {
  content: '';
  position: absolute;
  translate: -50% -100%;
  top: 0;
  left: 50%;
  width: 29px;
  height: 14px;
  background: url(../img/recruitment/internship/organize-head.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #jimof .intro-block .organize .detail {
  font-size: max(1.6rem, 2.34518cqw);
  font-weight: 700;
}

.sticky-wrap #jimof .intro-block .organize img {
  width: 20px;
  margin: 0 6%;
}

.sticky-wrap #jimof .organize-wrap .attention-group {
  width: 100%;
  margin-top: 8px;
}

.sticky-wrap #jimof .organize-wrap .attention {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.sticky-wrap #jimof .schedule-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .schedule-block {
    padding: 44px 4.763% 140px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 100px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #jimof .schedule-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #jimof .schedule-block .subttl::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #jimof .schedule-block .block-inner {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block .block-inner {
    position: relative;
    flex-direction: column;
    margin-top: 55px;
  }

  .sticky-wrap #jimof .schedule-block .block-inner::before {
    content: '';
    position: absolute;
    translate: -50% 0;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--color-orange) 50%, transparent 50%);
    background-size: 1px 12px;
    background-repeat: repeat-y;
    background-position: left top;
  }
}

.sticky-wrap #jimof .schedule-block .list {
  position: relative;
  width: calc((100% - 40px) / 2);
  height: max-content;
}

.sticky-wrap #jimof .schedule-block .list:first-of-type {
  padding-bottom: 38px;
}

.sticky-wrap #jimof .schedule-block .list:last-of-type {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block .list {
    width: 100%;
  }
  
  .sticky-wrap #jimof .schedule-block .list:first-of-type {
    padding-bottom: 0;
  }
  
  .sticky-wrap #jimof .schedule-block .list:last-of-type {
    padding-top: 0;
    margin-top: 32px;
  }
}

.sticky-wrap #jimof .schedule-block .list::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--color-orange) 50%, transparent 50%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block .list::before {
    display: none;
  }
}

.sticky-wrap #jimof .schedule-block .list .item {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--color-orange);
  background-color: #fff;
  padding: 24px 16px 16px;
}

.sticky-wrap #jimof .schedule-block .list .item:not(:first-of-type) {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .schedule-block .list .item:not(:first-of-type) {
    margin-top: 32px;
  }
}

.sticky-wrap #jimof .schedule-block .list .time {
  position: absolute;
  top: -25px;
  left: -12px;
  font-family: var(--font-lato);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-orange);
  background-color: #fff;
  padding: 5px;
}

.sticky-wrap #jimof .description-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 0;
  padding: 0 4.763%;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #jimof .description-block {
    padding: 140px 4.763% 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .description-block {
    display: block;
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 65px auto 0;
    padding: 0 25px;
    background: initial;
  }
}

.sticky-wrap #jimof .description-block .subttl {
  position: relative;
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  margin-right: 52px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .description-block .subttl {
    writing-mode: initial;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
}

.sticky-wrap #jimof .description-block .subttl::first-letter {
  color: var(--color-orange);
}


.sticky-wrap #jimof .description-block .block-inner {
  flex-grow: 1;
}

.sticky-wrap #jimof .doc-block {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block {
    margin-top: 37px;
  }
}

.sticky-wrap #jimof .doc-block::before {
  content: '';
  position: absolute;
  translate: 0 -100%;
  top: 5px;
  left: 40px;
  width: 123px;
  height: 222px;
  background: url(../img/recruitment/internship/jimof-deco01.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block::before {
    top: 45px;
    left: initial;
    right: 12px;
    width: 77px;
    height: 140px;
    background: url(../img/recruitment/internship/jimof-deco01_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #jimof .doc-block .unit {
  border-top: 1px solid #000;
  display: flex;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .unit {
    flex-direction: column;
  }
}

.sticky-wrap #jimof .doc-block .unit .doc-item {
  width: 152px;
  background-color: #F0F0F0;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .unit .doc-item {
    width: 100%;
    padding: 25px 16px;
  }
}

.sticky-wrap #jimof .doc-block .doc-item .ttl {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .doc-item .ttl {
    text-align: start;
  }
}

.sticky-wrap #jimof .doc-block .unit .doc-conts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .unit .doc-conts {
    gap: 10px;
    padding: 0 25px 24px;
  }
}

.sticky-wrap #jimof .doc-block .doc-conts .inner {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #jimof .doc-block .doc-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #jimof .doc-block .doc-conts .indent-num {
  display: block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.sticky-wrap #jimof .doc-block .doc-conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #jimof .doc-block .doc-conts .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
  transition: opacity ease .3s;
}

.sticky-wrap #jimof .doc-block .doc-conts .txt-link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .doc-conts .txt-link:hover {
    opacity: 1;
  }
}

.sticky-wrap #jimof .more-btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 8px;
  transition: background-color ease .3s;
}

.sticky-wrap #jimof .more-btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #jimof .more-btn::before,
.sticky-wrap #jimof .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 10px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #jimof .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #jimof .more-btn::before,
  .sticky-wrap #jimof .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #jimof .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #jimof .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #jimof .more-btn + .txt {
  margin-top: 24px;
}

.sticky-wrap #jimof .doc-block .doc-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #jimof .doc-block .doc-conts .btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .doc-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #jimof .doc-block .doc-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}
.sticky-wrap #jimof .doc-block .doc-conts .btn:hover::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .doc-block .doc-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}

.sticky-wrap #jimof .more-btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 64px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  margin: 48px auto 0;
  transition: background-color ease .3s;
}

.sticky-wrap #jimof .more-btn:hover {
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  .sticky-wrap #jimof .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #jimof .more-btn::before,
.sticky-wrap #jimof .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 16px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #jimof .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #jimof .more-btn::before,
  .sticky-wrap #jimof .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #jimof .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #jimof .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #jimof .more-btn + .txt {
  margin-top: 24px;
}
/* ↑↑↑ jimof ↑↑↑ */

/* ↓↓↓ entry ↓↓↓ */
.sticky-wrap .entry-block {
  padding: 0 4.763% 0 19.482%;
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block {
    padding: 0;
    margin: 40px auto 0;
  }
}

.sticky-wrap .entry-block .more-btn + .link-img {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block .more-btn + .link-img {
    margin-top: 40px;
  }
}

.sticky-wrap .entry-block .link-img {
  position: relative;
  width: min(608px, 100%);
  height: 120px;
  background-color: var(--color-orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: clip;
  margin: 0 auto;
  transition: opacity ease .3s;
}

.sticky-wrap .entry-block .link-img:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block .link-img {
    width: 100%;
    height: 132px;
  }

  .sticky-wrap .entry-block .link-img:hover {
    opacity: 1;
  }
}

.sticky-wrap .entry-block .link-img::before,
.sticky-wrap .entry-block .link-img::after {
  content: '';
  position: absolute;
  width: 202px;
  height: 287px;
  background: url(/recruit/img/recruitment/new-graduate/link-btn-deco.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block .link-img::before,
  .sticky-wrap .entry-block .link-img::after {
    height: 280px;
  }
}

.sticky-wrap .entry-block .link-img::before {
  top: -92px;
  right: -27px;
  rotate: 180deg;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block .link-img::before {
    right: -38px;
  }
}

.sticky-wrap .entry-block .link-img::after {
  bottom: -110px;
  left: -40px;
}

.sticky-wrap .entry-block .link-img .en {
  position: relative;
  font-size: 4rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.sticky-wrap .entry-block .link-img .ja {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

.sticky-wrap .entry-block .attention-group {
  max-width: 608px;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .entry-block .attention-group {
    max-width: initial;
    margin: 8px auto 0;
  }
}

.sticky-wrap .entry-block .attention {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
/* ↑↑↑ entry ↑↑↑ */

.search .container {
  padding-top: 80px;
}