@charset "UTF-8";

:root {
  --top-wide-content: clamp(1140px, 1140 / 16 * 1rem, 1600px);
  --top-content: clamp(960px, 960 / 16 * 1rem, 1400px);
  --top-side: 20px;
}

.heading {
  font-weight: bold;
}

.heading .jp {
  display: block;
  font-size: min(36 / 16 * 1rem, 39.6px);
  line-height: 1.375;
  margin-bottom: calc((1 - 1.375) * 0.5em);
}
@media screen and (width < 48rem) {
  .heading .jp {
    font-size: min((36 - 8) / 375 * 100vw, 36 / 16 * 1rem);
  }
}

.heading .en {
  font-family: oswald, sans-serif;
  display: block;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .heading .en {
    font-size: min((20 - 2) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

#MainImg {
  background-image: linear-gradient(
    to bottom,
    #f4a11a,
    #eb6619 50% 75%,
    #eb0a1e
  );
  position: relative;
  overflow: hidden;
}

#MainImg .m {
  mix-blend-mode: multiply;
}

#MainImg .screen {
  mix-blend-mode: screen;
  transform: rotate(0deg);
}

#MainImg .bg-deco-top .screen {
  animation: rotateTop 6s cubic-bezier(0.86, 0.02, 0.74, 0.99) infinite;
  -webkit-animation: rotateTop 50s linear infinite;
  animation: rotateTop 50s linear infinite;
  top: -45px;
  right: -45px;
}

#MainImg .bg-deco-bottom .screen {
  -webkit-animation: rotateBottom 50s linear infinite;
  animation: rotateBottom 50s linear infinite;
  transform: translate3d(-42%, 14%, 0px);
}

@-webkit-keyframes rotateTop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateTop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateBottom {
  from {
    transform: translate3d(-42%, 14%, 0px) rotate(0deg);
  }
  to {
    transform: translate3d(-42%, 14%, 0px) rotate(360deg);
  }
}

@keyframes rotateBottom {
  from {
    transform: translate3d(-42%, 14%, 0px) rotate(0deg);
  }
  to {
    transform: translate3d(-42%, 14%, 0px) rotate(360deg);
  }
}

#MainImg .over {
  mix-blend-mode: overlay;
}

#MainImg .bg-deco-top :is(img, svg, source) {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (width <= 80rem) {
  #MainImg .bg-deco-top .o {
    width: 145px;
    height: auto;
  }
  #MainImg .bg-deco-top .m {
    width: 90px;
    top: -20px;
  }
  #MainImg .bg-deco-top .screen {
    width: 300px;
  }
}
@media (width <= 62rem) {
  #MainImg .bg-deco-top .o {
    width: 60px;
    height: auto;
  }
  #MainImg .bg-deco-top .m {
    width: 100px;
  }
  #MainImg .bg-deco-top .screen {
    width: 178px;
  }
}
#MainImg .item {
  position: relative;
  z-index: 50;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-block: 70px;
}

#MainImg .bg-deco-bottom :is(img, svg, source) {
  position: absolute;
  left: 0px;
  bottom: 0;
}

#MainImg .bg-deco-bottom .o.sp {
  display: none;
}

@media (width <= 80rem) {
  #MainImg .bg-deco-bottom .o {
    width: 409px;
    height: 545px;
  }
  #MainImg .bg-deco-bottom .m {
    width: 186px;
  }
  #MainImg .bg-deco-bottom .screen {
    width: 300px;
  }
}
@media (width <= 62rem) {
  #MainImg .bg-deco-bottom .o {
    width: auto;
    height: auto;
  }
  #MainImg .bg-deco-bottom .o.pc {
    display: none;
  }
  #MainImg .bg-deco-bottom .o.sp {
    display: block;
  }
  #MainImg .bg-deco-bottom .m {
    width: 82px;
  }
  #MainImg .bg-deco-bottom .over {
    left: -100px;
  }
  #MainImg .bg-deco-bottom .over-2 {
    left: 0;
    mix-blend-mode: overlay;
  }
  #MainImg .bg-deco-bottom .screen {
    width: 188px;
    bottom: -40px;
  }
}
@media screen and (max-width: 62rem) {
  #MainImg .item {
    width: 100%;
    transform: none;
    padding-inline: 20px;
    padding-block: 60px;
  }
}

#MainImg .item .text01 img {
  height: auto;
}
#MainImg .item .text02 {
  width: min(33.125rem, 583px);
  margin-inline: auto;
  max-width: 100%;
  margin-top: 46px;
}

#MainImg .item .text02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 36rem) {
  #MainImg .item .text01 {
    width: 318px;
    margin-inline: auto;
  }
  #MainImg .item .text02 {
    width: 300px;
    margin-top: 50px;
  }
}
#MainImg .item .text03 {
  font-family: "Kosugi Maru", sans-serif;
  margin-top: 20px;
  line-height: 2;
  font-size: min(1.25rem, 26px);
}

@media screen and (width < 48rem) {
  #MainImg .item .text03 {
    font-size: min(4.2666666667vw, 1.25rem);
  }
}
#MainImg .item .arrowBtn-l {
  color: #eb0a1e;
  border: 1px solid #eb0a1e;
  margin-top: 26px;
  padding-block: 14px;
  letter-spacing: 0.18em;
}

#MainImg .item .arrowBtn-l .arrow::before {
  border-color: #eb0a1e;
}

@media (width < 36rem) {
  #MainImg .item .arrowBtn-l {
    max-width: 90%;
    margin-top: 56px;
    padding-block: 8px;
    letter-spacing: 0.02em;
  }
}
@media (any-hover: hover) {
  #MainImg .item .textArea .arrowBtn-l:hover {
    background: #000;
    color: #fff;
  }
  #MainImg .item .textArea .arrowBtn-l:hover .arrow::before {
    border-color: #fff;
  }
}
#newsArea {
  max-width: 1000px;
  padding: 60px 20px;
  margin: 0 auto;
}

.category.intern {
  background-color: var(--third-color);
}

.category.info {
  background-color: var(--primary-color);
}

#newsArea .heading .en {
  color: #e85000;
}

#newsArea .container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 68px;
}

@media (width < 80rem) {
  #newsArea .container {
    gap: 0 5.3125vw;
  }
}
@media (width < 48rem) {
  #newsArea .container {
    display: block;
  }
}
@media (width < 48rem) {
  #newsArea .container {
    flex-direction: column;
  }
}
#newsArea .box.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#newsArea .button {
  grid-row: 2;
}

#newsArea .button.arrowBtn-to-next .arrow::before {
  right: 7%;
}

@media (width < 48rem) {
  #newsArea .button {
    margin-top: 50px;
    max-width: 90%;
  }
}
#newsArea .box.left .arrowBtn p {
  position: relative;
}

#newsArea .box.right {
  flex-grow: 1;
  grid-row: span 2;
}

#newsArea .box.right .list {
  margin-top: -10px;
}

#newsArea .box.right .list li {
  border-bottom: 1px solid #ccc;
}

#newsArea .box.right .list .link {
  display: block;
  padding-block: 16px 10px;
}

#newsArea .box.right .list .link .date {
  margin-bottom: 4px;
}

#newsArea .box.right .list .link .date .time {
  font-size: 15px;
  font-weight: bold;
  margin-right: 12px;
}

#newsArea .box.right .list .link .date .category {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 2px 2em;
}

#newsArea .box.right .list .link .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#newsArea .box.right .list .link .title .text {
  font-weight: inherit;
  /* transition: all 0.3s ease; */
}

#newsArea .box.right .list .link .title .arrow {
  padding-left: 24px;
  position: relative;
}

#newsArea .box.right .list .link .title .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #999;
  transform: rotate(135deg) translateY(50%);
}
@media (any-hover: hover) {
  #newsArea .box.right .list .link:hover .title .text {
    font-weight: 700;
  }
  #newsArea .box.right .list .link:hover .title .arrow::before {
    border-color: var(--primary-color);
  }
}
@media (width < 36rem) {
  #newsArea .box.right .list {
    margin-top: 8px;
  }
  #newsArea .box.right .list .link .title {
    font-size: 14px;
  }
  #newsArea .box.right .list .link .date {
    display: flex;
    justify-content: space-between;
  }
  #newsArea .box.right .list .link .date .category {
    font-size: calc(13 / 16 * 1rem);
    padding: 2px 1.2em;
    text-align: center;
  }
  #newsArea .box.right .list .link .date .category.info {
    width: 7em;
    max-width: 100%;
  }
}
#newsArea .box.right .arrowBtn {
  display: none;
  font-weight: bold;
  color: #e85000;
  padding-block: 12px;
  border: 2px solid #e85000;
  border-radius: 30px;
  text-align: center;
  transition: 0.3s;
  margin-top: 48px;
}

@media (width < 48rem) {
  #newsArea .box.right .arrowBtn {
    display: block;
  }
}
#newsArea .box.right .arrowBtn p {
  position: relative;
}

#casestudyArea .Block01 {
  padding-block: 72px;
  position: relative;
  background-color: #fff8d9;
  background-image: url(../image/top/bg-deco-case-01.svg),
    url(../image/top/bg-deco-case-02.svg), url(../image/top/bg-deco-case-03.svg),
    url(../image/top/bg-deco-case-04.svg), url(../image/top/bg-deco-case-05.svg);
  background-repeat: no-repeat;
  background-position: top right -97px, top 610px left -195px,
    top 1220px right -97px, top 1830px left -195px, top 2440px right -97px;
}

@media screen and (max-width: 1280px) {
  #casestudyArea .Block01 {
    background-image: url(../image/top/bg-deco-case-01-sp.svg),
      url(../image/top/bg-deco-case-02-sp.svg), url(../image/top/bg-case-sp.svg);
    background-position: top 20px center, bottom 20px center, top left -100px;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: min(94%, 32.5rem) auto, min(87.2%, 32.5rem) auto,
      calc(100% + 200px);
  }
}
@media (width < 36rem) {
  #casestudyArea .Block01 {
    padding-block: 50px;
  }
}
#casestudyArea .heading {
  text-align: center;
  margin-bottom: 36px;
}

#casestudyArea .heading .en {
  color: #e85000;
}

#casestudyArea .contentGroup .block.top .pc {
  display: block;
  margin-bottom: 48px;
}

@media (width < 62rem) {
  #casestudyArea .contentGroup .block.top .pc {
    display: none;
  }
}
#casestudyArea .contentGroup .block.top .pc .tab-menu {
  max-width: 1000px;
  display: flex;
  padding-inline: 20px;
  margin: 0 auto;
}

#casestudyArea .contentGroup .block.top .pc .tab-menu [role="tab"] {
  font-size: 18px;
  color: #e85000;
  font-weight: bold;
  width: 25%;
  background-color: #fadccc;
  text-align: center;
  border: 2px solid #e85000;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  padding-block: 12px;
  transition: 0.2s;
  cursor: pointer;
}

#casestudyArea .contentGroup .block.top .pc .tab-menu [role="tab"] span {
  font-size: 24px;
}

#casestudyArea
  .contentGroup
  .block.top
  .pc
  .tab-menu
  [role="tab"][aria-selected="true"],
#casestudyArea .contentGroup .block.top .pc .tab-menu [role="tab"]:hover {
  color: #fff;
  background-color: #e85000;
}

#casestudyArea .contentGroup .block.top .pc .cat-menu {
  background-color: #e85000;
}

#casestudyArea .contentGroup .block.top .pc .cat-menu .container {
  max-width: 1000px;
  padding-block: 18px;
  margin: 0 auto;
  padding-inline: 20px;
}

#casestudyArea .contentGroup .block.top .pc .cat-menu .cat-content {
  display: none;
}

#casestudyArea .contentGroup .block.top .pc .cat-menu .cat-content.show {
  display: block;
}

#casestudyArea .contentGroup .block.top .pc .cat-menu .list01 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, calc((100% - 50px) / 6));
}

#casestudyArea .contentGroup .block.top .pc .radio,
#casestudyArea .contentGroup .block.top .sp .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #e85000;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #e85000;
  border-radius: 1000px;
  line-height: 1.2;
  flex-grow: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 62rem) {
  #casestudyArea .contentGroup .block.top .pc .radio,
  #casestudyArea .contentGroup .block.top .sp .radio {
    font-size: min((20 - 2) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

#casestudyArea .contentGroup .block.top .pc .radio {
  min-height: 62px;
  padding-inline: 14px;
  padding-block: 6px;
  cursor: pointer;
}

#casestudyArea .contentGroup .block.top .sp .radio {
  min-height: 52px;
  padding-block: 6px 4px;
  padding-inline: 7px;
}

#casestudyArea .contentGroup .block.top .pc .radio[aria-selected="true"],
#casestudyArea .contentGroup .block.top .sp .radio[aria-selected="true"],
#casestudyArea .contentGroup .block.top .pc .radio[aria-checked="true"],
#casestudyArea .contentGroup .block.top .sp .radio[aria-checked="true"],
#casestudyArea .contentGroup .block.top .pc .cat-menu .radio:hover {
  background-color: #fadccc;
}

#casestudyArea .contentGroup .block.top .sp {
  display: none;
}

@media (width < 62rem) {
  #casestudyArea .contentGroup .block.top .sp {
    display: block;
  }
}
#casestudyArea .contentGroup .block.top .sp .accodion-menu {
  padding-inline: 20px;
  margin-bottom: 28px;
}

#casestudyArea .contentGroup .block.top .sp .case-search .item {
  margin-block: 8px;
}

#casestudyArea .sp .case-search .box01 {
  color: var(--primary-color);
  font-weight: bold;
  background-color: #fadccc;
  border: 2px solid #e85000;
  border-radius: 16px;
  padding: 8px 10px;
  transition: 0.4s;
}

#casestudyArea .sp .case-search .box01 .title {
  border-color: var(--primary-color);
}
#casestudyArea .sp .case-search .box01 .title .arrow::before {
  right: 2em;
}

#casestudyArea .sp .case-search .box01[open] {
  background: var(--primary-color);
}

#casestudyArea .sp .case-search .title {
  font-size: 18px;
  text-align: center;
  position: relative;
  font-size: min(1.25rem, 24px);
}

#casestudyArea .sp .case-search .box01[open] .title {
  color: #fff;
}

#casestudyArea .sp .case-search .box01[open] .title .arrow::before {
  border-color: #fff;
  transform: rotate(-45deg);
}

#casestudyArea .sp .case-search .title .large {
  font-size: min(1.625rem, 31.2px);
}

#casestudyArea
  .contentGroup
  .block.top
  .sp
  .accodion-menu
  details
  .details-content {
  padding-top: 16px;
}

.case-search .item .list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}

#casestudyArea
  .contentGroup
  .block.top
  .sp
  .accodion-menu
  details.active
  summary {
  color: #fff;
}

#casestudyArea
  .contentGroup
  .block.top
  .sp
  .accodion-menu
  details.active
  .arrow::before {
  border-color: #fff;
}

#casestudyArea .contentGroup .block.bottom {
  margin-bottom: 32px;
}

#casestudyArea .contentGroup .block.bottom .container {
  max-width: 1330px;
  padding-inline: 20px;
  margin: 0 auto;
}

#casestudyArea .contentGroup .block.bottom .tab-content {
  display: none;
}

#casestudyArea .contentGroup .block.bottom .tab-content .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 40px 30px;
  grid-auto-rows: 1fr;
}

@media (width < 87.5rem) {
  #casestudyArea .contentGroup .block.bottom .container {
    max-width: 1000px;
  }
  #casestudyArea .contentGroup .block.bottom .tab-content .wrapper {
    justify-content: center;
  }
}
@media (width < 43rem) {
  #casestudyArea .contentGroup .block.bottom .tab-content .wrapper {
    display: block;
  }
  #casestudyArea
    .contentGroup
    .block.top
    .sp
    .accodion-menu
    details
    .details-content {
    padding-top: 12px;
  }
}
/* ケーススタディのカード（TOP専用） */
.work-card-02 {
  display: grid;
  grid-template-areas: "thumb" "desc" "btn";
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 2px rgba(34, 34, 34, 0.2);
  grid-template-rows: 190px 1fr auto;
}

.work-card-02 .thumbnail {
  grid-area: thumb;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 300/190;
}

.work-card-02 .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-card-02 .desc {
  grid-area: desc;
}

.work-card-02 .button {
  grid-area: btn;
}

.work-card-02 .desc {
  padding: 10px 16px 0;
  margin-bottom: 10px;
}

.work-card-02 .desc .title {
  font-weight: bold;
  font-size: 1.375rem;
  color: #e85000;
  text-align: center;
  margin-bottom: 10px;
}

.work-card-02 .desc .text {
  font-weight: 500;
  line-height: 1.4;
  font-size: min(15 / 16 * 1rem, 30px);
}
.work-card-02 .desc .text p + p {
  margin-top: 0.6em;
}
@media screen and (width < 43rem) {
  .work-card-02 .desc .text {
    font-size: min((15 - 1) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

.work-card-02 .button {
  padding: 0 16px 16px;
}

.work-card-02 .button .arrow::before {
  width: 10px;
  height: 10px;
  right: 7%;
}

.work-card-02 .button .more {
  color: #fff;
  background-color: #e85000;
  border: 2px solid #e85000;
  font-weight: bold;
  padding-block: 4px;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 43rem) {
  .work-card-02 .button .more {
    font-size: min((20 - 4) / 375 * 100vw, 20 / 16 * 1rem);
  }
  .work-card-02 .button .arrow::before {
    right: 10%;
  }
}

.work-card-02 .button .more:hover {
  color: #e85000;
  background-color: #fff;
}

@media (width < 43rem) {
  .work-card-02 + .work-card-02 {
    margin-top: 12px;
  }
  .work-card-02 .desc {
    padding: 0;
    margin: 0;
  }
  .work-card-02 {
    grid-template-areas: "desc thumb" "desc btn";
    padding: 10px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 46%;
    gap: 8px 12px;
  }
  .work-card-02 .thumbnail {
    aspect-ratio: 145/145;
    max-height: 100%;
  }
  .work-card-02 .desc .title {
    text-align: left;
    margin-bottom: 0;
  }
  .work-card-02 .desc .text {
    line-height: 1.5;
  }
  .work-card-02 .button {
    padding: 0;
  }
}
#casestudyArea .contentGroup .block.bottom .tab-content.show {
  display: block;
}

#casestudyArea .contentGroup .more-button {
  padding-inline: 20px;
}

#casestudyArea .Block02 {
  padding-block: 80px;
  padding-inline: var(--top-side);
}

@media (width < 43rem) {
  #casestudyArea .Block02 {
    padding-block: 56px;
  }
}
#casestudyArea .Block02 .wrapper {
  max-width: var(--top-wide-content);
  display: flex;
  gap: 40px;
  margin: 0 auto;
}

@media (width <= 87.5rem) {
  #casestudyArea .Block02 .wrapper {
    max-width: var(--top-content);
  }
}

@media (width < 62rem) {
  #casestudyArea .Block02 .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

#casestudyArea .Block02 .wrapper .box {
  width: 50%;
}
#casestudyArea .Block02 .wrapper .button {
  width: 100%;
  display: block;
  border-radius: 16px;
  padding: 36px;
  transition: 0.2s;
}

#casestudyArea .Block02 .wrapper .button:hover {
  opacity: 0.6;
}

@media (width < 62rem) {
  #casestudyArea .Block02 .wrapper .box {
    width: 100%;
  }
}

@media (width < 48rem) {
  #casestudyArea .Block02 .wrapper .button {
    padding: 14px;
  }
}

#casestudyArea .Block02 .wrapper .button img {
  max-width: 62px;
}

@media (width < 36rem) {
  #casestudyArea .Block02 .wrapper .button img {
    max-width: 52px;
  }
}
#casestudyArea .Block02 .wrapper .button .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
}

#casestudyArea .Block02 .wrapper .button .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

#casestudyArea .Block02 .wrapper .button p {
  font-weight: bold;
  line-height: 1.2;
}

#casestudyArea .Block02 .wrapper .button p .jp {
  display: block;
  font-size: min(36 / 16 * 1rem, 36 * 1.2px);
}

#casestudyArea .Block02 .wrapper .button p .en {
  display: block;
  font-size: min(20 / 16 * 1rem, 20 * 1.4px);
}
@media (width < 48rem) {
  #casestudyArea .Block02 .wrapper .button p .jp {
    font-size: min(26 / 16 * 1rem, 26 * 1.2px);
  }
  #casestudyArea .Block02 .wrapper .button p .en {
    font-size: calc(18 / 16 * 1rem);
    margin-top: 5px;
  }
}

#casestudyArea .Block02 .wrapper .benefits {
  border: 2px solid #e85000;
}

#casestudyArea .Block02 .wrapper .benefits p .en {
  color: #e85000;
}

#casestudyArea .Block02 .wrapper .benefits .arrow2 {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 100%;
  background-color: #e85000;
}

#casestudyArea .Block02 .wrapper .benefits .arrow2::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 45%;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translate(-55%, -50%) rotate(135deg);
}

#casestudyArea .Block02 .wrapper .benefits .arrow2::before {
  border-color: #fff;
}

#casestudyArea .Block02 .wrapper .interview {
  border: 2px solid #eb0a1e;
}

#casestudyArea .Block02 .wrapper .interview p .en {
  color: #eb0a1e;
}

#casestudyArea .Block02 .wrapper .interview .arrow2 {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 100%;
  background-color: #eb0a1e;
}

#casestudyArea .Block02 .wrapper .interview .arrow2::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 45%;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translate(-55%, -50%) rotate(135deg);
}

#casestudyArea .Block02 .wrapper .interview .arrow2::before {
  border-color: #fff;
}

#recruitArea {
  background-image: url(../image/top/top-image03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 72px;
  padding-inline: var(--top-side);
}

@media screen and (max-width: 1280px) {
  #recruitArea {
    background-image: url(../image/top/top-image03_tab.webp);
  }
}
@media (width < 36rem) {
  #recruitArea {
    background-image: url(../image/top/top-image03_sp.webp);
    padding-block: 50px;
  }

  #casestudyArea .Block02 .wrapper .benefits .arrow2,
  #casestudyArea .Block02 .wrapper .interview .arrow2 {
    width: 30px;
    height: 30px;
  }
  #casestudyArea .Block02 .wrapper .benefits .arrow2::before,
  #casestudyArea .Block02 .wrapper .interview .arrow2::before {
    width: 8px;
    height: 8px;
  }
}
#recruitArea .heading {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(34, 34, 34, 0.5);
  margin-bottom: 36px;
}

#recruitArea .item {
  max-width: var(--top-wide-content);
  margin: 0 auto;
}

@media (width <= 87.5rem) {
  #recruitArea .item {
    max-width: var(--top-content);
  }
}

#recruitArea .item .points-wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 36px 40px 24px;
}

#recruitArea .item .points-wrap .title02 {
  font-weight: bold;
  line-height: 1.14;
  word-break: auto-phrase;
  text-align: center;
  font-size: min(36 / 16 * 1rem, 39.6px);
}
@media screen and (width < 48rem) {
  #recruitArea .item {
    max-width: var(--top-content);
  }
  #recruitArea .item .points-wrap .title02 {
    font-size: min((36 - 8) / 375 * 100vw, 36 / 16 * 1rem);
  }
}

#recruitArea .item .points-wrap .text02 {
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}

#recruitArea .item .points-img {
  margin-top: 30px;
}

#recruitArea .item .points-img img {
  width: 100%;
  height: auto;
}

#recruitArea .item .title {
  font-size: 24px;
  color: #fff;
  background-color: #222;
  text-align: center;
  border-radius: 4px;
  padding-block: 0.2em;
  margin-block: 36px;
}

@media screen and (max-width: 33.75rem) {
  #recruitArea .item .title {
    margin-block: 54px 18px;
  }
  #recruitArea .item .points-wrap {
    padding-inline: 0;
  }
  #recruitArea .item .points-wrap .title02 {
    padding-inline: 20px;
  }
  #recruitArea .item .points-wrap .text02 {
    padding-inline: 20px;
    max-width: calc(16em + 20px);
    margin-inline: auto;
    word-break: keep-all;
  }
  #recruitArea .item .points-img {
    margin-top: 20px;
  }
  #recruitArea .item .points-wrap .text02 {
    font-size: 0.9375rem;
  }
}
#recruitArea .item .list {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
}

#recruitArea .item .list li {
  width: 33.3333333333%;
}

@media (width < 62rem) {
  #recruitArea .item .list {
    flex-direction: column;
    gap: 12px;
  }
  #recruitArea .item .list li {
    width: 100%;
  }
}
#recruitArea .item .list .link {
  display: block;
  border-radius: 10px;
  padding: 0 24px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  aspect-ratio: 360/150;
}

#recruitArea .item .list .link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#recruitArea .item .list .link::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#recruitArea .item .list .link::before {
  z-index: 2;
}

#recruitArea .item .list .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-out;
  /* transform-origin: 86% 60px; */
}

#recruitArea .item .list .link:hover::after {
  /* transform: scale(1.6); */
  transform: scale(1.1);
}

#recruitArea .item .list .link .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 3;
  height: 100%;
}

#recruitArea .item .list .link .desc .text01 {
  font-size: min(36 / 16 * 1rem, 36 * 1.1px);
  font-weight: bold;
}

#recruitArea .item .list .link .desc .text02 {
  font-size: calc(15 / 16 * 1rem);
}

#recruitArea .item .list .link .desc .btnArrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  flex-shrink: 0;
}

#recruitArea .item .list .link .desc .btnArrow::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 45%;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translate(-55%, -50%) rotate(135deg);
}

#recruitArea .item .list .link .desc .btnArrow::before {
  border-color: #000;
}
@media (width < 62rem) {
  #recruitArea .item .list .link {
    padding: 0px 16px;
    aspect-ratio: 335/120;
  }
}
@media (width < 48rem) {
  #recruitArea .item .list .link .desc .text01 {
    font-size: min(28 / 16 * 1rem, 28 * 1.1px);
  }
}
#recruitArea .item .list .link01::after {
  background-image: url(../image/top/image-recruit-01.webp);
}

#recruitArea .item .list .link02::after {
  background-image: url(../image/top/image-recruit-02.webp);
}

#recruitArea .item .list .link03::after {
  background-image: url(../image/top/image-recruit-03.webp);
}

[data-aos="card"] {
  /* opacity: 0; */
  transition-property: transform, opacity;
}

[data-aos="card"].show {
  /* opacity: 1; */
}

[data-aos="link01"] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition-property: transform, opacity;
}

[data-aos="link01"]:last-of-type {
  transition-delay: 0.1s;
}

[data-aos="link01"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (width < 62rem) {
  [data-aos="link01"]:last-of-type {
    /* transition-delay: 0s; */
  }
}

[data-aos="recruit-link"] {
  opacity: 0; 
  transform: translate3d(0, 10px, 0);
  transition-property: transform, opacity;
}

[data-aos="recruit-link"]:nth-of-type(2) {
  transition-delay: 0.25s;
}

[data-aos="recruit-link"]:nth-of-type(3) {
  transition-delay: 0.5s;
}

[data-aos="recruit-link"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (width < 62rem) {
  [data-aos="recruit-link"]:nth-of-type(2) {
    transition-delay: 0.15s;
  }

  [data-aos="recruit-link"]:nth-of-type(3) {
    transition-delay: 0.3s;
  }
}
