.l-content,
.l-page {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
}

.right-imai,
.left-imai {
  width: 50%;
}

.right-imai img {
  width: 120% !important;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.p-cat-content {
  gap: 100px 50px !important;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.p-cat__header-catList {
  @media screen and (max-width: 768px) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

.p-cat__header-catLink {
  @media screen and (max-width: 768px) {
    justify-content: space-between;
    border-bottom: 2px solid #357abf;
    padding-bottom: 10px;
  }
}
.p-cat-post__list {
  grid-template-columns: repeat(2, 1fr) !important;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    grid-template-columns: 1fr !important;
  }
}

.p-cat-post__thumb img {
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
}

.p-cat-post__item {
  overflow: hidden;
}

.p-cat-right {
  flex-shrink: 0;
}

.p-cat-post__excerpt {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 2.2rem;
}

.recent-post-link {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.p-cat-left {
  @media screen and (min-width: 768.98px) {
    width: calc(100% - 380px);
  }
}
.p-cat-right {
  @media screen and (max-width: 768px) {
    width: 100% !important;
  }
}
.recent-post-thumb {
  width: 35%;
}
.recent-post-thumb img {
  aspect-ratio: 4/3;
  object-fit: cover !important;
  overflow: hidden;
  border-radius: 10px;
}

.recent-post-item {
  & + .recent-post-item {
    border-top: 1px solid #e7ebef;
  }
}

.recent-post-meta {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.recent-post-date {
  font-family: "Outfit", Noto Sans;
  color: #707070;
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.recent-post-service {
  padding: 3px 10px 2px;
  height: fit-content;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  border-radius: 15px;
  background: #1c6ab7;
}

.recent-post-title {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

aside.p-cat-right {
  background: #fff;
  border-radius: 20px;
  & > div {
    & + div {
      margin-top: 50px;
    }
  }
}

.post-catlink {
  & + .post-catlink {
    border-top: 1px solid #e7ebef;
  }
}

.post-catlink a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-catlink a img {
  border: 2px solid #357abf;
  border-radius: 100px;
  width: 35px;
  object-fit: contain;
}

.cat-link {
  a {
    padding: 3px 10px 2px;
    height: fit-content;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-radius: 15px;
    &:hover {
      opacity: 0.5;
    }
  }
  &.--service a {
    background: #357abf;
  }
  &.--area a {
    background: #fc8a22;
  }
}

.cat-linkbox {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-single-post {
  width: 100% !important;
  max-width: 820px !important;

  @media screen and (max-width: 768px) {
    padding: 0 !important;
    margin-top: 60px !important;
  }
}

.hiro__inner {
  background: none !important;
}

.l-page {
  background: url(../images/home/bg-circle.jpg) center top/cover no-repeat;
}

.about-image {
  flex-shrink: 0;
  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}
.trialContact-sp-header {
}

.about-table {
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.about-table-card {
  @media screen and (max-width: 768px) {
    margin: 30px 0;
  }
}
.l-page__header {
  padding-bottom: 150px;
  @media screen and (max-width: 768px) {
    padding-bottom: 0px;
  }
}

.p-cat__header-catList {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .trialContact-sp-header__lineBtn::after,
  .trialContact-sp-header__telBtn::after {
    content: none !important;
  }
}

.p-top-faq__container {
  border-radius: 20px;
  overflow: hidden !important;
}
.p-top-faq__qHeader,
.p-top-faq__aBoxWrapper {
  border-radius: 0 !important;
}
.p-top-about__leftImgArea2 .p-top-about__img {
  margin-left: -100px;
}

.p-top-about__container {
  gap: 150px !important;
  @media screen and (max-width: 768px) {
    gap: 70px !important;
  }
}

.p-top-about__box {
  align-items: center !important;
  @media screen and (max-width: 1233px) {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
  }

  @media screen and (max-width: 768px) {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .p-top-about__leftArea,
  .p-top-about__rightArea,
  .p-top-about__rightImgArea {
    width: 100% !important;
  }
  .p-top-about__rightImgArea {
    order: 1;
  }
  .p-top-about__lefttxtArea {
    order: 2;
  }
  .p-top-about__h3 {
    margin-bottom: 20px !important;
    font-size: 25px !important;
  }
  .p-top-qualification {
    margin-top: 70px !important;
  }
  .hiro-sp {
    margin-top: -50px;
    background: none !important;
    height: auto !important;
    margin-bottom: 50px;
  }
  .l-header-sp__inner {
    background: #fff;
  }
}

.p-top-plan__detail {
  display: block !important;
  padding: 20px !important;
}
.p-top-plan__detailList {
  max-width: 1070px;
  flex-wrap: wrap;
}

.p-top-plan__detailLink {
  @media screen and (max-width: 768px) {
    font-size: 14px !important;
    padding: 10px 15px !important;
    height: auto !important;
    gap: 10px !important;
  }
}

.p-top-plan__detailIcon {
  @media screen and (max-width: 768px) {
    width: 23px !important;
    height: 23px !important;
  }
}

.p-top-plan__detailList {
  @media screen and (max-width: 768px) {
    gap: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__box,
  .p-top-fee {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-top-secret__aBox {
    padding: 16px 10px !important;
  }
  .p-top-secret__orangeArea02 {
    padding: 40px 10px 10px !important;
  }
}

.p-top-secret__safetyHeader {
  font-weight: 600;
}

.trialContact__btn::after {
  content: "" !important;
  background: url(../images/common/arrow_contact_line.svg) center/contain no-repeat;
  width: 10px;
  height: 50px !important;
  right: 15px !important;
  top: 0 !important;
  transform: unset !important;
  @media screen and (max-width: 768px) {
    width: 7px;
    height: 34px !important;
    right: 10px !important;
  }
}
.trialContact__lineBtn::after {
  background: url(../images/common/arrow_contact_line.svg) center/contain no-repeat;
}
.trialContact__mailBtn::after {
  background: url(../images/common/arrow_contact_mail.svg) center/contain no-repeat;
}
.trialContact__telBtn::after {
  background: url(../images/common/arrow_contact_tel.svg) center/contain no-repeat;
}

.c-nav-sp__content {
  gap: 30px;
}

.c-nav-sp__link {
  font-size: 14px;
}

.price-table {
  background: #fff;
}

.l-page {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-top-service__link {
    height: auto !important;
  }
  .p-top-service__text {
  }
}

.c-nav__dropbox {
  position: relative;
}
.c-nav__dropdown {
  display: none;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
  @media screen and (min-width: 768.98px) {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    box-shadow: 0px 10px 20px #0000001a;
    border-radius: 0 0 5px 5px;
    min-width: 100px;
    background: #fff;
  }
  & li {
    &:nth-child(even) {
      @media screen and (min-width: 768.98px) {
        background: #f8f9ff;
      }
    }
  }
  & a {
    padding: 10px 20px;
    display: flex;
    font-size: 14px;
    align-items: center;
    @media screen and (max-width: 768px) {
      padding: 5x 0 5px 1em;
      font-size: 14px;
    }
    @media screen and (min-width: 768.98px) {
      padding: 10px 20px;
    }
    gap: 20px;
    @media screen and (min-width: 768.98px) {
      &::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #000;
        line-height: 1;
        width: 10px;
        height: 10px;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: rotate(45deg);
      }
    }
    &:hover {
      opacity: 0.7;
    }
  }
}
.c-nav__link {
  &:hover {
    opacity: 0.7;
  }
}
.c-nav__droplink {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-nav__droplink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);

  @media screen and (max-width: 768px) {
    width: 7px;
    height: 7px;
  }
}

.c-nav__droplink {
  &.is-open {
    &::after {
      transform: rotate(315deg);
    }
  }
}

.f-nav__list {
  font-size: 14px !important;
}
.f-nav__dropdown {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  & li {
    display: flex;
    align-items: center;
    gap: 15px;
    &::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: #000;
      line-height: 1;
      width: 7px;
      height: 7px;
      border: 0.1em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: rotate(45deg);
    }
  }
}
.f-nav__link,
.c-nav__innlink {
  &:hover {
    opacity: 0.7;
  }
}
.l-header__navBtn {
  opacity: 1 !important;
}
.p-top-service-swiper-wrapper .p-top-service-swiper.swiper {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    max-width: 100% !important;
  }
}

.swiper-slide,
.p-top-service__link {
  @media screen and (max-width: 768px) {
    height: 100% !important;
  }
}

.p-top-service__img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px !important;
}
.p-top-service__list {
  @media screen and (min-width: 768.98px) {
    gap: 50px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.p-top-post__thumb img {
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
}
.p-top-post__item {
  overflow: hidden;
}

.p-top-post__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);

  @media screen and (max-width: 768px) {
    display: flex !important;
    gap: 0 !important;
    justify-content: unset !important;
    padding-bottom: 50px;
  }
}

.p-top-post {
  @media screen and (max-width: 768px) {
    width: calc(100% + 6%);
    margin-left: -3%;
  }
}

.p-top-voice__excerpt p {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-sec__textArea {
  @media screen and (min-width: 768.98px) {
    align-items: flex-end;
  }
}

@media screen and (min-width: 768.98px) {
  .swiper-scrollbar {
    display: none;
  }
}

.p-top-voice__btn,
.c-btn__access {
  @media screen and (max-width: 768px) {
    width: 260px !important;
    height: 65px !important;
    border-radius: 32px !important;
  }
}

.p-top-column .c-sec__titleJa {
  @media screen and (min-width: 768.98px) {
    margin-bottom: 21px;
  }
}

.p-single-post {
  margin-top: 0 !important;
  border-radius: 20px;
  @media screen and (min-width: 768.98px) {
    padding: 30px !important;
  }
}

.wp-block-button__link.wp-element-button::after {
  content: url(../images/common/arrow_white_right.svg) !important;
}

.p-single-btn {
  display: grid;
  grid-template-columns: 135px max-content 135px;
  gap: 20px;
  @media screen and (max-width: 768px) {
    grid-template-columns: 100px max-content 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-single-btn__next,
  .p-single-btn__prev {
    gap: 10px !important;
    & img {
      width: 30px;
    }
  }
  .p-single-btn__home {
  }
  .p-single-btn__link {
    height: 50px !important;
    font-size: 14px !important;
  }
  .p-single-btn__prev {
    padding-left: 10px !important;
  }
  .p-single-btn__next {
    padding-right: 10px !important;
  }
}

.select-box {
  position: relative;
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    &::-ms-expand {
      display: none;
    }
  }

  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
    z-index: 2;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    @media screen and (max-width: 768px) {
      right: 10px;
      width: 7px;
      height: 7px;
    }
  }
}

@media screen and (max-width: 768px) {
  .form__inputText,
  .form__inputSelect,
  .form__inputTextarea,
  .form__inputMail,
  .form__inputTel {
    font-size: 15px !important;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.form__submitWrapper::after {
  @media screen and (max-width: 768px) {
    content: "";
    background: url(../images/common/arrow_white_right.svg) center/contain no-repeat;
    top: 11px !important;
  }
}

.hiro__inner {
  position: absolute;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 44%;
  gap: 2%;
}

.hiro {
  height: auto !important;
}

.hiro__heading {
  padding-top: 0 !important;
}
.hiro__heading {
  font-size: 6.1cqw !important;
  font-feature-settings: "palt";
  margin: 2% !important;
  img {
    width: 100%;
  }
}

.hiro__link {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.hiro__linkText {
  font-size: 2cqw !important;
}
.hiro__time {
  font-size: 2cqw !important;
}
.hiro__timeNum {
  font-size: 3.5cqw !important;
}
.hiro__people {
  font-size: 1.3cqw !important;
  width: fit-content !important;
  height: auto !important;
  padding: 5px 10px;
  border-radius: 100px !important;
}
.hiro__h3 {
  font-size: 2.7cqw !important;
  line-height: 1.5em !important;
  margin: 0 !important;
}
.hiro__price {
  font-size: 6cqw !important;
}
.hiro__crown {
  gap: 4% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  img {
    width: 100%;
  }
}

.hiro__peoplebox {
  text-align: center;
  flex-shrink: 0;
}
.hiro__linkBottom {
  gap: 4% !important;
}
.hiro__arrow {
  max-width: 60px;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  width: 12% !important;
}

.hiro__inner {
  @media screen and (max-width: 1280px) {
    left: 50px !important;
  }
}
