@charset "UTF-8";
.mainvisual {
  min-width: 1280px;
  position: relative;
  height: 700px;
  background: url(/dr/images/dr/key_bg.webp) center/cover no-repeat;
}
.mainvisual .main_title {
  font-size: 50px;
  color: #fff;
  z-index: 5;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.mainvisual .graybox {
  position: absolute;
  top: 7%;
  right: 50%;
  z-index: 1;
  height: 617px;
  width: 1193px;
  transform: translateX(50%);
  z-index: -100;
}
.mainvisual .text {
  padding-top: 350px;
  padding-left: 180px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.mainvisual .text .line {
  border-bottom: 1px solid #fff;
}
.mainvisual .text .box_text {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 62px;
  position: relative;
  padding-left: 10px;
}
.mainvisual .text .box_text::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 115px;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: url(/dr/images/dr/box.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: initial;
    height: 120vw;
    background: url(/dr/images/dr/key_bg_sp_2.png) center/cover no-repeat;
    overflow-x: hidden;
  }
  .mainvisual::before {
    display: none;
  }
  .mainvisual .main_title {
    font-size: 7vw;
  }
  .mainvisual .text .box_text {
    font-size: 8.6vw;
    padding-left: initial;
  }
  .mainvisual .text .box_text::before {
    background: url(/dr/images/dr/box_sp.png) center/contain no-repeat;
    width: 46vw;
    height: 20vw;
    right: -9vw;
    top: 50%;
  }
  .mainvisual .text .line {
    border-bottom: none;
  }
  .mainvisual .graybox {
    height: 113.5vw;
    width: 99vw;
    top: 6vw;
    overflow-x: hidden;
  }
  .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: 86vw;
    max-width: 90%;
    padding-top: 57vw;
    padding-left: initial;
    padding-right: initial;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
  }
  .mainvisual .text img {
    width: 100%;
  }
}

@media screen and (min-width: 1380px) {
  .mainvisual .main_title {
    padding-right: 10%;
    display: flex;
    justify-content: center;
  }
}
.movie {
  overflow: hidden;
  position: relative;
  width: 1280px;
  height: 375px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 130px;
}
.movie .tyousei {
  padding: 30px;
}
.movie .box {
  display: flex;
  flex-direction: row-reverse;
  width: 1035px;
  height: 375px;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.movie .box iframe {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  width: 566px;
  height: 375px;
  aspect-ratio: 16/9;
}
.movie .box .comment_text {
  position: relative;
  z-index: 5;
  width: 407px;
  height: 177px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #00879d;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.movie .box::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  background: url(/dr/images/dr/movie_bg.webp) center/contain no-repeat;
  width: 1153px;
  height: 587px;
  z-index: -10;
}
.movie .box::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 60px;
  background: url(/dr/images/dr/movie_kazari.webp) center/contain no-repeat;
  width: 80px;
  height: 80px;
}
.movie .image_bg {
  position: absolute;
  z-index: -1;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 1235x;
  height: 206px;
  max-width: initial;
}
@media screen and (max-width: 766px) {
  .movie {
    margin-bottom: 13.8vw;
    width: 100%;
    height: initial;
    padding-bottom: initial;
  }
  .movie .box {
    display: block;
    width: 88.33vw;
    height: initial;
    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: 0.1em;
    line-height: 1.6;
    text-align: center;
    color: #00879d;
    max-width: 100%;
    width: 800vw;
    height: initial;
  }
  .movie .box::before {
    position: absolute;
    bottom: -7vw;
    top: initial;
    left: 1vw;
    width: 90vw;
    height: 55vw;
  }
  .movie .box::after {
    position: absolute;
    bottom: 40vw;
    top: initial;
    left: 25vw;
    width: 8vw;
    height: 8vw;
  }
  .movie .image_bg {
    display: none;
  }
  .movie .tyousei {
    padding: initial;
  }
}

.gridbox {
  display: grid;
}
@media screen and (max-width: 766px) {
  .gridbox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sec01 {
  margin-bottom: 200px;
  padding-top: 70px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_title {
  text-align: center;
  margin: 0 auto 70px;
}
.sec01 .point_header {
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.sec01 .point_header .point_number {
  margin-bottom: 30px;
}
.sec01 .point_header .point_number .blue {
  font-size: 40px;
  color: #00879D;
  margin-right: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  letter-spacing: 0.1em;
}
.sec01 .point_header .point_number .point_english {
  font-size: 23px;
  font-family: "小塚ゴシック Pr6N";
  letter-spacing: 0.2em;
}
.sec01 .point_header .point_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.sec01 .point_header .point_title .blue {
  color: #00879D;
  font-size: 28px;
}
.sec01 .point_text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  font-size: 21px;
}
@media screen and (max-width: 766px) {
  .sec01 .sec_body {
    padding: 0 5vw;
  }
  .sec01 .sec_title img {
    width: 100%;
  }
  .sec01 .point_header {
    margin-bottom: 5vw;
  }
  .sec01 .point_header .point_title {
    font-size: 5.3vw;
  }
  .sec01 .point_header .point_title .blue {
    font-size: 6.3vw;
  }
  .sec01 .point_header .point_number {
    margin-bottom: 3vw;
  }
  .sec01 .point_header .point_number .blue {
    font-size: 10vw;
    margin-right: 2vw;
  }
  .sec01 .point_header .point_number .point_english {
    font-size: 5vw;
  }
  .sec01 .point_header .point_number::before {
    left: 0;
    width: 85%;
  }
  .sec01 .point_text {
    font-size: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_title {
    margin: 0 auto 10vw;
  }
  .sec01 .imagebox {
    margin-bottom: 3vw;
  }
}
.sec01 .point01 {
  margin-bottom: 80px;
  box-sizing: border-box;
}
.sec01 .point01 .textbox {
  margin-right: 66px;
  width: 530px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .point01 .column {
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  place-items: center;
}
.sec01 .point01 .follow {
  margin-top: 100px;
  margin-bottom: 50px;
}
.sec01 .point01 .follow .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #00879d;
}
.sec01 .point01 .follow .title .t_small {
  font-size: 22px;
}
.sec01 .point01 .follow .gridbox {
  width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .point01 .follow .gridbox .item {
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .point01 .follow .gridbox .item .item_image {
  margin: 0 auto 40px;
  box-sizing: border-box;
  position: relative;
}
.sec01 .point01 .follow .gridbox .item .item_image .comment_box {
  content: "";
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  top: -40px;
  background-color: rgba(0, 135, 157, 0.83);
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.sec01 .point01 .follow .gridbox .item .item_image .text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .point01 .follow .gridbox .item .item_image .text .big {
  font-size: 37px;
  font-style: italic;
}
.sec01 .point01 .follow .gridbox .item .item_text {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
}
.sec01 .point01 .point_header .point_number {
  position: relative;
  display: flex;
  align-items: center;
}
.sec01 .point01 .point_header .point_number::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: -127px;
  width: 95%;
  border-bottom: 1px solid #000;
}
.sec01 .point01 .under_box .under_title {
  width: 660px;
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.17em;
  position: relative;
  padding-bottom: 40px;
}
.sec01 .point01 .under_box .under_title .under_left {
  margin-right: 370px;
  position: relative;
}
.sec01 .point01 .under_box .under_title .under_left::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: url(/dr/images/dr/kazari01.webp) center/contain no-repeat;
  width: 38px;
  height: 34px;
}
.sec01 .point01 .under_box .under_title .blue {
  color: #00879d;
  font-size: 36px;
}
.sec01 .point01 .under_box .under_title .big {
  font-size: 28px;
  border-bottom: 4px solid #00879d;
}
.sec01 .point01 .under_box .under_title::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: -40px;
  background: url(/dr/images/dr/kazari02.webp) center/contain no-repeat;
  width: 38px;
  height: 54px;
}
.sec01 .point01 .under_box .under_title::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -50px;
  background: url(/dr/images/dr/kazari03.webp) center/contain no-repeat;
  width: 38px;
  height: 54px;
}
.sec01 .point01 .under_box .under_text {
  width: 983px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 21px;
  background-color: rgba(0, 135, 157, 0.1);
  padding: 50px;
}
.sec01 .point01 .setubi {
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
  width: 1280px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec01 .point01 .setubi .setubi_head {
  box-sizing: border-box;
}
.sec01 .point01 .setubi .setubi_head .title {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 138px;
  line-height: 2;
  padding-left: 110px;
}
.sec01 .point01 .setubi .setubi_head .title .blue {
  color: #00879d;
  font-size: 23px;
  font-feature-settings: "palt";
}
.sec01 .point01 .setubi .setubi_head .subtitile {
  padding: 0 35px 30px 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: right;
  color: #5a90bc;
}
.sec01 .point01 .setubi .setubi_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: flex;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
}
.sec01 .point01 .setubi .setubi_head .comment .text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 25px;
  letter-spacing: 0em;
  color: #fff;
}
.sec01 .point01 .setubi .setubi_body {
  padding: 40px 25px;
}
.sec01 .point01 .setubi .setubi_body .setubi_title {
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #5a90bc;
  margin-bottom: 20px;
}
.sec01 .point01 .setubi .setubi_body .setubi_text {
  margin-bottom: 60px;
}
.sec01 .point01 .setubi .setubi_body .gridbox {
  width: 1082px;
  margin: 0 auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 110px;
  grid-template-columns: repeat(auto-fill, 340px);
}
.sec01 .point01 .setubi .setubi_body .gridbox .item {
  width: 340px;
  height: 220px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-bottom: 30px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item .blue {
  font-size: 18px;
  color: #00879d;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(1) {
  position: relative;
  align-items: center;
  text-align: center;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(/dr/images/dr/setubi01.webp) center/contain no-repeat;
  width: 200px;
  height: 133px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(2) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(/dr/images/dr/setubi02.webp) center/contain no-repeat;
  width: 200px;
  height: 133px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(3) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(/dr/images/dr/setubi03.webp) center/contain no-repeat;
  width: 222px;
  height: 134px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(4) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0px;
  background: url(/dr/images/dr/setubi04.webp) center/contain no-repeat;
  width: 267px;
  height: 137px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(5) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 20px;
  background: url(/dr/images/dr/setubi05_1.webp) center/contain no-repeat;
  width: 206px;
  height: 156px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(6) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(6)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 20px;
  background: url(/dr/images/dr/setubi06.webp) center/contain no-repeat;
  width: 267px;
  height: 152px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(7) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(7)::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(/dr/images/dr/setubi07_2.webp) center/contain no-repeat;
  width: 184px;
  height: 144px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(8) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(8)::before {
  content: "";
  position: absolute;
  top: -110px;
  right: 20px;
  background: url(/dr/images/dr/setubi08.webp) center/contain no-repeat;
  width: 195px;
  height: 211px;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(9) {
  position: relative;
}
.sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(9)::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 20px;
  background: url(/dr/images/dr/setubi09.webp) center/contain no-repeat;
  width: 200px;
  height: 133px;
}
.sec01 .point01 .setubi .setubi_body .setubi_bottom .bottom_text {
  max-height: 100%;
  text-align: right;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-top: 120px;
}
.sec01 .point01 .setubi::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/dr/images/dr/setubi_up.webp) center/contain no-repeat;
  width: 804px;
  height: 425px;
  z-index: -5;
}
.sec01 .point01 .setubi::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  background: url(/dr/images/dr/setubi_down.webp) center/contain no-repeat;
  width: 805px;
  height: 425px;
  z-index: -5;
}
@media screen and (max-width: 766px) {
  .sec01 .point01 {
    margin-bottom: 10vw;
  }
  .sec01 .point01 .follow {
    margin-top: 10vw;
    margin-bottom: initial;
  }
  .sec01 .point01 .point_header .point_number::before {
    left: -5vw;
    width: 95%;
  }
  .sec01 .point01 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec01 .point01 .textbox .imagebox img {
    width: 100%;
  }
  .sec01 .point01 .gridbox_column .imagebox {
    min-width: initial;
  }
  .sec01 .point01 .follow .gridbox {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point01 .follow .gridbox .item .item_image {
    margin: 0 auto 20vw;
    width: 80%;
  }
  .sec01 .point01 .follow .gridbox .item .item_image .text {
    font-size: 5.3vw;
  }
  .sec01 .point01 .follow .gridbox .item .item_image .text .big {
    font-size: 10vw;
  }
  .sec01 .point01 .follow .gridbox .item .item_image .comment_box {
    left: 80%;
    top: -9px;
    width: 38vw;
    height: 38vw;
    border-radius: 100vw;
  }
  .sec01 .point01 .follow .gridbox .item .item_image img {
    width: 100%;
  }
  .sec01 .point01 .under_box .under_title {
    max-width: 100%;
    width: 100%;
    padding-bottom: 5vw;
    font-size: 6vw;
  }
  .sec01 .point01 .under_box .under_title .under_left {
    margin-right: initial;
    font-size: 5vw;
  }
  .sec01 .point01 .under_box .under_title .blue {
    font-size: 10vw;
  }
  .sec01 .point01 .under_box .under_title .big {
    font-size: 6.3vw;
  }
  .sec01 .point01 .under_box .under_title .under_left::before {
    bottom: 3vw;
    left: -5vw;
    width: 8vw;
    height: 8vw;
  }
  .sec01 .point01 .under_box .under_title::before {
    bottom: 25vw;
    left: 5vw;
    width: 7vw;
    height: 10vw;
  }
  .sec01 .point01 .under_box .under_title::after {
    bottom: 25vw;
    right: 5vw;
    width: 7vw;
    height: 10vw;
  }
  .sec01 .point01 .under_box .under_text {
    max-width: 85%;
    font-size: 4vw;
    padding: 5vw;
  }
  .sec01 .point01 .under_box .under_text::before {
    display: none;
  }
  .sec01 .point01 .setubi {
    max-width: 100%;
    margin-top: 40vw;
    margin-bottom: 20vw;
  }
  .sec01 .point01 .setubi .setubi_head {
    padding: 3vw 0;
    font-size: 5.3vw;
    margin-bottom: 23vw;
  }
  .sec01 .point01 .setubi .setubi_head .title {
    padding: 3vw;
    font-size: 5.3vw;
    margin-bottom: initial;
  }
  .sec01 .point01 .setubi .setubi_head .title .blue {
    font-size: 5.3vw;
  }
  .sec01 .point01 .setubi .setubi_body {
    padding: 4vw 2vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox {
    max-width: 100%;
    width: 100%;
    row-gap: 21vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item {
    font-size: 4.3vw;
    width: 44.5vw;
    height: 30.8vw;
    padding-left: initial;
    padding-bottom: initial;
    padding-left: 2vw;
    padding-bottom: 3vw;
    width: 100%;
    height: 50vw;
    align-items: center;
    text-align: center;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item .blue {
    font-size: 4.8vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(1)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(2)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(3)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(4)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(5)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(6)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(7)::before {
    top: -6vw;
    right: 50%;
    width: 46vw;
    transform: translateX(50%);
    height: 23vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(8)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .gridbox .item:nth-of-type(9)::before {
    top: -15vw;
    right: 50%;
    width: 54vw;
    transform: translateX(50%);
    height: 36vw;
  }
  .sec01 .point01 .setubi .setubi_body .setubi_bottom {
    width: 100%;
  }
  .sec01 .point01 .setubi .setubi_body .setubi_bottom .bottom_text {
    font-size: 4vw;
    padding-top: 12vw;
    text-align: center;
  }
  .sec01 .point01 .setubi::before {
    top: -20vw;
    height: 53vw;
    width: 100%;
    right: -5vw;
  }
  .sec01 .point01 .setubi::after {
    bottom: -10vw;
    height: 53vw;
    width: 100%;
    left: -5vw;
  }
}
.sec01 .point02 {
  padding: 0;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.sec01 .point02 .textbox {
  margin-right: 66px;
  width: 530px;
}
.sec01 .point02 .point_header .point_number {
  position: relative;
}
.sec01 .point02 .point_header .point_number::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: -127px;
  width: 100%;
  border-bottom: 1px solid #000;
}
.sec01 .point02 .step_header {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
  width: 444px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.sec01 .point02 .step_header .step_title {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
}
.sec01 .point02 .step_header .step_title::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -100px;
  background: url(/dr/images/dr/stepup.webp) center/contain no-repeat;
  width: 160px;
  height: 137px;
}
.sec01 .point02 .step_header .step_sub {
  font-size: 15px;
  margin-left: 70px;
  width: 464px;
}
.sec01 .point02 .step_box {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec01 .point02 .step_box .step_cont {
  display: grid;
  margin: 0 auto 40px;
  padding-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 1082px;
}
.sec01 .point02 .step_box .step_cont .kyuuyo {
  width: 371px;
  height: 220px;
  position: relative;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .kyuuyo_back {
  z-index: -5;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .textbox {
  position: absolute;
  width: 371px;
  height: 220px;
  top: 0;
  right: -30px;
  margin-right: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 53px;
  border-bottom: 1px solid #00879d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 295px;
  letter-spacing: 0.1em;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_title .kyuuyo_title2 {
  display: inline-block;
  width: 108px;
  margin-left: 10px;
  line-height: 1;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_text {
  color: #00879d;
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_text .big {
  font-size: 30px;
}
.sec01 .point02 .step_box .step_cont .kyuuyo:last-child {
  width: 340px;
}
.sec01 .point02 .step_box .step_cont .last_title {
  margin-left: 25px;
}
.sec01 .point02 .step_box::before {
  content: "";
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -5;
  background: url(/dr/images/dr/step_bg.webp) center/contain no-repeat;
  width: 1280px;
  height: 191px;
}
@media screen and (max-width: 766px) {
  .sec01 .point02 {
    margin-bottom: 10vw;
  }
  .sec01 .point02 .imagebox img {
    width: 100%;
  }
  .sec01 .point02 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point02 .point_header .point_number::before {
    width: 100%;
    left: -5vw;
  }
  .sec01 .point02 .point_text {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point02 .step_header {
    max-width: 100%;
    width: 100%;
    padding-top: 30vw;
    padding-bottom: initial;
  }
  .sec01 .point02 .step_header .step_title {
    font-size: 5.8vw;
    margin-bottom: 3vw;
    padding-left: initial;
  }
  .sec01 .point02 .step_header .step_title::before {
    bottom: 13vw;
    left: 33vw;
    width: 22vw;
    height: 18vw;
  }
  .sec01 .point02 .step_header .step_sub {
    font-size: 4vw;
    margin-left: initial;
    width: 80%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .sec01 .point02 .step_box {
    max-width: 100%;
    width: 100%;
  }
  .sec01 .point02 .step_box .step_cont {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo:last-child {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo {
    width: 100%;
    max-width: 100%;
    height: initial;
    margin-top: 5vw;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .kyuuyo_back img {
    width: 100%;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .textbox {
    width: 100%;
    max-width: 100%;
    height: 50vw;
    right: 1vw;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_title {
    font-size: 4.3vw;
    width: 95%;
    max-width: 95%;
    height: 15vw;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_title .kyuuyo_title2 {
    width: 31vw;
    margin-left: 3vw;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_text {
    font-size: 5vw;
    margin: 0 auto;
  }
  .sec01 .point02 .step_box .step_cont .kyuuyo .textbox .kyuuyo_text .big {
    font-size: 7vw;
  }
  .sec01 .point02 .step_box::before {
    display: none;
  }
  .sec01 .point02 .step_box::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vw;
    left: -5vw;
    top: -65vw;
    z-index: -1;
    background: url(/dr/images/dr/step_bg_sp.webp) center/contain no-repeat;
  }
}
.sec01 .point03 {
  margin-bottom: 80px;
}
.sec01 .point03 .upbox {
  margin-bottom: 110px;
}
.sec01 .point03 .point_header .point_number {
  position: relative;
}
.sec01 .point03 .point_header .point_number::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: -127px;
  width: 95%;
  border-bottom: 1px solid #000;
}
.sec01 .point03 .textbox {
  margin-right: 66px;
  width: 530px;
}
.sec01 .point03 .textbox .list .item {
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 21px;
  padding-left: 45px;
  line-height: 1.4;
  margin-bottom: 22px;
  position: relative;
}
.sec01 .point03 .textbox .list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/dr/images/dr/check.webp) center/contain no-repeat;
  width: 36px;
  height: 26px;
}
.sec01 .point03 .under_box {
  margin: 0 auto;
}
.sec01 .point03 .under_box .under_title {
  font-size: 24px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-bottom: 65px;
  position: relative;
  width: 435px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.sec01 .point03 .under_box .under_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: -100px;
  background: url(/dr/images/dr/kazari04.webp) center/contain no-repeat;
  width: 108px;
  height: 107px;
}
.sec01 .point03 .under_box .under_title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  right: -20px;
  background: url(/dr/images/dr/kazari05.webp) center/contain no-repeat;
  width: 55px;
  height: 81px;
}
.sec01 .point03 .under_box .flexbox {
  width: 1071px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .point03 .under_box .flexbox .work_list {
  display: grid;
  -moz-column-gap: 45px;
       column-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
}
.sec01 .point03 .under_box .flexbox .work_list .work {
  height: 220px;
  background-image: linear-gradient(-60deg, #DBBEDC, #EECAD0);
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec01 .point03 .under_box .flexbox .work_list .work .work_textbox {
  padding: 40px 30px 30px 30px;
}
.sec01 .point03 .under_box .flexbox .work_list .work .work_title {
  font-size: 20px;
  color: #D73975;
  border-bottom: 0.5px solid #D73975;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec01 .point03 .under_box .flexbox .work_list .work:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .sec01 .point03 .point_header .point_number::before {
    width: 95%;
    left: -5vw;
  }
  .sec01 .point03 .point_number {
    width: 85%;
    left: 0;
  }
  .sec01 .point03 .imagebox img {
    width: 100%;
  }
  .sec01 .point03 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec01 .point03 .textbox .list .item {
    font-size: 4vw;
    padding-left: 10vw;
    margin-bottom: 5vw;
  }
  .sec01 .point03 .textbox .list .item::before {
    width: 10vw;
    height: 7vw;
  }
  .sec01 .point03 .under_box .under_title {
    font-size: 5.4vw;
    padding-bottom: 10vw;
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point03 .under_box .under_title::before {
    bottom: -4vw;
    left: 2vw;
    width: 15vw;
    height: 15vw;
  }
  .sec01 .point03 .under_box .under_title::after {
    bottom: -4vw;
    right: 7vw;
    width: 12vw;
    height: 15vw;
  }
  .sec01 .point03 .under_box .flexbox {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point03 .under_box .flexbox .work_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point03 .under_box .flexbox .work_list .work {
    height: initial;
  }
  .sec01 .point03 .under_box .flexbox .work_list .work .work_title {
    font-size: 5vw;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
  .sec01 .point03 .under_box .flexbox .work_list .work .work_textbox {
    padding: 4vw;
    font-size: 4vw;
  }
  .sec01 .point03 .under_box .flexbox .work_list .work:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 766px) {
  .sec01 {
    padding-top: initial;
  }
}

.sec02 {
  margin-bottom: 70px;
  padding: 0;
  box-sizing: border-box;
}
.sec02 .interview_box {
  padding-bottom: 120px;
  width: 1160px;
  margin: 0 auto;
}
.sec02 .interview_box .senpai, .sec02 .interview_box .senpai2 {
  display: flex;
  margin-bottom: 55px;
  padding: 0 100px;
}
.sec02 .interview_box .senpai .imagebox, .sec02 .interview_box .senpai2 .imagebox {
  margin-right: 20px;
  min-width: 38%;
}
.sec02 .interview_box .senpai .textbox, .sec02 .interview_box .senpai2 .textbox {
  letter-spacing: 0.1em;
}
.sec02 .interview_box .senpai .textbox .interview_title, .sec02 .interview_box .senpai2 .textbox .interview_title {
  text-align: right;
  font-size: 21px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
.sec02 .interview_box .senpai .textbox .interview_title .blue, .sec02 .interview_box .senpai2 .textbox .interview_title .blue {
  color: #00879d;
  font-size: 38px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .interview_box .senpai .textbox .doctor, .sec02 .interview_box .senpai2 .textbox .doctor {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 40px;
}
.sec02 .interview_box .senpai .textbox .doctor_comment, .sec02 .interview_box .senpai2 .textbox .doctor_comment {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  z-index: 5;
}
.sec02 .interview_box .senpai .textbox .doctor_comment::before, .sec02 .interview_box .senpai2 .textbox .doctor_comment::before {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -170px;
  background: url(/dr/images/dr/interview_bg.webp) center/contain no-repeat;
  width: 838px;
  height: 155px;
  z-index: -1;
}
.sec02 .interview_box .senpai .textbox .comment2::before, .sec02 .interview_box .senpai2 .textbox .comment2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -270px;
  background: url(/dr/images/dr/interview_bg.webp) center/contain no-repeat;
  width: 838px;
  height: 155px;
  z-index: -1;
}
.sec02 .interview_box .senpai_under {
  width: 1160px;
  margin: 0 auto;
}
.sec02 .interview_box .senpai_under .gridbox {
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  margin-bottom: 60px;
  box-sizing: border-box;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec02 .interview_box .senpai_under .gridbox .item {
  width: 564px;
}
.sec02 .interview_box .senpai_under .gridbox .item .item_title {
  font-size: 20px;
  color: #00879d;
  border-bottom: 1px solid #00879d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 85px;
  position: relative;
  letter-spacing: 0.1em;
}
.sec02 .interview_box .senpai_under .gridbox .item .item_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/dr/images/dr/interview.webp) center/contain no-repeat;
  width: 43px;
  height: 34px;
}
.sec02 .interview_box .senpai_under .gridbox .item .item_text {
  font-size: 21px;
}
.sec02 .interview_box .senpai_under .gridbox .item .item_text .colorline {
  color: #00879d;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  font-weight: bold;
}
.sec02 .interview_box .senpai_under .gridbox2 .item {
  width: 1160px;
  margin-bottom: 67px;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .imagebox {
  text-align: right;
  min-width: initial;
  margin-right: 43px;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .item_title {
  font-size: 20px;
  color: #00879d;
  border-bottom: 1px solid #00879d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 85px;
  position: relative;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .item_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/dr/images/dr/interview.webp) center/contain no-repeat;
  width: 53px;
  height: 34px;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .item_text {
  font-size: 21px;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .item_text .colorline {
  color: #00879d;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  font-weight: bold;
}
.sec02 .interview_box .senpai_under .gridbox2 .item .item_text2 {
  width: 1035px;
}
.sec02 .interview_box .senpai_under .gridbox2 .flex_left {
  flex-direction: row-reverse;
}
.sec02 .interview_box .senpai_under .gridbox2 .flex_left .imagebox_left {
  text-align: left;
  min-width: initial;
  margin-right: 43px;
}
.sec02 .interview_box .senpai_under .gridbox2 .flex_left .item_box_left {
  width: 749px;
}
.sec02 .interview_box .senpai_under .gridbox2 .flex_right .imagebox_right {
  margin-right: initial;
  text-align: center;
}
.sec02 .interview_box .senpai_under .gridbox2 .flex_right .item_box_right {
  width: 611px;
  margin-right: 40px;
}
.sec02 .interview_box .senpai_under .gridbox2 .last_title {
  width: 558px;
  position: relative;
}
.sec02 .interview_box .senpai_under .gridbox2 .last_title::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -150px;
  background: url(/dr/images/dr/kazari07.webp) center/contain no-repeat;
  width: 217px;
  height: 74px;
}
.sec02 .interview_box .senpai_under .gridbox2 .doctor_title {
  position: relative;
}
.sec02 .interview_box .senpai_under .gridbox2 .doctor_title::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  background: url(/dr/images/dr/kazari06.webp) center/contain no-repeat;
  width: 100px;
  height: 116px;
}
.sec02 .interview_box .senpai2_text {
  margin-top: 100px;
}
.sec02 .interview_box .senpai2_text .doctor2 {
  margin-bottom: 50px;
}
.sec02 .interview_box .senpai2 .textbox {
  margin-top: 130px;
}
.sec02 .interview_box .senpai2 .textbox .doctor2 {
  margin-bottom: 20px;
}
.sec02 .wakate_interview {
  background: rgba(0, 135, 157, 0.1);
  padding: 43px 0;
  width: 1100px;
  margin: 0 auto;
}
.sec02 .wakate_title {
  text-align: center;
  font-size: 21px;
  padding-bottom: 70px;
  position: relative;
  width: 195px;
  margin: 0 auto;
}
.sec02 .wakate_title::after {
  content: "VOICE";
  position: absolute;
  top: -70px;
  left: 25px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  color: #00879d;
  width: 150px;
  letter-spacing: 0.1em;
}
.sec02 .wakate_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -330px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 38px;
  color: #00879d;
  width: 151px;
  height: 203px;
  background: url(/dr/images/dr/kazari08.webp) center/contain no-repeat;
}
.sec02 .dashed {
  margin-bottom: 46px;
  border-bottom: 1px dashed #00879d;
}
.sec02 .wakate_box {
  padding: 0 100px;
}
.sec02 .wakate_box .wakate {
  display: flex;
  margin-bottom: 55px;
  flex-direction: row-reverse;
}
.sec02 .wakate_box .wakate .imagebox {
  text-align: right;
}
.sec02 .wakate_box .wakate .textbox {
  letter-spacing: 0.1em;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.sec02 .wakate_box .wakate .textbox .wakate_doctor {
  font-size: 18px;
  margin-bottom: 40px;
}
.sec02 .wakate_box .wakate .textbox .wakate_comment {
  font-size: 28px;
  position: relative;
  z-index: 5;
  color: #00879d;
  margin-bottom: 36px;
}
.sec02 .wakate_box .wakate02 {
  flex-direction: row;
}
.sec02 .wakate_box .wakate02 .wakate_text_top {
  text-align: left;
  margin-left: 100px;
  position: relative;
}
.sec02 .wakate_box .wakate02 .wakate_text_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -60px;
  background: url(/dr/images/dr/kazari10.webp) center/contain no-repeat;
  width: 190px;
  height: 90px;
}
.sec02 .wakate_box .wakate_under .under_title {
  font-size: 31px;
  color: #00879d;
  margin-bottom: 40px;
  position: relative;
  width: 224px;
  letter-spacing: 0.15em;
}
.sec02 .wakate_box .wakate_under .under_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -65px;
  background: url(/dr/images/dr/wakate_bg.webp) center/contain no-repeat;
  width: 1032px;
  height: 27px;
}
.sec02 .wakate_box .wakate_under .under_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  background: url(/dr/images/dr/kazari09.webp) center/contain no-repeat;
  width: 30px;
  height: 36px;
}
.sec02 .wakate_box .wakate_under .gridbox {
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  margin-bottom: 60px;
  box-sizing: border-box;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec02 .wakate_box .wakate_under .gridbox .wakate_title {
  font-size: 31px;
  color: #00879d;
}
.sec02 .wakate_box .wakate_under .gridbox .item .item_title {
  font-size: 20px;
  color: #00879d;
  border-bottom: 1px solid #00879d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.sec02 .wakate_box .wakate_under .gridbox .item .item_title::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.sec02 .wakate_box .wakate_under .gridbox2 {
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec02 .wakate_box .wakate_under .gridbox2 .wakate_title {
  font-size: 31px;
  color: #00879d;
}
.sec02 .wakate_box .wakate_under .gridbox2 .flexbox {
  align-items: initial;
}
.sec02 .wakate_box .wakate_under .gridbox2 .textbox {
  width: 570px;
  margin-right: 30px;
}
.sec02 .wakate_box .wakate_under .gridbox2 .imagebox {
  min-width: initial;
  box-sizing: border-box;
  width: 300px;
  text-align: right;
}
.sec02 .wakate_box .wakate_under .gridbox2 .item {
  margin-bottom: 40px;
}
.sec02 .wakate_box .wakate_under .gridbox2 .item .item_title {
  font-size: 20px;
  color: #00879d;
  border-bottom: 1px solid #00879d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.sec02 .wakate_box .wakate_under .gridbox2 .item .item_title::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 766px) {
  .sec02 .interview_box {
    width: 100%;
    max-width: 100%;
    padding-bottom: initial;
  }
  .sec02 .interview_box .senpai, .sec02 .interview_box .senpai2 {
    display: block;
    padding: 5vw;
    margin-bottom: initial;
  }
  .sec02 .interview_box .senpai .imagebox, .sec02 .interview_box .senpai2 .imagebox {
    margin-right: initial;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3vw;
  }
  .sec02 .interview_box .senpai .textbox .interview_title, .sec02 .interview_box .senpai2 .textbox .interview_title {
    font-size: 5.3vw;
    margin-bottom: 4vw;
    text-align: right;
  }
  .sec02 .interview_box .senpai .textbox .interview_title .blue, .sec02 .interview_box .senpai2 .textbox .interview_title .blue {
    font-size: 10vw;
  }
  .sec02 .interview_box .senpai .textbox .doctor, .sec02 .interview_box .senpai2 .textbox .doctor {
    font-size: 4.3vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .sec02 .interview_box .senpai .textbox .doctor_comment, .sec02 .interview_box .senpai2 .textbox .doctor_comment {
    font-size: 5.8vw;
    text-align: center;
  }
  .sec02 .interview_box .senpai .textbox .doctor_comment::before, .sec02 .interview_box .senpai2 .textbox .doctor_comment::before {
    display: none;
  }
  .sec02 .interview_box .senpai .textbox .doctor_comment::after, .sec02 .interview_box .senpai2 .textbox .doctor_comment::after {
    position: absolute;
    content: "";
    width: 110vw;
    height: 45vw;
    right: -3vw;
    top: -4vw;
    z-index: -2;
    background: url(/dr/images/dr/interview_bg_sp.webp) center/contain no-repeat;
  }
  .sec02 .interview_box .senpai .senpai2 .textbox, .sec02 .interview_box .senpai2 .senpai2 .textbox {
    margin-top: initial;
  }
  .sec02 .interview_box .senpai2 {
    margin-bottom: 15vw;
  }
  .sec02 .interview_box .senpai2 .textbox {
    margin-top: 5vw;
  }
  .sec02 .interview_box .senpai2 .textbox .doctor_comment {
    padding-top: 5vw;
  }
  .sec02 .interview_box .senpai_under {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24.8vw;
  }
  .sec02 .interview_box .senpai_under .gridbox {
    row-gap: 10vw;
    padding-bottom: 10vw;
    grid-template-columns: repeat(1, 1fr);
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .sec02 .interview_box .senpai_under .gridbox .item {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .interview_box .senpai_under .gridbox .item .item_title {
    font-size: 5.3vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    padding-left: 20vw;
  }
  .sec02 .interview_box .senpai_under .gridbox .item .item_title::before {
    width: 18vw;
    height: 10vw;
  }
  .sec02 .interview_box .senpai_under .gridbox .item .item_text {
    font-size: 4vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 {
    padding: 0 5vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .flex_right .item_box_right {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .flex_right .imagebox_right {
    margin-bottom: 3vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .flex_left .imagebox_left {
    width: 100%;
    margin-right: initial;
    text-align: center;
    margin-bottom: 3vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .flex_left .item_box_left {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .last_title {
    width: 100%;
    max-width: 78%;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .item_title {
    font-size: 5.3vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    padding-left: 20vw;
    height: 10vw;
    display: flex;
    align-items: center;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .item_title::before {
    width: 18vw;
    height: 10vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .item_title::after {
    width: 20vw;
    height: 24vw;
    top: -9vw;
    right: 11vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .doctor_title::after {
    width: 15vw;
    height: 18vw;
    top: -4vw;
    right: -3vw;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .item_text2 {
    font-size: 4vw;
    width: 100%;
    max-width: 100%;
  }
  .sec02 .interview_box .senpai_under .gridbox2 .item .item_text {
    font-size: 4vw;
  }
  .sec02 .wakate_interview {
    width: 100%;
    max-width: 100%;
    padding: 11vw 0;
  }
  .sec02 .wakate_interview .wakate_title {
    font-size: 5.3vw;
    padding-bottom: 7vw;
    width: 100%;
    max-width: 100%;
  }
  .sec02 .wakate_interview .wakate_title::before {
    bottom: 15vw;
    left: 10vw;
    width: 15vw;
    height: 20vw;
  }
  .sec02 .wakate_interview .wakate_title::after {
    top: -19vw;
    left: 31vw;
    font-size: 10vw;
    width: 40vw;
  }
  .sec02 .wakate_interview .wakate_box {
    padding: 0 5vw;
  }
  .sec02 .wakate_interview .wakate_box .wakate {
    display: block;
    margin-bottom: 3vw;
  }
  .sec02 .wakate_interview .wakate_box .wakate .imagebox {
    text-align: center;
    width: 80%;
    min-width: 80%;
    margin: 0 auto;
  }
  .sec02 .wakate_interview .wakate_box .wakate .textbox {
    width: 100%;
    text-align: right;
  }
  .sec02 .wakate_interview .wakate_box .wakate .textbox .wakate_comment {
    font-size: 5vw;
    margin: 5vw 0;
  }
  .sec02 .wakate_interview .wakate_box .wakate .textbox .wakate_doctor {
    font-size: 4vw;
    margin-bottom: 10vw;
    padding-right: 4vw;
  }
  .sec02 .wakate_interview .wakate_box .wakate02 .wakate_text_top {
    margin-left: initial;
  }
  .sec02 .wakate_interview .wakate_box .wakate02 .wakate_text_top::after {
    bottom: 10vw;
    left: 0;
    width: 30vw;
    height: 15vw;
  }
  .sec02 .wakate_interview .dashed {
    margin-bottom: 13.8vw;
  }
  .sec02 .wakate_interview .wakate_under .under_title {
    font-size: 6vw;
    width: 100%;
    margin-bottom: 5vw;
  }
  .sec02 .wakate_interview .wakate_under .under_title::before {
    height: 100%;
    bottom: -2vw;
    left: 0;
    width: 100%;
  }
  .sec02 .wakate_interview .wakate_under .under_title::after {
    width: 8vw;
    height: 8vw;
    top: 1vw;
    right: 40vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 10vw;
         column-gap: 10vw;
    padding-bottom: 10vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox .item .item_title {
    font-size: 4.3vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    padding-left: 10vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 {
    padding-bottom: 10vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 .item {
    margin-bottom: 10vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 .item .item_title {
    font-size: 4.3vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 .item .flexbox .textbox {
    margin-right: initial;
    width: 100%;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 .item .flexbox .textbox .item_title {
    font-size: 4.3vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    padding-left: 10vw;
  }
  .sec02 .wakate_interview .wakate_under .gridbox2 .item .flexbox .imagebox {
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
}

.animation01 {
  margin: 0 0 200px;
  position: relative;
  z-index: 0;
}
.animation01 .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.animation01 .scroll-content {
  display: flex;
  animation: scroll 75s linear infinite;
}
.animation01 .item {
  flex: 0 0 auto;
  width: 1724px;
  height: 332px;
  margin: 0 0px;
  text-align: center;
  line-height: 332px;
  font-size: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 766px) {
  .animation01 {
    margin: initial;
    margin-top: -10vw;
    padding-bottom: 38.6vw;
  }
  .animation01 .item {
    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: 400px;
}
.sec03 .career_box {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec03 .career_box .first_box {
  display: flex;
  box-sizing: border-box;
  padding-left: 90px;
  margin-top: 75px;
}
.sec03 .career_box .first_box .career_title {
  color: #00879d;
  font-size: 26px;
  margin-right: 63px;
  margin-bottom: 18px;
}
.sec03 .career_box .first_box .career_title .normal {
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
.sec03 .career_box .first_box .career_title .big {
  font-size: 42px;
  background: #00879d;
  padding: 0 9px;
  color: #fff;
  width: 360px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.sec03 .career_box .first_box .career_title .big .small {
  font-size: 27px;
}
.sec03 .career_box .first_box .career_title .big2 {
  font-size: 42px;
  background-color: #00879d;
  padding: 0 9px;
  color: #fff;
  width: 207px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.sec03 .career_box .second_box {
  margin: 0 auto;
  box-sizing: border-box;
  width: 1136px;
  margin-bottom: 46px;
}
.sec03 .career_box .second_box .imagebox {
  text-align: right;
}
.sec03 .career_box .second_box .textbox {
  width: 610px;
}
.sec03 .career_box .second_box .square {
  display: flex;
  margin-bottom: 25px;
}
.sec03 .career_box .second_box .square .left_box, .sec03 .career_box .second_box .square .right_box {
  border: 5px solid #00879d;
  padding: 30px 10px;
  text-align: center;
  width: 263px;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.sec03 .career_box .second_box .square .left_box .big, .sec03 .career_box .second_box .square .right_box .big {
  color: #00879d;
  font-size: 28px;
}
.sec03 .career_box .second_box .square .left_box {
  margin-right: 10px;
}
.sec03 .career_box .second_box .bottom_box {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec03 .career_box .third_box {
  width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec03 .career_box .third_box .flexbox {
  margin-bottom: 105px;
  align-items: initial;
}
.sec03 .career_box .third_box .imagebox_right {
  text-align: right;
  margin-bottom: 3vw;
}
.sec03 .career_box .third_box .imagebox_left {
  text-align: left;
  margin-bottom: 3vw;
}
.sec03 .career_box .third_box .textbox .third_title {
  color: #00879d;
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.sec03 .career_box .third_box .textbox .third_title .big {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 30px;
}
.sec03 .career_box .third_box .textbox .third_title .big .first {
  color: #fff;
  background-color: #00879d;
  padding: 5px;
}
.sec03 .career_box .third_box .textbox .third_text {
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.sec03 .career_box .third_box .flex_right {
  flex-direction: row-reverse;
}
.sec03 .career_box .third_box .textbox_right {
  margin-right: 53px;
}
.sec03 .career_box .third_box .textbox_left {
  margin-left: 53px;
}
.sec03 .career_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/dr/images/dr/sec03_bg.webp) center/contain no-repeat;
  width: 1287px;
  height: 1700px;
  z-index: -3;
}
@media screen and (max-width: 766px) {
  .sec03 {
    padding-bottom: 36.8vw;
    margin-bottom: initial;
  }
  .sec03 .career_box {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .career_box .first_box {
    display: block;
    padding-left: initial;
    margin-top: 13.8vw;
  }
  .sec03 .career_box .first_box .career_title {
    font-size: 6vw;
    margin-left: initial;
    margin-bottom: 5vw;
  }
  .sec03 .career_box .first_box .career_title .big {
    font-size: 10vw;
    width: 88vw;
    padding: 0 3vw;
    margin-bottom: 3vw;
  }
  .sec03 .career_box .first_box .career_title .big .small {
    font-size: 7vw;
  }
  .sec03 .career_box .first_box .career_title .big2 {
    font-size: 10vw;
    width: 44vw;
    padding: 0 3vw;
  }
  .sec03 .career_box .first_box .career_title .normal {
    margin-bottom: 3vw;
  }
  .sec03 .career_box .first_box .imagebox {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
  }
  .sec03 .career_box .second_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: initial;
  }
  .sec03 .career_box .second_box .flexbox .imagebox {
    text-align: center;
    margin-bottom: 13.8vw;
    padding: 0 5vw;
  }
  .sec03 .career_box .second_box .flexbox .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .career_box .second_box .flexbox .textbox .square {
    margin-bottom: 5vw;
    display: block;
  }
  .sec03 .career_box .second_box .flexbox .textbox .square .left_box, .sec03 .career_box .second_box .flexbox .textbox .square .right_box {
    padding: 3vw;
    width: 63vw;
    font-size: 5vw;
    margin: 0 auto;
  }
  .sec03 .career_box .second_box .flexbox .textbox .square .left_box .big, .sec03 .career_box .second_box .flexbox .textbox .square .right_box .big {
    font-size: 6vw;
    border: 1w solid #00879d;
    padding: 3vw;
    width: 63vw;
    font-size: 5vw;
    margin: 0 auto;
  }
  .sec03 .career_box .second_box .flexbox .textbox .square .right_box {
    margin-top: 3vw;
  }
  .sec03 .career_box .second_box .bottom_box {
    font-size: 4vw;
    padding: 0 5vw;
  }
  .sec03 .career_box .third_box {
    width: 100%;
    max-width: 100%;
    padding: 0 5vw;
  }
  .sec03 .career_box .third_box .flexbox {
    margin-bottom: 10vw;
  }
  .sec03 .career_box .third_box .flexbox .imagebox img {
    width: 100%;
  }
  .sec03 .career_box .third_box .flexbox .textbox_left {
    margin-left: initial;
  }
  .sec03 .career_box .third_box .flexbox .textbox_right {
    margin-right: initial;
  }
  .sec03 .career_box .third_box .flexbox .textbox .third_title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .sec03 .career_box .third_box .flexbox .textbox .third_title .big {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  .sec03 .career_box .third_box .flexbox .textbox .third_title .big .first {
    padding: 1vw;
  }
  .sec03 .career_box .third_box .flexbox .textbox .third_text {
    font-size: 4vw;
  }
  .sec03 .career_box::before {
    width: 100%;
    max-width: 100%;
    top: -105vw;
    height: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .message_title {
  font-size: 21px;
  text-align: center;
  padding-bottom: 83px;
  position: relative;
  margin: 0 auto;
  width: 1280px;
  letter-spacing: 0.1em;
}
.sec04 .message_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(/dr/images/dr/message_bg.webp) center/contain no-repeat;
  width: 1280px;
  height: 381px;
  z-index: -5;
}
.sec04 .message_title::after {
  content: "MESSAGE";
  position: absolute;
  top: -100px;
  left: 460px;
  width: 352px;
  height: 74px;
  z-index: -5;
  font-size: 61px;
  color: #00879d;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.sec04 .left_text {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 80px;
  width: 1200px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.sec04 .right_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: right;
  padding-right: 137px;
  padding-bottom: 72px;
  width: 1143px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.sec04 .right_text .big {
  font-size: 28px;
}
.sec04 .message_box {
  margin: 0 auto;
  width: 1135px;
}
.sec04 .message_box .textbox {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec04 .message_box .first {
  padding-bottom: 95px;
}
.sec04 .message_box .first .textbox {
  margin-right: 70px;
}
.sec04 .message_box .second {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.sec04 .message_box .second .textbox {
  margin-left: 70px;
}
@media screen and (max-width: 766px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_body {
    padding: 0 5vw;
  }
  .sec04 .message_title {
    font-size: 5vw;
    padding-bottom: 8vw;
    width: 100%;
    max-width: 100%;
    padding-bottom: 8vw;
  }
  .sec04 .message_title::before {
    width: 100%;
    max-width: 100%;
    height: 30vw;
    bottom: 15vw;
    left: 0;
  }
  .sec04 .message_title::after {
    width: 100%;
    max-width: 100%;
    top: -13vw;
    left: 0;
    height: initial;
    font-size: 8vw;
  }
  .sec04 .left_text {
    font-size: 5vw;
    width: 100%;
    max-width: 100%;
    padding-left: initial;
  }
  .sec04 .right_text {
    padding-right: initial;
    padding-bottom: 5vw;
    width: 100%;
    max-width: 100%;
  }
  .sec04 .right_text .big {
    font-size: 5vw;
  }
  .sec04 .message_box {
    width: 100%;
    max-width: 100%;
  }
  .sec04 .message_box .first {
    padding-bottom: 10vw;
  }
  .sec04 .message_box .first .textbox {
    margin-right: initial;
  }
  .sec04 .message_box .first .imagebox {
    margin-bottom: 3vw;
  }
  .sec04 .message_box .second .textbox {
    margin-left: initial;
  }
  .sec04 .message_box .second .imagebox {
    margin-bottom: 3vw;
  }
  .sec04 .message_box .textbox {
    font-size: 4vw;
  }
  .sec04 .message_box .imagebox img {
    width: 100%;
  }
}

.sec05 {
  margin-bottom: 60px;
}
.sec05 .four_image {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}
.sec05 .fukidashi_box {
  display: flex;
  width: 957px;
  margin: 0 auto;
  height: 185px;
}
.sec05 .fukidashi_box .fukidashi01, .sec05 .fukidashi_box .fukidashi02, .sec05 .fukidashi_box .fukidashi03 {
  font-size: 28px;
  text-align: center;
  position: relative;
}
.sec05 .fukidashi_box .fukidashi01 {
  margin-right: 60px;
  width: 281px;
  position: relative;
}
.sec05 .fukidashi_box .fukidashi01::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  background: url(/dr/images/dr/kazari11.webp) center/contain no-repeat;
  width: 80px;
  height: 57px;
  z-index: 3;
}
.sec05 .fukidashi_box .fukidashi02 {
  margin-right: 60px;
  width: 281px;
  position: relative;
}
.sec05 .fukidashi_box .fukidashi02::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url(/dr/images/dr/kazari12.webp) center/contain no-repeat;
  width: 35px;
  height: 58px;
  z-index: 3;
}
.sec05 .fukidashi_box .fukidashi02::after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: -10px;
  background: url(/dr/images/dr/kazari13.webp) center/contain no-repeat;
  width: 35px;
  height: 58px;
  z-index: 3;
}
.sec05 .fukidashi_box .fukidashi03 {
  width: 281;
}
.sec05 .fukidashi_box .fukidashi03::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  background: url(/dr/images/dr/kazari14.webp) center/contain no-repeat;
  width: 44px;
  height: 30px;
  z-index: 3;
}
.sec05 .fukidashi_box .textbox01 {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  background: url(/dr/images/dr/fukidashi1.webp) center/contain no-repeat;
  width: 281px;
  height: 165px;
  padding-top: 20px;
}
.sec05 .fukidashi_box .textbox02 {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/dr/images/dr/fukidashi2.webp) center/contain no-repeat;
  width: 281px;
  height: 165px;
  padding-top: 20px;
}
.sec05 .fukidashi_box .textbox03 {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  background: url(/dr/images/dr/fukidashi3.webp) center/contain no-repeat;
  width: 281px;
  height: 165px;
  padding-top: 20px;
}
.sec05 .sec_header {
  width: 1280px;
  margin: 0 auto;
}
.sec05 .sec_title {
  font-size: 40px;
  color: #00879d;
  text-align: center;
  margin-bottom: 65px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .kengaku_box {
  width: 1280px;
  margin: 0 auto;
}
.sec05 .kengaku_box .textbox {
  width: 796px;
  margin: 0 auto;
  padding-bottom: 53px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec05 .check_box {
  width: 680px;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.sec05 .check_box .check_item {
  padding-left: 2em;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
.sec05 .check_box .check_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/dr/images/dr/check_kengaku.webp) center/contain no-repeat;
  width: 26px;
  height: 20px;
}
.sec05 .flow_box {
  width: 980px;
  margin: 0 auto 90px;
  padding-top: 100px;
  background: url(/dr/images/dr/kengaku_bg.webp) right bottom/contain no-repeat;
  background-size: 500px;
}
.sec05 .flow_box .box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #363636;
  margin-bottom: 80px;
  position: relative;
}
.sec05 .flow_box .box_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px dotted #00879D;
  width: 110px;
  height: 5px;
}
.sec05 .flow_box .box {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sec05 .flow_box .box .imagebox {
  width: 50%;
  max-width: 50%;
  text-align: center;
}
.sec05 .flow_box .box .flow_list {
  box-sizing: border-box;
  width: 490px;
  max-width: 60%;
}
.sec05 .flow_box .box .flow_list .flow_item {
  box-sizing: border-box;
}
.sec05 .flow_box .box .flow_list .flow_item .line {
  display: flex;
  align-items: center;
}
.sec05 .flow_box .box .flow_list .flow_item .flow_item_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec05 .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;
}
.sec05 .flow_box .box .flow_list .flow_item .flow_item_text {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 35px;
}
.sec05 .entry_box {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 140px;
}
.sec05 .entry_box .box_title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 60px;
}
.sec05 .entry_box .textbox {
  width: 332px;
  text-align: center;
  padding-bottom: initial;
}
.sec05 .entry_box .textbox .tel_up {
  font-size: 18px;
  color: #00879d;
}
.sec05 .entry_box .textbox .tel_number {
  font-size: 40px;
  color: #00879d;
  font-weight: bold;
  position: relative;
}
.sec05 .entry_box .textbox .tel_number::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  background: url(/dr/images/dr/tel_icon.webp) center/contain no-repeat;
  width: 20px;
  height: 26px;
}
.sec05 .online_box {
  width: 1000px;
  margin: 0 auto;
  height: 298px;
  background-color: #F2F2E4;
}
.sec05 .online_box .flexbox {
  align-items: flex-start;
  height: 136px;
  margin-bottom: 20px;
}
.sec05 .online_box .online_title {
  font-size: 24px;
  font-weight: bold;
  color: #00879d;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}
.sec05 .online_box .online_title .zoom_title {
  width: 417px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec05 .online_box .online_title .zoom_title::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 170px;
  background: url(/dr/images/dr/kazari16.webp) center/contain no-repeat;
  width: 60px;
  height: 44px;
}
.sec05 .online_box .textbox {
  width: 524px;
  margin: initial;
  padding-right: 50px;
}
.sec05 .online_box .circle_text {
  width: 279px;
  display: flex;
}
.sec05 .online_box .circle_text .text01 {
  width: 129px;
  height: 129px;
  background-color: rgba(0, 135, 157, 0.7);
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
}
.sec05 .online_box .circle_text .text01::before {
  content: "";
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: 20px;
  background: url(/dr/images/dr/kazari15.webp) center/contain no-repeat;
  width: 21px;
  height: 16px;
}
.sec05 .online_box .circle_text .text01_cont {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 129px;
  height: 129px;
  text-align: center;
  transform: translateY(30%);
}
.sec05 .online_box .circle_text .text02 {
  width: 129px;
  height: 129px;
  background-color: rgba(0, 135, 157, 0.7);
  border-radius: 100px;
  position: relative;
}
.sec05 .online_box .circle_text .text02::before {
  content: "";
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: 20px;
  background: url(/dr/images/dr/kazari15.webp) center/contain no-repeat;
  width: 21px;
  height: 16px;
}
.sec05 .online_box .circle_text .text02_cont {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 129px;
  height: 129px;
  text-align: center;
  transform: translateY(40%);
}
.sec05 .online_box .under_online {
  font-size: 15px;
  color: #00879d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .four_image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10vw;
  }
  .sec05 .four_image img {
    width: 100%;
  }
  .sec05 .fukidashi_box {
    display: none;
    font-size: 5vw;
    height: 18vw;
    width: 100%;
    max-width: 100%;
  }
  .sec05 .fukidashi_box .fukidashi01, .sec05 .fukidashi_box .fukidashi02, .sec05 .fukidashi_box .fukidashi03 {
    width: 30vw;
    margin: 0 auto;
  }
  .sec05 .fukidashi_box .fukidashi01::before {
    top: -2vw;
    left: -1vw;
    width: 8vw;
    height: 6vw;
  }
  .sec05 .fukidashi_box .fukidashi02::before {
    width: 8vw;
    height: 8vw;
    top: -6vw;
    left: -4vw;
  }
  .sec05 .fukidashi_box .fukidashi02::after {
    bottom: 5vw;
    right: -4vw;
    width: 8vw;
    height: 8vw;
  }
  .sec05 .fukidashi_box .fukidashi03::before {
    width: 6vw;
    height: 4vw;
    top: -3vw;
    left: -2vw;
  }
  .sec05 .fukidashi_box .textbox01, .sec05 .fukidashi_box .textbox02, .sec05 .fukidashi_box .textbox03 {
    top: 0;
    left: 0;
    width: 30vw;
    height: 18vw;
    padding-top: 1vw;
    font-size: 4vw;
  }
  .sec05 .fukidashi_box02 {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .sec05 .fukidashi_box02 .fukidashi02 {
    content: "";
    position: absolute;
    top: 0;
    left: 30vw;
    background: url(/dr/images/dr/fukidashi2.webp) center/contain no-repeat;
    width: 40vw;
    height: 22.7vw;
    padding-top: 5vw;
  }
  .sec05 .fukidashi_box02 .fukidashi01 {
    content: "";
    position: absolute;
    top: 28vw;
    left: 8vw;
    background: url(/dr/images/dr/fukidashi1.webp) center/contain no-repeat;
    width: 40vw;
    height: 22.7vw;
    padding-top: 5vw;
  }
  .sec05 .fukidashi_box02 .fukidashi03 {
    content: "";
    position: absolute;
    top: 28vw;
    right: 8vw;
    background: url(/dr/images/dr/fukidashi3.webp) center/contain no-repeat;
    width: 40vw;
    height: 22.7vw;
    padding-top: 5vw;
  }
  .sec05 .fukidashi_box02 .fukidashi01::before {
    content: "";
    position: absolute;
    top: -3vw;
    left: -1vw;
    background: url(/dr/images/dr/kazari11.webp) center/contain no-repeat;
    width: 13vw;
    height: 10vw;
    z-index: 3;
  }
  .sec05 .fukidashi_box02 .fukidashi02::before {
    content: "";
    position: absolute;
    top: -3vw;
    left: -2vw;
    background: url(/dr/images/dr/kazari12.webp) center/contain no-repeat;
    width: 6vw;
    height: 10vw;
    z-index: 3;
  }
  .sec05 .fukidashi_box02 .fukidashi02::after {
    content: "";
    position: absolute;
    bottom: 9vw;
    right: -2vw;
    background: url(/dr/images/dr/kazari13.webp) center/contain no-repeat;
    width: 6vw;
    height: 10vw;
    z-index: 3;
  }
  .sec05 .fukidashi_box02 .fukidashi03::before {
    content: "";
    position: absolute;
    top: 2vw;
    left: 1vw;
    background: url(/dr/images/dr/kazari14.webp) center/contain no-repeat;
    width: 8vw;
    height: 6vw;
    z-index: 3;
  }
  .sec05 .sec_header {
    width: 100%;
    max-width: 100%;
    margin-top: 60vw;
  }
  .sec05 .sec_header .sec_title {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .sec05 .kengaku_box {
    width: 100%;
    max-width: 100%;
  }
  .sec05 .kengaku_box .textbox {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
  }
  .sec05 .kengaku_box .tel_btn {
    text-align: center;
  }
  .sec05 .kengaku_box .tel_btn img {
    width: 100%;
  }
  .sec05 .check_box {
    width: 90%;
    max-width: 90%;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5vw;
    -moz-column-gap: initial;
         column-gap: initial;
  }
  .sec05 .check_box .check_item {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .sec05 .check_box .check_item::before {
    width: 6vw;
    height: 6vw;
  }
  .sec05 .flow_box {
    width: 100%;
    max-width: 100%;
    padding-top: 13.8vw;
    background: none;
    background: url(/dr/images/dr/kengaku_bg.webp) right top/contain no-repeat;
    background-size: 72vw;
    margin: 0 auto 13.8vw;
  }
  .sec05 .flow_box .box_title {
    font-size: 6vw;
    margin-bottom: 10vw;
  }
  .sec05 .flow_box .box {
    padding: initial;
  }
  .sec05 .flow_box .box .flow_list {
    width: 100%;
    max-width: 100%;
    padding: 0 5vw;
  }
  .sec05 .flow_box .box .flow_list .flow_item .flow_item_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec05 .flow_box .box .flow_list .flow_item .flow_item_title .t_blue {
    font-size: 6vw;
    margin-right: 5vw;
  }
  .sec05 .flow_box .box .flow_list .flow_item .flow_item_text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .sec05 .entry_box {
    width: 100%;
    max-width: 100%;
    padding-bottom: 14vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .sec05 .entry_box .box_title {
    font-size: 5vw;
    padding-bottom: 10vw;
  }
  .sec05 .entry_box .textbox .tel_up {
    font-size: 5vw;
  }
  .sec05 .entry_box .textbox .tel_number {
    font-size: 10vw;
  }
  .sec05 .entry_box .textbox .tel_number::before {
    left: -6vw;
    width: 10vw;
    height: 10vw;
  }
  .sec05 .online_box {
    width: 100%;
    max-width: 100%;
    height: 150vw;
  }
  .sec05 .online_box .online_title {
    font-size: 6vw;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    padding-top: 10vw;
  }
  .sec05 .online_box .online_title .zoom_title {
    width: 100%;
  }
  .sec05 .online_box .online_title .zoom_title::before {
    width: 14vw;
    height: 11vw;
    bottom: 23vw;
    left: 42vw;
  }
  .sec05 .online_box .flexbox {
    height: initial;
    margin-bottom: initial;
  }
  .sec05 .online_box .under_online {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .sec05 .online_box .circle_text {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 5vw;
  }
  .sec05 .online_box .circle_text .text01_cont, .sec05 .online_box .circle_text .text02_cont {
    font-size: 4.3vw;
    width: 35vw;
    height: 35vw;
  }
  .sec05 .online_box .circle_text .text01 {
    width: 35vw;
    height: 35vw;
    border-radius: 100vw;
  }
  .sec05 .online_box .circle_text .text02 {
    width: 35vw;
    height: 35vw;
    border-radius: 100vw;
  }
  .sec05 .online_box .circle_text .text01::before, .sec05 .online_box .circle_text .text02::before {
    width: 7vw;
    height: 5vw;
    left: 5vw;
  }
}

.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: 0.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: flex;
  min-height: 115px;
  background-color: #F6F2F0;
  padding: 20px;
  position: relative;
  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: 0.1em;
  text-align: center;
  box-sizing: border-box;
}
.sec07 .day_flow .textbox {
  width: 90%;
  max-width: 90%;
  display: flex;
}
.sec07 .day_flow .item_title {
  width: 320px;
  max-width: 37%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.sec07 .day_flow .item_text {
  width: 535px;
  max-width: 63%;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  box-sizing: border-box;
  display: flex;
  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%;
  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: 0.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: 766px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .sec_title {
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    margin-bottom: 13.8vw;
  }
  .sec07 .day_flow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec07 .day_flow .item {
    display: flex;
    min-height: initial;
    background-color: #F6F2F0;
    padding: 4vw;
    position: relative;
    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;
    box-sizing: border-box;
  }
  .sec07 .day_flow .textbox {
    width: 73%;
    max-width: 73%;
    display: flex;
    flex-direction: column;
  }
  .sec07 .day_flow .item_title {
    width: 100%;
    max-width: 100%;
    font-size: 4.2vw;
    box-sizing: border-box;
    margin-bottom: 2.6vw;
  }
  .sec07 .day_flow .item_text {
    width: 100%;
    max-width: 100%;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    box-sizing: border-box;
    display: flex;
    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%;
    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%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

.sec06 {
  padding: 80px 0;
  background-color: #EBF7ED;
  box-sizing: border-box;
}
.sec06 .dtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #00879D;
  margin-bottom: 40px;
}
.sec06 .flexbox {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec06 .link {
  box-sizing: border-box;
}
.sec06 .link .link_btn {
  background: url(../images/recruit/link_btn.webp) center/contain no-repeat;
  width: 274px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec06 .link .link_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .link:nth-of-type(1) .link_btn,
.sec06 .link:nth-of-type(2) .link_btn,
.sec06 .link:nth-of-type(4) .link_btn {
  margin-right: 75px;
}
.sec06 .link:nth-of-type(1) .link_btn,
.sec06 .link:nth-of-type(2) .link_btn,
.sec06 .link:nth-of-type(3) .link_btn {
  margin-bottom: 40px;
}
.sec06 .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1272d;
  margin-bottom: 50px;
}
.sec06 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec06 .dlist:not(:last-of-type) {
  margin-bottom: 155px;
}
.sec06 .row {
  display: flex;
  border-bottom: 1px solid #00879D;
}
.sec06 .row:nth-of-type(1) {
  border-top: 1px solid #fff;
}
.sec06 .row:nth-of-type(14) {
  border-bottom: 1px solid #fff;
}
.sec06 .term {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00879D;
}
.sec06 .desc {
  width: 75%;
  padding: 30px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #363636;
  box-sizing: border-box;
}
.sec06 .desc_item {
  position: relative;
}
.sec06 .row:nth-of-type(4) .desc p,
.sec06 .row:nth-of-type(5) .desc p {
  text-indent: -1.5em;
  padding-left: 1em;
}
.sec06 .row:nth-of-type(7) .list {
  -moz-column-count: 2;
       column-count: 2; /* 列数を2列に指定 */
}
@media screen and (max-width: 1109px) and (min-width: 768px) {
  .sec06 .flexbox {
    width: 623px;
    max-width: 100%;
  }
  .sec06 .flexbox .link:nth-of-type(1) .link_btn,
  .sec06 .flexbox .link:nth-of-type(2) .link_btn,
  .sec06 .flexbox .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec06 .flexbox .link:nth-of-type(1) .link_btn,
  .sec06 .flexbox .link:nth-of-type(2) .link_btn,
  .sec06 .flexbox .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec06 .flexbox .link:nth-of-type(1) .link_btn,
  .sec06 .flexbox .link:nth-of-type(3) .link_btn {
    margin-right: 75px;
  }
  .sec06 .flexbox .link:nth-of-type(1) .link_btn,
  .sec06 .flexbox .link:nth-of-type(2) .link_btn,
  .sec06 .flexbox .link:nth-of-type(3) .link_btn,
  .sec06 .flexbox .link:nth-of-type(4) .link_btn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  .sec06 {
    padding-bottom: 13.8vw;
    padding: initial;
    box-sizing: border-box;
  }
  .sec06 .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
  .sec06 .link {
    box-sizing: border-box;
  }
  .sec06 .link .link_btn {
    width: 42vw;
    height: 15.46vw;
  }
  .sec06 .link .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec06 .link .link_btn p {
    font-size: 3.6vw;
  }
  .sec06 .link:nth-of-type(1) .link_btn,
  .sec06 .link:nth-of-type(2) .link_btn,
  .sec06 .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec06 .link:nth-of-type(1) .link_btn,
  .sec06 .link:nth-of-type(2) .link_btn,
  .sec06 .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec06 .link:nth-of-type(1) .link_btn,
  .sec06 .link:nth-of-type(3) .link_btn {
    margin-right: 4vw;
  }
  .sec06 .link:not(:last-of-type) .link_btn {
    text-align: center;
    margin-bottom: 2.4vw;
  }
  .sec06 .text {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec06 .dtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    letter-spacing: 0.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;
    box-sizing: border-box;
  }
  .sec06 .dlist {
    width: 1120px;
    max-width: 95%;
    margin: 0 2.5vw;
    padding: 0vw 3.5vw 10vw;
    background-color: #00879D;
    border-radius: 0 0 8vw 8vw;
    box-sizing: border-box;
  }
  .sec06 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec06 .row {
    display: block;
    border-bottom: 0.5vw solid #00879D;
  }
  .sec06 .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec06 .row:nth-of-type(6) {
    border-bottom: 1px solid #00879D;
  }
  .sec06 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #CCCCCC;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #00879D;
  }
  .sec06 .desc {
    width: 100%;
    padding: 3.5vw;
    box-sizing: border-box;
    font-size: 3.75vw;
    line-height: 1.8;
    background-color: #F6F2F0;
  }
  .sec06 .text_red {
    color: #806363;
  }
  .sec06 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec06 .row:nth-of-type(7) .list {
    -moz-column-count: 1;
         column-count: 1; /* 列数を2列に指定 */
  }
}

.sec07 {
  padding: 40px 0 100px;
  background: #F2F2F2;
  margin-top: 100px;
}
.sec07 .sec_title {
  position: relative;
  margin: 0 0 50px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.sec07 .sec_title::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 44px;
  background: url(/dr/images/dr/entry.webp) center center/70% no-repeat;
}
.sec07 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #1EAEDE;
  text-align: center;
}
.sec07 .table {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.sec07 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #00879d;
  box-sizing: border-box;
}
.sec07 .t_title {
  width: 400px;
  min-width: 44%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec07 .t_data {
  width: 500px;
  max-width: 66%;
}
.sec07 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec07 .row:nth-of-type(1) .radiolist {
  width: 546px;
}
.sec07 .row:nth-of-type(1) input {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.sec07 .row:nth-of-type(2) .t_title {
  vertical-align: top;
}
.sec07 .t_title .color {
  color: #1EAEDE;
  padding: 0 0 0 5px;
}
.sec07 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec07 .t_data input.i_text,
.sec07 .t_data textarea {
  width: 546px;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec07 .t_data.radiobox p {
  display: inline-block;
}
.sec07 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec07 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec07 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 0 0 10px;
}
.sec07 .t_data textarea {
  height: 272px !important;
  width: 546px !important;
}
.sec07 .privacy {
  width: 805px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.sec07 .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
}
.sec07 .p_text {
  font-size: 14px;
}
.sec07 .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}
.sec07 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec07 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec07 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #00879d;
  color: #fff;
  font-size: 16px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}
.sec07 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec07 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec07 .warning {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 13.8vw;
    padding: 80px 20px 50px;
    box-sizing: border-box;
    margin-top: initial;
    background: #EBF7ED;
  }
  .sec07 .sec_title {
    position: relative;
    margin: 0 0 7.5vw;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .sec07 .sec_title:before {
    content: "";
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    width: 53px;
    height: 41px;
    background: url(../img/recruit/icon06.png) center center/70% no-repeat;
  }
  .sec07 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec07 .table {
    width: 100%;
    margin: 0 auto 68px;
  }
  .sec07 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 8vw;
  }
  .sec07 .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;
  }
  .sec07 .row:nth-of-type(1) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec07 .row:nth-of-type(1) .t_data.radiobox p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }
  .sec07 .row:nth-of-type(1) .radiolist {
    width: 100%;
  }
  .sec07 .row:nth-of-type(1) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec07 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec07 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
  }
  .sec07 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec07 .t_data {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec07 .t_data p {
    width: 100%;
  }
  .sec07 .t_data input.i_text,
  .sec07 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec07 .t_data.radiobox p {
    display: inline-block;
  }
  .sec07 .t_data.radiobox p:nth-of-type(1) {
    margin: 0;
  }
  .sec07 .t_data.radiobox label {
    font-size: 3.75vw;
    margin: 0 0 2.6vw 2.5vw;
  }
  .sec07 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec07 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
  }
  .sec07 .privacy {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec07 .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec07 .p_text {
    font-size: 3.75vw;
  }
  .sec07 .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec07 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec07 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec07 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec07 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    background: #00879d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec07 .submit_btn input {
    width: 100%;
    height: 100%;
    background: #00879d;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec07 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec07 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec07 .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: 766px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    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_5.css.map */