@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;
  color: #000;
}

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

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  right: 0;
  width: 100%;
  margin-bottom: 100px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 S", "Noto Serif JP", serif;
  color: #000;
  box-sizing: border-box;
  transition: 0.4s;
}

.inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sp {
  display: none;
}

.sec_text, .cont_text, .item_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  text-align: justify;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 22vw;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    padding: 0 5.5vw;
  }
  .sec_text, .cont_text, .item_text {
    font-size: 4vw;
  }
}
/*
.header {
    display: flex;
    justify-content: space-between;

    .page_title {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 12px;
        letter-spacing: .05em;
        line-height: 1.2;
        color: #001050;
    }

    .flexbox {
        display: flex;
        align-items: center;
    }

    .logo {
        margin-right: 20px;
    }

    .h_text {
        padding: 5px;
        border-top: 1px solid #001050;
        border-bottom: 1px solid #001050;
    }

    .right_text {
        padding: 2px 0;
        background: #AB9641;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .3em;
        color: #fff;
        text-align: center;
    }

    .list {
        display: flex;
    }

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

        .logo {
            width: 200px;
            margin-right: 10px;
        }

        .h_text {
            font-size: 12px;
        }
    }

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

        display: block;
        padding: 1.3vw 1.3vw 0;

        .page_title {
            padding: 0;
            margin-bottom: 1.3vw;
            font-size: 3.2vw;
            letter-spacing: .05em;
            line-height: 1.2;
            color: #001050;
        }

        .flexbox {
            display: block;
            align-items: center;
        }

        .logo {
            width: 56.2vw;
            margin-right: 0;
            margin-bottom: 2.7vw;

            img {
                width: 100%;
            }
        }

        .h_text {
            width: 72vw;
            margin: 0 auto;
            font-size: 3.2vw;
            padding: 1.3vw;
            border-top: none;
            border-bottom: none;
            margin: 0 auto;
            font-family: $gothic;
        }

        .right {
            display: none;
        }

        .text {
            position: absolute;
            top: 3vw;
            right: 1.3vw;
            padding: 1.3vw 0;
            border-top: 1px solid #001050;
            border-bottom: 1px solid #001050;
            box-sizing: border-box;
            font-family: $gothic;
            font-size: 3.2vw;
        }
    }
} */
.mainvisual {
  padding: 70px 0;
  background: url(../images02/main_bg.png) center right -50px/contain no-repeat;
}
.mainvisual .lead_text {
  width: 32.3vw;
  margin: 0 auto 30px;
  text-align: center;
}
.mainvisual .lead_text img {
  width: 100%;
}
.mainvisual .title {
  width: 33.2vw;
  margin: 0 auto 10px;
  text-align: center;
}
.mainvisual .title img {
  width: 100%;
}
.mainvisual .bottom_text02 {
  margin-bottom: 30px;
  text-align: center;
}
.mainvisual .list {
  display: flex;
  justify-content: center;
}
.mainvisual .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 169px;
  margin-bottom: 50px;
  background: #E28087;
  box-shadow: 5px 5px 7px rgba(128, 107, 81, 0.75);
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.mainvisual .item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.mainvisual .item:nth-of-type(1), .mainvisual .item:nth-of-type(2) {
  margin-right: 20px;
}
.mainvisual .text01 {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #001050;
  margin-bottom: 30px;
  text-align: center;
}
.mainvisual .bottom_text {
  text-align: center;
}
.mainvisual .bottom_text .large {
  font-size: 49px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #8F8050;
  vertical-align: middle;
}
.mainvisual .bottom_text .small {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #8F8050;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .mainvisual {
    background: url(../images02/main_bg.png) center right 90%/110% no-repeat;
  }
  .mainvisual .lead_text {
    width: 40vw;
  }
  .mainvisual .title {
    width: 40vw;
  }
  .mainvisual .item {
    font-size: 20px;
  }
  .mainvisual .bottom_text .large {
    font-size: 3.9vw;
  }
  .mainvisual .bottom_text .small {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 8vw 0;
    background: url(../images02/main_bg_sp.png) top 90vw right -10.6vw/109.8vw no-repeat;
  }
  .mainvisual .inner {
    padding: 0 2.7vw;
  }
  .mainvisual .lead_text {
    width: 82.9vw;
    margin: 0 auto;
    text-align: center;
  }
  .mainvisual .lead_text img {
    width: 100%;
  }
  .mainvisual .title {
    width: 86.4vw;
    margin: 0 auto;
    text-align: center;
  }
  .mainvisual .title img {
    width: 100%;
  }
  .mainvisual .bottom_text02 {
    width: 80vw;
    margin: 0 auto 61.3vw;
    font-size: 3.4vw;
    text-align: left;
  }
  .mainvisual .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.7vw;
  }
  .mainvisual .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: auto;
    padding: 2.7vw;
    margin-bottom: 5.5vw;
    background: #E28087;
    box-shadow: 5px 5px 7px rgba(128, 107, 81, 0.75);
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 3.4vw;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .mainvisual .item:before {
    content: "";
    position: absolute;
    left: 1.3vw;
    top: 1.3vw;
    width: calc(100% - 2.7vw);
    height: calc(100% - 2.7vw);
    border: 1px solid #fff;
  }
  .mainvisual .item:nth-of-type(1), .mainvisual .item:nth-of-type(2) {
    margin-right: 2.7vw;
  }
  .mainvisual .text01 {
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .mainvisual .bottom_text .large {
    font-size: 6.4vw;
  }
  .mainvisual .bottom_text .small {
    font-size: 6.4vw;
  }
}

/* =====kouenkai===== */
.kouenkai {
  text-align: center;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.kouenkai .img {
  transition: 0.5s;
}
.kouenkai .img:hover {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .kouenkai {
    margin-right: 20px;
    margin-left: 20px;
  }
}
/* =====implantbanner===== */
.implantbanner {
  text-align: center;
  padding: 40px 0px;
  margin-bottom: 0px;
}
.implantbanner .img {
  transition: 0.5s;
}
.implantbanner .img:hover {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .implantbanner {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.banner_area .banner_link {
  width: 780px;
  max-width: 93%;
  height: auto;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  .banner_area .banner_link {
    width: 93vw;
    max-width: 93%;
    height: auto;
    margin: 6vw auto 4.2vw;
  }
}

.add_sec {
  overflow: hidden;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
}
.add_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 139px;
  left: 0;
  background: url(../images02/sec01_block03_bg.webp) center/contain no-repeat;
  width: 810px;
  max-width: 810px;
  height: 841px;
  max-height: 841px;
}
.add_sec .textbox {
  width: 560px;
  height: 283px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.add_sec .message {
  padding-top: 25px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: 1px 1px 5px #ffffff, -1px 1px 5px #ffffff, 1px -1px 5px #ffffff, -1px -1px 5px #ffffff, 1px 0px 5px #ffffff, 0px 1px 5px #ffffff, -1px 0px 5px #ffffff, 0px -1px 5px #ffffff;
}
.add_sec .text_big {
  font-size: 42px;
  font-weight: 600;
}
.add_sec .text_line {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 2px solid #bcb624;
}
.add_sec .line {
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 2px solid #bcb624;
}
@media (max-width: 767px) {
  .add_sec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8vw;
    position: relative;
  }
  .add_sec::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 9.6vw;
    left: 0;
    background: url(../images02/sec01_block03_bg_sp.webp) center/contain no-repeat;
    width: 100vw;
    max-width: 100vw;
    height: 108vw;
  }
  .add_sec .textbox {
    width: 560px;
    height: 36.26vw;
    margin-left: 26vw;
    display: flex;
    align-items: center;
  }
  .add_sec .message {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.872vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
  .add_sec .text_big {
    font-size: 6.02vw;
  }
  .add_sec .text_line {
    font-size: 6.02vw;
    border-bottom: 2px solid #bcb624;
  }
  .add_sec .line {
    border-bottom: 2px solid #bcb624;
  }
}

.sec_example {
  padding: 120px 0;
  background: #F5F2E6;
}
.sec_example .sec_title {
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  color: #001050;
  letter-spacing: 0.2em;
}
.sec_example .sec_title .small {
  font-size: 30px;
  font-weight: 600;
}
.sec_example .sec_title .large {
  font-size: 40px;
  font-weight: 600;
}
.sec_example .h_text {
  margin-bottom: 80px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec_example img.slide-arrow.prev-arrow.slick-arrow {
  z-index: 2;
  position: absolute;
  transform: rotate(180deg);
  left: -20px;
  top: 50%;
}
.sec_example img.slide-arrow.next-arrow.slick-arrow {
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 50%;
}
.sec_example .cont_list.slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.sec_example .slider .cont {
  position: relative;
  border: 1px solid #AFAFAD;
  padding: 20px 10px;
  height: auto;
  margin: 0 20px;
  background: #fff;
  box-sizing: border-box;
}
.sec_example .cont_text {
  height: 90px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.sec_example .cont_text .color {
  color: #036380;
  font-weight: 600;
}
.sec_example .cont_body {
  padding: 0;
  box-sizing: border-box;
}
.sec_example .cont_body .before_box .text {
  font-size: 18px;
  font-weight: 700;
}
.sec_example .cont_body .before_box .text .color {
  font-size: 24px;
  color: #036380;
}
.sec_example .cont_body .after_box .text {
  font-size: 18px;
  font-weight: 700;
}
.sec_example .cont_body .after_box .text .color {
  font-size: 24px;
  color: #80801B;
}
.sec_example .cont_body .image {
  margin: 0 0 20px;
  text-align: center;
}
.sec_example .cont_body .image img {
  display: inline;
}
.sec_example .flexbox {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.sec_example .image01 {
  height: 160px;
}
.sec_example .before_box {
  width: 185px;
}
.sec_example .before_box .image01 {
  position: relative;
}
.sec_example .before_box .image01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  display: inline-block;
  width: 51px;
  height: 21px;
  background: url(../images02/examples/arrow02.png) center center no-repeat;
}
.sec_example .before_box .image02 {
  position: relative;
}
.sec_example .before_box .image02 img {
  width: 80%;
}
.sec_example .before_box .image02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url(../images02/examples/arrow02.png) center center no-repeat;
}
.sec_example .after_box {
  width: 185px;
}
.sec_example .after_box .image02 img {
  width: 80%;
}
.sec_example .dlist {
  width: 100%;
  margin: 0 auto;
}
.sec_example .dbox {
  background: rgba(233, 228, 222, 0.7);
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
}
.sec_example .dbox:last-of-type {
  margin: 0;
}
.sec_example .term {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 14px;
  padding: 0 0 2px;
  border-bottom: 1px solid #000;
  margin: 0 0 5px;
}
.sec_example .data {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 15px;
  padding: 0 0 0 1em;
}
.sec_example .add_cont .cont_text {
  height: auto;
}
.sec_example .add_cont .flexbox {
  display: block;
}
.sec_example .add_cont .before_box {
  position: relative;
  margin: 0 auto;
}
.sec_example .add_cont .before_box:before {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  bottom: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 51px;
  height: 21px;
  margin: 0 auto;
  background: url(../images02/examples/arrow02.png) center center no-repeat;
}
.sec_example .add_cont .before_box .image01 {
  height: auto;
}
.sec_example .add_cont .before_box .image01 img {
  width: 210px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec_example .add_cont .before_box .image01:before {
  display: none;
}
.sec_example .add_cont .after_box {
  margin: 0 auto;
}
.sec_example .add_cont .after_box .image01 {
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_example {
    padding: 13.8vw 5.5vw;
    margin: 0 auto;
  }
  .sec_example .sec_title {
    margin: 0 auto 5.5vw;
  }
  .sec_example .sec_title .small {
    font-size: 4.8vw;
  }
  .sec_example .sec_title .large {
    font-size: 6.4vw;
  }
  .sec_example .h_text {
    margin-bottom: 13.8vw;
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec_example img.slide-arrow.prev-arrow.slick-arrow {
    z-index: 2;
    position: absolute;
    transform: rotate(180deg);
    left: -2.7vw;
    top: 40%;
  }
  .sec_example img.slide-arrow.next-arrow.slick-arrow {
    z-index: 2;
    position: absolute;
    right: -20px;
    top: 40%;
  }
  .sec_example .cont_list.slider {
    position: relative;
    width: 99%;
    margin: 0 auto;
  }
  .sec_example .slider .cont {
    position: relative;
    width: 99%;
    border: 1px solid #AFAFAD;
    padding: 5.5vw 2.7vw;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec_example .cont_text {
    height: auto;
    padding: 0 20px;
    margin-bottom: 20px;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 3.8vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .sec_example .cont_text .color {
    color: #036380;
    font-weight: 600;
  }
  .sec_example .cont_body {
    padding: 0;
    box-sizing: border-box;
  }
  .sec_example .cont_body .before_box .text {
    font-size: 4vw;
    font-weight: 700;
  }
  .sec_example .cont_body .before_box .text .color {
    font-size: 5.5vw;
    color: #036380;
  }
  .sec_example .cont_body .after_box .text {
    font-size: 4vw;
    font-weight: 700;
  }
  .sec_example .cont_body .after_box .text .color {
    font-size: 5.5vw;
    color: #80801B;
  }
  .sec_example .cont_body .image {
    margin: 0 0 2.7vw;
    text-align: center;
  }
  .sec_example .cont_body .image img {
    display: inline;
  }
  .sec_example .flexbox {
    display: flex;
    justify-content: space-between;
    justify-content: center;
  }
  .sec_example .image01 {
    height: auto;
  }
  .sec_example .before_box {
    width: 185px;
  }
  .sec_example .before_box .image01 {
    position: relative;
  }
  .sec_example .before_box .image01:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -25px;
    display: inline-block;
    width: 51px;
    height: 21px;
    background: url(../images02/examples/arrow02.png) center center no-repeat;
  }
  .sec_example .before_box .image02 {
    position: relative;
  }
  .sec_example .before_box .image02 img {
    width: 80%;
  }
  .sec_example .before_box .image02:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -10px;
    display: inline-block;
    width: 15px;
    height: 22px;
    background: url(../images02/examples/arrow02.png) center center no-repeat;
  }
  .sec_example .after_box {
    width: 185px;
  }
  .sec_example .after_box .image02 img {
    width: 80%;
  }
  .sec_example .dlist {
    width: 100%;
    margin: 0 auto;
  }
  .sec_example .dbox {
    margin: 0 0 10px;
    padding: 10px;
    box-sizing: border-box;
  }
  .sec_example .dbox:last-of-type {
    margin: 0;
  }
  .sec_example .term {
    font-size: 15px;
    padding: 0 0 2px;
    border-bottom: 1px solid #000;
    margin: 0 0 5px;
  }
  .sec_example .data {
    font-size: 15px;
    padding: 0 0 0 1em;
  }
}

.sec01 {
  position: relative;
  padding: 80px 0 150px;
}
.sec01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 1919px;
  max-width: 100%;
  height: 806px;
  margin: 0 auto;
  background: url(../images02/sec01_bg.png) center left -100px/cover no-repeat;
}
.sec01 .sec_title {
  position: relative;
  margin-bottom: 80px;
  font-size: 38px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .sec_title span {
  font-weight: 600;
}
.sec01 .sec_title .lower {
  padding-left: 3em;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 150px;
  height: 1px;
  background: #333;
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 150px;
  height: 1px;
  background: #333;
}
.sec01 .list {
  display: flex;
  justify-content: center;
}
.sec01 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  background: url(../images02/circle_bg01.png) center/contain no-repeat;
  text-align: center;
}
.sec01 .item .small {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .item .large {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .item:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .sec01 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .sec01:before {
    background: url(../images02/sec01_bg.png) top -40px left -50px/contain no-repeat;
  }
  .sec01 .sec_title {
    font-size: 3.1vw;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 25px;
    width: 6.5vw;
  }
  .sec01 .sec_title:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 20px;
    width: 6.5vw;
  }
  .sec01 .item .small {
    font-size: 2.3vw;
  }
  .sec01 .item .large {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    position: relative;
    padding: 8vw 0 13.8vw;
  }
  .sec01:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 156vw;
    max-width: auto;
    height: 124.8vw;
    margin: 0 auto;
    background: url(../images02/sec01_bg_sp.png) center/156vw no-repeat;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_title {
    position: relative;
    margin-bottom: 8vw;
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .sec_title .lower {
    padding-left: 0;
  }
  .sec01 .sec_title:before {
    display: none;
  }
  .sec01 .sec_title:after {
    display: none;
  }
  .sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec01 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42.6vw;
    height: 42.6vw;
    background: url(../images02/circle_bg01.png) center/contain no-repeat;
    text-align: center;
  }
  .sec01 .item .small {
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec01 .item .large {
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec01 .item:not(:last-of-type) {
    margin-bottom: 4vw;
    margin-right: 4vw;
  }
  .sec01 .item:nth-child(-n+2) {
    margin-bottom: 4vw;
  }
}

.sec02 {
  padding-bottom: 120px;
}
.sec02 .fukidashi {
  position: relative;
  width: 1194px;
  max-width: 100%;
  padding: 80px 10px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #008091;
}
.sec02 .fukidashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -59px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 30px solid #008091;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.sec02 .fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 264px;
  height: 340px;
  margin: 0 auto;
  background: url(../images02/sec02_dr.png) center/contain no-repeat;
}
.sec02 .lead_text {
  padding-right: 150px;
  text-align: center;
}
.sec02 .lead_text .large {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .lead_text .small {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .sec_header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.sec02 .sec_header .h_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #BB6B6F;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.sec02 .before_after {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sec02 .before_after:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 29px;
  margin: auto;
  background: url(../images02/arrow01.png) center/contain no-repeat;
}
.sec02 .before_image {
  margin-right: 130px;
}
.sec02 .sec_text {
  width: 910px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-weight: 600;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
}
.sec02 .sec_text .color {
  color: #D16129;
  font-weight: 600;
}
.sec02 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .cont_image {
  max-width: 48%;
}
.sec02 .textbox {
  width: 546px;
  max-width: 48%;
}
.sec02 .cont_title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec02 .cont01 {
  margin-bottom: 50px;
}
.sec02 .cont02 {
  flex-direction: row-reverse;
}
.sec02 .num_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #C97343;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec02 .lead_text {
    padding-right: 190px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .fukidashi {
    position: relative;
    width: 1194px;
    max-width: 100%;
    padding: 6vw 0 5.5vw 2.7vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #008091;
  }
  .sec02 .fukidashi:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10.6vw;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 5.5vw solid #008091;
    border-left: 5.5vw solid transparent;
    border-right: 5.5vw solid transparent;
    border-bottom: 5.5vw solid transparent;
  }
  .sec02 .fukidashi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24vw;
    width: 35.2vw;
    height: 45.2vw;
    margin: 0 auto;
    background: url(../images02/sec02_dr.png) center/contain no-repeat;
  }
  .sec02 .lead_text {
    padding-right: 0;
    text-align: left;
  }
  .sec02 .lead_text .large {
    font-size: 6.9vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
  }
  .sec02 .lead_text .small {
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .lead_text .sp_large {
    display: block;
    text-align: center;
    font-size: 6.9vw;
  }
  .sec02 .lead_text .sp_space {
    padding-left: 2.7vw;
  }
  .sec02 .sec_header {
    position: relative;
    text-align: center;
    margin-bottom: 8vw;
  }
  .sec02 .sec_header .h_text {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 6.9vw;
    font-weight: 600;
    color: #BB6B6F;
    margin-bottom: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .sec02 .before_after {
    position: relative;
    display: block;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .sec02 .before_after:before {
    content: "";
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4vw;
    height: 5.8vw;
    margin: auto;
    background: url(../images02/arrow01.png) center/contain no-repeat;
  }
  .sec02 .before_image {
    width: 80%;
    margin: 0 auto 8vw;
  }
  .sec02 .before_image img {
    width: 100%;
  }
  .sec02 .after_image {
    width: 80%;
    margin: 0 auto;
  }
  .sec02 .after_image img {
    width: 100%;
  }
  .sec02 .sec_text {
    width: 910px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    font-weight: 400;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4vw;
  }
  .sec02 .sec_text .color {
    color: #D16129;
    font-weight: 400;
  }
  .sec02 .cont {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont_image {
    max-width: 100%;
    margin: 0 auto 2.7vw;
  }
  .sec02 .cont_image img {
    width: 100%;
  }
  .sec02 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont02 {
    flex-direction: row-reverse;
  }
  .sec02 .num_text {
    display: inline-block;
    padding: 0 2.7vw;
    margin-bottom: 2.7vw;
    background: #C97343;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
  }
}

.sec03 {
  padding-bottom: 150px;
}
.sec03 .sec_title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 235px;
  height: 200px;
  background: url(../images02/illust_implant.png) center/contain no-repeat;
}
.sec03 .list {
  display: flex;
  justify-content: center;
}
.sec03 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 248px;
  background: url(../images02/feature_bg.png) center/cover no-repeat;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  max-width: 32%;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.sec03 .item:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec03 .sec_title img {
    padding-left: 2vw;
    width: 78.1vw;
  }
  .sec03 .sec_title:before {
    top: -5;
    left: -3vw;
    width: 13vw;
  }
  .sec03 .item {
    width: 28.9vw;
    height: 19.2vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 15vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .sec_title {
    position: relative;
    width: 70.6vw;
    height: 18.1vw;
    padding-left: 25vw;
    margin-bottom: 2.7vw;
    text-align: left;
  }
  .sec03 .sec_title img {
    width: 100%;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: -2.7vw;
    top: -2.5vw;
    width: 29.8vw;
    height: 25.3vw;
    background: url(../images02/illust_implant.png) center/contain no-repeat;
  }
  .sec03 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec03 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47vw;
    height: 30.5vw;
    margin: 0;
    background: url(../images02/feature_bg.png) center/cover no-repeat;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    max-width: 47vw;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  .sec03 .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec03 .item:nth-of-type(1) {
    margin-right: 2.7vw;
  }
}

.contact_sec {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  background: #F5F2E6;
}
.contact_sec .sec_text {
  position: relative;
  padding-left: 320px;
  margin-bottom: 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.contact_sec .sec_text .color {
  font-size: 37px;
  font-weight: 600;
  color: #AD4E28;
}
.contact_sec .sec_text:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -100px;
  width: 332px;
  height: 266px;
  background: url(../images02/contact_dh.png) center/contain no-repeat;
}
.contact_sec .list {
  display: flex;
  justify-content: center;
}
.contact_sec .item {
  box-shadow: 5px 5px 7px rgba(128, 107, 81, 0.75);
}
.contact_sec .item_reserve {
  width: 365px;
  margin-right: 40px;
}
.contact_sec .item_reserve a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 10px;
  box-sizing: border-box;
  background: linear-gradient(to right, #E7AA53 0, #E7AA53 25%, #E08F3E 100%);
  color: #fff;
  text-align: center;
}
.contact_sec .item_reserve .text01 {
  position: relative;
  margin-bottom: 130px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.contact_sec .item_reserve .text01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  width: 134px;
  height: 108px;
  margin: 0 auto;
  background: url(../images02/icon_pc.png) center/contain no-repeat;
}
.contact_sec .item_reserve .text02 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
}
.contact_sec .item_tel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 720px;
  padding: 0 10px;
  background: linear-gradient(to right, #19445D 0, #19445D 25%, #306FAD 100%);
}
.contact_sec .item_tel .text01 {
  position: relative;
  padding-left: 1.5em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.contact_sec .item_tel .text01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 25px;
  height: 33px;
  background: url(../images02/icon_phone.png) center/contain no-repeat;
}
.contact_sec .item_tel .tel_list {
  display: flex;
  justify-content: center;
}
.contact_sec .item_tel .tel_item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .contact_sec .item_reserve {
    width: 30%;
  }
  .contact_sec .item_reserve .text01 {
    margin-bottom: 100px;
    font-size: 24px;
  }
  .contact_sec .item_reserve .text01:before {
    bottom: -100px;
    width: 80px;
  }
  .contact_sec .item_reserve .text02 {
    font-size: 20px;
  }
  .contact_sec .item_tel {
    width: 70%;
  }
  .contact_sec .item_tel .text01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact_sec {
    width: 100%;
    padding: 8vw 0;
    box-sizing: border-box;
    background: #F5F2E6;
  }
  .contact_sec .sec_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 8vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
  }
  .contact_sec .sec_text .upper {
    display: block;
    margin-bottom: 24vw;
    padding-left: 27vw;
    font-size: 5.5vw;
  }
  .contact_sec .sec_text .lower {
    display: block;
    text-align: center;
  }
  .contact_sec .sec_text .color {
    font-size: 6.4vw;
    font-weight: 600;
    color: #AD4E28;
  }
  .contact_sec .sec_text:before {
    content: "";
    position: absolute;
    left: -2.7vw;
    top: 9vw;
    width: 57.8vw;
    height: 46.4vw;
    background: url(../images02/contact_dh.png) center/contain no-repeat;
  }
  .contact_sec .list {
    display: block;
  }
  .contact_sec .item {
    box-shadow: 5px 5px 7px rgba(128, 107, 81, 0.75);
  }
  .contact_sec .item_reserve {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .contact_sec .item_reserve a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.5vw 0 2.7vw 25.3vw;
    box-sizing: border-box;
    background: linear-gradient(to right, #E7AA53 0, #E7AA53 25%, #E08F3E 100%);
    color: #fff;
    text-align: left;
  }
  .contact_sec .item_reserve .text01 {
    position: relative;
    margin-bottom: 0;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  .contact_sec .item_reserve .text01:before {
    content: "";
    position: absolute;
    left: -18vw;
    right: auto;
    top: 4.8vw;
    width: 13vw;
    height: 10.6vw;
    margin: 0;
    background: url(../images02/icon_pc.png) center/contain no-repeat;
  }
  .contact_sec .item_reserve .text02 {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .contact_sec .item_tel {
    position: relative;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5.5vw 2.7vw;
    box-sizing: border-box;
    background: linear-gradient(to right, #19445D 0, #19445D 25%, #306FAD 100%);
  }
  .contact_sec .item_tel .text01 {
    position: relative;
    padding-left: 0;
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
  }
  .contact_sec .item_tel .text01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 25px;
    height: 33px;
    background: url(../images02/icon_phone.png) center/contain no-repeat;
  }
  .contact_sec .item_tel .tel_list {
    display: block;
    justify-content: center;
  }
  .contact_sec .item_tel .tel_item {
    width: 100%;
  }
  .contact_sec .item_tel .tel_item img {
    width: 100%;
  }
}

.sec04 {
  padding: 80px 0;
}
.sec04 .fukidashi {
  position: relative;
  width: 1194px;
  max-width: 100%;
  padding: 80px 10px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #006381;
}
.sec04 .fukidashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -59px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 30px solid #006381;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.sec04 .fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 264px;
  height: 340px;
  margin: 0 auto;
  background: url(../images02/sec02_dr.png) center/contain no-repeat;
}
.sec04 .lead_text {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec04 .text01 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  color: #00263A;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.5;
}
.sec04 .text01 span {
  font-weight: 600;
}
.sec04 .text01 .marker {
  padding: 3px 10px;
  background: #EBEDA5;
}
.sec04 .text01 .large {
  font-size: 40px;
}
.sec04 .sec_header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.sec04 .sec_header .h_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.sec04 .sec_header .h_text .color {
  color: #BB6B6F;
  font-size: 30px;
  font-weight: 600;
}
.sec04 .sec_header .h_text .black {
  font-size: 45px;
  font-weight: 600;
}
.sec04 .text02 {
  margin-bottom: 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #752112;
  text-align: center;
}
.sec04 .text02 .large {
  font-size: 42px;
  font-weight: 600;
  color: #752112;
}
.sec04 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .sec_image {
  min-width: 431px;
  margin-right: 30px;
}
.sec04 .sec_text {
  width: 620px;
  line-height: 2;
}
.sec04 .sec_text .small {
  display: block;
  text-align: right;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec04 .lead_text {
    padding-right: 200px;
  }
  .sec04 .sec_image {
    min-width: auto;
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 13.8vw 0;
  }
  .sec04 .inner {
    padding: 0 2.7vw;
  }
  .sec04 .fukidashi {
    position: relative;
    width: 1194px;
    max-width: 100%;
    padding: 6vw 0 5.5vw 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #008091;
  }
  .sec04 .fukidashi:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10.6vw;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 5.5vw solid #008091;
    border-left: 5.5vw solid transparent;
    border-right: 5.5vw solid transparent;
    border-bottom: 5.5vw solid transparent;
  }
  .sec04 .fukidashi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 16vw;
    width: 38vw;
    height: 48.9vw;
    margin: 0 auto;
    background: url(../images02/sec02_dr.png) center/contain no-repeat;
  }
  .sec04 .lead_text {
    padding-right: 0;
    text-align: left;
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec04 .text01 {
    margin-bottom: 5.5vw;
    font-size: 6.4vw;
    line-height: 2;
  }
  .sec04 .text01 .marker {
    padding: 0.5vw 0;
    background: #EBEDA5;
  }
  .sec04 .text01 .large {
    display: block;
    padding-top: 5.5vw;
    font-size: 7.2vw;
    line-height: 1.2;
  }
  .sec04 .sec_header {
    position: relative;
    text-align: center;
    margin-bottom: 5.5vw;
  }
  .sec04 .sec_header .h_text {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .sec04 .sec_header .h_text .color {
    display: inline-block;
    font-size: 5.5vw;
  }
  .sec04 .sec_header .h_text .black {
    font-size: 5.5vw;
  }
  .sec04 .text02 {
    margin-bottom: 5.5vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #752112;
    text-align: center;
    line-height: 1.4;
  }
  .sec04 .text02 .large {
    font-size: 9vw;
    font-weight: 600;
    color: #752112;
  }
  .sec04 .flex {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec04 .sec_image {
    min-width: 100%;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .sec04 .sec_image img {
    width: 80vw;
  }
  .sec04 .sec_text {
    width: 100%;
    line-height: 2;
    padding: 0 2.7vw;
    box-sizing: border-box;
  }
  .sec04 .sec_text .small {
    font-size: 3.4vw;
    display: block;
    text-align: right;
  }
}

.sec05 {
  position: relative;
  padding: 150px 0 50px;
  background: #EBF0F3;
}
.sec05:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 152px;
  height: 137px;
  margin: 0 auto;
  background: url(../images02/sec05_logo.png) center/contain no-repeat;
}
.sec05 .sec_title {
  margin-bottom: 120px;
  text-align: center;
}
.sec05 .sec_title .small {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #001050;
  vertical-align: middle;
}
.sec05 .sec_title .large {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #001050;
  vertical-align: middle;
}
.sec05 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec05 .item {
  position: relative;
  width: 480px;
  max-width: 45%;
  margin-bottom: 80px;
}
.sec05 .item:nth-child(2n-1) {
  margin-right: 80px;
}
.sec05 .item:nth-child(2n-1):before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #03104D;
}
.sec05 .item_image {
  height: 320px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sec05 .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 25px;
  color: #03104D;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .sec05 .item:nth-child(2n-1) {
    margin-right: 30px;
  }
  .sec05 .item:nth-child(2n-1):before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #03104D;
  }
  .sec05 .item_image {
    height: 28.3vw;
  }
  .sec05 .item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    position: relative;
    padding: 20vw 0 5.5vw;
    background: #EBF0F3;
  }
  .sec05:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8vw;
    width: 21.3vw;
    height: 19.1vw;
    margin: 0 auto;
    background: url(../images02/sec05_logo.png) center/contain no-repeat;
  }
  .sec05 .sec_title {
    margin-bottom: 8vw;
    text-align: center;
  }
  .sec05 .sec_title .small {
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #001050;
    vertical-align: middle;
  }
  .sec05 .sec_title .large {
    font-size: 7.4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #001050;
    vertical-align: middle;
  }
  .sec05 .sec_title .space {
    display: inline-block;
    margin-bottom: 2.7vw;
  }
  .sec05 .list {
    display: block;
  }
  .sec05 .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .sec05 .item:nth-child(2n-1) {
    margin-right: 0;
  }
  .sec05 .item:nth-child(2n-1):before {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: -4vw;
    width: 100%;
    height: 1px;
    background: #03104D;
  }
  .sec05 .item:not(:last-of-type) {
    padding-bottom: 8vw;
  }
  .sec05 .item:not(:last-of-type):before {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #03104D;
  }
  .sec05 .item_image {
    order: 2;
    height: auto;
    margin-bottom: 2.7vw;
    overflow: hidden;
  }
  .sec05 .item_image img {
    width: 100%;
  }
  .sec05 .item_title {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.5vw;
    color: #03104D;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
  }
  .sec05 .item_text {
    order: 3;
  }
}

.sec06 {
  padding: 100px 0;
}
.sec06 .sec_header {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}
.sec06 .sec_header:before {
  content: "";
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 128px;
  height: 49px;
  margin: auto 0;
  background: url(../images02/sec06_kazari.png) center/contain no-repeat;
}
.sec06 .sec_header:after {
  content: "";
  position: absolute;
  transform: rotate(-180deg);
  right: 200px;
  top: 0;
  bottom: 0;
  width: 128px;
  height: 49px;
  margin: auto 0;
  background: url(../images02/sec06_kazari.png) center/contain no-repeat;
}
.sec06 .sec_title {
  margin-bottom: 10px;
}
.sec06 .sec_title .small {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04104F;
}
.sec06 .sec_title .large {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #04104F;
}
.sec06 .h_text {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.sec06 .flexbox {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.sec06 .textbox {
  width: 580px;
  margin-right: 40px;
}
.sec06 .lead_text {
  margin-bottom: 10px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #06104C;
}
.sec06 .name {
  margin-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #06104C;
  text-align: right;
}
.sec06 .before_after {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.sec06 .before_after:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 29px;
  margin: auto;
  background: url(../images02/arrow01.png) center/contain no-repeat;
}
.sec06 .before_image {
  margin-right: 130px;
}
.sec06 .dlist {
  width: 1000px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(233, 228, 222, 0.7);
}
.sec06 .row {
  display: flex;
}
.sec06 .row:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.sec06 .term {
  width: 267px;
  margin-right: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.sec06 .desc {
  width: 100%;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.sec06 .row:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec06 .sec_header:before {
    left: 0;
    top: 20px;
  }
  .sec06 .sec_header:after {
    right: 0;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 18vw 0 8vw;
  }
  .sec06 .inner {
    padding: 0 2.7vw;
  }
  .sec06 .sec_header {
    position: relative;
    margin-bottom: 5.5vw;
    text-align: left;
  }
  .sec06 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10.8vw;
    width: 26.9vw;
    height: 10.6vw;
    margin: 0;
    background: url(../images02/sec06_kazari.png) center/contain no-repeat;
  }
  .sec06 .sec_header:after {
    content: "";
    position: absolute;
    transform: rotate(-180deg);
    right: 0;
    top: -1vw;
    width: 26.9vw;
    height: 10.6vw;
    margin: auto 0;
    background: url(../images02/sec06_kazari.png) center/contain no-repeat;
  }
  .sec06 .sec_title {
    margin-bottom: 5.5vw;
  }
  .sec06 .sec_title .small {
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #04104F;
  }
  .sec06 .sec_title .large {
    font-size: 7.2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #04104F;
  }
  .sec06 .h_text {
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec06 .flexbox {
    display: block;
    margin-bottom: 5.5vw;
  }
  .sec06 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec06 .lead_text {
    margin-bottom: 0;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    color: #06104C;
  }
  .sec06 .name {
    margin-bottom: 0;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    color: #06104C;
    text-align: right;
  }
  .sec06 .sec_image {
    width: 100%;
    margin: 0 auto 2.7vw;
  }
  .sec06 .sec_image img {
    width: 100%;
  }
  .sec06 .before_after {
    position: relative;
    display: block;
    justify-content: center;
    margin-bottom: 2.7vw;
  }
  .sec06 .before_after:before {
    content: "";
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5.5vw;
    height: 7.9vw;
    margin: auto;
    background: url(../images02/arrow01.png) center/contain no-repeat;
  }
  .sec06 .before_image {
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec06 .before_image img {
    width: 100%;
  }
  .sec06 .after_image {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec06 .after_image img {
    width: 100%;
  }
  .sec06 .dlist {
    width: 1000px;
    max-width: 100%;
    padding: 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(233, 228, 222, 0.7);
  }
  .sec06 .row {
    display: block;
  }
  .sec06 .row:not(:last-of-type) {
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #000;
  }
  .sec06 .term {
    width: 100%;
    margin-right: 0;
    text-align: left;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
  }
  .sec06 .desc {
    width: 100%;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
  }
  .sec06 .row:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
}

.sec07 .upper {
  position: relative;
  padding: 100px 0;
  background: #6893AF;
}
.sec07 .sec_header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sec07 .textbox {
  width: 640px;
}
.sec07 .sec_title {
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.sec07 .sec_title .large {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.sec07 .sec_title .small {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.sec07 .name {
  text-align: center;
}
.sec07 .name .small {
  padding-right: 30px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  vertical-align: middle;
}
.sec07 .name .large {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  vertical-align: middle;
}
.sec07 .sec_image {
  max-width: 48%;
}
.sec07 .sec_text {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 50px;
  color: #fff;
}
.sec07 .box {
  width: 1080px;
  max-width: 100%;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec07 .list_name {
  padding-bottom: 10px;
  border-bottom: 1px solid #BBB17A;
  margin-bottom: 20px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.sec07 .list_flex {
  display: flex;
}
.sec07 .row {
  display: flex;
}
.sec07 .term {
  width: 120px;
  letter-spacing: 0.1em;
}
.sec07 .desc {
  letter-spacing: 0.1em;
}
.sec07 .dlist01 {
  margin-right: 40px;
}
.sec07 .row:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec07 .textbox {
    max-width: 48%;
  }
  .sec07 .sec_header {
    align-items: center;
  }
  .sec07 .name .small {
    font-size: 2.6vw;
  }
  .sec07 .name .large {
    font-size: 5.2vw;
  }
  .sec07 .sec_title {
    font-size: 40px;
  }
  .sec07 .lower_text .large {
    font-size: 40px;
  }
  .sec07 .lower_text .small {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .upper {
    position: relative;
    padding: 8vw 0 8vw;
    background: #6893AF;
  }
  .sec07 .sec_header {
    display: block;
    margin-bottom: 5.5vw;
  }
  .sec07 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sec07 .sec_title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec07 .sec_title .large {
    font-size: 6.4vw;
    font-weight: 600;
    color: #fff;
  }
  .sec07 .sec_title .small {
    font-size: 4.8vw;
    font-weight: 600;
    color: #fff;
  }
  .sec07 .name {
    position: relative;
    text-align: right;
  }
  .sec07 .name .small {
    padding-right: 5.5vw;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    vertical-align: middle;
  }
  .sec07 .name .large {
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    vertical-align: middle;
  }
  .sec07 .name:before {
    content: "";
    position: absolute;
    left: -13.8vw;
    top: 5.5vw;
    width: 32.2vw;
    height: 1px;
    background: #fff;
  }
  .sec07 .sec_image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .sec07 .sec_image img {
    width: 100%;
  }
  .sec07 .sec_text {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto 8vw;
    color: #fff;
  }
  .sec07 .box {
    width: 1080px;
    max-width: 100%;
    padding: 5.5vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec07 .list_name {
    padding-bottom: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec07 .list_flex {
    display: block;
  }
  .sec07 .row {
    display: block;
  }
  .sec07 .term {
    width: 100%;
    font-size: 4vw;
  }
  .sec07 .desc {
    font-size: 4vw;
  }
  .sec07 .dlist01 {
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec07 .row:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
}

.sec08 {
  padding: 50px 0;
}
.sec08 .sec_title {
  padding: 10px 0;
  margin-bottom: 50px;
  background: #005688;
  font-size: 48px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec08 .neage {
  text-align: center;
  margin-bottom: 50px;
}
.sec08 .neage_text {
  font-size: 18px;
  font-weight: 600;
}
.sec08 .cont01 {
  width: 1090px;
  max-width: 100%;
  padding: 30px;
  border: 4px solid #BF5669;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.sec08 .cont01 .cont_title {
  width: 570px;
  margin: 0 auto;
  border-bottom: 2px dashed #B0AB83;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec08 .cont01 .cost {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  text-align: center;
}
.sec08 .cont01 .cost .small {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.sec08 .cont01 .cost .large {
  font-size: 45px;
}
.sec08 .cont01 .cost .color {
  font-size: 81px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #BF5669;
}
.sec08 .cont01 .cont_text {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec08 .cont02 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 150px;
}
.sec08 .cont02 .cont_title {
  margin-bottom: 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec08 .cont02 .box {
  display: flex;
  box-sizing: border-box;
  background: #F5F2E6;
  margin-bottom: 10px;
}
.sec08 .cont02 .left {
  width: 70%;
  padding: 0 50px;
  border-right: 1px solid #B0AB83;
  box-sizing: border-box;
}
.sec08 .cont02 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.sec08 .cont02 .text01 {
  padding-top: 30px;
  margin-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.sec08 .cont02 .text02 {
  padding-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
}
.sec08 .cont02 .text03 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 27px;
  letter-spacing: 0.1em;
}
.sec08 .cont02 .cont_text {
  padding-left: 20px;
}
.sec08 .cont03 .cont_title {
  position: relative;
  padding: 10px 0;
  margin-bottom: 50px;
  background: #005688;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec08 .cont03 .cont_title:before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 311px;
  height: 233px;
  background: url(../images02/kirinuki_family.png) center/contain no-repeat;
}
.sec08 .cont03 .way {
  width: 1095px;
  max-width: 100%;
  margin: 0 auto;
}
.sec08 .cont03 .way01, .sec08 .cont03 .way02 {
  display: flex;
  border: 1px solid #B0AB83;
}
.sec08 .cont03 .way01 .way_name, .sec08 .cont03 .way02 .way_name {
  position: relative;
  width: 30%;
  min-width: 30%;
  padding-top: 30px;
  padding-bottom: 100px;
  background: #B0AB83;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec08 .cont03 .way01 .cont_text, .sec08 .cont03 .way02 .cont_text {
  padding: 30px 30px 30px 60px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 20px;
}
.sec08 .cont03 .way01 .cont_text .small, .sec08 .cont03 .way02 .cont_text .small {
  font-size: 16px;
}
.sec08 .cont03 .way01 {
  margin-bottom: 40px;
}
.sec08 .cont03 .way01 .way_name:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  width: 87px;
  height: 64px;
  margin: 0 auto;
  background: url(../images02/icon_bunkatsu.png) center/contain no-repeat;
}
.sec08 .cont03 .way02 {
  margin-bottom: 80px;
}
.sec08 .cont03 .way02 .way_name:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  background: url(../images02/icon_loan.png) center/contain no-repeat;
}
.sec08 .cont03 .way03 .way_name {
  margin-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 27px;
  font-weight: 600;
  color: #B45261;
  text-align: center;
}
.sec08 .cont03 .way03 .cont_text {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.sec08 .cont03 .way03 .card_list {
  display: flex;
  justify-content: center;
}
.sec08 .cont03 .way03 .card_item:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .sec08 {
    overflow: hidden;
  }
  .sec08 .cont02 .right {
    padding: 0 20px;
  }
  .sec08 .cont03 .cont_title:before {
    right: -30px;
    width: 200px;
    background-position: bottom right;
  }
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 13.8vw 0;
  }
  .sec08 .inner {
    padding: 0;
  }
  .sec08 .sec_title {
    padding: 2.7vw 0;
    margin-bottom: 5.5vw;
    background: #005688;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec08 .neage {
    text-align: center;
    margin-bottom: 8vw;
  }
  .sec08 .neage_text {
    font-size: 5vw;
  }
  .sec08 .cont01 {
    width: 1090px;
    max-width: calc(100% - 10.6vw);
    padding: 8vw 5.5vw 0;
    border: none;
    margin: 0 auto 8vw;
    box-sizing: border-box;
  }
  .sec08 .cont01 .cont_title {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px dashed #B0AB83;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec08 .cont01 .cost {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    text-align: center;
  }
  .sec08 .cont01 .cost .small {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec08 .cont01 .cost .large {
    font-size: 6.1vw;
  }
  .sec08 .cont01 .cost .color {
    font-size: 11.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #BF5669;
  }
  .sec08 .cont01 .cont_text {
    width: 90%;
    padding-left: 1em;
    margin: 0 auto;
    font-size: 3.4vw;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .sec08 .cont01 .cont_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec08 .cont02 {
    width: 1000px;
    max-width: calc(100% - 10.6vw);
    margin: 0 auto 8vw;
  }
  .sec08 .cont02 .cont_title {
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }
  .sec08 .cont02 .box {
    display: block;
    box-sizing: border-box;
    background: #F5F2E6;
    padding: 8vw 5.5vw;
    margin-bottom: 2.7vw;
  }
  .sec08 .cont02 .left {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .sec08 .cont02 .right {
    display: none;
  }
  .sec08 .cont02 .text01 {
    padding-top: 0;
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec08 .cont02 .text02 {
    padding-bottom: 0;
    margin-bottom: 5.5vw;
    font-size: 4vw;
  }
  .sec08 .cont02 .text04 {
    padding: 0 0 2.7vw;
    border-bottom: 1px solid #B0AB83;
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec08 .cont02 .cont_text {
    position: relative;
    padding-left: 1em;
    font-size: 3.4vw;
  }
  .sec08 .cont02 .cont_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec08 .cont03 .cont_title {
    position: relative;
    padding: 2.7vw 0 2.7vw 8vw;
    margin-bottom: 8vw;
    background: #005688;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
    text-align: left;
  }
  .sec08 .cont03 .cont_title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40vw;
    height: 29.9vw;
    background: url(../images02/kirinuki_family.png) center/contain no-repeat;
  }
  .sec08 .cont03 .way {
    width: 1095px;
    max-width: calc(100% - 10.6vw);
    margin: 0 auto;
  }
  .sec08 .cont03 .way01, .sec08 .cont03 .way02 {
    display: block;
    border: 1px solid #B0AB83;
  }
  .sec08 .cont03 .way01 .way_name, .sec08 .cont03 .way02 .way_name {
    position: relative;
    width: 100%;
    min-width: 30%;
    padding-top: 4vw;
    padding-bottom: 27.7vw;
    background: #B0AB83;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .sec08 .cont03 .way01 .cont_text, .sec08 .cont03 .way02 .cont_text {
    padding: 5.5vw 8vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.4vw;
  }
  .sec08 .cont03 .way01 .cont_text .small, .sec08 .cont03 .way02 .cont_text .small {
    font-size: 4vw;
  }
  .sec08 .cont03 .way01 {
    margin-bottom: 8vw;
  }
  .sec08 .cont03 .way01 .way_name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19vw;
    width: 23.2vw;
    height: 17vw;
    margin: 0 auto;
    background: url(../images02/icon_bunkatsu.png) center/contain no-repeat;
  }
  .sec08 .cont03 .way02 {
    margin-bottom: 8vw;
  }
  .sec08 .cont03 .way02 .way_name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 16vw;
    width: 22.9vw;
    height: 22.9vw;
    margin: 0 auto;
    background: url(../images02/icon_loan.png) center/contain no-repeat;
  }
  .sec08 .cont03 .way03 .way_name {
    margin-bottom: 5.5vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 6.6vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 600;
    color: #B45261;
    text-align: center;
  }
  .sec08 .cont03 .way03 .cont_text {
    width: 90%;
    margin: 0 auto 5.5vw;
    font-size: 4.4vw;
    text-align: left;
  }
  .sec08 .cont03 .way03 .card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sec08 .cont03 .way03 .card_item {
    width: 22%;
    margin: 0 0 2.7vw;
  }
  .sec08 .cont03 .way03 .card_item img {
    width: 100%;
  }
}

.sec09 {
  padding: 100px 0;
  background: #EBF0F3;
}
.sec09 .sec_title {
  margin-bottom: 80px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #53A0AF;
}
.sec09 .cont {
  padding: 50px 20px;
}
.sec09 .cont:not(:last-of-type) .cont_num:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 1px;
  height: 80%;
  margin: 0 auto;
  background: #53A0AF;
}
.sec09 .cont_inner {
  display: flex;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
.sec09 .cont_num {
  position: relative;
  margin-top: -20px;
  width: 160px;
  min-width: 140px;
  margin-right: 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  text-align: center;
}
.sec09 .cont_num .small {
  padding-right: 5px;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #53A0AF;
  vertical-align: middle;
}
.sec09 .cont_num .large {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #53A0AF;
  vertical-align: middle;
}
.sec09 .cont_title {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #fff;
  font-size: 26px;
  font-weight: 600;
}
.sec09 .body {
  display: flex;
}
.sec09 .cont_image {
  margin-right: 40px;
  max-width: 48%;
}
.sec09 .cont_text {
  width: 557px;
  max-width: 40%;
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .sec09 .cont_num {
    width: 90px;
    max-width: 90px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 13.8vw 0;
    background: #EBF0F3;
  }
  .sec09 .sec_title {
    margin-bottom: 0;
    font-size: 8vw;
    font-weight: 500;
    text-align: center;
    color: #53A0AF;
  }
  .sec09 .cont:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec09 .cont:not(:last-of-type) .cont_num:before {
    display: none;
  }
  .sec09 .cont {
    position: relative;
    padding: 0 0 0 5.5vw;
    margin-bottom: 5.5vw;
  }
  .sec09 .cont:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    top: 10.6vw;
    width: 1px;
    height: calc(100% - 5.5vw);
    background: #53A0AF;
  }
  .sec09 .cont_inner {
    display: block;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec09 .cont_num {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    min-width: 100%;
    height: 10.6vw;
    margin-right: 0;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    text-align: left;
  }
  .sec09 .cont_num .small {
    padding-right: 5px;
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    color: #53A0AF;
    vertical-align: middle;
  }
  .sec09 .cont_num .large {
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #53A0AF;
    vertical-align: middle;
  }
  .sec09 .cont_title {
    padding: 2.7vw;
    margin-bottom: 2.7vw;
    background: #fff;
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
  }
  .sec09 .body {
    display: block;
  }
  .sec09 .cont_image {
    margin-right: 5.5vw;
    margin-bottom: 2.7vw;
    max-width: 100%;
  }
  .sec09 .cont_image img {
    width: 100%;
  }
  .sec09 .cont_text {
    width: 100%;
    max-width: 100%;
    padding-right: 5.5vw;
    padding-left: 5.5vw;
    box-sizing: border-box;
  }
}

.footer {
  padding: 80px 0 0;
}
.footer .lead_text {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.footer .lead_text:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -100px;
  width: 250px;
  height: 273px;
  background: url(../images02/kirinuki_dr02.png) center/contain no-repeat;
}
.footer .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
}
.footer .list {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.footer .list:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #EBF0F3;
}
.footer .list:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #F8F8F8;
}
.footer .item {
  display: flex;
  flex-direction: column;
  width: 478px;
  max-width: 48%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.footer .item .item_image {
  margin-bottom: 20px;
}
.footer .item .text01 {
  margin-bottom: 10px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer .item .text02 {
  margin-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.footer .item .tel_reserve {
  margin-bottom: 20px;
}
.footer .item .gmap {
  width: 100%;
  height: 350px;
  margin-top: auto;
}
.footer .item .gmap iframe {
  width: 100%;
  height: 100%;
}
.footer .timetable {
  margin-bottom: 20px;
}
.footer .copy {
  width: 100%;
  height: 60px;
  background: #BBB17A;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .footer {
    overflow: hidden;
  }
  .footer .lead_text {
    padding-left: 20px;
    font-size: 25px;
  }
  .footer .lead_text:before {
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 13.8vw 0 0;
    overflow: hidden;
  }
  .footer .lead_text {
    position: relative;
    width: 1000px;
    max-width: 100%;
    padding-left: 2.7vw;
    margin: 0 auto 2.77vw;
    box-sizing: border-box;
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .footer .lead_text:before {
    content: "";
    position: absolute;
    right: -13.8vw;
    top: -5.5vw;
    width: 44.5vw;
    height: 48.5vw;
    background: url(../images02/kirinuki_dr02.png) center/contain no-repeat;
  }
  .footer .lead_text .gothic {
    display: block;
    margin-top: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 5.6vw;
    line-height: 1.4;
  }
  .footer .item_title {
    margin-bottom: 2.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
  }
  .footer .list {
    position: relative;
    display: block;
    justify-content: center;
    padding-bottom: 30px;
  }
  .footer .list:before {
    display: none;
  }
  .footer .list:after {
    display: none;
  }
  .footer .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 8vw 5.5vw;
    box-sizing: border-box;
  }
  .footer .item .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .footer .item .item_image img {
    width: 100%;
  }
  .footer .item .text01 {
    margin-bottom: 2.7vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .footer .item .text02 {
    margin-bottom: 4.2vw;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .footer .item .tel_reserve {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .footer .item .tel_reserve img {
    width: 100%;
  }
  .footer .item .gmap {
    width: 100%;
    height: 80vw;
    margin-top: auto;
  }
  .footer .item .gmap iframe {
    width: 100%;
    height: 100%;
  }
  .footer .item:nth-of-type(1) {
    background: #ebf0f3;
  }
  .footer .item:nth-of-type(2) {
    padding-top: 13.8vw;
    background: #f8f8f8;
  }
  .footer .timetable {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .footer .timetable img {
    width: 100%;
  }
  .footer .copy {
    width: 100%;
    padding: 4vw 0;
    height: auto;
    background: #BBB17A;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 3.4vw;
  }
}

.bottom_fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  height: 100px;
  box-sizing: border-box;
  background: #005688;
}
.bottom_fixed .fixed_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.bottom_fixed .fixed_inner:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 183px;
  height: 200px;
  background: url(../images02/kirinuki_fixed.png) center/contain no-repeat;
}
.bottom_fixed .left {
  padding-top: 10px;
}
.bottom_fixed .left .text01 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #DF7F43;
}
.bottom_fixed .left .text02 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.bottom_fixed .middle .tel01 {
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.bottom_fixed .middle .tel02 {
  padding-right: 30px;
}
.bottom_fixed .right {
  width: 241px;
  height: 90px;
  background: #fff;
}
.bottom_fixed .right a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-top: 15px;
  box-sizing: border-box;
  background: linear-gradient(to right, rgb(224, 143, 62) 0, rgb(224, 143, 62) 25%, #E08F3E 100%);
  color: #fff;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
}
.bottom_fixed .right a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 49px;
  height: 40px;
  margin: auto 0;
  background: url(../images02/icon_fixed.png) center/contain no-repeat;
}
.bottom_fixed .right a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #fff;
}
.bottom_fixed .right .b_text01 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.bottom_fixed .right .b_text02 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .bottom_fixed .fixed_inner {
    justify-content: center;
  }
  .bottom_fixed .fixed_inner:before {
    left: 0;
    width: 15.6vw;
    background-position: center bottom;
  }
  .bottom_fixed .left {
    padding-left: 15.6vw;
  }
  .bottom_fixed .left .text01 {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #DF7F43;
  }
  .bottom_fixed .left .text02 {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .bottom_fixed .middle {
    width: 26vw;
  }
  .bottom_fixed .right {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_fixed {
    display: none;
  }
}

.fixed_banner {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bottom_fixed_sp {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1.5vw;
    width: 100%;
    height: 32vw;
  }
  .bottom_fixed_sp .fixed_inner {
    width: 100%;
  }
  .bottom_fixed_sp .wrap01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_fixed_sp .wrap01 .tel_link {
    width: 50.1vw;
    height: 16vw;
  }
  .bottom_fixed_sp .wrap01 .tel_link img {
    width: 100%;
  }
  .bottom_fixed_sp .wrap02 {
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_fixed_sp .wrap02 .webreserve_link {
    width: 59.26%;
  }
  .bottom_fixed_sp .wrap02 .webreserve_link img {
    width: 100%;
  }
  .bottom_fixed_sp .wrap02 .link {
    width: 40.74%;
  }
  .bottom_fixed_sp .wrap02 .link img {
    width: 100%;
  }
}

.seminar_banner {
  z-index: 496;
  position: fixed;
  right: 0;
  bottom: 260px;
}

@media screen and (max-width: 767px) {
  .seminar_banner {
    z-index: 496;
    position: fixed;
    right: 0;
    bottom: 30.3vw;
    width: 28vw;
    height: 28vw;
  }
  .seminar_banner img {
    width: 100%;
  }
}/*# sourceMappingURL=style02_202503_campaign.css.map */