@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
}

.mb-3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mb-3 {
    margin-bottom: 2rem;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

.column2-flex {
  display: flex;
}
.column2-flex.vertical-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column2-flex.sp-col1-change {
    display: block;
  }
}

.column2-flex > * {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .column2-flex > * {
    width: 100%;
  }
}

.column2-flex .mr-over-box {
  flex: 1;
  margin-right: calc(50% - 50vw + 7.5rem);
}

.column1 .mr-over {
  margin-right: calc(50% - 50vw + 0.5rem);
}

.column1 .mrl-over {
  margin-right: calc(50% - 50vw + 0.5rem);
  margin-left: calc(50% - 50vw + 0.5rem);
}
@media screen and (max-width: 768px) {
  .column1 .mrl-over {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.swiper .swiper-slide {
  height: auto;
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 360px) {
  main {
    padding-top: 60px;
  }
}

/* googleフォント */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.oswald.italic {
  font-style: italic;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.reddit-sans {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*----- ヒーロー画像 -----*/
.hero {
  height: calc(100svh - 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.index .catch {
  bottom: 20%;
}
.hero:not(.index) .catch {
  bottom: 50%;
  transform: translateY(50%);
}
.hero .inner {
  max-width: calc(1200px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.hero .catch {
  font-weight: bold;
  color: #fff;
  position: absolute;
  text-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
.hero .catch h1 {
  font-size: 1.75rem;
  margin-bottom: 1em;
}
.hero .catch p {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6.75rem;
}
.hero .catch p.en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .hero {
    height: calc(100svh - 70px);
  }
  .hero .inner {
    padding: 0px 1rem;
  }
  .hero .catch h1 {
    font-size: 0.75rem;
    margin-bottom: 0.5em;
  }
  .hero .catch p {
    font-size: calc((100vw - 5rem) * 0.175);
  }
  .hero .catch p.en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 360px) {
  .hero {
    height: calc(100svh - 60px);
  }
}

/*----- セクション -----*/
section {
  margin: 5rem 3rem;
}
section .inner {
  max-width: calc(1200px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .inner {
    padding: 0 1.5rem;
  }
}
section.box {
  border-radius: 1.5rem;
  background-color: #F9F9F9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
section.box .inner > div:nth-child(1) {
  padding: 7rem 0;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  section {
    margin: 2.5rem 1rem;
  }
  section.box .inner > div:nth-child(1) {
    padding: 2rem 0;
    margin-right: 0;
  }
}

/*----- ラベル -----*/
.label-main {
  font-weight: bold;
}
.label-main h2 {
  font-size: 1.5rem;
}
.label-main h2.label-box {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  background-color: #002C6C;
  color: #fff;
}
.label-main p {
  font-size: 5.625rem;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .label-main h2 {
    font-size: 5vw;
    font-size: calc((100vw - 5rem) * 0.05);
  }
  .label-main p {
    font-size: calc((100vw - 5rem) * 0.115);
  }
}

.label {
  font-weight: bold;
}
.label h2 {
  font-size: 5.625rem;
}
.label h2.label-box {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 3rem;
  background-color: #002C6C;
  color: #fff;
}
.label p {
  font-size: 1.5rem;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .label h2 {
    font-size: calc((100vw - 5rem) * 0.135);
  }
  .label p {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

.sub-label {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.sub-label span {
  font-family: "Inter", sans-serif;
  font-size: 0.7em;
}
.sub-label span::before {
  content: "|";
  padding: 0 0.5em;
  display: inline-block;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 768px) {
  .sub-label {
    font-size: calc((100vw - 5rem) * 0.07);
  }
}

.mini-label {
  font-weight: bold;
}
.mini-label p:nth-child(1) {
  font-size: 2em;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mini-label p:nth-child(1).en {
  display: block;
}
.mini-label p:nth-child(2) {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .mini-label {
    font-size: 2.5vw;
    font-size: calc((100vw - 5rem - 30%) * 0.035);
  }
}

.sub-sub-label {
  font-weight: bold;
  border-left: 5px solid #000;
  padding-left: 1rem;
}
.sub-sub-label p {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Reddit Sans", sans-serif;
}
.sub-sub-label h3 {
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .sub-sub-label {
    border-left: 3px solid #000;
    padding-left: 0.5rem;
  }
  .sub-sub-label p {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  .sub-sub-label h3 {
    font-size: 1.25rem;
  }
}

.sub-card-label {
  font-weight: bold;
  border-left: 5px solid #fff;
  padding-left: 1rem;
}
.sub-card-label p {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-family: "Reddit Sans", sans-serif;
}
.sub-card-label h3 {
  font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
  .sub-card-label p {
    font-size: 1rem;
  }
  .sub-card-label h3 {
    font-size: 1.5rem;
  }
}

/*----- ボタン -----*/
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002C6C;
  max-width: 600px;
  font-size: 1.75rem;
  color: #fff;
  height: 6rem;
  border-radius: 3rem;
}
.button .arrow-icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 1.25rem;
    height: 4rem;
  }
  .button .arrow-icon {
    right: 1rem;
  }
}

.mini-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  max-width: 270px;
  font-size: 1.125rem;
  color: #fff;
  height: 3rem;
  border-radius: 3rem;
}
.mini-button .arrow-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .mini-button .arrow-icon {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mini-button {
    max-width: unset;
    font-size: 3.5vw;
    height: 2.5rem;
  }
}

.entry-button {
  position: relative;
  display: flex;
  width: 380px;
  height: 120px;
  font-size: 3em;
  font-weight: bold;
  border-radius: 0.25em;
  background: linear-gradient(to right, #BF1312, #FEE300);
  align-items: center;
  justify-content: center;
  border: 1px solid #FFD942;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.entry-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_arrow_wh.png");
  background-size: cover;
  margin-left: 1em;
}

.recruit-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002C6C;
  width: 280px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  height: 3rem;
  line-height: 1;
  border-radius: 3rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.recruit-button .arrow-icon {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1050px) {
  .recruit-button {
    width: 100%;
  }
}

.recruit-button.en {
  padding: 1rem 4rem 1rem 2.75rem;
  width: unset;
  height: unset;
}

/*----- アローアイコン -----*/
.arrow-icon {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.arrow-icon.circle {
  border: 3px solid white;
}
.arrow-icon::before {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  top: 30%;
  left: 30%;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  border-top: 3px solid #fff;
  transform: translate(-50%, -50%);
  top: 47.5%;
  left: 47.5%;
}

/*----- サーチアイコン -----*/
.search-icon.black {
  display: flex;
  align-items: center;
  line-height: 1;
}
.search-icon.black::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icon_search_bk.png");
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .search-icon.black::before {
    width: 4.5vw;
    height: 4.5vw;
  }
}

.search-icon.white::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_search_wh.png");
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .search-icon.white::before {
    width: 5vw;
    height: 5vw;
  }
}

/*----- カレンダーアイコン -----*/
.calendar-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.calendar-icon::before {
  content: "";
  display: inline-block;
  width: 21.5px;
  height: 24px;
  background-image: url("../img/icon_calendar.png");
  background-size: cover;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .calendar-icon::before {
    width: 17px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.point-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.point-icon::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 32px;
  background-image: url("../img/icon_point.png");
  background-size: cover;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .point-icon::before {
    width: 15px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.car-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.car-icon::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url("../img/icon-car.png");
  background-size: cover;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .car-icon::before {
    width: 23px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.divercity-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.divercity-icon::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 24px;
  background-image: url("../img/icon_divercity.png");
  background-size: cover;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .divercity-icon::before {
    width: 27px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.interview-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.interview-icon::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background-image: url("../img/icon_interview.png");
  background-size: cover;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .interview-icon::before {
    width: 22px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.message-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.message-icon::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url("../img/icon_message.png");
  background-size: cover;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .message-icon::before {
    width: 17px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.work_style_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.work_style_icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/work_style_icon.png");
  background-size: cover;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .work_style_icon::before {
    width: 19px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.hi-tech_base_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.hi-tech_base_icon::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url("../img/hi-tech_base_icon.png");
  background-size: cover;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .hi-tech_base_icon::before {
    width: 21px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.welfare_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.welfare_icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/welfare_icon.png");
  background-size: cover;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .welfare_icon::before {
    width: 19px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.career_vision_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.career_vision_icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/career_vision_icon.png");
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .career_vision_icon::before {
    width: 19px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.merchants_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.merchants_icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_merchants.png");
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .merchants_icon::before {
    width: 19px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.faq_icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.faq_icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-faq.png");
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .faq_icon::before {
    width: 19px;
    height: 19px;
    margin-right: 0.75rem;
  }
}

.point {
  position: relative;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #F3F3F3 0%, #FFFFFF 20%, #E8E8E8 40%, #D1D1D1 70%, #FFFFFF 80%, #FAFAFA 100%);
  padding: 4.5rem 2rem 2rem 2rem;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
.point .point-label {
  font-family: "Reddit Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 1.5rem 0;
  background-color: #002C6C;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1rem;
  height: 2.75rem;
  justify-content: center;
  padding: 1.8rem 3rem;
}
.point .titel {
  font-size: 2rem;
  font-weight: bold;
  /* margin-bottom: 1rem; */
  margin: 1rem 0;
}
.point .titel span {
  font-size: 1.5rem;
  margin-left: 1.5em;
}
.point p {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .point .point-label {
    font-size: 1.5rem;
    padding: 0 3rem;
  }
  .point .titel {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .point .titel span {
    font-size: 1rem;
  }
  .point p {
    font-size: 1rem;
  }
}

.card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #002C6C;
}
.card img {
  width: 100%;
}
.card .infobox {
  position: relative;
  padding: 2rem 2.5rem;
  color: #fff;
}
.card .infobox .number {
  display: inline-block;
  font-size: 0.875rem;
  border: 1px solid #fff;
  padding: 0 1rem;
  height: 1.5rem;
  align-content: center;
  margin-bottom: 0.75rem;
}
.card .infobox .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.625rem;
}
.card .infobox .name_time {
  display: flex;
}
.card .infobox .name {
  margin-right: 1rem;
}
.card .infobox .arrow-icon {
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
}
.card .arrow-icon {
  position: absolute;
  bottom: 2rem;
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .card .infobox {
    padding: 1.5rem;
  }
  .card .infobox .title {
    font-size: 1.375rem;
  }
  .card .arrow-icon {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}