@charset "utf-8";




body {
    line-height: 28px;
    background: #F3F4F6;
    position: relative;
    z-index: -2;
    letter-spacing: .04em;
    overflow: auto;
    color: #040D20;
    word-wrap: break-word;
    font-weight: 500;
    font-style: normal;
    min-width: 1164px;
    font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/commonnoise.png);

}


.pointColor {
    color: #215FEA;
}


.bodyWrap {
    animation-name: opacity;
    animation-duration: 1.8s;
}

.enFont {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
}




body a {
    color: #040D20;
    display: block;
}

img {
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.spheader {
    display: none;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.floating {
    position: fixed;
    z-index: 6;
    right: 88px;
    bottom: 40px;
    transition: .4s;
    text-align: center;
}

.floating p {
    font-size: var(--scale-12);
    color: #215FEA;
    font-weight: 700;
    padding: 4px 6px;
    letter-spacing: 0;
    background: #fff;
    line-height: 1;
    border-radius: 4px;
    margin-top: 8px;
}

ul {
    list-style: none;
}


header .h_nav p::before {
    content: attr(data-replace);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    transform: rotateX(90deg);
    opacity: 0;
    transform-origin: 50% 100%;
    transform: translate(0, 30%);
    transition: 0.5s, transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

header .h_nav p {
    position: relative;
    display: inline-block;
}

header .h_nav:hover {
    color: transparent;
}

header .h_nav:hover p::before {
    transform: translate(0, 0);
    opacity: 1;
    color: #215FEA;
}

header .document .h_nav:hover p::before {
    color: #0C2969 !important;
}

header .document .h_nav:hover {
    background: #fff !important;

}

header .contact .h_nav:hover {
    background: #fff !important;
}


header .h_nav:hover .text {
    transform: translate(0, -40%);
    transform: translateY(-40%) scaleY(0);
}

header .h_nav .text {
    display: inline-block;
    transition: 0.5s, transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.pcHeader {
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 8;
    box-sizing: border-box;
    min-width: 1164px;
    padding: 0 88px;
    transition: .4s;
}

.pcHeader .main-nav ul {
    display: flex;
    font-weight: 700;
}

.pcHeader .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pcHeader .listNav {
    column-gap: 23px;
}

.pcHeader .main-nav {
    background: #fff;
    height: var(--scale-64);
    border-radius: 8px;
    display: flex;
    column-gap: 29px;
    border: solid 1px #F0F0F0;
    font-size: var(--scale-14);
    align-items: center;
    padding: 0 6px 0 26px;
}

.pcHeader .navCta a {
    color: #fff;
    height: 48px;
    width: 144px;
    align-items: center;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0;
}

.pcHeader .navCta ul {
    column-gap: 4px;
}



.commonFade {
    opacity: 0;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translate(0, 24px);
}

.commonFade.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}






.fadezoom {
    overflow: hidden;
}

.Related .blog-main {
    width: 25%;
}

.fadezoom.scrollin img {
    animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards;
    transform: scale(1);
}

.fadezoom img {
    transform: scale(1.08);
    transition: 1.4s;
    opacity: 0;
}

@keyframes fadeopa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.commonHero .outText {
    overflow: hidden;
    display: inline-block;
}

.commonHero .Intext {
    display: inline-block;
    opacity: 0;
    position: relative;
}

.commonHero .Intext {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.commonHero.scrollin .Intext {

    animation: titleBtmFade 1.4s cubic-bezier(.36, .14, 0, 1) both .7s;
}

@keyframes titleBtmFade {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}






.tagLine {
    opacity: 0;
    transition: 2s cubic-bezier(.36, .14, 0, 1);
    transition-delay: .4s;
    transform: translate(0, 8px);
}

.commonHero.scrollin .tagLine {
    opacity: 1;
    transform: translate(0, 0);
}



#topHero .copyBox p {
    opacity: 0;
    transition: 2s cubic-bezier(.36, .14, 0, 1);
    transition-delay: 1s;
    transform: translate(0, 8px);
}

#topHero.commonHero.scrollin .copyBox p {
    opacity: 1;
    transform: translate(0, 0);
}




.commonHero {
    position: var(--scale-0);
}

.pcHeader .navCta .document a {
    background: #0C2969;
    border: solid 2px #0C2969;
    transition: .4s;
}

.pcHeader .navCta .contact a {
    background: #215FEA;
    border: solid 2px #215FEA;
    transition: .4s;
}

.pcHeader .logo img {
    width: 168px;
}

.commonHero .copyBox .mainTitle {
    display: flex;
    flex-direction: column-reverse;
}

.commonHero {
    position: relative;
}

.commonHero .tagLine {
    display: block;
    font-weight: 500;
    color: #98A1B1;
    margin-bottom: var(--scale-12);
    font-size: var(--scale-14);
}

.commonHero .mainCopyBox {
    display: block;
    line-height: 1.7;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    font-weight: 600;
    font-size: clamp(40px, 2vw, 80px);
}

.commonHero .mainCopyBox span {
    line-height: 1.1;
}

#topHero {
    height: var(--viewport-height);
    overflow-x: clip;
}



.firstPanels {
    height: var(--viewport-height);
    overflow-x: clip;
    position: absolute;
    width: 100%;
}



.firstPanels.scrollin .ppanelBox {
    opacity: 1;
    transform: scale(1) rotate(0);
    transition-delay: 1s;
}

.firstPanels.scrollin .bpanelBox {
    opacity: 1;
    transform: scale(1) rotate(0);
    transition-delay: 1s;
}


.commonHero .udHeroPosition .outText {
    line-height: 1.2;
}

.commonHero .udHeroPosition > div:first-child {
    opacity: 0;
    transition: 2s cubic-bezier(.36, .14, 0, 1);
    transform: translate(0, 8px);
}

.commonHero .udHeroPosition > div:last-child {
    opacity: 0;
    transition: 2s cubic-bezier(.36, .14, 0, 1) .4s;
    transform: translate(0, 2px);
}

.commonHero .udHeroPosition .Intext {
    animation: none;
    opacity: 1;
    transform: translate(0, 0);
}


.commonHero.scrollin .udHeroPosition > div {
    opacity: 1;
    transform: translate(0, 0);
}








.commonHero .copyBox {
    position: absolute;
    top: 55%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#topHero .copyBox p {
    font-size: var(--scale-16);
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: .06em;
    margin-top: var(--scale-68);
}

.scrollD {
    position: absolute;
    left: 121px;
    text-transform: uppercase;
    font-size: var(--scale-12);
    bottom: 61px;
    letter-spacing: 0;
}

.scrollD {
    bottom: 54px;
}

.scrollD::before {
    animation: scroll 3.4s cubic-bezier(0.36, 0.14, 0, 1) infinite;
    background-color: #2562E9;
    bottom: -20px;
    content: "";
    height: 56px;
    left: -88px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}

.scrollD::after {
    background-color: #DCDFE4;
    bottom: -20px;
    content: "";
    height: 56px;
    left: -88px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}



.bpanelBox {
    position: absolute;
    left: -19%;
    top: -27%;
    pointer-events: none;
    opacity: 0;
    transition: transform 1.4s cubic-bezier(0.36, 0.14, 0, 1), opacity 1.4s ease;
    transform: scale(1) rotate(16deg);
    transform-origin: center;
}



.ppanelBox {
    position: absolute;
    right: -20%;
    bottom: -15%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: transform 1.4s cubic-bezier(0.36, 0.14, 0, 1), opacity 1.4s ease;
    transform: scale(1) rotate(16deg);
    transform-origin: center;
}





.bpanelBox svg {
    width: 49vw;
}

/* 背景としての六角形は静止。opacity 0.2で薄く表示し続ける */
#bpanelinner,
#bpanelout {}

/* 線を走らせる専用の設定 */
#bpanelinner-line {
    stroke: #215fea;
    /* 光の筋の色 */
    stroke-width: 1px;
    stroke-linecap: round;
    opacity: 0;
    /* 最初は消しておく */

    /* 
       150pxの短い光の筋を作り、残りの約3800pxを透明な隙間にします。
       これにより「筋」だけが見えるようになります。
    */
    stroke-dasharray: 232 3800;
    stroke-dashoffset: 3950;

    /* アニメーション：8秒周期（動きは約3秒、残りは待機） */
    animation: runStreak 14s ease-in-out forwards;

    /* 光の筋にわずかな発光感を追加 */
    filter: drop-shadow(0 0 5px rgba(33, 95, 234, 0.8));
}

@keyframes runStreak {
    0% {
        stroke-dashoffset: 3950;
        opacity: 0;
    }

    /* 動き出しでスッと光が現れる */
    5% {
        opacity: 0.8;
    }

    /* 1周走りきる */
    35% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }

    /* 走り終わると同時に消える */
    40% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

    /* 100%まで消えたまま待機（間を作る） */
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}



.ppanelBox svg {
    width: 49vw;
}


/* 一番外側の線を走らせる専用設定 */
#ppanelout-line {
    stroke: #7661e8;
    stroke-width: 1px;
    stroke-linecap: round;
    opacity: 0;
    stroke-dasharray: 232 3800;
    stroke-dashoffset: 3950;
    animation: runStreakP 14s ease-in-out forwards;
    filter: drop-shadow(0 0 5px rgba(118, 97, 232, 0.8));
}

@keyframes runStreakP {
    0% {
        stroke-dashoffset: 4480;
        opacity: 0;
    }

    /* 動き出しで現れる */
    5% {
        opacity: 0.8;

    }

    /* 走りきる（外側は面積が広いので少し時間を長めに35%まで） */
    35% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }

    /* 消える */
    40% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

    /* 待機 */
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

.commonBtn a {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    border-radius: 100vw;
    width: 232px;
    height: 58px;
    background: #215FEA;
    padding: 0 28px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 700;
    border: solid 2px #215FEA;
    box-sizing: border-box;
}

.commonBtn a:hover {
    background: #fff;
    color: #215FEA;
}

.commonBtn .arrowLink {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4B7DEC;
    overflow: hidden;
    transition: background-color 0.5s;
}

.commonBtn .arrowLink::before,
.commonBtn .arrowLink::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    width: 10px;
    height: 9px;
    background: url(../img/wbtnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.commonBtn .arrowLink::after {
    transform: translateX(-38px);
}

.commonBtn a:hover .arrowLink {
    background: #215FEA;
}

.commonBtn a:hover .arrowLink::before,
.commonBtn a:hover .arrowLink::after {
    background: url(../img/wbtnArrow.svg) 0 0 no-repeat;
}

.commonBtn a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.commonBtn a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

@keyframes befobtn {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(38px);
        opacity: 0;
    }
}

@keyframes afterbtn {
    0% {
        transform: translateX(-38px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.commonListBox {
    font-size: var(--scale-14);
    font-weight: 400;
    letter-spacing: .06em;
}

.commonListBox li {
    padding-left: 21px;
    position: relative;
    margin-bottom: 9px;
}

.commonListBox li:last-child {
    margin-bottom: 0;
}

.commonListBox li::after {
    content: "";
    position: absolute;
    background: #DCDFE4;
    width: 2px;
    height: 18px;
    left: 0;
    top: 7px;
}

.commonListBox li::before {
    content: "";
    position: absolute;
    background: #215FEA;
    width: 2px;
    z-index: 2;
    height: 8px;
    left: 0;
    top: 7px;
}

.CategoryDot {
    line-height: 1;
    margin-top: 1px;
}

.commonTItleBox .CategoryLabel {
    display: flex;
    align-items: center;

    column-gap: 15px;
}

.commonTItleBox .enTitle {
    font-size: var(--scale-64);
    color: #DCDFE4;
    letter-spacing: 0;
    margin-top: 21px;
    white-space: nowrap;
    margin-bottom: 48px;
    display: block;
}

.commonTItleBox .CategoryHeading {
    font-size: var(--scale-15);
    font-weight: 400;
}

#cause .commonTItleBox .SubHeading {
    margin-top: 0;
}

.commonTItleBox .SubHeading {
    font-size: var(--scale-28);
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 16px;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #DCDFE4;
    margin: 0;
    padding: 0;
}

#cause .commonTItleBox {
    margin-bottom: var(--scale-68);
}

.causeInner {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    column-gap: 14%;
}

.causeInner .imgBox img {
    max-width: 100%;
}

#cause {
    padding: 144px 5.556vw 200px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 28px 22px;
    background-image: url(../img/dods.svg);
    overflow-x: hidden;
}

#cause .imgBox {
    width: 46%;
}

#cause .imgInBox {
    border-radius: 8px;
}

#cause .imgBox img {
    border-radius: 8px;
}

#cause .imgBox .fadezoomN {
    width: 435px;
    min-width: 371px;
    border-radius: 8px;
}





#cause .imgBox .imgInBox02 img {
    border-radius: 8px;
}

#cause .imgBox .imgInBox02 .fadezoomN {
    width: 12vw;
    margin-left: auto;
    border-radius: 8px;
    min-width: 292px;
}


/* --- ベースの状態（container） --- */
.fadezoomN {
    overflow: hidden;
    display: block;
}

/* --- 画像の初期状態（消えていて、少し大きい） --- */
.fadezoomN img {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.4s cubic-bezier(0.36, 0.14, 0, 1),
        transform 1.4s cubic-bezier(0.36, 0.14, 0, 1);
    will-change: opacity, transform;
}

.hookAniMask.scrollin .fadezoomN img {
    opacity: 1;
    transform: scale(1);
}

.imgInBox01 img {
    transition-delay: 0s;
}

#cause .imgBox .imgInBox02 img {
    transition-delay: .3s;
}








#cause .imgBox .imgInBox02 {
    text-align: right;
    margin-top: -80px;
}

#cause .textBox {
    width: 48%;
}

#cause .textBox p {
    margin-top: 43px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 52px;
}




#approach {
    padding: 200px 5.556vw 144px 5.556vw;
}

#strengths {
    padding: 144px 5.556vw 144px 5.556vw;
}


.approachInner,
.strengthsInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}



.approachInner .titleBox,
.strengthsInner .titleBox {
    grid-column: 1 / span 5;
}

.approachInner .titleBox .des,
.strengthsInner .titleBox .des {
    margin-top: 30px;
    margin-bottom: 53px;
    font-weight: 400;
    letter-spacing: .06em;
    font-size: var(--scale-15);
}

.approachInner .apListBox,
.strengthsInner .apListBox {
    grid-column: 7 / -1;
}

.approachInner .apListBox li,
.strengthsInner .apListBox li {
    display: grid;
    gap: 16px;
    position: relative;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    padding: 40px 0;
}


.approachInner .apListBox li::after,
.strengthsInner .apListBox li::after {
    content: "";
    position: absolute;
    background: #DCDFE4;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.apListBox li.scrollin::after,
.strengthsInner li.scrollin::after {
    width: 100%;
}



.approachInner .apListBox .textBox,
.strengthsInner .apListBox .textBox {
    grid-column: 2 / -1;
}

.approachInner .apListBox li .nam,
.strengthsInner .apListBox li .nam {
    font-size: var(--scale-48);
    margin-top: -5px;
    letter-spacing: -.03em;
    color: #DCDFE4;
}

.approachInner .apListBox li .nam span,
.strengthsInner .apListBox li .nam span {
    line-height: 1;
}

.approachInner .apListBox .listTitle,
.strengthsInner .apListBox .listTitle {
    font-size: var(--scale-21);
    font-weight: 600;
    margin-bottom: 16px;
}

.approachInner .apListBox p,
.strengthsInner .apListBox p {
    font-size: var(--scale-13);
    line-height: 2;
    font-weight: 400;
    letter-spacing: .06em;
}









#flow {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
}



#flow .commonTItleBox {
    text-align: center;
    color: #fff;
}

#flow .commonTItleBox .CategoryLabel {
    justify-content: center;
    margin-left: -27px;
}

.flowfigureBox {
    text-align: center;
    margin: 20px 0;
}

#flow .des {
    text-align: center;
    font-size: var(--scale-16);
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: .06em;
    color: #fff;
    margin-bottom: 54px;
}

#flow .commonBtn a {
    margin: 0 auto;
    background: #fff;
    color: #215FEA;
}


#why.whyBackground {
    overflow: hidden;
    border-top: #DCDFE4 solid 1px;
}



#why {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 28px 22px;
    background-image: url(../img/dods.svg);
    position: relative;
    overflow-x: clip;
}

#why .commonpp {
    position: absolute;
    right: -500px;
    top: -500px;
}

#why .commonbp {
    position: absolute;
    left: -700px;
    bottom: -700px;
}

#why .commonbp img {
    width: 1225px;
}

#why .commonpp img {
    width: 1014px;
}

#why .commonTItleBox {
    text-align: center;
}

#why .CategoryLabel {
    justify-content: center;
}


#why.whyBackground .des:last-child {
    margin: 0 auto;
}

#why.whyBackground .des {
    margin-bottom: 24px;
}

#why .des {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-size: var(--scale-15);
    line-height: 2.2;
    letter-spacing: .06em;
    margin-bottom: 44px;
    margin-top: 42px;
    font-weight: 400;
}

#why .commonBtn a {
    margin: 0 auto;
}



#blog {
    padding: 0 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 144px;
}

#blog .blogInner {
    padding: 144px 56px;
    background-position: 0 0;
    border: solid 1px #EAECF0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/wnoise.png);
    border-radius: 12px;
}


#blog .inFlex {
    max-width: 1600px;
    margin: 0 auto;
}

#blog .commonBtn {
    margin-top: 55px;
}

#blog .imgBox img {
    width: 100%;
    height: auto;
    max-width: 232px;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: .6s cubic-bezier(0.36, 0.14, 0, 1);
}

#blog .inFlex {
    display: flex;
    column-gap: 232px;
}

#blog .inFlex ul a {
    display: flex;
    column-gap: 88px;
    padding: 48px 0;
    transition: .4s;
    border-bottom: solid 1px #DCDFE4;
    align-items: center;
}

#blog .inFlex ul .imgBox {
    overflow: hidden;
    border-radius: 6px;
}

#blog .inFlex ul a:hover img {
    transform: scale(1.1);
}

#blog .inFlex ul li:first-child a {
    border-top: solid 1px #DCDFE4;
}





#blog .DateText {
    font-size: var(--scale-13);
    line-height: 1;
    color: #ACAEB1;
    transition: .4s;
    font-weight: 700;
    margin-top: var(--scale-2);
    letter-spacing: 0;
}

#blog .textBox {
    display: flex;
    align-items: center;
    column-gap: 40px;
    width: 76%;
    justify-content: space-between;
}

#blog .MetaRow {
    column-gap: 16px;
    margin-bottom: var(--scale-8);
    display: flex;
    align-items: center;
}

#blog .TagBadge {
    font-size: var(--scale-12);
    font-weight: bold;
    padding: 3px 14px;
    background: #7661E8;
    border: solid 1px #7661E8;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 100vw;
    line-height: 1;
}

#blog .blListBox {
    width: 100%;
}

#blog .commonTItleBox {
    width: 117px;
}

#blog .postTitle {
    font-size: var(--scale-16);
    letter-spacing: .06em;
    transition: .4s;
    font-weight: 700;
}



#blog .ArrowSvg {
    overflow: visible;
}

#blog .CircleLine {
    /* 円周の長さ (2 * π * 21.5 ≒ 135.08) */
    stroke-dasharray: 136;
    stroke-dashoffset: 136;
    transition: stroke-dashoffset 0.4s ease-in-out;
    /* 描画スピード */
    transform: rotate(-90deg);
    transform-origin: center;
}

#blog .inFlex ul a:hover .CircleLine {
    stroke-dashoffset: 0;
}

#blog .ArrowPath {
    transition: transform 0.3s ease-out;
}

#blog .inFlex ul a:hover .ArrowPath {
    transform: translate(-9.11px, -26.252px);
}

#blog .inFlex ul li a:hover .postTitle {}





#contactCta {
    padding: 88px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    overflow: hidden;
    position: relative;
}

#contactCta .ctapanel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#contactCta .ctapanel img {
    width: 1173px;
}

#contactCta .commonTItleBox {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

#contactCta .commonTItleBox .CategoryLabel {
    justify-content: center;
}

#contactCta p {
    font-size: var(--scale-13);
    color: #6E7380;
    line-height: 1.7;
    font-weight: 600;
    max-width: 332px;
    margin: 0 auto;
    flex-grow: 1;
}

#contactCta .inFlex {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 56px;
}

#contactCta .inFlex > div {
    background-position: 0 0;
    border: solid 5px rgb(153 176 228);
    background-repeat: repeat;
    background-size: 144px 144px;
    width: 494px;
    background-image: url(../img/wnoise.png);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 32px 0;
}

#contactCta .listBox {
    display: flex;
    justify-content: center;
}

#contactCta ul li {
    font-size: var(--scale-12);
    color: #6E7380;
    text-align: left;
    position: relative;
    font-weight: 600;
    padding-left: 22px;
    line-height: 1.8;
}

#contactCta ul li::after {
    content: "";
    position: absolute;
    background-image: url(../img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
}


#contactCta h3 {
    font-size: var(--scale-26);
    font-weight: 700;
    margin-bottom: 16px;
}

#contactCta .commonBtn {
    margin-top: 30px;
}

#contactCta .inFlex .enFont {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: var(--scale-13);
    color: #ACAEB1;
    margin-bottom: 8px;
}

#contactCta .commonBtn a {
    margin: 0 auto;
    width: 292px;
}

#contactCta .Consultation h3 {
    color: #215FEA;
}

#contactCta .download h3 {
    color: #0C2969;
}

#contactCta .download a {
    background: #0C2969;
    border: solid 2px #0C2969;
}

#contactCta .download .commonBtn .arrowLink {
    background: #3B5285;
}

#contactCta .download a:hover {
    background: #fff;
    color: #0C2969;
}


#contactCta .download .commonBtn .arrowLink::before,
#contactCta .download .commonBtn .arrowLink::after {
    top: 13px;
    right: 13px;
    width: 16px;
    height: 19px;
    background: url(../img/download.svg) 0 0 no-repeat;
}

#contactCta .Consultation .commonBtn .arrowLink::before,
#contactCta .Consultation .commonBtn .arrowLink::after {
    top: 15px;
    right: 10px;
    width: 20px;
    height: 15px;
    background: url(../img/consul.svg) 0 0 no-repeat;
}




#contactCta .commonBtn a:hover .arrowLink::before {
    animation: none;
}

#contactCta .commonBtn a:hover .arrowLink::after {
    animation: none;
}








.FooterInner {
    max-width: 1600px;
    padding: 144px 5.556vw 32px 5.556vw;
    margin: 0 auto;
}

.FooterTopArea {
    display: flex;
    align-items: flex-start;
    margin-bottom: 222px;
    justify-content: space-between;
}

.FooterLogoWrap {
    margin-bottom: 30px;
}

.FooterLogoImage {
    width: 216px;
    height: auto;
    display: block;
}

.FooterCompanyName {
    font-weight: 400;
    line-height: 1;
    font-size: var(--scale-12);
    margin-bottom: 8px;
}

.FooterAddressText {
    font-weight: 400;
    line-height: 1;
    font-size: var(--scale-12);
}

.FooterVerticalLine {
    width: 1px;
    height: 170px;
    position: relative
}

.FooterVerticalLine::after {
    content: "";
    position: absolute;

    background: #215FEA;
    width: 1px;
    height: 88px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    z-index: 1;
}

.FooterVerticalLine::before {
    content: "";
    position: absolute;
    background: #ACAEB1;
    width: 1px;
    height: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
}





.FooterNavGroups {
    display: flex;
    column-gap: 96px;
}

.FooterNavLabel {
    font-weight: 600;
    font-size: var(--scale-14);
    margin-bottom: 25px;
    line-height: 1;
    transition: .4s;
}

.FooterNavLabel:hover {
    opacity: .4;
}

.FooterNavColumnEmphasis .FooterNavLink {
    transition: .4s;
}

.FooterNavColumnEmphasis .FooterNavLink:hover {
    opacity: .4;
}

.FooterPolicyLink {
    transition: .4s;
}

.FooterPolicyLink:hover {
    opacity: .4;
}

.FooterNavList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.FooterNavList li {
    margin-bottom: 14px;
    line-height: 1;
}

.FooterNavLink {
    text-decoration: none;
    font-weight: 400;
    color: rgba(4, 13, 32, 0.50);
    font-size: var(--scale-13);
    transition: color 0.3s;
}

.FooterNavLink:hover {
    color: #215FEA;
}

.FooterNavColumnEmphasis .FooterNavLink {
    font-weight: 600;
    font-size: var(--scale-0);
    color: #040D20;
    font-size: var(--scale-14);
}

.FooterNavColumnEmphasis ul li {
    margin-bottom: 31px;
}

address {
    font-style: normal;
}

.FooterBottomArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.FooterMainMessage {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.7;
}

.FooterHighlightText {
    color: #215fea;
}

.FooterLegalBox {
    text-align: right;
    display: flex;
    column-gap: 40px;
}



.FooterPolicyLink {
    font-size: 11px;
    color: rgba(4, 13, 32, 0.50);
    text-decoration: underline;
}

.FooterCopyrightText {
    font-size: 11px;
    letter-spacing: 0;
    color: rgba(4, 13, 32, 0.50);
}

#cause .imgBoxSp {
    display: none;
}

.commonBtnSp {
    display: none;
}

.spBr {
    display: none;
}


.dsnone {
    opacity: 0;
    transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translate(0, -14px);
}

.floatingNone {
    opacity: 0;
    transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translate(0, 14px);
}


.udHeroTitleWrap {
    border-bottom: solid 1px #DCDFE4;
    padding: 0 80px 26px 80px;
    margin-bottom: 144px;
}

.udHeroTitleWrap .titleBox .jaTitle {
    font-size: var(--scale-16);
    margin-bottom: 4px;
}


.udHeroTitleWrap .enTitle {
    font-size: var(--scale-64);
    color: #C9CED8;
    line-height: 1;
    text-transform: uppercase;
}

.udHeroTitleWrap .inFlex {
    display: flex;
    align-items: end;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
}

.udHeroPosition {
    position: absolute;
    width: 100%;
    top: 54%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.heroReadBox {
    padding: 0 80px;
    max-width: 1600px;
    margin: 0 auto;
}

.heroReadBox .title {
    font-size: var(--scale-40);
    line-height: 1.7;
    margin-bottom: 43px;
    letter-spacing: .08em;
}

.heroReadBox p {
    font-size: var(--scale-15);
    line-height: 2;
    letter-spacing: .08em;
}

.breack {
    font-size: var(--scale-10);
}

#worries .commonTItleBox {
    text-align: center;
}


#worries {
    padding: 144px 5.556vw 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 28px 22px;
    background-image: url(../img/dods.svg);
    overflow-x: hidden;
}

#worries .WorriesInner {
    max-width: 1600px;
    margin: 0 auto;
}


/* カードリストの横並び設定 */
#worries .WorryCardList {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 100px;
}

#worries .commonTItleBox .CategoryLabel {
    justify-content: center;
    margin-left: -27px;
}

#worries .WorryCardItem {
    position: relative;
    flex: 1;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 95px 64px 48px 64px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.02);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#worries .WorryBadge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background-color: #215FEA;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
}

#worries .WorryTitle {
    font-size: var(--scale-21);
    font-weight: 600;
    margin: 0 0 38px;
    letter-spacing: 0.06em;
}

#worries .WorryIcon {
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#worries .WorryIcon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#worries .WorryDescription {
    font-size: var(--scale-15);
    line-height: 2;
    color: #788293;
    text-align: left;
    max-width: 280px;
}



#needs {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    color: #fff;
}

#needs .commonTItleBox .SubHeading {
    margin-top: 0;
}

.needsInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}


.needsInner .commonTItleBox {
    grid-column: 1 / span 5;
}

.needsInner .textBox {
    grid-column: 7 / -1;
    margin-top: -8px;
}

#needs .commonListBox {
    margin-top: var(--scale-84);
    margin-bottom: var(--scale-43);
}

#needs .des {
    font-size: var(--scale-21);
    line-height: 2;
    letter-spacing: .08em;
}

#needs .commonListBox li::before {
    background: #95AAD3;
}

#flow.udFlow .des {
    margin-bottom: 0;
}



#lineup {
    position: relative;
    padding: 120px 5.556vw 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 28px 22px;
    background-image: url(../img/dods.svg);
    overflow-x: clip;
}


#lineup .commonpp {
    position: absolute;
    right: -500px;
    top: -500px;
}

#lineup .commonpp2 {
    position: absolute;
    right: -500px;
    top: 50%;
}

#lineup .commonbp {
    position: absolute;
    left: -700px;
    top: 700px;
}

#lineup .commonTItleBox {
    margin-bottom: 63px;
}

#lineup .lineupInner {
    max-width: 1600px;
    margin: 0 auto;
}

#lineup .itemBox {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

#lineup .namBox {
    border-top: solid 1px #DCDFE4;
    margin-bottom: 104px;
}

#lineup .namBox p {
    text-transform: uppercase;
    font-size: var(--scale-12);
    line-height: 1;
    padding-top: 6px;
    font-weight: 700;
    letter-spacing: 0;
}



#lineup .srEntitle {
    color: #215FEA;
    font-size: var(--scale-34);
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0;
}

#lineup .contsList {
    border-bottom: solid 1px #DCDFE4;
    padding: 24px 0;
    display: flex;

}

#lineup .contsList:first-child {
    padding-top: 0;
}

#lineup .read {
    font-size: var(--scale-21);
    line-height: 1.8;
    letter-spacing: .08em;
    font-weight: 700;
}

.serviceDetail {
    margin-bottom: 144px;
}

.serviceDetail .srTitle {
    grid-column: 1 / span 5;
}

.serviceDetail .srTitle > div {
    position: sticky;
    top: 50%;
}





.serviceDetail .srConts {
    grid-column: 7 / -1;
}

.serviceDetail .srConts .listTitle {
    width: 190px;
    font-weight: 500;
    font-size: var(--scale-16);
}

.serviceDetail .srConts .commonListBox {
    width: 100%;
}


.serviceDetail .aten {
    font-size: var(--scale-13);
    font-weight: 400;
    letter-spacing: .06em;
    margin-top: 24px;
}



.serviceDetailLast {
    margin-bottom: 0 !important;
}








#message {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    color: #fff;
}


.messageInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}


.messageInner .commonTItleBox {
    grid-column: 1 / span 5;
}

.messageInner .textBox {
    grid-column: 7 / -1;
}

.messageInner .des {
    margin-bottom: 48px;
    line-height: 2.4;
    font-weight: 400;
    font-size: var(--scale-14);
}

.messageInner .commonTItleBox .SubHeading {
    margin-bottom: 56px;
    margin-top: 0;
}



.messageInner .nameBox {
    padding-top: 20px;
    border-top: solid 1px rgba(220, 223, 228, 0.80);
}

.messageInner .nameBox dl {
    display: flex;
    justify-content: flex-end;
    column-gap: 14px;
    align-items: baseline;
}

.messageInner .nameBox dl dt {
    font-size: var(--scale-13);
    letter-spacing: .03em;
    font-weight: 400;
}

.messageInner .nameBox dl dd {
    font-size: var(--scale-21);
}




#outline {
    padding: 144px 5.556vw;
    background-position: 0 0;
}


.outlineInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}


.outlineInner .commonTItleBox {
    grid-column: 1 / span 5;
}

.outlineInner .textBox {
    grid-column: 7 / -1;
}

.outlineInner .textBox .conBox {
    display: grid;
    gap: 16px;
    position: relative;
    padding: 34px 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));

}


.outlineInner .textBox dt {
    grid-column: 1 / span 2;
}

.outlineInner .textBox dd {
    font-weight: 400;
    grid-column: 3 / -1;
}


.outlineInner .textBox .conBox::after {
    content: "";
    position: absolute;
    background: #DCDFE4;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.outlineInner .textBox .conBox.scrollin::after {
    width: 100%;
}

.outlineInner .textBox .conBox span {
    display: block;
    margin-bottom: 8px;
}

.outlineInner .textBox .conBox span:last-child {
    margin-bottom: 0;
}













#access {
    padding: 0 5.556vw 144px 5.556vw;
    background-position: 0 0;
}


.accessInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}


.accessInner .commonTItleBox {
    grid-column: 1 / span 5;
}

.accessInner .textBox {
    grid-column: 7 / -1;
}

#access .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





#access .daBox {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 21px;
}

#access .daBox address p {
    font-size: var(--scale-14);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
}

#access .daBox address p:last-child {
    margin-bottom: 0;
}

#access .daBox .gmLink a {
    color: #215FEA;
    text-decoration: underline;
    font-size: var(--scale-11);
    display: flex;
    letter-spacing: 0;
    column-gap: 8px;
}


.packHero {
    padding-top: 248px;
    position: relative;
    z-index: 2;
}

.packHero .udHeroTitleWrap {
    margin-bottom: 200px;
}

#blog .catListBox ul li a {
    border: none;
    font-size: var(--scale-15);
    padding: 0 0;
    opacity: .5;
    font-weight: 400;
}

#blog .catListBox ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
}

#blog .catListBox ul .catAc::after {
    content: "";
    position: absolute;
    background-image: url(../img/CategoryDot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
}

#blog .catListBox ul .current-cat::after {
    content: "";
    position: absolute;
    background-image: url(../img/CategoryDot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
}

#blog.blogUd {
    padding: 0 5.556vw;
}

#blog .catListBox ul .catAc a {
    opacity: 1;
    color: #215FEA;
    font-weight: 700;
}


#blog .catListBox ul .current-cat a {
    opacity: 1;
    color: #215FEA;
    font-weight: 700;
}





#blog .catListBox ul li:first-child a {
    border: none;
}

#blog .catListBox {
    width: 200px;
}



#blog.blogUd ul li:first-child a {
    border-top: 0;
    padding-top: 0;
}






#reason {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    color: #fff;
}


.reasonInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}


.reasonInner .commonTItleBox {
    grid-column: 1 / span 5;
}

.reasonInner .textBox {
    grid-column: 7 / -1;
}


#reason .des {
    font-size: var(--scale-21);
    line-height: 2;
    letter-spacing: .08em;
}

#reason .commonListBox {
    margin-top: var(--scale-84);
    margin-bottom: var(--scale-43);
}


#reason .commonListBox li::before {
    background: #95AAD3;
}





#supports {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    color: #fff;
    text-align: center;
}


.supportsInner {
    max-width: 1600px;
    margin: 0 auto;
}



#supports .commonTItleBox .CategoryLabel {
    margin-left: -26px;
    justify-content: center;
}






#targetCompany {
    padding: 144px 5.556vw;
}

#targetCompany .commonTItleBox .CategoryLabel {
    justify-content: center;
}

.targetCompanyInner {
    max-width: 1600px;
    margin: 0 auto;
}

#targetCompany .commonTItleBox {
    text-align: center;
}


#targetCompany ul {
    max-width: 542px;
    margin: 0 auto;
    margin-top: 54px;
}

#targetCompany ul li {
    display: flex;
    column-gap: 39px;
    padding: 32px 36px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.02);
}

#targetCompany ul li:last-child {
    margin-bottom: 0;
}

#targetCompany ul li span {
    display: block;
    margin-top: -5px;
}













#contactChoice {
    padding: 48px 5.556vw 144px 5.556vw;
}


.contactChoiceInner {
    max-width: 1600px;
    margin: 0 auto;
}

#contactChoice .commonChoiceBox {
    display: flex;
    background: #fff;
    border-radius: 12px;
    border: solid 2px #215FEA;
    padding: 42px 56px;
    justify-content: space-between;
    align-items: center;
    max-width: 610px;
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.06);
}

#contactChoice .commonChoiceBox .title {
    font-size: var(--scale-21);
    margin-bottom: 16px;
    letter-spacing: .03em;
    color: #215FEA;
    font-weight: 800;
}

#contactChoice .commonChoiceBox:last-child {
    margin-top: 12px;
    border: solid 2px #0C2969;
}

#contactChoice .commonChoiceBox:last-child .title {
    color: #0C2969;
}

#contactChoice .commonBtn a {
    width: 292px;
}

#contactChoice .commonChoiceBox p {
    font-size: var(--scale-12);
    color: #6E7380;
    letter-spacing: .03em;
    line-height: 1.5;
}

#contactChoice ul li {
    font-size: var(--scale-12);
    color: #6E7380;
    text-align: left;
    position: relative;
    font-weight: 600;
    padding-left: 22px;
    line-height: 1.8;
}

#contactChoice ul li::after {
    content: "";
    position: absolute;
    background-image: url(../img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
}

#contactChoice .commonBtn .arrowLink::before,
#contactChoice .commonBtn .arrowLink::after {
    top: 15px;
    right: 10px;
    animation: none;
    width: 20px;
    height: 15px;
    background: url(../img/consul.svg) 0 0 no-repeat;
}


#contactChoice .commonChoiceBox:last-child .commonBtn a {
    background: #0C2969;
    border: solid 2px #0C2969;
}

#contactChoice .commonChoiceBox:last-child .commonBtn .arrowLink {
    background: #3B5285;
}

#contactChoice .commonChoiceBox:last-child a:hover {
    background: #fff;
    color: #0C2969;
}


#contactChoice .commonChoiceBox:last-child .commonBtn .arrowLink::before,
#contactChoice .commonChoiceBox:last-child .commonBtn .arrowLink::after {
    top: 16px;
    right: 13px;
    width: 16px;
    animation: none;
    height: 19px;
    background: url(../img/mail.svg) 0 0 no-repeat;
}




.breack {
    display: flex;
    column-gap: 18px;
    align-items: center;
    max-width: 410px;
    line-height: 2.4;
    flex-wrap: wrap;
}

.breack a {
    color: #040D20;
    text-decoration: underline;
    letter-spacing: 0;
}

span.spacerb {
    background: rgba(4, 13, 32, 0.20);
    height: 12px;
    width: 1px;
}

.breack span > span {
    opacity: .2;
}



.wp-pagenavi .current {
    background: #215FEA;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    padding: 8px 10px;
}

.wp-pagenavi {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    column-gap: 32px;
    align-items: center;
    margin-top: 60px;
}

.wp-pagenavi a {
    color: #ACAEB1;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    font-size: var(--scale-33);
    color: #215FEA;
    margin-top: -9px;
}



#udPostBox {
    padding: 0 5.556vw 144px 5.556vw;
    max-width: 720px;
    position: relative;
    margin: 0 auto;
}

#udPostBox .TagBadge {
    font-size: var(--scale-12);
    font-weight: bold;
    padding: 3px 14px;
    background: #7661E8;
    border: solid 1px #7661E8;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 100vw;
    line-height: 1;
}

#udPostBox .DateText {
    font-size: var(--scale-13);
    line-height: 1;
    color: #ACAEB1;
    transition: .4s;
    font-weight: 700;
    margin-top: var(--scale-2);
    letter-spacing: 0;
}

#udPostBox .MetaRow {
    column-gap: 16px;
    margin-bottom: var(--scale-8);
    display: flex;
    align-items: center;
}

#udPostBox .postTitle {
    font-size: var(--scale-30);
    line-height: 1.6;
    margin-bottom: 50px;
}



.single-post .packHero .udHeroTitleWrap {
    margin-bottom: 144px;
}

#udPostBox .imgBox {
    border-radius: 6px;
    overflow: hidden;
}

#udPostBox .imgBox img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}





#udPostBox .contBox h2 {
    color: #215FEA;
    font-size: var(--scale-21);
    margin-top: 100px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

#udPostBox .contBox p {
    font-size: var(--scale-16);
    font-weight: 400;
    line-height: 2;
    margin-top: 32px;
    font-family: "Noto Sans JP", sans-serif;
}

#udPostBox .contBox a {
    color: #215FEA;
    text-decoration: underline;
    display: inline-block;
}


#udPostBox .contBox img {
    border-radius: 6px;
    margin-top: 80px;
}



#postBack {
    margin-top: 88px;
    display: inline-block;
}

#postBack a {
    display: flex;
    align-items: center;
    column-gap: 31px;
    transition: .4s;
    font-weight: 700;
    text-decoration: underline;
}

#postBack a:hover {
    color: #215FEA;
}

#postBack a span {
    margin-top: -6px;
}

#postBack .ArrowSvg {
    overflow: visible;
}

#postBack .CircleLine {
    /* 円周の長さ (2 * π * 21.5 ≒ 135.08) */
    stroke-dasharray: 136;
    stroke-dashoffset: 136;
    transition: stroke-dashoffset 0.4s ease-in-out;
    /* 描画スピード */
    transform: rotate(-90deg);
    transform-origin: center;
}

#postBack a:hover .CircleLine {
    stroke-dashoffset: 0;
}

#postBack .ArrowPath {
    transition: transform 0.3s ease-out;
}

#postBack a:hover .ArrowPath {
    transform: translate(-9.11px, -26.252px);
}

#udPostBox ul {
    list-style: disc;
    list-style-position: inside;
    margin-top: 32px;
}




.contactFromInner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

#contactFromWrap {
    padding: 244px 5.556vw 100px 5.556vw;
    position: relative;
    border-bottom: none;
}

#contactFromWrap .titleWrap {
    grid-column: 1 / span 4;
}

#contactFromWrap .titleWrap .des {
    font-size: var(--scale-13);
    margin-top: 52px;
}
#contactFromWrap .titleWrap .des.soonp {
    font-size: var(--scale-16);
}
#contactFromWrap .mw_wp_form {
    grid-column: 7 / -1;
}


/*==================================================
---form
====================================================*/
.form {
    box-sizing: content-box;
    position: relative;
}

.form .radioBox {
    display: flex;
    align-items: center;
    column-gap: 28px;
}

.form .radioBox input {
    width: 26px;
    font-size: 16px;
    height: 26px;
    background: #f5f5f5;
    border: 1px solid #deebf5;
    border-radius: 100vw;
    padding: 0;
    margin: 0;
}

.form .radioBox span {
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.inputBg input[type="radio"] {
    appearance: none;
    /* デフォルトのスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f5f5;
    /* 背景色を変更 */
}

.inputBg input[type="radio"]:checked {
    background-color: #0485d9;
    border-radius: 100vw;
    border: solid 5px #f5f5f5;
}

.formOpBox {
    text-align: center;
    margin-bottom: 62px;
}

.formOpBox h3 {
    font-size: 32px;
    color: #364c8e;
    margin-bottom: 24px;
}

.formOpBox p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.formSchoolBox {
    width: 100%;
}

.formSchoolBox .inputBg {
    margin-bottom: 10px;
}

.form .des {
    line-height: 30px;
    margin-top: 34px;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 16px;
}

.form_flexBox {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

/*
.form_flexBox:first-child {
    padding-top: 42px;
}
*/
.form_flexBox_list {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
}

.mandatory {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 16px;
    font-size: 13px;
    border-radius: 3px;
    background: #0072c4;
    padding: 1px 20px;
}

.any {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 16px;
    font-size: 13px;
    border-radius: 3px;
    background: #949da5;
    padding: 1px 20px;
}

.inputBg {
    width: 100%;
}

input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: 64px;
    border-radius: 4px;
    font-weight: 400;
    border: solid 1px #EBEBEB;
    background: #ffffff;
    padding: 0 27px;
}

.checkBox input[type="checkbox"]:checked {
    background-color: #215fea;
    border: solid 7px #ffffff;
    border-radius: 4px;
}


.checkBox .inputBg {
    display: flex;
    gap: 16px 32px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.mw_wp_form .checkBox .horizontal-item + .horizontal-item {
    margin-left: 0;
}


.form_flexBox.checkBox {
    font-size: 14px;
}

.checkBox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 32px;
    margin: 0 6px 0 0;
    display: inline-block;
    padding: 0;
    width: 32px;
    border: solid 1px #EBEBEB;
    background: #ffffff;
}

::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

textarea {
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    border: solid 1px #EBEBEB;
    background: #ffffff;
    font-size: 16px;
    padding: 20px 27px;
}

.privacypBox {
    text-align: center;
}

.form .privacyp {
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 31px;
}

.form .privacyp a {
    text-decoration: underline;
    color: #364c8e;
}

input::placeholder {
    font-weight: 400;
}

textarea::placeholder {
    font-weight: 400;
}

select::placeholder {
    color: #3e3a39;
}


.form .nmber {
    font-size: 25px;
    color: #011640;
}

.checkbox a {
    display: inline-block;
    text-decoration: underline;
}

.checkbox input {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-top: 0px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #D5D5D5;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    margin-left: 0;
}

.checkbox input:checked::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #215FEA;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox p {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 15px;
}

.checkbox p:last-child {
    margin-bottom: 0;
}

.form_contentBox {
    margin-bottom: 50px;
    font-size: 15px;
}

.submitBox {
    display: flex;
    max-width: 600px;
    margin-top: 56px;
}

.submitBox input {
    font-size: 16px;
    height: 72px;
    letter-spacing: 0;
    max-width: 268px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    border-radius: 6px !important;
    transition: 0.4s;
    background: #215FEA;
}

.submitBox input:hover {
    opacity: 0.6;
}

.mw_wp_form .error {
    font-size: 13px;
    margin-top: 3px;
}

.thanyouMail {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 156px;
    padding: 0 25px;
    padding-top: 90px;
}

.thanyouMail .commonBtn a {
    margin: 0 auto;
}

.thanyouMail h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #0072c4;
}

.thanyouMail p {
    line-height: 30px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.mw_wp_form_complete {
    background: #f7f5ef;
}

.thanyouMail .blackBtn {
    margin: 0 auto;
    margin-top: 25px;
}

.thanyouMail .cmmnBtn {
    text-align: center;
    margin-top: 25px;
}

.mw_wp_form .error {
    font-size: 78% !important;
    /*    position: absolute;*/
}

.checkbox .error {
    position: absolute;
}

input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 5px;
}

select {
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    background: #fff;
    border: solid 1px #E6E6E6;
    font-weight: 400;

    padding: 0 27px;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
}



form .aten {
    font-size: 13px;
    line-height: 25px;
    color: #525252;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.mwform-radio-field-text {
    font-weight: 600;
    color: #525252;
}

.submitBox .button_back {
    background: #9fa8b2;
    border: solid 1px #d3d2d2;
    margin: 0 5px;
    color: #fff;
}

.mw_wp_form_preview .form_flexBox_list {
    padding-top: 0;
}

.mw_wp_form_preview .mandatory {
    top: -3px;
}

.mw_wp_form_preview .any {
    top: -3px;
}

.mw_wp_form_preview .submitBox {
    width: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

#privacyPolicy {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 25px;
}

.birthBgBox {
    display: flex;
}

.birthBgBox > div {
    width: 50%;
}

.birthBgBox input {
    width: 90%;
}

.selectinner {
    position: relative;
}

.selectinner::after {
    position: absolute;
    position: absolute;
    content: "";
    background-image: url(../img/selectArrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    top: 53%;
    left: 77%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.selectinnerEntry::after {
    left: auto;
    right: 18px;
}

/*
.selectinner span {
    position: absolute;
}
*/

.birthBgBox select {
    width: 90%;
}

select {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mw_wp_form_preview .privacypBox {
    display: none;
}

.mw_wp_form_preview .checkbox p {
    position: relative;
    -webkit-backface-visibility: hidden;
    font-weight: 500;
}

.mw_wp_form_preview .checkbox p::before {
    position: absolute;
    content: "";
    background-image: url(../img/privacypolicyCheck.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 42px;
    top: 50%;
    left: 13px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.privacyAge {
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}

.inactive {
    color: #d8d8d8;
}

.radioiinput input {
    width: 6%;
    height: 22px;
    margin-bottom: 7px;
}

.documentinput label {
    display: flex;
    justify-content: left;
    margin-bottom: -16px !important;
}

.thanyouMail .commonBtn {
    text-align: center;
    margin-top: 20px;
}

.mw_wp_form_preview .selectinner::after {
    display: none;
}

.priLinkP {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    font-weight: 400;
}

.priLinkP a {
    display: inline-block;
    text-decoration: underline;
}

.redC {
    display: inline-block;
    color: #D54100;
    position: absolute;
    font-size: 10px;
    bottom: -2px;
    letter-spacing: 0.06em;
    margin-left: 4px;
}

.mw_wp_form_preview .inputBg {
    width: 100%;
    color: #0a5dac;
    text-decoration: underline;
}

.mw_wp_form_preview .checkbox {
    display: none;
}

.mw_wp_form_preview .priLinkP {
    display: none;
}

.mw_wp_form_preview .submitBox input {
    height: 67px;
}

.mw_wp_form .error {
    color: #b70000 !important;
    letter-spacing: 0.06em;
}


.contaFlex h1 {
    position: sticky;
    top: 144px;
}

.thankYou .ContactWrap .contaFlex {
    display: block;
    margin-bottom: 88px;
}

.thankYou .commonTitleBox .enFont {
    line-height: .9;
}

.thankYou .commonTitleBox {
    margin-bottom: 40px;
}

.thankYou .ContactWrap .atenBox {
    max-width: 700px;
}

.thankYou .cta-button {
    height: 56px;
    margin-top: 32px;
}

.thankYou .ContactWrap .atenBox {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.privacyWrap {
    padding: 0 34px;
    padding-bottom: 120px;
}

.privacyWrap .commonTitle {
    text-align: center;
}

.privacyInner {
    max-width: 840px;
    margin: 0 auto;
}

.privacyWrap .poliBox {
    margin-top: 36px;
}

.privacyWrap ul {
    list-style-position: inside;
}

.privacyWrap .commonDesBox {
    margin-bottom: 60px;
}

.privacyWrap h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 55px;
    line-height: 30px;
    letter-spacing: 5.04px;
}



.privacyWrap ul li {
    letter-spacing: 0.12em;
    font-weight: 400;
    line-height: 2em;
    font-size: 14px;
}

.privacyWrap .des {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2em;
}

.privacyWrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.mw_wp_form {
    grid-column: 5 / -1;
}


#formWrap .conDesBox {
    font-size: var(--scale-16);
    line-height: 1.8;
    margin-top: var(--scale-23);
    margin-bottom: var(--scale-56);
}

#entry .commonTItle h2 {
    position: sticky;
    top: 20%;
}


.form .radioBox input {
    width: 26px;
    font-size: 16px;
    height: 26px;
    background: #F0F2EF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}


.thankYou .commonTItle .enFont {
    text-transform: uppercase;
}

.thankYou .formBox,
.thankYou .commonBtnWrap {
    padding: 0 5.556vw;
}

.thankYou .commonBtnWrap {
    margin-top: 34px;
}

.inactive {
    opacity: .4 !important;
}

.page-id-59 #contactCta {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-id-30 #contactCta {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



.page-id-30 .floating {
    display: none;
}


.page-id-59 .pcHeader .main-nav {
    display: none;
}

.page-id-59 .floating {
    display: none;
}

.page-id-99 .pcHeader .main-nav {
    display: none;
}

.page-id-99 .floating {
    display: none;
}

.page-id-99 #contactCta {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



#contactFromWrap.documentDl {
    padding: 144px 5.556vw 144px 5.556vw;
    margin-bottom: 0;
}





.heroReadBox.heroReadBoxThank .title {
    font-size: var(--scale-32);
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: .06em;
}



.packHero.thanksPackHero .udHeroTitleWrap {
    margin-bottom: 144px;
}









#thankscta {
    padding: 144px 5.556vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 144px 144px;
    background-image: url(../img/bnoise.png);
    margin-top: 120px;
}



#thankscta .commonTItleBox {
    text-align: center;
    color: #fff;
}

#thankscta .commonTItleBox .CategoryLabel {
    justify-content: center;
    margin-left: -27px;
}

#thankscta .listBox {
    display: flex;
    justify-content: center;
    max-width: 494px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 0 auto;
    padding: 32px 0;
    margin-top: 36px;
}

#thankscta .commonBtn {
    margin-top: 42px;
}

#thankscta .commonBtn a {
    color: #215FEA;
    margin: 0 auto;
    width: 292px;
    background: #fff;
    border: solid 2px #fff;
}

#thankscta ul li {
    font-size: var(--scale-15);
    color: #fff;
    text-align: left;
    position: relative;
    font-weight: 600;
    padding-left: 24px;
    line-height: 2;
}

#thankscta ul li::after {
    content: "";
    position: absolute;
    background-image: url(../img/checkw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
    top: 7px;
}

#thankscta .commonBtn a:hover .arrowLink::before {
    animation: none;
}

#thankscta .commonBtn a:hover .arrowLink::after {
    animation: none;
}

#thankscta .commonBtn .arrowLink::before,
#thankscta .commonBtn .arrowLink::after {
    top: 15px;
    right: 10px;
    width: 20px;
    height: 15px;
    background: url(../img/consul.svg) 0 0 no-repeat;
}




.privacyWrap {
    padding: 0 34px;
    padding-bottom: 144px;
}

.privacyWrap .commonTitle {
    text-align: center;
}

.privacyInner {
    max-width: 840px;
    margin: 0 auto;
}

.privacyWrap .poliBox {
    margin-top: 36px;
}

.privacyWrap ul {
    list-style-position: inside;
    list-style: disc;
    list-style-position: inside;
}

.privacyWrap .commonDesBox {
    margin-bottom: 60px;
}

.privacyWrap h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 55px;
    line-height: 30px;
    letter-spacing: 5.04px;
}



.privacyWrap ul li {
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 2em;
    font-size: 14px;
}

.privacyWrap .des {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2em;
}

.privacyWrap h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.mw_wp_form {
    grid-column: 5 / -1;
}






.heroReadBox.herocontaBoxThank {
    margin-bottom: 100px;
}


.heroReadBox.herocontaBoxThank .commonBtn {
    margin-top: 32px;
}

.heroReadBox.herocontaBoxThank p {
    font-size: var(--scale-15);
    line-height: 2;
    letter-spacing: .08em;
    max-width: 633px;
}

.form_flexBox.checkBox .error {
    position: relative;
    width: 100%;
}


.contactFromInner #timerex_calendar {
    background-color: #ffffff !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border-radius: 18px !important;
    grid-column: 7 / -1;
}


@media screen and (max-width: 1920px) {
    .bpanelBox {
        left: -28%;
        top: -45%;
    }

    #lineup .commonpp {
        right: -580px;
        top: -500px;
    }

    #lineup .commonpp2 {
        right: -620px;
        top: 50%;
    }

    #approach,
    #strengths {
        padding: 144px 5.556vw;
    }





    .bpanelBox svg {
        width: 57vw;
    }

    #cause .imgBox {
        width: 45%;
    }

    .ppanelBox svg {
        width: 57vw;
    }

    .ppanelBox {
        right: -31%;
        bottom: -34%;
    }

    .commonHero .copyBox {
        top: 56%;
        left: 52%;
    }


    #cause .imgBox .fadezoomN {
        width: 22vw;
    }

    .pcHeader {
        top: 40px;
        padding: 0 4%;
    }

    .floating {
        right: 4%;
    }

    #cause {
        padding: 144px 5.556vw 144px 5.556vw;
    }

    #contactFromWrap {
        padding: 244px 5.556vw 0 5.556vw;
    }

    #cause .imgBox {
        width: 41%;
    }
}

@media screen and (max-width: 1550px) {
    .pcHeader {
        top: 26px;
        padding: 0 40px;
    }

    #contactFromWrap.udHeroTitleWrap {
        margin-bottom: 100px;
    }

    .single-post .packHero .udHeroTitleWrap {
        margin-bottom: 100px;
    }

    .packHero .udHeroTitleWrap {
        margin-bottom: 200px;
    }

    #access .map {
        padding-top: 60.25%;
    }

    #lineup .commonpp {
        right: -600px;
        top: -431px;
    }

    #lineup .commonpp img {
        width: 1014px;
    }

    #lineup .commonpp2 {
        right: -780px;
        top: 61%;
    }

    #lineup .commonbp {
        left: -900px;
        top: 700px;
    }

    .pcHeader .logo img {
        width: 160px;
    }

    .pcHeader .logo {
        margin-top: -6px;
    }

    .floating {
        right: 40px;
    }

    #cause .imgBox {
        width: 50%;
    }

    #why .commonbp {
        left: -732px;
        bottom: -750px;
    }

    #why .commonpp {
        right: -580px;
        top: -596px;
    }

    .causeInner {
        column-gap: 10%;
    }

    .commonTItleBox .SubHeading {
        font-size: var(--scale-26);
    }

    .bpanelBox svg {
        width: 76vw;
    }

    .bpanelBox {
        left: -43%;
        top: -61%;
    }

    .ppanelBox svg {
        width: 59vw;
    }

    .ppanelBox {
        right: -33%;
        bottom: -46%;
    }

    #contactFromWrap.documentDl {
        padding: 144px 5.556vw 144px 5.556vw;
        margin-bottom: 0;
    }

}





@media screen and (max-width: 768px) {

    body {
        min-width: auto;

    }

    #contactFromWrap.documentDl {
        padding: 100px 5.556vw 100px 5.556vw;
        margin-bottom: 0;
    }

    .heroReadBox .title {
        font-size: var(--scale-36);
        line-height: 1.7;
        margin-bottom: 43px;
        letter-spacing: .06em;
    }

    .gnav .gnavFlex {
        height: 100%;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: 144px 144px;
        background-image: url(../img/commonnoise.png);
        display: block;
    }

    .pcHeader {
        display: none;
    }

    .gnav__menu .hmlist a {
        font-size: var(--scale-18);
        position: relative;
        padding: 21px 8px;
        font-weight: 600;
        letter-spacing: 0;
        border-bottom: solid 1px #DCDFE4;
    }

    .Gnwlogo {
        padding: 20px 40px;
    }

    .Gnwlogo img {
        width: 120px;
    }

    body.open .menu {
        top: 25px;
    }

    .gnav__menu .hmlist:first-child a {
        border-top: solid 1px #DCDFE4;
    }

    body.open .menu__line--bottom {
        bottom: 7px !important;
    }

    .gnav__menu .commonBtn a {
        font-size: 14px;
        width: 262px;
        margin: 0 auto;
    }

    .gnav__menu {
        padding: 0 40px;
    }

    .gnav__menu .hcontact .commonBtn .arrowLink::before,
    .gnav__menu .hcontact .commonBtn .arrowLink::after {
        top: 15px;
        right: 10px;
        width: 20px;
        height: 15px;
        background: url(../img/consul.svg) 0 0 no-repeat;
    }

    .gnav__menu .download {
        margin-bottom: 8px;
        margin-top: 36px;
    }

    .gnav__menu .download .commonBtn .arrowLink {
        background: #3B5285;
    }

    .gnav__menu .download .commonBtn .arrowLink::before,
    .gnav__menu .download .commonBtn .arrowLink::after {
        top: 13px;
        right: 13px;
        width: 16px;
        height: 19px;
        background: url(../img/download.svg) 0 0 no-repeat;
    }





    .gnav__menu .download a {
        background: #0C2969;
        border: solid 1px #0C2969;
    }

    .gnav__menu .hmlist a::after {
        content: "";
        position: absolute;
        background-image: url(../img/hmArrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 9px;
        right: 8px;
        top: 31px;
    }

    .spheader {
        display: block;
        position: absolute;
        top: 20px;
        left: 40px;
        z-index: 3;
    }

    .headerCbtn {
        position: fixed;
        right: 64px;
        z-index: 99;
        top: 8px;
    }

    .headerCbtn a {
        font-size: var(--scale-12);
        letter-spacing: 0;
        font-weight: 800;
        border-radius: 4px;
        color: #fff;
        height: 48px;
        width: 136px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2260EA;
    }

    .menu {
        height: 8px;
        right: 12px;
        top: 23px;
        width: 24px;
    }

    .menu_box {
        right: 8px;
        top: 8px;
        position: fixed;
        cursor: pointer;
        z-index: 99;
        background: #fff;
        width: 48px;
        border-radius: 4px;
        height: 48px;
    }

    .spheader .logoBox img {
        width: 120px;
    }

    .commonHero .copyBox {
        top: 40%;
        left: 40px;
        right: 40px;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        box-sizing: border-box;
    }

    .bpanelBox svg {
        width: 500px;
        height: 500px;
    }

    .bpanelBox {
        left: -180px;
        top: -180px;
    }

    .commonHero .mainCopyBox {
        font-size: clamp(26px, 5vw, 80px);
    }


    .ppanelBox svg {
        width: 500px;
        height: 500px;
    }

    .scrollD {
        font-size: var(--scale-10);
    }

    .ppanelBox {
        right: -280px;
        bottom: -180px;
    }

    .floating img {
        width: 40px;
    }

    .floating {
        bottom: 16px;
    }

    .floating {
        right: 24px;
    }

    .scrollD {
        left: 64px;
        bottom: 48px;
        letter-spacing: 0;
    }

    .causeInner {
        display: block;
    }

    #cause .textBox {
        width: auto;
    }

    #cause .imgBoxSp {
        display: block;
        margin-bottom: 56px;
    }

    #cause .imgBoxPc {
        display: none;
    }

    #cause .imgBox img {
        border-radius: 6px;
        aspect-ratio: 209 / 134;
        object-fit: cover;
    }

    #cause .imgBox .imgInBox02 img {
        border-radius: 6px;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    #cause .imgBox {
        width: auto;
    }

    #cause .imgBox .fadezoomN {
        min-width: 466px;
    }

    #cause .imgBox .fadezoomN {
        width: 34vw;
    }

    #cause {
        padding: 100px 5.556vw 100px 5.556vw;
    }


    .commonTItleBox .enTitle {
        margin-bottom: 72px;
    }

    #approach,
    #strengths {
        padding: 100px 5.556vw;
    }

    .approachInner,
    .strengthsInner {
        display: grid;
        gap: 32px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .approachInner .titleBox,
    .strengthsInner .titleBox {
        grid-column: 1 / -1;
    }

    .approachInner .apListBox,
    .strengthsInner .apListBox {
        grid-column: 1 / -1;
    }





    .commonBtnPc {
        display: none;
    }

    .commonBtnSp {
        display: block;
        margin-top: 56px;
    }


    .approachInner .apListBox li:first-child::before,
    .strengthsInner .apListBox li:first-child::before {
        content: "";
        position: absolute;
        background: #DCDFE4;
        width: 0;
        height: 1px;
        left: 0;
        : 0;
        transition: 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
        top: 0;
    }

    .apListBox li.scrollin::before {
        width: 100% !important;
    }

    .flowfigureBox img {
        width: 100%;
    }

    #flow {
        position: var(--scale-0);
        ;
        z-index: 2;
        position: relative;
        padding: 100px 5.556vw;
    }









    .pcbr {
        display: none;
    }

    #approach .commonBtn a {
        margin: 0 auto;
    }

    #why .commonpp img {
        width: 500px;
    }

    #why .commonpp {
        right: -250px;
        top: -300px;
    }

    #why .commonbp img {
        width: 600px;
    }

    #why .commonbp {
        left: -300px;
        bottom: -390px;
    }

    .arrowBox {
        display: none;
    }

    #why {
        padding: 100px 5.556vw;
    }

    #blog .blogInner {
        padding: 88px 56px;
    }

    #blog .inFlex ul a {
        column-gap: 16px;
        padding: 32px 0;
    }

    #blog .postTitle {
        font-size: var(--scale-13);
        letter-spacing: .03em;
        line-height: 1.6;
    }

    #blog {
        padding: 0 8px;
        margin-bottom: 100px;
    }

    #blog .inFlex {
        display: block;
    }

    .FooterIdentityBlock {
        margin-bottom: 56px;
    }

    #blog .commonTItleBox .CategoryLabel {
        margin-bottom: 32px;
    }

    #blog .commonBtn a {
        margin: 0 auto;
    }

    #contactCta h3 {
        font-size: var(--scale-21);
    }

    .FooterVerticalLine::after {
        width: 144px;
        height: 1px;
        right: 0;
        left: 0;
        margin: 0;
        text-align: center;
        top: 0;
        z-index: 1;
    }

    .FooterVerticalLine {
        width: 100%;
        height: 1px;
        margin-bottom: 56px;
    }

    .FooterVerticalLine::before {
        width: 100%;
        height: 1px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        top: 0;
    }

    .FooterTopArea {
        display: block;
        ;
        margin-bottom: 81px;
    }

    .FooterInner {
        padding: 100px 5.556vw 32px 5.556vw;
    }


    .FooterNavGroups {
        flex-wrap: wrap;
        gap: 44px 1%;
        justify-content: space-between;
    }

    .FooterNavGroups > nav {
        width: 48%;
    }

    .FooterBottomArea {
        display: block;
    }

    .FooterPolicyLinkWrap {
        margin-bottom: 0;
    }

    .FooterMainMessage {
        font-size: 26px;
        margin-bottom: 36px;
    }



    .udHeroPosition {
        width: 100%;
        top: 26%;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    #worries {
        padding: 100px 5.556vw 100px 5.556vw;
    }

    #worries .WorryCardList {
        display: block;
        margin-top: 100px;
    }


    #worries .WorryCardItem {

        padding: 95px 64px 48px 64px;
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.02);
        margin-bottom: 60px;
    }

    #worries .WorryCardItem:last-child {
        margin-bottom: 0;
    }

    #lineup .namBox {
        margin-bottom: 32px;
    }

    #needs {
        padding: 100px 5.556vw;
    }

    #lineup .namBox p {
        font-size: var(--scale-10);
        padding-top: 6px;
    }

    #lineup .contsList:first-child {
        padding-top: 24px;
    }

    #lineup .contsList:first-child {
        border-top: solid 1px rgba(220, 223, 228, 0.38);
    }

    #lineup .contsList {
        border-bottom: solid 1px rgba(220, 223, 228, 0.38);
    }

    #lineup {
        padding: 100px 5.556vw 100px 5.556vw;
    }

    .needsInner {
        display: block;
    }

    #lineup .itemBox {
        display: block;
    }

    .serviceDetail .srTitle {
        margin-bottom: 64px;
    }

    #lineup .commonpp {
        right: -240px;
        top: -200px;
    }

    #lineup .commonpp img {
        width: 500px;
    }

    #lineup .commonpp2 img {
        width: 500px;
    }

    #lineup .commonbp img {
        width: 800px;
    }

    #lineup .commonbp {
        left: -540px;
        top: 1100px;
    }

    #lineup .commonpp2 {
        right: -300px;
        top: 70%;
    }


    #message {
        padding: 100px 5.556vw;
    }

    .messageInner {
        display: block;
    }



    .messageInner .commonTItleBox .SubHeading {
        margin-bottom: 56px;
        margin-top: 16px;
    }

    .heroReadBox {
        padding: 0 40px;
    }

    .udHeroTitleWrap {
        padding: 0 40px 26px 40px;
    }

    #outline {
        padding: 100px 5.556vw;
    }

    .outlineInner {
        display: block;
    }

    .outlineInner .textBox {
        margin-top: 40px;
    }

    .outlineInner .textBox .conBox:first-child::before {
        content: "";
        position: absolute;
        background: #DCDFE4;
        width: 0;
        height: 1px;
        left: 0;
        top: 0;
        transition: 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    }

    .outlineInner .textBox .conBox.scrollin::before {
        width: 100%;
    }

    .accessInner {
        display: block;
    }

    .accessInner .textBox {
        margin-top: 40px;
    }

    #access {
        padding: 0 5.556vw 100px 5.556vw;
    }


    .packHero {
        padding-top: 144px;
    }



    .packHero .udHeroTitleWrap {
        margin-bottom: 88px;
    }



    .blogUd .catListBox ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    #blog .catListBox {
        width: auto;
        margin-bottom: 56px;
    }

    #blog.blogUd .catListBox ul li a {
        display: block;
    }


    #blog.blogUd .catListBox ul li:first-child a {
        border-top: 0;
        padding-top: 0;
    }

    #blog .catListBox ul li a {
        font-size: var(--scale-13);
    }

    #blog.blogUd ul li:first-child a {
        border-top: solid 1px #DCDFE4;
        padding-top: 32px;
    }

    #blog .catListBox ul .catAc::after {
        top: 4px;
    }

    #blog .catListBox ul li {
        margin-bottom: 0;
        padding-left: 0;

    }

    #blog .current-cat,
    #blog .catAc {
        padding-left: 28px !important;
    }

    .supportsTb img {
        width: 100%;
    }


    .reasonInner {
        display: block;
    }


    #reason {
        padding: 100px 5.556vw;
    }

    #supports {
        padding: 100px 5.556vw;
    }

    #supports .commonTItleBox .CategoryLabel {
        margin-left: -37px;
    }

    #targetCompany {
        padding: 100px 5.556vw;
    }




    #contactChoice .commonBtn a {
        width: 246px;
    }

    #contactChoice .commonChoiceBox {
        padding: 42px 46px;
        column-gap: 40px;
    }

    #contactChoice {
        padding: 48px 5.556vw 100px 5.556vw;
    }




    #contactFromWrap {
        padding: 232px 5.556vw 0 5.556vw;
    }

    .udHeroTitleWrap .inFlex {
        column-gap: 48px;
    }


    .contactFromInner {
        display: block;
    }



    .page-id-59 .headerCbtn {
        display: none;
    }

    .page-id-59 .menu_box {
        display: none;
    }

    #needs .commonTItleBox .SubHeading {
        margin-top: 16px;
    }

    .form_flexBox:first-child {
        padding-top: 42px;
    }

    .udHeroTitleWrap .enTitle {
        font-size: var(--scale-56);
    }

    .privacyWrap {
        padding: 0 32px;
        padding-bottom: 100px;
    }


    .contactFromInner #timerex_calendar {
        margin-top: 32px;
    }


}














@media screen and (max-width: 650px) {
    .spheader .logoBox img {
        width: 104px;
    }

    .page-id-99 #contactFromWrap .titleWrap {
        padding: 0 16px;
    }

    .page-id-99 #contactFromWrap {
        padding: 144px 8px 0 8px;
    }

    .contactFromInner #timerex_calendar {
        padding: 3px !important;
    }

    .udHeroTitleWrap .inFlex {
        display: block;
    }

    .breack {
        margin-top: 32px;
    }

    .bpanelBox svg {
        width: 317px;
        height: 317px;
    }

    .bpanelBox {
        left: -120px;
        top: -120px;
    }

    .spheader {
        top: 17px;
        left: 20px;
    }

    .commonHero .copyBox {
        top: 34%;
        left: 32px;
        right: 32px;
        width: auto;
    }

    .commonHero .tagLine {
        margin-bottom: var(--scale-20);
        line-height: 1;
        font-size: var(--scale-10);
    }

    #topHero .copyBox p {
        font-size: var(--scale-14);
        line-height: 1.9;
        margin-top: var(--scale-48);
    }

    .ppanelBox svg {
        width: 308px;
        height: 308px;
    }

    .ppanelBox {
        right: -163px;
        bottom: -131px;
    }

    .scrollD::before {
        bottom: -16px;
        height: 40px;
        left: -76px;
    }

    .floating {
        bottom: 14px;
    }

    .scrollD::after {
        bottom: -16px;
        height: 40px;
        left: -76px;
    }

    .floating {
        right: 16px;
    }

    .floating img {
        width: 32px;
    }

    .scrollD {
        left: 53px;
        bottom: 41px;
    }

    .floating p {
        font-size: var(--scale-10);
        letter-spacing: 0;
        margin-top: 6px;
    }

    #cause .imgBox .imgInBox02 {
        margin-top: -34px;
    }

    .commonTItleBox .enTitle {
        font-size: var(--scale-36);
        margin-top: 14px;
        white-space: pre-wrap;
        margin-bottom: 48px;
    }

    #cause .imgBox .imgInBox02 .fadezoomN {
        width: 44vw;
        min-width: auto;
    }

    #cause .imgBox .fadezoomN {
        width: 60vw;
    }

    #cause .imgBox .fadezoomN {
        min-width: auto;
    }


    .commonTItleBox .SubHeading {
        font-size: var(--scale-20);
    }

    #cause .commonTItleBox {
        margin-bottom: var(--scale-46);
    }

    #cause .textBox p {
        margin-top: 43px;
        font-size: var(--scale-15);
        margin-bottom: 44px;
    }

    .approachInner .apListBox li .nam,
    .strengthsInner .apListBox li .nam {
        font-size: var(--scale-40);
        margin-top: -2px;
        width: 88px;
    }

    .commonListBox li {
        margin-bottom: 6px;
    }

    .approachInner .apListBox .textBox,
    .strengthsInner .apListBox .textBox {
        width: 100%
    }

    #cause .commonBtn a {
        margin: 0 auto;
    }

    .approachInner .apListBox li,
    .strengthsInner .apListBox li {
        display: flex;
    }

    .commonBtn a {
        font-size: 14px;
    }

    #cause .commonTItleBox .SubHeading {
        letter-spacing: .04em;
    }

    #cause .textBox p {
        margin-top: 33px;
        margin-bottom: 40px;
    }

    #approach,
    #strengths {
        padding: 100px 32px;
    }

    #cause {
        padding: 100px 32px;
    }

    .approachInner,
    .strengthsInner {
        gap: 0 32px;
    }

    .approachInner .titleBox .des,
    .strengthsInner .titleBox .des {
        line-height: 2;
    }

    .CategoryDot {
        margin-top: 0;
    }

    .approachInner .apListBox .listTitle,
    .strengthsInner .apListBox .listTitle {
        font-size: var(--scale-18);
        margin-bottom: 14px;
    }

    .spBr {
        display: block;
    }

    .commonBtnSp {
        margin-top: 44px;
    }

    .approachInner .titleBox .des,
    .strengthsInner .titleBox .des {
        margin-top: 36px;
        margin-bottom: 53px;
        font-weight: 400;
        letter-spacing: .04em;
        font-size: var(--scale-13);
    }

    .approachInner .apListBox li,
    .strengthsInner .apListBox li {
        padding: 24px 0;
    }

    #flow {
        padding: 100px 32px;
    }

    #flow .des {
        font-size: var(--scale-13);
        font-weight: 400;
        letter-spacing: .06em;
        color: #fff;
        margin-bottom: 50px;
    }

    #why .commonTItleBox {
        text-align: left;
    }

    #why .CategoryLabel {
        justify-content: left;
    }

    #why {
        padding: 100px 32px;
    }

    #why .commonTItleBox .SubHeading {
        letter-spacing: .03em;
    }

    #why .des {
        text-align: left;
        margin: 0 auto;
        font-size: var(--scale-13);
        line-height: 2;
        letter-spacing: .04em;
        margin-bottom: 44px;
        margin-top: 42px;
        font-weight: 400;
    }

    #why .commonpp img {
        width: 310px;
    }

    #why .commonpp {
        right: -180px;
        top: -140px;
    }

    #why .commonbp img {
        width: 320px;
    }

    #blog .blogInner {
        padding: 54px 24px;
    }

    #why .commonbp {
        left: -160px;
        bottom: -40px;
    }

    #blog .imgBox img {
        max-width: 184px;
    }

    #blog .MetaRow {
        column-gap: 10px;
        margin-bottom: var(--scale-8);
        display: flex;
        align-items: center;
    }

    #blog .TagBadge {
        font-size: var(--scale-11);
        padding: 3px 12px;
    }

    #blog .DateText {
        font-size: var(--scale-11);
        font-weight: 500;
        margin-top: var(--scale-2);
        letter-spacing: -.03em;
    }

    #blog {
        margin-bottom: 56px;
    }

    #contactCta h3 {
        font-size: var(--scale-20);
        letter-spacing: .03em;
    }

    .FooterNavLabel {
        margin-bottom: 18px;
    }

    .FooterMainMessage {
        font-size: 20px;
    }

    #contactCta {
        padding: 56px 32px;
    }

    .FooterVerticalLine::after {
        width: 88px;
    }

    .FooterNavGroups > nav {
        width: 40%;
    }

    .FooterVerticalLine {
        margin-bottom: 48px;
    }

    #contactCta .inFlex {
        display: block;
        margin-top: 32px;
    }

    .FooterLogoImage {
        width: 144px;
    }

    .FooterNavColumnEmphasis ul li:last-child {
        margin-bottom: 0;
    }

    .FooterIdentityBlock {
        margin-bottom: 48px;
    }

    #contactCta .inFlex > div:first-child {
        margin-bottom: 16px;
    }

    #contactCta .inFlex > div {
        border: solid 5px rgb(153 176 228);
        width: auto;
        border-radius: 12px;
        padding: 28px 20px;
    }

    .gnav__menu .hmlist a::after {
        top: 25px;
    }

    #contactCta .commonBtn a {
        width: auto;
    }

    #contactCta .commonTItleBox .CategoryLabel {
        margin-left: -14px;
    }

    .gnav__wrap {
        justify-content: start;
        margin-top: 48px;
    }

    .FooterInner {
        padding: 56px 32px 24px 32px;
    }

    .Gnwlogo img {
        width: 104px;
    }

    .Gnwlogo {
        padding: 17px 20px;
    }

    .heroReadBox {
        padding: 0 32px;
    }

    .gnav__menu {
        padding: 0 32px;
    }

    .heroReadBox .title {
        font-size: var(--scale-26);
        margin-bottom: 43px;
    }

    .gnav__menu .download {
        margin-bottom: 6px;
    }

    .breack {
        font-size: var(--scale-8);
    }

    .FooterLogoWrap {
        margin-bottom: 26px;
    }

    .heroReadBox p {
        font-size: var(--scale-13);
        letter-spacing: .06em;
    }

    .gnav__menu .hmlist a {
        font-size: var(--scale-14);
        padding: 21px 8px;
        line-height: 1;
    }

    .udHeroTitleWrap .commonHero .outText {
        line-height: 1;
    }

    .udHeroPosition {
        top: 20%;
    }

    .udHeroTitleWrap .enTitle {
        font-size: var(--scale-36);
    }

    .udHeroTitleWrap .titleBox .jaTitle {
        font-size: var(--scale-12);
        letter-spacing: 0;
        margin-bottom: 8px;
        line-height: 1;
    }

    .udHeroTitleWrap {
        padding: 0 32px 16px 32px;
    }

    .udHeroTitleWrap {
        margin-bottom: 56px;
    }

    .heroReadBox .title {
        margin-bottom: 32px;
    }

    #worries {
        padding: 56px 32px 100px 32px;
    }


    #worries .WorryBadge {
        width: 64px;
        height: 64px;
        font-size: var(--scale-12);
    }

    #needs .commonListBox {
        margin-top: var(--scale-46);
        margin-bottom: var(--scale-32);
    }

    #strengths .commonTItleBox .SubHeading {
        margin-bottom: var(--scale-36);
    }

    #worries .WorryCardItem {
        padding: 44px 24px 32px 24px;
        margin-bottom: 56px;
    }

    #worries .WorryCardList {
        margin-top: 68px;
    }

    #worries .WorryDescription {
        font-size: var(--scale-13);
        line-height: 1.8;
    }

    #worries .WorryTitle {
        font-size: var(--scale-18);
        margin: 0 0 24px;
    }

    #lineup {
        padding: 100px 32px 100px 32px;
    }

    .serviceDetail .srConts .listTitle {
        width: 242px;
        line-height: 1;
        font-weight: 500;
        font-size: var(--scale-14);
    }

    #worries .WorryIcon {
        margin-bottom: 24px;
    }

    .commonListBox li {
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .serviceDetail .srTitle {
        margin-bottom: 56px;
    }

    .commonListBox li::before {
        top: 1px;
    }

    .commonListBox li::after {
        top: 1px;
    }

    #lineup .srEntitle {
        font-size: var(--scale-24);
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    #needs .des {
        font-size: var(--scale-16);
        line-height: 2;
        letter-spacing: .08em;
    }

    .serviceDetail .aten {
        line-height: 1.8;
    }

    #lineup .read {
        font-size: var(--scale-18);
    }

    #lineup .commonpp img {
        width: 310px;
    }

    #lineup .commonbp {
        left: -260px;
        top: 1300px;
    }

    #lineup .commonbp img {
        width: 360px;
    }

    #lineup .commonpp2 {
        right: -180px;
        top: 70%;
    }

    #lineup .commonpp {
        right: -150px;
        top: -130px;
    }

    #lineup .commonpp2 img {
        width: 310px;
    }

    .serviceDetail {
        margin-bottom: 96px;
    }

    .messageInner .des {
        margin-bottom: 40px;
        line-height: 2.4;
    }

    .messageInner .commonTItleBox .SubHeading {
        margin-bottom: 46px;
    }

    #message,
    #outline {
        padding: 100px 32px;
    }

    #access {
        padding: 0 32px 100px 32px;
    }

    .messageInner .nameBox dl {
        column-gap: 8px;
    }

    .outlineInner .textBox .conBox {
        font-size: var(--scale-14);
        gap: 16px;
        padding: 24px 0;
    }

    .outlineInner .textBox dd {
        line-height: 1.5;
    }

    .outlineInner .textBox dt {
        line-height: 1.5;
    }

    .outlineInner .textBox .conBox span {
        margin-bottom: 24px;
    }

    #access .map {
        padding-top: 92.25%;
    }

    #access .daBox {
        display: block;
        margin-top: 16px;
    }

    .submitBox input {
        font-size: 15px;
        height: 64px;
        max-width: 248px;
        margin: 0 auto;
    }

    #access address {
        margin-bottom: 24px;
    }

    #access .daBox address p {
        font-size: var(--scale-13);
        margin-bottom: 12px;
    }


    #reason .des {
        font-size: var(--scale-16);
        line-height: 2;
        letter-spacing: .08em;
    }

    #approach.approach5 .commonTItleBox .SubHeading {
        margin-bottom: var(--scale-36);
    }

    #targetCompany ul {
        margin-top: 42px;
    }

    #supports {
        padding: 100px 24px;
    }

    #approach.approach5 li:last-child {
        padding-bottom: 0;
    }

    #approach.approach5 li:last-child::after {
        display: none;
    }

    #targetCompany {
        padding: 100px 24px 88px 24px;
    }

    #reason .commonListBox {
        margin-top: var(--scale-46);
        margin-bottom: var(--scale-32);
    }

    #targetCompany ul li span {
        margin-top: -3px;
    }

    #contactChoice .commonChoiceBox .title {
        font-size: var(--scale-20);
    }

    #targetCompany ul li {
        font-size: var(--scale-13);
        column-gap: 16px;
        padding: 26px 24px;
        margin-bottom: 12px;
        border-radius: 6px;
        line-height: 1.8;
    }

    #contactChoice .commonChoiceBox {
        display: block;
        text-align: center;
        padding: 32px 24px;
    }

    #contactChoice .commonBtn a {
        margin: 0 auto;
        margin-top: 24px;
        width: auto;
    }

    #contactChoice {
        padding: 32px 5.556vw 100px 5.556vw;
    }

    .privacyWrap ul {
        margin-top: 16px;
    }

    .privacyWrap ul li {
        line-height: 1.6;
        text-indent: -1.6em;
        font-size: 12px;
        margin-bottom: 8px;
        padding-left: 1.7em;
    }

    #udPostBox {
        padding: 0 32px 100px 32px;
    }

    #contactChoice .commonChoiceBox:last-child {
        margin-top: 8px;
    }

    #udPostBox .contBox img {
        margin-top: 56px;
    }

    #contactChoice .listBox {
        display: flex;
        justify-content: center;
    }

    .breack {
        max-width: none;
    }

    #udPostBox .contBox h2 {
        font-size: var(--scale-21);
        margin-top: 88px;
    }

    #postBack {
        margin-top: 56px;
    }

    #supports .supportsTb {
        margin-top: 48px;
    }

    #udPostBox .contBox p {
        font-size: var(--scale-15);
        line-height: 2;
        margin-top: 24px;
        letter-spacing: .06em;
    }

    .udHeroTitleWrap .inFlex {
        column-gap: 0;
    }

    .nopost {
        font-size: var(--scale-14);
    }

    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
        font-size: var(--scale-28);
        margin-top: -7px;
    }

    .form_flexBox.checkBox {
        font-size: 13px;
    }

    .checkbox p {
        margin-bottom: 6px;
        font-size: 11px;
    }

    textarea {
        padding: 20px 16px;
        height: 232px;
    }

    .form_contentBox {
        margin-bottom: 0;
    }

    #contactFromWrap .titleWrap .des {
        font-size: var(--scale-12);
        margin-top: 32px;
        letter-spacing: .06em;
        line-height: 1.8;
    }

    .form_flexBox {
        padding-bottom: 21px;
        margin-bottom: 12px;
    }

    input {
        height: 56px;
        padding: 0 16px;
    }

    #udPostBox .postTitle {
        font-size: var(--scale-24);
        margin-bottom: 32px;
    }

    .form_flexBox_list {
        font-size: 14px;
    }

    .wp-pagenavi {
        font-size: 13px;
        column-gap: 18px;
        margin-top: 32px;
    }

    .single-post .packHero .udHeroTitleWrap {
        margin-bottom: 56px;
    }

    #udPostBox .arrowBox {
        display: block;
    }


    #postBack a {

        column-gap: 24px;
        font-size: var(--scale-15);
    }

    #udPostBox ul {
        font-size: var(--scale-15);
        line-height: 2;
        margin-top: 24px;
        letter-spacing: .06em;
    }

    #thankscta .commonTItleBox .CategoryLabel {
        margin-left: -19px;
    }

    .packHero.thanksPackHero .udHeroTitleWrap {
        margin-bottom: 56px;
    }

    .checkbox input:checked::after {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 9px;
    }

    #thankscta ul li {
        font-size: var(--scale-14);
    }

    #thankscta {
        padding: 100px 32px;
        margin-top: 88px;
    }

    #thankscta ul li::after {
        top: 6px;
    }

    .checkbox input {
        width: 24px;
        height: 24px;
    }

    .heroReadBox.heroReadBoxThank .title {
        font-size: var(--scale-22);
    }

    #contactFromWrap {
        padding: 144px 32px 0 32px;
    }

    .privacyWrap .des {
        font-size: 12px;
        line-height: 1.8;
    }

    .heroReadBox.herocontaBoxThank p {
        font-size: var(--scale-13);
        line-height: 2;
        font-weight: 400;
        letter-spacing: .06em;
        max-width: 633px;
    }

    #contactFromWrap.documentDl {
        padding: 100px 32px 100px 32px;
        margin-bottom: 0;
    }
#contactFromWrap .titleWrap .des.soonp {
    font-size: var(--scale-13);
}
}
