.mainvisual {
  position: relative;
  height: 1160px;
}
.mainvisual .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 110px;
  box-sizing: border-box;
  position: relative;
}
.mainvisual .upper_box::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -45px;
  left: 54px;
  background: url(/images/index/main_clinic_logo.webp) center/cover no-repeat;
  width: 808px;
  height: 221px;
}
.mainvisual .upper_box .key {
  position: relative;
  width: 70%;
  height: 640px;
}
.mainvisual .upper_box .main_right {
  position: relative;
  width: 30%;
  max-width: 30%;
  height: 760px;
  background-color: #959595;
  /*.timetable {
    content: "";
    position: absolute;
    z-index: 50;
    top:  570px;
    left:  25px;
    width: 335px;
    height: 102px;
  } */
}
.mainvisual .upper_box .main_right::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/main_right_bg.webp) center/cover no-repeat;
  width: 100%;
  height: 597px;
}
.mainvisual .upper_box .main_right::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/main_building.webp) center/contain no-repeat;
  width: 226px;
  height: 170px;
}
.mainvisual .upper_box .main_right .clinic_box {
  width: 390px;
  max-width: 95%;
  margin: 60px auto 30px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual .upper_box .main_right .clinic_box .logo {
  width: 57px;
  height: 57px;
  margin-right: 8px;
}
.mainvisual .upper_box .main_right .clinic_box .textbox {
  width: initial;
}
.mainvisual .upper_box .main_right .clinic_box .textbox .clinic_subtitle {
  font-size: 12px;
  padding-left: 1em;
  letter-spacing: 0.15em;
  color: #fff;
}
.mainvisual .upper_box .main_right .clinic_box .textbox .clinic_name {
  font-family: "Kiwi Maru", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  text-wrap: nowrap;
}
.mainvisual .upper_box .main_right .tel_web {
  margin: 0 auto 50px;
  text-align: center;
  width: 236px;
  max-width: 90%;
  height: 69px;
  position: relative;
  z-index: 10;
}
.mainvisual .upper_box .main_right .top_nav {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 10;
}
.mainvisual .upper_box .main_right .top_nav .list .item a {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
}
.mainvisual .upper_box .main_right .top_nav .list .item:not(:last-of-type) {
  margin-bottom: 35px;
}
.mainvisual .lowwer_box {
  width: 1280px;
  max-width: 95%;
  margin: 0 auto 230px;
  box-sizing: border-box;
}
.mainvisual .lowwer_box .flexbox {
  width: 100%;
  align-items: flex-start;
}
.mainvisual .lowwer_box .flexbox .blog_sec {
  width: 500px;
  max-width: 50%;
  margin-right: 65px;
  box-sizing: border-box;
}
.mainvisual .lowwer_box .flexbox .blog_sec .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual .lowwer_box .flexbox .blog_sec .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 31px;
  letter-spacing: 2;
  color: #534741;
  writing-mode: vertical-rl;
}
.mainvisual .lowwer_box .flexbox .blog_sec .list {
  padding-left: 20px;
}
.mainvisual .lowwer_box .flexbox .blog_sec .item {
  max-width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.mainvisual .lowwer_box .flexbox .blog_sec .item a {
  display: flex;
  color: #333631;
}
.mainvisual .lowwer_box .flexbox .blog_sec .item:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px dotted #333631;
}
.mainvisual .lowwer_box .flexbox .blog_sec .item:last-of-type {
  margin-bottom: 20px;
  border-bottom: 1px solid #333631;
}
.mainvisual .lowwer_box .flexbox .blog_sec .date {
  min-width: 90px;
  color: #333631;
}
.mainvisual .lowwer_box .flexbox .blog_sec .item_text {
  line-height: 1.5;
  color: #333631;
}
.mainvisual .lowwer_box .flexbox .blog_sec .more {
  text-align: right;
}
.mainvisual .lowwer_box .flexbox .blog_sec .more a {
  border-bottom: 1px solid #333631;
  font-size: 14px;
  color: #333631;
}
.mainvisual .lowwer_box .flexbox .timetable {
  width: 556px;
  max-width: 48%;
  box-sizing: border-box;
}
.mainvisual .lowwer_box .flexbox .timetable img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .mainvisual .upper_box::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -3.51vw;
    left: 4.21vw;
    background: url(/images/index/main_clinic_logo.webp) center/cover no-repeat;
    width: 63.12vw;
    max-width: 808px;
    height: 17.26vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 140vw;
    padding-bottom: 21.9vw;
    position: relative;
    height: 160vw;
  }
  .mainvisual::before {
    display: none;
  }
  .mainvisual .upper_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20.7vw;
    box-sizing: border-box;
    position: relative;
  }
  .mainvisual .upper_box::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/main_clinic_logo_sp.webp) center/cover no-repeat;
    width: 90.13vw;
    height: 5.8vw;
  }
  .mainvisual .upper_box .key {
    position: relative;
    width: 100%;
    height: 170vw;
  }
  .mainvisual .upper_box .main_right {
    display: none;
  }
  .mainvisual .upper_box .main_right::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/main_building.webp) center/contain no-repeat;
    width: 226px;
    height: 170px;
  }
  .mainvisual .lowwer_box {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
    box-sizing: border-box;
  }
  .mainvisual .lowwer_box .flexbox {
    width: 100%;
    align-items: flex-start;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin: 0 auto 8vw;
    box-sizing: border-box;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 2;
    color: #534741;
    writing-mode: vertical-rl;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .list {
    width: 75vw;
    padding-left: 4vw;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .item {
    width: 100%;
    padding-bottom: 2.4vw;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .item a {
    display: block;
    color: #333631;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .item:not(:last-of-type) {
    margin-bottom: 2.4vw;
    border-bottom: 1px dotted #333631;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .item:last-of-type {
    margin-bottom: 4.2vw;
    border-bottom: 1px solid #333631;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .date {
    min-width: 24vw;
    color: #333631;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .item_text {
    font-size: 3.7vw;
    line-height: 1.5;
    color: #333631;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .more {
    text-align: right;
  }
  .mainvisual .lowwer_box .flexbox .blog_sec .more a {
    border-bottom: 1px solid #333631;
    font-size: 3.7vw;
    color: #333631;
  }
  .mainvisual .lowwer_box .flexbox .timetable {
    width: 89.3vw;
    max-width: 100%;
    margin: 0 auto;
  }
}

.key {
  position: relative;
  height: 640px;
  box-sizing: border-box;
  overflow: hidden;
}
.key .cont {
  position: relative;
  width: 70%;
  height: 640px;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 649px;
}
.key .cont01 {
  display: flex;
  justify-content: center;
}
.key .cont01:before {
  display: none;
}
.key .cont01 .key_bg {
  background: url(/images/index/key_bg01.webp) center/cover no-repeat;
}
.key .cont01 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 105px;
  padding-right: 26.25vw;
  text-align: center;
  max-width: 90%;
}
.key .cont02 {
  position: relative;
  display: flex;
  justify-content: center;
}
.key .cont02 .key_bg {
  background: url(/images/index/key_bg02.webp) center/cover no-repeat;
}
.key .cont02 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 105px;
  padding-right: 16.4vw;
  text-align: center;
  max-width: 90%;
}
.key .cont03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont03 .key_bg {
  background: url(/images/index/key_bg03.webp) center/cover no-repeat;
}
.key .cont03 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 105px;
  padding-right: 24.21vw;
  text-align: center;
  max-width: 90%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .key {
    /*.key .cont02:before {
        content: "";
        position: absolute;
        z-index: 10;
        left: initial;
        right: 70vw;
        bottom: 15vw;
        width: 223px;
        height: 223px;
        margin: 0 auto;
        background: url(/images/index/key_logo.webp) center/contain no-repeat;
    } */
    /*
    .key .cont03 .key_text {
        padding-bottom: 20%;
        padding-right: 40%;
    }
    */
  }
  .key .key .cont01 .key_text {
    width: 80%;
  }
  .key .key .cont02 .key_text {
    width: 80%;
  }
  .key .key .cont03 .key_text {
    width: 80%;
    padding-right: 10.78vw;
  }
  .key .key .cont04 .key_text {
    width: 80%;
    padding-right: 10.78vw;
  }
}
@media screen and (max-width: 767px) {
  .key {
    height: 160vw;
  }
  .key .cont {
    position: relative;
    width: 100%;
    height: 170vw;
  }
  .key .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 101.33vw;
    height: 170vw;
  }
  .key .cont01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont01:before {
    display: none;
  }
  .key .cont01 .key_bg {
    background: url(/images/index/sp_key_bg01.webp) center/cover no-repeat;
  }
  .key .cont01 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: initial;
    padding-right: initial;
    padding-left: initial;
    top: 0vw;
    left: -18vw;
    width: 47.2vw;
    height: 122.4vw;
  }
  .key .cont01 .key_text img {
    width: 100%;
  }
  .key .cont02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont02:before {
    display: none;
  }
  .key .cont02 .key_bg {
    background: url(/images/index/sp_key_bg02.webp) center/cover no-repeat;
  }
  .key .cont02 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: initial;
    padding-left: initial;
    top: 10vw;
    left: -10vw;
    width: 45.6vw;
    height: 106.13vw;
  }
  .key .cont02 .key_text img {
    width: 100%;
  }
  .key .cont03 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont03:before {
    display: none;
  }
  .key .cont03 .key_bg {
    background: url(/images/index/sp_key_bg03.webp) center/cover no-repeat;
  }
  .key .cont03 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-right: initial;
    top: -14vw;
    left: -18vw;
    width: 45.6vw;
    height: 122.4vw;
  }
  .key .cont03 .key_text img {
    width: 100%;
  }
  .key .cont04 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont04:before {
    display: none;
  }
  .key .cont04 .key_bg {
    background: url(/images/index/sp_key_bg04.webp) center/cover no-repeat;
  }
  .key .cont04 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-right: initial;
    top: 0vw;
    width: 88vw;
    height: 45.33vw;
    padding-top: 0;
    padding-left: initial;
  }
  .key .cont04 .key_text img {
    width: 100%;
  }
}

.yoyakubox {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.yoyakubox .titlebox {
  background-color: rgb(215, 199, 181);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: white;
  font-weight: bold;
}

.shosin {
  position: relative;
  width: 500px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.shosin:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  margin: 0 auto;
  background: #24647a;
}

.yoyaku_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333631;
  box-sizing: border-box;
}

.content-area01, .content-area02 {
  display: block;
}

.yoyaku01 {
  text-align: center;
  width: 48%;
  box-sizing: border-box;
  border: 2px solid rgb(215, 199, 181);
  margin: 50px auto;
}
.yoyaku01 .content {
  display: none;
}
.yoyaku01 .content.show {
  display: block;
}
.yoyaku01 .tab-area01 {
  display: flex;
}
.yoyaku01 .tab-area01 > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0.5em;
  background-color: rgba(215, 199, 181, 0.6);
  cursor: pointer;
  transition: all 0.5s;
}
.yoyaku01 .tab-area01 > li:hover,
.yoyaku01 .tab-area01 > li.active {
  background-color: rgb(215, 199, 181);
}

.yoyaku02 {
  text-align: center;
  width: 48%;
  box-sizing: border-box;
  border: 2px solid rgb(215, 199, 181);
  margin: 50px auto;
}
.yoyaku02 .content02 {
  display: none;
}
.yoyaku02 .content02.show02 {
  display: block;
}
.yoyaku02 .tab-area02 {
  display: flex;
}
.yoyaku02 .tab-area02 > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0.5em;
  background-color: rgba(215, 199, 181, 0.6);
  cursor: pointer;
  transition: all 0.5s;
}
.yoyaku02 .tab-area02 > li:hover,
.yoyaku02 .tab-area02 > li.active02 {
  background-color: rgb(215, 199, 181);
}

.yoyaku01 iframe {
  display: block;
}

.yoyaku02 iframe {
  display: block;
}

.yoyaku_under {
  margin-bottom: 100px;
}
.yoyaku_under .under_text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.yoyaku_under .under_text a {
  color: #b75960;
  border-bottom: 1px solid #b75960;
}
.yoyaku_under .imagebox {
  text-align: center;
  margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .yoyaku01, .yoyaku02 {
    margin-bottom: 6%;
  }
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .yoyaku_inner {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shosin {
    font-size: 5vw;
    width: 50vw;
    padding-bottom: 3vw;
  }
  .shosin:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 27vw;
    height: 2px;
    margin: 0 auto;
    background: #24647a;
  }
  .yoyakubox {
    display: block;
  }
  .yoyaku01, .yoyaku02 {
    position: relative;
    width: 100vw;
    border-width: 3px;
    margin-bottom: 10%;
    left: 50%;
    translate: -50% 0;
    overflow: scroll;
    margin-top: 8vw;
  }
  .yoyaku01 .tab-area01 > li {
    font-size: 2.8vw;
    letter-spacing: 0.02em;
    padding: 0.8em 0;
  }
  .yoyaku02 .tab-area02 > li {
    font-size: 2.8vw;
    letter-spacing: 0.02em;
    padding: 0.8em 0;
  }
  .yoyaku_under {
    margin-bottom: 30vw;
  }
  .yoyaku_under .under_text {
    font-size: 4vw;
  }
  .yoyaku_under .imagebox {
    margin: 0 auto 40vw;
  }
  .yoyaku_under .imagebox img {
    width: 80vw;
  }
  .title {
    font-size: 4vw;
  }
}
.sec01 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.sec01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/sec01_bg01.webp) center/contain no-repeat;
  width: 374px;
  height: 294px;
}
.sec01::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: url(/images/index/sec01_bg02.webp) center/contain no-repeat;
  width: 363px;
  height: 343px;
}
.sec01 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534741;
  margin-bottom: 60px;
}
.sec01 .lead_text {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin: 0 auto 13.8vw;
    width: 1230px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    position: relative;
  }
  .sec01::before {
    content: "";
    position: absolute;
    top: -20vw;
    left: 0;
    background: url(/images/index/sec01_bg01_sp.webp) center/contain no-repeat;
    width: 37.3vw;
    height: 29.33vw;
  }
  .sec01::after {
    content: "";
    position: absolute;
    top: -4vw;
    right: 2vw;
    background: url(/images/index/sec01_bg02_sp.webp) center/contain no-repeat;
    width: 83.73vw;
    height: 51.46vw;
  }
  .sec01 .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    color: #534741;
    margin-bottom: 13.3vw;
  }
  .sec01 .lead_text {
    width: 90%;
    max-width: 90%;
    margin: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    box-sizing: border-box;
  }
}

.sec02 {
  margin-bottom: 130px;
  overflow: hidden;
}
.sec02 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .sec_body {
  padding: 0 30px;
  box-sizing: border-box;
}
.sec02 .sec02_head {
  width: 980px;
  max-width: 93%;
  margin: 0 auto 90px;
  padding: 60px 0 30px;
  position: relative;
}
.sec02 .sec02_head .sec_head {
  width: -moz-fit-content;
  width: fit-content;
}
.sec02 .sec02_head .sec_head .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  color: #534741;
}
.sec02 .sec02_head .sec_head .text {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .sec02_head .flexbox {
  max-width: 98%;
  margin-top: -30px;
  justify-content: flex-end;
}
.sec02 .sec02_head .flexbox .about_btn {
  width: initial;
  padding-right: 200px;
}
.sec02 .sec02_head .flexbox .about_btn::before {
  right: 130px;
  background: url(/images/index/icon_btn_arrows2.webp) center/contain no-repeat;
}
.sec02 .sec02_head::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -100px;
  background: url(/images/index/text_first.webp) center/contain no-repeat;
  width: 286px;
  height: 58px;
}
.sec02 .sec02_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec02_head_bg.webp) center/contain no-repeat;
  width: 1288px;
  height: 187px;
}
.sec02 .box_call {
  width: 595px;
  max-width: 100%;
  padding: 40px 0;
  margin: 0 auto 110px;
  box-sizing: border-box;
  position: relative;
}
.sec02 .box_call::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/index/sec02_kakko01.webp) center/contain no-repeat;
  width: 43px;
  height: 40px;
}
.sec02 .box_call::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/index/sec02_kakko02.webp) center/contain no-repeat;
  width: 43px;
  height: 40px;
}
.sec02 .call_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #333631;
  box-sizing: border-box;
}
.sec02 .upper_box {
  width: 1230px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.sec02 .upper_box .box_title_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.sec02 .upper_box .box_title_box .box_title_imege {
  margin-right: 20px;
}
.sec02 .upper_box .box_title_box .box_title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec02 .upper_box .flex_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}
.sec02 .upper_box .item {
  width: 360px;
  max-width: 31%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.sec02 .upper_box .item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}
.sec02 .upper_box .item:not(:last-of-type) {
  margin-right: 30px;
}
.sec02 .upper_box .item_text {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534741;
}
.sec02 .upper_box .text_big {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #534741;
}
.sec02 .upper_box .text_red {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #b75960;
}
.sec02 .upper_box .text_green {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #364a2f;
}
.sec02 .upper_box .text_blue {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #24647a;
}
.sec02 .upper_box .flex_box_red {
  margin-bottom: 30px;
}
.sec02 .upper_box .flex_box_red .item {
  border: 2px solid #806363;
}
.sec02 .upper_box .flex_box_red .item::before {
  background: url(/images/index/link_mark_red.webp) center/contain no-repeat;
}
.sec02 .upper_box .flex_box_red_2 {
  margin-bottom: 90px;
}
.sec02 .upper_box .flex_box_green {
  margin-bottom: 90px;
}
.sec02 .upper_box .flex_box_green .item {
  border: 2px solid #364a2f;
}
.sec02 .upper_box .flex_box_green .item::before {
  background: url(/images/index/link_mark_green.webp) center/contain no-repeat;
}
.sec02 .upper_box .flex_box_blue {
  margin-bottom: 90px;
}
.sec02 .upper_box .flex_box_blue .item {
  border: 2px solid #24647a;
}
.sec02 .upper_box .flex_box_blue .item::before {
  background: url(/images/index/link_mark_blue.webp) center/contain no-repeat;
}
.sec02 .upper_box::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec02_upper_box_bg.webp) center/contain no-repeat;
  width: 2093px;
  height: 1280px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .sec_body {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .sec02 .sec02_head {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 25.33vw 0 5.5vw;
    position: relative;
  }
  .sec02 .sec02_head .sec_head {
    width: initial;
  }
  .sec02 .sec02_head .sec_head .sec_title {
    width: initial;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 2.6vw;
    text-align: center;
  }
  .sec02 .sec02_head .sec_head .text {
    font-family: initial;
    font-size: 4vw;
    letter-spacing: 0.01em;
    text-align: center;
    padding-bottom: 9.3vw;
  }
  .sec02 .sec02_head .flexbox {
    margin-top: -30px;
    justify-content: flex-end;
  }
  .sec02 .sec02_head .flexbox .about_btn {
    width: initial;
    justify-content: center;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    padding-right: 20px;
  }
  .sec02 .sec02_head .flexbox .about_btn::before {
    background: url(/images/index/icon_btn_arrows2.webp) center/contain no-repeat;
    right: 27vw;
    width: 8vw;
    height: 8vw;
  }
  .sec02 .sec02_head::before {
    content: "";
    position: absolute;
    top: 3vw;
    left: 3vw;
    background: url(/images/index/text_first_sp.webp) center/contain no-repeat;
    width: 39.46vw;
    height: 8vw;
  }
  .sec02 .sec02_head::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec02_head_bg_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 60.53vw;
  }
  .sec02 .box_call {
    width: 90%;
    max-width: 90%;
    padding: 5.3vw 0;
    margin: 0 5.5vw 10.6vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec02 .box_call::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/index/sec02_kakko01_sp.webp) center/contain no-repeat;
    width: 6.4vw;
    height: 5.8vw;
  }
  .sec02 .box_call::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/index/sec02_kakko02_sp.webp) center/contain no-repeat;
    width: 6.4vw;
    height: 5.8vw;
  }
  .sec02 .call_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.2vw;
    letter-spacing: 0;
    text-align: center;
    color: #333631;
    box-sizing: border-box;
  }
  .sec02 .upper_box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  .sec02 .upper_box .box_title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: initial;
    margin: 0 auto 4.2vw;
  }
  .sec02 .upper_box .box_title_box .box_title_imege {
    width: 8vw;
    margin-right: 3vw;
  }
  .sec02 .upper_box .box_title_box .box_title_imege img {
    width: 100%;
    height: 100%;
  }
  .sec02 .upper_box .box_title_box .box_title {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .upper_box .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
  }
  .sec02 .upper_box .item {
    width: 42.66vw;
    max-width: 48%;
    min-height: 27.6vw;
    padding: 4vw;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
  }
  .sec02 .upper_box .item::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 1vw;
    bottom: 1vw;
    top: initial;
    transform: initial;
    width: 4vw;
    height: 4vw;
  }
  .sec02 .upper_box .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .upper_box .item:nth-of-type(2n-1) {
    margin-right: 2.5vw;
  }
  .sec02 .upper_box .item:nth-of-type(1),
  .sec02 .upper_box .item:nth-of-type(2),
  .sec02 .upper_box .item:nth-of-type(3),
  .sec02 .upper_box .item:nth-of-type(4) {
    margin-bottom: 2.5vw;
  }
  .sec02 .upper_box .item_text {
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
  .sec02 .upper_box .text_big {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .upper_box .text_red {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .upper_box .text_green {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .upper_box .text_blue {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02 .upper_box .flex_box_red {
    margin-bottom: 13.8vw;
  }
  .sec02 .upper_box .flex_box_red .item {
    border: 2px solid #806363;
  }
  .sec02 .upper_box .flex_box_red_2 {
    margin-bottom: 90px;
  }
  .sec02 .upper_box .flex_box_green {
    margin-bottom: 13.8vw;
  }
  .sec02 .upper_box .flex_box_green .item {
    border: 2px solid #364a2f;
  }
  .sec02 .upper_box .flex_box_blue {
    margin-bottom: 13.8vw;
  }
  .sec02 .upper_box .flex_box_blue .item {
    border: 2px solid #24647a;
  }
  .sec02 .upper_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: initial;
    bottom: -10vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec02_upper_box_bg_sp.webp) center/contain no-repeat;
    width: 107.73vw;
    height: 211.73vw;
  }
}

.sec03 {
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
.sec03 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec03 .sec_body {
  padding: 0 50px;
  box-sizing: border-box;
}
.sec03 .sec_title {
  text-align: center;
  margin: 0 auto 45px;
}
.sec03 .cont_image {
  width: 100%;
}
.sec03 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec03 .cont_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.sec03 .cont_icon {
  width: 108px;
  margin-right: 20px;
}
.sec03 .cont_title {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
.sec03 .cont01 {
  margin-bottom: 130px;
  display: block;
  position: relative;
}
.sec03 .cont01::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -45px;
  left: 0;
  background-color: #eeeeee;
  width: 100%;
  height: 338px;
}
.sec03 .cont01::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  left: 0;
  background-image: linear-gradient(178deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
  width: 100%;
  height: 400px;
}
.sec03 .cont01 .imagebox {
  width: 100%;
}
.sec03 .cont01 .textbox {
  width: 1020px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.sec03 .cont02 {
  margin-bottom: 130px;
  display: block;
}
.sec03 .cont02 .imagebox {
  width: 1020px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 65px;
}
.sec03 .cont02 .cont_image {
  width: 398px;
  max-width: 48%;
  margin-right: 100px;
}
.sec03 .cont02 .right {
  max-width: 48%;
}
.sec03 .cont02 .right_image {
  width: 457px;
  max-width: 100%;
}
.sec03 .cont02 .textbox {
  width: 1020px;
  max-width: 90%;
  margin: 0 auto;
}
.sec03 .cont02 .textbox .cont_title {
  text-align: center;
  margin-bottom: 40px;
}
.sec03 .cont03 {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 130px;
  display: block;
  position: relative;
}
.sec03 .cont03 .cont_head {
  max-width: 90%;
  margin: 0 auto 40px;
}
.sec03 .cont03 .flex_box {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.sec03 .cont03 .flex_box .item {
  width: 282px;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
.sec03 .cont03 .flex_box .item_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.sec03 .cont03 .flex_box .item_text {
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  color: #fff;
}
.sec03 .cont03 .flex_box .item01 {
  background: url(/images/index/sec03_image03_list01.webp) center/cover no-repeat;
}
.sec03 .cont03 .flex_box .item02 {
  background: url(/images/index/sec03_image03_list02.webp) center/cover no-repeat;
}
.sec03 .cont03 .flex_box .item03 {
  background: url(/images/index/sec03_image03_list03.webp) center/cover no-repeat;
}
.sec03 .cont03 .flex_box .item04 {
  background: url(/images/index/sec03_image03_list04.webp) center/cover no-repeat;
}
.sec03 .cont03 .textbox {
  width: 840px;
  max-width: 90%;
  padding-right: 20px;
  margin-left: auto;
}
.sec03 .cont03::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  background: url(/images/index/sec03_image03_bg01.webp) center/cover no-repeat;
  width: 343px;
  height: 296px;
}
.sec03 .cont03::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec03_image03_bg02.webp) center/cover no-repeat;
  width: 1295px;
  height: 448px;
}
.sec03 .cont04 {
  width: 1020px;
  max-width: 90%;
  margin: 0 auto 55px;
}
.sec03 .cont04 .textbox {
  margin-left: 55px;
}
.sec03 .flexbox {
  margin-bottom: 100px;
}
.sec03 .cont05 {
  width: 1020px;
  max-width: 90%;
  margin: 0 auto 55px;
}
.sec03 .cont05 .cont_head {
  display: block;
  margin-bottom: initial;
}
.sec03 .cont05 .textbox {
  width: initial;
  margin-right: 55px;
}
.sec03 .cont05 .slick_image {
  width: 700px;
  max-width: 65%;
}
.sec03 .cont05 .slick_image .pic_slick {
  position: relative;
  width: 100%;
  height: 370px;
}
.sec03 .cont05 .slick_image .pic_slick .slick-dots {
  width: 50px;
  right: -15px;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .flexbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.sec03 .flexbox2 .about_btn {
  width: initial;
}
.sec03 .flexbox2 .about_btn:nth-of-type(1) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
    overflow: hidden;
    position: relative;
  }
  .sec03 .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .sec_body {
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .sec_title {
    font-size: 5vw;
    text-align: center;
    margin: 0 auto 12vw;
  }
  .sec03 .cont_image {
    width: 100%;
  }
  .sec03 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .cont_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .cont_icon {
    width: 21.33vw;
    min-width: 21.33vw;
    margin-right: 3vw;
  }
  .sec03 .cont_title {
    font-size: 5.3vw;
    padding-left: initial;
  }
  .sec03 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox .about_btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec03 .flexbox .about_btn::before {
    width: 8vw;
    height: 8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 20.7vw;
    display: block;
    position: relative;
  }
  .sec03 .cont01::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -12vw;
    left: 0;
    background-color: #eeeeee;
    width: 100%;
    height: 118.66vw;
  }
  .sec03 .cont01::after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 101.7vw;
    left: 0;
    background-image: linear-gradient(178deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 70%);
    width: 100%;
    height: 20.66vw;
  }
  .sec03 .cont01 .imagebox {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .sec03 .cont01 .cont_image {
    margin-bottom: initial;
    position: relative;
    z-index: 0;
  }
  .sec03 .cont01 .textbox {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
  }
  .sec03 .cont01 .cont_title {
    line-height: 1.6;
  }
  .sec03 .cont01 .cont_text {
    position: relative;
    z-index: 5;
    padding: 0 5.5vw;
  }
  .sec03 .cont02 {
    margin-bottom: 20.7vw;
    display: block;
  }
  .sec03 .cont02 .imagebox {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 8.4vw;
    padding: 0 5.5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec03 .cont02 .cont_image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin: 0 auto 4.2vw;
    margin-right: initial;
  }
  .sec03 .cont02 .right {
    max-width: 100%;
  }
  .sec03 .cont02 .right_image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont02 .right_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .cont02 .textbox {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .cont02 .textbox .cont_title {
    text-align: center;
    margin-bottom: 4.2vw;
    color: #806363;
  }
  .sec03 .cont03 {
    overflow: visible;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto 27.6vw;
    display: block;
    position: relative;
  }
  .sec03 .cont03 .cont_title {
    position: relative;
    z-index: 2;
  }
  .sec03 .cont03 .flex_box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec03 .cont03 .flex_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -92vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec03_image03_bg00_sp.webp) center/cover no-repeat;
    width: 115%;
    height: 426.4vw;
  }
  .sec03 .cont03 .flex_box .item {
    width: 100%;
    padding: 13.33vw 8vw 8vw;
    height: 76vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec03 .cont03 .flex_box .item_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .cont03 .flex_box .item_text {
    font-size: 4.2vw;
  }
  .sec03 .cont03 .flex_box .item01 {
    background: url(/images/index/sec03_image03_list01.webp) center/cover no-repeat;
  }
  .sec03 .cont03 .flex_box .item02 {
    background: url(/images/index/sec03_image03_list02.webp) center/cover no-repeat;
  }
  .sec03 .cont03 .flex_box .item03 {
    background: url(/images/index/sec03_image03_list03.webp) center/cover no-repeat;
  }
  .sec03 .cont03 .flex_box .item04 {
    background: url(/images/index/sec03_image03_list04.webp) center/cover no-repeat;
  }
  .sec03 .cont03 .textbox {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin-left: initial;
    box-sizing: border-box;
  }
  .sec03 .cont03::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -5vw;
    right: -20vw;
    background: url(/images/index/sec03_image03_bg01_sp.webp) center/cover no-repeat;
    width: 53.33vw;
    height: 60.26vw;
  }
  .sec03 .cont03::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 31vw;
    left: -13vw;
    transform: initial;
    background: url(/images/index/sec03_image03_bg02_sp.webp) center/cover no-repeat;
    width: 53.33vw;
    height: 60.26vw;
  }
  .sec03 .cont04 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .cont04 .textbox {
    padding: 0 5.5vw;
    margin-left: initial;
    box-sizing: border-box;
  }
  .sec03 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont05 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .cont05 .cont_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: initial;
  }
  .sec03 .cont05 .textbox {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin-right: initial;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec03 .cont05 .slick_image {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont05 .slick_image .pic_slick {
    position: relative;
    width: 100%;
    height: 48vw;
  }
  .sec03 .flexbox2 {
    display: flex;
    align-items: center;
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox2 .about_btn::before {
    width: 8vw;
    height: 8vw;
  }
  .sec03 .flexbox2 .about_btn:nth-of-type(1) {
    margin-right: 7.2vw;
  }
}

.pic_slick {
  position: relative;
  height: 370px;
  box-sizing: border-box;
  overflow: hidden;
}
.pic_slick .slick {
  position: relative;
  width: 100%;
  height: 370px;
}
.pic_slick .slk_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 370px;
}
.pic_slick .slick01 {
  display: flex;
  justify-content: center;
}
.pic_slick .slick01:before {
  display: none;
}
.pic_slick .slick01 .slk_bg {
  background: url(/images/index/sec03_imag05_slide01.webp) center/cover no-repeat;
}
.pic_slick .slick02 {
  position: relative;
  display: flex;
  justify-content: center;
}
.pic_slick .slick02 .slk_bg {
  background: url(/images/index/sec03_imag05_slide02.webp) center/cover no-repeat;
}
.pic_slick .slick03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic_slick .slick03 .slk_bg {
  background: url(/images/index/sec03_imag05_slide03.webp) center/cover no-repeat;
}
.pic_slick .slick04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic_slick .slick04 .slk_bg {
  background: url(/images/index/sec03_imag05_slide04.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .pic_slick {
    height: 48vw;
  }
  .pic_slick .slick {
    position: relative;
    width: 100%;
    height: 47.73vw;
  }
  .pic_slick .slk_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 47.73vw;
  }
  .pic_slick .slick01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pic_slick .slick01:before {
    display: none;
  }
  .pic_slick .slick01 .key_bg {
    background: url(/images/index/sec03_imag05_slide01_sp.webp) center/cover no-repeat;
  }
  .pic_slick .slick02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pic_slick .slick02:before {
    display: none;
  }
  .pic_slick .slick02 .key_bg {
    background: url(/images/index/sec03_imag05_slide02_sp.webp) center/cover no-repeat;
  }
  .pic_slick .slick03 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pic_slick .slick03:before {
    display: none;
  }
  .pic_slick .slick03 .key_bg {
    background: url(/images/index/sec03_imag05_slide03_sp.webp) center/cover no-repeat;
  }
  .pic_slick .slick04 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pic_slick .slick04:before {
    display: none;
  }
  .pic_slick .slick04 .key_bg {
    background: url(/images/index/sec03_imag05_slide04_sp.webp) center/cover no-repeat;
  }
}

.sec04 {
  padding-top: 80px;
  margin-bottom: 100px;
}
.sec04 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec04 .sec_body {
  padding: 0 30px;
  box-sizing: border-box;
}
.sec04 .sec_title {
  position: relative;
  z-index: 5;
  margin: 115px 0 75px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333631;
  text-align: center;
}
.sec04 .sec_title::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/text_medical.webp) center/contain no-repeat;
  width: 469px;
  height: 58px;
}
.sec04 .cont_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 33px;
  box-sizing: border-box;
}
.sec04 .cont_head .cont_icon {
  width: 52px;
  margin-right: 15px;
}
.sec04 .cont_head .cont_title {
  margin-bottom: initial;
  padding-left: 0px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #333631;
}
.sec04 .cont_head .cont_icon2 {
  padding-left: 10px;
  width: 37px;
  min-width: 37px;
}
.sec04 .cont_head .cont_icon2 img {
  width: 100%;
  height: 100%;
}
.sec04 .imagebox {
  width: 470px;
  max-width: 48%;
}
.sec04 .cont_image {
  width: 100%;
}
.sec04 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec04 .medical01 {
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: #d7c7b5;
  box-sizing: border-box;
}
.sec04 .medical01 .cont01 {
  margin-bottom: 0;
}
.sec04 .medical01 .cont01 .textbox {
  margin-right: 50px;
}
.sec04 .medical01 .cont01 .imagebox {
  position: relative;
}
.sec04 .medical01 .cont01 .circle_text01 {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 152px;
  height: 152px;
}
.sec04 .medical01 .cont01 .circle_text02 {
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  width: 192px;
  height: 192px;
}
.sec04 .medical02 {
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: #efe9e1;
  box-sizing: border-box;
}
.sec04 .medical02 .cont02 {
  flex-direction: row-reverse;
}
.sec04 .medical02 .cont02 .textbox {
  margin-left: 50px;
}
.sec04 .medical02 .suresmile {
  width: 714px;
  max-width: 100%;
  margin: 0 auto 95px;
  padding: 30px 70px;
  box-sizing: border-box;
  position: relative;
}
.sec04 .medical02 .suresmile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/index/sec04_waku01.webp) center/contain no-repeat;
  width: 100%;
  height: 40px;
}
.sec04 .medical02 .suresmile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/index/sec04_waku02.webp) center/contain no-repeat;
  width: 100%;
  height: 40px;
}
.sec04 .medical02 .cont03 .textbox {
  margin-right: 50px;
}
.sec04 .medical02 .ortho_site {
  width: 632px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.sec04 .medical02 .ortho_site .ortho_img {
  width: 100%;
}
.sec04 .medical03 {
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
.sec04 .medical03 .cont04 {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.sec04 .medical03 .cont04 .textbox {
  margin-left: 50px;
}
.sec04 .medical03 .cont04 .imagebox {
  position: relative;
}
.sec04 .medical03 .cont04 .circle_text01 {
  content: "";
  position: absolute;
  top: -15px;
  right: -10px;
  width: 152px;
  height: 152px;
}
.sec04 .medical03 .cont04 .circle_text02 {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 0px;
  width: 252px;
  height: 192px;
}
.sec04 .medical04 {
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 50px;
  background-color: rgb(231, 209, 210);
  box-sizing: border-box;
}
.sec04 .medical04 .cont05 {
  margin-bottom: 0;
}
.sec04 .medical04 .cont05 .textbox {
  margin-right: 50px;
}
.sec04 .medical04 .cont05 .imagebox {
  position: relative;
}
.sec04 .medical04 .cont05 .circle_text01 {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 180px;
  height: 180px;
}
.sec04 .medical05 {
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.sec04 .medical05 .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  /*.item_title::after {
    content: "";
    position: absolute;
    top:  0;
    left: 0;
    background: url(/images/index/icon_inlay_crown.webp) center /contain no-repeat;
    width: 80px;
    height: 75px;
  } */
}
.sec04 .medical05 .flex_box .item {
  width: 370px;
  max-width: 33%;
  padding: 30px;
  background-color: #e6e6df;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.sec04 .medical05 .flex_box .item .flexbox {
  margin-top: auto;
}
.sec04 .medical05 .flex_box .item .about_btn {
  width: initial;
  padding: 15px 54px 15px 15px;
}
.sec04 .medical05 .flex_box .item .about_btn:before {
  background: url(/images/index/icon_btn_arrows2.webp) center/contain no-repeat;
  width: 40px;
  height: 40px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(3n-1),
.sec04 .medical05 .flex_box .item:nth-of-type(3n-2) {
  margin-right: 25px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(1),
.sec04 .medical05 .flex_box .item:nth-of-type(2),
.sec04 .medical05 .flex_box .item:nth-of-type(3) {
  margin-bottom: 25px;
}
.sec04 .medical05 .flex_box .imagebox {
  width: 304px;
  max-width: 100%;
}
.sec04 .medical05 .flex_box .item_title {
  height: 5.5em;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.sec04 .medical05 .flex_box .item_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/sec04_list_bg.webp) center/contain no-repeat;
  width: 304px;
  height: 155px;
}
.sec04 .medical05 .flex_box .item_text {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  flex-grow: 1;
}
.sec04 .medical05 .flex_box .item:nth-of-type(1) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/icon_maternity.webp) center/contain no-repeat;
  width: 80px;
  height: 75px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(2) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/icon_caries.webp) center/contain no-repeat;
  width: 58px;
  height: 75px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(3) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/icon_perio.webp) center/contain no-repeat;
  width: 80px;
  height: 75px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(4) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/icon_inlay_crown.webp) center/contain no-repeat;
  width: 58px;
  height: 75px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(5) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/images/index/icon_surgery.webp) center/contain no-repeat;
  width: 52px;
  height: 84px;
}
.sec04 .medical05 .flex_box .item:nth-of-type(6) .item_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  background: url(/images/index/icon_whitening.webp) center/contain no-repeat;
  width: 82px;
  height: 29px;
}
@media screen and (max-width: 1204px) and (min-width: 768px) {
  .sec04 .medical03 .cont04 .circle_text02 {
    bottom: 1.56vw;
    width: 19.68vw;
    height: 15vw;
  }
  .sec04 .medical05 .flex_box .item {
    width: 370px;
    max-width: 48%;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(3n-1),
  .sec04 .medical05 .flex_box .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(1),
  .sec04 .medical05 .flex_box .item:nth-of-type(2),
  .sec04 .medical05 .flex_box .item:nth-of-type(3) {
    margin-bottom: initial;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(2n-1) {
    margin-right: 25px;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(1),
  .sec04 .medical05 .flex_box .item:nth-of-type(2),
  .sec04 .medical05 .flex_box .item:nth-of-type(3),
  .sec04 .medical05 .flex_box .item:nth-of-type(4) {
    margin-bottom: 25px;
  }
  .sec04 .medical05 .flex_box .item_title {
    font-size: 24px;
    align-items: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 865px) and (min-width: 768px) {
  .sec04 .medical03 .cont04 .circle_text02 {
    bottom: 0.01vw;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: initial;
    margin-bottom: 13.8vw;
    /*
    .cont_head::before {
      content: "";
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width:  8vw;
      height: 8vw;
    } */
  }
  .sec04 .inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .sec04 .sec_body {
    padding: 0 5.5vw;
  }
  .sec04 .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 16vw 0 9.3vw;
  }
  .sec04 .sec_title::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_medical_sp.webp) center/contain no-repeat;
    width: 57.6vw;
    height: 7.2vw;
  }
  .sec04 .cont_head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10.6vw;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec04 .cont_head .cont_icon {
    margin-right: 2vw;
  }
  .sec04 .cont_head .cont_title {
    margin-bottom: initial;
    padding-left: 0px;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: justify;
    color: #333631;
  }
  .sec04 .cont_icon2 {
    padding-left: 4vw !important;
    margin-left: initial !important;
    width: 8vw !important;
    min-width: 8vw !important;
  }
  .sec04 .cont_icon2 img {
    width: 100%;
    height: 100%;
  }
  .sec04 .imagebox {
    width: 470px;
    max-width: 48%;
  }
  .sec04 .cont_image {
    width: 100%;
  }
  .sec04 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .medical01 {
    width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    background-color: #d7c7b5;
    box-sizing: border-box;
  }
  .sec04 .medical01 .cont01 .textbox {
    margin-right: initial;
  }
  .sec04 .medical01 .cont01 .cont_head .cont_icon {
    width: 6.4vw;
  }
  .sec04 .medical01 .cont01 .imagebox {
    position: relative;
  }
  .sec04 .medical01 .cont01 .circle_text01 {
    content: "";
    position: absolute;
    bottom: 1.06vw;
    left: 1.3vw;
    width: 26.13vw;
    height: 26.13vw;
  }
  .sec04 .medical01 .cont01 .circle_text02 {
    content: "";
    position: absolute;
    top: -3.2vw;
    right: 2.02vw;
    width: 33.06vw;
    height: 33.06vw;
  }
  .sec04 .medical02 {
    width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    background-color: #efe9e1;
    box-sizing: border-box;
  }
  .sec04 .medical02 .cont02 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec04 .medical02 .cont02 .textbox {
    margin-left: initial;
  }
  .sec04 .medical02 .cont02 .cont_head .cont_icon {
    width: 16vw;
  }
  .sec04 .medical02 .suresmile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 9vw 0vw;
    box-sizing: border-box;
    position: relative;
  }
  .sec04 .medical02 .suresmile .suresmile_img {
    width: 76.5vw;
    max-width: 100%;
    height: 72vw;
    margin: 0 auto;
  }
  .sec04 .medical02 .suresmile .suresmile_img img {
    width: 76.5vw;
    height: 100%;
  }
  .sec04 .medical02 .suresmile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/sec04_waku01_sp.webp) center/contain no-repeat;
    width: 100%;
    height: 10.6vw;
  }
  .sec04 .medical02 .suresmile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/index/sec04_waku02_sp.webp) center/contain no-repeat;
    width: 100%;
    height: 10.6vw;
  }
  .sec04 .medical02 .cont03 {
    margin-bottom: 4.8vw;
  }
  .sec04 .medical02 .cont03 .textbox {
    margin-right: initial;
  }
  .sec04 .medical02 .cont03 .cont_head .cont_icon {
    width: 10.6vw;
  }
  .sec04 .medical02 .ortho_site {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5.3vw;
  }
  .sec04 .medical02 .ortho_site .ortho_img {
    width: 79.4vw;
  }
  .sec04 .medical02 .ortho_site .ortho_img img {
    width: 100%;
    height: 100%;
  }
  .sec04 .medical03 {
    width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    background-color: #e6e6e6;
    box-sizing: border-box;
  }
  .sec04 .medical03 .cont04 {
    flex-direction: row-reverse;
  }
  .sec04 .medical03 .cont04 .textbox {
    margin-left: initial;
  }
  .sec04 .medical03 .cont04 .cont_head .cont_icon {
    width: 5.3vw;
  }
  .sec04 .medical03 .cont04 .imagebox {
    position: relative;
  }
  .sec04 .medical03 .cont04 .circle_text01 {
    content: "";
    position: absolute;
    top: -2.6vw;
    right: -2.6vw;
    width: 28.8vw;
    height: 28.8vw;
  }
  .sec04 .medical03 .cont04 .circle_text02 {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 5.3vw;
    right: 0px;
    width: 40.32vw;
    height: 30.72vw;
  }
  .sec04 .medical04 {
    width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    background-color: rgb(231, 209, 210);
    box-sizing: border-box;
  }
  .sec04 .medical04 .cont05 .textbox {
    margin-right: initial;
  }
  .sec04 .medical04 .cont05 .cont_head .cont_icon {
    width: 10.66vw;
  }
  .sec04 .medical04 .cont05 .imagebox {
    position: relative;
  }
  .sec04 .medical04 .cont05 .circle_text01 {
    content: "";
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    width: 33.06vw;
    height: 33.06vw;
  }
  .sec04 .medical05 {
    width: 100%;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec04 .medical05 .flex_box {
    display: block;
    box-sizing: border-box;
    /*.item_title::after {
      content: "";
      position: absolute;
      top:  0;
      left: 0;
      background: url(/images/index/icon_inlay_crown.webp) center /contain no-repeat;
      width: 80px;
      height: 75px;
    } */
  }
  .sec04 .medical05 .flex_box .item {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    background-color: #e6e6df;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .sec04 .medical05 .flex_box .item .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
  .sec04 .medical05 .flex_box .item .about_btn:before {
    background: url(/images/index/icon_btn_arrows2.webp) center/contain no-repeat;
    width: 10.6vw;
    height: 10.6vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(3n-1),
  .sec04 .medical05 .flex_box .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(1),
  .sec04 .medical05 .flex_box .item:nth-of-type(2),
  .sec04 .medical05 .flex_box .item:nth-of-type(3) {
    margin-bottom: initial;
  }
  .sec04 .medical05 .flex_box .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .medical05 .flex_box .imagebox {
    width: 100%;
    max-width: 100%;
  }
  .sec04 .medical05 .flex_box .item_title {
    height: 5.5em;
    padding-top: initial;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.8vw;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: 4.2vw;
  }
  .sec04 .medical05 .flex_box .item_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(/images/index/sec04_list_bg.webp) center/contain no-repeat;
    width: 64vw;
    height: 31.73vw;
  }
  .sec04 .medical05 .flex_box .item_text {
    letter-spacing: 0.1em;
    line-height: 2;
    flex-grow: 1;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(1) .item_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/icon_maternity.webp) center/contain no-repeat;
    width: 21.33vw;
    height: 20vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(2) .item_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/icon_caries.webp) center/contain no-repeat;
    width: 15.46vw;
    height: 20vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(3) .item_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/icon_perio.webp) center/contain no-repeat;
    width: 21.33vw;
    height: 20vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(4) .item_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/icon_inlay_crown.webp) center/contain no-repeat;
    width: 15.46vw;
    height: 20vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(5) .item_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/index/icon_surgery.webp) center/contain no-repeat;
    width: 13.86vw;
    height: 22.4vw;
  }
  .sec04 .medical05 .flex_box .item:nth-of-type(6) .item_title::after {
    content: "";
    position: absolute;
    top: 5.33vw;
    left: 0;
    background: url(/images/index/icon_whitening.webp) center/contain no-repeat;
    width: 21.86vw;
    height: 7.73vw;
  }
}

.sec05 {
  overflow: hidden;
  padding: 130px 0 0;
}
.sec05 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec05 .sec_body {
  padding: 0 50px;
  box-sizing: border-box;
}
.sec05 .cont_image {
  width: 100%;
}
.sec05 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec05 .cont_title {
  padding-left: 0;
}
.sec05 .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333631;
  margin-bottom: 85px;
  position: relative;
}
.sec05 .sec_title::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0px;
  background: url(/images/doctor/text_greeting.webp) center/contain no-repeat;
  width: 450px;
  height: 58px;
}
.sec05 .cont01 {
  margin-bottom: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
.sec05 .cont01 .textbox {
  margin-left: 65px;
}
.sec05 .cont01 .cont_title {
  font-size: 39px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #333631;
}
.sec05 .cont01 .cont_title span {
  font-size: 39px;
  color: #806363;
}
.sec05 .cont01 .cont_text {
  margin-bottom: 55px;
}
.sec05 .cont01 .imagebox {
  width: 424px;
  max-width: 40%;
  position: relative;
}
.sec05 .cont01 .doctor_name {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -170px;
  background-color: rgba(215, 199, 181, 0.9);
  width: 310px;
  height: 127px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .cont01 .doctor_name .name_small {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
}
.sec05 .cont01 .doctor_name .name_r {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
  color: #fff;
}
.sec05 .cont01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec05_bg.webp) center/contain no-repeat;
  width: 1280px;
  height: 855px;
}
.sec05 .career_box {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 130px;
  background-color: #d7c7b5;
  padding: 50px 60px 50px;
  box-sizing: border-box;
}
.sec05 .career_box .info_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.sec05 .career_box .info_title {
  width: 175px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.sec05 .career_box .dlist {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  box-sizing: border-box;
}
.sec05 .career_box .row {
  display: flex;
}
.sec05 .career_box .row:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec05 .career_box .term {
  width: 80px;
  max-width: 30%;
  font-size: 15px;
  text-align: justify-all;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.sec05 .career_box .desc {
  max-width: 70%;
  font-size: 15px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.sec05 .career_box .info_box:nth-of-type(1) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sec05 .career_box .info_box:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: solid 1px #ffffff;
}
.sec05 .career_box .info_box .desc {
  max-width: 100%;
}
@media screen and (max-width: 1204px) and (min-width: 768px) {
  .sec05 .doctor_name {
    right: initial;
    left: 8.82vw;
    width: 30.21vw !important;
    height: 12.92vw !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .sec05 .career_box {
    padding: 50px 30px 50px;
  }
  .sec05 .career_box .info_title {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    overflow: hidden;
    margin-bottom: 13.8vw;
    padding: 13.8vw 0 0;
  }
  .sec05 .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05 .sec_body {
    padding: 0;
  }
  .sec05 .cont_image {
    width: 100%;
  }
  .sec05 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec05 .cont_title {
    padding-left: 0;
  }
  .sec05 .sec_title {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5.5vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: left;
    color: #333631;
    margin-bottom: 9vw;
    position: relative;
  }
  .sec05 .sec_title::before {
    content: "";
    position: absolute;
    top: -12.66vw;
    left: 0;
    background: url(/images/doctor/text_greeting_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 10.8vw;
  }
  .sec05 .cont01 {
    padding: 0 5.5vw;
    margin-bottom: 8.4vw;
    display: block;
    position: relative;
  }
  .sec05 .cont01 .textbox {
    margin-left: initial;
  }
  .sec05 .cont01 .cont_title {
    font-size: 6.4vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    color: #333631;
  }
  .sec05 .cont01 .cont_title span {
    font-size: 6.4vw;
    color: #806363;
  }
  .sec05 .cont01 .cont_text {
    margin-bottom: 8.4vw;
  }
  .sec05 .cont01 .imagebox {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .sec05 .cont01 .cont_image {
    width: 100%;
  }
  .sec05 .cont01 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec05 .cont01 .doctor_name {
    content: "";
    position: absolute;
    bottom: 21.3vw;
    right: -23vw;
    background-color: rgba(215, 199, 181, 0.9);
    width: 71.46vw;
    height: 28.5vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec05 .cont01 .doctor_name .name_small {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.7vw;
  }
  .sec05 .cont01 .doctor_name .name_r {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
    color: #fff;
  }
  .sec05 .cont01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: initial;
    bottom: 18vw;
    left: 0vw;
    transform: initial;
    background: url(/images/index/sec05_bg_sp.webp) center/contain no-repeat;
    width: 100vw;
    height: 136vw;
  }
  .sec05 .career_box {
    width: 90%;
    max-width: 90%;
    margin: 0 5.5vw 4.2vw;
    background-color: #d7c7b5;
    padding: 5.5vw 5.5vw;
    box-sizing: border-box;
  }
  .sec05 .career_box .info_box {
    display: block;
    box-sizing: border-box;
  }
  .sec05 .career_box .info_title {
    width: 100%;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4.2vw;
    position: relative;
    box-sizing: border-box;
  }
  .sec05 .career_box .dlist {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
    box-sizing: border-box;
  }
  .sec05 .career_box .row {
    display: flex;
    justify-content: flex-start;
  }
  .sec05 .career_box .row:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .sec05 .career_box .term {
    width: 5em;
    max-width: 30%;
    min-width: 27%;
    font-size: 4vw;
    text-align: justify-all;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  .sec05 .career_box .desc {
    max-width: 70%;
    font-size: 4vw;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
  .sec05 .career_box .info_box:nth-of-type(1) {
    padding-bottom: 5.3vw;
    margin-bottom: 5.3vw;
    position: relative;
  }
  .sec05 .career_box .info_box:nth-of-type(1)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: solid 1px #ffffff;
  }
  .sec05 .career_box .info_box .desc {
    max-width: 100%;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .flexbox {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec06 .link:not(:last-of-type) .link_btn {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .flexbox {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: block;
    box-sizing: border-box;
  }
  .sec06 .link {
    width: 100%;
    text-align: center;
  }
  .sec06 .link_btn {
    width: 100;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec06 .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec06 .link:not(:last-of-type) {
    padding-bottom: 4.2vw;
  }
  .sec06 .link:not(:last-of-type) .link_btn {
    margin-right: initial;
  }
}/*# sourceMappingURL=style3.css.map */