@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;
}
.js-inview.js-hr::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: width 1.2s ease-in-out;
  background-color: #fff;
  content: "";
}
.js-inview.js-hr.corp__hr--left::after {
  right: 0;
}
.js-inview.js-hr.corp__hr--left.js-active::after {
  width: 0%;
}
.js-inview.js-hr.corp__hr--right::after {
  left: 0;
}
.js-inview.js-hr.corp__hr--right.js-active::after {
  width: 0%;
}
.js-inview.js-hr-v::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  transition: height 0.6s ease-in-out 0s;
  content: "";
}
.js-inview.js-hr-v.js-active::after {
  height: 0;
}
.js-inview.corp__hr--flow.js-hr-v::after {
  background-color: #5c81d5;
}
.js-inview.corp__hr--contact.js-hr-v::after {
  background-color: #f7f8f9;
}
.js-inview.corp__hr--faq.js-hr-v::after {
  background-color: #fff;
}

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

/* ===============================
  ヘッダーエリア
================================= */
@media screen and (min-width: 768px) {
  .corpHeader {
    position: relative;
    margin: 0 auto 70px;
    padding: 0 0 0 10px;
    aspect-ratio: 1280/690;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .corpHeader {
    padding: 0 10px 40px;
  }
}

.corpHeader__cat {
  display: inline-block;
  margin: 24px 0 20px;
  padding: 8px 16px;
  color: #fff;
  background-color: #4867c8;
  border-radius: 53px;
  line-height: 1;
  font-size: clamp(11px, 9.76px + 0.33vw, 14px);
}
@media screen and (max-width: 767px) {
  .corpHeader__cat {
    margin: 12px 0;
    padding: 6px 10px;
  }
}

@media screen and (min-width: 768px) {
  .corpHeader__logo {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .corpHeader__logo {
    margin: 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .corpHeader__logoImg {
    max-width: 160px;
  }
}

.corpHeader__title {
  line-height: 1.23;
  font-size: clamp(42px, 32.47px + 2.54vw, 65px);
  letter-spacing: clamp(2px, -0.49px + 0.66vw, 8px);
}
@media screen and (min-width: 768px) {
  .corpHeader__title {
    margin: 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .corpHeader__title {
    margin: 0 0 8px;
  }
}

.corpHeader__mv {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .corpHeader__mv {
    position: absolute;
    top: 0;
    right: -25%;
    padding-left: 55%;
  }
}
@media screen and (max-width: 767px) {
  .corpHeader__mv {
    margin-right: -15%;
    padding-left: 30px;
  }
}

.corpHeader__description {
  margin: 0 0 25px;
  font-weight: bold;
  letter-spacing: clamp(2px, -0.49px + 0.66vw, 8px);
  font-size: clamp(32px, 28.69px + 0.88vw, 40px);
}
@media screen and (min-width: 768px) {
  .corpHeader__description {
    line-height: 1;
  }
}

.corpHeader__description--b {
  position: relative;
  display: inline-block;
  color: #4867c8;
}
.corpHeader__description--b::before {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 20px;
  background-color: #faed00;
  border-radius: 10px;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .corpHeader__description--b::before {
    bottom: 0;
    height: 15px;
  }
}

.corpHeader__description--text {
  position: relative;
  display: inline-block;
  transition-delay: 0.6s;
  z-index: 1;
}

.corpHeader__text {
  line-height: 2;
  font-size: clamp(13px, 10.93px + 0.55vw, 18px);
}

/* ===============================
  導入事例エリア（Ex）
================================= */
@media screen and (min-width: 768px) {
  .corpEx {
    margin: 70px auto;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .corpEx {
    margin: 40px auto;
  }
}

.corpEx__title {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}
@media screen and (max-width: 767px) {
  .corpEx__title {
    margin-bottom: 40px;
  }
}

.corpEx__title--b {
  display: inline-block;
  padding: 12px 8px;
  background-color: #e1e9f8;
  font-weight: inherit;
}

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

@media screen and (min-width: 768px) {
  .corpEx__ill {
    width: 50%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .corpEx__ill {
    padding: 0 10px 20px;
    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 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .corpEx__list {
    padding: 0 0 0 20px;
  }
}

.corpEx__item {
  position: relative;
  margin: 0 0 20px;
  list-style: none;
  font-size: clamp(12px, 9.51px + 0.66vw, 18px);
  padding-left: clamp(35px, 28.78px + 1.66vw, 50px);
}
.corpEx__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  aspect-ratio: 1/1;
  background-image: url("../images/img_chk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: clamp(25px, 20.86px + 1.1vw, 35px);
}

.corpEx__item--b {
  color: #4867c8;
  font-size: clamp(22px, 18.69px + 0.88vw, 30px);
}

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

.corpAbout__title {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(36px, 30.2px + 1.55vw, 50px);
}
@media screen and (max-width: 767px) {
  .corpAbout__title {
    margin-bottom: 20px;
  }
}

.corpAbout__titleImg {
  margin-top: -0.2em;
  vertical-align: middle;
  width: clamp(200px, 168.51px + 8.4vw, 276px);
}

.corpAbout__description {
  margin: 24px auto 40px;
  padding: 0 40px;
  line-height: 2;
  max-width: 1024px;
  font-size: clamp(14px, 11.51px + 0.66vw, 20px);
}
@media screen and (max-width: 767px) {
  .corpAbout__description {
    padding: 0 20px;
  }
}

.corpAbout_wrap {
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  .corpAbout_wrap {
    padding: 0 10px;
  }
}

.corpAbout__entry {
  border: solid 2px #4867c8;
  border-radius: 16px;
  padding: clamp(20px, 3.43px + 4.42vw, 60px);
}
@media screen and (min-width: 768px) {
  .corpAbout__entry {
    display: flex;
    margin: 0 0 40px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .corpAbout__entry {
    margin: 0 0 24px;
  }
}

.corpAbout__entryBody {
  width: 100%;
}

.corpAbout__entryTitle {
  margin: 0 0 40px;
  color: #4867c8;
  font-size: clamp(28px, 20.96px + 1.88vw, 45px);
}
@media screen and (max-width: 767px) {
  .corpAbout__entryTitle {
    margin-bottom: 12px;
  }
}

.corpAbout__entryText {
  line-height: 2;
  font-size: clamp(14px, 12.34px + 0.44vw, 18px);
}

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

.corpAbout__entryIll {
  width: 100%;
  max-width: 445px;
}
@media screen and (max-width: 767px) {
  .corpAbout__entryIll {
    padding: 20px 0;
    text-align: center;
  }
}

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

.corpService__title {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}

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

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

.corpService__entryTitle {
  margin: 0 0 24px;
  color: #4867c8;
  line-height: 1;
  font-size: clamp(28px, 23.03px + 1.33vw, 40px);
}
@media screen and (max-width: 767px) {
  .corpService__entryTitle {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.corpService__entryText {
  line-height: 2;
  font-size: clamp(14px, 12.34px + 0.44vw, 18px);
}

.corpCase {
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  .corpCase {
    margin: 40px auto;
  }
}

.corpCase__title {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}

.corpCase__description {
  margin: 24px auto 40px;
  padding: 0 40px;
  line-height: 2;
  max-width: 1024px;
  font-size: clamp(14px, 11.51px + 0.66vw, 20px);
}
@media screen and (max-width: 767px) {
  .corpCase__description {
    padding: 0 20px;
  }
}

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

.corpCaseEntry {
  flex-shrink: 0;
  max-width: clamp(270px, 240.99px + 7.73vw, 340px);
}

.corpCaseEntry__img {
  position: relative;
  margin-bottom: 16px;
}
.corpCaseEntry__img img {
  border-radius: 16px;
}

.corpCaseEntry__cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: clamp(12px, 11.17px + 0.22vw, 14px);
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background-color: #4867c8;
  border-radius: 4px;
}

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

.corpFlow__title {
  color: #fff;
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}

.corpFlow__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  padding: 0 0 40px;
  gap: 0 12px;
  max-width: 1024px;
  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 (max-width: 767px) {
  .corpFlow__wrap {
    justify-content: flex-start;
    padding: 0 40px 20px 10px;
  }
}

.corpFlowEntry {
  padding: 30px 31px 40px;
  border: solid 4px #4867c8;
  background-color: #fff;
  border-radius: 16px;
  flex-shrink: 0;
  max-width: 308px;
}

.corpFlowEntry__img {
  text-align: center;
}

.corpFlowEntry__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.corpFlowEntry__text {
  font-size: 16px;
}

.corpFlowArw {
  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;
  }
}

@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__title {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}

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

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

.corpFaq__title {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(36px, 23.98px + 3.2vw, 65px);
}
@media screen and (max-width: 767px) {
  .corpFaq__title {
    margin-bottom: 40px;
  }
}

.corpFaqList {
  position: relative;
  padding: 24px;
  background-color: #f2f5fc;
  border-radius: 16px;
}
.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;
}

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

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

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

.corp__hr {
  height: 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
.corp__hr hr {
  display: none;
}

.corp__hr--left {
  background-image: url("../images/hr_l.svg");
}

.corp__hr--right {
  background-image: url("../images/hr_r.svg");
}

.corp__hr--flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../images/hr_flow.svg");
}

.corp__hr--contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../images/hr_contact.svg");
}

.corp__hr--faq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../images/hr_faq.svg");
}

.corpCta {
  margin: 70px 0;
  padding: 0 10px;
  text-align: center;
}

.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(18px, 16.76px + 0.33vw, 21px);
}
.corpCta__navNote::after, .corpCta__navNote::before {
  display: inline-block;
  width: 2px;
  height: 1.3em;
  margin: 0 0.5em;
  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;
  background-color: #ea5514;
  border-radius: 50px;
  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);
}
@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;
  }
}/*# sourceMappingURL=style.css.map */