@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .pc--only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp--only {
    display: none !important;
  }
}

.js-sticky {
  position: sticky;
}

.js-inview {
  position: relative;
}
.js-inview.js-in {
  top: 20px;
  transition: top 0.5s ease-in, opacity 0.5s ease-in;
  opacity: 0;
}
.js-inview.js-active {
  top: 0;
  opacity: 1;
}

.corp {
  color: #454545;
  font-feature-settings: "palt" 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .corp {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .corp {
    padding: 0;
  }
}

.section__title {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(26px, 20.2px + 1.55vw, 40px);
}
.section__title::after {
  display: block;
  width: 100px;
  height: 5px;
  margin: 40px auto;
  background-image: url("../images/hr_section.svg");
  background-position: center center;
  content: "";
}
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 40px;
  }
}

.section__title--b {
  color: #4867c8;
}

/* ===============================
  ヘッダーエリア
================================= */
.corpHeader {
  display: flex;
  flex-direction: column;
  margin: 0 auto 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .corpHeader {
    position: relative;
    justify-content: center;
    aspect-ratio: 1280/570;
    background-image: url("../images/img_mv.png");
  }
}
@media screen and (max-width: 767px) {
  .corpHeader {
    aspect-ratio: 375/570;
    background-image: url("../images/img_mv-sp.png");
    background-size: cover;
    padding-top: 20%;
  }
}

.corpHeader__title {
  color: #fff;
  line-height: 1.23;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(40px, 23.43px + 4.42vw, 80px);
  letter-spacing: clamp(2px, -0.49px + 0.66vw, 8px);
}
@media screen and (min-width: 768px) {
  .corpHeader__title {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .corpHeader__title {
    margin: 0 0 20px;
  }
}

.corpHeader__description {
  margin: 0 0 25px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(32px, 24.54px + 1.99vw, 50px);
  letter-spacing: clamp(2px, -0.49px + 0.66vw, 8px);
}
@media screen and (max-width: 767px) {
  .corpHeader__description {
    margin: 0 0 12px;
  }
}

.corpHeader__text {
  color: #fff;
  line-height: 1.8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, 12.69px + 0.88vw, 24px);
}
@media screen and (min-width: 768px) {
  .corpHeader__text {
    max-width: 600px;
  }
}

/* ===============================
  導入事例エリア（Ex） こんな課題ありませんか？
================================= */
@media screen and (min-width: 768px) {
  .corpEx {
    margin: 70px auto 140px;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .corpEx {
    margin: 40px auto;
  }
}

@media screen and (min-width: 768px) {
  .corpEx__body {
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 0 12px;
  }
}

.corpEx__ill {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .corpEx__ill {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .corpEx__ill {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .corpEx__illImg {
    max-width: 80%;
  }
}

.corpEx__list {
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .corpEx__list {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .corpEx__list {
    padding: 0 20px;
  }
}

.corpEx__item {
  position: relative;
  display: flex;
  margin: 0 0 12px;
  padding: 16px;
  color: #454545;
  background-color: #f2f5fc;
  border-radius: 3px;
  gap: 0 8px;
  line-height: 1.5;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .corpEx__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .corpEx__item {
    font-size: 18px;
  }
}
.corpEx__item::before {
  aspect-ratio: 1/1;
  background-image: url("../images/img_chk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  width: clamp(25px, 24.59px + 0.11vw, 26px);
}
@media screen and (max-width: 767px) {
  .corpEx__item::before {
    margin-top: 0;
  }
}

/* ===============================
  選択肢をもっと豊かに。
================================= */
.corpChoice {
  margin: 70px auto 140px;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .corpChoice {
    margin: 40px auto 80px;
  }
}

.corpChoice__wrap {
  display: flex;
  padding: 0 20px;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .corpChoice__wrap {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .corpChoice__entry {
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .corpChoice__ill {
    text-align: center;
  }
}

.corpChoice__entryTitle {
  margin: 0;
  color: #4867c8;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(26px, 23.51px + 0.66vw, 32px);
}

.corpChoice__text {
  margin: 24px auto 0;
  line-height: 2;
  max-width: 1024px;
  font-size: clamp(14px, 13.17px + 0.22vw, 16px);
}
@media screen and (max-width: 767px) {
  .corpChoice__text {
    margin-bottom: 20px;
  }
}

.corpChoice__img {
  flex-grow: 1;
}

.corpReason {
  margin: 70px auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .corpReason {
    margin: 40px auto;
    padding: 0 10px;
  }
}

.corpReason__wrap {
  display: flex;
  padding: 0 20px;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .corpReason__wrap {
    flex-direction: column;
  }
}

.corpReason__entry {
  position: relative;
  background-color: #f2f5fc;
}
@media screen and (min-width: 768px) {
  .corpReason__entry {
    width: 33.3333333333%;
    padding: 40px 20px;
    border-radius: 3px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .corpReason__entry {
    margin: 0 0 40px;
    padding: 40px 20px 30px;
  }
}

.corpReason__entryNum {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4867c8;
  aspect-ratio: 1/1;
  font-weight: bold;
  gap: 12px 0;
  line-height: 1;
  transform: translate(-50%, -50%);
  font-size: clamp(26px, 20.2px + 1.55vw, 40px);
  width: clamp(60px, 48.4px + 3.09vw, 88px);
}
.corpReason__entryNum::after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #4867c8;
  content: "";
}
@media screen and (min-width: 768px) {
  .corpReason__entryNum {
    top: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .corpReason__entryNum {
    top: 0;
    left: 50%;
  }
}

.corpReason__entryImg {
  margin: 0 0 12px;
  text-align: center;
}

.corpReason__entryTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  color: #4867c8;
  line-height: 1.5;
  min-height: 3em;
  text-align: center;
  font-size: clamp(16px, 15.17px + 0.22vw, 18px);
}
@media screen and (max-width: 767px) {
  .corpReason__entryTitle {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.corpReason__entryText {
  line-height: 2;
  font-size: clamp(12px, 11.17px + 0.22vw, 14px);
}

/* ===============================
  SUUTAとは？
================================= */
.corpAbout {
  margin: 70px auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .corpAbout {
    margin: 40px auto;
  }
}

.corpAbout__wrap {
  display: flex;
  padding: 0 20px;
  gap: 0 48px;
}
@media screen and (max-width: 767px) {
  .corpAbout__wrap {
    flex-direction: column;
  }
}

.corpAbout__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.04), 0 29px 17px 0 rgba(0, 0, 0, 0.02), 0 52px 21px 0 rgba(0, 0, 0, 0.01), 0 81px 23px 0 rgba(0, 0, 0, 0);
  aspect-ratio: 530/330;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .corpAbout__img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .corpAbout__img img {
    max-width: 160px;
  }
}

.corpAbout__entryTitle {
  color: #4867c8;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(26px, 23.51px + 0.66vw, 32px);
}

.corpAbout__description {
  margin: 24px auto 40px;
  line-height: 2;
  font-size: clamp(14px, 13.17px + 0.22vw, 16px);
}
@media screen and (max-width: 767px) {
  .corpAbout__ill {
    text-align: center;
  }
}

.corpFlow {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 70px;
  background-color: #313e77;
}
@media screen and (max-width: 767px) {
  .corpFlow {
    padding: 40px auto;
  }
}
.corpFlow .section__title {
  color: #fff;
}

.corpFlow__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  gap: 0 12px;
  max-width: 1064px;
  overflow-x: auto;
  /* 横スクロールバー全体を透明に */
  /* スクロールバーのつまみ部分 */
  /* トラック（つまみの周囲）も透明に */
}
.corpFlow__wrap::-webkit-scrollbar {
  height: 8px; /* 高さを指定（横スクロール時） */
  background-color: transparent; /* ← 背景透明 */
}
.corpFlow__wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* 半透明黒などに調整可 */
  border-radius: 4px;
}
.corpFlow__wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .corpFlow__wrap {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .corpFlow__wrap {
    justify-content: flex-start;
    padding: 0 40px 20px 20px;
  }
}

.corpFlow__entry {
  padding: 30px 31px 40px;
  background-color: #fff;
  border-radius: 3px;
  flex-shrink: 0;
  max-width: 308px;
}

.corpFlow__entry__img {
  text-align: center;
}

.corpFlow__entry__title {
  margin: 0 0 12px;
  font-size: 18px;
  color: #4867c8;
  font-weight: bold;
  text-align: center;
}

.corpFlow__entry__text {
  font-size: 16px;
}

.corpFlow__arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.corpContact {
  position: relative;
  padding: 80px 0 70px;
  background-color: #f7f8f9;
}
@media screen and (max-width: 767px) {
  .corpContact {
    padding: 40px auto;
  }
}
.corpContact .section__title {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .corpContact__form {
    padding: 0 10px;
  }
}
.corpContact__form .corpContact__formBody {
  margin: auto;
  max-width: 1024px;
}
.corpContact__form iframe {
  display: block;
  margin: auto;
  border: none;
  max-width: 1024px;
}

.corpContact__description {
  margin: 24px auto 40px;
  padding: 0 40px;
  line-height: 2;
  max-width: 1024px;
  text-align: center;
  font-size: clamp(14px, 11.51px + 0.66vw, 20px);
}

.corpFaq {
  position: relative;
  margin: 0 auto;
  padding: 80px 20px 70px;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .corpFaq {
    padding: 80px 20px 70px;
  }
}

.corpFaqList {
  position: relative;
  padding: 24px;
  background-color: #f2f5fc;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .corpFaqList {
    padding: 12px;
  }
}
.corpFaqList.is-open dd {
  max-height: 1000px;
}
.corpFaqList dt,
.corpFaqList dd {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 0 12px;
}
.corpFaqList dt {
  cursor: pointer;
}
.corpFaqList dd {
  transition: max-height 0.3s ease, padding 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.corpFaq__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  aspect-ratio: 1/1;
  background-color: #3a4a9d;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.5;
}
dd .corpFaq__title {
  opacity: 0;
}

.corpFaq__text {
  text-align: left;
}
dt .corpFaq__text {
  margin: 0.2em 0 0;
  font-size: 16px;
  transition: height 0.3s ease, padding 0.3s ease;
  flex-grow: 1;
  font-weight: bold;
  overflow: hidden;
}
dd .corpFaq__text {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}

.corpFaq__icon {
  position: relative;
  width: 32px;
}
.corpFaq__icon::before, .corpFaq__icon::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 4px;
  transition: transform 0.3s ease;
  background-color: #3a4a9d;
  content: "";
}
.corpFaq__icon::before {
  top: 15px;
  right: 0;
  transform: rotate(0deg);
}
.is-open .corpFaq__icon::before {
  transform: rotate(-180deg);
}
.corpFaq__icon::after {
  top: 15px;
  right: 0;
  transform: rotate(90deg);
}
.is-open .corpFaq__icon::after {
  transform: rotate(0deg);
}

.corpCta {
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .corpCta {
    margin: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .corpCta {
    margin: 70px 0;
  }
}

.corpCta__nav {
  position: relative;
  display: block;
  text-align: center;
}

.corpCta__navNote {
  margin: 0 0 8px;
  color: #666;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: clamp(14px, 12.34px + 0.44vw, 18px);
}
.corpCta__navNote::after, .corpCta__navNote::before {
  display: inline-block;
  width: 2px;
  height: 1.3em;
  margin: 0 1em;
  background-color: #ea5514;
  content: "";
  vertical-align: middle;
}
.corpCta__navNote::after {
  transform: rotate(45deg);
}
.corpCta__navNote::before {
  transform: rotate(-45deg);
}

.corpCta__navLink {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 12px 12px 0 rgba(0, 0, 0, 0.09), 0 27px 16px 0 rgba(0, 0, 0, 0.05), 0 49px 20px 0 rgba(0, 0, 0, 0.01), 0 76px 21px 0 rgba(0, 0, 0, 0);
  background-color: #ea5514;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 3px;
  max-width: 520px;
  text-align: center;
  font-size: clamp(18px, 13.86px + 1.1vw, 28px);
  padding: clamp(12px, 4.54px + 1.99vw, 30px);
}
.corpCta__navLink--s {
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .corpCta__navLink--s {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .corpCta__navLink {
    max-width: 320px;
  }
}
.corpCta__navLink::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='white'/%3E%3Cpath d='M7 10.6567L12.6569 16.3136L18.3137 10.6567' stroke='%23EA5514' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .corpCta__navLink::after {
    right: 0;
  }
}

.corpCta__note {
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 2em;
  max-width: 730px;
}
@media screen and (min-width: 768px) {
  .corpCta__note {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .corpCta__note {
    padding: 35px 20px;
  }
}

.corpCta__noteItem {
  display: grid;
  align-items: start;
  column-gap: 2em;
  grid-template-columns: 180px 1fr;
  text-align: left;
  font-size: clamp(12px, 11.17px + 0.22vw, 14px);
}
.corpCta__noteItem:first-child {
  border-bottom: 1px dotted #7ba1df;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .corpCta__noteItem {
    grid-template-columns: 1fr;
  }
}

.corpCta__noteDesc {
  margin: 0;
  padding: 0;
}

.corpCta__noteTerm {
  color: #666;
  font-weight: bold;
  text-align: left;
  font-size: clamp(14px, 11.51px + 0.66vw, 20px);
}
@media screen and (max-width: 767px) {
  .corpCta__noteTerm {
    margin-bottom: 12px;
  }
}

.corpCta__noteList {
  margin: 0;
  padding: 0 0 0 20px;
}

.corpCta__noteListItem {
  font-size: clamp(12px, 11.17px + 0.22vw, 14px);
}

.pageHeader {
  position: sticky;
  top: 0;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
  z-index: 100;
}
.pageHeader.is-sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.pageHeader__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 45px;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .pageHeader__wrap {
    padding: 20px;
  }
}

.pageHeader__logo {
  margin: 0;
  line-height: 0;
}
.pageHeader__logo img {
  width: 100%;
  max-width: 140px;
}

.pageHeader__link {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  background-color: #ea5514;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: center;
  font-size: clamp(12px, 11.17px + 0.22vw, 14px);
}

.pageFooter {
  margin: 70px 0 0;
  padding: 0 0 70px;
  text-align: center;
}
.pageFooter img {
  width: 180px;
}

.pageFooter__copyright {
  font-size: 10px;
  color: #454545;
}/*# sourceMappingURL=style.css.map */