/* =================================
 Basic
================================= */


/* key
---------------------------------------------------------- */

.c-key {
    width: 100%;
    height: 40vh;
    min-height: 550px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-key::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(196, 204, 224, 0.22);
    position: absolute;
    top: 0;
}

.c-key .l-cont_l {
    height: 100%;
    position: relative;
}

.c-key_ttl {
    position: absolute;
    bottom: 40px;
    left: 30px;
    z-index: 1;
}

.c-key_ttl_en {
    display: block;
    font-family: A1 Mincho, serif;
    font-size: 80px;
    font-size: 8.0rem;
    color: #abd2e4;
}

.c-key_ttl_jp {
    display: inline-block;
    font-family: A1 Mincho, serif;
    font-size: 38px;
    font-size: 3.8rem;
    background-color: #fff;
    padding: 7px 20px 10px;
    line-height: 1.2;
}
.vocation-link {
    text-align: center;
}
.vocation-link.ortho-consult {
    display: flex;
    align-items: center;
    justify-content: space-around
}
.vocation-link.ortho-consult picture {
    width: 45%;
}

.vocation-link.ortho-consult a {
    font-size: 3.5rem;
}

.vocation-link a{
    color: #00b050;
    font-size: 4rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
}


/* breadcrumbList
---------------------------------------------------------- */

.c-breadcrumb {
    text-align: right;
}

.c-breadcrumb .l-cont_l {
    padding: 20px 30px;
}

.c-breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.c-breadcrumb_list li {
    display: flex;
    font-size: 13px;
    font-size: 1.3rem;
}

.c-breadcrumb_list li a {
    color: inherit;
}

.c-breadcrumb_list li a:hover {
    text-decoration: underline;
}

.c-breadcrumb_list li::after {
    content: '／';
    margin: 0 5px;
}

.c-breadcrumb_list li:last-child::after {
    content: none;
    margin: 0;
}

.c-block_img_full {
    margin-bottom: 20px;
}


/* flow番号付き */

.c-block_step .c-block_step_item {
    position: relative;
    margin-bottom: 40px;
}

.c-block_step .c-block_step_num {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: inline-block;
    font-family: 'Shippori Mincho', serif;
}

.c-block_step .c-block_step_num span {
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.c-block_step .c-block_step_num span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #06cfd3;
    width: 30px;
    height: 1px;
    margin-left: -15px;
}

.c-block_step .c-block_step_num p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #06cfd3;
    line-height: 1;
    margin-bottom: 4px;
    text-align: center;
}

.c-block_step .c-block_step_num .num {
    font-size: 60px;
    font-size: 6.0rem;
    color: #06cfd3;
    line-height: 1;
    font-weight: 200;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}

.c-block_step .c-block_step_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    width: calc(100% - 30px);
    margin-left: auto;
    border-left: 1px solid #06cfd3;
}

.c-block_step .c-block_step_item:last-child .c-block_step_cont {
    border: none;
}

.c-block_step .c-block_step_inner {
    width: 64%;
    padding: 24px 50px 8px 24px;
}

.c-block_step .c-block_step_inner .c-block_step_ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Shippori Mincho', serif;
}

.c-block_step .c-block_step_img {
    width: 40%;
    padding: 40px 0 0 32px;
}


/* 番号付き一覧特徴 */

.c-block_numList {
    width: 86%;
    margin: 0 auto;
    max-width: 955px;
}

.c-block_numList .c-block_numList_item {
    margin-bottom: 48px;
}

.c-block_numList .c-block_numList_item:last-child {
    margin-bottom: 0;
}

.c-block_numList .c-block_numList_head {
    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;
    margin-bottom: 40px;
}

.c-block_numList .c-block_numList_head .c-block_numList_head_num {
    width: 110px;
    text-align: center;
    color: #f0969f;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    line-height: 1;
}

.c-block_numList .c-block_numList_head .c-block_numList_head_num::after {
    position: absolute;
    content: "";
    display: ;
    background: #ccc;
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-block_numList .c-block_numList_head .c-block_numList_head_num .sub {
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
}

.c-block_numList .c-block_numList_head .c-block_numList_head_num .num {
    font-size: 60px;
    font-size: 6.0rem;
    font-style: italic;
    font-family: 'Shippori Mincho', serif;
    display: inline-block;
    margin-left: -6px;
}

.c-block_numList .c-block_numList_head_ttl {
    width: calc(100% - 110px);
    padding: 0 30px;
    font-family: 'Shippori Mincho', serif;
    font-size: 28px;
    font-size: 2.8rem;
    padding-top: 18px;
}

.c-block_numList .c-block_numList_cont .txt {
    margin-top: 20px;
}


/* 画像つきテキスト */

.c-block_flex_l,
.c-block_flex_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-block_flex_r {
    flex-direction: row-reverse;
}

.c-block_flex_img {
    width: calc((600 / 1100)*100%);
}

.c-block_flex_img img {
    width: 100%;
}

.c-block_flex_txt {
    width: calc((460 / 1100)*100%);
}

.c-block_flex_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 20px;
}


/* text
---------------------------------------------------------- */

.c-txt_mincho {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: -.045em;
}

.c-txt_lato {
    font-family: 'Lato', sans-serif;
}

.c-txt_center {
    text-align: center;
}

.c-txt_right {
    text-align: right;
}

.c-txt_min {
    font-size: 13px;
    font-size: 1.3rem;
    color: #a98a71;
}

.c-txt_link {
    display: inline;
    text-decoration: underline !important;
}

.c-txt_cont {
    margin-bottom: 20px;
}

.c-txt_ls {
    letter-spacing: -.07em;
}

.c-txt_tel {
    font-family: 'Lato';
    font-size: 24px;
    font-size: 2.4rem;
    color: #383632;
    display: inline-block;
}


/* color
---------------------------------------------------------- */

.c-col_wht {
    color: #fff !important;
}

.c-col_aqa {
    color: #68c3c5 !important;
}

.c-txt_red {
    color: #da2a4a;
}


/* title
---------------------------------------------------------- */

.c-ttl_main {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    margin-bottom: 25px;
}

.c-ttl_main_jp {
    display: block;
    font-size: 38px;
    font-size: 3.8rem;
}

.c-ttl_main_en {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
}

.c-ttl_main_en::before {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    left: -220px;
    top: 50%;
    background-color: #fff;
}

.c-ttl_main_en::after {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    right: -220px;
    top: 50%;
    background-color: #fff;
}

.c-col_aqa .c-ttl_main_en::after,
.c-col_aqa .c-ttl_main_en::before {
    background-color: #68c3c5;
}

.c-ttl_sub {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: -.05em;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.page .c-ttl_main {
    margin-bottom: 50px;
}

.c-ttl_page_24 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 16px;
    line-height: 1.3;
    font-family: 'Shippori Mincho', serif;
}

.c-ttl_page_min {
    display: block;
    line-height: 1.3;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 20px 0;
    position: relative;
    margin-bottom: 32px;
    font-family: 'Shippori Mincho', serif;
}

.c-ttl_page_min::after {
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, #0099d6, #67cfd1);
    bottom: 0;
}


/* btn
---------------------------------------------------------- */

[class^="c-btn"] {
    max-width: 280px;
    width: 280px;
    transition: .3s;
    border-radius: 4px;
}

[class^="c-btn"] a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 60px;
    position: relative;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

[class^="c-btn"] a::after {
    content: ">";
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    transform: scale(0.5, 1);
}

.c-btn_wt {
    border: solid 1px #fff;
}

.c-btn_wt:hover {
    background-color: #fff;
}

.c-btn_wt a:hover {
    opacity: 1;
    color: #28363b;
}

.c-btn_bl {
    background-color: #06cfd3;
}

.c-btn_bl a {
    opacity: 1;
    color: #fff;
}

.c-btn_bl:hover {
    background-color: #ef8c96;
}

.c-btn_bl a:hover {
    opacity: 1;
}

.c-btn_arw {
    font-family: 'Shippori Mincho', serif;
    color: #68c3c5 !important;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    position: relative;
    width: 115px !important;
    max-width: 115px !important;
    width: 100%;
    text-align: left;
    padding-bottom: 4px;
}

.c-btn_arw:hover {
    color: #ef8c96 !important;
}

.c-btn_arw::after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    background-color: #68c3c5;
    top: 50%;
    bottom: 50%;
    margin: auto;
    margin-top: 1px;
    right: 12px;
    transition: .3s;
}

.c-btn_arw:hover::after {
    background-color: #ef8c96;
    width: 20px;
}

.c-btn_arw::before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 4px 0 0 12px;
    border-color: transparent transparent transparent #68c3c5;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    _:-ms-input-placeholder,
     :root .c-btn_arw::before {
        top: 40% !important;
        border-width: 6px 0 0 12px !important;
    }
}

.c-btn_arw:hover::before {
    border-color: transparent transparent transparent #ef8c96;
}

.c-btn_arw.wht {
    color: #fff !important;
    width: 130px !important;
    max-width: 130px !important;
}

.c-btn_arw.wht:hover {
    color: #fff !important;
}

.c-btn_arw.wht::after {
    width: 60px;
    background-color: #fff;
    transition: .3s;
}

.c-btn_arw.wht:hover::after {
    background-color: #fff;
    width: 40px;
}

.c-btn_arw.wht::before {
    content: "";
    border-color: transparent transparent transparent #fff;
}

.c-btn_arw.wht:hover::before {
    border-color: transparent transparent transparent #fff;
}


/* block
---------------------------------------------------------- */

.c-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-block_img {
    width: 43%;
}

.c-block_txt {
    width: 55%;
}

.c-block_txt p:not(.c-block_ttl) {
    width: 87%;
}

.c-block_ttl {
    color: #0099d6;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.6;
    margin-bottom: 30px;
}

.c-block_ttl_sub {
    display: block;
    font-size: 30px;
    font-size: 3rem;
}

.c-block_ttl_main {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: -.03em;
}

.c-block_layer {
    position: relative;
    height: 500px;
    margin-bottom: 80px;
}

.c-block_layer_img {
    position: absolute;
    height: 500px;
    width: 970px;
    background-size: cover;
    background-position: center center;
    right: calc((100vw - 1420px) / 2);
}

.c-block_layer_txt {
    position: absolute;
    width: 530px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    bottom: -40px;
    left: calc((100vw - 1280px) / 2);
}

.c-block_layer_txt [class^="c-btn"] {
    margin: auto;
    margin-top: 30px;
}

.c-block_layer_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}

.even .c-block_layer_img {
    left: calc((100vw - 1420px) / 2);
}

.even .c-block_layer_txt {
    right: calc((100vw - 1280px) / 2);
    left: auto;
}

.c-block_layer2 {
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-block_layer2 {
        height: auto;
        position: relative;
        display: block;
        padding: 35px 0;
    }
    .c-block_layer2::after {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 80vw;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }
}

.c-block_layer2+.c-block_layer2 {
    margin-top: 60px;
}

.c-block_layer2.even::after {
    clear: both;
    display: block;
    content: "";
}

.c-block_layer2_img {
    position: absolute;
    height: 350px;
    width: 1135px;
    background-size: cover;
    background-position: center center;
    left: calc((100vw - 1420px) / 2);
    background-color: #fff;
}

.c-block_layer2_img::after {
    clear: both;
    display: block;
    content: "";
}

.c-block_layer2_txt {
    position: absolute;
    width: 530px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    right: calc((100vw - 1280px) / 2);
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-block_layer2_txt {
        position: static;
        width: auto;
        background: none !important;
        padding: 50px;
        right: unset !important;
        text-align: center;
        left: unset !important;
        padding: 0 20px;
        width: 100%;
        max-width: 1320px;
        margin: auto;
    }
    .c-block_layer2_txt_inner {
        position: relative;
        width: 41.40%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 50px;
        right: 0;
        text-align: center;
        margin-left: auto;
        z-index: 100;
    }
    .c-block_layer2.even .c-block_layer2_txt_inner {
        margin-left: 0;
    }
}

.c-block_layer2_txt::after {
    clear: both;
    display: block;
    content: "";
}

.c-block_layer2_txt [class^="c-btn"] {
    margin: auto;
    margin-top: 30px;
}

.c-block_layer2_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}

.even .c-block_layer2_img {
    right: calc((100vw - 1420px) / 2);
    left: auto;
}

.even .c-block_layer2_txt {
    left: calc((100vw - 1280px) / 2);
}

.c-note_base {
    background: #eef6f5;
    padding: 22px 50px 18px;
    width: 100%;
    margin-top: 40px;
}

.c-note_risk {
    background: #eef6f5;
    padding: 32px 50px;
    width: 100%;
}

.c-note_risk .inner {
    margin-bottom: 16px;
}

.c-note_risk .inner:last-child {
    margin-bottom: 0;
}

.c-note_risk .inner h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-note_risk .inner p,
.c-note_risk .inner ul,
.c-note_risk .inner dl {
    font-size: 13px;
    font-size: 1.3rem;
}

.c-note_risk .inner dl dt {
    font-weight: bold;
}

.c-note_risk .inner ul li span {
    font-weight: bold;
}

.c-note_risk .inner a {
    display: inline-block;
    text-decoration: underline;
}


/* flexコンテンツ */

.c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-row.c-row_re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-row .c-row_img {
    width: 54.54%;
}

.c-row .c-row_img img {
    width: 100%;
}

.c-row .c-row_txt {
    width: 41.81%;
}


/* インドアビュー */

.c-indoor {
    width: 80%;
    height: 400px;
    margin: 40px auto 0;
}

.c-indoor iframe {
    width: 100%;
    height: 100%;
}


/* inner contents
---------------------------------------------------------- */

.c-cont_inner {
    margin-bottom: 60px;
}

.c-cont_inner:last-child {
    margin-bottom: 0;
}

.c-cont_inner_block {
    margin-bottom: 48px;
}

.c-cont_inner_block:last-child {
    margin-bottom: 0;
}


/* table
---------------------------------------------------------- */

.c-table {
    width: 100%;
}

.c-table tr {
    border-bottom: solid 1px #ddd;
}

.c-table th {
    padding: 25px 0;
    width: 20%;
}

.c-table td {
    padding: 25px 0;
    width: 80%;
}

.c-table_clrBase {
    border-top: solid 1px #ddd;
    width: 100%;
}

.c-table_clrBase tr {
    border-bottom: solid 1px #ddd;
}

.c-table_clrBase th {
    padding: 13px 25px;
    width: 27%;
    background: #eef6f5;
    border-right: solid 1px #ddd;
    vertical-align: top;
    font-family: 'Shippori Mincho', serif;
}

.c-table_clrBase td {
    padding: 13px 25px;
    width: 73%;
    background: #fff;
}

.c-tbl_price01 {
    width: 100%;
    table-layout: fixed;
}

.c-tbl_price01 tr {
    border-bottom: solid 1px #ddd;
}

.c-tbl_price01 tr:first-child {
    border-top: solid 1px #ddd;
}

.c-tbl_price01 th,
.c-tbl_price01 td {
    border-right: solid 1px #ddd;
}

.c-tbl_price01 th:first-child,
.c-tbl_price01 td:first-child {
    width: 47%;
}

.c-tbl_price01 th:nth-child(2),
.c-tbl_price01 td:nth-child(2) {
    width: 15%;
}

.c-tbl_price01 th:nth-child(3),
.c-tbl_price01 td:nth-child(3) {
    width: 18%;
}

.c-tbl_price01 th.price,
.c-tbl_price01 td.price {
    width: 20%;
    text-align: right;
}

.c-tbl_price01 th:last-child,
.c-tbl_price01 td:last-child {
    border-right: none;
    font-family: 'Shippori Mincho', serif;
}

.c-tbl_price01 th {
    padding: 13px 25px;
    width: 27%;
    background: #eef6f5;
    border-right: solid 1px #ddd;
    vertical-align: top;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
}

.c-tbl_price01 td {
    padding: 13px 25px;
}


/* list
---------------------------------------------------------- */

ul[class^="c-list_"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-list_img {}

.c-list_txt {
    text-align: center;
    width: 92%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 35px;
    z-index: 1;
    position: relative;
    margin: -25px auto 0;
}

.c-list_txt [class^="c-btn"] {
    margin: auto;
    margin-top: 30px;
}

.c-list_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 20px;
}

.c-list_two li {
    width: 48%;
}

.c-list_three li {
    width: 32%;
}

.c-list_three .c-list_txt {
    padding: 40px 30px;
}

ul[class^="c-row_"] {
    display: flex;
    flex-wrap: wrap;
}

.c-row_two li {
    width: 48%;
}

.c-row_three li {
    width: 31.52%;
    margin-right: 2.72%;
    margin-bottom: 40px;
}

.c-row_three li:nth-child(3n) {
    margin-right: 0;
}

.c-row_three li .img img {
    width: 100%;
}

.c-row_three li .txt {
    margin-top: 20px;
}

.c-ul_dot_brk li {
    padding-left: 1em;
    position: relative;
}

.c-ul_dot_brk li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.c-ul_dot_blue li {
    padding-left: 1em;
    position: relative;
    padding-left: 32px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.c-ul_dot_blue li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #06cfd3;
    border-radius: 4px;
    position: absolute;
    top: 7px;
    left: 0;
}


/* =================================
 PC basic
================================= */

@media screen and (min-width: 768px) {
    /* table
---------------------------------------------------------- */
    .c-tbl_price th {
        text-align: center;
    }
    .c-tbl_price_head {
        text-align: center !important;
    }
    .c-tbl_price_yen {
        text-align: right !important;
    }
    /* list
  ---------------------------------------------------------- */
    .c-list_point {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .c-list_point li {
        width: 22%;
        margin-right: 4%;
    }
    .c-list_point li:nth-child(4n) {
        margin-right: 0;
    }
    .c-list_cont,
    .c-list_cont_s {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .c-list_cont li {
        width: 48%;
        margin-right: 4%;
    }
    .c-list_cont li:nth-child(2n) {
        margin-right: 0;
    }
    .c-list_cont_s li {
        width: 31.6%;
        margin-right: 2.5%;
    }
    .c-list_cont_s li:nth-child(3n) {
        margin-right: 0;
    }
    .c-ttl_feature {
        display: flex;
        align-items: flex-start;
    }
    .c-ttl_feature_ico {
        margin-right: 25px;
    }
    .c-ttl_feature.feature_txt .c-ttl_feature_ico {
        width: 12%;
        margin-right: 0;
    }
    .c-ttl_feature.feature_txt .c-ttl_feature_head {
        width: 78%;
    }
    .c-list_feature_wrap {
        display: flex;
        align-items: flex-start;
    }
    .c-list_feature_img {
        width: 31%;
        max-width: 300px;
        margin-right: 4%;
    }
    .c-list_feature_inner {
        width: 65%;
    }
    .c-list_grid {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .c-list_grid li {
        width: 31.6%;
        margin-right: 2.5%;
    }
    .c-list_grid li:nth-child(3n) {
        margin-right: 0;
    }
    .c-list_case_row {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .c-list_case_row li {
        width: 30.5%;
        margin-right: 4.2%;
    }
    .c-list_case_row li::before {
        top: 50%;
        right: -30px;
        border-width: 30px 0 30px 16px;
        border-color: transparent transparent transparent #e7e9dc;
        transform: translateY(-50%);
    }
    .c-list_case_row li:nth-child(3n) {
        margin-right: 0;
    }
    /* flow
  ---------------------------------------------------------- */
    .c-flow_wrap {
        display: flex;
        align-items: flex-start;
        max-width: 850px;
    }
    .c-flow_inner {
        width: 63%;
        margin-right: 30px;
        max-width: 528px;
    }
    .c-flow_img {
        width: 36%;
        max-width: 300px;
    }
    /* row
  ---------------------------------------------------------- */
    .c-row_s,
    .c-row_l,
    .c-row_box_wrap {
        display: flex;
        align-items: flex-start;
    }
    .c-row_s.rightImg,
    .c-row_l.rightImg,
    .c-row_box_wrap.rightImg {
        flex-flow: row-reverse;
    }
    .c-row_s.rightImg .c-row_s_wrap,
    .c-row_l.rightImg .c-row_l_wrap,
    .c-row_box_wrap.rightImg .c-row_box_inner {
        margin-right: 4%;
    }
    .c-row_s.leftImg .c-row_s_wrap,
    .c-row_l.leftImg .c-row_l_wrap,
    .c-row_box_wrap.leftImg .c-row_box_inner {
        margin-left: 4%;
    }
    .c-row_s_wrap {
        width: 46%;
    }
    .c-row_l_wrap {
        width: 40%;
    }
    .c-row_box_inner {
        width: 57%;
    }
    .c-row_s_img {
        width: 50%;
        max-width: 490px;
    }
    .c-row_l_img {
        width: 56%;
        max-width: 580px;
    }
    .c-row_box_img {
        width: 39%;
        max-width: 347px;
    }
    .c-row_wide img {
        width: 56%;
        max-width: 580px;
        margin-bottom: 20px;
    }
    .c-row_wide.rightImg img {
        float: right;
        margin-left: 4%;
    }
    .c-row_wide.leftImg img {
        float: left;
        margin-right: 4%;
    }
    /* pagelink
  ---------------------------------------------------------- */
    .c-pagelink_list {
        justify-content: center;
    }
    .c-pagelink_list li:last-child {
        margin-right: 0;
    }
    /* case
  ---------------------------------------------------------- */
    .c-case_img_top,
    .c-case_img_btm {
        width: 33%;
        max-width: 320px;
    }
    .c-case_img_top {
        margin: 0 auto 10px;
    }
    .c-case_img_center {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .c-case_img_center01,
    .c-case_img_center02,
    .c-case_img_center03 {
        width: 33%;
        max-width: 320px;
    }
    .c-case_img_center01,
    .c-case_img_center02 {
        margin-right: 1%;
    }
    .c-case_img_btm {
        margin: 0 auto;
    }
}


/* =================================
  IE basic
================================= */

_:-ms-lang(x)::-ms-backdrop,
.c-ttl_sec_sub {
    padding-top: 5px;
}

_:-ms-lang(x)::-ms-backdrop,
.c-bnr_yellow {
    padding: 10px 0 6px;
}

_:-ms-lang(x)::-ms-backdrop,
.c-bnr_green {
    padding: 10px 0 6px;
}


/* =================================
 SP basic
================================= */

@media screen and (max-width: 767px) {
    .vocation-link.ortho-consult {
        display: block;
    }
    .vocation-link.ortho-consult picture {
        width: 100%;
        padding: 35px 0 20px;
        display: inline-block;
    }
    .vocation-link.ortho-consult picture img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .vocation-link a{
        font-size: 1.8rem !important;
    }
    /* key
  ---------------------------------------------------------- */
    .c-key {
        height: 30vh;
        min-height: 200px;
    }
    .c-key_ttl {
        position: absolute;
        bottom: 20px;
        left: 5%;
    }
    .c-key_ttl_en {
        font-size: 50px;
        font-size: 5rem;
    }
    .c-key_ttl_jp {
        font-size: 20px;
        font-size: 2rem;
        padding: 2px 10px 8px;
    }
    /* breadcrumbList
  ---------------------------------------------------------- */
    .c-breadcrumb .l-cont_l {
        padding: 5px 2%;
    }
    .c-breadcrumb_list {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .c-breadcrumb_list li {
        font-size: 10px;
        font-size: 1rem;
    }
    .c-breadcrumb_list li::after {
        margin: 0 1px;
    }
    /* text
  ---------------------------------------------------------- */
    .c-txt_center {
        text-align: left;
    }
    .c-txt_min {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .c-txt_tel {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /* title
---------------------------------------------------------- */
    .c-ttl_main {
        margin-bottom: 25px;
    }
    .c-ttl_main_jp {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .c-ttl_main_en {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .c-ttl_main_en::before {
        width: 100px;
        left: -110px;
    }
    .c-ttl_main_en::after {
        width: 100px;
        right: -110px;
    }
    .c-col_aqa .c-ttl_main_en::after,
    .c-col_aqa .c-ttl_main_en::before {
        background-color: #68c3c5;
    }
    .c-ttl_sub {
        font-size: 20px;
        font-size: 2.0rem;
        letter-spacing: -.06em;
    }
    .page .c-ttl_main {
        margin-bottom: 25px;
    }
    .c-ttl_page_24 {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    .c-ttl_page_min {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 16px 0;
        margin-bottom: 20px;
    }
    .c-ttl_page_min::after {
        width: 48px;
        height: 2px;
    }
    /* btn
---------------------------------------------------------- */
    [class^="c-btn"] {
        max-width: 280px;
        width: 280px;
    }
    [class^="c-btn"] a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 40px;
    }
    .c-btn_arw {
        font-family: 'Shippori Mincho', serif;
        color: #68c3c5 !important;
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        font-style: italic;
        position: relative;
        width: 115px !important;
        max-width: 115px !important;
        width: 100%;
        text-align: left;
        padding-bottom: 4px;
    }
    .c-btn_arw:hover {
        color: #ef8c96 !important;
    }
    .c-btn_arw::after {
        content: "";
        display: block;
        position: absolute;
        width: 28px;
        height: 1px;
        background-color: #68c3c5;
        top: 50%;
        bottom: 50%;
        margin: auto;
        margin-top: 1px;
        right: 12px;
        transition: .3s;
    }
    .c-btn_arw:hover::after {
        background-color: #ef8c96;
        width: 20px;
    }
    .c-btn_arw::before {
        content: "";
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 4px 0 0 12px;
        border-color: transparent transparent transparent #68c3c5;
        right: 0;
        top: 50%;
        bottom: 50%;
        margin: auto;
    }
    .c-btn_arw:hover::before {
        border-color: transparent transparent transparent #ef8c96;
    }
    .c-btn_arw.wht {
        color: #fff !important;
        width: 130px !important;
        max-width: 130px !important;
    }
    .c-btn_arw.wht:hover {
        color: #fff !important;
    }
    .c-btn_arw.wht::after {
        width: 60px;
        background-color: #fff;
        transition: .3s;
    }
    .c-btn_arw.wht:hover::after {
        background-color: #fff;
        width: 40px;
    }
    .c-btn_arw.wht::before {
        content: "";
        border-color: transparent transparent transparent #fff;
    }
    .c-btn_arw.wht:hover::before {
        border-color: transparent transparent transparent #fff;
    }
    /* block
---------------------------------------------------------- */
    .c-block {
        flex-direction: column;
    }
    .c-block_img {
        width: 100%;
    }
    .c-block_txt {
        width: 100%;
    }
    .c-block_txt p:not(.c-block_ttl) {
        width: 100%;
    }
    .c-block_ttl {
        line-height: 1.6;
        margin-bottom: 15px;
        text-align: center;
    }
    .c-block_ttl_sub {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .c-block_ttl_main {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: -.064em;
    }
    .c-block_layer {
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }
    .c-block_layer_img {
        position: relative;
        height: 200px;
        width: 100%;
        right: 0;
    }
    .c-block_layer_txt {
        position: relative;
        width: 90%;
        left: 5%;
        bottom: initial;
        margin-top: -20px;
        padding: 25px;
    }
    .c-block_layer_txt [class^="c-btn"] {
        margin-top: 20px;
        width: 100% !important;
        max-width: 240px !important;
    }
    .c-block_layer_ttl {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .even .c-block_layer_img {
        position: relative;
        height: 200px;
        width: 100%;
        left: 0;
    }
    .even .c-block_layer_txt {
        position: relative;
        width: 90%;
        left: 5%;
        right: auto;
        bottom: initial;
        margin-top: -20px;
        padding: 25px;
    }
    .c-block_layer2 {
        height: auto;
        flex-direction: column;
    }
    .c-block_layer2+.c-block_layer2 {
        margin-top: 20px;
    }
    .c-block_layer2_img {
        position: relative;
        height: 160px;
        width: 100%;
        left: 0;
    }
    .c-block_layer2_txt {
        position: relative;
        width: 90%;
        padding: 20px;
        right: 0;
        margin-top: -20px;
    }
    .c-block_layer2_txt [class^="c-btn"] {
        margin: auto;
        margin-top: 15px;
        width: 100% !important;
        max-width: 240px !important;
    }
    .c-block_layer2_ttl {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
    .even .c-block_layer2_img {
        right: 0;
    }
    .even .c-block_layer2_txt {
        left: 0;
    }
    .c-note_base {
        padding: 16px 20px;
        margin-top: 20px;
    }
    .c-note_risk {
        padding: 16px 20px;
    }
    .c-note_risk .inner h3 {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .c-note_risk .inner {
        margin-bottom: 10px;
    }
    .c-note_risk .inner:last-child {
        margin-bottom: 0;
    }
    .c-note_risk .inner p,
    .c-note_risk .inner ul {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .c-block_img_full {
        margin-bottom: 16px;
    }
    /* flexコンテンツ */
    .c-row {
        display: block;
    }
    .c-row .c-row_img {
        width: 100%;
    }
    .c-row .c-row_txt {
        width: 100%;
        margin-bottom: 16px;
    }
    /* flow番号付き */
    .c-block_step .c-block_step_item {
        position: relative;
        margin-bottom: 32px;
    }
    .c-block_step .c-block_step_num {}
    .c-block_step .c-block_step_num span {
        padding-bottom: 12px;
    }
    .c-block_step .c-block_step_num span::after {
        width: 16px;
        margin-left: -8px;
    }
    .c-block_step .c-block_step_num p {
        font-size: 12px;
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    .c-block_step .c-block_step_num .num {
        font-size: 40px;
        font-size: 4.0rem;
    }
    .c-block_step .c-block_step_cont {
        display: block;
        padding-left: 40px;
        width: calc(100% - 20px);
    }
    .c-block_step .c-block_step_item:last-child .c-block_step_cont {
        border: none;
    }
    .c-block_step .c-block_step_inner {
        width: 100%;
        padding: 24px 0 10px;
    }
    .c-block_step .c-block_step_inner .c-block_step_ttl {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    .c-block_step .c-block_step_img {
        width: 100%;
        padding: 0;
    }
    /* 番号付き一覧特徴 */
    .c-block_numList {
        width: 100%;
    }
    .c-block_numList .c-block_numList_item {
        margin-bottom: 30px;
    }
    .c-block_numList .c-block_numList_item:last-child {
        margin-bottom: 0;
    }
    .c-block_numList .c-block_numList_head {
        margin-bottom: 20px;
    }
    .c-block_numList .c-block_numList_head .c-block_numList_head_num {
        width: 56px;
        padding-right: 10px;
    }
    .c-block_numList .c-block_numList_head .c-block_numList_head_num::after {
        height: 100%;
        position: absolute;
    }
    .c-block_numList .c-block_numList_head .c-block_numList_head_num .sub {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .c-block_numList .c-block_numList_head .c-block_numList_head_num .num {
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: -2px;
    }
    .c-block_numList .c-block_numList_head_ttl {
        width: calc(100% - 56px);
        padding: 0 10px;
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 0;
        line-height: 1.2;
    }
    .c-block_numList .c-block_numList_cont .txt {
        margin-top: 20px;
    }
    /* 画像つきテキスト */
    .c-block_flex_l,
    .c-block_flex_r {
        flex-direction: column;
    }
    .c-block_flex_img {
        width: 100%;
        margin-bottom: 15px;
    }
    .c-block_flex_txt {
        width: 100%;
    }
    .c-block_flex_ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    /* インドアビュー */
    .c-indoor {
        width: 100%;
        height: 280px;
        margin: 30px auto 0;
    }
    .c-indoor iframe {
        width: 100%;
        height: 100%;
    }
    /* inner contents
---------------------------------------------------------- */
    .c-cont_inner {
        margin-bottom: 60px;
    }
    .c-cont_inner:last-child {
        margin-bottom: 0;
    }
    .c-cont_inner_block {
        margin-bottom: 48px;
    }
    .c-cont_inner_block:last-child {
        margin-bottom: 0;
    }
    /* table
  ---------------------------------------------------------- */
    .c-tbl_list th {
        padding: 8px 10px;
        width: 30%;
    }
    .c-tbl_list td {
        padding: 8px 10px;
    }
    .c-tbl_price {
        margin-bottom: 20px;
    }
    .c-tbl_price:last-child {
        margin-bottom: 0;
    }
    .c-tbl_price th {
        width: 40%;
        padding: 8px 10px;
    }
    .c-tbl_price td {
        padding: 8px 10px;
    }
    .c-tbl_case th,
    .c-tbl_case td {
        padding: 8px 10px;
    }
    .c-tbl_case th {
        text-align: left !important;
    }
    .c-ul_dot_blue li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 6px;
    }
    .c-ul_dot_blue li::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #06cfd3;
        border-radius: 3px;
        position: absolute;
        top: 5px;
        left: 0;
    }
    .c-table tr {
        border-bottom: solid 1px #ddd;
    }
    .c-table th {
        padding: 16px 0;
        width: 20%;
    }
    .c-table td {
        padding: 16px 0;
        width: 80%;
    }
    .c-table_clrBase th {
        padding: 10px 16px;
        width: 32%;
    }
    .c-table_clrBase td {
        padding: 10px 10px;
        width: 68%;
    }
    .c-tbl_price01 {
        width: 100%;
    }
    .c-tbl_price01 tr {
        border-bottom: solid 1px #ddd;
    }
    .c-tbl_price01 tr:first-child {
        border-top: solid 1px #ddd;
    }
    .c-tbl_price01 th,
    .c-tbl_price01 td {
        border-right: solid 1px #ddd;
    }
    .c-tbl_price01 th:first-child,
    .c-tbl_price01 td:first-child {
        width: 40%;
    }
    .c-tbl_price01 th:nth-child(2),
    .c-tbl_price01 td:nth-child(2) {
        width: 15%;
    }
    .c-tbl_price01 th:nth-child(3),
    .c-tbl_price01 td:nth-child(3) {
        width: 17%;
    }
    .c-tbl_price01 th.price,
    .c-tbl_price01 td.price {
        width: 28%;
    }
    .c-tbl_price01 th:last-child,
    .c-tbl_price01 td:last-child {
        border-right: none;
        font-family: 'Shippori Mincho', serif;
    }
    .c-tbl_price01 th {
        padding: 10px 16px;
        width: 27%;
    }
    .c-tbl_price01 td {
        padding: 10px 16px;
    }
    /* list
---------------------------------------------------------- */
    ul[class^="c-list_"] {
        flex-direction: column;
    }
    .c-list_txt {
        padding: 25px;
        margin: -20px auto 0;
        width: 90%;
    }
    .c-list_txt [class^="c-btn"] {
        margin-top: 15px;
        width: 100% !important;
        max-width: 240px !important;
    }
    .c-list_ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .c-list_two li {
        width: 100%;
    }
    .c-row_three li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .c-row_three li .txt {
        margin-top: 10px;
    }
}


/* =================================
 iphone5s,SE basic
================================= */

@media screen and (max-width: 320px) {
    /* title
  ---------------------------------------------------------- */
    .c-ttl_sec_min .c-ttl_sec_jp {
        font-size: 20px;
        font-size: 2rem;
    }
    /* list
  ---------------------------------------------------------- */
    .c-list_point_number {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .c-list_point_ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }
    /* contact tel
  ---------------------------------------------------------- */
    .c-contact_head {
        font-size: 13px;
        font-size: 1.3rem;
    }
    /* pagelink
  ---------------------------------------------------------- */
    .c-pagelink_list li a {
        padding: 6px 5%;
        font-size: 12px;
        font-size: 1.2rem;
    }
}