/* ================================
共通
================================ */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* ================================
トップ - 自動化できる業務について
================================ */
.works__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .works__body {
    flex-direction: column;
    gap: 16px;
  }
}
.works__text {
  font-size: clamp(
    18px,
    calc(18px + (20 - 18) * ((100vw - 390px) / (1440 - 390))),
    20px
  );
  font-weight: bold;
}
.works__cta {
  max-inline-size: 547px;
  flex-shrink: 0;
}

.works__award {
  margin-block-start: 100px;
}
@media screen and (max-width: 840px) {
  .works__award {
    margin-block-start: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================
トップ - 自動化できるツール一覧
================================ */
.tool-example__title {
  color: #3372bd;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.tool-example__title:before,
.tool-example__title:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #3372bd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tool-example__title:before {
  left: -45px;
}
.tool-example__title:after {
  right: -45px;
}

.tool-example__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-block-start: 30px;
}
@media screen and (max-width: 840px) {
  .tool-example__list {
    gap: 16px;
    justify-content: flex-start;
  }
}
.tool-example-card {
  width: calc(100% / 3 - 20px);
  border-radius: 5px;
  outline: solid 3px #3575bf;
  background-color: #fff;
  transition: all 0.1s 0.1s linear;
  display: grid;
  align-items: center;
  height: 100px;
  position: relative;
}

@media screen and (max-width: 840px) {
  .tool-example-card {
    width: calc(100% / 2 - 8px);
    height: 60px;
  }
}
.tool-example-card:hover {
  outline: solid 6px #3575bf;
}
.tool-example-card:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: auto;
  background-color: #3575bf;
  width: 20px;
  height: 20px;
  clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
@media screen and (max-width: 840px) {
  .tool-example-card:hover::after {
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
.tool-example-card__link {
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 840px) {
  .tool-example-card__link {
    padding: 8px;
  }
}
.tool-example-card__body {
  display: flex;
  align-items: center;
}
.tool-example__logo {
  max-inline-size: 63px;
}
@media screen and (max-width: 840px) {
  .tool-example__logo {
    max-inline-size: 40px;
  }
}
.tool-example__name {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: clamp(
    14px,
    calc(14px + (22 - 14) * ((100vw - 390px) / (1440 - 390))),
    22px
  );
}

.tool-example__subtitle {
  font-size: 38px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #79b7ed 0%, #2c77c8 86%);
  box-shadow: 0px 4px 34px rgba(0, 82, 103, 0.18);
  border-radius: 16px;
  text-align: center;
  padding: clamp(
    10px,
    calc(10px + (30 - 10) * ((100vw - 390px) / (1440 - 390))),
    30px
  );
  margin-block-start: 60px;
  margin-bottom: 20px;
  font-size: clamp(
    20px,
    calc(20px + (38 - 20) * ((100vw - 390px) / (1440 - 390))),
    38px
  );
}

.tool-example__text {
  font-weight: bold;
  text-align: center;
  font-size: clamp(
    16px,
    calc(16px + (22 - 16) * ((100vw - 390px) / (1440 - 390))),
    22px
  );
}

.tool-movie {
  margin-block-start: 90px;
  background-color: #fff;
}

@media screen and (max-width: 840px) {
  .tool-movie {
    margin-block-start: 40px;
  }
}

.tool-movie__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
}
@media screen and (max-width: 840px) {
  .tool-movie__body {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.tool-movie__thumbnail {
  max-inline-size: 428px;
}

.tool-movie__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .tool-movie__title {
    text-align: center;
  }
}
.tool-movie__detail {
  font-size: clamp(
    16px,
    calc(16px + (20 - 16) * ((100vw - 390px) / (1440 - 390))),
    20px
  );
}

.tool-flow__list {
  display: flex;
  margin-block-start: 50px;
  padding: 0 40px;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .tool-flow__list {
    flex-direction: column;
    align-items: center;

    gap: 100px;
  }
}
.tool-flow__list--three .tool-flow__item {
  width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 840px) {
  .tool-flow__list--three .tool-flow__item {
    width: 100%;
    max-width: 300px;
  }
}
.tool-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tool-flow__list--four .tool-flow__item {
  width: clamp(
    150px,
    calc(150px + (200 - 150) * ((100vw - 841px) / (1440 - 841))),
    200px
  );
}
@media screen and (max-width: 840px) {
  .tool-flow__list--four .tool-flow__item {
    width: 300px;
  }
}

.tool-flow__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/automatable/img/arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 840px) {
  .tool-flow__item:after {
    background-image: url(/automatable/img/arrow-sp.webp);
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 86px;
    height: 63px;
  }
}

.tool-flow__list--three .tool-flow__item:after {
  width: 63px;
  height: 108px;
  right: -50px;
}
@media screen and (max-width: 840px) {
  .tool-flow__list--three .tool-flow__item:after {
    width: 86px;
    height: 63px;
  }
}

.tool-flow__list--four .tool-flow__item:after {
  width: 50px;
  height: 108px;
  right: -60px;
}
@media screen and (max-width: 840px) {
  .tool-flow__list--four .tool-flow__item:after {
    width: 86px;
    height: 63px;
  }
}

.tool-flow__balloon {
  color: #fff;
  background-color: #3575bf;
  border-radius: 100vw;
  height: 40px;
  font-size: 20px;
  min-width: 170px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

.tool-flow__balloon:after {
  content: "";
  clip-path: polygon(50% 6px, 0% 0%, 8px 0%);
  background-color: #3575bf;
  position: absolute;
  bottom: -5px;
  width: 8px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.tool-flow__item:last-child::after {
  display: none;
}

.tool-flow__text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.tool-flow__logo--tool {
  max-width: 55px;
}
.tool-flow__logo {
  display: grid;
  place-content: center;
  place-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 840px) {
  .tool-flow__logo {
    margin-block-start: 20px;
  }
}
.tool-flow__logo--robopat {
  max-inline-size: 120px;
}
@media screen and (max-width: 840px) {
  .tool-flow__logo--robopat {
    margin-block-start: 0;
  }
}

.tool-flow__logo--excel {
  max-inline-size: 84px;
}
.tool-flow__logo--excel {
  max-inline-size: 53px;
}
.tool-flow__logo--mail {
  max-inline-size: 88px;
}
.tool-flow__detail {
  margin-block-start: 40px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 840px) {
  .tool-flow__detail {
    text-align: left;
  }
}
/* ================================
トップ - CTA
================================ */
.tool-cta {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .tool-cta {
    flex-direction: column;
  }
}
.tool-cta__link {
  max-inline-size: 394px;
}

@media screen and (max-width: 840px) {
  .tool-cta__link {
    max-inline-size: 500px;
  }
  .tool-cta__link:last-child {
    width: 95%;
  }
}
/* ================================
トップ - 自動化カード
================================ */
.tab-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .tab-list {
    justify-content: flex-start;
    gap: 16px;
  }
}

.tab-item {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  border-radius: 16px;
  width: calc(100% / 4 - 15px);
  background: #ffffff;
  padding: 17px 0;
  text-align: center;
  box-shadow: 4px 4px 20px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s 0s ease-in;
}
@media screen and (min-width: 641px) and (max-width: 840px) {
  .tab-item {
    width: calc(100% / 3 - 15px);
  }
}
@media screen and (max-width: 640px) {
  .tab-item {
    width: calc(100% / 2 - 15px);
    font-size: 16px;
  }
}
.tab-item:hover {
  transform: scale(1.1, 1.1);
  /* font-size: 20px; */
}
.tab-content {
  margin-block-start: 45px;
}
.tab-panel {
  display: none;
}

.tab-item.active {
  background-color: #3575c0;
  color: #fff;
}

.tab-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.tab-panel.active {
  display: block;
}

/* ================================
トップ - 自動化カード（部署）
================================ */
.case-example__subtitle {
  margin-block-start: 70px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .case-example__subtitle {
    margin-block-start: 40px;
  }
}

.case-work {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-block-start: 70px;
}
@media screen and (max-width: 840px) {
  .case-work {
    flex-direction: column;
    gap: 40px;
    margin-block-start: 40px;
  }
}
.case-work-card {
  width: calc(100% / 2 - 20px);
  outline: solid 1px #3575bf;
  background-color: #f1faff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .case-work-card {
    width: 100%;
    max-width: 500px;
  }
}

.case-work-card__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.case-work-card__icon {
  max-width: 45px;
}

@media screen and (max-width: 840px) {
  .case-work-card__icon {
    max-width: 40px;
  }
}

.case-work-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 85%;
  margin-block-start: 20px;
}
@media screen and (max-width: 840px) {
  .case-work-card__list {
    width: 100%;
    gap: 16px 0;
  }
}
.case-work-card__item {
  font-size: clamp(
    12px,
    calc(12px + (14 - 12) * ((100vw - 390px) / (1440 - 390))),
    14px
  );
  color: #3575bf;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  width: calc(100% / 2 - 10px);
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .case-work-card__item {
    width: calc(100% / 2);
  }
}
.case-work-card__item::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/automatable/img/icon-check-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.case-work__subtitle {
  font-size: clamp(
    24px,
    calc(24px + (30 - 24) * ((100vw - 390px) / (1440 - 390))),
    30px
  );
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-block-start: 77px;
}

@media screen and (max-width: 840px) {
  .case-work__subtitle {
    margin-block-start: 40px;
  }
}

/* ================================
ツール（15ページ）
================================ */
.tool-head {
  background-image: url(/automatable/img/head-bg-pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.tool-head__title {
  font-weight: bold;
}
.tool-head__title h1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: clamp(
    32px,
    calc(32px + (40 - 32) * ((100vw - 390px) / (1440 - 390))),
    40px
  );
  font-weight: bold;

  line-height: 1;
  text-align: center;
}

.tool-head__title span {
  font-size: clamp(
    26px,
    calc(26px + (32 - 26) * ((100vw - 390px) / (1440 - 390))),
    32px
  );
  display: block;
  line-height: 1.5;
  margin-block-start: 20px;
}
.tool-head__logo--short {
  max-inline-size: clamp(
    30px,
    calc(30px + (70 - 30) * ((100vw - 390px) / (1440 - 390))),
    70px
  );
  display: inline-block;
}
.tool-head__logo--long {
  max-inline-size: 100px;
  display: inline-block;
}

.tool-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 28px;
  margin-block-start: 120px;
}
@media screen and (max-width: 840px) {
  .tool-case__list {
    gap: 100px;
  }
}
.tool-case__card {
  width: calc(100% / 2 - 14px);
  background: linear-gradient(270deg, #f1faff 0%, #ffffff 100%);
  box-shadow: 0px 1px 8px #c2e0ea;
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .tool-case__card {
    width: 100%;
    max-width: 500px;
  }
}

.tool-case__image {
  transform: translateY(-43px);
  margin-bottom: -43px;
}

@media screen and (max-width: 840px) {
  .tool-case__image {
    transform: translateY(-27px);
    margin-bottom: -27px;
  }
}

.tool-case__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-block-start: 20px;
  line-height: 1.5;
}
.tool-case__text {
  font-size: 18px;
  line-height: 1.5;
  flex-grow: 1;
  margin-block-start: 20px;
}

.tool-flow__cta {
  margin-block-start: 70px;
}
.tool-flow__cta a {
  display: inline-block;
  max-inline-size: 547px;
}

/* ================================
検索結果
================================ */
.page-head {
  background-image: url("../img/bgimg_pageheader01.webp");
  background-position: top;
  background-position: center;
  background-size: cover;
  height: 250px;
}
.page-head__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-size: clamp(
    28px,
    calc(28px + (48 - 28) * ((100vw - 390px) / (1440 - 390))),
    48px
  );
  color: #3575c0;
  display: flex;
  line-height: 1.5;
}

@media screen and (max-width: 840px) {
  .page-head__title {
    flex-direction: column;
  }
}

.page-head__title .logo {
  max-width: 247px;
  display: inline-block;
}

.page-head__title .logo img {
  margin-top: -10px;
  display: block;
}

.page-head__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}
@media screen and (max-width: 840px) {
  .search {
    margin-block-start: 24px;
  }
}
.search-balloon {
  max-width: clamp(
    288px,
    calc(288px + (664 - 288) * ((100vw - 390px) / (1440 - 390))),
    664px
  );
  display: block;
  margin-left: 78px;
  margin-bottom: -14px;
}
@media screen and (max-width: 840px) {
  .search-balloon {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-button {
  font-size: clamp(
    14px,
    calc(14px + (24 - 14) * ((100vw - 390px) / (1440 - 390))),
    24px
  );
  font-weight: bold;
  color: #fff;
  background-color: #3372bd;
  border-radius: 10px;
  flex-shrink: 0;
  padding: 10px 24px;
  transition: all 0.1s 0s linear;
}

.search-button:hover {
  background-color: #fff;
  color: #3372bd;
  outline: solid 3px #3372bd;
}
.search-icon {
  max-width: clamp(
    24px,
    calc(24px + (30 - 24) * ((100vw - 390px) / (1440 - 390))),
    30px
  );
}

.search-form {
  background-color: #fff;
  padding: 0.9rem;
  border-radius: 10px;
  margin: 0 auto 70px auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  max-inline-size: min(1100px, 100%);
}

.search-input {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 840px) {
  .search-input {
    margin-bottom: 40px;
  }
}
.search-input input {
  width: 91%;
  font-size: clamp(
    12px,
    calc(12px + (24 - 12) * ((100vw - 390px) / (1440 - 390))),
    24px
  );
  border: none;
}

.search-input input:-internal-autofill-selected {
  background-color: #fff !important;
}
.pattern-search__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  gap: 120px;
}
@media screen and (max-width: 1440px) {
  .pattern-search__list {
    max-width: 1100px;
    margin: 0 auto 70px auto;
  }
}

.pattern-search-card__title {
  font-size: clamp(
    18px,
    calc(18px + (24 - 18) * ((100vw - 390px) / (1440 - 390))),
    24px
  );
  text-align: center;
  font-weight: bold;
}

.pattern-search-card__inner {
  display: flex;
  gap: 30px;
  margin-block-start: 30px;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .pattern-search-card__inner {
    gap: 15px;
  }
}
@media screen and (max-width: 840px) {
  .pattern-search-card__inner {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}
.pattern-search-card__inner:before {
  content: "";
  background: url(/_pack/img/advantage/icon_cross01.svg) no-repeat 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11%;
}
.pattern-search-card__inner:last-child:before {
  display: none;
}

.pattern-search__item {
  position: relative;
  min-height: 170px;
  inline-size: min(330px, 100%);
  display: flex;
  flex-direction: column;
}

.pattern-search-card__inner--four .pattern-search__item {
  inline-size: min(270px, 100%);
}
.pattern-search-card__inner--five .pattern-search__item {
  inline-size: min(220px, 100%);
}

.pattern-search__arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pattern-search__arrow:after {
  content: "";
  width: 46px;
  height: 23px;
  display: block;
  display: block;
  background: url(/automatable/img/result-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* .pattern-search-card__inner--four .pattern-search__item:after {
  right: -72px;
}
.pattern-search-card__inner--five .pattern-search__item:after {
  right: -58px;
} */

.pattern-search__item:last-child::after {
  display: none;
}

.pattern-search-card__inner .balloon {
  text-align: center;
  background-color: #3575bf;
  border-radius: 100vw;
  width: 170px;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 0;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  position: relative;
}
.pattern-search-card__inner .balloon:after {
  content: "";
  width: 7px;
  height: 6px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3575bf;
  clip-path: polygon(50% 6px, 0% 0%, 7px 0%);
}

.pattern-search-card__inner .tool-text {
  text-align: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px #3575bf;
  color: #3575bf;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #eaf5fb;
  margin-block-start: 20px;
}

.pattern-search-card__inner .tool-text-detail {
  margin-block-start: 20px;
  font-size: 16px;
  flex-grow: 1;
}

.pattern-search-card__inner .app__image img {
  margin-block-start: 20px;
  max-height: 70px;
  width: 100%;
  object-fit: contain;
}
