@charset "UTF-8";
/*
Theme Name: SWELL Child
Template: swell
Version: 1.0
*/

* {
    color: #5D5F63;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    transition: all 0.4s ease-out;

}

a:hover {
    opacity: 0.8;
    transition: all 0.4s ease-out;
}

li {
    list-style: none;
}

body {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 共通部分 */

.sp-only {
    display: none;
}

.ytube {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    margin-top: 2em;
}
.ytube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ytube a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ttl-style {
    text-align: center;
    font-family: "mozaic-geo-variable", sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 5rem;
    margin: 0 auto;
    color: #3CB378;
    padding: 75px 0 10px;
    letter-spacing: 3px;
}

.ttl-style+p {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.inner-ctn {
    max-width: 1210px;
    width: 90%;
    margin: auto;
}
.txt-red{
    color: #C83A00;
    font-weight: 600;
}

.bg-green {
    background-color: #3CB378;
    padding: 100px 0 250px;
}

.bg-white {
    background-color: #fff;
    border-radius: 20px;
}

.bd-green {
    border: 4px solid #3CB378;
    border-radius: 20px;
}

.ftc-green {
    color: #3CB378;
}

.flx-cnt {
    display: flex;
}

.bg-wave {
    margin-top: -7%;
    content: "";
    padding: 4%;
    background: 0 0 / 100% url(images/bg-wave.png) no-repeat;
}

header.pc-only {
    position: fixed;
    max-width: 2000px;
    width: 100%;
    z-index: +999;
    transition: translateY 600ms, opacity 200ms;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
}

header.pc-only .logo-ctn {
    margin-right: 1%;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 20%;
}

header.pc-only .info-ctn {
    margin-top: 10px;
    /* width: 64%; */
}

header.pc-only .info-ctn .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 16px 0;
    margin-right: 20px;
}

header.pc-only .info-ctn .top-bar .top-bar-left,
header.pc-only .info-ctn .top-bar .top-bar-right {
    display: flex;
    align-items: center;
}

header.pc-only .info-ctn .top-bar .button {
    display: flex;
    border: 2px solid #3cb378;
    padding: 4px 24px 4px 15px;
    cursor: pointer;
    font-size: 1rem;
    color: #3cb378;
    line-height: 1.3;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

header.pc-only .info-ctn .top-bar .button img {
    margin-right: 15px;
}

header.pc-only .info-ctn .top-bar .button:nth-of-type(2) img {
    width: 12%;
}

header.pc-only .info-ctn .top-bar .button:nth-of-type(2) {
    padding: 11px 3px;
    font-size: 1.05rem;
}

header.pc-only .info-ctn .top-bar .top-bar-left {
    width: 44%;
    align-items: center;
    justify-content: space-around;
}

header.pc-only .info-ctn .top-bar .top-bar-right {
    background: #edf3f0;
    padding: 8px 12px;
    width: 55%;
    align-items: center;
    justify-content: space-between;
}

header.pc-only .info-ctn .top-bar .top-bar-right p {
    font-size: 0.8rem;
    color: #666;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.3;
}

header.pc-only .info-ctn .top-bar .phone-number {
    align-items: center;
}


header.pc-only .info-ctn .top-bar .phone-number span {
    font-family: "aaux-next", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #5d5f63;
    font-size: 2.3rem;
    white-space: nowrap;
}

header.pc-only .info-ctn .top-bar .phone-number img {
    height: fit-content;
}

header.pc-only .info-ctn .nav-bar {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

header.pc-only .info-ctn .nav-bar .nav-link {
    border-bottom: 6px solid #fff;
    margin: 0 15px;
    font-size: 1.1rem;
    text-decoration: none;

    font-weight: 600;
    padding: 0 5px 15px;
}

header.pc-only .info-ctn .nav-bar .nav-link:hover,
header.pc-only .info-ctn .nav-bar .nav-link.active {
    border-bottom: 6px solid #ffd55d;
    color: #3cb378;
}

header.pc-only .mail-ctn {
    text-align: center;
    background: #ffd55d;
    padding: 0;
}

header.pc-only .mail-ctn a {
    font-size: .9rem;
    font-weight: 600;
    display: block;
    padding: 2rem 2.3rem;
}

header.pc-only .mail-ctn a img {
    width: 50px;
    margin: auto;
}

header.pc-only .mail-ctn a p {
    margin-top: 10px;
    line-height: 1.2;
}

hr {
    height: 3px;
    background: #3CB378;
    border: none;
    max-width: 43px;
    width: 100%;
    margin: auto;
}

hr+.sub-ttl {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 40px;
}

.btn-base {
    margin: auto;
    text-align: center;
    border: 2px solid #868383;
    max-width: 340px;
    border-radius: 50px;
    color: #757474;
}

.btn-base a {
    display: block;
    padding: 7% 0;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: 'aaux-next';
}

.btn-base:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #5C5E62;
}

.btn-base:hover a {
    color: #fff;
}


.btn-base.btn-style01 {
    background: #ffd55d;
    border: none;
}
.btn-base.btn-style01 a:hover {
    opacity: 1;
}

.btn-base.btn-style02 {
    border-color: #3CB378;
    color: #3CB378;
}

.btn-base.btn-style02 a {
    padding-right: 13%;
    background: 85% 51%/6% url(images/company-linkico.png) no-repeat;
}

.btn-base.btn-style02:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #3CB378;
}

.btn-base.btn-style02:hover a {
    background: 85% 51%/6% url(images/company-linkico-hvr.png) no-repeat;
}

.tab-menu .tab {
    display: flex;
    column-gap: 1%;
    margin-top: 60px;
    padding-bottom: 20px;
    width: 95%;
}


.tab-menu .tab li a {
    position: relative;
    display: block;
    background: #ececec;
    margin: 0 2px;
    padding: 23px 20px;
    font-size: 1.1rem;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
}

.tab-menu .tab li.active a,
.tab-menu .tab li:hover a {
    background: #3CB378;
    color: #fff;
}

.tab-menu .tab li.active a:after,
.tab-menu .tab li:hover a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0px 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-color: #3CB378 #fff #fff #fff;
    bottom: -13px;

}

.tab-ctn {
    display: none;
    opacity: 0;
    background: #fff;
    padding: 50px 20px;
}


.tab-ctn.is-active {
    display: block;
    animation-name: displayAnime;
    /* animation-duration: 2s; */
    animation-fill-mode: forwards;
}

.tab-ctn h5 {
    text-align: center;
    color: #3CB378;
    font-size: 1.85rem;
    font-weight: 600;
    border-bottom: 2px solid #3CB378;
    padding-bottom: 30px;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* top */


.top {
    padding-top: 120px;
}

.top .side-nav {
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 43%;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    max-width: 62px;
    z-index: +9999;

}

.top .side-nav a {
    letter-spacing: 1px;
    font-size: 1.1rem;
    padding: 15px 0;
    width: 65px;
    font-weight: 600;
    line-height: 1.2;
    align-items: center;
}

.top .side-nav a:first-of-type {
    background: #fff;
    border: 2px solid #3CB378;
    border-radius: 10px 0 0 0;
}

.top .side-nav a:last-of-type {
    background: #FFD55D;
    border: 1px solid #FFD55D;
    border-radius: 0 0 0 10px;
}

.top .side-nav a:first-of-type div {
    width: 27%;
    margin-bottom: 8px;
}

.top .side-nav a:last-of-type div {
    width: 40%;
    margin-bottom: 8px;
}

.top .side-nav a:first-of-type span {
    color: #3CB378;
}

/* about */

.about {
    margin-top: 70px;
    margin-bottom: 45px;
    background: 95% 100%/16.3% url(images/about-cha.png) no-repeat;
}

.about h2 {
    font-size: 12rem;
    text-align: center;
    color: aquamarine;
    margin-top: 40px;
    /* margin-bottom: 10px; */
    color: #3CB378;
    font-family: "mozaic-geo-variable", sans-serif;
    font-variation-settings: 'wght' 400;
}

.about .case-ctn {
    justify-content: center;
    align-items: center;
    column-gap: 3%;
}

.about .case-ctn div {
    width: 23%;
}

.about .case-ctn div p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.about .case-ctn div p span.en {
    font-size: 2.8rem;
    display: block;
    font-family: "mozaic-geo-variable", sans-serif;
    letter-spacing: 2px;
}

.about .case-ctn div p span.en span {
    font-size: 3.4rem;
}

.about .case-ctn div img {
    margin: 20px auto;
}

.about .case-ctn+p {
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
    width: 72%;
    margin: 20px auto;
    font-size: 1.5rem;
}

.about .comment {
    width: 58%;
    margin: 70px 23% 120px 19%;
    border: 3px solid #3CB378;
    border-radius: 10px;
    position: relative;
}

.about .comment::before {
    content: "";
    width: 5px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
    left: -3px;
}

.about .comment::after {
    content: "";
    width: 5px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 56px;
    right: -3px;
}

.about .comment p {
    padding: 25px 35px;
    font-size: 1.19rem;
    font-weight: 600;
    line-height: 1.7;
    position: relative;
}

.about .comment p:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #3CB378;
    rotate: 20deg;
    position: absolute;
    right: -24px;
    bottom: 45px;
    z-index: +1;
}

.about .comment p span {
    font-size: 1.5rem;
}

/* test-kit */

.test-kit .kit-block .kit-block-common h3 {
    text-align: center;
    font-size: 2.3rem;
    padding: 28px 0;
    width: 100%;
    background: #7889B6;
    border-radius: 8px;
    color: white;
    margin: 55px auto 65px;
    position: relative;
}

.test-kit .kit-block .kit-block-common h3::before {
    content: "";
    position: absolute;
    padding: 8%;
    background: 0 0 / contain url(images/kit-cha01.png) no-repeat;
    bottom: 0;
    left: 11%;
}

.test-kit .kit-block .kit-block-common:last-of-type h3 {
    background: #E087AC;
}

.test-kit .kit-block .kit-block-common:last-of-type h3::before {
    padding: 7.3%;
    left: 10%;
    background: 0 0 / contain url(images/kit-cha02.png) no-repeat;
}

.test-kit .kit-block .kit-block-common {
    margin-bottom: 110px;
}

.test-kit .kit-block .kit-block-common .kit-ctn {
    margin-bottom: 40px;
    justify-content: center;

}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box {
    border-right: 2px dotted #e4e4e4;
    padding: 0 1%;
    width: 20%;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box img {
    margin: auto;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box:last-of-type {
    border-right: none;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.tag {
    background: #7889B6;
    color: white;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 15px;
    margin: 40px 0 10px;
    font-size: 1.1rem;
}

.test-kit .kit-block .kit-block-common:last-of-type .kit-ctn .kit-box p.tag {
    background-color: #E087AC;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.name {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px auto;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.name.one-line {
    line-height: 2.6;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.price {
    color: #C83A00;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.price .yen {
    color: #C83A00;
    font-size: 63%;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.price .yen+span {
    color: #C83A00;
    font-size: 50%;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.inspection {
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: -1.4px;
}

.test-kit .kit-block .kit-block-common .kit-ctn .kit-box p.inspection span {
    background: #E7E7E8;
    padding: 2px 8px;
    border-radius: 6px;
    margin-right: 7px;
}

/* .first-time */

.first-time {
    position: relative;
}

.first-time::after {
    content: "";
    position: absolute;
    bottom: -3.9rem;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    border-left: 2.8rem solid transparent;
    border-right: 2.8rem solid transparent;
    border-top: 4.7rem solid #fff;
}

.first-time h1 {
    width: fit-content;
    padding: 105px 6% 10px;
    background: 0 72% / 7% url(images/ico-new.png) no-repeat;
}

.first-time .sos-block {
    width: calc(100% / 2 + 225px);
    /* width: 70%; */
    margin: 20px auto 52px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.first-time .sos-block p {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.7;
    padding-top: 45px;
}

.first-time .sos-block p img {
    display: inline-block;
    margin-bottom: -25px;
    margin-left: 20px;
    width: calc(100% / 2 - -30px);
}

.first-time .sos-block+p {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin: 50px auto;
    line-height: 1.5;
}

.first-time .img-box {
    padding-bottom: 50px;

}

.first-time .img-box img {
    margin: auto;
}

/* test-flow */
.test-flow {
    margin-bottom: 95px;
}

.test-flow .sub-ttl {
    margin: 30px auto 85px;
    align-items: flex-end;
    justify-content: center;
}

.test-flow .sub-ttl p {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 0 30px 20px 15%;
}


.test-flow .test-flow-block ul {
    width: 75%;
    margin: auto;
}

.test-flow .test-flow-block ul li {
    margin-bottom: 65px;
    padding: 0 22%;
    position: relative;
    background-repeat: no-repeat;
    background-position-y: 12px;
}

.test-flow .test-flow-block ul li:nth-of-type(even) {
    background-position-x: 100%;
}

.test-flow .test-flow-block ul li:nth-of-type(1) {
    background-image: url(images/point-01.png);
}

.test-flow .test-flow-block ul li:nth-of-type(2) {
    background-image: url(images/point-02.png);
}

.test-flow .test-flow-block ul li:nth-of-type(3) {
    background-image: url(images/point-03.png);
}

.test-flow .test-flow-block ul li:nth-of-type(4) {
    background-image: url(images/point-04.png);
}

.test-flow .test-flow-block ul li:nth-of-type(5) {
    background-image: url(images/point-05.png);
}

.test-flow .test-flow-block li p.ttl {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 0 10px;
}

.test-flow .test-flow-block li p.txt {
    color: #fff;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 0 10px;
}

/* company */

.company {
    padding-bottom: 110px;
}

.company .company-ctn {
    width: 80%;
    margin: 80px auto 40px;
    position: relative;
    border: 3px solid #3CB378;
    border-radius: 10px;
    padding: 4.3%;
}

.company .company-ctn::before {
    content: "";
    width: 3px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: 60px;
    left: -3px;
}

.company .company-ctn::after {
    content: "";
    width: 3px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 90px;
    right: -3px;

}

.company .company-ctn p {
    width: 45%;
    margin-right: 5%;
    font-size: 1.1rem;
    line-height: 1.5;
}

.company .company-ctn p:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #3CB378;
    rotate: 292deg;
    position: absolute;
    left: 139px;
    bottom: -11px;
    z-index: +1;
}

.company .company-ctn p::after {
    content: "";
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 160px;
}

.company-case-ctn {
    width: 80%;
    margin: 0 auto 70px;
    justify-content: space-between;
}

.company-case-ctn .company-case-box {
    width: 70%;
    margin: auto;
}

.company-case-ctn .company-case-box p {
    color: #3CB378;
    font-weight: 600;
    font-size: 1.7rem;
    text-align: center;
    margin: 20px auto 40px;
}

.company-case-ctn .company-case-box .company-case-imgbox {
    column-gap: 4%;
}

/* items */

.items .items-block {
    margin: 80px auto;
    padding: 0 8% 7%;
}

.items .items-block h4 {
    width: 70%;
    margin: -40px auto -1px;
}

.items .items-block h4 span {
    font-size: 3rem;
    color: #3cb378;
    margin-top: 120px;
    margin-left: 0;
    width: 50%;
    text-align: center;
}

.items .items-block .recommended-kit-block{
    column-gap: 5%;
    margin-bottom: 50px;
    margin-top: 15px;
}

.items .items-block .recommended-kit-block .recommended-item {
    border: 2px solid #7889B6;
    padding: 4%;
    border-radius: 15px;
    display: block;
    cursor: pointer;
}

.items .items-block .recommended-kit-block .recommended-item:last-of-type {
    border: 2px solid #E087AC;
}

/* .items .items-block .recommended-kit-block .recommended-item h6 {
    font-size: 1.95rem;
    text-align: center;
    color: #7889B6;
    margin-bottom: 40px;
} */

.items .items-block .recommended-kit-block .recommended-item:last-of-type h6 {
    color: #E087AC;
}

.items .items-block .recommended-kit-block .recommended-item .items-img {
    justify-content: space-around;
    align-items: flex-end;
}

.items .items-block .recommended-kit-block .recommended-item .items-img div:first-child {
    width: 58%;
}

.items .items-block .recommended-kit-block .recommended-item .items-img div:last-child {
    width: 36%;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.tag {
    background: #7889B6;
    color: white;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 15px;
    margin: 15px 0 10px;
    font-size: 1.1rem;
}

.items .items-block .recommended-kit-block .recommended-item:last-of-type .items-info p.tag {
    background-color: #E087AC;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.name {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px auto;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.price {
    color: #C83A00;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.price .yen {
    color: #C83A00;
    font-size: 63%;
}

.items .items-block .recommended-kit-block .recommended-item .items-info p.price .yen+span {
    color: #C83A00;
    font-size: 50%;
}

.items .items-block .recommended-kit-block .recommended-item .items-info+p {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: right;
    font-family: 'aaux-next';
}
.items .items-block .recommended-kit-block .recommended-item .items-info+p span {
    background: #ffd55d;
    padding: 0.5em 0.8em 0.5em 1em;
    display: inline-block;
    border-radius: 6px;
}

.items .items-block h5.sub-ttl {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    background-color: #3CB378;
    padding: 19px 0;
    text-align: center;
    border-radius: 11px;

}

.items .items-block .items-ctn {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 92%;
    margin: 0 auto 80px;
    justify-content: space-between;
}

.items .items-block .items-ctn .items-box {
    width: 46%;
}

.items .items-block .items-ctn .items-box h6 {
    color: #3CB378;
    font-size: 1.7rem;
    margin: 40px 0 0;
    line-height: 1.4;
    padding: 2%;
    padding-left: calc(100% / 8);
    background: 0 0 / 12% url(images/items-memo.png) no-repeat;
    background-size: calc(100% / 8 - 10px);
}

.items .items-block .items-ctn .items-box h6+p {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: calc(100% / 8);
    font-weight: 600;
}

.items .items-block .symptom-block {
    justify-content: space-between;
}

.items .items-block .symptom-block .symptom-ctn {
    width: 47.5%;

}

.items .items-block .symptom-block .symptom-ctn h5 {
    font-size: 1.95rem;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 23px;
    position: relative;

}

.items .items-block .symptom-block .symptom-ctn h5:before,
.items .items-block .symptom-block .symptom-ctn h5:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0px 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.items .items-block .symptom-block .symptom-ctn h5:before {
    border-color: #7889B6 transparent transparent transparent;
    bottom: -15px;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type h5:before {
    border-color: #E087AC transparent transparent transparent;
}

.items .items-block .symptom-block .symptom-ctn h5:after {
    border-color: #fff transparent transparent transparent;
    bottom: -12px;
}

.items .items-block .symptom-block .symptom-ctn:first-of-type h5 {
    color: #7889B6;
    border-bottom: 2px solid #7889B6;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type h5 {
    color: #E087AC;
    border-bottom: 2px solid #E087AC;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list {
    margin: 30px auto 40px;

}

.items .items-block .symptom-block .symptom-ctn .symptom-list li {
    padding: 8px 0 8px 65px;
    font-size: 1.45rem;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list li::before {
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    left: 35px;
    top: 14px;
    content: "";
    background: #7889B6;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type .symptom-list li::before {
    background: #E087AC;
}

.items .items-block .symptom-block .symptom-ctn .symptom-list li.adjust:before {
    width: 0;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item {
    border: 2px solid #7889B6;
    padding: 7% 10% 6%;
    border-radius: 15px;
    display: block;
    cursor: pointer;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type .recommended-item {
    border: 2px solid #E087AC;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item h6 {
    font-size: 1.95rem;
    text-align: center;
    color: #7889B6;
    margin-bottom: 40px;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type .recommended-item h6 {
    color: #E087AC;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-img {
    justify-content: space-around;
    align-items: flex-end;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-img div:first-child {
    width: 58%;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-img div:last-child {
    width: 36%;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info p.tag {
    background: #7889B6;
    color: white;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 15px;
    margin: 15px 0 10px;
    font-size: 1.1rem;
}

.items .items-block .symptom-block .symptom-ctn:last-of-type .recommended-item .items-info p.tag {
    background-color: #E087AC;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info p.name {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px auto;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info p.price {
    color: #C83A00;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info p.price .yen {
    color: #C83A00;
    font-size: 63%;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info p.price .yen+span {
    color: #C83A00;
    font-size: 50%;
}

.items .items-block .symptom-block .symptom-ctn .recommended-item .items-info+p {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: right;
    font-family: 'aaux-next';
}

.items .items-block .usage-block{
	margin: 2em auto 4em;
}
.usage-block .point{
    background: #edf3f0;
    padding: 2em 1.5em 0.5em;
    border-radius: 6px;
    position: relative;
    margin: 4em 0 2em;
}
.usage-block .point-tit{
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: bold;
    color: #3CB378;
    background: #fff;
    color: #fff;
    background: #3CB378;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    position: absolute;
    top: -1em;
    left: 1.3em;
}
.usage-block .point-list{
    text-indent: -2.1em;
    padding-left: 2.1em;
}
.usage-block .point-list li{
    line-height: 1.4;
    margin-bottom: 0.3em;
}
.usage-block .point-list li .num{
    font-size: 1.1em;
    font-family: "aaux-next", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    color: #3CB378;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    padding: 0;
    margin-right: 0.4em;
}

.usage-block .sample{
    position: relative;
    margin: 2em 0 2em;
    text-align: center;
}
.usage-block .sample img{
    margin: 0 auto;
}
.usage-block .sample-tit{
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: inline-block;
    color: #3CB378;
}


.usage-step > li {
    margin: 1em auto;
    padding: 1.5em 1.5em;
    display: flex;
    align-items: center;
    border: solid 1px #3CB378;
    border-radius: 6px;
}
.usage-step .step {
    background: #3CB378;
    height: 5em;
    width: 5em;
    font-size: 0.9em;
    display: flex;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.usage-step .step span {
    color: #fff;
}
.usage-step .step span.num {
    font-size: 2em;
    font-family: "aaux-next", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.usage-step .img-box {
    width: 20%;
    margin: 0 2.5%;
}
.usage-step .img-box img {
    margin: auto;
}
.usage-step .txt-box {
    align-items: flex-start;
    line-height: 1.4;
    flex: 1;
}
.usage-step .tit {
    font-weight: 600;
    font-size: 1.4em;
    color: #3CB378;
    margin-bottom: 0.5em;
}
.usage-step .content-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}
.usage-step .content-list li{
    display: inline-block;
    width: 12em;
    line-height: 1.4;
}
.usage-step .note{
    font-size: 0.8em;
}


.items .items-block .flow-step-block{

}
.flow-step {
	list-style-type: none;
	display: table;
    table-layout: fixed;
	padding: 0;
	margin: 2em auto 2em;
	overflow: hidden;
    width: 100%;
}
.flow-step li {
	display: table-cell;
	position: relative;
	background: #ececec;
	padding: 1em 0.5em 1em 0;
	text-align: center;
	letter-spacing: 0.05em;
    line-height: 1.3;
}
.flow-step li p{
    position: relative;
    z-index: 3;
    color: #3CB378;
	font-weight: 700;
    font-size: 1.1em;
}
.flow-step li:last-child:after,
.flow-step li:last-child:before {
	display: none;
}
.flow-step li:after,
.flow-step li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
    top: 0;
    bottom: 0;
	border-style: solid;
	border-width: 4em 0 4em 1.5em;
	z-index: 2;
}
.flow-step li:before {
	right: -1px;
	border-color: transparent transparent transparent #3CB378;
}
.flow-step li:after {
	right: 0;
	border-color: transparent transparent transparent #ececec;
}
.flow-step li .num {
    margin: 0 auto 0.5em;
    text-align: center;
    display: block;
    line-height: 1;
}
.flow-step li .num span {
    color: #3CB378;
	font-weight: 600;
}
.flow-step li .num span:first-of-type {
    font-size: 0.8em;
    display: none;
}
.flow-step li .num span:last-of-type {
    font-size: 2em;
    font-family: "aaux-next", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
}

.dropbtn{
    cursor: pointer;
    position: relative;
}
.dropbtn::before,
.dropbtn::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #fff;
}
.dropbtn::before {
    top: 48%;
    right: 40px;
    transform: rotate(0deg);
}
.dropbtn::after {
    top: 48%;
    right: 40px;
    transform: rotate(90deg);
}
.dropbtn.open::after {
    transform: rotate(0deg);
}
.dropmenu + .dropbtn{
    margin-top: 1em;
}
.dropmenu + .btn-base{
    margin-top: 2.5em;
}


/* FLOW */
.flow .ttl-style,
.flow .ttl-style+p {
    color: white;
}

.flow .ttl-style+p+hr {
    background-color: #fff;
}

.flow .flow-block {
    max-width: 1010px;
    margin: 70px auto;
    width: 100%;
}

.flow .flow-block .flow-ctn {
    margin: 20px auto;
    padding: 30px 40px;
    align-items: center;
}

.flow .flow-block .flow-ctn .img-box {
    width: 25%;
}

.flow .flow-block .flow-ctn .img-box img {
    margin: auto;
}

.flow .flow-block .flow-ctn .txt-box {
    align-items: flex-start;
    width: 100%;
}

.flow .flow-block .flow-ctn .step {
    background: #3CB378;
    height: 100px;
    width: 100px;
    margin: 0 5%;
    padding: 2%;
    text-align: center;
    border-radius: 50%;
}

.flow .flow-block .flow-ctn .step span {
    color: #fff;
}

.flow .flow-block .flow-ctn .step span:first-of-type {
    font-size: 1.15rem;
}

.flow .flow-block .flow-ctn .step span:last-of-type {
    font-size: 3rem;
    font-family: "aaux-next", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.flow .flow-block .flow-ctn .txt-box-inner {
    width: 74%;
    margin-top: 10px;
}

.flow .flow-block .flow-ctn .txt-box-inner h5 {
    font-weight: 600;
    font-size: 1.9rem;
    color: #3CB378;
    margin-bottom: 15px;
}

.flow .flow-block .flow-ctn .txt-box-inner p {
    line-height: 1.5;
    font-size: 1.2rem;
}

.flow .flow-block .flow-ctn .txt-box-inner a {
    font-size: 1.3rem;
    color: #3CB378;
    margin-top: 15px;
    display: block;

}

.flow .flow-block .arr-ctn {
    margin-left: 15%;
}

/* result */
.result {
    padding-bottom: 120px;
}

.result .result-ctn {
    justify-content: space-between;
    margin-top: 70px;
}

.result .result-ctn .result-box {
    padding: 45px;
    width: 48%;
}

.result .result-ctn .result-box h5 {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 25px;

}

.result .result-ctn .result-box h5 span {
    color: #3CB378;
    font-size: larger;
}

.result .result-ctn .result-box p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 40px;
}

.result .inability {
    background-color: #E1E1E1;
    border-radius: 20px;
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 60px;
}

.result .inability .txt-box h5 {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;

}

.result .inability .txt-box {
    width: 78%;
    margin-top: 45px;
}

.result .inability .txt-box p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 30px;
}

.result .inability .img-box {
    margin-top: -40px;
    margin-left: 2%;
}


/* QandA */

.qna {
    padding-top: 165px;
    margin-top: 100px;
    padding-bottom: 20px;
}

.qna .img-box {
    margin-top: -270px;
    margin-bottom: -50px;
}

.qna .img-box img {
    margin: auto;
}

.qna .qna-ctn {
    max-width: 1010px;
    width: 100%;
    margin: 45px auto;

}


.qna .qua-block li {
    border-bottom: 2px solid #3cb378;
}

.qna .qua-block .question {
    position: relative;
    cursor: pointer;
    padding: 2.5% 5% 2.5% 20px;
    transition: all .5s ease;
    font-size: 1.3rem;
    font-weight: 600;
}

.qna .qua-block .question::before,
.qna .qua-block .question::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #3CB378;

}

.qna .qua-block .question::before {
    top: 48%;
    right: 40px;
    transform: rotate(0deg);

}

.qna .qua-block .question::after {
    top: 48%;
    right: 40px;
    transform: rotate(90deg);
}


.qna .qua-block .question.close::after {
    transform: rotate(0deg);
}

.qna .qua-block .qna-box span {
    font-family: "mozaic-geo-variable", sans-serif;
}

.qna .qua-block .question p {
    align-items: center;
}

.qna .qua-block .question .q-ttl {
    font-size: 2.2rem;
    background-color: #3cb378;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 1%;
    text-align: center;
    margin-right: 30px;
}

.qna .qua-block .question .q-ttl+span {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-right: 10px;
    margin-bottom: -0.3em;
}

.qna .qua-block .answer p {
    align-items: baseline;
}


.qna .qua-block .answer .a-ttl {
    font-size: 1.9rem;
    font-weight: 600;
    margin-right: 30px;
}

.qna .qua-block .answer .a-ttl+span {
    font-size: 1.15rem;
}

.qna .qua-block .answer .a-ttl+span a {
    padding-bottom: 1px;
    border-bottom: 1px solid;
}

.qna .qua-block .answer {
    display: none;
    background: rgb(60 179 120 / 9%);
    padding: 3% 3% 3% 50px;
    font-size: 1.2rem;
    line-height: 1.5;
}



/* guide */
.guide {
    padding-bottom: 100px;
}

.guide .guide-ctn {
    margin-top: 50px;
}

.guide.tab-menu .tab {
    justify-content: space-between;
}

.guide.tab-menu .tab li {
    width: 18%;
}

.guide.tab-menu .tab li a.p-ajust {
    padding: 14px 27px;
}

/* form */
.form {
    padding-bottom: 30px;
}


/* footer */

footer a {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
}

footer small {
    color: black;
    letter-spacing: 0;
    font-size: smaller;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 500;
    display: block;
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: +9999;
}

.page-top a {
    transition: all .3s ease;
}

@media (max-width: 1400px) {
    header.pc-only .info-ctn .nav-bar .nav-link {
        font-size: 0.9rem;
    }

    header.pc-only .info-ctn .top-bar .button {
        font-size: 0.8rem;
    }

    header.pc-only .info-ctn .top-bar .button:nth-of-type(2) {
        font-size: 0.75rem;
    }

    header.pc-only .info-ctn .top-bar .phone-number span {
        font-size: 1.5rem;
    }

}

@media (max-width: 1300px) {
    header.pc-only .mail-ctn a {
        padding: 1.7rem;
    }

    .test-kit .kit-block .kit-ctn .kit-box p.inspection {
        font-size: 0.9rem;
    }

    .first-time .sos-block p {
        font-size: 3rem;
    }

    .test-flow .test-flow-block ul li {
        background-size: 70px;
    }
}

@media (max-width: 1200px) {

    header.pc-only .logo-ctn {
        width: 18%;
        margin: auto;
        margin-right: 2%;
    }

    header.pc-only .info-ctn .nav-bar .nav-link {
        font-size: 0.8rem;
        margin: 0 9px;
    }

    header.pc-only .info-ctn .top-bar .button {
        font-size: 0.7rem;
        padding: 4px 10px;
    }

    header.pc-only .info-ctn .top-bar .button:nth-of-type(2) {
        font-size: 0.75rem;
        padding: 9px 5px;
    }

    header.pc-only .info-ctn .top-bar .top-bar-right p {
        font-size: 0.7rem;
    }

    header.pc-only .info-ctn .top-bar .phone-number span {
        font-size: 1.2rem;
    }

    header.pc-only .mail-ctn a {
        padding: 1.3rem 1.1rem;
    }


    .about .case-ctn div p {
        font-size: 1.6rem;
    }

    .about .case-ctn div p span.en {
        font-size: 2.3rem;
        letter-spacing: 2px;
    }

    .about .case-ctn div p span.en span {
        font-size: 3.5rem;
    }

    .tab-menu .tab {
        margin: 90%;
        margin: auto;
    }

    .tab-menu .tab li a {
        font-size: 0.9rem;
    }




}


@media (max-width: 1000px) {

    * {
        letter-spacing: 1px;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    hr {
        max-width: 31px;
    }


    .ttl-style {
        font-size: 2rem;
        white-space: nowrap;
        padding: 40px 0 5px;
        letter-spacing: 2px;
    }

    .ttl-style+p {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    hr+.sub-ttl {
        text-align: center;
        line-height: 1.5;
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 20px;
    }

    .inner-ctn {
        width: 90%;
    }

    .bg-green {
        border: 2px solid #3CB378;
        padding: 30px 0 90px;
    }

    .bg-white {
        border-radius: 10px;
    }

    .bd-green {
        border: 2px solid #3CB378;
        border-radius: 10px;
    }


    .btn-base {
        width: 65%;
    }

    .btn-base a {
        font-size: 0.8rem;
    }

    header.pc-only {
        display: none;
    }

    header.sp-only {
        width: 100%;
        position: fixed;
        z-index: +99999;
    }

    header.sp-only .nav-ctn {
        display: flex;
        align-items: center;
        position: relative;
        background-color: #fff;
        justify-content: flex-end;
        margin-bottom: -1px;
    }

    header.sp-only .logo {
        margin-right: auto;
        margin-left: 5px;
    }

    header.sp-only .nav-ctn a.ico-info {
        padding: 1% 1% 1%;
        border-left: 1px solid #3CB378;
        border-right: 1px solid #3CB378;
        margin-left: 10px;
    }

    header.sp-only .nav-ctn a.ico-new {
        padding: 1% 0.5% 1%;
    }

    header.sp-only .nav-ctn a.ico-mail {
        background-color: #FFD55D;
        padding: 9px;
    }

    header.sp-only .nav-ctn a.ico-info img,
    header.sp-only .nav-ctn a.ico-mail img {
        width: 20px;
        margin: auto;
        margin-bottom: 3px;
    }

    header.sp-only .nav-ctn a.ico-new img {
        width: 12px;
        margin: 3px auto 1px;
    }

    header.sp-only .nav-ctn a p {
        font-size: 0.5rem;
        color: #3CB378;
        font-weight: 600;
        line-height: 1.3;
        display: block;
        text-align: center;
        letter-spacing: 0.5px;
    }

    header.sp-only .nav-ctn a.ico-new p {
        line-height: 3;
    }

    header.sp-only .nav-ctn a.ico-mail p {
        color: #474747;
        line-height: 3;
    }


    header.sp-only .hamburger-menu {
        position: relative;
        border: none;
        padding: 30px;
        background: none;

    }

    header.sp-only .hamburger-menu__bar {
        display: inline-block;
        width: 37%;
        height: 3px;
        background: #6e6e6e;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
    }

    header.sp-only .hamburger-menu__bar:first-child {
        /* top: 14px; */
        top: calc(50% - 8px);
    }

    header.sp-only .hamburger-menu__bar:nth-child(2) {
        top: 50%;
    }

    header.sp-only .hamburger-menu__bar:nth-child(3) {
        top: calc(50% + 8px);
    }

    header.sp-only .hamburger-menu--open .hamburger-menu__bar {
        top: 50%;
        background-color: #fff;
    }

    header.sp-only .hamburger-menu--open .hamburger-menu__bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    header.sp-only .hamburger-menu--open .hamburger-menu__bar:nth-child(3) {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    header.sp-only .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
        display: none;
    }

    header.sp-only .hamburger-menu--open {
        background-color: #3CB378;
    }


    header.sp-only .navigation {
        display: none;
        background: #3CB378;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    header.sp-only .navigation__list {
        background: #fff;
        border-radius: 10px;
        width: 90%;
        margin: 20px auto;
    }

    header.sp-only .navigation__list-item {
        border-bottom: solid 1px #b4b4b4;
        margin: auto;
    }

    header.sp-only .navigation__list-item:last-of-type {
        border: none;
    }

    header.sp-only .navigation__link {
        font-size: 16px;
        display: block;
        padding: 20px 20px;
        transition: .5s;
        font-weight: 600;
    }

    header.sp-only .top-bar-01 {
        border-radius: 10px;
        width: 90%;
        margin: 55px auto 20px;
    }

    header.sp-only .top-bar-01 a {
        width: 50%;
        align-items: center;
        font-weight: 600;
        justify-content: center;
        padding: 13px 15px;

    }

    header.sp-only .top-bar-01 a:first-child {
        background-color: #fff;
        color: #3CB378;
        border-radius: 10px 0 0 10px;
    }

    header.sp-only .top-bar-01 a:last-child {
        background-color: #FFD55D;
        border-radius: 0 10px 10px 0;
    }

    header.sp-only .top-bar-01 a img {
        width: 12%;
    }

    header.sp-only .top-bar-01 a:last-child img {
        width: 15%;
    }

    header.sp-only .top-bar-01 a p {
        margin-left: 10px;
        font-size: 14px;
    }

    header.sp-only .top-bar-01 a:first-child p {
        color: #3CB378;
        font-size: 15px;
    }

    header.sp-only .top-bar-02 {
        width: 90%;
        margin: 0 auto 100px;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 13px 5px;
        text-align: center;
    }

    header.sp-only .top-bar-02 p {
        color: #fff;
        font-size: 0.65rem;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    header.sp-only .top-bar-02 a {
        justify-content: center;
        align-items: center;
    }

    header.sp-only .top-bar-02 a img {
        width: 100%;
        max-width: 25px;
    }

    header.sp-only .top-bar-02 a span {
        color: #fff;
        font-size: 2rem;
        font-weight: 600;
        font-family: 'mozaic-geo-variable';
    }

    .top {
        padding-top: 0;
    }

    .top .side-nav {
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        max-width: none;
        width: 74%;
        writing-mode: unset;
        align-items: flex-end;
        pointer-events: none;
    }

    .top .side-nav a {
        letter-spacing: 0;
        font-size: 0.8rem;
        align-content: center;
        justify-content: center;
        width: 51%;
        line-height: 1.2;
        text-align: left;
        pointer-events: all;


    }

    .top .side-nav a:first-of-type {
        border-radius: 10px 0 0 0;
        padding: 14px 10px;
    }

    .top .side-nav a:last-of-type {
        border-radius: 0 10px 0 0px;
        padding: 10px;
    }

    .top .side-nav a:first-of-type div {
        width: 14px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .top .side-nav a:last-of-type div {
        width: 25px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .about h2 {
        font-size: 5rem;
        margin-top: 35px;
    }

    .about {
        background: 50% 100% / 27% url(images/about-cha.png) no-repeat;
    }

    .about .case-ctn div {
        width: 30%;
    }

    .about .case-ctn div p {
        font-size: 0.75rem;
    }

    .about .case-ctn div p span.en {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .about .case-ctn div p span.en span {
        font-size: 1.4rem;
    }

    .about .case-ctn div img {
        margin: 10px auto;
    }

    .about .case-ctn+p {
        width: 95%;
        font-size: 0.85rem;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .about .comment {
        width: 90%;
        margin: 30px auto 42%;
        border: 2px solid #3CB378;

    }

    .about .comment p {
        padding: 20px 25px;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .about .comment p:before {
        width: 25px;
        height: 2px;
        rotate: 58deg;
        bottom: -4px;
        left: calc(100%/2 - 60px);

    }

    .about .comment p:after {
        content: "";
        width: 20px;
        height: 4px;
        background: #fff;
        display: block;
        position: absolute;
        bottom: -3px;
        left: calc(100%/2 - 50px);
    }

    .about .comment p span {
        font-size: 1rem;
    }

    .test-kit .kit-block:first-of-type {
        margin-bottom: 22%;
    }


    .test-kit .kit-block .kit-ctn {
        flex-wrap: wrap;
    }

    .test-kit .kit-block h3 {
        font-size: 1rem;
        padding: 17px 0;
        margin: 50px auto 0px;
    }

    .test-kit .kit-block h3::before {
        left: 2%;
        padding: 14%;
    }


    .test-kit .kit-block:last-of-type h3::before {
        padding: 14%;
        left: 2%;
    }

    .test-kit .kit-block .kit-ctn .kit-box {
        border-bottom: 2px dotted #e4e4e4;
        padding: 3%;
        width: 100%;
        /* margin-bottom: 30px; */
        border-right: none;
    }



    .test-kit .kit-block .kit-ctn .kit-box .sp-flx {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .test-kit .kit-block .kit-ctn .kit-box img {
        width: 31%;
        margin: 0 auto;
        margin-right: 15px;
        margin-left: 0;
    }

    .test-kit .kit-block .kit-ctn .kit-box p.tag {
        font-size: 0.7rem;
        padding: 5px 13px;
        margin-top: 0;
    }

    .test-kit .kit-block .kit-ctn .kit-box p.name {
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 600;
        margin: 5px auto;
    }

    .test-kit .kit-block .kit-ctn .kit-box p.price {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .test-kit .kit-block .kit-ctn .kit-box p.inspection {
        font-size: 0.7rem;
        line-height: 2;
        margin-bottom: 5px;
    }
    .test-kit .kit-block .kit-ctn .kit-box p.inspection span{
        padding: 2px 8px !important;
        letter-spacing: 1px !important;
    }
    .test-kit .kit-block .kit-ctn .kit-box:last-of-type {
        border-bottom: none;
    }

    .test-kit .kit-block-common:first-of-type {
        margin-bottom: 22%;
    }

    .test-kit .kit-block-common .kit-ctn {
        flex-wrap: wrap;
    }

    .test-kit .kit-block-common h3 {
        font-size: 1rem;
        padding: 17px 0;
        margin: 50px auto 0px;
    }

    .test-kit .kit-block-common h3::before {
        left: 2%;
        padding: 14%;
    }


    .test-kit .kit-block-common:last-of-type h3::before {
        padding: 14%;
        left: 2%;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box {
        border-bottom: 2px dotted #e4e4e4;
        padding: 3%;
        width: 100%;
        /* margin-bottom: 30px; */
        border-right: none;
    }


    .test-kit .kit-block-common .kit-ctn .kit-box .sp-flx {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box img {
        width: 31%;
        margin: 0 auto;
        margin-right: 15px;
        margin-left: 0;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box p.tag {
        font-size: 0.7rem;
        padding: 5px 13px;
        margin-top: 0;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box p.name {
        font-size: 0.9rem;
        line-height: 1.2;
        font-weight: 600;
        margin: 5px auto;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box p.price {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .test-kit .kit-block-common .kit-ctn .kit-box p.inspection {
        font-size: 0.7rem;
        line-height: 2;
        margin-bottom: 5px;
    }
    .test-kit .kit-block-common .kit-ctn .kit-box p.inspection span{
        padding: 2px 8px !important;
        letter-spacing: 1px !important;
    }
    .test-kit .kit-block-common .kit-ctn .kit-box:last-of-type {
        border-bottom: none;
    }


    .first-time h1 {
        padding: 40px 0 10px 25px;
    }

    .first-time .sos-block {
        width: 90%;
        margin: 30px auto 0;
    }

    .first-time .sos-block div:first-of-type {
        width: 65%;
    }

    .first-time .sos-block p {
        font-size: 2.5vh;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .first-time .sos-block p img {
        margin-bottom: -8px;
        margin-left: 10px;
        width: 51%;
    }

    .first-time .sos-block+p {
        font-size: 2vh;
        margin: 20px auto;
    }

    .first-time .img-box {
        width: 90%;
        margin: auto;
    }

    .first-time::after {
        bottom: -1.9rem;
        border-left: 2rem solid transparent;
        border-right: 2rem solid transparent;
        border-top: 3.7rem solid #fff;
    }

    .test-flow .sub-ttl {
        margin: 30px auto 30px;
    }

    .test-flow .sub-ttl p {
        font-size: 2.5vh;
        line-height: 1.5;
        letter-spacing: 1px;
        padding: 0 10px 10px 0;
        width: 80%;
    }

    .test-flow .sub-ttl p+img {
        width: 25%;
    }

    .test-flow .test-flow-block ul {
        width: 100%;
    }

    .test-flow .test-flow-block ul li {
        background-size: 110px;
        padding: 0 20%;
        margin-bottom: 45px;
    }

    .test-flow .test-flow-block li p.ttl {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .test-flow .test-flow-block li p.txt {
        font-size: 0.9rem;
    }

    .company {
        padding-bottom: 50px;
        border-radius: 10px;
    }

    .company .company-ctn {
        width: 90%;
        margin: 40px auto 20px;
        border: 2px solid #3CB378;
        padding: 4.3%;
        display: block;
    }


    .company .company-ctn p {
        width: 100%;
        margin-right: 0;
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .company .company-ctn p:before {
        width: 25px;
        height: 2px;
        left: calc(100%/2 - 60px);
        bottom: -7px;
    }

    .company .company-ctn p::after {
        left: calc(100%/2 - 47px);
    }

    .company .company-ctn p+div {
        width: 90%;
        margin: auto;
    }

    .company .company-case-ctn {
        width: 90%;
        display: block;
        margin-bottom: 40px;
    }

    .company .company-case-ctn div.company-cha-box {
        width: 35%;
        margin: auto;
    }

    .company .company-case-ctn .company-case-box {
        width: 100%;
    }

    .company .company-case-ctn .company-case-box p {
        font-size: 1rem;
    }

    .items .items-block {
        padding: 0 3% 7%;
        margin: 50px auto;
    }

    .items .items-block h4 {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        margin: -40px auto -1px;
    }

    .items .items-block h4 div {
        width: 34%;
    }

    .items .items-block h4 span {
        font-size: 1.5rem;
        margin-top: 40px;
        margin-left: 0;
        width: 50%;
        text-align: center;
    }

    .items .items-block h5.sub-ttl {
        font-size: 1rem;
        padding: 10px 0;
        border-radius: 5px;
        line-height: 1.2;
    }

    .items .items-block .items-ctn {
        margin: 0 auto 40px;
    }

    .items .items-block .items-ctn .items-box {
        width: 100%;
    }

    .items .items-block .items-ctn .items-box h6 {
        font-size: 0.95rem;
        margin-top: 20px;
        background-size: 30px;
        padding-left: 40px;
    }

    .items .items-block .items-ctn .items-box h6+p {
        font-size: 0.8rem;
        padding-left: 40px;
    }

    .items .items-block .symptom-block {
        flex-wrap: wrap;
    }

    .items .items-block .symptom-block .symptom-ctn {
        width: 80%;
        margin: 10px auto;
    }

    .items .items-block .symptom-block .symptom-ctn h5 {
        font-size: 1rem;
        padding: 25px 0 10px;
        border-width: 1px;
    }

    .items .items-block .symptom-block .symptom-ctn h5:before,
    .items .items-block .symptom-block .symptom-ctn h5:after {
        border-width: 10px 10px 0px 10px;
    }

    .items .items-block .symptom-block .symptom-ctn h5:before {
        bottom: -12px;
    }

    .items .items-block .symptom-block .symptom-ctn h5:after {

        bottom: -9px;
    }

    .items .items-block .symptom-block .symptom-ctn .symptom-list {
        margin: 20px auto;
    }

    .items .items-block .symptom-block .symptom-ctn .symptom-list li {
        font-size: 0.85rem;
        padding: 3px 0 3px 20px;
        line-height: 1.3;
    }

    .items .items-block .symptom-block .symptom-ctn .symptom-list li::before {
        width: 12px;
        height: 12px;
        left: 0;
        top: calc(50% - 6px);
    }

    .items .items-block .recommended-kit-block .recommended-item {
        border-radius: 10px;
    }

    /* .items .items-block .recommended-kit-block .recommended-item h6 {
        font-size: 1rem;
        margin-bottom: 20px;
    } */

    .items .items-block .recommended-kit-block .recommended-item .items-img {
        column-gap: 7%;
    }

    .items .items-block .recommended-kit-block .recommended-item .items-info p.tag {
        padding: 5px 15px;
        margin: 15px 0 5px;
        font-size: 0.65rem;
    }


    .items .items-block .recommended-kit-block .recommended-item .items-info p.name {
        font-size: 1rem;
        margin: 5px auto;
    }

    .items .items-block .recommended-kit-block .recommended-item .items-info p.price {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }

    .items .items-block .recommended-kit-block .recommended-item .items-info+p {
        font-size: 0.8rem;
    }
    .items .items-block .usage-block{
        margin: 1em auto 2em;
    }
    .usage-block .point{
        padding: 2.2em 1em 1em;
    }
    .usage-block .point-tit{
        left: 1em;
    }
    .usage-block .point-list{
    }
    .usage-block .sample{
        text-align: left;
        padding: 0 0.5em;
    }
    .usage-block .sample-tit{
        font-size: 1.4em;
    }
    .usage-step > li{
        flex-wrap: wrap;
        border: none;
        border-bottom: solid 1px #3CB378;
        border-radius: 0;
        margin: 0;
        padding: 1em 0.5em;
    }
    .usage-step > li:last-of-type{
        border-bottom: none;
    }
    .usage-step .step-box{
        width: 100%;
    }
    .usage-step .step{
        margin: 0 auto;
    }
    .usage-step .img-box{
        width: 100%;
        margin: 4vw 0;
    }
    .usage-step .txt-box{
        width: 100%;
    }
    .usage-step .content-list li{
        width: 100%;
    }

    .items .items-block .flow-step-block{
    
    }
	.flow-step{
    	display: block;
		margin: 1em auto 1em;
	}
	.flow-step li{
		width: 100%;
        padding: 1.5em 0.5em 1em;
		display: block;
		border-bottom: 1px solid #3CB378;
	}
    /* .flow-step li:first-of-type{
        padding-top: 1em;
    } */
    .flow-step li .num{
        margin: 0 auto 0.2em;
    }
    .flow-step li .num span:last-of-type{
        font-size: 1.6em;
    }
    .flow-step li p{
        font-size: 1em;
    }
	.flow-step li:last-of-type{
        border-bottom: none;
    }
	.flow-step li:after,
	.flow-step li:before{
        right: 0;
        left: 0;
		top: auto;
		bottom: -1em;
		margin: 0 auto;
		border-width: 1em 2em 0 2em;
		border-color: #3CB378 transparent transparent transparent;
	}
	.flow-step li:after{
		margin-bottom: 1px;
		border-color: #ececec transparent transparent transparent;
	}

    .dropbtn::before,
    .dropbtn::after {
        width: 12px;
        height: 2px;
        right: 10px;
    }


    .flow .ttl-style {
        padding-top: 0;
    }

    .flow .flow-block {
        margin: 30px auto;
    }

    .flow .flow-block .flow-ctn {
        flex-wrap: wrap;
        padding: 15px 10px;
        justify-content: center;
    }

    .flow .flow-block .flow-ctn .img-box {
        width: 40%;
        margin: 5px auto;
    }

    .flow .flow-block .flow-ctn .txt-box {
        align-items: flex-start;
        width: 100%;
    }

    .flow .flow-block .flow-ctn .txt-box-inner h5 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .flow .flow-block .flow-ctn .txt-box-inner p {
        font-size: 0.8rem;
    }

    .flow .flow-block .flow-ctn .step {
        height: 50px;
        width: 50px;
        margin: 0 3%;
        padding: 0.3%;
    }

    .flow .flow-block .flow-ctn .step span:first-of-type {
        font-size: 0.6rem;
    }

    .flow .flow-block .flow-ctn .step span:last-of-type {
        font-size: 1.6rem;
        font-family: "aaux-next", sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .flow .flow-block .flow-ctn .txt-box-inner a {
        font-size: 0.8rem;
    }

    .flow .flow-block .arr-ctn {
        margin-left: 10%;
        width: 4%;
    }

    .flow .flow-block .arr-ctn.arr-long {
        width: 35%;
    }

    .result {
        padding-bottom: 50px;
    }

    .result .result-ctn {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .result .result-ctn .result-box {
        width: 100%;
        margin-bottom: 30px;
        padding: 30px;
    }

    .result .result-ctn .result-box h5 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .result .result-ctn .result-box p {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .result .inability {
        flex-wrap: wrap;
        border-radius: 10px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .result .inability .txt-box {
        width: 85%;
        margin: 30px auto 20px;
    }

    .result .inability .txt-box h5 {
        font-size: 1.15rem;
    }

    .result .inability .txt-box p {
        font-size: 0.8rem;
        margin-top: 20px;
        display: flex;
        align-items: flex-end;
    }

    .result .inability .txt-box p img {
        width: calc(100%/2 - 2vh);
        /* width: 36%; */
        height: auto;
        margin-bottom: -20px;
    }

    .tab-menu .tab {
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
        justify-content: space-between;

    }

    .tab-menu .tab li {
        width: 47%;
        margin: 10px 0;
    }

    .tab-menu .tab li a {
        margin: 0 2px;
        padding: 13px 12px;
        font-size: 0.7rem;
        line-height: 1.1;
    }

    .tab-ctn {
        padding: 20px 20px;
    }

    .tab-ctn h5 {
        font-size: 1.2rem;
        padding-bottom: 15px;
    }

    .qna {
        padding-top: 195px;
        margin-top: 75px;
    }

    .qna .img-box {
        margin: auto;
        margin-top: -270px;
        margin-bottom: -20px;
        width: 24%;
    }

    .qna .qna-ctn {
        margin: 15px auto;
    }


    .tab-menu .tab li.active a:after,
    .tab-menu .tab li:hover a:after {
        border-width: 12px 9px 0px 9px;
        bottom: -11px;
    }

    .qna .qua-block .question {
        padding: 4% 20px 3% 0px;
    }

    .qna .qua-block .question::before,
    .qna .qua-block .question::after {
        width: 12px;
        height: 2px;
        right: 5px;
    }

    .qna .qua-block .question .q-ttl {
        font-size: 1.1rem;
        width: 30px;
        height: 30px;
        padding: 7px;
        margin-right: 15px;
    }

    .qna .qua-block .question .q-ttl+span {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .qna .qua-block .answer {
        padding: 4% 20px 3% 0px;
    }

    .qna .qua-block .answer .a-ttl {
        font-size: 1.1rem;
        margin-right: 10px;
        padding: 2.8%;
        margin-left: 5px;
    }

    .qna .qua-block .answer .a-ttl+span {
        font-size: 0.85rem;
    }

    .guide.tab-menu .tab {
        margin-top: 20px;
    }

    .guide.tab-menu .tab li {
        width: 47%;
        margin: 10px 0;
    }

    .guide.tab-menu .tab li a.p-ajust {
        padding: 7px 12px;
    }

    footer a {
        width: 60%;
        margin: 30px auto;
    }

    .page-top {
        bottom: 6%;
        right: 2%;
        width: 40px;
    }



}

@media (max-width: 768px) {


    .top .side-nav a {
        font-size: 3vw;
    }
    .top .side-nav a:first-of-type {
        padding: 3.1vw 2.2vw;
    }

    .top .side-nav a:last-of-type {
        padding: 2.2vw;
    }

    .top .side-nav a:first-of-type div {
        width: 3.5vw;
    }

    .top .side-nav a:last-of-type div {
        width: 6vw;
    }

    header.sp-only .nav-ctn a p{
        font-size: 2vw;
    }
    header.sp-only .nav-ctn a.ico-info {
        padding: 1vw 1vw 1vw;
        margin-left: 2vw;
    }

    header.sp-only .nav-ctn a.ico-new {
        padding: 1vw 1vw 1vw;
    }

    header.sp-only .nav-ctn a.ico-mail {
        padding: 2.4vw 2.4vw;
    }

    header.sp-only .nav-ctn a.ico-info img,
    header.sp-only .nav-ctn a.ico-mail img {
        width: 5vw;
    }

    header.sp-only .nav-ctn a.ico-new img {
        width: 3vw;
    }

    header.sp-only .hamburger-menu {
        padding: 6vw 7.5vw;
    }
    header.sp-only .logo {
        margin-left: 1vw;
    }
    header.sp-only .logo img{
        width: 35vw;
    }
    .btn-base a{
        font-size: 3vw;
    }
    .items .items-block .recommended-kit-block .recommended-item .items-info+p{
        font-size: 3vw;
    }
    .test-flow .test-flow-block ul li {
        background-size: 15%;
    }

    .test-flow .test-flow-block li p.ttl,
    .test-flow .test-flow-block li p.txt {
        padding: 0;

    }
}