@charset "UTF-8";
/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*************************
***       color        ***
**************************/
/********************************
*******       home      *******
*********************************/
#home-hero .section-inner {
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-hero .logo {
  width: 50%;
}

#home-message .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}

#home-message h1 {
  color: #062f4d;
  font-size: 2em;
  font-weight: 900;
  text-shadow: #ffffff 10px 10px 10px;
  letter-spacing: -0.5rem;
  line-height: 2;
}

#home-message h1 span {
  text-indent: 0.5rem;
}

#home-message h5 {
  font-size: 1.2em;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
  #home-message h1 {
    font-size: 3em;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #home-message h1 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 1440px) {
  #home-message h1 {
    font-size: 6em;
  }
}

#home-about .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-about .section-inner .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-about .section-inner .content .wrap {
  padding: 2rem;
}

#home-about .section-inner .content .hand {
  width: 80%;
  max-width: 500px;
  margin: -2rem 0 2rem auto;
}

#home-about .section-inner .content .hand .cls-1 {
  fill: #333333;
}

#home-about .section-inner .content .hand img {
  margin: -5rem 0 -5rem;
}

@media only screen and (min-width: 1024px) {
  #home-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home-about .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #home-about .section-inner .content {
    width: 50%;
  }
  #home-about .section-inner .content .wrap {
    padding: 4rem;
  }
  #home-about .section-inner .content .wrap .hand img {
    margin: -8rem 0 -5rem;
  }
}

#home-business {
  color: #ffffff;
  padding-bottom: 8rem;
}

#home-business .section-title {
  color: #ffffff;
}

#home-business .section-link {
  color: #ffffff;
}

#home-business .section-link:hover {
  color: #09132d;
}

#home-business .section-link::before {
  background-color: #ffffff;
}

#home-business .section-link::after {
  background-color: #ffffff;
}

#home-business .section-link:hover::after {
  background-color: #09132d;
}

#home-business .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8rem;
  min-height: 100lvh;
}

#home-business .section-inner .content {
  width: 100%;
  padding: 4rem;
  position: relative;
}

#home-business .section-inner .content .hand {
  width: 80%;
  max-width: 500px;
  margin: -2rem 0 2rem auto;
}

#home-business .section-inner .content .hand .cls-1 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

#home-business .section-inner .content .hand img {
  margin: -3rem 0 -3rem;
}

#home-business .section-inner .content p {
  color: #ffffff;
  padding: 2rem 0;
  font-weight: 600;
}

#home-business .section-inner .draw {
  width: 100vw;
  height: 100vw;
  position: relative;
}

#home-business .section-inner .draw #business_line .cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

#home-business .section-inner .draw .infographics {
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
}

#home-business .section-inner .draw .icon {
  position: absolute;
}

#home-business .section-inner .draw .icon:nth-child(1) {
  width: 15vw;
  top: 10%;
  right: 20%;
}

#home-business .section-inner .draw .icon:nth-child(2) {
  width: 20vw;
  top: 15%;
  left: 30%;
}

#home-business .section-inner .draw .icon:nth-child(3) {
  width: 20vw;
  top: 35%;
  right: 5%;
}

#home-business .section-inner .draw .icon:nth-child(4) {
  width: 20vw;
  bottom: 25%;
  left: 10%;
}

#home-business .section-inner .draw .icon:nth-child(5) {
  width: 30vw;
  bottom: 15%;
  right: 15%;
}

#home-business .cardList {
  width: 100%;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#home-business .cardList .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 80%;
}

#home-business .cardList .card-wrapper {
  position: relative;
  height: 70svh;
  width: 100%;
}

#home-business .cardList .cards {
  position: absolute;
  top: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}

#home-business .cardList .card {
  width: 90vw;
  min-width: 300px;
  max-width: 500px;
  height: 60svh;
  min-height: 400px;
  max-height: 600px;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
}

#home-business .cardList .card::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  z-index: -1;
}

#home-business .cardList .card::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: -1;
}

#home-business .cardList .card:nth-child(1)::before {
  background-image: url(../img/business-card_02.jpg);
}

#home-business .cardList .card:nth-child(2)::before {
  background-image: url(../img/business-card_03.jpg);
}

#home-business .cardList .card:nth-child(3)::before {
  background-image: url(../img/business-card_01.jpg);
}

#home-business .cardList .card:nth-child(4)::before {
  background-image: url(../img/business-card_04.jpg);
}

#home-business .cardList .card:nth-child(5)::before {
  background-image: url(../img/business-card_05.jpg);
}

#home-business .cardList .card:nth-child(6)::before {
  background-image: url(../img/business-card_06.jpg);
}

#home-business .cardList .card .title {
  text-align: center;
  padding: 1rem 0;
}

#home-business .cardList .card .desc {
  font-size: 1.2rem;
  line-height: 2;
}

#home-business .cardList .card .link {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 8rem);
}

#home-business .cardList .card .link a {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#home-business .cardList .card .link a::after {
  content: "→";
  margin-left: 2rem;
}

#home-business .cardList .cards_footer {
  font-size: 2rem;
  position: absolute;
  top: 85vh;
  left: 10%;
}

@media only screen and (min-width: 768px) {
  #home-business .cardList .card {
    padding: 2rem;
  }
  #home-business .cardList .card .title {
    padding: 2rem 0;
  }
  #home-business .cardList .card .desc {
    padding: 2rem 4rem;
  }
  #home-business .cardList .card .link {
    bottom: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  #home-business .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home-business .section-inner .content {
    width: 50%;
    position: relative;
  }
  #home-business .section-inner .content .hand {
    width: 80%;
    max-width: 500px;
    margin: -2rem 0 2rem auto;
  }
  #home-business .section-inner .content .hand img {
    margin: -8rem 0 -5rem;
  }
  #home-business .section-inner .content p {
    color: #ffffff;
    padding: 2rem 0;
    font-weight: 600;
  }
  #home-business .section-inner .draw {
    width: 50%;
    height: 45vw;
    max-height: 648px;
    position: relative;
  }
  #home-business .section-inner .draw .infographics {
    position: absolute;
    top: 10%;
    right: 0;
    width: 120%;
  }
  #home-business .section-inner .draw .icon:nth-child(1) {
    width: 10%;
    top: 9%;
    right: 35%;
  }
  #home-business .section-inner .draw .icon:nth-child(2) {
    width: 14%;
    top: 15%;
    left: 25%;
  }
  #home-business .section-inner .draw .icon:nth-child(3) {
    width: 14%;
    top: 28%;
    right: 25%;
  }
  #home-business .section-inner .draw .icon:nth-child(4) {
    width: 16%;
    bottom: 30%;
    left: 15%;
  }
  #home-business .section-inner .draw .icon:nth-child(5) {
    width: 20%;
    bottom: 17%;
    right: 35%;
  }
}

#home-careers {
  position: relative;
}

#home-careers::before {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-image: url(../img/shuugou1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  z-index: -1;
}

#home-careers .section-title {
  color: #ffffff;
}

#home-careers .section-link {
  color: #ffffff;
}

#home-careers .section-link:hover {
  color: #09132d;
}

#home-careers .section-link::before {
  background-color: #ffffff;
}

#home-careers .section-link::after {
  background-color: #ffffff;
}

#home-careers .section-link:hover::after {
  background-color: #09132d;
}

#home-careers .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8rem 0;
  min-height: 100%;
  min-height: 100lvh;
}

#home-careers .section-inner .interviewList {
  width: 100%;
  padding: 2rem 0;
}

#home-careers .section-inner .interviewList .cards {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

#home-careers .section-inner .interviewList .cards .card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 3rem;
  width: 80%;
  min-height: 80px;
}

#home-careers .section-inner .interviewList .cards .card::before {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 0;
  z-index: -2;
  background-color: #09132d;
}

#home-careers .section-inner .interviewList .cards .card::after {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
}

#home-careers .section-inner .interviewList .cards .card .label {
  font-size: 1.4rem;
  font-weight: 800;
}

#home-careers .section-inner .interviewList .cards .card .title {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 1px;
}

#home-careers .section-inner .interviewList .cards .card .link {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: right;
}

#home-careers .section-inner .interviewList .cards .card .link::after {
  content: "→";
  margin-left: 1rem;
}

#home-careers .section-inner .content {
  width: 100%;
  position: relative;
  padding: 4rem;
}

#home-careers .section-inner .content .hand {
  width: 80%;
  max-width: 500px;
  margin: -2rem 0 2rem auto;
}

#home-careers .section-inner .content .hand .cls-1 {
  fill: #ffffff;
}

#home-careers .section-inner .content .hand img {
  margin: -3rem 0 -3rem;
}

#home-careers .section-inner .content p {
  color: #ffffff;
  padding: 2rem 0;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  #home-careers .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #home-careers .section-inner .interviewList {
    width: 50%;
  }
  #home-careers .section-inner .interviewList .cards .card {
    padding: 0 4rem;
  }
  #home-careers .section-inner .interviewList .cards .card .label {
    font-size: 1.6rem;
  }
  #home-careers .section-inner .interviewList .cards .card .title {
    font-size: 2rem;
  }
  #home-careers .section-inner .interviewList .cards .card .link {
    font-size: 1.6rem;
  }
  #home-careers .section-inner .content {
    width: 50%;
  }
  #home-careers .section-inner .content .hand img {
    margin: -8rem 0 -5rem;
  }
}

#home-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-slogan .content {
  overflow: hidden;
}

#home-slogan .content h1 {
  color: #09132d;
  font-size: 10rem;
  white-space: nowrap;
}

#home-slogan .content .bf {
  margin-bottom: -5rem;
}

#home-slogan .content .af {
  margin-top: -5rem;
}

@media only screen and (min-width: 1024px) {
  #home-slogan .content h1 {
    font-size: 30rem;
  }
  #home-slogan .content .bf {
    margin-bottom: -20rem;
  }
  #home-slogan .content .af {
    margin-top: -20rem;
  }
}

#home-contact .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

#home-contact .section-inner .content {
  padding: 2rem;
  max-width: 1100px;
}

#home-contact .section-inner .content p {
  padding: 4rem 0;
}

@media only screen and (min-width: 1024px) {
  #home-contact .section-inner {
    padding: 2rem;
  }
  #home-contact .section-inner .content {
    padding: 4rem;
  }
}
/*# sourceMappingURL=top.css.map */