.mainvisual {
  position: relative;
  height: 800px;
}
.mainvisual::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 0;
  width: 219px;
  height: 852px;
  background: url(/images/index/mainvisual_bg.webp) center/contain no-repeat;
}
.mainvisual .blog_sec {
  position: absolute;
  z-index: 2;
  left: 50px;
  bottom: 0;
  width: 600px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #a4917d;
}
.mainvisual .blog_sec .inner {
  padding: 0;
}
.mainvisual .blog_sec .flex {
  display: flex;
  align-items: center;
}
.mainvisual .blog_sec .sec_title {
  min-width: 100px;
  font-size: 20px;
  letter-spacing: 2;
  color: #fcee21;
}
.mainvisual .blog_sec .list {
  padding-left: 30px;
  border-left: 1.5px solid #fff;
}
.mainvisual .blog_sec .item a {
  display: flex;
  color: #fff;
}
.mainvisual .blog_sec .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.mainvisual .blog_sec .date {
  min-width: 90px;
  color: #fff;
}
.mainvisual .blog_sec .item_text {
  line-height: 1.5;
  color: #fff;
}
.mainvisual .blog_sec .more {
  text-align: right;
}
.mainvisual .blog_sec .more a {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    height: 160vw;
  }
  .mainvisual::before {
    display: none;
  }
  .mainvisual .blog_sec {
    position: absolute;
    left: 0;
    bottom: -13.8vw;
    width: 69.3vw;
    padding: 2.7vw;
    box-sizing: border-box;
    background: #a4917d;
  }
  .mainvisual .blog_sec .flex {
    width: 100%;
    display: flex;
  }
  .mainvisual .blog_sec .sec_title {
    min-width: 3.7em;
    padding-right: initial;
    margin-bottom: initial;
    color: #fcee21;
    font-size: 4.4vw;
    display: block;
  }
  .mainvisual .blog_sec .list {
    width: 48vw;
    padding-top: 2.7vw;
    padding-left: 0;
    margin-bottom: initial;
    border-left: initial;
    border-top: initial;
  }
  .mainvisual .blog_sec .item {
    display: flex;
    flex-direction: column;
  }
  .mainvisual .blog_sec .item a {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  .mainvisual .blog_sec .item:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
  .mainvisual .blog_sec .date {
    width: initial;
    margin-right: 0;
    font-size: 3.4vw;
    min-width: initial;
  }
  .mainvisual .blog_sec .item_text {
    width: initial;
    font-size: 3.4vw;
  }
  .mainvisual .blog_sec .more a {
    font-size: 3.2vw;
  }
}

.key {
  position: relative;
  height: 710px;
  box-sizing: border-box;
  overflow: hidden;
}
.key .cont {
  position: relative;
  width: 100%;
  height: 800px;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 710px;
}
.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/key_bg01.webp) center/cover no-repeat;
}
.key .cont01 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-right: 33.2vw;
  text-align: center;
  max-width: 90%;
}
.key .cont02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: 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: 0px;
  padding-left: 0vw;
  text-align: center;
  max-width: 90%;
}
.key .cont03 {
  position: relative;
  display: flex;
  justify-content: 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: 100px;
  padding-left: 34.2vw;
  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;
  }
}
@media screen and (max-width: 767px) {
  .key {
    height: 160vw;
  }
  .key .cont {
    position: relative;
    width: 100%;
    height: 160vw;
  }
  .key .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 160vw;
  }
  .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;
    top: -23vw;
    width: 88vw;
    height: 57.06vw;
    padding-top: 0;
  }
  .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: 0vw;
    width: 77.8vw;
    height: 63.4vw;
    padding-top: 0;
    padding-left: 6vw;
  }
  .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: 6vw;
    width: 88.53vw;
    height: 51.46vw;
    padding-top: initial;
    padding-left: initial;
  }
  .key .cont03 .key_text img {
    width: 100%;
  }
}

.apotool {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
  border: 5px solid #f5f1ed;
  margin: 40px auto 80px;
}
.apotool .iframe {
  display: block;
}
.apotool .content {
  display: none;
}
.apotool .content.show {
  display: block;
}
.apotool .tab-area {
  display: flex;
}
.apotool .tab-area > 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: #a4917d;
  cursor: pointer;
  transition: all 0.5s;
}
.apotool .tab-area > li:hover,
.apotool .tab-area > li.active {
  background-color: #736357;
}
.apotool .content > acss-fxqhid {
  border-color: #a4917d;
}
.apotool .content > ant-btn {
  color: #736357;
}
.apotool .acss-1dl7vb1 {
  border-color: #a4917d;
}
.apotool .notion {
  margin-top: -20px;
  margin-bottom: 10px;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .apotool {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .apotool {
    position: relative;
    width: 100vw;
    border-width: 3px;
    margin-top: 20vw;
    margin-bottom: 8%;
    left: 50%;
    translate: -50% 0;
  }
  .apotool .tab-area > li {
    font-size: 3.6vw;
    letter-spacing: 0.02em;
    padding: 0.8em 0;
  }
  .apotool .notion {
    margin-top: -3vw;
    margin-bottom: 2.5vw;
    font-size: 3.4vw;
  }
}

.sec01 {
  padding-bottom: 100px;
  margin: 0 auto;
}
.sec01 .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec01 .flex_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -20px;
  width: 453px;
  height: 560px;
  background: url(/images/index/sec01_bg.webp) left bottom/cover no-repeat;
}
.sec01 .imagebox {
  width: 45%;
  margin-right: 65px;
}
.sec01 .sec_image {
  width: 100%;
}
.sec01 .sec_image img {
  width: 100%;
  height: 100%;
}
.sec01 .textbox {
  width: 55%;
}
.sec01 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
.sec01 .sec_text {
  text-align: justify;
  line-height: 2;
  letter-spacing: 2;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-top: 16vw;
    padding-bottom: 13.8vw;
  }
  .sec01 .flex_box {
    display: block;
  }
  .sec01 .flex_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16vw;
    right: 0;
    width: 44.06vw;
    height: 94.93vw;
    background: url(/images/index/sec01_bg_sp.webp) left bottom/cover no-repeat;
  }
  .sec01 .textbox {
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .sec_image {
    width: 100%;
    margin-right: initial;
  }
  .sec01 .sec_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.4vw;
    margin-bottom: 79.6vw;
    position: relative;
  }
  .sec01 .sec_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 26vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 92vw;
    background: url(/images/index/sec01_image_sp.webp) center/contain no-repeat;
  }
  .sec01 .sec_text {
    font-size: 4vw;
  }
}

.sec02 {
  padding-bottom: 100px;
  background-color: #b8d9e3;
  padding-top: 40px;
}
.sec02 .fukidashi_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec02 .fukidashi01 {
  margin-top: 87px;
}
.sec02 .fukidashi02 {
  margin-bottom: 80px;
}
.sec02 .fukidashi03 {
  margin-top: 30px;
}
.sec02 .sub_title {
  font-size: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.sec02 .sub_title::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 50px;
  background: url(/images/index/sec02_kazari00.webp) center/contain no-repeat;
}
.sec02 .title {
  font-size: 65px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24a5b9;
  margin-bottom: 30px;
}
.sec02 .kazari01 {
  content: "";
  position: absolute;
  top: 390px;
  left: 10%;
  transform: translateX(-50%);
  width: 170px;
  height: 173px;
  background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
}
.sec02 .kazari02 {
  content: "";
  position: absolute;
  top: 430px;
  left: 90%;
  transform: translateX(-50%);
  width: 187px;
  height: 111px;
  background: url(/images/index/sec02_kazari02.webp) center/contain no-repeat;
}
.sec02 .kazari03 {
  content: "";
  position: absolute;
  top: 530px;
  left: 80%;
  transform: translateX(-50%);
  width: 140px;
  height: 162px;
  background: url(/images/index/sec02_kazari03.webp) center/contain no-repeat;
}
.sec02 .kaiin_day {
  content: "";
  position: absolute;
  top: 230px;
  left: 90%;
  transform: translateX(-50%);
  width: 172px;
  height: 172px;
}
.sec02 .info_text {
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px;
}
.sec02 .info_text span {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .kaisaiday {
  width: 486px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.sec02 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.sec02 .announce {
  width: 200px;
  border-radius: 10px;
  background-color: #24a5b9;
  font-size: 27px;
  text-align: center;
  color: #fff;
}
.sec02 .announce:not(:last-of-type) {
  margin-right: 20px;
}
.sec02 .text {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1210px) and (min-width: 1040px) {
  .sec02 .kazari01 {
    content: "";
    position: absolute;
    top: 410px;
    left: 10%;
    transform: translateX(-50%);
    width: 170px;
    height: 173px;
    background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
  }
  .sec02 .kazari02 {
    content: "";
    position: absolute;
    top: 420px;
    left: 90%;
    transform: translateX(-50%);
    width: 187px;
    height: 111px;
    background: url(/images/index/sec02_kazari02.webp) center/contain no-repeat;
  }
  .sec02 .kazari03 {
    content: "";
    position: absolute;
    top: 540px;
    left: 80%;
    transform: translateX(-50%);
    width: 140px;
    height: 162px;
    background: url(/images/index/sec02_kazari03.webp) center/contain no-repeat;
  }
  .sec02 .kaiin_day {
    content: "";
    position: absolute;
    top: 180px;
    left: 87%;
    transform: translateX(-50%);
    width: 146px;
    height: 146px;
  }
}
@media screen and (max-width: 1039px) and (min-width: 768px) {
  .sec02 .title {
    font-size: 60px;
  }
  .sec02 .fukidashi_box {
    padding-bottom: 40px;
  }
  .sec02 .sub_title {
    padding-right: 180px;
  }
  .sec02 .kazari01 {
    content: "";
    position: absolute;
    top: 444px;
    left: 10%;
    transform: translateX(-50%);
    width: 16.6vw;
    height: 16.89vw;
    background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
  }
  .sec02 .kazari02 {
    content: "";
    position: absolute;
    top: 440px;
    left: 91%;
    transform: translateX(-50%);
    width: 14.6vw;
    height: 8.67vw;
    background: url(/images/index/sec02_kazari02.webp) center/contain no-repeat;
  }
  .sec02 .kazari03 {
    content: "";
    position: absolute;
    top: 535px;
    left: 90%;
    transform: translateX(-50%);
    width: 13.6vw;
    height: 15.82vw;
    background: url(/images/index/sec02_kazari03.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 1039px) and (min-width: 930px) {
  .sec02 .kaiin_day {
    content: "";
    position: absolute;
    top: 214px;
    left: 85%;
    transform: translateX(-50%);
    width: 146px;
    height: 146px;
  }
}
@media screen and (max-width: 929px) and (min-width: 880px) {
  .sec02 .kaiin_day {
    content: "";
    position: absolute;
    top: 205px;
    left: 85%;
    transform: translateX(-50%);
    width: 146px;
    height: 146px;
  }
}
@media screen and (max-width: 879px) and (min-width: 768px) {
  .sec02 .kaiin_day {
    content: "";
    position: absolute;
    top: 190px;
    left: 85%;
    transform: translateX(-50%);
    width: 146px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: 10.6vw;
    padding-bottom: 13.8vw;
  }
  .sec02 .fukidashi_box {
    position: relative;
    margin-bottom: 13.8vw;
  }
  .sec02 .fukidashi01 {
    margin-top: 20.26vw;
    width: 44vw;
    height: 21.06vw;
  }
  .sec02 .fukidashi02 {
    position: absolute;
    top: 1vw;
    margin-bottom: 28.5vw;
    width: 44.26vw;
    height: 22.4vw;
  }
  .sec02 .fukidashi03 {
    margin-top: 16vw;
    width: 38.66vw;
    height: 27.2vw;
  }
  .sec02 .sub_title {
    font-size: 4.16vw;
    letter-spacing: 0.01em;
    margin-bottom: 4vw;
    padding-right: 15vw;
    position: relative;
  }
  .sec02 .sub_title::before {
    content: "";
    position: absolute;
    top: -10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 19.2vw;
    height: 6.66vw;
    background: url(/images/index/sec02_kazari00.webp) center/contain no-repeat;
  }
  .sec02 .title {
    font-size: 8.5vw;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 5.3vw;
  }
  .sec02 .kazari01 {
    top: initial;
    bottom: 0vw;
    left: 9.3vw;
    transform: initial;
    width: 17.3vw;
    height: 17.6vw;
    background: url(/images/index/sec02_kazari01.webp) center/contain no-repeat;
  }
  .sec02 .kazari02 {
    top: initial;
    bottom: 0vw;
    left: initial;
    right: 8vw;
    transform: initial;
    width: 26.6vw;
    height: 16vw;
    background: url(/images/index/sec02_kazari02.webp) center/contain no-repeat;
  }
  .sec02 .kazari03 {
    top: 2.1vw;
    left: 9vw;
    transform: initial;
    width: 14.4vw;
    height: 16.53vw;
  }
  .sec02 .kaiin_day {
    content: "";
    position: absolute;
    top: 43vw;
    left: 88%;
    transform: translateX(-50%);
    width: 22vw;
    height: 22vw;
  }
  .sec02 .info_text {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4vw;
  }
  .sec02 .info_text span {
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .kaisaiday {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 4.2vw;
  }
  .sec02 .kaisaiday img {
    width: 100%;
    height: 100%;
  }
  .sec02 .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .announce {
    width: 30vw;
    height: 6.4vw;
    border-radius: 10px;
    background-color: #24a5b9;
    font-size: 4vw;
    font-weight: 300;
    text-align: center;
    color: #fff;
  }
  .sec02 .announce:not(:last-of-type) {
    margin-right: 4.2vw;
  }
  .sec02 .text {
    width: 100%;
    padding: 0 5.5vw 23.2vw;
    margin: 0 auto;
    font-size: 4vw;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    box-sizing: border-box;
  }
}

.sec03 {
  padding-top: 140px;
}
.sec03 .inner_fhd {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.sec03 .sec_title {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -50px auto 60px;
}
.sec03 .point {
  width: 100%;
  display: block;
  padding-bottom: 100px;
}
.sec03 .point_header {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.sec03 .point_num {
  box-sizing: border-box;
  width: 150px;
  margin-right: 25px;
  margin-left: 20px;
}
.sec03 .point_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  line-height: 2;
  letter-spacing: 0.2;
}
.sec03 .point_text {
  position: relative;
  z-index: 5;
  width: 1080px;
  max-width: 90%;
  line-height: 2;
  letter-spacing: 0.2;
  text-align: justify;
  margin: 0 auto 95px;
}
.sec03 .link_flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .point01 {
  background-color: #f5f1ed;
  padding-bottom: 250px;
  position: relative;
}
.sec03 .point01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/index/sec03_point01_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03 .point01 .point_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 75px;
}
.sec03 .point01 .point_text {
  margin: 500px auto 95px;
}
.sec03 .point01 .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
}
.sec03 .point01 .item {
  background-color: #fff;
  width: 476px;
  max-width: 48%;
  padding: 0 0 50px;
  box-sizing: border-box;
}
.sec03 .point01 .item:not(:last-of-type) {
  margin-right: 5.2vw;
}
.sec03 .point01 .item_title {
  padding: 0 25px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.2;
  color: #534741;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sec03 .point01 .item_image {
  width: 476px;
  max-width: 100%;
}
.sec03 .point01 .item_image img {
  width: 100%;
  height: 100%;
}
.sec03 .point01 .item_text {
  padding: 0 25px;
  line-height: 2;
  letter-spacing: 0.2;
}
.sec03 .point01 .about_btn {
  width: 348px;
  height: 72px;
  position: relative;
}
.sec03 .point01 .about_btn p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.sec03 .point01 .about_btn p span {
  font-size: 14px;
  line-height: 1;
}
.sec03 .point01 .btn:not(:last-of-type) {
  margin-right: 30px;
}
.sec03 .point01 .btn:nth-of-type(1) .about_btn {
  position: relative;
}
.sec03 .point01 .btn:nth-of-type(1) .about_btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 76px;
  height: 93px;
  background: url(/images/index/point01_perio_image.webp) center/contain no-repeat;
}
.sec03 .point01 .btn:nth-of-type(2) .about_btn {
  position: relative;
}
.sec03 .point01 .btn:nth-of-type(2) .about_btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 64px;
  height: 90px;
  background: url(/images/index/point01_ortho_image.webp) center/contain no-repeat;
}
.sec03 .point01 .btn:nth-of-type(3) .about_btn {
  position: relative;
}
.sec03 .point01 .btn:nth-of-type(3) .about_btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 58px;
  height: 87px;
  background: url(/images/index/point01_childortho_image.webp) center/contain no-repeat;
}
.sec03 .point02 {
  padding-bottom: 250px;
  position: relative;
}
.sec03 .point02::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/index/sec03_point02_bg.webp) left bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03 .point02 .point_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 75px;
}
.sec03 .point02 .point_text {
  max-width: 60%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 500px auto 95px;
}
.sec03 .point02 .point_text::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -310px;
  width: 300px;
  height: 259px;
  background: url(/images/index/sec03_point02_image.webp) center/contain no-repeat;
}
.sec03 .point02 .about_btn {
  width: 360px;
}
.sec03 .point02 .about_btn p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.sec03 .point02 .about_btn p span {
  font-size: 13px;
  line-height: 1;
}
.sec03 .point03 {
  padding-bottom: 250px;
  background-color: #f5f1ed;
  position: relative;
}
.sec03 .point03::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/index/sec03_point03_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03 .point03 .point_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 75px;
}
.sec03 .point03 .point_text {
  max-width: 60%;
  position: relative;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  margin: 500px auto 95px;
}
.sec03 .point03 .point_text::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -440px;
  width: 357px;
  height: 252px;
  background: url(/images/index/sec03_point03_image.webp) center/contain no-repeat;
}
.sec03 .point04 {
  padding-bottom: 250px;
  position: relative;
}
.sec03 .point04::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/index/sec03_point04_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03 .point04 .point_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 75px;
}
.sec03 .point04 .image_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 500px auto 40px;
}
.sec03 .point04 .circle_text {
  position: relative;
  z-index: 6;
}
.sec03 .point04 .circle_text:not(:last-of-type) {
  margin-right: 30px;
}
.sec03 .point04 .point_text {
  width: 921px;
  position: relative;
  max-width: 100%;
  margin: 0 auto 95px;
}
.sec03 .point04 .list_box {
  width: 100%;
}
.sec03 .point04 .box_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.sec03 .point04 .box_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 67px;
  background: url(/images/index/text_forall.webp) center/contain no-repeat;
}
.sec03 .point04 .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  position: relative;
}
.sec03 .point04 .list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1121px;
  max-width: 103%;
  height: 242px;
  background-color: #b8d9e3;
}
.sec03 .point04 .item {
  width: 300px;
  max-width: 33%;
  padding: 0 0 50px;
  box-sizing: border-box;
}
.sec03 .point04 .item:not(:last-of-type) {
  margin-right: 60px;
}
.sec03 .point04 .item_title {
  font-size: 20px;
  color: #24a5b9;
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .point04 .item_image {
  text-align: center;
  margin: 0 auto 20px;
}
.sec03 .point04 .item_text {
  text-align: center;
}
.sec03 .point05 {
  background-color: #f5f1ed;
  position: relative;
}
.sec03 .point05::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 161px;
  background: url(/images/index/sec03_point05_bg.webp) center bottom/cover no-repeat;
  background-size: 101% 161px;
}
.sec03 .point05 .point_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 75px;
}
.sec03 .point05 .point_text {
  max-width: 60%;
  position: relative;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  margin: 500px auto 95px;
}
.sec03 .point05 .point_text::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -400px;
  width: 351px;
  height: 402px;
  background: url(/images/index/sec03_point05_image.webp) center/contain no-repeat;
}
.sec03 .point05 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.sec03 .point05 .item {
  width: 310px;
  max-width: 33%;
}
.sec03 .point05 .item:nth-of-type(3n-1),
.sec03 .point05 .item:nth-of-type(3n-2) {
  margin-right: 60px;
}
.sec03 .point05 .item:nth-of-type(3n-1),
.sec03 .point05 .item:nth-of-type(3n-2),
.sec03 .point05 .item:nth-of-type(3n) {
  margin-bottom: 50px;
}
.sec03 .point05 .item_image {
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .point05 .item_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  height: 2em;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sec03 .point05 .item_title span {
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec03 .point05 .about_btn {
  height: 72px;
}
.sec03 .point05 .about_btn p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.sec03 .point05 .about_btn p span {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .sec03 .point01 .point_image {
    margin-left: 5.86vw;
  }
  .sec03 .point01 .point_text {
    margin: 26vw auto 95px;
  }
  .sec03 .point02 .point_image {
    margin-right: 5.86vw;
  }
  .sec03 .point02 .point_text {
    margin: 26vw auto 95px;
    left: 40%;
  }
  .sec03 .point02 .point_text::before {
    bottom: 0px;
    left: -310px;
  }
  .sec03 .point03 .point_image {
    margin-left: 5.86vw;
  }
  .sec03 .point03 .point_text {
    margin: 26vw auto 95px;
    left: 20%;
  }
  .sec03 .point03 .point_text::before {
    bottom: 0px;
    right: -300px;
    width: 285px;
    height: 201px;
  }
  .sec03 .point04 .point_image {
    margin-right: 5.86vw;
  }
  .sec03 .point04 .image_box {
    margin: 23vw auto 40px;
  }
  .sec03 .point04 .point_text {
    margin: 0 auto 95px;
  }
  .sec03 .point05 .point_image {
    margin-left: 5.86vw;
  }
  .sec03 .point05 .point_text {
    margin: 26vw auto 95px;
    left: 20%;
  }
  .sec03 .point05 .point_text::before {
    bottom: 0px;
    right: -310px;
    width: 290px;
    height: 204px;
  }
}
@media screen and (max-width: 1220px) and (min-width: 768px) {
  .sec03 .link_flex_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
  }
  .sec03 .btn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .sec03 .point04 .box_title::before {
    bottom: 50px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sec03 .point02 .point_image {
    margin-right: 5.86vw;
  }
  .sec03 .point02 .point_text {
    margin: 26vw auto 95px;
    left: 50%;
  }
  .sec03 .point02 .point_text::before {
    bottom: 0px;
    left: -310px;
  }
  .sec03 .point03 .point_image {
    margin-left: 5.86vw;
  }
  .sec03 .point03 .point_text {
    margin: 26vw auto 95px;
    left: 10%;
  }
  .sec03 .point03 .point_text::before {
    bottom: 0px;
    right: -300px;
    width: 285px;
    height: 201px;
  }
  .sec03 .point04 .list {
    margin-bottom: 80px;
    max-width: 98%;
  }
  .sec03 .point05 .point_image {
    margin-left: 5.86vw;
  }
  .sec03 .point05 .point_text {
    margin: 26vw auto 95px;
    left: 10%;
  }
  .sec03 .point05 .point_text::before {
    bottom: 0px;
    right: -310px;
    width: 298px;
    height: 341px;
  }
}
@media screen and (max-width: 1090px) and (min-width: 768px) {
  .sec03 .point05 .item {
    width: 310px;
    max-width: 48%;
  }
  .sec03 .point05 .item:nth-of-type(3n-1),
  .sec03 .point05 .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec03 .point05 .item:nth-of-type(3n-1),
  .sec03 .point05 .item:nth-of-type(3n-2),
  .sec03 .point05 .item:nth-of-type(3n) {
    margin-bottom: initial;
  }
  .sec03 .point05 .item:nth-of-type(2n-1) {
    margin-right: 60px;
  }
  .sec03 .point05 .item:nth-of-type(2n-1),
  .sec03 .point05 .item:nth-of-type(2n) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: 20.7vw;
  }
  .sec03 .inner_fhd {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .sec_title {
    width: 72vw;
  }
  .sec03 .sec_title img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point_header {
    padding: 0 5.5vw 3.8vw;
    box-sizing: border-box;
  }
  .sec03 .point_num {
    width: 18.3vw;
    min-width: 22.3vw;
    margin-right: initial;
    margin: 0 auto;
    padding-right: 4vw;
  }
  .sec03 .point_num img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point_title {
    font-size: 5.3vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-wrap-style: pretty;
  }
  .sec03 .point_text {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: 90%;
    margin: 42.6vw auto 17.8vw;
  }
  .sec03 .link_flex_box {
    display: block;
  }
  .sec03 .point01 {
    background-color: #f5f1ed;
    padding-bottom: 34.66vw;
    position: relative;
  }
  .sec03 .point01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -21.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/index/sec03_point01_bg_sp.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03 .point01 .point_image {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: initial;
  }
  .sec03 .point01 .point_text {
    margin: 34.6vw auto 17.8vw;
  }
  .sec03 .point01 .list {
    display: block;
    padding: 0 5.5vw;
    margin-bottom: 10.6vw;
  }
  .sec03 .point01 .item {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0 0 4.2vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .point01 .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 6.6vw;
  }
  .sec03 .point01 .item_title {
    padding: 0 4.2vw;
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.2;
    margin-top: 7.4vw;
    margin-bottom: 7.4vw;
  }
  .sec03 .point01 .item_image {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .point01 .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point01 .item_text {
    padding: 0 5.5vw;
    line-height: 2;
    letter-spacing: 0.2;
  }
  .sec03 .point01 .about_btn {
    width: 86.4vw;
    height: 17.8vw;
    margin: 0 auto;
  }
  .sec03 .point01 .about_btn p {
    font-size: 4.2vw;
  }
  .sec03 .point01 .about_btn p span {
    font-size: 3.4vw;
  }
  .sec03 .point01 .btn:not(:last-of-type) .about_btn {
    margin-bottom: 4.2vw;
    border-radius: 64px;
  }
  .sec03 .point01 .btn:nth-of-type(1) .about_btn {
    position: relative;
  }
  .sec03 .point01 .btn:nth-of-type(1) .about_btn::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0vw;
    transform: translateY(-50%);
    width: 13.06vw;
    height: 23.2vw;
    background: url(/images/index/point01_perio_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point01 .btn:nth-of-type(2) .about_btn {
    position: relative;
  }
  .sec03 .point01 .btn:nth-of-type(2) .about_btn::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 35%;
    left: -3vw;
    transform: translateY(-50%);
    width: 16.26vw;
    height: 22.66vw;
    background: url(/images/index/point01_ortho_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point01 .btn:nth-of-type(3) .about_btn {
    position: relative;
  }
  .sec03 .point01 .btn:nth-of-type(3) .about_btn::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 44%;
    left: -2vw;
    transform: translateY(-50%);
    width: 13.06vw;
    height: 20vw;
    background: url(/images/index/point01_childortho_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point02 {
    padding-bottom: 34.66vw;
    position: relative;
  }
  .sec03 .point02::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -19.86vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/index/sec03_point02_bg.webp) left bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03 .point02 .point_image {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: initial;
    width: 100%;
  }
  .sec03 .point02 .point_text {
    max-width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin: 46.6vw auto 17.8vw;
  }
  .sec03 .point02 .point_text::before {
    content: "";
    position: absolute;
    bottom: initial;
    top: -25vw;
    left: 52vw;
    width: 34.9vw;
    height: 25.33vw;
    background: url(/images/index/sec03_point02_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point02 .about_btn {
    width: 86.4vw;
    margin: 0 auto;
  }
  .sec03 .point02 .about_btn p {
    font-size: 4.2vw;
  }
  .sec03 .point02 .about_btn p span {
    font-size: 3.4vw;
  }
  .sec03 .point03 {
    padding-bottom: 34.66vw;
    background-color: #f5f1ed;
    position: relative;
  }
  .sec03 .point03::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -21.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/index/sec03_point03_bg_sp.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03 .point03 .point_image {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: initial;
    width: 100%;
  }
  .sec03 .point03 .point_text {
    max-width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin: 48.6vw auto 17.8vw;
  }
  .sec03 .point03 .point_text::before {
    content: "";
    position: absolute;
    bottom: 0vw;
    top: -35vw;
    right: 2vw;
    width: 42.6vw;
    height: 33.3vw;
    background: url(/images/index/sec03_point03_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point03 .about_btn {
    width: 86.66vw;
    margin: 0 auto;
  }
  .sec03 .point03 .about_btn a {
    text-align: center;
  }
  .sec03 .point04 {
    padding-bottom: 34.66vw;
    position: relative;
  }
  .sec03 .point04::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -21.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/index/sec03_point04_bg.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03 .point04 .point_image {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: initial;
    width: 100%;
  }
  .sec03 .point04 .image_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 32.66vw auto 4.2vw;
  }
  .sec03 .point04 .circle_text {
    position: relative;
    z-index: 6;
    width: 43.2vw;
  }
  .sec03 .point04 .circle_text img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point04 .circle_text:not(:last-of-type) {
    margin-right: initial;
  }
  .sec03 .point04 .circle_text:nth-of-type(2n-1) {
    margin-right: 2.6vw;
  }
  .sec03 .point04 .circle_text:nth-of-type(1),
  .sec03 .point04 .circle_text:nth-of-type(2) {
    margin-bottom: 2.6vw;
  }
  .sec03 .point04 .point_text {
    width: 90%;
    position: relative;
    max-width: 90%;
    margin: 0 auto 25.33vw;
  }
  .sec03 .point04 .list_box {
    width: 100%;
  }
  .sec03 .point04 .box_title {
    font-size: 6.4vw;
    margin-bottom: 9.3vw;
    position: relative;
  }
  .sec03 .point04 .box_title::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 10vw;
    left: 45%;
    transform: translateX(-50%);
    width: 68.53vw;
    height: 13.06vw;
    background: url(/images/index/text_forall_sp.webp) center/contain no-repeat;
  }
  .sec03 .point04 .list {
    display: block;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec03 .point04 .list::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 28vw;
    left: 50%;
    transform: translateX(-50%);
    width: 93vw;
    height: 90%;
    background-color: #b8d9e3;
  }
  .sec03 .point04 .item {
    width: 100%;
    max-width: 100%;
    padding: 0 0 9.3vw;
    box-sizing: border-box;
  }
  .sec03 .point04 .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 5.3vw;
  }
  .sec03 .point04 .item_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .point04 .item_image {
    text-align: center;
    width: 80vw;
    margin: 0 auto 4.2vw;
  }
  .sec03 .point04 .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point04 .item_text {
    text-align: center;
  }
  .sec03 .point04 .about_btn {
    width: 86.66vw;
    margin: 0 auto;
  }
  .sec03 .point04 .about_btn a {
    text-align: center;
  }
  .sec03 .point05 {
    background-color: #f5f1ed;
    padding-bottom: 21.33vw;
    position: relative;
  }
  .sec03 .point05::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -21.66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 22.66vw;
    background: url(/images/index/sec03_point05_bg_sp.webp) center bottom/cover no-repeat;
    background-size: 105% 22.66vw;
  }
  .sec03 .point05 .point_image {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: initial;
    width: 100%;
  }
  .sec03 .point05 .point_text {
    max-width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin: 50.6vw auto 25vw;
  }
  .sec03 .point05 .point_text::before {
    content: "";
    position: absolute;
    bottom: initial;
    top: -40vw;
    right: 0vw;
    width: 28.26vw;
    height: 40.53vw;
    background: url(/images/index/sec03_point05_image_sp.webp) center/contain no-repeat;
  }
  .sec03 .point05 .list {
    display: block;
    margin-bottom: 17.3vw;
  }
  .sec03 .point05 .item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .point05 .item:nth-of-type(3n-1),
  .sec03 .point05 .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec03 .point05 .item:nth-of-type(3n-1),
  .sec03 .point05 .item:nth-of-type(3n-2),
  .sec03 .point05 .item:nth-of-type(3n) {
    margin-bottom: initial;
  }
  .sec03 .point05 .item:not(:last-of-type) {
    margin-bottom: 13.33vw;
  }
  .sec03 .point05 .item_image {
    margin-bottom: 4.2vw;
    text-align: center;
    margin: 0 auto 4.2vw;
    width: 80vw;
  }
  .sec03 .point05 .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .point05 .item_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .point05 .item_title span {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
  .sec03 .point05 .about_btn {
    margin: 0 auto;
    height: 12.6vw;
  }
  .sec03 .point05 .about_btn p {
    font-size: 4.2vw;
  }
  .sec03 .point05 .about_btn p span {
    font-size: 3.4vw;
  }
}

.sec04 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(212, 203, 188, 0.79);
}
.sec04 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #534741;
  margin-bottom: 100px;
  position: relative;
}
.sec04 .sec_title::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
  height: 26px;
  background: url(/images/index/text_medical.webp) center/contain no-repeat;
}
.sec04 .sec_text {
  width: 997px;
  max-width: 100%;
  margin: 0 auto 75px;
}
.sec04 .list_wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.sec04 .medical {
  width: 100%;
  background-color: #fff;
  margin-bottom: 95px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.sec04 .medical .flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec04 .medical .medical_image_box {
  position: relative;
}
.sec04 .medical .medical_text_box {
  width: 55%;
}
.sec04 .medical .medical_title {
  margin-top: 50px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.sec04 .medical .medical_text {
  box-sizing: border-box;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.sec04 .medical .link_flex_box {
  padding-bottom: 30px;
  margin-top: auto;
}
.sec04 .medical .about_btn {
  margin: 0 auto;
}
.sec04 .medical:not(:last-of-type) {
  margin-right: 30px;
}
.sec04 .medical01 .bg_image {
  background: url(/images/index/medical_image01.webp) left top/cover no-repeat;
  background-size: auto 100%;
}
.sec04 .medical01 .medical_image_box {
  position: relative;
}
.sec04 .medical01 .circle_text01 {
  content: "";
  z-index: 5;
  position: absolute;
  top: 63px;
  left: 226px;
  width: 207px;
  height: 207px;
  background: url(/images/index/medical_circle01.webp) center/contain no-repeat;
}
.sec04 .medical01 .medical_image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 764px;
  height: 510px;
}
.sec04 .medical01 .medical_text_box {
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding-right: 40px;
}
.sec04 .medical02 .bg_image {
  background: url(/images/index/medical_image02.webp) right top/cover no-repeat;
  background-size: auto 100%;
}
.sec04 .medical02 .flexbox {
  flex-direction: row-reverse;
}
.sec04 .medical02 .medical_image_box {
  position: relative;
}
.sec04 .medical02 .circle_text02 {
  content: "";
  z-index: 5;
  position: absolute;
  top: 270px;
  right: 15px;
  width: 207px;
  height: 207px;
  background: url(/images/index/medical_circle02.webp) center/contain no-repeat;
}
.sec04 .medical02 .medical_image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -12px;
  width: 764px;
  height: 510px;
}
.sec04 .medical02 .medical_text_box {
  position: relative;
  z-index: 2;
  margin-right: auto;
  padding-left: 40px;
}
.sec04 .medical03 .medical_title,
.sec04 .medical04 .medical_title,
.sec04 .medical05 .medical_title,
.sec04 .medical06 .medical_title,
.sec04 .medical07 .medical_title,
.sec04 .medical08 .medical_title,
.sec04 .medical09 .medical_title,
.sec04 .medical10 .medical_title,
.sec04 .medical11 .medical_title,
.sec04 .medical12 .medical_title {
  margin-top: 50px;
  text-align: center;
}
.sec04 .medical03 .medical_text,
.sec04 .medical04 .medical_text,
.sec04 .medical05 .medical_text,
.sec04 .medical06 .medical_text,
.sec04 .medical07 .medical_text,
.sec04 .medical08 .medical_text,
.sec04 .medical09 .medical_text,
.sec04 .medical10 .medical_text,
.sec04 .medical11 .medical_text,
.sec04 .medical12 .medical_text {
  padding: 0 35px 35px;
}
.sec04 .medical03 .medical_title,
.sec04 .medical04 .medical_title,
.sec04 .medical05 .medical_title {
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .medical03,
.sec04 .medical04,
.sec04 .medical05,
.sec04 .medical10,
.sec04 .medical11,
.sec04 .medical12 {
  position: relative;
}
.sec04 .medical03 .medical_image,
.sec04 .medical04 .medical_image,
.sec04 .medical05 .medical_image,
.sec04 .medical10 .medical_image,
.sec04 .medical11 .medical_image,
.sec04 .medical12 .medical_image {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
}
.sec04 .medical03 .medical_title,
.sec04 .medical04 .medical_title,
.sec04 .medical05 .medical_title,
.sec04 .medical10 .medical_title,
.sec04 .medical11 .medical_title,
.sec04 .medical12 .medical_title {
  margin-top: 190px;
  margin-bottom: 25px;
}
.sec04 .medical06,
.sec04 .medical07,
.sec04 .medical08,
.sec04 .medical09 {
  position: relative;
}
.sec04 .medical06 .medical_image,
.sec04 .medical07 .medical_image,
.sec04 .medical08 .medical_image,
.sec04 .medical09 .medical_image {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 293px;
}
.sec04 .medical06 .medical_title,
.sec04 .medical07 .medical_title,
.sec04 .medical08 .medical_title,
.sec04 .medical09 .medical_title {
  margin-top: 270px;
  margin-bottom: 20px;
}
.sec04 .medical05 .link_flex_box .about_btn p {
  padding-left: 15px;
  padding-right: 40px;
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  .sec04 .medical:not(:last-of-type) {
    margin-right: 2.34vw;
  }
  .sec04 .list_wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .sec04 .medical03,
  .sec04 .medical04,
  .sec04 .medical05,
  .sec04 .medical10,
  .sec04 .medical11,
  .sec04 .medical12 {
    position: relative;
  }
  .sec04 .medical03 .medical_image,
  .sec04 .medical04 .medical_image,
  .sec04 .medical05 .medical_image,
  .sec04 .medical10 .medical_image,
  .sec04 .medical11 .medical_image,
  .sec04 .medical12 .medical_image {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
    width: 23.43vw;
    height: auto;
  }
  .sec04 .medical03 .medical_title,
  .sec04 .medical04 .medical_title,
  .sec04 .medical05 .medical_title,
  .sec04 .medical10 .medical_title,
  .sec04 .medical11 .medical_title,
  .sec04 .medical12 .medical_title {
    margin-top: 14.84vw;
    margin-bottom: 25px;
  }
  .sec04 .medical03 .about_btn,
  .sec04 .medical04 .about_btn,
  .sec04 .medical05 .about_btn,
  .sec04 .medical10 .about_btn,
  .sec04 .medical11 .about_btn,
  .sec04 .medical12 .about_btn {
    max-width: 95%;
    width: 95%;
  }
  .sec04 .medical06,
  .sec04 .medical07,
  .sec04 .medical08,
  .sec04 .medical09 {
    position: relative;
  }
  .sec04 .medical06 .medical_image,
  .sec04 .medical07 .medical_image,
  .sec04 .medical08 .medical_image,
  .sec04 .medical09 .medical_image {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 440px;
    width: 34.37vw;
    height: auto;
  }
  .sec04 .medical06 .medical_title,
  .sec04 .medical07 .medical_title,
  .sec04 .medical08 .medical_title,
  .sec04 .medical09 .medical_title {
    margin-top: 21.09vw;
    margin-bottom: 20px;
  }
  .sec04 .medical06 .about_btn,
  .sec04 .medical07 .about_btn,
  .sec04 .medical08 .about_btn,
  .sec04 .medical09 .about_btn {
    max-width: 90%;
  }
}
@media screen and (max-width: 1104px) and (min-width: 961px) {
  .sec04 .medical01 .circle_text01 {
    top: 307px;
    left: 20px;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .sec04 .medical01 .bg_image {
    background: url(/images/index/medical_image01.webp) left top/cover no-repeat;
    background-size: auto 100%;
    background-position: -174px;
  }
  .sec04 .medical01 .circle_text01 {
    top: 217px;
    left: 81px;
  }
  .sec04 .medical02 .bg_image {
    background: url(/images/index/medical_image02.webp) right top/cover no-repeat;
    background-size: auto 100%;
    background-position: right -120px top;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: 13.8vw;
    padding-bottom: 13.8vw;
  }
  .sec04 .sec_title {
    font-size: 6.4vw;
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_title::before {
    content: "";
    position: absolute;
    bottom: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 21.3vw;
    height: 4.5vw;
    background: url(/images/index/text_medical.webp) center/contain no-repeat;
  }
  .sec04 .sec_text {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 5.3vw;
    box-sizing: border-box;
  }
  .sec04 .list_wrap {
    display: block;
  }
  .sec04 .medical {
    width: 90vw;
    margin: 0 5.5vw 20vw;
    background-color: #fff;
    margin-bottom: initial;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .sec04 .medical .flexbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec04 .medical .medical_image_box {
    position: relative;
  }
  .sec04 .medical .medical_text_box {
    width: 100%;
  }
  .sec04 .medical .medical_title {
    margin-top: 50px;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    letter-spacing: 0.14em;
    margin-bottom: 4.2vw;
  }
  .sec04 .medical .medical_text {
    box-sizing: border-box;
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 4vw;
    padding-bottom: 4.2vw;
  }
  .sec04 .medical .link_flex_box {
    padding-bottom: 4.2vw;
    margin-top: auto;
  }
  .sec04 .medical .about_btn {
    margin: 0 auto;
  }
  .sec04 .medical:not(:last-of-type) {
    margin-right: initial;
  }
  .sec04 .medical01 {
    margin-bottom: 20vw;
  }
  .sec04 .medical01 .bg_image {
    background: url(/images/index/medical_image01_sp.webp) left top/cover no-repeat;
    background-size: 100% auto;
  }
  .sec04 .medical01 .medical_image_box {
    position: relative;
  }
  .sec04 .medical01 .circle_text01 {
    content: "";
    z-index: 5;
    position: absolute;
    top: 3.73vw;
    left: 48.2vw;
    width: 32.53vw;
    height: 32.53vw;
    background: url(/images/index/medical_circle01_sp.webp) center/contain no-repeat;
  }
  .sec04 .medical01 .medical_image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 764px;
    height: 510px;
  }
  .sec04 .medical01 .medical_title {
    margin-top: 48.8vw;
  }
  .sec04 .medical01 .medical_text_box {
    position: relative;
    z-index: 2;
    margin-left: auto;
    padding-right: initial;
    padding: 0 5.5vw;
  }
  .sec04 .medical01 .about_btn {
    max-width: initial;
    width: 74.6vw;
  }
  .sec04 .medical02 {
    margin-bottom: 20vw;
  }
  .sec04 .medical02 .bg_image {
    background: url(/images/index/medical_image02_sp.webp) right top/cover no-repeat;
    background-size: 100% auto;
  }
  .sec04 .medical02 .flexbox {
    flex-direction: row-reverse;
  }
  .sec04 .medical02 .medical_image_box {
    position: relative;
  }
  .sec04 .medical02 .circle_text02 {
    content: "";
    z-index: 5;
    position: absolute;
    top: 19.5vw;
    right: 6.4vw;
    width: 32.53vw;
    height: 32.53vw;
    background: url(/images/index/medical_circle02_sp.webp) center/contain no-repeat;
  }
  .sec04 .medical02 .medical_image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -12px;
    width: 764px;
    height: 510px;
  }
  .sec04 .medical02 .medical_title {
    margin-top: 52.8vw;
  }
  .sec04 .medical02 .medical_text_box {
    position: relative;
    z-index: 2;
    margin-right: auto;
    padding-left: initial;
    padding: 0 5.5vw;
  }
  .sec04 .medical02 .about_btn {
    max-width: initial;
    width: 74.6vw;
  }
  .sec04 .medical03,
  .sec04 .medical04,
  .sec04 .medical05,
  .sec04 .medical06,
  .sec04 .medical07,
  .sec04 .medical08,
  .sec04 .medical09,
  .sec04 .medical10,
  .sec04 .medical11,
  .sec04 .medical12 {
    margin-bottom: 20vw;
  }
  .sec04 .medical03 .medical_title,
  .sec04 .medical04 .medical_title,
  .sec04 .medical05 .medical_title,
  .sec04 .medical06 .medical_title,
  .sec04 .medical07 .medical_title,
  .sec04 .medical08 .medical_title,
  .sec04 .medical09 .medical_title,
  .sec04 .medical10 .medical_title,
  .sec04 .medical11 .medical_title,
  .sec04 .medical12 .medical_title {
    margin-top: initial;
    text-align: center;
  }
  .sec04 .medical03 .medical_text,
  .sec04 .medical04 .medical_text,
  .sec04 .medical05 .medical_text,
  .sec04 .medical06 .medical_text,
  .sec04 .medical07 .medical_text,
  .sec04 .medical08 .medical_text,
  .sec04 .medical09 .medical_text,
  .sec04 .medical10 .medical_text,
  .sec04 .medical11 .medical_text,
  .sec04 .medical12 .medical_text {
    padding: 0 5.5vw 4.2vw;
  }
  .sec04 .medical12 {
    margin-bottom: initial;
  }
  .sec04 .medical03,
  .sec04 .medical04,
  .sec04 .medical05 {
    position: relative;
  }
  .sec04 .medical03 .medical_image,
  .sec04 .medical04 .medical_image,
  .sec04 .medical05 .medical_image {
    position: absolute;
    max-width: initial;
    top: -9.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70.9vw;
    height: 47.2vw;
  }
  .sec04 .medical03 .medical_image img,
  .sec04 .medical04 .medical_image img,
  .sec04 .medical05 .medical_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .medical03 .medical_title,
  .sec04 .medical04 .medical_title,
  .sec04 .medical05 .medical_title {
    margin-top: 42.1vw;
    margin-bottom: 4.2vw;
  }
  .sec04 .medical03 .about_btn,
  .sec04 .medical04 .about_btn,
  .sec04 .medical05 .about_btn {
    max-width: initial;
    width: 74.6vw;
  }
  .sec04 .medical03,
  .sec04 .medical04,
  .sec04 .medical05,
  .sec04 .medical10,
  .sec04 .medical11,
  .sec04 .medical12 {
    position: relative;
  }
  .sec04 .medical03 .medical_image,
  .sec04 .medical04 .medical_image,
  .sec04 .medical05 .medical_image,
  .sec04 .medical10 .medical_image,
  .sec04 .medical11 .medical_image,
  .sec04 .medical12 .medical_image {
    position: absolute;
    max-width: initial;
    top: -9.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70.9vw;
    height: 47.2vw;
  }
  .sec04 .medical03 .medical_image img,
  .sec04 .medical04 .medical_image img,
  .sec04 .medical05 .medical_image img,
  .sec04 .medical10 .medical_image img,
  .sec04 .medical11 .medical_image img,
  .sec04 .medical12 .medical_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .medical03 .medical_title,
  .sec04 .medical04 .medical_title,
  .sec04 .medical05 .medical_title,
  .sec04 .medical10 .medical_title,
  .sec04 .medical11 .medical_title,
  .sec04 .medical12 .medical_title {
    margin-top: 42.1vw;
    margin-bottom: 4.2vw;
  }
  .sec04 .medical03 .about_btn,
  .sec04 .medical04 .about_btn,
  .sec04 .medical05 .about_btn,
  .sec04 .medical10 .about_btn,
  .sec04 .medical11 .about_btn,
  .sec04 .medical12 .about_btn {
    max-width: initial;
    width: 74.6vw;
  }
  .sec04 .medical06,
  .sec04 .medical07,
  .sec04 .medical08,
  .sec04 .medical09 {
    position: relative;
  }
  .sec04 .medical06 .medical_image,
  .sec04 .medical07 .medical_image,
  .sec04 .medical08 .medical_image,
  .sec04 .medical09 .medical_image {
    position: absolute;
    max-width: initial;
    top: -9.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70.9vw;
    height: 47.2vw;
  }
  .sec04 .medical06 .medical_image img,
  .sec04 .medical07 .medical_image img,
  .sec04 .medical08 .medical_image img,
  .sec04 .medical09 .medical_image img {
    width: 100%;
    height: 100%;
  }
  .sec04 .medical06 .medical_title,
  .sec04 .medical07 .medical_title,
  .sec04 .medical08 .medical_title,
  .sec04 .medical09 .medical_title {
    margin-top: 42.1vw;
    margin-bottom: 4.2vw;
  }
  .sec04 .medical06 .about_btn,
  .sec04 .medical07 .about_btn,
  .sec04 .medical08 .about_btn,
  .sec04 .medical09 .about_btn {
    max-width: initial;
    width: 74.6vw;
  }
}

.sec05 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec05 .sec_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #534741;
  margin-bottom: 125px;
  position: relative;
}
.sec05 .sec_title::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
  height: 26px;
  background: url(/images/index/text_message.webp) center/contain no-repeat;
}
.sec05 .flex_box {
  display: flex;
  margin-bottom: 75px;
}
.sec05 .flex_box .image_box {
  width: 48%;
  padding-right: 20px;
}
.sec05 .flex_box .image_box .doctor_img {
  max-width: 403px;
  margin: 0 auto 40px;
}
.sec05 .flex_box .image_box .doctor_img img {
  width: 100%;
  height: 100%;
}
.sec05 .flex_box .image_box .doctor_name {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  text-align: center;
  position: relative;
}
.sec05 .flex_box .image_box .doctor_name span {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
}
.sec05 .flex_box .image_box .doctor_name::before {
  content: "Yujin Yamada";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: initial;
  font-size: 27px;
  letter-spacing: 0.1em;
  color: #24a5b9;
  text-wrap: nowrap;
}
.sec05 .flex_box .image_box .doctor_english {
  font-size: 4.2vw;
  letter-spacing: 0.1em;
  color: #24a5b9;
  text-wrap: nowrap;
}
.sec05 .flex_box .text_box {
  width: 48%;
}
.sec05 .flex_box .text_box .box_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #614741;
  margin-bottom: 40px;
  position: relative;
}
.sec05 .flex_box .text_box .box_title::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 95px;
  width: 196px;
  height: 196px;
  background: url(/images/index/logo_bg.webp) center/contain no-repeat;
}
.sec05 .flex_box .text_box .box_text {
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 75px;
}
.sec05 .flex_box .text_box .link_flex_box {
  display: flex;
  justify-content: center;
}
.sec05 .career_box {
  width: 100%;
  background-color: #d4cbbc;
  padding: 70px 50px 70px;
  box-sizing: border-box;
}
.sec05 .career_box .info_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec05 .career_box .info_title {
  width: 175px;
  font-size: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.sec05 .career_box .info_title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 173px;
  height: 17px;
  background: url(/images/index/sec05_kazri01.webp) center/contain no-repeat;
}
.sec05 .career_box .dlist {
  box-sizing: border-box;
}
.sec05 .career_box .row {
  display: flex;
}
.sec05 .career_box .row:not(:last-of-type) {
  margin-bottom: 45px;
}
.sec05 .career_box .term {
  width: 200px;
  max-width: 30%;
  font-size: 18px;
  padding-left: 3em;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.sec05 .career_box .desc {
  max-width: 70%;
  font-size: 18px;
  padding-left: 3em;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.sec05 .career_box .hr_style {
  width: 100%;
  border: solid 1px #ffffff;
  margin-top: 50px;
  margin-bottom: 25px;
}
.sec05 .career_box .info_box .desc {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-top: 13.8vw;
    padding-bottom: 13.8vw;
  }
  .sec05 .sec_title {
    font-size: 5.3vw;
    margin-bottom: 13.8vw;
  }
  .sec05 .sec_title::before {
    content: "";
    position: absolute;
    bottom: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 22.1vw;
    height: 4.5vw;
    background: url(/images/index/text_message.webp) center/contain no-repeat;
  }
  .sec05 .flex_box {
    display: block;
    margin-bottom: 6.6vw;
  }
  .sec05 .flex_box .image_box {
    width: 100%;
    padding-right: initial;
    margin: 0 auto 4vw;
  }
  .sec05 .flex_box .image_box .doctor_img {
    max-width: initial;
    width: 88vw;
    margin: 0 auto 4.2vw;
  }
  .sec05 .flex_box .image_box .doctor_img img {
    width: 100%;
    height: 100%;
  }
  .sec05 .flex_box .image_box .doctor_name {
    font-size: 5.3vw;
  }
  .sec05 .flex_box .image_box .doctor_name span {
    font-size: 4vw;
  }
  .sec05 .flex_box .image_box .doctor_name::before {
    display: none;
    content: "Yujin Yamada";
    position: absolute;
    bottom: -6.6vwv;
    left: 50%;
    transform: translateX(-50%);
    font-family: initial;
    font-size: 4vw;
  }
  .sec05 .flex_box .image_box .doctor_english {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #24a5b9;
    text-wrap: nowrap;
    margin-bottom: 2vw;
  }
  .sec05 .flex_box .text_box {
    width: 100%;
  }
  .sec05 .flex_box .text_box .box_title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.4vw;
    margin-bottom: 4.2vw;
    padding-left: 1em;
  }
  .sec05 .flex_box .text_box .box_title::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -4.6vw;
    right: 6.6vw;
    width: 52.2vw;
    height: 52.2vw;
    background: url(/images/index/logo_bg.webp) center/contain no-repeat;
  }
  .sec05 .flex_box .text_box .box_text {
    box-sizing: border-box;
    padding-right: initial;
    margin-bottom: 4.2vw;
    padding: 0 5.5vw;
  }
  .sec05 .flex_box .text_box .link_flex_box {
    display: flex;
    justify-content: center;
  }
  .sec05 .career_box {
    width: initial;
    background-color: #d4cbbc;
    margin: 0 5.5vw;
    padding: 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: 4vw;
    box-sizing: border-box;
    margin-bottom: 4.2vw;
  }
  .sec05 .career_box .info_title::before {
    content: "";
    position: absolute;
    top: 1.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 46.1vw;
    height: 4.53vw;
    background: url(/images/index/sec05_kazri01.webp) center/contain no-repeat;
  }
  .sec05 .career_box .dlist {
    box-sizing: border-box;
  }
  .sec05 .career_box .row {
    display: block;
  }
  .sec05 .career_box .row:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec05 .career_box .term {
    width: 100%;
    max-width: 100%;
    font-size: 3.7vw;
    padding-left: initial;
    box-sizing: border-box;
  }
  .sec05 .career_box .desc {
    max-width: 100%;
    font-size: 3.7vw;
    padding-left: initial;
    box-sizing: border-box;
  }
  .sec05 .career_box .hr_style {
    width: 100%;
    border: solid 1px #ffffff;
    margin-top: 50px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .sec05 .career_box .info_box .desc {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.sec06 {
  padding-bottom: 100px;
}
.sec06 .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .link_btn {
  width: 100%;
}
.sec06 .link_btn img {
  width: 100%;
  height: 100%;
}
.sec06 .link_btn:nth-of-type(1) {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: 13.8vw;
  }
  .sec06 .flex_box {
    display: block;
    padding: 0 5.5vw;
  }
  .sec06 .link_btn {
    width: 100%;
    text-align: center;
  }
  .sec06 .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec06 .link_btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=style01.css.map */