/* top.css */


/* topページ全体 */
main {
  background-color: var(--purple-bg);
}

.top-content {
  position: relative;
  width: 100%;
}

.top-content__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: initial;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-content__inner {
    padding: 0 3%;
  }
}

.content-area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: initial;
}

.content__title {
  font-size: 60px;
  color: var(--purple);
  font-weight: 500;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width:768px) {
  .content__title {
    font-size: 48px;
  }
}
@media screen and (max-width:425px) {
  .content__title {
    font-size: 36px;
  }
}

.content__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
}
@media screen and (max-width:425px) {
  .content__subtitle {
    font-size: 16px;
  }
}

.bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bg-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* main visual */
.main-visual {
  position: relative;
}

.main-visual__image {
  display: block;
}

.main-visual__image-sp {
  display: none;
}

@media screen and (max-width:768px) {
  .main-visual__image {
    display: none;
  }

  .main-visual__image-sp {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .main-visual .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  .main-visual .swiper-pagination-bullet-active {
    background: var(--orange);
  }
}

.main-visual__catch {
  position: absolute;
  top: 55%;
  left: 5%;
  z-index: 2;
}

@media screen and (max-width:768px) {
  .main-visual__catch {
    top: auto;
    bottom: 60px;
  }
}

.main-visual__lead {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 15px 3px;
  background-color: #FFF;
  color: var(--purple);
}

.main-visual__lead span {
  color: var(--orange);
}

.main-visual__sub {
  font-size: 32px;
  margin: 0;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .main-visual__lead {
    font-size: 30px;
  }

  .main-visual__sub {
    font-size: 22px;
  }
}

@media screen and (max-width:425px) {
  .main-visual__lead {
    font-size: 22px;
  }

  .main-visual__sub {
    font-size: 18px;
  }
}

/* about */
.about {
  margin-top: 90px;
}

@media screen and (max-width:768px) {
  .about {
    margin-top: 0;
  }
}

.about .top-content__inner {
  padding: 90px 0;
}

.about .content-area {
  position: relative;
  z-index: 1;
}

.about .image-area {
  position: absolute;
  top: 90px;
  right: 0;
  width: 330px;
}

@media screen and (max-width:768px) {
  .about .image-area {
    width: 200px;
    top: 200px;
  }
}

.about__title {
  font-size: 32px;
  margin-bottom: 30px;
  font-family: "Josefin Sans", sans-serif;
  color: var(--purple);
}

@media screen and (max-width:425px) {
  .about__title {
    font-size: 24px;
  }
}


.about__lead {
  display: inline-block;
  font-size: 36px;
  color: var(--purple);
  font-weight: bold;
  letter-spacing: -.4em;
}

@media screen and (max-width:768px) {
  .about__lead {
    font-size: 26px;
  }
}

.about__text-block {
  display: inline-block;
  padding: 0 10px 3px;
  letter-spacing: 0.02em;
  background-color: #FFF;
  margin-bottom: 14px;
  margin-right: -14px;
}

.about__text-block span {
  color: var(--orange);
}

.about__text {
  font-size: 20px;
  line-height: 2.2em;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .about__text {
    margin-top: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width:425px) {
  .about__text {
    margin-top: 50px;
    font-size: 16px;
  }
}

/* matching */
.top-content.matching{
  margin: 0 auto;
  max-width: 1280px;
}

.matching .top-content__inner {
  background-color: #FFF;
  border-radius: 20px;
  padding: 15px;
  margin: 0 3%;
}

.matching .matching__bg {
  background-color: var(--orange);
  border-radius: 10px;
  position: relative;
}

.matching .matching__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/top/match_bg.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width:1024px) {
  .matching .matching__bg::before {
    background-image: url('../img/top/match_bg-sp.png');
    top: 10%;
    height: 90%;
    background-position: top;
    background-size: cover;
    border-radius: 0 0 10px 10px;
  }
}

.matching .content-area {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 70px 0 80px;
}

@media screen and (max-width:1024px) {
  .matching .content-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    max-width: 500px;
  }

  .matching .content-area > div:nth-child(1) {
    order: 2;
  }

  .matching .content-area > div:nth-child(2) {
    order: 1;
  }

  .matching .content-area > div:nth-child(3) {
    order: 3;
  }
}

@media screen and (max-width:768px) {
  .matching .content-area {
    max-width: 400px;
    padding: 45px 0 10px;
  }
}

.matching .text-area {
  text-align: center;
}

@media screen and (max-width:1024px) {
  .matching .text-area {
    width: 100%;
  }
}

.matching__heading {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  border-bottom: 4px dotted #FFF;
}

.matching__lead {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  margin: 40px 0 0;
}

.matching__decowrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.matching__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  font-size: 60px;
  font-weight: 700;
  color: var(--purple);
  border-radius: 5px;
  width: 80px;
  height: 80px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.matching__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.matching__sub::before{
  content: '';
  display: inline-block;
  height: 1em;
  transform: rotate(-15deg);
  border-right: 2px solid #FFF;
  margin-right: .5em;
}
.matching__sub::after{
  content: '';
  display: inline-block;
  height: 1em;
  transform: rotate(15deg);
  border-right: 2px solid #FFF;
  margin-left: .5em;
}

.matching__deco:nth-child(3),
.matching__deco:nth-child(4) {
  color: var(--orange);
}
@media screen and (max-width:768px) {
  .matching__heading{
    font-size: 25px;
    display: inline-block;
  }
  .matching__lead{
    font-size: 32px;
    margin-top: 32px;
  }
  .matching__deco{
    width: 64px;
    height: 64px;
    font-size: 48px;
  }
  .matching__sub{
    font-size: 24px;
    margin-top: 24px;
    padding: 0 10px;
  }
}
@media screen and (max-width:425px) {
  .matching__heading{
    font-size: 20px;
  }
  .matching__lead{
    font-size: 25px;
    margin-top: 25px;
  }
  .matching__deco{
    width: 50px;
    height: 50px;
    font-size: 38px;
  }
  .matching__sub{
    font-size: 18px;
    margin-top: 18px;
  }
}

.matching .image-area {
  width: 230px;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .matching .image-area {
    flex: 1;
  }
}
@media screen and (max-width:768px) {
  .matching .image-area {
    flex: 0 1 30%;
  }
}




.button--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  color: var(--orange);
  background-color: #FFF;
  font-weight: 700;
  border-radius: 999px;
  position: relative;
  width: 300px;
  height: 80px;
  margin: 30px auto 0;
  padding-top: 8px;
  cursor: pointer;
}
@media screen and (max-width:425px) {
  .button--primary {
    width: 240px;
    height: 64px;
    font-size: 24px;
  }
}


.button--primary::after {
  content: '→';
  color: var(--orange);
  position: absolute;
  right: 30px;
}

.quiz {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 100%;
  max-width: 540px;
  height: 420px;
}
@media screen and (max-width:1024px) {
  .quiz{
    top: 50px;
    transform: translate(-50% , 0);
  }
}
@media screen and (max-width:425px) {
  .quiz{
    height: 340px;
  }
}

.question {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 70px 60px;
}
@media screen and (max-width:768px) {
  .question {
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width:425px) {
  .question {
    justify-content: space-between;
  }
}

.questions-wrapper {
  height: 100%;
  position: relative;
}

.quiz__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url('../img/top/quiz_close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}

.question__number {
  font-size: 70px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  color: var(--orange);
}
@media screen and (max-width:425px) {
  .question__number {
    font-size: 56px;
    line-height: 1;
  }
}

.question p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width:425px) {
  .question p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.question__button--wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: auto;
}
@media screen and (max-width:425px) {
  .question__button--wrapper {
    margin-top: 0;
  }
}

.question button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  max-width: 200px;
  flex: 1;
  height: 60px;
  border-radius: 999px;
  cursor: pointer;
}

.question button.yes {
  background-color: var(--orange);
}

.question button.no {
  background-color: #726B66;
}

.question button.back {
  position: absolute;
  top: 0;
  left: 20px;
  color: var(--black-font);
  background-color: initial;
}
@media screen and (max-width:425px) {
  .question button.back {
    font-size: 16px;
  }
}

#result {
  height: 100%;
  padding: 15px 0;
}

.result__lead {
  font-size: 24px;
  color: var(--orange);
  font-weight: 600;
}
@media screen and (max-width:425px) {
  .result__lead {
    font-size: 18px;
  }
}

.result__deco--wrap {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
}

.result__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width:425px) {
  .result__deco {
    font-size: 32px;
    width: 48px;
    height: 48px;
  }
}

.result__deco:last-child {
  background-color: var(--orange);
}

.result__disp {
  font-size: 76px;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: var(--purple);
}
@media screen and (max-width:425px) {
  .result__disp {
    font-size: 60px;
    margin-top: 10px;
  }
}

#result-message {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width:425px) {
  #result-message {
    font-size: 16px;
  }
}

#restart {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
}

.reslut__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 70px;
  color: #FFF;
  background-color: var(--purple);
  font-size: 30px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 999px;
  margin: 20px auto 0;
  position: relative;
  padding-top: 8px;
}

.reslut__button::after {
  content: '→';
  color: #FFF;
  position: absolute;
  right: 30px;
}
@media screen and (max-width:425px) {
  .reslut__button {
    font-size: 24px;
    max-width: 250px;
    height: 56px;
  }
  .reslut__button::after {
    right: 15px;
  }
}


/* work style */
.work {
  margin-top: 140px;
}
@media screen and (max-width:768px){
  .work{
    margin-top: 100px;
  }
}
.work .top-content__inner {
  text-align: center;
}

.work__lead {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: var(--purple);
  margin: 50px auto 0;
  background-color: #FFF;
  padding: 0 10px;
}
@media screen and (max-width:768px){
  .work__lead{
    font-size: 30px;
  }
}
@media screen and (max-width:425px){
  .work__lead{
    font-size: 24px;
  }
}

.work__wrap {
  margin-top: 80px;
}

.work__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:1024px) {
  .work__list {
    gap: 70px 20px;
  }
}

.work__item {
  background-color: #fff;
  border-radius: 10px;
  flex: 1 1 calc(25% - 20px);
  padding: 70px 24px 40px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
@media screen and (max-width:1024px) {
  .work__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media screen and (max-width:768px) {
  .work__item {
    flex: 1 1 calc(100%);
  }
}

.work__photo {
  flex: 1 1 35%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}

.work__badge {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 96px;
}

.work__badge--blue {
  color: var(--deco-blue);
}

.work__badge--yellow {
  color: var(--deco-yellow);
}

.work__badge--pink {
  color: var(--deco-pink);
}

.work__badge--green {
  color: var(--deco-green);
}

.work__badge--orange {
  color: var(--orange);
}

.work__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .work__item-head{
    flex-direction: column;
  }
}

.work__item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--purple);
  text-align: center;
}

.work__item-text {
  font-size: 16px;
}

.work__item--full {
  flex: 0 1 80%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 40px;
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .work__item--full {
    margin-top: 0;
  }
}
@media screen and (max-width:1024px) {
  .work__item--full .work__item-text {
    margin-bottom: 30px;
  }
}

.work__item--full .image-area {
  width: 50%;
}

.work__item--full .text-area {
  width: 44%;
}

@media screen and (max-width:1024px) {
  .work__item--full {
    flex-direction: column-reverse;
  }
  .work__item--full .image-area {
    width: 100%;
  }
  .work__item--full .text-area {
    width: 100%;
  }
  .work__item--full .text-area {
    margin-top: -60px;
  }
}
@media screen and (max-width:768px) {
  .work__item--full {
    flex: 1 100%;
    padding: 24px;
  }
}

.work__item--full .work__item-head {
  justify-content: start;
  gap: 23px;
  margin-bottom: 25px;
  height: auto;
}

.work__item--full .work__badge {
  position: initial;
  transform: translateX(0);
}

.work__item--full .work__item-title {
  font-size: 32px;
}
@media screen and (max-width:768px) {
  .work__item--full .work__item-title {
    font-size: 24px;
  }
}

.work__lion {
  position: absolute;
  bottom: -50px;
  left: -100px;
  width: 200px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .work__lion {
    left: 0;
    bottom: -20px;
    width: 20%;
  }
}


/* business */
.business {
  margin-top: 140px;
}
.business__bg--pc{
  display: block;
}
.business__bg--sp{
  display: none;
}
@media screen and (max-width:1024px){
  .business__bg--pc{
    display: none;
  }
  .business__bg--sp{
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
  }
}

.business .top-content__inner {
  text-align: center;
}

.business__lead {
  font-size: 20px;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .business__lead {
    font-size: 16px;
  }
}

.business__circle {
  position: relative;
  max-width: 1080px;
  height: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width:1024px) {
  .business__circle {
    height: auto;
  }
}

.business__logo {
  position: absolute;
  width: 240px;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:1024px) {
  .business__logo {
    display: none;
  }
}

.business__items {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.business__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transform-origin: center center;
}
.business__item--logo-sp{
  display: none;
}

@media screen and (max-width:1024px) {
  .business__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
  }

  .business__item {
    position: relative;
    height: auto;
    aspect-ratio: 1/1;
  }

  .business__item--logo-sp{
    display: flex;
    background: none;
    box-shadow: none;
  }
}
@media screen and (max-width:768px) {
  .business__items {
    justify-content: center;
    max-width: 500px;
    gap: 8px;
  }
}

.business__item-title {
  font-weight: 500;
  margin: 0 30px 10px;
  font-size: 20px;
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 10px;
}
@media screen and (max-width:768px) {
  .business__item-title {
    font-size: 16px;
  }
}
@media screen and (max-width:425px) {
  .business__item-title {
    margin: 0 20px 4px;
    padding-bottom: 4px;
  }
}

.business__item-text {
  font-size: 14px;
  margin: 0 20px;
  word-break: auto-phrase;
}
@media screen and (max-width:768px) {
  .business__item-text {
    font-size: 12px;
  }
}

.business__item--1 {
  top: 0%;
  left: 0;
}

.business__item--2 {
  top: 64%;
  left: 26%;
  transform: translate(-50%, -50%);
}

.business__item--3 {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.business__item--4 {
  top: 64%;
  left: 74%;
  transform: translate(-50%, -50%);
}

.business__item--5 {
  top: 0;
  left: 100%;
  transform: translate(-100%, 0);
}

@media screen and (max-width:1024px) {

  .business__item--1,
  .business__item--2,
  .business__item--3,
  .business__item--4,
  .business__item--5 {
    top: auto;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width:768px) {
  .business__item--1,
  .business__item--2,
  .business__item--3,
  .business__item--4,
  .business__item--5,
  .business__item--logo-sp {
    width: calc(50% - 8px);
  }
}

/* job introduction */
.job {
  margin-top: 140px;
  text-align: center;
}

.job__lead {
  margin-top: 50px;
  display: inline-block;
  background-color: var(--orange);
  color: #fff;
  padding: 0 15px;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width:768px) {
  .job__lead {
    font-size: 24px;
  }
}

.job__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px 24px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border-radius: 20px;
  padding: 50px;
}

@media screen and (max-width:768px) {
  .job__list {
    padding: 25px;
    max-width: 600px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width:425px) {
  .job__list {
    padding: 25px 4%;
  }
}

.job__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.job__icon {
  width: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}
@media screen and (max-width:425px) {
  .job__icon {
    margin-bottom: 7px;
  }
}

.job__text {
  font-size: 20px;
  font-weight: 700;
  word-break: auto-phrase;
}

@media screen and (max-width:425px) {
  .job__text {
    font-size: 16px;
  }
}



/* reason */
.reason .top-content__inner {
  text-align: center;
  margin-top: 100px;
}

.reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.reason__list li {
  flex: 0 1 410px;
  min-height: 180px;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width:425px) {
  .reason__list li {
    padding: 8px;
  }
}

.reason__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
}
@media screen and (max-width:425px) {
  .reason__head {
    height: 40px;
  }
}

.reason__number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #FFF;
  display: block;
  margin-right: 5px;
  line-height: 1;
  padding-top: 6px;
}
@media screen and (max-width:425px) {
  .reason__number {
    font-size: 24px;
    padding-top: 4px;
  }
}


.reason__title {
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width:425px) {
  .reason__title {
    font-size: 16px;
  }
}

.reason__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width:425px) {
  .reason__text {
    font-size: 15px;
  }
}

.reason__item--1 .reason__head {
  background-color: var(--deco-green);
}

.reason__item--2 .reason__head {
  background-color: var(--deco-blue);
}

.reason__item--3 .reason__head {
  background-color: var(--deco-pink);
}

.reason__item--4 .reason__head {
  background-color: var(--deco-yellow);
}

.reason__item--5 .reason__head {
  background-color: var(--orange);
}

.reason__item--1 .reason__text {
  line-height: 1.6;
}


.reason--deco {
  font-size: 24px;
  font-weight: bold;
  margin: 0 3px;
  display: inline-block;
}

.reason--s-small {
  font-size: 20px;
}

.reason--s-big {
  font-size: 30px;
}

@media screen and (max-width:425px) {
  .reason--deco {
    font-size: 20px;
    font-weight: bold;
    margin: 0 3px;
  }

  .reason--s-small {
    font-size: 17px;
  }

  .reason--s-big {
    font-size: 24px;
  }

}

.reason--serif {
  font-family: "Zen Old Mincho", serif;
}

.reason--rounded {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.reason--f-purple {
  color: var(--purple);
}

.reason--f-green {
  color: var(--deco-green);
}

.reason--f-orange {
  color: var(--orange);
}

.reason--f-pink {
  color: var(--deco-pink);
}

.reason--f-blue {
  color: var(--deco-blue);
}

.reason--f-yellow {
  color: var(--deco-yellow);
}

.reason--bg-orange {
  background-color: var(--orange);
  color: #FFF;
  padding: 0 5px 2px;
  margin: 10px 3px;
  display: inline-block;
  line-height: 1.2;
}

.reason--bg-purple {
  background-color: var(--purple);
  color: #FFF;
  padding: 0 5px 2px;
  margin: 10px 3px;
  display: inline-block;
  line-height: 1.2;
}

.reason--bg-blue {
  background-color: var(--deco-blue);
  color: #FFF;
  padding: 0 5px 2px;
  margin: 10px 3px;
  display: inline-block;
  line-height: 1.2;
}

.reason--u-purple{
  border-bottom: 2px solid var(--purple);
  padding-bottom: 2px;
}

.reason--outline {
  font-family: sans-serif;
  color: #FFF;
  -webkit-text-stroke: 1.5px var(--purple);
  text-stroke: 1.5px var(--purple);
}

.reason--border-radius{
  display: inline-block;
  border: 1px solid var(--purple);
  border-radius: 999px;
  padding: 5px 8px;
  background-color: #FFF;
  color: var(--purple);
  line-height: 1;
  margin-right: 3px;
}

@media screen and (max-width:425px) {
  .reason--outline {
    -webkit-text-stroke: 1px var(--purple);
    text-stroke: 1px var(--purple);
  }
}


/* message */
.message .top-content__inner {
  margin-top: 160px;
  overflow: hidden;
}
.message__header--pc{
  display: block;
}
.message__header--sp{
  display: none;
}
@media screen and (max-width:768px) {
  .message__header--pc{
    display: none;
  }
  .message__header--sp{
    display: block;
    text-align: center;
  }
}

.message__bg--pc{
  display: block;
}

.message__bg--sp{
  display: block;
}
@media screen and (max-width:768px) {
  .message__bg--pc{
    display: none;
  }

  .message__bg--sp{
    display: block;
    width: 100vw;
    top: 85%;
    left: 0;
    transform: translate(-50%, -50%);
  }

  .message__bg--sp img{
    width: 200vw;
    max-width: none;
  }
}


.message__content-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .message__content-wrap{
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}

.message .text-area {
  width: 50%;
}

.message .image-area {
  width: 40%;
  position: relative;
}

.message .image-area img{
  position: relative;
}
@media screen and (max-width:768px) {
  .message .text-area {
    width: 100%;
    position: relative;
  }

  .message .image-area {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.message__catch {
  font-weight: 700;
  font-size: 36px;
  background: white;
  color: var(--purple);
  padding: 0 10px;
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  .message__catch {
    font-size: 28px;
  }
}
@media screen and (max-width:425px) {
  .message__catch {
    font-size: 24px;
  }
}

.message--orange {
  color: var(--orange);
}

.message__text {
  margin-top: 30px;
  line-height: 2;
}

.message__name {
  margin-top: 40px;
  font-weight: bold;
  text-align: right;
}

/* company */
.company {
  color: #fff;
  text-align: center;
  padding: 60px 0 100px;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .company {
    margin-top: 120px;
  }
}

.company .bg-area {
  height: 100%;
}

.company__title {
  font-size: 36px;
  color: #FFF;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width:1024px) {
  .company__title {
    margin-top: 30px;
  }
}
@media screen and (max-width:768px) {
  .company__title {
    font-size: 24px;
  }
}
.company__title::after{
  content: '';
  background-image: url('../img/top/company_lion.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 230px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .company__title::after{
    width: 102px;
    height: 138px;
    right: 50%;
    top: -150px;
    transform: translate(50%, 0);
  }
}

.company__list {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width:768px) {
  .company__list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

.company__list li {
  width: 23%;
  border: 3px solid var(--purple);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .company__list li {
    width: 48%;
  }
}

.company__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--purple);
  font-weight: 600;
  font-size: 24px;
  padding: 32px 0;
}
@media screen and (max-width:768px) {
  .company__button {
    font-size: 20px;
    padding: 26px 0;
  }
}

/* recruit cards */
.recruit {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 100px;
}

.recruit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width:425px) {
  .recruit__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit-card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width:425px) {
  .recruit-card {
    padding: 15px;
  }
}

.recruit-card__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.recruit-card__tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  padding: 4px 15px;
  border-radius: 999px;
}
@media screen and (max-width:425px) {
  .recruit-card__tag {
    font-size: 12px;
    top: 20px;
    left: 20px;
  }
}

.tag__purple {
  background-color: var(--purple);
}

.tag__blue {
  background-color: #72C2EB;
}

.tag__yellow {
  background-color: #BBD913;
}

.recruit-card__title {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width:425px) {
  .recruit-card__title {
    font-size: 16px;
  }
}

.recruit__more {
  margin-top: 50px;
}

.recruit__more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  font-size: 16px;
  font-weight: 600;
  width: 300px;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width:425px) {
  .recruit__more a {
    max-width: 100%;
  }
}

.recruit__more a::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../img/top/recruit_button-icon.png');
  background-size: contain;
}