/* 2024年5月8日追加 */

:root {
  --main-color: #d47192;

  --accent-color: #b49569;

  /* --text-color: #333; */

  --bg-color: #f9eef2;

  /* --gradient-right: #f7c5d7; */

  --gradient-right: #ffb7cf;
}

/* header */

header {
  /* position: sticky; */

  position: fixed;

  top: 0;

  left: 0;
}

@media only screen and (max-width: 1000px) {
  header {
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  header .header-nav {
    top: 85px;
  }
}

@media only screen and (max-width: 1000px) {
  header .header-nav .nav-wrap__item a {
    color: var(--main-color);
  }
}

@media only screen and (max-width: 1000px) {
  header .openbtn .line span {
    background-color: var(--main-color);
  }
}

@media only screen and (max-width: 1000px) {
  header h1 {
    width: 60px;
  }
}

/* main visual */

.mv {
  height: 60vh;

  margin-top: 85px;
}

.mv svg {
  width: 600px;

  margin: 0 auto;
}

.mv img {
  width: calc(1000 / 1440 * 100%);

  max-width: 1000px;

  padding: 0;
}

@media screen and (max-width: 767px) {
  .mv img {
    width: calc(335 / 375 * 100%);

    max-width: 485px;
  }
}

/* Common */

html {
  height: auto;
}

/* 20250417追加 */

.is-debug {
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px inset;

  background-color: rgba(204, 204, 204, 0.25);
}

.is-debug * {
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px inset;

  background-color: rgba(204, 204, 204, 0.25);
}

.test {
  top: 0;
}

#button {
  background: #b49569;
}

.main-ttl {
  color: var(--main-color);
}

.main-ttl::after {
  background: var(--main-color);
}

.sub-ttl {
  color: var(--main-color);
}

.sub-ttl {
  background-image: unset;

  padding: 0;
}

.sub-ttl::before {
  content: "";

  display: inline-block;

  text-align: center;

  width: 4px;

  height: 24px;

  background: linear-gradient(to top, var(--main-color), var(--gradient-right));

  margin-right: 16px;

  vertical-align: middle;
}

.description {
  margin: 0 0 24px;
}

@media (max-width: 767px) {
  .description {
    margin: 0 0 16px;
  }
}

.page-top a {
  color: var(--main-color);
}

/* renewal (リニューアルしましたセクション) */

.renewal .schedule__item::after {
  display: none;
}

.renewal .schedule__item--inner {
  margin: 0;
}

.renewal .renewal__title__wrapper {
  text-align: center;

  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .renewal .renewal__title__wrapper {
    margin: 0 0 24px;
  }
}

.renewal .renewal__title__text {
  font-size: 28px;

  color: var(--main-color);
}

@media (max-width: 767px) {
  .renewal .renewal__title__text {
    font-size: 24px;
  }
}

.renewal .renewal__title__bg {
  display: inline-block;

  background: var(--main-color);

  border-radius: 13px;

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  padding: 0 18px;
}

.renewal .renewal__description {
  text-align: center;

  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .renewal .renewal__description {
    margin: 0 0 16px;
  }
}

.renewal .renewal__img {
  width: calc(800 / 1048 * 100%);

  margin: 0 auto;
}

@media (max-width: 767px) {
  .renewal .renewal__img {
    width: 100%;

    display: flex;

    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .renewal .renewal__img.--pc {
    display: none;
  }
}

.renewal .renewal__img.--sp {
  display: none;
}

@media (max-width: 767px) {
  .renewal .renewal__img.--sp {
    display: flex;

    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .renewal .renewal__img.--sp {
    display: flex;

    justify-content: space-between;

    gap: 32px;
  }
}

@media (max-width: 767px) {
  .renewal .renewal__img__sp-only {
    width: calc(64 / 287 * 100%);

    flex: 0 0 calc((100% - 32px) / 2);

    box-sizing: border-box;
  }
}

.renewal .renewal__img__inner {
  width: 100%;
}

/* about */

.about .main-ttl + p {
  margin-bottom: 0;
}

.about .main-txt {
  margin: 0 0 32px 0 !important;
}

.about .main-txt:last-child {
  margin: 0 0 72px 0;
}

.about .cont1 {
  background: linear-gradient(to top, var(--bg-color) 0%, var(--bg-color) 50%, #fff 50%, #fff 100%);
}

.about .cont2 {
  background: var(--bg-color);
}

.about .cont2__zero {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .about .cont2__zero {
    margin: 0 0 24px;
  }
}

.about .cont2__flex {
  margin: 0 0 0 0;
}

.about .cont2__flex .img-wrap {
  width: calc(180 / 1048 * 100%);

  aspect-ratio: 1 /1;

  height: auto;
}

@media (max-width: 767px) {
  .about .cont2__flex .img-wrap {
    width: calc(180 / 375 * 100%);

    margin: 0 auto 32px;
  }
}

/* target */

.target__item li::before {
  background-color: var(--main-color);
}

/* schedule */

.schedule {
  background: var(--bg-color);
}

.schedule__item .day {
  color: var(--main-color);
}

.schedule__item h3 {
  color: var(--main-color);
}

.schedule__item .teacher__txt h4 span {
  background: var(--main-color);
}

.schedule .other table tr th:nth-of-type(1),
.schedule .other table tr td:nth-of-type(1) {
  width: 30%;
}

.schedule .other table tr th:nth-of-type(2),
.schedule .other table tr td:nth-of-type(2) {
  width: 30%;
}

@media (max-width: 767px) {
  .schedule .other table tr th:nth-of-type(2),
  .schedule .other table tr td:nth-of-type(2) {
    width: 100%;
  }
}

/* feature */

.feature .schedule__item {
  position: relative;
}

.feature .schedule__item--inner {
  margin-left: 0;

  padding: 72px 56px 48px;
}

@media (max-width: 767px) {
  .feature .schedule__item--inner {
    /* margin-left: 40px; */

    padding: 72px 56px 24px 48px;
  }
}

@media (max-width: 767px) {
  .feature .schedule__item--inner {
    /* margin-left: 40px; */

    padding: 64px 24px 48px;
  }
}

.feature .feature__text {
  margin: 0 0 12px;
}

.feature .feature__bg__wrapper {
  position: absolute;

  top: 0;

  left: 0;
}

/* .feature .feature__bg {

} */

.feature .feature__bg__inner__img {
  width: clamp(5rem, 4.12rem + 3.76vw, 7.5rem);

  height: auto;

  aspect-ratio: 1 /1;
}

.feature .feature__bg__text {
  position: absolute;

  top: 50%;

  text-align: center;

  rotate: -45deg;
}

.feature .schedule__item h3 .participation-fee {
  color: var(--main-color);

  font-size: 16px;
}

@media (max-width: 767px) {
  .feature .schedule__item__info__wrapper {
    margin: 0 auto;
  }
}

.feature .schedule__item__info {
  display: flex;

  color: var(--main-color);

  gap: 32px;

  font-size: 16px;

  font-weight: 500;
}

@media (max-width: 767px) {
  .feature .schedule__item__info {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .feature .schedule__item__info__text {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .feature .schedule__item__title {
    /* text-align: center; */

    display: block;
  }
}

.feature .day {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .feature .fee {
    font-size: 14px;

    margin-bottom: 8px;

    display: block;
  }
}

/* mentor */

.mentor {
  background: var(--bg-color);
}

.mentor .btn-more a {
  background: linear-gradient(to right, var(--main-color), var(--gradient-right));
}

/* apply */

.apply__item table .l-txt {
  color: var(--main-color);
}

.apply__item .btn-submit input {
  background: linear-gradient(to right, var(--main-color), var(--gradient-right));
}

.apply__item table .hissu {
  display: inline-block;
}

/* partner */

.partner .logo-wrap__item img {
  height: 100%;
}

/* 2024年5月20日追加 */

.partner .logo-wrap__item {
  border: 1px solid #ccc;

  padding: 10px 16px;

  height: 72px;

  text-align: center;
}

.partner .logo-wrap__item img {
  object-fit: contain;

  max-width: 160px;
}

/* out-link */

.out-link a {
  color: var(--main-color);

  border-color: var(--main-color);
}

.out-link:hover a {
  background-color: var(--main-color);
}

/* footer */

footer {
  background: var(--bg-color);
}

.footer .flex__item h2 {
  color: var(--main-color);
}

#footer-heading {
  color: var(--main-color);
}

footer .copy {
  background: linear-gradient(to right, var(--main-color), var(--gradient-right));
}

/* complete */

.complete .link a {
  border-color: var(--main-color);

  color: var(--main-color);
}

.complete .link a:hover {
  background: var(--main-color);

  color: #fff;
}

/* 20250703追加 */
.word-br {
  display: inline-block;
}

/* 採択会社ボタン用 */
.about.pt-80 {
  padding-top: 32px;
}

.btn-grad.--pagelink {
  margin: 0 auto;
  width: 240px;
  transition: 0.3s;
}

.about .btn-grad.--pagelink {
  margin-bottom: 40px;
  font-size: 1.1875rem;

  @media screen and (max-width: 768px) {
    font-size: 1rem;
  }
}

.btn-grad.--pagelink a {
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #3078b9, #60bdff);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 2px 5px 10px rgba(24, 28, 101, 0.18);
  background: linear-gradient(to right, var(--main-color), var(--gradient-right));
}

.btn-grad.--pagelink:hover {
  opacity: 0.7;
}

.btn-grad.--pagelink {
  width: 100%;
}
/* 採択会社ボタン用 ↑まで*/

.cont2__zero--flex.--linkbtn {
  justify-content: center;
}

.cont2__zero--flex.--linkbtn .out-link {
  background: #fff;
  border-radius: 8px;
  margin-top: 56px;
}

.cont2__zero--flex.--linkbtn .out-link {
  @media screen and (max-width: 768px) {
    margin-top: 32px;
  }
}

.cont2__zero--flex.--linkbtn .out-link a {
  padding: 24px 68px;
  @media screen and (max-width: 768px) {
    padding: 16px 0;
    margin-top: 32px;
  }
}

/* お申し込みフォーム　募集終了 */
.apply__item .closed {
  color: red;
}

/* 採択企業 */
.selected .sub-ttl {
  margin-bottom: 48px;
}
.selectedList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.selectedList-item {
  border: 1px solid var(--main-color);
  border-radius: 8px;
  overflow: hidden;
}

.selectedList-item .selectedList-inner span {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../../assets/images/common/i_link.svg) no-repeat center / contain;
  transition: 0.3s;
}

.selectedList-item .selectedList-inner {
  display: flex;
  padding: 14px 24px;
  color: var(--main-color);
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .selectedList-item a.selectedList-inner:hover {
    background: var(--main-color);
    color: #fff;
  }
}

.selectedList-item a.selectedList-inner:hover span {
  background: url(../../assets/images/common/i_link_hover.svg) no-repeat center / contain;
}

.selected .s-txt {
  margin-top: 24px;
}

/*　保守297 連携パートナー */

.partner .logo-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;

  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partner .logo-wrap__item {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;

  &:nth-child(13) {
    text-align: left;
    grid-column: span 4;

    /* 左寄せ */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;

    @media screen and (max-width: 767px) {
      grid-column: span 2;
      grid-template-columns: repeat(2, 1fr);
    }

    /* 中央寄せ */
    .logo-wrap__inner {
      /* display: inline-block; */
      /* width: calc(100% / 4 - 12px); */
    }
  }
}

.partner .logo-wrap__inner {
  justify-content: center;
  text-align: center;
  /* display: block; */
  border: 1px solid #ccc;
  display: grid;
  place-items: center;
  height: 100%;
  display: inline-block;
  padding: 10px 16px;
  width: 100%;
}

/* renewal */
.renewal .renewal__img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;

  @media screen and (max-width: 767px) {
    width: fit-content;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.renewal .renewalImg {
  width: 100%;
}
