@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: #4c4948;
}

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;
}

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

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

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: "Noto Serif JP", serif;
  font-family: "游ゴシック体", "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  color: #362911;
  box-sizing: border-box;
}

.inner {
  position: relative;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    position: relative;
    width: 100%;
    min-width: 360px;
    padding: 19.4vw 0 65px;
    font-family: "Noto Serif JP", serif;
    font-family: "游ゴシック体", "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    color: #362911;
    box-sizing: border-box;
  }
  .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
    cursor: pointer;
    transition: none;
  }
  input {
    font-size: 4.4vw;
  }
  textarea {
    font-size: 4.4vw;
  }
}
/* =====header===== */
/*
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    background: #fff;

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

    .logo {
        margin: 0 10px 0 0;
    }

    .site_title {
        font-family: "noto serif jp", serif;
        font-size: 14px;
        font-weight: 500;
    }

    .name {
        margin: 0 10px 0 0;
        font-family: "noto serif jp", serif;
        font-size: 14px;
        font-weight: 500;

        .large {
            padding: 0 5px;
            font-size: 26px;
            font-weight: 500;
            letter-spacing: .18em;
        }
    }

    .address {
        font-family: "noto serif jp", serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .14em;
    }

    .sitename {
        padding: 0 5px;
        border-left: 1px solid #362911;
        border-right: 1px solid #362911;
        font-family: "noto serif jp", serif;
        font-size: 13px;
        font-weight: 500;
    }

    .right {
        margin: 10px 10px 0 0;
    }

    .right_text {
        margin: 0 0 10px;
        font-family: "noto sans jp", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .right_flexbox {
        display: flex;
    }

    .tel {
        font-family: "noto sans jp", sans-serif;
        margin: 0 10px 0 0;

        .text {
            margin: 0 5px 0 0;
            border-bottom: 1px solid #362911;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .14em;
            vertical-align: super;
        }

        .num {
            font-size: 31px;
            letter-spacing: .06em;
        }
    }

    .btn {
        width: 190px;
        height: 40px;
        background: #fff;
        text-align: center;

        a {
            display: block;
            width: 100%;
            height: 100%;
            background: #bfd9dc;
            font-size: 14px;
            font-weight: 700;
            line-height: 40px;
        }

        img {
            padding: 0 0 0 5px;
            vertical-align: text-bottom;
        }
    }

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

        display: block;
        justify-content: space-between;
        width: 100%;
        height: 19.4vw;

        .left {
            display: flex;
            // justify-content: center;
            align-items: center;
            margin: 2.7vw 0 0 1.4vw;
        }

        .logo {
            width: 11.1vw;
            margin: 0 2.7vw 0 0;
        }

        .site_title {
            margin: 0 0 1.4vw;
            font-family: "noto serif jp", serif;
            font-size: 3vw;
            font-weight: 500;
        }

        .name {
            margin: 0;
            font-family: "noto serif jp", serif;
            font-size: 3vw;
            font-weight: 500;
            line-height: 1.2;

            .large {
                padding: 0 5px;
                font-size: 5.5vw;
                font-weight: 500;
                letter-spacing: .08em;
            }
        }

        .address {
            display: none;
            font-family: "noto serif jp", serif;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: .14em;
        }

        .sitename {
            padding: 0 5px;
            border-left: 1px solid #362911;
            border-right: 1px solid #362911;
            font-family: "noto serif jp", serif;
            font-size: 3vw;
            font-weight: 500;
        }

        .right {
            display: none;
            margin: 10px 10px 0 0;
        }

        .right_text {
            margin: 0 0 10px;
            font-family: "noto sans jp", sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

        .right_flexbox {
            display: flex;
        }

        .tel {
            font-family: "noto sans jp", sans-serif;
            margin: 0 10px 0 0;

            .text {
                margin: 0 5px 0 0;
                border-bottom: 1px solid #362911;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: .14em;
                vertical-align: super;
            }

            .num {
                font-size: 31px;
                letter-spacing: .06em;
            }
        }

        .btn {
            width: 190px;
            height: 40px;
            background: #fff;
            text-align: center;

            a {
                display: block;
                width: 100%;
                height: 100%;
                background: #bfd9dc;
                font-size: 14px;
                font-weight: 700;
                line-height: 40px;
            }

            img {
                padding: 0 0 0 5px;
                vertical-align: text-bottom;
            }
        }
    }
} */
/* =====headerここまで===== */
/* =====keyここから===== */
.key {
  width: 100%;
  height: 630px;
  padding: 93px 0 256px;
  box-sizing: border-box;
  background: url(../images/key_dotsbg.png) center/cover repeat;
  overflow-x: clip;
}
.key .inner .triangle01 {
  position: absolute;
  left: -222px;
  top: -26px;
  width: 497px;
  height: 511px;
  background: url(../images/key_triangle01.png) center/cover no-repeat;
}
.key .inner .triangle02 {
  position: absolute;
  right: -180px;
  top: -62px;
  width: 450px;
  height: 573px;
  background: url(../images/key_triangle02@2x.png) center/cover no-repeat;
}
.key .key_title {
  text-align: center;
}
.key .key_text {
  position: absolute;
  bottom: -235px;
  left: 0;
  right: 0;
  width: 775px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 116.6vw;
    padding: 22.2vw 5.5vw 69.4vw;
    box-sizing: border-box;
    background: url(../images/key_dotsbg.png) center/cover repeat;
    overflow: hidden;
  }
  .key .inner .triangle01 {
    position: absolute;
    left: -30.7vw;
    top: -20.7vw;
    width: 55.5vw;
    height: 56.9vw;
    background: url(../images/key_triangle01.png) center/cover no-repeat;
  }
  .key .inner .triangle02 {
    position: absolute;
    right: -27.7vw;
    top: -16.7vw;
    width: 55.5vw;
    height: 70.5vw;
    background: url(../images/key_triangle02@2x.png) center/cover no-repeat;
  }
  .key .key_title {
    width: 83.3vw;
    margin: 0 auto;
    text-align: center;
  }
  .key .key_text {
    position: absolute;
    bottom: -37.7vw;
    left: -5.5vw;
    right: 0;
    width: 100vw;
    margin: 0 auto;
  }
  .key .key_text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* =====keyここまで===== */
/* =====sec01ここから===== */
.sec01 {
  padding: 160px 0 100px;
  overflow-x: clip;
}
.sec01 .inner .triangle01 {
  position: absolute;
  z-index: -1;
  left: -140px;
  top: -40px;
  width: 365px;
  height: 155px;
  background: url(../images/sec01_tri01.png) center/cover no-repeat;
}
.sec01 .inner .triangle02 {
  position: absolute;
  z-index: -1;
  right: -147px;
  top: -72px;
  width: 560px;
  height: 234px;
  background: url(../images/sec01_tri02.png) center/cover no-repeat;
}
.sec01 .inner .triangle03 {
  position: absolute;
  z-index: -1;
  left: 80px;
  top: 125px;
  width: 317px;
  height: 217px;
  background: url(../images/sec01_tri06.png) center/cover no-repeat;
}
.sec01 .sec_title {
  margin: 0 0 60px;
  font-family: "noto serif jp", serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.sec01 .sec_title .medium {
  font-size: 44px;
}
.sec01 .sec_title .small {
  display: inline-block;
  padding: 30px 0 0;
  font-size: 37px;
  letter-spacing: 0.08em;
}
.sec01 .flexbox {
  display: flex;
  justify-content: center;
}
.sec01 .sec_text {
  position: relative;
  width: 510px;
  margin: 0 85px 0 0;
  line-height: 1.8;
  text-align: justify;
  text-justify: distribute;
}
.sec01 .sec_text .bold {
  font-weight: 700;
}
.sec01 .sec_text .triangle04 {
  position: absolute;
  z-index: -1;
  left: -192px;
  top: 167px;
  width: 358px;
  height: 241px;
  background: url(../images/sec01_tri03.png) center/cover no-repeat;
}
.sec01 .sec_text .triangle05 {
  position: absolute;
  z-index: -1;
  right: -116px;
  top: 246px;
  width: 278px;
  height: 149px;
  background: url(../images/sec01_tri04.png) center/cover no-repeat;
}
.sec01 .sec_text .triangle06 {
  position: absolute;
  z-index: -1;
  right: 40px;
  bottom: -45px;
  width: 59px;
  height: 40px;
  background: url(../images/sec01_tri05.png) center/cover no-repeat;
}
.sec01 .sec_image {
  position: relative;
  padding: 100px 0 0;
}
.sec01 .sec_image:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 289px;
  height: 110px;
  background: url(../images/message.png) center/cover no-repeat;
}
.sec01 .image {
  margin: 0 0 10px;
}
.sec01 .image_text {
  position: relative;
  font-family: "noto sans jp", sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
.sec01 .image_text:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -40px;
  width: 271px;
  height: 28px;
  background: url(../images/shunsukekogane02.png) center/cover no-repeat;
}
.sec01 .image_text .small {
  padding: 0 35px 0 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 22.2vw 5.5vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .sec01 .inner .triangle01 {
    position: absolute;
    z-index: -1;
    left: -140px;
    top: -40px;
    width: 365px;
    height: 155px;
    background: url(../images/sec01_tri01.png) center/55.5vw no-repeat;
  }
  .sec01 .inner .triangle02 {
    position: absolute;
    z-index: -1;
    right: -200px;
    top: -72px;
    width: 560px;
    height: 234px;
    background: url(../images/sec01_tri02.png) center/55.5vw no-repeat;
  }
  .sec01 .inner .triangle03 {
    position: absolute;
    z-index: -1;
    left: 80px;
    top: 125px;
    width: 317px;
    height: 217px;
    background: url(../images/sec01_tri06.png) center/55.5vw no-repeat;
  }
  .sec01 .sec_title {
    margin: 0 0 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 8.3vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-align: center;
  }
  .sec01 .sec_title .medium {
    font-size: 6.6vw;
  }
  .sec01 .sec_title .small {
    display: inline-block;
    padding: 5.5vw 0 0;
    font-size: 6.6vw;
    letter-spacing: 0.08em;
  }
  .sec01 .flexbox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .sec01 .sec_text {
    position: relative;
    width: 100%;
    margin: 0;
    line-height: 1.8;
    font-size: 4.4vw;
    text-align: justify;
    text-justify: distribute;
  }
  .sec01 .sec_text .triangle04 {
    position: absolute;
    z-index: -1;
    left: -192px;
    top: 167px;
    width: 358px;
    height: 241px;
    background: url(../images/sec01_tri03.png) center/cover no-repeat;
  }
  .sec01 .sec_text .triangle05 {
    position: absolute;
    z-index: -1;
    right: -116px;
    top: 246px;
    width: 278px;
    height: 149px;
    background: url(../images/sec01_tri04.png) center/cover no-repeat;
  }
  .sec01 .sec_text .triangle06 {
    position: absolute;
    z-index: -1;
    right: 40px;
    bottom: -45px;
    width: 59px;
    height: 40px;
    background: url(../images/sec01_tri05.png) center/cover no-repeat;
  }
  .sec01 .sec_image {
    position: relative;
    padding: 0;
    margin: 0 0 13.8vw;
  }
  .sec01 .sec_image:before {
    content: "";
    position: absolute;
    top: -13.8vw;
    right: 0;
    width: 55.5vw;
    height: 21.1vw;
    background: url(../images/message.png) center/cover no-repeat;
  }
  .sec01 .image {
    margin: 0 0 10px;
    text-align: center;
  }
  .sec01 .image_text {
    position: relative;
    font-family: "noto sans jp", sans-serif;
    font-size: 6.6vw;
    font-weight: 400;
    text-align: center;
  }
  .sec01 .image_text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11.1vw;
    width: 55.5vw;
    height: 13.4vw;
    margin: 0 auto;
    background: url(../images/shunsukekogane02.png) center/contain no-repeat;
  }
  .sec01 .image_text .small {
    padding: 0 5.5vw 0 0;
    font-size: 4.4vw;
  }
}

/* =====sec01ここまで===== */
/* =====sec02ここから===== */
.sec02 {
  padding: 110px 0 100px;
  background: rgba(191, 217, 220, 0.41);
  overflow-x: clip;
}
.sec02 .inner .triangle01 {
  position: absolute;
  right: -20px;
  top: -160px;
  width: 185px;
  height: 124px;
  background: url(../images/sec02_tri10.png) center/cover no-repeat;
}
.sec02 .sec_title {
  position: relative;
  width: 370px;
  margin: 0 auto 60px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  width: 225px;
  height: 42px;
  margin: 0 auto;
  background: url(../images/aboutclinic.png) center/cover no-repeat;
}
.sec02 .sec_title:after {
  content: "";
  position: absolute;
  right: -130px;
  top: -32px;
  width: 86px;
  height: 77px;
  background: url(../images/logo01@2x.png) center/cover no-repeat;
}
.sec02 .cont01 {
  position: relative;
}
.sec02 .cont01:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -272px;
  width: 398px;
  height: 331px;
  background: url(../images/check.png) center/cover no-repeat;
}
.sec02 .small_title {
  position: relative;
  width: 990px;
  padding: 10px;
  margin: 0 auto 46px;
  background: #92d3e4;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sec02 .small_title:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 0px;
  height: 22px;
  margin: 0 auto;
  border-top: 32px solid #92d3e4;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 32px solid transparent;
}
.sec02 .cont01 .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 0 57px 70px;
}
.sec02 .cont01 .list:before {
  content: "";
  position: absolute;
  right: -140px;
  top: -78px;
  width: 314px;
  height: 307px;
  background: url(../images/nozaki01@2x.png) top center/314px no-repeat;
}
.sec02 .item {
  position: relative;
  width: 236px;
  height: 241px;
  box-sizing: border-box;
  background: url(../images/bg01.png) center/cover no-repeat;
  font-size: 23px;
  text-align: center;
}
.sec02 .item .large {
  font-size: 31px;
}
.sec02 .item .color {
  font-size: 31px;
  font-weight: 700;
  color: #e98674;
}
.sec02 .item .bold {
  font-size: 26px;
  font-weight: 700;
  color: #e98674;
}
.sec02 .item .abso {
  position: absolute;
  font-size: 21px;
  font-weight: 700;
}
.sec02 .cont01 .item:nth-of-type(1) {
  padding: 72px 0 0;
  margin: 0 110px 0 0;
}
.sec02 .cont01 .item:nth-of-type(1) .abso {
  left: 0;
  top: 0;
  transform: rotate(-10deg);
  text-align: left;
}
.sec02 .cont01 .item:nth-of-type(1) .triangle02 {
  content: "";
  position: absolute;
  left: -90px;
  top: 80px;
  width: 108px;
  height: 192px;
  background: url(../images/sec02_tri01.png) center/cover no-repeat;
}
.sec02 .cont01 .item:nth-of-type(2) {
  padding: 90px 0 0;
}
.sec02 .cont01 .item:nth-of-type(2) .abso {
  left: 0;
  top: 0;
  transform: rotate(-10deg);
}
.sec02 .cont01 .item:nth-of-type(2) .triangle03 {
  content: "";
  position: absolute;
  left: -115px;
  top: 0px;
  width: 94px;
  height: 83px;
  background: url(../images/sec02_tri02.png) center/cover no-repeat;
}
.sec02 .cont01 .item:nth-of-type(3) {
  padding: 90px 0 0;
  margin: 0 110px 0 180px;
}
.sec02 .cont01 .item:nth-of-type(3) .abso {
  left: 0;
  top: 0;
  transform: rotate(-10deg);
}
.sec02 .cont01 .item:nth-of-type(3) .triangle04 {
  content: "";
  position: absolute;
  right: -83px;
  top: 55px;
  width: 44px;
  height: 186px;
  background: url(../images/sec02_tri03.png) center/cover no-repeat;
}
.sec02 .cont01 .item:nth-of-type(4) {
  padding: 90px 0 0;
}
.sec02 .cont01 .item:nth-of-type(4) .abso {
  left: 0;
  top: 30px;
}
.sec02 .cont01 .item:nth-of-type(4) .triangle05 {
  content: "";
  position: absolute;
  right: -173px;
  top: 48px;
  width: 166px;
  height: 170px;
  background: url(../images/sec02_tri04.png) center/cover no-repeat;
}
.sec02 .cont02 {
  position: relative;
}
.sec02 .cont02:before {
  content: "";
  position: absolute;
  left: 6px;
  top: -234px;
  width: 370px;
  height: 302px;
  background: url(../images/smile.png) center/cover no-repeat;
}
.sec02 .cont02 .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
.sec02 .cont02 .list:before {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -30px;
  width: 333px;
  height: 269px;
  background: url(../images/happy.png) center/cover no-repeat;
}
.sec02 .cont02 .item {
  position: relative;
}
.sec02 .cont02 .item:nth-of-type(1) {
  padding: 90px 0 0;
  margin: 0 80px 0 0;
}
.sec02 .cont02 .item:nth-of-type(1) .abso {
  left: 0;
  top: 0;
  transform: rotate(-10deg);
  text-align: left;
}
.sec02 .cont02 .item:nth-of-type(1) .triangle06 {
  content: "";
  position: absolute;
  left: -133px;
  top: 0;
  width: 140px;
  height: 270px;
  background: url(../images/sec02_tri05.png) center/cover no-repeat;
}
.sec02 .cont02 .item:nth-of-type(2) {
  padding: 65px 0 0;
  margin: 0 80px 0 0;
}
.sec02 .cont02 .item:nth-of-type(2) .abso {
  left: 0;
  top: 10px;
  transform: rotate(-10deg);
}
.sec02 .cont02 .item:nth-of-type(2) .triangle07 {
  content: "";
  position: absolute;
  left: -50px;
  top: -15px;
  width: 49px;
  height: 241px;
  background: url(../images/sec02_tri07.png) center/cover no-repeat;
}
.sec02 .cont02 .item:nth-of-type(3) {
  padding: 90px 0 0;
}
.sec02 .cont02 .item:nth-of-type(3) .abso {
  left: 0;
  top: 10px;
  transform: rotate(-10deg);
}
.sec02 .cont02 .item:nth-of-type(3) .triangle08 {
  content: "";
  position: absolute;
  left: -125px;
  top: -8px;
  width: 101px;
  height: 315px;
  background: url(../images/sec02_tri08.png) center/cover no-repeat;
}
.sec02 .cont02 .item:nth-of-type(3) .triangle09 {
  content: "";
  position: absolute;
  right: -109px;
  top: 0;
  width: 126px;
  height: 438px;
  background: url(../images/sec02_tri09.png) center/cover no-repeat;
}
.sec02 .cont02 .item:nth-of-type(4) {
  padding: 55px 0 0;
  margin: 0 0 0 155px;
}
.sec02 .cont02 .item:nth-of-type(4) .triangle10 {
  content: "";
  position: absolute;
  left: -261px;
  top: 86px;
  width: 288px;
  height: 182px;
  background: url(../images/sec02_tri11.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 22.2vw 5.5vw 41.6vw;
    background: rgba(191, 217, 220, 0.41);
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .sec02 .inner .triangle01 {
    position: absolute;
    right: -20px;
    top: -100px;
    width: 185px;
    height: 124px;
    background: url(../images/sec02_tri10.png) center/50% no-repeat;
  }
  .sec02 .sec_title {
    position: relative;
    width: 100%;
    margin: 0 auto 50vw;
    font-family: "noto serif jp", serif;
    font-size: 6.6vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    top: -11.1vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    background: url(../images/aboutclinic.png) center/41.6vw no-repeat;
  }
  .sec02 .sec_title:after {
    content: "";
    position: absolute;
    right: 5.5vw;
    top: auto;
    bottom: -43.3vw;
    width: 22.2vw;
    height: 19.8vw;
    background: url(../images/logo01@2x.png) center/22.2vw no-repeat;
  }
  .sec02 .cont01 {
    position: relative;
  }
  .sec02 .cont01:before {
    content: "";
    position: absolute;
    left: 0;
    top: -43.3vw;
    width: 55.5vw;
    height: 46.1vw;
    background: url(../images/check.png) center/cover no-repeat;
  }
  .sec02 .small_title {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 auto 46px;
    background: #92d3e4;
    box-sizing: border-box;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .sec02 .small_title:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 0px;
    height: 22px;
    margin: 0 auto;
    border-top: 32px solid #92d3e4;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-bottom: 32px solid transparent;
  }
  .sec02 .cont01 .list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 55.5vw;
  }
  .sec02 .cont01 .list:before {
    content: "";
    position: absolute;
    right: auto;
    left: -8.3vw;
    top: auto;
    bottom: -46.6vw;
    width: 55.5vw;
    height: 54.2vw;
    background: url(../images/nozaki01@2x.png) top left/80% no-repeat;
  }
  .sec02 .item {
    position: relative;
    z-index: 2;
    width: 41.6vw;
    height: 41.6vw;
    box-sizing: border-box;
    background: url(../images/bg01.png) center/cover no-repeat;
    font-size: 4.1vw;
    text-align: center;
  }
  .sec02 .item .large {
    font-size: 5vw;
  }
  .sec02 .item .color {
    font-size: 5vw;
    color: #e98674;
  }
  .sec02 .item .bold {
    font-size: 4.4vw;
    font-weight: 700;
    color: #e98674;
  }
  .sec02 .item .abso {
    position: absolute;
    font-size: 3.6vw;
    font-weight: 700;
  }
  .sec02 .cont01 .item:nth-of-type(1) {
    padding: 12.5vw 0 0;
    margin: 0;
  }
  .sec02 .cont01 .item:nth-of-type(1) .abso {
    left: 0;
    top: 0;
    transform: rotate(-10deg);
    text-align: left;
  }
  .sec02 .cont01 .item:nth-of-type(1) .triangle02 {
    content: "";
    position: absolute;
    left: 0px;
    top: 80px;
    width: 108px;
    height: 192px;
    background: url(../images/sec02_tri01.png) center/70% no-repeat;
  }
  .sec02 .cont01 .item:nth-of-type(2) {
    padding: 15vw 0 0;
    margin: 11.1vw 0 0;
  }
  .sec02 .cont01 .item:nth-of-type(2) .abso {
    left: 0;
    top: 0;
    transform: rotate(-10deg);
  }
  .sec02 .cont01 .item:nth-of-type(2) .triangle03 {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: -2.7vw;
    width: 94px;
    height: 83px;
    background: url(../images/sec02_tri02.png) center/70% no-repeat;
  }
  .sec02 .cont01 .item:nth-of-type(3) {
    padding: 15vw 0 0;
    margin: 0;
  }
  .sec02 .cont01 .item:nth-of-type(3) .abso {
    left: 0;
    top: 0;
    transform: rotate(-10deg);
  }
  .sec02 .cont01 .item:nth-of-type(3) .triangle04 {
    content: "";
    position: absolute;
    right: auto;
    left: -2.7vw;
    top: 55px;
    width: 44px;
    height: 186px;
    background: url(../images/sec02_tri03.png) center/70% no-repeat;
  }
  .sec02 .cont01 .item:nth-of-type(4) {
    padding: 15vw 0 0;
    margin: 11.1vw 0 0;
  }
  .sec02 .cont01 .item:nth-of-type(4) .abso {
    left: 0;
    top: 30px;
  }
  .sec02 .cont01 .item:nth-of-type(4) .triangle05 {
    content: "";
    position: absolute;
    right: -8.3vw;
    top: 0px;
    width: 166px;
    height: 170px;
    background: url(../images/sec02_tri04.png) center/70% no-repeat;
  }
  .sec02 .cont02 {
    position: relative;
  }
  .sec02 .cont02:before {
    content: "";
    position: absolute;
    left: auto;
    right: -5.5vw;
    top: -41.6vw;
    width: 55.5vw;
    height: 45.3vw;
    background: url(../images/smile.png) center/55.5vw no-repeat;
  }
  .sec02 .cont02 .list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont02 .list:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: auto;
    left: 0;
    bottom: -41.6vw;
    width: 55.5vw;
    height: 44.8vw;
    background: url(../images/happy.png) center/55.5vw no-repeat;
  }
  .sec02 .cont02 .item {
    position: relative;
  }
  .sec02 .cont02 .item:nth-of-type(1) {
    padding: 15vw 0 0;
    margin: 0;
  }
  .sec02 .cont02 .item:nth-of-type(1) .abso {
    left: 0;
    top: 0;
    transform: rotate(-10deg);
    text-align: left;
  }
  .sec02 .cont02 .item:nth-of-type(1) .triangle06 {
    content: "";
    position: absolute;
    left: -8.3vw;
    top: 0;
    width: 140px;
    height: 270px;
    background: url(../images/sec02_tri05.png) center/70% no-repeat;
  }
  .sec02 .cont02 .item:nth-of-type(2) {
    padding: 12.5vw 0 0;
    margin: 11.1vw 0 0;
  }
  .sec02 .cont02 .item:nth-of-type(2) .abso {
    left: 0;
    top: 10px;
    transform: rotate(-10deg);
  }
  .sec02 .cont02 .item:nth-of-type(2) .triangle07 {
    content: "";
    position: absolute;
    left: 0px;
    top: -11.1vw;
    width: 49px;
    height: 241px;
    background: url(../images/sec02_tri07.png) center/70% no-repeat;
  }
  .sec02 .cont02 .item:nth-of-type(3) {
    padding: 15vw 0 0;
  }
  .sec02 .cont02 .item:nth-of-type(3) .abso {
    left: 0;
    top: 10px;
    transform: rotate(-10deg);
  }
  .sec02 .cont02 .item:nth-of-type(3) .triangle08 {
    content: "";
    position: absolute;
    left: -8.3vw;
    top: -13.8vw;
    width: 101px;
    height: 315px;
    background: url(../images/sec02_tri08.png) center/70% no-repeat;
  }
  .sec02 .cont02 .item:nth-of-type(3) .triangle09 {
    content: "";
    position: absolute;
    right: -69.4vw;
    top: -27.7vw;
    width: 126px;
    height: 438px;
    background: url(../images/sec02_tri09.png) center/70% no-repeat;
  }
  .sec02 .cont02 .item:nth-of-type(4) {
    padding: 9vw 0 0;
    margin: 11.1vw 0 0;
  }
  .sec02 .cont02 .item:nth-of-type(4) .triangle10 {
    content: "";
    position: absolute;
    left: -19.4vw;
    top: 86px;
    width: 288px;
    height: 182px;
    background: url(../images/sec02_tri11.png) center/70% no-repeat;
  }
}

/* =====sec02ここまで===== */
/* =====sec03ここから===== */
.sec03 {
  position: relative;
  padding: 60px 0 50px;
  margin: 0 0 100px;
  overflow-x: clip;
}
.sec03 .triangle01 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 171px;
  background: url(../images/sec03_tri01.png) center/cover no-repeat;
}
.sec03 .triangle02 {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 171px;
  background: url(../images/sec03_tri02.png) center/cover no-repeat;
}
.sec03 .leadtext {
  margin: 0 0 40px;
  text-align: center;
}
.sec03 .sec_title {
  position: relative;
  margin: 0 0 130px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
}
.sec03 .sec_title .large {
  font-size: 51px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.sec03 .sec_title .medium {
  font-size: 42px;
  font-weight: 500;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: -60px;
  width: 762px;
  height: 196px;
  margin: 0 auto;
  background: url(../images/sec03_kira01.png) center/cover no-repeat;
}
.sec03 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  width: 207px;
  height: 42px;
  margin: 0 auto;
  background: url(../images/goodpoint.png) center/cover no-repeat;
}
.sec03 .cont {
  position: relative;
}
.sec03 .cont01 {
  position: relative;
  margin: 0 0 100px;
}
.sec03 .cont01:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 30px;
  top: -240px;
  width: 278px;
  height: 342px;
  background: url(../images/sec03_woman01.png) center/cover no-repeat;
}
.sec03 .cont01 .triangle03 {
  position: absolute;
  top: 230px;
  left: 0;
  width: 106px;
  height: 185px;
  background: url(../images/sec03_tri03.png) center/cover no-repeat;
}
.sec03 .cont01 .triangle04 {
  position: absolute;
  top: 166px;
  right: -56px;
  width: 106px;
  height: 185px;
  background: url(../images/sec03_tri03.png) center/cover no-repeat;
}
.sec03 .cont02 {
  margin: 0 0 160px;
}
.sec03 .cont02 .triangle06 {
  position: absolute;
  top: 200px;
  left: -47px;
  width: 106px;
  height: 185px;
  background: url(../images/sec03_tri03.png) center/cover no-repeat;
}
.sec03 .cont02 .triangle07 {
  position: absolute;
  bottom: -140px;
  right: -23px;
  width: 173px;
  height: 178px;
  background: url(../images/sec03_tri05.png) center/cover no-repeat;
}
.sec03 .cont03 .triangle08 {
  position: absolute;
  top: -112px;
  left: 27px;
  width: 42px;
  height: 60px;
  background: url(../images/sec03_tri04.png) center/cover no-repeat;
}
.sec03 .cont03 .triangle09 {
  position: absolute;
  bottom: -80px;
  left: 20px;
  width: 106px;
  height: 185px;
  background: url(../images/sec03_tri03.png) center/cover no-repeat;
}
.sec03 .cont_num {
  position: absolute;
  left: 13px;
  top: -77px;
  width: 282px;
  height: 282px;
  padding: 50px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 10px 0 0 #fff;
  background: #E5EFF1;
  font-size: 35px;
  color: #bba83c;
  line-height: 1;
  text-align: center;
}
.sec03 .cont_num .large {
  font-size: 149px;
  color: #fff;
  text-shadow: 6px 6px 3px rgba(137, 138, 147, 0.75);
}
.sec03 .cont_num:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  width: 74px;
  height: 77px;
  background: url(../images/sec03_kazari01.png) center/cover no-repeat;
}
.sec03 .cont02 .cont_num {
  background: #D7EDE6;
}
.sec03 .cont03 .cont_num {
  background: #EED9DD;
}
.sec03 .cont_title {
  position: relative;
  z-index: -1;
  width: 710px;
  padding: 20px 0;
  margin: 0 30px 60px auto;
  background: #92d3e4;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec03 .cont_title:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 635px;
  height: 1px;
  background: #92d3e4;
}
.sec03 .cont02 .cont_title {
  background: #9fd4c3;
  padding: 10px 0;
  margin: 0 30px 100px auto;
}
.sec03 .cont02 .cont_title:before {
  background: #9fd4c3;
}
.sec03 .cont03 .cont_title {
  background: #e6a2a5;
  margin: 0 30px 80px auto;
}
.sec03 .cont03 .cont_title:before {
  background: #e6a2a5;
}
.sec03 .cont_image {
  position: absolute;
  top: 120px;
  left: 160px;
}
.sec03 .cont02 .cont_image {
  top: 130px;
  left: 60px;
}
.sec03 .cont03 .cont_image {
  top: 120px;
  left: 150px;
}
.sec03 .cont_text {
  width: 390px;
  margin: 0 70px 40px auto;
  line-height: 2;
}
.sec03 .cont02 .cont_text {
  width: 366px;
}
.sec03 .cont03 .cont_text {
  width: 440px;
}
.sec03 .box {
  position: relative;
  width: 980px;
  padding: 70px 30px 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../images/sec03_dotsbg.png) center/cover repeat;
}
.sec03 .box:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 110px;
  width: 173px;
  height: 66px;
  background: url(../images/sec03_illust01.png) center/cover no-repeat;
}
.sec03 .box:after {
  content: "";
  position: absolute;
  right: 55px;
  top: 53px;
  width: 128px;
  height: 138px;
  background: url(../images/sec03_illust02.png) center/cover no-repeat;
}
.sec03 .box .triangle05 {
  position: absolute;
  z-index: 2;
  bottom: -75px;
  right: -40px;
  width: 106px;
  height: 185px;
  background: url(../images/sec03_tri03.png) center/cover no-repeat;
}
.sec03 .box_title {
  text-align: center;
}
.sec03 .box_memo {
  position: relative;
  z-index: 2;
  width: 591px;
  margin: 0 0 184px auto;
}
.sec03 .box_memo:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -336px;
  top: 50px;
  width: 427px;
  height: 443px;
  background: url(../images/sec03_check@2x.png) center/cover no-repeat;
}
.sec03 .box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .box_item {
  position: relative;
  width: 440px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .box_item:nth-of-type(1), .sec03 .box_item:nth-of-type(2), .sec03 .box_item:nth-of-type(4) {
  padding: 90px 40px 40px;
}
.sec03 .box_item:nth-of-type(1), .sec03 .box_item:nth-of-type(2) {
  margin: 0 0 100px;
}
.sec03 .box_item:nth-of-type(3) {
  padding: 100px 40px 40px;
}
.sec03 .item_num {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
}
.sec03 .item_title {
  margin: 0 0 30px;
}
.sec03 .item:nth-of-type(3) .item_title {
  margin: 0 0 50px;
}
.sec03 .item_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
@media screen and (max-width: 768px) {
  .sec03 {
    position: relative;
    padding: 13.8vw 5.5vw;
    margin: 0;
    overflow-x: hidden;
  }
  .sec03 .triangle01 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    max-width: 50%;
    height: 171px;
    background: url(../images/sec03_tri01.png) center right/cover no-repeat;
  }
  .sec03 .triangle02 {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    max-width: 50%;
    height: 171px;
    background: url(../images/sec03_tri02.png) center left/cover no-repeat;
  }
  .sec03 .leadtext {
    margin: 0 0 8.3vw;
    text-align: center;
  }
  .sec03 .sec_title {
    position: relative;
    margin: 0 0 55.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    letter-spacing: 0.25em;
    text-align: center;
  }
  .sec03 .sec_title .large {
    font-size: 6.6vw;
    letter-spacing: 0.08em;
  }
  .sec03 .sec_title .medium {
    font-size: 5.5vw;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -5.5vw;
    right: auto;
    top: -60px;
    width: 100vw;
    height: 196px;
    margin: 0 auto;
    background: url(../images/sec03_kira01.png) center/contain no-repeat;
  }
  .sec03 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -13.8vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 11.2vw;
    margin: 0 auto;
    background: url(../images/goodpoint.png) center/80% no-repeat;
  }
  .sec03 .cont {
    position: relative;
  }
  .sec03 .cont01 {
    position: relative;
    margin: 0 0 13.8vw;
  }
  .sec03 .cont01:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -8.3vw;
    top: -55.5vw;
    width: 55.5vw;
    height: 69.5vw;
    background: url(../images/sec03_woman01.png) center/cover no-repeat;
  }
  .sec03 .cont01 .triangle03 {
    position: absolute;
    top: 230px;
    left: 0;
    width: 106px;
    height: 185px;
    background: url(../images/sec03_tri03.png) center/cover no-repeat;
  }
  .sec03 .cont01 .triangle04 {
    position: absolute;
    top: 130vw;
    right: -5.5vw;
    width: 106px;
    height: 185px;
    background: url(../images/sec03_tri03.png) center/cover no-repeat;
  }
  .sec03 .cont02 {
    margin: 0 0 13.8vw;
  }
  .sec03 .cont02 .triangle06 {
    position: absolute;
    top: 200px;
    left: -47px;
    width: 106px;
    height: 185px;
    background: url(../images/sec03_tri03.png) center/cover no-repeat;
  }
  .sec03 .cont02 .triangle07 {
    position: absolute;
    z-index: -1;
    bottom: -13.8vw;
    right: -23px;
    width: 173px;
    height: 178px;
    background: url(../images/sec03_tri05.png) center/70% no-repeat;
  }
  .sec03 .cont03 .triangle08 {
    position: absolute;
    top: -112px;
    left: 27px;
    width: 42px;
    height: 60px;
    background: url(../images/sec03_tri04.png) center/70% no-repeat;
  }
  .sec03 .cont03 .triangle09 {
    position: absolute;
    bottom: 27.7vw;
    left: 0;
    width: 106px;
    height: 185px;
    background: url(../images/sec03_tri03.png) center/70% no-repeat;
  }
  .sec03 .cont_num {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 22.2vw;
    height: 22.2vw;
    padding: 3vw 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 10px 0 0 #fff;
    background: #E5EFF1;
    font-size: 5vw;
    color: #bba83c;
    line-height: 1;
    text-align: center;
  }
  .sec03 .cont_num .large {
    font-size: 11.1vw;
    color: #fff;
    text-shadow: 3px 3px 2px rgba(137, 138, 147, 0.75);
  }
  .sec03 .cont_num:before {
    content: "";
    position: absolute;
    top: -5.5vw;
    left: -4.5vw;
    width: 15.2vw;
    height: 15.8vw;
    background: url(../images/sec03_kazari01.png) center/65% no-repeat;
  }
  .sec03 .cont02 .cont_num {
    background: #D7EDE6;
  }
  .sec03 .cont03 .cont_num {
    background: #EED9DD;
  }
  .sec03 .cont_title {
    position: relative;
    z-index: -1;
    width: calc(100% - 5.5vw);
    padding: 2.7vw 0 2.7vw 13.8vw;
    margin: 0 0 8.3vw 5.5vw;
    background: #92d3e4;
    box-sizing: border-box;
    font-size: 4.4vw;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec03 .cont_title:before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #92d3e4;
  }
  .sec03 .cont02 .cont_title {
    background: #9fd4c3;
    padding: 2.7vw 0 2.7vw 18.8vw;
    margin: 0 0 8.3vw 5.5vw;
  }
  .sec03 .cont02 .cont_title:before {
    background: #9fd4c3;
  }
  .sec03 .cont03 .cont_title {
    background: #e6a2a5;
    padding: 2.7vw 0 2.7vw 18.8vw;
    margin: 0 0 8.3vw 5.5vw;
  }
  .sec03 .cont03 .cont_title:before {
    background: #e6a2a5;
  }
  .sec03 .cont_image {
    position: absolute;
    top: 120px;
    left: 160px;
  }
  .sec03 .cont01 .cont_image {
    position: static;
    width: 69.4vw;
    margin: 0 0 8.3vw;
  }
  .sec03 .cont01 .cont_image img {
    width: 100%;
  }
  .sec03 .cont02 .cont_image {
    position: static;
    top: 130px;
    left: 60px;
  }
  .sec03 .cont03 .cont_image {
    position: static;
    top: 120px;
    left: 150px;
    width: 69.4vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec03 .cont_text {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto 8.3vw;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec03 .cont02 .cont_text {
    width: 90%;
  }
  .sec03 .cont03 .cont_text {
    width: 90%;
  }
  .sec03 .box {
    position: relative;
    width: 100%;
    padding: 13.8vw 2.7vw;
    box-sizing: border-box;
    background: url(../images/sec03_dotsbg.png) center/cover repeat;
  }
  .sec03 .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 41.6vw;
    width: 173px;
    height: 66px;
    background: url(../images/sec03_illust01.png) left center/70% no-repeat;
  }
  .sec03 .box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 35.6vw;
    width: 128px;
    height: 138px;
    background: url(../images/sec03_illust02.png) center right/70% no-repeat;
  }
  .sec03 .box .triangle05 {
    position: absolute;
    z-index: 2;
    bottom: -75px;
    right: -40px;
    width: 106px;
    height: 185px;
    background: url(../images/sec03_tri03.png) center/70% no-repeat;
  }
  .sec03 .box_title {
    margin: 0 0 13.8vw;
    text-align: center;
  }
  .sec03 .box_memo {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 0 103.3vw 5.5vw;
  }
  .sec03 .box_memo:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -8.3vw;
    top: auto;
    bottom: -89.4vw;
    width: 100%;
    height: 89.4vw;
    margin: 0 auto;
    background: url(../images/sec03_check@2x.png) center/contain no-repeat;
  }
  .sec03 .box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec03 .box_item {
    position: relative;
    width: 100%;
    margin: 0 0 27.7vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .box_item:nth-of-type(1), .sec03 .box_item:nth-of-type(2), .sec03 .box_item:nth-of-type(4) {
    padding: 22.2vw 2.7vw 5.5vw;
  }
  .sec03 .box_item:nth-of-type(1), .sec03 .box_item:nth-of-type(2) {
    margin: 0 0 27.7vw;
  }
  .sec03 .box_item:nth-of-type(3) {
    padding: 22.2vw 2.7vw 5.5vw;
  }
  .sec03 .box_item:nth-of-type(4) {
    margin: 0;
  }
  .sec03 .item_num {
    position: absolute;
    top: -11.1vw;
    left: 0;
    right: 0;
    width: 22.2vw;
    margin: 0 auto;
  }
  .sec03 .item_num img {
    width: 100%;
  }
  .sec03 .item_title {
    margin: 0 0 8.3vw;
  }
  .sec03 .item_title img {
    width: 100%;
  }
  .sec03 .item:nth-of-type(3) .item_title {
    margin: 0 0 8.3vw;
  }
  .sec03 .item_text {
    line-height: 2;
    font-size: 4.4vw;
    text-align: justify;
    text-justify: distribute;
  }
}

/* =====sec03ここまで===== */
/* =====sec04ここから===== */
.sec04 {
  padding: 80px 0 140px;
  background: url(../images/sec03_dotsbg.png) center/cover no-repeat;
  overflow-x: clip;
}
.sec04 .inner {
  width: 902px;
  height: 100%;
  margin: 0 auto;
}
.sec04 .inner:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -140px;
  width: 215px;
  height: 386px;
  background: url(../images/sec04_special.png) center/cover no-repeat;
}
.sec04 .inner:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -140px;
  width: 271px;
  height: 383px;
  background: url(../images/sec04_good.png) center/cover no-repeat;
}
.sec04 .text01 {
  position: absolute;
  left: 0;
  top: -120px;
}
.sec04 .text02 {
  position: absolute;
  right: 0;
  top: -120px;
}
.sec04 .sec_title {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
  font-family: "noto sans jp", sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.sec04 .sec_title .large {
  font-family: "游ゴシック体", "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec04 .sec_title .color {
  font-weight: 600;
  color: #1dbcff;
}
.sec04 .sec_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 879px;
  height: 77px;
  margin: 0 auto;
  background: url(../images/sec04_kira01.png) center/cover no-repeat;
}
.sec04 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec04 .item {
  width: 287px;
  height: 286px;
  box-sizing: border-box;
  background: url(../images/sec04_fukidashi.png) center/cover no-repeat;
  font-size: 24px;
  text-align: center;
}
.sec04 .item .black {
  display: inline-block;
  padding: 10px 0;
  line-height: 1.1;
}
.sec04 .item .color {
  font-size: 27px;
  letter-spacing: 0.1em;
  color: #e98674;
  font-weight: 600;
  line-height: 1.2;
}
.sec04 .item .large {
  font-size: 33px;
  color: #e98674;
  font-weight: 600;
  line-height: 1.2;
}
.sec04 .item:nth-of-type(1) {
  padding: 20px 0 0;
}
.sec04 .item:nth-of-type(2) {
  padding: 50px 0 0;
}
.sec04 .item:nth-of-type(3) {
  padding: 20px 0 0;
}
.sec04 .item:nth-of-type(4) {
  padding: 50px 0 0;
}
.sec04 .item:nth-of-type(5) {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 37.7vw 0 55.5vw;
    background: url(../images/sec03_dotsbg.png) center/cover no-repeat;
    overflow-x: hidden;
  }
  .sec04 .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .sec04 .inner:before {
    content: "";
    position: absolute;
    left: 2.7vw;
    bottom: -55.5vw;
    width: 41.6vw;
    height: 103.4vw;
    background: url(../images/sec04_special.png) bottom left/contain no-repeat;
  }
  .sec04 .inner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -55.5vw;
    width: 55vw;
    height: 69vw;
    background: url(../images/sec04_good.png) bottom right/contain no-repeat;
  }
  .sec04 .text01 {
    position: absolute;
    left: 2.7vw;
    top: -33.3vw;
    width: 41.6vw;
    text-align: center;
  }
  .sec04 .text02 {
    position: absolute;
    right: 2.7vw;
    top: -33.3vw;
    width: 41.6vw;
    text-align: center;
  }
  .sec04 .sec_title {
    position: relative;
    padding: 0;
    margin: 0 0 8.3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 5.1vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
  .sec04 .sec_title .large {
    font-family: "游ゴシック体", "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-size: 6.6vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .sec04 .sec_title .color {
    font-weight: 600;
    color: #1dbcff;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 77px;
    margin: 0 auto;
    background: url(../images/sec04_kira01.png) center/contain no-repeat;
  }
  .sec04 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec04 .item {
    width: 44.4vw;
    height: 44.4vw;
    box-sizing: border-box;
    background: url(../images/sec04_fukidashi.png) center/contain no-repeat;
    font-size: 4vw;
    text-align: center;
  }
  .sec04 .item .black {
    display: inline-block;
    padding: 2vw 0;
    line-height: 1.1;
  }
  .sec04 .item .color {
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #e98674;
    font-weight: 600;
    line-height: 1.2;
  }
  .sec04 .item .large {
    font-size: 4vw;
    color: #e98674;
    font-weight: 600;
    line-height: 1.2;
  }
  .sec04 .item:nth-of-type(1) {
    padding: 2.7vw 0 0;
  }
  .sec04 .item:nth-of-type(2) {
    padding: 5.5vw 0 0;
  }
  .sec04 .item:nth-of-type(3) {
    padding: 2.7vw 0 0;
  }
  .sec04 .item:nth-of-type(4) {
    padding: 8.3vw 0 0;
  }
  .sec04 .item:nth-of-type(5) {
    padding: 2.7vw 0 0;
  }
}

/* =====sec04ここまで===== */
/* =====sec05ここから===== */
.sec05 {
  padding: 180px 0 90px;
  overflow-x: clip;
}
.sec05 .inner .triangle01 {
  position: absolute;
  left: -108px;
  top: -148px;
  width: 362px;
  height: 341px;
  background: url(../images/sec05_triangle01.png) center/cover no-repeat;
}
.sec05 .inner .triangle02 {
  position: absolute;
  right: -148px;
  top: -112px;
  width: 560px;
  height: 234px;
  background: url(../images/sec05_triangle02.png) center/cover no-repeat;
}
.sec05 .sec_title {
  position: relative;
  margin: 0 0 50px;
  font-family: "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec05 .sec_title:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 0;
  right: 0;
  width: 277px;
  height: 111px;
  margin: 0 auto;
  background: url(../images/support.png) center/cover no-repeat;
}
.sec05 .list {
  width: 960px;
  margin: 0 auto;
}
.sec05 .item {
  display: flex;
  justify-content: space-between;
}
.sec05 .item:nth-of-type(1) {
  flex-direction: row-reverse;
  margin: 0 0 47px;
}
.sec05 .item_title {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 32px;
  letter-spacing: 0.08em;
}
.sec05 .item_image {
  min-width: 486px;
  z-index: 2;
}
.sec05 .item_text {
  width: 390px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 41.6vw 5.5vw 22.2vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .sec05 .inner .triangle01 {
    position: absolute;
    z-index: -1;
    left: -22.2vw;
    top: -148px;
    width: 362px;
    height: 341px;
    background: url(../images/sec05_triangle01.png) center/70% no-repeat;
  }
  .sec05 .inner .triangle02 {
    position: absolute;
    z-index: -1;
    right: -148px;
    top: auto;
    bottom: 83.3vw;
    width: 560px;
    height: 234px;
    background: url(../images/sec05_triangle02.png) center/70% no-repeat;
  }
  .sec05 .sec_title {
    position: relative;
    margin: 0 0 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    top: -27.7vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 22.2vw;
    margin: 0 auto;
    background: url(../images/support.png) center/55.5vw no-repeat;
  }
  .sec05 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .sec05 .item:nth-of-type(1) {
    flex-direction: column-reverse;
    margin: 0 0 22.2vw;
  }
  .sec05 .item_title {
    margin: 0 0 2.7vw;
    font-family: "noto serif jp", serif;
    font-size: 6.6vw;
    letter-spacing: 0.08em;
  }
  .sec05 .item_image {
    width: 100%;
    min-width: auto;
    margin: 0 0 2.7vw;
    text-align: center;
  }
  .sec05 .item_text {
    width: 100%;
    line-height: 2;
    font-size: 4.4vw;
  }
}

/* =====sec05ここまで===== */
/* =====sec06ここから===== */
.sec06 {
  padding: 200px 0 90px;
  background: rgba(235, 158, 90, 0.26);
  overflow-x: clip;
}
.sec06 .inner .triangle01 {
  position: absolute;
  left: -91px;
  top: -178px;
  width: 387px;
  height: 239px;
  background: url(../images/sec06_triangle01.png) center/cover no-repeat;
}
.sec06 .inner .triangle02 {
  position: absolute;
  right: -70px;
  top: -163px;
  width: 376px;
  height: 241px;
  background: url(../images/sec06_triangle02.png) center/cover no-repeat;
}
.sec06 .sec_title {
  position: relative;
  margin: 0 0 60px;
  font-family: "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec06 .sec_title:before {
  content: "";
  position: absolute;
  top: -127px;
  left: 0;
  right: 0;
  width: 249px;
  height: 111px;
  margin: 0 auto;
  background: url(../images/stepup.png) center/cover no-repeat;
}
.sec06 .cont {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.sec06 .cont01 {
  padding: 40px 0 40px;
  background: #e5b7a2;
}
.sec06 .cont01:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -124px;
  left: 0;
  right: 0;
  width: 0px;
  height: 62px;
  margin: 0 auto;
  border-top: 32px solid #e5b7a2;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
.sec06 .cont02 {
  padding: 60px 0;
  margin: 0 auto 80px;
  background: #dd9c94;
}
.sec06 .cont03 {
  padding: 30px 0 0;
  background: #cddcda;
}
.sec06 .cont_title {
  position: absolute;
  top: -30px;
  left: 16px;
  width: 241px;
  height: 184px;
  padding: 20px 0 0;
  box-sizing: border-box;
  font-size: 29px;
  text-align: center;
  color: #fff;
}
.sec06 .cont01 .cont_title {
  background: url(../images/sec06_bg01.png) center/cover no-repeat;
}
.sec06 .cont02 .cont_title {
  background: url(../images/sec06_bg02.png) center/cover no-repeat;
}
.sec06 .cont03 .cont_title {
  background: url(../images/sec06_bg03.png) center/cover no-repeat;
}
.sec06 .cont01 .cont_text {
  margin: 0 70px 40px 300px;
  line-height: 2;
}
.sec06 .cont02 .cont_text {
  margin: 0 70px 40px 300px;
  line-height: 2;
}
.sec06 .cont03 .cont_text {
  margin: 0 60px 40px 300px;
  line-height: 2;
}
.sec06 .cont01_list {
  margin: 0 0 20px;
}
.sec06 .cont01_list .item {
  padding: 10px 30px;
  border-bottom: 1px dashed #362911;
  margin: 0 70px 0 300px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.sec06 .cont01 .box {
  width: 752px;
  padding: 30px 30px 30px 140px;
  margin: 0 30px 0 auto;
  border-radius: 26px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.56);
}
.sec06 .cont01 .box_text {
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
}
.sec06 .cont02 .box {
  position: relative;
  width: 702px;
  padding: 20px 170px 20px 100px;
  margin: 0 90px 0 auto;
  border-radius: 26px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
}
.sec06 .cont02 .box:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 5px;
  width: 72px;
  height: 88px;
  background: url(../images/sec06_light01.png) center/cover no-repeat;
}
.sec06 .cont02 .box_text {
  font-size: 20px;
  font-weight: 600;
}
.sec06 .cont01 .message {
  position: absolute;
  left: 46px;
  bottom: 0;
}
.sec06 .cont02 .message {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.sec06 .cont03 .message {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 55.5vw 5.5vw 22.2vw;
    box-sizing: border-box;
    background: rgba(235, 158, 90, 0.26);
    overflow-x: hidden;
  }
  .sec06 .inner .triangle01 {
    position: absolute;
    z-index: -1;
    left: -18.5vw;
    top: -66.4vw;
    width: 387px;
    height: 239px;
    background: url(../images/sec06_triangle01.png) center/70% no-repeat;
  }
  .sec06 .inner .triangle02 {
    position: absolute;
    z-index: -1;
    right: -7.8vw;
    top: -50vw;
    width: 376px;
    height: 241px;
    background: url(../images/sec06_triangle02.png) center right/70% no-repeat;
    opacity: 0.5;
  }
  .sec06 .sec_title {
    position: relative;
    margin: 0 0 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    top: -27.7vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 24.7vw;
    margin: 0 auto;
    background: url(../images/stepup.png) center/55.5vw no-repeat;
  }
  .sec06 .cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec06 .cont01 {
    padding: 25vw 2.7vw 110vw;
    box-sizing: border-box;
    background: #e5b7a2;
  }
  .sec06 .cont01:before {
    display: none;
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -124px;
    left: 0;
    right: 0;
    width: 0px;
    height: 62px;
    margin: 0 auto;
    border-top: 32px solid #e5b7a2;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom: 32px solid transparent;
  }
  .sec06 .cont02 {
    padding: 25vw 2.7vw 90vw;
    margin: 0 auto 22.2vw;
    background: #dd9c94;
  }
  .sec06 .cont03 {
    padding: 25vw 2.7vw 0;
    background: #cddcda;
  }
  .sec06 .cont_title {
    position: absolute;
    top: -5.5vw;
    left: 0;
    width: 41.6vw;
    height: 31.7vw;
    padding: 2.7vw 0 0;
    box-sizing: border-box;
    font-size: 5.1vw;
    text-align: center;
    color: #fff;
  }
  .sec06 .cont01 .cont_title {
    background: url(../images/sec06_bg01.png) center/cover no-repeat;
  }
  .sec06 .cont02 .cont_title {
    background: url(../images/sec06_bg02.png) center/cover no-repeat;
  }
  .sec06 .cont03 .cont_title {
    background: url(../images/sec06_bg03.png) center/cover no-repeat;
  }
  .sec06 .cont01 .cont_text {
    margin: 0 0 8.3vw;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec06 .cont02 .cont_text {
    margin: 0 0 8.3vw;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec06 .cont03 .cont_text {
    margin: 0 0 8.3vw;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec06 .cont01_list {
    margin: 0 0 20px;
  }
  .sec06 .cont01_list .item {
    padding: 5.5vw;
    border-bottom: 1px dashed #362911;
    margin: 0;
    font-size: 4.4vw;
    letter-spacing: 0.05em;
  }
  .sec06 .cont01 .box {
    width: 100%;
    padding: 8.3vw 5.5vw;
    margin: 0;
    border-radius: 26px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.56);
  }
  .sec06 .cont01 .box_text {
    font-family: "noto sans jp", sans-serif;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec06 .cont02 .box {
    position: relative;
    width: 100%;
    padding: 8.3vw 5.5vw;
    margin: 0;
    border-radius: 26px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.56);
    text-align: center;
  }
  .sec06 .cont02 .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 13.8vw;
    height: 16.8vw;
    background: url(../images/sec06_light01.png) left center/80% no-repeat;
  }
  .sec06 .cont02 .box_text {
    font-size: 5.1vw;
    font-weight: 600;
  }
  .sec06 .cont01 .message {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105.5vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec06 .cont01 .message img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec06 .cont02 .message {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 85vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec06 .cont02 .message img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec06 .cont03 .message {
    text-align: center;
    height: 109vw;
  }
  .sec06 .cont03 .message img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* =====sec06ここまで===== */
/* =====sec07ここから===== */
.sec07 {
  padding: 180px 0 70px;
  overflow-x: clip;
}
.sec07 .inner .triangle01 {
  content: "";
  position: absolute;
  left: -114px;
  top: -168px;
  width: 362px;
  height: 341px;
  background: url(../images/sec07_triangle01.png) center/cover no-repeat;
}
.sec07 .inner .triangle02 {
  content: "";
  position: absolute;
  right: -141px;
  top: -163px;
  width: 560px;
  height: 270px;
  background: url(../images/sec07_triangle02.png) center/cover no-repeat;
}
.sec07 .sec_title {
  position: relative;
  margin: 0 0 60px;
  font-family: "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec07 .sec_title:before {
  content: "";
  position: absolute;
  top: -127px;
  left: 0;
  right: 0;
  width: 357px;
  height: 112px;
  margin: 0 auto;
  background: url(../images/staffvoice.png) center/cover no-repeat;
}
.sec07 .flexbox {
  display: flex;
  justify-content: center;
  margin: 0 0 75px;
}
.sec07 .cont01 {
  margin: 0 0 50px;
}
.sec07 .cont_image {
  position: relative;
  width: 350px;
}
.sec07 .image {
  position: absolute;
  z-index: -1;
  left: -60px;
  width: 451px;
}
.sec07 .cont02 .image {
  top: 90px;
}
.sec07 .image_text {
  position: relative;
  padding: 550px 0 0;
  margin: 0 0 10px;
  font-family: "noto sans jp", sans-serif;
  font-size: 19px;
}
.sec07 .image_text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: -15px;
  width: 158px;
  height: 25px;
  background: url(../images/sec07_nami01.png) center/cover no-repeat;
}
.sec07 .cont02 .image_text {
  padding: 667px 0 0;
}
.sec07 .image_name {
  position: relative;
  font-family: "noto serif jp", serif;
  font-size: 27px;
}
.sec07 .image_name .small {
  font-size: 23px;
}
.sec07 .image_name:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 214px;
  height: 22px;
  background: url(../images/matashigeyuka.png) center/cover no-repeat;
}
.sec07 .cont02 .image_name:before {
  width: 208px;
  height: 22px;
  background: url(../images/nozakimamiko.png) center/cover no-repeat;
}
.sec07 .voices {
  width: 580px;
}
.sec07 .voice:nth-of-type(1) {
  margin: 0 0 40px;
}
.sec07 .voice_title {
  position: relative;
  margin: 0 0 25px;
  padding: 15px 0;
  background: #efd5d0;
  font-size: 24px;
  text-align: center;
}
.sec07 .voice_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
  width: 44px;
  height: 44px;
  border-top: 22px solid #efd5d0;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 22px solid transparent;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec07 .cont02 .voice_title {
  background: #e5f3fc;
}
.sec07 .cont02 .voice_title:before {
  border-top: 22px solid #e5f3fc;
}
.sec07 .voice_text {
  padding: 0 30px;
  line-height: 2.2;
}
.sec07 .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 960px;
  padding: 60px 30px 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #efd5d0;
}
.sec07 .box:before {
  content: "";
  position: absolute;
  right: 30px;
  top: -60px;
  width: 380px;
  height: 111px;
  background: url(../images/sec07_message.png) center/cover no-repeat;
}
.sec07 .cont02 .box {
  align-items: center;
  background: #e5f3fc;
}
.sec07 .box_title {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
}
.sec07 .box_text {
  width: 420px;
  font-family: "noto sans jp", sans-serif;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 33.3vw 5.5vw 22.2vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .sec07 .inner .triangle01 {
    content: "";
    position: absolute;
    left: -114px;
    top: 0;
    width: 362px;
    height: 341px;
    background: url(../images/sec07_triangle01.png) center/70% no-repeat;
  }
  .sec07 .inner .triangle02 {
    content: "";
    position: absolute;
    right: -55.5vw;
    top: -45.5vw;
    width: 560px;
    height: 270px;
    background: url(../images/sec07_triangle02.png) center/70% no-repeat;
    opacity: 0.5;
  }
  .sec07 .sec_title {
    position: relative;
    margin: 0 0 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 6.6vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec07 .sec_title:before {
    content: "";
    position: absolute;
    top: -22.2vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 17.4vw;
    margin: 0 auto;
    background: url(../images/staffvoice.png) center/cover no-repeat;
  }
  .sec07 .flexbox {
    display: block;
    justify-content: center;
    margin: 0 0 13.8vw;
  }
  .sec07 .cont01 {
    margin: 0 0 22.2vw;
  }
  .sec07 .cont_image {
    position: relative;
    width: 100%;
    margin: 0 0 13.8vw;
  }
  .sec07 .image {
    position: static;
    z-index: -1;
    left: -60px;
    width: 100%;
    text-align: center;
  }
  .sec07 .cont02 .image {
    top: 90px;
  }
  .sec07 .image_text {
    position: relative;
    padding: 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.4vw;
  }
  .sec07 .image_text:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: -2.7vw;
    width: 34vw;
    height: 5.3vw;
    background: url(../images/sec07_nami01.png) center/34vw no-repeat;
  }
  .sec07 .cont02 .image_text {
    padding: 0;
  }
  .sec07 .image_name {
    position: relative;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
  }
  .sec07 .image_name .small {
    font-size: 5.1vw;
  }
  .sec07 .image_name:before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 47.5vw;
    height: 4.8vw;
    background: url(../images/matashigeyuka.png) center/cover no-repeat;
  }
  .sec07 .cont02 .image_name:before {
    width: 46.2vw;
    height: 4.8vw;
    background: url(../images/nozakimamiko.png) center/cover no-repeat;
  }
  .sec07 .voices {
    width: 100%;
  }
  .sec07 .voice:nth-of-type(1) {
    margin: 0 0 40px;
  }
  .sec07 .voice_title {
    position: relative;
    margin: 0 0 8.3vw;
    padding: 2.7vw;
    background: #efd5d0;
    font-size: 5.1vw;
    text-align: center;
  }
  .sec07 .voice_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    width: 44px;
    height: 44px;
    border-top: 22px solid #efd5d0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-bottom: 22px solid transparent;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec07 .cont02 .voice_title {
    background: #e5f3fc;
  }
  .sec07 .cont02 .voice_title:before {
    border-top: 22px solid #e5f3fc;
  }
  .sec07 .voice_text {
    padding: 0 2.7vw;
    line-height: 2.2;
    font-size: 4.4vw;
  }
  .sec07 .box {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 100%;
    padding: 11.1vw 5.5vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #efd5d0;
  }
  .sec07 .box:before {
    content: "";
    position: absolute;
    right: 5.5vw;
    top: -8.3vw;
    width: 55.5vw;
    height: 16.2vw;
    background: url(../images/sec07_message.png) center/cover no-repeat;
  }
  .sec07 .cont02 .box {
    align-items: center;
    background: #e5f3fc;
  }
  .sec07 .box_title {
    margin: 0 0 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.1vw;
  }
  .sec07 .box_text {
    width: 100%;
    padding: 0 2.7vw;
    margin: 0 0 5.5vw;
    box-sizing: border-box;
    font-family: "noto sans jp", sans-serif;
    line-height: 2.2;
    font-size: 3.8vw;
  }
  .sec07 .box_image {
    text-align: center;
  }
}

/* =====sec07ここまで===== */
/* =====sec08ここから===== */
.sec08 {
  padding: 170px 0 90px;
  background: #d4eae4;
  overflow-x: clip;
}
.sec08 .inner .triangle01 {
  position: absolute;
  left: 0px;
  top: -130px;
  width: 235px;
  height: 231px;
  background: url(../images/sec08_triangle01.png) center/cover no-repeat;
}
.sec08 .inner .triangle02 {
  position: absolute;
  right: 0px;
  top: -130px;
  width: 246px;
  height: 255px;
  background: url(../images/sec08_triangle02.png) center/cover no-repeat;
}
.sec08 .sec_title {
  position: relative;
  margin: 0 0 40px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec08 .sec_title:before {
  content: "";
  position: absolute;
  top: -97px;
  left: 0;
  right: 0;
  width: 401px;
  height: 112px;
  margin: 0 auto;
  background: url(../images/clinictour.png) center/cover no-repeat;
}
.sec08 .leadtext {
  position: relative;
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec08 .leadtext:before {
  content: "";
  position: absolute;
  right: 120px;
  top: -110px;
  width: 198px;
  height: 86px;
  background: url(../images/sec08_welcome.png) center/cover no-repeat;
}
.sec08 .sec_text {
  position: relative;
  margin: 0 0 50px;
  font-family: "noto sans jp", sans-serif;
  line-height: 2.2;
  text-align: center;
}
.sec08 .sec_text .triangle03 {
  position: absolute;
  left: -46px;
  top: -20px;
  width: 166px;
  height: 184px;
  background: url(../images/sec08_triangle03.png) center/cover no-repeat;
}
.sec08 .sec_text .triangle04 {
  position: absolute;
  right: 36px;
  top: -20px;
  width: 167px;
  height: 175px;
  background: url(../images/sec08_triangle04.png) center/cover no-repeat;
}
.sec08 .list_title {
  width: 970px;
  padding: 10px 0;
  margin: 0 auto 10px;
  background: rgba(255, 255, 255, 0.58);
  font-family: "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec08 .step_list {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto 74px;
}
.sec08 .step_item {
  position: relative;
  width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  background: url(../images/sec08_dotsbg.png) center/cover no-repeat;
}
.sec08 .step_item:nth-of-type(1):before,
.sec08 .step_item:nth-of-type(2):before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 30px;
  margin: auto 0;
  background: url(../images/sec08_arrow01.png) center/cover no-repeat;
}
.sec08 .step_image {
  margin: 0 0 30px;
  text-align: center;
}
.sec08 .step_num {
  margin: 0 0 20px;
}
.sec08 .step_text {
  line-height: 2;
}
.sec08 .box {
  width: 845px;
  border: 1px solid #aa7e50;
  padding: 70px 100px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec08 .box_title {
  margin: 0 0 70px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec08 .row {
  display: block;
  padding: 0 0 30px;
}
.sec08 .row:nth-of-type(3) {
  padding: 0 0 60px;
}
.sec08 .t_title {
  position: relative;
  padding: 0 0 0 30px;
  width: 270px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
}
.sec08 .t_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 15px;
  background: url(../images/table_arrow01.png) center/cover no-repeat;
}
.sec08 input {
  height: 23px;
}
.sec08 select {
  width: 55px;
  height: 23px;
}
.sec08 select:nth-of-type(3) {
  width: 75px;
}
.sec08 .row:nth-of-type(1) input {
  width: 167px;
}
.sec08 .row:nth-of-type(2) input {
  width: 318px;
}
.sec08 .row:nth-of-type(3) input {
  width: 42px;
}
.sec08 .row:nth-of-type(4) .space,
.sec08 .row:nth-of-type(5) .space,
.sec08 .row:nth-of-type(6) .space {
  padding: 0 5px;
  vertical-align: middle;
}
.sec08 .row:last-of-type .t_title {
  display: block;
  padding: 0 0 10px;
}
.sec08 .row:last-of-type .t_title:before {
  display: none;
}
.sec08 .row:last-of-type .t_data {
  display: block;
}
.sec08 .row:last-of-type .t_data textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 252px !important;
}
.sec08 .submit_btn {
  text-align: center;
}
.sec08 .submit_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sec08 .submit_btn input {
  width: 130px;
  height: 45px;
  margin: 0 auto;
  background: #35b4a0;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(4, 0, 0, 0.4);
  text-align: center;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
  color: #fff;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 41.6vw 5.5vw 22.2vw;
    box-sizing: border-box;
    background: #d4eae4;
    overflow-x: hidden;
  }
  .sec08 .inner .triangle01 {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -130px;
    width: 235px;
    height: 231px;
    background: url(../images/sec08_triangle01.png) center/70% no-repeat;
  }
  .sec08 .inner .triangle02 {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -130px;
    width: 246px;
    height: 255px;
    background: url(../images/sec08_triangle02.png) center/70% no-repeat;
  }
  .sec08 .sec_title {
    position: relative;
    margin: 0 0 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.1vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec08 .sec_title:before {
    content: "";
    position: absolute;
    top: -22.2vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 15.5vw;
    margin: 0 auto;
    background: url(../images/clinictour.png) center/cover no-repeat;
  }
  .sec08 .leadtext {
    position: relative;
    margin: 0 0 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec08 .leadtext:before {
    content: "";
    position: absolute;
    right: 0;
    top: -23.7vw;
    width: 33.3vw;
    height: 14.4vw;
    background: url(../images/sec08_welcome.png) center/cover no-repeat;
  }
  .sec08 .sec_text {
    position: relative;
    margin: 0 0 8.3vw;
    font-family: "noto sans jp", sans-serif;
    line-height: 2.2;
    text-align: center;
    font-size: 4.4vw;
  }
  .sec08 .sec_text .triangle03 {
    position: absolute;
    left: -46px;
    top: -55.5vw;
    width: 166px;
    height: 184px;
    background: url(../images/sec08_triangle03.png) center/70% no-repeat;
  }
  .sec08 .sec_text .triangle04 {
    position: absolute;
    right: -13.8vw;
    top: -41.5vw;
    width: 167px;
    height: 175px;
    background: url(../images/sec08_triangle04.png) center/70% no-repeat;
  }
  .sec08 .list_title {
    width: 100%;
    padding: 2.7vw 0;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.58);
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec08 .step_list {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec08 .step_item {
    position: relative;
    width: 83.3vw;
    padding: 5.5vw;
    margin: 0 auto 11.1vw;
    box-sizing: border-box;
    background: url(../images/sec08_dotsbg.png) center/cover no-repeat;
  }
  .sec08 .step_item:nth-of-type(1):before,
  .sec08 .step_item:nth-of-type(2):before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -10vw;
    transform: rotate(90deg);
    width: 3.3vw;
    height: 8.3vw;
    margin: 0 auto;
    background: url(../images/sec08_arrow01.png) center/cover no-repeat;
  }
  .sec08 .step_image {
    width: 100%;
    height: 49.4vw;
    margin: 0 0 5.5vw;
    text-align: center;
  }
  .sec08 .step_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec08 .step_num {
    width: 24.1vw;
    margin: 0 0 5.5vw;
  }
  .sec08 .step_num img {
    width: 100%;
  }
  .sec08 .step_text {
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec08 .box {
    width: 100%;
    border: 1px solid #aa7e50;
    padding: 8.3vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec08 .box_title {
    margin: 0 0 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec08 .table {
    width: 100%;
  }
  .sec08 .row {
    display: block;
    padding: 0 0 8.3vw;
  }
  .sec08 .row:nth-of-type(3) {
    padding: 0 0 16.6vw;
  }
  .sec08 .t_title {
    display: block;
    position: relative;
    padding: 0 0 2.7vw 8.3vw;
    width: 100%;
    box-sizing: border-box;
    font-size: 5.1vw;
    text-align: left;
    vertical-align: top;
  }
  .sec08 .t_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4vw;
    width: 3.6vw;
    height: 4.1vw;
    background: url(../images/table_arrow01.png) center/cover no-repeat;
  }
  .sec08 .t_data {
    display: block;
  }
  .sec08 input {
    height: 5.5vw;
  }
  .sec08 select {
    width: 15vw;
    height: 5.5vw;
    font-size: 3vw;
  }
  .sec08 select:nth-of-type(3) {
    width: 18vw;
  }
  .sec08 .row:nth-of-type(1) input {
    width: 100%;
  }
  .sec08 .row:nth-of-type(2) input {
    width: 100%;
  }
  .sec08 .row:nth-of-type(3) input {
    width: 13.8vw;
  }
  .sec08 .row:nth-of-type(4) .space,
  .sec08 .row:nth-of-type(5) .space,
  .sec08 .row:nth-of-type(6) .space {
    padding: 0 2.7vw;
    font-size: 4.4vw;
    vertical-align: middle;
  }
  .sec08 .row:last-of-type .t_title {
    display: block;
    padding: 0 0 2.7vw;
  }
  .sec08 .row:last-of-type .t_title:before {
    display: none;
  }
  .sec08 .row:last-of-type .t_data {
    display: block;
  }
  .sec08 .row:last-of-type .t_data textarea {
    width: 100%;
    height: 55.5vw;
    box-sizing: border-box;
  }
  .sec08 .submit_btn {
    text-align: center;
  }
  .sec08 .submit_btn:hover {
    opacity: 1;
    cursor: pointer;
  }
  .sec08 .submit_btn input {
    width: 33.3vw;
    height: 11.1vw;
    margin: 0 auto;
    background: #35b4a0;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(4, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 4.4vw;
  }
}

/* =====sec08ここまで===== */
/* =====sec09ここから===== */
.sec09 {
  padding: 190px 0 100px;
  overflow-x: clip;
}
.sec09 .inner .triangle01 {
  position: absolute;
  left: -93px;
  top: -190px;
  width: 362px;
  height: 341px;
  background: url(../images/sec09_triangle01.png) center/cover no-repeat;
}
.sec09 .inner .triangle02 {
  position: absolute;
  right: -48px;
  top: -156px;
  width: 446px;
  height: 234px;
  background: url(../images/sec09_triangle02.png) center/cover no-repeat;
}
.sec09 .sec_title {
  position: relative;
  margin: 0 0 100px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec09 .sec_title:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 465px;
  height: 112px;
  margin: 0 auto;
  background: url(../images/requirements.png) center/cover no-repeat;
}
.sec09 .dlist {
  width: 740px;
  margin: 0 auto;
}
.sec09 .row {
  padding: 0 0 20px;
  border-bottom: 1px solid #362911;
  margin: 0 0 30px;
}
.sec09 .row:last-of-type {
  border-bottom: none;
}
.sec09 .term {
  position: relative;
  display: inline-block;
  width: 130px;
  padding: 10px 0;
  margin: 0 50px 0 0;
  background: #bed8db;
  font-family: "noto serif jp", serif;
  font-size: 19px;
  text-align: center;
  vertical-align: top;
}
.sec09 .term:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto 0;
  border-left: 15px solid #bed8db;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sec09 .data {
  display: inline-block;
  padding: 10px 0 0;
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 41.6vw 5.5vw 13.8vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .sec09 .inner .triangle01 {
    position: absolute;
    left: -113px;
    top: -160px;
    width: 362px;
    height: 341px;
    background: url(../images/sec09_triangle01.png) center/70% no-repeat;
  }
  .sec09 .inner .triangle02 {
    position: absolute;
    right: -12.2vw;
    top: -153px;
    width: 230px;
    height: 234px;
    background: url(../images/sec09_triangle02.png) center/90% no-repeat;
  }
  .sec09 .sec_title {
    position: relative;
    margin: 0 0 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec09 .sec_title:before {
    content: "";
    position: absolute;
    top: -27.7vw;
    left: 0;
    right: 0;
    width: 55.5vw;
    height: 13.3vw;
    margin: 0 auto;
    background: url(../images/requirements.png) center/cover no-repeat;
  }
  .sec09 .dlist {
    width: 100%;
    margin: 0 auto;
  }
  .sec09 .row {
    padding: 0 0 5.5vw;
    border-bottom: 1px solid #362911;
    margin: 0 0 8.3vw;
  }
  .sec09 .row:last-of-type {
    border-bottom: none;
  }
  .sec09 .term {
    position: relative;
    display: block;
    width: 25.5vw;
    padding: 2.7vw 0;
    margin: 0;
    background: #bed8db;
    font-family: "noto serif jp", serif;
    font-size: 5.1vw;
    text-align: center;
    vertical-align: top;
  }
  .sec09 .term:before {
    display: none;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto 0;
    border-left: 15px solid #bed8db;
    border-right: 15px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .sec09 .data {
    display: inline-block;
    padding: 2.7vw 2.7vw 0;
    box-sizing: border-box;
    font-family: "noto sans jp", sans-serif;
    line-height: 2;
    font-size: 4.4vw;
  }
}

/* =====sec09ここまで===== */
/* =====footerここから===== */
.footer .footer_head {
  position: relative;
  padding: 20px 0;
  background: #d89191;
}
.footer .footer_head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 0;
  height: 0;
  border-top: 40px solid #d89191;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 40px solid transparent;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .head_text {
  position: relative;
  font-family: "noto sans jp", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.footer .head_text:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 884px;
  height: 151px;
  margin: 0 auto;
  background: url(../images/footer_kira01.png) center/cover no-repeat;
}
.footer .footer_image {
  width: 100%;
  height: 500px;
  margin: 0 0 45px;
  background: url(../images/footer_image01@2x.png) center top/cover no-repeat;
}
.footer .to_top {
  margin: 0 0 50px;
  text-align: center;
}
.footer .footer_bottom {
  display: flex;
  width: 100%;
}
.footer .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.footer .left {
  position: relative;
  width: 40%;
  padding: 30px 0 40px;
  background: #bed8db;
  box-shadow: 6px 0 1px rgba(168, 168, 172, 0.7);
}
.footer .left:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 341px;
  height: 302px;
  margin: 0 auto;
  background: url(../images/footer_triangle01.png) center/cover no-repeat;
}
.footer .left_text {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14em;
}
.footer .left .logo {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 0;
}
.footer .left .name {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.footer .left .name .large {
  font-size: 26px;
  letter-spacing: 0.18em;
}
.footer .left .name .small {
  letter-spacing: 0.14em;
}
.footer .sitename {
  position: relative;
  z-index: 2;
  width: 200px;
  padding: 0 10px;
  margin: 0 auto 12px;
  border-left: 1px solid #362911;
  border-right: 1px solid #362911;
  font-family: "noto sans jp", sans-serif;
  font-size: 14px;
  text-align: center;
}
.footer .telbox {
  position: relative;
  z-index: 2;
  width: 280px;
  margin: 0 auto;
}
.footer .telbox a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background: rgba(243, 243, 243, 0.5);
  font-family: "noto sans jp", sans-serif;
  font-size: 14px;
  text-align: center;
}
.footer .telbox .text {
  margin: 0 5px 0 0;
  border-bottom: 1px solid #362911;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14em;
  vertical-align: super;
}
.footer .telbox .num {
  font-size: 31px;
  letter-spacing: 0.06em;
}
.footer .right {
  width: 60%;
}
.footer .right iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer_head {
    position: relative;
    padding: 2.7vw 5.5vw;
    background: #d89191;
  }
  .footer .footer_head:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    width: 0;
    height: 0;
    border-top: 40px solid #d89191;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 40px solid transparent;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .footer .head_text {
    position: relative;
    font-family: "noto sans jp", sans-serif;
    font-size: 5vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .footer .head_text:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 151px;
    margin: 0 auto;
    background: url(../images/footer_kira01.png) center/contain no-repeat;
  }
  .footer .footer_image {
    width: 100%;
    height: 111.1vw;
    margin: 0 0 11.1vw;
    background: url(../images/footer_image01@2x.png) center top/cover no-repeat;
  }
  .footer .to_top {
    width: 11.9vw;
    margin: 0 auto 11.1vw;
    text-align: center;
  }
  .footer .to_top img {
    width: 100%;
  }
  .footer .footer_bottom {
    display: block;
    width: 100%;
  }
  .footer .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }
  .footer .left {
    position: relative;
    width: 100%;
    padding: 8.3vw 5.5vw;
    box-shadow: 0 5px 1px rgba(168, 168, 172, 0.7);
    box-sizing: border-box;
    background: #bed8db;
  }
  .footer .left:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 341px;
    height: 302px;
    margin: 0 auto;
    background: url(../images/footer_triangle01.png) center/cover no-repeat;
  }
  .footer .left_text {
    position: relative;
    z-index: 2;
    margin: 0 0 5.5vw;
    font-size: 3.8vw;
    text-align: center;
    letter-spacing: 0.14em;
  }
  .footer .left .logo {
    position: relative;
    z-index: 2;
    margin: 0 2.7vw 0 0;
  }
  .footer .left .name {
    position: relative;
    z-index: 2;
    font-size: 3.8vw;
  }
  .footer .left .name .large {
    font-size: 5.1vw;
    letter-spacing: 0.18em;
  }
  .footer .left .name .small {
    letter-spacing: 0.14em;
  }
  .footer .sitename {
    position: relative;
    z-index: 2;
    width: 55.5vw;
    padding: 0 2.7vw;
    margin: 0 auto 2.7vw;
    border-left: 1px solid #362911;
    border-right: 1px solid #362911;
    font-family: "noto sans jp", sans-serif;
    font-size: 3.8vw;
    text-align: center;
  }
  .footer .telbox {
    position: relative;
    z-index: 2;
    width: 83.3vw;
    margin: 0 auto;
  }
  .footer .telbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.1vw 0;
    box-sizing: border-box;
    background: rgba(243, 243, 243, 0.5);
    font-family: "noto sans jp", sans-serif;
    font-size: 3.8vw;
    text-align: center;
  }
  .footer .telbox .text {
    margin: 0 1.4vw 0 0;
    border-bottom: 1px solid #362911;
    font-size: 3.8vw;
    font-weight: 400;
    letter-spacing: 0.14em;
    vertical-align: super;
  }
  .footer .telbox .num {
    font-size: 8.3vw;
    letter-spacing: 0.06em;
  }
  .footer .right {
    width: 100%;
    height: 111.1vw;
  }
  .footer .right iframe {
    width: 100%;
    height: 100%;
  }
}

/* =====footerここまで===== */
/* =====side_bannerここから===== */
.side_banner {
  position: fixed;
  bottom: 140px;
  right: 0;
}
.side_banner .kengaku {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .side_banner {
    display: none;
  }
}

/* =====side_bannerここまで===== */
/* =====sp_fixedここまで===== */
@media screen and (max-width: 768px) {
  .sp_fixed {
    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, 0.5);
  }
  .sp_fixed .tel {
    width: 50%;
  }
  .sp_fixed .tel a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    box-sizing: border-box;
    background: #cddcda;
    line-height: 50px;
  }
  .sp_fixed .tel .text {
    margin: 0 1vw 0 0;
    border-bottom: 1px solid #362911;
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: 0.14em;
    vertical-align: top;
  }
  .sp_fixed .tel .num {
    font-size: 4.8vw;
    letter-spacing: 0.01em;
  }
  .sp_fixed .kengaku {
    width: 25%;
  }
  .sp_fixed .kengaku img {
    width: 5.8vw;
    padding: 0 2vw 0 0;
  }
  .sp_fixed .kengaku a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #e6a2a5;
    font-size: 3.4vw;
    line-height: 1.2;
    color: #fff;
  }
  .sp_fixed .boshu {
    width: 25%;
  }
  .sp_fixed .boshu img {
    width: 5.5vw;
    padding: 0 2vw 0 0;
  }
  .sp_fixed .boshu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #92d3e4;
    font-size: 3.4vw;
    line-height: 50px;
    color: #fff;
  }
}

/* =====sp_fixedここまで===== */
/* =====thanks_secここから===== */
.thanks_sec {
  padding: 200px 0;
}
.thanks_sec .thanks_text {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_sec {
    padding: 27.7vw 5.5vw;
    box-sizing: border-box;
  }
  .thanks_sec .thanks_text {
    font-size: 4.4vw;
    line-height: 2;
    text-align: center;
  }
}

/* =====thanks_secここまで===== *//*# sourceMappingURL=style.css.map */