header {
    padding: 0 30px;
}

html {
    font-size: 62.5%;
    width: 100%;
}

body {
    background-color: #fff;
    font-size: 1.5rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 300;
    color: #656464;
    margin: 0 auto;
    letter-spacing: .17em;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
    min-width: 1100px;
}

img {
    margin: 0 auto;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}


ul {
    padding: 0;
}

li {
    list-style-type: none;
}

dd {
    margin-left: 0;
}

main {
    padding-top: 150px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inner {
    width: 84%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.load-up {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.7s;
}

.load-up.done,
.load-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.scroll-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

.scroll-up.done,
.scroll-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.delay01 {
    transition-delay: .6s;
}

.delay02 {
    transition-delay: 1s;
}

.delay03 {
    transition-delay: 1.4s;
}

.flex-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

section {
    margin: 0 auto;
}

.sp {
    display: none;
}

.text_justyfy {
    text-align: justify;
}


header {
    height: 80px;
    border-bottom: solid 1px #2CB5A9;
    display: flex;
    align-items: center;
}

.header_logo {
    width: 200px;
}

.header_logo img {
    vertical-align: middle;
}


.mv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.mv_inner {
    margin: 0 auto;
    width: 1300px;
    height: calc(1300px * 0.6);
    position: relative;
}

.mv_frame {
    height: 101%;
    width: 101%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1px;
    object-fit: cover;
}

.mv_frame img {
    height: 100%;
    width: 100%;
}

.slick {
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
}

.slick__bg {
    padding-bottom: 16.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -10%;
    background-position-x: right;
    height: auto;
}

.slick__bg01 {
    background-image: url(../img/mv_bg_1.jpg);
}

.slick__bg02 {
    background-image: url(../img/mv_bg_2.jpg);
}

.slick__bg03 {
    background-image: url(../img/mv_bg_3.jpg);
}

.mv_catch {
    position: absolute;
    width: 18%;
    left: 13%;
    bottom: 3%;
    z-index: 2;
}

.mv_catch div {
    width: 64%;
    margin-bottom: 20px;
}

.sns_link {
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 12px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sns_link a {
    display: inline-block;
    width: 28px;
}

.sns_link a img {
    vertical-align: top;
}

.sec_about {
    margin-top: 60px;
    overflow: hidden;
}

.sec_about .ttl {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.sec_about .text_area {
    z-index: 1;
    position: relative;
}

.sec_about .ttl .main_ttl {
    width: 260px;
    position: relative;
}

.sec_about .ttl .ttl_circle {
    width: 76px;
    position: absolute;
    left: -80px;
    top: 0;
}

.sec_about .ttl_sub {
    margin: 24px auto;
    max-width: 760px;
}

.product_area_inner {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

.product_image {
    position: absolute;
}

.product_left {
    width: 230px;
    bottom: 6%;
    left: 4%;
}

.product_left img {
    transform: rotate(14deg);
}

.product_center {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    transform: rotate(-18deg);
}

.product_center img {
    transform: rotate(-18deg);
}

.product_right {
    right: -10%;
    max-width: 420px;
    top: 0;
}

.product_right img {
    transform: rotate(10deg);
}

.product_area {
    position: relative;
}

.about_bg_left {
    position: absolute;
    width: 330px;
    left: 0;
    z-index: 0;
    top: -110px;
}


.about_bg_right {
    position: absolute;
    width: 350px;
    right: 0;
    z-index: 0;
    bottom: -200px;
}

.product_image p {
    position: absolute;
    font-size: 1.2rem;
}

.product_left p {
    bottom: 17%;
    right: -19%;
}

.product_center p {
    position: absolute;
    font-size: 1.2rem;
    top: 17%;
    right: 24%;
}

.product_right p {
    bottom: 16%;
    right: -6%;
}

.movie_area {
    padding-top: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.movie {
    text-align: center;
}

.movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 800px;
    display: block;
    margin: auto;
}

.sec_point {
    background-image: url(../img/abut_bg_blue.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 80px;
}

.sec_point h2 {
    max-width: 880px;
    margin: 24px auto;
}

.sec_point h3 {
    max-width: 770px;
    margin: 0 auto;
}

.sec_point .point_item {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    border: solid 2.8px #2CB5A9;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px 10px;
    text-align: left;
    margin-bottom: 80px;
}

.sec_point .point_item:nth-of-type(3) {
    margin-bottom: 60px;
}

.point_no {
    width: 124px;
    height: 124px;
    position: absolute;
    top: -48px;
    left: -5%;
}

.point_list {
    margin-top: 60px;
}


.point_item .point_scene {
    display: flex;
    gap: 0 16px;
    margin-bottom: 6px;
}

.point_item p {
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.point_item .point_scene li {
    width: 60px;
}

.point_ph {
    width: 320px;
    position: absolute;
    right: -75px;
    bottom: -44px;
}

.point_item h4 {
    margin: 0;
    padding-left: 70px;
    margin-bottom: 24px;
}

.point_item:first-of-type h4 {
    max-width: 586px;
}

.point_item_text {
    max-width: 760px;
    margin-bottom: 20px;
}

.note {
    font-size: 11px;
    letter-spacing: normal;
    line-height: 1.5em;
}

.point_item:nth-of-type(2) h4 {
    max-width: 600px;
}

.point_item:nth-of-type(2) .point_item_text {
    width: 100%;
}

.point2_graf {
    max-width: 573px;
    padding-right: 140px;
    margin: 0 0 0 auto;
    position: relative;
}

.point2_ic {
    width: 292px;
    position: absolute;
    bottom: -24px;
    right: -30px;
}

.point_item:nth-of-type(2) .point_ph {
    left: -24px;
    bottom: -20px;
    right: inherit;
}

.point_item:nth-of-type(2) .note {
    margin-top: 16px;
    display: inline-block;
    display: block;
    margin-left: 290px;
}

.table_wrap {
    max-width: 600px;
}

.point_item:nth-of-type(3) .point_item_text {
    width: 100%;
    margin-bottom: 0px;
}

.point_item:nth-of-type(3) h4 {
    max-width: 696px;
}

.table_ttl {
    font-size: 1.6rem;
    color: #2CB5A9;
}

.point_item:nth-of-type(3) .note {
    display: block;
    margin-top: 10px;
}

.btn_area a {
    margin: 0 auto;
    background-color: #FFF464;
    color: #656464;
    font-weight: 600;
    padding: 1em 3em;
    width: 320px;
    max-width: 100%;
    display: block;
}

.btn_area a.cv_btn {
    background-color: #E75297;
    color: #FFF464;
    margin-bottom: 24px;
}

.btn_area a.test_results_btn img {
    width: 1.2em;
    margin-right: 0.6em;
    vertical-align: middle;
}

.btn_area a.cv_btn img {
    width: 1.6em;
    margin-right: 0.6em;
    vertical-align: sub;
}

.attention {
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0em;
    line-height: normal;
    display: block;
}

.attention p {
    display: inline-block;
    text-align: left;
}

footer {
    margin-top: 40px;
}

footer .footer_top {
    background-color: #2CB5A9;
    color: #fff;
    padding: 20px 0;
}

footer .footer_top img {
    width: 112px;
    margin-right: 20px;
    margin-left: 0;
}

footer .footer_top .flex-cont {
    justify-content: center;
    flex-wrap: nowrap;
}

.footer_company {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: normal;
}

.footer_company address {
    font-style: normal;
    font-size: 1.2rem;
    text-decoration: none !important;

}


.footer_company a,
.footer_company address a.notel,
.footer_company address a {
    color: #fff !important;
    text-decoration: none !important;
}

.copyright {
    background-color: #fff;
    padding: 16px 0;
}

.copyright img {
    width: 400px;
    vertical-align: middle;
}

@media screen and (max-width: 1299px) {
    .mv_inner {
        width: 1100px;
        height: calc(1100px * 0.6);
    }

}

@media screen and (max-width: 1000px) {

    .product_right p {
        bottom: 16%;
        right: -2%;
    }
}

@media screen and (max-width: 767px) {
    .mv_inner {
        width: 100%;
        height: calc(100vw * 0.6);
    }

    p {
        text-align: justify;
    }

    body {
        min-width: inherit;
        font-size: 1.4rem;
    }

    header {
        padding: 0 15px;
        height: 60px;
    }

    .mv {
        padding-top: 20px;
    }

    .header_logo {
        width: 160px;
    }

    .inner {
        width: 90%;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mv_catch {
        width: 19%;
        left: 10%;
        bottom: inherit;
        top: 8%;
    }

    .mv_catch div {
        width: 80%;
        margin-bottom: 8px;
    }

    .sns_link {
        right: 12px;
        top: 30%;
        width: 12px;
        gap: 10px;
    }

    .sns_link a {
        width: 24px;
    }

    .sec_about {
        margin-top: 50px;
    }

    .sec_about .ttl_sub img {
        max-width: 300px;
    }

    .sec_about .ttl .main_ttl {
        max-width: 200px;
    }

    .sec_about .ttl .ttl_circle {
        width: 68px;
        left: -72px;
    }

    .sec_about .text_area {
        text-align: left;
    }

    .about_bg_left {
        width: 30%;
        left: 0;
        z-index: 0;
        top: -110px;
    }

    .about_bg_right {
        width: 30%;
        bottom: -24%;
    }


    .product_center {
        width: 50%;
    }

    .product_left {
        width: 30%;
        left: 0%;
    }

    .product_right {
        width: 38%;
        right: 0%;
    }

    .product_image p {
        font-size: 1rem;
    }

    .product_center p {
        right: 20%;
        bottom: 1%;
        top: inherit;
    }

    .product_left p {
        bottom: -25%;
        right: inherit;
        left: 14%;
    }

    .point_list {
        margin-top: 40px;
    }

    .point_ph {
        width: 150px;
        right: -16px;
        bottom: 0;
    }

    .product_right p {
        bottom: inherit;
        right: inherit;
        top: 7%;
        left: -21%;
    }

    .sec_point {
        background-size: cover;
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .sec_point h2 {
        width: 100%
    }

    .sec_point .point_item {
        padding-top: 36px;
        margin-bottom: 50px;
    }

    .point_no {
        width: 74px;
        height: 74px;
        top: -46px;
        left: -5%;
    }

    .point_item h4 {
        padding-left: 0px;
    }

    .point_item h4 img {
        margin: 0 auto 0 0;
    }

    .point_item:nth-of-type(1) h4 img {
        width: 84%;
    }

    .point_item .point_scene {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px 3%;
    }

    .point_item .point_scene li {
        width: 17%;
    }

    .point_item .note {
        display: block;
        padding-right: 120px;
        margin-top: 20px;
    }

    .point_item:nth-of-type(2) .note {
        margin-left: 0;
        padding-right: 0;
        padding-left: 120px;
    }

    .point_item:nth-of-type(3) .note {
        margin-left: 0;
    }

    .point2_graf {
        padding-right: 0;
        width: 100%;
    }

    .point2_ic {
        width: 160px;
        bottom: 18px;
        right: -6%;
        max-width: 200px;
    }

    .point_item:nth-of-type(2) .point_ph {
        left: -5%;
        bottom: 0%;
        right: inherit;
    }

    .point_item:nth-of-type(3) .point_ph {
        bottom: -50px;
    }

    .table_wrap {
        margin-top: 20px;
    }

    .table_ttl {
        padding-left: 1em;
        text-indent: -1em;
        line-height: normal;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    .btn_area a.cv_btn {
        margin-bottom: 16px;
    }

    .attention {
        text-align: justify;
    }

    footer {
        margin-top: 20px;
    }

    footer .footer_top img {
        width: 70px;
    }

    .footer_company address {
        line-height: 1.7;
        margin-top: 10px;
    }

    .copyright {
        max-width: 300px;
        padding: 8px 0;
    }

}