@charset "utf-8";

@media screen and (max-width: 768px) {

/* =====共通===== */
.title {
    font-size: 18px;
    font-weight: 700;
    color: #221714;
}

.bold {
    font-weight: 700;
}

.marker {
    background: linear-gradient(to bottom, transparent 50%, rgba(255, 241, 0, 0.48) 0);
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 253px;
    padding: 78px 0 0;
    margin: 0;
    border-radius: 0;
    background: url(../img/implant/photo03.jpg) center center/cover no-repeat;
}

.key_text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0 10px 40px;
    background: url(../img/implant/icon_w.png) center left/30px no-repeat;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 250px;
    padding: 0 0 25px;
    margin: auto;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title:before {
    content: "Implant";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title .small {
    display: block;
    font-size: 17px;
}

/* =====sec01===== */
.sec01 {
    padding: 50px 20px;
    box-sizing: border-box;
}

.sec01 .title {
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 0.14em;
    line-height: 1.9;
}

.sec01 .title .color {
    font-size: 20px;
    font-weight: 700;
    color: #1faede;
}

.sec01 .text {
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.07em;
}

/* =====sec02===== */
.sec02 {
    width: 100%;
    padding: 30px 20px;
    background: rgba(0, 185, 239, 0.1);
    box-sizing: border-box;
}

.sec02 .title {
    width: 100%;
    padding: 0 0 18px;
    border-bottom: 2px solid #00b9ef;
    margin: 0 auto 34px;
    text-align: center;
}

.sec02 .subtitle {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1faede;
    text-align: center;
    letter-spacing: 0.11em;
}

.sec02 .body {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.sec02 .body .image {
    min-width: auto;
    max-width: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.sec02 .body .text {
    line-height: 2.2;
}

.sec02 .body .text .bold {
    font-weight: 700;
}

/* =====sec03===== */
.sec03 {
    padding: 125px 0 0;
    background: url(../img/visit/icon09.png) center top 44px/50px no-repeat;
}

.sec03 .title {
    margin: 0 0 50px;
    text-align: center;
}

.sec03 .inner {
    width: 100%;
    margin: 0 auto;
}

.sec03 .num {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 50%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    text-align: center;
}

.sec03 .num .text {
    font-size: 20px;
    color: #00b9ef;
    text-align: center;
}

.sec03 .num .text .large {
    display: block;
    font-size: 40px;
    line-height: 1.2;
}

.sec03 .num:before {
    content: "";
    position: absolute;
    bottom: 84px;
    right: 34px;
    transform: rotate(-230deg);
    display: none;
    width: 105px;
    height: 1px;
    border-bottom: 1px dashed #231815;
}

.sec03 .cont_title {
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.6;
    letter-spacing: 0.21em;
}

.sec03 .cont_text {
    line-height: 2.3;
}

.sec03 .cont01 {
    margin: 0;
}

.sec03 .cont01 .inner {
    position: relative;
    padding: 20px;
    background: url(../img/implant/photo01.jpg) top center/cover no-repeat;
    box-sizing: border-box;
}

.sec03 .cont01 .num {
    position: static;
    top: -115px;
}

.sec03 .cont01 .textbox {
    position: static;
    top: -35px;
    left: 20px;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
}

.sec03 .cont01 .cont_title {
    margin: 0 0 30px;
    color: #0f0f0f;
    text-align: center;
}

.sec03 .cont01 .cont_text {
    width: 100%;
}

.sec03 .cont01 .bg {
    display: none;
    z-index: -1;
    position: relative;
    width: 60%;
    height: 437px;
    margin: 0 0 34px auto;
    background: url(../img/implant/photo01.jpg) top center/cover no-repeat;
}

.sec03 .cont01 .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #fff, transparent);
}

.sec03 .cont01 .box {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    background: rgba(0, 185, 239, 0.1);
    box-sizing: border-box;
}

.sec03 .cont01 .box_head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.sec03 .cont01 .box_title {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #00b9ef;
    margin: 0 0 50px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 rgba(0, 185, 239, 0.2);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
}

.sec03 .cont01 .box_title:before,
.sec03 .cont01 .box_title:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.sec03 .cont01 .box_title:before {
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 15px;
    border-color: #00b9ef transparent transparent transparent;
}

.sec03 .cont01 .box_title:after {
    bottom: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
}

.sec03 .cont01 .box_title span {
    content: "";
    position: absolute;
    bottom: -35px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 15px 0 15px;
    border-color: rgba(0, 185, 239, 0.2) transparent transparent transparent;

}

.sec03 .cont01 .box_texts {
    width: 100%;
    margin: 0 auto;
}

.sec03 .cont01 .box_text {
    margin: 0 0 30px;
    line-height: 1.8;
}

.sec03 .cont01 .box_text .bold {
    font-weight: 700;
}

.sec03 .cont01 .box_text02 {
    display: inline;
    padding: 0 0 20px;
    background: url(../img/eatswallow/border01.png) left bottom repeat-x;
    font-size: 16px;
    font-weight: 700;
    line-height: 3;
}

.sec03 .cont02 {
    padding: 20px;
    margin: 0;
    background: url(../img/implant/image01.jpg) center center/cover no-repeat;
    box-sizing: border-box;
}

.sec03 .cont02 .inner {
    position: relative;
}

.sec03 .cont02 .num {
    position: static;
    top: -120px;
    left: -85px;
}

.sec03 .cont02 .textbox {
    position: static;
    top: -30px;
    right: 20px;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
}

.sec03 .cont02 .cont_title {
    margin: 0 0 30px;
    text-align: center;
}

.sec03 .cont02 .bg {
    display: none;
    width: 60%;
    height: 428px;
    margin: 0 auto 0 0;
    background: rgba(191, 192, 192, 0.1);
}

.sec03 .cont03 {
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    background: rgba(0, 185, 239, 0.1);
}

.sec03 .cont03 .inner {
    position: relative;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.sec03 .cont03 .num {
    position: static;
    top: -110px;
    left: 20px;
}

.sec03 .cont03 .cont_title {
    margin: 0 0 30px;
    text-align: center;
}

.sec03 .cont03 .cont_text {
    margin: 0;
}

.sec03 .cont04 {
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    background: rgba(0, 185, 239, 0.1);
}

.sec03 .cont04 .inner {
    position: relative;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.sec03 .cont04 .num {
    position: static;
    top: -90px;
    margin: 0 0 10px;
}

.sec03 .cont04 .cont_title {
    width: auto;
    height: auto;
    padding: 20px 0 0;
    margin: 0 0 30px;
    background: url(../img/implant/icon01.png) bottom right 10px/50px no-repeat;
    line-height: 1.5;
    text-align: center;
}

.sec03 .cont04 .cont_text {
    width: 100%;
    margin: 0;
}

.sec03 .cont05 {
    padding: 20px;
    margin: 0;
    background: url(../img/implant/image02.jpg) center center/cover no-repeat;
    box-sizing: border-box;
}

.sec03 .cont05 .inner {
    position: relative;
}

.sec03 .cont05 .num {
    position: static;
    top: -130px;
    left: -100px;
}

.sec03 .cont05 .textbox {
    position: static;
    top: -35px;
    right: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
}

.sec03 .cont05 .cont_title {
    margin: 0 0 30px;
    text-align: center;
}

.sec03 .cont05 .bg {
    display: none;
    width: 60%;
    height: 428px;
    margin: 0 auto 0 0;
    background: rgba(191, 192, 192, 0.1);
}

.sec03 .cont06 {
    width: 100%;
    padding: 20px;
    background: url(../img/implant/image04.jpg) center bottom/cover no-repeat;
    box-sizing: border-box;
}

.sec03 .cont06 .inner {
    position: relative;
}

.sec03 .cont06 .num {
    position: static;
    top: -140px;
}

.sec03 .cont06 .cont_title {
    margin: 0 0 30px;
    text-align: center;
}

.sec03 .cont06 .textbox {
    position: static;
    top: -40px;
    left: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
}

.sec03 .cont06 .cont_text {
    width: 100%;
}

.sec03 .cont06 .bg {
    display: none;
    width: 60%;
    height: 428px;
    margin: 0 0 0 auto;
    background: rgba(191, 192, 192, 0.1);
}

/* =====sec04===== */
.sec04 {
    padding: 50px 20px;
    box-sizing: border-box;
}

.sec04 .title {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 2px solid #00b9ef;
    margin: 0 auto 60px;
    text-align: center;
}

.sec04 .item_title {
    width: 84px;
    height: 84px;
    padding: 10px 0 0;
    border: 2.5px dashed #00b9ef;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #00b9ef;
    text-align: center;
}

.sec04 .flow_list {
    width: 100%;
    margin: 0 auto;
}

.sec04 .flow_item {
    position: relative;
    display: block;
    justify-content: space-between;
    margin: 0 0 80px;
}

.sec04 .flow_item:last-of-type {
    margin: 0;
}

.sec04 .item_title .large {
    display: block;
    margin: 5px 0 0;
    font-size: 25px;
    font-weight: 700;
    color: #231815;
    line-height: 1;
}

.sec04 .item_title {
    position: absolute;
    top: -42px;
    right: 10px;
    background: #fff;
}

.sec04 .item_title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 2px;
    background: #00b9ef;
}

.sec04 .flow_item:nth-of-type(1) .item_title:before {
    bottom: -280px;
    height: 280px;
}

.sec04 .flow_item:nth-of-type(2) .item_title:before {
    bottom: -256px;
    height: 256px;
}

.sec04 .flow_item:nth-of-type(3) .item_title:before {
    bottom: -230px;
    height: 230px;
}

.sec04 .flow_item:nth-of-type(4) .item_title:before {
    bottom: -338px;
    height: 338px;
}

.sec04 .flow_item:nth-of-type(5) .item_title:before {
    bottom: -220px;
    height: 220px;
}

.sec04 .flow_item:nth-of-type(6) .item_title:before {
    bottom: -230px;
    height: 230px;
}

.sec04 .flow_item:nth-of-type(7) .item_title:before {
    bottom: -206px;
    height: 206px;
}

.sec04 .box {
    width: 100%;
    padding: 25px 20px 60px;
    background: rgba(0, 185, 239, 0.12);
    box-sizing: border-box;
    border-radius: 26px 0 0 0;
}

.sec04 .flow_item:nth-of-type(1) .box {
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon02.png) right 33px bottom 10px/40px no-repeat;
}

.sec04 .flow_item:nth-of-type(2) .box {
    padding: 25px 20px 70px;
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon03.png) right 26px bottom 10px/45px no-repeat;
}

.sec04 .flow_item:nth-of-type(3) .box {
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon04.png) right 20px bottom 10px/60px no-repeat;
}

.sec04 .flow_item:nth-of-type(4) .box {
    padding: 25px 20px 70px;
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon05.png) right 29px bottom 10px/60px no-repeat;
}

.sec04 .flow_item:nth-of-type(5) .box {
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon06.png) right 28px bottom 10px/50px no-repeat;
}

.sec04 .flow_item:nth-of-type(6) .box {
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon07.png) right 43px bottom 10px/40px no-repeat;
}

.sec04 .flow_item:nth-of-type(7) .box {
    padding: 25px 20px 70px;
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon08.png) right 46px bottom 10px/30px no-repeat;
}

.sec04 .flow_item:nth-of-type(8) .box {
    background: rgba(0, 185, 239, 0.12) url(../img/implant/icon09.png) right 42px bottom 10px/40px no-repeat;
}

.sec04 .box_title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00b9ef;
}

.sec04 .box_body {
    margin: 0 0 0 10px;
}

.sec04 .box_text {
    margin: 0 0 15px;
    line-height: 1.8;
}

.sec04 .box_list {
    padding: 0 0 25px 10px;
}

.sec04 .box_item {
    position: relative;
    padding: 0 0 0 1em;
    font-weight: 700;
}

.sec04 .box_item:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.sec04 .box_item .etc {
    padding: 0 0 0 2.5em;
}

.sec04 .flow_item .box_text .bold {
    font-weight: 700;
}

.sec04 .flow_item:nth-of-type(2) .box_text02 {
    width: 100%;
}

.sec04 .flow_item:nth-of-type(3) .box_text02 {
    width: 100%;
}

.sec04 .flow_item:nth-of-type(4) .box_text02 {
    width: 100%;
}

.sec04 .flow_item:nth-of-type(6) .box_text02 {
    width: 100%;
}

.sec04 .flow_item:nth-of-type(7) .box_text02 {
    width: 100%;
}

/* =====sec05===== */
.sec05 {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.sec05 .cont {
    width: 100%;
    padding: 30px 20px;
    border: 2.5px solid #00b9ef;
    border-radius: 29px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec05 .cont .title {
    width: 80%;
    padding: 0 0 20px;
    margin: 0 auto 32px;
    background: none;
    text-align: center;
    line-height: 2;
}

.sec05 .cont .title .border {
    display: inline;
    padding: 0 0 12px;
    font-weight: 700;
    background: url(../img/eatswallow/border01.png) left bottom repeat-x;
}

.sec05 .cont .text {
    margin: 0 0 48px;
    line-height: 2;
}

.sec05 .box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 20px 20px;
    margin: 0 auto 30px;
    background: rgba(0, 185, 239, 0.12);
    box-sizing: border-box;
}

.sec05 .box_title {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    transform: none;    
    width: 80%;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    color: #221714;
    text-align: center;
}

.sec05 .box_list {
    display: block;
    justify-content: center;
}

.sec05 .box_item {
    position: relative;
    padding: 0 0 0 32px;
    font-weight: 700;
}

.sec05 .box_item:nth-of-type(1) {
    margin: 0 0 30px;
}

.sec05 .box_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 21px;
    height: 32px;
    background: url(../img/implant/icon10.png) center center/21px no-repeat;
}

.sec05 .cont .text02 {
    margin: 0 0 30px;
    line-height: 2;
}

.sec05 .cont .text02 .small {
    font-size: 15px;
}

.sec05 .cont .text02 .small .color {
    color: #00b9ef;
}

.sec05 .cont .subtitle {
    width: 100%;
    padding: 60px 0 14px;
    border-bottom: 3px solid #00b9ef;
    margin: 0 auto 30px;
    background: url(../img/implant/icon11.png) center top/40px no-repeat;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.sec05 .cont .text03 {
    line-height: 1.8;
}
.implant_banner {
    margin: 0 20px;
}

}