.l-header.on .l-header__nav__ul li span.wrap span {
    color: #1a1a1a !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.c-txt--s--en--b,
.l-header__nav__ul a,
.p-ttl--sec .subttl,
.p-ttl--service .subttl,
.u-mv__top__scroll,
.u-case__footctrl a,
.u-news__search ul li:nth-child(1) .c-txt--ss--en,
.l-footer__tc p,
.l-footer__link a,
.l-footer__sitemap a,
.l-footer__copy__sns,
.l-header__hbgmenu__copy {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", Meiryo, メイリオ,
        sans-serif !important;
}
ol {
    list-style-position: inside;
}
aside#secondary {
    max-width: 460px;
}
.btnlist {
    margin-top: 40px;
}
#logo img {
    max-height: 24px;
    width: auto;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.top-flex {
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 8rem;
    justify-content: space-between;
}
.top-flex > div {
    width: 48%;
}
.top-flex h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", Meiryo, メイリオ,
        sans-serif !important;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.top-flex h2 span.sub-title {
    font-size: calc(1rem - 1px);
    font-weight: 900;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 1.3rem;
}
.top-flex p {
    letter-spacing: 0.2em;
    line-height: 2.4;
}
.contents-list {
    display: flex;
    justify-content: space-between;
}
.contents-list li {
    width: 48%;
    margin: 0px;
    padding: 0px;
}
.contents-list-img {
    width: 100%;
}
.contents-list li img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.contents-list-title {
    font-size: 13px;
    font-weight: 700;
    margin: 30px 0 10px;
    line-height: 1.5;
}
.contents-list-date {
    font-size: 11px;
    margin-bottom: 30px;
}
.contents-list-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.8;
}
.solition {
    background: #203aad;
    display: flex;
    flex-wrap: wrap;
}
.solition > a {
    background-size: cover;
    background-position: center;
    height: 425px;
    width: 50%;
    position: relative;
}
.solition > a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.solution-bg {
    background-color: rgba(0, 0, 0, 0.6);
    height: 425px;
}
.bg-cover {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
}

.solution-bg h3 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.5;
    width: 90%;
    font-size: 24px;
    letter-spacing: 0.15em;
    margin: 10px 0 0;
}
.solution-bg h3 span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.13em;
    margin: 30px auto 0;
    padding: 0 0 7px;
    border-bottom: 2px solid #fff;
}
.free-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.free-area div {
    width: 45%;
    height: 263px;
}
.free-area img {
    width: 100%;
    height: auto;
}
.l-secwrap.p,
.p.l-footer__wrap,
.p.l-header__wrap,
.p.l-header__hbgmenu__wrap,
.p.l-secwrap--100 {
    padding: 4% 0;
}
.l-footer__tb > ul {
    display: flex;
    flex-wrap: wrap;
}
.l-footer__tb > ul > li {
    width: 23%;
    margin-bottom: 30px;
}
.l-footer__tb > ul::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}
.l-footer__tb > ul::after {
    content: "";
    display: block;
    width: 23%;
}
.l-footer__tb > ul > li > a {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}
.l-footer__copy__sns img {
    width: 100%;
    height: auto;
}
.l-footer__copy__sns a {
    height: auto;
}
.l-header__nav__ul .nav_lang span {
    display: inline-block;
    background-color: #00245c;
    border: 1px solid #eee;
    color: #fff;
    padding: 3px 6px;
    -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1)
            0ms,
        color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
        color 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.header-menu {
    display: flex;
    gap: 20px;
    font-weight: bold;
    justify-content: flex-end;
}
.l-header__wrap {
    display: flex;
    width: 82%;
    align-items: center;
}
.l-header__nav {
    margin-left: auto;
}
ul#primary-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul#primary-menu li {
    width: 50%;
}
ul.l-header__hbgmenu__nav__ul div {
    width: 100%;
}
#single_post-img,
.post-img {
    margin-bottom: 0px !important;
}
div#single_post-img img {
    position: fixed;
    object-fit: cover;
    z-index: -1;
}
.post-img,
.post-img img {
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.post-img {
    height: calc(100vh - 55px);
}
.post-img img {
    height: 100vh;
}
.post-link {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.l-nav--2 {
    z-index: 99998;
}
/* パンくずリスト */
.pankuzu {
    list-style: none;
    margin: 34px 0 40px 0;
}
.pankuzu li {
    display: inline;
}
.pankuzu li a {
    color: inherit;
    text-decoration: none;
}
.pankuzu li + li:before {
    content: ">";
    margin: 0.5em;
}
.pankuzu,
.pankuzu a {
    font-size: 11px;
    margin-bottom: 40px;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    /*     width: 90%; */
    margin: 0 auto;
    /*     gap: 120px; */
}
.wrapper main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.post-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.post-title-overlay .article-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    text-align: center;
    max-width: 80%;
    padding: 1rem 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .post-title-overlay .article-title {
        font-size: 3rem;
        letter-spacing: 0.3rem;
        max-width: 90%;
    }
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.single .text {
    line-height: 1.5;
}
.single h2 {
    font-size: 22px;
    color: #5e8e86;
    margin-bottom: 24px;
}
.single h3 {
    font-size: 20px;
    color: #ba4030;
    margin-bottom: 24px;
}
.single h4 {
    font-size: 18px;
    color: #454545;
    margin-bottom: 24px;
}
.single p + h2,
.single p + h3,
.single p + h4 {
    margin-top: 40px;
}

.single p {
    font-size: 14px;
}

.single p a {
    color: #0a3b47;
    text-decoration: underline;
    margin: 20px 0;
}
div#ez-toc-container,
div#toc_container {
    border: none;
    width: 100%;
    padding: 0;
    margin: 40px 0;
}
.ez-toc-title-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: solid 1px;
    padding-bottom: 6px;
}
#ez-toc-container a.ez-toc-toggle {
    margin: 0;
}
#ez-toc-container a {
    font-size: 18px;
    margin: 4px 0;
}
.crp_related ul {
    display: flex;
}
h2.next-post {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    margin-top: 60px;
    color: #000000;
}
#sidebar h2.wp-block-heading {
    display: block;
    border-bottom: 1px solid #999;
    padding-bottom: 1rem;
    margin-top: 60px;
    color: #000000;
    margin-bottom: 0px;
}
aside#sidebar {
    margin-top: 34px;
    max-width: 400px;
}
#sidebar .widget_media_image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#sidebar li {
    margin-bottom: 40px;
}
#sidebar li img {
    margin-bottom: 10px;
}
p.wp-block-tag-cloud a {
    font-size: 16px !important;
}
.pagination {
    margin: 40px 0 0;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 20px;
    padding: 20px 25px;
    color: #69a4db;
}
.pagination .current {
    padding: 20px 25px;
    color: #000;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #69a4db;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
}
.header-sns {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
}
.header-sns a {
    margin: 10px;
}
.header-sns img {
    max-height: 19.5px;
    width: auto;
}
.l-footer__copy__sns .header-sns a:last-child {
    margin-right: 0px;
}
.wp-block-group {
    box-sizing: border-box;
    /* padding: 0 0 40px; */
}

h2.wp-block-heading.l-secwrap {
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    font-weight: bold;
    margin-bottom: 40px;
}
.wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1,
.wp-container-core-post-template-is-layout-2.wp-container-core-post-template-is-layout-2 {
    gap: 50px;
}
/* .wp-block-group {
    padding: 0px 0 60px !important;
} */
.wp-block-post-title a {
    font-size: 1.2rem;
    font-weight: bold;
}
.wp-block-post-date {
    margin-bottom: 20px;
}
.l-secwrap.top1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-ttl--sec {
    order: 2;
    width: 48%;
    box-sizing: border-box;
    color: #fff;
}
.p-ttl--sec h2,
.p-ttl--sec p {
    color: #fff;
}
.wp-block-image img {
    /* width: 100%; */
    margin-bottom: 20px;
}

/*-------------------------------------------
  SP
  -------------------------------------------*/
@media screen and (max-width: 767px) {
    .post-link {
        width: 100%;
    }
    .solition > a {
        width: 100%;
    }
    .free-area div {
        width: 100%;
    }
    .free-area div + div {
        margin-top: 20px;
    }
}
@media screen and (max-width: 980px) {
    .p-ttl--sec {
        margin-top: 40px;
        width: 100%;
    }
    .youtube {
        width: 100%;
    }
    .header-menu {
        display: none;
    }
    #sidebar {
        display: none;
    }
    .top-flex {
        flex-wrap: wrap;
    }
    .top-flex > div {
        width: 100%;
    }
    .bg-cover {
        height: 100%;
    }
    .top-flex {
        padding-top: 2rem;
    }
    section.l-secwrap--w100.u-mv__top {
        background-position: center;
    }
    section#VISION {
        min-height: 920px !important;
    }
    .contents-list li {
        width: 100%;
    }
    .wrapper {
        flex-wrap: wrap;
    }
    .wrapper main {
        width: 100%;
    }
}
@media only screen and (min-width: 979px) {
    .c-btn--ft__contact:hover {
        background-color: #ffffff80;
    }
}

.wp-block-post-date {
    letter-spacing: 1.12px;
    color: #999999;
    font-size: 10px;
}
.itiran-time.wp-block-post-date,
.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .wp-block-post-terms
    a,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .taxonomy-category.wp-block-post-terms
    a,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .taxonomy-category.wp-block-post-terms
    span,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .wp-block-post-date
    time,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .taxonomy-category.wp-block-post-terms {
    display: inline;
    color: #999999;
    font-size: 10px;
}
.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .wp-block-group,
.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    div {
    display: inline;
}

main a img:hover,
.home
    main
    li.wp-block-post
    .wp-block-group
    .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow:hover {
    opacity: 0.7;
    transition: 0.3s;
}
main a:has(img) {
    position: relative;
}

/* --- loading --- */

.fade {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 0.85s all cubic-bezier(0.275, 0, 0, 1);
}
.fade.one {
    background-color: #fff;
    z-index: 9998;
}
.fade.two {
    background: #000;
    z-index: 9997;
}
.fade.three {
    background-color: #fff;
    z-index: 9996;
}

body.pace-fir .fade.one {
    height: 0%;
}
body.pace-one .fade.two {
    height: 0%;
}
body.pace-two .fade.three {
    height: 0%;
}

/*
  under
  */

body.under .fade {
    display: none;
}

/* --- transition --- */

body .wrapper {
    opacity: 1;
    transition: all ease 0.55s;
}
body.pageTrans .wrapper {
    opacity: 0;
}

main,
footer {
    transition: 0.6s all cubic-bezier(0.275, 0, 0, 1);
}

body.pageTrans header,
body.pageTrans main,
body.pageTrans footer {
    transform: translateY(-1vw);
}
div#container {
    padding-top: 40px;
    background: #e2ddca;
}

/* ---------------------------
    ■ Progress
  --------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace .pace-progress {
    background: #000;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    opacity: 1;
    transition: all ease 0.5s;
}
.pace-logo .pace-progress {
    opacity: 0;
    visibility: hidden;
}
body.under.pace-done .pace-progress {
    opacity: 0;
    visibility: hidden;
}

/* ---------------------------
    ■ Load Logo
  --------------------------- */

/* --- Common --- */

.loadLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    transition: 0.85s all cubic-bezier(0.275, 0, 0, 1);
}
body.pace-done.pace-logo .loadLogo {
    opacity: 0;
    -ms-filter: blur(3px);
    filter: blur(3px);
    top: 47%;
}

/*
  under
  */

body.under .loadLogo {
    display: none;
}

/* --- left --- */

.loadLogo .left {
    overflow: hidden;
}
.loadLogo .left img {
    transition: 0.85s all cubic-bezier(0.275, 0, 0, 1);
    transform: translateY(5vw);
}

/*
  animation
  */

body.pace-start .loadLogo .left img {
    transform: translateY(0vw);
}

/* --- right --- */

.loadLogo .right {
    font-size: 2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro",
        "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", Meiryo, メイリオ,
        sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-left: 2.9rem;
    margin-top: 0rem;
}

/*
  animation
  */

.loadLogo .right .animationTxt + .animationTxt {
    margin-top: 0.1rem;
}
.loadLogo .right .animationTxt img {
    transform: translateY(2.5rem);
    transition: 0.85s all cubic-bezier(0.275, 0, 0, 1);
}
.loadLogo .right .animationTxt:nth-child(1) img {
    transition-delay: 0.2s;
}
.loadLogo .right .animationTxt:nth-child(2) img {
    transition-delay: 0.4s;
}
body.pace-start .loadLogo .right .animationTxt img {
    transform: translateY(0);
}
.u-mv_top {
    height: calc(100vh - 55px);
    overflow: hidden;
}
header.l-header a:has(img) {
    background: none;
}
#single_post-img,
.post-img {
    margin-bottom: 0px !important;
}
.background-video video {
    position: fixed;
}
.background-video,
.u-mv_top {
    z-index: -1 !important;
}
.wp-block-group {
    background: #fff;
}
footer.l-footer {
    opacity: 1;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
}
aside#secondary {
    padding-bottom: 60px;
}
canvas#myCanvas {
    display: none;
}
.sd[data-s-74645b21-a19f-4233-8080-f8b95c870ea2] {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}
.sd[data-s-a3158124-59a2-4710-9bcc-b4d0c1c33882] {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-end;
    margin: 0px 0px 0px 0px;
    width: auto;
    max-width: 100%;
}
.sd[data-s-d4d06662-567c-4137-9462-587b189147d0] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    max-width: 100%;
}
.sd[data-s-95ca55e0-ea88-440b-9249-202c106a050a] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0px 0px 24px 0px;
    padding: 0px;
    transition-duration: 800ms;
    max-width: 100%;
    display: flex;
}
.sd[data-s-6493ece9-7c4f-473a-be75-da9e0f054366] {
    color: #ffffff;
    font-family: var(--s-font-b19c3aca);
    font-size: 36px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0px 12px 0px 0px;
    text-align: left;
    transition-timing-function: ease-in-out;
    width: auto;
    max-width: calc(100% - 12px);
    justify-content: flex-start;
    white-space: nowrap;
}
.sd[data-s-ad1c702b-4f6e-4d7d-9ef6-8e5dec462654] {
    background: #ffffff;
    flex: none;
    height: 1px;
    transition-duration: 800ms;
    width: 50px;
    max-width: 100%;
}
.sd[data-s-e1ed25e2-087e-406b-abd3-6fe933cb77c9] {
    color: #ffffff;
    flex: none;
    font-family: var(--s-font-b19c3aca);
    font-size: 14px;
    font-weight: 300;
    height: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    text-align: left;
    transition-timing-function: ease-in-out;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.sd[data-s-95ca55e0-ea88-440b-9249-202c106a050a]:hover {
    opacity: 0.4;
}
.sd[data-s-95ca55e0-ea88-440b-9249-202c106a050a]:hover
    .sd[data-s-ad1c702b-4f6e-4d7d-9ef6-8e5dec462654] {
    flex: none;
    width: 1000%;
    max-width: 1000%;
}
.footer-area1 {
    width: 82%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-area1 img {
    width: 120px;
    height: auto;
}
.footer-area2 {
    width: 82%;
    margin: 60px auto 80px;
}
.footer-area1 a.mobile-logo {
    width: 60%;
}
@media screen and (max-width: 980px) {
    .footer-area1 {
        flex-wrap: wrap;
    }
    .footer-area1 a.mobile-logo,
    .footer-area1 .l-footer__nav__ul {
        width: 100%;
    }
    .footer-area1 a.mobile-logo {
        margin-bottom: 0;
    }
}
.layout8 li {
    opacity: 0;
    transform: translateY(100px);
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* スライダーのページネーション */
.layout-slider .swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.layout-slider .swiper-pagination span {
    font-size: 16px;
    color: #333;
    margin: 0 5px;
    cursor: pointer;
}

.layout-slider .swiper-pagination .swiper-pagination-bullet-active {
    font-weight: bold;
    color: #0073aa; /* アクティブ状態の色 */
}
.wp-block-group.layout-slider .swiper {
    width: 82%;
    margin: 0 auto;
    position: relative;
}
.layout-slider li.swiper-slide {
    position: relative;
    aspect-ratio: 5 / 3;
    width: 100%;
    padding: 0;
}
.layout-slider li.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.wp-block-group.layout-slider {
    position: relative;
}
.wp-block-group.layout-slider .swiper {
    overflow: unset;
}
.wp-block-group.layout-slider .swiper-wrapper {
    overflow: hidden;
}
.layout-slider
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: -40px;
    width: 20px;
    top: 0;
}
.layout-slider .swiper-button-next {
    position: absolute;
    left: -35px;
    width: 20px;
    bottom: 200px;
}
.layout-slider .swiper-pagination-bullet {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    opacity: 0.5;
    border-radius: 0 !important;
    margin: 0 5px !important;
    display: inline-block !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.layout-slider .swiper-pagination .swiper-pagination-bullet-active {
    font-weight: normal;
    color: #000000;
    opacity: 1;
}
.wp-block-group.layout-slider .wp-block-latest-posts__post-title,
.layout-slider__title.wp-block-post-title a {
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    font-size: 1.8rem;
    font-weight: normal;
    color: #ffffff;
    text-shadow: rgb(0, 0, 0) 1px 0 10px;
}
.layout-slider__title.wp-block-post-title a {
    padding-right: 2.5rem;
}
.layout-slider .swiper-button-next::after {
    content: "NEXT";
    color: #000;
    transform: rotate(90deg);
    font-size: 1rem;
    border-bottom: solid 1px #000;
}
@media screen and (max-width: 980px) {
    .layout-slider
        .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: unset;
        left: unset;
        width: 100%;
        top: unset;
        display: flex;
        gap: 20px;
        justify-content: center;
        height: 80px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    .layout-slider span.swiper-pagination-bullet {
        text-align: center;
        display: inline-block;
        width: auto;
        flex: 0 0 auto;
    }
    .layout-slider .swiper-button-next {
        display: none;
    }
}

/******************************** 
2025年3月10日追加
********************************/
@media screen and (min-width: 769px) {
    html,
    body {
        overflow-y: scroll;
        overflow-x: visible;
    }
}
h2 {
    color: #5e8e86;
}
h3 {
    color: #ba4030;
}
.home img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    aspect-ratio: 16 / 9 !important;
}
header.l-header {
    transition: top 0.3s ease;
}
.wp-block-group,
.l-header.on,
.post-list-box,
.wp-block-group__inner-container,
#sb_instagram {
    background: #e2ddca;
}
/* tbody tr th,
tbody tr td {
    background: #e2ddca !important;
} */
.empty-paragraph {
    display: block !important;
    height: 1em;
    line-height: 1em;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .post-img,
    .post-img img,
    .u-mv_top {
        position: relative;
        width: 100%;
        overflow: hidden;
        object-fit: cover;
    }
    .post-img,
    .u-mv_top {
        height: calc(100vh - 65px);
    }
    .post-img img {
        height: 100vh;
    }
}

/*
画像ホバーアニメーション
************************************/
/* サイト全体 */
figure.wp-block-post-featured-image,
.o-posts-grid-post-image,
.sns-instagram .sbi_photo_wrap {
    overflow: hidden;
}
figure.wp-block-post-featured-image a,
.o-posts-grid-post-image a img,
.sns-instagram .sbi_photo_wrap a img {
    display: block;
    transition-duration: 0.5s;
}
figure.wp-block-post-featured-image a:hover,
.o-posts-grid-post-image a img:hover,
.sns-instagram .sbi_photo_wrap a img:hover {
    transform: scale(1.2);
}

/* 関連記事 */
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li,
.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    overflow: hidden;
}
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li a,
.jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    a.jp-relatedposts-post-a {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li a::before,
.jp-relatedposts-items .jp-relatedposts-post a.jp-relatedposts-post-a::before {
    display: none;
}
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li a img,
.jp-relatedposts-items
    .jp-relatedposts-post
    a.jp-relatedposts-post-a
    img.jp-relatedposts-post-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: transform 0.5s ease;
}
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li a img {
    transform-origin: bottom center;
}
.jp-relatedposts-i2.wp-block-jetpack-related-posts ul li a:hover img,
.jp-relatedposts-items
    .jp-relatedposts-post
    a.jp-relatedposts-post-a:hover
    img.jp-relatedposts-post-img {
    transform: scale(1.2);
}

/* TOPページsolution画像 */
.solition {
    overflow: hidden;
}
.solition1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.solition1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    transition: transform 0.5s ease;
    z-index: 1;
}
.solition1 .solution-bg {
    position: relative;
    z-index: 2;
}
.solition1:hover .bg {
    transform: scale(1.2);
}

/* 投稿記事のサイドバー */
#sidebar1 .wp-block-image figure {
    overflow: hidden;
    margin-bottom: 20px;
}
#sidebar1.widget-area ul li {
    margin-bottom: 20px;
}
#sidebar1.widget-area ul li .wp-block-latest-posts__featured-image {
    line-height: 1;
}
#sidebar1.widget-area ul li .wp-block-latest-posts__featured-image a {
    overflow: hidden;
}
#sidebar1 .wp-block-image figure a,
#sidebar1 .wp-block-image figure a img,
#sidebar1.widget-area ul li .wp-block-latest-posts__featured-image a img {
    display: block;
    transition: transform 0.5s ease;
}
#sidebar1 .wp-block-image figure a img {
    padding-bottom: 0;
}
#sidebar1 .wp-block-image figure a:hover,
#sidebar1 .wp-block-image figure a:hover img,
#sidebar1.widget-area ul li .wp-block-latest-posts__featured-image a:hover img {
    transform: scale(1.2);
}

/*
テキストホバーアニメーション
************************************/
/* ヘッダー */
header a > span {
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1.5;
}
header a > span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
header a > span:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* フッター */
footer .l-footer__submenu-item a > span {
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1.5;
}
footer .l-footer__submenu-item a > span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
footer .l-footer__submenu-item a > span:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* TOPページ */
.wp-block-post-title > a,
.toc_list li > a {
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1.5;
}
.wp-block-post-title > a:hover {
    color: #203aad !important;
    opacity: 0.7;
    transition: 0.3s;
}
.wp-block-post-title > a::before,
.toc_list li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #203aad;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.wp-block-post-title > a:hover::before,
.toc_list li > a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* 目次 */
#toc_container a:hover {
    text-decoration: none !important;
}
.toc_list li > a {
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1.5;
}
.toc_list li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #203aad;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.toc_list li > a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* 関連記事 */
.jp-relatedposts-i2 ul.jp-related-posts-i2__list li:hover {
    opacity: 0.7;
}

.related-posts-text {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    color: #4d4d4d;
    width: fit-content;
    line-height: 1.5;
}

.related-posts-text:hover {
    color: #203aad !important;
    transition: 0.3s;
}

.related-posts-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #203aad;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}

.related-posts-text:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

a.jp-related-posts-i2__post-link {
    margin-bottom: 0.5rem;
}

/* 関連（自動生成） */
#jp-relatedposts
    .jp-relatedposts-items.jp-relatedposts-items-visual.jp-relatedposts-grid
    .jp-relatedposts-post {
    opacity: 1;
}
#jp-relatedposts
    .jp-relatedposts-items.jp-relatedposts-items-visual.jp-relatedposts-grid
    .jp-relatedposts-post:hover {
    opacity: 0.7;
}
#jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    h4.jp-relatedposts-post-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    color: #4d4d4d;
    width: fit-content;
    line-height: 1.5;
    text-decoration: none;
}

#jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    h4.jp-relatedposts-post-title
    a:hover {
    color: #203aad !important;
    transition: 0.3s;
}

#jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    h4.jp-relatedposts-post-title
    a.jp-relatedposts-post-a {
    text-decoration: none;
    line-height: 1rem;
}

#jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    h4.jp-relatedposts-post-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #203aad;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}

#jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post
    h4.jp-relatedposts-post-title:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
    #jp-relatedposts
        .jp-relatedposts-items
        .jp-relatedposts-post
        h4.jp-relatedposts-post-title
        a.jp-relatedposts-post-a {
        line-height: 1.5rem;
    }
}

/*
front-page
********************************/
section.l-secwrap--w100.u-mv_top.box.event1._sp-only {
    display: none;
}
.home main a:has(img):hover::before {
    display: none;
}
.u-mv_top .u-mv__top__txt {
    height: 100%;
    width: 100%;
}
.u-mv__top__txt h1 {
    height: 100%;
}
.u-mv__top__img--pc img {
    width: 100%;
    height: 100%;
}
.u-mv__top__img--sp {
    display: none;
}
.post-list-box {
    padding-bottom: 80px;
}
.post-list-box._dounyujirei {
    padding-bottom: 0;
}
.wp-block-group.box-title .wp-block-group__inner-container {
    width: 82%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 80px 0 80px;
}
.home h2#next.wp-block-heading.l-secwrap {
    font-size: 28px !important;
    color: #5e8e86;
    padding: 0 !important;
    margin: 0 4px 0 0;
    border-bottom: none;
    width: fit-content;
}
.wp-block-group.box.event2 .wp-block-post .wp-block-group {
    padding: 0 !important;
}
.wp-block-group.box.event2
    .wp-block-post
    .wp-block-group
    .wp-block-group__inner-container
    figure {
    margin-bottom: 10px;
}
time {
    font-size: 12px;
}
.itiran-time.wp-block-post-date,
.wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .wp-block-post-terms
    a,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow
    .taxonomy-category.wp-block-post-terms
    a {
    display: inline;
    color: #999999;
    font-size: 12px;
}
.wp-block-group.sns.vk_block-margin-0--margin-bottom {
    padding-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
    section.l-secwrap--w100.u-mv_top.box.event1._pc-only {
        display: none;
    }
    section.l-secwrap--w100.u-mv_top.box.event1._sp-only {
        display: block;
    }
    .u-mv__top__img--pc {
        display: none;
    }
    .u-mv__top__img--sp {
        display: flex;
        width: 90%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        align-items: center;
    }
    .u-mv__top__img--sp img {
        width: 100%;
    }
    .wp-block-group.box
        .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained
        .wp-block-group.box-title
        .wp-block-group__inner-container {
        width: 90%;
        flex-direction: column;
        align-items: normal;
        padding: 40px 0 !important;
    }
    .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        padding: 0 5%;
    }
    .home h2#next.wp-block-heading.l-secwrap {
        font-size: 22px !important;
    }
    .wp-block-group.box
        .wp-block-query.post-list-box.is-layout-flow.wp-block-query-is-layout-flow {
        padding-bottom: 60px;
    }
    .wp-block-group.box.event2._second
        .wp-block-query.post-list-box.is-layout-flow.wp-block-query-is-layout-flow {
        padding-bottom: 20px;
    }
    ul.columns-2.l-secwrap.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid,
    ul.columns-4.l-secwrap.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-3.wp-block-post-template-is-layout-grid {
        width: 90%;
        gap: 24px;
    }
    .wp-block-group.sns.vk_block-margin-0--margin-bottom {
        padding-bottom: 50px !important;
    }
    .wp-block-group.box.event2._second .wp-block-group.layout-slider .swiper {
        width: 90%;
    }
    .wp-block-group.box.event2._second
        .wp-block-group.layout-slider
        .swiper
        .swiper-slide {
        padding: 0;
    }
    .slider-wrapper .swiper-wrapper .swiper-slide,
    .slider-wrapper
        .swiper-wrapper
        .swiper-slide
        .wp-block-latest-posts__featured-image
        a
        img {
        width: 100% !important;
    }
    .slider-wrapper
        .wp-block-group.layout-slider
        .swiper-wrapper
        .wp-block-latest-posts__post-title,
    .layout-slider__title.wp-block-post-title a {
        font-size: 16px;
    }
    .wp-block-group.sns #sb_instagram .sb_instagram_header {
        padding: 0 5%;
    }
    .wp-block-group.sns .sns-instagram #sbi_images {
        padding: 12px 5% !important;
    }
}

/*
Safari用スライダー修正CSS
********************************/
.wp-block-group.box.event2._second.slider-wrapper .swiper,
.wp-block-group.layout-slider .swiper {
    width: 82%;
    margin: 0 auto;
    position: relative;
    overflow: visible !important;
}
.wp-block-group.layout-slider .swiper-wrapper {
    display: flex !important;
    overflow: hidden !important;
    width: 100% !important;
}
.layout-slider li.swiper-slide {
    position: relative;
    aspect-ratio: 5 / 3;
    width: 100% !important;
    flex-shrink: 0;
}
.layout-slider li.swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 980px) {
    .layout-slider
        .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: unset !important;
        left: unset !important;
        width: 100% !important;
        top: unset !important;
        display: flex !important;
        gap: 20px;
        justify-content: center;
        height: 80px;
    }
}
@media screen and (max-width: 768px) {
    .wp-block-group.box.event2._second.slider-wrapper .swiper,
    .wp-block-group.layout-slider .swiper {
        width: 90% !important;
    }
}
@supports (-webkit-touch-callout: none) {
    .wp-block-group.layout-slider .swiper {
        width: 82% !important;
        overflow: visible !important;
    }
    .wp-block-group.layout-slider .swiper-wrapper {
        display: flex !important;
        overflow: hidden !important;
    }
    .layout-slider li.swiper-slide {
        flex: 0 0 100% !important;
    }
    @media screen and (max-width: 768px) {
        .wp-block-group.layout-slider .swiper {
            width: 90% !important; /* SPでは90% */
        }
    }
}

/*
eyecatch-page
********************************/
.eyecatch-page article {
    width: 100% !important;
}

.pankuzu,
.pankuzu a {
    margin-bottom: 0;
}
.text {
    display: flex;
    flex-direction: row;
    margin: 20px 0 40px;
}
article.post-content.text {
    margin: 20px auto 40px;
}
.text div#toc_container {
    background: none;
    border: none;
}
div#ez-toc-container,
.text div#toc_container {
    max-width: 300px;
    width: 100%;
    margin: 0;
    padding: 40px 40px 40px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-right: 1px solid #aaa;
}
div#toc_container li {
    text-align: left;
}
div#toc_container li a {
    font-size: 16px;
}
#ez-toc-container nav,
.text div#toc_container ul.toc_list {
    position: sticky;
    top: 120px;
}
.text div#toc_container ul.toc_list li {
    color: #666;
    margin-bottom: 10px;
}
.text div#toc_container ul.toc_list li:last-child {
    margin-bottom: 0;
}
.text div#toc_container ul.toc_list li a {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.text .text__wrapper {
    max-width: 900px;
    width: 100%;
    padding: 40px 0 40px 40px;
}
section.wp-block-group.vk_block-margin-xxl--margin-bottom {
    margin-bottom: 48px !important;
}
h2.wp-block-heading span {
    color: #5e8e86;
    font-size: 28px;
    font-weight: bold;
}
.sec-title__wrapper
    .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: flex;
    align-items: center;
}
section.wp-block-group.vk_block-margin-xxl--margin-bottom h2 {
    margin-right: 0.5rem;
}
section.wp-block-group.vk_block-margin-xxl--margin-bottom h2 span[id] {
    scroll-margin-top: 80px;
}
section.wp-block-group.vk_block-margin-xxl--margin-bottom p.sec-content__text {
    display: block;
}
.sec-content {
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}
.sec-content--item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    padding: 24px;
}
.wp-block-image.sec-content__img img {
    padding: 0;
}
.wp-block-image {
    width: 100% !important;
}
body .is-layout-flex figure {
    width: 100% !important;
}
.member-wrapper {
    gap: 30px;
}
figure.member-img img {
    padding-bottom: 0;
    margin-bottom: 8px;
}
.his_table tr td:nth-child(2):before {
    left: -20.5px !important;
}
.gmap_iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}
summary.ark-block-accordion__title {
    background: none;
    padding: 0;
}
span.ark-block-accordion__label {
    color: #1a1a1a;
}
span.ark-block-accordion__icon {
    color: #666;
}
@media screen and (max-width: 980px) {
    .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        padding: 0 !important;
    }
    .wp-block-columns.of_box {
        width: 100%;
    }
    .of_box .of_box-items {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .eyecatch-page main article {
        width: 100% !important;
    }
    .text {
        flex-direction: column;
    }
    .single_post-title,
    .pankuzu,
    .text .text__wrapper {
        width: 100%;
    }
    .text .text__wrapper {
        padding: 0;
    }
    .wp-block-columns.sec-content._reverse {
        flex-direction: column-reverse !important;
    }
    div#ez-toc-container,
    .text div#toc_container {
        max-width: 90%;
        width: 90%;
        text-align: center;
        margin: 0 auto 32px;
        padding: 2rem;
        border: 1px solid #aaa;
        z-index: 999;
    }
    .sec-title__wrapper.usecase-title
        .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        align-items: flex-start;
        flex-direction: column;
        line-height: 1;
        margin-bottom: 18px;
    }
    .sec-title__wrapper.usecase-title
        .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained
        h2.usecase-title__text {
        margin-bottom: 0 !important;
    }
    section.wp-block-group.vk_block-margin-xxl--margin-bottom {
        margin-bottom: 32px !important;
    }
    .member-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .his_table_box {
        margin: 0 auto;
    }
    p.vk_block-margin-0--margin-bottom.vk_block-margin-0--margin-top.sec-content__text {
        margin: 0 !important;
        line-height: 1.5;
    }
    p.vk_block-margin-0--margin-bottom.vk_block-margin-0--margin-top.sec-content__text--tel
        a {
        margin: 0 !important;
        font-size: 14px;
    }
    p.vk_block-margin-0--margin-bottom.vk_block-margin-0--margin-top.sec-content__text.sec-content__title {
        margin-bottom: 0.5rem !important;
    }
    .sec-content {
        padding: 24px;
    }
}

/*
ホワイトペーパー
********************************/
.text .text__wrapper.whitepaper-wrapper {
    max-width: 1200px;
}
.page-id-1386 .text .text__wrapper {
    width: 100%;
    padding: 0;
}
.wp-block-contact-form-7-contact-form-selector {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    padding: 24px;
}
.wp-block-column.whitepaper-box--left.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 40px 40px 40px 0;
    border-right: 1px solid #ddd;
}
.wp-block-column.whitepaper-box--right.form-container.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 40px 0 40px 40px;
}
@media screen and (max-width: 768px) {
    .wp-block-column.whitepaper-box--left.is-layout-flow.wp-block-column-is-layout-flow {
        padding: 0;
        border-right: none;
    }
    .wp-block-column.whitepaper-box--right.form-container.is-layout-flow.wp-block-column-is-layout-flow {
        padding: 0;
    }
}

/*
フォーム
********************************/
body.page-contact {
    background-color: #e2ddca !important;
}

.contact-header {
    padding: 10px 0;
    box-shadow: 2px 2px 4px -2px gray;
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
}

.contact-container {
    width: 82%;
    margin: 0 auto;
    max-height: 35px;
}
.contact-logo {
    display: inline-block;
}

.contact-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 80px;
}
.contact-flex-container {
    display: flex;
    gap: 40px;
}
.contact-left-column,
.contact-right-column {
    width: 50%;
    margin: 0 auto;
}
.contact-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    /* text-align: center; */
}

.contact-description {
    margin-bottom: 40px;
}
.contact-form {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    padding: 24px;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-group br {
    display: none;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 12px;
    font-weight: 500;
}
.required {
    color: #ba4030;
}
input.wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.form-input,
.form-select,
.form-textarea {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-size: 14px;
    color: #1a1a1a;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* セレクトボックスに矢印を追加 */
.form-select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="gray"><polygon points="0,0 20,0 10,10"/></svg>');
    background-repeat: no-repeat;
    background-position: top 65% right 10px;
    background-size: 10px;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #5e8e86;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.form-textarea {
    min-height: 120px;
    resize: vertical;
}
.form-textarea::placeholder {
    font-size: 14px;
}
.form-footer {
    text-align: center;
}
.submit-button {
    width: 100%;
    padding: 1rem;
    background: #5e8e86;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
}
p.privacy-notice {
    margin-top: 1rem;
    font-size: 12px;
    color: #666;
}
.privacy-notice br {
    display: none;
}
.privacy-notice a {
    color: #5e8e86;
    text-decoration: none;
    transition: color 0.3s ease;
}
.privacy-notice a.privacy-notice__text {
    margin: 0.5rem 0 0;
}
.privacy-notice a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}
.wpcf7-response-output {
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .contact-header {
        height: 65px;
    }
    .contact-container,
    .contact-content {
        width: 90%;
        padding: 0;
    }
    .contact-flex-container {
        flex-direction: column;
        gap: 0;
    }
    .contact-left-column,
    .contact-right-column {
        width: 100%;
        margin: 0 auto;
    }
    .contact-content {
        margin-bottom: 60px;
    }
    .contact-title {
        font-size: 28px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-container {
        padding: 1.5rem 0;
    }
}

/*
導入事例
********************************/
.text .text__wrapper.caseStudies {
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
.text .text__wrapper.caseStudies h2 {
    color: #5e8e86;
}
.caseStudies
    .wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1 {
    gap: 32px;
}
.usecase-item:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.usecase-item figure.usecase-item__img {
    margin-bottom: 8px;
}
.usecase-item
    figure.usecase-item__img
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: 0;
}
.usecase-item h3.usecase-item__title {
    margin-bottom: 0;
}
h3.has-link-color.usecase-item__title.wp-elements-eb33730ed521d7077ca92e9008f8c10d.wp-block-post-title.has-text-color
    a {
    font-size: 14px;
    padding-bottom: 0;
}
.caseStudies
    .wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .usecase-item
    .usecase-item__cate.wp-block-post-terms
    a,
.caseStudies
    .wp-container-core-post-template-is-layout-1.wp-block-post-template-is-layout-grid
    .usecase-item
    .usecase-item__cate.wp-block-post-terms
    span {
    font-size: 12px;
    color: #1a1a1a;
    line-height: 1;
}
nav.jp-relatedposts-i2.wp-block-jetpack-related-posts h3 {
    font-weight: bold;
    color: #1a1a1a;
}

@media screen and (max-width: 768px) {
    .single.eyecatch-page .pankuzu,
    .eyecatch-page__box {
        width: 90%;
    }
    .eyecatch-page__box {
        width: 82%;
        display: flex;
        flex-direction: row;
    }
    .caseStudies
        .wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1 {
        gap: 18px;
    }
}

/*
投稿ページ
********************************/
.wrapper.single-wrapper.eyecatch-page {
    display: block;
}
.wrapper.single-wrapper.eyecatch-page article.pankuzu,
.wrapper.single-wrapper.eyecatch-page .eyecatch-page__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.wrapper.single-wrapper.eyecatch-page h1,
.wrapper.single.eyecatch-page h1 {
    max-width: 1200px;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 30px auto 10px;
}
.wrapper.single-wrapper.eyecatch-page .eyecatch-page__box {
    display: flex;
    flex-direction: row;
    overflow: visible;
}
.wrapper.single-wrapper.eyecatch-page .main {
    max-width: 900px;
    width: 100%;
    margin: 20px 0 40px;
    padding: 40px 40px 40px 0;
    border-right: 1px solid #aaa;
}
.single h2.wp-block-heading {
    line-height: 1.5;
    padding-bottom: 7px;
}
.wrapper.single-wrapper.eyecatch-page aside#sidebar1 {
    position: sticky;
    top: 70px;
    max-width: 300px;
    width: 100%;
    height: max-content;
    overflow-y: auto;
    margin: 20px 0 40px;
    padding: 40px 0 40px 40px;
    z-index: 1;
}
.wrapper.single-wrapper.eyecatch-page article.post-content.text {
    display: block;
    width: 100% !important;
}
.wrapper.single-wrapper.eyecatch-page article.post-content.text {
    margin: 0 auto;
}
.wrapper.single-wrapper.eyecatch-page .text div#toc_container {
    max-width: 70%;
    width: 70%;
    text-align: left;
    margin: 0 auto 32px;
    padding: 2rem 7rem;
    border: 1px solid #aaa;
    z-index: 999;
}
.wrapper.single-wrapper.eyecatch-page article.post-content.text .text__wrapper {
    width: 100%;
    padding: 0;
}
main #jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 20px;
    color: #1a1a1a;
}
.single .text__wrapper p,
.single .single-wrapper p {
    margin-bottom: 14px;
}
aside#sidebar1.widget-area ul li {
    margin-bottom: 20px;
}
aside#sidebar1.widget-area ul li .wp-block-latest-posts__featured-image {
    line-height: 1;
}
.single ul.wp-block-list {
    list-style: disc;
    list-style-position: inside;
}
@media screen and (max-width: 768px) {
    .post-img.single_post-img {
        height: auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .post-img.single_post-img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: calc(100vw * 9 / 16);
        object-fit: cover;
    }
    .wrapper.single-wrapper.eyecatch-page article.pankuzu,
    .wrapper.single-wrapper.eyecatch-page .eyecatch-page__box {
        width: 100% !important;
    }
    .wrapper.single-wrapper.eyecatch-page .eyecatch-page__box {
        flex-direction: column;
    }
    .wrapper.single-wrapper.eyecatch-page .main {
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .wrapper.single-wrapper.eyecatch-page h1,
    .wrapper.single.eyecatch-page h1 {
        line-height: 1.5;
    }
    .wrapper.single-wrapper.eyecatch-page aside#sidebar1 {
        position: static;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 20px 0 40px;
        padding: 0;
    }
    .wrapper.single-wrapper.eyecatch-page .text div#toc_container {
        max-width: 90%;
        width: 90%;
        padding: 2rem;
    }
    aside#sidebar1 .wp-block-image .aligncenter,
    aside#sidebar1 img {
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
    h2 > span {
        scroll-margin-top: 90px;
    }
}
@media screen and (max-width: 768px) {
    h2 > span {
        scroll-margin-top: 85px;
    }
}

/*
footer.php
********************************/
.l-footer {
    text-align: center;
}
.l-footer {
    background-color: rgba(44, 46, 60, 1) !important;
    opacity: 1;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer-area1 .mobile-logo {
    margin-bottom: 5px;
}
.footer-area2 {
    width: 82%;
    margin: 0 auto 30px;
}
.l-footer__copy {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #4a586e;
}
.l-footer__copy__sns {
    align-items: center;
}
.l-footer__copy__sns .header-sns {
    width: fit-content;
}
.l-footer__tc p,
.l-footer__link a,
.l-footer__sitemap a,
.l-footer__copy__sns,
.l-header__hbgmenu__copy,
p.copyright span {
    font-size: 14px;
}
.l-footer__wrap
    .l-footer__tb
    .menu
    .l-footer__tc
    .l-footer__link
    .l-footer__sublink {
    display: flex;
    flex-wrap: wrap;
}
.l-footer__wrap
    .l-footer__tb
    .menu
    .l-footer__tc
    .l-footer__link
    .l-footer__sublink
    li {
    width: 25%;
    box-sizing: border-box;
}
.l-footer__wrap
    .l-footer__tb
    .menu
    .l-footer__tc
    .l-footer__link
    .l-footer__sublink
    li
    ul {
    display: block;
    width: 100%;
}
.l-footer__wrap
    .l-footer__tb
    .menu
    .l-footer__tc
    .l-footer__link
    .l-footer__sublink
    li
    ul
    li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.l-footer__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .footer-area2 {
        margin-top: 0;
    }
    .l-footer .l-footer__wrap {
        padding: 0;
        margin-bottom: 2rem;
    }
    .l-footer__tc {
        margin-bottom: 0;
    }
    .footer-area1 .mobile-logo {
        margin-bottom: 2px;
    }
    .l-footer__wrap
        .l-footer__tb
        .menu
        .l-footer__tc
        .l-footer__link
        .l-footer__sublink
        li {
        width: 50%;
        text-align: left;
    }
    .l-footer__copy__sns {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .l-footer__copy__sns .header-sns {
        width: fit-content;
    }
    .l-footer__copy__sns .header-sns a {
        margin: 10px 5px;
    }
    .l-footer__copy__sns .header-sns a:first-child {
        margin-left: 0;
    }
    .l-footer__copy__sns .header-sns a:last-child {
        margin-right: 0;
    }
    .l-footer__copy__logowrap img {
        margin: 0;
    }
    .l-footer__copy {
        padding-bottom: 0;
        padding-top: 2rem;
        margin-top: 0;
    }
    .l-footer__copy__sns .copyright span {
        margin-left: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .l-footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/*
header
********************************/
.l-header__logo a img {
    height: 35px;
    width: auto;
}
/* ドロップダウン基本スタイル */
.menu-dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e2ddca;
    min-width: 220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    border-radius: 6px;
    padding: 10px;
}
.menu-dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content li {
    padding: 6px 12px;
}
.dropdown-content li a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
.dropdown-content li a:hover {
    opacity: 0.7;
}

/* 右端の「…」ドロップダウンスタイル */
.menu-dropdown {
    position: relative;
}
.menu-dropdown > a::after {
    content: "＋";
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.3s;
}
.menu-dropdown:hover > a::after {
    transform: rotate(45deg);
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #e2ddca;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    width: 220px;
    border-radius: 6px;
    padding: 10px;
}
.l-header.on .sub-menu {
    background: #e2ddca !important;
}
.menu-dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content li {
    list-style: none;
    margin: 8px 0;
}
.dropdown-content li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.dropdown-content li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .l-header.on .sub-menu {
        background: none !important;
    }
    .l-header__hbgmenu.is-active {
        height: auto;
    }
    .l-header__hbgmenu__nav__ul {
        flex-direction: column;
    }
    .dropdown-content {
        padding: 0;
    }
    .l-header.on ul.sub-menu.dropdown-content {
        background: none;
        padding: 0 0 10px 14px;
    }
    ul.sub-menu.dropdown-content .menu-item a span.wrap span {
        color: #fff;
    }
    .menu-dropdown {
        position: relative;
    }
    .menu-dropdown > a::after {
        display: none; /* スマホ時はリンクに＋を表示しない */
    }
    .dropdown-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        z-index: 10;
    }
    .menu-dropdown:hover > a::after {
        transform: rotate(0deg);
    }
    .dropdown-content {
        position: static;
        display: none;
        padding-left: 15px;
        box-shadow: none;
        margin-top: 10px;
    }
    .menu-dropdown.open .dropdown-content {
        display: block;
    }
    .menu-dropdown.open .dropdown-toggle {
        content: "－";
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0;
        padding: 0;
    }
    .l-header__hbgmenu__wrap .header-sns {
        justify-content: left;
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header__wrap,
    .wrapper,
    .l-footer__wrap {
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
    }
    .l-header.on {
        max-height: 65px;
        height: 65px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .l-header__hbgmenu__logo a img {
        height: 35px;
        width: auto;
    }
    .l-header__hbgmenu__logo a {
        padding: 0;
    }
    .l-header__hbgicon.is-active {
        position: fixed;
    }
}

@media screen and (min-width: 769px) {
    span.dropdown-toggle {
        display: none;
    }
}

/*
スクロールバー
********************************/
#wrapAll .scroll-down {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 10;
    width: auto;
    height: auto;
}

#wrapAll .scroll-down a {
    display: inline-block;
    position: relative;
    transition: 2s;
}

#wrapAll .scroll-down a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5px;
    height: 70px;
    background: #fff;
    animation: sdl01 2s ease-out infinite;
}

@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* スマホ表示の調整 */
@media screen and (max-width: 768px) {
    #wrapAll .scroll-down a:after {
        height: 60px;
    }
}
