@charset "UTF-8";
.mainvisual {
  position: relative;
  height: 800px;
}
.mainvisual .blog_sec {
  position: absolute;
  z-index: 2;
  left: -50px;
  bottom: -100px;
  width: 750px;
  padding: 30px 80px 20px;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  background: #D9AA63;
}
.mainvisual .blog_sec .flex {
  display: flex;
  align-items: center;
}
.mainvisual .blog_sec .sec_title {
  min-width: 100px;
  color: #fff;
}
.mainvisual .blog_sec .list {
  padding-left: 30px;
  border-left: 1px 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;
}
.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 .blog_sec {
    position: absolute;
    left: 0;
    bottom: -13.8vw;
    width: 95vw;
    padding: 2.7vw;
    border-radius: 0 30px 0 0;
    box-sizing: border-box;
    background: #D9AA63;
  }
  .mainvisual .blog_sec .flex {
    display: block;
  }
  .mainvisual .blog_sec .sec_title {
    padding-right: 0;
    margin-bottom: 2.7vw;
    color: #fff;
    font-size: 4.4vw;
  }
  .mainvisual .blog_sec .list {
    padding-top: 2.7vw;
    padding-left: 0;
    margin-bottom: 1.3vw;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .mainvisual .blog_sec .item a {
    display: flex;
    color: #fff;
  }
  .mainvisual .blog_sec .item:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
  .mainvisual .blog_sec .date {
    width: 30%;
    margin-right: 0;
    font-size: 3.4vw;
  }
  .mainvisual .blog_sec .item_text {
    width: 70%;
    font-size: 3.4vw;
  }
  .mainvisual .blog_sec .more a {
    font-size: 3.2vw;
  }
}

.key {
  position: relative;
  height: 800px;
  box-sizing: border-box;
  overflow: hidden;
  /*&:before {
      content: "";
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      bottom: 60px; //30px;
      width: 223px;
      height: 223px;
      margin: 0 auto;
      background: url(/images01/index/key_logo.webp) center /contain no-repeat;
  } */
}
.key .cont {
  position: relative;
  width: 100%;
  height: 800px;
}
.key .cont:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 223px;
  height: 223px;
  margin: 0 auto;
  background: url(/images01/index/key_logo.webp) center/contain no-repeat;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 800px;
}
.key .cont01 {
  display: flex;
  justify-content: center;
}
.key .cont01 .key_bg {
  background: url(/images01/index/key_bg01.webp) center/cover no-repeat;
}
.key .cont01 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 150px;
  text-align: center;
}
.key .cont02 {
  display: flex;
  justify-content: center;
}
.key .cont02:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: initial;
  right: 60vw;
  bottom: 8vw;
  width: 223px;
  height: 223px;
  margin: 0 auto;
  background: url(/images01/index/key_logo.webp) center/contain no-repeat;
}
.key .cont02 .key_bg {
  left: 0;
  right: 0;
  bottom: 60px;
  background: url(/images01/index/key_bg02.webp) center/cover no-repeat;
}
.key .cont02 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 250px;
  padding-left: 180px;
  text-align: center;
}
.key .cont03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont03 .key_bg {
  background: url(/images01/index/key_bg03.webp) center/cover no-repeat;
}
.key .cont03 .key_text {
  position: relative;
  z-index: 5;
  padding-right: 650px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .key .cont02:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: initial;
    right: 70vw;
    bottom: 15vw;
    width: 223px;
    height: 223px;
    margin: 0 auto;
    background: url(/images01/index/key_logo.webp) center/contain no-repeat;
  }
  .key .cont03 .key_text {
    padding-bottom: 20%;
    padding-right: 45%;
  }
}
@media screen and (max-width: 767px) {
  .key {
    position: relative;
    height: 148.5vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .key:before {
    display: none;
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 18.6vw;
    width: 32.8vw;
    height: 32.8vw;
    margin: 0 auto;
    background: url(/images01/index/key_logo.webp) center/contain no-repeat;
  }
  .key .cont {
    position: relative;
    width: 100%;
    height: 148.5vw;
  }
  .key .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 148.5vw;
  }
  .key .cont01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont01:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 22.6vw;
    width: 32.8vw;
    height: 32.8vw;
    margin: 0 auto;
    background: url(/images01/index/key_logo.webp) center/contain no-repeat;
  }
  .key .cont01 .key_bg {
    background: url(/images01/index/sp_key_bg01.webp) center/cover no-repeat;
  }
  .key .cont01 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    top: -10vw;
    width: 61.3vw;
    height: 58.4vw;
    padding-top: 0;
  }
  .key .cont01 .key_text img {
    width: 100%;
  }
  .key .cont02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont02:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 24vw;
    width: 32.8vw;
    height: 32.8vw;
    margin: 0 auto;
    background: url(/images01/index/key_logo.webp) center/contain no-repeat;
  }
  .key .cont02 .key_bg {
    background: url(/images01/index/sp_key_bg02.webp) center/cover no-repeat;
  }
  .key .cont02 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 70.4vw;
    height: 40.2vw;
    padding-top: 0;
    padding-left: 0;
  }
  .key .cont02 .key_text img {
    width: 100%;
  }
  .key .cont03 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont03:before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 24vw;
    right: 4vw;
    height: 37.3vw;
    width: 32.8vw;
    height: 32.8vw;
    background: url(/images01/index/key_logo.webp) center/contain no-repeat;
  }
  .key .cont03 .key_bg {
    background: url(/images01/index/sp_key_bg03.webp) center/cover no-repeat;
  }
  .key .cont03 .key_text {
    position: relative;
    z-index: 5;
    top: -30vw;
    padding-right: 16vw;
    width: 73.3vw;
    height: 40.2vw;
  }
  .key .cont03 .key_text img {
    width: 100%;
  }
}

.banner {
  padding-top: 130px;
}
.banner .banner_mania {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 27vw;
  }
}

.apo-tool {
  box-sizing: border-box;
  width: 680px;
  max-width: 90%;
  margin: 0 auto;
  padding: 80px 0 0;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.apo-tool .yoyaku_title {
  font-size: 26px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 30px;
}
.apo-tool .tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 660px;
  margin: 0 auto;
}
.apo-tool .tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #ed7e00;
  background-color: #F5F2ED;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.apo-tool .tab_item:hover {
  opacity: 0.75;
}
.apo-tool input[name=tab_item] {
  display: none;
}
.apo-tool .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.apo-tool #tab01:checked ~ #tab01_content,
.apo-tool #tab02:checked ~ #tab02_content {
  display: block;
}
.apo-tool #tab01:checked ~ #tab01_content iframe,
.apo-tool #tab02:checked ~ #tab02_content iframe {
  width: 580px;
  height: 210px;
}
.apo-tool .tabs input:checked + .tab_item {
  background-color: #ed7e00;
  color: #fff;
}
.apo-tool .yoyaku_under {
  padding: 20px 0;
}
.apo-tool .yoyaku_under .under_text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.apo-tool .yoyaku_under .under_text a {
  color: #b75960;
  border-bottom: 1px solid #b75960;
}
@media screen and (max-width: 767px) {
  .apo-tool {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 19.3vw 0 0;
    /*タブのスタイル*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
  }
  .apo-tool .yoyaku_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
  }
  .apo-tool .tabs {
    margin-top: 2.4vw;
    width: 100vw;
  }
  .apo-tool .tab_item {
    box-sizing: border-box;
    width: 50%;
    height: 13.3vw;
    padding: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75vw;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-feature-settings: "palt";
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .apo-tool .tab_item:hover {
    opacity: 0.75;
  }
  .apo-tool .tab_content {
    display: none;
    padding: 0.5vw 0.5vw 0;
    clear: both;
    overflow: hidden;
  }
  .apo-tool #tab01:checked ~ #tab01_content,
  .apo-tool #tab02:checked ~ #tab02_content {
    display: block;
  }
  .apo-tool #tab01:checked ~ #tab01_content iframe,
  .apo-tool #tab02:checked ~ #tab02_content iframe {
    width: 100vw;
  }
  .apo-tool .yoyaku_under {
    padding: 4.2vw 0 0;
  }
  .apo-tool .yoyaku_under .under_text {
    font-size: 3.75vw;
    letter-spacing: 1;
    margin-bottom: 1.3vw;
  }
}

.sec01 {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.sec01 .inner {
  padding: 50px 20px 150px;
}
.sec01 .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -150px;
  top: 0;
  width: 882px;
  height: 558px;
  background: url(/images01/index/sec01_bg.webp) center/contain no-repeat;
}
.sec01 .bg_text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 1131px;
  max-width: 90%;
  height: 32px;
  margin: 0 auto;
  background: url(/images01/index/sec01_text.webp) center/contain no-repeat;
}
.sec01 .textbox {
  width: 610px;
  margin-left: 90px;
}
.sec01 .sec_title {
  margin-bottom: 60px;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.sec01 .sec_title .large {
  font-size: 45px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.sec01 .sec_title .small {
  font-size: 25px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.sec01 .sec_text {
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sec01 .textbox {
    width: 60%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-top: 13.8vw;
  }
  .sec01 .inner {
    padding: 55.5vw 5.5vw 21.3vw;
  }
  .sec01 .inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 100%;
    height: 156.8vw;
    background: url(/images01/index/sp_sec01_bg.webp) top center/contain no-repeat;
  }
  .sec01 .bg_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90.6vw;
    height: 13.8vw;
    margin: 0 auto;
    background: url(/images01/index/sec01_text.webp) center/contain no-repeat;
  }
  .sec01 .textbox {
    width: 100%;
    margin-left: 0;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
  }
  .sec01 .sec_title .large {
    font-size: 6.4vw;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_title .small {
    font-size: 4.8vw;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
}

.sec02 {
  position: relative;
  padding: 130px 0;
  margin-bottom: 100px;
  background: url(/images01/index/point_bg.webp) center top 600px/cover no-repeat;
}
.sec02 .inner {
  width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.sec02 .sec_title {
  margin-bottom: 100px;
  text-align: center;
}
.sec02 .textbox {
  width: 630px;
}
.sec02 .point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec02 .num {
  margin-right: 25px;
}
.sec02 .point_title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec02 .point_upper {
  display: flex;
  align-items: center;
}
.sec02 .point01 {
  margin-bottom: 100px;
}
.sec02 .point01 .point_upper {
  margin-bottom: 80px;
}
.sec02 .point01 .point_image {
  margin-right: 30px;
}
.sec02 .point01 .point_lower {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 50px;
}
.sec02 .point01 .lower_cont {
  width: 530px;
  max-width: 48%;
}
.sec02 .point01 .cont_header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sec02 .point01 .head_image {
  position: absolute;
  left: 0;
  top: -30px;
  margin-right: 20px;
}
.sec02 .point01 .cont_title {
  position: relative;
  padding-left: 150px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec02 .point01 .lower_cont.cont01 .cont_title:before {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -30px;
  width: 150px;
  height: 15px;
  background: url(/images01/index/text_treatment.webp) center/contain no-repeat;
}
.sec02 .point01 .lower_cont.cont02 .cont_title:before {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -30px;
  width: 160px;
  height: 22px;
  background: url(/images01/index/text_prevention.webp) center/contain no-repeat;
}
.sec02 .point01 .link_wrap {
  display: flex;
  justify-content: center;
}
.sec02 .point01 .link {
  width: 342px;
  border-radius: 15px;
  text-align: center;
}
.sec02 .point01 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border-radius: 15px;
  box-sizing: border-box;
}
.sec02 .point01 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow01.webp) center/contain no-repeat;
}
.sec02 .point01 .link:not(:last-of-type) {
  margin-right: 30px;
}
.sec02 .point01 .link:nth-of-type(1) a {
  background: #6d989d;
}
.sec02 .point01 .link:nth-of-type(2) a {
  background: #e78147;
}
.sec02 .point01 .link:nth-of-type(3) a {
  background: #d9827c;
}
.sec02 .point01 .link a .small {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec02 .point01 .link a .large {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .point01 .link:nth-of-type(1) a .large:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 34px;
  height: 28px;
  background: url(/images01/index/icon_deture.webp) center/contain no-repeat;
}
.sec02 .point01 .link:nth-of-type(2) a .large:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 39px;
  height: 38px;
  background: url(/images01/index/icon_inlay.webp) center/contain no-repeat;
}
.sec02 .point01 .link:nth-of-type(3) a .large:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 22px;
  height: 33px;
  background: url(/images01/index/icon_prevention.webp) center/contain no-repeat;
}
.sec02 .point02 {
  margin-bottom: 100px;
}
.sec02 .point02 .point_upper {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec02 .point02 .point_image {
  position: relative;
}
.sec02 .point02 .point_image:before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 185px;
  height: 114px;
  background: url(/images01/index/point02_illust.webp) center/contain no-repeat;
}
.sec02 .point02 .textbox {
  margin-right: 30px;
}
.sec02 .point02 .link {
  width: 342px;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.sec02 .point02 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border-radius: 15px;
  box-sizing: border-box;
  background: #e9b33d;
}
.sec02 .point02 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow01.webp) center/contain no-repeat;
}
.sec02 .point02 .link a .small {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec02 .point02 .link a .large {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .point02 .link a .large:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 43px;
  height: 27px;
  background: url(/images01/index/icon_child.webp) center/contain no-repeat;
}
.sec02 .point03 {
  margin-bottom: 100px;
}
.sec02 .point03 .point_upper {
  margin-bottom: 30px;
}
.sec02 .point03 .point_lower {
  margin-bottom: 100px;
}
.sec02 .point03 .point_image {
  margin-right: 30px;
}
.sec02 .point03 .clinic_list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec02 .point03 .clinic_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  border-radius: 50%;
  text-align: center;
}
.sec02 .point03 .item_text01 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.sec02 .point03 .item_icon {
  margin-bottom: 10px;
}
.sec02 .point03 .item_text02 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.sec02 .point03 .clinic_item:nth-of-type(1) {
  background: #EDEDDE;
}
.sec02 .point03 .clinic_item:nth-of-type(1) .item_text02 {
  color: #8DA666;
}
.sec02 .point03 .clinic_item:nth-of-type(2) {
  background: #ECF6FD;
}
.sec02 .point03 .clinic_item:nth-of-type(2) .item_text02 {
  color: #707E98;
}
.sec02 .point03 .clinic_item:nth-of-type(3) {
  background: #FCEDF4;
}
.sec02 .point03 .clinic_item:nth-of-type(3) .item_text02 {
  color: #BE7E99;
}
.sec02 .point03 .clinic_item:nth-of-type(4) {
  background: #F5F0E1;
}
.sec02 .point03 .clinic_item:nth-of-type(4) .item_text02 {
  color: #918000;
}
.sec02 .point03 .lower_title {
  position: relative;
  margin-bottom: 150px;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .point03 .lower_title .color {
  font-size: 38px;
  color: #D16B4D;
}
.sec02 .point03 .lower_title:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 243px;
  height: 78px;
  margin: 0 auto;
  background: url(/images01/index/text_family.webp) center/contain no-repeat;
}
.sec02 .point03 .lower_list {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1225px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .point03 .lower_list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 260px;
  background: #F9E4D9;
}
.sec02 .point03 .lower_item {
  position: relative;
  z-index: 2;
  width: 340px;
  max-width: 30%;
}
.sec02 .point03 .lower_item .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #D16B4D;
  text-align: center;
}
.sec02 .point03 .lower_item .item_image {
  margin-bottom: 10px;
}
.sec02 .point03 .lower_item .item_text {
  padding: 0 30px;
}
.sec02 .point03 .lower_item:not(:last-of-type) {
  margin-right: 40px;
}
.sec02 .point03 .link {
  width: 342px;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.sec02 .point03 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  border: 1px solid #2e5492;
  border-radius: 15px;
  box-sizing: border-box;
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2e5492;
}
.sec02 .point03 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow02.webp) center/contain no-repeat;
}
.sec02 .point04 {
  margin-bottom: 200px;
}
.sec02 .point04 .inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  background: #F5F2ED;
}
.sec02 .point04 .point_image {
  position: relative;
  z-index: 2;
  margin-right: 30px;
}
.sec02 .point04 .image_text {
  position: absolute;
  right: -10px;
  bottom: -70px;
  padding: 20px;
  background: rgba(101, 155, 183, 0.72);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.sec02 .point04 .textbox {
  position: relative;
  z-index: 2;
}
.sec02 .point04 .sec_text {
  margin-bottom: 50px;
}
.sec02 .point04 .link {
  width: 342px;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.sec02 .point04 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  border: 1px solid #2e5492;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2e5492;
}
.sec02 .point04 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow02.webp) center/contain no-repeat;
}
.sec02 .point05 .inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: #F5F2ED;
}
.sec02 .point05 .point_upper {
  flex-direction: row-reverse;
}
.sec02 .point05 .textbox {
  margin-right: 30px;
}
.sec02 .point05 .point_image {
  position: relative;
  z-index: 2;
}
.sec02 .point05 .image_text {
  position: absolute;
  left: -10px;
  bottom: -30px;
  padding: 20px;
  background: rgba(228, 174, 74, 0.72);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.sec02 .point05 .textbox {
  position: relative;
  z-index: 2;
}
.sec02 .point05 .sec_text {
  margin-bottom: 50px;
}
.sec02 .point05 .link {
  width: 342px;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.sec02 .point05 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  border: 1px solid #2e5492;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2e5492;
}
.sec02 .point05 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow02.webp) center/contain no-repeat;
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .sec02 .point01 .head_image {
    top: 50%;
    transform: translateY(-50%);
  }
  .sec02 .point01 .link {
    max-width: 33%;
  }
  .sec02 .point01 .link:not(:last-of-type) {
    margin-right: 10px;
  }
  .sec02 .point01 .link a .small {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec02 .point01 .link a .large {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .point01 .link:nth-of-type(1) a .large:before {
    left: -40px;
    width: 28px;
  }
  .sec02 .point01 .link:nth-of-type(2) a .large:before {
    left: -40px;
    width: 30px;
  }
  .sec02 .point01 .link:nth-of-type(3) a .large:before {
    left: -20px;
    width: 16px;
  }
  .sec02 .point03 .clinic_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20.8vw;
    height: 20.8vw;
    border-radius: 50%;
    text-align: center;
  }
  .sec02 .point03 .item_text01 {
    margin-bottom: 10px;
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .sec02 .point03 .item_icon {
    margin-bottom: 10px;
  }
  .sec02 .point03 .item_text02 {
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .sec02 .point03 .lower_item .item_title {
    font-size: 2.6vw;
  }
  .sec02 .point03 .lower_item .item_text {
    padding: 0;
  }
  .sec02 .point03 .lower_item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    position: relative;
    padding: 13.8vw 0 27.7vw;
    margin-bottom: 13.8vw;
    background: url(/images01/index/sp_point_bg.webp) center top 70vw/cover no-repeat;
  }
  .sec02 .inner {
    width: 100%;
    padding: 0 5.5vw;
  }
  .sec02 .sec_title {
    width: 82.6vw;
    margin: 0 0 13.8vw 13vw;
    text-align: center;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 5.5vw;
  }
  .sec02 .num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 5.5vw;
  }
  .sec02 .num img {
    width: 100%;
  }
  .sec02 .point_title {
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec02 .point_upper {
    display: block;
  }
  .sec02 .point_image {
    width: 100%;
  }
  .sec02 .point_image img {
    width: 100%;
  }
  .sec02 .point01 {
    margin-bottom: 21.3vw;
  }
  .sec02 .point01 .point_upper {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .point_image {
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec02 .point01 .point_lower {
    display: block;
    padding: 0;
  }
  .sec02 .point01 .lower_cont {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .point01 .cont_header {
    display: block;
    align-items: center;
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .head_image {
    position: static;
    width: 27.7vw;
    margin: 0 auto 2.7vw;
    text-align: center;
  }
  .sec02 .point01 .head_image img {
    width: 100%;
  }
  .sec02 .point01 .cont_title {
    position: relative;
    padding-left: 0;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec02 .point01 .lower_cont.cont01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .lower_cont.cont01 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    width: 40vw;
    height: 4vw;
    background: url(/images01/index/text_treatment.webp) center left/contain no-repeat;
  }
  .sec02 .point01 .lower_cont.cont02 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8vw;
    width: 40vw;
    height: 5.4vw;
    background: url(/images01/index/text_prevention.webp) center left/contain no-repeat;
  }
  .sec02 .point01 .link_wrap {
    display: block;
  }
  .sec02 .point01 .link {
    width: 100%;
    border-radius: 15px;
    text-align: center;
  }
  .sec02 .point01 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    border-radius: 15px;
    box-sizing: border-box;
  }
  .sec02 .point01 .link a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 20px;
    margin: auto 0;
    background: url(/images01/index/arrow01.webp) center/contain no-repeat;
  }
  .sec02 .point01 .link:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec02 .point01 .link a .small {
    display: inline-block;
    padding-bottom: 2.7vw;
    font-size: 4vw;
  }
  .sec02 .point01 .link a .large {
    font-size: 4.4vw;
  }
  .sec02 .point01 .link:nth-of-type(1) a .large:before {
    content: "";
    position: absolute;
    left: -10.6vw;
    top: 0;
    width: 8;
    height: 6.6vw;
    background: url(/images01/index/icon_deture.webp) center/contain no-repeat;
  }
  .sec02 .point01 .link:nth-of-type(2) a .large:before {
    content: "";
    position: absolute;
    left: -13.8vw;
    top: 0;
    width: 9.3vw;
    height: 9vw;
    background: url(/images01/index/icon_inlay.webp) center/contain no-repeat;
  }
  .sec02 .point01 .link:nth-of-type(3) a .large:before {
    content: "";
    position: absolute;
    left: -8vw;
    top: 0;
    width: 5.5vw;
    height: 8vw;
    background: url(/images01/index/icon_prevention.webp) center/contain no-repeat;
  }
  .sec02 .point02 {
    margin-bottom: 27.7vw;
  }
  .sec02 .point02 .point_upper {
    margin-bottom: 8vw;
  }
  .sec02 .point02 .point_image {
    position: relative;
  }
  .sec02 .point02 .point_image:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    bottom: 2.7vw;
    width: 27.7vw;
    height: 17vw;
    background: url(/images01/index/point02_illust.webp) center/contain no-repeat;
  }
  .sec02 .point02 .textbox {
    margin-right: 0;
  }
  .sec02 .point02 .point_lower {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding: 5.5vw 5.5vw 10.6vw;
    background: #fff;
  }
  .sec02 .point02 .point_lower:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    bottom: 2.7vw;
    width: 42.9vw;
    height: 4.5vw;
    background: url(/images01/index/text_child.webp) center/contain no-repeat;
  }
  .sec02 .point02 .lower_image {
    position: static;
    max-width: 100%;
  }
  .sec02 .point02 .lower_textbox {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 2.7vw;
  }
  .sec02 .point02 .lower_title {
    padding-bottom: 2.7vw;
    border-bottom: 1px solid #EE7E00;
    margin-bottom: 10px;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .point02 .link {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
  }
  .sec02 .point02 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 0;
    border-radius: 15px;
    box-sizing: border-box;
    background: #e9b33d;
  }
  .sec02 .point02 .link a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(/images01/index/arrow01.webp) center/contain no-repeat;
  }
  .sec02 .point02 .link a .small {
    display: inline-block;
    padding-bottom: 2.7vw;
    font-size: 3.7vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec02 .point02 .link a .large {
    position: relative;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .point02 .link a .large:before {
    content: "";
    position: absolute;
    left: -13.8vw;
    top: 0;
    width: 9vw;
    height: 5.6vw;
    background: url(/images01/index/icon_child.webp) center/contain no-repeat;
  }
  .sec02 .point03 {
    margin-bottom: 27.7vw;
  }
  .sec02 .point03 .point_upper {
    margin-bottom: 8vw;
  }
  .sec02 .point03 .point_image {
    margin-right: 0;
  }
  .sec02 .point03 .clinic_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec02 .point03 .clinic_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    text-align: center;
  }
  .sec02 .point03 .item_text01 {
    margin-bottom: 2.7vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .sec02 .point03 .item_icon {
    margin-bottom: 2.7vw;
  }
  .sec02 .point03 .item_icon img {
    width: 15vw;
  }
  .sec02 .point03 .item_text02 {
    font-size: 3.4vw;
    line-height: 1.2;
  }
  .sec02 .point03 .clinic_item:nth-of-type(1) {
    margin-bottom: 5.5vw;
  }
  .sec02 .point03 .clinic_item:nth-of-type(2) {
    margin-bottom: 5.5vw;
  }
  .sec02 .point03 .clinic_item:nth-of-type(3) {
    background: #FCEDF4;
  }
  .sec02 .point03 .clinic_item:nth-of-type(3) .item_text02 {
    color: #BE7E99;
  }
  .sec02 .point03 .clinic_item:nth-of-type(4) {
    background: #F5F0E1;
  }
  .sec02 .point03 .clinic_item:nth-of-type(4) .item_text02 {
    color: #918000;
  }
  .sec02 .point03 .point_lower {
    margin-bottom: 0;
    padding-bottom: 10.6vw;
  }
  .sec02 .point03 .lower_title {
    position: relative;
    z-index: 2;
    margin-bottom: 25vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .point03 .lower_title .color {
    font-size: 6.4vw;
    color: #D16B4D;
  }
  .sec02 .point03 .lower_title:before {
    content: "";
    position: absolute;
    bottom: -16vw;
    left: 0;
    right: 0;
    width: 40vw;
    height: 12.8vw;
    margin: 0 auto;
    background: url(/images01/index/text_family.webp) center/contain no-repeat;
  }
  .sec02 .point03 .lower_list {
    position: relative;
    display: block;
  }
  .sec02 .point03 .lower_list:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -5.5vw;
    bottom: -40vw;
    width: calc(100% + 10.6vw);
    height: 124%;
    background: #F9E4D9;
  }
  .sec02 .point03 .lower_item {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .sec02 .point03 .lower_item .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #D16B4D;
    text-align: center;
  }
  .sec02 .point03 .lower_item .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
    text-align: center;
  }
  .sec02 .point03 .lower_item .item_image img {
    width: 100%;
  }
  .sec02 .point03 .lower_item .item_text {
    padding: 0 5.5vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec02 .point03 .lower_item:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 8vw;
  }
  .sec02 .point03 .link {
    position: relative;
    z-index: 2;
    width: 88vw;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
  }
  .sec02 .point03 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border: 1px solid #2e5492;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #2e5492;
  }
  .sec02 .point03 .link a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(/images01/index/arrow02.webp) center/contain no-repeat;
  }
  .sec02 .point04 {
    margin-bottom: 27.7vw;
  }
  .sec02 .point04 .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -13.8vw;
    width: 100%;
    height: 75%;
    margin: 0 auto;
    background: #F5F2ED;
  }
  .sec02 .point04 .point_image {
    position: relative;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec02 .point04 .image_text {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    padding: 2.7vw;
    background: rgba(101, 155, 183, 0.72);
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  .sec02 .point04 .link {
    width: 88vw;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
  }
  .sec02 .point04 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border: 1px solid #2e5492;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #2e5492;
  }
  .sec02 .point04 .link a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(/images01/index/arrow02.webp) center/contain no-repeat;
  }
  .sec02 .point05 .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -13.8vw;
    width: 100%;
    height: 75%;
    margin: 0 auto;
    background: #F5F2ED;
  }
  .sec02 .point05 .point_upper {
    flex-direction: row-reverse;
  }
  .sec02 .point05 .textbox {
    margin-right: 30px;
  }
  .sec02 .point05 .point_image {
    position: relative;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec02 .point05 .image_text {
    position: absolute;
    left: -2.7vw;
    bottom: -2.7vw;
    padding: 2.7vw;
    background: rgba(228, 174, 74, 0.72);
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  .sec02 .point05 .link {
    width: 88vw;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
  }
  .sec02 .point05 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border: 1px solid #2e5492;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #2e5492;
  }
  .sec02 .point05 .link a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(/images01/index/arrow02.webp) center/contain no-repeat;
  }
}

.sec03 {
  background: #f6f0e7;
}
.sec03 .inner {
  position: relative;
  padding: 50px 50px 100px;
}
.sec03 .inner:before {
  content: "";
  position: absolute;
  left: 150px;
  top: -120px;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_icon.webp) center/contain no-repeat;
}
.sec03 .inner:after {
  content: "";
  position: absolute;
  left: 50px;
  top: -15px;
  width: 397px;
  height: 37px;
  background: url(/images01/index/text_medicalmenu.webp) center/contain no-repeat;
}
.sec03 .sec_header {
  position: relative;
  margin-bottom: 200px;
}
.sec03 .sec_header .illust01 {
  position: absolute;
  left: 240px;
  bottom: -120px;
  width: 47px;
  height: 93px;
  background: url(/images01/index/medical_illust01.webp) center/contain no-repeat;
}
.sec03 .sec_header .illust02 {
  position: absolute;
  left: 320px;
  bottom: -100px;
  width: 52px;
  height: 73px;
  background: url(/images01/index/medical_illust02.webp) center/contain no-repeat;
}
.sec03 .sec_header .illust03 {
  position: absolute;
  left: 420px;
  bottom: -80px;
  width: 98px;
  height: 89px;
  background: url(/images01/index/medical_illust03.webp) center/contain no-repeat;
}
.sec03 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #49412d;
}
.sec03 .sec_header .textbox {
  width: 510px;
  max-width: 48%;
}
.sec03 .sec_image {
  position: absolute;
  right: 20px;
  top: -80px;
  max-width: 48%;
}
.sec03 .cont_title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec03 .cont_text {
  color: #fff;
}
.sec03 .link {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-radius: 15px;
  box-sizing: border-box;
  background: #fff;
  font-size: 20px;
  text-align: center;
}
.sec03 .cont01 {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 50px;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: #d9827c;
}
.sec03 .cont01:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
}
.sec03 .cont01 .cont_image {
  position: absolute;
  left: 20px;
  top: -20px;
  max-width: 48%;
}
.sec03 .cont01 .textbox {
  width: 510px;
  max-width: 48%;
  margin-left: auto;
}
.sec03 .cont01 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont01 .link a {
  color: #d9827c;
}
.sec03 .cont01 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_prevention.webp) center/contain no-repeat;
}
.sec03 .cont02 {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 50px;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: #e9b33d;
}
.sec03 .cont02:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
}
.sec03 .cont02 .cont_image {
  position: absolute;
  right: 20px;
  top: -20px;
  max-width: 48%;
}
.sec03 .cont02 .textbox {
  width: 510px;
  max-width: 48%;
}
.sec03 .cont02 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont02 .link a {
  color: #e9b33d;
}
.sec03 .cont02 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_child.webp) center/contain no-repeat;
}
.sec03 .cont_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sec03 .cont_wrap .cont {
  position: relative;
  display: flex;
}
.sec03 .cont_wrap .cont:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
}
.sec03 .cont_wrap .textbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec03 .cont_wrap .link {
  max-width: 100%;
  height: 70px;
  margin: auto auto 0;
}
.sec03 .cont_wrap:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec03 .cont03 {
  position: relative;
  width: 560px;
  max-width: 48%;
  padding: 270px 50px 50px;
  box-sizing: border-box;
  background: #d8a776;
}
.sec03 .cont03 .cont_image {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 480px;
  max-width: 100%;
}
.sec03 .cont03 .cont_title {
  text-align: center;
}
.sec03 .cont03 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont03 .link a {
  color: #d8a776;
}
.sec03 .cont03 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_caries.webp) center/contain no-repeat;
}
.sec03 .cont04 {
  position: relative;
  width: 560px;
  max-width: 48%;
  padding: 270px 50px 50px;
  box-sizing: border-box;
  background: #e5c00d;
}
.sec03 .cont04 .cont_image {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 480px;
  max-width: 100%;
}
.sec03 .cont04 .cont_title {
  text-align: center;
}
.sec03 .cont04 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont04 .link a {
  color: #e5c00d;
}
.sec03 .cont04 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_caries.webp) center/contain no-repeat;
}
.sec03 .cont05 {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 50px;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: #d9827c;
}
.sec03 .cont05:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
}
.sec03 .cont05 .cont_image {
  position: absolute;
  left: 20px;
  top: -20px;
  max-width: 48%;
}
.sec03 .cont05 .textbox {
  width: 510px;
  max-width: 48%;
  margin-left: auto;
}
.sec03 .cont05 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont05 .link a {
  color: #d9827c;
}
.sec03 .cont05 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_prevention.webp) center/contain no-repeat;
}
.sec03 .cont06 {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 50px;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: #e78147;
}
.sec03 .cont06:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 153px;
  height: 157px;
  background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
}
.sec03 .cont06 .cont_image {
  position: absolute;
  right: 20px;
  top: -20px;
  max-width: 48%;
}
.sec03 .cont06 .textbox {
  width: 510px;
  max-width: 48%;
}
.sec03 .cont06 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont06 .link a {
  color: #e78147;
}
.sec03 .cont06 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_inlay.webp) center/contain no-repeat;
}
.sec03 .cont07 {
  position: relative;
  width: 560px;
  max-width: 48%;
  padding: 270px 50px 50px;
  box-sizing: border-box;
  background: #7cb7ce;
}
.sec03 .cont07 .cont_image {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 480px;
  height: 319px;
  max-width: 100%;
  overflow: hidden;
}
.sec03 .cont07 .cont_title {
  text-align: center;
}
.sec03 .cont07 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont07 .link a {
  color: #7cb7ce;
}
.sec03 .cont07 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_whitening.webp) center/contain no-repeat;
}
.sec03 .cont08 {
  position: relative;
  width: 560px;
  max-width: 48%;
  padding: 270px 50px 50px;
  box-sizing: border-box;
  background: #da9b7b;
}
.sec03 .cont08 .cont_image {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 480px;
  max-width: 100%;
}
.sec03 .cont08 .cont_title {
  text-align: center;
}
.sec03 .cont08 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont08 .link a {
  color: #da9b7b;
}
.sec03 .cont08 .link a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url(/images01/index/arrow_consultation.webp) center/contain no-repeat;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec03 .sec_image {
    right: 0;
  }
  .sec03 .link a {
    font-size: 18px;
  }
  .sec03 .cont01 {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .sec03 .cont01 .cont_image {
    position: static;
  }
  .sec03 .cont02 {
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .sec03 .cont02 .cont_image {
    position: static;
    margin-right: 20px;
  }
  .sec03 .cont03 {
    padding: 23.4vw 30px 30px;
  }
  .sec03 .cont04 {
    padding: 23.4vw 30px 30px;
  }
  .sec03 .cont05 {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .sec03 .cont05 .cont_image {
    position: static;
  }
  .sec03 .cont06 {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .sec03 .cont06 .cont_image {
    position: static;
    margin-right: 20px;
  }
  .sec03 .cont07 {
    padding: 23.4vw 30px 30px;
  }
  .sec03 .cont07 .cont_image {
    height: 27.7vw;
  }
  .sec03 .cont08 {
    padding: 23.4vw 30px 30px;
  }
  .sec03 .cont08 .cont_image {
    height: 27.7vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    position: relative;
    padding: 18.9vw 5.5vw 8vw;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -13.8vw;
    width: 25.3vw;
    height: 26.1vw;
    margin: 0 auto;
    background: url(/images01/index/medical_icon.webp) center/contain no-repeat;
  }
  .sec03 .inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.2vw;
    width: 46.1vw;
    height: 4.4vw;
    margin: 0 auto;
    background: url(/images01/index/text_medicalmenu.webp) center/contain no-repeat;
  }
  .sec03 .sec_header {
    position: relative;
    margin-bottom: 37.3vw;
  }
  .sec03 .sec_header .illust01 {
    position: absolute;
    left: 10vw;
    bottom: -30vw;
    width: 9vw;
    height: 18.1vw;
    background: url(/images01/index/medical_illust01.webp) center/contain no-repeat;
  }
  .sec03 .sec_header .illust02 {
    position: absolute;
    left: 35vw;
    bottom: -25vw;
    width: 10.1vw;
    height: 14.4vw;
    background: url(/images01/index/medical_illust02.webp) center/contain no-repeat;
  }
  .sec03 .sec_header .illust03 {
    position: absolute;
    left: 55.5vw;
    bottom: -20vw;
    width: 19.2vw;
    height: 17.3vw;
    background: url(/images01/index/medical_illust03.webp) center/contain no-repeat;
  }
  .sec03 .sec_title {
    margin-bottom: 5.5vw;
    font-size: 7.4vw;
    text-align: center;
  }
  .sec03 .sec_header .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .sec_image {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .sec_image img {
    width: 100%;
  }
  .sec03 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    text-align: center;
  }
  .sec03 .cont_text {
    color: #fff;
  }
  .sec03 .link {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border-radius: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 4vw;
    text-align: center;
  }
  .sec03 .cont01 {
    position: relative;
    width: 1150px;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    background: #d9827c;
  }
  .sec03 .cont01:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40.8vw;
    height: 41.8vw;
    background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
  }
  .sec03 .cont01 .cont_image {
    position: static;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont01 .cont_image img {
    width: 100%;
  }
  .sec03 .cont01 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec03 .cont01 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .link a {
    color: #d9827c;
  }
  .sec03 .cont01 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_prevention.webp) center/contain no-repeat;
  }
  .sec03 .cont02 {
    position: relative;
    width: 1150px;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    background: #e9b33d;
  }
  .sec03 .cont02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40.8vw;
    height: 41.8vw;
    background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
  }
  .sec03 .cont02 .cont_image {
    position: static;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont02 .cont_image img {
    width: 100%;
  }
  .sec03 .cont02 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec03 .cont02 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02 .link a {
    color: #e9b33d;
  }
  .sec03 .cont02 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_child.webp) center/contain no-repeat;
  }
  .sec03 .cont_wrap {
    display: block;
  }
  .sec03 .cont_wrap .cont {
    display: block;
  }
  .sec03 .cont_wrap .cont:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40.8vw;
    height: 41.8vw;
    background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
  }
  .sec03 .cont_wrap .textbox {
    display: block;
  }
  .sec03 .cont_wrap .link {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sec03 .cont_wrap:not(:last-of-type) {
    margin-bottom: 0;
  }
  .sec03 .cont03 {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    background: #d8a776;
  }
  .sec03 .cont03 .cont_image {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont03 .cont_image img {
    width: 100%;
  }
  .sec03 .cont03 .cont_title {
    text-align: center;
  }
  .sec03 .cont03 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont03 .link a {
    color: #d8a776;
  }
  .sec03 .cont03 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_caries.webp) center/contain no-repeat;
  }
  .sec03 .cont04 {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec03 .cont04 .cont_image {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont04 .cont_image img {
    width: 100%;
  }
  .sec03 .cont04 .cont_title {
    text-align: center;
  }
  .sec03 .cont04 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont04 .link a {
    color: #e5c00d;
  }
  .sec03 .cont04 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_caries.webp) center/contain no-repeat;
  }
  .sec03 .cont05 {
    position: relative;
    width: 1150px;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
    background: #d9827c;
  }
  .sec03 .cont05:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40.8vw;
    height: 41.8vw;
    background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
  }
  .sec03 .cont05 .cont_image {
    position: static;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont05 .cont_image img {
    width: 100%;
  }
  .sec03 .cont05 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec03 .cont05 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont05 .link a {
    color: #d9827c;
  }
  .sec03 .cont05 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_prevention.webp) center/contain no-repeat;
  }
  .sec03 .cont06 {
    position: relative;
    width: 1150px;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 100px;
    box-sizing: border-box;
    background: #e78147;
  }
  .sec03 .cont06:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40.8vw;
    height: 41.8vw;
    background: url(/images01/index/medical_cont_bg.webp) center/contain no-repeat;
  }
  .sec03 .cont06 .cont_image {
    position: static;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont06 .cont_image img {
    width: 100%;
  }
  .sec03 .cont06 .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec03 .cont06 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont06 .link a {
    color: #e78147;
  }
  .sec03 .cont06 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    background: url(/images01/index/arrow_inlay.webp) center/contain no-repeat;
  }
  .sec03 .cont07 {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec03 .cont07 .cont_image {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont07 .cont_image img {
    width: 100%;
  }
  .sec03 .cont07 .cont_title {
    text-align: center;
  }
  .sec03 .cont07 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont07 .link a {
    color: #7cb7ce;
  }
  .sec03 .cont07 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    margin: auto 0;
    background: url(/images01/index/arrow_whitening.webp) center/contain no-repeat;
  }
  .sec03 .cont08 {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont08 .cont_image {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont08 .cont_image img {
    width: 100%;
  }
  .sec03 .cont08 .cont_title {
    text-align: center;
  }
  .sec03 .cont08 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont08 .link a {
    color: #da9b7b;
  }
  .sec03 .cont08 .link a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 2.1vw;
    height: 2.7vw;
    margin: auto 0;
    background: url(/images01/index/arrow_consultation.webp) center/contain no-repeat;
  }
}

.sec04 {
  padding: 200px 20px 100px;
}
.sec04 .lead_text {
  position: relative;
  margin-left: 50px;
  margin-bottom: 50px;
  font-size: 21px;
  letter-spacing: 0.2em;
}
.sec04 .lead_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 416px;
  height: 65px;
  background: url(/images01/index/text_message.webp) center/contain no-repeat;
}
.sec04 .sec_title {
  position: relative;
  margin-left: 50px;
  margin-bottom: 80px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec04 .flexbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.sec04 .sec_text {
  position: relative;
  z-index: 2;
  width: 620px;
  margin-right: 80px;
  margin-bottom: 50px;
}
.sec04 .link {
  width: 342px;
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
}
.sec04 .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border-radius: 15px;
  box-sizing: border-box;
  background: #ee7e00;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.sec04 .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 20px;
  margin: auto 0;
  background: url(/images01/index/arrow_white.webp) center/contain no-repeat;
}
.sec04 .imagebox {
  position: relative;
  width: 403px;
}
.sec04 .imagebox:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  width: 223px;
  height: 223px;
  background: url(/images01/index/sec04_logo.webp) center/contain no-repeat;
}
.sec04 .imagebox:after {
  content: "Shunsuke Hirota";
  position: absolute;
  top: 230px;
  left: -170px;
  transform: rotate(-90deg);
  width: 100%;
  font-size: 27px;
  letter-spacing: 0.2em;
  color: #EE7E00;
}
.sec04 .sec_image {
  margin-bottom: 20px;
}
.sec04 .image_text {
  position: relative;
  text-align: center;
}
.sec04 .image_text .small {
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.sec04 .image_text .large {
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.sec04 .box {
  width: 1140px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #EE7E00;
  color: #fff;
}
.sec04 .box_upper {
  display: flex;
  border-bottom: 1px solid #FBF5EB;
  margin-bottom: 20px;
}
.sec04 .list_title {
  position: relative;
  width: 180px;
  margin-right: 100px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .list_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 16px;
  background: url(/images01/index/sec04_kazari.webp) center/contain no-repeat;
}
.sec04 .list_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 13px;
  height: 16px;
  background: url(/images01/index/sec04_kazari.webp) center/contain no-repeat;
}
.sec04 .row {
  display: flex;
  margin-bottom: 20px;
}
.sec04 .term {
  width: 150px;
  min-width: 150px;
  font-size: 18px;
  line-height: 2;
}
.sec04 .desc {
  font-size: 18px;
  line-height: 2;
}
.sec04 .box_lower {
  display: flex;
}
.sec04 .box_item {
  font-size: 18px;
}
.sec04 .item_wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sec04 .lead_text {
    margin-left: 0;
  }
  .sec04 .sec_title {
    margin-left: 0;
  }
  .sec04 .flexbox {
    justify-content: space-between;
  }
  .sec04 .textbox {
    width: 48%;
  }
  .sec04 .sec_text {
    width: 100%;
  }
  .sec04 .imagebox {
    width: 40%;
    text-align: center;
  }
  .sec04 .imagebox:after {
    left: 13.8vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 18.6vw 0 13.8vw;
  }
  .sec04 .lead_text {
    position: relative;
    margin-left: 0;
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .lead_text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8vw;
    width: 39.4vw;
    height: 6.1vw;
    margin: 0 auto;
    background: url(/images01/index/text_message.webp) center/contain no-repeat;
  }
  .sec04 .sec_title {
    position: relative;
    margin-left: 5.5vw;
    margin-bottom: 8vw;
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .sec04 .flexbox {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox:before {
    content: "";
    position: absolute;
    left: -5.5vw;
    top: auto;
    bottom: -13.8vw;
    width: 90vw;
    height: 92.4vw;
    background: url(/images01/index/sec04_bg.webp) center/contain no-repeat;
  }
  .sec04 .sec_text {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 5.5vw;
    box-sizing: border-box;
    margin-right: 0;
  }
  .sec04 .link {
    width: 85.3vw;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .sec04 .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border-radius: 15px;
    box-sizing: border-box;
    background: #ee7e00;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .sec04 .link a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 5.5vw;
    margin: auto 0;
    background: url(/images01/index/arrow_white.webp) center/contain no-repeat;
  }
  .sec04 .imagebox {
    position: relative;
    width: 100vw;
    padding: 0 5.5vw;
    margin: 0 auto 8vw;
    box-sizing: border-box;
  }
  .sec04 .imagebox:before {
    content: "";
    position: absolute;
    left: 8vw;
    top: auto;
    bottom: 8vw;
    width: 40vw;
    height: 40vw;
    background: url(/images01/index/sec04_logo.webp) center/contain no-repeat;
  }
  .sec04 .imagebox:after {
    content: "Shunsuke Hirota";
    position: absolute;
    top: 22.7vw;
    left: 35.5vw;
    transform: rotate(-90deg);
    width: 100%;
    font-size: 7.2vw;
    letter-spacing: 0.2em;
    color: #EE7E00;
  }
  .sec04 .sec_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec04 .sec_image img {
    width: 100%;
  }
  .sec04 .image_text {
    position: relative;
    text-align: center;
  }
  .sec04 .image_text .small {
    padding-right: 2.7vw;
    font-size: 4vw;
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .sec04 .image_text .large {
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .sec04 .box {
    padding: 8vw 5.5vw;
  }
  .sec04 .box_upper {
    display: block;
    border-bottom: 1px solid #FBF5EB;
    margin-bottom: 5.5vw;
  }
  .sec04 .list_title {
    position: relative;
    width: 33.3vw;
    margin: 0 auto 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .list_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 3.4vw;
    height: 4.4vw;
    background: url(/images01/index/sec04_kazari.webp) center/contain no-repeat;
  }
  .sec04 .list_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.3vw;
    width: 3.4vw;
    height: 4.4vw;
    background: url(/images01/index/sec04_kazari.webp) center/contain no-repeat;
  }
  .sec04 .row {
    display: block;
    margin-bottom: 5.5vw;
  }
  .sec04 .term {
    width: auto;
    min-width: 100%;
    font-size: 4.4vw;
    margin-bottom: 2.7vw;
  }
  .sec04 .desc {
    font-size: 4vw;
    line-height: 2;
  }
  .sec04 .box_lower {
    display: block;
  }
  .sec04 .box_item {
    font-size: 4.4vw;
  }
  .sec04 .box_item:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
  .sec04 .item_wrap {
    display: block;
    font-size: 4vw;
  }
}

.link_sec {
  display: flex;
  justify-content: center;
  padding: 0 20px 100px;
}
.link_sec .link_banner:nth-of-type(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .link_sec {
    display: block;
    padding: 0 5.5vw 13.8vw;
  }
  .link_sec .link_banner:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .link_sec .link_banner:nth-of-type(1) img {
    width: 100%;
  }
  .link_sec .link_banner:nth-of-type(2) {
    width: 100%;
  }
  .link_sec .link_banner:nth-of-type(2) img {
    width: 100%;
  }
}/*# sourceMappingURL=style03.css.map */