@charset "UTF-8";

/* // <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
#implant-lp {
    font-family:"Noto Sans JP", sans-serif ;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    letter-spacing: 0.08em;
}

#implant-lp h3 {
    font-size: 55px;
}

.red {
    color: #C51A1A;
}
.blue {
    color: #002987;
}

.spbr {
    display: none;
}
@media screen and (max-width: 768px) {
    #implant-lp {
    font-size: 17px;
    }

    #implant-lp h3 {
    font-size: 26px;
    }

    .spbr {
        display: inline-block;
    }

    .pcbr {
        display: none;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝メインビジュアル＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#implant-lp #mv article {
    background: url(/asset/images/implant-lp/mv_pc.png) no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
    background-position: 60% 0%;
}

#implant-lp #mv .logo_flex{
    padding-top: 40px;
    display: flex;
    gap: 30px;
} 

#implant-lp #mv .logo {
    width: 280px;
    margin-left: 1%;
}

#implant-lp #mv .main_contents {
    max-width: 780px;
}

#implant-lp #mv .main-txt {
    background-color: #002987;
    color: white;
    font-family: "Noto Serif JP", serif;
    padding:10px 20px ;
    font-size: 42px;
    font-weight: 700;
}
#implant-lp #mv .main-txt p {
    display: flex;
    justify-content: center;
}
#implant-lp #mv .main_contents {
    margin-top: 30px;
}

#implant-lp #mv .sub-txt {
    font-size: 30px;
    margin-top: 20px;
}

#implant-lp #mv .sub-txt .red{
    font-size: 50px;
    font-weight: 700;
    margin-left: 20px;
}

#implant-lp #mv .circle-txt {	
    position: relative;
    display: inline-block;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: #9A7A35;
}

#implant-lp #mv .circle-txt p {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :225px;
    text-align:center;
    color: white;
    font-family: "Noto Serif JP", serif;
}

#implant-lp #mv .circle-txt p span {
    font-size: 30px;
    font-weight: 700;
}

#implant-lp #mv .circle-txt::before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    border: 2px solid white;
    border-radius: 1000px;
}

#implant-lp #mv .circle{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

#implant-lp #mv .main_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#implant-lp #mv article {
    padding-left: 4%;
    padding-top: 120px;
}

@media screen and (max-width: 768px) {
    #implant-lp #mv article {
        padding-left: 0; 
        padding-top: 60px;
    }

    #implant-lp #mv article {
        background: url(/asset/images/implant-lp/mv_sp.png) no-repeat;
        background-size: cover;
        height: 600px;
        position: relative;
        text-align: center;
        background-position: bottom center; 
    }

    #implant-lp #mv .main_contents {
        margin-top: 20px;
    }

    #implant-lp #mv .main-txt {
        padding: 10px 20px;
        font-size: 24px;
    }

    #implant-lp #mv .logo {
        width: 150px;
        margin-left: 0;
    }

    #implant-lp #mv .logo_flex {
        padding-top: 10px;
        gap: 10px;
        justify-content: center;
    }

    #implant-lp #mv .sub-txt {
        font-size: 20px;
        margin-top: 180px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    #implant-lp #mv .sub-txt .red {
        font-size: 22px;
        margin-left: 0px;
        display: block;
    }

    #implant-lp #mv .circle-txt {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #9A7A35;
    }

    #implant-lp #mv .circle-txt::before {
        content: "";
        position: absolute;
        display: block;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        border: 1px solid white;
        border-radius: 1000px;
    }

    #implant-lp #mv .circle-txt p {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    #implant-lp #mv .one p {
        transform: translateY(-45%);
    }

    #implant-lp #mv .two p {
        transform: translateY(-40%);
    }

    #implant-lp #mv .three p {
        transform: translateY(-54%);
    }

    #implant-lp #mv .circle-txt p span {
        font-size: 16px;
    }   

    #implant-lp #mv .circle {
        display: flex;
        gap: 0px;
        margin-top: 30px;
        width: 370px;
        justify-content: space-between;
    } 
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝cheap＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #cheap {
    background-color:#E9E7DF ;
    padding: 70px 0;
}

#implant-lp #cheap .cheap-txt{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#implant-lp #cheap .cheap-txt strong {
    font-size: 30px;
}

#implant-lp #cheap .cheap-tit {
    text-align: center;
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-top: 35px;
}

#implant-lp #cheap .cheap-price {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 80px;
    color: #C51A1A;
    text-align: center;
}

#implant-lp #cheap .cheap-price span {
    font-size: 40px;
    margin-left: 10px;
}

#implant-lp #cheap .cheap-tax {
    text-align: right;
    margin-right: 20px;
}

#implant-lp #cheap .implant-cheap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #9A7A35;
    padding: 30px 0;
}

#implant-lp #cheap .comparison img{
    max-width: 1000px;
    margin-top: 20px;
}

#implant-lp #cheap .comparison{
    text-align: center;
}

#implant-lp #cheap .ctfree {
    background-color: white;
    border: 3px solid #BB9105;
    max-width: 900px;
    width: 90%;
    margin: 50px auto 0;
    padding: 23px 0;
}

#implant-lp #cheap .ctfree .tokuten {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: white;
    background-image: linear-gradient(#e6c861, #9a7a35);
    padding: 20px;
    border-radius: 0 0 10px 0;
    transform: translate(0, -20%);
}

#implant-lp #cheap .ctfree .catch {
    display: flex;
}

#implant-lp #cheap .ctfree .catch .free-tlt {
    font-size: 60px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #BB9105;
}

#implant-lp #cheap .ctfree .catch .free-tlt .red {
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 20px;
}

#implant-lp #cheap .ctfree .free-txt {
    padding: 0px 30px 20px;
}

#implant-lp #cheap .deduction {
    max-width: 900px;
    margin: 50px auto 0;
    background-color: white;
    border: 3px solid #002987;
    padding: 30px 0;
    position: relative;
    width: 90%;
}

#implant-lp #cheap .serif {
    text-align: center;
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #9A7A35;
}

#implant-lp #cheap .saidai{
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: white;
    background-image: linear-gradient(#e6c861, #9a7a35);
    padding: 10px 20px;
    border-radius: 10px;
    transform: translate(0, -20%);
}

#implant-lp #cheap .blue{
    font-size: 100px;
    font-weight: 700;
    margin-left: 20px;
}

#implant-lp #cheap .txt p {
    font-size: 40px;
    color: #9A7A35;
}

#implant-lp #cheap .txt {
    text-align: center;
}

#implant-lp #cheap .shotoku {
    text-align: center;
}

#implant-lp #cheap .loan {
    text-align: center;
    margin-top: 20px;
}

#implant-lp #cheap .deduction::before {
    position: absolute;
    content: "";
    background-image: url(../images/implant-lp/sarani.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    top: -80px;
    left: -5%;
}

#implant-lp #cheap .button-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    padding: 10px 60px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 8px #1DB737;
    background-color: #1DB737;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

#implant-lp #cheap .button-line span {
    font-size: 20px;
}

#implant-lp #cheap .button-line::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
    position: absolute;
    margin-left: 380px;
}

#implant-lp #cheap .button-line:hover {
    opacity: .8;
    transition: .4s;
}

#implant-lp #cheap span.marker {
    background: linear-gradient(transparent 60%, #E6DDCC 60%);
}

#implant-lp #cheap .comparison_sp {
    display: none;
}

#implant-lp #cheap .ct_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #implant-lp #cheap .cheap-tit {
        text-align: center;
        font-size: 30px;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        width: 90%;
        margin: 35px auto 0;
    }

    #implant-lp #cheap .cheap-price {
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        font-size: 50px;
        color: #C51A1A;
        text-align: center;
    }

    #implant-lp #cheap .cheap-price span {
        font-size: 20px;
        margin-left: 10px;
    }

    #implant-lp #cheap .comparison_pc {
        display: none;
    }

    #implant-lp #cheap .comparison_sp {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #implant-lp #cheap .deduction::before {
        width: 100px;
        height: 200px;
        top: -50px;
        left: -2%;
    }

    #implant-lp #cheap .serif {
        font-size: 22px;
    }

    #implant-lp #cheap .blue {
        font-size: 60px;
        margin-left: 6px;
    }

    #implant-lp #cheap .txt p {
        font-size: 22px;
    }

    #implant-lp #cheap .saidai {
        font-size: 25px;
        padding: 10px 10px;
    }

    #implant-lp #cheap .shotoku {
        margin-top: 20px;
    }

    #implant-lp #cheap .button-line {
        width: 270px;
        font-size: 24px;
        padding: 10px 0px;
    }

    #implant-lp #cheap .button-line span {
        font-size: 18px;
        font-weight: 500;
    }

    #implant-lp #cheap .button-line::after {
        margin-left: 240px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    #implant-lp #cheap {
        padding: 60px 0;
    }

    #implant-lp #cheap .deduction {
        padding: 20px 0;
        margin-top: 30px;
        border: 2px solid #002987;
    }

    #implant-lp #cheap .ctfree .catch {
        display: block;
    }

    #implant-lp #cheap .ctfree .tokuten {
        font-size: 25px;
        padding: 10px 0;
        border-radius: 0;
        transform: translate(0, -40%);
        width: 100%;
    }

    #implant-lp #cheap .ctfree .catch .free-tlt {
        font-size: 28px;
        text-align: center;
    }

    #implant-lp #cheap .ctfree .catch .free-tlt .red {
        margin-left: 10px;
    }

    #implant-lp #cheap .ctfree .free-txt {
        padding: 20px 10px 0px;
    }

    #implant-lp #cheap .ctfree {
        margin: 30px auto 0;
    }

    #implant-lp #cheap .loan {
        margin-top: 15px;
    }

    #implant-lp #cheap .cheap-txt strong {
        font-size: 25px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝worries＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp .worries-contents {
    background: url(/asset/images/implant-lp/bg_01.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    box-sizing: border-box;
}

#implant-lp .worries-contents:after {
    content: "";
    background-color: rgba(0, 41, 135, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#implant-lp #worries h3{
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: white;
    text-align: center;
    padding-top:60px ;
}

#implant-lp #worries .worries-img img {
    max-width: 1200px;
    width: 100%;

}

#implant-lp #worries .worries-img {
    margin: 50px auto;
    text-align: center;
    width: 90%;
    max-width: 1200px;
}

#implant-lp #worries .worries-contents:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 60px solid #002987;
}

#implant-lp #worries p {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 80px 0 60px;
}

#implant-lp #worries .ten {
    position: relative;
}

#implant-lp #worries .ten::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0; 
}

#implant-lp #worries .worries_sp{
    display: none;
}

@media screen and (max-width: 768px)  {
    #implant-lp #worries h3 {
        padding-top: 40px;
    }

    #implant-lp #worries .worries_pc{
        display: none;
    }

    #implant-lp #worries .worries_sp{
        display: block;
    }

    #implant-lp #worries .worries-img {
        margin: 30px auto 0;
        width: 90%;
        max-width: 360px;
    }

    #implant-lp #worries .worries-contents:before {
        bottom: -39px;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        border-top: 40px solid #002987;
    }

    #implant-lp #worries p {
        font-size: 22px;
        margin: 50px 0 30px;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝features＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #features {
    background-color: #FFFFF2;
    padding-bottom: 60px;
}

#implant-lp #features h3 {
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #BB9105;
    text-align: center;
    padding-top: 60px;
}

#implant-lp #features .features-contents {
    display: flex;
    max-width: 1200px;
    margin: 50px auto 0;
    gap: 30px;
    width: 90%;
}

#implant-lp #features .marker {
    background: linear-gradient(transparent 60%, #EEE3B7 60%);
}

#implant-lp #features .features-txt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:space-between;
    margin-top: 30px;
}

#implant-lp #features .features-detail {
    box-sizing: border-box; 
    display: flex;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    width:calc(100%/2 - 10px);
    position: relative;
    border: 1px solid #BB9105;
    align-items: center;
}

#implant-lp #features .detail-tlt{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #BB9105;
    text-align: center;
    font-size: 35px;
    color: white;
    line-height: 1;
    flex-shrink: 0;
}

#implant-lp #features .detail-tlt span{
    font-size: 13px;
}

#implant-lp #features .detail-txt p{
    font-size: 20px;
    color: #BB9105;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    #implant-lp #features h3 {
        padding-top: 40px;
    }

    #implant-lp #features .features-img {
        display: none;
    }

    #implant-lp #features .features-inner-txt{
        text-align: center;
    }

    #implant-lp #features .features-contents {
        display: flex;
        justify-content: center;
        margin: 30px auto 0;
        gap: 30px;
        width: 90%;
    }

    #implant-lp #features .features-txt {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-top: 30px;
    }

    #implant-lp #features .features-detail {
        padding: 10px;
        width: 100%;
        max-width: 360px;
    }

    #implant-lp #features .detail-txt p {
        font-size: 18px;
        margin-left: 8px;
    }

    #implant-lp #features .detail-tlt span {
        font-size: 10px;
    }

    #implant-lp #features .detail-tlt {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 1;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝technology＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #technology {
    background: url(/asset/images/implant-lp/bg_02.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 45px 80px 60px;
    box-sizing: border-box;
}

#implant-lp #technology:after {
    content: "";
    background-color: rgba(0, 41, 135, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#implant-lp #technology h3 {
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: white;
    text-align: center;
    padding-top: 20px;
}

#implant-lp #technology p {
    color: white;
    text-align: center;
    margin-top: 30px;
}

#implant-lp #technology .technology-yellow {
    color: white;
    background-color: #BB9105;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 0;
}

#implant-lp #technology .underline {
    border-bottom: 2px solid white;
    display: inline-block;
}

#implant-lp #technology .strong {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-top: 30px;
    font-weight: 700;
}

#implant-lp #technology .technology-contents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    max-width: 1200px;
    margin: 30px auto 0;
}

#implant-lp #technology .technology-txt {
    background-color: white;
}

#implant-lp #technology .technology-txt h4 {
    color: #BB9105;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

#implant-lp #technology .technology-txt p {
    font-size: 18px;
    color: black;
    width: 220px;
    height: 120px;
    text-align: justify;
    display: block;
    margin: 30px auto 0;
}

#implant-lp #technology .technology-txt img {
    display: block;
    margin: 30px auto;
}

@media screen and (max-width: 768px)  {
    #implant-lp #technology {
        padding: 0;
        padding-bottom: 50px;
    }

    #implant-lp #technology h3 {
        padding-top: 40px;
    }

    #implant-lp #technology p {
        width: 90%;
        margin: 40px auto 0;
    }

    #implant-lp #technology .technology-yellow {
        font-size: 20px;
        padding: 10px;
        width: 90%;
        margin: 20px auto 0;
    }

    #implant-lp #technology .strong {
        font-size: 22px;
    }

    #implant-lp #technology .technology-contents {
        grid-template-columns: repeat(1, 1fr);
        margin: 30px auto 0;
        width: 90%;
        max-width: 500px;
    }

    #implant-lp #technology .technology-txt p {
        font-size: 16px;
        width: 90%;
        height: 60px;
        margin: 10px auto 0;
    }

    #implant-lp #technology .technology-txt img {
        display: block;
        margin: 20px auto;
        width: 90%;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝doctor＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #doctor {
    background-color: #E9E7DF;
    padding: 60px 0;
}

#implant-lp #doctor .doctor-contents {
    background-color: white;
    border: 4px solid #9A7A35;
    max-width: 700px;
    padding: 70px 20px;
}

#implant-lp #doctor .doctor {
    display: flex;
    justify-content: center;
    margin-left: 5%;
}

#implant-lp #doctor  img {
    transform: translate(-50px, 95px);
    width: 500px;
    height: auto;
}

#implant-lp #doctor .doctor-title {
    display: flex;
    padding-top: 10px;
}

#implant-lp #doctor .doctor-title p{
    background-color: #9A7A35;
    padding: 3px 20px;
    color: white;
    font-size: 55px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

#implant-lp #doctor .doctor-txt {
    margin-top: 50px;
}

#implant-lp #doctor .doctor-txtbig {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
}

#implant-lp #doctor .marker {
    background: linear-gradient(transparent 60%, #EEE3C0 60%);
}

#implant-lp #doctor .doctor_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #implant-lp #doctor .doctor {
        display: block;
        margin-left: 0;
    }

    #implant-lp #doctor .doctor-title p {
        font-size: 24px;
        margin-left: 5%;
    }

    #implant-lp #doctor .doctor-contents {
        max-width: 700px;
        padding: 20px 0px;
        width: 90%;
        margin: 0 auto;
    }

    #implant-lp #doctor .doctor-txt {
        margin-top: 20px;
        padding: 0 5%;
    }

    #implant-lp #doctor .doctor-txtbig {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
        padding: 0 5%;
    }

    #implant-lp #doctor img {
        width: 420px;
        height: auto;
        transform: translate(0);
    }   

    #implant-lp #doctor .doctor_sp {
        display: block;
    }

    #implant-lp #doctor .doctor_pc {
        display: none;
    }

    #implant-lp #doctor {
        padding: 20px 0 40px;
    }

}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝yoyaku＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #yoyaku {
    background: url(/asset/images/implant-lp/bg_03.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 45px 80px 70px;
    box-sizing: border-box;
}

#implant-lp #yoyaku:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#implant-lp #yoyaku h3 {
    font-size: 40px;
    font-weight: 700;
    color: #C51A1A;
    text-align: center;
}

#implant-lp  .button-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    gap: 30px;
    max-width: 1200px;
    flex-wrap: wrap;
}

#implant-lp  .button-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    margin: 0 auto;
    padding: 10px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 8px #1DB737;
    background-color: #1DB737;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

#implant-lp .button-line span {
    font-size: 20px;
}

#implant-lp .button-line::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
    position: absolute;
    margin-left: 300px;
}

#implant-lp .button-line:hover {
    opacity: .8;
    transition: .4s;
}

#implant-lp .button-web {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    margin: 0 auto;
    padding: 10px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 8px #C51A1A;
    background-color: #C51A1A;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    height: 75px;
}

#implant-lp .button-web::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
    position: absolute;
    margin-left: 300px;
}

#implant-lp .button-web:hover {
    opacity: .8;
    transition: .4s;
}

#implant-lp .button-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    margin: 0 auto;
    padding: 10px 0px;
    border: 2px solid #C51A1A;
    border-radius: 5px;
    box-shadow: 0 0 0 8px white;
    background-color: white;
    color: #C51A1A;
    font-weight: 700;
    font-size: 35px;
    margin-top: 30px;
    height: 75px;
}

#implant-lp .button-tel:hover {
    opacity: .8;
    transition: .4s;
}

#implant-lp .button-tel span{
    background-color: #C51A1A;
    color: white;
    font-size: 20px;
    margin-right: 10px;
    padding: 0 3px;
}
@media screen and (max-width: 1270px) {
    #implant-lp .button-contents {
        gap: 0; 
        max-width: 500px;
    }
}
@media screen and (max-width: 768px) {
    #implant-lp #yoyaku h3{
        font-size: 24px;
    }

    #implant-lp #yoyaku{
        padding: 40px 0 40px;
    }

    #implant-lp .button-line {
        width: 270px;
        font-size: 24px;
        padding: 10px 0px;
    }

    #implant-lp .button-line span {
        font-size: 18px;
        font-weight: 500;
    }

    #implant-lp .button-line::after {
        margin-left: 240px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    #implant-lp .button-web {
        width: 270px;
        font-size: 24px;
        padding: 10px 0px;
        height: 63px;
    }

    #implant-lp .button-web::after {
        margin-left: 240px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    #implant-lp .button-tel {
        width: 270px;
        font-size: 28px;
        padding: 10px 0px;
        height: 63px;
    }

    #implant-lp .button-tel::after {
        margin-left: 240px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    #implant-lp .button-tel span {
        font-size: 15px;
        margin-right: 7px;
    }
    #implant-lp .button-contents {
        margin-top: 10px;
        gap: 0; 
        max-width: 500px;
    }   
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝reason＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #reason {
    background-color: #F1F1F1;
    padding: 60px 0 10px;
}

#implant-lp #reason h3 {
    color: #BB9105;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

#implant-lp #reason .reason_list {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 0;
    padding-top: 30px;
}

#implant-lp #reason .reason_list_item {
    position: relative;
    padding-top: 47px;
    margin-bottom: 116px;
}

#implant-lp #reason li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#implant-lp #reason .reason_list_detail {
    width: 53.6%;
    background: #fff;
    min-height: 150px;
    position: relative;
    z-index: 2;
    padding-top: 6%;
}
#implant-lp #reason .reason_list_detail::before {
    position: absolute;
    top: -18px;
    left: -18px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    border: solid 6px #fff;
    content: "";
    z-index: -1;
}

#implant-lp #reason .reason_list_num {
    font-family:  serif;
    font-weight: 400;
    font-style: italic;
    color: #BB9105;
    font-size: 100px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    text-align: center;
}

#implant-lp #reason .reason_list_item {
    position: relative;
    padding-top: 47px;
    padding-bottom: 30px;
}

#implant-lp #reason .reason_list_img img {
    width: 100%;
}

#implant-lp #reason .reason_list_txt {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
}

#implant-lp #reason .red {
    font-size: 38px;
}

#implant-lp #reason .reason_list_img {
    width: 62%;
    max-width: 600px;
    position: absolute;
    top: 0;
    z-index: 1;
}

#implant-lp #reason .reason_list_item:nth-child(odd) .reason_list_img {
    right: -6.4%;
}

#implant-lp #reason .reason_list_item:nth-child(even) .reason_list_img {
    left: -6.4%;
}

#implant-lp #reason .reason_list_item:nth-child(even) .reason_list_detail {
    margin-left: auto;
}

@media screen and (max-width: 768px) {   
    #implant-lp #reason {
        padding: 40px 0 20px;
    }

    #implant-lp #reason .reason_list_item {
        margin-bottom: 20px;
        padding-top: 0;
    }

    #implant-lp #reason .reason_list_img {
        max-width: 100%;
        height: auto;
    }

    #implant-lp #reason .reason_list_detail {
        width: 95%;
        margin: auto;
        min-height: auto;
        padding-bottom: 30px;
    }

    #implant-lp #reason .reason_list_item:nth-child(odd) .reason_list_num {
        right: auto;
    }

    #implant-lp #reason .reason_list_num {
        font-size: 70px;
        line-height: 1;
        top: -60px;
    }

    #implant-lp #reason .reason_list_tit {
        font-size: 24px;
    }

    #implant-lp #reason .reason_list_text {
        font-size: 14px;
        text-align: left;
        padding: 0 4%;
    }

    #implant-lp #reason .reason_list_item:nth-child(even) .reason_list_num {
        left: auto;
    }

    #implant-lp #reason  .reason_list_num {
        font-size: 70px;
        line-height: 1;
        top: -60px;
    }

    #implant-lp #reason .reason_list_txt {
    font-size: 18px;
    }

    #implant-lp #reason .red {
        font-size: 21px;
    }

    #implant-lp #reason .reason_list_img {
        position: static;
        width: 86%;
    }

    #implant-lp #reason .reason_list_item:nth-child(odd) .reason_list_img {
        margin-left: auto;
    }

    #implant-lp #reason .reason_list {
        margin: 10px auto 0;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝price＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #price{
    background: url(/asset/images/implant-lp/bg_04.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 45px 80px 70px;
    box-sizing: border-box;
}

#implant-lp #price:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#implant-lp #price h3{
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #002987;
}

#implant-lp #price table th {
    background-color: #002987;
    border-color: #002987;
    border-left: 1px solid #002987;
    border-right: 1px solid #002987;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    
}

#implant-lp #price table td {
    color: #C51A1A;
    background-color: white;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
}

#implant-lp #price table tr span {
    font-weight: 700;
    font-size: 50px;
}

#implant-lp #price table {
    margin: auto;
    border-spacing: 0;
    max-width: 800px;
    background-color: #fff;
    margin-top: 30px;
    width: 100%;
}

#implant-lp #price .price-contents {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}

#implant-lp #price .price-contents p {
    text-align: right;
    margin-top: 10px;
}

#implant-lp #price .price-option {
    background-color: rgba(42, 57, 72, 0.8);
    color: white;
    max-width: 740px;
    margin: 30px auto 0;
    display: flex;
    padding: 60px 30px;
    align-items: center;
}

#implant-lp #price .price-option h4 {
    font-weight: 700;
    font-size: 30px;
    width: 40%;
}

#implant-lp #price .price-option p {
    position: relative;
    padding-left: 40px;
}

#implant-lp #price .price-option p::before {
    position: absolute; /*--positionを追加--*/
	top: -25px;
	left: 0px;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 130px;
	background-color: white;
}

#implant-lp #price .line {
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #implant-lp #price table th {
        font-size: 20px;
    }

    #implant-lp #price {
        padding: 45px 0 40px;
    }

    #implant-lp #price .price-option {
    padding: 20px 0px;
    width: 90%;
    display: block;
    }

    #implant-lp #price .price-option h4 {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    #implant-lp #price .price-option p {
        position: relative;
        padding-left: 0;
        width: 90%;
        margin: 12px auto 0;
    }

    #implant-lp #price .price-option p::before {
        display: none;
    }

    #implant-lp #price .line {
        text-align: center;
        width: 90%;
        margin: 20px auto 0;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝flow＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #flow {
    background-color: #F5F7FB;
    padding-bottom: 60px;
}

#implant-lp #flow h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #002987;
    padding: 60px 0 60px;
}

#implant-lp #flow .flow-contents {
    position: relative;
    padding: 0 0 80px 0;
    max-width: 1000px;
    margin: 0 auto;
}

#implant-lp #flow .flow-contents:after {
    content: "";
    position: absolute;
    border-top: 30px solid #002987;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

#implant-lp #flow .flow-contents:last-of-type:after {
    display: none;
}

#implant-lp #flow .flow-contents h4 {
    align-items: center;
    justify-content: flex-start;
    background: #DDE4F3;
    display: flex;
}

#implant-lp #flow .flow-num {
    position: relative;
    max-width: 90px;
    width: 100%;
    background-color: #002987;
}

#implant-lp #flow .flow-num p{
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 15px 0;
    z-index: 1;
    position: relative;
}

#implant-lp #flow .flow-tlt {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

#implant-lp #flow  .flow-num p span {
    font-size: 38.89%;
    display: block;
}

#implant-lp #flow .flow-contents h4 p {
    font-size: 30px;
    letter-spacing: 0.1em;
    width: calc(100% - 115px);
    margin: 0 0 0 25px;
    font-family: "Noto Serif JP", serif;
}

#implant-lp #flow .flow-inner {
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

#implant-lp #flow .flow-inner p {
    width: 58%;
}

#implant-lp #flow .flow-inner img {
    height: 154px;
    width: auto;
}

@media screen and (max-width: 768px)  {
    #implant-lp #flow h3 {
        padding: 40px 0 30px;
    }

    #implant-lp #flow .flow-contents h4 p {
        font-size: 25px;
        margin: 0 0 0 10px;
        width: calc(100% - 19%);
    }

    #implant-lp #flow .flow-contents .flow-tlt {
        font-size: 20px;
    }

    #implant-lp #flow .flow-num {
        font-size: 156.25%;
        letter-spacing: 0.1em;
        padding: 10px 0;
    }

    #implant-lp #flow .flow-contents {
        width: 90%;
        padding: 0;
    }

    #implant-lp #flow .flow-inner {
        padding: 20px;
        display: block;
        margin-bottom: 60px;
    }

    #implant-lp #flow .flow-inner p {
        width: 100%;
    }

    #implant-lp #flow .flow-inner img {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }

    #implant-lp #flow {
        padding-bottom: 10px;
    }

    #implant-lp #flow .flow-contents:after {
        border-top: 20px solid #002987;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        bottom: -40px;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝case＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #case {
    padding-bottom: 40px;
    background-color: white;
}

#implant-lp #case h3 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #002987;
    padding-top: 60px;
}

#implant-lp #case .case-num {
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.1em;
    max-width: 950px;
    margin: 0 auto 30px;
}

#implant-lp #case .case-num:not(:first-child) {
    margin-top: 50px;
}

#implant-lp #case .case-num:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #002987;
}

#implant-lp #case .case-num span {
    position: relative;
    padding: 0 23px;
    background: #fff;
    color: #002987;
}

#implant-lp #case .case-flex {
    background: url(../images/implant-lp/case_bg.jpg);
    background-size: cover;
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

#implant-lp #case .case-contents {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#implant-lp #case .case-contents:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 88px;
    background: url(../images/implant-lp/arw_case.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

#implant-lp #case .case-img {
    width: calc(500 / 1120 * 100%);
    max-width: 500px;
}

#implant-lp #case .case-img  img {
    width: 100%;
}

#implant-lp #case .case-img p {
    background: #002987;
    line-height: 1.8;
    padding: 6px 3px 7px;
    color: white;
    text-align: center;
}

#implant-lp #case .case-table table {
    border: 1px solid #9A7A35;
    width: 100%;
    line-height: 1.5;
    background: #ffffff;
    max-width: 1080px;
    margin: 0 auto;
}

#implant-lp #case .case-table tr:not(:last-child) th {
    border-bottom: 1px solid #9A7A35;

}

#implant-lp #case .case-table th {
    background: #F1EFE8;
    width: 35%;
    font-weight: 700;
    padding: 15px 18px 16px;
    vertical-align: middle;
    text-align: center;
}

#implant-lp #case .case-table tr:not(:last-child) td {
    border-bottom: 1px solid #9A7A35;
}

#implant-lp #case .case-table td {
    width: 65%;
    padding: 15px 18px 16px;
    border-right: 1px solid #9A7A35;
}

#implant-lp #case .case-table {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #implant-lp #case .case-num:not(:first-child) {
        margin-top: 30px;
    }

    #implant-lp #case .case-num {
        padding: 0px;
        font-size: 28px;
        max-width: 950px;
        margin: 0 auto 20px;
    }

    #implant-lp #case {
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto;
    }

    #implant-lp #case .case-flex {
        padding: 15px;
        margin: 0 auto 30px;
    }

    #implant-lp #case .case-contents:before {
        width: 20px;
        height: 38px;
    }

    #implant-lp #case h3 {
        padding-top: 40px;
    }

    #implant-lp #case .case-img p {
        padding: 0px 3px 2px;
        font-size: 15px;
    }

    #implant-lp #case .case-num span {
        padding: 0 15px;
        font-size: 25px;
    }

    #implant-lp #case .case-table th {
        width: 35%;
        padding: 10px 5px 10px;
    }

    #implant-lp #case .case-table td {
        padding: 10px 10px 10px;
    }

    #implant-lp #case .case-table {
        margin-bottom: 40px;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝target＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #target {
    background-color: #F4F0E9;
    padding-bottom: 60px;
}

#implant-lp #target h3 {
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    padding-top: 60px;
}

#implant-lp #target .target-contents {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 30px;
}

#implant-lp #target .target-list {
    display: grid;
    text-align: center;
}

#implant-lp #target .target-list img {
    height: 100px;
    width: auto;
}

#implant-lp #target .target-list a {
    background-color: #9A7A35;
    color: white;
    border-radius: 7px;
    padding: 10px 0;
    width: 250px;
    margin: 20px auto 0;
    position: relative;
}

#implant-lp #target .target-list a::after {
    position: absolute;
    content: "";
    background-image: url(../images/implant-lp/blank.png);
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-size: cover;
}

#implant-lp #target .target-list a:hover {
    opacity: .8;
    transition: .4s;
}

#implant-lp #target .transfer {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    max-width: 800px;
    padding: 10px 60px;
    margin: 50px auto 0;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #implant-lp #target .target-contents {
        display: block;
        justify-content: center;
        gap: 100px;
        margin-top: 0px;
    }

    #implant-lp #target .target-list img {
        height: auto;
        width: 300px;
        margin: 0 auto;
    }

    #implant-lp #target .target-list a {
        width: 200px;
        margin: 10px auto 0;
    }

    #implant-lp #target .target-list {
        margin-top: 20px;
    }

    #implant-lp #target h3 {
        padding-top: 40px;
    }

    #implant-lp #target .target-inner {
        width: 90%;
        margin: 0 auto;
    }

    #implant-lp #target .transfer img{
        width: 60px;
        height: auto;
        margin-right: 20px;
    }

    #implant-lp #target .transfer {
        padding: 20px 20px;
        justify-content: center;
        margin: 40px auto 0;
    }   
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝last＝＝＝＝＝＝ 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#implant-lp #last {
    background: url(/asset/images/implant-lp/bg_05.jpg) no-repeat 60% 20%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 45px 80px 60px;
    box-sizing: border-box;
}

#implant-lp #last:after {
    content: "";
    background-color: rgba(27, 37, 72, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#implant-lp #last h3 {
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: white;
    text-align: center;
    padding-top: 20px;
}

#implant-lp #last .txt-1 {
    color: white;
    text-align: center;
    margin-top: 30px;
}

#implant-lp #last .txt-2 {
    color: white;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 768px) {
    #implant-lp #last {
        padding: 40px 5% 40px;
    }

    #implant-lp #last h3 {
        font-size: 24px;
        padding-top: 0;
    }
}

/* アニメ */
#mv .logo_flex.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#mv .logo_flex.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}

#mv .main-txt.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#mv .main-txt.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}

#mv .circle.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#mv .circle.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}

#mv .sub-txt.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#mv .sub-txt.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}

#worries p.anime {
    transform: scale(0.7);
}
#worries p.anime.active {
    transform: scale(1);
}

#worries .worries-img.anime {
    opacity: 0;
    transition: 1s all ease-out;
}
#worries .worries-img.anime.active {
    opacity: 1;
    transition: 1s all ease-out;
}

#target .target-in.anime {
    transform: scale(0.7);
}
#target .target-in.anime.active {
    transform: scale(1);
}