@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: "Noto serif jp", sans-serif;
  color: #231815;
  box-sizing: border-box;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.mfp_element_all {
  max-width: 100%;
}

form#mailformpro dl dt {
  float: none;
  width: auto;
  clear: none;
  font-size: 16px;
  padding: 0;
  text-align: left;
  border-top: none;
  margin: 0;
}

form#mailformpro dl dd {
  border-top: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.mfp_element_submit {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.mfp_element_button {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

/*
.header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    background: #fff;

    .left {
        display: flex;
        margin: 5px 0 0 10px;
    }

    .logo {
        width: 70px;
        height: 62px;
        margin: 0 20px 0 0;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .page_title {
        font-size: 12px;
    }

    .name {

        .small {
            font-size: 25px;
            font-weight: 600;
        }

        .large {
            font-size: 34px;
            font-weight: 600;
        }
    }

    .right {
        display: flex;
        margin: 0 5px 0 0;
    }

    .phonebox {
        margin: 5px 25px 0 0;
        text-align: center;
    }

    .phone_text {
        padding: 0 0 5px;
        border-bottom: 1px solid #004489;
        font-size: 13px;
        font-weight: 600;
        color: #004489;
    }

    .phone_num a {
        font-size: 25px;
        font-weight: 600;
        color: #004489;
    }

    .reservebox {
        width: 127px;
        height: 56px;
        border-radius: 0 0 7px 7px;

        a {
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 100%;
            border-radius: 0 0 7px 7px;
            height: 100%;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .05em;
            color: #fff;
            background: linear-gradient(to bottom, #001050 10%, #005b9b 80%);
        }

        .reserve_icon {
            width: 26px;
            height: 16px;

            img {
                width: 100%;
                height: 100%;
            }
        }
    }

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

        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding: 2px 5px 0;
        box-sizing: border-box;
        background: #fff;

        .left {
            display: flex;
            align-items: center;
            margin: 0;
        }

        .logo {
            width: 56.4px;
            min-width: 56.4px;
            height: 50px;
            margin: 0 10px 0 0;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .page_title {
            font-size: 11px;
            line-height: 1.1;
        }

        .name {

            .small {
                font-size: 16px;
                font-weight: 600;
            }

            .large {
                font-size: 20px;
                font-weight: 600;
            }
        }

        .right {
            display: none;
        }
    }
} */
.key {
  position: relative;
  background: #dbe4ea;
}
.key:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg01.png) center top/contain no-repeat;
}
.key .inner {
  width: 1024px;
  margin: 0 auto;
}
.key .head {
  height: 400px;
  padding: 50px 0 0;
  background: url(../images/key_bg01.png) right top -10px/cover no-repeat;
}
.key .key_title {
  position: relative;
  z-index: 2;
  width: 451px;
  height: 346px;
  margin: 0 0 0 60px;
}
.key .key_title img {
  width: 100%;
  height: 100%;
}
.key .middle {
  position: relative;
  z-index: 2;
}
.key .key_text01 {
  width: 815px;
  margin: -25px 0 0 20px;
}
.key .key_text01 img {
  width: 100%;
  height: 100%;
}
.key .middle_illust {
  position: absolute;
  right: 50px;
  top: -100px;
  width: 275px;
}
.key .middle_illust img {
  width: 100%;
  height: 100%;
}
.key .bottom {
  position: relative;
  z-index: 2;
  padding: 0 0 125px;
  background: url(../images/key_bg02.png) center bottom/contain no-repeat;
  letter-spacing: -0.02em;
  text-align: center;
}
.key .bottom .upper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.key .bottom .logo {
  display: inline-block;
  margin: 0 30px 0 0;
  width: 96px;
  height: 86px;
}
.key .bottom .logo img {
  width: 100%;
  height: 100%;
}
.key .bottom .name01 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  color: #004489;
}
.key .bottom .name02 {
  font-size: 50px;
  font-weight: 600;
  color: #004489;
}
.key .bottom .lower {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  color: #004489;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    background: #dbe4ea;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg01.png) center top/contain no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .head {
    height: 106.6vw;
    padding: 21.6vw 0 0;
    box-sizing: border-box;
    background: url(../images/key_bg01.png) center top -10px/cover no-repeat;
  }
  .key .key_title {
    position: relative;
    z-index: 2;
    width: 55vw;
    height: 42.1vw;
    margin: 0;
  }
  .key .key_title img {
    width: 100%;
    height: 100%;
  }
  .key .middle {
    position: relative;
    z-index: 2;
    margin: 0 0 8vw;
  }
  .key .key_text01 {
    width: 100%;
    margin: -35.2vw 0 0;
  }
  .key .key_text01 img {
    width: 100%;
    height: 100%;
  }
  .key .middle_illust {
    position: absolute;
    right: 0vw;
    top: -13.3vw;
    width: 26.6vw;
  }
  .key .middle_illust img {
    width: 100%;
    height: 100%;
  }
  .key .bottom {
    position: relative;
    z-index: 2;
    padding: 0 0 26.6vw;
    background: url(../images/key_bg02.png) center bottom/contain no-repeat;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .key .bottom .upper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .key .bottom .logo {
    display: inline-block;
    margin: 0 5.3vw 0 0;
    width: 13.3vw;
    height: 11.9vw;
  }
  .key .bottom .logo img {
    width: 100%;
    height: 100%;
  }
  .key .bottom .name01 {
    display: inline-block;
    margin: 0 2.6vw 0 0;
    font-size: 4.2vw;
    font-weight: 600;
    line-height: 1;
    color: #004489;
  }
  .key .bottom .name02 {
    font-size: 6.6vw;
    font-weight: 600;
    color: #004489;
  }
  .key .bottom .lower {
    font-size: 10.6vw;
    font-weight: 600;
    line-height: 1.2;
    color: #004489;
  }
}

.banner_sec .campaign_banner {
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner_sec .campaign_banner {
    padding: 16vw 5.3vw;
    text-align: center;
  }
}
.sec01 .upper {
  position: relative;
  padding: 80px 0 0;
  background: #e3fff0 radial-gradient(at bottom, #e3fff0 14%, rgba(211, 229, 235, 0.22) 22%, #91c9dc 50%, #83bdcf 60%);
  letter-spacing: 0.1em;
}
.sec01 .upper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 40%;
  background: url(../images/triangle01.png) left bottom/100% no-repeat;
}
.sec01 .upper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 40%;
  background: url(../images/triangle02.png) right bottom/100% no-repeat;
}
.sec01 .sec_title {
  margin: 0 0 50px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec01 .list {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.sec01 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  background: #004489 url(../images/cross01.png) center/178px no-repeat;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec01 .item:not(:last-of-type) {
  margin: 0 8px 0 0;
}
.sec01 .personbox {
  position: relative;
  z-index: 2;
  width: 627px;
  margin: 0 auto;
}
.sec01 .upper_text01 {
  position: relative;
  width: 627px;
  height: 85px;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  font-family: "noto sans jp", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 85px;
  text-align: center;
  color: #295f91;
}
.sec01 .upper_text01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 20px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
}
.sec01 .upper_text02 {
  position: absolute;
  left: -60px;
  top: 130px;
  width: 271px;
  height: 134px;
}
.sec01 .upper_text02 img {
  width: 100%;
  height: 100%;
}
.sec01 .upper_text03 {
  position: absolute;
  right: -70px;
  top: 180px;
  width: 276px;
  height: 128px;
}
.sec01 .upper_text03 img {
  width: 100%;
  height: 100%;
}
.sec01 .person {
  width: 540px;
  height: 360px;
  margin: 0 auto;
}
.sec01 .lower {
  position: relative;
  width: 1024px;
  padding: 30px 0 50px;
  margin: 0 auto;
}
.sec01 .lower .lower_title {
  text-align: center;
}
.sec01 .lower .row01 {
  display: inline-block;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
.sec01 .lower .row02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
.sec01 .lower .row02 .name01 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 23px;
  line-height: 1;
  color: #004489;
}
.sec01 .lower .row02 .name02 {
  font-size: 50px;
  color: #004489;
  letter-spacing: -0.02em;
}
.sec01 .lower .row03 {
  display: block;
  position: relative;
  font-size: 69px;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: rgba(9, 39, 66, 0.2) 5px 5px 5px, rgba(9, 39, 66, 0.2) -5px 0px 5px, rgba(9, 39, 66, 0.2) 0px -5px 5px, rgba(9, 39, 66, 0.2) 0px 5px 5px, rgba(9, 39, 66, 0.2) 5px 5px 5px, rgba(9, 39, 66, 0.2) -5px 5px 5px, rgba(9, 39, 66, 0.2) 5px -5px 5px, rgba(9, 39, 66, 0.2) -5px -5px 5px, rgba(9, 39, 66, 0.2) 5px 5px 5px, rgba(9, 39, 66, 0.2) -5px 5px 5px, rgba(9, 39, 66, 0.2) 5px -5px 5px, rgba(9, 39, 66, 0.2) -5px -5px 5px, rgba(9, 39, 66, 0.2) 5px 5px 5px, rgba(9, 39, 66, 0.2) -5px 5px 5px, rgba(9, 39, 66, 0.2) 5px -5px 5px, rgba(67, 158, 159, 0.2) -5px -5px 5px;
}
.sec01 .lower .row03:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -30px;
  width: 561px;
  height: 271px;
  margin: 0 auto;
  background: url(../images/square01.png) center/cover no-repeat;
}
.sec01 .lower .staff01 {
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 80px;
  width: 210px;
  height: 331px;
}
.sec01 .lower .staff01 img {
  width: 100%;
  height: 100%;
}
.sec01 .lower .staff02 {
  position: absolute;
  z-index: -1;
  right: 40px;
  top: 80px;
  width: 233px;
  height: 314px;
}
.sec01 .lower .staff02 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .upper {
    position: relative;
    padding: 13.3vw 0 0;
    background: #e3fff0 radial-gradient(at bottom, #e3fff0 14%, rgba(211, 229, 235, 0.22) 22%, #91c9dc 50%, #83bdcf 60%);
    letter-spacing: 0.1em;
  }
  .sec01 .upper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 40%;
    background: url(../images/triangle01.png) left bottom/100% no-repeat;
  }
  .sec01 .upper:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 40%;
    background: url(../images/triangle02.png) right bottom/100% no-repeat;
  }
  .sec01 .sec_title {
    margin: 0 0 13.3vw;
    font-size: 6.6vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 8vw;
  }
  .sec01 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42.6vw;
    height: 42.6vw;
    background: #004489 url(../images/cross01.png) center/35vw no-repeat;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .sec01 .item:not(:last-of-type) {
    margin: 0;
  }
  .sec01 .item:nth-of-type(1) {
    margin: 0 2.6vw 2.6vw 0;
  }
  .sec01 .item:nth-of-type(2) {
    margin: 0 0 2.6vw;
  }
  .sec01 .item:nth-of-type(3) {
    margin: 0 2.6vw 0 0;
  }
  .sec01 .personbox {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .upper_text01 {
    position: relative;
    width: calc(100% - 5.3vw);
    height: auto;
    padding: 4vw 0;
    margin: 0 auto 8vw;
    border-radius: 18px;
    background: #fff;
    font-family: "noto sans jp", sans-serif;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #295f91;
  }
  .sec01 .upper_text01:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 0;
    height: 20px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
  }
  .sec01 .upper_text02 {
    position: absolute;
    left: 1.3vw;
    top: 21.3vw;
    width: 40vw;
    height: 19.7vw;
  }
  .sec01 .upper_text02 img {
    width: 100%;
    height: 100%;
  }
  .sec01 .upper_text03 {
    position: absolute;
    right: 2.6vw;
    top: 40vw;
    width: 40vw;
    height: 18.5vw;
  }
  .sec01 .upper_text03 img {
    width: 100%;
    height: 100%;
  }
  .sec01 .person {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sec01 .lower {
    position: relative;
    width: 100%;
    padding: 8vw 0 55vw;
    margin: 0 auto;
  }
  .sec01 .lower .lower_title {
    text-align: center;
  }
  .sec01 .lower .row01 {
    display: inline-block;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
    font-size: 6.6vw;
    font-weight: 300;
    line-height: 1;
  }
  .sec01 .lower .row02 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13.3vw;
  }
  .sec01 .lower .row02 .name01 {
    display: inline-block;
    margin: 0 2.6vw 0 0;
    font-size: 4.2vw;
    line-height: 1;
    color: #004489;
  }
  .sec01 .lower .row02 .name02 {
    font-size: 9.3vw;
    color: #004489;
    letter-spacing: -0.02em;
  }
  .sec01 .lower .row03 {
    display: block;
    position: relative;
    font-size: 10.6vw;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: rgba(9, 39, 66, 0.2) 3px 3px 3px, rgba(9, 39, 66, 0.2) -3px 0px 3px, rgba(9, 39, 66, 0.2) 0px -3px 3px, rgba(9, 39, 66, 0.2) 0px 3px 3px, rgba(9, 39, 66, 0.2) 3px 3px 3px, rgba(9, 39, 66, 0.2) -3px 3px 3px, rgba(9, 39, 66, 0.2) 3px -3px 3px, rgba(9, 39, 66, 0.2) -3px -3px 3px, rgba(9, 39, 66, 0.2) 3px 3px 3px, rgba(9, 39, 66, 0.2) -3px 3px 3px, rgba(9, 39, 66, 0.2) 3px -3px 3px, rgba(9, 39, 66, 0.2) -3px -3px 3px, rgba(9, 39, 66, 0.2) 3px 3px 3px, rgba(9, 39, 66, 0.2) -3px 3px 3px, rgba(9, 39, 66, 0.2) 3px -3px 3px, rgba(67, 158, 159, 0.2) -3px -3px 3px;
  }
  .sec01 .lower .row03:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -30px;
    width: 80vw;
    height: 38.6vw;
    margin: 0 auto;
    background: url(../images/square01.png) center/cover no-repeat;
  }
  .sec01 .lower .staff01 {
    position: absolute;
    z-index: -1;
    left: 8vw;
    top: 75vw;
    width: 32vw;
    height: 50.4vw;
  }
  .sec01 .lower .staff01 img {
    width: 100%;
    height: 100%;
  }
  .sec01 .lower .staff02 {
    position: absolute;
    z-index: -1;
    right: 8vw;
    top: 75vw;
    width: 37.3vw;
    height: 50.2vw;
  }
  .sec01 .lower .staff02 img {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  letter-spacing: 0.1em;
}
.sec02 .sec_head {
  padding: 40px 0 60px;
  background: #a59b86;
}
.sec02 .sec_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec02 .sec_title:after {
  content: "about invisalign";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  font-size: 16px;
}
.sec02 .sec_body {
  width: 1024px;
  padding: 80px 0;
  margin: 0 auto;
}
.sec02 .cont01 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0 0 10px;
}
.sec02 .cont01:before {
  content: "";
  position: absolute;
  left: 100px;
  top: -30px;
  width: 450px;
  height: 300px;
  background: url(../images/sec02_bg01.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_title {
  position: relative;
  margin: 0 0 50px;
  color: #004480;
}
.sec02 .cont01 .cont_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 115px;
  width: 318px;
  height: 1px;
  background: #a19668;
}
.sec02 .cont01 .cont_title .row {
  display: block;
  line-height: 1.4;
}
.sec02 .cont01 .cont_title .row01 {
  font-size: 22px;
  font-weight: 600;
}
.sec02 .cont01 .cont_title .row02 {
  font-size: 44px;
  font-weight: 600;
}
.sec02 .cont01 .cont_title .row02 .small {
  padding: 0 0 0 40px;
  font-size: 31px;
  font-weight: 600;
}
.sec02 .cont01 .cont_title .row03 {
  padding: 0 0 0 30px;
  font-size: 31px;
  font-weight: 600;
}
.sec02 .cont01 .cont_title .row04 {
  padding: 0 0 0 60px;
  font-size: 70px;
  font-weight: 600;
}
.sec02 .cont01 .cont_title .row04 .small {
  padding: 0 30px 0 0;
  font-size: 31px;
  font-weight: 600;
  vertical-align: middle;
}
.sec02 .cont01 .cont_text {
  width: 450px;
  line-height: 2;
}
.sec02 .cont01 .imagebox {
  position: relative;
  width: 450px;
}
.sec02 .cont01 .image {
  width: 240px;
  height: 268px;
  margin: 110px 0 0 180px;
}
.sec02 .cont01 .image_text01 {
  position: absolute;
  top: 200px;
  left: 0;
  width: 186px;
  height: 186px;
  padding: 30px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  background: #a19668;
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.sec02 .cont01 .image_text01 .large {
  padding: 0 10px 0 0;
  font-size: 70px;
}
.sec02 .cont01 .image_text02 {
  position: absolute;
  z-index: -1;
  top: 330px;
  left: 120px;
  width: 186px;
  height: 186px;
  padding: 30px 0 0 30px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #dae4e4;
  font-size: 31px;
  font-weight: 600;
  color: #004489;
  line-height: 1.2;
}
.sec02 .cont02 {
  display: flex;
  justify-content: center;
}
.sec02 .cont02 .textbox {
  width: 444px;
  margin: 0 40px 0 0;
}
.sec02 .cont02 .cont_title {
  padding: 0 0 10px;
  border-bottom: 1px solid #a19668;
  margin: 0 0 40px;
  font-size: 31px;
  font-weight: 600;
  color: #004489;
}
.sec02 .cont02 .cont_text {
  line-height: 2;
}
.sec02 .cont02 .imagebox {
  position: relative;
  margin: 20px 0 0;
}
.sec02 .cont02 .imagebox:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -40px;
  top: 50px;
  width: 436px;
  height: 384px;
  background: #dfddd6;
}
.sec02 .cont02 .image01 {
  width: 450px;
  height: 360px;
}
.sec02 .cont02 .image02 {
  position: absolute;
  top: 300px;
  right: 0;
  width: 317px;
  height: 317px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    letter-spacing: 0.1em;
  }
  .sec02 .sec_head {
    padding: 5.3vw 0 12.6vw;
    background: #a59b86;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 0 0 2.6vw;
    font-size: 5.8vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec02 .sec_title:after {
    content: "about invisalign";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  .sec02 .sec_body {
    width: 100%;
    padding: 13.3vw 5.3vw 40vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec02 .cont01 {
    position: relative;
    display: block;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0 0 21.3vw;
  }
  .sec02 .cont01:before {
    content: "";
    position: absolute;
    left: auto;
    right: -5.3vw;
    top: -21.3vw;
    width: 90%;
    height: 80vw;
    background: url(../images/sec02_bg01.png) center/contain no-repeat;
  }
  .sec02 .cont01 .cont_title {
    position: relative;
    margin: 0 0 8vw;
    color: #004480;
  }
  .sec02 .cont01 .cont_title:before {
    content: "";
    position: absolute;
    right: -5.3vw;
    top: 26vw;
    width: 50vw;
    height: 1px;
    background: #a19668;
  }
  .sec02 .cont01 .cont_title .row {
    display: block;
    line-height: 1.4;
  }
  .sec02 .cont01 .cont_title .row01 {
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec02 .cont01 .cont_title .row02 {
    margin: 0 0 2.6vw;
    font-size: 8vw;
    font-weight: 600;
  }
  .sec02 .cont01 .cont_title .row02 .small {
    padding: 0 0 0 2.6vw;
    font-size: 5.3vw;
    font-weight: 600;
  }
  .sec02 .cont01 .cont_title .row03 {
    padding: 0 0 0 8vw;
    font-size: 5.3vw;
    font-weight: 600;
  }
  .sec02 .cont01 .cont_title .row04 {
    padding: 0 0 0 13.3vw;
    font-size: 10.6vw;
    font-weight: 600;
  }
  .sec02 .cont01 .cont_title .row04 .small {
    padding: 0 5.3vw 0 0;
    font-size: 5.3vw;
    font-weight: 600;
    vertical-align: middle;
  }
  .sec02 .cont01 .cont_text {
    width: 100%;
    margin: 0 0 5.6vw;
    font-size: 4.2vw;
    line-height: 2;
  }
  .sec02 .cont01 .imagebox {
    position: relative;
    width: 100%;
  }
  .sec02 .cont01 .image {
    width: 40vw;
    height: 44.6vw;
    margin: 0;
  }
  .sec02 .cont01 .image_text01 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 32vw;
    height: 32vw;
    padding: 8vw 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    background: #a19668;
    font-size: 5.6vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .sec02 .cont01 .image_text01 .large {
    padding: 0 2.6 0 0;
    font-size: 8vw;
  }
  .sec02 .cont01 .image_text02 {
    position: absolute;
    z-index: -1;
    top: 21.3vw;
    left: auto;
    right: 16vw;
    width: 32vw;
    height: 32vw;
    padding: 8vw 0 0 5.6vw;
    border-radius: 50%;
    box-sizing: border-box;
    background: #dae4e4;
    font-size: 4.8vw;
    font-weight: 600;
    color: #004489;
    line-height: 1.2;
  }
  .sec02 .cont02 {
    display: block;
    justify-content: center;
  }
  .sec02 .cont02 .textbox {
    width: 100%;
    margin: 0;
  }
  .sec02 .cont02 .cont_title {
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #a19668;
    margin: 0 0 8vw;
    font-size: 6.6vw;
    font-weight: 600;
    color: #004489;
  }
  .sec02 .cont02 .cont_text {
    font-size: 4.2vw;
    line-height: 2;
  }
  .sec02 .cont02 .imagebox {
    position: relative;
    margin: 5.3vw 0 0;
  }
  .sec02 .cont02 .imagebox:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -5.3vw;
    top: 13.3vw;
    width: 100%;
    height: 80vw;
    background: #dfddd6;
  }
  .sec02 .cont02 .image01 {
    width: 100%;
    height: 68.2vw;
  }
  .sec02 .cont02 .image01 img {
    width: 100%;
  }
  .sec02 .cont02 .image02 {
    position: absolute;
    top: 48.8vw;
    right: 0;
    width: 48.8vw;
    height: 48.8vw;
  }
}

.sec03 .sec_head {
  padding: 50px 0 60px;
  background: #a59b86;
}
.sec03 .sec_title {
  position: relative;
  padding: 0 0 10px;
  font-size: 31px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec03 .sec_title:after {
  content: "merit";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  font-size: 16px;
}
.sec03 .sec_body {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background: #e9e9e9;
}
.sec03 .list {
  display: flex;
  justify-content: center;
}
.sec03 .list01, .sec03 .list02 {
  position: relative;
  padding: 0 0 80px;
  margin: 0 0 80px;
}
.sec03 .list01:before, .sec03 .list02:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  margin: 0 auto;
  background: #a19668;
}
.sec03 .item {
  width: 280px;
}
.sec03 .list01 .item:not(:last-of-type) {
  margin: 0 40px 0 0;
}
.sec03 .list02 .item:not(:last-of-type) {
  margin: 0 40px 0 0;
}
.sec03 .list03 .item:not(:last-of-type) {
  margin: 0 80px 0 0;
}
.sec03 .item_image {
  width: 244px;
  height: 244px;
  margin: 0 auto 20px;
}
.sec03 .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  color: #004480;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .item_text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec03 .sec_head {
    padding: 8vw 0 12.6vw;
    background: #a59b86;
  }
  .sec03 .sec_title {
    position: relative;
    padding: 0 0 2.6vw;
    font-size: 6.6vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec03 .sec_title:after {
    content: "merit";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: 0 auto;
    font-size: 4.2vw;
  }
  .sec03 .sec_body {
    width: 100%;
    padding: 21.3vw 5.3vw 8vw;
    box-sizing: border-box;
    margin: 0 auto;
    background: #e9e9e9;
  }
  .sec03 .list {
    display: block;
    justify-content: center;
  }
  .sec03 .list01, .sec03 .list02 {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .sec03 .list01:before, .sec03 .list02:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 442px;
    height: 1px;
    margin: 0 auto;
    background: #a19668;
  }
  .sec03 .item {
    width: 100%;
    padding: 0 0 10.6vw;
    border-bottom: 1px solid #a19668;
    margin: 0 0 10.6vw;
  }
  .sec03 .list01 .item:not(:last-of-type) {
    padding: 0 0 10.6vw;
    margin: 0 0 10.6vw;
  }
  .sec03 .list02 .item:not(:last-of-type) {
    padding: 0 0 10.6vw;
    margin: 0 0 10.6vw;
  }
  .sec03 .list03 .item:not(:last-of-type) {
    padding: 0 0 10.6vw;
    margin: 0 0 10.6vw;
  }
  .sec03 .list03 .item:last-of-type {
    border-bottom: none;
  }
  .sec03 .item_image {
    width: 65vw;
    height: 65vw;
    margin: 0 auto 5.2vw;
  }
  .sec03 .item_title {
    display: block;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0 0 5.2vw;
    font-size: 5.3vw;
    font-weight: 600;
    color: #004480;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .item_text {
    line-height: 2;
  }
}

.sec04 .sec_head {
  padding: 0 0 80px;
  background: url(../images/sec04_bg.png) center top/cover no-repeat;
}
.sec04 .sec_head .upper {
  padding: 40px 0 60px;
  background: rgba(165, 155, 134, 0.5);
}
.sec04 .sec_head .lower {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 560px;
  padding: 0 0 0 100px;
  margin: 0 auto;
}
.sec04 .sec_head .clinic {
  position: relative;
  width: 153px;
  height: 136px;
  margin: 0 140px 0 0;
}
.sec04 .sec_head .clinic:before {
  content: "";
  position: absolute;
  right: -110px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto 0;
  background: url(../images/cross02.png) center/cover no-repeat;
}
.sec04 .sec_head .invisalign {
  width: 249px;
  height: 211px;
}
.sec04 .sec_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec04 .sec_title .small {
  font-size: 30px;
  font-weight: 600;
}
.sec04 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec04 .sec_title:after {
  content: "reason";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  font-size: 16px;
}
.sec04 .sec_body {
  width: 915px;
  padding: 40px 0;
  margin: 0 auto;
}
.sec04 .cont_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #c1bdac;
  border-bottom: 1px solid #c1bdac;
  margin: 0 0 30px;
}
.sec04 .point {
  margin: 0 50px 0 0;
}
.sec04 .cont_body {
  display: flex;
  align-items: center;
}
.sec04 .cont_title {
  padding: 0 0 0 15px;
  border-left: 10px solid #a19668;
  font-size: 24px;
  font-weight: 600;
  color: #004480;
  letter-spacing: 0.05em;
}
.sec04 .cont_text {
  width: 400px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec04 .cont01 {
  margin: 0 0 80px;
}
.sec04 .cont01 .point {
  width: 130px;
  height: 86px;
}
.sec04 .cont01 .cont_image {
  width: 434px;
  height: 280px;
  margin: 0 30px 0 0;
}
.sec04 .cont02 {
  margin: 0 0 80px;
}
.sec04 .cont02 .point {
  width: 130px;
  height: 86px;
}
.sec04 .cont02 .cont_image {
  width: 434px;
  margin: 0 30px 0 0;
}
.sec04 .cont03 {
  margin: 0 0 80px;
}
.sec04 .cont03 .point {
  width: 130px;
  height: 86px;
}
.sec04 .cont03 .cont_image {
  width: 434px;
  height: 215px;
  margin: 0 30px 0 0;
}
.sec04 .cont03 .cont_image iframe {
  width: 100%;
  height: 100%;
}
.sec04 .cont04 {
  margin: 0 0 80px;
}
.sec04 .cont04 .point {
  width: 130px;
  height: 86px;
}
.sec04 .cont04 .cont_image {
  width: 434px;
  margin: 0 30px 0 0;
}
.sec04 .cont05 {
  padding: 0 0 40px;
  border-bottom: 1px solid #a59b86;
}
.sec04 .cont05 .point {
  width: 141px;
  height: 86px;
}
.sec04 .cont05 .cont_image {
  width: 434px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 .sec_head {
    padding: 0 0 21.3vw;
    background: url(../images/sec04_bg.png) center top/cover no-repeat;
  }
  .sec04 .sec_head .upper {
    padding: 8vw 5.3vw 12.6vw;
    box-sizing: border-box;
    background: rgba(165, 155, 134, 0.5);
  }
  .sec04 .sec_head .lower {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .sec04 .sec_head .clinic {
    position: relative;
    width: 32vw;
    height: 28.4vw;
    margin: 0 10.6vw 0 0;
  }
  .sec04 .sec_head .clinic:before {
    content: "";
    position: absolute;
    right: -13.3vw;
    top: 0;
    bottom: 0;
    width: 10.6vw;
    height: 10.6vw;
    margin: auto 0;
    background: url(../images/cross02.png) center/cover no-repeat;
  }
  .sec04 .sec_head .invisalign {
    width: 40vw;
    height: 33.8vw;
  }
  .sec04 .sec_title {
    position: relative;
    padding: 0 0 5.3vw;
    font-size: 6.6vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec04 .sec_title .small {
    font-size: 5.3vw;
    font-weight: 600;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec04 .sec_title:after {
    content: "reason";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  .sec04 .sec_body {
    width: 100%;
    padding: 10.6vw 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .cont_head {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 5.3vw 0;
    border-top: 1px solid #c1bdac;
    border-bottom: 1px solid #c1bdac;
    margin: 0 0 8vw;
  }
  .sec04 .point {
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont_body {
    display: block;
    align-items: center;
  }
  .sec04 .cont_title {
    padding: 0 0 0 2.6vw;
    border-left: 10px solid #a19668;
    font-size: 4.8vw;
    font-weight: 600;
    color: #004480;
    letter-spacing: 0.05em;
  }
  .sec04 .cont_text {
    width: 100%;
    font-size: 4.2vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .sec04 .cont01 {
    margin: 0 0 21.3vw;
  }
  .sec04 .cont01 .point {
    width: 21.3vw;
    height: 14vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont01 .cont_image {
    width: 80vw;
    height: 51.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont02 {
    margin: 0 0 21.3vw;
  }
  .sec04 .cont02 .point {
    width: 21.3vw;
    height: 14vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont02 .cont_image {
    width: 80vw;
    height: 51.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont03 {
    margin: 0 0 21.3vw;
  }
  .sec04 .cont03 .point {
    width: 21.3vw;
    height: 14vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont03 .cont_image {
    width: 80vw;
    height: 51.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont04 {
    margin: 0 0 21.3vw;
  }
  .sec04 .cont04 .point {
    width: 21.3vw;
    height: 14vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont04 .cont_image {
    width: 80vw;
    height: 51.6vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont05 {
    margin: 0;
    padding: 0 0 21.3vw;
  }
  .sec04 .cont05 .point {
    width: 21.3vw;
    height: 14vw;
    margin: 0 auto 5.3vw;
  }
  .sec04 .cont05 .cont_image {
    width: 80vw;
    height: 51.6vw;
    margin: 0 auto 5.3vw;
  }
}

.sec05 .sec_head {
  padding: 40px 0 60px;
  background: #a59b86;
}
.sec05 .sec_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec05 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec05 .sec_title:after {
  content: "process";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  font-size: 16px;
}
.sec05 .sec_body {
  width: 1024px;
  padding: 40px 0 80px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.sec05 .step {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}
.sec05 .step:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 22px;
  left: 200px;
  bottom: -40px;
  background: url(../images/arrow01.png) center/cover no-repeat;
}
.sec05 .step_image {
  width: 274px;
  height: 192px;
  margin: 0 40px 0 0;
}
.sec05 .textbox {
  width: 500px;
}
.sec05 .step_title {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 1px solid #a19668;
  margin: 0 0 20px;
  font-size: 31px;
  font-weight: 600;
  color: #004480;
}
.sec05 .step_title .num {
  margin: 0 48px 0 0;
}
.sec05 .step_text {
  line-height: 2;
}
.sec05 .step01 .num {
  display: inline-block;
  width: 86px;
  height: 39px;
}
.sec05 .step01 .num img {
  width: 100%;
  height: 100%;
}
.sec05 .step02 .num {
  display: inline-block;
  width: 93px;
  height: 39px;
}
.sec05 .step02 .num img {
  width: 100%;
  height: 100%;
}
.sec05 .step03 .num {
  display: inline-block;
  width: 91px;
  height: 39px;
}
.sec05 .step03 .num img {
  width: 100%;
  height: 100%;
}
.sec05 .step04 .num {
  display: inline-block;
  width: 95px;
  height: 39px;
}
.sec05 .step04 .num img {
  width: 100%;
  height: 100%;
}
.sec05 .step05 {
  margin: 0;
}
.sec05 .step05:before {
  display: none;
}
.sec05 .step05 .num {
  display: inline-block;
  width: 92px;
  height: 40px;
}
.sec05 .step05 .num img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec05 .sec_head {
    padding: 8vw 0 12.6vw;
    background: #a59b86;
  }
  .sec05 .sec_title {
    position: relative;
    padding: 0 0 5.3vw;
    font-size: 6.6vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec05 .sec_title:after {
    content: "process";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  .sec05 .sec_body {
    width: 100%;
    padding: 10.6vw 5.3vw 21.3vw;
    box-sizing: border-box;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
  .sec05 .step {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0 0 29.6vw;
  }
  .sec05 .step:before {
    content: "";
    position: absolute;
    width: 23.4vw;
    height: 5.8vw;
    left: 0;
    right: 0;
    bottom: -16vw;
    margin: 0 auto;
    background: url(../images/arrow01.png) center/cover no-repeat;
  }
  .sec05 .step_image {
    width: 100%;
    height: 50.6vw;
    margin: 0;
    overflow: hidden;
  }
  .sec05 .step02 .step_image {
    width: 73vw;
    height: 51.2vw;
    margin: 0 auto;
    overflow: visible;
  }
  .sec05 .textbox {
    width: 100%;
  }
  .sec05 .step_title {
    display: block;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #a19668;
    margin: 0 0 5.6vw;
    font-size: 5.3vw;
    font-weight: 600;
    color: #004480;
  }
  .sec05 .step_title .num {
    margin: 0 8vw 0 0;
  }
  .sec05 .step_text {
    margin: 0 0 5.3vw;
    font-size: 4.2vw;
    line-height: 2;
  }
  .sec05 .step01 .num {
    display: inline-block;
    width: 16vw;
    height: 7.2vw;
  }
  .sec05 .step01 .num img {
    width: 100%;
    height: 100%;
  }
  .sec05 .step02 .num {
    display: inline-block;
    width: 16vw;
    height: 6.7vw;
  }
  .sec05 .step02 .num img {
    width: 100%;
    height: 100%;
  }
  .sec05 .step03 .num {
    display: inline-block;
    width: 16vw;
    height: 6.8vw;
  }
  .sec05 .step03 .num img {
    width: 100%;
    height: 100%;
  }
  .sec05 .step04 .num {
    display: inline-block;
    width: 16vw;
    height: 6.5vw;
  }
  .sec05 .step04 .num img {
    width: 100%;
    height: 100%;
  }
  .sec05 .step05 {
    margin: 0;
  }
  .sec05 .step05:before {
    display: none;
  }
  .sec05 .step05 .num {
    display: inline-block;
    width: 16vw;
    height: 6.9vw;
  }
  .sec05 .step05 .num img {
    width: 100%;
    height: 100%;
  }
}

.sec06 {
  letter-spacing: 0.1em;
}
.sec06 .kaitei_text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.sec06 .sec_head {
  padding: 40px 0 60px;
  background: #a59b86;
}
.sec06 .sec_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec06 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec06 .sec_title:after {
  content: "price";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  font-size: 16px;
}
.sec06 .sec_body {
  padding: 60px 0;
  background: #e4e2da;
}
.sec06 .body_head {
  margin: 0 0 60px;
  background: url(../images/sec06_bg01.png) center/cover no-repeat;
}
.sec06 .textbox {
  position: relative;
  width: 630px;
  padding: 30px 0;
  margin: 0 auto;
  color: #004480;
  text-align: center;
}
.sec06 .textbox:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 562px;
  height: 247px;
  margin: auto;
  background: url(../images/sec06_square03.png) center/contain no-repeat;
}
.sec06 .textbox .text01 {
  position: relative;
  z-index: 2;
  padding: 0 0 20px;
  border-bottom: 1px solid #004480;
  margin: 0 0 10px;
}
.sec06 .textbox .text01:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0px;
  bottom: 20px;
  width: 418px;
  height: 18px;
  background: url(../images/sec06_underline.png) center/contain no-repeat;
}
.sec06 .textbox .text01 .small {
  font-size: 30px;
  font-weight: 600;
}
.sec06 .textbox .text01 .large {
  position: relative;
  z-index: 6;
  font-size: 45px;
  font-weight: 600;
}
.sec06 .textbox .text02 {
  position: relative;
  z-index: 6;
  font-size: 27px;
  font-weight: 600;
}
.sec06 .box {
  width: 920px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec06 .box_inner {
  width: 820px;
  margin: 0 auto;
}
.sec06 .dlist {
  margin: 0 0 70px;
}
.sec06 .row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.sec06 .term {
  position: relative;
  width: 450px;
  padding: 0 0 0 20px;
  font-size: 31px;
  font-weight: 600;
  color: #004480;
}
.sec06 .term:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 36px;
  background: #a19668;
}
.sec06 .term:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 20px;
  width: 180px;
  height: 2px;
  background: url(../images/dashed_border01.png) center/contain repeat-x;
}
.sec06 .term .small {
  font-size: 25px;
  font-weight: 600;
}
.sec06 .term .color {
  font-size: 20px;
  font-weight: 600;
  color: #868053;
}
.sec06 .data {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #004480;
}
.sec06 .box_text01 {
  position: relative;
  width: 630px;
  padding: 10px 200px 10px 60px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 auto 70px;
  background: #b4d8d8;
  text-align: center;
}
.sec06 .box_text01:before {
  content: "";
  position: absolute;
  right: 30px;
  top: -40px;
  width: 211px;
  height: 163px;
  background: url(../images/sec06_ortho.png) center/110% no-repeat;
}
.sec06 .box_text01 .text01_inner {
  width: 360px;
  box-sizing: border-box;
  font-family: "noto sans jp", sans-serif;
  color: #257dc6;
  text-shadow: 2px 2px 1px #fff;
}
.sec06 .box_text01 .text01_inner .small {
  font-size: 23px;
  font-weight: 700;
}
.sec06 .box_text01 .text01_inner .large {
  font-size: 26px;
  font-weight: 700;
}
.sec06 .box_title {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 50px;
  background: #a19668;
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec06 .box_title .circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.sec06 .box_title .circle01 {
  left: -20px;
  top: -20px;
}
.sec06 .box_title .circle02 {
  right: -20px;
  top: -20px;
}
.sec06 .box_title .circle03 {
  left: -20px;
  bottom: -20px;
}
.sec06 .box_title .circle04 {
  right: -20px;
  bottom: -20px;
}
.sec06 .bottom_inner {
  position: relative;
}
.sec06 .bottom_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dashed_border02.png) center/contain repeat-y;
}
.sec06 .bottom_inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dashed_border02.png) center/contain repeat-y;
}
.sec06 .box_text02 {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
  color: #5c5d5d;
}
.sec06 .cost {
  display: flex;
  justify-content: center;
}
.sec06 .cost_left {
  margin: 0 20px 0 0;
}
.sec06 .cost_text01 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #004480;
}
.sec06 .cost_text02 {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(to bottom, transparent 0, transparent 70%, #e79f97 70%, #e79f97 100%);
  margin: 0 0 10px;
  font-size: 64px;
  font-weight: 600;
  color: #004480;
  letter-spacing: 0.03em;
}
.sec06 .cont_text03 {
  text-align: right;
}
.sec06 .cost_right {
  position: relative;
  width: 147px;
  height: 147px;
  background: #004480;
  text-align: center;
}
.sec06 .cost_right:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 0px;
  right: 73px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.sec06 .cost_right .right_text01 {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 22px;
  color: #fff;
}
.sec06 .cost_right .right_text02 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec06 {
    letter-spacing: 0.1em;
  }
  .sec06 .kaitei_text {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec06 .sec_head {
    padding: 8vw 0 12.6vw;
    background: #a59b86;
  }
  .sec06 .sec_title {
    position: relative;
    padding: 0 0 5.3vw;
    font-size: 6.6vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec06 .sec_title:after {
    content: "price";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  .sec06 .sec_body {
    padding: 8vw 5.3vw;
    box-sizing: border-box;
    background: #e4e2da;
  }
  .sec06 .body_head {
    position: relative;
    margin: 0 0 16vw;
    background: url(../images/sec06_bg01.png) center/cover no-repeat;
    background: none;
  }
  .sec06 .body_head:before {
    content: "";
    position: absolute;
    left: -5.3vw;
    top: 16vw;
    bottom: 0;
    width: 50%;
    height: 100%;
    margin: auto 0;
    background: url(../images/sec06_spbg01.png) center/contain no-repeat;
  }
  .sec06 .body_head:after {
    content: "";
    position: absolute;
    right: -5.3vw;
    top: -16vw;
    bottom: 0;
    width: 50%;
    height: 100%;
    margin: auto 0;
    background: url(../images/sec06_spbg02.png) center/contain no-repeat;
  }
  .sec06 .textbox {
    position: relative;
    width: 100%;
    padding: 8vw 0;
    margin: 0 auto;
    color: #004480;
    text-align: center;
  }
  .sec06 .textbox:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90vw;
    height: 66.6vw;
    margin: auto;
    background: url(../images/sec06_square03.png) center/contain no-repeat;
  }
  .sec06 .textbox .text01 {
    position: relative;
    z-index: 2;
    padding: 0 0 5.3vw;
    border-bottom: 1px solid #004480;
    margin: 0 0 2.6vw;
  }
  .sec06 .textbox .text01:before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 80%;
    height: 18px;
    margin: 0 auto;
    background: url(../images/sec06_underline.png) center/contain no-repeat;
  }
  .sec06 .textbox .text01 .small {
    font-size: 6.6vw;
    font-weight: 600;
  }
  .sec06 .textbox .text01 .large {
    position: relative;
    z-index: 6;
    font-size: 8vw;
    font-weight: 600;
  }
  .sec06 .textbox .text02 {
    position: relative;
    z-index: 6;
    font-size: 5.8vw;
    font-weight: 600;
  }
  .sec06 .box {
    width: 100%;
    padding: 8vw 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec06 .box_inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .dlist {
    margin: 0 0 18.6vw;
  }
  .sec06 .row {
    display: block;
    justify-content: space-between;
    margin: 0 0 8vw;
  }
  .sec06 .term {
    position: relative;
    width: 100%;
    padding: 0 0 0 5.3vw;
    margin: 0 0 5.3vw;
    font-size: 5.3vw;
    font-weight: 600;
    color: #004480;
  }
  .sec06 .term:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 8vw;
    background: #a19668;
  }
  .sec06 .term:after {
    display: none;
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    top: 20px;
    width: 26.6vw;
    height: 2px;
    background: url(../images/dashed_border01.png) center/contain repeat-x;
  }
  .sec06 .term .small {
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec06 .term .color {
    font-size: 4.2vw;
    font-weight: 600;
    color: #868053;
  }
  .sec06 .data {
    position: relative;
    font-size: 4.2vw;
    font-weight: 600;
    color: #004480;
    text-align: right;
  }
  .sec06 .data:before {
    content: "";
    position: absolute;
    left: 11vw;
    top: 2.6vw;
    width: 36vw;
    height: 2px;
    background: url(../images/dashed_border01.png) center/contain repeat-x;
  }
  .sec06 .box_text01 {
    position: relative;
    width: 100%;
    padding: 2.6vw;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto 18.6vw;
    background: #b4d8d8;
    text-align: center;
  }
  .sec06 .box_text01:before {
    content: "";
    position: absolute;
    right: -6vw;
    top: -13vw;
    width: 30vw;
    height: 23.1vw;
    background: url(../images/sec06_ortho.png) center/110% no-repeat;
  }
  .sec06 .box_text01 .text01_inner {
    width: 100%;
    box-sizing: border-box;
    font-family: "noto sans jp", sans-serif;
    color: #257dc6;
    text-shadow: 2px 2px 1px #fff;
  }
  .sec06 .box_text01 .text01_inner .small {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .sec06 .box_text01 .text01_inner .large {
    font-size: 5.3vw;
    font-weight: 700;
  }
  .sec06 .box_title {
    position: relative;
    width: 100%;
    padding: 4vw 0;
    margin: 0 0 13.3vw;
    background: #a19668;
    font-size: 5.3vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec06 .box_title .circle {
    position: absolute;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: #fff;
  }
  .sec06 .box_title .circle01 {
    left: -4vw;
    top: -4vw;
  }
  .sec06 .box_title .circle02 {
    right: -4vw;
    top: -4vw;
  }
  .sec06 .box_title .circle03 {
    left: -4vw;
    bottom: -4vw;
  }
  .sec06 .box_title .circle04 {
    right: -4vw;
    bottom: -4vw;
  }
  .sec06 .bottom_inner {
    position: relative;
    padding: 0 2.6vw;
    box-sizing: border-box;
  }
  .sec06 .bottom_inner:before {
    content: "";
    position: absolute;
    left: -2.6vw;
    top: 0;
    width: 2px;
    height: 100%;
    background: url(../images/dashed_border02.png) center/contain repeat-y;
  }
  .sec06 .bottom_inner:after {
    content: "";
    position: absolute;
    right: -2.6vw;
    top: 0;
    width: 2px;
    height: 100%;
    background: url(../images/dashed_border02.png) center/contain repeat-y;
  }
  .sec06 .box_text02 {
    margin: 0 0 13.3vw;
    font-size: 4.8vw;
    text-align: left;
    color: #5c5d5d;
  }
  .sec06 .cost {
    position: relative;
    display: block;
    justify-content: center;
  }
  .sec06 .cost_left {
    margin: 0 0 5.3vw;
  }
  .sec06 .cost_text01 {
    margin: 0 0 2.6vw;
    font-size: 4.8vw;
    font-weight: 600;
    color: #004480;
  }
  .sec06 .cost_text02 {
    display: inline-block;
    padding: 0;
    background: linear-gradient(to bottom, transparent 0, transparent 70%, #e79f97 70%, #e79f97 100%);
    margin: 0 0 2.6vw;
    font-size: 10.6vw;
    font-weight: 600;
    color: #004480;
    letter-spacing: 0.03em;
  }
  .sec06 .cont_text03 {
    font-size: 3.8vw;
    text-align: right;
  }
  .sec06 .cost_right {
    position: absolute;
    right: 0;
    top: -8vw;
    width: 24vw;
    height: 24vw;
    margin: 0 0 0 auto;
    background: #004480;
    text-align: center;
  }
  .sec06 .cost_right:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 0px;
    right: 13.3vw;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .sec06 .cost_right .right_text01 {
    position: absolute;
    left: 1.3vw;
    top: 1.3vw;
    font-size: 3.8vw;
    color: #fff;
  }
  .sec06 .cost_right .right_text02 {
    position: absolute;
    right: 1.3vw;
    bottom: 1.3vw;
    font-size: 3.8vw;
    color: #fff;
  }
}

.sec07 {
  letter-spacing: 0.1em;
}
.sec07 .sec_head {
  padding: 40px 0;
  background: #a59b86;
}
.sec07 .sec_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec07 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 442px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.sec07 .sec_body {
  width: 920px;
  padding: 80px 0;
  margin: 0 auto;
}
.sec07 .cont01 {
  display: flex;
  margin: 0 0 40px;
}
.sec07 .cont01 .cont_image {
  width: 379px;
  min-width: 379px;
  height: 253px;
  margin: 0 50px 0 0;
}
.sec07 .cont01 .cont_text01 {
  margin: 0 0 30px;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #004480;
}
.sec07 .cont01 .cont_text02 {
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #004480;
}
.sec07 .cont01 .cont_text02 .space {
  display: inline-block;
  padding: 0 0 0 140px;
}
.sec07 .cont01 .cont_text03 {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec07 .cont02_03box {
  display: flex;
  margin: 0 0 80px;
}
.sec07 .cont02 {
  width: 50%;
  padding: 30px 20px;
  border-left: 2px solid #004480;
  border-right: 2px solid #004480;
  box-sizing: border-box;
}
.sec07 .cont02 .cont_title {
  position: relative;
  width: 180px;
  margin: 0 auto 40px;
  padding: 10px;
  box-sizing: border-box;
  background: #004480;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.sec07 .cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid #004480;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
.sec07 .cont02 .item {
  position: relative;
  padding: 10px 0;
}
.sec07 .cont02 .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dashed_border01.png) center/contain repeat-x;
}
.sec07 .cont02 .num {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 20px 0 0;
}
.sec07 .cont02 .small_list {
  padding: 10px 0 0 80px;
}
.sec07 .cont03 {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.sec07 .cont03 .cont03_box {
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(110, 173, 182, 0.2);
}
.sec07 .cont03 .cont_title {
  position: relative;
  width: 290px;
  margin: 0 auto 40px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 23px;
  color: #004480;
  text-align: center;
}
.sec07 .cont03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
.sec07 .cont03 .cont_text {
  background-color: #dfedee;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #dfedee 50%, #dfedee 100%), linear-gradient(180deg, #fff 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  background-position: top 30px left 0;
  line-height: 2;
}
.sec07 .form_btn {
  width: 500px;
  margin: 0 auto 150px;
}
.sec07 .form_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  background: #a59b86;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.sec07 .form_btn a:before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
.sec07 .formbox {
  padding: 50px;
  margin: 0 0 50px;
  box-sizing: border-box;
  background: #a59b86;
}
.sec07 .form_title {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
.sec07 .form_body {
  padding: 40px 80px;
  border-radius: 20px;
  margin: 0 0 30px;
  background: #fff;
}
.sec07 form#mailformpro .row {
  display: flex;
  margin: 0 0 20px;
}
.sec07 form#mailformpro .row:not(:last-of-type) {
  align-items: center;
}
.sec07 form#mailformpro .term {
  width: 250px;
}
.sec07 form#mailformpro .row:last-of-type .term {
  padding: 5px 0 0;
}
.sec07 form#mailformpro .data {
  width: 370px;
}
.sec07 form#mailformpro .data input {
  width: 100%;
  height: 35px;
}
.sec07 form#mailformpro .data textarea {
  width: 100% !important;
  height: 170px !important;
}
.sec07 form#mailformpro .form_text {
  margin: 0 0 20px;
  text-align: center;
}
.sec07 form#mailformpro .btn {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
}
.sec07 form#mailformpro .btn input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  background: #004480;
  font-size: 18px;
  color: #fff;
}
.sec07 form#mailformpro .btn input:hover {
  opacity: 0.7;
  transition: 0.4s;
  cursor: pointer;
}
.sec07 .privacy_title {
  margin: 0 0 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec07 .privacy_text {
  color: #fff;
  line-height: 2;
}
.sec07 .sec_bottom {
  width: 640px;
  margin: 0 auto;
}
.sec07 .sec_bottom .bottom_text01 {
  padding: 5px 0;
  border: 1px solid #b4b9b9;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #004480;
}
.sec07 .sec_bottom .num {
  padding: 0 0 20px;
  border-bottom: 1px solid #b4b9b9;
  margin: 0 0 60px;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}
.sec07 .sec_bottom .num a {
  color: #004480;
}
.sec07 .sec_bottom .num .icon {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 55px;
  margin: 0 30px 0 0;
}
.sec07 .sec_bottom .num .icon img {
  position: absolute;
  top: 3px;
  left: 0;
}
.sec07 .sec_bottom .clinic_info {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.sec07 .sec_bottom .clinic_info .logo {
  width: 103px;
  height: 92px;
  margin: 0 40px 0 0;
}
.sec07 .sec_bottom .clinic_info .info_upper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07 .sec_bottom .clinic_info .name01 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 23px;
  line-height: 1;
  color: #004489;
}
.sec07 .sec_bottom .clinic_info .name02 {
  font-size: 50px;
  color: #004489;
  letter-spacing: -0.02em;
}
.sec07 .sec_bottom .clinic_info .address {
  padding: 0 0 0 10px;
  color: #5c5d5d;
}
@media screen and (max-width: 768px) {
  .sec07 {
    letter-spacing: 0.1em;
  }
  .sec07 .sec_head {
    padding: 8vw 0;
    background: #a59b86;
  }
  .sec07 .sec_title {
    position: relative;
    padding: 0 0 5.3vw;
    font-size: 5.8vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec07 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .sec07 .sec_body {
    width: 100%;
    padding: 13.3vw 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec07 .cont01 {
    display: block;
    margin: 0 0 40px;
  }
  .sec07 .cont01 .cont_image {
    width: 100%;
    min-width: auto;
    height: 53.3vw;
    margin: 0 0 5.3vw;
    overflow: hidden;
  }
  .sec07 .cont01 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec07 .cont01 .cont_text01 {
    margin: 0 0 4vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #004480;
  }
  .sec07 .cont01 .cont_text02 {
    padding: 0 0 0 5.3vw;
    margin: 0 0 5.3vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #004480;
  }
  .sec07 .cont01 .cont_text02 .space {
    display: inline-block;
    padding: 0;
  }
  .sec07 .cont01 .cont_text03 {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec07 .cont02_03box {
    display: block;
    margin: 0 0 8vw;
  }
  .sec07 .cont02 {
    width: 100%;
    padding: 5.3vw;
    box-sizing: border-box;
    border-left: 2px solid #004480;
    border-right: 2px solid #004480;
    margin: 0 0 13.3vw;
    box-sizing: border-box;
  }
  .sec07 .cont02 .cont_title {
    position: relative;
    width: 53.3vw;
    margin: 0 auto 8vw;
    padding: 10px;
    box-sizing: border-box;
    background: #004480;
    font-size: 5.3vw;
    color: #fff;
    text-align: center;
  }
  .sec07 .cont02 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid #004480;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 0 auto;
  }
  .sec07 .cont02 .item {
    position: relative;
    padding: 2.6vw 0 2.6vw 8vw;
    font-size: 4.2vw;
    line-height: 2;
  }
  .sec07 .cont02 .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: url(../images/dashed_border01.png) center/contain repeat-x;
  }
  .sec07 .cont02 .num {
    position: absolute;
    top: 1.3vw;
    left: 0;
    display: inline-block;
    width: 5.3vw;
    height: 5.3vw;
    margin: 0;
  }
  .sec07 .cont02 .small_list {
    padding: 2.6vw 0 0 8vw;
  }
  .sec07 .cont03 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .sec07 .cont03 .cont03_box {
    height: 100%;
    padding: 8vw 5.3vw;
    box-sizing: border-box;
    border-radius: 20px;
    background: rgba(110, 173, 182, 0.2);
  }
  .sec07 .cont03 .cont_title {
    position: relative;
    width: 77.3vw;
    margin: 0 auto 8vw;
    padding: 2.6vw;
    box-sizing: border-box;
    background: #fff;
    font-size: 5.3vw;
    color: #004480;
    text-align: center;
  }
  .sec07 .cont03 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 0 auto;
  }
  .sec07 .cont03 .cont_text {
    background-color: #dfedee;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #dfedee 50%, #dfedee 100%), linear-gradient(180deg, #fff 1px, transparent 1px);
    background-size: 8px 100%, 100% 2em;
    background-position: top 30px left 0;
    line-height: 2;
    font-size: 4.2vw;
  }
  .sec07 .form_btn {
    width: 70vw;
    margin: 0 auto 21.3vw;
  }
  .sec07 .form_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #a59b86;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .sec07 .form_btn a:before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .sec07 .formbox {
    padding: 8vw 5.3vw;
    margin: 0 0 13.3vw;
    box-sizing: border-box;
    background: #a59b86;
  }
  .sec07 .form_title {
    margin: 0 0 8vw;
    font-size: 5.3vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .sec07 .form_body {
    padding: 8vw 5.3vw;
    border-radius: 20px;
    margin: 0 0 8vw;
    background: #fff;
  }
  .sec07 form#mailformpro .row {
    display: block;
    margin: 0 0 5.3vw;
  }
  .sec07 form#mailformpro .row:not(:last-of-type) {
    align-items: center;
  }
  .sec07 form#mailformpro .term {
    width: 100%;
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
  }
  .sec07 form#mailformpro .row:last-of-type .term {
    padding: 0;
  }
  .sec07 form#mailformpro .data {
    width: 100%;
  }
  .sec07 form#mailformpro .data input {
    width: 100%;
    height: 8vw;
    font-size: 4.2vw;
    box-sizing: border-box;
  }
  .sec07 form#mailformpro .data textarea {
    width: 100% !important;
    height: 40vw !important;
    font-size: 4.2vw;
    box-sizing: border-box;
  }
  .sec07 form#mailformpro .form_text {
    margin: 0 0 5.3vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec07 form#mailformpro .btn {
    display: block;
    width: 40vw;
    height: 10.6vw;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
  }
  .sec07 form#mailformpro .btn input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    background: #004480;
    font-size: 4vw;
    color: #fff;
  }
  .sec07 form#mailformpro .btn input:hover {
    opacity: 0.7;
    transition: 0.4s;
    cursor: pointer;
  }
  .sec07 .privacy_title {
    margin: 0 0 8vw;
    font-size: 4.8vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec07 .privacy_text {
    color: #fff;
    line-height: 2;
    font-size: 4vw;
    text-align: justify;
    text-justify: distribute;
  }
  .sec07 .sec_bottom {
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .sec_bottom .bottom_text01 {
    padding: 1.3vw 0;
    border: 1px solid #b4b9b9;
    margin: 0 0 2.6vw;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
    color: #004480;
  }
  .sec07 .sec_bottom .num {
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #b4b9b9;
    margin: 0 0 13.3vw;
    font-size: 8vw;
    font-weight: 600;
    text-align: center;
  }
  .sec07 .sec_bottom .num a {
    color: #004480;
  }
  .sec07 .sec_bottom .num .icon {
    position: relative;
    display: inline-block;
    width: 10.6vw;
    height: 6.2vw;
    margin: 0 5.3vw 0 0;
  }
  .sec07 .sec_bottom .num .icon img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec07 .sec_bottom .clinic_info {
    display: flex;
    justify-content: center;
    margin: 0 0 13.3vw;
  }
  .sec07 .sec_bottom .clinic_info .logo {
    margin: 0 5.3vw 0 0;
    width: 13.3vw;
    height: 11.9vw;
  }
  .sec07 .sec_bottom .clinic_info .info_upper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec07 .sec_bottom .clinic_info .name01 {
    display: inline-block;
    margin: 0 2.6vw 0 0;
    font-size: 4.2vw;
    line-height: 1;
    color: #004489;
  }
  .sec07 .sec_bottom .clinic_info .name02 {
    font-size: 6.6vw;
    color: #004489;
    letter-spacing: -0.02em;
  }
  .sec07 .sec_bottom .clinic_info .address {
    padding: 0;
    font-size: 4vw;
    color: #5c5d5d;
  }
}

.map {
  width: 100%;
  height: 450px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map {
    width: 100%;
    height: 106.6vw;
  }
  .map iframe {
    width: 100%;
    height: 100%;
  }
}

.footer {
  padding: 60px 0;
  background: #a59b86;
}
.footer .footer_text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3vw 5.3vw;
    box-sizing: border-box;
    background: #a59b86;
  }
  .footer .footer_text {
    color: #fff;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 4vw;
  }
}

.thanks_sec {
  padding: 100px 0;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_sec {
    padding: 21.3vw 5.3vw;
    box-sizing: border-box;
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/*
.sp_fixed {

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

        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 65px;
        text-align: center;
        box-shadow: -1px -1px 1px rgba(255, 255, 255, .5);

        .tel {
            width: 50%;

            a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 5px 0 0;
                box-sizing: border-box;
                background: #A59B86;
                line-height: 50px;
                color: #fff;
                font-size: 25px;

                &:hover {
                    opacity: 1;
                    transition: none;
                }
            }

            .num {
                padding: 0 0 0 10px;
                font-size: 20px;
                letter-spacing: .01em;
            }
        }

        .soudan {
            width: 50%;

            img {
                width: 40px;
                padding: 0 20px 0 0;
            }

            a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                background: #004489;
                font-size: 16px;
                line-height: 1.2;
                color: #fff;

                &:hover {
                    opacity: 1;
                    transition: none;
                }
            }
        }
    }
} *//*# sourceMappingURL=style.css.map */