@charset "utf-8";

.pc-nav__dropdown {
  width: 230px;
  background: linear-gradient(to bottom, #0022d8, #0022d8 30%, #4b67ff);
  border-radius: 8px;
  padding: 12px 0;
}
.pc-nav__dropdown a {
  color: #fff;
  padding: 12px 25px;
}
@media (any-hover: hover) {
  .pc-nav__dropdown-link:hover {
    background-color: #445cdb;
  }
}
.pc-nav__dropdown a::before {
  content: "";
  width: 0.375rem;
  height: 0.5rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.hamburger-wrap__instagram {
  display: none;
}
.topics__no-posts {
  margin-top: 4rem;
}
.top-join::before {
  background-image: linear-gradient(
    to bottom,
    #0022d8 0%,
    #4b67ff 100%
  ) !important;
}
.reason__container::before,
.social__container::before {
  display: none;
}
.reason__item,
.social__item {
  position: relative;
  z-index: 0;
}
.reason__item::before,
.reason__item::after,
.social__item::before,
.social__item::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: calc(100% + 5.2rem);
}
.reason__item-inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.reason__item::before,
.social__item::before {
  z-index: -2;
  background-image: linear-gradient(
    to bottom,
    #0022d8 0%,
    #4b67ff 100%
  ) !important;
}
.reason__item::after,
.social__item::after {
  background-color: #fff;
  z-index: -1;
  opacity: 0;
}
.reason__item:nth-of-type(1)::after {
  opacity: 0.4;
}
.reason__item:nth-of-type(2)::after {
  opacity: 0.2;
}
.social__item:nth-of-type(1)::after {
  opacity: 0.6;
}
.social__item:nth-of-type(2)::after {
  opacity: 0.4;
}
.social__item:nth-of-type(3)::after {
  opacity: 0.2;
}

/* NEWS */
.news-singlg-sec__header .news-singlg-sec__header-title {
  margin-top: 25px;
}
.news-singlg-sec__header .news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.news-singlg-sec__header-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.news-singlg-sec__header {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #73a7b4;
  font-family:
    "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news-singlg-sec__content {
  line-height: 1.8;
  font-family:
    "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news-singlg-sec__content figure {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .news-singlg-sec__content figure {
    margin-top: 2.5rem;
  }
}

.news-singlg-sec__content figure img {
  /* aspect-ratio: 16/9; */
  border-radius: 0.375rem;
  /* object-fit: cover; */
  border: 1px solid #000000;
}

.news-singlg-sec__content p {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .news-singlg-sec__content p {
    font-size: 1rem;
  }
}

.news-singlg-sec__content a {
  overflow-wrap: break-word;
}

.news-singlg-sec__content h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 3.125rem;
  padding: 0.4375rem 0.625rem;
  background-color: #73a7b4;
}

@media screen and (max-width: 768px) {
  .news-singlg-sec__content h2 {
    font-size: 1.125rem;
    padding: 0.3rem 0.7rem;
  }
}

.news-singlg-sec__content h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.6;
  margin-top: 3.125rem;
  padding: 0.4375rem 0.625rem 0.4375rem 1.25rem;
  background-color: rgba(10, 67, 84, 0.15);
}

@media screen and (max-width: 768px) {
  .news-singlg-sec__content h3 {
    font-size: max(0.9375rem, 12px);
    margin-top: 2.5rem;
    padding: 0.2rem 0.6rem 0.2rem 1rem;
  }
}

.news-singlg-sec__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  background-color: #73a7b4;
}

.news-singlg-sec__content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  background-color: rgba(10, 67, 84, 0.1);
  line-height: 1.3;
  margin-top: 2.5rem;
  padding: 0.3125rem 0.625rem;
}

@media screen and (max-width: 768px) {
  .news-singlg-sec__content h4 {
    font-size: max(0.875rem, 12px);
    margin-top: 1.875rem;
    padding: 0.4rem 0.6rem 0.4rem;
  }
}

.news-singlg-sec__content ul {
  margin-top: 1.25rem;
}

.news-singlg-sec__content li {
  position: relative;
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.8;
  padding-left: 1em;
  margin-top: 0.5rem;
}

.news-singlg-sec__content li:first-child {
  margin-top: 0;
}
.archive-news.lower-main,
.single-news.lower-main {
  margin-top: 2rem;
}
.archive-news.lower-main .archive-cases__flex,
.single-news.lower-main .archive-cases__flex {
  padding: 0;
}

.wp-block-image img {
  width: auto;
}
.news-singlg-sec__content figure img {
  border: none;
}
.service__item-img.rotate img {
  aspect-ratio: 340/270;
}
.philosophy__table-tel {
  text-decoration: none;
}
.wpcf7-form-control-wrap {
  margin: 0;
}
.form__item:not(.form__item.form__item-privacy):nth-child(n + 2) {
  margin-top: 2rem;
}
.contact__btn-wrapper .btn.btn-contact {
  padding: 0;
}
.btn-contact__submit {
  width: 100%;
  padding-inline: 1.25rem;
  text-align: left;
  display: block;
}
.wpcf7-spinner {
  position: absolute;
  transform: translate(-50%, 100%);
  bottom: -15px;
  left: 50%;
}
.wpcf7 .wpcf7-submit:disabled {
  background: gray;
}

.pc-nav__btn-item.instagram-icon {
  margin-left: 10px;
}
.pc-nav__btn-item.instagram-icon img {
  display: block;
  width: 30px;
}

@media screen and (max-width: 768px) {
  .hamburger-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .hamburger-wrap__instagram {
    display: block;
  }
  .hamburger-wrap__instagram img {
    width: 30px;
  }

  .fv-lower__title {
    margin-top: 2rem;
  }
  .l-lower {
    margin-top: 3rem;
  }
  .pc-nav__btn-item.instagram-icon {
    display: none;
  }
}
