@charset "UTF-8";
/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
top
========================================================= */
.p-top .l-main {
  padding-top: 0;
}

/* MV */
.p-top-mv {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mv {
    margin-top: -1%;
  }
}
.p-top-mv::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat right bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80%;
  left: -30%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-top-mv::before {
    top: -80%;
    left: -53%;
  }
}
.p-top-mv::after {
  content: "";
  background: url(../images/common/wing02.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -13%;
  right: -60%;
  z-index: -1;
}
.p-top-mv_wrap {
  position: relative;
  z-index: 10;
}
.p-top-mv_title {
  position: absolute;
  top: 22%;
  left: 15%;
  z-index: 2;
  transform: rotate(-6deg);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-mv_title span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .p-top-mv_title {
    top: 25%;
    left: 22%;
    font-size: 40px;
  }
  .p-top-mv_title span {
    font-size: 19px;
  }
}
.p-top-mv_photo {
  display: block;
}
.p-top-mv_photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ABOUT */
.p-top-about {
  padding: 55px 0 70px;
}
@media screen and (min-width: 992px) {
  .p-top-about {
    padding: 70px 0 95px;
  }
}
.p-top-about_inner {
  display: grid;
  gap: 36px;
}
@media screen and (min-width: 992px) {
  .p-top-about_inner {
    grid-template-columns: 1fr 450px;
    align-items: end;
    gap: 30px;
  }
}
.p-top-about_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-top-about_title {
    font-size: 36px;
    letter-spacing: 0.06em;
  }
}
.p-top-about_sub-title {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-about_sub-title {
    margin-top: 10px;
  }
}
.p-top-about_text {
  margin-top: 22px;
}

/* FEATURE */
.p-top-feature {
  padding: 0 0 70px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-feature {
    padding: 60px 0;
  }
}
.p-top-feature::before {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  top: 10%;
  right: -50%;
}
@media screen and (min-width: 992px) {
  .p-top-feature::before {
    width: 100%;
    height: 75%;
    top: 10%;
    right: -60%;
  }
}
.p-top-feature_box {
  display: grid;
  gap: 32px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-feature_box {
    display: block;
    margin-bottom: 100px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-feature_box {
    margin-bottom: 150px;
  }
}
.p-top-feature_box:first-of-type {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .p-top-feature_box:first-of-type {
    margin-bottom: 150px;
  }
}
.p-top-feature_photo {
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo {
    margin: 0 auto;
    width: 47%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.p-top-feature_photo.company {
  margin: 0 -25px 30px;
}
.p-top-feature_photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-feature_photo.is-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    left: 10px;
    padding-top: 0;
  }
}
.p-top-feature_photo.is-grid img {
  border-radius: 10px;
  object-fit: cover;
}
.p-top-feature_photo.is-grid img:nth-child(even) {
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(1) {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(2) {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(3) {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(5) {
    margin-top: -30px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_photo.is-grid img:nth-child(6) {
    margin-top: -60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-feature_content {
    padding-left: 52%;
  }
}
.p-top-feature_title.c-title-box .in {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-feature_title.c-title-box .in {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-feature_title.c-title-box .in {
    font-size: 28px;
  }
}
.p-top-feature_title.c-title-box .in span {
  display: block;
  font-size: 80%;
}
@media screen and (min-width: 992px) {
  .p-top-feature_title.c-title-box .in span {
    font-size: 65%;
  }
}
.p-top-feature_text {
  margin-top: 22px;
}
.p-top-feature .c-button-list {
  margin-top: 35px;
}

/* MESSAGE */
.p-top-message {
  position: relative;
  padding: 0 0 70px;
}
@media screen and (min-width: 1440px) {
  .p-top-message {
    padding: 0 0 180px 200px;
  }
}
.p-top-message::before {
  content: "";
  background: url(../images/common/wing04.svg) no-repeat right top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: -21%;
  left: -74%;
}
@media screen and (min-width: 768px) {
  .p-top-message::before {
    left: -80%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-message::before {
    top: -23%;
    left: -86%;
  }
}
.p-top-message_inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-message_inner {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-top-message_content {
    padding-top: 5%;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-message_content {
    width: 40%;
  }
}
.p-top-message_lead {
  margin-top: 10px;
}
.p-top-message_text {
  margin-top: 28px;
}
.p-top-message .c-button-list {
  margin-top: 34px;
}
.p-top-message_photo {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-message_photo {
    margin-top: 0;
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-top-message_photo {
    width: 60%;
    text-align: left;
  }
}
.p-top-message_photo img {
  width: min(100%, 420px);
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-top-message_photo img {
    width: 700px;
  }
}

/* SECTIONS */
.p-top-divisions {
  position: relative;
  padding: 0 0 90px;
}
@media screen and (min-width: 992px) {
  .p-top-divisions {
    padding: 0 0 180px;
  }
}
.p-top-divisions::before {
  content: "";
  background: url(../images/common/wing05.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  top: 7%;
  right: -70%;
}
@media screen and (min-width: 992px) {
  .p-top-divisions::before {
    top: 47%;
    right: -90%;
  }
}
.p-top-divisions_head {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-divisions_head {
    grid-template-columns: 370px 1fr;
    gap: 20px;
    align-items: center;
  }
}
.p-top-divisions_head .c-title-en {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.p-top-divisions_head .c-title-en .c-title-box {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000000;
}
.p-top-divisions_head .c-title-en .c-title-box .in {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-top-divisions_lead {
    margin-top: 0;
  }
}
.p-top-divisions_list {
  display: grid;
  gap: 28px;
  margin-top: 38px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-divisions_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-divisions_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 18px;
  }
}
.p-top-divisions_list a {
  display: block;
}
.p-top-divisions_list a:hover .name {
  background: #007FCD;
  color: #ffffff;
}
.p-top-divisions_list a:hover .name::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-top-divisions_list .photo {
  display: block;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 360/220;
}
.p-top-divisions_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-divisions_list .name {
  position: relative;
  display: block;
  padding: 15px 36px 15px 15px;
  border-bottom: 1px solid #8AE1FF;
  letter-spacing: 0.06em;
  transition: 0.3s;
  color: #007FCD;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-top-divisions_list .name {
    font-size: 17px;
    padding: 17px 28px 17px 10px;
  }
}
.p-top-divisions_list .name::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
}

/* VOICE */
.p-top-voice {
  position: relative;
  padding: 0 0 90px;
}
@media screen and (min-width: 992px) {
  .p-top-voice {
    padding: 0 0 180px;
  }
}
.p-top-voice::before {
  content: "";
  background: url(../images/common/wing06.svg) no-repeat right top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: -3%;
  left: -70%;
}
@media screen and (min-width: 992px) {
  .p-top-voice::before {
    top: -13%;
    left: -92%;
  }
}
.p-top-voice_lead {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.p-top-voice_list {
  margin-top: 44px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -10px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-voice_list {
    gap: 44px;
  }
}
.p-top-voice li {
  max-width: 500px;
  margin: 44px auto 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-voice li {
    margin: 0 auto;
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-voice li {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice li:nth-child(2) {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice li:nth-child(3) {
    margin-top: -120px;
  }
}
.p-top-voice_card {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-top-voice_card {
    max-width: 280px;
  }
}
.p-top-voice_card:hover .p-top-voice_card-more {
  background: linear-gradient(to right, #0088df 0%, #009be6 100%);
  color: #ffffff;
}
.p-top-voice_card:hover .p-top-voice_card-more::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-top-voice_card-photo {
  width: 280px;
  margin: 0 auto 20px;
}
.p-top-voice_card-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-voice_card-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 15px;
}
.p-top-voice_card-meta span {
  padding: 5px 20px;
  border-radius: 100px;
  background: linear-gradient(to right, #006abd 0%, #00a4f7 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.p-top-voice_card-meta span.joining {
  background: none;
  color: #007FCD;
  padding: 3px 0;
}
.p-top-voice_card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-voice_card-more {
  position: relative;
  margin-top: 5px;
  padding: 15px 26px 15px 0;
  border-bottom: 1px solid #8AE1FF;
  color: #007FCD;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  transition: 0.3s;
}
.p-top-voice_card-more::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
}

/* JOBS */
.p-top-jobs {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-top-jobs {
    padding: 0 0 140px;
  }
}
.p-top-jobs .l-container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-top-jobs .l-container {
    padding: 0 15px;
  }
}
.p-top-jobs_head {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: -2px !important;
  margin-left: 25px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_head {
    margin-left: 50px;
    margin-bottom: -22px !important;
  }
}
.p-top-jobs_head .c-title-box {
  position: unset;
}
.p-top-jobs_head .c-title-box::before {
  width: 55px;
  height: 57px;
  position: absolute;
  left: -18px;
  bottom: -20px;
}
.p-top-jobs_head p {
  padding-bottom: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_head p {
    padding-bottom: 18px;
  }
}
.p-top-jobs_box {
  padding: 20px 18px;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_box {
    border-radius: 12px;
    margin: 0 auto;
    padding: 55px 55px 45px;
  }
}
.p-top-jobs_list {
  display: grid;
}
.p-top-jobs_list a {
  display: block;
  position: relative;
  min-height: 44px;
  padding: 18px 36px 18px 10px;
  border-bottom: 1px solid #8AE1FF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_list a {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.p-top-jobs_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.p-top-jobs_list a:hover {
  background: linear-gradient(to right, #0088df 0%, #009be6 100%);
}
.p-top-jobs_list a:hover::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-top-jobs_list a:hover .title {
  color: #ffffff;
}
.p-top-jobs_list .type {
  flex-shrink: 0;
  padding: 6px 15px;
  border-radius: 20px;
  background: #F1F1F1;
  color: #007FCD;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top-jobs_list .title {
  display: block;
  margin-top: 10px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_list .title {
    display: inline-block;
    margin-top: 0;
  }
}
.p-top-jobs_buttons {
  display: grid;
  justify-content: center;
  gap: 22px;
  margin: 42px auto 0;
  padding: 0 25px;
}
@media screen and (min-width: 992px) {
  .p-top-jobs_buttons {
    padding: 0;
  }
}

/*# sourceMappingURL=style-top.css.map */