#wrapper{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #2d2d2d;
}
#wrapper *:hover {
    transition: all .3s ease;
}
#wrapper * {
    transition: all .3s ease;
}
footer .ftTop {
    margin-top: 0;
}
@media (min-width: 1367px) {
    .u-hide-pc {
        display: none !important;
    }
    .u-hide-sp {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .u-hide-pc {
        display: none !important;
    }
    .u-hide-sp {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .u-hide-pc {
        display: block !important;
    }
    .u-hide-sp {
        display: none !important;
    }
}
/* scroll */
@media (min-width: 1367px) {
    .section-fade {
        opacity: 0;
        transition: .5s;
        transform: translateY(calc(20 / 16 * 1rem));
    }
    .section-is-show {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .section-fade {
        opacity: 0;
        transition: .5s;
        transform: translateY(calc(20 / 1366 * 100vw));
    }
    .section-is-show {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .section-fade {
        opacity: 0;
        transition: .5s;
        /* position: relative; */
        transform: translateY(calc(20 / 750 * 100vw));
    }
    .section-is-show {
        opacity: 1;
        transform: translateY(0);
    }
}
/* btn animation */
@media (min-width: 768px) {
    .animation-bounce:hover {
        animation: hover-bounce .5s ease 1;
        transition: all .3s ease;
        opacity: 1;
    }
    .animation-bounce a:hover {
        opacity: 1;
    }
    @keyframes hover-bounce {
        0% {
            transform: scale(1)
        }
      
        40% {
            transform: scale(.85)
        }
      
        to {
            transform: scale(1)
        }
      }
}
/* --------------------------------------------------------------------------
  SECTION
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .section {
        padding: calc(95 / 16 * 1rem) 0 calc(88 / 16 * 1rem) 0;
    }
/* text */
    .section .section-text__label{
        font-size: calc(16 / 16 * 1rem);
        line-height: 2;
    }
    .section-text__accent {
        color: #01653e;
        font-weight: bold;
    }
/* ttl */
    .section__ttl {
        margin: 0 auto;
    }
    .section__ttl--sub,
    .section__ttl--main {
        color: #01653e;
        font-weight: bold;
        text-align: center;
    }
    .section__ttl--sub {
        font-size: calc(18 / 16 * 1rem);
    }
    .section__ttl--main {
        font-size: calc(40 / 16 * 1rem);
        position: relative;
        display: block;
        width: calc(300 / 16 * 1rem);
        margin: 0 auto;
    }
    .kinds .section__ttl--main {
        width: calc(300 / 16 * 1rem);
    }
    .eiyoso .section__ttl--main {
        width: calc(472 / 16 * 1rem);
    }
    .when .section__ttl--main {
        width: calc(378 / 16 * 1rem);
    }
    .section__ttl--main::before,
    .section__ttl--main::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section__ttl--main::before {
        left: 0;
    }
    .section__ttl--main::after {
        right: 0;
    }
    .kinds .section__ttl--main::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        width: calc(27 / 16 * 1rem);
        height: calc(37 / 16 * 1rem);
    }
    .kinds .section__ttl--main::after {
        background: url(../img/ico_drink_brown.svg) no-repeat center / contain;
        width: calc(27 / 16 * 1rem);
        height: calc(37 / 16 * 1rem);
    }
    .eiyoso .section__ttl--main::before,
    .eiyoso .section__ttl--main::after {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        width: calc(27 / 16 * 1rem);
        height: calc(26 / 16 * 1rem);
    }
    .when .section__ttl--main::before,
    .when .section__ttl--main::after {
        background: url(../img/ico_clock_white.svg) no-repeat center / contain;
        width: calc(37 / 16 * 1rem);
        height: calc(37 / 16 * 1rem);
    }
    .when .section__ttl--main::after {
        transform-origin:center center 0;
        transform: translateY(-50%) scale(-1, 1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
/* list */
    .section-list_item {
        position: relative;
        padding-left: calc(16 / 16 * 1rem);
    }
    .section-note-list_item {
        position: relative;
        font-size: calc(10 / 16 * 1rem);
        padding-left: calc(10 / 16 * 1rem);
    }
    .section-list_item::before,
    .section-note-list_item::before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-list_item::before {
        content: "・";
    }
    .section-note-list_item::before {
        content: "※";
        
    }

/* bnr */
    .section-bnr-text {
        text-align: center;
        margin-bottom: calc(20 / 16 * 1rem);
    }
    .section-bnr-text__label {
        color: #dd522a;
        font-size: calc(14 / 16 * 1rem);
        font-weight: bold;
        position: relative;
        line-height: 1;
        display: inline-block;
    }
    .section-bnr-text__label::before,
    .section-bnr-text__label::after {
        content: "";
        position: absolute;
        bottom: calc(2 / 16 * 1rem);
        width: calc(14 / 16 * 1rem);
        height: calc(14 / 16 * 1rem);
        background: url(../img/bnr_hukidashi.png) no-repeat center / contain;
    }
    .section-bnr-text__label::before {
        left: calc(-26 / 16 * 1rem);
    }
    .section-bnr-text__label::after {
        right: calc(-26 / 16 * 1rem);
        transform: scale(-1, 1);
    }
    .section-bnr {
        width: calc(560 / 16 * 1rem);
        margin: 0 auto;
    }
    /* BG */
    .navigation,
    .eiyoso,
    .when {
        background: #fcf7ea;
    } 
}
@media (min-width: 768px) and (max-width: 1366px) {
    .section {
        padding: calc(95 / 1366 * 100vw) 0 calc(88 / 1366 * 100vw) 0;
    }
/* text */
    .section .section-text__label{
        font-size: calc(16 / 16 * 1rem);
        line-height: 2;
    }
    .section-text__accent {
        color: #01653e;
        font-weight: bold;
    }
/* ttl */
    .section__ttl {
        margin: 0 auto;
    }
    .section__ttl--sub,
    .section__ttl--main {
        color: #01653e;
        font-weight: bold;
        text-align: center;
    }
    .section__ttl--sub {
        font-size: calc(18 / 1366 * 100vw);
    }
    .section__ttl--main {
        font-size: calc(40 / 1366 * 100vw);
        position: relative;
        display: block;
        width: calc(300 / 1366 * 100vw);
        margin: 0 auto;
    }
    .kinds .section__ttl--main {
        width: calc(300 / 1366 * 100vw);
    }
    .eiyoso .section__ttl--main {
        width: calc(472 / 1366 * 100vw);
    }
    .when .section__ttl--main {
        width: calc(378 / 1366 * 100vw);
    }
    .section__ttl--main::before,
    .section__ttl--main::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section__ttl--main::before {
        left: 0;
    }
    .section__ttl--main::after {
        right: 0;
    }
    .kinds .section__ttl--main::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        width: calc(27 / 1366 * 100vw);
        height: calc(37 / 1366 * 100vw);
    }
    .kinds .section__ttl--main::after {
        background: url(../img/ico_drink_brown.svg) no-repeat center / contain;
        width: calc(27 / 1366 * 100vw);
        height: calc(37 / 1366 * 100vw);
    }
    .eiyoso .section__ttl--main::before,
    .eiyoso .section__ttl--main::after {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        width: calc(27 / 1366 * 100vw);
        height: calc(26 / 1366 * 100vw);
    }
    .when .section__ttl--main::before,
    .when .section__ttl--main::after {
        background: url(../img/ico_clock_white.svg) no-repeat center / contain;
        width: calc(37 / 1366 * 100vw);
        height: calc(37 / 1366 * 100vw);
    }
    .when .section__ttl--main::after {
        transform-origin:center center 0;
        transform: translateY(-50%) scale(-1, 1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .qa .section__ttl--main::before,
    .qa .section__ttl--main::after {
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        width: calc(45 / 1366 * 100vw);
        height: calc(35 / 1366 * 100vw);
    }
/* list */
    .section-list_item {
        position: relative;
        padding-left: calc(16 / 1366 * 100vw);
    }
    .section-note-list_item {
        position: relative;
        font-size: calc(10 / 16 * 1rem);
        padding-left: calc(10 / 16 * 1rem);
    }
    .section-list_item::before,
    .section-note-list_item::before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-list_item::before {
        content: "・";
    }
    .section-note-list_item::before {
        content: "※";
        
    }

/* bnr */
    .section-bnr-text {
        text-align: center;
        margin-bottom: calc(20 / 1366 * 100vw);
    }
    .section-bnr-text__label {
        color: #dd522a;
        font-size: calc(14 / 1366 * 100vw);
        font-weight: bold;
        position: relative;
        line-height: 1;
        display: inline-block;
    }
    .section-bnr-text__label::before,
    .section-bnr-text__label::after {
        content: "";
        position: absolute;
        bottom: calc(2 / 1366 * 100vw);
        width: calc(14 / 1366 * 100vw);
        height: calc(14 / 1366 * 100vw);
        background: url(../img/bnr_hukidashi.png) no-repeat center / contain;
    }
    .section-bnr-text__label::before {
        left: calc(-26 / 1366 * 100vw);
    }
    .section-bnr-text__label::after {
        right: calc(-26 / 1366 * 100vw);
        transform: scale(-1, 1);
    }
    .section-bnr {
        width: calc(560 / 1366 * 100vw);
        margin: 0 auto;
    }
    /* BG */
    .navigation,
    .eiyoso,
    .when {
        background: #fcf7ea;
    } 
}
@media (max-width: 767px) {
    .section {
        padding: 0 calc(40 / 750 * 100vw);
    }
/* text */
    .section .section-text__label{
        font-size: calc(30 / 750 * 100vw);
        line-height: 1.8;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .section-text__accent {
        color: #01653e;
    }
/* ttl */
    .section__ttl {
        margin: 0 auto;
    }
    .section__ttl--sub,
    .section__ttl--main {
        color: #01653e;
        font-weight: bold;
        text-align: center;
    }
    .section__ttl--sub {
        font-size: calc(26 / 750 * 100vw);
    }
    .section__ttl--main {
        font-size: calc(56 / 750 * 100vw);
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .kinds .section__ttl--main {
        width: calc(404 / 750 * 100vw);
    }
    .eiyoso .section__ttl--main {
        width: calc(674 / 750 * 100vw);
    }
    .when .section__ttl--main {
        width: calc(520 / 750 * 100vw);
    }
    .section__ttl--main::before,
    .section__ttl--main::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .section__ttl--main::before {
        left: 0;
    }
    .section__ttl--main::after {
        right: 0;
    }
    .kinds .section__ttl--main::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        width: calc(35 / 750 * 100vw);
        height: calc(48 / 750 * 100vw);
    }
    .kinds .section__ttl--main::after {
        background: url(../img/ico_drink_brown.svg) no-repeat center / contain;
        width: calc(35 / 750 * 100vw);
        height: calc(48 / 750 * 100vw);
    }
    .eiyoso .section__ttl--main::before,
    .eiyoso .section__ttl--main::after {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        width: calc(50 / 750 * 100vw);
        height: calc(48 / 750 * 100vw);
    }
    .when .section__ttl--main::before,
    .when .section__ttl--main::after {
        background: url(../img/ico_clock_white.svg) no-repeat center / contain;
        width: calc(51 / 750 * 100vw);
        height: calc(51 / 750 * 100vw);
    }
    .when .section__ttl--main::after {
        transform-origin:center center 0;
        transform: translateY(-50%) scale(-1, 1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
/* list */
    .section-list_item {
        position: relative;
        padding-left: calc(24 / 750 * 100vw);
    }
    .section-note-list_item {
        position: relative;
        font-size: calc(20 / 750 * 100vw);
        padding-left: calc(20 / 750 * 100vw);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 1.6;
    }
    .section-list_item::before,
    .section-note-list_item::before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-list_item::before {
        content: "・";
    }
    .section-note-list_item::before {
        content: "※";
        
    }

/* bnr */
    .section-bnr-text {
        text-align: center;
        margin: 0 auto;
        margin-bottom: calc(24 / 750 * 100vw);
    }
    .section-bnr-text__label {
        position: relative;
        color: #dd522a;
        font-size: calc(26 / 750 * 100vw);
        font-weight: bold;
        line-height: 1.38;
        display: inline-block;
    }
    .section-bnr-text__label::before,
    .section-bnr-text__label::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(42 / 750 * 100vw);
        height: calc(58 / 750 * 100vw);
        background: url(../img/bnr_hukidashi_sp.png) no-repeat center / contain;
    }
    .section-bnr-text__label.section-bnr-text__label--sp-short::before,
    .section-bnr-text__label.section-bnr-text__label--sp-short::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(28 / 750 * 100vw);
        height: calc(28 / 750 * 100vw);
        background: url(../img/bnr_hukidashi.png) no-repeat center / contain;
    }
    .section-bnr-text__label::before {
        left: calc(-50 / 750 * 100vw);
    }
    .section-bnr-text__label::after {
        right: calc(-50 / 750 * 100vw);
        transform: translateY(-50%) scale(-1, 1);
    }
    .section-bnr-text__label.section-bnr-text__label--sp-short::after {
        transform: translateY(-50%) scale(-1, 1);
    }
    .section-bnr {
        width: 100%;
        margin: 0 auto;
    }
    /* BG */
    .navigation,
    .eiyoso,
    .when {
        background: #fcf7ea;
    } 
}

/* --------------------------------------------------------------------------
  HAMBURGER
-------------------------------------------------------------------------- */
/* hamburger-button */
@media (min-width: 1367px) {
    .hamburger-button {
        position: fixed;
        top: 118px;
        right: calc(31 / 16 * 1rem);
        width: calc(40 / 16 * 1rem);
        height: calc(22 / 16 * 1rem);
        z-index: 998;
        cursor: pointer;
    }
    .hamburger.up .hamburger-button {
        top: 30px;
    }
    .hamburger-button .hamburger-line {
    }
    .hamburger-button .hamburger-line::before {
        content: "";
        position: absolute;
        width: calc(40 / 16 * 1rem);
        height: calc(2 / 16 * 1rem);
        background: #01653e;
    }
    .hamburger-button .hamburger-line:nth-child(1)::before {
        top: 0;
        right: 0;
    }
    .hamburger-button .hamburger-line:nth-child(2)::before {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .hamburger-button .hamburger-line:nth-child(3)::before {
        bottom: 0;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(2)::before {
        content: none;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before,
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        top: 50%;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        transform: translateY(-50%) rotate(-45deg);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .hamburger-button {
        position: fixed;
        top: 118px;
        right: calc(31 / 1366 * 100vw);
        width: calc(40 / 1366 * 100vw);
        height: calc(22 / 1366 * 100vw);
        z-index: 998;
    }
    .hamburger.up .hamburger-button {
        top: 30px;
    }
    .hamburger-button .hamburger-line {
    }
    .hamburger-button .hamburger-line::before {
        content: "";
        position: absolute;
        width: calc(40 / 1366 * 100vw);
        height: calc(2 / 1366 * 100vw);
        background: #01653e;
    }
    .hamburger-button .hamburger-line:nth-child(1)::before {
        top: 0;
        right: 0;
    }
    .hamburger-button .hamburger-line:nth-child(2)::before {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .hamburger-button .hamburger-line:nth-child(3)::before {
        bottom: 0;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(2)::before {
        content: none;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before,
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        top: 50%;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        transform: translateY(-50%) rotate(-45deg);
    }
}
@media (max-width: 767px) {
    .hamburger-button {
        position: fixed;
        top: 60px;
        right: calc(20 / 750 * 100vw);
        width: calc(65 / 750 * 100vw);
        height: calc(35 / 750 * 100vw);
        z-index: 1000;
    }
    .hamburger.up .hamburger-button {
        top: 20px;
    }
    .hamburger-button .hamburger-line {
    }
    .hamburger-button .hamburger-line::before {
        content: "";
        position: absolute;
        width: calc(65 / 750 * 100vw);
        height: calc(4 / 750 * 100vw);
        background: #01653e;
    }
    .hamburger-button .hamburger-line:nth-child(1)::before {
        top: 0;
        right: 0;
    }
    .hamburger-button .hamburger-line:nth-child(2)::before {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .hamburger-button .hamburger-line:nth-child(3)::before {
        bottom: 0;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(2)::before {
        content: none;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before,
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        top: 50%;
        right: 0;
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(1)::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .hamburger-button.hamburger-is-active .hamburger-line:nth-child(3)::before {
        transform: translateY(-50%) rotate(-45deg);
    }
}
/* hamburger-contents */
@media (min-width: 1367px) {
    html.hamburger-is-open{
        overflow: hidden;
    }
    .hamburger {
        width: 100%;
        height: 100%;
    }
    .hamburger-contents {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        width: calc(365 / 16 * 1rem);
        height: 100vh;
    }
    .hamburger-contents.hamburger-is-open {
        right: 0;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        position: absolute;
        top: 0;
        right: -100%;
        width: calc(365 / 16 * 1rem);
        height: 100%;
        background: #fff;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        right: 0;
        transition: all .3s ease;
    }
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hamburger-is-open.overlay {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hamburger-contents .hamburger-contents-head {
        background: #fcf7ea;
        padding: 136px calc(40 / 16 * 1rem) calc(48 / 16 * 1rem);
    }
    .hamburger.up .hamburger-contents .hamburger-contents-head {
        padding-top: 85px;
    }
    .hamburger-contents-list {
        padding: calc(48 / 16 * 1rem) calc(40 / 16 * 1rem);
    }
    .hamburger-contents-list-item {
        position: relative;
        padding-bottom: calc(16 / 16 * 1rem);
        margin-bottom: calc(16 / 16 * 1rem);
    }
    .hamburger-contents-list-item:not(:last-child):before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        width: 100%;
        height: calc(9 / 16 * 1rem);
    }
    .hamburger-contents .hamburger-contents-head-txt__label {
        width: calc(167 / 16 * 1rem);
        margin: 0 auto;
    }
    .hamburger-contents-list-txt {
        position: relative;
        margin: 0 calc(10 / 16 * 1rem);
        display: flex;
        align-items: center;
    }
    .hamburger-contents-list-txt * {
        display: block;
    }
    .hamburger-contents-list-txt__icon {
        position: relative;
        width: calc(35 / 16 * 1rem);
        height: calc(35 / 16 * 1rem);
    }
    .hamburger-contents-list-txt__icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% ,-50%);
        display: block;
    }
    .hamburger-contents-list-item--kinds .hamburger-contents-list-txt__icon::before {
        width: calc(28 / 16 * 1rem);
        height: calc(33 / 16 * 1rem);
        background: url(../img/ico_drink.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--eiyoso .hamburger-contents-list-txt__icon::before {
        width: calc(30 / 16 * 1rem);
        height: calc(29 / 16 * 1rem);
        background: url(../img/ico_graph.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--when .hamburger-contents-list-txt__icon::before {
        width: calc(35 / 16 * 1rem);
        height: calc(35 / 16 * 1rem);
        background: url(../img/ico_clock.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--qa .hamburger-contents-list-txt__icon::before {
        width: calc(32 / 16 * 1rem);
        height: calc(25 / 16 * 1rem);
        background: url(../img/ico_qa.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-txt-box {
        margin-left: calc(15 / 16 * 1rem);
    }
    .hamburger-contents-list-txt__label--sub,
    .hamburger-contents-list-txt__label {
        color: #01653e;
        font-weight: bold;
    }
    .hamburger-contents-list-txt__label--sub {
        font-size: calc(12 / 16 * 1rem);
    }
    .hamburger-contents-list-txt__label {
        font-size: calc(20 / 16 * 1rem);
    }

    .hamburger-contents-to-top {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
    }
    .hamburger-contents-to-top-inner {
        display: block;
        padding: calc(17 / 16 * 1rem);
        background: #01653e;
    }
    .hamburger-contents-to-top-inner__label {
        position: relative;
        color: #fff;
        font-size: calc(16 / 16 * 1rem);
        font-weight: bold;
    }
    .hamburger-contents-to-top-inner__label::before {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-14 / 16 * 1rem);
        transform: translateY(-50%) rotate(45deg);
        width: calc(8 / 16 * 1rem);
        height: calc(8 / 16 * 1rem);
        border-top: #fff calc(1.5 / 16 * 1rem) solid;
        border-right: #fff calc(1.5 / 16 * 1rem) solid;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    html.hamburger-is-open{
        overflow: hidden;
    }
    .hamburger {
        width: 100%;
        height: 100%;
    }
    .hamburger-contents {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 500;
        width: calc(365 / 1366 * 100vw);
        height: 100vh;
    }
    .hamburger-contents.hamburger-is-open {
        right: 0;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        position: absolute;
        top: 0;
        right: -100%;
        width: calc(365 / 1366 * 100vw);
        height: 100%;
        background: #fff;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        right: 0;
        transition: all .3s ease;
    }
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hamburger-is-open.overlay {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hamburger-contents .hamburger-contents-head {
        background: #fcf7ea;
        padding: 136px calc(40 / 1366 * 100vw) calc(48 / 1366 * 100vw);
    }
    .hamburger.up .hamburger-contents .hamburger-contents-head {
        padding-top: 85px;
    }
    .hamburger-contents-list {
        padding: calc(48 / 1366 * 100vw) calc(40 / 1366 * 100vw);
    }
    .hamburger-contents-list-item {
        position: relative;
        padding-bottom: calc(16 / 1366 * 100vw);
        margin-bottom: calc(16 / 1366 * 100vw);
    }
    .hamburger-contents-list-item:not(:last-child):before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        width: 100%;
        height: calc(9 / 1366 * 100vw);
    }
    .hamburger-contents .hamburger-contents-head-txt__label {
        width: calc(167 / 1366 * 100vw);
        margin: 0 auto;
    }
    .hamburger-contents-list-txt {
        position: relative;
        margin: 0 calc(10 / 1366 * 100vw);
        display: flex;
        align-items: center;
    }
    .hamburger-contents-list-txt * {
        display: block;
    }
    .hamburger-contents-list-txt__icon {
        position: relative;
        width: calc(35 / 1366 * 100vw);
        height: calc(35 / 1366 * 100vw);
    }
    .hamburger-contents-list-txt__icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% ,-50%);
        display: block;
    }
    .hamburger-contents-list-item--kinds .hamburger-contents-list-txt__icon::before {
        width: calc(28 / 1366 * 100vw);
        height: calc(33 / 1366 * 100vw);
        background: url(../img/ico_drink.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--eiyoso .hamburger-contents-list-txt__icon::before {
        width: calc(30 / 1366 * 100vw);
        height: calc(29 / 1366 * 100vw);
        background: url(../img/ico_graph.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--when .hamburger-contents-list-txt__icon::before {
        width: calc(32 / 1366 * 100vw);
        height: calc(25 / 1366 * 100vw);
        background: url(../img/ico_clock.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--qa .hamburger-contents-list-txt__icon::before {
        width: calc(35 / 1366 * 100vw);
        height: calc(35 / 1366 * 100vw);
        background: url(../img/ico_qa.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-txt-box {
        margin-left: calc(15 / 1366 * 100vw);
    }
    .hamburger-contents-list-txt__label--sub,
    .hamburger-contents-list-txt__label {
        color: #01653e;
        font-weight: bold;
    }
    .hamburger-contents-list-txt__label--sub {
        font-size: calc(12 / 1366 * 100vw);
    }
    .hamburger-contents-list-txt__label {
        font-size: calc(20 / 1366 * 100vw);
    }

    .hamburger-contents-to-top {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
    }
    .hamburger-contents-to-top-inner {
        display: block;
        padding: calc(17 / 1366 * 100vw);
        background: #01653e;
    }
    .hamburger-contents-to-top-inner__label {
        position: relative;
        color: #fff;
        font-size: calc(16 / 1366 * 100vw);
        font-weight: bold;
    }
    .hamburger-contents-to-top-inner__label::before {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-14 / 1366 * 100vw);
        transform: translateY(-50%) rotate(45deg);
        width: calc(8 / 1366 * 100vw);
        height: calc(8 / 1366 * 100vw);
        border-top: #fff calc(1.5 / 16 * 1rem) solid;
        border-right: #fff calc(1.5 / 16 * 1rem) solid;
    }
}
@media (max-width: 767px) {
    html.hamburger-is-open{
        overflow: hidden;
    }
    .hamburger {
        width: 100%;
        height: 100%;
    }
    .hamburger-contents {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 500;
        width: 100vw;
        height: calc(670 / 750 * 100vw);
    }
    .hamburger.up .hamburger-contents {
        height: calc(620 / 750 * 100vw);
    }
    .hamburger-contents.hamburger-is-open {
        right: 0;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all .3s ease;
    }
    .hamburger-contents .hamburger-contents__inner {
        right: 0;
        transition: all .3s ease;
        display: flex;
        align-items: center;
        position: relative;
        height: calc(703 / 750 * 100vw);
    }
    .hamburger.up .hamburger-contents .hamburger-contents__inner {
        height: calc(601 / 750 * 100vw);
    }
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .hamburger-is-open.overlay {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: 200;
    }
    .hamburger-contents .hamburger-contents-head {
        background: #fcf7ea;
        padding: 0 calc(40 / 750 * 100vw);
        padding-top: 51px;
        width: calc(289 / 750 * 100vw);
        height: 100%;
    }
    .hamburger-contents-head-txt {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .hamburger-contents-list {
        width: calc(464 / 750 * 100vw);
        padding: 0 calc(40 / 750 * 100vw);
        padding-top: 51px;
        display: flex;
        align-items: center;
    }
    .hamburger.up .hamburger-contents-list,
    .hamburger.up .hamburger-contents .hamburger-contents-head {
        padding-top: 0;
    }
    .hamburger-contents-list-item:not(:last-child) {
        position: relative;
        padding-bottom: calc(30 / 750 * 100vw);
        margin-bottom: calc(34 / 750 * 100vw);
    }
    .hamburger-contents-list-item:not(:last-child):before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        width: 100%;
        height: calc(9 / 750 * 100vw);
    }
    .hamburger-contents .hamburger-contents-head-txt__label {
        width: calc(214 / 750 * 100vw);
        margin: 0 auto;
    }
    .hamburger-contents-list-txt {
        position: relative;
        margin: 0 calc(10 / 750 * 100vw);
        display: flex;
        align-items: center;
    }
    .hamburger-contents-list-txt * {
        display: block;
    }
    .hamburger-contents-list-txt__icon {
        position: relative;
        width: calc(52 / 750 * 100vw);
        height: calc(52 / 750 * 100vw);
    }
    .hamburger-contents-list-txt__icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% ,-50%);
        display: block;
    }
    .hamburger-contents-list-item--kinds .hamburger-contents-list-txt__icon::before {
        width: calc(41 / 750 * 100vw);
        height: calc(57 / 750 * 100vw);
        background: url(../img/ico_drink.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--eiyoso .hamburger-contents-list-txt__icon::before {
        width: calc(52 / 750 * 100vw);
        height: calc(50 / 750 * 100vw);
        background: url(../img/ico_graph.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--when .hamburger-contents-list-txt__icon::before {
        width: calc(52 / 750 * 100vw);
        height: calc(52 / 750 * 100vw);
        background: url(../img/ico_clock.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-item--qa .hamburger-contents-list-txt__icon::before {
        width: calc(53 / 750 * 100vw);
        height: calc(41 / 750 * 100vw);
        background: url(../img/ico_qa.svg) no-repeat center / contain;
    }
    .hamburger-contents-list-txt-box {
        margin-left: calc(28 / 750 * 100vw);
    }
    .hamburger-contents-list-txt__label--sub,
    .hamburger-contents-list-txt__label {
        color: #01653e;
        font-weight: bold;
    }
    .hamburger-contents-list-txt__label--sub {
        font-size: calc(20 / 750 * 100vw);
    }
    .hamburger-contents-list-txt__label {
        font-size: calc(30 / 750 * 100vw);
        letter-spacing: calc(8 / 1000 * 1em);
    }

    .hamburger-contents-to-top {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: calc(-88 / 750 * 100vw);
        text-align: center;
        height: calc(88 / 750 * 100vw);
    }
    .hamburger.up .hamburger-contents-to-top {
        bottom: calc(-88 / 750 * 100vw);
    }
    .hamburger-contents-to-top-inner {
        display: block;
        padding: calc(25.5 / 750 * 100vw);
        background: #01653e;
    }
    .hamburger-contents-to-top-inner__label {
        position: relative;
        color: #fff;
        font-size: calc(30 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
    }
    .hamburger-contents-to-top-inner__label::before {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-30 / 750 * 100vw);
        transform: translateY(-50%) rotate(45deg);
        width: calc(17 / 750 * 100vw);
        height: calc(17 / 750 * 100vw);
        border-top: #fff calc(4 / 750 * 100vw) solid;
        border-right: #fff calc(4 / 750 * 100vw) solid;
    }
}

/* --------------------------------------------------------------------------
  MAINVISUAL
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .mainvisual {
        padding: calc(70 / 16 * 1rem);
    }
    .mainvisual .mainvisual-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mainvisual .mainvisual-text__ttl {
        width: calc(324 / 16 * 1rem);
    }
    .mainvisual .mainvisual-text__label {
        font-size: calc(18 / 16 * 1rem);
        line-height: 1.77;
        text-align: center;
        margin-top: calc(38 / 16 * 1rem);
    }
    .mainvisual .mainvisual-img {
        width: calc(800 / 16 * 1rem);
        margin-left: calc(90 / 16 * 1rem);
    }
    }
@media (min-width: 768px) and (max-width: 1366px) {
.mainvisual {
    padding: calc(70 / 1366 * 100vw);
}
.mainvisual .mainvisual-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainvisual .mainvisual-text__ttl {
    width: calc(324 / 1366 * 100vw);
}
.mainvisual .mainvisual-text__label {
    font-size: calc(18 / 1366 * 100vw);
    line-height: 1.77;
    text-align: center;
    margin-top: calc(38 / 1366 * 100vw);
}
.mainvisual .mainvisual-img {
    width: calc(800 / 1366 * 100vw);
    margin-left: calc(90 / 1366 * 100vw);
}
}
@media (max-width: 767px) {
.mainvisual {
    padding: 0;
    padding-top: calc(54 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
}
.mainvisual .mainvisual-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mainvisual .mainvisual-text__ttl {
    width: calc(403 / 750 * 100vw);
    margin: 0 auto;
}
.mainvisual .mainvisual-text__label {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.77;
    text-align: center;
    margin-top: calc(64 / 750 * 100vw);
}
.mainvisual .mainvisual-img {
    width: 100%;
    margin-top: calc(60 / 750 * 100vw);
}
}

/* --------------------------------------------------------------------------
  NAVIGATION
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .navigation {
    }
    .navigation .section-text__label {
        text-align: center;
    }
    .navigation-btn-item {
        width: calc(258 / 16 * 1rem);
        height: calc(80 / 16 * 1rem);
        border-radius: calc(40 / 16 * 1rem);
        border: #01653e calc(3 / 16 * 1rem) solid;
        background: #fff;
        position: relative;
        transition: all .3s ease;
    }
    .navigation-btn__label,
    .navigation-btn__label--small {
        color: #01653e;
        font-weight: bold;
        display: block;
    }
    .navigation-btn__label {
        font-size: calc(16 / 16 * 1rem);
        letter-spacing: calc(80 / 1000 * 1em);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        margin-left: calc(10 / 16 * 1rem);
    }
    .navigation-btn-list {
        display: flex;
        justify-content: center;
        margin-top: calc(37 / 16 * 1rem);
    }
    .navigation-btn-item + .navigation-btn-item {
        margin-left: calc(24 / 16 * 1rem);
    }
    .navigation-btn-item::before,
    .navigation-btn-item::after {
        position: absolute;
        content: "";
        display: block;
    }
    .navigation-btn-item::before {
        width: calc(32 / 16 * 1rem);
        height: calc(35 / 16 * 1rem);
        top: 50%;
        transform: translateY(-50%);
    }
    .navigation-btn-item.navigation-btn-item--kinds::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        left: calc(48 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--eiyoso::before {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        left: calc(23 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--when::before {
        background: url(../img/ico_clock.svg) no-repeat center / contain;
        left: calc(35 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--qa::before {
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        left: calc(21 / 16 * 1rem);
    }
    .navigation-btn-item::after {
        width: calc(10 / 16 * 1rem);
        height: calc(10 / 16 * 1rem);
        border: #01653e calc(2 / 16 * 1rem) solid;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        top: 35%;
        transform: rotate(135deg) translateY(-50%);
    }
    .navigation-btn-item.navigation-btn-item--kinds::after {
        right: calc(47 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--eiyoso::after {
        right: calc(24 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--when::after {
        right: calc(37 / 16 * 1rem);
    }
    .navigation-btn-item.navigation-btn-item--qa::after {
        right: calc(22 / 16 * 1rem);
    }
    .navigation-btn__label--small {
        font-size: calc(12 / 16 * 1em);
        letter-spacing: calc(40 / 1000 * 1em);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .navigation {
    }
    .navigation .section-text__label {
        text-align: center;
    }
    .navigation-btn-item {
        width: calc(258 / 1366 * 100vw);
        height: calc(80 / 1366 * 100vw);
        border-radius: calc(40 / 1366 * 100vw);
        border: #01653e calc(3 / 1366 * 100vw) solid;
        background: #fff;
        position: relative;
        transition: all .3s ease;
    }
    .navigation-btn__label,
    .navigation-btn__label--small {
        color: #01653e;
        font-weight: bold;
        display: block;
    }
    .navigation-btn__label {
        font-size: calc(16 / 1366 * 100vw);
        letter-spacing: calc(80 / 1000 * 1em);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        margin-left: calc(10 / 1366 * 100vw);
    }
    .navigation-btn-list {
        display: flex;
        justify-content: center;
        margin-top: calc(37 / 1366 * 100vw);
    }
    .navigation-btn-item + .navigation-btn-item {
        margin-left: calc(24 / 1366 * 100vw);
    }
    .navigation-btn-item::before,
    .navigation-btn-item::after {
        position: absolute;
        content: "";
        display: block;
    }
    .navigation-btn-item::before {
        width: calc(32 / 1366 * 100vw);
        height: calc(35 / 1366 * 100vw);
        top: 50%;
        transform: translateY(-50%);
    }
    .navigation-btn-item.navigation-btn-item--kinds::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        left: calc(48 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--eiyoso::before {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        left: calc(23 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--when::before {
        background: url(../img/ico_clock.svg) no-repeat center / contain;
        left: calc(35 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--qa::before {
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        left: calc(21 / 1366 * 100vw);
    }
    .navigation-btn-item::after {
        width: calc(10 / 1366 * 100vw);
        height: calc(10 / 1366 * 100vw);
        border: #01653e calc(2 / 16 * 1rem) solid;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        top: 35%;
        transform: rotate(135deg) translateY(-50%);
    }
    .navigation-btn-item.navigation-btn-item--kinds::after {
        right: calc(47 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--eiyoso::after {
        right: calc(24 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--when::after {
        right: calc(37 / 1366 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--qa::after {
        right: calc(22 / 1366 * 100vw);
    }
    .navigation-btn__label--small {
        font-size: calc(12 / 16 * 1em);
        letter-spacing: calc(40 / 1000 * 1em);
    }
}
@media (max-width: 767px) {
    .navigation {
        padding-top: calc(120 / 750 * 100vw);
        padding-bottom: calc(120 / 750 * 100vw);
    }
    .navigation .section-text__label {
        text-align: center;
    }
    .navigation-btn-item {
        width: calc(100% / 2 - calc(25 / 750 * 100vw));
        border-radius: calc(10 / 750 * 100vw);
        border: #01653e calc(4 / 750 * 100vw) solid;
        background: #fff;
        position: relative;
    }
    .navigation-btn-item a {
        display: block;
        height: auto;
        padding: calc(85 / 750 * 100vw) calc(28 / 750 * 100vw) calc(34 / 750 * 100vw);
    }
    .navigation-btn__label,
    .navigation-btn__label--small {
        color: #01653e;
        font-weight: bold;
        display: block;
    }
    .navigation-btn__label {
        font-size: calc(26 / 750 * 100vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        line-height: 1;
        letter-spacing: calc(8 /1000 * 1em);
    }
    .navigation-btn-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: calc(37 / 750 * 100vw);
    }
    .navigation-btn-item:nth-child(2n) {
        margin-left: calc(24 / 750 * 100vw);
    }
    .navigation-btn-item:nth-child(n+3) {
        margin-top: calc(24 / 750 * 100vw);
    }
    .navigation-btn-item::before,
    .navigation-btn-item::after {
        position: absolute;
        content: "";
        display: block;
    }
    .navigation-btn-item::before {
        width: calc(48 / 750 * 100vw);
        height: calc(48 / 750 * 100vw);
        
        left: 50%;
        transform: translateX(-50%);
    }
    .navigation-btn-item.navigation-btn-item--kinds::before {
        background: url(../img/ico_drink.svg) no-repeat center / contain;
        top: calc(29 / 750 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--eiyoso::before {
        background: url(../img/ico_graph.svg) no-repeat center / contain;
        top: calc(17 / 750 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--when::before {
        background: url(../img/ico_clock.svg) no-repeat center / contain;
        top: calc(27 / 750 * 100vw);
    }
    .navigation-btn-item.navigation-btn-item--qa::before {
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        top: calc(33 / 750 * 100vw);
    }
    .navigation-btn-item::after {
        width: calc(16 / 750 * 100vw);
        height: calc(16 / 750 * 100vw);
        border: #01653e calc(4 / 750 * 100vw) solid;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        top: calc(50% - (16 / 750 * 100vw));
        right: calc(24 / 750 * 100vw);
        transform: rotate(135deg) translateY(-50%);
    }
    .navigation-btn__label--small {
        font-size: calc(20 / 30 * 1em);
        letter-spacing: calc(40 / 1000 * 1em);
        margin-bottom: calc(12 / 750 * 100vw);
    }
}

/* --------------------------------------------------------------------------
  KINDS
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .kinds .kinds-inner{
        width: calc(880 / 16 * 1rem);
        margin: 0 auto;
    }
    .kinds .section__ttl {
        margin-bottom: calc(48 / 16 * 1rem);
    }
    .kinds .section-bnr {
        margin-top: calc(48 / 16 * 1rem);
    }
/* table */
    .kinds .kinds-table {
        width: 100%;
        margin: calc(48 / 16 * 1rem) auto;
    }
    .kinds .kinds-table__inner {
        width: 100%;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .kinds thead th:first-child {
        border-radius: calc(10 / 16 * 1rem) 0 0 0;
    }
    .kinds thead th:last-child {
        border-radius: 0 calc(10 / 16 * 1rem) 0 0;
    }
    .kinds tbody tr:last-child th:first-child {
        border-radius: 0 0 0 calc(10 / 16 * 1rem);
    }
    .kinds tbody tr:last-child td:last-child {
        border-radius: 0 0 calc(10 / 16 * 1rem) 0;
    }
    thead .kinds-table-bg__th:first-child {
        width: calc(140 / 16 * 1rem);
    }
    thead .kinds-table-bg__th:nth-child(2) {
        width: calc(297 / 16 * 1rem);
    }
    thead .kinds-table-bg__th:nth-child(3) {
        width: calc(440 / 16 * 1rem);
    }
    .kinds .kinds-table .kinds-table-bg__th {
        color: #fff;
        font-size: calc(14 / 16 * 1rem);
        text-align: center;
        font-weight: bold;
        padding: calc(14 / 16 * 1rem);
    }
    .kinds .kinds-table .kinds-table-bg__th--main {
        background: #01653e;
    }
    .kinds .kinds-table .kinds-table-bg__th--light {
        background: #8fc53c;
    }
    .kinds .kinds-table .kinds-table-bg__th--orange {
        background: #e4623d;
    }
    .kinds .kinds-table .kinds-table-bg__td {
        font-size: calc(13 / 16 * 1rem);
        padding: calc(24 / 16 * 1rem) calc(10 / 16 * 1rem) calc(24 / 16 * 1rem) calc(22 / 1366 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__td--main {
        background: #e5efeb;
    }
    .kinds .kinds-table .kinds-table-bg__td--light {
        background: #f4f9eb;
    }
    .kinds .kinds-table .kinds-table-bg__td--orange {
        background: #fcf7ea;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .kinds .kinds-inner{
        width: calc(880 / 1366 * 100vw);
        margin: 0 auto;
    }
    .kinds .section__ttl {
        margin-bottom: calc(48 / 1366 * 100vw);
    }
    .kinds .section-bnr {
        margin-top: calc(48 / 1366 * 100vw);
    }
/* table */
    .kinds .kinds-table {
        width: 100%;
        margin: calc(48 / 1366 * 100vw) auto;
    }
    .kinds .kinds-table__inner {
        width: 100%;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .kinds thead th:first-child {
        border-radius: calc(10 / 1366 * 100vw) 0 0 0;
    }
    .kinds thead th:last-child {
        border-radius: 0 calc(10 / 1366 * 100vw) 0 0;
    }
    .kinds tbody tr:last-child th:first-child {
        border-radius: 0 0 0 calc(10 / 1366 * 100vw);
    }
    .kinds tbody tr:last-child td:last-child {
        border-radius: 0 0 calc(10 / 1366 * 100vw) 0;
    }
    thead .kinds-table-bg__th:first-child {
        width: calc(140 / 1366 * 100vw);
    }
    thead .kinds-table-bg__th:nth-child(2) {
        width: calc(297 / 1366 * 100vw);
    }
    thead .kinds-table-bg__th:nth-child(3) {
        width: calc(440 / 1366 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__th {
        color: #fff;
        font-size: calc(14 / 1366 * 100vw);
        text-align: center;
        font-weight: bold;
        padding: calc(14 / 1366 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__th--main {
        background: #01653e;
    }
    .kinds .kinds-table .kinds-table-bg__th--light {
        background: #8fc53c;
    }
    .kinds .kinds-table .kinds-table-bg__th--orange {
        background: #e4623d;
    }
    .kinds .kinds-table .kinds-table-bg__td {
        font-size: calc(13 / 1366 * 100vw);
        padding: calc(24 / 1366 * 100vw) calc(10 / 1366 * 100vw) calc(24 / 1366 * 100vw) calc(22 / 1366 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__td--main {
        background: #e5efeb;
    }
    .kinds .kinds-table .kinds-table-bg__td--light {
        background: #f4f9eb;
    }
    .kinds .kinds-table .kinds-table-bg__td--orange {
        background: #fcf7ea;
    }
}
@media (max-width: 767px) {
    .kinds {
        padding-top: calc(118 / 750 * 100vw);
        padding-bottom: calc(120 / 750 * 100vw);
    }
    .kinds .kinds-inner{
        width: 100%;
        margin: 0 auto;
    }
    .kinds .section__ttl {
        margin-bottom: calc(80 / 750 * 100vw);
    }
    .kinds .section-bnr {
        margin-top: calc(75 / 750 * 100vw);
    }
/* table */
    .kinds .kinds-table {
        width: 100%;
        margin: calc(48 / 750 * 100vw) auto;
    }
    .kinds .kinds-table-list-item + .kinds-table-list-item {
        margin-top: calc(40 / 750 * 100vw);
    }
    .kinds .kinds-table__inner {
        width: 100%;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .kinds thead th {
        border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    }
    .kinds tbody tr:last-child th:first-child {
        border-radius: 0 0 0 calc(20 / 750 * 100vw);
    }
    .kinds tbody tr:last-child td:last-child {
        border-radius: 0 0 calc(20 / 750 * 100vw) 0;
    }
    thead .kinds-table-bg__th:first-child {
        width: calc(140 / 750 * 100vw);
    }
    tbody .kinds-table-bg__th:first-child {
        width: calc(140 / 750 * 100vw);
    }
    tbody .kinds-table-bg__td:first-child {
        width: calc(526 / 750 * 100vw);
    }
    .kinds .kinds-table thead .kinds-table-bg__th {
        color: #fff;
        font-size: calc(30 / 750 * 100vw);
        text-align: center;
        font-weight: bold;
        padding: calc(27 / 750 * 100vw);
    }
    .kinds .kinds-table tbody .kinds-table-bg__th {
        color: #fff;
        font-size: calc(26 / 750 * 100vw);
        text-align: center;
        font-weight: 500;
        padding: calc(46 / 750 * 100vw) calc(30 / 750 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__th--main {
        background: #01653e;
    }
    .kinds .kinds-table .kinds-table-bg__th--light {
        background: #8fc53c;
    }
    .kinds .kinds-table .kinds-table-bg__th--orange {
        background: #e4623d;
    }
    .kinds .kinds-table .kinds-table-bg__td {
        font-size: calc(26 / 750 * 100vw);
        padding: calc(24 / 750 * 100vw) calc(10 / 750 * 100vw) calc(24 / 750 * 100vw) calc(38 / 750 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__td .section-list_item {
        font-size: calc(24 / 750 * 100vw);
    }
    .kinds .kinds-table .kinds-table-bg__td--main {
        background: #e5efeb;
    }
    .kinds .kinds-table .kinds-table-bg__td--light {
        background: #f4f9eb;
    }
    .kinds .kinds-table .kinds-table-bg__td--orange {
        background: #fcf7ea;
    }
}

/* --------------------------------------------------------------------------
  EIYOSO
-------------------------------------------------------------------------- */

.eiyoso-tab-panel-item__inner{
    cursor:pointer;
}

.eiyoso-tab-panel-item{
    cursor: pointer;
}

.eiyoso-tab-panel-item.tab-is-active .eiyoso-tab-panel-item__inner{
    cursor:default;
}

@media (min-width: 1367px) {
    .eiyoso {
    }
    .eiyoso .section__ttl {
        margin-bottom: calc(46 / 16 * 1rem);
    }
    .eiyoso .section-text__label{
        margin: 0 auto;
        width: calc(880 / 16 * 1rem);
    }
    .section-text__label--link {
        text-decoration: underline;
        color: #01653e;
    }
    .section-text__label--link:hover {
        text-decoration: none;
    }
    .eiyoso .section-bnr {
        margin-top: calc(48 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner .section-bnr {
        margin-top: calc(40 / 16 * 1rem);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .eiyoso {
    }
    .eiyoso .section__ttl {
        margin-bottom: calc(46 / 1366 * 100vw);
    }
    .eiyoso .section-text__label{
        margin: 0 auto;
        width: calc(880 / 1366 * 100vw);
    }
    .section-text__label--link {
        text-decoration: underline;
        color: #01653e;
    }
    .eiyoso .section-bnr {
        margin-top: calc(48 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner .section-bnr {
        margin-top: calc(40 / 1366 * 100vw);
    }
}
@media (max-width: 767px) {
    .eiyoso {
        padding-top: calc(131 / 750 * 100vw);
        padding-bottom: calc(104 / 750 * 100vw);
    }
    .eiyoso .section__ttl {
        margin-bottom: calc(80 / 750 * 100vw);
    }
    .section-text__label--link {
        text-decoration: underline;
        color: #01653e;
    }
    .eiyoso .section-text__label{
        margin: 0 auto;
    }
    .eiyoso .section-bnr {
        margin-top: calc(48 / 750 * 100vw);
    }
}
/* tab-btn */
@media (min-width: 1367px) {
    .eiyoso .eiyoso-tab-panel-item:hover {
        transition: all .3s ease;
    }
    .eiyoso .eiyoso-tab-panel-item .eiyoso-tab-panel-item__inner:hover,
    .eiyoso .eiyoso-tab-panel-item.tab-is-active .eiyoso-tab-panel-item__inner {
        transition: all .3s ease;
        background: #ffe88f;
    }
    .eiyoso .eiyoso-tab-panel-item__inner:hover {
        opacity: 1;
    }
    .eiyoso .eiyoso-tab-panel-item__inner {
        margin: 0 auto;
        transition: all .3s ease;
        display: block;
        padding: calc(12 / 16 * 1rem) 0;
        background: #fff;
        border: #01653e 2px solid;
        border-radius: calc(22 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-panel-item__label {
        color: #01653e;
        font-size: calc(16 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* eiyoso-tab-heading__inner */
    
    .eiyoso .eiyoso-tab-heading__inner {
            
        }
    
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: calc(340 / 16 * 1rem);
        }
    .eiyoso .eiyoso-tab-heading__inner {
        position: relative;
        background: #fff;
        border-radius: calc(10 / 16 * 1rem);
        width: calc(960 / 16 * 1rem);
        margin: calc(42 / 16 * 1rem) auto calc(49 / 16 * 1rem) auto;
        padding: calc(34 / 16 * 1rem) calc(43 / 16 * 1rem) calc(37 / 16 * 1rem) calc(42 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-heading__inner::before {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(414 / 16 * 1rem);
        transform: translateY(-50%);
        width: calc(160 / 16 * 1rem);
        height: calc(182 / 16 * 1rem);
        background: url(../img/eiyoso_img_heading.png) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-heading__inner::after {
        content: "";
        position: absolute;
        top: calc(-43 / 16 * 1rem);
        right: calc(-10 / 16 * 1rem);
        width: calc(114 / 16 * 1rem);
        height: calc(114 / 16 * 1rem);
        background: url(../img/eiyoso_ico_click.svg) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-panel-list {
        display: flex;
        justify-content: space-between;
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item {
        width: calc(100% / 2);
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item:first-child{ 
        width: 100%;
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item:not(:first-child) {
        margin-top: calc(16 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item__inner {
        width: calc(156 / 16 * 1rem);
    }
    /* eiyoso-tab-inner-contents-inner-tab-panel */
    .eiyoso-tab-inner-contents-inner-tab-panel {
        width: calc(960 / 16 * 1rem);
        background: #f2f2f2;
        padding: calc(24 / 16 * 1rem) calc(70 / 16 * 1rem) calc(24 / 16 * 1rem) calc(100 / 16 * 1rem);
        border-radius: calc(10 / 16 * 1rem);
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: calc(32 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item {
        margin-left: calc(10 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:first-child,
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:nth-child(6) {
        margin-left: 0;
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:nth-child(n+6) {
        margin-top: calc(10 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__inner {
        padding: calc(10 / 16 * 1rem) calc(12 / 16 * 1rem);
        max-width: calc(140 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label {
        font-size: calc(14 / 16 * 1rem);
        letter-spacing: 0;
        min-width: calc(80 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label.eiyoso-tab-panel-item__label--large {
        min-width: calc(112 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label.eiyoso-tab-panel-item__label--small {
        min-width: calc(52 / 16 * 1rem);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(31 / 16 * 1rem);
        width: calc(632 / 16 * 1rem);
        flex-shrink: 0;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .eiyoso .eiyoso-tab-panel-item:hover {
        transition: all .3s ease;
    }
    .eiyoso .eiyoso-tab-panel-item .eiyoso-tab-panel-item__inner:hover,
    .eiyoso .eiyoso-tab-panel-item.tab-is-active .eiyoso-tab-panel-item__inner {
        transition: all .3s ease;
        background: #ffe88f;
    }
    .eiyoso .eiyoso-tab-panel-item__inner:hover {
        opacity: 1;
    }
    .eiyoso .eiyoso-tab-panel-item__inner {
        margin: 0 auto;
        transition: all .3s ease;
        display: block;
        padding: calc(12 / 1366 * 100vw) 0;
        background: #fff;
        border: #01653e calc(2 / 1366 * 100vw) solid;
        border-radius: calc(22 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-panel-item__label {
        color: #01653e;
        font-size: calc(16 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0;
    }
    /* eiyoso-tab-heading__inner */
    
    .eiyoso .eiyoso-tab-heading__inner {
            
        }
    
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: calc(340 / 1366 * 100vw);
        }
    .eiyoso .eiyoso-tab-heading__inner {
        position: relative;
        background: #fff;
        border-radius: calc(10 / 1366 * 100vw);
        width: calc(960 / 1366 * 100vw);
        margin: calc(42 / 1366 * 100vw) auto calc(49 / 1366 * 100vw) auto;
        padding: calc(34 / 1366 * 100vw) calc(43 / 1366 * 100vw) calc(37 / 1366 * 100vw) calc(42 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-heading__inner::before {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(414 / 1366 * 100vw);
        transform: translateY(-50%);
        width: calc(160 / 1366 * 100vw);
        height: calc(182 / 1366 * 100vw);
        background: url(../img/eiyoso_img_heading.png) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-heading__inner::after {
        content: "";
        position: absolute;
        top: calc(-43 / 1366 * 100vw);
        right: calc(-10 / 1366 * 100vw);
        width: calc(114 / 1366 * 100vw);
        height: calc(114 / 1366 * 100vw);
        background: url(../img/eiyoso_ico_click.svg) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-panel-list {
        display: flex;
        justify-content: space-between;
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item {
        width: calc(100% / 2);
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item:first-child{ 
        width: 100%;
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item:not(:first-child) {
        margin-top: calc(16 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-heading__inner .eiyoso-tab-panel-item__inner {
        width: calc(156 / 1366 * 100vw);
    }
    /* eiyoso-tab-inner-contents-inner-tab-panel */
    .eiyoso-tab-inner-contents-inner-tab-panel {
        width: calc(960 / 1366 * 100vw);
        background: #f2f2f2;
        padding: calc(24 / 1366 * 100vw) calc(70 / 1366 * 100vw) calc(24 / 1366 * 100vw) calc(100 / 1366 * 100vw);
        border-radius: calc(10 / 1366 * 100vw);
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: calc(32 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item {
        margin-left: calc(10 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:first-child,
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:nth-child(6) {
        margin-left: 0;
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item:nth-child(n+6) {
        margin-top: calc(10 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__inner {
        padding: calc(10 / 1366 * 100vw) calc(12 / 1366 * 100vw);
        max-width: calc(143 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label {
        font-size: calc(14 / 1366 * 100vw);
        letter-spacing: 0;
        min-width: calc(80 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label.eiyoso-tab-panel-item__label--large {
        min-width: calc(112 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label.eiyoso-tab-panel-item__label--small {
        min-width: calc(52 / 1366 * 100vw);
    }
    .eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(31 / 1366 * 100vw);
        width: calc(657 / 1366 * 100vw);
        flex-shrink: 0;
    }
}
@media (max-width: 767px) {
    .eiyoso .eiyoso-tab-heading__inner {
        position: relative;
        background: #fff;
        border-radius: calc(20 / 750 * 100vw);
        display: flex;
        justify-content: space-between;
        margin: calc(166 / 750 * 100vw) auto 0 auto;
        padding: calc(380 / 750 * 100vw) calc(41 / 750 * 100vw) calc(56 / 750 * 100vw) calc(41 / 750 * 100vw);
    }
    .eiyoso .eiyoso-tab-heading__inner::before {
        content: "";
        position: absolute;
        top: calc(56 / 750 * 100vw);
        left: calc(240 / 750 * 100vw);
        width: calc(270 / 750 * 100vw);
        height: calc(295 / 750 * 100vw);
        background: url(../img/eiyoso_img_heading.png) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-heading__inner::after {
        content: "";
        position: absolute;
        top: calc(-84 / 750 * 100vw);
        left: calc(-23 / 750 * 100vw);
        width: calc(250 / 750 * 100vw);
        height: calc(250 / 750 * 100vw);
        background: url(../img/eiyoso_ico_click.svg) no-repeat center / contain;
    }
    .eiyoso .eiyoso-tab-panel-container {
        margin-top: calc(-2 / 750 * 100vw);
        padding-top: 51px;
    }
    .eiyoso .eiyoso-tab-panel-item.tab-is-active {
        pointer-events: none;
    }
    .eiyoso .eiyoso-tab-panel-item.tab-is-active .eiyoso-tab-panel-item__inner {
        background: #ffe88f;
    }
    .eiyoso .eiyoso-tab-panel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .eiyoso .eiyoso-tab-panel {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .eiyoso .eiyoso-tab-panel-item {
        width: calc(280 / 750 * 100vw);
    }
    .eiyoso .eiyoso-tab-panel .eiyoso-tab-panel-item:nth-child(2n) {
        margin-left: calc(16 / 750 * 100vw);
    }
    .eiyoso .eiyoso-tab-panel .eiyoso-tab-panel-item:nth-child(n+3) {
        margin-top: calc(16 / 750 * 100vw);
    }
    .eiyoso .eiyoso-tab-panel-item__inner {
        display: block;
        padding: calc(19 / 750 * 100vw) 0;
        border: #01653e calc(2 / 16 * 1rem) solid;
        border-radius: calc(36 / 750 * 100vw);
        width: calc(272 / 750 * 100vw);
        background: #fff;
    }
    .eiyoso .eiyoso-tab-panel-item__label {
        color: #01653e;
        font-size: calc(26 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
  /* タブパネル */
@media (min-width: 1367px) {
    .eiyoso-tab-panel-box.tab-is-show {
        display: block;
    }
    .eiyoso-tab-panel-box {
        display: none;
    }
    .eiyoso-tab-inner {
        width: calc(1080 / 16 * 1rem);
        background: #fff;
        border: #01653e calc(4 / 16 * 1rem) solid;
        border-radius: calc(20 / 16 * 1rem);
        box-shadow:calc(9 / 16 * 1rem) calc(9 / 16 * 1rem) 0 0 #01653e;
        margin: 0 auto;
    }
    .eiyoso-tab-inner-heading {
        position: relative;
        text-align: center;
        background: #01653e;
        border-radius: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) 0 0;
        padding: calc(21 / 16 * 1rem) 0;
    }
    .eiyoso-tab-inner__arrow--left::before,
    .eiyoso-tab-inner__arrow--right::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(8 / 16 * 1rem);
        height: calc(8 / 16 * 1rem);
        border: #fff calc(3 / 16 * 1rem) solid;
    }
    .eiyoso-tab-inner__arrow--left::before {
        left: calc(30 / 16 * 1rem);
        transform: translateY(-50%) rotate(45deg);
        border-top: none;
        border-right: none;
    }
    .eiyoso-tab-inner__arrow--right::before {
        right: calc(30 / 16 * 1rem);
        transform: translateY(-50%) rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .eiyoso-tab-inner-arrow__label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: calc(16 / 16 * 1rem);
        font-weight: bold;
    }
    .eiyoso-tab-inner__arrow--left:hover,
    .eiyoso-tab-inner__arrow--right:hover {
        opacity: .5;
    }
    .eiyoso-tab-inner__arrow--left .eiyoso-tab-inner-arrow__label{
        left: calc(50 / 16 * 1rem);
    }
    .eiyoso-tab-inner__arrow--right .eiyoso-tab-inner-arrow__label{
        right: calc(50 / 16 * 1rem);
    }
    .eiyoso-tab-inner-heading__label {
        color: #fff;
        font-size: calc(22 / 16 * 1rem);
        font-weight: bold;
    }
    .eiyoso-tab-inner-contents {
        padding: calc(56 / 16 * 1rem) calc(41 / 16 * 1rem) calc(66 / 16 * 1rem);
    }
    .eiyoso-tab-inner-panel__heading {
        color: #01653e;
        font-weight: bold;
        font-size: calc(16 / 16 * 1rem);
        display: block;
        text-align: left;
        flex-shrink: 0;
    }
    }
@media (min-width: 768px) and (max-width: 1366px) {
.eiyoso-tab-panel-box.tab-is-show {
    display: block;
}
.eiyoso-tab-panel-box {
    display: none;
}
.eiyoso-tab-inner {
    width: calc(1080 / 1366 * 100vw);
    background: #fff;
    border: #01653e calc(4 / 1366 * 100vw) solid;
    border-radius: calc(20 / 1366 * 100vw);
    box-shadow:calc(9 / 1366 * 100vw) calc(9 / 1366 * 100vw) 0 0 #01653e;
    margin: 0 auto;
}
.eiyoso-tab-inner-heading {
    position: relative;
    text-align: center;
    background: #01653e;
    border-radius: calc(10 / 1366 * 100vw) calc(10 / 1366 * 100vw) 0 0;
    padding: calc(21 / 1366 * 100vw) 0;
}
.eiyoso-tab-inner__arrow--left::before,
.eiyoso-tab-inner__arrow--right::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(8 / 1366 * 100vw);
    height: calc(8 / 1366 * 100vw);
    border: #fff calc(3 / 1366 * 100vw) solid;
}
.eiyoso-tab-inner__arrow--left::before {
    left: calc(30 / 1366 * 100vw);
    transform: translateY(-50%) rotate(45deg);
    border-top: none;
    border-right: none;
}
.eiyoso-tab-inner__arrow--right::before {
    right: calc(30 / 1366 * 100vw);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.eiyoso-tab-inner-arrow__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: calc(16 / 1366 * 100vw);
    font-weight: bold;
}
.eiyoso-tab-inner__arrow--left .eiyoso-tab-inner-arrow__label{
    left: calc(50 / 1366 * 100vw);
}
.eiyoso-tab-inner__arrow--right .eiyoso-tab-inner-arrow__label{
    right: calc(50 / 1366 * 100vw);
}
.eiyoso-tab-inner-heading__label {
    color: #fff;
    font-size: calc(22 / 1366 * 100vw);
    font-weight: bold;
}
.eiyoso-tab-inner-contents {
    padding: calc(56 / 1366 * 100vw) calc(41 / 1366 * 100vw) calc(66 / 1366 * 100vw);
}
.eiyoso-tab-inner-panel__heading {
    color: #01653e;
    font-weight: bold;
    font-size: calc(16 / 1366 * 100vw);
    display: block;
    text-align: left;
    flex-shrink: 0;
}
}
@media (max-width: 767px) {
.eiyoso-tab-panel-box.tab-is-show {
    display: block;
}
.eiyoso-tab-panel-box {
    display: none;
}
.eiyoso-tab-inner {
    width: 100%;
    background: #fff;
    border: #01653e calc(4 / 750 * 100vw) solid;
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(12 / 750 * 100vw) 0 0 #01653e;
}
.eiyoso-tab-inner-heading {
    position: relative;
    text-align: center;
    background: #01653e;
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    padding: calc(34 / 750 * 100vw) 0;
}
.eiyoso-tab-inner__arrow--left::before,
.eiyoso-tab-inner__arrow--right::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    border: #fff calc(3 / 750 * 100vw) solid;
}
.eiyoso-tab-inner__arrow--left::before {
    left: calc(38 / 750 * 100vw);
    transform: translateY(-50%) rotate(45deg);
    border-top: none;
    border-right: none;
}
.eiyoso-tab-inner__arrow--right::before {
    right: calc(38 / 750 * 100vw);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.eiyoso-tab-inner-heading__label {
    color: #fff;
    font-size: calc(36 / 750 * 100vw);
}
.eiyoso-tab-inner-contents {
    padding: calc(56 / 750 * 100vw) calc(41 / 750 * 100vw) calc(66 / 750 * 100vw);
}
.eiyoso-tab-inner-contents-inner-tab-panel {
    background: #f2f2f2;
    padding: calc(56 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    text-align: center;
    margin-top: calc(56 / 750 * 100vw);
}
.eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item {
    width: calc(260 / 750 * 100vw);
}
.eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__inner {
    padding: calc(14 / 750 * 100vw) 0;
    width: calc(252 / 750 * 100vw);
}
.eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel-item__label {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
}
.eiyoso .eiyoso-tab-inner-contents-inner-tab-panel .eiyoso-tab-panel {
}
.eiyoso-tab-inner-panel__heading {
    color: #01653e;
    font-weight: bold;
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    display: block;
}
}

/* --------------------------------------------------------------------------
  CHECK
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .check {
        width: calc(880 / 16 * 1rem);
        margin: 0 auto;
    }
    .check .section-bnr {
        margin-top: calc(48 / 16 * 1rem);
    }
    .check .check__ttl {
        text-align: center;
    }
    .check .check__ttl--main {
        color: #01653e;
        font-size: calc(28 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
    }
    .check .check__ttl--sub {
        color: #01653e;
        font-size: calc(20 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
        margin-top: calc(28 / 16 * 1rem);
    }
    .check .check-graph{
        margin-top: calc(32 / 16 * 1rem);
        margin-bottom: calc(48 / 16 * 1rem);
    }
    .check .check-graph__note {
        margin-top: calc(17 / 16 * 1rem);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .check {
        width: calc(880 / 1366 * 100vw);
        margin: 0 auto;
    }
    .check .section-bnr {
        margin-top: calc(48 / 1366 * 100vw);
    }
    .check .check__ttl {
        text-align: center;
    }
    .check .check__ttl--main {
        color: #01653e;
        font-size: calc(28 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
    }
    .check .check__ttl--sub {
        color: #01653e;
        font-size: calc(20 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
        margin-top: calc(28 / 1366 * 100vw);
    }
    .check .check-graph{
        margin-top: calc(32 / 1366 * 100vw);
        margin-bottom: calc(48 / 1366 * 100vw);
    }
    .check .check-graph__note {
        margin-top: calc(17 / 1366 * 100vw);
    }
}
@media (max-width: 767px) {
    .check {
        padding-top: calc(104 / 750 * 100vw);
        padding-bottom: calc(167 / 750 * 100vw);
    }
    .check .section-bnr {
        margin-top: calc(64 / 750 * 100vw);
    }
    .check .check__ttl {
        text-align: center;
    }
    .check .check__ttl--main {
        color: #01653e;
        font-size: calc(56 / 750 * 100vw);
        font-weight: 900;
        line-height: 1;
    }
    .check .check__ttl--sub {
        color: #01653e;
        font-size: calc(32 / 750 * 100vw);
        font-weight: bold;
        line-height: calc(44.8 / 32);
        margin-top: calc(28 / 750 * 100vw);
    }
    .check .check-graph{
        margin-top: calc(64 / 750 * 100vw);
        margin-bottom: calc(80 / 750 * 100vw);
    }
    .check .check-graph__note {
        margin-top: calc(43 / 750 * 100vw);
    }
}

/* --------------------------------------------------------------------------
  WHEN
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .when .section__ttl {
        margin-bottom: calc(56 / 16 * 1rem);
    }
    .when .section-text__label {
        width: calc(880 / 16 * 1rem);
        margin: 0 auto;
    }
    .when .section-bnr{
        margin-top: calc(47 / 16 * 1rem);
    }
    .when .when-contents-list {
        width: calc(1080 / 16 * 1rem);
        margin: 0 auto;
        margin-top: calc(115 / 16 * 1rem);
        padding-bottom: calc(9 / 16 * 1rem);
    }
    .when .when-contents-list__item {
        position: relative;
        background: #fff;
        border: #01653e calc(3 / 16 * 1rem) solid;
        box-shadow: calc(9 / 16 * 1rem) calc(9 / 16 * 1rem) 0 0 #01653e;
        border-radius: calc(10 / 16 * 1rem);
        padding: calc(80 / 16 * 1rem) calc(56 / 16 * 1rem) calc(75 / 16 * 1rem) calc(56 / 16 * 1rem);
    }
    .when .when-contents-list__item + .when-contents-list__item {
        margin-top: calc(148 / 16 * 1rem);
    }
    .when .when-contents-list__item::before {
        content: "";
        position: absolute;
        top: calc(-69 / 16 * 1rem);
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/when_bg.svg) no-repeat center / contain;
        width: calc(325 / 16 * 1rem);
        height: calc(85 / 16 * 1rem);
    }
    .when .when-contents-list__item::after {
        content: "";
        position: absolute;
        top: calc(-34 / 16 * 1rem);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-list__item.when-contents-list__item--merit::after {
        background: url(../img/when_ico_day.svg) no-repeat center / contain;
        width: calc(92 / 16 * 1rem);
        height: calc(92 / 16 * 1rem);
    }
    .when .when-contents-list__item.when-contents-list__item--health::after {
        background: url(../img/when_ico_health.svg) no-repeat center / contain;
        width: calc(81 / 16 * 1rem);
        height: calc(71 / 16 * 1rem);
    }
    .when .when-contents-list-item__ttl {
        position: relative;
        color: #de522a;
        font-size: calc(26 / 16 * 1rem);
        font-weight: bold;
        text-align: center;
        padding-bottom: calc(5 / 16 * 1rem);
    }
    .when .when-contents-list-item__ttl::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: #de522a;
        height: calc(3 / 16 * 1rem);
    }
    .when .when-contents-list__item--merit .when-contents-list-item__ttl::before {
        width: calc(328 / 16 * 1rem);
    }
    .when .when-contents-list__item--health .when-contents-list-item__ttl::before {
        width: calc(492 / 16 * 1rem);
    }
    /* merit */
    .when .when-contents-merit-list {
        margin-top: calc(70 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item {
        position: relative;
        display: flex;
        width: calc(960 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item:not(:last-child):before {
        content: "";
        width: calc(960 / 16 * 1rem);
        height: calc(9 / 16 * 1rem);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: calc(-56 / 16 * 1rem);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-merit-list-item:nth-child(2) {
        flex-direction: row-reverse;
    }
    .when .when-contents-merit-list-item:nth-child(2) .when-contents-merit-list-item__image {
        margin-left: calc(30 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item + .when-contents-merit-list-item {
        margin-top: calc(54 / 16 * 1rem);
        padding-top: calc(54 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item__image {
        width: calc(320 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item-text {
        margin-left: calc(30 / 16 * 1rem);
    }
    .when .when-contents-merit-list-item__time {
        color: #01653e;
        font-size: calc(28 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
    }
    .when .when-contents-merit-list-item__time--en {
        color: #01653e;
        font-size: calc(18 / 28 * 1em);
        font-weight: 900;
        margin-left: calc(16 / 16 * 1rem);
        line-height: 1;
    }
    .when-contents-merit-list-item__heading {
        display: block;
        font-size: calc(18 / 16 * 1rem);
        font-weight: bold;
        margin-top: calc(12 / 16 * 1rem);
        margin-bottom: calc(16 / 16 * 1rem);
    }
    .when-contents-merit-list-item-text .section-text__label{
        font-size: calc(14 / 16 * 1rem);
        margin: 0;
        width: calc(568 / 16 * 1rem);
    }
    /* health */
    .when .when-contents-health-list {
        margin-top: calc(50 / 16 * 1rem);
    }
    .when .when-contents-health-list-item-text {
        position: relative;
        padding-bottom: calc(56 / 16 * 1rem);
        margin-bottom: calc(56 / 16 * 1rem);
    }
    .when .when-contents-health-list-item-text:before {
        content: "";
        width: calc(960 / 16 * 1rem);
        height: calc(9 / 16 * 1rem);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container {
        text-align: center;
    }
    .when .health-scene-container__heading {
        color: #de522a;
        font-size: calc(20 / 16 * 1rem);
        font-weight: bold;
    }
    .when .health-scene-container-list {
        margin-top: calc(52 / 16 * 1rem);
        display: flex;
    }
    .when .health-scene-container-list-item {
        position: relative;
        background: #ffeda5;
        border-radius: calc(10 / 16 * 1rem);
        width: calc(300 / 16 * 1rem);
        padding: calc(84 / 16 * 1rem) calc(34 / 16 * 1rem) calc(32 / 16 * 1rem);
    }
    .when .health-scene-container-list-item::before {
        content: "";
        width: calc(95 / 16 * 1rem);
        height: calc(95 / 16 * 1rem);
        position: absolute;
        top: calc(-27 / 16 * 1rem);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item:first-child:before {
        background: url(../img/when_health_scene01.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(2):before {
        background: url(../img/when_health_scene02.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(3):before {
        background: url(../img/when_health_scene03.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item + .health-scene-container-list-item {
        margin-left: calc(30 / 16 * 1rem);
    }
    .when .health-scene-container-list-item__heading {
        position: relative;
        color: #de522a;
        font-size: calc(24 / 16 * 1rem);
        font-weight: bold;
        display: block;
        padding-bottom: calc(16 / 16 * 1rem);
        margin-bottom: calc(20 / 16 * 1rem);
        font-feature-settings: "palt";
    }
    .when .health-scene-container-list-item__heading::before {
        content: "";
        width: 100%;
        height: calc(9 / 16 * 1rem);
        background: url(../img/when_dot_line_orange.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item__label {
        font-size: calc(16 / 16 * 1rem);
        line-height: 1.5;
    }
    /* Q and A */
    .when .when-qa-container {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: calc(56 / 16 * 1rem);
    }
    .when .when-qa-container__heading {
        color: #01653e;
        font-size: calc(22 / 16 * 1rem);
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: calc(64 / 16 * 1rem);
    }
    .when .when-qa-container-btn {
        width: calc(480 / 16 * 1rem);
        margin: 0 auto;
        margin-top: calc(64 / 16 * 1rem);
    }
    .when .when-qa-container-btn__inner {
        position: relative;
        height: 100%;
        display: block;
        background: #fff;
        border: #01653e calc(3 / 16 * 1rem) solid;
        border-radius: calc(40 / 16 * 1rem);
        padding: calc(22 / 16 * 1rem);
    }
    .when .when-qa-container-btn__inner::before {
        content: "";
        position: absolute;
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        top: 50%;
        left: calc(32 / 16 * 1rem);
        transform: translateY(-50%);
        width: calc(45 / 16 * 1rem);
        height: calc(35 / 16 * 1rem);
    }
    .when .when-qa-container-btn__inner::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(32 / 16 * 1rem);
        transform: translateY(-50%) rotate(45deg);
        width: calc(8 / 16 * 1rem);
        height: calc(8 / 16 * 1rem);
        border-top: #01653e calc(2 / 16 * 1rem) solid;
        border-right: #01653e calc(2 / 16 * 1rem) solid;
    }
    .when .when-qa-container-btn-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .when .when-qa-container-btn-text__label {
        color: #01653e;
        font-size: calc(20 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
    }
    .when .when-qa-container-btn-text__label--small {
        color: #01653e;
        font-size: calc(12 / 16 * 1rem);
        font-weight: bold;
        line-height: 1;
        margin-right: calc(2 / 16 * 1rem);
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .when .section__ttl {
        margin-bottom: calc(56 / 1366 * 100vw);
    }
    .when .section-text__label {
        width: calc(880 / 1366 * 100vw);
        margin: 0 auto;
    }
    .when .section-bnr{
        margin-top: calc(47 / 1366 * 100vw);
    }
    .when .when-contents-list {
        width: calc(1080 / 1366 * 100vw);
        margin: 0 auto;
        margin-top: calc(115 / 1366 * 100vw);
        padding-bottom: calc(9 / 1366 * 100vw);
    }
    .when .when-contents-list__item {
        position: relative;
        background: #fff;
        border: #01653e calc(3 / 16 * 1rem) solid;
        box-shadow: calc(9 / 1366 * 100vw) calc(9 / 1366 * 100vw) 0 0 #01653e;
        border-radius: calc(10 / 1366 * 100vw);
        padding: calc(80 / 1366 * 100vw) calc(56 / 1366 * 100vw) calc(75 / 1366 * 100vw) calc(56 / 1366 * 100vw);
    }
    .when .when-contents-list__item + .when-contents-list__item {
        margin-top: calc(148 / 1366 * 100vw);
    }
    .when .when-contents-list__item::before {
        content: "";
        position: absolute;
        top: calc(-69 / 1366 * 100vw);
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/when_bg.svg) no-repeat center / contain;
        width: calc(325 / 1366 * 100vw);
        height: calc(85 / 1366 * 100vw);
    }
    .when .when-contents-list__item::after {
        content: "";
        position: absolute;
        top: calc(-34 / 1366 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-list__item.when-contents-list__item--merit::after {
        background: url(../img/when_ico_day.svg) no-repeat center / contain;
        width: calc(92 / 1366 * 100vw);
        height: calc(92 / 1366 * 100vw);
    }
    .when .when-contents-list__item.when-contents-list__item--health::after {
        background: url(../img/when_ico_health.svg) no-repeat center / contain;
        width: calc(81 / 1366 * 100vw);
        height: calc(71 / 1366 * 100vw);
    }
    .when .when-contents-list-item__ttl {
        position: relative;
        color: #de522a;
        font-size: calc(26 / 1366 * 100vw);
        font-weight: bold;
        text-align: center;
        padding-bottom: calc(5 / 1366 * 100vw);
    }
    .when .when-contents-list-item__ttl::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: #de522a;
        height: calc(3 / 1366 * 100vw);
    }
    .when .when-contents-list__item--merit .when-contents-list-item__ttl::before {
        width: calc(328 / 1366 * 100vw);
    }
    .when .when-contents-list__item--health .when-contents-list-item__ttl::before {
        width: calc(492 / 1366 * 100vw);
    }
    /* merit */
    .when .when-contents-merit-list {
        margin-top: calc(70 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item {
        position: relative;
        display: flex;
        width: calc(960 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item:not(:last-child):before {
        content: "";
        width: calc(960 / 1366 * 100vw);
        height: calc(9 / 1366 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: calc(-56 / 1366 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-merit-list-item:nth-child(2) {
        flex-direction: row-reverse;
    }
    .when .when-contents-merit-list-item:nth-child(2) .when-contents-merit-list-item__image {
        margin-left: calc(30 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item + .when-contents-merit-list-item {
        margin-top: calc(54 / 1366 * 100vw);
        padding-top: calc(54 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item__image {
        width: calc(320 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item-text {
        margin-left: calc(30 / 1366 * 100vw);
    }
    .when .when-contents-merit-list-item__time {
        color: #01653e;
        font-size: calc(28 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
    }
    .when .when-contents-merit-list-item__time--en {
        color: #01653e;
        font-size: calc(18 / 28 * 1em);
        font-weight: 900;
        margin-left: calc(16 / 1366 * 100vw);
        line-height: 1;
    }
    .when-contents-merit-list-item__heading {
        display: block;
        font-size: calc(18 / 1366 * 100vw);
        font-weight: bold;
        margin-top: calc(12 / 1366 * 100vw);
        margin-bottom: calc(16 / 1366 * 100vw);
    }
    .when-contents-merit-list-item-text .section-text__label{
        font-size: calc(14 / 16 * 1rem);
        margin: 0;
        width: calc(568 / 1366 * 100vw);
    }
    /* health */
    .when .when-contents-health-list {
        margin-top: calc(50 / 1366 * 100vw);
    }
    .when .when-contents-health-list-item-text {
        position: relative;
        padding-bottom: calc(56 / 1366 * 100vw);
        margin-bottom: calc(56 / 1366 * 100vw);
    }
    .when .when-contents-health-list-item-text:before {
        content: "";
        width: calc(960 / 1366 * 100vw);
        height: calc(9 / 1366 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container {
        text-align: center;
    }
    .when .health-scene-container__heading {
        color: #de522a;
        font-size: calc(20 / 1366 * 100vw);
        font-weight: bold;
    }
    .when .health-scene-container-list {
        margin-top: calc(52 / 1366 * 100vw);
        display: flex;
    }
    .when .health-scene-container-list-item {
        position: relative;
        background: #ffeda5;
        border-radius: calc(10 / 1366 * 100vw);
        width: calc(300 / 1366 * 100vw);
        padding: calc(84 / 1366 * 100vw) calc(34 / 1366 * 100vw) calc(32 / 1366 * 100vw);
    }
    .when .health-scene-container-list-item::before {
        content: "";
        width: calc(95 / 1366 * 100vw);
        height: calc(95 / 1366 * 100vw);
        position: absolute;
        top: calc(-27 / 1366 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item:first-child:before {
        background: url(../img/when_health_scene01.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(2):before {
        background: url(../img/when_health_scene02.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(3):before {
        background: url(../img/when_health_scene03.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item + .health-scene-container-list-item {
        margin-left: calc(30 / 1366 * 100vw);
    }
    .when .health-scene-container-list-item__heading {
        position: relative;
        color: #de522a;
        font-size: calc(24 / 1366 * 100vw);
        font-weight: bold;
        display: block;
        padding-bottom: calc(16 / 1366 * 100vw);
        margin-bottom: calc(20 / 1366 * 100vw);
        font-feature-settings: "palt";
    }
    .when .health-scene-container-list-item__heading::before {
        content: "";
        width: 100%;
        height: calc(9 / 1366 * 100vw);
        background: url(../img/when_dot_line_orange.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item__label {
        font-size: calc(16 / 1366 * 100vw);
        line-height: 1.5;
    }
    /* Q and A */
    .when .when-qa-container {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: calc(56 / 1366 * 100vw);
    }
    .when .when-qa-container__heading {
        color: #01653e;
        font-size: calc(22 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: calc(64 / 1366 * 100vw);
    }
    .when .when-qa-container-btn {
        width: calc(480 / 1366 * 100vw);
        margin: 0 auto;
        margin-top: calc(64 / 1366 * 100vw);
    }
    .when .when-qa-container-btn__inner {
        position: relative;
        height: 100%;
        display: block;
        background: #fff;
        border: #01653e calc(3 / 1366 * 100vw) solid;
        border-radius: calc(40 / 1366 * 100vw);
        padding: calc(22 / 1366 * 100vw);
    }
    .when .when-qa-container-btn__inner::before {
        content: "";
        position: absolute;
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        top: 50%;
        left: calc(32 / 1366 * 100vw);
        transform: translateY(-50%);
        width: calc(45 / 1366 * 100vw);
        height: calc(35 / 1366 * 100vw);
    }
    .when .when-qa-container-btn__inner::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(32 / 1366 * 100vw);
        transform: translateY(-50%) rotate(45deg);
        width: calc(8 / 1366 * 100vw);
        height: calc(8 / 1366 * 100vw);
        border-top: #01653e calc(2 / 16 * 1rem) solid;
        border-right: #01653e calc(2 / 16 * 1rem) solid;
    }
    .when .when-qa-container-btn-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .when .when-qa-container-btn-text__label {
        color: #01653e;
        font-size: calc(20 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
    }
    .when .when-qa-container-btn-text__label--small {
        color: #01653e;
        font-size: calc(12 / 1366 * 100vw);
        font-weight: bold;
        line-height: 1;
        margin-right: calc(2 / 1366 * 100vw);
    }
}
@media (max-width: 767px) {
    .when {
        padding-top: calc(73 / 750 * 100vw);
        padding-bottom: calc(120 / 750 * 100vw);
    }
    .when .section__ttl {
        margin-bottom: calc(56 / 750 * 100vw);
    }
    .when .section-text__label {
        margin: 0 auto;
    }
    .when .section-bnr{
        margin-top: calc(47 / 750 * 100vw);
    }
    .when .when-contents-list {
        margin: 0 auto;
        margin-top: calc(206 / 750 * 100vw);
        padding-bottom: calc(12 / 750 * 100vw);
    }
    .when .when-contents-list__item {
        position: relative;
        background: #fff;
        border: #01653e calc(3 / 750 * 100vw) solid;
        box-shadow: 0 calc(12 / 750 * 100vw) 0 0 #01653e;
        border-radius: calc(20 / 750 * 100vw);
        padding: calc(77 / 750 * 100vw) calc(40 / 750 * 100vw) calc(56 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
    .when .when-contents-list__item + .when-contents-list__item {
        margin-top: calc(228 / 750 * 100vw);
    }
    .when .when-contents-list__item::before {
        content: "";
        position: absolute;
        top: calc(-206 / 750 * 100vw);
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/when_bg_sp.svg) no-repeat center / contain;
        width: calc(415 / 750 * 100vw);
        height: calc(290 / 750 * 100vw);
    }
    .when .when-contents-list__item::after {
        content: "";
        position: absolute;
        top: calc(-85 / 750 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-list__item.when-contents-list__item--merit::after {
        background: url(../img/when_ico_day.svg) no-repeat center / contain;
        width: calc(120 / 750 * 100vw);
        height: calc(120 / 750 * 100vw);
    }
    .when .when-contents-list__item.when-contents-list__item--health::after {
        background: url(../img/when_ico_health.svg) no-repeat center / contain;
        width: calc(121 / 750 * 100vw);
        height: calc(106 / 750 * 100vw);
    }
    .when .when-contents-list-item__ttl {
        position: relative;
        color: #de522a;
        font-size: calc(40 / 750 * 100vw);
        font-weight: bold;
        text-align: center;
        padding-bottom: calc(22 / 750 * 100vw);
    }
    .when .when-contents-list-item__ttl::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: #de522a;
        height: calc(3 / 750 * 100vw);
    }
    .when .when-contents-list__item--merit .when-contents-list-item__ttl::before {
        width: calc(500 / 750 * 100vw);
    }
    .when .when-contents-list__item--health .when-contents-list-item__ttl::before {
        width: calc(492 / 750 * 100vw);
    }
    /* merit */
    .when .when-contents-merit-list {
        margin-top: calc(70 / 750 * 100vw);
    }
    .when .when-contents-merit-list-item {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .when .when-contents-merit-list-item:not(:last-child):before {
        content: "";
        width: 100%;
        height: calc(16 / 750 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: calc(-72 / 750 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .when-contents-merit-list-item + .when-contents-merit-list-item {
        margin-top: calc(72 / 750 * 100vw);
        padding-top: calc(72 / 750 * 100vw);
    }
    .when .when-contents-merit-list-item__image {
        width: 100%;
        margin-top: calc(48 / 750 * 100vw);
    }
    .when .when-contents-merit-list-item__image img {
    }
    .when .when-contents-merit-list-item-text {
    }
    .when .when-contents-merit-list-item__time {
        color: #01653e;
        font-size: calc(42 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
    }
    .when .when-contents-merit-list-item__time--en {
        color: #01653e;
        font-size: calc(32 / 42 * 1em);
        font-weight: 900;
        margin-left: calc(16 / 750 * 100vw);
        line-height: 1;
    }
    .when-contents-merit-list-item__heading {
        display: block;
        font-size: calc(36 / 750 * 100vw);
        font-weight: bold;
        margin-top: calc(28 / 750 * 100vw);
        margin-bottom: calc(28 / 750 * 100vw);
        line-height: 1.6;
    }
    .when-contents-merit-list-item-text .section-text__label{
        font-size: calc(26 / 750 * 100vw);
        margin: 0;
        width: calc(568 / 750 * 100vw);
    }
    /* health */
    .when .when-contents-health-list {
        margin-top: calc(50 / 750 * 100vw);
    }
    .when .when-contents-health-list-item-text {
        position: relative;
        padding-bottom: calc(76 / 750 * 100vw);
        margin-bottom: calc(74 / 750 * 100vw);
    }
    .when .when-contents-health-list-item-text .section-text__label {
        font-size: calc(26 / 750 * 100vw);
    }
    .when .when-contents-health-list-item-text:before {
        content: "";
        width: 100%;
        height: calc(16 / 750 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container {
        text-align: center;
    }
    .when .health-scene-container__heading {
        color: #de522a;
        font-size: calc(36 / 750 * 100vw);
        font-weight: bold;
    }
    .when .health-scene-container-list {
        margin-top: calc(110 / 750 * 100vw);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .when .health-scene-container-list-item {
        position: relative;
        background: #ffeda5;
        border-radius: calc(10 / 750 * 100vw);
        width: calc(300 / 750 * 100vw);
        padding: calc(100 / 750 * 100vw) calc(28 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
    .when .health-scene-container-list-item::before {
        content: "";
        width: calc(130 / 750 * 100vw);
        height: calc(130 / 750 * 100vw);
        position: absolute;
        top: calc(-70 / 750 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item:first-child {
        width: 100%;
    }
    .when .health-scene-container-list-item {
        width: calc(100% / 2 - calc(calc(12 / 750 * 100vw)));
    }
    .when .health-scene-container-list-item:first-child:before {
        background: url(../img/when_health_scene01.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(2):before {
        background: url(../img/when_health_scene02.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(3):before {
        background: url(../img/when_health_scene03.png) no-repeat center / contain;
    }
    .when .health-scene-container-list-item:nth-child(n+2) {
        margin-top: calc(94 / 750 * 100vw);
    }
    .when .health-scene-container-list-item__heading {
        position: relative;
        color: #de522a;
        font-size: calc(32 / 750 * 100vw);
        font-weight: bold;
        display: block;
        padding-bottom: calc(27 / 750 * 100vw);
        margin-bottom: calc(24 / 750 * 100vw);
        letter-spacing: calc(40 / 1000 * 1em);
        font-feature-settings: "palt";
    }
    .when .health-scene-container-list-item__heading::before {
        content: "";
        width: 100%;
        height: calc(15 / 750 * 100vw);
        background: url(../img/when_dot_line_orange.svg) repeat-x center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .when .health-scene-container-list-item__label {
        font-size: calc(30 / 750 * 100vw);
        line-height: 1.6;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    /* Q and A */
    .when .when-qa-container {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: calc(120 / 750 * 100vw);
    }
    .when .when-qa-container__heading {
        color: #01653e;
        font-size: calc(32 / 750 * 100vw);
        font-weight: bold;
        line-height: 1.8;
    }
    .when .when-qa-container-btn {
        width: 100%;
        margin: 0 auto;
        margin-top: calc(64 / 750 * 100vw);
    }
    .when .when-qa-container-btn__inner {
        position: relative;
        height: 100%;
        display: block;
        background: #fff;
        border: #01653e calc(4 / 750 * 100vw) solid;
        border-radius: calc(60 / 750 * 100vw);
        padding: calc(30 / 750 * 100vw) calc(22 / 750 * 100vw);
    }
    .when .when-qa-container-btn__inner::before {
        content: "";
        position: absolute;
        background: url(../img/ico_qa.svg) no-repeat center / contain;
        top: 50%;
        left: calc(32 / 750 * 100vw);
        transform: translateY(-50%);
        width: calc(78 / 750 * 100vw);
        height: calc(61 / 750 * 100vw);
    }
    .when .when-qa-container-btn__inner::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(32 / 750 * 100vw);
        transform: translateY(-50%) rotate(45deg);
        width: calc(8 / 750 * 100vw);
        height: calc(8 / 750 * 100vw);
        border-top: #01653e calc(2 / 16 * 1rem) solid;
        border-right: #01653e calc(2 / 16 * 1rem) solid;
    }
    .when .when-qa-container-btn-text {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        margin-left: calc(98 / 750 * 100vw);
    }
    .when .when-qa-container-btn-text__label {
        color: #01653e;
        font-size: calc(30 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
        margin-bottom: calc(3 / 750 * 100vw);
        letter-spacing: calc(80 / 1000 * 1em);
    }
    .when .when-qa-container-btn-text__label--small {
        color: #01653e;
        font-size: calc(20 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
        margin-right: calc(-2 / 750 * 100vw);
        letter-spacing: calc(40 / 1000 * 1em);
    }
}

/* --------------------------------------------------------------------------
  QA
-------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .qa .section__ttl--main {
        width: calc(480 / 16 * 1rem);
    }
    .qa .qa-accordion-container {
        margin-top: calc(57 / 16 * 1rem);
    }
    .qa .qa-accordion-container-list {
        width: calc(1080 / 16 * 1rem);
        margin: 0 auto;
        margin-top: calc(57 / 16 * 1rem);
        margin-bottom: calc(48 / 16 * 1rem);
    }
    .qa .qa-accordion-container-list__item {
        background: #fcf7ea;
        border-radius: calc(10 / 16 * 1rem);
    }
    .qa .qa-accordion-container-list__item + .qa-accordion-container-list__item {
        margin-top: calc(24 / 16 * 1rem);
    }
    .qa .qa-accordion-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: calc(40 / 16 * 1rem) calc(60 / 16 * 1rem) calc(36 / 16 * 1rem);
    }
    .qa .qa-accordion-body {
        overflow: hidden; 
        display: none;
        transition: height 0.3s;
    }
    .qa .accordion-is-active .qa-accordion-body {
        display: block;
        transition: height 0.3s;
    }
    .qa .qa-accordion-head__btn {
        position: relative;
        display: block;
        width: calc(24 / 16 * 1rem);
        height: calc(24 / 16 * 1rem);
        margin-left: calc(24 / 16 * 1rem);
    }
    .qa .qa-accordion-head__btn::before,
    .qa .qa-accordion-head__btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        background: #01653e;
        transition: all .3s ease;
    }
    .qa .qa-accordion-head__btn::before {
        width: calc(24 / 16 * 1rem);
        height: calc(3 / 16 * 1rem);
    }
    .qa .qa-accordion-head__btn::after {
        width: calc(3 / 16 * 1rem);
        height: calc(24 / 16 * 1rem);
        transition: all .3s ease;
    }
    .qa .accordion-is-active .qa-accordion-head__btn::after {
        width: calc(3 / 16 * 1rem);
        height: calc(24 / 16 * 1rem);
        transform: translate(-50% , -50%) rotate(90deg);
        transition: all .3s ease;
    }
    .qa .qa-accordion-head-text {
        position: relative;
        padding-left: calc(56 / 16 * 1rem);
    }
    .qa .qa-accordion-head-text-label {
        color: #01653e;
        font-size: calc(18 / 16 * 1rem);
        font-weight: bold;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .qa .qa-accordion-head-text-label::before, 
    .qa .qa-accordion-body-text-label::before {
        font-size: calc(32 / 16 * 1rem);
        font-weight: bold;
        letter-spacing: calc(80 / 1000 * 1em);
        line-height: 1;
        position: absolute;
        left: 0;
        top: calc(-8 / 16 * 1rem);
    }
    .qa .qa-accordion-head-text-label::before {
        content: "Q.";
        color: #01653e;
    }
    .qa .qa-accordion-body {
        position: relative;
        padding: 0 calc(60 / 16 * 1rem);
        
    }
    .qa .qa-accordion-body__inner {
        position: relative;
        padding-top: calc(36 / 16 * 1rem);
        padding-bottom: calc(40 / 16 * 1rem);
    }
    .qa .qa-accordion-body__inner::before {
        content: "";
        width: 100%;
        height: calc(9 / 16 * 1rem);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .qa .qa-accordion-body-text {
        position: relative;
        padding-left: calc(44 / 16 * 1rem);
    }
    .qa .qa-accordion-body-text-label {
        font-size: calc(16 / 16 * 1rem);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 2;
    }
    .qa .qa-accordion-body-text-label + .qa-accordion-body-text-label {
        margin-top: calc(8 / 16 * 1rem);
    }
    .qa .qa-accordion-body-text-label__strong {
        font-weight: bold;
        font-size: calc(16 / 16 * 1rem);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 2;
        display: block;
    }
    .qa .qa-accordion-body-text-label__note {
        font-size: calc(14 / 16 * 1em);
        display: block;
    }
    .qa .qa-accordion-body-text-label::before {
        content: "A.";
        color: #de522a;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .qa {
        padding-bottom: calc(120 / 1366 * 100vw);
    }
    .qa .section__ttl--main {
        width: calc(480 / 1366 * 100vw);
    }
    .qa .qa-accordion-container {
        margin-top: calc(57 / 1366 * 100vw);
    }
    .qa .qa-accordion-container-list {
        width: calc(1080 / 1366 * 100vw);
        margin: 0 auto;
        margin-top: calc(57 / 1366 * 100vw);
        margin-bottom: calc(48 / 1366 * 100vw);
    }
    .qa .qa-accordion-container-list__item {
        background: #fcf7ea;
        border-radius: calc(10 / 1366 * 100vw);
    }
    .qa .qa-accordion-container-list__item + .qa-accordion-container-list__item {
        margin-top: calc(24 / 1366 * 100vw);
    }
    .qa .qa-accordion-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: calc(40 / 1366 * 100vw) calc(60 / 1366 * 100vw) calc(36 / 1366 * 100vw);
    }
    .qa .qa-accordion-body {
        overflow: hidden; 
        display: none;
        transition: height 0.3s;
    }
    .qa .accordion-is-active .qa-accordion-body {
        display: block;
        transition: height 0.3s;
    }
    .qa .qa-accordion-head__btn {
        position: relative;
        display: block;
        width: calc(24 / 1366 * 100vw);
        height: calc(24 / 1366 * 100vw);
        margin-left: calc(24 / 1366 * 100vw);
    }
    .qa .qa-accordion-head__btn::before,
    .qa .qa-accordion-head__btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        background: #01653e;
        transition: all .3s ease;
    }
    .qa .qa-accordion-head__btn::before {
        width: calc(24 / 1366 * 100vw);
        height: calc(3 / 1366 * 100vw);
    }
    .qa .qa-accordion-head__btn::after {
        width: calc(3 / 1366 * 100vw);
        height: calc(24 / 1366 * 100vw);
        transition: all .3s ease;
    }
    .qa .accordion-is-active .qa-accordion-head__btn::after {
        width: calc(3 / 1366 * 100vw);
        height: calc(24 / 1366 * 100vw);
        transform: translate(-50% , -50%) rotate(90deg);
        transition: all .3s ease;
    }
    .qa .qa-accordion-head-text {
        position: relative;
        padding-left: calc(56 / 16 * 1rem);
    }
    .qa .qa-accordion-head-text-label {
        color: #01653e;
        font-size: calc(18 / 16 * 1rem);
        font-weight: bold;
        letter-spacing: calc(40 / 1000 * 1em);
    }
    .qa .qa-accordion-head-text-label::before, 
    .qa .qa-accordion-body-text-label::before {
        font-size: calc(32 / 16 * 1rem);
        font-weight: bold;
        letter-spacing: calc(80 / 1000 * 1em);
        line-height: 1;
        position: absolute;
        left: 0;
        top: calc(-8 / 16 * 1rem);
    }
    .qa .qa-accordion-head-text-label::before {
        content: "Q.";
        color: #01653e;
    }
    .qa .qa-accordion-body {
        position: relative;
        padding: 0 calc(60 / 1366 * 100vw);
        
    }
    .qa .qa-accordion-body__inner {
        position: relative;
        padding-top: calc(36 / 1366 * 100vw);
        padding-bottom: calc(40 / 1366 * 100vw);
    }
    .qa .qa-accordion-body__inner::before {
        content: "";
        width: 100%;
        height: calc(9 / 1366 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .qa .qa-accordion-body-text {
        position: relative;
        padding-left: calc(44 / 16 * 1rem);
    }
    .qa .qa-accordion-body-text-label {
        font-size: calc(16 / 16 * 1rem);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 2;
    }
    .qa .qa-accordion-body-text-label + .qa-accordion-body-text-label {
        margin-top: calc(8 / 16 * 1rem);
    }
    .qa .qa-accordion-body-text-label__strong {
        font-weight: bold;
        font-size: calc(16 / 16 * 1rem);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 2;
        display: block;
    }
    .qa .qa-accordion-body-text-label__note {
        font-size: calc(14 / 16 * 1em);
        display: block;
    }
    .qa .qa-accordion-body-text-label::before {
        content: "A.";
        color: #de522a;
    }
}
@media (max-width: 767px) {
    .qa {
        padding-top: calc(120 / 750 * 100vw);
        padding-bottom: calc(120 / 750 * 100vw);
    }
    .qa .section__ttl--main {
        width: calc(480 / 750 * 100vw);
    }
    .qa .qa-accordion-container {
        margin-top: calc(80 / 750 * 100vw);
    }
    .qa .qa-accordion-container-list {
        width: 100%;
        margin: 0 auto;
        margin-top: calc(57 / 750 * 100vw);
        margin-bottom: calc(80 / 750 * 100vw);
    }
    .qa .qa-accordion-container-list__item {
        background: #fcf7ea;
        border-radius: calc(10 / 750 * 100vw);
    }
    .qa .qa-accordion-container-list__item + .qa-accordion-container-list__item {
        margin-top: calc(24 / 750 * 100vw);
    }
    .qa .qa-accordion-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: calc(56 / 750 * 100vw) calc(42 / 750 * 100vw) calc(44 / 750 * 100vw);
    }
    .qa .qa-accordion-body {
        overflow: hidden; 
        display: none;
        transition: height 0.3s;
    }
    .qa .accordion-is-active .qa-accordion-body {
        display: block;
        transition: height 0.3s;
    }
    .qa .qa-accordion-head__btn {
        position: relative;
        display: block;
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        margin-left: calc(24 / 750 * 100vw);
    }
    .qa .qa-accordion-head__btn::before,
    .qa .qa-accordion-head__btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        background: #01653e;
        transition: all .3s ease;
    }
    .qa .qa-accordion-head__btn::before {
        width: calc(40 / 750 * 100vw);
        height: calc(6 / 750 * 100vw);
    }
    .qa .qa-accordion-head__btn::after {
        width: calc(6 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
        transition: all .3s ease;
    }
    .qa .accordion-is-active .qa-accordion-head__btn::after {
        width: calc(3 / 750 * 100vw);
        height: calc(24 / 750 * 100vw);
        transform: translate(-50% , -50%) rotate(90deg);
        transition: all .3s ease;
    }
    .qa .qa-accordion-head-text {
        position: relative;
        padding-left: calc(70 / 750 * 100vw);
    }
    .qa .qa-accordion-head-text-label {
        color: #01653e;
        font-size: calc(30 / 750 * 100vw);
        font-weight: bold;
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 1.5;
    }
    .qa .qa-accordion-head-text-label::before, 
    .qa .qa-accordion-body-text-label::before {
        font-size: calc(56 / 750 * 100vw);
        font-weight: bold;
        letter-spacing: calc(80 / 1000 * 1em);
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .qa .qa-accordion-head-text-label::before {
        content: "Q.";
        color: #01653e;
    }
    .qa .qa-accordion-body {
        position: relative;
        padding: 0 calc(42 / 750 * 100vw);
        
    }
    .qa .qa-accordion-body__inner {
        position: relative;
        padding-top: calc(40 / 750 * 100vw);
        padding-bottom: calc(48 / 750 * 100vw);
    }
    .qa .qa-accordion-body__inner::before {
        content: "";
        width: 100%;
        height: calc(15 / 750 * 100vw);
        background: url(../img/dot_line.svg) repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .qa .qa-accordion-body-text {
        position: relative;
        padding-left: calc(70 / 750 * 100vw);
    }
    .qa .qa-accordion-body-text-label {
        font-size: calc(30 / 750 * 100vw);
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 1.6;
    }
    .qa .qa-accordion-body-text-label + .qa-accordion-body-text-label {
        margin-top: calc(8 / 750 * 100vw);
    }
    .qa .qa-accordion-body-text-label__strong {
        font-weight: bold;
        letter-spacing: calc(40 / 1000 * 1em);
        line-height: 2;
        display: block;
    }
    .qa .qa-accordion-body-text-label__note {
        font-size: calc(28 / 30 * 1em);
        display: block;
    }
    .qa .qa-accordion-body-text-label::before {
        content: "A.";
        color: #de522a;
    }
}