@charset "UTF-8";
/*------------- color --------------*/
/*------------- font-Gothic --------------*/
/*------------- font-Serif --------------*/
/*------------- font-Serif --------------*/
/*------------- break_point --------------*/
/*------------- padding --------------*/
/*------------- margin --------------*/
/*------------- font-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

#works,
#message,
#recruit {
  overflow: hidden;
}

.detail_btn-container {
  text-align: center;
}
@media (max-width: 767px) {
  .detail_btn-container {
    margin-left: auto;
    margin-right: auto;
  }
  .detail_btn-container .detail_btn {
    font-size: 1.8rem;
    width: 80%;
    padding: 16px 4%;
  }
}

.site-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1360px) {
  .site-width {
    max-width: 100%;
    margin-left: 6%;
    margin-right: 6%;
  }
}

.site-height {
  padding: 96px 0;
}

/*-------------------------------------------------------------------------
	セクション共通：#imgMain
/*-----------------------------------------------------------------------*/
#imgMain {
  padding-top: var(--header-height);
  position: relative;
  width: 100%;
  height: 64vh;
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto;
}
#imgMain .imgMain_bg {
  background-color: #f6f8fb;
  width: 100%;
}
#imgMain .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
#imgMain .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 1.5s;
}
#imgMain .slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #imgMain {
    overflow: visible;
  }
  #imgMain .slideshow {
    height: 96%;
  }
}

.imgMain-title {
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: 45%;
  top: 58%;
  left: 24%;
  z-index: 2;
}
.imgMain-title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .imgMain-title {
    position: static;
    transform: none;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: -48px;
  }
}

/*-------------------------------------------------------------------------
	セクション：#company
/*-----------------------------------------------------------------------*/
#company .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 96px;
}
#company .container .back-ball {
  position: absolute;
  top: -50%;
  left: -20%;
  z-index: -1;
}
@media (max-width: 939px) {
  #company .container .back-ball {
    top: -40%;
    left: -40%;
  }
}
@media (max-width: 767px) {
  #company .container .back-ball {
    top: -50%;
    left: -90%;
  }
}
#company .container .title-container {
  width: 35%;
}
#company .container .title-container h1 {
  position: relative;
}
#company .container .img-container {
  width: 55%;
}
@media (max-width: 939px) {
  #company .container {
    flex-direction: column;
  }
  #company .container .title-container,
  #company .container .img-container {
    width: 100%;
  }
  #company .container .title-container {
    margin-bottom: 32px;
  }
}
#company .company-group {
  width: 100%;
  max-width: 1312px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
#company .company-group .en {
  font-size: 1.4rem;
  font-weight: normal;
}
#company .company-group .business-name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
}
#company .company-group .box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#company .company-group .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #9ccaff;
  clip-path: polygon(100% 100%, 50% 100%, 100% 0);
  transform: scaleX(-1);
  transform-origin: center;
}
#company .company-group .box .bg-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20rem;
  font-weight: bold;
  opacity: 0.2;
  line-height: 1;
  font-family: "Roboto Condensed";
  z-index: -1;
}
#company .company-group .box .box_inner {
  padding: 32px 6%;
}
#company .company-group .box .box_inner:hover .company_logo_svg {
  transform: scale(1.05);
}
#company .company-group .box .flex {
  justify-content: space-between;
  vertical-align: middle;
}
#company .company-group .box .flex .box_item {
  width: 45%;
}
#company .company-group .box .flex .box_item h3 {
  width: 72%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #company .company-group .box .flex .box_item h3 {
    margin-bottom: 16px;
  }
}
#company .company-group .box .flex .box_item .title-size02 {
  width: 78%;
}
#company .company-group .box .flex .box_item .title-size03 {
  width: 44%;
}
#company .company-group .box .flex .box_item .company_catch {
  width: 100%;
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}
@media (max-width: 939px) {
  #company .company-group .box .flex .box_item .company_catch {
    font-size: 2.4rem;
    letter-spacing: -0.08rem;
  }
}
#company .company-group .box .flex .business_img {
  width: 50%;
}
@media (max-width: 939px) {
  #company .company-group .box .flex {
    flex-direction: column;
  }
  #company .company-group .box .flex .box_item,
  #company .company-group .box .flex .business_img {
    width: 100%;
  }
  #company .company-group .box .flex .box_item {
    margin-bottom: 32px;
  }
  #company .company-group .box .flex .business_img {
    width: 72%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #company .company-group .box .flex .business_img {
    width: 100%;
  }
}
#company .company-group .box_1,
#company .company-group .box_3 {
  background-color: #a2d0ff;
}
#company .company-group .box_1::before,
#company .company-group .box_3::before {
  background-color: #9ccaff;
}
#company .company-group .box_1 .bg-number,
#company .company-group .box_3 .bg-number {
  color: #fff;
}
#company .company-group .box_2 {
  background-color: #d0e8ff;
}
#company .company-group .box_2::before {
  background-color: #bbe5ff;
}
#company .company-group .box_2 .bg-number {
  color: #808080;
}
#company .company-group .btn-area {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  background-image: url(../img/index/circle.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 939px) {
  #company .company-group .btn-area {
    flex-direction: column;
  }
  #company .company-group .btn-area .company-holdings {
    width: 80%;
  }
  #company .company-group .btn-area .holdings_img_01,
  #company .company-group .btn-area .holdings_img_02 {
    width: 64%;
  }
}
@media (max-width: 1360px) {
  #company .company-group {
    width: auto;
    margin: 0 2%;
  }
}
#company .company_logo_svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#company .company-holdings {
  text-align: center;
  width: 50%;
}
#company .company-holdings img {
  width: 60%;
  display: inline-block;
  margin-bottom: 2rem;
}
#company .company-holdings_img {
  width: 100%;
}
@media (max-width: 767px) {
  #company {
    margin-top: 208px;
  }
}

.holdings_img_01,
.holdings_img_02 {
  width: 25%;
}
@media screen and (max-width: 939px) {
  .holdings_img_01.holdings_img_01,
  .holdings_img_02.holdings_img_01 {
    align-self: flex-start;
  }
  .holdings_img_01.holdings_img_02,
  .holdings_img_02.holdings_img_02 {
    align-self: flex-end;
  }
}

/*-------------------------------------------------------------------------
	セクション：#works
/*-----------------------------------------------------------------------*/
#works.site-height {
  padding-bottom: 0;
}

#works {
  background-color: #f6f8fb;
}
#works .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#works .container .title-container {
  width: 50%;
}
#works .container .img-container {
  width: 45%;
}
@media (max-width: 939px) {
  #works .container {
    flex-direction: column;
  }
  #works .container .title-container,
  #works .container .img-container {
    width: 100%;
  }
  #works .container .title-container {
    margin-bottom: 32px;
  }
}
#works .sub_section {
  margin: 100px auto 0;
}
#works .sub_section h2::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #005ac8;
  border-radius: 50%;
  margin-right: 0.5em;
}
#works .sub_section_2 {
  position: relative;
  background-image: url(../img/index/top-works_bg.png);
  padding-top: 5rem;
}
#works .sub_section_2 .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 939px) {
  #works .sub_section_2 .flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  #works .sub_section_2 .flex .detail_btn-container {
    text-align: left;
  }
}
#works .sub_section_2 .slide-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 5rem 0;
}
#works .sub_section_2 .slide-track {
  display: flex;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
  animation: slide 50s linear infinite;
  will-change: transform;
}
#works .sub_section_2 .slide-track li {
  list-style: none;
  width: 190px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#works .sub_section_2 .slide-track li:nth-child(even) {
  margin-top: 4rem;
}
#works .sub_section_2 .slide-track a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#works .sub_section_2 .slide-track a:hover img {
  transform: scale(1.1);
}
#works .sub_section_2 .slide-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#works .sub_section_bg {
  position: absolute;
  top: 100%;
  left: 30%;
  z-index: -2;
}
#works .sub_section_description {
  margin: 1rem auto 2rem;
}
@media (max-width: 939px) {
  #works .sub_section .job-flow {
    width: 72%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #works .sub_section .job-flow {
    width: 100%;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------------
	セクション：#data
/*-----------------------------------------------------------------------*/
#data .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 939px) {
  #data .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
#data .title-container {
  position: relative;
}
#data .title-container figure {
  position: absolute;
  top: -80%;
  left: -50%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 939px) {
  #data .title-container figure {
    top: -130%;
    left: -40%;
  }
}
@media (max-width: 767px) {
  #data .title-container figure {
    top: -120%;
    left: -100%;
  }
}
#data .title-container h1 {
  position: relative;
}
#data .title-container .detail_btn-container .detail_btn {
  margin-top: 64px;
  margin-left: 16%;
}
@media (max-width: 939px) {
  #data .title-container .detail_btn-container .detail_btn {
    margin-top: 32px;
    margin-left: 0;
  }
}
@media (max-width: 939px) {
  #data .title-container .detail_btn-container {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #data .title-container .detail_btn-container {
    text-align: center;
  }
}

/*-------------------------------------------------------------------------
	セクション：#message
/*-----------------------------------------------------------------------*/
#message {
  background: linear-gradient(to right, #f6f8fb 0%, rgba(246, 248, 251, 0) 100%);
}
#message .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 939px) {
  #message .container {
    flex-direction: column;
  }
}
#message .title-container {
  width: 25%;
}
#message .title-container h1 {
  position: relative;
}
#message .title-container h1 img {
  position: absolute;
  top: -25rem;
  left: -30rem;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1360px) {
  #message .title-container {
    width: 100%;
    margin-bottom: 32px;
  }
}
#message .message-container {
  width: 60%;
}
#message .message-container .message_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1360px) {
  #message .message-container .message_ttl {
    font-size: 2.2rem;
  }
}
#message .message-container p:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (max-width: 1360px) {
  #message .message-container p:not(:last-of-type) {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #message .message-container p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#message .message-container .signature {
  margin-top: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: right;
  mix-blend-mode: multiply;
  width: 100%;
}
#message .message-container .signature img {
  width: 40%;
}
@media (max-width: 767px) {
  #message .message-container .signature img {
    width: 72%;
  }
}
@media (max-width: 767px) {
  #message .message-container .signature {
    margin-top: 0px;
  }
}
@media (max-width: 1360px) {
  #message .message-container {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
	セクション：#recruit
/*-----------------------------------------------------------------------*/
#recruit {
  position: relative;
  overflow: hidden;
  background-color: #a2d0ff;
  padding: 7rem 7rem 11rem;
}
#recruit .container {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  gap: 5rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: static;
  z-index: 2;
}
#recruit .detail_btn:first-of-type {
  margin-top: 4rem;
}
#recruit .detail_btn:last-of-type {
  margin-top: 2rem;
  margin-bottom: 3.1rem;
}
#recruit .contact {
  background-color: #b5d9ff;
  padding: 3rem 3rem 5rem 3rem;
}
#recruit .contact p {
  margin-bottom: 2rem;
}
#recruit .contact a {
  font-size: 2rem;
  display: block;
  position: relative;
  padding-left: 1.5em;
  width: 250px;
}
#recruit .contact a:hover {
  opacity: 0.7;
}
#recruit .contact a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit .contact .tel {
  margin-bottom: 1rem;
}
#recruit .contact .tel::before {
  background-image: url(../img/common/icon_tel.svg);
}
#recruit .contact .mail::before {
  background-image: url(../img/common/icon_mail.svg);
  margin-top: 0.5rem;
}
#recruit .wrap {
  position: relative;
  z-index: 10;
  width: 45%;
}
#recruit .entry {
  position: relative;
  z-index: 10;
  width: 50%;
}
#recruit .entry p {
  color: #003caa;
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
#recruit .entry p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 1px;
  background-color: #003caa;
}
#recruit .entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  background-color: #003caa;
  border-radius: 50px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#recruit .entry .entry_btn:hover {
  transform: scale(1.03);
}
#recruit .entry .entry_btn:hover .icon {
  transform: translateX(2em);
}
#recruit .entry .entry_btn .text {
  font-weight: bold;
}
#recruit .entry .entry_btn .icon {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#recruit .entry .entry_btn .icon img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateX(-14px);
}
#recruit .entry .box {
  background-color: #b5d9ff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
#recruit .entry .newgrad {
  margin-bottom: 4rem;
}
#recruit .marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  z-index: 0;
  pointer-events: none;
}
#recruit .marquee .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: entry-scroll 40s linear infinite;
  will-change: transform;
}
#recruit .marquee .track span {
  font-size: 18rem;
  font-weight: bold;
  color: #b5d9ff;
  margin-right: 10rem;
  white-space: nowrap;
  margin-top: -1rem;
}
@media screen and (max-width: 939px) {
  #recruit {
    padding: 7rem 5% 10rem;
  }
  #recruit .container {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
  #recruit .wrap,
  #recruit .entry {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  #recruit .detail_btn {
    font-size: 1.6rem;
  }
  #recruit .contact {
    padding: 4%;
    width: 100%;
  }
  #recruit .contact p {
    margin-bottom: 1rem;
  }
  #recruit .contact a {
    font-size: 1.6rem;
  }
  #recruit .contact .tel {
    margin-bottom: 0;
  }
  #recruit .entry p {
    font-size: 1.8rem;
  }
  #recruit .entry .entry_btn {
    font-size: 2rem;
    padding: 24px 4%;
    min-width: 288px;
    width: 72%;
  }
  #recruit .entry .entry_btn .text {
    font-size: 2rem;
  }
  #recruit .entry .entry_btn .icon {
    width: 30px;
    height: 30px;
  }
  #recruit .entry .entry_btn .icon img {
    transform: translateX(-12px);
  }
  #recruit .entry .box {
    padding: 4%;
    display: flex;
    align-items: center;
  }
  #recruit .marquee {
    height: 5rem;
  }
  #recruit .marquee .track span {
    font-size: 13rem;
  }
}

@keyframes entry-scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}/*# sourceMappingURL=top.css.map */