@charset "utf-8";
main {
  position: relative;
}

main .circle {
  position: absolute;
  top: -265px;
  right: min(48px, calc((48 + 96) * ((100vw - 769px) / (1280 - 769)) - 96px));
  width: 480px;
}

@media (max-width: 768px) {
  main .circle {
    top: -25px;
    right: -95px;
    width: 217px;
  }
}

main .circle img {
  animation: circle 26s linear 0s infinite;
}

@media (max-width: 768px) {
  main .circle img {
    animation: circle 18s linear 0s infinite;
  }
}

.txt {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding: 200px min(4.296875vw, 55px) 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv {
    padding: 80px 22px 0;
  }
}

.fv .page-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.fv .page-ttl .sub-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fv .page-ttl .ttl {
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .fv .page-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ intro ↓↓↓ */
.intro {
  max-width: 1280px;
  margin: max(-80px, -3.125vw) auto 0;
  padding: 130px min(4.296875vw, 55px) 160px;
  border-radius: 160px;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .intro {
    margin: -35px auto 0;
    padding: 80px 22px 126px;
    border-radius: 80px;
  }
}

.intro .content {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .intro .content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.intro .content .image {
  display: block;
  width: min(838px, 100%);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .intro .content .image {
    width: 100%;
  }
}
/* ↑↑↑ intro ↑↑↑ */


/* ↓↓↓ anchor-area ↓↓↓ */
.anchor-area {
  position: relative;
  padding: 0 min(4.296875vw, 55px) 80px;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .anchor-area {
    padding: 0 22px 50px;
  }
}

.anchor-area .content {
  max-width: 1012px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .anchor-area .content {
    margin: -20px auto 0;
  }
}

.anchor-area .content .btn-group {
  display: flex;
  justify-content: space-between;
}

.anchor-area .content .anchor-btn {
  position: relative;
  display: grid;
  place-content: center;
  width: calc((100% - 32px * 2) / 3);
  height: 80px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .anchor-area .content .anchor-btn {
    width: calc((100% - 12px * 2) / 3);
  }
}

.anchor-area .content .anchor-btn.-sales {
  border: 1px solid #50BED2;
  background-color: #50BED2;
}

.anchor-area .content .anchor-btn.-tech {
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
}

.anchor-area .content .anchor-btn.-office {
  border: 1px solid #71E8DF;
  background-color: #71E8DF;
}

@media (min-width: 769px) {
  .anchor-area .content .anchor-btn {
    transition: background-color 0.3s ease;
  }

  .anchor-area .content .anchor-btn:hover {
    background-color: #fff;
  }
}

.anchor-area .content .anchor-btn .icon {
  position: absolute;
  translate: -50% -100%;
  top: 1px;
  left: 50%;
  width: 36px;
}

.anchor-area .content .anchor-btn .txt {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.anchor-area .content .anchor-btn .angle {
  position: absolute;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}

.anchor-area .content .anchor-btn .angle-inner {
  position: relative;
  width: 9px;
  height: 14px;
  overflow: hidden;
}

.anchor-area .content .anchor-btn .angle-inner::before,
.anchor-area .content .anchor-btn .angle-inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/job/anchor-angle_b.svg) no-repeat;
  background-size: contain;
}

.anchor-area .content .anchor-btn .angle-inner::after {
  translate: 0 -200%;
  background: url(../img/job/anchor-angle_w.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .anchor-area .content .anchor-btn .angle {
    transition: background-color 0.3s ease;
  }

  .anchor-area .content .anchor-btn:hover .angle {
    background-color: #000;
  }

  .anchor-area .content .anchor-btn .angle-inner::before,
  .anchor-area .content .anchor-btn .angle-inner::after {
    transition: translate 0.3s ease;
  }

  .anchor-area .content .anchor-btn:hover .angle-inner::before {
    translate: 0 200%;
  }
  
  .anchor-area .content .anchor-btn:hover .angle-inner::after {
    translate: 0 0;
  }
}
/* ↑↑↑ anchor-area ↑↑↑ */

/* ↓↓↓ job ↓↓↓ */
.job {
  position: relative;
  padding-bottom: 230px;
}

@media (max-width: 768px) {
  .job {
    position: relative;
    padding-bottom: 192px;
  }
}

.job .content {
  position: relative;
  max-width: 1280px;
  padding: 120px min(4.296875vw, 55px) 80px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .job .content {
    padding: 110px 22px 60px;
  }

  .job .content.-ranking {
    padding: 210px 22px 64px;
  }
}

/* .job .content:not(:first-of-type) {
  margin-top: 80px;
} */

.job .content::before {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  width: 69.141%;
  height: calc(100% - 80px);
  border-radius: 160px 0 0 160px;
}

@media (max-width: 768px) {
  .job .content::before {
    width: 78.934%;
    border-radius: 80px 0 0 80px;
  }
}

.job .content.-sales::before {
  background-color: #DCF2F6;
}

.job .content.-tech::before {
  background-color: #E6FCE6;
}

.job .content.-office::before {
  background-color: #E7FAF9;
}

.job .content::after {
  content: '';
  position: absolute;
  translate: 100% 0;
  top: 0;
  right: 2px;
  width: 50vw;
  height: 100%;
}

.job .content.-sales::after {
  background-color: #DCF2F6;
}

.job .content.-tech::after {
  background-color: #E6FCE6;
}

.job .content.-office::after {
  background-color: #E7FAF9;
}

.job .content.-tech::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  width: 62.344%;
  height: calc(100% - 80px);
  border-radius: 0 160px 160px 0;
}

@media (max-width: 768px) {
  .job .content.-tech::before {
    width: 78.934%;
    border-radius: 0 80px 80px 0;
  }
}

.job .content.-tech::after {
  content: '';
  position: absolute;
  translate: -100% 0;
  top: 0;
  left: 2px;
  width: 50vw;
  height: 100%;
}

.job .content-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 16px;
}

.job .content-ttl::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: -50px;
  left: 50%;
  width: 58px;
  height: 64px;
}

@media (max-width: 768px) {
  .job .content-ttl::before {
    top: -45px;
  }
}

.job .-sales .content-ttl::before {
  background: url(../img/job/sales-icon.svg) no-repeat;
  background-size: cover;
}

.job .-tech .content-ttl::before {
  background: url(../img/job/tech-icon.svg) no-repeat;
  background-size: cover;
}

.job .-office .content-ttl::before {
  background: url(../img/job/office-icon.svg) no-repeat;
  background-size: cover;
}

.job .content-ttl .ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}

@media (max-width: 768px) {
  .job .content-ttl .ttl {
    font-size: 2.4rem;
  }
}

.job .job-name {
  position: relative;
  max-width: 840px;
  text-align: center;
  padding: 40px 0;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .job .job-name {
    font-size: 2.4rem;
    padding: 40px 0 16px;
  }
}

.job .detail-list + .job-name {
  margin-top: 40px;
}

.job .-sales .job-name {
  background-image: linear-gradient(to right, #50BED2, #50BED2 2px, transparent 2px, transparent 5px), linear-gradient(to right, #50BED2, #50BED2 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
}

.job .-tech .job-name {
  background-image: linear-gradient(to right, var(--light-green), var(--light-green) 2px, transparent 2px, transparent 5px), linear-gradient(to right, var(--light-green), var(--light-green) 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
}

.job .-office .job-name {
  background-image: linear-gradient(to right, #71E8DF, #71E8DF 2px, transparent 2px, transparent 5px), linear-gradient(to right, #71E8DF, #71E8DF 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
}

.job .job-name .en {
  display: block;
  font-family: var(--text-josefin);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.job .-sales .job-name .en {
  color: #50BED2;
}

.job .-tech .job-name .en {
  color: var(--light-green);
}

.job .-office .job-name .en {
  color: #71E8DF;
}

.job .content .image-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .job .content .image-block {
    display: block;
  }
}

.job .content .image-block + .job-name {
  margin-top: 40px;
}

.job .content .image-block .image-group {
  position: relative;
  min-width: 403px;
  margin-right: 32px;
}

@media (max-width: 768px) {
  .job .content .image-block .image-group {
    min-width: initial;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 24px;
  }
}

.job .content .image-block .image-group .copy {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: -16px;
  z-index: 1;
}

.job .content .image-block .image-group .copy .bg {
  display: block;
  width: max-content;
  padding: 4px 8px 2px;
}

.job .content .image-block .image-group .copy .bg:not(:first-of-type) {
  margin-top: 8px;
}

.job .content.-sales .image-block .image-group .copy .bg {
  background-color: #50BED2;
}

.job .content.-tech .image-block .image-group .copy .bg {
  background-color: var(--light-green);
}

.job .content.-office .image-block .image-group .copy .bg {
  background-color: #71E8DF;
}

.job .content .image-block .txt-group .point {
  position: relative;
  padding-left: 20px;
}

.job .content .image-block .txt-group .point::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #50BED2;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}

.job .content .detail-list {
  position: relative;
  max-width: 1012px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 40px auto 0;
  z-index: 1;
}


.job .content .detail-list .detail {
  display: grid;
  place-content: center;
  text-align: center;
  width: 102px;
  aspect-ratio: 1/1;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 50%;
  color: #282828;
}

@media (max-width: 768px) {
  .job .content .detail-list {
    max-width: 330px;
    margin: 40px auto 0;
  }

  .job .content .detail-list .detail {
    width: calc((100% - 12px * 2) / 3);
  }
}

.job .content.-sales .detail-list .detail {
  background-color: #A8DFE9;
}

.job .content.-tech .detail-list .detail{
  background-color: #C0F7C0;
}

.job .content.-office .detail-list .detail{
  background-color: #C2F3EF;
}

.job .content .detail-list .etc {
  align-self: flex-end;
}

@media (max-width: 768px) {
  .job .content .detail-list .etc {
    width: calc((100% - 12px * 2) / 3);
  }
}

.job .content .page-block {
  position: relative;
  max-width: 664px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  margin: 50px auto 0;
  padding-bottom: 40px;
  z-index: 1;
}

.job .content .page-block:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .job .content .page-block {
    margin: 40px auto 0;
  }
}

.job .content .page-block .page-btn {
  display: flex;
  width: calc((100% - 32px) / 2);
  height: 120px;
  border-radius: 24px;
  overflow: hidden;
  transition: box-shadow 300ms 0s ease;
}

@media (min-width: 769px) {
  .job .content .page-block .page-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 24, .1);
  }
}

.job .content .page-block .page-btn:nth-of-type(n + 3) {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .job .content .page-block .page-btn {
    width: 100%;
  }
  
  .job .content .page-block .page-btn:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}

.job .content.-sales .page-block .page-btn {
  border: 1px solid #50BED2;
}

.job .content.-tech .page-block .page-btn {
  border: 1px solid var(--light-green);
}

.job .content.-office .page-block .page-btn {
  border: 1px solid #71E8DF;
}

.job .content .page-block .page-btn .image {
  position: relative;
  display: block;
  width: 114px;
  overflow: hidden;
}

.job .content .page-block .page-btn .image img {
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  width: 120px; 
  transition: scale 300ms 0s ease;
}

@media (min-width: 768px) {
  .job .content .page-block .page-btn:hover .image img {
    scale: 1.2;
  }
}

.job .content .page-block .page-btn .txt-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding-left: 24px;
  color: #282828;
  font-weight: 700;
  background-color: #fff;
}

.job .content .page-block .page-btn .txt-group .name {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 12px;
}

.job .content .page-block .page-btn .txt-group .year,
.job .content .page-block .page-btn .txt-group .category {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.job .content .page-block .page-btn .txt-group .category {
  margin-top: 8px;
}
/* ↑↑↑ job ↑↑↑ */