@charset "UTF-8";
.header {
  background: #fff;
}

.page__fv {
  position: relative;
  padding: 120px 40px 350px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    overflow: hidden;
    padding: 18.6666666667vw 5.3333333333vw 32vw;
  }
}
.page__fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 559px;
  height: 462px;
  background: url(../img/ashirai-page-fv.svg);
}
@media screen and (max-width: 768px) {
  .page__fv::after {
    left: unset;
    right: -70%;
    bottom: -5%;
  }
}
.page__fv.intro__fv::after {
  display: none;
}
.page__fv--btns {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page__fv--btns {
    gap: 8px;
  }
  .page__fv--btnsWrap {
    -ms-overflow-style: none;
    width: 110%;
    overflow-x: auto;
  }
  .page__fv--btnsWrap::-webkit-scrollbar {
    display: none;
  }
  .page__fv--btns {
    width: -moz-max-content;
    width: max-content;
  }
}
.page__fv--btns a {
  background-image: url(../img/arrow_bottom.svg);
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  .page__fv--btns a {
    width: 180px;
    height: 40px;
    padding: 10px 0;
    padding-right: 10px;
  }
}
.page__fv--btns a:hover {
  background-image: url(../img/arrow_bottom_wh.svg);
  background-size: 10px;
}
.page__fv--inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.page__fv--imgWrap {
  overflow: hidden;
}
.page__fv--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page__fv--img {
    width: 90%;
  }
}
.page__fv.helpdesk__fv {
  padding-bottom: 22%;
  overflow: visible;
}
@media screen and (max-width: 1320px) {
  .page__fv.helpdesk__fv {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv {
    padding-bottom: 26%;
  }
}
.page__fv.helpdesk__fv .page__fv--img {
  top: -25px;
}
.page__fv.helpdesk__fv .page__fv--ashiraiWrap {
  overflow: hidden;
  width: 100%;
}
.page__fv.helpdesk__fv .page__fv--ashirai {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
}
.page__fv.helpdesk__fv .page__fv--ashirai.recruit-fv {
  width: 130%;
}
@media screen and (min-width: 1500px) {
  .page__fv.helpdesk__fv .page__fv--ashirai.recruit-fv {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv .page__fv--ashirai.recruit-fv {
    width: 100%;
  }
}
.page__fv.helpdesk__fv .page__fv--ashirai.helpdesk-fv {
  width: 125%;
}
@media screen and (min-width: 1500px) {
  .page__fv.helpdesk__fv .page__fv--ashirai.helpdesk-fv {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv .page__fv--ashirai.helpdesk-fv {
    width: 100%;
  }
}
.page__fv.helpdesk__fv::after {
  display: none;
}
.page__fv.helpdesk__fv .breadCrumb__list {
  color: #fff;
}
.page__fv.helpdesk__fv .breadCrumb__list::before {
  background: #fff;
  color: #fff;
}
.page__fv.helpdesk__fv .page__fv--title {
  margin-bottom: 60px;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv .page__fv--title {
    margin-bottom: 8.5333333333vw;
    margin-top: 56vw;
  }
}
.page__fv.helpdesk__fv .page__fv--title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv .page__fv--title h2 {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv .page__fv--title.interview-title h2 {
    font-size: 6.4vw;
  }
}
.page__fv.helpdesk__fv .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.page__fv.helpdesk__fv .detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page__fv.helpdesk__fv .detail .year {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.page__fv.helpdesk__fv .detail .position {
  color: #EC4571;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border-radius: 100px;
  padding: 6px 10px;
}
.page__fv.helpdesk__fv h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page__fv.helpdesk__fv h3 {
    font-size: 4.8vw;
  }
}
.page__fv.helpdesk__fv .page__fv--text {
  margin-top: 20px;
  color: #fff;
}
.page__fv.fv__column {
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__column .page__fv--title {
    margin-top: 18.6666666667vw;
    margin-bottom: 4vw;
  }
  .page__fv.fv__column .page__fv--title h2 {
    line-height: 1.5;
  }
  .page__fv.fv__column .page__fv--text {
    margin-top: 8vw;
  }
  .page__fv.fv__column {
    padding-bottom: 10%;
  }
}
.page__fv.fv__column::after {
  display: none;
}
.page__fv.fv__business {
  padding-bottom: 16%;
  overflow: visible;
}
@media screen and (min-width: 1700px) {
  .page__fv.fv__business {
    padding-bottom: 26%;
  }
}
@media screen and (max-width: 1320px) {
  .page__fv.fv__business {
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.fv__business {
    overflow: hidden;
    padding-bottom: 21.3333333333vw;
  }
}
.page__fv.fv__business .page__fv--img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__business .page__fv--img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.fv__business .page__fv--title {
    margin-top: 26.6666666667vw;
  }
}
.page__fv.fv__business::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__business::after {
    display: block;
    right: -70%;
  }
}
.page__fv.fv__business .breadCrumb {
  position: relative;
  z-index: 5;
}
.page__fv.fv__business .ashirai {
  position: absolute;
  right: 0;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__business .ashirai {
    display: none;
  }
}
.page__fv--title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    margin-top: 43.7333333333vw;
  }
}
.page__fv--title h2 {
  font-size: min(6.857vw, 96px);
  font-weight: 500;
  line-height: 0.9;
  font-family: "futura-pt", sans-serif;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .page__fv--title h2 {
    line-height: 1.1;
    font-size: 16.5333333333vw;
  }
}
.page__fv--title h2 span {
  color: #E62F63;
}
.page__fv--title.ja h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .page__fv--title.ja h2 {
    font-size: 6.4vw;
  }
}
.page__fv--title > span {
  font-size: 32px;
  display: block;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page__fv--title > span {
    font-size: 4.8vw;
  }
}
.page__fv--title.shadow h2,
.page__fv--title.shadow span {
  text-shadow: 0 0 10px #fff;
}
.page__fv--text {
  margin-top: 60px;
  width: 45%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.page__fv--text.shadow {
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 768px) {
  .page__fv--text {
    width: 100%;
    margin-top: 17.8666666667vw;
  }
}

.breadCrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 100%;
}
.breadCrumb__lists {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .breadCrumb__lists {
    gap: 24px;
  }
}
.breadCrumb__list {
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadCrumb__list {
    font-size: 2.9333333333vw;
  }
}
.breadCrumb__list:first-child {
  font-weight: 500;
  color: #000;
}
.breadCrumb__list + .breadCrumb__list {
  position: relative;
}
.breadCrumb__list + .breadCrumb__list::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 54%;
  width: 1px;
  height: 100%;
  background: #999999;
  display: block;
  transform: translateY(-50%) rotate(40deg);
}
.breadCrumb span {
  color: #999999;
}
.breadCrumb span::before {
  background: #999999;
}
.breadCrumb a {
  color: #000;
}
.breadCrumb a::before {
  background: #000;
}

.business {
  padding: 100px 40px 200px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 3;
  margin-top: -50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business {
    padding: 21.3333333333vw 5.3333333333vw 26.6666666667vw;
    border-radius: 50px;
  }
}
.business__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__list {
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service__list {
    display: block;
    padding: 8vw;
  }
}
.service__list--main {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__list--main {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--contents {
  width: 47%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__list--contents {
    width: 100%;
  }
}
.service__list--contents h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.service__list--contents .moreBtn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service__list--contents .moreBtn {
    margin-left: 0;
    width: 193px;
  }
}
.service__list--title {
  position: relative;
  z-index: 2;
}
.service__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.service__list--title h3 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service__list--title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.service__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .service__list--title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__list--img {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: auto;
  height: 420px;
}
.service__list--img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service__list--img {
    top: -30px;
    transform: none;
    right: -30px;
    width: 72%;
    height: auto;
  }
  .service__list--img img {
    width: 100%;
    height: auto;
  }
}
.service__list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__list--tags {
    gap: 5px;
    flex-direction: column;
  }
}
.service__list--tags span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: #383838;
  color: #fff;
  border-radius: 100px;
  padding: 6px 24px 8px;
}
@media screen and (max-width: 768px) {
  .service__list--tags span {
    width: -moz-max-content;
    width: max-content;
    font-size: 2.6666666667vw;
    padding: 5px 10px;
  }
}

.business .service__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .business .service__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.business .service__list {
  border-radius: 10px;
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  padding: 60px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .business .service__list {
    padding: 8vw;
  }
}
.business .service__list--main {
  width: 100%;
  position: unset;
}
@media screen and (max-width: 768px) {
  .business .service__list--main {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.business .service__list--contents {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business .service__list--contents {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.business .service__list--contents h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .business .service__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.business .service__list--contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  .business .service__list--contents p {
    min-height: unset;
    margin-top: 5.3333333333vw;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .business .service__list--contents .moreBtn {
    margin-left: 0;
    width: 193px;
  }
}
.business .service__list--contents .moreBtn.left {
  margin-left: 0;
}
.business .service__list--title {
  position: relative;
  z-index: 2;
}
.business .service__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .business .service__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.business .service__list--title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 103px;
}
@media screen and (max-width: 768px) {
  .business .service__list--title h3 {
    min-height: unset;
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.business .service__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 0;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .business .service__list--title h3::after {
    margin-top: 4vw;
  }
}
.business .service__list--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  transform: translate(0);
}
.business .service__list--img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .business .service__list--img {
    top: -30px;
    transform: none;
    right: -30px;
    width: 72%;
    height: auto;
  }
  .business .service__list--img img {
    width: 100%;
    height: auto;
  }
}
.business .service__list--tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .business .service__list--tags {
    margin-top: 25px;
    gap: 5px;
    flex-direction: column;
  }
}
.business .service__list--tags span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: #383838;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  border-radius: 100px;
  padding: 6px 15px 8px;
}
@media screen and (max-width: 768px) {
  .business .service__list--tags span {
    width: -moz-max-content;
    width: max-content;
    font-size: 2.6666666667vw;
    padding: 5px 10px;
  }
}

.features {
  padding: 70px 40px 130px;
  position: relative;
}
.features::after {
  content: "";
  width: 460px;
  height: 541px;
  display: block;
  background: url(../img/ashirai-features.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .features::after {
    width: 100px;
    height: 200px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .features {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.features .ashirai {
  display: none;
}
@media screen and (max-width: 768px) {
  .features .ashirai {
    position: absolute;
    bottom: -10%;
    left: -15%;
    display: block;
  }
}
.features__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.features .section__title {
  text-align: center;
}
.features__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .features__lists {
    margin-top: 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.features__list {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .features__list {
    padding: 8vw;
  }
}
.features__list--icon {
  width: 150px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .features__list--icon {
    margin-bottom: 2.6666666667vw;
  }
}
.features__list--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .features__list--title {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.features__list--text {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .features__list--text {
    font-size: 4.2666666667vw;
  }
}

.services {
  background: url(../img/services-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  padding: 100px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .services {
    border-radius: 50px;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.services__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .services .section__title {
    text-align: center;
  }
}
.services .section__title h2,
.services .section__title span {
  color: #fff;
}
.services__lists {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .services__lists {
    margin-top: 8vw;
    gap: 40px;
  }
}
.services__list {
  color: #fff;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .services__list {
    position: relative;
  }
}
.services__list--title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .services__list--title {
    margin-bottom: 5.3333333333vw;
    padding-left: 85px;
  }
}
.services__list--title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .services__list--title h3 {
    font-size: 5.8666666667vw;
  }
}
.services__list--contents {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .services__list--contents {
    width: 100%;
  }
}
.services__list--num {
  font-size: 32px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  padding: 10px;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__list--num {
    position: absolute;
    left: 0;
    width: 80px;
    font-size: 5.8666666667vw;
    top: 0;
  }
}
.services__list--num span {
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
}
.services__list--num::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 76px;
  background: url(../img/num-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .services__list--num::after {
    width: 100px;
    height: 56px;
  }
}
.services__list--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .services__list--text {
    font-size: 4.2666666667vw;
  }
}

.flow {
  padding: 130px 40px 150px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 21.3333333333vw 5.3333333333vw 32vw;
  }
}
.flow__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flow .section__title {
  text-align: center;
}
.flow__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    margin-top: 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.flow__lists::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .flow__lists::after {
    width: 2px;
    height: 85%;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.flow__list {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__list {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
.flow__list--img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__list--img {
    width: 110px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.flow__list--img img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__list--img img {
    width: 100%;
  }
}
.flow__list--img .num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  color: #E62F63;
  font-size: 36px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow__list--contents {
    width: calc(100% - 130px);
  }
}
.flow__list--title {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow__list--title {
    text-align: left;
    font-size: calc(4.8px * 1vw);
    margin-bottom: 16px;
  }
}
.flow__list--text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .flow__list--text {
    text-align: left;
    font-size: calc(3.7333333333px * 1vw);
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.wrap {
  overflow: hidden;
}

.others {
  background: #fff;
  border-radius: 100px;
  margin-bottom: 80px;
  padding: 80px 40px 80px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .others {
    padding: 16vw 5.3333333333vw;
    border-radius: 50px;
  }
}
.others__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.others .section__title {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .others .section__title {
    margin-top: -100px;
  }
}
.others .swiper-controls {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .others .swiper-controls {
    display: none;
  }
}
.others .swiper-button-prev,
.others .swiper-button-next {
  position: unset;
  width: 50px;
}
.others__slider {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-wrapper {
    display: block !important;
  }
}
.others__slider .swiper-slide {
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  border-radius: 10px;
  padding: 40px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide {
    margin-bottom: 2.6666666667vw;
    padding: 8vw;
  }
}
.others__slider .swiper-slide .service__list--main {
  width: 60% !important;
  position: unset;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--main {
    width: 100% !important;
    margin-bottom: 5.3333333333vw;
  }
}
.others__slider .swiper-slide .more {
  display: block;
  width: 50px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .more {
    display: none;
  }
}
.others__slider .swiper-slide .service__listWrap {
  height: 100%;
}
.others__slider .swiper-slide .service__list--tags {
  display: none;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--tags {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.others__slider .swiper-slide .service__list--contents {
  width: 47%;
  position: unset;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--contents {
    width: 100%;
  }
}
.others__slider .swiper-slide .service__list--contents h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.others__slider .swiper-slide .service__list--contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--contents p {
    font-size: 4.2666666667vw;
    display: block !important;
  }
}
.others__slider .swiper-slide .service__list--contents .moreBtn {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--contents .moreBtn {
    display: block;
    margin-left: 0;
    width: 193px;
  }
}
.others__slider .swiper-slide .service__list--title {
  position: relative;
  z-index: 2;
}
.others__slider .swiper-slide .service__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.others__slider .swiper-slide .service__list--title h3 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.others__slider .swiper-slide .service__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.others__slider .swiper-slide .service__list--img {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
}
.others__slider .swiper-slide .service__list--img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .others__slider .swiper-slide .service__list--img {
    top: -30px;
    transform: none;
    right: -30px;
    width: 65%;
    height: auto;
  }
  .others__slider .swiper-slide .service__list--img img {
    width: 100%;
    height: auto;
  }
}

.introduction {
  padding: 100px 40px;
  background: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media screen and (min-width: 1700px) {
  .introduction {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 21.3333333333vw 5.3333333333vw;
    border-radius: 50px;
    margin-bottom: 80px;
  }
}
.introduction__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 16vw 5.3333333333vw;
  }
}

.policy {
  margin-top: 50px;
}

.mission {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .mission {
    padding: 12vw 5.3333333333vw;
  }
}
.mission {
  position: relative;
}
.mission::after {
  content: "";
  width: 460px;
  height: 541px;
  display: block;
  background: url(../img/ashirai-features.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mission::after {
    width: 100px;
    height: 200px;
    display: none;
  }
}
.mission .section__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mission .section__title {
    margin-bottom: 8vw;
  }
}
.mission__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mission__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .mission__box {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.mission__title {
  width: 35%;
  position: relative;
}
.mission__title h3 {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mission__title h3 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mission__title {
    width: 100%;
  }
}
.mission__title::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mission__title::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.mission__contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .mission__contents {
    width: 100%;
  }
}
.mission__contents h4 {
  color: #E62F63;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mission__contents h4 {
    font-size: 4.8vw;
  }
}
.mission__contents p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mission__contents p {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.mission__contents .right {
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mission__contents .right {
    font-size: 3.4666666667vw;
  }
}

.message {
  margin-top: 250px;
  padding: 80px 40px 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 0;
    padding: 16vw 5.3333333333vw;
  }
}
.message__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.message__box {
  display: flex;
  justify-content: space-between;
}
.message__img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    top: 2%;
  }
}
.message__img .ashirai01 {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}
.message__img .ashirai02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.message__img > img {
  display: block;
  z-index: 4;
}
.message__contents {
  width: 54%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__contents h3 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__contents h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 85.3333333333vw;
  }
}
.message__contents p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 3.7333333333vw;
  }
}
.message__contents h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.5;
}
.message__contents .mission__box {
  flex-direction: column;
}
.message__contents .mission__title {
  width: 100%;
}
.message__contents .mission__title h3 {
  margin-bottom: 0;
}
.message__contents .mission__contents {
  width: 100%;
}
.message__contents .right__text {
  text-align: right;
}
.message__contents .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message__contents .name {
    font-size: 4.8vw;
  }
}
.message__contents .name span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .message__contents .name span {
    font-size: 3.7333333333vw;
  }
}

.outline {
  margin-top: 250px;
  padding: 80px 40px 130px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .outline {
    margin-top: 0;
    padding: 16vw 5.3333333333vw;
  }
}
.outline::after {
  content: "";
  width: 460px;
  height: 541px;
  display: block;
  background: url(../img/ashirai-features.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: -5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .outline::after {
    top: 0;
    width: 200px;
    height: 300px;
  }
}
.outline__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .outline__inner {
    padding: 5.3333333333vw;
  }
}
.outline__table table {
  width: 100%;
}
.outline__table table tr {
  border-bottom: 1px solid #EDF1F5;
}
.outline__table table tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .outline__table table tr {
    display: flex;
    flex-direction: column;
  }
}
.outline__table table th {
  width: 26%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding: 20px 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .outline__table table th {
    width: 100%;
    padding-bottom: 0;
  }
}
.outline__table table td {
  padding: 20px 0;
  font-weight: 500;
  font-size: 16px;
  width: 74%;
  line-height: 1.7;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .outline__table table td {
    width: 100%;
    padding: 15px 0 20px;
  }
}
.outline__table table td .outline__box {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .outline__table table td .outline__box {
    flex-direction: column;
  }
}
.outline__table table td .outline__box .map {
  margin-left: auto;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .outline__table table td .outline__box .map {
    width: 100%;
  }
}
.outline__table table td .outline__box .map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .outline__table table td .outline__box .map iframe {
    height: 160px;
  }
}
.outline__table table td .outline__box .contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
}
@media screen and (max-width: 768px) {
  .outline__table table td .outline__box .contents {
    width: 100%;
    position: unset;
    padding: 20px;
  }
}
.outline__table table td .outline__box .contents h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.outline__table table td .outline__box .contents p {
  font-size: 14px;
  line-height: 1.7;
}
.outline__table table td .outline__box .contents p span {
  display: inline-block;
  margin: 10px 0;
}
.outline__table table td a {
  text-decoration: underline;
}
.outline__table table td .assignment__box {
  gap: 40px;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .outline__table table td .assignment__box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.outline__table table td .assignment__box .moreBtn {
  text-decoration: none;
  width: 300px;
  margin-top: 20px;
}

.initiatives {
  margin-top: 250px;
  padding: 80px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .initiatives {
    margin-top: 0;
    padding: 16vw 0;
  }
}
.initiatives__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .initiatives__inner {
    padding: 0 5.3333333333vw;
  }
}
.initiatives__contents {
  width: 70%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .initiatives__contents {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.initiatives__contents h3 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .initiatives__contents h3 {
    font-size: 5.8666666667vw;
  }
}
.initiatives__contents p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .initiatives__contents p {
    font-size: 3.7333333333vw;
  }
}
.initiatives__contents .moreBtn {
  width: 300px;
  font-size: 14px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .initiatives__contents .moreBtn {
    margin: 0 auto;
  }
}

.initiatives__slider {
  overflow: hidden;
}
.initiatives__slider .swiper-slide {
  width: auto;
}
.initiatives__slider img {
  height: 300px;
}

.news {
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 1600px) {
  .news {
    padding-top: 14%;
  }
}
.news .ashirai {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .news .ashirai {
    right: -70%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.news__category {
  width: 26%;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .news__category {
    width: 100%;
    padding: 40px 20px;
  }
}
.news__category h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .news__category h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.news__category h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .news__category h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.news__category--lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news__category--list {
  font-size: 14px;
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-position: right;
  background-size: 15px;
}
.news__main {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .news__main {
    width: 100%;
  }
}
.news__lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    gap: 25px;
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news__list .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news__list .head .date {
  font-size: 16px;
  font-weight: 500;
}
.news__list .head .category {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
}
.news__list .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.news .pagination {
  margin-top: 130px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news .pagination {
    margin-top: 20px;
  }
}
.news .pagination__item {
  width: 50px;
}

.news__fv {
  padding: 100px 40px 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__fv {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}

.news__single--head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news__single--head {
    margin-bottom: 15px;
  }
}
.news__single--head .date {
  font-size: 16px;
  font-weight: 500;
}
.news__single--head .category {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
}
.news__single--title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__single--title {
    font-size: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.news__single--thumbnail {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__single--thumbnail {
    margin-bottom: 10.6666666667vw;
  }
}
.news__single--thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.news__single--detail {
  line-height: 1.7;
}
.news__single--detail p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
}
.news__single--pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .news__single--pagination {
    margin-top: 5.3333333333vw;
    gap: 20px;
  }
}
.news__single--pagination .prev,
.news__single--pagination .next {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news__single--pagination .prev span,
.news__single--pagination .next span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__single--pagination .prev span,
  .news__single--pagination .next span {
    display: none;
  }
}
.news__single--pagination .prev img,
.news__single--pagination .next img {
  width: 50px;
}
.news__single--pagination .backBtn {
  border: 2px solid #DDDDDD;
  border-radius: 200px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  display: block;
  padding: 20px 50px;
  transition: 0.3s ease;
}
.news__single--pagination .backBtn:hover {
  opacity: 1;
  background: #E62F63;
  color: #fff;
}

.inquiry {
  position: relative;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .inquiry {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.inquiry .ashirai {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .inquiry .ashirai {
    right: -70%;
  }
}
.inquiry__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inquiry__title {
  margin: 80px 0 100px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .inquiry__title {
    font-size: 8.5333333333vw;
    margin: 16vw 0 21.3333333333vw;
  }
}
.inquiry__form {
  position: relative;
  z-index: 2;
}
.inquiry__form--item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item {
    flex-direction: column;
    gap: 10px;
  }
}
.inquiry__form--item .title {
  width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .title {
    width: 100%;
  }
}
.inquiry__form--item .title.top {
  vertical-align: top;
  align-self: flex-start;
  padding-top: 20px;
}
.inquiry__form--item .title .required {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  border-radius: 50px;
  background: #E62F63;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .title .required {
    font-size: 12px;
  }
}
.inquiry__form--item .text {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .text {
    width: 100%;
  }
}
.inquiry__form--item .text select,
.inquiry__form--item .text input {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  height: 60px;
  border: none;
  padding: 18px 25px;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .text select,
  .inquiry__form--item .text input {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.inquiry__form--item .text textarea {
  width: 100%;
  height: 320px;
  border: none;
  padding: 18px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .text textarea {
    height: 240px;
    font-size: 16px;
    padding: 10px 20px;
  }
}
.inquiry__form--item .text .privacy__text {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 45px 40px;
  height: 320px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .inquiry__form--item .text .privacy__text {
    padding: 20px;
    height: 520px;
  }
}
.inquiry__form--item .text .privacy__text p {
  height: -moz-max-content;
  height: max-content;
  font-size: 16px;
  line-height: 1.7;
}
.inquiry__agree {
  margin-top: 40px;
}
.inquiry__agree p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.inquiry__agree--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.inquiry__agree--box input {
  width: 25px;
  height: 25px;
  margin: 0;
}
.inquiry__agree--box span {
  font-size: 16px;
}
.inquiry__btn {
  margin-top: 40px;
  text-align: center;
}
.inquiry__btn input {
  display: block;
  background: #fff;
  border-radius: 200px;
  border: 2px solid #DDDDDD;
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  width: 240px;
  padding: 20px 0;
  text-align: center;
  padding-right: 10px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .inquiry__btn input {
    font-size: 14px;
    width: 250px;
  }
}
.inquiry__btn input:hover {
  opacity: 1;
  background: #E62F63;
  color: #fff;
  background-image: url(../img/arrow-right-wh.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
}
.inquiry__btn input {
  cursor: pointer;
  margin: 0 auto;
}

.sitemap {
  position: relative;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.sitemap .ashirai {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sitemap .ashirai {
    right: -70%;
  }
}
.sitemap__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sitemap__title {
  margin: 80px 0 100px;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sitemap__title {
    font-size: 8.5333333333vw;
    margin: 16vw 0 21.3333333333vw;
  }
}
.sitemap__contents {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitemap__contents {
    display: block;
    padding: 40px 20px;
  }
}
.sitemap__lists {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sitemap__lists {
    width: 100%;
  }
}
.sitemap__list {
  padding: 25px 0;
  border-bottom: 1px solid #EDF1F5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sitemap__list {
    display: block;
    padding: 20px 0;
  }
}
.sitemap__list > a {
  padding-left: 30px;
  display: block;
  position: relative;
  font-weight: 500;
}
.sitemap__list > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #E62F63;
  height: 1px;
  width: 20px;
}
.sitemap__list ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sitemap__list ul {
    width: 100%;
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #EDF1F5;
  }
}
.sitemap__list ul a {
  font-weight: 400;
}

.interview {
  padding: 100px 40px;
  overflow: hidden;
}
.interview.bg_white {
  background: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  .interview.bg_white {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.interview__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.interview .section__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview .section__title {
    margin-bottom: 8vw;
  }
}
.interview__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview__lists {
    display: block;
  }
}
.interview .interviewSlider .swiper-button-next,
.interview .interviewSlider .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview .interviewSlider {
    position: relative;
  }
  .interview .interviewSlider .swiper-wrapper {
    gap: 0;
    display: flex;
  }
  .interview .interviewSlider .swiper-controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 36%;
    gap: 10px;
  }
  .interview .interviewSlider .swiper-button-next,
  .interview .interviewSlider .swiper-button-prev {
    display: block;
    width: 42px;
    height: 42px;
    position: unset;
  }
  .interview .interviewSlider .interview__list--contents {
    display: none;
  }
  .interview .interviewSlider .interview__list--img {
    padding-top: 29.3333333333vw;
  }
  .interview .interviewSlider .swiper-slide-active .interview__list--contents {
    display: block;
  }
  .interview .interviewSlider .swiper-slide-active .interview__list--img {
    padding-top: 0;
  }
  .interview .interviewSlider .swiper-slide-active .interview__list--img img {
    aspect-ratio: 0.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview__list {
  max-width: 100%;
  display: block;
}
.interview__list--img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview__list--img {
    width: 95%;
    margin: 0 auto;
  }
}
.interview__list--img img {
  width: 100%;
  border-radius: 14px;
}
.interview__list--contents {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .interview__list--contents {
    padding: 30px 0;
  }
}
.interview__list--title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview__list--title {
    font-size: 22px;
  }
}
.interview__list--name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview__list--name {
    font-size: 16px;
  }
}
.interview__list--year {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview__list--year {
    font-size: 16px;
  }
}
.interview__list .moreBtn {
  padding-right: 20px;
  background-size: 17px;
}

.style {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .style {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.style__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .style__inner {
    display: block;
  }
}
.style {
  position: relative;
}
.style::after {
  content: "";
  width: 586px;
  height: 690px;
  background: url(../img/recruit/ashirai-message.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .style::after {
    left: -90px;
    width: 281px;
    top: -30px;
    background-size: contain;
  }
}
.style__title {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .style__title {
    width: 100%;
  }
}
.style__lists {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .style__lists {
    margin-top: 16vw;
    width: 100%;
  }
}
.style__list {
  margin-bottom: 30px;
}
.style__list--title {
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .style__list--title {
    font-size: 4.2666666667vw;
  }
}
.style__list--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .style__list--text {
    font-size: 3.7333333333vw;
  }
}

.interview__main {
  padding: 80px 40px 130px;
}
@media screen and (max-width: 768px) {
  .interview__main {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.interview__main--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.interview__main--img {
  margin-bottom: 130px;
}
.interview__main--img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview__main--img {
    margin-bottom: 10.6666666667vw;
  }
}
.interview__main--contents {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .interview__main--contents {
    width: 100%;
  }
}
.interview__main--contents .title {
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interview__main--contents .title {
    font-size: 4.2666666667vw;
  }
}
.interview__main--contents .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview__main--contents .text {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.steps {
  background: url(../img/recruit/steps-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  padding: 100px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .steps {
    border-radius: 50px;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.steps__inner {
  max-width: 800px;
  margin: 0 auto;
}
.steps .section__title {
  text-align: center;
}
.steps .section__title h2,
.steps .section__title span {
  color: #fff;
}
.steps .services__list--title h3,
.steps .services__list--text {
  color: #383838;
}
.steps .services__lists {
  gap: 30px;
}

.schedule {
  padding: 300px 40px 100px;
  background: url(../img/recruit/schedule-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 45.3333333333vw 5.3333333333vw 21.3333333333vw;
    margin-top: -100px;
    margin-bottom: 80px;
    border-radius: 50px;
  }
}
.schedule__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.schedule__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__title {
    display: block;
  }
  .schedule__title .section__title {
    text-align: center;
  }
}
.schedule__title h2,
.schedule__title span {
  color: #fff;
}
.schedule__text {
  width: 42%;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .schedule__text {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.schedule .flow__sec--schedule {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .schedule .flow__sec--schedule {
    margin-top: 8vw;
  }
}
.schedule .flow__sec--schedule .schedule__item {
  color: #fff;
}
.schedule .flow__sec--schedule .schedule__item .item .time::after {
  background: #fff;
}
.schedule .flow__sec--schedule .schedule__item::before {
  background: #fff;
}
.schedule .flow__sec--schedule .schedule__item:nth-of-type(2)::before {
  background: #fff;
}

.policy__contents {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .policy__contents {
    display: block;
    padding: 40px 20px;
  }
}
.policy__contents p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.policy__contents p.right {
  text-align: right;
}
.policy__contents h3 {
  font-size: 24px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  margin-top: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .policy__contents h3 {
    width: 100%;
    font-size: 5.3333333333vw;
  }
}
.policy__contents h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .policy__contents h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.policy__contents ol {
  padding-left: 20px;
  margin-bottom: 40px;
}
.policy__contents ol li {
  list-style-type: decimal;
  line-height: 1.7;
}

.flow__sec {
  position: relative;
  z-index: 3;
}
.flow__sec + .flow__sec {
  margin-top: 20px;
}
.flow__sec--fv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -330px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__sec--fv {
    margin-bottom: -90px;
  }
}
.flow__sec--fv .section__title {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .flow__sec--fv .section__title {
    left: 20px;
    top: 25%;
  }
}
.flow__sec--fv .img {
  width: 80%;
  margin-left: auto;
}
.flow__sec--fv .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .flow__sec--fv .img img {
    transform: scale(1);
  }
}
.flow__sec--item {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .flow__sec--item {
    border-radius: 50px;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.flow__sec--item .inner {
  max-width: 1160px;
  margin: 0 auto;
}
.flow__sec--item .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.flow__sec--item .head .text {
  width: 60%;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head .text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .flow__sec--item .head .text.active {
    display: block;
    overflow: visible;
  }
}
.flow__sec--item .head .more {
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  background: url(../img/icon_plus.svg) no-repeat;
  background-position: top 0 left;
  background-size: 15px;
  cursor: pointer;
  display: none;
}
.flow__sec--item .head .more.active {
  background: url(../img/icon_minus.svg) no-repeat;
  background-position: top 8px left;
  background-size: 13px;
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head .more {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head .title {
    margin-bottom: 5.3333333333vw;
  }
}
.flow__sec--item .head .title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
}
.flow__sec--item .head .title h3 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head .title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.flow__sec--item .head .title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .flow__sec--item .head .title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.flow__sec--schedule {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule {
    display: block;
  }
}
.flow__sec--schedule .schedule__item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item {
    width: 100%;
  }
}
.flow__sec--schedule .schedule__item::before {
  content: "";
  width: 1px;
  background: #383838;
  height: 96%;
  position: absolute;
  bottom: 0;
  left: 18%;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item::before {
    height: 98%;
  }
}
.flow__sec--schedule .schedule__item:nth-of-type(2)::before {
  content: "";
  width: 1px;
  background: #383838;
  height: 70%;
  position: absolute;
  bottom: unset;
  top: 0;
  left: 18%;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item:nth-of-type(2)::before {
    height: 97%;
    top: -34px;
  }
}
.flow__sec--schedule .schedule__item .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item .item {
    margin-bottom: 8vw;
  }
}
.flow__sec--schedule .schedule__item .item .time {
  width: 20%;
  font-size: 32px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item .item .time {
    font-size: 5.3333333333vw;
  }
}
.flow__sec--schedule .schedule__item .item .time::after {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 86%;
  top: 50%;
  transform: translateY(-50%);
  background: #383838;
}
@media screen and (max-width: 1320px) {
  .flow__sec--schedule .schedule__item .item .time::after {
    left: 85%;
  }
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item .item .time::after {
    left: 84%;
  }
}
.flow__sec--schedule .schedule__item .item .content {
  width: 76%;
}
.flow__sec--schedule .schedule__item .item .content h4 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item .item .content h4 {
    font-size: 5.3333333333vw;
  }
}
.flow__sec--schedule .schedule__item .item .content p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__sec--schedule .schedule__item .item .content p {
    font-size: 3.7333333333vw;
  }
}

.environment {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .environment {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.environment__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.environment__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .environment__title {
    font-size: 5.8666666667vw;
  }
}
.environment ol {
  padding-left: 20px;
  margin-bottom: 20px;
  max-width: 880px;
}
.environment ol li {
  list-style-type: decimal;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .environment ol li {
    font-size: 3.7333333333vw;
  }
}
.environment__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .environment__text {
    font-size: 3.7333333333vw;
  }
}

.column {
  padding: 100px 40px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 21.3333333333vw 5.3333333333vw;
    border-radius: 50px;
  }
}
.column__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.column__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.column__title span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .column__title {
    font-size: 7.4666666667vw;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
  .column__title span {
    font-size: 3.2vw;
  }
}
.column__item + .column__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .column__item + .column__item {
    margin-top: 16vw;
  }
}
.column__item--title {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #E62F63;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column__item--title {
    font-size: 5.8666666667vw;
  }
}
.column__item--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column__item--box {
    display: block;
  }
}
.column__item--box + .column__item--box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .column__item--box + .column__item--box {
    mask-type: 10.6666666667vw;
  }
}
.column__item:nth-of-type(even) .column__item--box {
  flex-direction: row-reverse;
}
.column__item--img {
  width: 48%;
  overflow: hidden;
  padding: 0 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column__item--img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.column__item--img .swiper-slide {
  position: relative;
}
.column__item--img .swiper-slide span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 13px 20px;
  background: #fff;
  border-radius: 21px;
}
@media screen and (max-width: 768px) {
  .column__item--img .swiper-slide span {
    font-size: 11px;
    padding: 7px 14px;
  }
}
.column__item--img .swiper-button-prev {
  left: 0;
}
.column__item--img .swiper-button-next {
  right: 0;
}
.column__item--img .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.column__item--img .swiper-pagination-bullet-active {
  background: #E62F63;
}
.column__item--contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .column__item--contents {
    width: 100%;
  }
}
.column__item--contents h4 {
  font-weight: 500;
  font-size: 20px;
  color: #E62F63;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .column__item--contents h4 {
    font-size: 5.3333333333vw;
  }
}
.column__item--contents p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .column__item--contents p {
    font-size: 4.2666666667vw;
    margin-bottom: 25px;
  }
}
.column__item--contents .moreBtn {
  width: -moz-max-content;
  width: max-content;
  padding-right: 55px;
  padding-left: 40px;
  background-position: 96%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column__item--contents .moreBtn {
    padding-right: 35px;
    padding-left: 20px;
    font-size: 12px;
    margin: 0 auto 20px;
  }
}
.column__item--text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
.column__item--text.mt {
  margin-top: 60px;
}

.column__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .column__pagination {
    margin-top: 10.6666666667vw;
    gap: 20px;
    margin-bottom: 21.3333333333vw;
  }
}
.column__pagination--prev, .column__pagination--next {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column__pagination--prev span, .column__pagination--next span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .column__pagination--prev span, .column__pagination--next span {
    display: none;
  }
}
.column__pagination--prev img, .column__pagination--next img {
  width: 50px;
}
.column__pagination .backBtn {
  border: 2px solid #DDDDDD;
  border-radius: 200px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  display: block;
  padding: 20px 50px;
  transition: 0.3s ease;
}
.column__pagination .backBtn:hover {
  opacity: 1;
  background: #E62F63;
  color: #fff;
}

.sustainability {
  padding: 100px 40px;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainability {
    padding: 16vw 5.3333333333vw;
    border-radius: 50px;
  }
}
.sustainability__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sustainability .right__text {
  text-align: right;
  line-height: 1.7;
  font-size: 18px;
}
.sustainability__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainability__title {
    font-size: 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sustainability .mission__box {
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
}

.policies {
  padding: 70px 40px 150px;
}
@media screen and (max-width: 768px) {
  .policies {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.policies__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url(../img/policy-bg.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .policies__inner {
    background: url(../img/policy-bg-sp.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.policies .section__title {
  text-align: center;
}
.policies__lists {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .policies__lists {
    margin-top: 16vw;
    gap: 10px;
  }
}
.policies__list {
  width: 100%;
  border-radius: 40px;
  background: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .policies__list {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.policies__list:nth-child(4), .policies__list:nth-child(5) {
  width: 48%;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .policies__list:nth-child(4), .policies__list:nth-child(5) {
    padding: 30px 20px;
  }
}
.policies__list h3 {
  color: #E62F63;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .policies__list h3 {
    font-size: 6.4vw;
  }
}
.policies__list p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .policies__list p {
    font-size: 3.7333333333vw;
  }
}
.policies__list ul {
  padding-left: 15px;
}
.policies__list ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .policies__list ul li {
    font-size: 3.7333333333vw;
  }
}
.policies__list.bg {
  color: #fff;
  background: #E62F63;
}
.policies__list.bg h3 {
  color: #fff;
}

.promotion {
  background: #fff;
  border-radius: 100px;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .promotion {
    margin-top: 40px;
    padding: 26.6666666667vw 5.3333333333vw;
    border-radius: 50px;
  }
}
.promotion__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.promotion .section__title {
  margin-top: -150px;
  margin-bottom: 50px;
}

.material {
  padding: 130px 40px 150px;
}
@media screen and (max-width: 768px) {
  .material {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.material__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.material .section__title {
  text-align: center;
}
.material__img {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material__img {
    margin-top: 8vw;
  }
}
.material__lists {
  margin-bottom: 60px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .material__lists {
    display: block;
  }
}
.material__lists li {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .material__lists li {
    font-size: 3.4666666667vw;
  }
}
.material h3 {
  text-align: center;
  background: #E62F63;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .material h3 {
    font-size: 4.8vw;
    padding: 4px 8px;
  }
}
.material__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.material__item {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .material__item {
    padding: 8vw 5.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
}
.material__item--icon {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .material__item--icon {
    width: 130px;
    margin-bottom: 15px;
  }
}
.material__item--contents {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .material__item--contents {
    width: 100%;
  }
}
.material__item--contents h4 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .material__item--contents h4 {
    flex-direction: column;
    gap: 15px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.material__item--contents h4 .icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.material__item--contents h4 .icons img {
  width: 40px;
}
.material__item--contents p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .material__item--contents p {
    font-size: 4.2666666667vw;
  }
}

.evaluation {
  background: #fff;
  border-radius: 100px;
  padding: 100px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .evaluation {
    border-radius: 50px;
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.evaluation__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.evaluation .section__title {
  margin-top: -150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .evaluation .section__title {
    margin-top: -120px;
    margin-bottom: 30px;
  }
}
.evaluation__lists {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .evaluation__lists {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .evaluation__list {
    aspect-ratio: 1;
    width: 48%;
    text-align: center;
  }
  .evaluation__list img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: auto;
  }
}

.recruitment {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .recruitment {
    padding: 21.3333333333vw 5.3333333333vw;
    display: none;
  }
}
.recruitment__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.recruitment__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.recruitment__list {
  padding: 40px;
  border-radius: 10px;
  background: linear-gradient(to right, #E7516D, #D32E53);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.recruitment__list:hover {
  opacity: 0.8;
}
.recruitment__list .arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50px;
}
.recruitment__list--img {
  position: absolute;
  top: 0;
  right: -2px;
  width: 45%;
}
.recruitment__list--contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .recruitment__list--contents {
    width: 65%;
  }
}
.recruitment__list--text {
  line-height: 1.7;
}
.recruitment__list--title {
  position: relative;
  z-index: 2;
}
.recruitment__list--title span {
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruitment__list--title span {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.recruitment__list--title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .recruitment__list--title h3 {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.recruitment__list--title h3::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #fff;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .recruitment__list--title h3::after {
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.entry {
  padding: 100px 40px;
  border-radius: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  background: #D7000F;
  position: relative;
}
.entry::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(253, 233, 76, 0.6), rgba(248, 43, 197, 0.6));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 21.3333333333vw 5.3333333333vw;
    border-radius: 50px;
    margin-bottom: 60px;
  }
}
.entry__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.entry .section__title {
  text-align: center;
  color: #fff;
}
.entry .section__title h2 {
  color: #fff;
}
.entry h3 {
  margin: 30px auto 20px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry h3 {
    font-size: 5.8666666667vw;
    margin: 8vw auto 5.3333333333vw;
  }
}
.entry p {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entry p {
    font-size: 4.2666666667vw;
  }
}
.entry__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry__btns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.entry__btns a {
  display: block;
  background: #fff;
  border-radius: 200px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  color: #E62F63;
  padding-right: 10px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
  border: 2px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .entry__btns a {
    font-size: 4.8vw;
    background-image: none;
    height: 20.8vw;
  }
}

.wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap {
    overflow: visible;
  }
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  appearance: none;
  /* 標準矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 12px;
  /* 右に余白 */
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}

/* 矢印を疑似要素で作る */
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.inquiry__agree--box p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.thanks__message {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .thanks__message {
    text-align: left;
  }
}/*# sourceMappingURL=page.css.map */