@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-lg {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.mainvisual__slider {
  max-height: 1080px;
  height: 100vh;
  overflow: hidden;
}
.mainvisual__slider .slick-list,
.mainvisual__slider .slick-track {
  height: 100%;
}
.mainvisual__slider_item {
  position: relative;
  padding: 215px 0 0;
}
.mainvisual__slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual__slider_content {
  position: absolute;
  top: 100px;
  left: 20px;
  width: calc(100% - 40px);
}
.mainvisual__slider_title {
  margin-bottom: 12px;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
  font-weight: 600;
}
.mainvisual__slider_text {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9285714286;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.mainvisual__slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.mainvisual .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 50%;
  bottom: 80px;
  transform: translateX(50%);
  z-index: 2;
}
.mainvisual .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
}
.mainvisual .slick-dots li:last-child {
  margin-right: 0;
}
.mainvisual .slick-dots button {
  width: 20px;
  height: 3px;
  background-color: #cdd2d7;
  font-size: 0;
  cursor: pointer;
}
.mainvisual .slick-dots li.slick-active button,
.mainvisual .slick-dots button:hover {
  background-color: #001f7a;
}

.specicalty {
  padding: 0 0 60px;
}
.specicalty__title {
  color: #001f7a;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.specicalty__title_sub {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.specicalty__text {
  font-size: 1rem;
}

.business {
  position: relative;
  padding: 30px 0 60px;
}
.business::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../images/top/bg_wave.png) no-repeat center/cover;
  z-index: -1;
}
.business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 60px 0;
}
.business__item {
  position: relative;
}
.business__item_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.business__item_image {
  position: relative;
  margin-bottom: 17px;
  height: 250px;
  overflow: hidden;
}
.business__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business__item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  background-color: #f6f7f9;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #26408d;
  line-height: 1.7;
}
.business__item_info {
  padding: 0 20px;
}
.business__item_text {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.recruitment {
  position: relative;
  padding: 60px 0;
}
.recruitment::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../images/top/bg_wave.png) no-repeat center/cover;
  z-index: -1;
  transform: scaleX(-1);
}
.recruitment__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 60px;
}
.recruitment__item {
  position: relative;
}
.recruitment__item_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.recruitment__item_image {
  height: 182px;
  margin-bottom: 28px;
  overflow: hidden;
}
.recruitment__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.recruitment__item_title {
  margin-bottom: 16px;
  font-size: 1.25rem;
  color: #26408d;
  line-height: 1.7;
}
.recruitment__item_text {
  margin-bottom: 24px;
}

.development {
  position: relative;
  padding: 60px 0;
}
.development .c_title_top {
  align-items: flex-start;
}
.development__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px 20px;
}
.development__item {
  width: calc(50% - 10px);
}
.development__item_image {
  margin-bottom: 16px;
}
.development__item_text {
  word-break: break-word;
}
.development__item_link {
  transition: all 0.5s;
}
.development .c_btn {
  font-weight: 400;
}

.company {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.company::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../images/top/bg_wave.png) no-repeat center/cover;
  z-index: -1;
  transform: scaleX(-1);
}
.company .c_title_top__en {
  margin-bottom: 0;
}
.company_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.company__title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
.company__item {
  display: flex;
  justify-content: space-between;
  gap: 30px 20px;
}
.company__item_image {
  width: 70px;
  flex-shrink: 0;
}
.company__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__profile_text {
  margin-bottom: 30px;
}
.company__profile .company__item {
  height: 100%;
}
.company__notice .company__item_content {
  width: 100%;
}
.company__notice_list {
  border-bottom: 1px solid #cdd2d7;
}
.company__notice_item {
  padding: 15px 0;
  border-top: 1px solid #cdd2d7;
  transition: all 0.5s;
}
.company__notice_item_content {
  width: 100%;
}
.company__notice_item_date {
  margin-bottom: 10px;
  display: block;
  font-size: 0.875rem;
  color: #26408d;
}
.company__notice_item_text {
  position: relative;
  display: block;
  padding-right: 20px;
}
.company__notice_item_text .news__new {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 24px;
  margin-right: 10px;
  font-size: 0.875rem;
  color: #eb0000;
  border-radius: 5px;
  border: 1px solid #eb0000;
}
.company__notice_item_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_blue.svg) no-repeat center/contain;
}

.c_title_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
}
.c_title_top__en {
  margin-bottom: 15px;
  font-size: 2.5rem;
  color: #818383;
  opacity: 0.2;
  line-height: 1;
  font-weight: 500;
}
.c_title_top__jp {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 576px){
  .development__item {
    width: calc(33.33% - 14px);
  }
  .company__item_image {
    width: 140px;
  }
}
@media screen and (min-width: 768px){
  .mainvisual__slider {
    height: auto;
  }
  .mainvisual__slider_item {
    padding: 0;
  }
  .mainvisual__slider_content {
    width: auto;
    top: 22vw;
    left: 20px;
  }
  .mainvisual__slider::before {
    display: none;
  }
  .mainvisual .slick-dots {
    bottom: 50px;
    right: 20px;
    transform: translateX(0);
  }
  .specicalty__text {
    text-align: center;
  }
  .business__list {
    flex-direction: row;
  }
  .business__item {
    width: 50%;
  }
  .recruitment__list {
    flex-direction: row;
  }
  .recruitment__item {
    width: 100%;
    max-width: 610px;
  }
}
@media screen and (min-width: 992px){
  .mainvisual__slider_content {
    top: clamp(13.75rem, 17.2413793103vw + 3.0603448276rem, 23.75rem);
    left: clamp(3.75rem, 10.775862069vw + -2.9310344828rem, 10rem);
  }
  .mainvisual__slider_title {
    font-size: clamp(1.875rem, 5.3879310345vw + -1.4655172414rem, 5rem);
  }
  .mainvisual__slider_text {
    font-size: clamp(1.125rem, 1.0775862069vw + 0.4568965517rem, 1.75rem);
  }
  .mainvisual .slick-dots {
    bottom: clamp(1.875rem, 6.1422413793vw + -1.9331896552rem, 5.4375rem);
    right: clamp(1.875rem, 6.7887931034vw + -2.3340517241rem, 5.8125rem);
  }
  .mainvisual .slick-dots button {
    width: 26px;
    height: 6px;
  }
  .specicalty {
    padding: 0 0 100px;
  }
  .specicalty__title {
    font-size: clamp(6.25rem, 6.25vw + 2.375rem, 9.875rem);
    margin: clamp(-0.875rem, -1.5086206897vw + 0.9353448276rem, 0rem) 0 clamp(1.875rem, 3.2327586207vw + -0.1293103448rem, 3.75rem);
  }
  .specicalty__title_sub {
    font-size: clamp(1.75rem, 1.2931034483vw + 0.9482758621rem, 2.5rem);
  }
  .specicalty__text {
    font-size: 1.125rem;
  }
  .business {
    padding: 50px 0 100px;
  }
  .business::before {
    top: -182px;
    height: 745px;
  }
  .business__list {
    gap: 108px 0;
  }
  .business__item {
    width: 33.33%;
  }
  .business__item:hover .business__item_image img {
    transform: scale(1.2);
  }
  .business__item:hover .c_btn_arrow::before {
    left: 10px;
  }
  .business__item_image {
    height: clamp(11.25rem, 15.3017241379vw + 1.7629310345rem, 20.125rem);
  }
  .business__item_title {
    font-size: clamp(1rem, 0.8620689655vw + 0.4655172414rem, 1.5rem);
    padding: 8px clamp(0.9375rem, 2.3706896552vw + -0.5323275862rem, 2.3125rem);
  }
  .business__item_info {
    padding: 0 clamp(1.25rem, 1.6163793103vw + 0.2478448276rem, 2.1875rem);
  }
  .business__item_text {
    min-height: 60px;
    margin-bottom: 27px;
  }
  .recruitment {
    padding: 100px 0;
  }
  .recruitment::before {
    top: -148px;
    height: 745px;
  }
  .recruitment .c_title_top {
    margin-bottom: 70px;
  }
  .recruitment__list {
    gap: clamp(2.5rem, 2.1551724138vw + 1.1637931034rem, 3.75rem);
  }
  .recruitment__item:hover .recruitment__item_image img {
    transform: scale(1.2);
  }
  .recruitment__item:hover .c_btn_arrow::before {
    left: 10px;
  }
  .recruitment__item_title {
    font-size: 1.5rem;
  }
  .development {
    padding: 100px 0 clamp(6.25rem, 4.849137931vw + 3.2435344828rem, 9.0625rem);
  }
  .development .c_title_top {
    margin-bottom: 62px;
  }
  .development .c_title_top__en {
    margin-bottom: 20px;
  }
  .development .c_title_top__en {
    font-size: clamp(5.625rem, 4.7413793103vw + 2.6853448276rem, 8.375rem);
  }
  .development__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px clamp(1.25rem, 3.2327586207vw + -0.7543103448rem, 3.125rem);
    margin-bottom: 76px;
  }
  .development__item {
    width: auto;
    max-width: 250px;
  }
  .development__item_link:hover {
    opacity: 0.7;
  }
  .development .c_btn {
    min-height: 72px;
  }
  .company {
    padding: 70px 0 133px;
  }
  .company::before {
    top: -148px;
    height: 745px;
  }
  .company .c_title_top {
    margin-bottom: 88px;
  }
  .company_wrap {
    flex-direction: row;
    gap: clamp(0.9375rem, 1.6163793103vw + -0.0646551724rem, 1.875rem);
  }
  .company__title {
    margin-bottom: 35px;
    font-size: 2rem;
  }
  .company__item {
    gap: clamp(0.9375rem, 1.6163793103vw + -0.0646551724rem, 1.875rem);
  }
  .company__item_image {
    width: clamp(5.625rem, 6.4655172414vw + 1.6163793103rem, 9.375rem);
  }
  .company__profile {
    display: flex;
    flex-direction: column;
    max-width: 700px;
  }
  .company__profile_text {
    margin-bottom: 40px;
  }
  .company__notice {
    width: 100%;
    max-width: 730px;
    padding-right: 35px;
  }
  .company__notice_item {
    padding: clamp(0.625rem, 1.0775862069vw + -0.0431034483rem, 1.25rem) 0;
  }
  .company__notice_item:hover {
    opacity: 0.7;
  }
  .company__notice_item_date {
    margin-bottom: clamp(0.3125rem, 0.5387931034vw + -0.0215517241rem, 0.625rem);
  }
  .c_title_top__en {
    margin-bottom: 24px;
    font-size: clamp(5rem, 5.3879310345vw + 1.6594827586rem, 8.125rem);
  }
  .c_title_top__jp {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=maps/top.css.map */
