@charset "euc-jp";
*{
    font-family: 'Outfit', 'Noto Sans JP', sans-serif, 'メイリオ', 'Meiryo' !important;
    font-weight: 300;
}

body{
    background: #002C43;
}

.block{
    margin: 0 10%;
    padding: 0;
}

img{
    width: 100%;
}

/*header*/
header {
    padding: 24px 0;
    line-height: 1;
    position: fixed;
    z-index: 4;
    width: 100%;
    transition: all 0.2s ease-out;
}

header.scroll{
    padding: 16px 0;
    background: #002c43cf;
    backdrop-filter: blur(15px);
    transition: all 0.2s ease-out;
}

header .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    max-width: 160px;
}

.header-nav ul {
    display: flex;
    gap: 24px;
    font-weight: 600;
}

.header-nav ul li a{
    color: #fff;
    padding: 8px 32px;
}

.header-nav ul li.header-cta a{
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.header-nav ul li.header-cta a:hover {
    background: #FFDD00;
    color: #222;
}

header.scroll .header-nav ul li.header-cta a{
    border: none;
    background: #FFDD00;
    color: #222;
}

header.scroll .header-nav ul li.header-cta a:hover{
    background: #ff9700;
    color: #fff;
}

.menu-switch {
    display: none;
}
/*header*/

/*cta*/
.cta {
    padding: 60px 0;
}

.cta p {
    text-align: center;
    padding: 0 0 24px 0;
    font-size: 18px;
}

a.cta-btn {
    background: #FFDD00;
    color: #222;
    font-size: 22px;
    width: 80%;
    display: block;
    max-width: 580px;
    padding: 16px 40px;
    border-radius: 50px;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease-out;
    font-weight: 400;
}

a.cta-btn:hover {
    background: #ff9700;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-out;
    color: #fff;
}
/*cta*/

/*firstview*/
.first-view{
    padding: 0 0 80px 0;
    position: relative;
}

.first-view .fv-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding: 200px 0 160px;
}

.fv-txt-area{
    width: 60%;
}

.fv-txt-area h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.4;
    padding: 0 0 24px 0;
    font-weight: 400;
}

.fv-txt-area p.fv-caption {
    font-size: 24px;
    line-height: 2;
}

.fv-cta {
    width: 40%;
    display: flex;
    justify-content: end;
}

.fv-cta a.cta-btn {
    width: fit-content;
    margin: 0;
}

/*firstview*/


/*slider logo*/
.logo-slider {
    background: #fff;
    padding: 16px 0;
    box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    position: relative;
}

.logo-slider li {
    width: 180px;
    padding: 16px;
}
/*slider logo*/

/*contents*/
.ttl-area h2 {
    font-size: 68px;
    color: #fff;
    line-height: 1.4;
    padding: 0 0 24px 0;
    font-weight: 400;
}

.ttl-area h2 span{
    font-size: 30%;
    color: inherit;
    display: block;
    padding: 0 0 16px 0;
}

.contents-area h3 {
    font-size: 32px;
    color: #FFDD00;
    line-height: 1.4;
    padding: 0 0 40px 0;
    font-weight: 400;
}

p{
    color: #fff;
}

p.caption {
    font-size: 22px;
    line-height: 2.2;
}

p.notice {
    padding: 30px 0;
    line-height: 1.8;
}

.function-contents + .function-contents {
    padding-top: 80px;
}

.scalability-overview {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scalability-overview figure{
    position: relative;
}

figure.ms-logo-round {
    width: 14%;
}

figure.ms-logo-round:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(100%) translateY(-50%);
    z-index: -1;
}

figure.mse-logo-round {
    width: 25%;
}

.overview-list {
    background: #37596b;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 45%;
    position: relative;
}

.overview-list:before {
    content: "";
    width: 15%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(100%) translateY(-50%);
    z-index: -1;
}

.overview-list:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateX(50%) translateY(-50%);
    z-index: -1;
}


.overview-list ul.overview-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 2%;
}

.overview-list ul.overview-list-wrap li {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: #002C43;
    padding: 12px;
    width: 49%;
    text-align: center;
}

.overview-list ul.overview-list-wrap li:nth-last-of-type(3), .overview-list ul.overview-list-wrap li:nth-last-of-type(2) {
    width: 38%;
}

.overview-list ul.overview-list-wrap li:last-child{
    width: 20%;
}

p.overview-api{
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: #002C43;
    padding: 12px;
    width: 49%;
    text-align: center;
    position: relative;
    margin: 16px auto 0;
}

p.overview-api:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-plus.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -24%;
    transform: translateY(-50%);
}

.sales-form {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.sales-form-box {
    width: 30%;
}

.sales-form-box figure img {
    background: #ffffff36;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 8px;
    padding: 8px;
}

.sales-form-box figure figcaption {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 16px;
}

.flaform {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 40px;
}

.flaform ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
    justify-content: end;
}

.flaform ul li {
    color: #fff;
    width: 25%;
    font-size: 22px;
}

.external-service {
    display: flex;
    padding: 80px 0;
    flex-wrap: wrap;
}

.external-txt {
    width: 40%;
    padding: 0 40px 0 0;
}

.external-img {
    width: 60%;
}

.external-img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
}

.external-img ul li {
    width: calc((100% - 72px) / 4);
}

section#reason {
    background:url(../images/reason-bg.webp), #fff;
    background-repeat: no-repeat;
    background-position: center bottom 280px;
    padding: 80px 0;
}

section#reason .ttl-area h2{
    color: #084D84;
}

.reaseon-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    justify-content: space-between;
    row-gap: 40px;
}

.reaseon-box {
    width: 45%;
}

.reaseon-box h3 {
    color: #002C43;
    line-height: 1.4;
    padding: 0 0 16px 0;
}

.reaseon-box h3 span {
    font-size: 50%;
    display: block;
    width: fit-content;
    background: #002C43;
    color: #fff;
    line-height: 1;
    padding: 2px 8px;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.reaseon-box p{
    color: #222;
    font-size: 20px;
    line-height: 1.8;
}

.reason-evidence {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0 0;
}

.reason-evidence dl {
    width: 30%;
    text-align: center;
    background: #002C43;
    padding: 16px;
    border-radius: 8px;
}

.reason-evidence dl dt {
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5rem;
}

.reason-evidence dl dd {
    font-weight: 600;
    font-size: 65px;
    color: #FFDD00;
}

.reason-evidence dl dd span{
    font-weight: 600;
    font-size: 45%;
    color: #FFDD00;
    padding: 0 0 0 4px;
    letter-spacing: 0.2rem;
}

.casestudy-list {
    padding:40px 6% 0 10%;
    overflow: hidden;
    mask-image: linear-gradient(to right, #002C43 90%, rgba(0, 44, 67, 0));
    -webkit-mask-image: linear-gradient(to right, #002C43 90%, rgba(0, 44, 67, 0));
}

.casestudy-list .swiper{
    overflow: visible;
}

.casestudy-list .swiper-slide figure{
    padding: 0 0 16px 0;
}

.casestudy-list .swiper-slide p.genre {
    font-size: 15px;
    padding: 8px 0;
}

.casestudy-list .swiper-slide h3.case-name {
    color: #ffdd00;
    line-height: 1;
    font-size: 24px;
    padding: 0 0 16px 0;
}

.casestudy-list .swiper-slide p.case-caption {
    color: #fff;
    line-height: 1.6;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    top: auto;
}

.swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-pagination {
    text-align: left;
    padding-right: 24px;
}

.swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #ffdd00;
}

.price-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price-block .price-box {
    border: 1px solid #fff;
    padding: 32px;
    align-content: center;
    position: relative;
}

.price-block .price-box h3 {
    color: #ffdd00;
    font-size: 24px;
    padding: 0 0 24px 0;
}

.price-block .price-box h3 strong {
    font-size: 180%;
    color: inherit;
    padding: 0 6px;
    letter-spacing: 0.03rem;
}

.price-block .price-box p {
    font-size: 18px;
    line-height: 1.8;
}

.price-block .price-box p a {
    color: #ffde00;
    text-decoration: underline;
}

.price-block .price-box:first-of-type {
    width: 60%;
}

.price-block .price-box:first-of-type:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-plus.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(85px);
}

.price-block .price-box:last-child {
    width: 30%;
}

.price-block .price-box .price-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-block .price-box .price-detail dl dt, .price-block .price-box .price-detail dl dd {
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
    color: #fff;
}

.price-block .price-box .price-detail dl.spec-base {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
}

.price-block .price-box .price-detail dl.spec-base dt{
    width: 50%;
}

.price-block .price-box .price-detail dl.spec-base dd{
    width: 50%;
}

.price-block .price-box .price-detail dl.spec-base dd:before{
    content: "：";
    padding: 0 8px 0 0
}

.price-block .price-box .price-detail dl.spec-others {
    width: 45%;
    border-left: 1px solid #fff;
    padding-left: 24px;
}

.price-block .price-box .price-detail dl.spec-others dd{
    font-size: 16px;
}

.price-block .price-box .price-detail dl.spec-others dd sup {
    font-size: 70%;
    padding: 0 0 0 2px;
    color: inherit;
}

.deco {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.item {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    aspect-ratio: 1;
}
.round {
    position: relative;
    border-radius: 50%;
}
.item-01 {
    z-index: 2;
    animation-duration: 50s;
    bottom: 0;
}
.round-01 {
    top: 35%;
    width: 25vw;
    height: 25vw;
    background: radial-gradient(#528CB9, #6C9BBB, #fff);
    filter: blur(100px);
    opacity: 0.4;
    animation: flash 5s linear infinite;
}
.item-02 {
    z-index: 1;
    animation-duration: 10s;
}
.round-02 {
    top: 30%;
    right: 40%;
    width: 20vw;
    height: 20vw;
    background: radial-gradient(#ffffff, #DA97C7, #002C43);
    filter: blur(150px);
    opacity: 1;
    animation: flash 7s linear infinite;
}
.item-03 {
    z-index: 1;
    animation-duration: 30s;
}
.round-03 {
    top: -240px;
    left: -260%;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(#2389ca, #245d81, #002C43);
    filter: blur(100px);
    opacity: 1 !important;
    animation: flash 7s linear infinite;
}
.item-04 {
    z-index: -1;
    animation-duration: 15s;
    top: 50%;
}
.round-04 {
    top: 50%;
    left: -260%;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(#528CB9, #6C9BBB, #fff);
    filter: blur(150px);
    opacity: 0.3;
    animation: flash 7s linear infinite;
}

.item-05 {
    z-index: -1;
    animation-duration: 15s;
    top: 75%;
    right: 0;
}
.round-05 {
    top: 50%;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(#528CB9, #6C9BBB, #fff);
    filter: blur(150px);
    opacity: 0.5;
    animation: flash 7s linear infinite;
}

/* 回転アニメーション */
@keyframes rotate-item {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* 点滅アニメーション */
@keyframes flash {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
}

section#function, section#casestudy, section#price {
    margin-top: -3rem;
    padding-top: 6rem;
}

@media (max-width:1440px){
    .fv-txt-area {
        width: 70%;
    }
    .fv-cta {
        width: 30%;
    }
    .fv-txt-area h1 {
        font-size: 74px;
    }
    .ttl-area h2 {
        font-size: 62px;
    }
    .contents-area h3 {
        font-size: 28px;
    }
    .fv-txt-area p.fv-caption, p.caption {
        font-size: 20px;
    }
    .flaform ul li {
        font-size: 18px;
    }
    .reason-evidence dl dd {
        font-size: 55px;
    }
}

@media (max-width:1280px){
    .block {
        margin: 0 5%;
    }
}

@media (max-width:1024px){
    .fv-txt-area h1 {
        font-size: 64px;
    }
    .ttl-area h2 {
        font-size: 56px;
    }
    .ttl-area h2 span {
        font-size: 40%;
    }
    .fv-txt-area p.fv-caption, p.caption, .reaseon-box p {
        font-size: 18px;
    }
    a.cta-btn {
        font-size: 18px;
    }
    .overview-list {
        width: 50%;
        padding: 24px;
    }
    .overview-list:before {
        width: 8%;
    }
    .overview-list:after {
        right: -8%;
    }
    .overview-list ul.overview-list-wrap li, p.overview-api {
        font-size: 14px;
    }
    .flaform ul li {
        font-size: 15px;
    }
    section#reason {
        background-position: center bottom 235px;
    }
    .reason-evidence dl dt {
        font-size: 18px;
        min-height: 4rem;
    }
    .reason-evidence dl dd {
        font-size: 44px;
    }
    .casestudy-list .swiper-slide h3.case-name {
        font-size: 20px;
    }
    .casestudy-list .swiper-slide p.case-caption {
        font-size: 15px;
    }
    .price-block .price-box:first-of-type:after {
        transform: translateY(-50%) translateX(68px);
    }
    .price-block .price-box {
        padding: 24px;
    }
    .price-block .price-box .price-detail dl dt, .price-block .price-box .price-detail dl dd {
        font-size: 16px;
    }
    .price-block .price-box .price-detail dl.spec-others dd {
        font-size: 13px;
    }
}

/*TAB*/
@media (max-width:768px){
    .menu-switch {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 50;
    }
    .menu-switch span {
        width: 60%;
        height: 2px;
        background: #cbcbcb;
        display: block;
        position: relative;
        transition: all 0.2s ease-out;
    }
    .menu-switch span:before, .menu-switch span:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #cbcbcb;
        position: absolute;
        transition: all 0.2s ease-out;
    }
    .menu-switch span:before {
        top: -10px;
    }
    .menu-switch span:after {
        bottom: -10px;
    }
    .menu-switch.active span{
        background: transparent;
    }
    .menu-switch.active span:before {
        top: 0;
        transform: rotate(-45deg);
        background: #002C43;
    }
    .menu-switch.active span:after {
        bottom: 0;
        transform: rotate(-135deg);
        background: #002C43;
    }

    .header-nav {
        position: fixed;
        width: 40%;
        height: 100lvh;
        top: 0;
        right: 0;
        bottom: 0;
        background: #ffffffe0;
        padding: 32px;
        transform: translateX(100%);
        transition: all 0.5s ease-out;
        z-index: 15;
    }
    .header-nav.open-menu {
        transform: translateX(0);
        transition: all 0.5s ease-out;
    }
    .header-nav ul {
        gap: 32px;
        flex-direction: column;
    }
    .header-nav ul li a {
        color: #222;
        padding: 8px 32px;
        font-size: 24px;
        display: block;
    }
    .header-nav ul li.header-cta a, header.scroll .header-nav ul li.header-cta a {
        border: 1px solid #002c43;
        color: #002c43;
        text-align: center;
        background: none;
    }
    .header-nav ul li.header-cta a:hover, header.scroll .header-nav ul li.header-cta a:hover {
        border: 1px solid #002c43;
        background: #002c43;;
        color: #fff;
    }
    .first-view .fv-wrap {
        align-items:flex-start;
        flex-direction: column;
        padding: 160px 0 120px;
    }
    .fv-txt-area {
        width: 100%;
        text-align: center;
    }
    .fv-txt-area h1 {
        font-size: 46px;
    }
    .fv-cta {
        width: 100%;
        justify-content: center;
        padding: 60px 0 0 0;
    }
    .fv-cta a.cta-btn {
        width: 60%;
        margin: 0;
    }
    section {
        margin: 0;
    }
    .ttl-area h2 {
        font-size: 40px;
    }
    .contents-area h3 {
        font-size: 22px;
    }
    .fv-txt-area p.fv-caption, p.caption, .reaseon-box p {
        font-size: 16px;
    }

    .scalability-overview {
        flex-direction: column;
        gap: 40px;
    }
    figure.ms-logo-round:after {
        content: "";
        width: 2px;
        height: 40px;
        background: #fff;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) translateY(100%);
        z-index: -1;
    }
    .overview-list:before {
        content: "";
        width: 2px;
        height: 30px;
        background: #fff;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(100%);
        z-index: -1;
    }
    .overview-list:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: #fff;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(32px);
        z-index: -1;
    }
    .overview-list {
        width: 80%;
        padding: 24px;
    }
    figure.mse-logo-round {
        width: 35%;
    }
    .sales-form {
        flex-direction: column;
        gap: 24px;
    }
    .sales-form-box {
        width: 90%;
        max-width: 375px;
        margin: 0 auto;
    }
    .flaform ul li {
        width: 50%;
    }
    .external-service {
        flex-direction: column;
    }
    .external-txt {
        width: 100%;
        padding: 0 0 32px 0;
    }
    .contents-area h3 {
        padding: 0 0 24px 0;
    }
    .external-img {
        width: 90%;
        margin: 0 auto;
    }
    .external-img ul {
        gap: 8px 16px;
        padding: 24px;
    }
    .external-img ul li {
        width: calc((100% - 48px) / 4);
    }
    section#reason {
        background-position: center bottom 570px;
    }
    .reaseon-wrap {
        row-gap: 32px;
        flex-direction: column;
    }
    .reaseon-box {
        width: 100%;
    }
    .reason-evidence {
        gap: 16px;
    }
    .reason-evidence dl {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }
    .price-block {
        gap: 60px;
    }
    .price-block .price-box:first-of-type, .price-block .price-box:last-child {
        width: 100%;
    }
    .price-block .price-box:first-of-type:after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/icon-plus.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateY(50px) translateX(-50%);
    }
}

@media (max-width:580px){
    .round-03 {
        top: -40vw;
        left: -280%;
        width: 80vw;
        height: 80vw;
        background: radial-gradient(#2389ca, #245d81, #002C43);
        filter: blur(80px);
        opacity: 1 !important;
        animation: flash 7s linear infinite;
    }
    header {
        padding: 16px 0;
    }
    header .logo {
        max-width: 140px;
    }
    .header-nav {
        width: 50%;
        padding: 16px;
    }
    .header-nav ul li a {
        padding: 8px 16px;
        font-size: 18px;
    }
    .header-nav ul {
        gap: 8px;
    }
    .header-nav ul li.header-cta a {
        padding: 8px;
        margin: 8px 0;
    }

    .first-view .fv-wrap {
        padding: 100px 0 80px;
    }
    .fv-txt-area h1 {
        font-size: 34px;
    }
    .ttl-area h2 {
        font-size: 26px;
    }
    .ttl-area h2 span {
        font-size: 50%;
    }
    section#reason .ttl-area h2 br{
        display: none;
    }
    .first-view {
        padding: 0 0 32px 0;
    }
    .fv-txt-area p.fv-caption, p.caption, .reaseon-box p, p.notice {
        font-size: 14px;
    }
    .fv-cta {
        padding: 32px 0 0 0;
    }
    .fv-cta a.cta-btn {
        width: 80%;
    }
    .logo-slider {
        padding: 0;
    }
    .logo-slider li {
        width: 120px;
        padding: 8px;
    }
    figure.ms-logo-round {
        width: 80%;
        max-width: 120px;
    }
    .overview-list {
        width: 100%;
    }
    .overview-list ul.overview-list-wrap li {
        width: 100%;
    }
    .overview-list ul.overview-list-wrap li:nth-last-of-type(3), .overview-list ul.overview-list-wrap li:nth-last-of-type(2) {
        width: 100%;
    }
    .overview-list ul.overview-list-wrap li:last-child {
        width: 100%;
    }
    p.overview-api {
        width: 100%;
        margin-top: 45px;
    }
    p.overview-api:before {
        width: 25px;
        height: 25px;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
    figure.mse-logo-round {
        width: 80%;
        max-width: 180px;
    }
    .flaform {
        padding: 24px;
    }
    .flaform ul {
        row-gap: 8px;
    }
    .flaform ul li {
        width: 100%;
    }
    .external-img {
        width: 100%;
    }
    .external-img ul {
        gap: 8px;
        padding: 16px;
        justify-content: center;
    }
    .external-img ul li {
        width: 48%;
    }
    .reaseon-wrap {
        padding: 24px 0;
    }
    .casestudy-list {
        padding:40px 5% 0 5%;
    }
    .price-block .price-box h3 {
        font-size: 18px;
    }
    .price-block .price-box .price-detail dl.spec-base {
        width: 100%;
    }
    .price-block .price-box .price-detail dl.spec-others {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #fff;
        padding: 24px 0 0 0;
        margin: 24px 0 0 0;
    }
    .price-block .price-box .price-detail dl dt, .price-block .price-box .price-detail dl dd, .price-block .price-box p {
        font-size: 14px;
    }
}

@media (max-width:480px){
}

@media (max-width:414px){
}

@media (max-width:390px){
}

@media (max-width:375px){
}
