:root {
  --g: linear-gradient(90deg, #00a8e4 0%, #4ce05a 100%);
  --light-gray: #f5f5f5;
  --black: #000000;
  --white: #ffffff;
}

@font-face {
  font-family: "Noto Sans";
  src: url("./fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("./fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.text-brand {
  background: var(--g);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-font {
  font-family: "Noto Sans", sans-serif;
}

.bg-main {
  background-color: #171c39;
}

.cus-hd-menu-modal-sm-hidden {
  display: none;
}

/*  <!--トップ↓ -------------------------------------------------------------------> */

.cus-fv-main > div {
  padding-top: 198px;
  position: relative;
  z-index: 1;
}

.cus-fv-main > div > p {
  width: 100%;
  color: var(--white, #ffffff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 117px */
  letter-spacing: 1.56px;
}

.cus-fv-main > p {
  width: 100%;
  color: var(--white, #ffffff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
  padding-top: 32px;
}

.cus-fv-footer {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: var(--main-contents-padding-x);
  padding-right: var(--main-contents-padding-x);
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--light-gray);
}

.cus-fv-footer > p {
  color: var(--black, #000000);
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
}

/*  <!--トップ↑ -------------------------------------------------------------------> */
/*  <!--事業内容↓ -------------------------------------------------------------------> */
.cus-bus {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: var(--main-contents-padding-x);
  padding-right: var(--main-contents-padding-x);
  flex-direction: column;
  align-items: center;
  gap: 78px;
  background: var(--Background, #ffffff);
}

.cus-bus > img {
  width: 4px;
  height: 78px;
}

.cus-bus > div > p:first-child {
  background: var(--g);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 117px */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.cus-bus > div > p:last-child {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
}

.cus-bus-main {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
}

.particles-wrapper {
  position: absolute;
  max-width: 852px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

#tsparticles {
  height: 100%;
}

@media only screen and (max-width: 770px) {
  .particles-wrapper {
    width: 80%;
    height: 390px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.cus-bus-main > div {
  position: relative;
  display: flex;
  width: var(--main-contents-width);
  padding: 36px 36px 146px 36px;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 36px;
  border-radius: 40px;
  background: var(--White, #fff);

  /* Drop Shadow */
  box-shadow: -8px 8px 78px 0px rgba(0, 0, 0, 0.1);
}

.cus-bus-main .cus-bus-main__image {
  padding-top: 56%;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}

.cus-bus-main-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  align-self: stretch;
}

.cus-bus-main-card-text > p:first-child {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: Noto Sans;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 62.4px */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.cus-bus-main-card-text > p:nth-child(2) {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: Noto Sans;
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.cus-bus-main-card-text > p:last-child {
  color: var(--Brand, #171c39);
  font-family: Noto Sans;
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 0.4px;
}

.cus-bus-main-cta {
  position: absolute;
  bottom: 52px;
  left: 36px;
  right: 36px;
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Brand, #171c39);
}

.cus-bus-main-cta > p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

/*  <!--事業内容↑ -------------------------------------------------------------------> */
/*  <!--代表プロフィール↓ -------------------------------------------------------------------> */
.cus-pro {
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: var(--main-contents-padding-x);
  padding-right: var(--main-contents-padding-x);
  flex-direction: column;
  align-items: center;
  gap: 78px;
  background: var(--Background, #f5f5f5);
}

.cus-pro > img {
  width: 4px;
  height: 78px;
}

.cus-pro > div > p:first-child {
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 117px */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.cus-pro > div > p:last-child {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
}

.cus-pro-main {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
}

.cus-pro-main-card {
  display: flex;
  width: calc(25% - 18px);
  padding: 32px 36px;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  gap: 14px;
  border-radius: 40px;
  background: var(--White, #fff);
  box-shadow: -8px 8px 78px 0px rgba(0, 0, 0, 0.1);
}

.cus-pro-main-card-image {
  padding-top: 100%;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}

.cus-pro-main-card > div:nth-child(2) {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid var(--Brand, #171c39);
  background: var(--White, #fff);
}

.cus-pro-main-card > div:nth-child(2) > p {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.cus-pro-main-card > div:nth-child(3) > p {
  text-align: center;
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.04px;
}

.cus-pro-main-card > p:first-of-type {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.cus-pro-main-card > p:last-of-type {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
}

.cus-pro-main-card.sm-display {
  display: none;
}

.cus-pro-main-card.sm-hidden {
  display: flex;
}

/*  <!--代表プロフィール↑ -------------------------------------------------------------------> */
/*  <!--会社概要↓ -------------------------------------------------------------------> */
.cus-com {
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: var(--main-contents-padding-x);
  padding-right: var(--main-contents-padding-x);
  flex-direction: column;
  align-items: center;
  gap: 78px;
  background: var(--g);
}

.cus-com > img {
  width: 4px;
  height: 78px;
}

.cus-com > div > p:first-child {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 117px */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.cus-com > div > p:last-child {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
}

.cus-com-main {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cus-com-main-card {
  min-width: var(--main-contents-width);
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 26px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--White, #fff);
}

.cus-com-main-card > div:first-child {
  width: 114px;
  height: 100%;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--light-gray);
}

.cus-com-main-card > div:first-child > p {
  color: var(--black);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  white-space: nowrap;
}
.cus-com-main-card > p > .sub-text {
  font-size: 12px;
}

.cus-com-main-card > p {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

/* <!--会社概要↑ -------------------------------------------------------------------> */
/*  <!--お問い合わせ↓ -------------------------------------------------------------------> */
.cus-con {
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: var(--main-contents-padding-x);
  padding-right: var(--main-contents-padding-x);
  flex-direction: column;
  align-items: center;
  gap: 78px;
  background: var(--Background, #f5f5f5);
}

.cus-con > img {
  width: 4px;
  height: 78px;
}

.cus-con > div > p:first-child {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 117px */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.cus-con > div > p:last-child {
  color: var(--Brand, #171c39);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--sub-title-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 0.52px;
}

.cus-con-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  width: 100%;
  border-radius: 40px;
  background: var(--White, #fff);

  /* Drop Shadow */
  box-shadow: -8px 8px 78px 0px rgba(0, 0, 0, 0.1);
}

.cus-con-main > form {
  width: 100%;
}

.cus-con-main-content {
  width: 100%;
}

.cus-con-main-content > label {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  padding-bottom: 10px;
  display: block;
}

.cus-con-main-content span {
  color: var(--Attention, #ad1707);
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.cus-con-main-content > input {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Background, #f5f5f5);
  color: var(--Brand, #171c39);
  font-family: Futura PT;
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.cus-con-main-content > input::placeholder,
.cus-con-main-content-textarea::placeholder {
  color: var(--Placeholder, #c7c7c7);
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.selected-select {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  color: var(--Brand, #171c39);
  font-family: Futura PT;
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}
.unselected-select {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  color: var(--Placeholder, #c7c7c7);
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}

select {
  background: var(--Background, #f5f5f5) url("./images/expand_more.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.select-placeholder {
  display: none;
}

option {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.cus-con-main-content-textarea {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Background, #f5f5f5);
  color: var(--Brand, #171c39);
  font-family: Futura PT;
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.cus-con-main-content > input:focus,
.cus-con-main-content-textarea:focus {
  outline: 1px solid var(--Brand, #171c39);
}

.cus-con-main-check {
  width: 100%;
  max-width: 476px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.cus-con-main-check > div {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--Brand, #171c39);
  background: var(--White, #fff);
}

.cus-con-main-check > div > label {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.cus-con-main-check a {
  color: var(--Brand, #171c39);
  font-family: "Noto Sans";
  font-size: var(--heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-decoration-line: underline;
}

.cus-con-main-check > div > input {
  width: 20px;
  height: 20px;
  border-color: var(--Brand, #171c39);
}

.cus-con-main > button {
  display: flex;
  width: 100%;
  max-width: 476px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--Brand, #171c39);
}

.cus-con-main > button > p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

.cus-con-main > button:disabled {
  display: flex;
  width: 100%;
  max-width: 476px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #d6d6d6;
}

.cus-con-main > button:disabled > p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: var(--font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.4px;
}

/*  <!--お問い合わせ↑ -------------------------------------------------------------------> */

@media only screen and (max-width: 770px) {
  /* <!--ヘッダー↓ -------------------------------------------------------------------> */
  .cus-header {
    display: inline-flex;
    padding-right: 22px;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .cus-hd-title {
    display: flex;
    flex-direction: column;
    padding: 22px 22px 22.5px 22px;
    align-items: center;
    gap: 0px;
    border-radius: 0px 0px 25px 0px;
    background: var(--g);
  }

  .cus-hd-title > img {
    width: 130px;
  }

  .cus-hd-title > p {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: 9.471px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 14.207px */
    letter-spacing: 0.189px;
  }

  .cus-hd-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cus-hd-menu > a:last-of-type {
    display: flex;
    width: 98px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 9.435px;
    background: var(--Brand, #171c39);
    color: var(--White, #fff);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 11.365px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 17.048px */
    letter-spacing: 0.227px;
  }

  .cus-hd-menu-sm-img {
    width: 30px;
  }

  .cus-hd-menu-modal-sm-padding {
    padding: 94px 22px 30px 22px;
  }

  .cus-bus {
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cus-bus > img {
    height: 43px;
  }

  /* profile */
  .cus-pro-main-card {
    width: 100%;
  }

  .cus-pro-main-card.sm-display {
    display: flex;
  }

  .cus-pro-main-card.sm-hidden {
    display: none;
  }

  .cus-bus-main-card-text > p:first-child {
    font-size: 30px;
  }

  .cus-bus-main > div {
    padding: 22px 17px 146px 17px;
    gap: 22px;
  }

  .cus-bus-main-card-text {
    gap: 17px;
  }

  .cus-pro {
    padding: 30px 22px;
    gap: 30px;
  }

  .cus-pro > img {
    height: 43px;
  }

  .cus-pro-main-card {
    padding: 22px 17px;
    gap: 17px;
  }

  .cus-com {
    padding: 30px 22px;
    gap: 30px;
  }

  .cus-com > img {
    height: 43px;
  }

  .cus-con {
    padding: 30px 22px;
    gap: 30px;
  }

  .cus-con > img {
    height: 43px;
  }
  /*  <!--ヘッダー↑ -------------------------------------------------------------------> */

  .cus-fv-main {
    width: 100%;
    height: 673px;
    background: var(--g);
    background-repeat: no-repeat;
    background-size: cover; /* または 'contain' */
    position: relative;
  }

  .cus-con-main {
    padding: 43px 17px;
    gap: 30px;
  }

  .cus-con-main-content-textarea {
    height: 169px;
  }

  /* <!--フッター↓ -------------------------------------------------------------------> */
  .cus-ft > div:first-child {
    height: 0px;
    background: var(--Brand, #ffffff);
  }

  .cus-ft > div:last-child {
    display: flex;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: var(--main-contents-padding-x);
    padding-right: var(--main-contents-padding-x);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Brand, #171c39);
  }

  .cus-ft > div:last-child > p {
    color: var(--White, #fff);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 0.24px;
  }
  .cus-ft-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    background: var(--White, #fff);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .cus-ft-main-left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    background: var(--g);
    border-top-right-radius: 40px;
    padding: 30px 22px;
    gap: 43px;
  }

  .cus-ft-main-left > div:first-child {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .cus-ft-main-left > div:first-child > img {
    width: 130px;
  }

  .cus-ft-main-left > div:first-child > p {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cus-ft-main-left > div:last-child > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cus-ft-main-left > div:last-child p {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: var(--heading-font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child span {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child img {
    height: 26px;
  }

  .cus-ft-main-right {
    padding: 30px 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }

  .cus-ft-main-right > div > a:first-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-right: 10px;
  }

  .cus-ft-main-right > div > a:last-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  /* <!--フッター↑ -------------------------------------------------------------------> */

  :root {
    --main-contents-width: 100%;
    --main-contents-padding-x: 22px;
    --title-font-size: 43px;
    --sub-title-font-size: 17px;
    --heading-font-size: 12px;
    --font-size: 16px;
  }
}

@media not screen and (max-width: 770px) {
  /*  <!--ヘッダー↓ -------------------------------------------------------------------> */

  .cus-header {
    display: flex;
    width: 100%;
    height: 120px;
    padding-right: 6vw;
    align-items: center;
    justify-content: space-between;
    background: #ffffff00;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .cus-hd-title {
    display: flex;
    height: 120px;
    padding: 34px 52px 34px 136px;
    align-items: center;
    gap: 26px;
    border-radius: 0px 0px 52px 0px;
    background: var(--g);
  }
  .cus-hd-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cus-hd-menu > a {
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    color: var(--Brand, #171c39);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
  }

  .cus-hd-menu a:last-of-type {
    width: 188px;
    color: var(--White, #fff);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    padding: 16px 20px;
    gap: 10px;
    border-radius: 16px;
    background: var(--Brand, #171c39);
  }

  .cus-hd-menu-sm-img {
    width: 50px;
  }

  .cus-hd-menu-modal-sm-padding {
    padding: 150px 30px 30px 30px;
  }

  /*  <!--ヘッダー↑ -------------------------------------------------------------------> */

  .cus-fv-main {
    height: 718px;
    background: var(--g);
    background-repeat: no-repeat;
    background-size: cover; /* または 'contain' */
    position: relative;
  }

  .cus-fv-br {
    display: none;
  }

  .cus-con-main {
    padding: 78px;
  }

  .cus-con-main-content-textarea {
    height: 600px;
  }

  /* <!--フッター↓ -------------------------------------------------------------------> */
  /* .cus-ft > div:first-child {
    height: 200px;
    background: var(--Brand, #ffffff);
  } */

  .cus-ft > div:last-child {
    display: flex;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: var(--main-contents-padding-x);
    padding-right: var(--main-contents-padding-x);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Brand, #171c39);
  }

  .cus-ft > div:last-child > p {
    color: var(--White, #fff);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 0.24px;
  }
  .cus-ft-main {
    display: flex;
    padding: 26px 136px 0px 0px;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--White, #fff);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .cus-ft-main-left {
    display: flex;
    padding: 52px 52px 52px 136px;
    flex-direction: column;
    align-items: flex-start;
    gap: 78px;
    border-radius: 0px 40px 0px 0px;
    background: var(--g);
  }

  .cus-ft-main-left > div:first-child {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .cus-ft-main-left > div:first-child > img {
    width: 213px;
  }

  .cus-ft-main-left > div:first-child > p {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cus-ft-main-left > div:last-child > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cus-ft-main-left > div:last-child p {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: var(--heading-font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child span {
    color: var(--White, #fff);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  .cus-ft-main-left > div:last-child img {
    height: 26px;
  }

  .cus-ft-main-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .cus-ft-main-right > div > a:first-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-right: 10px;
  }

  .cus-ft-main-right > div > a:last-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  /* <!--フッター↑ -------------------------------------------------------------------> */

  :root {
    --main-contents-width: 496px;
    --main-contents-padding-x: 136px;
    --title-font-size: 78px;
    --sub-title-font-size: 26px;
    --heading-font-size: 16px;
    --font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .cus-hd-menu-sm-none {
    display: none;
  }

  .cus-hd-menu-modal-sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    background: var(--White, #fff);
  }

  .cus-hd-menu-modal-sm > div > a:first-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-right: 10px;
  }

  .cus-hd-menu-modal-sm > div > a:last-child {
    color: var(--Brand, #171c39);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  .cus-com-main-card > p > .sub-text {
    font-size: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .cus-hd-menu-sm {
    display: none;
  }

  .cus-hd-menu-sm-none {
    display: flex;
  }

  .cus-hd-menu-modal-sm {
    display: none;
  }
}
