.p-onemarketing {
    background: #fff!important;
}

.p-onemarketing .one-service .box,
.p-onemarketing .nayami .box {
    background: linear-gradient(45deg, #F0F0F0, #D6D6D6)!important;
}

.p-onemarketing .fvttl .main {
    font-size: 35px!important;
}
.p-onemarketing .fvttl .logo {
    top: -35px !important;
}
.p-onemarketing .fv {
    margin-top: 50px!important;
}
.p-onemarketing .fvttl .sub {
    font-size: 20px!important;
    margin-top: 10px;
}
.p-onemarketing .nayami .cap {
    padding-left: 0!important;
}
@media screen and (max-width: 767px) {
    .p-onemarketing {
        padding: 100px 0 80px !important;
    }
    .p-onemarketing .nayami .cap {
        font-size: 15px!important;
    }
}
@media screen and (min-width: 768px) {
    .p-onemarketing {
        padding: 100px 0 80px!important;
    }
    .p-onemarketing .fvttl .logo {
        top: -70px!important;
    }
    .p-onemarketing .fvttl .main {
        font-size: 70px!important;
    }
    .p-onemarketing .fv {
        margin-top: 80px !important;
    }
    .p-onemarketing .fvttl .sub {
        font-size: 24px!important;
    }
    .p-onemarketing .nayami .box {
        max-width: 600px!important;
        padding: 20px 40px!important;
    }
}

.p-document-form {
    max-width: 900px;
    margin: 0 auto;
}

/* .p-contact-1 .c-form--item {
    height: 80px;
} */

@media screen and (min-width: 768px) {
    .p-document-form {
        max-width: 700px;
        margin: 0 auto;
    }

    .form.p-contact-1 {
        max-width: 600px;
        margin: 0 auto;
    }
}/* page-document.php 専用CSS */

.p-document-box-txt {
    width: auto!important;
}

.p-document-box-txt-marker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#acceptance {
    appearance: auto;
    display: inline-block;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.c-form--item__acceptance {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

span.wpcf7-form-control-wrap {
    margin-right: 8px;
    margin-top: 5px;
    display: block;
}

.p-document-form {
    padding: 0 15px;
}

.report__para {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .report__para {
        font-size: 16px;
    }
}

.p-document-form input,
.p-document-form select {
    background-color: #fff!important;
    padding: 10px!important;
    font-size: 12px !important;
}

@media screen and (min-width: 768px) {
    .p-document-form input,
    .p-document-form select {
        font-size: 14px !important;
    }
}

.c-form--item--field-select .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-form--item--field-select .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url('../img/document/select-arrow.svg'); /* 適切な画像パスに変更してください */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* @media screen and (min-width: 768px) {
    .p-document-form select {
        width: 400px!important;
    }
} */

.p-document-form-ttl {
    font-size: 20px;
    font-weight: bold;
}

.p-document-form-txt {
    margin-top: 10px;
}

.p-document-form-content {
    margin-top: 50px;
}

.p-document-nayami-ttl {
    margin-top: 50px;
    font-weight: bold;
}

.report__contact {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .report__contact {
    margin-top: 50px;
  }
}
.report__contact-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  color: #1D317C;
}
@media screen and (max-width: 1024px) {
    .report__contact-ttl {
        font-size: 24px;
    }
}
.report__contact-ttl-contact {
    margin-top: 50px!important;
}
@media screen and (min-width: 1024px) {
    .report__contact-ttl-contact {
        margin-top: 100px !important;
    }
}
.report__contact-tel {
  margin-top: 15rem;
  margin-inline: auto;
  width: fit-content;
  color: #1D317C;
  font-size: 30rem;
  line-height: 1.5333333333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14rem;
  transition: opacity 0.3s ease-out;
}
.report__contact-tel:where(:any-link, :enabled, summary):hover {
  opacity: 0.6;
}
.report__contact-tel::before {
  content: "";
  display: block;
  width: 34rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}
.report__contact-time {
  margin-top: 12rem;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .report__contact-time {
    margin-top: 14rem;
  }
}

.report__contact {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .report__contact {
        margin-top: 50px;
    }
}

.report__contact-tel {
    margin-top: 30px;
    margin-inline: auto;
    width: fit-content;
    color: #1D317C;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5333333333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
    .report__contact-tel {
        margin-top: 20px;
        font-size: 28px;
        gap: 10px;
    }

    .p-document-cta {
        margin-top: 70px;
    }
}

.report__contact-tel:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
}

.report__contact-tel::before {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}

.report__contact-time {
    margin-top: 20px;
    line-height: 1.5625;
}

@media screen and (max-width: 1024px) {
    .report__contact-time {
        margin-top: 20px;
    }
}

/* contactセクションのスタイル（re/css/style.cssより） */
.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.section-title {
    align-items: center;
    color: #053C88;
    display: flex;
    gap: 20px;
}

.section-title.section-title--white {
    color: #fff;
}

.section-title p {
    font-family: "Marcellus", serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
}

.section-title h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}

.contact {
    padding-top: 86px;
    position: relative;
    background: none;
}

.contact::after {
    background: linear-gradient(to right, #70B5EA, #031664);
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contact__head {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-top: 20px;
}

.contact__items {
    display: flex;
    gap: 36px;
    margin-top: 40px;
}

.contact__inner:before {
    content: none;
}

.c-form--item.c-form--item__acceptance {
    height: auto;
}

/* link-cardのスタイル */
.link-card {
    position: relative;
}

.link-card a {
    transition: all 0.3s;
}

.link-card::before {
    background-color: rgba(2, 12, 31, 0.28);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.link-card.link-card--second::before {
    background-color: rgba(2, 12, 31, 0.5);
}

.link-card a:hover {
    opacity: 1;
    transition: all 0.3s;
}

.link-card__img {
    overflow: hidden;
    width: 100%;
}

.link-card__img img {
    object-fit: cover;
    aspect-ratio: 630/408;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.link-card:hover .link-card__img img {
    transform: scale(1.1);
}

.link-card__content {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.link-card__title {
    font-family: "Marcellus", serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
}

.link-card__head {
    font-family: "Zen Old Mincho", serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 18px;
}

.link-card__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.875;
    margin-top: 20px;
}

.link-card__btn {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    margin: 40px auto 0;
    overflow: hidden;
    padding: 24px 0;
    position: relative;
    text-align: center;
    width: 384px;
}

.link-card__btn::before {
    background: linear-gradient(to right, #182987, #2E87CA);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.link-card:hover .link-card__btn::before {
    opacity: 1;
}

.link-card__btn::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 12px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
}

/* ユーティリティクラス */
.u-sp {
    display: none;
}

@media screen and (min-width: 769px) {
    .u-mt-md-100 {
        margin-top: 100px;
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    .u-sp {
        display: inline;
    }

    .contact__items {
        flex-direction: column;
        gap: 20px;
    }

    .link-card__title {
        font-size: 40px;
    }

    .link-card__head {
        font-size: 20px;
        margin-top: 14px;
    }

    .link-card__text {
        font-size: 14px;
        margin-top: 16px;
    }

    .link-card__btn {
        width: 90%;
        max-width: 350px;
        padding: 20px 0;
        margin: 30px auto 0;
    }
}