@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* =====堀井追加 TOPの円重なり修正==== */
body {
   font-size: 1.6rem!important;
}

.flex-concept {
    width: 100%;
    max-width: 490px;
    height: 450px; 
    margin: 60px auto;
    position: relative;
    display: block;
}

.flex-concept .box {
    position: absolute;
    width: 260px; 
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7); 
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.flex-concept .box::before {
    display: none !important;
}

.flex-concept .box:nth-of-type(1) {
    top: 0;
    left: 0;
}

.flex-concept .box:nth-of-type(2) {
    top: 0;
    right: 0;
}

.flex-concept .box:nth-of-type(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.flex-concept .box {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.flex-concept .box::before {
    display: none !important;
}

.flex-concept .box > div {
    width: 85%;
    margin: 0 auto;
    color: #333;
    font-weight: bold;
    font-size: clamp(14px, 3.2vw, 24px)
    line-height: 1.4em;
    word-break: break-word;
}

.flex-concept .box .translate {
    margin-top: 5px; 
    font-size: 1.1em;
}

.fadeUpTrigger.fadeUp {
    opacity: 1 !important;
}

@media screen and (max-width: 640px) {
    .flex-concept {
        max-width: 320px;
        height: 295px;
    }
    .flex-concept .box {
        width: 170px;
        height: 170px;
    }
    .flex-concept .box > div {
        font-size: 18px;
    }
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}