@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.fv {
  padding-top: 18rem;
}
.fv_content {
  overflow: hidden;
}
.fv_content_title {
  margin-left: calc((100vw - 1200px) / 2);
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10rem;
}
.fv_content_cards {
  height: 31rem;
  position: relative;
  width: 170rem;
  transform: translateX(calc((100vw - 170rem) / 2));
}
.fv_content_cards_card {
  width: 20rem;
  height: 27rem;
  position: absolute;
  transform-origin: bottom;
  border-radius: 3rem;
  background-color: #F8F8F8;
}
.fv_content_cards_card:nth-child(1) {
  border: 0.2rem solid #C48AB9;
}
.fv_content_cards_card:nth-child(1)::before {
  content: url(../images/fv_purson-1.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(2) {
  border: 0.2rem solid #66BF9D;
}
.fv_content_cards_card:nth-child(2)::before {
  content: url(../images/fv_purson-2.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(3) {
  border: 0.2rem solid #F7B33C;
}
.fv_content_cards_card:nth-child(3)::before {
  content: url(../images/fv_purson-3.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(4) {
  border: 0.2rem solid #B7D450;
}
.fv_content_cards_card:nth-child(4)::before {
  content: url(../images/fv_purson-4.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(5) {
  border: 0.2rem solid #4CACE2;
}
.fv_content_cards_card:nth-child(5)::before {
  content: url(../images/fv_purson-5.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(6) {
  border: 0.2rem solid #EE86A8;
}
.fv_content_cards_card:nth-child(6)::before {
  content: url(../images/fv_purson-6.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_card:nth-child(7) {
  border: 0.2rem solid #00A29A;
}
.fv_content_cards_card:nth-child(7)::before {
  content: url(../images/fv_purson-7.svg);
  display: inline-block;
  width: 17rem;
  margin: 2.5rem 1.5rem 0;
}
.fv_content_cards_bg {
  width: 25rem;
  height: 150%;
  position: absolute;
  top: 0;
}
.fv_content_cards_bg-left {
  left: 5rem;
  transform-origin: right;
  background: linear-gradient(to left, rgba(248, 248, 248, 0), rgb(248, 248, 248));
}
.fv_content_cards_bg-left::after {
  content: "";
  width: 10000rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 25rem;
  background-color: #F8F8F8;
}
.fv_content_cards_bg-right {
  right: 5rem;
  transform-origin: left;
  background: linear-gradient(to right, rgba(248, 248, 248, 0), rgb(248, 248, 248));
}
.fv_content_cards_bg-right::after {
  content: "";
  width: 10000rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25rem;
  background-color: #F8F8F8;
}
.fv_content_philosophy {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 17rem 0;
  position: relative;
  z-index: 5;
}
.fv_content_philosophy::before {
  content: "";
  width: 97rem;
  height: 97rem;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) scaleX(3.1);
  background: linear-gradient(to bottom, rgba(76, 172, 226, 0.5), rgb(76, 172, 226));
  border-radius: 100vw;
}
.fv_content_philosophy_text {
  font-family: "Zen Old Mincho";
  line-height: 1.8;
  font-size: 2rem;
  color: white;
  margin-left: calc((100vw - 1100px) / 2);
}
.fv_content_philosophy_text p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.fv_content_philosophy_text p span {
  font-size: 3.2rem;
}
.fv_content_philosophy_logo {
  width: 18rem;
  margin-right: calc((100vw - 1100px) / 2);
}

.content {
  margin: 10rem 0;
}
.content_inner {
  margin: 0 calc((100vw - 1100px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_inner_description_subtitle {
  font-size: 2.2rem;
  color: #F7B33C;
  margin-bottom: 1.2rem;
  letter-spacing: 0.4rem;
}
.content_inner_description_title {
  font-size: 6.2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.3rem;
}
.content_inner_description_text {
  font-size: 1.8rem;
  line-height: 2.5;
  width: 50rem;
}

.company .content_inner_image img {
  border-radius: 3rem;
  box-shadow: 1.5rem 1.5rem 0 #F7B33C;
}
.company .content_inner_description {
  text-align: end;
}

.office {
  display: flex;
  justify-content: space-between;
  margin: 10rem calc((100vw - 1000px) / 2 + 5rem) 20rem;
}
.office_content {
  text-align: center;
}
.office_content_title {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.office_content_caption {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.office_content_image {
  margin-bottom: 4rem;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.office_content_image img {
  border-radius: 3rem;
}
.office_content_button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #F7B33C;
  font-size: 2rem;
  border: 0.15rem solid #F7B33C;
  border-radius: 100vw;
  padding: 1rem 7rem;
}
.office_content_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #F7B33C; /* thickness, color */
  border-right: 0.2rem solid #F7B33C;
  transform: rotate(45deg);
}
.office_content:first-child {
  margin-right: 10rem;
}

.about {
  padding: 10rem 0 8rem;
  text-align: center;
  background: linear-gradient(to bottom, rgba(76, 172, 226, 0.2), rgba(76, 172, 226, 0.1));
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}
.about_subtitle {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}
.about_title {
  font-size: 6.2rem;
  margin-bottom: 7rem;
  letter-spacing: 0.4rem;
}
.about_links {
  margin: 0 calc((100vw - 1000px) / 2) 10rem;
  text-align: left;
}
.about_links_smalls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.about_links_smalls_button {
  width: calc(500px - 2rem);
  background-color: white;
  padding: 5rem 6rem;
  border-radius: 3rem;
  position: relative;
}
.about_links_smalls_button_subtitle {
  font-size: 1.6rem;
  color: #4CACE2;
  margin-bottom: 0.7rem;
  letter-spacing: 0.2rem;
}
.about_links_smalls_button_title {
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
}
.about_links_smalls_button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #F7B33C;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 2rem;
}
.about_links_smalls_button::after {
  position: absolute;
  top: 2rem;
  right: 2rem;
  content: url(../images/arrow.svg);
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  transform: scale(1);
}
.about_links_recruit {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 3rem;
  position: relative;
}
.about_links_recruit_inner {
  display: flex;
  width: 100%;
}
.about_links_recruit_inner_image {
  width: 32rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url(../images/recruit_visual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.about_links_recruit_inner_content {
  padding: 5rem;
  padding-right: 4rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.about_links_recruit_inner_content_text_copy {
  display: flex;
  justify-content: space-between;
  font-size: 3.6rem;
  color: #4CACE2;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.about_links_recruit_inner_content_illust {
  width: 24rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3rem;
}
.about_links_recruit_inner::before {
  content: "採用サイトはこちら";
  color: white;
  font-size: 1.8rem;
  position: absolute;
  vertical-align: middle;
  top: 2rem;
  right: 6rem;
}
.about_links_recruit::before {
  content: "";
  color: white;
  font-size: 1.8rem;
  position: absolute;
  vertical-align: middle;
  top: 0;
  right: 0;
  width: 27rem;
  height: 6rem;
  background-color: #F7B33C;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 2rem;
}
.about_links_recruit::after {
  content: url(../images/arrow.svg);
  position: absolute;
  top: 2rem;
  right: 2rem;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  transform: scale(1);
}

@media (max-width: 1300px) {
  .fv_content_title {
    margin-left: calc((100vw - 900px) / 2);
    font-size: 6rem;
  }
  .fv_content_philosophy_text {
    margin-left: calc((100vw - 900px) / 2);
  }
  .fv_content_philosophy_logo {
    width: 12rem;
    margin-right: calc((100vw - 900px) / 2);
  }
  .content_inner {
    margin: 0 calc((100vw - 850px) / 2);
  }
  .content_inner_description_text {
    width: 46rem;
  }
  .company .content_inner {
    gap: 3rem;
  }
  .office {
    margin: 10rem calc((100vw - 800px) / 2);
  }
  .about_links {
    margin: 0 calc((100vw - 800px) / 2) 10rem;
  }
  .about_links_smalls_button {
    width: calc(400px - 2rem);
  }
  .about_links_recruit_inner_content_illust {
    display: none;
  }
}
@media (max-width: 1000px) {
  .fv {
    padding-top: 15rem;
    margin-bottom: -35rem;
  }
  .fv_content_title {
    margin-left: 5rem;
  }
  .fv_content_cards {
    transform: scale(0.8) translateX(calc((100vw - 200rem) / 2)) translateY(9rem);
  }
  .fv_content_philosophy {
    flex-direction: column;
    text-align: center;
    align-items: initial;
    transform-origin: top;
    transform: scale(0.8) translateY(-5rem);
  }
  .fv_content_philosophy_text {
    margin-left: 0;
  }
  .fv_content_philosophy_logo {
    margin: 5rem auto 0;
    width: 10rem;
  }
  .content_inner {
    flex-direction: column;
    max-width: 50rem;
    margin: 0;
    margin-left: 10vw;
    align-items: initial;
  }
  .content_inner_description_text {
    width: initial;
  }
  .content_inner_image {
    margin-top: 5rem;
  }
  .company .content_inner {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: 10vw;
    gap: 0;
  }
  .office {
    margin: 0;
    flex-direction: column;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .office_content_image {
    width: 35rem;
    max-height: none;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .office_content:first-child {
    margin-right: 0;
    margin-bottom: 6rem;
  }
  .about_links {
    margin: 0 5rem;
    margin-bottom: 5rem;
  }
  .about_links_smalls {
    gap: 3rem;
  }
  .about_links_smalls_button {
    width: 100%;
  }
  .about_links_recruit_inner_image {
    width: 30vw;
  }
}
@media (max-width: 750px) {
  .content_inner {
    margin-left: 8vw;
  }
  .content_inner_description_title {
    font-size: 5rem;
  }
  .company .content_inner {
    margin-right: 8vw;
  }
  .about_title {
    font-size: 5rem;
  }
  .about_links_smalls_button {
    padding: 5rem 4rem;
  }
  .about_links_smalls_button_title {
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
  }
  .about_links_recruit_inner_content {
    padding-top: 8rem;
    padding-left: 3.5rem;
  }
  .about_links_recruit_inner_content_text_copy {
    font-size: 2.9rem;
  }
}
@media (max-width: 480px) {
  .sp_clear {
    display: none;
  }
  .fv {
    margin-bottom: -30rem;
  }
  .fv_content_title {
    font-size: 5.4rem;
  }
  .fv_content_cards {
    transform: scale(0.8) translateX(calc((100vw - 250rem) / 2)) translateY(11rem) rotate(-2.8deg);
  }
  .fv_content_philosophy {
    transform: scale(0.8) translateY(-2rem);
  }
  .fv_content_philosophy_text {
    font-size: 1.8rem;
  }
  .fv_content_philosophy_text p span {
    font-size: 2.7rem;
  }
  .content_inner {
    margin-left: 7vw;
    margin-right: 7vw;
  }
  .content_inner_description_text {
    text-align: justify;
  }
  .content_inner_image {
    margin-top: 3rem;
  }
  .company .content_inner {
    margin-left: 7vw;
    margin-right: 7vw;
  }
  .office_content_title {
    font-size: 3rem;
  }
  .office_content_caption {
    font-size: 2rem;
  }
  .about {
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem;
    padding-top: 7rem;
  }
  .about_title {
    font-size: 4.2rem;
  }
  .about_links_smalls {
    flex-direction: column;
    gap: 2rem;
  }
  .about_links_smalls_button_title {
    font-size: 2.8rem;
  }
  .about_links_recruit_inner {
    flex-direction: column-reverse;
  }
  .about_links_recruit_inner_content {
    padding-left: 4rem;
    padding-bottom: 3rem;
  }
  .about_links_recruit_inner_image {
    width: 100%;
    height: 20rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3rem;
  }
}/*# sourceMappingURL=top.css.map */