.header .header_nav .list {
  display: flex;
}

.style_nav {
  position: relative;
  z-index: 30;
  padding: 30px 90px 20px 15px;
  width: 1280px;
  max-width: 100%;
  box-sizing: border-box;
}
.style_nav .list {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-evenly;
}
.style_nav .item:not(:last-of-type) {
  margin-right: 20px;
}
.style_nav .item a {
  line-height: 1.5;
}
.style_nav .item .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #b59f87;
}
.style_nav .item_medical {
  position: relative;
}
.style_nav .medical_list {
  display: flex;
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  left: calc(-300px + 100%);
  flex-wrap: wrap;
  width: 700px;
}
.style_nav .medical_item {
  width: 32%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
}
.style_nav .medical_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  background: #585653;
  color: #fff;
  font-size: 14px;
}
.style_nav .medical_item a:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .style_nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .style_nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .style_nav {
    padding: 30px 100px 20px 15px;
  }
  .style_nav .item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .style_nav {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 98px;
  height: 98px;
  background: #585653;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #585653;
  font-size: 14px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 50px;
}
.ham .menu_border:nth-of-type(2) {
  top: 60px;
}
.ham .menu_border:nth-of-type(3) {
  top: 70px;
}
.ham a.active span:nth-of-type(1) {
  top: 55px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 55px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 17vw;
    height: 19vw;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #585653;
    font-size: 3.7vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 1.3vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 8vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 10.6vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 13.8vw;
  }
  .ham a.active span:nth-of-type(1) {
    top: 12vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 12vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -98px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 98px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 0 0 0 10px;
}
.copy_header .header_left a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .header_left .logo {
  width: 70px;
  height: 55px;
  margin-right: 15px;
}
.copy_header .header_left .logo img {
  width: 64px;
  height: 53px;
}
.copy_header .clinic_name {
  padding-left: 0;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .menu_box {
  display: flex;
  align-items: center;
}
.copy_header .tel_btn {
  width: 422px;
  text-align: left;
  height: 75px;
}
.copy_header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  padding-left: 40px;
  box-sizing: border-box;
  background: #fff;
  font-size: 15px;
  color: #3e3f40;
  letter-spacing: 0.2em;
}
.copy_header .tel_btn a .num {
  font-size: 36px;
  line-height: 1.2;
  color: #444038;
}
.copy_header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 37px;
  width: 19px;
  height: 22px;
  background: url(/images/common/h_tel_icon.webp) center/contain no-repeat;
}
.copy_header .reserve_btn {
  width: 254px;
}
@media screen and (max-width: 1149px) and (min-width: 808px) {
  .copy_header .header_left {
    width: 430px;
    padding: 0 0 0 10px;
  }
  .copy_header .header_left .textbox {
    padding-left: 0;
    width: 100%;
  }
  .copy_header .timetable {
    display: none;
  }
  .copy_header .tel_btn {
    display: none;
  }
  .copy_header .reserve_btn {
    width: 352px;
  }
}
@media screen and (max-width: 807px) and (min-width: 768px) {
  .copy_header .tel_btn {
    display: none;
  }
  .copy_header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -98px;
  right: 0;
  width: 98px;
  height: 98px;
  background: #585653;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #585653;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 60px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 70px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 55px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 55px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #585653;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  /* &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width:  25px;
      height: 25px;
      background: url(/images/common/f_icon_arrow.webp) center /contain no-repeat;
  } */
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 95px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap02 .item img {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .nav_contact {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .reserve_btn {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .reserve_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .tel_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 100%;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mainvisual {
  position: relative;
  height: 830px;
}
.mainvisual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 260px;
  left: 0;
  width: 100%;
  height: 75vw;
  background-color: #eeeae7;
}
.mainvisual .main_left {
  position: relative;
}
.mainvisual .main_left .clinic_image {
  content: "";
  position: absolute;
  z-index: 50;
  top: 40px;
  left: 55px;
  width: 210px;
  height: 153px;
}
.mainvisual .main_left .clinic_logo {
  content: "";
  position: absolute;
  z-index: 50;
  top: 40px;
  left: 96px;
  width: 126px;
  height: 104px;
}
.mainvisual .main_left .page_title {
  content: "";
  position: absolute;
  z-index: 50;
  top: 156px;
  left: 55px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
.mainvisual .main_left .clinic_name {
  content: "";
  position: absolute;
  z-index: 50px;
  top: 172px;
  left: 55px;
  width: 210px;
  height: 18px;
}
.mainvisual .main_left .tel_web {
  content: "";
  position: absolute;
  z-index: 50;
  top: 280px;
  left: 25px;
  width: 327px;
  height: 102px;
}
.mainvisual .main_left .web_reserve {
  content: "";
  position: absolute;
  z-index: 50;
  top: 380px;
  left: 25px;
  width: 327px;
  height: 102px;
}
.mainvisual .main_left .timetable {
  content: "";
  position: absolute;
  z-index: 50;
  top: 500px;
  left: 25px;
  width: 335px;
  height: 102px;
}
.mainvisual .blog_sec {
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 0;
  width: 680px;
  padding: 30px 30px 15px;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  background: rgba(88, 86, 83, 0.59);
}
.mainvisual .blog_sec .flex {
  display: flex;
  align-items: center;
}
.mainvisual .blog_sec .sec_title {
  min-width: 100px;
  font-size: 20px;
  letter-spacing: 2;
  color: #fac93b;
}
.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 .main_left {
    display: none;
  }
  .mainvisual .blog_sec {
    position: absolute;
    left: 0;
    bottom: -13.8vw;
    width: 92.26vw;
    padding: 2.7vw 2.7vw 2.7vw 4.7vw;
    border-radius: 0 90px 0 0;
    box-sizing: border-box;
    background: rgba(88, 86, 83, 0.59);
  }
  .mainvisual .blog_sec .flex {
    width: 100%;
    display: block;
  }
  .mainvisual .blog_sec .sec_title {
    min-width: 3.7em;
    padding-right: initial;
    margin-bottom: initial;
    color: #fac93b;
    font-size: 4vw;
    display: block;
  }
  .mainvisual .blog_sec .list {
    width: 82vw;
    padding-top: 2.7vw;
    padding-left: 0;
    margin-bottom: initial;
    border-left: initial;
    border-top: initial;
  }
  .mainvisual .blog_sec .item {
    display: flex;
    flex-direction: row;
  }
  .mainvisual .blog_sec .item a {
    display: flex;
    flex-direction: row;
    color: #fff;
  }
  .mainvisual .blog_sec .item:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
  .mainvisual .blog_sec .date {
    width: 20vw;
    margin-right: 0;
    font-size: 3.4vw;
    min-width: initial;
  }
  .mainvisual .blog_sec .item_text {
    width: 62vw;
    font-size: 3.4vw;
  }
  .mainvisual .blog_sec .more a {
    font-size: 3.2vw;
  }
}

.key {
  position: relative;
  height: 789px;
  box-sizing: border-box;
  overflow: hidden;
}
.key .cont {
  position: relative;
  width: 100%;
  height: 789px;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 318px;
  z-index: 1;
  width: 100%;
  height: 789px;
}
.key .cont01 {
  display: flex;
  justify-content: center;
}
.key .cont01:before {
  display: none;
}
.key .cont01 .key_bg {
  background: url(/images/index/key_bg01.webp) center/cover no-repeat;
}
.key .cont01 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-left: 34.2vw;
  text-align: center;
  max-width: 90%;
}
.key .cont02 {
  position: relative;
  display: flex;
  justify-content: center;
}
.key .cont02 .key_bg {
  background: url(/images/index/key_bg02.webp) center/cover no-repeat;
}
.key .cont02 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 90px;
  padding-left: 44.2vw;
  text-align: center;
  max-width: 90%;
}
.key .cont03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont03 .key_bg {
  background: url(/images/index/key_bg03.webp) center/cover no-repeat;
}
.key .cont03 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 0px;
  padding-left: 37.2vw;
  text-align: center;
  max-width: 90%;
}
.key .cont04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont04 .key_bg {
  background: url(/images/index/key_bg04.webp) center/cover no-repeat;
}
.key .cont04 .key_text {
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-left: 37.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;
  }
  .key .key .cont04 .key_text {
    width: 80%;
    padding-right: 10.78vw;
  }
}
@media screen and (max-width: 767px) {
  .key {
    height: 160vw;
  }
  .key .cont {
    position: relative;
    width: 100%;
    height: 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;
    padding-left: initial;
    top: -20vw;
    width: 97.33vw;
    height: 106.12vw;
    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: -20vw;
    width: 94.1vw;
    height: 105.33vw;
    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: -14vw;
    width: 89.33vw;
    height: 52vw;
    padding-top: 0;
    padding-left: initial;
  }
  .key .cont03 .key_text img {
    width: 100%;
  }
  .key .cont04 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont04:before {
    display: none;
  }
  .key .cont04 .key_bg {
    background: url(/images/index/sp_key_bg04.webp) center/cover no-repeat;
  }
  .key .cont04 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-right: initial;
    top: 0vw;
    width: 88vw;
    height: 45.33vw;
    padding-top: 0;
    padding-left: initial;
  }
  .key .cont04 .key_text img {
    width: 100%;
  }
}

.sec01 {
  background-color: #eeeae7;
  overflow: hidden;
}
.sec01 .uppser_box {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec01 .uppser_box .left_box {
  width: 48%;
  max-width: 48%;
  margin: 0 auto 80px;
  background-color: #fff;
  border: 1px solid #dab56e;
  border-radius: 30px;
  padding: 30px;
  margin-right: 60px;
  box-sizing: border-box;
}
.sec01 .uppser_box .left_box .box_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec01 .uppser_box .right_box {
  width: 555px;
  max-width: 48%;
  background-color: #fff;
}
.sec01 .cont01 {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding-bottom: 250px;
  position: relative;
}
.sec01 .cont01::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -300px;
  background: url(/images/index/sec01_image_bg.webp) center/cover no-repeat;
  width: 700px;
  height: 467px;
  overflow: hidden;
}
.sec01 .cont01 .cont_upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.sec01 .cont01 .cont_upper .box_image {
  width: 387px;
  max-width: 48%;
  margin-right: 100px;
  position: relative;
}
.sec01 .cont01 .cont_upper .box_image img {
  width: 100%;
  height: 100%;
}
.sec01 .cont01 .cont_upper .box_image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  background: url(/images/index/sec01_kazari01.webp) center/cover no-repeat;
  width: 38px;
  height: 98px;
}
.sec01 .cont01 .cont_upper .box_title {
  width: 55%;
  margin-bottom: 35px;
  padding-left: 10px;
  font-family: "Zen Maru Gothic";
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: justify;
  color: #444038;
}
.sec01 .cont01 .textbox {
  width: 75%;
  max-width: 75%;
  position: relative;
}
.sec01 .cont01 .kazari02 {
  content: "";
  position: absolute;
  bottom: -148px;
  left: -13px;
  width: 99px;
  height: 112px;
  overflow: hidden;
}
.sec01 .cont01 .kazari03 {
  content: "";
  position: absolute;
  bottom: -220px;
  right: -20px;
  width: 170px;
  height: 152px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sec01 .cont01 .cont_upper .box_image {
    margin-right: 50px;
  }
  .sec01 .cont01 .cont_upper .box_title {
    padding-left: 0px;
    font-size: 3.5vw;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    overflow: hidden;
  }
  .sec01 .uppser_box {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 13.8vw;
    padding-top: 24vw;
    display: block;
    box-sizing: border-box;
  }
  .sec01 .uppser_box .timetable {
    width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec01 .uppser_box .timetable img {
    width: 100%;
    height: 100%;
  }
  .sec01 .uppser_box .left_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 5.5vw;
    margin-right: initial;
    box-sizing: border-box;
  }
  .sec01 .uppser_box .left_box .box_text {
    font-size: 4vw;
  }
  .sec01 .uppser_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 53.33vw;
    position: relative;
  }
  .sec01 .cont01::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -4vw;
    background: url(/images/index/sec01_image_bg_sp.webp) center/cover no-repeat;
    width: 88vw;
    height: 58.66vw;
    overflow: hidden;
  }
  .sec01 .cont01 .cont_upper {
    display: block;
    padding: 0 5.5vw;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .cont01 .cont_upper .box_image {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec01 .cont01 .cont_upper .box_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont01 .cont_upper .box_image::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: initial;
    left: -3.3vw;
    background: url(/images/index/sec01_kazari01.webp) center/cover no-repeat;
    width: 8.2vw;
    height: 21.8vw;
  }
  .sec01 .cont01 .cont_upper .box_title {
    width: 100%;
    margin-bottom: 6vw;
    padding-left: initial;
    font-size: 5.3vw;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 5.5vw;
  }
  .sec01 .cont01 .textbox .box_text {
    font-size: 4vw;
  }
  .sec01 .cont01 .kazari02 {
    content: "";
    position: absolute;
    bottom: -23vw;
    left: initial;
    right: 5vw;
    width: 14.6vw;
    height: 16.53vw;
    overflow: hidden;
  }
  .sec01 .cont01 .kazari03 {
    content: "";
    position: absolute;
    bottom: -32vw;
    right: initial;
    left: 12vw;
    width: 25.3vw;
    height: 22.66vw;
    overflow: hidden;
  }
}

.sec02 {
  overflow: hidden;
  margin-top: 130px;
}
.sec02 .header_center {
  padding-top: 80px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 160px;
  position: relative;
}
.sec02 .header_center::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 80px;
  left: -120px;
  background: url(/images/index/sec02_header_left.webp) center/contain no-repeat;
  width: 270px;
  height: 241px;
}
.sec02 .header_center::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -250px;
  background: url(/images/index/sec02_header_right_2.webp) center/contain no-repeat;
  width: 285px;
  height: 345px;
}
.sec02 .kodawari .kodawari_upper {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sec02 .kodawari .kodawari_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec02 .kodawari .kodawari_num {
  min-width: 85px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.sec02 .kodawari .kodawari_title {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 2.1;
  color: #3e3f40;
}
.sec02 .kodawari .kodawari_image {
  width: 100%;
}
.sec02 .kodawari .kodawari_image img {
  width: 100%;
  height: 100%;
}
.sec02 .kodawari .kodawari_lowwer {
  padding: 60px 0 60px;
}
.sec02 .kodawari .kodawari_text {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;
}
.sec02 .kodawari01 {
  margin-bottom: 145px;
}
.sec02 .kodawari01 .kodawari_upper {
  flex-direction: row-reverse;
}
.sec02 .kodawari01 .imagebox {
  margin-right: 40px;
  position: relative;
}
.sec02 .kodawari01 .imagebox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/index/sec02_kodawari01_circle.webp) center/contain no-repeat;
  width: 306px;
  height: 344px;
}
.sec02 .kodawari01 .kodawari_lowwer {
  position: relative;
}
.sec02 .kodawari01 .kodawari_lowwer::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: #eeeae7;
  background-position: left top;
  border-radius: 0 130px 0 0;
  width: 4000px;
  height: 485px;
}
.sec02 .kodawari01 .kodawari_lowwer .sec02_01_kazari01 {
  position: absolute;
  top: -47px;
  left: 71%;
  transform: translateX(-50%);
  width: 525px;
  height: 34px;
}
.sec02 .kodawari01 .kodawari_lowwer .kodawari_text {
  margin-bottom: 60px;
}
.sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
  margin-right: 60px;
}
.sec02 .kodawari02 {
  margin-bottom: 145px;
}
.sec02 .kodawari02 .imagebox {
  margin-left: 40px;
  position: relative;
}
.sec02 .kodawari02 .imagebox::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -28px;
  right: -45px;
  background: url(/images/index/sec02_kodawari02_circle.webp) center/contain no-repeat;
  width: 302px;
  height: 157px;
}
.sec02 .kodawari02 .kodawari_lowwer {
  position: relative;
}
.sec02 .kodawari02 .kodawari_lowwer::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: #e9e0d5;
  background-position: right top;
  border-radius: 130px 0 0 0;
  width: 4000px;
  height: 343px;
}
.sec02 .kodawari02 .sec02_02_kazari01 {
  position: absolute;
  top: -47px;
  left: 42%;
  transform: translateX(-50%);
  width: 138px;
  height: 67px;
}
.sec02 .kodawari03 {
  margin-bottom: 145px;
}
.sec02 .kodawari03 .kodawari_upper {
  flex-direction: row-reverse;
}
.sec02 .kodawari03 .imagebox {
  margin-right: 40px;
  position: relative;
}
.sec02 .kodawari03 .imagebox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22px;
  right: -38px;
  background: url(/images/index/sec02_03_kazari01.webp) center/contain no-repeat;
  width: 123px;
  height: 100px;
}
.sec02 .kodawari03 .kodawari_lowwer {
  position: relative;
}
.sec02 .kodawari03 .kodawari_lowwer::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: #eeeae7;
  background-position: left top;
  border-radius: 0 130px 0 0;
  width: 4000px;
  height: 655px;
}
.sec02 .kodawari03 .kodawari_lowwer .sec02_03_kazari02 {
  position: absolute;
  top: -90px;
  left: 80%;
  transform: translateX(-50%);
  width: 232px;
  height: 120px;
}
.sec02 .kodawari03 .kodawari_lowwer .kodawari_text {
  margin-bottom: 60px;
}
.sec02 .kodawari03 .kodawari_lowwer .list {
  max-width: 95%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec02 .kodawari03 .kodawari_lowwer .item {
  width: 520px;
  max-width: 48%;
}
.sec02 .kodawari03 .kodawari_lowwer .item .item_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.sec02 .kodawari03 .kodawari_lowwer .item .item_icon {
  width: 160px;
  margin-right: 20px;
}
.sec02 .kodawari03 .kodawari_lowwer .item .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec02 .kodawari03 .kodawari_lowwer .item .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec02 .kodawari03 .kodawari_lowwer .item:not(:last-of-type) {
  margin-right: 60px;
}
.sec02 .kodawari03 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
  margin-right: 40px;
}
.sec02 .kodawari04 {
  margin-bottom: 145px;
}
.sec02 .kodawari04 .kodawari_text {
  padding: initial;
}
.sec02 .kodawari04 .imagebox {
  margin-left: 40px;
  position: relative;
}
.sec02 .kodawari04 .kodawari_lowwer {
  position: relative;
}
.sec02 .kodawari04 .kodawari_lowwer .kodawari_text {
  margin-bottom: 60px;
}
.sec02 .kodawari04 .kodawari_lowwer .list {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto 155px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .kodawari04 .kodawari_lowwer .item {
  width: 490px;
  max-width: 48%;
  position: relative;
  box-sizing: border-box;
}
.sec02 .kodawari04 .kodawari_lowwer .item .item_pic {
  width: 488px;
}
.sec02 .kodawari04 .kodawari_lowwer .item .item_pic img {
  width: 100%;
  height: 100%;
}
.sec02 .kodawari04 .kodawari_lowwer .item .box {
  content: "";
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 415px;
  height: 120px;
  background-color: rgba(152, 149, 109, 0.8);
  margin-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec02 .kodawari04 .kodawari_lowwer .item .item_sub_title {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.sec02 .kodawari04 .kodawari_lowwer .item .item_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
.sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(3) {
  margin-right: 75px;
}
.sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
.sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(2) {
  margin-bottom: 130px;
}
.sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
  margin-right: 60px;
}
.sec02 .kodawari04 .kodawari_lowwer .flexbox .btn_pic {
  width: 350px;
}
.sec02 .kodawari04 .kodawari_lowwer .flexbox .btn_pic img {
  width: 100%;
  height: 100%;
}
.sec02 .kodawari05 {
  margin-bottom: 145px;
}
.sec02 .kodawari05 .kodawari_upper {
  flex-direction: row-reverse;
}
.sec02 .kodawari05 .imagebox {
  margin-right: 40px;
}
.sec02 .kodawari05 .kodawari_lowwer {
  position: relative;
}
.sec02 .kodawari05 .kodawari_lowwer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60px;
  right: 0;
  background-color: #e1cbcb;
  background-position: left top;
  border-radius: 0 130px 0 0;
  width: 4000px;
  height: 490px;
}
.sec02 .kodawari05 .kodawari_lowwer .sec02_05_kazari {
  position: absolute;
  top: -84px;
  left: 72%;
  transform: translateX(-50%);
  width: 242px;
  height: 124px;
}
.sec02 .kodawari05 .kodawari_lowwer .kodawari_text {
  margin-bottom: 60px;
}
.sec02 .kodawari05 .kodawari_lowwer .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec02 .kodawari05 .kodawari_lowwer .item {
  width: 300px;
  max-width: 30%;
}
.sec02 .kodawari05 .kodawari_lowwer .item .item_pic {
  margin-bottom: 25px;
}
.sec02 .kodawari05 .kodawari_lowwer .item .item_sub_title {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.sec02 .kodawari05 .kodawari_lowwer .item .item_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
}
.sec02 .kodawari05 .kodawari_lowwer .item .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec02 .kodawari05 .kodawari_lowwer .item:not(:last-of-type) {
  margin-right: 60px;
}
@media screen and (max-width: 1094px) and (min-width: 1024px) {
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(3) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sec02 {
    margin-top: 60px;
  }
  .sec02 .header_center {
    padding-top: 80px;
    width: 350px;
    max-width: 100%;
    margin: 0 auto 160px;
    position: relative;
  }
  .sec02 .header_center::before {
    top: 80px;
    left: -120px;
    width: 189px;
    height: 168px;
  }
  .sec02 .header_center::after {
    top: 26px;
    right: -167px;
    width: 199px;
    height: 241px;
  }
  .sec02 .kodawari .kodawari_title {
    font-size: 2.4vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
  .sec02 .kodawari01 .imagebox::before {
    width: 29.13vw;
    height: 33.8vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .sec02_01_kazari01 {
    top: 3px;
    left: 59%;
    width: 525px;
    height: 34px;
  }
  .sec02 .kodawari02 .imagebox::before {
    bottom: -63px;
    right: -45px;
  }
  .sec02 .kodawari03 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari03 .kodawari_lowwer::before {
    height: 830px;
  }
  .sec02 .kodawari03 .kodawari_lowwer .sec02_03_kazari02 {
    top: -75px;
    left: 80%;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_title {
    height: 7em;
  }
  .sec02 .kodawari04 .kodawari_lowwer .list {
    display: flex;
    flex-direction: column;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(3) {
    margin-right: initial;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(2) {
    margin-bottom: initial;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item.item:not(:last-of-type) {
    margin-bottom: 130px;
  }
  .sec02 .kodawari05 .kodawari_lowwer .sec02_05_kazari {
    top: -10vw;
    left: 78%;
    transform: translateX(-50%);
    width: 24.6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: initial;
    margin-top: initial;
    padding: 0 5.5vw;
  }
  .sec02 .header_center {
    padding-top: 4.2vw;
    width: 88.8vw;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec02 .header_center img {
    width: 100%;
    height: 100%;
  }
  .sec02 .header_center::before {
    display: none;
  }
  .sec02 .header_center::after {
    display: none;
  }
  .sec02 .kodawari .kodawari_upper {
    width: 1005;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sec02 .kodawari .kodawari_header {
    margin-bottom: 4.2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec02 .kodawari .kodawari_num {
    min-width: 13.33vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .sec02 .kodawari .kodawari_title {
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
  }
  .sec02 .kodawari .kodawari_image {
    width: 100%;
    margin-bottom: 2vw;
  }
  .sec02 .kodawari .kodawari_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari .kodawari_lowwer {
    padding: 5.5vw 0;
  }
  .sec02 .kodawari .kodawari_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 4.2vw;
    font-size: 4vw;
  }
  .sec02 .kodawari01 {
    margin-bottom: 16vw;
  }
  .sec02 .kodawari01 .kodawari_upper {
    flex-direction: row-reverse;
  }
  .sec02 .kodawari01 .imagebox {
    margin-right: initial;
    margin-bottom: 6.2vw;
    position: relative;
  }
  .sec02 .kodawari01 .imagebox::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/index/sec02_kodawari01_circle.webp) center/contain no-repeat;
    width: 58.13vw;
    height: 64.8vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari01 .kodawari_lowwer::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eeeae7;
    background-position: left top;
    border-radius: 0 0 0 0;
    width: 120%;
    height: 195.46vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .sec02_01_kazari01 {
    position: absolute;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84.8vw;
    height: 6.9vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .sec02_01_kazari01 img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari01 .kodawari_lowwer .kodawari_text {
    margin-bottom: 6.4vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox {
    padding-bottom: 5.5vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
    margin-right: initial;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) .btn_pic {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) .btn_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(2) .btn_pic {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari01 .kodawari_lowwer .flexbox .link_btn:nth-of-type(2) .btn_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari02 {
    margin-bottom: 16vw;
  }
  .sec02 .kodawari02 .imagebox {
    margin-left: initial;
    margin-bottom: 16vw;
    position: relative;
  }
  .sec02 .kodawari02 .imagebox::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -18.8vw;
    right: -4vw;
    background: url(/images/index/sec02_kodawari02_circle.webp) center/contain no-repeat;
    width: 63.46vw;
    height: 31.2vw;
  }
  .sec02 .kodawari02 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari02 .kodawari_lowwer::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e9e0d5;
    background-position: right top;
    border-radius: 0 0 0 0;
    width: 120%;
    height: 151.46vw;
  }
  .sec02 .kodawari02 .sec02_02_kazari01 {
    position: absolute;
    top: -12.53vw;
    left: 16%;
    transform: translateX(-50%);
    width: 22.13vw;
    height: 10.6vw;
  }
  .sec02 .kodawari03 {
    margin-bottom: 16vw;
  }
  .sec02 .kodawari03 .kodawari_upper {
    flex-direction: row-reverse;
  }
  .sec02 .kodawari03 .imagebox {
    margin-right: initial;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec02 .kodawari03 .imagebox::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: initial;
    bottom: 3vw;
    right: initial;
    left: 3vw;
    background: url(/images/index/sec02_03_kazari01.webp) center/contain no-repeat;
    width: 20.53vw;
    height: 16.56vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari03 .kodawari_lowwer::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eeeae7;
    background-position: left top;
    border-radius: 0 0 0 0;
    width: 120%;
    height: 295vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .sec02_03_kazari02 {
    position: absolute;
    top: initial;
    bottom: 0vw;
    right: 1vw;
    left: initial;
    transform: initial;
    width: 54.13vw;
    height: 27.73vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .sec02_03_kazari02 img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari03 .kodawari_lowwer .kodawari_text {
    font-size: 4vw;
    margin-bottom: 6.6vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .list {
    max-width: 100%;
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_icon {
    width: 30.4vw;
    min-width: 30.4vw;
    margin-right: 4vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_icon img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_title {
    font-size: 4.2vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item .item_text {
    font-size: 4vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
  .sec02 .kodawari03 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
    margin-right: 40px;
  }
  .sec02 .kodawari04 {
    margin-bottom: 13.8vw;
  }
  .sec02 .kodawari04 .kodawari_text {
    padding: initial;
  }
  .sec02 .kodawari04 .imagebox {
    margin-left: initial;
    position: relative;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari04 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari04 .kodawari_lowwer .kodawari_text {
    margin-bottom: 60px;
  }
  .sec02 .kodawari04 .kodawari_lowwer .list {
    width: 100%;
    margin: 0 auto 16.8vw;
    display: block;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item {
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item .item_pic {
    width: 90.93vw;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item .item_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item .box {
    content: "";
    position: absolute;
    top: 30.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 77.06vw;
    height: 18.4vw;
    margin-bottom: initial;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item .item_sub_title {
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    color: #fff;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item .item_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    color: #fff;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(3) {
    margin-right: initial;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(1),
  .sec02 .kodawari04 .kodawari_lowwer .item:nth-of-type(2) {
    margin-bottom: initial;
  }
  .sec02 .kodawari04 .kodawari_lowwer .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) {
    margin-right: initial;
  }
  .sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) .btn_pic {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(1) .btn_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(2) .btn_pic {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari04 .kodawari_lowwer .flexbox .link_btn:nth-of-type(2) .btn_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari05 {
    margin-bottom: initial;
  }
  .sec02 .kodawari05 .kodawari_upper {
    flex-direction: row-reverse;
  }
  .sec02 .kodawari05 .imagebox {
    margin-right: 40px;
  }
  .sec02 .kodawari05 .kodawari_lowwer {
    position: relative;
  }
  .sec02 .kodawari05 .kodawari_lowwer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: initial;
    bottom: 0vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1cbcb;
    background-position: left top;
    border-radius: 0 0 0 0;
    width: 120%;
    height: 465.46vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .sec02_05_kazari {
    position: absolute;
    top: 90vw;
    left: 78%;
    transform: translateX(-50%);
    width: 33.6vw;
    height: 18.6vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .kodawari_text {
    margin-bottom: 24vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .list {
    display: block;
    margin-bottom: 16vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item .item_pic {
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item .item_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item .item_sub_title {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item .item_title {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item .item_text {
    font-size: 4vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 16vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .flexbox {
    margin-bottom: 8vw;
  }
  .sec02 .kodawari05 .kodawari_lowwer .flexbox .about_btn {
    width: 65.6vw;
  }
}

.sec03 {
  margin-bottom: 100px;
  background-color: rgba(88, 86, 83, 0.89);
  padding: 65px 0px;
}
.sec03 .box {
  position: relative;
}
.sec03 .box::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 26%;
  transform: translateX(-50%);
  background: url(/images/index/sec03_image_bg.webp) center top/cover no-repeat;
  width: 782px;
  height: 487px;
}
.sec03 .box .box_title {
  padding-top: 50px;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  position: relative;
}
.sec03 .box .box_title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/text_medilcal.webp) center top/cover no-repeat;
  width: 209px;
  height: 34px;
}
.sec03 .box .box_text {
  width: 842px;
  max-width: 100%;
  margin: 0 auto 50px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.sec03 .box .flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*.btn:nth-of-type(1) {
    &::before {
      content: "";
      position: absolute;
      top:  50%;
      transform: translateY(-50%);
      left: 0;
      background: url(/images/index/btn_child_icon.webp) center top /cover no-repeat;
      width:  87px;
      height: 94px;
    }
  }
  .btn:nth-of-type(2) {
    &::before {
      content: "";
      position: absolute;
      top:  50%;
      transform: translateY(-50%);
      left: 0;
      background: url(/images/index/btn_ortho_icon.webp) center top /cover no-repeat;
      width:  85px;
      height: 88px;
    }
  }
  .btn:nth-of-type(3) {
    &::before {
      content: "";
      position: absolute;
      top:  50%;
      transform: translateY(-50%);
      left: 10px;
      background: url(/images/index/btn_makeup_icon.webp) center top /cover no-repeat;
      width:  70px;
      height: 49px;
    }
  } */
}
.sec03 .box .flex_box .btn {
  position: relative;
}
.sec03 .box .flex_box .btn:not(:last-of-type) {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: initial;
    padding: 0 5.5vw 13.8vw;
  }
  .sec03 .box {
    position: relative;
  }
  .sec03 .box::before {
    content: "";
    position: absolute;
    top: 0vw;
    left: 32%;
    transform: translateX(-50%);
    background: url(/images/index/sec03_image_bg_sp.webp) center top/cover no-repeat;
    width: 73.6vw;
    height: 46.13vw;
  }
  .sec03 .box .box_title {
    padding-top: 34.6vw;
    font-size: 6.4vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 13.3vw;
    position: relative;
  }
  .sec03 .box .box_title::before {
    content: "";
    position: absolute;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_medilcal_sp.webp) center top/cover no-repeat;
    width: 49.86vw;
    height: 7.73vw;
  }
  .sec03 .box .box_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .box .flex_box {
    display: block;
    /*.btn:nth-of-type(1) {
      .link_btn {
        text-align: center;
        margin-bottom: 9.3vw;
      }
      &::before {
        content: "";
        position: absolute;
        top:  50%;
        transform: translateY(-50%);
        left: 1vw;
        background: url(/images/index/btn_child_icon.webp) center top /cover no-repeat;
        width:  23.2vw;
        height: 25.06vw;
      }
    }
    .btn:nth-of-type(2) {
      .link_btn {
        text-align: center;
        margin-bottom: 9.3vw;
      }
      &::before {
        content: "";
        position: absolute;
        top:  50%;
        transform: translateY(-50%);
        left: 2vw;
        background: url(/images/index/btn_ortho_icon.webp) center top /cover no-repeat;
        width:  22.66vw;
        height: 23.46vw;
      }
    }
    .btn:nth-of-type(3) {
      .link_btn {
        text-align: center;
      }
      &::before {
        content: "";
        position: absolute;
        top:  50%;
        transform: translateY(-50%);
        left: 3.6vw;
        background: url(/images/index/btn_makeup_icon.webp) center top /cover no-repeat;
        width:  18.66vw;
        height: 13.06vw;
      }
    } */
  }
  .sec03 .box .flex_box .btn {
    position: relative;
  }
  .sec03 .box .flex_box .btn img {
    width: 100%;
    height: 10%;
  }
  .sec03 .box .flex_box .btn:not(:last-of-type) {
    padding-right: initial;
  }
}

.sec04 {
  padding-top: 120px;
  margin-bottom: 300px;
  overflow: hidden;
}
.sec04 .box_title {
  font-size: 45px;
  font-family: "Zen Maru Gothic";
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
}
.sec04 .wide_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 90px;
}
.sec04 .wide_item .imagebox {
  width: 554px;
}
.sec04 .wide_item .textbox {
  width: 554px;
  max-width: 50%;
}
.sec04 .wide_item .textbox .title_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.sec04 .wide_item .textbox .title_box .title_icon {
  width: 77px;
  min-width: 77px;
  margin-left: 20px;
  margin-right: 20px;
}
.sec04 .wide_item .textbox .title_box .title_text {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec04 .wide_item .textbox .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
}
.sec04 .wide_item .textbox .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .wide_item .textbox .flex_box .about_btn {
  width: 269px;
}
.sec04 .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 55px;
}
.sec04 .item {
  width: 554px;
  max-width: 50%;
}
.sec04 .item .imagebox {
  width: 100%;
  margin-bottom: 15px;
}
.sec04 .item .textbox {
  width: 100%;
}
.sec04 .item .textbox .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.sec04 .item .textbox .title_box .title_icon {
  width: 77px;
  min-width: 77px;
  margin-right: 20px;
}
.sec04 .item .textbox .title_box .title_text {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec04 .item .textbox .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
  flex-grow: 1;
}
.sec04 .item .textbox .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .item .textbox .flex_box .about_btn {
  width: 269px;
}
.sec04 .item:not(:last-of-type) {
  margin-right: 45px;
}
.sec04 .kodomo_box {
  margin-bottom: 180px;
  position: relative;
}
.sec04 .kodomo_box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -120px;
  left: 85%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_child_bg.webp) center top/cover no-repeat;
  width: 530px;
  height: 309px;
  overflow: hidden;
}
.sec04 .kodomo_box .box_title {
  margin-bottom: 150px;
  position: relative;
}
.sec04 .kodomo_box .box_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/text_kodomo.webp) center top/cover no-repeat;
  width: 435px;
  height: 72px;
}
.sec04 .kodomo_box .wide_item .imagebox {
  margin-right: 45px;
}
.sec04 .kodomo_box .list .item .textbox .title_box .title_text {
  font-size: 24px;
}
.sec04 .otona_box {
  margin-bottom: 230px;
  position: relative;
}
.sec04 .otona_box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -120px;
  left: 22%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_adult_bg.webp) center top/cover no-repeat;
  width: 480px;
  height: 321px;
  overflow: hidden;
}
.sec04 .otona_box .box_title {
  position: relative;
}
.sec04 .otona_box .box_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/text_otona.webp) center top/cover no-repeat;
  width: 348px;
  height: 71px;
}
.sec04 .otona_box .wide_item:nth-of-type(1) {
  flex-direction: row-reverse;
}
.sec04 .otona_box .wide_item:nth-of-type(1) .imagebox {
  margin-left: 45px;
}
.sec04 .otona_box .wide_item:nth-of-type(2) .imagebox {
  margin-right: 45px;
}
.sec04 .otona_box .wide_item:nth-of-type(2) .title_box .title_text {
  font-size: 30px;
}
.sec04 .otona_box .list .item {
  width: 509px;
  display: flex;
  flex-direction: column;
}
.sec04 .otona_box .list .item .imagebox {
  width: 100%;
  margin-bottom: 0px;
}
.sec04 .otona_box .list .item .imagebox img {
  width: 100%;
  height: 100%;
}
.sec04 .otona_box .list .item .textbox {
  background-color: #eeeae7;
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.sec04 .otona_box .list .item .textbox .title_box .title_text {
  font-size: 24px;
  margin-bottom: 20px;
}
.sec04 .otona_box .list .item .textbox .item_text {
  margin-bottom: 0px;
}
.sec04 .otona_box .list .item .textbox .btn_mark {
  margin-top: auto;
  text-align: right;
}
.sec04 .otona_box .list .item:not(:last-of-type) {
  margin-right: 85px;
}
.sec04 .otona_box .list .item:nth-of-type(1) .otona_circle {
  content: "";
  position: absolute;
  top: 70px;
  right: -10px;
  width: 182px;
  height: 182px;
}
.sec04 .otona_box .list .item:nth-of-type(2) .otona_circle {
  content: "";
  position: absolute;
  top: 70px;
  left: -10px;
  width: 171px;
  height: 171px;
}
.sec04 .otona_box .list .item:nth-of-type(3) .otona_circle {
  content: "";
  position: absolute;
  top: 90px;
  left: -10px;
  width: 171px;
  height: 171px;
}
.sec04 .otona_box .list .item:nth-of-type(4) .otona_circle {
  content: "";
  position: absolute;
  top: 82px;
  right: -10px;
  width: 182px;
  height: 182px;
}
.sec04 .otona_box .list:not(:last-of-type) {
  margin-bottom: 55px;
}
.sec04 .otona_box .otona_circle01 {
  content: "";
  position: absolute;
  top: 70px;
  right: -10px;
  width: 182px;
  height: 182px;
}
.sec04 .otona_box .otona_circle02 {
  content: "";
  position: absolute;
  top: 70px;
  left: -10px;
  width: 171px;
  height: 171px;
}
.sec04 .otona_box .otona_circle03 {
  content: "";
  position: absolute;
  top: 90px;
  left: -10px;
  width: 171px;
  height: 171px;
}
.sec04 .otona_box .otona_circle04 {
  content: "";
  position: absolute;
  top: 82px;
  right: -10px;
  width: 182px;
  height: 182px;
}
.sec04 .makeup_box {
  position: relative;
}
.sec04 .makeup_box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -120px;
  left: 85%;
  transform: translateX(-50%);
  background: url(/images/index/sec04_makrup_bg.webp) center top/cover no-repeat;
  width: 480px;
  height: 321px;
  overflow: hidden;
}
.sec04 .makeup_box .box_title {
  position: relative;
}
.sec04 .makeup_box .box_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/text_makeup.webp) center top/cover no-repeat;
  width: 452px;
  height: 86px;
}
.sec04 .makeup_box .wide_item .textbox .title_box .title_text {
  font-size: 30px;
}
.sec04 .makeup_box .wide_item:nth-of-type(1) .imagebox {
  margin-right: 45px;
}
.sec04 .makeup_box .wide_item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.sec04 .makeup_box .wide_item:nth-of-type(2) .wide_item .title_box .title_text {
  font-size: 30px;
}
.sec04 .makeup_box .wide_item:nth-of-type(2) .imagebox {
  margin-left: 45px;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .sec04 .wide_item .textbox .title_box .title_text {
    font-size: 29px;
  }
  .sec04 .otona_box .list .item:not(:last-of-type) {
    margin-right: 45px;
  }
  .sec04 .otona_box .list .otona_circle01 {
    content: "";
    position: absolute;
    top: 42px;
    right: -10px;
    width: 145px;
    height: 145px;
  }
  .sec04 .otona_box .list .otona_circle02 {
    content: "";
    position: absolute;
    top: 42px;
    left: -10px;
    width: 136px;
    height: 136px;
  }
  .sec04 .otona_box .list .otona_circle03 {
    content: "";
    position: absolute;
    top: 32px;
    left: -10px;
    width: 136px;
    height: 136px;
  }
  .sec04 .otona_box .list .otona_circle04 {
    content: "";
    position: absolute;
    top: 42px;
    right: -10px;
    width: 145px;
    height: 145px;
  }
  .sec04 .makeup_box .wide_item .textbox .title_box .title_text {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    overflow: hidden;
    margin-bottom: 27.6vw;
  }
  .sec04 .box_title {
    font-size: 5.3vw;
    margin-bottom: 16.3vw;
  }
  .sec04 .wide_item {
    display: block;
    margin-bottom: 16vw;
    padding: 0 5.5vw;
  }
  .sec04 .wide_item .imagebox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec04 .wide_item .imagebox img {
    width: 100%;
    height: 100%;
  }
  .sec04 .wide_item .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec04 .wide_item .textbox .title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec04 .wide_item .textbox .title_box .title_icon {
    width: 13.33vw;
    min-width: 13.33vw;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
  .sec04 .wide_item .textbox .title_box .title_icon img {
    width: 100%;
    height: 100%;
  }
  .sec04 .wide_item .textbox .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .wide_item .textbox .item_text {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 4.2vw;
  }
  .sec04 .wide_item .textbox .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec04 .wide_item .textbox .flex_box .about_btn {
    width: 65.6vw;
  }
  .sec04 .list {
    display: block;
    margin-bottom: 16vw;
    padding: 0 5.5vw;
  }
  .sec04 .item {
    width: 100%;
    max-width: 100%;
  }
  .sec04 .item .imagebox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec04 .item .imagebox img {
    width: 100%;
    height: 100%;
  }
  .sec04 .item .textbox {
    width: 100%;
  }
  .sec04 .item .textbox .title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec04 .item .textbox .title_box .title_icon {
    width: 13.33vw;
    min-width: 13.33vw;
    margin-right: 3.2vw;
  }
  .sec04 .item .textbox .title_box .title_icon img {
    width: 100%;
    height: 100%;
  }
  .sec04 .item .textbox .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .item .textbox .item_text {
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .sec04 .item .textbox .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec04 .item .textbox .flex_box .about_btn {
    width: 65.6vw;
  }
  .sec04 .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 16vw;
  }
  .sec04 .kodomo_box {
    margin-bottom: 48vw;
    position: relative;
  }
  .sec04 .kodomo_box::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0vw;
    left: 85%;
    transform: translateX(-50%);
    background: url(/images/index/sec04_child_bg_sp.webp) center top/cover no-repeat;
    width: 73.06vw;
    height: 50.93vw;
    overflow: hidden;
  }
  .sec04 .kodomo_box .box_title {
    padding-top: 32vw;
    margin-bottom: 16vw;
    position: relative;
  }
  .sec04 .kodomo_box .box_title::before {
    content: "";
    position: absolute;
    top: 25.3vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_kodomo_sp.webp) center top/cover no-repeat;
    width: 53vw;
    height: 8.83vw;
  }
  .sec04 .kodomo_box .wide_item .imagebox {
    margin-right: initial;
  }
  .sec04 .kodomo_box .list .item .textbox .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .otona_box {
    margin-bottom: 45.33vw;
    position: relative;
  }
  .sec04 .otona_box::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -32vw;
    left: 22%;
    transform: translateX(-50%);
    background: url(/images/index/sec04_adult_bg_sp.webp) center top/cover no-repeat;
    width: 73.06vw;
    height: 50.93vw;
    overflow: hidden;
  }
  .sec04 .otona_box .box_title {
    position: relative;
  }
  .sec04 .otona_box .box_title::before {
    content: "";
    position: absolute;
    top: -6.6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_otona_sp.webp) center top/cover no-repeat;
    width: 42.66vw;
    height: 8.83vw;
  }
  .sec04 .otona_box .wide_item:nth-of-type(1) {
    flex-direction: row-reverse;
  }
  .sec04 .otona_box .wide_item:nth-of-type(1) .imagebox {
    margin-left: initial;
  }
  .sec04 .otona_box .wide_item:nth-of-type(2) .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .otona_box .list {
    display: block;
    margin-bottom: 16vw;
    padding: 0 5.5vw;
  }
  .sec04 .otona_box .list .item {
    width: 100%;
    display: block;
  }
  .sec04 .otona_box .list .item .title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec04 .otona_box .list .item .title_box .title_icon {
    width: 13.33vw;
    min-width: 13.33vw;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
  .sec04 .otona_box .list .item .title_box .title_icon img {
    width: 100%;
    height: 100%;
  }
  .sec04 .otona_box .list .item .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .otona_box .list .item .imagebox {
    width: 100%;
    margin-bottom: 0vw;
  }
  .sec04 .otona_box .list .item .imagebox img {
    width: 100%;
    height: 100%;
  }
  .sec04 .otona_box .list .item .textbox {
    padding: 5.5vw;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .sec04 .otona_box .list .item .textbox .title_box .title_text {
    font-size: 4.8vw;
    margin-bottom: initial;
  }
  .sec04 .otona_box .list .item .textbox .item_text {
    margin-bottom: 0vw;
  }
  .sec04 .otona_box .list .item .textbox .btn_mark {
    margin-top: auto;
    text-align: right;
  }
  .sec04 .otona_box .list .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec04 .otona_box .list .item:nth-of-type(1) .otona_circle {
    content: "";
    position: absolute;
    top: 70px;
    right: -10px;
    width: 30.66vw;
    height: 30.66vw;
  }
  .sec04 .otona_box .list .item:nth-of-type(2) .otona_circle {
    content: "";
    position: absolute;
    top: 18.6vw;
    left: -2.6vw;
    width: 31.37vw;
    height: 31.37vw;
  }
  .sec04 .otona_box .list .item:nth-of-type(3) .otona_circle {
    content: "";
    position: absolute;
    top: 24vw;
    left: -2.6vw;
    width: 33.86vw;
    height: 33.86vw;
  }
  .sec04 .otona_box .list .item:nth-of-type(4) .otona_circle {
    content: "";
    position: absolute;
    top: 21.86vw;
    left: initial;
    right: -2.6vw;
    width: 33.86vw;
    height: 33.86vw;
  }
  .sec04 .otona_box .list:not(:last-of-type) {
    margin-bottom: 16vw;
  }
  .sec04 .otona_box .otona_circle01 {
    content: "";
    position: absolute;
    top: 70px;
    right: -10px;
    width: 30.66vw;
    height: 30.66vw;
  }
  .sec04 .otona_box .otona_circle02 {
    content: "";
    position: absolute;
    top: 16.6vw;
    left: -2.6vw;
    width: 31.37vw;
    height: 31.37vw;
  }
  .sec04 .otona_box .otona_circle03 {
    content: "";
    position: absolute;
    top: 14vw;
    left: -2.6vw;
    width: 33.86vw;
    height: 33.86vw;
  }
  .sec04 .otona_box .otona_circle04 {
    content: "";
    position: absolute;
    top: 14.86vw;
    left: initial;
    right: -2.6vw;
    width: 33.86vw;
    height: 33.86vw;
  }
  .sec04 .makeup_box {
    position: relative;
  }
  .sec04 .makeup_box::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -41vw;
    left: 82%;
    transform: translateX(-50%);
    background: url(/images/index/sec04_makrup_bg_sp.webp) center top/cover no-repeat;
    width: 73.06vw;
    height: 50.93vw;
    overflow: hidden;
  }
  .sec04 .makeup_box .box_title {
    position: relative;
  }
  .sec04 .makeup_box .box_title::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_makeup_sp.webp) center top/cover no-repeat;
    width: 54.13vw;
    height: 8.3vw;
  }
  .sec04 .makeup_box .wide_item .textbox .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .makeup_box .wide_item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .sec04 .makeup_box .wide_item:nth-of-type(2) .wide_item .title_box .title_text {
    font-size: 4.8vw;
  }
  .sec04 .makeup_box .wide_item:nth-of-type(2) .imagebox {
    margin-left: initial;
  }
}

.sec05 {
  margin-bottom: 100px;
  position: relative;
}
.sec05 .upper_box {
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec05 .upper_box .imagebox {
  width: 640px;
  max-width: 50%;
  margin-right: 70px;
  position: relative;
}
.sec05 .upper_box .imagebox .doctor_pic {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 621px;
  height: 425px;
}
.sec05 .upper_box .imagebox::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 20px;
  background: url(/images/index/text_greeting.webp) center/cover no-repeat;
  width: 359px;
  height: 51px;
}
.sec05 .upper_box .textbox {
  width: 570px;
  max-width: 48%;
  position: relative;
}
.sec05 .upper_box .textbox .box_title {
  font-family: "Zen Maru Gothic";
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  position: relative;
}
.sec05 .upper_box .textbox .box_title::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -105px;
  background: url(/images/index/sec04_kazari01.webp) center/cover no-repeat;
  width: 485px;
  height: 38px;
}
.sec05 .upper_box .textbox .doctor_name {
  padding-top: 80px;
  margin-right: 80px;
  font-family: "Zen Maru Gothic";
  font-size: 28px;
  text-align: right;
}
.sec05 .upper_box .textbox .doctor_name span {
  font-size: 16px;
}
.sec05 .upper_box .textbox .doctor_name_kana {
  margin-right: 75px;
  font-size: 16px;
  letter-spacing: 0.4em;
  text-align: right;
  color: #dab56e;
}
.sec05 .lowwer_box {
  background-color: #f1f1f1;
  padding: 115px 0 100px;
}
.sec05 .textbox {
  width: 995px;
  max-width: 95%;
  margin: 0 auto 30px;
}
.sec05 .textbox .box_text {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec05 .flexbox {
  margin-bottom: 65px;
}
.sec05 .career_box {
  width: 1027px;
  max-width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec05 .career_box .carieer {
  width: 48%;
}
.sec05 .career_box .carieer:nth-of-type(1) {
  margin-right: 30px;
}
.sec05 .career_box .info_title {
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #585653;
  margin-bottom: 25px;
}
.sec05 .career_box .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec05 .career_box .row:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec05 .career_box .term {
  width: 30%;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec05 .career_box .desc {
  width: 70%;
  letter-spacing: 0.1em;
}
.sec05 .career_box .carieer:nth-of-type(2) .desc {
  padding-left: 65px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sec05 .upper_box .imagebox {
    width: 640px;
    max-width: 50%;
    margin-right: initial;
  }
  .sec05 .upper_box .imagebox .doctor_pic {
    right: -90px;
  }
  .sec05 .upper_box .textbox .box_title {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    position: relative;
  }
  .sec05 .upper_box .textbox .box_title::before {
    width: 388px;
    height: 30px;
    left: -64px;
  }
  .sec05 .lowwer_box {
    background-color: #f1f1f1;
    padding: 172px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .upper_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-bottom: 13.8vw;
  }
  .sec05 .upper_box .imagebox {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec05 .upper_box .imagebox .doctor_pic {
    position: static;
    top: initial;
    right: initial;
    width: 88vw;
    height: 60.2vw;
    margin: 0 auto 4.2vw;
  }
  .sec05 .upper_box .imagebox .doctor_pic img {
    width: 100%;
    height: 100%;
  }
  .sec05 .upper_box .imagebox::before {
    content: "";
    position: absolute;
    top: -13.8vw;
    left: 5vw;
    background: url(/images/index/text_greeting_sp.webp) center/cover no-repeat;
    width: 55.2vw;
    height: 7.73vw;
  }
  .sec05 .upper_box .textbox {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    position: relative;
  }
  .sec05 .upper_box .textbox::before {
    content: "";
    position: absolute;
    bottom: -13.3vw;
    left: initial;
    right: 2vw;
    background: url(/images/index/sec04_kazari01_sp.webp) center/cover no-repeat;
    width: 82.4vw;
    height: 6.4vw;
  }
  .sec05 .upper_box .textbox .box_title {
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec05 .upper_box .textbox .box_title::before {
    display: none;
  }
  .sec05 .upper_box .textbox .doctor_pic {
    width: 88vw;
    margin: 0 auto;
  }
  .sec05 .upper_box .textbox .doctor_pic img {
    width: 100%;
    height: 100%;
  }
  .sec05 .upper_box .textbox .doctor_name {
    padding-top: 4.2vw;
    padding-bottom: 2.2vw;
    margin-right: initial;
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
    text-align: center;
  }
  .sec05 .upper_box .textbox .doctor_name span {
    font-size: 3.7vw;
  }
  .sec05 .upper_box .textbox .doctor_name_kana {
    margin-right: initial;
    font-size: 3.5vw;
    text-align: center;
  }
  .sec05 .lowwer_box {
    padding: 5.5vw 5.5vw;
  }
  .sec05 .lowwer_box .textbox {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 8.2vw;
  }
  .sec05 .lowwer_box .textbox .box_text {
    font-size: 4vw;
  }
  .sec05 .lowwer_box .flexbox {
    margin-bottom: 8vw;
  }
  .sec05 .lowwer_box .flexbox .about_btn {
    width: 65.6vw;
  }
  .sec05 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec05 .career_box {
    width: 100%;
    max-width: 97%;
    margin: 0 auto 13.8vw;
    padding: 5.5vw;
    box-sizing: border-box;
    display: block;
  }
  .sec05 .career_box .carieer {
    width: 100%;
  }
  .sec05 .career_box .carieer:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec05 .career_box .info_title {
    padding-left: 1em;
    font-size: 4.8vw;
    padding-bottom: 2.6vw;
    border-bottom: 1px solid #585653;
    margin-bottom: 4.2vw;
  }
  .sec05 .career_box .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec05 .career_box .row:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .sec05 .career_box .term {
    width: 30%;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec05 .career_box .desc {
    width: 70%;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec05 .career_box .carieer:nth-of-type(2) .desc {
    padding-left: 1em;
  }
}

.sec06 .flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.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=style03.css.map */