@charset "utf-8";

.top-mv-container {
  background-image: url('../img/top/top-mv-sp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-mv-container-inner {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.top-mv-title-icon-wrap {
	display: flex;
	flex-wrap: wrap;
}

.top-mv-icon-img-box {
	width: 50%;
}

.top-mv-title-img {
  width: 287px;
  margin: 47px auto 0;
  padding-inline: 15px;
}

.top-mv-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.top-mv-icon-img-box {
  width: 120px;
  margin: 25px auto 0;
}

@media print,
screen and (min-width: 768px) {
  .top-mv-title-img {
    width: 560px;
  }

  .top-mv-title {
    font-size: 22px;
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-mv-container {
    background-image: url('../img/top/top-mv-pc.png');
  }

  .top-mv-title-img {
    width: 707px;
    margin: 118px auto 0;
    padding-inline: 30px;
  }

  .top-mv-container-inner {
    position: relative;
    height: 525px;
    overflow: hidden;
  }

  .top-mv-title-icon-wrap {
    display: flex;
    align-items: center;
    margin-top: 9px;
    margin-inline: auto;
    width: fit-content;
    column-gap: 33px;
    transform: translateX(83px);
  }

  .top-mv-title {
    font-size: 32px;
    line-height: 1.6;
    margin: 0;
    width: fit-content;
  }

  .top-mv-icon-img-box {
    width: 160px;
    margin: 0;
  }
}

/*
---------------------------------------------------------------------
name: top-news-container
トップニュース
---------------------------------------------------------------------
*/
.top-news-container {
  padding: 0 15px 16px;
  background-color: #FEFEFE;
  background-image: url('../img/top/top-news-bg-sp.png');
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
}

.top-news-container-inner {
  transform: translateY(-30px);
}

.top-news-content-wrap {
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);

  + .top-news-content-wrap {
    margin-top: 30px;
  }
}

.top-news-img-box {
  width: 100%;

  > img {
    width: 100%;
  }
}

.top-news-content {
  padding: 20px;
}

.top-news-title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.top-news-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
}

@media print,
screen and (min-width: 768px) {
  .top-news-container {
    background-image: url('../img/top/top-news-bg-pc.png');
    padding: 0 30px 21px;
  }

  .top-news-container-inner {
    transform: translateY(-90px);
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% - 30px) / 2));
    justify-content: center;
    gap: 30px;
  }

  .top-news-content-wrap {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow);
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;

    + .top-news-content-wrap {
      margin-top: 0;
    }
  }

  .top-news-content {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .top-news-img-box {
    width: 100%;

    > img {
      width: 100%;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-news-container {
    background-image: url('../img/top/top-news-bg-pc.png');

  }

  .top-news-container-inner {
    transform: translateY(-90px);
    display: grid;
    grid-template-columns: repeat(auto-fit, 353px);
    justify-content: center;
    column-gap: 30px;
    max-width: 1120px;
    margin-inline: auto;
  }

  .top-news-content {
    padding: 30px;
  }

  .top-news-title {
    font-size: 20px;
  }

  .top-news-text {
    margin-top: 10px;
  }
}

@media print,
screen and (min-width: 1120px) {
  .top-news-container-inner {
    transform: translateY(-90px);
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% - 60px) / 3));
    justify-content: center;
    column-gap: 30px;
    max-width: 1120px;
    margin-inline: auto;
  }
}

/*
---------------------------------------------------------------------
name: top-about-container
About
---------------------------------------------------------------------
*/
.top-about-container {
  background-image: url('../img/top/top-about-bg-sp.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.top-about-title-bg {
  width: 173px;
}

.top-about-head-title {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 27px;
  font-weight: 700;
  margin-top: -8px;
}

.top-abou-content-wrap {
  padding-inline: 15px;
}

.top-about-img-box {
  background-color: rgb(255 255 255 / 80%);
  padding: 10px;

  > img {
    width: 100%;
  }
}

.top-about-card-contaier {
  margin-top: 30px;
  display: grid;
  row-gap: 30px;
}

.top-about-card-box {
  background-color: var(--color-white);
}

.top-about-card-img-box {
  > img {
    width: 100%;
  }
}

.top-about-card-content {
  padding: 17px 20px 30px;
}

.top-about-card-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-blue);
}

.top-about-card-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 8px;

  > span {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-blue);
  }
}

.top-about-card-btn {
  background: var(--btn-blue);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 15px;

  > a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 9px 19px;
    background-image: var(--allow-white);
    background-position: center right 8px;
    background-size: 7px auto;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
  }
}

.top-about-card-box.-green {
  .top-about-card-title {
    color: var(--color-blue-green);
  }

  .top-about-card-text > span {
    color: var(--color-blue-green);
  }

  .top-about-card-btn {
    background: var(--gradient-blue-green);
  }
}

@media print,
screen and (min-width: 768px) {
  .top-abou-content-wrap {
    padding-inline: 30px;
  }

  .top-about-card-box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }

  .top-about-card-contaier {
    row-gap: 0;
    column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .top-about-card-content {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-about-container {
    background-image: url('../img/top/top-about-bg-pc.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }

  .top-about-container-inner {
    max-width: 1120px;
    margin-inline: auto;
  }

  .top-about-title-bg {
    width: 345px;
  }

  .top-about-head-title {
    font-size: 40px;
    margin-bottom: 43px;
  }

  .top-abou-content-wrap {
    padding-inline: 30px;
  }

  .top-about-card-box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }

  .top-about-img-box {
    padding: 50px;
  }

  .top-about-card-contaier {
    margin-top: 50px;
    row-gap: 0;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .top-about-card-content {
    padding: 24px 30px 40px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .top-about-card-title {
    font-size: 26px;
    text-align: center;
  }

  .top-about-card-text {
    font-size: 18px;
    margin-top: 15px;
  }

  .top-about-card-btn {
    margin-top: 30px;
    width: fit-content;
    margin-inline: auto;

    > a {
      font-size: 20px;
      width: 400px;
      padding: 19px 30px;
      background-image: var(--allow-white);
      background-position: center right 28px;
      background-size: 8px auto;
    }
  }
}

@media print,
screen and (min-width: 1120px) {
  .top-abou-content-wrap {
    padding-inline: 0;
  }
}

/*
---------------------------------------------------------------------
name: top-usecase-container
Use Case
---------------------------------------------------------------------
*/
.top-usecase-container {
  background-image: url('../img/top/top-usecase-bg-sp.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.top-usecase-title-bg {
  width: 244px;
  margin-left: auto;
}

.top-usecase-head-title {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
  margin-top: -7px;
  font-weight: 700;
}

.top-usecase-text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-inline: 15px;
}

.top-usecase-card-contaier {
  padding-inline: 15px;
  margin-top: 20px;
}

.top-usecase-card-contaier-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.top-usecase-card-box {
  width: calc((100% - 15px) / 2);
}

.top-usecase-card-box {
  background-color: var(--color-white);
  border-top: 5px solid var(--color-blue);
  padding: 15px 15px 20px;
  box-shadow: var(--box-shadow);
}

.top-usecase-card-img-box {
  text-align: center;
  > img {
    width: auto;
  }
}

.top-usecase-card-title {
  margin-top: 20px;
  text-align: center;
  color: var(--color-blue);
  font-size: 18px;
  line-height: 1.3;
}

.top-usecase-card-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
  .top-usecase-text {
    padding-inline: 30px;
    text-align: center;
  }

  .top-usecase-card-contaier {
    padding-inline: 30px;
  }

  .top-usecase-card-box {
    width: calc((100% - 30px) / 3);
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-usecase-container {
    background-image: url('../img/top/top-usecase-bg-pc.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }

  .top-usecase-container-inner {
    max-width: 1120px;
    margin-inline: auto;
  }

  .top-usecase-title-bg {
    width: 490px;
  }

  .top-usecase-head-title {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: -7px;
  }

  .top-usecase-text {
    font-size: 20px;
    padding-inline: 30px;
    text-align: center;
  }

  .top-usecase-card-contaier {
    padding-inline: 30px;
    margin-top: 40px;
  }

  .top-usecase-card-contaier-inner {
    display: grid;
    gap: 15px;
    column-gap: clamp(15px, 1.56vw, 30px);
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    row-gap: 0;
    justify-content: center;
  }

  .top-usecase-card-box {
    width: 100%;
  }

  .top-usecase-card-box {
    padding: 20px 25px 30px;
  }

  .top-usecase-card-title {
    margin-top: 15px;
    font-size: 20px;
  }

  .top-usecase-card-text {
    font-size: 18px;
    margin-top: 7px;
  }
}

@media print,
screen and (min-width: 1120px) {
  .top-usecase-text {
    padding-inline: 0;
  }

  .top-usecase-card-contaier {
    padding-inline: 0;
  }

  .top-usecase-card-contaier-inner {
    column-gap: 30px;
  }
}

/*
---------------------------------------------------------------------
name: top-case-container
case
---------------------------------------------------------------------
*/
.top-case-container {
  background-image: url('../img/top/top-case-bg-sp.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.top-case-title-bg {
  width: 143px;

  > img {
    width: 100%;
  }
}

.top-case-head-title {
  font-size: 24px;
  line-height: 1.3;
  margin-top: -7px;
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}

.top-case-content {
  padding-inline: 15px;
}

.top-case-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: var(--color-white);
}

.top-case-btn {
  background-color: var(--color-white);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid var(--color-blue);

  > a {
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    line-height: 1.3;
    padding: 20px 30px;
    background-image: var(--allow-blue);
    background-position: center right 12px;
    background-size: 7px auto;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
  }
}

@media print,
screen and (min-width: 768px) {
  .top-case-content {
    padding-inline: 30px;
  }

  .top-case-btn {
    margin-inline: auto;
    width: fit-content;

    > a {
      min-width: 400px;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-case-container {
    background-image: url('../img/top/top-case-bg-pc.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }

  .top-case-container-inner {
    max-width: 1120px;
    margin-inline: auto;
  }

  .top-case-title-bg {
    width: 268px;
  }

  .top-case-head-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .top-case-content {
    padding-inline: 30px;
  }

  .top-case-btn {
    margin-top: 80px;
    width: fit-content;
    margin-inline: auto;

    > a {
      font-size: 20px;
      width: 100%;
      min-width: 400px;
      padding: 22px 30px;
      background-position: center right 19px;
      background-size: 10px auto;

    }
  }
}

@media print,
screen and (min-width: 1120px) {
  .top-case-content {
    padding-inline: 0;
  }
}

/*
---------------------------------------------------------------------
name: top-service-container
case
---------------------------------------------------------------------
*/
.top-service-container {
  background: url('../img/top/top-service-bg-sp.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.top-service-title-bg {
  width: 202px;
  margin-left: auto;

  > img {
    width: 100%;
  }
}

.top-service-head-title {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
  margin-top: -7px;
  font-weight: 700;
  color: var(--color-white);
}

.top-service-text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-inline: 15px;
  color: var(--color-white);
  text-align: center;
}

.top-service-content {
  padding-inline: 15px;
}

.top-service-card-contaier {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}

.top-service-card-box {
  background-color: var(--color-white);
  padding: 20px 16.5px;
  display: grid;
  align-items: start;
  column-gap: 15px;
}

.top-service-card-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-poppins);
  line-height: 1.3;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  margin-bottom: 20px;

  > span {
    color: var(--color-blue-green);
    font-size: 14px;
  }
}

.top-service-card-img-box {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: clamp(100px, 26.67vw, 160px);
  aspect-ratio: 1 / 1;

  > img {
    width: 100%;
  }
}

.top-service-card-text {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  font-size: 16px;
  line-height: 1.6;
}

.top-service-container .common-blue-gradient-btn {
  grid-column: 1 / 3;
}

.top-service-btn {
  background-color: transparent;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
  border: 2px solid var(--color-white);

  > a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    line-height: 1.3;
    padding: 20px 30px;
    background-image: var(--allow-white);
    background-position: center right 12px;
    background-size: 7px auto;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
  }
}

@media print,
screen and (min-width: 768px) {

  .top-service-text {
    padding-inline: 30px;
  }

  .top-service-content {
    padding-inline: 30px;
  }

  .top-service-btn {
    margin-inline: auto;
    width: fit-content;

    > a {
      min-width: 400px;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-service-container {
    background: url('../img/top/top-service-bg-pc.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }

  .top-service-container-inner {
    max-width: 1120px;
    margin-inline: auto;
  }

  .top-service-title-bg {
    width: 381px;
  }

  .top-service-head-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .top-service-content {
    padding-inline: 30px;
  }

  .top-service-card-contaier {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }

  .top-service-card-box {
    padding: 30px;
    column-gap: 20px;
    width: calc((100% - 30px) / 2);
  }

  .top-service-card-title {
    font-size: 22px;
    line-height: 1.1;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-bottom: 8px;
  }

  .top-service-card-img-box {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
    width: 160px;
  }

  .top-service-card-text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-size: 18px;
  }

  .top-service-container .common-blue-gradient-btn {
    grid-column: 2 / 3;
  }

  .top-service-btn {
    margin-top: 50px;

    > a {
      font-size: 20px;
      padding: 22px 30px;
      background-position: center right 18px;
      background-size: 10px auto;
    }
  }
}

@media print,
screen and (min-width: 1120px) {
  .top-service-content {
    padding-inline: 0;
  }
}

/*
---------------------------------------------------------------------
name: top-info-container
case
---------------------------------------------------------------------
*/
.top-info-container-inner {
  padding: 47px 15px 50px;
}

.top-info-head-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--color-gray-03);
}

.top-info-item-box {
  margin-top: 30px;
}

.top-info-target-box {
  margin-top: 5px;
}

.top-info-item {
  + .top-info-item {
    margin-top: 5px;
  }
}

.top-info-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.top-info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;

  > a {
    color: var(--color-blue);
  }
}

.top-info-btn {
  background-color: var(--color-white);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  line-height: 1.3;
  padding: 20px 30px;
  background-image: var(--allow-blue-bottom);
  background-position: center right 13px;
  background-size: auto 8px;
  background-repeat: no-repeat;
  text-align: center;
  display: block;

  &.-is-open {
    background-image: var(--allow-blue-top);
  }
}

.top-info-btn[hidden] {
  display: none !important;
}

@media print,
screen and (min-width: 1024px) {
  .top-info-btn {
    margin-inline: auto;
    min-width: 300px;
    width: fit-content;
  }
}

@media print,
screen and (min-width: 1024px) {
  .top-info-container-inner {
    padding: 100px 30px;
    max-width: 1056px;
    margin-inline: auto;
  }

  .top-info-box {
    display: grid;
    align-items: center;
    grid-template-columns: 148px 1fr;
    column-gap: 50px;
  }

  .top-info-head-title {
    font-size: 26px;
    padding-bottom: 0;
    border-bottom: none;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: start;
    border-right: 1px solid var(--color-gray-03);
  }

  .top-info-item-box {
    margin-top: 0;
  }

  .top-info-target-box {
    margin-top: 20px;
  }

  .top-info-item {
    + .top-info-item {
      margin-top: 20px;
    }
  }

  .top-info-item {
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
  }

  .top-info-btn {
    margin-top: 50px;
    border: 1px solid var(--color-blue);
    background-position: center right 17px;
    background-size: 14px auto;
  }
}