.instagram-media {
    position: static !important;
}
* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}
html {
    scroll-behavior: smooth;
    margin: 0 !important;
}

body {
    background: #efefef;
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    font-size: calc(100vw / 32);
    font-family: "Montserrat",noto-sans-cjk-jp,sans-serif;
    font-optical-sizing: auto;
    color: #00001e;
    line-height: 1.6;
    height: 100%;
    text-align: left;
    background-color: #FFF;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    overflow-wrap: break-word;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: auto;
    line-break: strict;
    scroll-behavior: smooth;
}
img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;

}
a {
    color: #00001e;
    text-decoration: none;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-title{
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.wp-block-list{

}
.wp-block-list li {
    font-size: 1rem;
    list-style: auto;
}
h2.wp-block-heading {
    font-size: 2rem;
    margin: 30px 0 10px;
}
.sp{
    display: none;
        }
        .pc{
            display: block;
        }
#wrapper {
    /* min-width: 1280px; */
    background: #efefef;
    position: relative;
    z-index: 0;
}
#wrapper::before{
content: "";
position: fixed;
background: url("../img/kokodake-bg.png") no-repeat top center;
background-size: cover;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 1;

}
header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2000;
    padding: 10px 20px 15px;
    box-sizing: border-box;
    height: auto;
}
.header-inner {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.header-logo {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.header-logo img {
    width: 100px;
    height: auto;
    object-fit: contain;
}
.header-logo h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}
main {
    display: block;
    position: relative;
}
.top-kv {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    background: #efefef;
    overflow: hidden;
    height: 100vh;
    display: block;
    align-content: start;
    padding-top: 15vh;
}
/* .top-kv::after {
    content: "";
    position: absolute;
    background: url("../img/kokoda-kv-bg.png") no-repeat top center;
    background-size: cover;
    width: 100vw;
    height: 65vh;
    left: 0;
    bottom: 0;
} */
.kv-hito02,
.kv-hito03,
img.kv-hito {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}
.kv-hito_bk {
    top: 0;
    position: absolute;
    z-index: 1;
}
img.kv-hito {
    top: -47vh;
    right: -25vw;
    z-index: 1;
    width: 47vw;
}
img.kv-hito02 {
    bottom: 0;
    left: -20px;
    width: 25vw;
}
img.kv-hito03 {
    top: 13vh;
    left: -2vw;
    width: 17vw;
}
.top-kv_logo {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 1;
    opacity: 0.25;
    bottom: 0;
    left: 0;
}
.top-kv_logo img{
width: 100%;
height: auto;
}
.header-nav {}
.header-nav-inner {
    display: flex;
        align-items: center;
        gap: 15px;
        height: 100%;
}
.header-nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-nav-list li {
    display: inline-flex;
}
.header-nav-list li a {
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.header-nav-list li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #c80000;
    transition: 0.3s;
}
.header-nav-list li a:hover::after {
    width: 100%;
}
.header-nav-list-sub {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-nav-list-sub li {
    display: inline-block;

}
.header-nav-list-sub li a {
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 12px 20px;
    font-weight: bold;
    transition: 0.4s all;
    border-radius: 7px;
    background: #00001e;
    color: #fff;
    width: auto;
    line-height: 1;
    align-items: center;
    gap: 5px;
    height: 40px;
}
.header-nav-list-sub li a:hover {
    background-color: #00001e;
    transition: 0.4s all;
    color: #fff;
}
.header-nav-list-sub li a span{
    background: #fff200;
    color: #00001e;
    padding: 4px 3px 3px;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 10px;
}
.bg-green {
    background: #06c755 !important;
}
.bg-green02 {
    background: #DAE9D0;
}
.bg-white {
    background: #fff;
}
.bg-yellow {
    background: #fff200;
}
.header-nav-list-sub li a.bg-green {
    background: #06c755;
    color: #fff;
}
.header-nav-list-sub li a.bg-green:hover {
    background: #00001e;
    color: #fff;
}
.top-kv_in{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
  justify-content: center;
    gap: 5vw;
}
.top-kv_text {
    white-space: nowrap;
    display: inline-block;
    font-size: 5vw;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: .01em;
    margin: 0 0 5vh;
    position: relative;
    text-align: left;
     font-family: "DIN Alternate", "toppan-bunkyu-midashi-go-std",sans-serif;
}
.top-kv_article{
    display: block;
    text-align: left;
    padding-bottom: 20vh;
}
.top-kv_text__sub {
    margin: 0;
    font-size: 1.25vw;
    font-weight: bold;
    letter-spacing: .08em;
    position: relative;
    left: 0;
    margin-bottom: 40px;
}
.top-kv_text__sub span {
    color: #c80000;
}
.top-kv_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.top-kv_list li {
    display: inline-block;
    position: relative;
    background: #00001e;
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    padding: 30px 20px 20px;
    gap:10px;
}
.top-kv_list li a{
    position: relative;
    background: #fff;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    border-radius: 100vw;
    line-height: 1;
    transition: 0.5s all;
    max-width: 150px;
}
.top-kv_list li a:hover{
    background: #fff200;
    transition: 0.5s all;
}
.top-kv_list li a::after{
    content: "";
    position: absolute;
    background-image: url(../img/arrow03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 15px;
}
.top-kv_list_sub_text {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    background: #FFF;
    box-sizing: border-box;
    font-size: 0.75vw;
    border-radius: 100vw;
    border: 1px solid;
    top: -20px;
}
.top-kv_list_sub_text::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.top-kv_list_sub_text::after {
    /* content: ""; */
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid;
    z-index: 1;
}
.tkl-main {
    font-size: 2.35vw;
    color: #fff200;
    /* font-family: "Teko", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.0199999em;
}
.tkl-sub {
    font-size: 1.35vw;
    font-weight: 600;
}
.top-kv_list_main_text {
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.2;
    font-weight: 500;
}
.top-kv_list_main_text p {
    margin: 0;
    font-size: 1vw;
    color: #FFF;

}
.top-kv_list_main_text span {}
#about {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
/* #about::before{
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 150% 150% 0 0;
    height: 27vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
#point {
    background: #00001e;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top-inner {
    width: 100%;
    margin: 0 auto;
    padding: 15vh 0 10vh;
    position: relative;
    z-index: 20;
    text-align: center;
    top: 0;
}
h2.top-title {
    width: 70%;
    margin: 0 auto;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    text-align: center;
    position: relative;
}
h2.top-title p {
    position: absolute;
    margin: 0;
    top: -20vh;
    left: -15vw;
    z-index: -1;
    color: #efefef;
    font-size: 20vw;
    line-height: 1;
    font-family: "Teko", sans-serif;
    font-weight: 400;
}
h2.top-title span {
    color: #c80000;
}
h3.top-title {
    width: 70%;
    margin: 0 auto;
    font-size: 2vw;
}
.top-text {
    font-size: 1vw;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.about-list {
    margin: 0 auto;
    padding:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    position: relative;
    gap: 10px;
}
.about-list li {
    text-align: center;
    background: #00001e;
    color: #fff;
    padding: 5px 7px;
    box-sizing: border-box;
    border: 1px solid #00001e;
    width: auto;
    height: auto;
    border-radius: 3px;
    display: block;
    align-items: center;
}
.about-list img {
    width: 4.5vw;
    height: 4.5vw;
    object-fit: contain;
    padding: 0 0 5px;
    box-sizing: border-box;
    margin: 0 auto;
}
.about-list p {
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    display: block;
    width: 100%;
    letter-spacing: 0.08em;
}
.about-list_bk {
    width: 100%;
    margin: 0;
    border: 2px solid;
}
.about-list_bk h3 {
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.about-list_bk h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #00001e;
    position: relative;
    top: 50%;
    left: 0;
    z-index: -1;
    margin: 0 20px 0 0;
}
.about-list_bk h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #00001e;
    position: relative;
    top: 50%;
    right: 0;
    z-index: -1;
    margin: 0 0 0 20px;
}
.problem-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex-wrap: wrap;
    padding: 0;
    gap: 1vw;
    width: 100%;
    max-width: 70%;
    margin: 5vh auto;
}
.problem-list li {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid;
    border-radius: 10px;
    background: #d7d7d7;
}
.prob-num {
    position: absolute;
    top: -7px;
    left: -7px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    background: #c80000;
    height: calc(tan(60deg)* 5vw / 2);
    width: 5vw;
    clip-path: polygon(0% 0, 70% 0%, 0 100%);
    color: #d7d7d7;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    padding: 5px 0 0 5px;
}
.prob-bk {
    position: relative;
    display: grid;
    width: 100%;
    gap: 0;
    grid-template-columns: auto 1fr auto 1.5fr;
}
.prob-people {
    position: relative;
    bottom: -20px;
}
.prob-people img {
    width: 100%;
    height: 20vh;
    object-fit: contain;
    position: relative;
}
.prob-people span {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    padding: 3px 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    width: 70%;
    text-align: center;
    background: #00001e;
    color: #d7d7d7;
    display: inline-block;
    line-height: 1.5;
}
.prob-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    height: 100%;

}
.prob-text_1st,
.prob-text_2nd {
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    position: relative;
    padding: 20px;
    border-radius: 100vw;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    white-space: nowrap;
}
.prob-text_1st::after,
.prob-text_1st::before {
    content: "";
    background: #fff;
    position: absolute;
    border-radius: 50%;
}
.prob-text_2nd::after,
.prob-text_2nd::before {
    content: "";
    background: #fff;
    position: absolute;
    border-radius: 50%;

}
.prob-text span {
    position: relative;
    padding: 0;
    margin-bottom: 0.2rem;
    z-index: 0;
}
.prob-text span::after {
    position: absolute;
    left: -5px;
    bottom: -1px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, #fff200 5px 8px);
    content: '';
    z-index: -1;
}
.prob-text_1st::before {
    top: 50%;
    left: -7px;
    height: 15px;
    width: 15px;
}
.prob-text_1st::after {
    top: 70%;
    left: -20px;
    height: 10px;
    width: 10px;
}
.prob-text_2nd::after {
    top: 30%;
    left: -7px;
    height: 15px;
    width: 15px;
}
.prob-text_2nd {
    margin-left: 1rem;
}
.prob-text_2nd::before {
    top: 20%;
    left: -20px;
    height: 10px;
    width: 10px;
}
.c-gray {
    color: #d7d7d7;
}
.dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.18em 0.31177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.prob-arrow {
    margin: 0 0 0 2rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.prob-arrow svg {
    width: 30px;
    height: auto;
    fill: #00001e;
}
.solve {
    margin-left: 20px;
}
.solve p {
    margin: 0;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: left;
}
.solve span {
    color: #c80000;
}
.solve-txt {
    font-size: 1vw;
    line-height: 1.5;
    text-align: left;
}
.y-line {
    background: linear-gradient(transparent 50%, #fff200 50%);

}
.solve-attention {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.75vw;
    line-height: 1.5;
    text-align: right;
}
#feature {
    background-color: #fff;
    background-image: radial-gradient(rgba(35, 32, 45, 0.1) 20%, transparent 20%), radial-gradient(rgba(35, 32, 45, 0.1) 20%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    overflow: hidden;
}
.top-title_en {
    position: absolute;
    margin: 0;
    top: -5vh;
    left: 0;
    z-index: 0;
    color: #efefef;
    font-size: 20vw;
    line-height: 1;
    font-weight: 400;
}
.section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}
.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    max-width: 70%;
    width: 100%;
    margin: 10vh auto;
}
.feature-list li {
    display: block;
    align-content: center;
    position: relative;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    border-radius: 10px;
    font-size: 1.5vw;
    font-weight: bold;
    box-shadow: 2px 2px 20px #eee;
    border: 1px solid;
}
.feature-list li span {
    font-size: 2vw;
}
.feature-num {
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-size: 2vw;
    font-weight: 400;
    padding: 15px;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    line-height: 0;
    display: flex;
    align-items: center;
    border-radius: 100vw;
}
.feature-num span {
    display: block;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 0;
    position: relative;
    z-index: 2;
    top: 2px;
    left: 1px;
}
.feature-num::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: 2;
    border: 1px solid;
}
.feature-num::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff200;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.cr-red {
    color: #c80000;
}
.top-head {
    display: grid;
    gap: 5vh;
}
#flow {
    background: #fff;
}
.flow-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 70%;
    width: 100%;
    margin: 10vh auto;
}
.flow-list li {
    position: relative;
    display: block;
    border-right: 1px solid #00001e;
    padding: 3vw;
    width: auto;
    box-sizing: border-box;
    border-bottom: 1px solid;
}
.flow-list li:first-child {}
.flow-list li:last-child,
.flow-list li:nth-of-type(3) {
    border-right: none;

}
.flow-list li::after {
    content: "";
    background-image: url("../img/arrow03.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    right: -5%;
    display: inline-block;
    font-size: 3vw;
    line-height: 1;
    padding: 10px;
    font-family: serif;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.flow-list li::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 42%;
    right: -8%;
    width: 50px;
    height: 50px;
}
.flow-list li:last-child::after,
.flow-list li:nth-of-type(3)::after {
    content: "";
    display: none;
}
.flow-list li img {
    width: 100%;
    height: auto;
    min-height: 210px;
    object-fit: contain;
    max-height: 210px;
    margin: 10px 0;
}
.flow-num {
    line-height: 1;
    font-size: 1.5vw;
    background: #00001e;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
}
.flow-title {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.flow-title p {
    font-size: 2vw;
    line-height: 1;
    font-weight: bold;
}
.flow-text {
    font-size: 1vw;
    text-align: justify;
}
#price {
    background: rgba(197, 197, 197, .6);
}
.ttl-cover {
    background-image: radial-gradient(#fff 25%, transparent 25%), radial-gradient(#fff 25%, transparent 25%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    -webkit-background-clip: text;
    color: transparent;
}
.ttl-cover02 {
    background-image: linear-gradient(-45deg, #fff 15%, rgba(35, 32, 45, 0.1) 15%, rgba(35, 32, 45, 0.1) 25%, #fff 25%, #fff 65%, rgba(35, 32, 45, 0.1) 65%, rgba(35, 32, 45, 0.1) 75%, #fff 75%, #fff);
    background-size: 10px 10px;
    -webkit-background-clip: text;
    color: transparent;
}
.price-bk {
    position: relative;
    margin: 10vh 0;
}
.price-bk_in {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    width: 100%;
    margin: 5vh auto 0;
    background: #fff;
    padding: 3vw 2vw 2vw;
    box-sizing: border-box;
    border: 2px solid;
    justify-content: center;
    align-items: baseline;
    border-radius: 7px;
    gap: 1vw;
    position: relative;
}
.price-copy {
    position: absolute;
    top: -2vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
}
.price-copy span {
    font-size: 1.5vw;
    border-radius: 100px;
    padding: 7px 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    border: 2px solid;
}
.bg-red{
    background: #c80000;
}
.bg-red02 {
    background: #FBDEDE;
}
.bg-green02 {
    background: #c5dec6;
}
.price-name {
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-right: 30px;
}
.price-time {
    font-size: 1.55vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-right: 10px;
    background: #00001e;
    color: #fff;
    box-sizing: border-box;
    padding: 0.55vw 1vw;
    border-radius: 100vw;
    position: relative;
    top: -5px;
}
.price-plus {
    padding-right: 10px;
}
.price-fee {
    font-size: 5vw;
    letter-spacing: -0.02em;
    color: #c80000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.price-en {
    position: relative;
    padding-left: 5px;
    font-size: 2.5vw;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #c80000;
}
.price-en::after {
    content: "（税込）";
    position: relative;
    font-size: 1vw;
    font-weight: bold;
    color: #00001e;
    letter-spacing: 0.08em;
}
.price-researchFee {
    position: relative;
    top: 0;
    display: grid;
    gap: 3px;
    width: 70%;
    margin: 5vh auto 0;

}
.price-researchFee_in {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    background: #fff;
    border: 2px solid;
    border-radius: 7px;
    overflow: hidden;
    padding: 2.5vw 2vw 2vw;
}
.price-article {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: justify;
}
.price-body {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
    width: 100%;
}

.price-researchFee_fee {
    font-size: 4vw;
    font-family: 'Montserrat', sans-serif;
}
.price-researchFee_en {
    font-size: 2.5vw;
    position: relative;
}
.price-researchFee_en::after {
    content: "(税別)";
    position: relative;
    font-size: 1vw;
    font-weight: bold;
    color: #00001e;
    letter-spacing: 0.08em;
    margin-left: 5px;
}
#voice {
    overflow: hidden;

}
#case {
    overflow: hidden;
}
#difference {
    overflow: hidden;
}
#faq {
    overflow: hidden;
    background: #fff;
}
.Fee-plus {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
}
.case-bk {}
.case-bk_in {
    max-width: 70%;
    width: 100%;
    margin: 10vh auto;
    box-sizing: border-box;
    display: grid;
    gap: 2px;
}
.case-table {
    font-size: 1.25vw;
    border-spacing: 0;
    border-top: 1px solid;
}
.case-table tbody tr {
    line-height: 1;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 2fr;
    background: #fff;
    border-bottom: 1px solid;
}
.case-table tbody tr:last-child {
    border-bottom: unset;

}
.case-table tbody th {
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    background: #efefef;
    border-right: 1px solid #00001e;
    display: block;
    align-content: center;
    font-size: 15px;

}
.case-table tbody td {
    box-sizing: border-box;
    padding: 15px;
    border-right: 1px solid #00001e;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    align-content: center;
}
.case-table tbody td:nth-child(2) {
    text-align: left;
    letter-spacing: 0.08em;
    font-size: 15px;
}
.case-table tbody td span {
    font-size: 0.75vw;

}
.case-table tbody td:last-child {
    border-right: 0;
    font-weight: 500;
    text-align: justify;
    font-size: 15px;
}
.case-list {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 2fr;
    gap: 1px;
    color: #fff;
}
.case-list li {
    font-size: 1.25vw;
    padding: 15px;
    box-sizing: border-box;
    font-weight: bold;
    border: 1px solid #00001e;
    letter-spacing: 0.2em;
}
.case-list li:nth-child(1) {
    background: #00001e;
}
.case-list li:nth-child(2) {
    background: #00001e;
}
.case-list li:nth-child(3) {
    background: #ed5d5a;
}
.case-list li:nth-child(4) {
    color: #00001e;
}
.case-list li:nth-child(5) {
    background: #00001e;
}
details {
    margin-bottom: 5px;
    /* アコーディオン間のスペース */
    overflow: hidden;
    /* アニメーションのために必要 */
    transition: height 0.3s ease;
    /* 高さの変化をアニメーション */
    height: auto;
    border: 1px solid #00001e;
}

summary {
    font-size: 1.35vw;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    background: #b4b4b5;
    color: #fff;
    line-height: 1;
    border-left: 1px solid #00001e;
    border-right: 1px solid #00001e;
    cursor: pointer;
    /* カーソルをポインターに変更 */
    list-style: none;
    /* summary の矢印を削除 (必要に応じて) */
}

summary::marker {
    display: none;
    /* 一部のブラウザで表示されるマーカーを削除 */
}

summary::before {
    content: '+';
    /* プラス記号を表示 */
    float: left;
    margin-right: 5px;
}

details[open] summary::before {
    content: '−';
    /* マイナス記号を表示 */
}

details:not([open]) {
    height: auto;
}
.ttl-case {
    font-size: 1.35vw;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    background: #b4b4b5;
    color: #fff;
    line-height: 1;
    border: none;
}
.case-list_table__bk {}
.price-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 20px;
    max-width: 70%;
    width: 100%;
    margin: 5vh auto 0;
}
.price-list li {
    border: 1px solid #ddd;
    padding: 2.5vw 2vw 2vw;
    background-color: #f9f9f9;
    position: relative;
}
.plan-copy {
    position: absolute;
    top: -5.5vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
}
.plan-copy span {
    font-size: 1.5vw;
    border-radius: 100px;
    padding: 7px 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    border: 2px solid;
}
.plan-name {
    display: block;
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 2.5vh;
}
.plan-symbol {
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.plan-tax {
    line-height: 1;
    font-weight: bold;
    font-size: 1rem;
}
.plan-unit {
    line-height: 1;
    font-weight: bold;
    font-size: 2vw;

}
.plan-work-time {
    font-size: 1.55vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: #00001e;
    color: #fff;
    box-sizing: border-box;
    padding: 0.55vw 1vw;
    border-radius: 100vw;
    position: relative;
    display: inline-block;
}
.plan-price {
    font-size: 4vw;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    color: #c80000;

}
.plan-description {
    font-size: 1rem;
    margin-top: 10px;
    text-align: justify;
}
.plan-work_bk {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    gap: 10px;
}

.faq-bk {}
.faq-in {
    max-width: 70%;
    width: 100%;
    margin: 10vh auto;
    box-sizing: border-box;
    display: grid;
    gap: 2px;
}
.ttl-faq {
    font-size: 2vw;
    padding: 10px 0;
    border-bottom: 2px dashed;
    margin-bottom: 10px;
}

.faq-list dt {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 50px 15px 15px;
    border: 1px solid;
    margin-bottom: 10px;
    position: relative;
    font-size: 1rem;
    text-align: left;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-list dt::before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 2rem;
    transition: transform 0.3s ease;
    line-height: 1;
}

.faq-list dt.active::before {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
    /* 追加：回転アニメーション */
}

.faq-list dd {
    padding: 10px 0 20px;
    display: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    transition: max-height 0.3s ease;
    /* 追加：アニメーション設定 */
    max-height: 0;
    /* 追加：初期値を0に */
    overflow: hidden;
    /* 追加：内容を隠す */
}

.faq-list dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-list dt.active + dd {
    display: flex;
    gap: 20px;
    max-height: 500px;
    background: #fff200;
    padding: 20px;
    box-sizing: border-box;
    margin-inline-start: 0;
    position: relative;
    top: -10px;
    font-size: 1rem;
    font-weight: bold;
    align-items: center;
}
.faq-list dt span {
    border: 1px solid;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background: #00001e;
    color: #fff;
}
.faq-list dd span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background: #c80000;
    color: #fff;
}
.contact-bk {
    font-size: 1rem;
}
.contact-in {
    max-width: 70%;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    margin: 10vh auto;
    gap: 2px;
}
.contact-line {
    }
.contact-line a {
    background: #06c755;
    border-radius: 10px;
    border: 3px solid #00001e;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    color: #fff;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: 0.5s all;
}
.contact-line a:hover {
    background: #00001e;
    transition: 0.5s all;

}
.contact-line img {
    width: 70px;
    height: 70px;
    border-radius: 100vw;
}
.contact-line span {
    }

    .contact-mail {
    }
.contact-mail a {
    background: #c80000;
    border-radius: 10px;
    border: 3px solid #00001e;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    color: #fff;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: 0.5s all;
}
.contact-mail a:hover {
    background: #00001e;
    transition: 0.5s all;

}
.contact-line img {
    width: 70px;
    height: 70px;
    border-radius: 100vw;
}
.contact-line span {
    }
.required {
    color: #c80000;
    border: 1px solid;
    padding: 4px 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 0 !important;
    display: block;
    align-content: center;
}

.optional {
    border: 1px solid;
    padding: 4px 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 0 !important;
    display: block;
    align-content: center;
}
.contact-main {
    position: relative;
}
.wpcf7 {
    max-width: 100%;
    /* フォームの最大幅 */
    margin: 0 auto;
    /* 中央寄せ */
    padding: 20px;
    background-color: #f9f9f9;
    /* 背景色 */
    border-radius: 5px;
    /* 角丸 */
}

.form-item {
    margin-bottom: 20px;
    /* 各項目の間隔 */
}

label {
    display: block;
    /* ラベルをブロック要素にする */
    margin-bottom: 5px;
    /* ラベルと入力フィールドの間隔 */
    font-weight: bold;
    /* ラベルを太字にする */
}

.required {
    color: #c80000;
    /* 必須マークの色 */
    margin-left: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    /* 幅を100%にする */
    padding: 10px;
    /* 内側の余白 */
    border: 1px solid #ccc;
    /* 枠線 */
    border-radius: 4px;
    /* 角丸 */
    box-sizing: border-box;
    /* 幅にpadding, borderを含める */
    font-size: 16px;
    /* フォントサイズ */
}

textarea {
    height: 150px;
    /* テキストエリアの高さ */
    resize: vertical;
    /* 縦方向にリサイズ可能にする */
}

/* ----------------------------------------------------------
    チェックボックスとラジオボタン
  ---------------------------------------------------------- */
.wpcf7-list-item {
    margin:0 !important;
}

.wpcf7-list-item label {
    display: flex;
        font-weight: normal;
        margin-bottom: 0;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
}

/* ----------------------------------------------------------
    ファイルアップロード
  ---------------------------------------------------------- */
input[type="file"] {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* ----------------------------------------------------------
    プライバシーポリシー
  ---------------------------------------------------------- */
.privacy-policy-text {
    font-size: 0.9em;
    margin-top: 5px;
}

.privacy-policy-text a {
    color: #3498db;
    /* リンクの色 */
}

/* ----------------------------------------------------------
    送信ボタン
  ---------------------------------------------------------- */
input[type="submit"] {
    background-color: #c80000;
    /* 背景色 */
    color: #fff;
    /* 文字色 */
    padding: 12px 20px;
    /* 内側の余白 */
    border: none;
    /* 枠線を削除 */
    border-radius: 5px;
    /* 角丸 */
    cursor: pointer;
    /* カーソルをpointerにする */
    font-size: 16px;
    /* フォントサイズ */
    transition: background-color 0.3s ease;
    /* ホバー時のアニメーション */
    min-width: 10vw;
    width: 100%;
    border-radius: 100vw;
}

input[type="submit"]:hover {
    background-color: #00001e;
    /* ホバー時の背景色 */
}

/* ----------------------------------------------------------
    エラーメッセージ
  ---------------------------------------------------------- */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #c80000;
    color: #c80000;
    background-color: #fdedec;
    border-radius: 4px;
}
.form-group {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: baseline;
    text-align: left;
    gap: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.control-label {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.contact-or{
padding: 5vh 0;
}
.contact-main_ttl{
    font-size: 2vw;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
span#your-subject {
    display: grid;
}
.form-group.submit-field {
    width: 100%;
    display: flex;
    justify-content: center;
}
.header__hamburger, .header__menu, .header__nav {
    display: none !important;
}

#sticky-banner {
    background-color: transparent;
    color: white;
    padding: 15px;
    width: auto;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    
}
.banner-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-list{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.button {
    font-size: 1rem;
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 100vw;
    font-weight: bold;
    height: 100%;
    display: flex;
    gap: 7px;
    justify-content: center;
    
}
.button span{
    background: #fff200;
    color: #00001e;
    padding: 4px 3px 3px;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    display: flex;
        align-self: center;
}

#close-banner {
    position: absolute;
    left: -30px;
    top: -30px;
    border: none;
    color: #00001e;
    font-size: 2rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    display: none;
}
#voice{
    background: rgba(197, 197, 197, .6);
}
.voice-list{
    max-width: 70%;
    width: 100%;
    margin: 10vh auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:3vw;
    box-sizing: border-box;
}
.voice-content{
    font-size: 1rem;
    display: grid;
    gap: 10px;
}
.voice-content h3{
font-size: 1rem;
color: #c80000;
}
.voice-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;

}
.voice-request{
    font-weight: bold;
}
.voice-meta{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.voice-job{
    display: inline-block;
    background: #c80000;
    color: #fff;
    padding: 3px 10px;
    line-height: 1;
    font-size: 12px;
    border-radius: 100vw;
}
.voice-content_ttl{
    background: #00001e;
    padding: 10px 0;
    line-height: 1;
    color: #fff;
}
.voice-text{
    text-align: justify;
    font-feature-settings: "palt";
    font-size: 15px;
}
.page-in{
    width: 70%;
    margin: 0 auto;
    padding: 5vh 0;
}
.copy-right{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.08em;
}
footer{
    background: #00001e;
    position: relative;
    z-index: 1;
}
.footer-inner{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.footer-menu{
    display: flex;
    gap: 30px;
    align-self: center;
}
.footer-menu li{

}
.footer-menu li a{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    height: 100%;
    display: block;
    padding: 20px 0;
}
.cards {
    position: relative;  
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .card {
    width: clamp(0px, 24.7222222222vw, 356px);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #00001e;
    background: #eee;
    border-radius: 0px;
    padding: 20px;
    transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
    transform-origin: 0 0;
    
    transition: transform 0.6s cubic-bezier(.8,.2,.1,0.8) 0.1s,
      background 0.4s linear;
    
    /* cursor: pointer;  削除 */
    /* user-select: none; 削除 */
    
    :last-child { margin-bottom: 0; }
  }
  /* .cards li:nth-of-type(1){
background:rgb(171, 228, 201);
  }
  .cards li :nth-of-type(2){
    background: rgb(240, 128, 108);
  }
.cards li:nth-of-type(3){
    background: rgb(252, 231, 115);
  }
  .cards li:nth-of-type(4){
    background: rgb(214, 230, 255);
  } */
  .card--next { 
    z-index: 5; 
    transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
  }
  
  .card--out {
    animation: card-out 0.6s cubic-bezier(.8,.2,.1,0.8);
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
    background: #ddd;
    z-index: 1;
    border: 1px solid #00001e;
  }
  .card-ttl{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 20px;
    line-height: 1.25;
    background: transparent !important;
    text-align: left;

  }
  
  @keyframes card-out {
    0% { z-index: 20; transform: translateY(0px) rotate(-4deg); }
    50% { transform: translateY(-120%) rotate(-5deg) translateX(-40px); }
    80% { z-index: 1; }
    100% { transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95); }
  }
  
  .card--current {
    /* cursor: auto;  削除 (不要) */
    /* user-select: auto; 削除 (不要) */
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: rotate(-1deg) translateX(0%) scale(1);
  }
  .card p{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .card span{
    font-size: 12px;
    background: #00001e !important;
    color: #fff;
    padding: 5px 7px;
    line-height: 1;
    border-radius: 100vw;
    font-weight: bold;
  }
  .top-kv_text__img{
    box-sizing: border-box;
    margin: 0;
    display:flex;
    position: relative;
    left: 10px;
    margin-bottom: 10px;

  }
  .top-kv_text__img img{
width: 100%;
height: auto;
object-fit: contain;
max-width: 200px;
  }
  .top-kv_text__video{
    width: 10vw;
    height: 100%;
    background: #fff;
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  .top-kv_text__bottom{
    display: flex;
        gap: 20px;
        align-items: center;
  }
 
  .card-img{
    padding: 10px;
  }
.card-img img{
    width: 100%;
    height: 25vh;
    object-fit: contain;
  }
  .creative-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 70%;
    margin: 0 auto;
    margin-top: 10vh;
    gap: 20px;
  }
  .creative_img{
    margin: 0px 0 30px;
    padding: 20px 0px;
    box-sizing: border-box;
    background: #fff200;
  }
  .creative_img img{
    width: 100%;
    height: 150px;
    object-fit: contain;
  }
  .y-bg{
    background: #fff200;

  }
  #pickup {
    padding: 20px; /* セクション全体の余白 */
    background-color: transparent !important; /* 必要に応じて背景色を設定 */
  }
  
 .pick-up_bk{
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    letter-spacing: .08em;
 }
   .pick-up_img {
    width: 100%; /* 画像の幅 */
  }
  
 .pick-up_img img {
    max-width: 100%; /* 画像が親要素からはみ出ないように */
    height: auto;
    display: block; /* インライン要素特有の余白を削除 */
    box-sizing: border-box;
    padding: 20px;
  }
  
.pick-up_article {
    width: 100%; /* テキストコンテンツの幅 */
  }
  
  .pickup-ttl{
    font-size: 1.55rem;
    letter-spacing: .08em;
    font-weight: bold;
    display: block;
    text-align: left;
    position: relative;
  }
  
.pick-up_ttl__sub {
    font-size: 1.2em; /* サブタイトルのフォントサイズ */
    color: #777; /* サブタイトルの色 */
    margin-bottom: 1em;
  }
  
.price-container {
    display: flex;
    align-items: baseline;
    margin: 30px 0px;
    line-height: 1;
    font-weight: bold;
  }
  
.monthly-fee {
    font-size: 2rem;
    margin-right: 0.5em;
  }
  
.price {
    font-size: 4rem;
    color: #c80000;
  }
  
.currency {
    font-size: 1.55rem;
    
  }
  .pick-up_description {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
  }
  .kv-contact{
display: flex; 
gap: 10px;
    width: 100%;
    justify-content: space-between;
 }
  .kv-contact li{
    width: 100%;
  }
  .kv-contact li a{
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    font-weight: bold;
    border-radius: 7px;
    background: #00001e;
    color: #fff;
    width: auto;
    line-height: 1;
    align-items: center;
    gap: 5px;
  }
  .kv-contact li a span{
    background: #fff200;
    color: #00001e;
    padding: 4px 3px 3px;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 10px;
  }
  .grecaptcha-badge{
    display: none !important;

  }
  /* メインメニューの基本スタイル */
.creative-menu { /* クラス名を変更 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.creative-menu .menu-item { /* 子セレクタを使って、.creative-menu の中の .menu-item にのみ適用 */
  display: inline-block; /* 横並びに */
  position: relative; /* サブメニューの基準位置 */
}

.creative-menu .menu-item > a { /* 子セレクタを使って、.creative-menu の中の .menu-item の直下の a にのみ適用 */
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333; /* メニューテキストの色 */
}

/* サブメニューの基本スタイル */
.creative-menu .sub-menu { /* 子セレクタを使って、.creative-menu の中の .sub-menu にのみ適用 */
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* 最初は非表示 */
  position: absolute; /* 絶対位置 */
  top: 100%; /* 親メニューの下に配置 */
  left: 0;
  background-color: #f9f9f9; /* サブメニューの背景色 */
  border: 1px solid #ddd; /* ボーダー */
  z-index: 1000; /* 他の要素より前面に */
  min-width: 200px;/* サブメニューの最小幅 */
}
.creative-menu .sub-menu li{/* 子セレクタを使って、.creative-menu の中の .sub-menu liにのみ適用 */
    width: 100%;
    box-sizing: border-box;
}

.creative-menu .sub-menu a {/* 子セレクタを使って、.creative-menu の中の .sub-menu aにのみ適用 */
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  white-space: nowrap; /* テキストの折り返しを防ぐ */
}

/* ホバー時のスタイル */
.creative-menu .menu-item:hover > .sub-menu { /* 子セレクタを使って、.creative-menu の中の .menu-item にホバーした時の .sub-menu に適用 */
  display: block; /* サブメニューを表示 */
}

/* 2階層目のサブメニュー */
.creative-menu .menu-item-has-children > .sub-menu { /* 子セレクタを使って、.creative-menu の中の .menu-item-has-children の直下の.sub-menuに適用 */
    left:auto; /* 親メニューの左端を基準に */
    right: 100%;/* サブメニューの右側に配置 */
    top:0;
}
.creative-menu .menu-item-has-children:hover > .sub-menu{
  display: block;
}