@charset "utf-8";
/* CSS Document */
._success ._describe br {
    display: none;
}
/*-------------*/
._ba .f {
    flex-direction: column-reverse;
    column-gap: 10px;
}
.ba_table {
    width: 100%;
    border-collapse: collapse;
}
.ba_table tr {
    border-bottom: solid 2px #fff;
}
.ba_table tr:last-child {
    border-bottom: none;
}
.ba_table th {
    position: relative;
    width: 30%;
    background: #222;
    color: #fff;
    text-align: center;
}
.ba_table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 45px);
    right: -45px;
    border-left: 45px solid #222;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}
.ba_table td {
    width: 70%;
    text-align: right;
    font-size: 48px;
}
.btn-ylw {
    color: #222;
}
._success .heading01 span {
    display: block;
    font-size: .5em;
}
@media (min-width: 768px) {
    ._success ._describe {
        text-align: center;
    }
    ._success ._describe br {
        display: block;
    }
    .ba_table td {
        text-align: center;
    }
}
/*-------------*/
.benefit ._box {
    gap: 30px;
    flex-wrap: wrap;
}
.benefit ._box-child {
    flex: 1 1 300px;
}
.benefit ._box-child .heading02 {
    background: var(--d-main-color);
    padding: 2%;
}
.benefit ._box-child h4 {
    font-size: clamp(16px, 768px, 21px);
    margin: 20px 0;
}
.benefit ._box-child .img img {
    margin: 0 auto;
}
.benefit ._box-child p {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .benefit ._box-child {
        margin-top: 0;
        background: #fff;
    }
}
/*-------------*/
.support .f {
    flex-direction: column-reverse;
    gap: 30px;
}
.support .f .img {
    width: 100%;
    margin-left: -100px;
}
.support .f ._text {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    padding: 4%;
    margin-top: -100px;
    margin-left: 4%;
    margin-bottom: 0;
    box-shadow: -30px 30px 0 var(--d-main-color);
}
.support .f ._text p {
    margin-top: 20px;
    line-height: 2;
}
@media (min-width: 768px) {
    .support .f {
        flex-direction: row-reverse;
    }
    .support .f .img {
        width: calc(50% + 150px);
        margin-right: -150px;
    }
    .support .f ._text {
        width: 50%;
        margin-top: 100px;
        margin-bottom: 0px;
    }
    .support .f ._text p {
        line-height: 2.5;
    }
}
/*-------------*/
.system ._container {
    gap: 30px;
}
.system ._box {
    width: 100%;
    flex: 1 1 400px;
    box-shadow: 0 0 5px rgb(0 0 0 / .3);
}
.system ._box .heading02 {
    background: var(--d-main-color);
    padding: 20px 0;
}
.system ._box p {
    padding: 6% 8%;
}
.system ._price-table {
    text-align: center;
    padding: 4%;
    width: 100%;
    margin-top: auto;
}
.system ._price-table th {
    background: #464848;
    color: #fff;
    font-size: clamp(16px, 768px, 21px);
    padding: 4%;
    display: block;
}
.system ._price-table td {
    background: #f0f0f0;
    padding: 4%;
    font-size: clamp(21px, 768px, 32px);
    display: block;
}
.system ._price-table td span {
    font-size: .45em;
    display: block;
}
@media (min-width: 768px) {
    .system ._box {
        width: 50%;
        margin-top: 0;
    }
    .system ._box ._box-child {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
    }
    .system ._price-table td span {
        display: inline-block;
        margin-right: 10px;
    }
}
/*-------------*/
.food ._inner {
    width: min(92%, 600px);
}
.food p {
    line-height: 2;
    font-size: clamp(16px, 768px, 21px);
    font-weight: 600;
}
@media (min-width: 768px) {}
/*-------------*/
.attempt ._container p:first-child {
    font-size: 18px;
}
.attempt ._box {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
}
.attempt ._box .heading-lv3 {
    border-left: 5px solid var(--d-main-color);
    padding-left: 10px;
}
.attempt ._container .heading-lv3 + p {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .attempt ._container ._box ._box-child {
        width: 50%;
    }
    .attempt ._container ._box ._box-child {
        margin-top: 0;
        flex: 1 1 400px;
    }
}
/*-------------*/
.doit ._box {
    flex-direction: column-reverse;
}
.doit ._box + ._box {
    margin-top: 60px;
}
.doit ._box .heading-lv3 {
    border-left: 5px solid var(--d-main-color);
    padding-left: 10px;
}
.doit ._box p {
    margin-top: 30px;
    font-size: 14px;
}
.doit ._box ._text {
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 4%;
    margin-top: -100px;
}
.doit ._box:first-child ._text {
    margin-left: 4%;
    box-shadow: -30px 30px 0 var(--d-main-color);
}
.doit ._box:last-child ._text {
    margin-right: 4%;
    box-shadow: 30px 30px 0 var(--d-main-color);
}
.doit ._box:first-child ._text {
    margin-left: auto;
}
.doit ._box:last-child ._text {
    margin-right: auto;
}
.doit ._box:first-child .img {
    margin-right: auto;
}
.doit ._box:last-child .img {
    margin-left: auto;
}
.doit ._box .img {
    width: min(100%, 750px);
}
.doit ._box .img img {
    width: 100%;
    z-index: -1;
    position: relative;
}
@media (min-width: 768px) {
    .doit ._box ._text {
        width: min(100%, 600px);
        margin-top: -200px;
    }
}
/*-------------*/
.cause ._container ._box {
    flex-wrap: wrap;
}
.cause ._container ._box + ._box {
    margin-top: 0;
}
.cause ._container ._box ._box-child {
    margin-top: 0;
    flex-shrink: 1;
    padding: 4%;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.cause ._container ._box ._box-child:nth-child(odd) {
    background: var(--d-main-color);
    color: #fff;
}
.cause ._container ._box ._box-child .heading-lv3 {
    text-align: center;
}
.cause ._container ._box ._box-child p {
    margin-top: 30px;
}
.cause ._container ._box .img_only {
    display: none;
}
@media (min-width: 768px) {
    .cause ._container ._box {
        width: 100%;
    }
    .cause ._container {
        flex-wrap: wrap;
    }
}
@media (min-width: 960px) {
    .cause ._container ._box {
        width: 50%;
    }
    .cause ._container ._box:nth-child(2) {
        flex-direction: row;
    }
    .cause ._container ._box:nth-child(3) {
        flex-direction: row-reverse;
    }
    .cause ._container ._box ._box-child {
        width: 50%;
    }
    .cause ._container ._box .img_only {
        display: block;
        padding: 0;
        max-height: 350px;
    }
    .cause ._container ._box .img_only img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
/*-------------*/
.trainer ._box {
    flex-direction: column-reverse;
}
.trainer ._box + ._box {
    margin-top: 60px;
}
.trainer ._box .heading-lv2 {
    border-bottom: 3px solid var(--d-main-color);
    padding-bottom: 5px;
}
.trainer ._box .heading-lv4 {
    border: 5px solid var(--d-main-color);
    padding: 2px 10px;
    color: var(--d-main-color);
    width: 150px;
    text-align: center;
    margin-top: 10px;
}
.trainer ._box p {
    margin-top: 20px;
    font-size: 14px;
}
.trainer ._box ._text {
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 4%;
    margin-top: -150px;
    margin-left: auto;
    position: relative;
}
.trainer ._box .career {
    margin-top: 20px;
}
.trainer ._box .career p {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}
.trainer ._box .img {
    margin-right: auto;
    box-shadow: 30px 30px 0 var(--d-main-color);
}
.trainer ._box .img {
    width: min(100%, 500px);
}
.trainer ._box .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .trainer ._box ._text {
        width: 70%;
    }
}
/*-------------*/
.facility ._box {
    width: 100%;
}
.facility ._box ._text h3 {
    margin-top: 20px;
}
.facility ._box ._text p {
    margin-top: 1em;
}
.facility ._box .img img {
    width: 100%;
    /* height: 200px; */
    height: 280px;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 768px) {
    .facility ._container {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
    }
    .facility ._box {
        width: calc((100% - 40px) / 3);
        flex: 1 1 300px;
    }
    .facility ._box + ._box {
        margin-top: 0;
    }
}
/*-------------*/
.qa {}
.qa ._inner {
    width: min(92%, 800px);
    margin: 0 auto;
}
.qa .accordion li {
    margin: 0;
}
.qa .accordion_box {
    border: 3px solid #222;
    border-top: none;
}
.qa li:first-child .accordion_box {
    border-top: 3px solid #222;
}
.qa .accordion_title {
    font-size: clamp(12px, 6vw, 18px);
    font-weight: 600;
    padding: 3%;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 40px 1.5rem 100px;
}
.qa .accordion_title span {
    margin-right: 10px;
    font-size: 1.7em;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 50%;
    left: 50px;
    display: block;
}
.qa .accordion_title::before, .qa .accordion_title::after {
    right: 15px;
    transition: .3s all;
}
.qa .accordion_text {
    background: #fff5f3;
}
.personal_page {
    background: var(--d-main-color);
    opacity: .9;
    background: url("../img/diet/personal_bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
}
.personal_page ._box {
    width: min(100%, 600px);
    border: 5px solid #fff;
    padding: 4%;
    margin: 0 auto;
}
.personal_page ._box p {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
}
/* submenu */
.submenu_sideaccordion {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 999;
}
.sideaccordion {
    text-align: center;
}
.sideaccordion {
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
}
.sideaccordion .sidemenu-list {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.sideaccordion li .inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 175px;
    display: none;
    padding: 10px;
}
.sideaccordion .title {
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #ff5f00;
    width: 30px;
    height: 175px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 2px;
    text-align: center;
}
.sideaccordion .title i {
    margin: 10px 0;
}
.sideaccordion .content + .content {
    border-top: 1px dashed #ccc;
}
@media (min-width: 768px) {
    .submenu_sideaccordion {
        bottom: 100px;
    }
}
@media (max-width: 768px) {
    .support .f .img {
        margin-left: 0;
    }
    .submenu_sideaccordion {
        display: none;
    }
}