@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
html {
  overflow-x: hidden;
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  height: 603px;
  padding-top: 75px;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .fv {
    height: 500px;
    padding-top: 35px;
  }
}

.fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66.321cqw;
  height: 100%;
  background: rgb(140, 188, 237);
  background: linear-gradient(-120deg, rgba(100, 219, 214, 0.5) -10%, rgba(140, 211, 244, 0.5) 48%, rgba(140, 188, 237, 0.5) 110%);
}

@media (max-width: 768px) {
  .fv::before {
    width: 85.334%;
  }
}

.fv::after {
  content: 'RECRUIT';
  position: absolute;
  bottom: -6px;
  right: -2px;
  font-family: var(--abel);
  font-size: 13.5rem;
  letter-spacing: -0.02em;
  line-height: .73;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  opacity: .8;
}

@media (max-width: 1200px) {
  .fv::after {
    font-size: max(100px, 13.7754cqw);
  }
}

@media (max-width: 768px) {
  .fv::after {
    font-size: 6.8rem;
    line-height: .85;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
  }
}

.fv .image-block {
  width: 75.472cqw;
  margin: 0 auto;
  translate: -30px 0;
  position: relative;
  z-index: 1;
}

@container (max-width: 980px) {
  .fv .image-block {
    margin-left: 10.204cqw;
    translate: 0;
  }
}

@media (max-width: 768px) {
  .fv .image-block {
    width: 85.334%;
    margin-left: 0;
  }
}

.fv .image-block .pagetitle {
  width: 378px;
  height: 78px;
  font-family: var(--notosans);
  font-size: 3.0rem;
  color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgb(0, 107, 216);
  background: linear-gradient(90deg, rgba(0, 107, 216, 1) 0%, rgba(0, 158, 230, 1) 48%, rgba(0, 107, 216, 1) 100%);
  scale: 0 1;
  transform-origin: left;
}

@container (max-width: 980px) {
  .fv .image-block .pagetitle {
    width: 38.572cqw;
    font-size: max(22px, 3.0612cqw);
  }
}

@media (max-width: 768px) {
  .fv .image-block .pagetitle {
    width: 270px;
    height: 56px;
    font-size: 2.4rem;
  }
}

.fv .image-block .pagetitle .wrap {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: hidden;
}

.fv .image-block .pagetitle .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

.fv .image-block .image {
  width: 100%;
  height: 400px;
  margin-top: -39px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fv .image-block .image {
    height: 390px;
    margin-top: -28px;
  }
}

.fv .image-block .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents ↓↓↓ */
.contents {
  margin-top: 90px;
  padding: 0 27px;
}

@media (max-width: 768px) {
  .contents {
    margin-top: 70px;
  }
}

.application {
  max-width: 900px;
  margin: 0 auto;
}

.application .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
}

.application .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  background: rgb(34, 204, 196);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.1) -20%, rgba(0, 158, 230, 0.1) 62%, rgba(0, 107, 216, 0.1) 110%);
}

@media (max-width: 768px) {
  .application .list::before {
    display: none;
  }
}

.application .list dt {
  width: 170px;
  padding: 24px 40px;
  border-top: 1px solid #DCDCDF;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .application .list dt {
    width: 100%;
    padding: 15px 20px;
    background: rgb(34, 204, 196);
    background: linear-gradient(45deg, rgba(34, 204, 196, 0.1) 15%, rgba(0, 158, 230, 0.1) 62%, rgba(0, 107, 216, 0.1) 90%);
  }
}

.application .list dd {
  width: calc(100% - 170px);
  padding: 24px 40px;
  font-weight: 400;
  line-height: 1.86;
  border-top: 1px solid #DCDCDF;
}

@media (max-width: 768px) {
  .application .list dd {
    width: 100%;
    padding: 15px 20px;
    text-align: justify;
    word-break: break-all;
  }
}

.application .list dt:first-of-type,
.application .list dd:first-of-type {
  border-top: 1px solid #A7A8AE;
}

.application .list dt:last-of-type,
.application .list dd:last-of-type {
  border-bottom: 1px solid #A7A8AE;
}

@media (max-width: 768px) {
  .application .list dd {
    border-top: none;
  }

  .application .list dd:first-of-type {
    border-top: none;
  }

  .application .list dt:last-of-type {
    border-bottom: none;
  }
}

.application .list dd .sent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.place {
  max-width: 900px;
  margin: 120px auto 0;
}

@media (max-width: 768px) {
  .place {
    margin-top: 70px;
  }
}

.place::after {
  content: "";
  display: block;
  width: 31.223%;
}

.place .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  container-type: inline-size;
}

.place .card {
  width: 31.223%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .place .card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.place .card .name {
  padding: 25px 15px;
  font-family: var(--notosans);
  font-size: 2.0rem;
  letter-spacing: .15em;
  border-bottom: 1px solid #A7A8AE;
  display: flex;
  background: rgb(34, 204, 196);
  background: linear-gradient(45deg, rgba(34, 204, 196, 0.1) 15%, rgba(0, 158, 230, 0.1) 62%, rgba(0, 107, 216, 0.1) 90%);
  position: relative;
}

@container (max-width: 899px) {
  .place .card .name {
    font-size: 2.2243cqw;
  }
}

@media (max-width: 768px) {
  .place .card .name {
    font-size: 2.0rem;
    padding: 21px 20px;
  }
}

.place .card .name .cate {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 100px;
  padding: 4px 0;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .048em;
  color: #fff;
}

@container (max-width: 899px) {
  .place .card .name .cate {
    width: 11.133cqw;
    font-size: 1.7794cqw;
  }
}

@media (max-width: 768px) {
  .place .card .name .cate {
    width: 100px;
    font-size: 1.6rem;
  }
}

.place .card .name .cate.-color1 {
  background-color: #006BD8;
}

.place .card .name .cate.-color2 {
  background-color: #22CCC4;
}

.place .card .name .cate.-color3 {
  background-color: #009EE6;
}

.place .card .list {
  padding: 25px 15px;
  font-size: 1.4rem;
  line-height: 1;
  background-size: 7px 1px;
  background-image: linear-gradient(to right, #DCDCDF, #DCDCDF 4px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.place .card .list:last-of-type {
  background-image: none;
  border-bottom: 1px solid #A7A8AE;
}

.place .card .list dt {
  text-indent: -0.5em;
}

.place .card .list dd {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.86;
}

/* ↑↑↑ contents ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
footer .container .entry {
  margin-top: 80px;
}

@media (max-width: 768px) {
  footer .container .entry {
    margin-top: 40px;
  }
}

/* ↑↑↑ footer ↑↑↑ */