body { letter-spacing: inherit;}
main {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    color: #25282a;
    margin-top: 75px;
}
.orange {
    color: #ff6a14;
}
.sec_title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.pc_only {
    display: block !important;
}
.sp_only {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    .sec_title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 370px) {
    main {
        margin-top: 60px;
    }
}

/* mv */
.sec_mv {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mv_wrapper {
    display: flex;
    justify-content: space-between;
}
.sec_mv .mv_personal {
    width: 25%;
}
.sec_mv .personal_info {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.2vw 2.4vw 1vw;
    letter-spacing: 0.06em;
}
.sec_mv .mv_personal:nth-child(2n) .personal_info {
    color: #fff;
}
.sec_mv .mv_personal .title {
    font-size: 0.85vw;
    width: 100%;
    text-align: center;
    margin-bottom: 0.6vw;
    padding-bottom: 0.4vw;
}
.sec_mv .mv_personal:nth-child(2n + 1) .personal_info {
    background-color: #c8c9ca;
}
.sec_mv .mv_personal:nth-child(2n) .personal_info {
    background-color: #25282a;
}
.sec_mv .mv_personal:nth-child(2n + 1) .title {
    border-bottom: 1px solid #25282a;
}
.sec_mv .mv_personal:nth-child(2n) .title {
    border-bottom: 1px solid #fff;
}
.sec_mv .mv_personal .name {
    font-size: 1vw;
    text-align: center;
}
.sec_mv .mv_bg {
    width: 100%;
    height: auto;
    aspect-ratio: 1.72/1;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-size: 107%;
    background-position: 50% 33%;
}
.sec_mv .image_bg {
    aspect-ratio: 1/2.4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sec_mv .personal_1 .image_bg {
    background-image: url("../images/mv-1.png");
}
.sec_mv .personal_2 .image_bg {
    background-image: url("../images/mv-2.png");
}
.sec_mv .personal_3 .image_bg {
    background-image: url("../images/mv-3.png");
}
.sec_mv .personal_4 .image_bg {
    background-image: url("../images/mv-4.png");
}
.mv_title_wrapper {
    position: absolute;
    bottom: 4%;
    left: 6%;
    background-color: rgba(255, 255, 255, 0.7);
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    padding: 0.5vw 7vw 0.8vw 2vw;
    letter-spacing: 0.18em;
    line-height: 1.2;
    z-index: 1;
}
.mv_title {
    font-size: 3.5vw;
    font-weight: 700;
}
.mv_title_sub {
    font-size: 1.85vw;
    text-align: right;
}
.madeinJapan {
    position: absolute;
    bottom: -65px;
    right: 6%;
    z-index: 1;
}
.mv_name {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #fff;
    bottom: 4%;
    right: 6%;
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.25);
}
.mv_name span {
    font-size: 18px;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .sec_mv {
        width: 100vw;
    }
    .sec_mv .personal_info {
        height: 65px;
        padding: 4px;
        letter-spacing: 0;
        line-height: 1.3;
    }
    .sec_mv .mv_personal .title {
        font-size: 10px;
    }
    .sec_mv .mv_personal .name {
        font-size: 10px;
    }
    .sec_mv .mv_bg {
        aspect-ratio: 1/1.17;
        background-size: 190%;
        background-position: 50% 86%;
    }
    .sec_mv .image_bg {
        aspect-ratio: 1 / 3.9;
    }
    .mv_title_wrapper {
        bottom: -93px;
        left: 0;
        clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
        padding: 13px 68px 13px 20px;
        line-height: 1;
    }
    .mv_title {
        font-size: 40px;
    }
    .mv_title_sub {
        font-size: 12px;
        text-align: left;
        margin-top: 5px;
    }
    .madeinJapan {
        bottom: -145px;
        right: 20px;
        width: 64px;
    }
    .mv_name {
        font-size: 12px;
        bottom: 30px;
        right: 15px;
    }
    .mv_name span {
        font-size: 14px;
        margin-left: 0;
    }
}

/* lead */
.sec_lead {
    position: relative;
}
.sec_lead::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    /* height: calc(1000px - 30vw); */
    min-height: 910px;
    background-color: #25282a;
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 50% 100%, 0 88%);
    z-index: -1;
}
.sec_lead .wrapper {
    position: relative;
    max-width: 820px;
    margin: 0 auto 80px;
    padding: 90px 20px 100px 80px;
    line-height: 1.9;
    color: #fff;
}
.sec_lead .main {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}
.sec_lead .description {
    font-size: 20px;
}
.sec_lead .treat {
    position: absolute;
    left: 30px;
    font-size: 12px;
    font-weight: 300;
    writing-mode: vertical-lr;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
}
.sec_lead .treat::before {
    content: "";
    width: 1px;
    height: 70px;
    transform: scaleX(0.5);
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .sec_lead .wrapper {
        margin: 0 auto 80px;
        padding: 150px 20px 100px 68px;
    }
    .sec_lead .main {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.06em;
        margin-bottom: 40px;
    }
    .sec_lead .description {
        font-size: 16px;
    }
    .sec_lead::after {
        clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
    }
    .sec_lead .treat {
        left: 23px;
    }
    .sec_lead .treat::before {
        margin-top: 11px;
    }
}

/* pht */
.sec_pht {
    padding: 0 20px 90px;
    margin-bottom: 100px;
    position: relative;
}
.sec_pht::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 1200px;
    height: 1px;
    background-color: #bebebf;
}
.sec_pht .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 0 auto 40px;
}
.sec_pht .about img {
    width: 49%;
}
.sec_pht .about p {
    width: 49%;
    text-align: right;
}
.sec_pht .about_text {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px;
}
.sec_pht .flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    min-height: 330px;
    margin: 0 auto 80px;
    padding: 40px 50px 35px;
    border: 5px solid #ff6a14;
    border-radius: 22px;
}
.sec_pht .flow_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 22%;
}
.sec_pht .flow_item p {
    text-align: center;
    line-height: 1.4;
    position: absolute;
    bottom: -60px;
}
.sec_pht .flow_item .title {
    font-size: 16px;
    font-weight: 700;
    top: -50px;
    bottom: auto;
}
.sec_pht .flow_1 .title {
    top: -60px;
}
.sec_pht .flow_3 .title {
    font-weight: 400;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.sec_pht .flow_item img {
    width: 85%;
    border-radius: 30px;
}
.sec_pht ul {
    max-width: 710px;
    margin: 0 auto;
}
.sec_pht ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.sec_pht ul li span {
    width: 140px;
    height: 35px;
    padding-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    background-color: #ff6a14;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.sec_pht ul li p {
    width: 73%;
}
.sec_pht .text {
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .sec_pht {
        padding: 0 20px 40px;
        margin-bottom: 40px;
    }
    .sec_pht::after {
        width: 88%;
    }
    .sec_pht .about {
        display: block;
        margin: 0 auto 30px;
    }
    .sec_pht .about img {
        width: 242px;
        margin: 0 auto 18px;
    }
    .sec_pht .about p {
        width: 100%;
        text-align: center;
    }
    .sec_pht .about_text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .sec_pht .flow {
        flex-wrap: wrap;
        margin: 0 auto 80px;
        padding: 70px 20px 50px;
        position: relative;
    }
    .sec_pht .flow_item {
        width: 44%;
    }
    .sec_pht .flow_3 {
        width: 100%;
        margin: 80px auto;
    }
    .sec_pht .flow_4 {
        width: 100%;
    }
    .sec_pht .flow_item .title {
        font-size: 14px;
        line-height: 1.2;
        top: -30px;
    }
    .sec_pht .flow_1 .title {
        top: -40px;
    }
    .sec_pht .flow_3 .title {
        top: 0;
    }
    .sec_pht .flow_item p {
        font-size: 12px;
        bottom: -40px;
    }
    .sec_pht .flow_4 p {
        bottom: -23px;
    }
    .sec_pht .flow_item img {
        width: 90%;
    }
    .sec_pht .flow_3 img {
        width: 30%;
    }
    .sec_pht .flow_4 img {
        width: 96%;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        object-position: bottom;
    }
    .sec_pht .arrow-3 {
        position: absolute;
        top: 37%;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    .sec_pht .arrow-4 {
        position: absolute;
        bottom: 39%;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    .sec_pht ul li {
        display: block;
        font-size: 14px;
    }
    .sec_pht ul li span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec_pht ul li p {
        width: 100%;
        text-align: justify;
    }
    .sec_pht .text {
        font-size: 14px;
        margin-top: 40px;
    }
}

/* lead_2 */
.sec_lead_2 {
    margin-bottom: 120px;
}
.sec_lead_2 p {
    text-align: center;
    margin-bottom: 45px;
}
.sec_lead_2 ul {
    display: flex;
    justify-content: space-between;
    max-width: 770px;
    margin: 20px auto 55px;
}
.sec_lead_2 ul li {
    width: 31%;
}
.sec_lead_2 ul li img {
    width: 100%;
    filter: saturate(55%);
}
@media screen and (max-width: 768px) {
    .sec_lead_2 ul {
        position: relative;
        max-width: 375px;
        min-height: 310px;
        margin: 20px auto 35px;
    }
    .sec_lead_2 ul li {
        position: absolute;
        width: 45%;
    }
    .sec_lead_2 ul li:first-child {
        top: 0;
        left: 16px;
    }
    .sec_lead_2 ul li:nth-child(2) {
        top: 12%;
        right: 15px;
        z-index: 1;
    }
    .sec_lead_2 ul li:last-child {
        bottom: 0;
        left: 49px;
    }
    .sec_lead_2 ul li:nth-child(2n+1) {
        margin-top: 0;
    }
}

.sec_itemlist {
    text-align: center;
    margin-bottom: 130px;
}
.sec_itemlist .tab_set {
    display: flex;
    justify-content: center;
    margin: 30px 0 25px;
}
.sec_itemlist .tab_set .tab_btn {
    font-size: 16px;
    margin: 0 20px;
    padding: 5px 0;
    line-height: 1;
    cursor: pointer;
}
.sec_itemlist .tab_set .tab_btn.select {
    font-weight: 700;
    color: #ff6a14;
    border-bottom: 2px solid #ff6a14;
}
.sec_itemlist .itemlist_wrapper {
    display: none;
}
.sec_itemlist .itemlist_wrapper.show {
    display: block;
}
.sec_itemlist .contents {
    margin-bottom: 80px;
}
.sec_itemlist .name {
    margin-bottom: 15px;
}
.sec_itemlist ul {
    display: flex;
    justify-content: center;

}
.sec_itemlist ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px;
    width: 180px;
}
.sec_itemlist ul li p {
    margin-bottom: 3px;
}
.sec_itemlist ul li img {
    width: 100%;
    margin-bottom: 20px;
}
.sec_itemlist ul li a {
    width: 170px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #25282a;
    margin-top: 15px;
    transition: 0.3s;
}
.sec_itemlist ul li a:hover {
    border: 1px solid #ff6a14;
    background-color: #ff6a14;
    color: #fff;
}
.sec_itemlist .focus::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -20px;
    width: 84px;
    height: 84px; 
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.sec_itemlist .mens .focus-1::after {
    background-image: url('../images/products/m-focus-1.png');
}
.sec_itemlist .mens .focus-2::after {
    background-image: url('../images/products/m-focus-2.png');
}
.sec_itemlist .mens .focus-3::after {
    background-image: url('../images/products/m-focus-3.png');
}
.sec_itemlist .mens .focus-4::after {
    background-image: url('../images/products/m-focus-4.png');
}
.sec_itemlist .womens .focus-1::after {
    background-image: url('../images/products/w-focus-1.png');
}
.sec_itemlist .womens .focus-2::after {
    background-image: url('../images/products/w-focus-2.png');
}
.sec_itemlist .womens .focus-3::after {
    background-image: url('../images/products/w-focus-3.png');
}
.sec_itemlist .womens .focus-4::after {
    background-image: url('../images/products/w-focus-4.png');
}
.sec_itemlist .womens .focus-5::after {
    background-image: url('../images/products/w-focus-5.png');
}
@media screen and (max-width: 768px) {
    .sec_itemlist {
        margin-bottom: 90px;
    }
    .sec_itemlist ul li {
        margin: 0;
        width: 46%;
        max-width: 173px;
    }
    .sec_itemlist ul li a {
        width: 150px;
    }
    .sec_itemlist .focus::after {
        right: -7px;
        width: 71px;
        height: 71px;
    }
}

.sec_feature .title_bg {
    font-size: 121px;
    font-weight: 700;
    line-height: 1;
    color: #dedfdf;
    text-align: right;
    max-width: 1220px;
    margin: 0 auto 35px;
    padding-right: 20px;
}
.sec_feature .feature_item {
    position: relative;
}
.sec_feature .feature_item .title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px;
}
.sec_feature .feature_item .title::before {
    position: absolute;
    top: 0;
    bottom: 20%;
    left: -32px;
    margin: auto;
    color: #5d5e5f;
    font-family: din-2014, sans-serif;
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    height: fit-content;
    z-index: -1;
}
.sec_feature .feature_1 .title::before {
    content: "1";
}
.sec_feature .feature_2 .title::before {
    content: "2";
    color: #c8c9ca;
}
.sec_feature .feature_3 .title::before {
    content: "3";
}
.sec_feature .feature_4 .title::before {
    content: "4";
    color: #c8c9ca;
}
.sec_feature .feature_1 .text_bg {
    position: relative;
    color: #fff;
    background-color: #25282a;
    width: 65%;
    min-height: 630px;
    margin-left: auto;
    padding: 70px 20px 0 140px;
    z-index: -2;
}
.sec_feature .feature_1 img {
    position: absolute;
}
.sec_feature .feature_1 .men {
    top: -11%;
    left: -390px
}
.sec_feature .feature_1 .women {
    bottom: -15%;
    left: 230px;
}
.sec_feature .feature_1 .title {
    max-width: 600px;
}
.sec_feature .feature_1 .description {
    margin-bottom: 15px;
    padding-left: 90px;
    line-height: 1.8;
    max-width: 620px;
}
.sec_feature .feature_2 .text_bg {
    margin-top: 110px;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-left: 30px;
}
.sec_feature .feature_2 .title {
    margin-top: 110px;
}
.sec_feature .feature_2 .description {
    max-width: 742px;
    padding-left: 50px;
    line-height: 1.8;
}
.sec_feature .feature_2 .images {
    margin-bottom: 330px;
    padding: 35px;
    position: relative;
}
.sec_feature .feature_2 .images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% + 615px);
    background-color: #25282a;
    z-index: -1;
}
.sec_feature .feature_2 .images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
}
.sec_feature .feature_2 .images ul li {
    width: 19.7%;
}
.sec_feature .feature_2 .images ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_feature .feature_3_wrapper {
    max-width: 1230px;
    margin: 0 auto 100px;
    padding: 0 30px 0 60px;
}
.sec_feature .feature_3 img {
    position: absolute;
    bottom: 55px;
    left: -30px;
    width: 34vw;
    max-width: 440px;
}
.sec_feature .feature_3 .text_bg {
    position: relative;
    max-width: 1160px;
    color: #fff;
    background-color: #25282a;
    margin-left: auto;
    padding: 55px 76px 55px 485px;
    z-index: -2;
}
.sec_feature .feature_3 .description {
    padding-left: 50px;
    line-height: 1.8;
}
.sec_feature .feature_4 .text_bg {
    margin-top: 110px;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding-left: 30px;
}
.sec_feature .feature_4 .title {
    margin-top: 110px;
}
.sec_feature .feature_4 .description {
    max-width: 742px;
    padding-left: 50px;
    line-height: 1.8;
}
.sec_feature .feature_4 .images {
    margin-bottom: 330px;
    padding: 35px;
    position: relative;
}
.sec_feature .feature_4 .images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% + 615px);
    background-color: #25282a;
    z-index: -1;
}
.sec_feature .feature_4 .images ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
}
.sec_feature .feature_4 .images ul li {
    width: 19.7%;
}
.sec_feature .feature_4 .images ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.generalMedicalDevices {
    max-width: 845px;
    padding: 40px 30px;
    margin: 0 auto 40px;
    background-color: #F7F6F4;
}
.generalMedicalDevices .videos {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
}
.generalMedicalDevices img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.generalMedicalDevices p {
    padding: 0 10px;
    margin-bottom: 20px;
}
.generalMedicalDevices p.--strong {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
}
.autonomicNervousSystem {
    padding: 0 20px;
}
.autonomicNervousSystem p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.autonomicNervousSystem .flex {
    display: flex;
    justify-content: space-between;
    max-width: 710px;
    margin: 0 auto 120px;
}
.autonomicNervousSystem img {
    width: 48%;
}

@media screen and (max-width: 1400px) {
    .sec_feature .title_bg {
        font-size: 8.6vw;
    }
    .sec_feature .feature_1 .text_bg {
        padding-left: 10vw;
        height: calc(400px + 16vw);
        min-height: inherit;
    }
    .sec_feature .feature_1 .men {
        width: 31vw;
        left: -27vw;
    }
    .sec_feature .feature_1 .women {
        width: 41vw;
        left: 16vw;
    }
    .sec_feature .feature_1 .description {
        padding-left: 6vw;
    }
    .sec_feature .feature_2 .images {
        margin-bottom: 24vw;
        background-color: #25282a;
        margin-right: 8vw;
    }
    .sec_feature .feature_2 .images:before {
        content: none;
    }
    .sec_feature .feature_3 .text_bg {
        padding-left: calc(65px + 30vw);
    }
    .sec_feature .feature_4 .images {
        margin-bottom: 24vw;
        background-color: #25282a;
        margin-right: 8vw;
    }
    .sec_feature .feature_4 .images:before {
        content: none;
    }
}
@media screen and (max-width: 768px) {
    .sec_feature .title_bg {
        font-size: 64px;
        margin-bottom: 213px;
    }
    .sec_feature .feature_1 .text_bg {
        width: 100%;
        height: auto;
        padding: 270px 20px 210px 40px;
    }
    .sec_feature .feature_item .title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec_feature .feature_1 .description {
        padding-left: 30px;
    }
    .sec_feature .feature_1 .men {
        width: 80%;
        max-width: 300px;
        top: -200px;
        left: 0;
    }
    .sec_feature .feature_1 .women {
        width: 94%;
        max-width: 354px;
        left: auto;
        right: 0;
        bottom: -40px;
    }
    .sec_feature .feature_2 .text_bg {
        margin-top: 110px;
        margin: 0 auto 25px;
        padding-left: 50px;
        padding-right: 20px;
    }
    .sec_feature .feature_2 .title {
        margin-top: 90px;
    }
    .sec_feature .feature_2 .images {
        margin-bottom: 150px;
        margin-right: 0;
        padding: 55px 20px;
    }
    .sec_feature .feature_2 .images ul {
        max-width: 400px;
    }
    .sec_feature .feature_2 .images ul li {
        width: 49%;
        margin-bottom: 7px;
    }
    .sec_feature .feature_3_wrapper {
        padding: 0 20px 0 0;
        margin: 0 auto 60px;
    }
    .sec_feature .feature_3 .title {
        padding-left: 46px;
    }
    .sec_feature .feature_3 .title::before {
        top: -50px;
        left: -1px;
    }
    .sec_feature .feature_3 .text_bg {
        padding: 80px 47px 20px 20px;
    }
    .sec_feature .feature_3 .description {
        padding-left: 0;
        padding-right: 20px;
    }
    .sec_feature .feature_3 img {
        top: -120px;
        bottom: auto;
        left: auto;
        right: -20px;
        width: 70vw;
        max-width: 182px;
    }
    .sec_feature .feature_4 .text_bg {
        margin-top: 110px;
        margin: 0 auto 70px;
        padding-left: 50px;
        padding-right: 20px;
    }
    .sec_feature .feature_4 .title {
        margin-top: 90px;
    }
    .sec_feature .feature_4 .images {
        margin-bottom: 150px;
        margin-right: 0;
        padding: 55px 20px;
    }
    .sec_feature .feature_4 .images ul {
        max-width: 400px;
    }
    .sec_feature .feature_4 .images ul li {
        width: 49%;
        margin-bottom: 7px;
    }
    .generalMedicalDevices {
        padding: 40px 4px;
        margin: 0 20px 40px;
    }
    .autonomicNervousSystem p {
        margin-bottom: 40px;
    }
    .autonomicNervousSystem .flex {
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto 80px;
    }
    .autonomicNervousSystem img {
        width: 100%;
    }
    .autonomicNervousSystem img:first-child {
        margin-bottom: 40px;
    }
}


.sec_cycle .cycle_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #25282a;
    padding: 90px 30px 350px;
    margin-bottom: 500px;
}
.sec_cycle .cycle_wrapper img {
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    max-width: 662px;
    width: 80%;
    margin: auto;
}
.sec_cycle .title {
    font-weight: 700;
    line-height: 1.8;
    margin-right: 50px;
}
.sec_cycle .title p:first-child {
    font-size: 24px;
    margin-bottom: 30px;
}
.sec_cycle .description p {
    margin-bottom: 15px;
}
.sec_cycle .description p:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
}
.sec_cycle .description p:nth-child(3) {
    font-size: 12px;
}
.bnr_wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 190px;
    padding: 0 30px;
}
.bnr_wrapper img {
    width: 100%;
    max-width: 520px;
}
@media screen and (max-width: 768px) {
    .sec_cycle .cycle_wrapper {
        display: block;
        padding: 40px 20px 60px;
        margin-bottom: 320px;
    }
    .sec_cycle .title p:first-child {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec_cycle .title p:nth-child(2) {
        margin-bottom: 30px;
    }
    .sec_cycle .cycle_wrapper img {
        max-width: 320px;
        bottom: auto;
    }
    .bnr_wrapper {
        flex-flow: column;
        align-items: center;
        margin: 0 auto 60px;
        padding: 0 20px;
    }
    .bnr_wrapper img {
        width: 100%;
        max-width: 420px;
        margin-bottom: 20px;
    }
}

.sec_comment .title_bg {
    font-size: 121px;
    font-weight: 700;
    line-height: 1;
    color: #dedfdf;
    max-width: 1280px;
    margin: 0 auto 70px;
    padding-left: 20px;
}
.sec_comment .comment_wrapper {
    max-width: 1160px;
    margin: 0 auto 110px;
    padding: 0 80px;
}
.sec_comment .comment_set {
    position: relative;
    width: 680px;
}
.sec_comment .comment_set:first-child {
    margin-bottom: 90px;
}
.sec_comment .comment_set:last-child {
    margin-left: auto;
}
.sec_comment .comment_set:first-child::before {
    /* content: "ビキニアスリート"; */
    position: absolute;
    top: -40px;
    left: -34px;
}
.sec_comment .comment_set:last-child::before {
    /* content: "総合格闘家"; */
    position: absolute;
    top: -40px;
    left: -34px;
}
.sec_comment .name {
    position: absolute;
    top: -18px;
    left: -57px;
    width: 202px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ff6a14;
    clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}
.sec_comment .comment_set .description {
    max-width: 525px;
    padding: 40px 42px 20px 40px;
    background-color: #c8c9ca;
    text-align: justify;
}
.comment_set img {
    position: absolute;
    bottom: -20px;
    left: 500px;
    max-width: 187px;
    width: 20vw;
}
@media screen and (max-width: 1400px) {
    .sec_comment .title_bg {
        font-size: 8.6vw;
    }
}
@media screen and (max-width: 768px) {
    .sec_comment .title_bg {
        font-size: 64px;
        margin-bottom: 60px;
    }
    .sec_comment .comment_wrapper {
        margin: 0 auto 230px;
        padding: 0;
    }
    .sec_comment .name {
        left: 20px;
    }

    .sec_comment .comment_set {
        width: 100%;
    }
    .sec_comment .comment_set:first-child::before {
        left: 43px;
    }
    .sec_comment .comment_set:last-child::before {
        left: 43px;
    }
    .sec_comment .comment_set .description {
        max-width: inherit;
        padding: 30px 20px 30px 20px;
    }
    .comment_set img {
        left: 0;
        right: 0;
        bottom: -160px;
        margin: auto;
        width: 90%;
        max-width: 335px;
    }
    .sec_comment .comment_set:first-child {
        margin-bottom: 235px;
    }

}

.sec_history {
    padding: 0 30px;
}
.sec_history .history_bg {
    background-image: url('../images/history-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 85px 30px 65px;
    max-width: 1200px;
    margin: 0 auto 200px;
}
.sec_history .history_bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(37,40,42,0.75);
}
.sec_history .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}
.sec_history .history_wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.sec_history .person {
    width: 26%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sec_history .person p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.sec_history .person img {
    max-width: 216px;
    width: 21vw;
    margin: 5px 0;
}
.sec_history .description {
    width: 66%;
    line-height: 1.8;
}
.sec_history .description p {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .sec_history {
        padding: 0;
    }
    .sec_history .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec_history .history_bg {
        background-image: url('../images/history-bg-sp.png');
        padding: 25px 20px 20px;
        max-width: 1200px;
        margin: 0 auto 20px;
    }
    .sec_history .person {
        width: 100%;
    }
    .sec_history .person p {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
    }
    .sec_history .person img {
        width: 178px;
        margin: 10px 0;
    }
    .sec_history .description {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 60px;
    }
}

/* ヘッダー */
header {
    padding: 15px 0 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1300px;
}

header .header-wrap__logo {
    width: 180px;
    margin: 0;
}
.header-wrap__logo img {
    width: 100%;
}
.l-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

@media only screen and (max-width: 370px) {
    header .header-wrap__logo {
        width: 120px;
    }
}

header .header-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .header-wrap .nav--item:not(:last-child) {
    margin-right: 25px;
}

header .header-wrap .nav--item:nth-child(3) a img {
    width: 19px;
}

header .header-wrap .nav--link img {
    width: 30px;
}

@media only screen and (max-width: 1200px) {
    .l-container {
        padding: 0 20px;
    }
}

footer {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #3c3f42;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 12px;
    padding-bottom: 24px;
    line-height: initial;
}

footer .menu__item__link {
    cursor: default;
    color: #fff !important;
}

footer a {
    color: #fff !important;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer a:hover {
    color: #686868;
}

footer .footsns {
    text-align: center;
    margin-top: 20px;
}

footer .footsns ul {
    list-style: none;
    text-align: center;
}

footer .footsns ul li {
    display: inline-block;
    width: 70px;
}

footer .footsns ul li:first-child {
    margin-left: 0;
}

footer .footsns ul li a i {
    font-size: 30px;
}

footer .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 50px 0;
}

@media only screen and (max-width: 1000px) {
    footer .container-fluid {
        padding: 40px 20px 0;
    }
}

footer .container-fluid .footer_after {
    width: 450px;
    margin: 0 auto 0 auto;
}

@media only screen and (max-width: 768px) {
    footer .container-fluid .footer_after {
        width: 100%;
        margin: 0 auto;
    }
}

footer .container-fluid .footer_after .footer_logo {
    width: 160px;
    margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
    footer .container-fluid .footer_after .footer_logo {
        text-align: center;
        margin: 1em auto;
    }
}

footer .container-fluid .footer_after .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .container-fluid .footer_logo_area {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

footer .container-fluid .footer_logo_area .copyright {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .container-fluid .footer_logo_area .copyright small {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    footer .container-fluid .footer_logo_area .copyright {
        line-height: 26px;
    }
}
