@charset "utf-8";

p {
    padding: 2rem 0;
    font-weight: 300;
}

.img img {
    padding: 2rem 0;
}

.img.small {
    width: 75%;
    margin: 0 auto;
}

p.small {
    width: 80%;
    margin: 0 auto;
}

.img_100 {
    width: 94%;
    margin: 0 auto;
}

@media (max-width:600px) {
    .img_100 {
        width: 100%;
    }
}

/****************************************/
.main_img {
    width: 100vw;
    height: calc(100vh - 90px);
    z-index: -2;
    position: fixed;
}

.main_img img {
    object-fit: cover;
    object-position: 40% top;
    height: 100vh;
    width: 100%;
}

.logo_juno {
    margin: 50px 0 0 0;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo_juno h1 {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: right;
    max-width: 560px;
}

.logo_juno h1 .sub_title {
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 0.7em;
    padding: 0;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px 6px rgb(255, 255, 255);
    width: 53%;
    text-align: right;
}

.logo_juno h1 .sub_title:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -6px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #777;
    border-radius: 2px;
}

.logo_juno h1 img {
    width: 47%;
    padding: 0 0 0 0.7rem;
}

/*900px以上*/
@media (min-width: 900px) {
    .main_img {
        top: 0;
    }

    .main_area {
        position: fixed;
        height: 100%;
        width: calc(100% - 600px);
        z-index: -1;
        display: flex;
        align-items: center;
    }

    .main_img img {
        object-fit: cover;
        object-position: 40% top;
        height: 100vh;
        width: 100%;
    }

    .logo_juno {
        justify-content: left;
    }

    .main_text {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


}

@media (min-width: 1300px) {
    .main_img {
        top: 0;
        height: 100%;
    }

    .logo_juno h1 .sub_title {
        font-size: 0.8em;
    }

    .main_area {
        width: calc(100% - 980px);
    }

    .logo_juno {
        margin: 0;
        height: auto;
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .logo_juno h1 .sub_title {
        text-align: right;
    }

    .logo_juno h1 {
         font-size: 1em;
        justify-content: left;
    }

}

/****intro*******************************/

.intro .inner {
    width: 95%;
    margin: 0 auto 4rem
}

.intro {}

.intro .img_wrap {
    position: relative;
    padding: 1rem 0 3rem;
    margin: 0 0 2rem;
}

.intro h2 {
    font-size: clamp(1.25rem, 1.105rem + 0.72vw, 2rem);
    letter-spacing: 2.4px;
    font-weight: bold;
}

.intro h3 {
    font-size: clamp(1.25rem, 1.105rem + 0.72vw, 2rem);
    letter-spacing: 2.4px;
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
}

.img_wrap .item {
    position: absolute;
    bottom: 0;
    width: 30%;
    right: 1rem;
}

.img_wrap .item img {}

.intro .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
    padding: 1rem 0;
    text-align: center;
}

.intro .text p {
    padding: 0;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    .intro h2 {

        letter-spacing: 4.8px;
    }

    .intro h3 {

        letter-spacing: 4.8px;
    }
}

/****terahertz*******************************/
.terahertz {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/****terahertz_effect*******************************/
.terahertz_effect {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/*****eri******************************/
.eri {}

.eri_img {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.eri_img li {
    width: 200px;
    margin: 0 auto;
}

/*600px以上*/
@media (min-width: 600px) {
    .eri_img {
        display: flex;
        flex-direction: unset;
        width: 90%;
        margin: 0 auto;
    }
}

/*900px以上*/
@media (min-width: 900px) {}

/****eri_effect*******************************/
.eri_effect {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/****free*******************************/
.free {}

.free p.yoko {
    padding: 0;
    font-size: 80%;
}

.free .table {
    margin: 0.5rem 0 1rem;
}

.free .table th {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0.6em 0.5em;
}

.free .table th .small {
    font-size: 80%;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.free .table td {
    font-size: 12px;
    padding: 0.3em 0.5em;
    text-align: center;
    vertical-align: middle;
}

.free .table .five:after {
    content: "5";
    font-size: 80%;
    padding: 0 0 0;
    line-height: 0;
    display: inline;
    vertical-align: super;
}

.free .table .two:after {
    content: "2";
    font-size: 80%;
    padding: 0 0 0;
    line-height: 0;
    display: inline;
    vertical-align: super;
}

.free .table .four:after {
    content: "4";
    font-size: 80%;
    padding: 0 0 0;
    line-height: 0;
    display: inline;
    vertical-align: super;
}

.free .table .three:after {
    content: "3";
    font-size: 80%;
    padding: 0 0 0;
    line-height: 0;
    display: inline;
    vertical-align: super;
}

.free .table .eri_coler {
    color: red;
}

.free .table .bg_coler td {
    background-color: #ffeaf4;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/****juno_info*******************************/
.juno_info {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/****use*******************************/
.use {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/************************/