@charset "utf-8";

main {
  position: relative;
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 156px;
  left: 50%;
  width: min(1280px, 100%);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/application/page-deco-pc.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  main::before {
    top: 110px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/application/page-deco-sp.png) repeat-y;
    background-size: 100% auto;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  overflow-x: clip;
  margin: 0 auto;
}

.fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 48px;
  overflow: scroll;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fv .breadcrumb::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb {
    position: initial;
    padding: 10px 24px;
  }
}

.fv .breadcrumb .list {
  display: flex;
}

.fv .breadcrumb .list .item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  min-width: max-content;
  padding-left: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb .list .item {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.fv .breadcrumb .list .item:first-of-type::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.fv .breadcrumb .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.fv .breadcrumb .list .item:last-of-type {
  padding-right: 20px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .fv .breadcrumb .list .item a {
    transition: opacity 0.3s ease;
  }

  .fv .breadcrumb .list .item a:hover {
    opacity: 0.7;
  }
}

.fv .inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    margin: 20px auto 0;
  }
}

.fv .image {
  width: min(calc(1014/1280*100vw), 1014px);
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .fv .image {
    width: calc(350/375*100vw);
  }
}

.fv .inner .ttl-group {
  position: absolute;
  translate: -50% -50%;
  top: 40%;
  left: 50%;
  max-width: calc(1018px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group {
    translate: -50% 0;
    top: 14.613%;
    padding: 0 24px;
  }
}

.fv .inner .ttl-group .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .ttl {
    font-size: 2.2rem;
  }
}

.fv .inner .ttl-group .subttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .subttl {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ recruit ↓↓↓ */
.recruit {
  position: relative;
  overflow-x: clip;
}

.recruit .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.recruit .section-ttl {
  position: absolute;
  translate: -50% -50%;
  text-align: right;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  font-family: var(--jost);
  font-size: min(130px, calc((130 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
  padding-right: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .recruit .section-ttl {
    translate: -50% -50%;
    font-size: calc((75 - 45) * ((100vw - 375px) / (768 - 375)) + 45px);
  }
}

.recruit .content .intro-group {
  max-width: 1012px;
  margin: 0 auto;
}

.recruit .content .intro-group .lead {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 20px 0 0;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .recruit .content .intro-group .lead {
    font-size: 2.4rem;
    padding: 20px 0 0;
    margin-bottom: 50px;
  }
}

.recruit .content .intro-group .lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.recruit .content .intro-group .lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #187DF5;
}

.recruit .content .text {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}

.recruit .content.-order01 {
  position: relative;
  padding: 145px 25px 0;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 {
    padding: 21.3334vw 25px 0;
  }
}

.recruit .content.-order01 .bg:first-of-type {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 310px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .bg:first-of-type {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 305px;
    left: -540px;
  }
}

.recruit .content.-order01 .bg:nth-of-type(2) {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 1760px;
  left: 360px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .bg:nth-of-type(2) {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 1200px;
    left: 70px;
  }
}

.recruit .content.-order01 .tab-box {
  max-width: 572px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .tab-box {
    max-width: 440px;
    flex-direction: column;
    margin: 0 auto 60px;
  }
}

.recruit .content.-order01 .tab-btn {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  width: calc((100% - 42px) / 2);
  min-height: 50px;
  padding: 1px;
  border-radius: 60px;
  background: linear-gradient(90deg, #17ceff, #0019b4);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .tab-btn {
    width: 100%;
  }

  .recruit .content.-order01 .tab-btn:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

.recruit .content.-order01 .tab-btn::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 60px;
  background-color: #fff;
}

.recruit .content.-order01 .tab-btn .txt {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 0 35px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .tab-btn .txt {
    padding: 0 30px;
  }
}

.recruit .content.-order01 .tab-btn .txt::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  scale: 0;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #17ceff, #0019b4);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .recruit .content.-order01 .tab-btn .txt {
    transition: color 0.5s ease;
  }

  .recruit .content.-order01 .tab-btn:hover .txt {
    color: #fff;
  }

  .recruit .content.-order01 .tab-btn .txt::before {
    transition: scale 0.5s ease;
  }

  .recruit .content.-order01 .tab-btn:hover .txt::before {
    scale: 15;
  }
}

.recruit .content.-order01 .tab-btn.-active .txt::before {
  scale: 15;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .tab-btn.-active .txt::before {
    scale: 25;
  }
}

.recruit .content.-order01 .tab-btn.-active .txt {
  color: #fff;
}

.recruit .content.-order01 .recruit-box {
  max-width: 1012px;
  margin: 0 auto;
  display: none;
}

.recruit .content.-order01 .recruit-box.-active {
  display: block;
}

.recruit .content.-order01 .recruit-box .list {
  max-width: 836px;
}

.recruit .content.-order01 .recruit-box .list .item {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #E4E4E4;
}

.recruit .content.-order01 .recruit-box .list .item:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .recruit-box .list .item {
    flex-direction: column;
  }
}

.recruit .content.-order01 .recruit-box .list .item .heading {
  min-width: 220px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .recruit-box .list .item .heading {
    margin-bottom: 15px;
  }
}

.recruit .content.-order01 .recruit-box .list .item .point {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 18px;
}

.recruit .content.-order01 .recruit-box .list .item .point:not(:last-of-type) {
  margin-bottom: 10px;
}

.recruit .content.-order01 .recruit-box .list .item .point::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #187DF5;
}

.recruit .content.-order01 .recruit-box .list .item .text+.point {
  margin-top: 15px;
}

.recruit .content.-order01 .recruit-box .list .item .point .example {
  display: block;
  font-size: 1.4rem;
}

.recruit .content.-order01 .recruit-box .list .item .attention {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-left: 1em;
  text-indent: -1em;
  color: #4D4D4D;
}

.recruit .content.-order01 .recruit-box .list .item .text+.attention {
  margin-top: 10px;
}

.recruit .content.-order01 .business-list {
  margin-top: 35px;
}

.recruit .content.-order01 .business:not(:first-of-type) {
  margin-top: 35px;
}

.recruit .content.-order01 .business-name {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 18px;
}

.recruit .content.-order01 .business-name::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #187DF5;
}

.recruit .content.-order01 .business-name+.text {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .business-name+.text {
    line-height: 1.85714;
  }
}

.recruit .content.-order01 .business dl {
  margin-left: 44px;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order01 .business dl {
    margin-left: 0;
  }
}

.recruit .content.-order01 .business dt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 24px;
}

.recruit .content.-order01 .business dd {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.recruit .content.-order02 {
  position: relative;
  padding: 120px 25px 200px;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 {
    padding: 65px 25px 145px;
  }
}

.recruit .content.-order02 .bg {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: -30px;
  right: -120px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: -590px;
    left: 65px;
  }
}

.recruit .content.-order02 .flow-list {
  max-width: 1012px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 .flow-list {
    max-width: 220px;
    flex-direction: column;
  }
}

.recruit .content.-order02 .flow {
  position: relative;
  width: calc((100% - 44px * 3) / 4);
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 .flow {
    width: 100%;
  }

  .recruit .content.-order02 .flow:not(:last-of-type) {
    margin-bottom: 44px;
  }
}

.recruit .content.-order02 .flow:not(:last-of-type)::after {
  content: '';
  position: absolute;
  translate: 100% -50%;
  top: calc(80px / 2);
  right: 0;
  width: 44px;
  height: 40px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/application/career-angle-pc.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 .flow:not(:last-of-type)::after {
    translate: -50% 100%;
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    height: 44px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/application/career-angle-sp.png) no-repeat;
    background-size: cover;
  }
}

.recruit .content.-order02 .flow-ttl {
  display: grid;
  place-content: center;
  font-size: min(2rem, calc((20 - 16) * ((100vw - 769px) / (1280 - 769)) + 16px));
  font-weight: 500;
  height: 80px;
  color: #fff;
  background-color: #001932;
}

@media screen and (max-width: 768px) {
  .recruit .content.-order02 .flow-ttl {
    font-size: 2rem;
    height: 60px;
  }
}

.recruit .content.-order02 .flow .text {
  font-size: 1.4rem;
  line-height: 1.42857;
  margin-top: 15px;
}

/* ↑↑↑ recruit ↑↑↑ */


/* ↓↓↓ foot-entry-btn ↓↓↓ */
.foot-entry-group {
  max-width: 1012px;
  display: flex;
  gap: 5.138339920948617cqw;
  margin: 0 auto;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .foot-entry-group {
    flex-direction: column;
    gap: 8px;
  }
}

.foot-entry-btn {
  position: relative;
  width: clamp(600px, 1012/1280*100vw, 1012px);
  height: 220px;
  font-size: 4rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #17ceff, #0c76da);
  display: flex;
  align-items: center;
  padding-left: 4.446640316205533cqw;
  margin: 0 auto;
}

.foot-entry-btn:last-of-type {
  background: linear-gradient(90deg, #0c76da, #0019b4);
}

@media screen and (max-width: 768px) {
  .foot-entry-btn {
    width: clamp(325px, 400/480*100vw, 400px);
    height: 100px;
    font-size: 2.4rem;
    padding: 0 26px;
    margin: 0 auto;
  }
}

.foot-entry-btn .en {
  font-family: var(--jost);
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .foot-entry-btn .en {
    display: inline-block;
    font-size: 2.8rem;
    margin-left: 4px;
  }
}

.foot-entry-btn::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 7px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/application/foot-entry-arrow_pc.svg) no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 48px;
}

@media screen and (max-width: 768px) {
  .foot-entry-btn::before {
    width: 42px;
    height: 5px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/application/foot-entry-arrow_sp.svg) no-repeat;
    background-size: cover;
    background-position: center;
    right: 20px;
  }
}

.foot-entry-btn .txt {
  background: linear-gradient(90deg, #fff, #fff) 0 100% /var(--d, 0%) 1px no-repeat;
  background-position: right bottom;
  transition: background-size ease .3s;
}

@media screen and (max-width: 768px) {
  .foot-entry-btn .txt {
    background: linear-gradient(90deg, #fff, #fff) 0 100% / 100% 1px no-repeat;
    padding: 0 8px;
  }
}

.foot-entry-btn:hover .txt {
  --d: 100%;
  background-position: left bottom;
}

/* ↑↑↑ foot-entry-btn ↑↑↑ */