@charset "UTF-8";
.mainvisual {
  position: relative;
  height: 87.5vw;
  background: url(/dh/images/dh/key_bg.webp) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    height: 127.5vw;
    background: url(/dh/images/dh/key_bg_sp.webp) center/cover no-repeat;
  }
  .mainvisual::before {
    display: none;
  }
  .mainvisual .logo {
    text-align: center;
    width: 40vw;
    margin: 0 auto 2.7vw;
  }
  .mainvisual .logo img {
    width: 100%;
  }
  .mainvisual .clinic_name {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto 5.5vw;
  }
  .mainvisual .clinic_name img {
    width: 86.1vw;
    height: 21.2vw;
  }
  .mainvisual .text {
    width: 73.3vw;
    max-width: 80%;
    padding-top: 27vw;
    padding-left: initial;
    padding-right: initial;
    margin: 0 auto;
    text-align: center;
  }
  .mainvisual .text img {
    width: 100%;
  }
  .mainvisual .text02 {
    padding-top: 102vw;
    width: 85%;
    margin: 0 auto;
    padding-right: initial;
    text-align: center;
  }
  .mainvisual .text02 img {
    width: 100%;
  }
  .mainvisual .text03 {
    width: 70.4vw;
    position: absolute;
    z-index: 3;
    right: 5.3vw;
    bottom: 11.3vw;
    padding-left: 28vw;
  }
  .mainvisual .text03 img {
    width: 100%;
  }
}

.movie {
  overflow: hidden;
  margin-bottom: 200px;
  position: relative;
}

.movie .box {
  width: clamp(500px, 62.6vw, 800px);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.movie .box iframe {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 150px;
}

.movie .box .comment_text {
  position: relative;
  z-index: 5;
  width: 673px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-align: center;
  color: #00879d;
  text-shadow: #dddddd 1px 0 20px;
}

.movie .image_bg {
  position: absolute;
  z-index: -1;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5568px;
  height: 318px;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 13.8vw;
  }
  .movie .box {
    width: 88.33vw;
    max-width: 100%;
    margin: 0 auto 8vw;
    position: relative;
  }
  .movie .box iframe {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 4.2vw;
  }
  .movie .box .comment_text {
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: left;
    color: #00879d;
  }
  .movie .image_bg {
    display: none;
  }
}

.gridbox {
  display: -ms-grid;
  display: grid;
}

@media screen and (max-width: 767px) {
  .gridbox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sec01 {
  margin-bottom: 200px;
}

.sec01 .inner {
  padding: 0;
}

.sec01 .sec_title {
  width: 98vw;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 70px;
}

.sec01 .point_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.sec01 .point_header .point_icon {
  width: 64px;
  min-width: 64px;
  text-align: center;
  margin-right: 20px;
}

.sec01 .point_header .point_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.3;
  color: #00879d;
}

.sec01 .point_text {
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: justify;
}

.sec01 .point01 {
  width: 1240px;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point01 .column {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  margin-bottom: 120px;
}

.sec01 .point01 .imagebox {
  margin-right: 20px;
  margin-bottom: 20px;
}

.sec01 .point01 .list .item {
  padding-left: 45px;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
  color: #333;
  margin-bottom: 22px;
  position: relative;
}

.sec01 .point01 .list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(/dh/images/dh/icon_check01.webp) center/contain no-repeat;
  width: 36px;
  height: 26px;
}

.sec01 .point01 .follow {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point01 .follow .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #00879d;
  position: relative;
}

.sec01 .point01 .follow .title .t_small {
  font-size: 22px;
}

.sec01 .point01 .follow .title::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/dh/images/dh/follow_title.webp) center/contain no-repeat;
  width: 352px;
  height: 76px;
}

.sec01 .point01 .follow .gridbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec01 .point01 .follow .gridbox .item {
  width: 100%;
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point01 .follow .gridbox .item .item_image {
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec01 .point01 .follow .gridbox .item .item_image .comment_box {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  background-color: rgba(0, 135, 157, 0.83);
  width: 306px;
  height: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec01 .point01 .follow .gridbox .item .item_image .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.4;
  color: #fff;
  position: relative;
}

.sec01 .point01 .follow .gridbox .item .item_text {
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.8;
  text-align: justify;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(1) .item_image .comment_box {
  padding-left: 3em;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(1) .item_image .comment_box .kazari01 {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: -5px;
  width: 90px;
  height: 97px;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(2) .item_image .comment_box {
  padding-right: 1em;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(2) .item_image .comment_box .kazari02 {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  right: 10px;
  width: 43px;
  height: 35px;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(3) .item_image .comment_box {
  width: 346px;
  padding-left: 3.5em;
}

.sec01 .point01 .follow .gridbox .item:nth-of-type(3) .item_image .comment_box .kazari03 {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 25px;
  width: 50px;
  height: 55px;
}

.sec01 .point02 {
  width: 1240px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point02 .column {
  padding: 0 20px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point02 .imagebox {
  margin-right: 20px;
}

.sec01 .point02 .teambox {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point02 .teambox .yobou {
  width: 1076px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fcf3f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point02 .teambox .yobou .yobou_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_head .title {
  padding: 35px 0 0 35px;
  font-size: 28px;
  letter-spacing: .1em;
  color: #d76975;
}

.sec01 .point02 .teambox .yobou .yobou_head .subtitile {
  padding: 0 0 30px 35px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: .1em;
  color: #d76975;
}

.sec01 .point02 .teambox .yobou .yobou_head .comment {
  width: 66%;
  height: 123px;
  border-radius: 0 60px 0 0;
  background-color: rgba(215, 105, 117, 0.7);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_head .comment .text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  letter-spacing: 0em;
  color: #fff;
}

.sec01 .point02 .teambox .yobou .yobou_head .comment::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: -85px;
  background: url(/dh/images/dh/yobou_staff.webp) center/contain no-repeat;
  width: 146px;
  height: 152px;
}

.sec01 .point02 .teambox .yobou .yobou_head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/dh/images/dh/yobou_bg.webp) center/contain no-repeat;
  width: 392px;
  height: 261px;
}

.sec01 .point02 .teambox .yobou .yobou_body {
  padding: 40px 25px;
}

.sec01 .point02 .teambox .yobou .yobou_body .yobou_title {
  font-size: 21px;
  letter-spacing: .01em;
  color: #d76975;
  margin-bottom: 20px;
}

.sec01 .point02 .teambox .yobou .yobou_body .yobou_text {
  margin-bottom: 60px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (241px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 241px);
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item {
  width: 241px;
  height: 157px;
  background-color: #f1e1dd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(1) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari01.webp) center/contain no-repeat;
  width: 50px;
  height: 55px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(2) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari02.webp) center/contain no-repeat;
  width: 118px;
  height: 69px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(3) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari03.webp) center/contain no-repeat;
  width: 68px;
  height: 68px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(4) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -3px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari04.webp) center/contain no-repeat;
  width: 252px;
  height: 102px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(5) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -18px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari05.webp) center/contain no-repeat;
  width: 97px;
  height: 79px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(6) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(6)::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 5px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari06.webp) center/contain no-repeat;
  width: 35px;
  height: 85px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(7) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(7)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -5px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari07.webp) center/contain no-repeat;
  width: 69px;
  height: 48px;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(8) {
  position: relative;
}

.sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(8)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  background: url(/dh/images/dh/sec01_cont02_yobou_kazari08.webp) center/contain no-repeat;
  width: 236px;
  height: 162px;
}

.sec01 .point02 .teambox .jihi {
  width: 1076px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f2f6fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point02 .teambox .jihi .jihi_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_head .title {
  padding: 35px 35px 0 0;
  font-size: 28px;
  letter-spacing: .1em;
  text-align: right;
  color: #5a90bc;
}

.sec01 .point02 .teambox .jihi .jihi_head .subtitile {
  padding: 0 35px 30px 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: .01em;
  text-align: right;
  color: #5a90bc;
}

.sec01 .point02 .teambox .jihi .jihi_head .comment {
  width: 66%;
  height: 123px;
  margin-left: auto;
  border-radius: 60px 0 0 0;
  background-color: rgba(90, 144, 188, 0.79);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_head .comment .text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  letter-spacing: 0em;
  color: #fff;
}

.sec01 .point02 .teambox .jihi .jihi_head .comment::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: -45px;
  background: url(/dh/images/dh/jihi_tooth.webp) center/contain no-repeat;
  width: 146px;
  height: 152px;
}

.sec01 .point02 .teambox .jihi .jihi_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/dh/images/dh/jihi_gb.webp) center/contain no-repeat;
  width: 392px;
  height: 261px;
}

.sec01 .point02 .teambox .jihi .jihi_body {
  padding: 40px 25px;
}

.sec01 .point02 .teambox .jihi .jihi_body .jihi_title {
  font-size: 21px;
  letter-spacing: .1em;
  color: #5a90bc;
  margin-bottom: 20px;
}

.sec01 .point02 .teambox .jihi .jihi_body .jihi_text {
  margin-bottom: 60px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (241px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 241px);
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item {
  width: 241px;
  height: 157px;
  background-color: #c7d5e0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(1) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari01.webp) center/contain no-repeat;
  width: 66px;
  height: 58px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(2) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari02.webp) center/contain no-repeat;
  width: 37px;
  height: 62px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(3) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari03.webp) center/contain no-repeat;
  width: 114px;
  height: 74px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(4) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -10px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari04.webp) center/contain no-repeat;
  width: 57px;
  height: 67px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(5) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari05.webp) center/contain no-repeat;
  width: 66px;
  height: 50px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(6) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(6)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari06.webp) center/contain no-repeat;
  width: 84px;
  height: 30px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(7) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(7)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -5px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari07.webp) center/contain no-repeat;
  width: 60px;
  height: 51px;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(8) {
  position: relative;
}

.sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(8)::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 10px;
  background: url(/dh/images/dh/sec01_cont02_jihi_kazari08.webp) center/contain no-repeat;
  width: 39px;
  height: 58px;
}

.sec01 .point03 {
  margin-bottom: 80px;
}

.sec01 .point03 .column {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
}

.sec01 .point03 .column .textbox {
  margin-right: auto;
}

.sec01 .point03 .imagebox {
  margin-right: 20px;
}

.sec01 .point03 .child01 {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto 40px;
  margin-bottom: 60px;
  position: relative;
}

.sec01 .point03 .child01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(/dh/images/dh/sec01_child01_bg.webp) center/contain no-repeat;
  width: 651px;
  height: 246px;
}

.sec01 .point03 .child01 .title {
  padding-top: 85px;
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #d73975;
  position: relative;
}

.sec01 .point03 .child01 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/dh/images/dh/sec01_child01_title_bg.webp) center/contain no-repeat;
  width: 430px;
  height: 79px;
}

.sec01 .point03 .child01 .title span {
  font-size: 24px;
}

.sec01 .point03 .child01 .list_box {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 40px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec01 .point03 .child01 .list_box .item {
  width: 210px;
  height: 210px;
  background: url(/dh/images/dh/sec01_child01_circle_bg.webp) center/contain no-repeat;
  font-size: 21px;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point03 .child01 .list_box .dot_text {
  background-image: radial-gradient(circle at center, #debd00 35%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.6em;
  padding-top: .5em;
}

.sec01 .point03 .child01 .list_box .red_text {
  font-size: 25px;
  letter-spacing: .05em;
  color: #d73975;
}

.sec01 .point03 .child01 .item:nth-of-type(3) {
  line-height: 2.5;
}

.sec01 .point03 .child01 .text {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.sec01 .point03 .child01 .kazari01 {
  position: absolute;
  top: -55px;
  right: 40px;
  width: 84px;
  height: 94px;
}

.sec01 .point03 .child01 .kazari02 {
  position: absolute;
  top: 290px;
  left: 30px;
  width: 140px;
  height: 139px;
}

.sec01 .point03 .child02 {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto 40px;
  margin-bottom: 80px;
  position: relative;
}

.sec01 .point03 .child02::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/dh/images/dh/sec01_child02_bg.webp) center/contain no-repeat;
  width: 655px;
  height: 246px;
}

.sec01 .point03 .child02 .title {
  width: 726px;
  max-width: 100%;
  margin-left: auto;
  padding-top: 85px;
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #f15a24;
}

.sec01 .point03 .child02 .title span {
  font-size: 24px;
}

.sec01 .point03 .child02 .list_box {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 40px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec01 .point03 .child02 .list_box .item {
  width: 210px;
  height: 210px;
  background: url(/dh/images/dh/sec01_child02_circle_bg.webp) center/contain no-repeat;
  font-size: 21px;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec01 .point03 .child02 .list_box .dot_text {
  background-image: radial-gradient(circle at center, #debd00 35%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.6em;
  padding-top: .5em;
}

.sec01 .point03 .child02 .list_box .red_text {
  font-size: 25px;
  letter-spacing: .05em;
  color: #f15a24;
}

.sec01 .point03 .child02 .item:nth-of-type(3) {
  line-height: 2.5;
}

.sec01 .point03 .child02 .text {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.sec01 .point03 .child02 .kazari01 {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 140px;
  height: 104px;
}

.sec01 .point03 .child02 .kazari02 {
  position: absolute;
  top: 290px;
  left: 30px;
  width: 110px;
  height: 168px;
}

.sec01 .point03 .hyouka_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px;
  background-color: #fffff4;
  border: 1px solid #00879d;
}

.sec01 .point03 .hyouka_box .hyouka_title {
  font-size: 30px;
  letter-spacing: .1em;
  text-align: center;
  color: #00879d;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.sec01 .point03 .hyouka_box .hyouka_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #00879d;
  width: 120px;
  height: 1px;
}

.sec01 .point03 .hyouka_box .hyouka_text {
  font-size: 24px;
  letter-spacing: .1em;
  text-align: center;
  color: #00879d;
  margin-bottom: 20px;
}

.sec01 .point03 .hyouka_box .cont01 {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01 .point03 .hyouka_box .imagebox {
  position: relative;
}

.sec01 .point03 .hyouka_box .imagebox .circle_text01 {
  position: absolute;
  top: 32px;
  left: clamp(179px, 22.34vw, 286px);
  width: 180px;
  height: 176px;
}

.sec01 .point03 .hyouka_box .cont_text {
  letter-spacing: 0;
}

@media screen and (max-width: 1248px) and (min-width: 768px) {
  .sec01 .point01 .follow .gridbox {
    width: 770px;
    max-width: 100%;
    row-gap: 25px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1054px) and (min-width: 768px) {
  .sec01 .point03 .child01 .list_box {
    margin-bottom: 100px;
  }
  .sec01 .point03 .child01 .list_box .kazari02 {
    top: 390px;
  }
  .sec01 .point03 .child02 .list_box {
    margin-bottom: 100px;
  }
  .sec01 .point03 .child02 .list_box .kazari02 {
    top: 363px;
  }
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_title {
    width: 98vw;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec01 .sec_title img {
    width: 100%;
  }
  .sec01 .point_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .point_header .point_icon {
    width: 17.06vw;
    min-width: 17.06vw;
    text-align: center;
    margin-right: 3vw;
  }
  .sec01 .point_header .point_icon img {
    width: 100%;
  }
  .sec01 .point_header .point_title {
    font-size: 5.3vw;
    letter-spacing: 0;
  }
  .sec01 .point_text {
    font-size: 4vw;
    letter-spacing: .05em;
  }
  .sec01 .imagebox img {
    width: 100%;
  }
  .sec01 .point01 {
    width: 100%;
    margin-bottom: 13.8vw;
    padding: 0;
    margin-bottom: 80px;
  }
  .sec01 .point01 .column {
    padding: 0 5.5vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20.7vw;
  }
  .sec01 .point01 .imagebox {
    margin-right: initial;
    margin-bottom: 6.2vw;
  }
  .sec01 .point01 .imagebox img {
    width: 100%;
  }
  .sec01 .point01 .list .item {
    padding-left: 12vw;
    font-size: 4.2vw;
    margin-bottom: 6vw;
    position: relative;
  }
  .sec01 .point01 .list .item::before {
    width: 9.6vw;
    height: 6.9vw;
  }
  .sec01 .point01 .follow .title {
    margin-bottom: 4.2vw;
    font-size: 5vw;
    position: relative;
  }
  .sec01 .point01 .follow .title .t_small {
    font-size: 3.75vw;
  }
  .sec01 .point01 .follow .title::before {
    content: "";
    position: absolute;
    top: -15.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 61.8vw;
    height: 13.33vw;
  }
  .sec01 .point01 .follow .gridbox {
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 13.8vw;
    padding: 0 5.5vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point01 .follow .gridbox .item {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point01 .follow .gridbox .item .item_image {
    margin: 0 auto 9vw;
    position: relative;
  }
  .sec01 .point01 .follow .gridbox .item .item_image img {
    width: 100%;
  }
  .sec01 .point01 .follow .gridbox .item .item_image .comment_box {
    content: "";
    position: absolute;
    bottom: -4.8vw;
    background-color: rgba(0, 135, 137, 0.83);
    width: 76.5vw;
    height: 22.4vw;
  }
  .sec01 .point01 .follow .gridbox .item .item_image .text {
    font-size: 4vw;
    letter-spacing: .01em;
    line-height: 1.4;
    position: relative;
  }
  .sec01 .point01 .follow .gridbox .item .item_text {
    font-size: 4vw;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(1) .item_image .comment_box {
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    right: -5.5vw;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(1) .item_image .comment_box .kazari01 {
    position: absolute;
    z-index: 3;
    top: -3vw;
    left: -2vw;
    width: 24.21vw;
    height: 27.94vw;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(2) .item_image .comment_box {
    left: -5.5vw;
    -webkit-transform: initial;
            transform: initial;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(2) .item_image .comment_box .kazari02 {
    position: absolute;
    z-index: 3;
    bottom: 1vw;
    right: 1.6vw;
    width: 10.44vw;
    height: 8.51vw;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(3) .item_image .comment_box {
    width: 83.77vw;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    right: -5.5vw;
  }
  .sec01 .point01 .follow .gridbox .item:nth-of-type(3) .item_image .comment_box .kazari03 {
    position: absolute;
    z-index: 3;
    top: 4vw;
    left: 1vw;
    width: 12.1vw;
    height: 13.23vw;
  }
  .sec01 .point02 {
    width: 100%;
    padding: initial;
    margin-bottom: 13.8vw;
  }
  .sec01 .point02 .column {
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point02 .imagebox {
    margin-right: initial;
    margin-bottom: 6.2vw;
  }
  .sec01 .point02 .imagebox img {
    width: 100%;
  }
  .sec01 .point02 .teambox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: initial;
  }
  .sec01 .point02 .teambox .yobou {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point02 .teambox .yobou .yobou_head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_head .title {
    padding: 0 0 0 0;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: .1em;
  }
  .sec01 .point02 .teambox .yobou .yobou_head .subtitile {
    padding: 0 0 3vw 0;
    font-size: 4vw;
    letter-spacing: .02em;
    color: #d76975;
  }
  .sec01 .point02 .teambox .yobou .yobou_head .comment {
    width: 82%;
    height: 24.8vw;
    border-radius: 0 12vw 0 0;
    background-color: rgba(215, 105, 117, 0.7);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2vw 0 4.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_head .comment .text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.4vw;
    letter-spacing: 0em;
    color: #fff;
  }
  .sec01 .point02 .teambox .yobou .yobou_head .comment::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: -12.46vw;
    background: url(/dh/images/dh/yobou_staff.webp) center/contain no-repeat;
    width: 23.7vw;
    height: 24.78vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_head::before {
    content: "";
    position: absolute;
    top: 1vw;
    right: initial;
    left: 30vw;
    background: url(/dh/images/dh/yobou_bg_sp.webp) center/contain no-repeat;
    width: 60vw;
    height: 40vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body {
    padding: 12vw 0 0;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .yobou_title {
    font-size: 4.2vw;
    letter-spacing: .01em;
    text-align: center;
    color: #d76975;
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .yobou_text {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox {
    width: 92.8vw;
    margin: 0 auto;
    -webkit-column-gap: 5.3vw;
            column-gap: 5.3vw;
    row-gap: 5.3vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item {
    width: 39.22vw;
    height: 25.90vw;
    background-color: #f1e1dd;
    border-radius: 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.4vw;
    letter-spacing: .01em;
    line-height: 1.6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(1) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.6vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari01.webp) center/contain no-repeat;
    width: 9.68vw;
    height: 8.9vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(2) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -2.6vw;
    left: 1.6vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari02.webp) center/contain no-repeat;
    width: 20.33vw;
    height: 11.91vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(3) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: -1.6vw;
    left: -1.6vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari03.webp) center/contain no-repeat;
    width: 11.38vw;
    height: 11.38vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(4) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(4)::before {
    content: "";
    position: absolute;
    top: 6vw;
    left: -2vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari04.webp) center/contain no-repeat;
    width: 42.66vw;
    height: 16.75vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(5) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(5)::before {
    content: "";
    position: absolute;
    top: 0vw;
    left: -3vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari05.webp) center/contain no-repeat;
    width: 15.47vw;
    height: 13.16vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(6) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(6)::before {
    content: "";
    position: absolute;
    top: 12vw;
    right: 1vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari06.webp) center/contain no-repeat;
    width: 6.31vw;
    height: 15.37vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(7) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(7)::before {
    content: "";
    position: absolute;
    top: -1vw;
    left: -1vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari07.webp) center/contain no-repeat;
    width: 12.1vw;
    height: 8.51vw;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(8) {
    position: relative;
  }
  .sec01 .point02 .teambox .yobou .yobou_body .gridbox .item:nth-of-type(8)::before {
    content: "";
    position: absolute;
    top: 0vw;
    left: 1vw;
    background: url(/dh/images/dh/sec01_cont02_yobou_kazari08.webp) center/contain no-repeat;
    width: 39.09vw;
    height: 26.75vw;
  }
  .sec01 .point02 .teambox .jihi {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12vw 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f2f6fa;
  }
  .sec01 .point02 .teambox .jihi .jihi_head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_head .title {
    position: relative;
    z-index: 3;
    padding: 0;
    font-size: 5.3vw;
    letter-spacing: .1em;
    text-align: right;
    color: #5a90bc;
  }
  .sec01 .point02 .teambox .jihi .jihi_head .subtitile {
    position: relative;
    z-index: 3;
    padding: 0 0 3vw 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: .02em;
    text-align: right;
    color: #5a90bc;
  }
  .sec01 .point02 .teambox .jihi .jihi_head .comment {
    width: 82%;
    height: 24.8vw;
    margin-left: auto;
    border-radius: 12vw 0 0 0;
    background-color: rgba(90, 144, 188, 0.79);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_head .comment .text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.4vw;
    letter-spacing: 0em;
    color: #fff;
  }
  .sec01 .point02 .teambox .jihi .jihi_head .comment::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: -10.46vw;
    background: url(/dh/images/dh/jihi_tooth.webp) center/contain no-repeat;
    width: 26.23vw;
    height: 28.23vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_head::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    background: url(/dh/images/dh/jihi_gb_sp.webp) center/contain no-repeat;
    width: 60vw;
    height: 40vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body {
    padding: 12vw 0 0;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .jihi_title {
    font-size: 4.2vw;
    letter-spacing: .1em;
    text-align: center;
    color: #5a90bc;
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .jihi_text {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox {
    width: 92.8vw;
    -webkit-column-gap: 5.3vw;
            column-gap: 5.3vw;
    row-gap: 5.3vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item {
    width: 39.22vw;
    height: 25.90vw;
    background-color: #c7d5e0;
    border-radius: 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.4vw;
    letter-spacing: .01em;
    line-height: 1.6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(1) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 0vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari01.webp) center/contain no-repeat;
    width: 11.13vw;
    height: 9.78vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(2) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -2.6vw;
    right: 1.6vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari02.webp) center/contain no-repeat;
    width: 6.29vw;
    height: 10.51vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(3) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: -3.6vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari03.webp) center/contain no-repeat;
    width: 17.04vw;
    height: 12.83vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(4) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(4)::before {
    content: "";
    position: absolute;
    bottom: 0vw;
    right: -1.6vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari04.webp) center/contain no-repeat;
    width: 9.68vw;
    height: 11.4vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(5) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(5)::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 1vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari05.webp) center/contain no-repeat;
    width: 11.13vw;
    height: 6.96vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(6) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(6)::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    right: 1vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari06.webp) center/contain no-repeat;
    width: 14.28vw;
    height: 5.01vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(7) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(7)::before {
    content: "";
    position: absolute;
    bottom: -1.6vw;
    right: -1vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari07.webp) center/contain no-repeat;
    width: 10.16vw;
    height: 8.64vw;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(8) {
    position: relative;
  }
  .sec01 .point02 .teambox .jihi .jihi_body .gridbox .item:nth-of-type(8)::before {
    content: "";
    position: absolute;
    top: -1vw;
    right: 1.6vw;
    background: url(/dh/images/dh/sec01_cont02_jihi_kazari08.webp) center/contain no-repeat;
    width: 6.66vw;
    height: 9.75vw;
  }
  .sec01 .point03 {
    overflow: hidden;
    margin-bottom: 13.8vw;
  }
  .sec01 .point03 .column {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    place-content: center;
    place-items: center;
  }
  .sec01 .point03 .column .textbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: initial;
  }
  .sec01 .point03 .column .imagebox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: initial;
    text-align: center;
  }
  .sec01 .point03 .column .imagebox img {
    width: 87.16vw;
  }
  .sec01 .point03 .child01 {
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec01 .point03 .child01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -21vw;
    background: url(/dh/images/dh/sec01_child01_bg_sp.webp) center/contain no-repeat;
    width: 89.06vw;
    height: 33.6vw;
  }
  .sec01 .point03 .child01::before img {
    width: 100%;
  }
  .sec01 .point03 .child01 .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 11.7vw;
    margin-bottom: 10vw;
    font-size: 5.3vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #d73975;
    position: relative;
  }
  .sec01 .point03 .child01 .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/dh/images/dh/sec01_child01_title_bg_sp.webp) center/contain no-repeat;
    width: 65.6vw;
    height: 12vw;
  }
  .sec01 .point03 .child01 .title span {
    font-size: 4vw;
  }
  .sec01 .point03 .child01 .list_box {
    width: 84vw;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec01 .point03 .child01 .list_box .item {
    width: 37.3vw;
    height: 37.3vw;
    background: url(/dh/images/dh/sec01_child01_circle_bg.webp) center/contain no-repeat;
    font-size: 4vw;
    line-height: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point03 .child01 .list_box .dot_text {
    background-image: radial-gradient(circle at center, #debd00 35%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    padding-top: .5em;
  }
  .sec01 .point03 .child01 .list_box .red_text {
    font-size: 4.8vw;
    letter-spacing: .01em;
    color: #d73975;
  }
  .sec01 .point03 .child01 .text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    letter-spacing: .05em;
    line-height: 1.8;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point03 .child01 .kazari01 {
    position: absolute;
    top: -12vw;
    left: 3vw;
    right: initial;
    width: 19.8vw;
    height: 14.77vw;
  }
  .sec01 .point03 .child01 .kazari01 img {
    width: 100%;
  }
  .sec01 .point03 .child01 .kazari02 {
    position: absolute;
    top: 82vw;
    left: initial;
    right: 3vw;
    width: 26.29vw;
    height: 40vw;
  }
  .sec01 .point03 .child01 .kazari02 img {
    width: 100%;
  }
  .sec01 .point03 .child02 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec01 .point03 .child02::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -21vw;
    background: url(/dh/images/dh/sec01_child02_bg_sp.webp) center/contain no-repeat;
    width: 92.26vw;
    height: 34.66vw;
  }
  .sec01 .point03 .child02 .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    padding-top: 11.7vw;
    margin-bottom: 10vw;
    font-size: 5.3vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #f15a24;
  }
  .sec01 .point03 .child02 .title span {
    font-size: 4vw;
  }
  .sec01 .point03 .child02 .list_box {
    width: 84vw;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 0 5.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec01 .point03 .child02 .list_box .item {
    width: 37.3vw;
    height: 37.3vw;
    background: url(/dh/images/dh/sec01_child02_circle_bg.webp) center/contain no-repeat;
    font-size: 4vw;
    line-height: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point03 .child02 .list_box .dot_text {
    background-image: radial-gradient(circle at center, #debd00 35%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    padding-top: .5em;
  }
  .sec01 .point03 .child02 .list_box .red_text {
    font-size: 4.8vw;
    letter-spacing: .01em;
    color: #f15a24;
  }
  .sec01 .point03 .child02 .text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    letter-spacing: .05em;
    line-height: 1.8;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .point03 .child02 .kazari01 {
    position: absolute;
    top: -2vw;
    right: 1vw;
    width: 19.8vw;
    height: 14.77vw;
  }
  .sec01 .point03 .child02 .kazari01 img {
    width: 100%;
  }
  .sec01 .point03 .child02 .kazari02 {
    position: absolute;
    top: 73vw;
    left: 3vw;
    width: 26.29vw;
    height: 40vw;
  }
  .sec01 .point03 .child02 .kazari02 img {
    width: 100%;
  }
  .sec01 .point03 .hyouka_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5.5vw;
    padding: 5.5vw 0;
    background-color: #fffff4;
    border: 1px solid #00879d;
  }
  .sec01 .point03 .hyouka_box .hyouka_title {
    font-size: 5.3vw;
    letter-spacing: .1em;
    text-align: center;
    padding-bottom: 2.4vw;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec01 .point03 .hyouka_box .hyouka_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 1px solid #00879d;
    width: 14.4vw;
    height: 1px;
  }
  .sec01 .point03 .hyouka_box .hyouka_text {
    font-size: 4vw;
    letter-spacing: .01em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec01 .point03 .hyouka_box .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .point03 .hyouka_box .imagebox {
    margin-right: auto;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec01 .point03 .hyouka_box .imagebox img {
    width: 72vw;
    margin-right: auto;
  }
  .sec01 .point03 .hyouka_box .imagebox .circle_text01 {
    position: absolute;
    top: 8.5vw;
    left: 52vw;
    width: 37.3vw;
    height: 37.3vw;
  }
  .sec01 .point03 .hyouka_box .cont_text {
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: .01em;
    line-height: 1.6;
  }
}

.sec02 {
  margin-bottom: 70px;
}

.sec02 .inner {
  position: relative;
}

.sec02 .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130px;
  left: 0;
  background: url(/dh/images/dh/sec02_bg01.webp) left top/contain no-repeat;
  width: 485px;
  height: 490px;
}

.sec02 .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60px;
  right: 0;
  background: url(/dh/images/dh/sec02_bg02.webp) center/contain no-repeat;
  width: 896px;
  height: 1300px;
}

.sec02 .box {
  width: 1065px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec02 .box01 {
  margin-bottom: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .box01 .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(23px, 2.81vw, 36px);
  color: #00879D;
}

.sec02 .box01 .imagebox {
  width: 500px;
  position: relative;
}

.sec02 .box01 .imagebox .name_box {
  position: absolute;
  top: 190px;
  left: -65px;
}

.sec02 .box01 .imagebox .clinic_name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(16px, 2.03vw, 26px);
  margin-bottom: 25px;
}

.sec02 .box01 .imagebox .name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(16px, 2.03vw, 26px);
}

.sec02 .box01 .imagebox .name .t_small {
  font-size: clamp(13px, 1.64vw, 21px);
  letter-spacing: .05em;
}

.sec02 .box01 .imagebox .name .kana {
  font-size: clamp(13px, 1.64vw, 21px);
  letter-spacing: .05em;
}

.sec02 .box02 {
  margin-bottom: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec02 .box02 .teambox {
  margin-right: auto;
}

.sec02 .box02 .cont_title {
  font-size: 30px;
  letter-spacing: .1em;
  color: #00879D;
}

.sec02 .box02 .cont_text {
  width: 760px;
  max-width: 95%;
  font-size: 15px;
}

.sec02 .box03 {
  margin-bottom: 60px;
  padding: 0 20px;
}

.sec02 .box03 .cont_title {
  font-size: 30px;
  letter-spacing: .05em;
  color: #00879D;
}

.sec02 .box03 .cont_text {
  font-size: 15px;
}

.sec02 .box04 .message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  color: #00879D;
  position: relative;
}

.sec02 .box04 .message::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -144px;
  background: url(/dh/images/dh/sec02_sakura.webp) center/contain no-repeat;
  width: 340px;
  height: 302px;
}

@media screen and (max-width: 894px) and (min-width: 768px) {
  .sec02 .box01 .imagebox {
    max-width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    position: relative;
  }
  .sec02 .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -6vw;
    left: 0;
    background: url(/dh/images/dh/sec02_bg01.webp) left top/contain no-repeat;
    width: 50vw;
    height: 50.66vw;
  }
  .sec02 .inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5vw;
    right: 0;
    background: url(/dh/images/dh/sec02_bg02.webp) center/contain no-repeat;
    width: 162.6vw;
    height: 238.4vw;
  }
  .sec02 .box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .box01 {
    margin-bottom: 12vw;
    display: block;
  }
  .sec02 .box01 .sec_title {
    position: relative;
    z-index: 1;
    font-size: 5.3vw;
    letter-spacing: 0;
  }
  .sec02 .box01 .imagebox {
    width: 83.4vw;
    height: 46vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec02 .box01 .imagebox .image {
    position: absolute;
    z-index: 0;
    top: -17.6vw;
    right: -12.7vw;
    width: 83.4vw;
    height: 63.2vw;
  }
  .sec02 .box01 .imagebox .name_box {
    position: absolute;
    top: 20vw;
    left: 0vw;
  }
  .sec02 .box01 .imagebox .clinic_name {
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  .sec02 .box01 .imagebox .name {
    font-size: 4.8vw;
    line-height: 1;
  }
  .sec02 .box01 .imagebox .name .t_small {
    font-size: 2.9vw;
    letter-spacing: .05em;
    line-height: 1.8;
  }
  .sec02 .box01 .imagebox .name .kana {
    font-size: 2.9vw;
    letter-spacing: .05em;
    line-height: 1.3;
  }
  .sec02 .box02 {
    margin-bottom: initial;
    padding-bottom: 12vw;
  }
  .sec02 .box02 .cont_title {
    font-size: 4.8vw;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .sec02 .box02 .cont_text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .box03 {
    margin-bottom: initial;
    padding-bottom: 12vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, rgba(131, 255, 255, 0.13)), color-stop(104%, white));
    background: linear-gradient(180deg, rgba(131, 255, 255, 0.13) 88%, white 104%);
  }
  .sec02 .box03 .imagebox {
    text-align: center;
    margin-bottom: 8vw;
  }
  .sec02 .box03 .imagebox img {
    width: 74.66vw;
  }
  .sec02 .box03 .cont_title {
    font-size: 4.8vw;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .sec02 .box03 .cont_text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .box04 {
    padding: 0 3.75vw;
  }
  .sec02 .box04 .message {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.8;
    text-align: center;
    color: #00879D;
    position: relative;
  }
  .sec02 .box04 .message::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 14vw;
    -webkit-transform: initial;
            transform: initial;
    left: -9.5vw;
    background: url(/dh/images/dh/sec02_sakura.webp) center/contain no-repeat;
    width: 45.33vw;
    height: 45.33vw;
  }
}

.animation01 {
  margin: 0 0 200px;
  position: relative;
  z-index: 0;
}

.animation01 .scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.animation01 .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 75s linear infinite;
          animation: scroll 75s linear infinite;
}

.animation01 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1724px;
  height: 332px;
  margin: 0 0px;
  text-align: center;
  line-height: 332px;
  font-size: 24px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
  .animation01 {
    margin: initial;
    margin-top: -10vw;
    padding-bottom: 38.6vw;
  }
  .animation01 .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 276.8vw;
    height: 54.4vw;
    margin: 0 0px;
    text-align: center;
    line-height: 54.4vw;
    font-size: 24px;
  }
}

.sec03 {
  margin-bottom: 140px;
  background-color: #f2f2dd;
}

.sec03 .sec_title {
  padding-top: 55px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-bottom: 30px;
  position: relative;
}

.sec03 .sec_title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  background: url(/dh/images/dh/text_interview.webp) center/contain no-repeat;
  width: 580px;
  height: 117px;
}

.sec03 .sec_title::after {
  content: "アピタ浅井歯科クリニック";
  position: absolute;
  top: -85px;
  left: 0;
  font-size: 24px;
  letter-spacing: .1em;
}

.sec03 .flexbox {
  width: 1230px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .interview {
  width: 593px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .interview .headbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .interview .headbox .icon {
  width: 60px;
  min-width: 60px;
  height: 90px;
  margin-right: 15px;
}

.sec03 .interview .headbox .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
}

.sec03 .interview .voice {
  min-height: 130px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .interview .voice .voice_text {
  font-size: 16px;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 10px;
}

.sec03 .interview .voice .voice_person {
  font-size: 15px;
  text-align: right;
  color: #534741;
}

.sec03 .interview .voice:not(:last-of-type) {
  margin-bottom: 35px;
}

.sec03 .interview .voice01 {
  border-radius: 30px 0 0 30px;
}

.sec03 .interview .voice02 {
  border-radius: 0 30px 30px 0;
}

.sec03 .interview .voice03 {
  border-radius: 30px 0 0 30px;
}

.sec03 .interview .voice04 {
  border-radius: 0 30px 30px 0;
}

.sec03 .interview01 {
  width: 593px;
  margin-right: 40px;
  margin-bottom: 70px;
}

.sec03 .interview01 .title {
  position: relative;
}

.sec03 .interview01 .title_kazari {
  position: absolute;
  top: -10px;
  right: -80px;
  width: 100px;
  height: 80px;
}

.sec03 .interview01 .voice {
  background-color: #debd00;
  position: relative;
}

.sec03 .interview01 .title_kazari01 {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 58px;
}

.sec03 .interview01 .title_kazari02 {
  position: absolute;
  left: 306px;
  bottom: -10px;
  width: 60px;
  height: 82px;
}

.sec03 .interview01 .title_kazari03 {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100px;
  height: 75px;
}

.sec03 .interview02 {
  width: 593px;
  margin-bottom: 70px;
}

.sec03 .interview02 .title {
  position: relative;
}

.sec03 .interview02 .title_kazari {
  position: absolute;
  top: -50px;
  right: -60px;
  width: 100px;
  height: 76px;
}

.sec03 .interview02 .voice {
  background-color: #adbd00;
  position: relative;
}

.sec03 .interview02 .title_kazari04 {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 91px;
  height: 62px;
}

.sec03 .interview02 .title_kazari05 {
  position: absolute;
  left: 10px;
  bottom: -15px;
  width: 86px;
  height: 67px;
}

.sec03 .interview02 .title_kazari06 {
  position: absolute;
  left: 330px;
  bottom: -10px;
  width: 56px;
  height: 61px;
}

.sec03 .interview03 {
  width: 1275px;
  max-width: 100%;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .interview03 .title {
  position: relative;
}

.sec03 .interview03 .title_kazari {
  position: absolute;
  top: -50px;
  right: -120px;
  width: 100px;
  height: 117px;
}

.sec03 .interview03 .voice_list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec03 .interview03 .voice {
  height: 158px;
  background-color: #77a39d;
  position: relative;
}

.sec03 .interview03 .title_kazari07 {
  position: absolute;
  left: 145px;
  bottom: -13px;
  width: 122px;
  height: 77px;
}

.sec03 .interview03 .title_kazari08 {
  position: absolute;
  left: 345px;
  bottom: 15px;
  width: 108px;
  height: 43px;
}

.sec03 .interview03 .title_kazari09 {
  position: absolute;
  left: 84px;
  bottom: -20px;
  width: 119px;
  height: 78px;
}

.sec03 .interview03 .title_kazari10 {
  position: absolute;
  left: 345px;
  bottom: -25px;
  width: 109px;
  height: 68px;
}

@media screen and (max-width: 1244px) and (min-width: 768px) {
  .sec03 .interview .headbox .title {
    font-size: 25px;
  }
  .sec03 .interview01 .title_kazari {
    position: absolute;
    top: -50px;
    right: -18px;
  }
  .sec03 .interview01 .title_kazari01 {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 58px;
  }
  .sec03 .interview01 .title_kazari02 {
    position: absolute;
    left: 70px;
    bottom: -30px;
    width: 60px;
    height: 82px;
  }
  .sec03 .interview01 .title_kazari03 {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100px;
    height: 75px;
  }
  .sec03 .interview02 .title_kazari {
    position: absolute;
    top: -67px;
    right: -15px;
  }
  .sec03 .interview02 .title_kazari04 {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 91px;
    height: 62px;
  }
  .sec03 .interview02 .title_kazari05 {
    position: absolute;
    left: 10px;
    bottom: -15px;
    width: 86px;
    height: 67px;
  }
  .sec03 .interview02 .title_kazari06 {
    position: absolute;
    left: 80px;
    bottom: -10px;
    width: 56px;
    height: 61px;
  }
  .sec03 .interview03 .voice {
    height: 188px;
    background-color: #77a39d;
    position: relative;
  }
  .sec03 .interview03 .voice .voice_person {
    padding-bottom: 20px;
  }
  .sec03 .interview03 .title_kazari07 {
    position: absolute;
    left: 125px;
    bottom: -13px;
    width: 122px;
    height: 77px;
  }
  .sec03 .interview03 .title_kazari08 {
    position: absolute;
    left: 95px;
    bottom: -5px;
    width: 108px;
    height: 43px;
  }
  .sec03 .interview03 .title_kazari09 {
    position: absolute;
    left: 84px;
    bottom: -20px;
    width: 119px;
    height: 78px;
  }
  .sec03 .interview03 .title_kazari10 {
    position: absolute;
    left: 45px;
    bottom: -35px;
    width: 109px;
    height: 68px;
  }
}

@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 40.8vw;
    background-color: initial;
    position: relative;
  }
  .sec03::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12vw;
    background: #f2f2dd;
    width: 100vw;
    height: 520vw;
  }
  .sec03 .sec_title {
    padding-top: 9.3vw;
    padding-left: 5.5vw;
    font-size: 4.8vw;
    letter-spacing: .1em;
    margin-bottom: 12vw;
    position: relative;
  }
  .sec03 .sec_title::before {
    content: "";
    position: absolute;
    top: -7vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/dh/images/dh/text_interview_sp.webp) center/contain no-repeat;
    width: 91.73vw;
    height: 24vw;
  }
  .sec03 .sec_title::after {
    content: "アピタ浅井歯科クリニック";
    position: absolute;
    top: -13.8vw;
    left: 5.5vw;
    font-size: 4.8vw;
    letter-spacing: .1em;
  }
  .sec03 .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec03 .interview {
    width: 1230px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .interview .headbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-left: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .interview .headbox .icon {
    width: 10.6vw;
    min-width: 10.6vw;
    height: 15.8vw;
    margin-right: 2vw;
  }
  .sec03 .interview .headbox .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.8vw;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.4;
  }
  .sec03 .interview .voice {
    width: 94.5vw;
    height: initial;
    padding: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .interview .voice .voice_text {
    font-size: 3.7vw;
    letter-spacing: .04em;
    margin-bottom: 2.6vw;
  }
  .sec03 .interview .voice .voice_person {
    font-size: 3.4vw;
    text-align: right;
    color: #534741;
  }
  .sec03 .interview .voice:not(:last-of-type) {
    margin-bottom: 5.3vw;
  }
  .sec03 .interview .voice01 {
    border-radius: 30px 0 0 30px;
    margin-left: 5.5vw;
  }
  .sec03 .interview .voice02 {
    border-radius: 0 30px 30px 0;
  }
  .sec03 .interview .voice03 {
    border-radius: 30px 0 0 30px;
    margin-left: 5.5vw;
  }
  .sec03 .interview .voice04 {
    border-radius: 0 30px 30px 0;
  }
  .sec03 .interview01 {
    width: initial;
    max-width: initial;
    margin-right: initial;
    margin-bottom: 20.7vw;
  }
  .sec03 .interview01 .title {
    position: relative;
  }
  .sec03 .interview01 .title_kazari {
    position: absolute;
    top: -3.6vw;
    right: -9vw;
    width: 20.53vw;
    height: 16.46vw;
  }
  .sec03 .interview01 .title_kazari img {
    width: 100%;
  }
  .sec03 .interview01 .voice {
    position: relative;
  }
  .sec03 .interview01 .title_kazari01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.93vw;
    height: 12.91vw;
  }
  .sec03 .interview01 .title_kazari01 img {
    width: 100%;
  }
  .sec03 .interview01 .title_kazari02 {
    position: absolute;
    left: 37.33vw;
    bottom: -2.6vw;
    width: 11.73vw;
    height: 16.02vw;
  }
  .sec03 .interview01 .title_kazari02 img {
    width: 100%;
  }
  .sec03 .interview01 .title_kazari03 {
    position: absolute;
    left: 0;
    bottom: -4.6vw;
    width: 21.47vw;
    height: 16.17vw;
  }
  .sec03 .interview01 .title_kazari03 img {
    width: 100%;
  }
  .sec03 .interview02 {
    width: initial;
    max-width: initial;
    margin-bottom: 20.7vw;
  }
  .sec03 .interview02 .title {
    position: relative;
  }
  .sec03 .interview02 .title_kazari {
    position: absolute;
    top: -17.33vw;
    right: -4.5vw;
    width: 25.5vw;
    height: 17.31vw;
  }
  .sec03 .interview02 .title_kazari img {
    width: 100%;
  }
  .sec03 .interview02 .voice {
    position: relative;
  }
  .sec03 .interview02 .title_kazari04 {
    position: absolute;
    left: 28vw;
    bottom: -3vw;
    width: 23.15vw;
    height: 15.72vw;
  }
  .sec03 .interview02 .title_kazari04 img {
    width: 100%;
  }
  .sec03 .interview02 .title_kazari05 {
    position: absolute;
    left: 26vw;
    bottom: -4vw;
    width: 23.21vw;
    height: 18.02vw;
  }
  .sec03 .interview02 .title_kazari05 img {
    width: 100%;
  }
  .sec03 .interview02 .title_kazari06 {
    position: absolute;
    left: 34vw;
    bottom: -5vw;
    width: 14.93vw;
    height: 16.31vw;
  }
  .sec03 .interview02 .title_kazari06 img {
    width: 100%;
  }
  .sec03 .interview03 {
    width: initial;
    max-width: 100%;
    margin-bottom: 13.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .interview03 .title {
    position: relative;
  }
  .sec03 .interview03 .title_kazari {
    position: absolute;
    top: -13.33vw;
    right: -25vw;
    width: 20.58vw;
    height: 24.05vw;
  }
  .sec03 .interview03 .title_kazari img {
    width: 100%;
  }
  .sec03 .interview03 .voice_list {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .interview03 .voice {
    height: 38vw;
    background-color: #77a39d;
    position: relative;
  }
  .sec03 .interview03 .title_kazari07 {
    position: absolute;
    left: 39.66vw;
    bottom: -6.46vw;
    width: 32.61vw;
    height: 20.53vw;
  }
  .sec03 .interview03 .title_kazari07 img {
    width: 100%;
  }
  .sec03 .interview03 .title_kazari08 {
    position: absolute;
    left: 6vw;
    bottom: -3vw;
    width: 28.47vw;
    height: 11.46vw;
  }
  .sec03 .interview03 .title_kazari08 img {
    width: 100%;
  }
  .sec03 .interview03 .title_kazari09 {
    position: absolute;
    left: 32vw;
    bottom: -4vw;
    width: 28.6vw;
    height: 20.34vw;
  }
  .sec03 .interview03 .title_kazari09 img {
    width: 100%;
  }
  .sec03 .interview03 .title_kazari10 {
    position: absolute;
    left: 40vw;
    bottom: -7vw;
    width: 21.18vw;
    height: 15.17vw;
  }
  .sec03 .interview03 .title_kazari10 img {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
}

.sec04 .sec_title {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
  color: #D73975;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

.sec04 .sec_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -96px;
  left: 48.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/dh/images/dh/sec04_title_image.webp) center/contain no-repeat;
  width: 595px;
  height: 247px;
}

.sec04 .sub_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-indent: -1em;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.8;
  color: #F6978F;
}

.sec04 .flow_list {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 120px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec04 .flow_list .item .item_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec04 .flow_list .item .item_title_box .item_icon {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}

.sec04 .flow_list .item .item_title_box .item_title {
  font-size: 20px;
  color: #D73975;
}

.sec04 .flow_list .item .item_title_box .item_title .kikan {
  font-size: 15px;
  color: #D73975;
}

.sec04 .flow_list .item .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec04 .flow_list .item .item_box .imagebox {
  width: 500px;
  max-width: 47%;
  margin-right: 40px;
}

.sec04 .flow_list .item .item_box .workbox {
  width: 520px;
  max-width: 48%;
}

.sec04 .flow_list .item .item_box .workbox .box .titlebox {
  width: 100%;
  height: 48px;
  background-color: rgba(246, 151, 143, 0.2);
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .flow_list .item .item_box .workbox .box .titlebox .icon {
  width: 95px;
  height: 48px;
  background-color: rgba(246, 151, 143, 0.4);
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .flow_list .item .item_box .workbox .box .titlebox .icon img {
  margin: 0 auto;
}

.sec04 .flow_list .item .item_box .workbox .box .titlebox .title {
  padding-left: 1em;
  font-size: 18px;
  letter-spacing: .01em;
}

.sec04 .flow_list .item .item_box .workbox .box .work_list .list_item {
  padding-left: 2em;
  margin-bottom: 10px;
  position: relative;
}

.sec04 .flow_list .item .item_box .workbox .box .work_list .list_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
  font-size: 18px;
  color: #D73975;
}

.sec04 .flow_list .item .item_box .workbox .box .last_text {
  padding-right: 1.5em;
  text-align: right;
  margin-bottom: 20px;
}

.sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(1) .work_list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(2) .titlebox {
  background-color: rgba(215, 57, 117, 0.2);
}

.sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(2) .titlebox .icon {
  background-color: rgba(215, 57, 117, 0.2);
}

.sec04 .flow_list .item:nth-of-type(2) .item_box .workbox .box .work_list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(1) .titlebox {
  background-color: rgba(215, 57, 117, 0.2);
}

.sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(1) .titlebox .icon {
  background-color: rgba(215, 57, 117, 0.2);
}

.sec04 .flow_list .item:not(:last-of-type) {
  padding-bottom: 40px;
  border-bottom: 1px dashed #d73975;
  margin-bottom: 40px;
}

.sec04 .message {
  padding: 0 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, #fcf3f4));
  background: linear-gradient(180deg, white 0%, #fcf3f4 20%);
}

.sec04 .message .box_title {
  width: 484px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

.sec04 .message .cont_m {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .message .cont_m .imagebox {
  width: 59%;
  position: relative;
}

.sec04 .message .cont_m .imagebox .image {
  width: 422px;
}

.sec04 .message .cont_m .imagebox .letter_box {
  position: absolute;
  top: 10px;
  right: 0;
  width: 340px;
  height: 245px;
}

.sec04 .message .cont_m .imagebox .text {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 24px;
  line-height: 1.6;
  color: #D73975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec04 .message .cont_m .textbox {
  width: 40%;
  margin-left: 20px;
}

.sec04 .message .cont_m .textbox .cont_text {
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.8;
}

@media screen and (max-width: 1069px) and (min-width: 768px) {
  .sec04 .message .cont_m {
    display: block;
  }
  .sec04 .message .cont_m .imagebox {
    width: 645px;
    max-width: 100%;
    margin: 0 auto 30px;
    position: relative;
  }
  .sec04 .message .cont_m .imagebox .image {
    width: 422px;
  }
  .sec04 .message .cont_m .imagebox .letter_box {
    position: absolute;
    top: 10px;
    right: 0;
    width: 340px;
    height: 245px;
  }
  .sec04 .message .cont_m .imagebox .text {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 24px;
    line-height: 1.6;
    color: #D73975;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .message .cont_m .textbox {
    width: 645px;
    max-width: 100%;
    margin-left: initial;
    margin: 0 auto;
  }
  .sec04 .message .cont_m .textbox .cont_text {
    padding-left: 0;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_title {
    font-size: 5.76vw;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.6;
    margin-bottom: 10.6vw;
    position: relative;
    z-index: 2;
  }
  .sec04 .sec_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -22.6vw;
    left: 47%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/dh/images/dh/sec04_title_image_sp.webp) center/contain no-repeat;
    width: 91.67vw;
    height: 43.68vw;
  }
  .sec04 .sub_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
    text-indent: 0em;
    font-size: 3.4vw;
    letter-spacing: .1em;
    line-height: 1.8;
    color: #F6978F;
  }
  .sec04 .flow_list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .flow_list .item .item_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .flow_list .item .item_title_box .item_icon {
    width: 17.33vw;
    min-width: 17.33vw;
    margin-right: 2vw;
  }
  .sec04 .flow_list .item .item_title_box .item_icon img {
    width: 100%;
  }
  .sec04 .flow_list .item .item_title_box .item_title {
    font-size: 4.2vw;
  }
  .sec04 .flow_list .item .item_title_box .item_title .kikan {
    font-size: 3.7vw;
  }
  .sec04 .flow_list .item .item_box {
    display: block;
  }
  .sec04 .flow_list .item .item_box .imagebox {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: initial;
    margin-bottom: 4.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .flow_list .item .item_box .imagebox img {
    width: 86.4vw;
    height: 57.6vw;
  }
  .sec04 .flow_list .item .item_box .workbox {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .flow_list .item .item_box .workbox .box .titlebox {
    width: 100%;
    height: 12.8vw;
    margin-bottom: 2.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .flow_list .item .item_box .workbox .box .titlebox .icon {
    width: 23.75vw;
    height: 12vw;
    background-color: rgba(246, 151, 143, 0.4);
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .flow_list .item .item_box .workbox .box .titlebox .icon img {
    margin: 0 auto;
  }
  .sec04 .flow_list .item .item_box .workbox .box .titlebox .title {
    padding-left: 1em;
    font-size: 3.8vw;
    letter-spacing: 0;
  }
  .sec04 .flow_list .item .item_box .workbox .box .work_list .list_item {
    font-size: 3.8vw;
    padding-left: 1.2em;
    margin-bottom: 2.6vw;
    position: relative;
  }
  .sec04 .flow_list .item .item_box .workbox .box .work_list .list_item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4vw;
  }
  .sec04 .flow_list .item .item_box .workbox .box .last_text {
    padding-right: 1.5em;
    font-size: 3.8vw;
    text-align: right;
    margin-bottom: 4vw;
  }
  .sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(1) .titlebox .icon img {
    width: 11vw;
  }
  .sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(1) .work_list {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1vw;
            column-gap: 1vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(2) .titlebox {
    background-color: rgba(215, 57, 117, 0.2);
  }
  .sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(2) .titlebox .icon {
    background-color: rgba(215, 57, 117, 0.2);
  }
  .sec04 .flow_list .item:nth-of-type(1) .item_box .workbox .box:nth-of-type(2) .titlebox .icon img {
    width: 7.25vw;
  }
  .sec04 .flow_list .item:nth-of-type(2) .item_box .workbox .box .titlebox .icon img {
    width: 5.5vw;
  }
  .sec04 .flow_list .item:nth-of-type(2) .item_box .workbox .box .work_list {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec04 .flow_list .item:nth-of-type(3) .item_box .workbox .box .titlebox .icon img {
    width: 13.5vw;
  }
  .sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(1) .titlebox {
    background-color: rgba(215, 57, 117, 0.2);
  }
  .sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(1) .titlebox .icon {
    background-color: rgba(215, 57, 117, 0.2);
  }
  .sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(1) .titlebox .icon img {
    width: 5.25vw;
  }
  .sec04 .flow_list .item:nth-of-type(4) .item_box .workbox .box:nth-of-type(2) .titlebox .icon img {
    width: 13.5vw;
  }
  .sec04 .flow_list .item:not(:last-of-type) {
    padding-bottom: 4.2vw;
    border-bottom: 1px dashed #d73975;
    margin-bottom: 4.2vw;
  }
  .sec04 .message {
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, #fcf3f4));
    background: linear-gradient(180deg, white 0%, #fcf3f4 20%);
  }
  .sec04 .message .box_title {
    width: 66.71vw;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 10vw;
  }
  .sec04 .message .box_title img {
    width: 100%;
  }
  .sec04 .message .cont_m {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .message .cont_m .imagebox {
    width: 100%;
    height: 48.6vw;
    padding: 0 5.5vw;
    position: relative;
  }
  .sec04 .message .cont_m .imagebox .image {
    position: absolute;
    top: 0;
    left: -9.23vw;
    width: 65.52vw;
    height: 43.68vw;
  }
  .sec04 .message .cont_m .imagebox .letter_box {
    position: absolute;
    top: -4.5vw;
    right: 0;
    width: 62.52vw;
    height: 47.11vw;
  }
  .sec04 .message .cont_m .imagebox .letter_box img {
    width: 100%;
  }
  .sec04 .message .cont_m .imagebox .text {
    position: absolute;
    top: 9vw;
    right: 6.5vw;
    font-size: 4.2vw;
    line-height: 1.6;
    color: #D73975;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04 .message .cont_m .textbox {
    width: 100%;
    padding: 0 5.5vw;
    margin-left: initial;
  }
  .sec04 .message .cont_m .textbox .cont_text {
    font-size: 3.7vw;
    letter-spacing: .01em;
    line-height: 1.8;
  }
}

.sec05 {
  margin-bottom: 60px;
}

.sec05 .inner {
  padding: 30px 0 0 0;
  overflow: hidden;
}

.sec05 .sec_head {
  width: 1000px;
  max-width: 100%;
  height: 390px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec05 .sec_head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(0, 135, 157, 0.1) transparent transparent;
  border-width: 0px 584px 659px 0px;
}

.sec05 .sec_head::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 77%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/dh/images/dh/text_voice.webp) center/contain no-repeat;
  width: 332px;
  height: 109px;
}

.sec05 .sec01_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  letter-spacing: .1em;
  color: #00879D;
}

.sec05 .cont01 {
  background-color: rgba(242, 241, 236, 0.7);
  display: block;
  padding: 265px 0 70px;
  margin-bottom: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec05 .cont01 .upper_box {
  width: 825px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec05 .cont01 .upper_box .textbox {
  width: 50%;
  margin-right: 60px;
}

.sec05 .cont01 .upper_box .cont_title {
  font-size: clamp(23px, 2.9vw, 24px);
  font-weight: 600;
  letter-spacing: 0;
  color: #363636;
}

.sec05 .cont01 .upper_box .katagaki {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: right;
}

.sec05 .cont01 .upper_box .imagebox {
  width: 50%;
}

.sec05 .cont01 .wrapper {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .cont01 .wrapper .title {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 4em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont01 .wrapper .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -85px;
  width: 145px;
  border-bottom: 1px solid #D17A29;
}

.sec05 .cont01 .wrapper .item {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: justify;
}

.sec05 .cont01 .wrapper .text_orange {
  font-size: 17px;
  letter-spacing: .001em;
  line-height: 1.8;
  color: #D17A29;
}

.sec05 .cont01 .wrapper01 {
  margin-bottom: 40px;
}

.sec05 .cont01 .wrapper01 .title {
  margin-bottom: 70px;
}

.sec05 .cont01 .wrapper01 .gridbox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec05 .cont01 .wrapper01 .gridbox .item01 {
  position: relative;
}

.sec05 .cont01 .wrapper01 .gridbox .item01::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num01a.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont01 .wrapper01 .gridbox .item02 {
  position: relative;
}

.sec05 .cont01 .wrapper01 .gridbox .item02::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num02a.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont01 .wrapper01 .gridbox .item03 {
  position: relative;
}

.sec05 .cont01 .wrapper01 .gridbox .item03::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num03a.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont01 .wrapper02 {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .cont01 .wrapper02 .gridbox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec05 .cont01 .wrapper02 .gridbox .item01 .item_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding-left: 2.5em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont01 .wrapper02 .gridbox .item01 .item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -115px;
  width: 145px;
  border-bottom: 1px solid #D17A29;
}

.sec05 .cont01 .wrapper02 .gridbox .item01 .item_title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -115px;
  background: url(/dh/images/dh/sec05_kazari01a.webp) center/contain no-repeat;
  width: 100px;
  height: 47px;
}

.sec05 .cont01 .wrapper02 .gridbox .item01 .item_text {
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
}

.sec05 .cont01 .wrapper02 .gridbox .item02 .item_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding-left: 7em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont01 .wrapper02 .gridbox .item02 .item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 120px;
  border-bottom: 1px solid #D17A29;
}

.sec05 .cont01 .wrapper02 .gridbox .item02 .item_title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  background: url(/dh/images/dh/sec05_kazari02a.webp) center/contain no-repeat;
  width: 78px;
  height: 60px;
}

.sec05 .cont01 .wrapper02 .gridbox .item02 .item_text {
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
}

.sec05 .cont01 .wrapper03 .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 6em;
  position: relative;
}

.sec05 .cont01 .wrapper03 .title::before {
  left: -44px;
}

.sec05 .cont01 .wrapper03 .title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -105px;
  background: url(/dh/images/dh/sec05_kazari03a.webp) center/contain no-repeat;
  width: 100px;
  height: 47px;
}

.sec05 .cont01 .wrapper03 .text01 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .cont02 {
  background-color: rgba(224, 233, 224, 0.5);
  display: block;
  padding: 65px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec05 .cont02 .upper_box {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.sec05 .cont02 .upper_box .cont_title {
  font-size: clamp(23px, 2.9vw, 24px);
  font-weight: 600;
  letter-spacing: 0;
  color: #363636;
}

.sec05 .cont02 .upper_box .katagaki {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: right;
}

.sec05 .cont02 .upper_box .imagebox {
  width: 50%;
}

.sec05 .cont02 .wrapper {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .cont02 .wrapper .title {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 4em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont02 .wrapper .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -85px;
  width: 145px;
  border-bottom: 1px solid #588F5E;
}

.sec05 .cont02 .wrapper .item {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: justify;
}

.sec05 .cont02 .wrapper .text_green {
  font-size: 17px;
  letter-spacing: .001em;
  line-height: 1.8;
  color: #588F5E;
}

.sec05 .cont02 .wrapper01 {
  margin-bottom: 40px;
}

.sec05 .cont02 .wrapper01 .title {
  margin-bottom: 70px;
}

.sec05 .cont02 .wrapper01 .gridbox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec05 .cont02 .wrapper01 .gridbox .item01 {
  position: relative;
}

.sec05 .cont02 .wrapper01 .gridbox .item01::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num01b.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont02 .wrapper01 .gridbox .item02 {
  position: relative;
}

.sec05 .cont02 .wrapper01 .gridbox .item02::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num02b.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont02 .wrapper01 .gridbox .item03 {
  position: relative;
}

.sec05 .cont02 .wrapper01 .gridbox .item03::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -15px;
  background: url(/dh/images/dh/sec05_num03b.webp) center/contain no-repeat;
  width: 58px;
  height: 43px;
}

.sec05 .cont02 .wrapper02 {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .cont02 .wrapper02 .gridbox {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec05 .cont02 .wrapper02 .gridbox .item01 .item_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding-left: 2.5em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont02 .wrapper02 .gridbox .item01 .item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -115px;
  width: 145px;
  border-bottom: 1px solid #588F5E;
}

.sec05 .cont02 .wrapper02 .gridbox .item01 .item_title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -115px;
  background: url(/dh/images/dh/sec05_kazari01b.webp) center/contain no-repeat;
  width: 100px;
  height: 47px;
}

.sec05 .cont02 .wrapper02 .gridbox .item01 .item_text {
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
}

.sec05 .cont02 .wrapper02 .gridbox .item02 .item_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding-left: 7em;
  font-size: 20px;
  letter-spacing: .01em;
  color: #363636;
  margin-bottom: 30px;
  position: relative;
}

.sec05 .cont02 .wrapper02 .gridbox .item02 .item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 120px;
  border-bottom: 1px solid #588F5E;
}

.sec05 .cont02 .wrapper02 .gridbox .item02 .item_title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  background: url(/dh/images/dh/sec05_kazari02b.webp) center/contain no-repeat;
  width: 78px;
  height: 60px;
}

.sec05 .cont02 .wrapper02 .gridbox .item02 .item_text {
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
}

.sec05 .cont02 .wrapper03 .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 6em;
  position: relative;
}

.sec05 .cont02 .wrapper03 .title::before {
  left: -44px;
}

.sec05 .cont02 .wrapper03 .title::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -105px;
  background: url(/dh/images/dh/sec05_kazari03b.webp) center/contain no-repeat;
  width: 100px;
  height: 47px;
}

.sec05 .cont02 .wrapper03 .text01 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .001em;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 27.6vw;
    padding: 13.8vw 0 0;
  }
  .sec05 .inner {
    padding: 7.5vw 0 0 0;
  }
  .sec05 .sec_head {
    width: 100%;
    max-width: 100%;
    height: initial;
    height: 88vw;
    margin: initial;
    display: block;
    padding: 18vw 0 18vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec05 .sec_head::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent rgba(0, 135, 157, 0.1) transparent transparent;
    border-width: 0 93.22vw 112.8vw 0;
  }
  .sec05 .sec_head::after {
    content: "";
    position: absolute;
    top: -4.53vw;
    left: 73%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/dh/images/dh/text_voice_sp.webp) center/contain no-repeat;
    width: 46.49vw;
    height: 16vw;
  }
  .sec05 .sec01_title {
    font-size: 5.3vw;
    letter-spacing: .01em;
    text-align: center;
  }
  .sec05 .cont01 {
    background-color: rgba(242, 241, 236, 0.7);
    display: block;
    padding: 0 0 18.6vw;
    margin-bottom: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec05 .cont01 .upper_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -53.42vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  .sec05 .cont01 .upper_box .textbox {
    width: 100%;
    margin-right: initial;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec05 .cont01 .upper_box .cont_title {
    font-size: 5vw;
    letter-spacing: 0.06em;
  }
  .sec05 .cont01 .upper_box .katagaki {
    font-size: 3.8vw;
    letter-spacing: .1em;
    text-align: right;
  }
  .sec05 .cont01 .upper_box .imagebox {
    width: 100%;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec05 .cont01 .upper_box .imagebox .image {
    width: 60vw;
  }
  .sec05 .cont01 .wrapper {
    width: 100%;
    padding: initial;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont01 .wrapper .title {
    width: 100%;
    max-width: 100%;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    margin-bottom: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec05 .cont01 .wrapper .title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #D17A29;
  }
  .sec05 .cont01 .wrapper .item {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont01 .wrapper .text_orange {
    font-size: 4.2vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont01 .wrapper01 {
    padding-top: 48.53vw;
    margin-bottom: 8vw;
  }
  .sec05 .cont01 .wrapper01 .title {
    margin-bottom: 12vw;
  }
  .sec05 .cont01 .wrapper01 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 10vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec05 .cont01 .wrapper01 .gridbox .item01 {
    position: relative;
  }
  .sec05 .cont01 .wrapper01 .gridbox .item01::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont01 .wrapper01 .gridbox .item02 {
    position: relative;
  }
  .sec05 .cont01 .wrapper01 .gridbox .item02::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont01 .wrapper01 .gridbox .item03 {
    position: relative;
  }
  .sec05 .cont01 .wrapper01 .gridbox .item03::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont01 .wrapper02 {
    margin-bottom: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont01 .wrapper02 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 6vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec05 .cont01 .wrapper02 .gridbox .item01 .item_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.6vw;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item01 .item_title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #D17A29;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item01 .item_title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -27.66vw;
    background: url(/dh/images/dh/sec05_kazari01a.webp) center/contain no-repeat;
    width: 26.66vw;
    height: 12.5vw;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item01 .item_text {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item02 .item_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.6vw;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item02 .item_title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #D17A29;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item02 .item_title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -27vw;
    background: url(/dh/images/dh/sec05_kazari02a.webp) center/contain no-repeat;
    width: 26.66vw;
    height: 16vw;
  }
  .sec05 .cont01 .wrapper02 .gridbox .item02 .item_text {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont01 .wrapper03 .title {
    margin-top: 4vw;
  }
  .sec05 .cont01 .wrapper03 .title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12vw;
    width: 25vw;
    height: 11.75vw;
  }
  .sec05 .cont01 .wrapper03 .text01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont02 {
    background-color: rgba(224, 233, 224, 0.5);
    display: block;
    padding: 0 0 18.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec05 .cont02 .upper_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .sec05 .cont02 .upper_box .textbox {
    width: 100%;
    margin-right: initial;
    padding: 8vw 5.5vw 0;
    margin-bottom: 4.2vw;
  }
  .sec05 .cont02 .upper_box .cont_title {
    font-size: 5vw;
    letter-spacing: 0.06em;
  }
  .sec05 .cont02 .upper_box .katagaki {
    font-size: 3.8vw;
    letter-spacing: .1em;
    text-align: right;
  }
  .sec05 .cont02 .upper_box .imagebox {
    width: 100%;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec05 .cont02 .upper_box .imagebox .image {
    width: 60vw;
  }
  .sec05 .cont02 .wrapper {
    width: 100%;
    padding: initial;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont02 .wrapper .title {
    width: 100%;
    max-width: 100%;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    color: #363636;
    margin-bottom: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .sec05 .cont02 .wrapper .title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #588F5E;
  }
  .sec05 .cont02 .wrapper .item {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont02 .wrapper .text_green {
    font-size: 4.2vw;
    letter-spacing: .001em;
    line-height: 1.8;
    color: #588F5E;
  }
  .sec05 .cont02 .wrapper01 {
    padding-top: 10vw;
    margin-bottom: 8vw;
  }
  .sec05 .cont02 .wrapper01 .title {
    margin-bottom: 12vw;
  }
  .sec05 .cont02 .wrapper01 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 10vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec05 .cont02 .wrapper01 .gridbox .item01 {
    position: relative;
  }
  .sec05 .cont02 .wrapper01 .gridbox .item01::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont02 .wrapper01 .gridbox .item02 {
    position: relative;
  }
  .sec05 .cont02 .wrapper01 .gridbox .item02::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont02 .wrapper01 .gridbox .item03 {
    position: relative;
  }
  .sec05 .cont02 .wrapper01 .gridbox .item03::before {
    content: "";
    position: absolute;
    top: -7.2vw;
    left: 2vw;
    width: 15.46vw;
    height: 11.46vw;
  }
  .sec05 .cont02 .wrapper02 {
    margin-bottom: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont02 .wrapper02 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 6vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec05 .cont02 .wrapper02 .gridbox .item01 .item_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.6vw;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item01 .item_title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #588F5E;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item01 .item_title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -27.66vw;
    background: url(/dh/images/dh/sec05_kazari01b.webp) center/contain no-repeat;
    width: 26.66vw;
    height: 12.5vw;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item01 .item_text {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item02 .item_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.6vw;
    padding-left: 3em;
    font-size: 4.8vw;
    letter-spacing: .01em;
    color: #363636;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item02 .item_title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 10vw;
    border-bottom: 1px solid #588F5E;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item02 .item_title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -27vw;
    background: url(/dh/images/dh/sec05_kazari02b.webp) center/contain no-repeat;
    width: 26.66vw;
    height: 16vw;
  }
  .sec05 .cont02 .wrapper02 .gridbox .item02 .item_text {
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
  }
  .sec05 .cont02 .wrapper03 .title {
    margin-top: 4vw;
  }
  .sec05 .cont02 .wrapper03 .title::after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12vw;
    width: 25vw;
    height: 11.75vw;
  }
  .sec05 .cont02 .wrapper03 .text01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .001em;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sec06 {
  margin-bottom: 160px;
}

.sec06 .sec06_box {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 295px;
  background: url(/dh/images/dh/sec06_image_bg.webp) center top/contain no-repeat;
  background-size: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec06 .textbox {
  width: 50%;
}

.sec06 .textbox .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(34px, 4.42vw, 35px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #363636;
  margin-bottom: 30px;
}

.sec06 .textbox .clinic_name {
  font-size: 22px;
  letter-spacing: .1em;
  text-align: center;
  color: #363636;
  margin-bottom: 10px;
}

.sec06 .textbox .name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: .15em;
  text-align: center;
}

.sec06 .textbox .katagaki {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
  letter-spacing: .15em;
}

.sec06 .textbox .kana {
  font-size: 15px;
  letter-spacing: .3em;
  text-align: center;
  color: #00879D;
}

.sec06 .imagebox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sec06 .imagebox .image01 {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 213px;
}

.sec06 .imagebox .image02 {
  position: absolute;
  bottom: 0;
  left: 330px;
  width: 320px;
  height: 213px;
}

.sec06 .message_box {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 85px 10.54vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, white), color-stop(60%, rgba(0, 135, 157, 0.24)));
  background: linear-gradient(180deg, white 6%, rgba(0, 135, 157, 0.24) 60%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec06 .message_box .box_title {
  font-size: 18px;
  letter-spacing: .3em;
  text-align: center;
  color: #00879D;
  margin-bottom: 45px;
}

.sec06 .message_box .box_text {
  width: 716px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 2.2;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1309px) and (min-width: 768px) {
  .sec06 .imagebox {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .sec06 .imagebox .image01 {
    position: absolute;
    bottom: 0;
    width: clamp(190px, 24.43vw, 320px);
    height: 213px;
  }
  .sec06 .imagebox .image02 {
    position: absolute;
    bottom: 0;
    left: clamp(193px, 24.43vw, 330px);
    width: clamp(190px, 24.43vw, 320px);
    height: 213px;
  }
}

@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .sec06_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50vw;
    background: url(/dh/images/dh/sec06_image_bg_sp.webp) center top/contain no-repeat;
    background-size: 96.85vw;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .textbox {
    width: 100%;
    margin-bottom: 6.2vw;
    padding-top: initial;
  }
  .sec06 .textbox .box_title {
    font-size: 5.76vw;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6vw;
  }
  .sec06 .textbox .clinic_name {
    font-size: 3.7vw;
    text-align: center;
    margin-bottom: 2.6vw;
  }
  .sec06 .textbox .name {
    font-size: 4.8vw;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec06 .textbox .katagaki {
    font-size: 4vw;
    letter-spacing: .1em;
  }
  .sec06 .textbox .kana {
    font-size: 4vw;
    text-align: center;
  }
  .sec06 .imagebox {
    overflow: hidden;
    width: 100%;
    height: 56vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec06 .imagebox .image01 {
    position: absolute;
    bottom: initial;
    top: 0;
    left: -17.3vw;
    width: 65.37vw;
    height: 56.8vw;
  }
  .sec06 .imagebox .image01 img {
    width: 100%;
  }
  .sec06 .imagebox .image02 {
    position: absolute;
    bottom: -7.26vw;
    left: 53.04vw;
    width: 65.37vw;
    height: 56.8vw;
  }
  .sec06 .imagebox .image02 img {
    width: 100%;
  }
  .sec06 .message_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw 13.8vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, white), color-stop(60%, rgba(0, 135, 157, 0.24)));
    background: linear-gradient(180deg, white 6%, rgba(0, 135, 157, 0.24) 60%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .message_box .box_title {
    font-size: 4vw;
    letter-spacing: .3em;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec06 .message_box .box_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .01em;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sec07 {
  margin-bottom: 100px;
}

.sec07 .inner {
  padding: 0;
}

.sec07 .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  letter-spacing: .2em;
  text-align: center;
  color: #00879D;
  margin-bottom: 45px;
}

.sec07 .day_flow {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.sec07 .day_flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 115px;
  background-color: #F6F2F0;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec07 .day_flow .time_text {
  width: 10%;
  min-width: 90px;
  max-width: 10%;
  padding-top: 3px;
  font-size: 16px;
  letter-spacing: .1em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec07 .day_flow .textbox {
  width: 90%;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec07 .day_flow .item_title {
  width: 320px;
  max-width: 37%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec07 .day_flow .item_text {
  width: 535px;
  max-width: 63%;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec07 .day_flow .item:nth-of-type(1) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(1) .item_image {
  position: absolute;
  left: 189px;
  bottom: -9px;
  width: 197px;
  height: 89px;
}

.sec07 .day_flow .item:nth-of-type(2) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(2) .item_image {
  position: absolute;
  left: 136px;
  bottom: 0px;
  width: 178px;
  height: 46px;
}

.sec07 .day_flow .item:nth-of-type(3) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(3) .item_image {
  position: absolute;
  left: 258px;
  top: 5px;
  width: 148px;
  height: 51px;
}

.sec07 .day_flow .item:nth-of-type(4) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(4) .item_image {
  position: absolute;
  left: 160px;
  bottom: 0px;
  width: 196px;
  height: 60px;
}

.sec07 .day_flow .item:nth-of-type(5) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(5) .item_image {
  position: absolute;
  left: 154px;
  bottom: -10px;
  width: 246px;
  height: 108px;
}

.sec07 .day_flow .item:nth-of-type(6) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(6) .item_image {
  position: absolute;
  left: 138px;
  bottom: 0px;
  width: 224px;
  height: 61px;
}

.sec07 .day_flow .item:nth-of-type(7) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(7) .item_image {
  position: absolute;
  left: 302px;
  top: 3px;
  width: 140px;
  height: 46px;
}

.sec07 .day_flow .item:nth-of-type(8) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(8) .item_image {
  position: absolute;
  left: 205px;
  bottom: 0px;
  width: 136px;
  height: 90px;
}

.sec07 .day_flow .item:nth-of-type(9) {
  position: relative;
}

.sec07 .day_flow .item:nth-of-type(9) .item_image {
  position: absolute;
  left: 189px;
  bottom: 0px;
  width: 213px;
  height: 93px;
}

.sec07 .day_flow .item:not(:last-of-type) {
  margin-bottom: 35px;
}

.sec07 .day_flow .item:not(:last-of-type) .time_text {
  position: relative;
}

.sec07 .day_flow .item:not(:last-of-type) .time_text::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px solid #4d4d4d;
  width: 1px;
  height: 115px;
}

.sec07 .sec_text {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.8;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .sec07 .day_flow .item:nth-of-type(1) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(1) .item_image {
    position: absolute;
    left: 19.31vw;
    bottom: -9px;
    width: 20.12vw;
    height: 9.09vw;
  }
  .sec07 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(2) .item_image {
    position: absolute;
    left: 136px;
    bottom: 0px;
    width: 18.18vw;
    height: 4.7vw;
  }
  .sec07 .day_flow .item:nth-of-type(3) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(3) .item_image {
    position: absolute;
    left: 27.35vw;
    top: 0.51vw;
    width: 15.12vw;
    height: 5.21vw;
  }
  .sec07 .day_flow .item:nth-of-type(4) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(4) .item_image {
    position: absolute;
    left: 160px;
    bottom: 0px;
    width: 20.02vw;
    height: 6.13vw;
  }
  .sec07 .day_flow .item:nth-of-type(5) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(5) .item_image {
    position: absolute;
    left: 150px;
    bottom: -10px;
    width: 25.13vw;
    height: 11.03vw;
  }
  .sec07 .day_flow .item:nth-of-type(6) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(6) .item_image {
    position: absolute;
    left: 138px;
    bottom: 0px;
    width: 22.88vw;
    height: 6.23vw;
  }
  .sec07 .day_flow .item:nth-of-type(7) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(7) .item_image {
    position: absolute;
    left: 30.22vw;
    top: 3px;
    width: 14.3vw;
    height: 4.7vw;
  }
  .sec07 .day_flow .item:nth-of-type(8) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(8) .item_image {
    position: absolute;
    left: 205px;
    bottom: 0px;
    width: 13.89vw;
    height: 9.19vw;
  }
  .sec07 .day_flow .item:nth-of-type(9) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(9) .item_image {
    position: absolute;
    left: 189px;
    bottom: 0px;
    width: 21.75vw;
    height: 9.5vw;
  }
}

@media screen and (max-width: 767px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .sec_title {
    font-size: 5.3vw;
    letter-spacing: .1em;
    margin-bottom: 13.8vw;
  }
  .sec07 .day_flow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec07 .day_flow .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: initial;
    background-color: #F6F2F0;
    padding: 4vw;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec07 .day_flow .time_text {
    width: 100%;
    min-width: 27%;
    max-width: 27%;
    padding-top: 0.8vw;
    font-size: 4vw;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec07 .day_flow .textbox {
    width: 73%;
    max-width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec07 .day_flow .item_title {
    width: 100%;
    max-width: 100%;
    font-size: 4.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2.6vw;
  }
  .sec07 .day_flow .item_text {
    width: 100%;
    max-width: 100%;
    font-size: 3.8vw;
    letter-spacing: .01em;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec07 .day_flow .item:nth-of-type(1) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(1) .item_image {
    position: absolute;
    left: 42.4vw;
    bottom: initial;
    top: -11vw;
    width: 52.61vw;
    height: 23.66vw;
  }
  .sec07 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(2) .item_image {
    position: absolute;
    left: 42vw;
    bottom: initial;
    top: 1vw;
    width: 47.46vw;
    height: 12.38vw;
  }
  .sec07 .day_flow .item:nth-of-type(2) .time_text {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(2) .time_text::before {
    height: 39.6vw;
  }
  .sec07 .day_flow .item:nth-of-type(3) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(3) .item_image {
    position: absolute;
    left: 58vw;
    top: -1vw;
    width: 39.4vw;
    height: 13.49vw;
  }
  .sec07 .day_flow .item:nth-of-type(4) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(4) .item_image {
    position: absolute;
    left: 44vw;
    bottom: -10vw;
    width: 52.2vw;
    height: 16.08vw;
  }
  .sec07 .day_flow .item:nth-of-type(5) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(5) .item_image {
    position: absolute;
    z-index: 2;
    left: 34vw;
    bottom: -11vw;
    width: 65.21vw;
    height: 44.88vw;
  }
  .sec07 .day_flow .item:nth-of-type(6) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(6) .item_image {
    position: absolute;
    left: 38vw;
    bottom: -6vw;
    width: 59.46vw;
    height: 16.34vw;
  }
  .sec07 .day_flow .item:nth-of-type(7) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(7) .item_image {
    position: absolute;
    left: 62vw;
    top: 1vw;
    width: 37.17vw;
    height: 12.13vw;
  }
  .sec07 .day_flow .item:nth-of-type(8) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(8) .item_image {
    position: absolute;
    left: 62vw;
    bottom: initial;
    top: -9vw;
    width: 36.18vw;
    height: 24vw;
  }
  .sec07 .day_flow .item:nth-of-type(9) {
    height: 43vw;
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(9) .item_image {
    position: absolute;
    left: 43vw;
    bottom: 0vw;
    width: 56.84vw;
    height: 24.88vw;
  }
  .sec07 .day_flow .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec07 .day_flow .item:not(:last-of-type) .time_text {
    position: relative;
  }
  .sec07 .day_flow .item:not(:last-of-type) .time_text::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 9.3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 1px solid #4d4d4d;
    width: 0.26vw;
    height: 39.6vw;
  }
  .sec07 .day_flow .item:nth-of-type(2),
  .sec07 .day_flow .item:nth-of-type(4),
  .sec07 .day_flow .item:nth-of-type(7),
  .sec07 .day_flow .item:nth-of-type(8) {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(2) .time_text,
  .sec07 .day_flow .item:nth-of-type(4) .time_text,
  .sec07 .day_flow .item:nth-of-type(7) .time_text,
  .sec07 .day_flow .item:nth-of-type(8) .time_text {
    position: relative;
  }
  .sec07 .day_flow .item:nth-of-type(2) .time_text::before,
  .sec07 .day_flow .item:nth-of-type(4) .time_text::before,
  .sec07 .day_flow .item:nth-of-type(7) .time_text::before,
  .sec07 .day_flow .item:nth-of-type(8) .time_text::before {
    height: 45.6vw;
  }
  .sec07 .sec_text {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: .01em;
    line-height: 1.8;
  }
}

.sec08 {
  padding-top: 176px;
  position: relative;
}

.sec08 .image01 {
  position: absolute;
  top: 0;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  height: 266px;
}

.sec08 .image02 {
  position: absolute;
  top: 108px;
  left: 77%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  height: 266px;
}

.sec08 .bg_image {
  width: 894px;
  max-width: 100%;
  margin: 0 auto;
}

.sec08 .sec_subtitle {
  position: absolute;
  top: 422px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
  color: rgba(0, 135, 177, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec08 .sec_title {
  position: absolute;
  top: 477px;
  left: 66%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 3.13vw, 40px);
  font-weight: 500;
  letter-spacing: .1em;
  color: #00879D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec08 .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .check_box {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.sec08 .check_box .check_item {
  padding-left: 2em;
  font-size: 20px;
  letter-spacing: .05em;
  color: #363636;
  position: relative;
}

.sec08 .check_box .check_item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(/dh/images/dh/check_icon.webp) center/contain no-repeat;
  width: 27px;
  height: 21px;
}

.sec08 .flow_box {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 90px;
  padding-top: 100px;
  background: url(/dh/images/dh/sec08_flow_bg.webp) right top/contain no-repeat;
  background-size: 500px;
}

.sec08 .flow_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: .1em;
  text-align: center;
  color: #363636;
  margin-bottom: 80px;
  position: relative;
}

.sec08 .flow_box .box_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 5px dotted #00879D;
  width: 110px;
  height: 5px;
}

.sec08 .flow_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.sec08 .flow_box .box .imagebox {
  width: 50%;
  max-width: 50%;
  text-align: center;
}

.sec08 .flow_box .box .flow_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  max-width: 50%;
}

.sec08 .flow_box .box .flow_list .flow_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec08 .flow_box .box .flow_list .flow_item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec08 .flow_box .box .flow_list .flow_item .flow_item_title {
  font-size: 24px;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.sec08 .flow_box .box .flow_list .flow_item .flow_item_title .t_blue {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  color: #00879D;
  margin-right: 15px;
}

.sec08 .flow_box .box .flow_list .flow_item .flow_item_text {
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.6;
  margin-bottom: 35px;
}

.sec08 .entry_box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(40%, #f2f2e4));
  background: linear-gradient(180deg, white 3%, #f2f2e4 40%);
  margin: 0 auto;
  padding-bottom: 40px;
}

.sec08 .entry_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 45px;
  text-align: center;
}

.sec08 .entry_box .flexbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec08 .entry_box .link:nth-of-type(1) {
  width: 367px;
  max-width: 100%;
  margin-right: 40px;
}

.sec08 .entry_box .link:nth-of-type(2) {
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec08 .image01 {
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40vw;
    height: 266px;
  }
  .sec08 .image02 {
    position: absolute;
    top: 108px;
    left: 77%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40vw;
    height: 266px;
  }
}

@media screen and (max-width: 767px) {
  .sec08 {
    overflow: hidden;
    padding-top: 40.66vw;
    position: relative;
  }
  .sec08 .image01 {
    position: absolute;
    top: 0;
    left: 23%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64vw;
    height: 42.66vw;
  }
  .sec08 .image02 {
    position: absolute;
    top: 18vw;
    left: 77%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64vw;
    height: 42.66vw;
  }
  .sec08 .bg_image {
    width: 100vw;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec08 .bg_image img {
    width: 100%;
  }
  .sec08 .sec_subtitle {
    position: absolute;
    top: 65.66vw;
    left: 69%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: .1em;
    color: rgba(0, 135, 177, 0.3);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec08 .sec_title {
    position: absolute;
    top: 72.74vw;
    left: 73%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 7.53vw;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.3;
    width: 55vw;
  }
  .sec08 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 8vw;
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: .01em;
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .check_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 12vw;
    padding: 0 5.5vw;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: initial;
            column-gap: initial;
    row-gap: 4.2vw;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .sec08 .check_box .check_item {
    padding-left: 2em;
    font-size: 4vw;
    letter-spacing: .05em;
    position: relative;
  }
  .sec08 .check_box .check_item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: url(/dh/images/dh/check_icon.webp) center/contain no-repeat;
    width: 7.2vw;
    height: 5.6vw;
  }
  .sec08 .flow_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    padding-top: 5.3vw;
    background: url(/dh/images/dh/sec08_flow_bg_sp.webp) right top/contain no-repeat;
    background-size: 72vw;
  }
  .sec08 .flow_box .box_title {
    font-size: 6.4vw;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec08 .flow_box .box_title::before {
    content: "";
    position: absolute;
    bottom: -5.3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 1.4vw dotted #00879D;
    width: 26.6vw;
    height: 1.3vw;
  }
  .sec08 .flow_box .box {
    display: block;
    padding: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec08 .flow_box .box .imagebox {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .sec08 .flow_box .box .flow_list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .sec08 .flow_box .box .flow_list .flow_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .flow_box .box .flow_list .flow_item .flow_item_title {
    font-size: 5.6vw;
    letter-spacing: 0;
    margin-bottom: 2.4vw;
  }
  .sec08 .flow_box .box .flow_list .flow_item .flow_item_title .t_blue {
    font-size: 6.7vw;
    margin-right: 0.75vw;
  }
  .sec08 .flow_box .box .flow_list .flow_item .flow_item_text {
    width: 91%;
    font-size: 4vw;
    letter-spacing: .01em;
    line-height: 1.8;
    margin-bottom: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .flow_box .box .flow_list .flow_item:nth-of-type(2) {
    padding-left: 32.33vw;
    position: relative;
  }
  .sec08 .flow_box .box .flow_list .flow_item:nth-of-type(2) .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7vw;
    width: 37.3vw;
    height: 37.3vw;
  }
  .sec08 .entry_box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(40%, #f2f2e4));
    background: linear-gradient(180deg, white 3%, #f2f2e4 40%);
    margin: 0 auto;
    padding-bottom: 13.8vw;
  }
  .sec08 .entry_box .box_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
    text-align: center;
  }
  .sec08 .entry_box .flexbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec08 .entry_box .link:nth-of-type(1) {
    width: 89vw;
    max-width: 100%;
    margin-right: initial;
  }
  .sec08 .entry_box .link:nth-of-type(1) img {
    width: 100%;
  }
  .sec08 .entry_box .link:nth-of-type(2) {
    width: 89vw;
    max-width: 100%;
  }
  .sec08 .entry_box .link:nth-of-type(2) img {
    width: 100%;
  }
}

.sec09 {
  padding: 80px 0;
  background-color: #F2F2E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .dtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  color: #00879D;
  margin-bottom: 40px;
}

.sec09 .flexbox {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .link .link_btn {
  background: url(../images/recruit/link_btn.webp) center/contain no-repeat;
  width: 274px;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .link .link_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec09 .link:nth-of-type(1) .link_btn,
.sec09 .link:nth-of-type(2) .link_btn,
.sec09 .link:nth-of-type(4) .link_btn {
  margin-right: 75px;
}

.sec09 .link:nth-of-type(1) .link_btn,
.sec09 .link:nth-of-type(2) .link_btn,
.sec09 .link:nth-of-type(3) .link_btn {
  margin-bottom: 40px;
}

.sec09 .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1272d;
  margin-bottom: 50px;
}

.sec09 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .dlist:not(:last-of-type) {
  margin-bottom: 155px;
}

.sec09 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #00879D;
}

.sec09 .row:nth-of-type(1) {
  border-top: 1px solid #fff;
}

.sec09 .row:nth-of-type(6) {
  border-bottom: 1px solid #fff;
}

.sec09 .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
  color: #00879D;
}

.sec09 .desc {
  width: 75%;
  padding: 30px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: .1em;
  color: #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec09 .desc_item {
  position: relative;
}

.sec09 .row:nth-of-type(4) .desc p,
.sec09 .row:nth-of-type(5) .desc p {
  text-indent: -1.5em;
  padding-left: 1em;
}

.sec09 .row:nth-of-type(7) .list {
  -webkit-column-count: 2;
          column-count: 2;
  /* 列数を2列に指定 */
}

@media screen and (max-width: 1109px) and (min-width: 768px) {
  .sec09 .flexbox {
    width: 623px;
    max-width: 100%;
  }
  .sec09 .flexbox .link:nth-of-type(1) .link_btn,
  .sec09 .flexbox .link:nth-of-type(2) .link_btn,
  .sec09 .flexbox .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec09 .flexbox .link:nth-of-type(1) .link_btn,
  .sec09 .flexbox .link:nth-of-type(2) .link_btn,
  .sec09 .flexbox .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec09 .flexbox .link:nth-of-type(1) .link_btn,
  .sec09 .flexbox .link:nth-of-type(3) .link_btn {
    margin-right: 75px;
  }
  .sec09 .flexbox .link:nth-of-type(1) .link_btn,
  .sec09 .flexbox .link:nth-of-type(2) .link_btn,
  .sec09 .flexbox .link:nth-of-type(3) .link_btn,
  .sec09 .flexbox .link:nth-of-type(4) .link_btn {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding-bottom: 13.8vw;
    padding: initial;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .link .link_btn {
    width: 42vw;
    height: 15.46vw;
  }
  .sec09 .link .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec09 .link .link_btn p {
    font-size: 3.6vw;
  }
  .sec09 .link:nth-of-type(1) .link_btn,
  .sec09 .link:nth-of-type(2) .link_btn,
  .sec09 .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec09 .link:nth-of-type(1) .link_btn,
  .sec09 .link:nth-of-type(2) .link_btn,
  .sec09 .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec09 .link:nth-of-type(1) .link_btn,
  .sec09 .link:nth-of-type(3) .link_btn {
    margin-right: 4vw;
  }
  .sec09 .link:not(:last-of-type) .link_btn {
    text-align: center;
    margin-bottom: 2.4vw;
  }
  .sec09 .text {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec09 .dtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    letter-spacing: .2em;
    padding-top: 6.4vw;
    padding-bottom: 4.2vw;
    margin-bottom: initial;
    color: #fff;
    margin: 0 2.5vw;
    background-color: #00879D;
    border-radius: 8vw 8vw 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .dlist {
    width: 1120px;
    max-width: 95%;
    margin: 0 2.5vw;
    padding: 0vw 3.5vw 10vw;
    background-color: #00879D;
    border-radius: 0 0 8vw 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec09 .row {
    display: block;
    border-bottom: 0.5vw solid #00879D;
  }
  .sec09 .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec09 .row:nth-of-type(6) {
    border-bottom: 1px solid #00879D;
  }
  .sec09 .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 4vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #CCCCCC;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
    color: #00879D;
  }
  .sec09 .desc {
    width: 100%;
    padding: 3.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.75vw;
    line-height: 1.8;
    background-color: #F6F2F0;
  }
  .sec09 .text_red {
    color: #806363;
  }
  .sec09 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec09 .row:nth-of-type(7) .list {
    -webkit-column-count: 1;
            column-count: 1;
    /* 列数を2列に指定 */
  }
}

.sec10 {
  padding: 130px 0 100px;
  background: #F2F2E4;
}

.sec10 .sec_title {
  position: relative;
  margin: 0 0 50px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #363636;
}

.sec10 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #1EAEDE;
  text-align: center;
}

.sec10 .table {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.sec10 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #00879d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec10 .t_title {
  width: 400px;
  min-width: 44%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.sec10 .t_data {
  width: 500px;
  max-width: 66%;
}

.sec10 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}

.sec10 .row:nth-of-type(1) .radiolist {
  width: 546px;
}

.sec10 .row:nth-of-type(1) input {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

.sec10 .row:nth-of-type(2) .t_title {
  vertical-align: top;
}

.sec10 .t_title .color {
  color: #1EAEDE;
  padding: 0 0 0 5px;
}

.sec10 .t_title label {
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 400;
}

.sec10 .t_data input.i_text,
.sec10 .t_data textarea {
  width: 546px;
  padding: 10px 20px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}

.sec10 .t_data.radiobox p {
  display: inline-block;
}

.sec10 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}

.sec10 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}

.sec10 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 0 0 10px;
}

.sec10 .t_data textarea {
  height: 272px !important;
  width: 546px !important;
}

.sec10 .privacy {
  width: 805px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec10 .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
}

.sec10 .p_text {
  font-size: 14px;
}

.sec10 .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}

.sec10 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}

.sec10 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec10 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #00879d;
  color: #fff;
  font-size: 16px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: .1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}

.sec10 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}

.sec10 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}

.sec10 .warning {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec10 {
    margin-bottom: 13.8vw;
    padding: 80px 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec10 .sec_title {
    position: relative;
    margin: 0 0 7.5vw;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .sec10 .sec_title:before {
    content: "";
    position: absolute;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 53px;
    height: 41px;
    background: url(../img/recruit/icon06.png) center center/70% no-repeat;
  }
  .sec10 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec10 .table {
    width: 100%;
    margin: 0 auto 68px;
  }
  .sec10 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 8vw;
  }
  .sec10 .t_title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-left: initial;
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .sec10 .row:nth-of-type(1) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec10 .row:nth-of-type(1) .t_data.radiobox p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
  }
  .sec10 .row:nth-of-type(1) .radiolist {
    width: 100%;
  }
  .sec10 .row:nth-of-type(1) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec10 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec10 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
  }
  .sec10 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec10 .t_data {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec10 .t_data p {
    width: 100%;
  }
  .sec10 .t_data input.i_text,
  .sec10 .t_data textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec10 .t_data.radiobox p {
    display: inline-block;
  }
  .sec10 .t_data.radiobox p:nth-of-type(1) {
    margin: 0;
  }
  .sec10 .t_data.radiobox label {
    font-size: 3.75vw;
    margin: 0 0 2.6vw 2.5vw;
  }
  .sec10 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec10 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none;
    /* メールフォームプロリセット */
  }
  .sec10 .privacy {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec10 .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec10 .p_text {
    font-size: 3.75vw;
  }
  .sec10 .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec10 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec10 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec10 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec10 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    background: #00879d;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sec10 .submit_btn input {
    width: 100%;
    height: 100%;
    background: #00879d;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec10 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec10 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec10 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}

.thanks_sec {
  padding: 200px 0;
}

.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}

.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */