@charset "UTF-8";

/* ================================= */
/*           TOPページ専用            */
/* ================================= */

/* .top__html */

.top__sectionTitle {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3.5rem;
}

.top__linkButton {
  display: inline-block;
  width: fit-content;
  background-color: var(--button-bg);
  padding-block: 1.6rem;
  padding-inline: 4rem;
  border-radius: 3rem;
}
@media (hover: hover) {
  .top__linkButton:hover {
    background-color: var(--button-bg-hover);
  }
}
.top__linkButton > span {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
}

/* .top__main */

/* ----------------------------
              FV
------------------------------*/
.top__fv {
  width: 100%;
  height: calc(100dvh - 10rem);
  /* height: 77.5rem; */
  max-height: 77.5rem;
  min-height: 50rem;
  padding-bottom: 3rem;
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__fv__inner {
  position: relative;
  width: 100%;
  max-width: 136.8rem;
  height: 100%;
}

.top__fv__title {
  position: absolute;
  bottom: 8%;
  left: 4.5%;
  transform: translate(0, -8%);
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  z-index: 1;
}

.top__fv__title > h1 {
  color: var(--white);
  font-size: 4.9rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
}

.top__fv__title > p {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.top__fv__backgroundImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  z-index: 0;
}
.top__fv__backgroundImage--pc {
  display: block;
}
.top__fv__backgroundImage--sp {
  display: none;
}

/* ----------------------------
「人と未来を、つなぐ。」セクション
------------------------------*/
.top__intro {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__intro__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top__intro h2 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: start;
  margin-bottom: 2.4rem;
}

.top__intro__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: start;
}

.top__intro__text--paragraph1 {
  margin-bottom: 2.2rem;
}

/* .top__intro__text--paragraph2 */


/* ----------------------------
        会社概要セクション
------------------------------*/
.top__about {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-color: var(--bg-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__sectionTitle--about {
  margin-bottom: 3.5rem;
}

.top__about__list {
  width: 80%;
  max-width: 86rem;
  display: flex;
  flex-direction: column;
}

.top__about__list__row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  border-bottom: solid var(--gray2) 0.1rem;
}
.top__about__list__row:last-child {
  border-bottom: none;
}

.top__about__list__title {
  position: relative;
  width: 20%;
  padding-left: 2.1rem;
}
.top__about__list__title::before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--red);
  border-radius: 50%;
}

.top__about__list__title > p {
  font-size: 1.6rem;
  font-weight: 460;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.top__about__list__data {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.top__about__list__data > dd {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 440;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: start;
}
.top__about__list__data__p--withMark {
  position: relative;
  padding-left: 1em;
}
.top__about__list__data__p--withMark::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.top__about__list__data__p--withMark--triangle::before {
  content: "▶︎";
}

.top__about__list__data__p--withMark--privacymark__number {
  position: relative;
  padding-right: 4.2rem;
  white-space: nowrap;
}

.top__about__list__data__p--withMark--privacymark__number::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url("../images/p-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ----------------------------
        事業内容セクション
------------------------------*/
.top__service {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__service__description {
  text-align: center;
  margin-bottom: 4.5rem;
}

.top__service__system {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}

.top__service__others {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top__service__subheading {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 1.1rem;
  margin-bottom: 4rem;
}
.top__service__subheading::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 1em;
  background-color: var(--red);
  border-radius: 0.3rem;
}

.top__service__system .top__service__list {
  width: 95%;
  max-width: 95.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
.top__service__others .top__service__list {
  width: 95%;
  max-width: 80rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.8rem;
}

.top__service__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: solid var(--gray2) 0.1rem;
}
.top__service__system .top__service__list__item {
  width: 30rem;
  height: 35rem;
}

.top__service__list__item.top__service__list__item--agri {
  width: 38.5rem;
  height: 43.5rem;
}
.top__service__list__item.top__service__list__item--radionarita {
  width: 38.5rem;
  height: 43.5rem;
}
.top__service__list__item.top__service__list__item--discava {
  width: 24.2rem;
  height: 30.3rem;
}
.top__service__list__item.top__service__list__item--bounce {
  width: 24.2rem;
  height: 30.3rem;
}
.top__service__list__item.top__service__list__item--newtral {
  width: 24.2rem;
  height: 30.3rem;
}

.top__service__list__item--ses > .top__service__list__item__logo {
  height: 7.8rem;
  margin-top: 5.5rem;
  margin-bottom: 3rem;
}
.top__service__list__item--moledev > .top__service__list__item__logo {
  height: 6.5rem;
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.top__service__list__item--owlsupport > .top__service__list__item__logo {
  height: 12rem;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.top__service__list__item--agri > .top__service__list__item__logo {
  height: 8.4rem;
  margin-top: 3rem;
  margin-bottom: 2.6rem;
}
.top__service__list__item--radionarita > .top__service__list__item__logo {
  height: 6.4rem;
  margin-top: 4.4rem;
  margin-bottom: 3.3rem;
}
.top__service__list__item--discava > .top__service__list__item__logo {
  height: 12rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.top__service__list__item--bounce > .top__service__list__item__logo {
  height: 12rem;
  margin-top: 1.5rem;
}
.top__service__list__item--newtral > .top__service__list__item__logo {
  height: 12rem;
  margin-top: 1.5rem;
}

.top__service__list__item__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.top__service__list__item__subTitle {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.top__service__list__item__redLine {
  width: 5.7rem;
  height: 0.2rem;
  background-color: var(--red);
  border-radius: 0.1rem;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.top__service__list__item--discava > .top__service__list__item__redLine {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.top__service__list__item--bounce > .top__service__list__item__redLine {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.top__service__list__item--newtral > .top__service__list__item__redLine {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.top__service__list__item__description {
  line-height: 1.2;
}
.top__service__list__item--agri .top__service__list__item__description {
  margin-top: 1rem;
}
.top__service__list__item--radionarita .top__service__list__item__description {
  margin-top: 0.3rem;
}


.top__service__list__item--agri > .top__linkButton {
  margin-top: auto;
  margin-bottom: 3.5rem;
}
.top__service__list__item--radionarita > .top__linkButton {
  margin-top: auto;
  margin-bottom: 3.5rem;
}
.top__service__list__item--discava > .top__linkButton {
  margin-top: auto;
  margin-bottom: 1.8rem;
}
.top__service__list__item--bounce > .top__linkButton {
  margin-top: auto;
  margin-bottom: 1.8rem;
}
.top__service__list__item--newtral > .top__linkButton {
  margin-top: auto;
  margin-bottom: 1.8rem;
}


/* ----------------------------
        採用情報セクション
------------------------------*/
.top__recruit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg-gray);
  padding-top: 10rem;
  padding-bottom: 12rem;
}

.top__recruit__description {
  margin-bottom: 4.5rem;
}

/* =========== レスポンシブ ============= */

@media (max-width: 1100px) {
  .top__about__list__data--address {
    line-height: 1.1;
    gap: 0.5em;
  }

  .top__about__list {
    max-width: 68rem;
  }

  .top__about__list__title::before {
    top: 0.5rem;
  }

}

@media (max-width: 768px) {

  .top__sectionTitle {
    font-size: 2.4rem;
  }

  /* .top__main */

  .top__linkButton {
    padding-block: 1rem;
    padding-inline: 2.2rem;
  }

  .top__fv {
    height: calc(100dvh - 6.5rem);
    /* height: 62rem; */
    max-height: 82rem;
    min-height: 53rem;
  }

  /* .top__fv__inner */

  .top__fv__title {
    bottom: 11%;
    left: 30%;
    transform: translate(-30%, -11%);
    row-gap: 1rem;
  }

  .top__fv__title > h1 {
    font-size: 3.3rem;
  }
  .top__fv__title > p {
    font-size: 1.3rem;
  }

  /* .top__fv__backgroundImage */
  .top__fv__backgroundImage--pc {
    display: none;
  }
  .top__fv__backgroundImage--sp {
    display: block;
  }

  .top__intro {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }

  .top__intro__inner {
    width: 85%;
    max-width: 50rem;
  }

  .top__intro h2 {
    font-size: 1.5rem;
    font-weight: 650;
    margin-bottom: 2.1rem;
  }

  .top__intro__text {
    font-size: 1.5rem;
    line-height: 1.54;
  }

  .top__intro__text--paragraph1 {
    margin-bottom: 2.1rem;
  }

  /* .top__intro__text--paragraph2 */


  .top__about {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .top__about__list {
    width: 85%;
    max-width: 55rem;
  }

  .top__about__list__row {
    padding-block: 1rem;
  }

  .top__about__list__title {
    width: 32%;
    padding-left: 1.6rem;
    max-width: 12rem;
  }
  .top__about__list__title::before {
    top: 0.5rem;
  }


  .top__about__list__title > p {
    font-size: 1.5rem;
    font-weight: 400;
  }


  .top__about__list__data {
    width: 68%;
  }

  .top__about__list__data > dd {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .top__about__list__data--address > dd {
    line-height: 1.2;
  }

  .top__about__list__data__p--withMark--privacymark__number {
    padding-right: 3.2rem;
  }

  .top__about__list__data__p--withMark--privacymark__number::after {
    top: -0.4rem;
    width: 3rem;
    height: 3rem;
  }

  .top__service {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .top__service__description {
    width: 80%;
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }

  /* .top__service__system */

  .top__service__subheading {
    font-size: 1.8rem;
    padding-left: 1.1rem;
    margin-bottom: 2.5rem;
  }
  /* .top__service__subheading::before */

  .top__service__system {
    margin-bottom: 5rem;
  }

  .top__service__system .top__service__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }

  .top__service__others .top__service__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }

  .top__service__system .top__service__list__item {
    height: 33rem;
  }
  .top__service__list__item.top__service__list__item--agri {
    width: 31rem;
    height: 37rem;
  }
  .top__service__list__item.top__service__list__item--radionarita {
    width: 31rem;
    height: 37rem;
  }
  .top__service__list__item.top__service__list__item--discava {
    width: 31rem;
    height: 30rem;
  }
  .top__service__list__item.top__service__list__item--bounce {
    width: 31rem;
    height: 30rem;
  }
  .top__service__list__item.top__service__list__item--newtral {
    width: 31rem;
    height: 30rem;
  }

  /* .top__service__list__item__logo */
  /* .top__service__list__item--ses > .top__service__list__item__logo */
  .top__service__list__item--moledev > .top__service__list__item__logo {
    margin-bottom: 4rem;
  }
  .top__service__list__item--owlsupport > .top__service__list__item__logo {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .top__service__list__item--agri > .top__service__list__item__logo {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .top__service__list__item--radionarita > .top__service__list__item__logo {
    margin-top: 2.6rem;
    margin-bottom: 1.7rem;
  }

  /* .top__service__list__item__title */

  /* .top__service__list__item__subTitle */

  .top__service__list__item__redLine {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .top__service__list__item__description {
    font-size: 1.5rem;
  }
  /* .top__service__list__item--agri .top__service__list__item__description */
  .top__service__list__item--radionarita .top__service__list__item__description {
    margin-top: 0.5rem;
  }


  .top__service__list__item--agri > .top__linkButton {
    margin-bottom: 3rem;
  }
  .top__service__list__item--radionarita > .top__linkButton {
    margin-bottom: 3rem;
  }
  .top__service__list__item--discava > .top__linkButton {
    margin-bottom: 3rem;
  }
  .top__service__list__item--bounce > .top__linkButton {
    margin-bottom: 3rem;
  }
  .top__service__list__item--newtral > .top__linkButton {
    margin-bottom: 3rem;
  }


  .top__recruit {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  /* .top__recruit__description */

  .top__linkButton--recruit {
    padding-block: 1.6rem;
    padding-inline: 2.5rem
  }
}

@media print {
  .top__linkButton {
    background-color: transparent;
    border: solid 0.1rem var(--red);
  }

  .top__linkButton > span {
    color: var(--red);
  }

  .top__fv {
    padding-top: 10rem;
    page-break-before: avoid;
  }

  .top__fv__title > h1 {
    color: transparent;
    text-shadow: 0 0 white;
  }

  .top__fv__title > p {
    color: transparent;
    text-shadow: 0 0 white;
  }

  .top__about__list__title::before {
    background-color: transparent;
    border : solid 0.1rem var(--red);
  }

  .top__about__list__row {
    break-inside: avoid;
  }

  .top__service__subheading::before {
    background-color: transparent;
    border : solid 0.1rem var(--red);
  }

  .top__service__system .top__service__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }

  .top__service__others .top__service__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }

  .top__service__list__item {
    break-inside: avoid;
  }
}