* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 100%;
    line-height: 1.6;
    color: #444;
    background-color: #fff;
    letter-spacing: 0.05em;
    width: 100%;
    overflow-x: hidden;
}

header {
    background: rgba(255, 255, 255, 0.8);
    height: 90px;
    display: flex;
    align-items: end;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
}

header .logo {
    position: absolute;
    width: 200px;
    top: -70px;
    left: -30px;
}

header .logo img {
    width: 100%;
}

header h1 {
    position: absolute;
    /* font-size: 0.8em; */
    font-size: 1.0em;
    font-weight: 900;
    top: 30px;
    left: 200px;
    transform: rotate(-5deg);
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 2em;
    width: calc(100vw - 40px);
    margin-top: 8px;
}

nav li {
    height: 24px;
}

nav li img {
    height: 100%;
}

nav a {
    color: #fff;
    text-decoration: none;
}

.backBallon {
    position: relative;
}

.backBallon::before {
    content: '';
    background-image: url(../images/ballon_blue.svg);
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ballonContent {
    position: absolute;
    top: 50%;
    left: 50%;
    /*
    width: auto;
    max-width: 70%;
*/
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.backGray::before {
    background-image: url(../images/ballon_gray.svg);
}

.backGreen::before {
    background-image: url(../images/ballon_green.svg);
}

.backPurple::before {
    background-image: url(../images/ballon_purple.svg);
}

.backWhite::before {
    background-image: url(../images/ballon_white.svg);
}

.backGreen2::before,
.backPurple2::before,
.backWhite2::before,
.backGray2::before,
.backBlue2::before {
    transform: scale(-1, 1);
}

#content {
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

#contentInner {
    max-width: 1000px;
    margin: 150px auto;
}

#ballon {
    width: 100%;
    height: calc(100vh - 150px);
    max-height: 500px;
    margin-bottom: 380px;
    position: relative;
}

#ballon ul {
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#ballon li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

#ballon li.current {
    z-index: 10;
    opacity: 1;
}

#ballon li .user {
    position: absolute;
    width: 45%;
    aspect-ratio: 43 / 35;
    font-size: clamp(1em, 2.7vw, 1.6em);
    font-weight: 900;
    white-space: nowrap;
    left: -30px;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease 0.1s;
}

#ballon li .ai {
    position: absolute;
    width: 72%;
    aspect-ratio: 43 / 35;
    font-size: clamp(0.8em, 2vw, 1.15em);
    font-weight: 500;
    right: -40px;
    color: #fff;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease 1.3s;
}

#ballon li.current .user,
#ballon li.current .ai {
    transform: translateY(-50%) scale(1);
    /*    animation: easeOutBounce 2s ease-out;*/
}

/*
@keyframes easeOutBounce {
  0%   { translateY(-50%) scale(0)}
  20%  { translateY(-50%) scale(1) }
  40%  { translateY(-50%) scale(0.8)}
  60%  { translateY(-50%) scale(1) }
  80%  { translateY(-50%) scale(0.9) }
  100% { translateY(-50%) scale(1)}
}
*/

#ballon li>div {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#ballon li .ai .ballonContent {
    width: 70%;
}

#ballonNavi {
    margin-top: 40px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

#ballonNavi .user {
    width: 10.5%;
    aspect-ratio: 43 / 35;
    font-size: clamp(0.1em, 1vw, 0.55em);
    font-weight: 900;
    white-space: nowrap;
    /* left: -30px; */
    /* transform: scale(0.2); */
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    cursor: pointer;
}

#ballonNavi .current.user {
    transform: scale(1.2);
    opacity: 1;
}

.innerContent h2 {
    text-align: center;
    margin-top: 240px;
}

.innerContent h2 img {
    height: 60px;
}

.ballonArea {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: block;
    margin-top: 80px;
}

.ballonTrial {
    margin-top: -60px;
}


#service h3 {
    width: 100%;
    text-align: right;
}

#service h3 img {
    width: 70%;
}

#service h4 {
    font-weight: 900;
    color: #ffff00;
    margin: 10px 0 5px;
}

#service .feature {
    font-weight: 900;
    padding-left: 10px;
    border-left: 10px solid #ffff00;
    margin-bottom: 10px;
}

#about .user {
    position: absolute;
    width: 30%;
    aspect-ratio: 43 / 35;
    /*    font-size: 1.5em;*/
    font-size: clamp(0.7em, 2.25vw, 1.5em);
    font-weight: 900;
    white-space: nowrap;
    right: 20px;
    top: -50px;
}

#about .ai {
    position: absolute;
    width: auto;
    height: 60vw;
    min-height: 480px;
    max-height: 600px;
    aspect-ratio: 43 / 35;
    /* font-size: 1em; */
    font-size: clamp(0.8em, 1.4vw, 1em);
    font-weight: 500;
    left: 4vw;
}


#about .ai .ballonContent {
    width: 70%;
}

#about .ballonArea {
    max-height: 600px;
    height: 60vw;
}

#web .user,
#exhibition .user {
    position: absolute;
    width: 40%;
    aspect-ratio: 43 / 35;
    font-size: 1.5em;
    font-size: clamp(0.7em, 2.25vw, 1.5em);
    font-weight: 900;
    white-space: nowrap;
    left: 20px;
    top: -90px;
}

#web .ai,
#exhibition .ai {
    position: absolute;
    width: auto;
    min-height: 700px;
    aspect-ratio: 43 / 35;
    font-size: 0.85em;
    font-weight: 500;
    right: -120px;
    top: 20px;
    color: #fff;
}

#web .ai .ballonContent,
#exhibition .ai .ballonContent {
    width: 70%;
}

#web.ballonArea,
#exhibition.ballonArea {
    min-height: 850px;
    margin-top: 125px;
}

#exhibition.ballonArea {
    min-height: 810px;
}


#web .user {
    left: auto;
    right: 20px;
    top: -90px;
}

#web .ai {
    right: auto;
    left: -130px;
    min-height: 750px;
}

#service #web h3 {
    text-align: left;
}

#news {
    width: 100%;
    position: relative;
    min-height: 310px;
}

#news ul {
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    white-space: nowrap;
}

#news li {
    display: inline-block;
    width: 30%;
    margin: 0 1.6%;
    aspect-ratio: 43 / 35;
    white-space: normal;
}

#news li .ballonContent {
    display: block;
    /* font-size: 0.8em; */
    overflow: hidden;
    /* width: 70%;
    aspect-ratio: 43 / 23; */
    font-size: 0.75em;
    overflow: hidden;
    width: 70%;
    max-height: 53%;
}

#news li .ballonContent .newsTitle {
    font-weight: 900;
}

#news li .ballonContent .newsDate {
    font-size: 0.7em;
    margin-left: 5px;
}

#news .newsArea {
    width: 90%;
    height: 220px;
    /*    overflow: hidden;*/
    margin: 20px 5%;
    position: relative;
}

#news .newsArea::before {
    position: absolute;
    content: '';
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 5;
}

#news .newsArea::after {
    position: absolute;
    content: '';
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 5;
}


#agent {
    width: 100%;
    position: relative;
    min-height: 310px;
}

#agent ul {
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    transition-duration: 0.3s;
    white-space: nowrap;
}

#agent li {
    display: inline-block;
    width: 33%;
    margin: 0;
    aspect-ratio: 43 / 35;
    white-space: normal;
    position: relative;
    transition-duration: 0.3s;
}

#agent li .ballonContent {
    width: 101%;
    aspect-ratio: 43 / 35;
    background: #2d9cdb;
}

#agent li iframe,
#agent li canvas {
    aspect-ratio: 43 / 35;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#agent .agentArea {
    width: 100%;
    max-height: 300px;
    aspect-ratio: 10 / 3;
    /* overflow: hidden; */
    margin: 20px 0;
    position: relative;
}

#agent h4 {
    text-align: left;
    position: absolute;
    top: 50%;
    width: 90%;
    margin-left: 5%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 0.8em;
}

.contactArea {
    font-size: 0.9em;
    text-align: center;
    margin: 30px 0;
}


.despContent {
    margin: 20px 30px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.btn {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    padding: 0 8px 4px;
    float: right;
    margin-top: 10px;
    margin-right: 120px;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 4px;
    border-radius: 9999px;
    background-color: #fff;
    bottom: -4px;
    left: -4px;
    transition-duration: 0.5s;
}

.btn::after {
    content: "";
    position: absolute;
    /* bottom: -4px; */
    bottom: 2px;
    right: -19%;
    width: 30px;
    height: 4px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
    transition-duration: 0.5s;
}

.btnNext,
.btnPrev {
    width: 40px;
    z-index: 10;
}

.btnNext::after,
.btnNext::before,
.btnPrev::after,
.btnPrev::before {
    background-color: #2d9cdb;
    height: 2px;
}

.btnNext::after,
.btnPrev::after {
    /* width: 20px; */
    width: 18px;
    right: -14%;
}

.btnPrev::before {
    left: auto;
    right: -4px;
}

.btnPrev::after {
    right: auto;
    left: -50%;
    transform: rotate(135deg);
}

.btnNext {
    position: absolute;
    bottom: -20px;
    right: 20px;
    height: 20px;
    float: none;
    margin: 0;
}

.btnPrev {
    position: absolute;
    bottom: -20px;
    left: 20px;
    height: 20px;
    float: none;
    margin: 0;
}

#ballon .btnPrev,
#ballon .btnNext {
    bottom: -160px;
}

.btnContact {
    color: #2d9cdb;
    float: none;
    margin-left: 5.4em;
    margin-top: 100px;
    display: inline-block;
}

.btnContact::after,
.btnContact::before {
    background-color: #2d9cdb;
}

.btnDetail::after,
.btnCompany::after,
.btnContact::after {
    bottom: 4px;
    width: 26px;
}

.btnCompany {
    float: none;
    margin-bottom: 20px;
    margin-top: 30px;
}

.btnFooterLeft,
.btnFooterRight {
    position: absolute;
    top: -60px;
    font-size: 1.3em;
    padding: 0 4px 0;
    text-decoration: none;
    color: #2d9cdb;
    left: 30px;
    margin-right: 40px;
}

.btnFooterRight {
    left: auto;
    right: 30px;
}

.btnFooterLeft:after,
.btnFooterRight:after,
.btnFooterLeft:before,
.btnFooterRight:before {
    background-color: #2d9cdb;
    height: 2px;
    ;
}

.btnFooterLeft:after,
.btnFooterRight:after {
    width: 20px;
}

.despContent .btnFooterLeft,
.despContent .btnFooterRight {
    top: auto;
    bottom: 0;
}

.btnEx {
    color: #9068A4;
}

.btnEx:after,
.btnEx:before {
    background-color: #9068A4;
}

.btnWeb {
    color: #2EA45D;
}

.btnWeb:after,
.btnWeb:before {
    background-color: #2EA45D;
}

.btnFooterRight.btnWeb {
    right: 50px;
}

footer {
    text-align: center;
    background: #2d9cdb;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    position: relative;
    display: flex;
}

footer span {
    font-weight: 900;
}

footer .copy {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: inline-block;
}

footer .company {
    text-align: left;
    padding-top: 20px;
    margin-left: 60px;
}

#term {
    background: #f4f4f4;
}

#modalTermText {
    color: #000;
    font-size: 0.9em;
    width: 90%;
    margin: 20px auto;
}

#modalTermText h1 {
    color: #000;
    text-align: center;
    font-size: 1.6em;
    margin: 30px;
}

#modalTermText h2 {
    font-size: 1.2em;
    margin: 20px 0 10px;
}

#modalTermText p {
    margin-top: 10px;
}

#modalTermText li {
    list-style: decimal;
    margin: 10px 20px;
}

#modalTermText .copyright {
    text-align: center;
    margin-top: 30px;
}

.strong {
    color: #ff0;
    font-weight: 900;
    font-size: 120%;
}

.smalltext {
    font-size: 85%;
    margin-top: 8px;
    line-height: 1.5;
    font-style: italic;
}

.notice {
    color: #ff8;
    font-weight: 400;
    font-style: italic;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.aLink2 {
    color: #35EAFC;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px dotted #35EAFC;
    padding: 0 2px 0 4px;
}

.web .aLink2 {
    color: #a7ffe5;
    border-color: #a7ffe5;
}

.ex .btnNext::after,
.ex .btnNext::before,
.ex .btnPrev::after,
.ex .btnPrev::before {
    background-color: #9068A4;
}

.ex .btnContact {
    color: #9068A4;
}

.ex .btnContact::after,
.ex .btnContact::before {
    background-color: #9068A4;
}

.ex footer {
    background: #9068A4;
}

.web .btnNext::after,
.web .btnNext::before,
.web .btnPrev::after,
.web .btnPrev::before {
    background-color: #2EA45D;
}

.web .btnContact {
    color: #2EA45D;
}

.web .btnContact::after,
.web .btnContact::before {
    background-color: #2EA45D;
}

.web footer {
    background: #2EA45D;
}

.web nav ul,
.ex nav ul {
    gap: 0.9em;
}

.web nav li,
.ex nav li {
    height: 2vw;
    max-height: 20px;
}

#cases {
    width: 100%;
    height: auto;
    /* max-height: 500px; */
    /* margin-bottom: 380px; */
    position: relative;
    margin-top: -100px;
}

#cases .btnNext,
#cases .btnPrev {
    bottom: -100px;
}

.h2text {
    color: #9068A4;
    font-weight: 400;
    font-size: 0.9em;
}

.web .h2text {
    color: #2EA45D;
}

#casesList {
    margin-top: 80px;
    width: 900%;
    display: flex;
    transition-duration: 0.5s;
}

#casesList li {
    list-style: none;
    text-align: center;
    position: relative;
    width: 100%;
}

#casesList h3 {
    margin-bottom: 20px;
}

#casesList h3 .caseTitle {
    font-size: 80%;
    padding: 2px 6px;
    color: #9068A4;
    border-bottom: dotted 2px #9068A4;
}

.web #casesList h3 .caseTitle {
    color: #2EA45D;
    border-bottom: dotted 2px #2EA45D;
}

#casesList li img {
    width: 30vw;
    max-width: 300px;
    /* max-height: 60vh; */
    aspect-ratio: 635 / 1200;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -5px #999;
}

#casesList li .user {
    position: absolute;
    width: 30%;
    aspect-ratio: 43 / 35;
    /* font-size: 1em; */
    font-size: clamp(0.8em, 2vw, 1.1em);
    font-weight: 900;
    /* white-space: nowrap; */
    text-align: left;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease 0.1s;
}

#casesList li .ai {
    position: absolute;
    width: 40%;
    aspect-ratio: 43 / 35;
    /* font-size: 1em; */
    font-size: clamp(0.7em, 1.7vw, 1em);
    font-weight: 500;
    right: 50px;
    top: 50%;
    text-align: left;
    color: #fff;
    transform: translateY(-50%);
    transition: transform 0.3s ease 1.3s;
}

.backWhitePurple::before {
    background-image: url(../images/ballon_whitepurple.svg);
    transform: translateX(-50%) translateY(-5%);
    width: 115%;
    height: 115%;
}

.backWhiteGreen::before {
    background-image: url(../images/ballon_whitegreen.svg);
    transform: translateX(-50%) translateY(-5%);
    width: 115%;
    height: 115%;
}

#partners .ai,
#pricing .ai,
#workflow .ai,
#demo .ai,
#chat .ai {
    width: 100%;
    /* min-height: 700px; */
    aspect-ratio: 43 / 35;
    /* font-size: 1.05em; */
    font-size: clamp(0.8em, 1.8vw, 1.05em);
    font-weight: 500;
    /* right: 0; */
    top: 0;
    color: #fff;
}

.demo_qr {
    width: 25%;
    float: right;
    margin-left: 5px;
}

#pricing .ai.priceArea {
    width: 57%;
    z-index: 1;
}

.web #pricing .ai.priceArea {
    width: 52%;
}

.priceArea::before {
    background-image: url(../images/ballon_whitepurple.svg);
}

.web .priceArea::before {
    background-image: url(../images/ballon_whitegreen.svg);
}

#partners .ballonContent,
#workflow .ballonContent,
#demo .ballonContent,
#chat .ballonContent {
    width: 75%;
}

.web #workflow .ballonContent {
    top: 48%;
}

#demo .ballonContent {
    top: 40%;
    width: 78%;
}

#pricing .ballonContent {
    width: 85%;
    color: #000;
    text-align: center;
    font-size: 0.85em;
    /* position: relative; */
}

#pricing .ballonAreaPrice2 .ballonContent {
    width: 60%;
    text-align: left;
    color: #fff;
}

#pricing .ballonAreaPrice2 {
    margin-top: -360px;
    width: 50%;
    margin-left: 50%;
    z-index: 0;
    font-size: 0.95em;
}

.web #pricing .ballonAreaPrice2 {
    width: 58%;
    margin-left: 42%;
}

#pricing .ballonContent img {
    width: 100%;
}

.web #pricing .ballonContent img {
    width: 80%;
}

.trialTitle {
    position: absolute;
    top: -113px;
    left: -73px;
    transform: rotate(-5deg);
}

.web #pricing .ballonContent img.trialTitle {
    width: 100%;
}

.web #pricing .ballonTrial .ai.priceArea {
    width: 60%;
}

.web #pricing .ballonAreaPrice3 {
    width: 45%;
    margin-left: 55%;
}

#pricing .ballonAreaPrice3 .ballonContent {
    font-size: 1.0em;
}

.trialText {
    font-size: 110%;
    border-bottom: 2px solid #fff;

}

.maskArea {
    mask-image: url(../images/ballon_green.svg);
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: 70%;
    -webkit-mask-image: url(../images/ballon_green.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: 70%;
    margin-top: -250px;
    position: relative;
}

#chat .maskArea {
    pointer-events: none;
}

.maskArea2 {
    mask-image: url(../images/ballon_purple.svg);
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: 100%;
    -webkit-mask-image: url(../images/ballon_purple.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: 100%;
    margin-top: -200px;
    margin-left: 10%;
    background-image: repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 0, transparent 50%);
    background-size: 14px 14px;
    background-color: #f3dffb;
}

.web .maskArea2 {
    background-color: #a8e2bf;
}

.maskArea3 {
    mask-image: url(../images/ballon_purple.svg);
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: 100%;
    -webkit-mask-image: url(../images/ballon_purple.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: 100%;
    margin-top: -260px;
    margin-left: 25%;
    aspect-ratio: 43 / 35;
    position: relative;
    background-color: #f4f4f4;
    /* background-image: repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%); */
    background-size: 6px 6px;
}

.videoWeballon {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    right: 25px;
    top: auto;
    width: 38%;
}

.videoExballon {
    mask-image: url(../images/ballon_green.svg);
    -webkit-mask-image: url(../images/ballon_green.svg);
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    bottom: 0;
    left: 50px;
    top: auto;
    width: 38%;
}

.maskArea img {
    width: 100%;
}

.maskArea2 img {
    width: 96%;
    margin: 0 2%;
}

.dashNotice {
    position: absolute;
    bottom: 19%;
    left: 12%;
    display: inline-block;
    background: #777;
    color: #fff;
    font-size: 0.65em;
    padding: 2px 6px;
    border-radius: 4px;
}

.backBallon .dashNotice {
    left: auto;
    right: 16%;
    bottom: 16%;
}

#movieArea {
    /* aspect-ratio: 16 / 9;
    width: 105%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    aspect-ratio: 16 / 9;
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#movieArea.movieArea2 {
    aspect-ratio: 12 / 20;
    width: auto;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#demo .ballonArea,
#workflow .ballonArea {
    width: 70%;
}

.youtubelink {
    position: absolute;
    bottom: 5%;
    left: 50%;
    background: #f00;
    border-radius: 20px;
    padding: 1px 10px 1px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    transform: translateX(-50%);
}

.youtubelink2 {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
}

.youtubelink::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 11px solid #fff;
    z-index: 2;
}

.youtubelink:hover {
    background: #fff;
    color: #f00;
}

.youtubelink:hover::before {
    border-left: 11px solid #f00;
}

.pc_only {
    display: inherit;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inline-block;
    }

    #content {
        width: 100%;
        overflow-x: hidden;
    }

    #ballon {
        height: 110vw;
        max-height: 110vw;
        margin-bottom: 180px;
    }

    #ballon li .ai {
        width: 105%;
        font-size: clamp(0.72em, 2.8vw, 1.3em);
        line-height: 1.3;
        top: 28vw;
        transform: translateY(0) scale(0);
    }

    #ballon li .user {
        width: 55%;
        font-size: clamp(1em, 3.5vw, 1.8em);
        top: 0;
        left: -10px;
        transform: translateY(0) scale(0);
    }

    .innerContent h2 {
        text-align: center;
        margin-top: 150px;
    }

    #about .user {
        top: -20vw;
        font-size: clamp(0.7em, 4vw, 1.5em);
        width: 40%;
    }

    #about .ai {
        width: auto;
        height: 100vw;
        min-height: 500px;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(0.8em, 2.5vw, 1.1em);
    }

    #about .ai .ballonContent {
        width: 90vw;
    }

    #about .ballonArea {
        height: 100vw;
    }

    #web .ai,
    #exhibition .ai {
        width: auto;
        height: 100vw;
        min-height: 500px;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(0.8em, 2.5vw, 1.1em);
    }

    #web .ai .ballonContent,
    #exhibition .ai .ballonContent {
        width: 90vw;
    }

    #exhibition .ai {
        height: 150vw;
        top: 40px;
    }

    #web .ai {
        height: 200vw;
        min-height: 600px;
        top: 40px;
    }

    #web .user {
        width: 60%;
        font-size: clamp(0.7em, 4vw, 1.2em);
        right: 0;
    }

    #exhibition .user {
        width: 60%;
        font-size: clamp(0.7em, 4vw, 1.2em);
        left: 0;
    }

    #web.ballonArea,
    #exhibition.ballonArea {
        min-height: 785px;
        margin-top: 100px;
        height: 160vw;
    }

    #web.ballonArea {
        min-height: 940px;
        height: 200vw;
    }

    #news li {
        width: 60%;
        margin: 10px 20%;
    }

    #news .newsArea {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }

    #agent li {
        width: 80%;
        margin: 0 10%;
    }

    #agent li iframe,
    #agent li canvas {
        left: 45%;
    }

    .btnPrev {
        left: 20px;
    }

    .btnNext {
        right: 20px;
    }

    .btnContact {
        margin-left: auto;
        margin-right: auto;
    }

    .btnFooterLeft,
    .btnFooterRight {
        top: -40px;
        font-size: 0.7em;
    }

    .contactArea {
        font-size: 0.8em;
        margin: 30px 20px;
    }

    footer .company {
        padding-top: 10px;
        margin-left: 10px;
    }

    footer .copy {
        bottom: 10px;
        right: 10px;
        font-size: 0.8em;
    }

    .btnCompany {
        margin-bottom: 15px;
        font-size: 1.4em;
    }

    header .logo {
        width: 140px;
        top: -55px;
    }

    header h1 {
        top: 12px;
        left: 130px;
        font-size: 0.8em;
    }

    .web nav ul,
    .ex nav ul,
    nav ul {
        justify-content: space-around;
        width: 100vw;
        gap: inherit;

    }

    .ex nav ul,
    .web nav ul {
        margin-top: 4px;
    }

    nav li {
        height: 18px;
    }

    .web nav li,
    .ex nav li {
        height: 3vw;
    }

    nav .menuUp li {
        height: 3.5vw;
    }

    nav ul.menuUp {
        justify-content: end;
        padding-right: 18px;
        gap: 1em;
        /* display: none; */
    }


    #ballonNavi {
        display: none;
    }

    #ballon li.current .user,
    #ballon li.current .ai {
        transform: translateY(0) scale(1);
    }

    #news .btnPrev,
    #news .btnNext,
    #ballon .btnPrev,
    #ballon .btnNext {
        bottom: -20px;
    }

    #news .newsArea::after,
    #news .newsArea::before {
        display: none;
    }

    .web .backWhitePurple::before,
    .ex .backWhitePurple::before {
        width: 130%;
        height: 130%;
    }

    #cases {
        /* height: 72vh; */
        margin-bottom: 200px;
    }

    #casesList li img {
        height: auto;
        width: 35vw;
        visibility: hidden;
    }

    #casesList h3 {
        margin-bottom: 10px;
        font-size: 0.9em;
    }

    .backWhitePurple::before {
        transform: translateX(-50%) translateY(-9%);
    }

    #casesList li .user {
        left: -10px;
        width: 45%;
        font-size: 0.9em;
        top: 40%;
    }

    #casesList li .ballonContent {
        width: 75%;
    }

    #casesList li .ai {
        right: -15px;
        width: 70%;
        font-size: 0.75em;
        top: 60%;
    }

    #partners .ai,
    #pricing .ai,
    #workflow .ai,
    #chat .ai,
    #demo .ai {
        font-size: 0.8em;
    }

    #partners .ballonContent,
    #workflow .ballonContent,
    #chat .ballonContent,
    #demo .ballonContent {
        width: 90%;
        line-height: 1.5;
    }

    #chat .ai {
        font-size: 0.75em;
    }

    .web #workflow .ballonContent {
        width: 100%;
        top: 54%;
        line-height: 1.5;
    }

    #partners .backBallon::before,
    #workflow .backBallon::before,
    #demo .backBallon::before,
    #chat .backBallon::before {
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%;
        width: 75vh;
        height: 75vh;
    }

    .web #workflow .backBallon::before,
    #chat .backGreen2::before {
        transform: translateX(-50%) translateY(-50%);
    }

    #demo .backBallon::before,
    #workflow .backBallon::before {
        transform: translateX(-50%) translateY(-50%) scale(-1, 1);
        width: 50vh;
        height: 50vh;
    }

    #demo .ballonArea,
    #workflow .ballonArea {
        margin-left: 20px;
        margin-top: -50px;
    }

    .innerContent h2 {
        margin-bottom: 30px;
    }

    #about.innerContent h2 {
        /* margin-bottom: 150px; */
        margin-bottom: 100px;
    }

    #cases.innerContent h2 {
        margin-bottom: 80px;
    }

    .ex .innerContent h2,
    .web .innerContent h2 {
        margin-bottom: 120px;
    }

    .maskArea {
        mask-size: 90%;
        -webkit-mask-size: 90%;
        /* margin-top: -120px; */
        margin-top: -130px;
    }

    .maskArea img {
        width: 110%;
    }

    .maskArea2 {
        mask-size: 110%;
        -webkit-mask-size: 110%;
        margin-top: -240px;
        /* -webkit-mask-size: 130%;
        margin-top: -250px; */
        margin-left: -20px;
    }

    .maskArea2 img {
        margin: 0 4%;
    }

    .maskArea3 {
        margin-top: -340px;
        margin-left: 10%;
    }

    .videoExballon,
    .videoWeballon {
        width: 75%;
    }

    .videoWeballon {
        right: -20px;
    }

    .videoExballon {
        left: -20px;
    }

    .ballonPriceArea {
        margin-top: -100px;
    }

    .ballonTrial {
        margin-top: -30px;
    }

    .web #pricing .ballonContent img.trialTitle {
        left: -20px;
        top: -50px;
    }

    .web #pricing .ai.priceArea,
    #pricing .ai.priceArea {
        width: 70%;
    }

    .web #pricing .ballonAreaPrice2,
    #pricing .ballonAreaPrice2 {
        width: 100%;
        margin-left: 10%;
        margin-top: -310px;
        font-size: 1em;
        min-height: auto;
        line-height: 1.4;
    }

    .web #pricing .ballonAreaPrice3 {
        width: 90%;
        margin-top: -375px;
    }

    .despContent .btnFooterLeft {
        left: 0;
    }

    .despContent .btnFooterRight {
        right: -20px;
    }

}

@media screen and (min-width: 641px) {
    .btn:hover::before {
        width: 150%;
    }

    .btn:hover::after {
        right: -49%;
    }

    .btnPrev:hover::after {
        left: -89%;
    }

    .btnNext:hover::after {
        right: -47%;
    }

    .newsArea li,
    .aLinkUp img,
    .aLink img {
        cursor: pointer;
        transition-duration: 0.5s;
    }

    .newsArea li:hover {
        transform: scale(1.1);
    }

    .aLinkUp:hover img,
    .aLink:hover img {
        transform: scale(1.1);
    }


}