@charset "UTF-8";
.key {
  position: relative;
  height: 800px;
  box-sizing: border-box;
}
.key:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.8vw;
  background: url(../images02/common/bg_curve02.png) center/cover no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  width: 301px;
  height: 263px;
  margin: auto;
  background: url(../images02/index/logo01.png) center/contain no-repeat;
}
.key .cont {
  width: 100%;
  height: 800px;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
}
.key .cont01 {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.key .cont01 .key_bg {
  background: url(../images02/index/webp/bg_key.webp) center/cover no-repeat;
}
.key .cont01 .key_text {
  text-align: center;
  padding-top: 260px;
}
.key .cont02 {
  padding-top: 80px;
}
.key .cont02 .key_bg {
  background: url(../images02/index/webp/bg_key02.webp) center/cover no-repeat;
}
.key .cont02 .key_text {
  width: 1280px;
  margin: 0 auto;
}
.key .cont03 {
  display: flex;
  justify-content: center;
  padding-top: 180px;
}
.key .cont03 .key_bg {
  background: url(../images02/index/webp/bg_key03.webp) center/cover no-repeat;
}
.key .cont03 .key_text {
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .key:after {
    width: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .key {
    position: relative;
    height: 116.2vw;
    box-sizing: border-box;
  }
  .key:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8vw;
    background: url(../images02/common/bg_curve02.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    width: 43.2vw;
    height: 37.8vw;
    margin: auto;
    background: url(../images02/index/logo01.png) center/contain no-repeat;
  }
  .key .cont {
    width: 100%;
    height: 116.2vw;
  }
  .key .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 116.2vw;
  }
  .key .cont01 {
    display: flex;
    justify-content: center;
    padding-top: 5.5vw;
  }
  .key .cont01 .key_bg {
    background: url(../images02/index/webp/bg_key.webp) center left/cover no-repeat;
  }
  .key .cont01 .key_text {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 50vw;
  }
  .key .cont02 {
    padding-top: 13.8vw;
  }
  .key .cont02 .key_bg {
    background: url(../images02/index/webp/bg_key02.webp) center right 45%/cover no-repeat;
  }
  .key .cont02 .key_text {
    width: 60vw;
    margin: 0;
  }
  .key .cont03 {
    display: flex;
    justify-content: center;
    padding-top: 27.7vw;
  }
  .key .cont03 .key_bg {
    background: url(../images02/index/webp/bg_key03.webp) center left/cover no-repeat;
  }
  .key .cont03 .key_text {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 22vw;
  }
}

.no-webp .key:before {
  background: url(../images02/common/bg_curve02.png) center/cover no-repeat;
}
.no-webp .key:after {
  background: url(../images02/index/logo01.png) center/contain no-repeat;
}
.no-webp .key .cont01 .key_bg {
  background: url(../images02/index/bg_key.jpg) center/cover no-repeat;
}
.no-webp .key .cont02 .key_bg {
  background: url(../images02/index/bg_key02.jpg) center/cover no-repeat;
}
.no-webp .key .cont03 .key_bg {
  background: url(../images02/index/bg_key03.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .no-webp .key .cont01 .key_bg {
    background: url(../images02/index/bg_key.jpg) center/cover no-repeat;
  }
  .no-webp .key .cont02 .key_bg {
    background: url(../images02/index/bg_key02.jpg) center right 45%/cover no-repeat;
  }
  .no-webp .key .cont03 .key_bg {
    background: url(../images02/index/bg_key03.jpg) center left/cover no-repeat;
  }
}

.nav {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  background: #fbf5eb;
}
.nav .list {
  display: flex;
  justify-content: center;
}
.nav .item:not(:last-of-type) {
  margin-right: 50px;
}
.nav .item a {
  font-size: 18px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.blog_sec {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 780px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 450px;
  background: #fff;
  box-sizing: border-box;
}
.blog_sec .blog_title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-right: 1px solid #fff;
  margin-right: 20px;
  min-width: 95px;
  box-sizing: border-box;
  background: #b3cc40;
  color: #fff;
  letter-spacing: 0.1em;
}
.blog_sec .blog_body {
  display: flex;
  align-items: center;
}
.blog_sec .blog_cont {
  max-width: 70%;
  margin-right: 20px;
}
.blog_sec .blog_date {
  font-size: 12px;
  color: #a57149;
}
.blog_sec .blog_text {
  letter-spacing: 0.1em;
  color: #a57149;
}
.blog_sec .blog_more a {
  position: relative;
  font-size: 12px;
  color: #a57149;
}
.blog_sec .blog_more a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 82px;
  height: 10px;
  background: url(../images02/index/blog_arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .blog_sec {
    top: 658px;
  }
}
@media screen and (max-width: 767px) {
  .blog_sec {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    top: 138vw;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 90vw;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
  }
  .blog_sec .blog_title {
    padding: 2.7vw 2vw;
    border-right: 1px solid #fff;
    margin-right: 2.7vw;
    box-sizing: border-box;
    background: #b3cc40;
    font-size: 3.4vw;
    min-width: 15.8vw;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .blog_sec .blog_body {
    display: flex;
    align-items: center;
  }
  .blog_sec .blog_cont {
    margin-right: 5.5vw;
  }
  .blog_sec .blog_date {
    font-size: 3vw;
    color: #a57149;
  }
  .blog_sec .blog_text {
    font-size: 3.4vw;
    letter-spacing: 0.1em;
    color: #a57149;
  }
  .blog_sec .blog_more a {
    position: relative;
    font-size: 3vw;
    color: #a57149;
  }
  .blog_sec .blog_more a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.8vw;
    width: 13.8vw;
    height: 1.6vw;
    background: url(../images02/index/blog_arrow.png) center/contain no-repeat;
  }
}

.sec01 {
  padding: 50px 20px 100px;
  background: #fbf5eb;
  overflow: hidden;
}
.sec01 .nairankai_banner {
  margin-bottom: 80px;
  text-align: center;
}
.sec01 .sec_title {
  position: relative;
  width: 620px;
  margin: 0 auto 30px;
  text-align: center;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 150px;
  width: 159px;
  height: 124px;
  background: url(../images02/index/flower01.png) center/contain no-repeat;
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 150px;
  width: 159px;
  height: 124px;
  background: url(../images02/index/flower02.png) center/contain no-repeat;
}
.sec01 .sec_image {
  margin-bottom: 50px;
  text-align: center;
}
.sec01 .sec_text {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 30.5vw 5.5vw 27.7vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sec01 .nairankai_banner {
    width: 100%;
    margin-bottom: 27.7vw;
    text-align: center;
  }
  .sec01 .nairankai_banner img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec01 .sec_title {
    position: relative;
    width: 90%;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: -10.6vw;
    top: -8vw;
    width: 16vw;
    height: 24.8vw;
    background: url(../images02/index/flower01.png) center/contain no-repeat;
  }
  .sec01 .sec_title:after {
    content: "";
    position: absolute;
    right: -10.6vw;
    top: -8vw;
    width: 16vw;
    height: 24.8vw;
    background: url(../images02/index/flower02.png) center/contain no-repeat;
  }
  .sec01 .sec_image {
    margin-bottom: 13.3vw;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
  }
}

.sec02 {
  padding: 50px 0;
  overflow: hidden;
}
.sec02 .sec_title {
  text-align: center;
}
.sec02 .cont_inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont_num {
  height: 94px;
}
.sec02 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 39px;
  font-weight: 600;
  color: #543b14;
}
.sec02 .cont_text {
  line-height: 2;
  text-align: justify;
}
.sec02 .cont01 {
  position: relative;
  padding: 0 20px 50px;
}
.sec02 .cont01:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: rgba(225, 214, 194, 0.48);
}
.sec02 .cont01 .cont_upper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.sec02 .cont01 .cont_upper:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -100px;
  top: -120px;
  width: 192px;
  height: 142px;
  background: url(../images02/index/kazari01.png) center/contain no-repeat;
}
.sec02 .cont01 .textbox {
  width: 580px;
  max-width: 48%;
}
.sec02 .cont01 .cont_lower {
  display: flex;
  justify-content: space-between;
}
.sec02 .cont01 .smallcont {
  width: 570px;
  max-width: 48%;
}
.sec02 .cont01 .smallcont_imagebox {
  position: relative;
  margin-bottom: 10px;
}
.sec02 .cont01 .image_name {
  position: absolute;
  left: 20px;
  top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  font-family: "noto serif jp", serif;
  font-size: 39px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec02 .cont01 .smallcont_title {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec02 .cont01 .smallcont01 .image_name {
  background: #005980;
}
.sec02 .cont01 .smallcont01 .smallcont_image02 {
  position: absolute;
  right: -20px;
  bottom: -40px;
}
.sec02 .cont01 .smallcont01 .smallcont_title {
  color: #005980;
}
.sec02 .cont01 .smallcont02 .image_name {
  background: #ca8778;
}
.sec02 .cont01 .smallcont02 .smallcont_title {
  color: #ca8778;
}
.sec02 .cont01 .smallcont02 .cont_text {
  margin-bottom: 30px;
}
.sec02 .cont01 .smallcont02 .link_btn {
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}
.sec02 .cont01 .smallcont02 .link_btn a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ca8778;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec02 .cont01 .smallcont02 .link_btn img {
  position: absolute;
  top: 18px;
  right: 5px;
}
.sec02 .cont02 {
  padding: 50px 20px;
}
.sec02 .cont02 .cont_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sec02 .cont02 .textbox {
  width: 580px;
  max-width: 48%;
}
.sec02 .cont02 .link_flex {
  display: flex;
  justify-content: center;
}
.sec02 .cont02 .link_btn {
  width: 466px;
}
.sec02 .cont02 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 130px;
  box-sizing: border-box;
  background: rgba(225, 214, 194, 0.48);
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
}
.sec02 .cont02 .link_btn a .color {
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7f97b0;
}
.sec02 .cont02 .link_btn a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec02 .cont02 .link_btn:nth-of-type(1) {
  margin-right: 100px;
}
.sec02 .cont02 .link_btn:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 94px;
  height: 107px;
  background: url(../images02/index/btn_whitening.png) center/contain no-repeat;
}
.sec02 .cont02 .link_btn:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 119px;
  height: 108px;
  background: url(../images02/index/btn_beauty.png) center/contain no-repeat;
}
.sec02 .cont03 {
  position: relative;
  padding: 50px 0;
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
}
.sec02 .cont03 .cont_upper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sec02 .cont03 .cont_upper:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150px;
  top: -100px;
  width: 271px;
  height: 168px;
  background: url(../images02/index/kazari02.png) center/contain no-repeat;
}
.sec02 .cont03 .cont_upper .cont_image {
  position: relative;
}
.sec02 .cont03 .cont_upper .cont_image:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -50px;
  width: 230px;
  height: 230px;
  background: url(../images02/index/kazari03.png) center/contain no-repeat;
}
.sec02 .cont03 .textbox {
  width: 580px;
  max-width: 48%;
}
.sec02 .cont03 .cont_middle {
  position: relative;
}
.sec02 .cont03 .slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}
.sec02 .cont03 .slider img {
  width: 50vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.sec02 .cont03 .slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.sec02 .cont03 .slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
.sec02 .cont03 .slick-prev,
.sec02 .cont03 .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 2;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.sec02 .cont03 .slick-prev { /*戻る矢印の位置と形状*/
  left: 2%;
  transform: rotate(-135deg);
}
.sec02 .cont03 .slick-prev:before {
  display: none;
}
.sec02 .cont03 .slick-next { /*次へ矢印の位置と形状*/
  right: 2%;
  transform: rotate(45deg);
}
.sec02 .cont03 .slick-next:before {
  display: none;
}
.sec02 .cont03 .feature_list {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.sec02 .cont03 .feature_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec02 .cont03 .feature_item .small {
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
}
.sec02 .cont03 .feature_item:not(:last-of-type) {
  margin-right: 20px;
}
.sec02 .cont03 .feature_item:nth-of-type(1) {
  background: rgba(142, 165, 0, 0.78);
}
.sec02 .cont03 .feature_item:nth-of-type(2) {
  background: rgba(178, 128, 103, 0.78);
}
.sec02 .cont03 .feature_item:nth-of-type(3) {
  background: rgba(141, 130, 161, 0.78);
}
.sec02 .cont03 .feature_item:nth-of-type(4) {
  background: rgba(213, 189, 89, 0.78);
}
.sec02 .cont03 .feature_item:nth-of-type(5) {
  background: rgba(121, 161, 208, 0.78);
}
.sec02 .cont03 .cont_lower {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 200px 20px 80px;
  background: rgba(192, 137, 134, 0.19);
}
.sec02 .cont03 .cont_lower .lower_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .cont03 .cont_lower .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .cont03 .cont_lower .cont_image {
  margin-right: 30px;
}
.sec02 .cont03 .cont_lower .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 592px;
  max-width: 48%;
}
.sec02 .cont03 .cont_lower .list:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50px;
  top: -150px;
  width: 192px;
  height: 142px;
  background: url(../images02/index/kazari01.png) center/contain no-repeat;
}
.sec02 .cont03 .cont_lower .item {
  width: 282px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.sec02 .cont03 .cont_lower .item:nth-child(n-3) {
  margin-bottom: 30px;
}
.sec02 .cont03 .cont_lower .item_image {
  display: flex;
  justify-content: center;
  height: 150px;
  margin-bottom: 10px;
}
.sec02 .cont03 .cont_lower .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec02 .cont03 .cont_lower .item_title {
  margin-bottom: 10px;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  font-weight: 500;
}
.sec02 .cont03 .link_btn {
  width: 330px;
  margin: -25px auto;
}
.sec02 .cont03 .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 50px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #543b14;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec02 .cont03 .link_btn a img {
  padding-left: 20px;
}
.sec02 .cont04_05box {
  padding: 100px 0;
}
.sec02 .cont04_05box .cont_inner {
  display: flex;
  justify-content: space-between;
}
.sec02 .cont04_05box .cont04 {
  width: 560px;
  max-width: 48%;
}
.sec02 .cont04_05box .cont05 {
  width: 560px;
  max-width: 48%;
}
.sec02 .cont04_05box .cont05 .cont_imagebox {
  position: relative;
}
.sec02 .cont04_05box .cont05 .image_text {
  position: absolute;
  bottom: 0;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sec02 .cont04_05box .cont05 .image_text .small {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec02 .cont04_05box .cont05 .image_text:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.sec02 .cont04_05box .cont05 .image_text:nth-of-type(1) {
  left: 0;
  background: rgba(52, 109, 228, 0.58);
}
.sec02 .cont04_05box .cont05 .image_text:nth-of-type(2) {
  right: 0;
  background: rgba(66, 128, 157, 0.58);
}
.sec02 .cont04_05box .cont_image {
  margin-bottom: 30px;
}
@media screen and (max-width: 1270px) and (min-width: 768px) {
  .sec02 .cont_title {
    font-size: 30px;
  }
  .sec02 .cont01 {
    padding: 0 0 50px;
  }
  .sec02 .cont01 .textbox {
    margin-right: 20px;
  }
  .sec02 .cont01 .smallcont_title {
    font-size: 2.8vw;
  }
  .sec02 .cont01 .smallcont01 .smallcont_image02 {
    bottom: -1.5vw;
    width: 22.7vw;
  }
  .sec02 .cont02 {
    padding: 50px 0;
  }
  .sec02 .cont02 .textbox {
    margin-right: 20px;
  }
  .sec02 .cont02 .link_btn {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont02 .link_btn a {
    position: relative;
  }
  .sec02 .cont02 .link_btn a img {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    transform: none;
  }
  .sec02 .cont03 .cont_upper {
    padding: 0;
  }
  .sec02 .cont03 .feature_list {
    flex-wrap: wrap;
    width: 100%;
  }
  .sec02 .cont03 .feature_item {
    width: 16vw;
    height: 16vw;
    font-size: 15px;
  }
  .sec02 .cont03 .feature_item .small {
    font-size: 14px;
  }
  .sec02 .cont03 .cont_lower .item {
    width: 48%;
  }
  .sec02 .cont03 .cont_lower .item_image {
    height: 10.4vw;
  }
  .sec02 .cont04_05box .cont05 .image_text {
    padding: 10px;
    font-size: 18px;
  }
  .sec02 .cont04_05box .cont05 .image_text:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 50px 0;
    overflow: hidden;
  }
  .sec02 .sec_title {
    width: 90%;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .sec02 .cont_inner {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .cont_num {
    width: 39.2vw;
    height: auto;
    margin: 0 auto;
  }
  .sec02 .cont_num img {
    width: 100%;
  }
  .sec02 .cont_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 7vw;
    font-weight: 600;
    color: #543b14;
  }
  .sec02 .cont_text {
    font-size: 4vw;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont_image {
    width: 100%;
  }
  .sec02 .cont_image img {
    width: 100%;
  }
  .sec02 .cont01 {
    position: relative;
    padding: 0 5.5vw 13.3vw;
  }
  .sec02 .cont01:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: rgba(225, 214, 194, 0.48);
  }
  .sec02 .cont01 .cont_upper {
    position: relative;
    display: block;
    margin-bottom: 27.7vw;
  }
  .sec02 .cont01 .cont_upper:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -100px;
    top: -120px;
    width: 192px;
    height: 142px;
    background: url(../images02/index/kazari01.png) center/contain no-repeat;
  }
  .sec02 .cont01 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont01 .cont_lower {
    display: block;
    justify-content: space-between;
  }
  .sec02 .cont01 .smallcont {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont01 .smallcont_imagebox {
    position: relative;
    margin-bottom: 2.7vw;
  }
  .sec02 .cont01 .smallcont_image {
    width: 100%;
  }
  .sec02 .cont01 .smallcont_image img {
    width: 100%;
  }
  .sec02 .cont01 .image_name {
    position: absolute;
    left: 0;
    right: 0;
    top: -13.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    border-radius: 50%;
    margin: 0 auto;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .sec02 .cont01 .smallcont_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec02 .cont01 .smallcont01 {
    margin-bottom: 21.3vw;
  }
  .sec02 .cont01 .smallcont01 .image_name {
    background: #005980;
  }
  .sec02 .cont01 .smallcont01 .smallcont_image02 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
  }
  .sec02 .cont01 .smallcont01 .smallcont_title {
    color: #005980;
  }
  .sec02 .cont01 .smallcont02 .image_name {
    background: #ca8778;
  }
  .sec02 .cont01 .smallcont02 .smallcont_title {
    color: #ca8778;
  }
  .sec02 .cont01 .smallcont02 .cont_text {
    margin-bottom: 8vw;
  }
  .sec02 .cont01 .smallcont02 .link_btn {
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
  }
  .sec02 .cont01 .smallcont02 .link_btn a {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    border-radius: 10px;
    box-sizing: border-box;
    background: #ca8778;
    font-family: "noto serif jp", serif;
    font-size: 3.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec02 .cont01 .smallcont02 .link_btn img {
    position: absolute;
    top: 2.7vw;
    right: 1.3vw;
    width: 16.6vw;
  }
  .sec02 .cont02 {
    padding: 13.3vw 5.5vw;
  }
  .sec02 .cont02 .cont_upper {
    display: block;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont02 .textbox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13.8vw;
  }
  .sec02 .cont02 .link_flex {
    display: block;
    justify-content: center;
  }
  .sec02 .cont02 .link_btn {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont02 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.5vw 2.7vw 5.5vw 26vw;
    box-sizing: border-box;
    background: rgba(225, 214, 194, 0.48);
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sec02 .cont02 .link_btn a .color {
    font-family: "noto sans jp", sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    color: #7f97b0;
  }
  .sec02 .cont02 .link_btn a img {
    position: absolute;
    top: auto;
    bottom: 1.3vw;
    right: 1.3vw;
    width: 18.1vw;
    height: 2.9vw;
    -o-object-fit: contain;
       object-fit: contain;
    padding-left: 0;
  }
  .sec02 .cont02 .link_btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec02 .cont02 .link_btn:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    bottom: 0;
    width: 20vw;
    height: 22.7vw;
    background: url(../images02/index/btn_whitening.png) center/contain no-repeat;
  }
  .sec02 .cont02 .link_btn:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 24vw;
    height: 21.7vw;
    background: url(../images02/index/btn_beauty.png) center/contain no-repeat;
  }
  .sec02 .cont03 {
    position: relative;
    padding: 13.3vw 0;
  }
  .sec02 .cont03 .cont_upper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 8vw;
  }
  .sec02 .cont03 .cont_upper:before {
    display: none;
  }
  .sec02 .cont03 .cont_upper .cont_image {
    position: relative;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont03 .cont_upper .cont_image:before {
    display: none;
  }
  .sec02 .cont03 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont03 .cont_middle {
    position: relative;
    margin-bottom: 8vw;
  }
  .sec02 .cont03 .slider {
    margin-bottom: 2.7vw;
  }
  .sec02 .cont03 .feature_list {
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .sec02 .cont03 .feature_item {
    display: block;
    height: auto;
    padding: 1.3vw 0;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec02 .cont03 .feature_item .small {
    display: inline-block;
    font-family: "noto sans jp", sans-serif;
    font-size: 3vw;
  }
  .sec02 .cont03 .feature_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec02 .cont03 .feature_item:nth-of-type(1) {
    width: 31.4vw;
    margin-right: 1.3vw;
    margin-bottom: 1.3vw;
    background: rgba(142, 165, 0, 0.78);
  }
  .sec02 .cont03 .feature_item:nth-of-type(2) {
    width: 31.4vw;
    margin-right: 1.3vw;
    margin-bottom: 1.3vw;
    background: rgba(178, 128, 103, 0.78);
  }
  .sec02 .cont03 .feature_item:nth-of-type(3) {
    width: 31.4vw;
    margin-bottom: 1.3vw;
    background: rgba(141, 130, 161, 0.78);
  }
  .sec02 .cont03 .feature_item:nth-of-type(3) .small {
    margin-top: 0;
    margin-bottom: 2.7vw;
  }
  .sec02 .cont03 .feature_item:nth-of-type(4) {
    width: 47.7vw;
    margin-right: 1.3vw;
    background: rgba(213, 189, 89, 0.78);
  }
  .sec02 .cont03 .feature_item:nth-of-type(4) .small {
    margin-bottom: 2.7vw;
  }
  .sec02 .cont03 .feature_item:nth-of-type(5) {
    width: 47.7vw;
    background: rgba(121, 161, 208, 0.78);
  }
  .sec02 .cont03 .feature_item:nth-of-type(5) .small {
    margin-bottom: 2.7vw;
  }
  .sec02 .cont03 .cont_lower {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 13.3vw 5.5vw;
    background: rgba(192, 137, 134, 0.19);
  }
  .sec02 .cont03 .cont_lower:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 16vw;
    width: 28.8vw;
    height: 32.5vw;
    background: url(../images02/index/illust_mother.png) center/contain no-repeat;
  }
  .sec02 .cont03 .cont_lower .lower_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sec02 .cont03 .cont_lower .flexbox {
    display: block;
  }
  .sec02 .cont03 .cont_lower .cont_image {
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont03 .cont_lower .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont03 .cont_lower .list:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -50px;
    top: -150px;
    width: 192px;
    height: 142px;
    background: url(../images02/index/kazari01.png) center/contain no-repeat;
  }
  .sec02 .cont03 .cont_lower .item {
    width: 42vw;
    padding: 2.7vw;
    box-sizing: border-box;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  .sec02 .cont03 .cont_lower .item:nth-child(n-3) {
    margin-bottom: 2.7vw;
  }
  .sec02 .cont03 .cont_lower .item_image {
    margin: 0 auto 2.7vw;
  }
  .sec02 .cont03 .cont_lower .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec02 .cont03 .cont_lower .item:nth-of-type(1) .item_image {
    width: 27.7vw;
    height: 21.3vw;
  }
  .sec02 .cont03 .cont_lower .item:nth-of-type(2) .item_image {
    width: 21.3vw;
    height: 21.3vw;
  }
  .sec02 .cont03 .cont_lower .item:nth-of-type(3) .item_image {
    width: 17vw;
    height: 17vw;
  }
  .sec02 .cont03 .cont_lower .item:nth-of-type(4) .item_image {
    width: 18vw;
    height: 17vw;
  }
  .sec02 .cont03 .cont_lower .item_title {
    margin-bottom: 2.7vw;
    font-family: "noto serif jp", serif;
    font-size: 3.4vw;
    font-weight: 500;
  }
  .sec02 .cont03 .cont_lower .item_text {
    font-size: 3.4vw;
  }
  .sec02 .cont03 .link_btn {
    width: 80vw;
    margin: -5.5vw auto;
    text-align: center;
  }
  .sec02 .cont03 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #543b14;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 500;
    color: #fff;
  }
  .sec02 .cont03 .link_btn a img {
    position: absolute;
    top: 4vw;
    right: 5.5vw;
    width: 10.6vw;
    padding-left: 0;
  }
  .sec02 .cont04_05box {
    padding: 13.3vw 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .cont04_05box .cont_inner {
    display: block;
    justify-content: space-between;
  }
  .sec02 .cont04_05box .cont04 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13.3vw;
  }
  .sec02 .cont04_05box .cont05 {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont04_05box .cont05 .cont_imagebox {
    position: relative;
  }
  .sec02 .cont04_05box .cont05 .image_text {
    position: absolute;
    bottom: 0;
    width: 50%;
    padding: 1.3vw;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  .sec02 .cont04_05box .cont05 .image_text .small {
    font-family: "noto sans jp", sans-serif;
    font-size: 3.4vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec02 .cont04_05box .cont05 .image_text:before {
    content: "";
    position: absolute;
    left: 2.7vw;
    top: 1.3vw;
    width: calc(100% - 5.5vw);
    height: calc(100% - 2.7vw);
    border: 1px solid #fff;
  }
  .sec02 .cont04_05box .cont05 .image_text:nth-of-type(1) {
    left: 0;
    background: rgba(52, 109, 228, 0.58);
  }
  .sec02 .cont04_05box .cont05 .image_text:nth-of-type(2) {
    right: 0;
    background: rgba(66, 128, 157, 0.58);
  }
  .sec02 .cont04_05box .cont_image {
    margin-bottom: 5.5vw;
  }
}

.sec03 {
  background: rgba(225, 214, 194, 0.3);
}
.sec03 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 200px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec03 .inner:before {
  content: "";
  position: absolute;
  left: 630px;
  top: 80px;
  width: 279px;
  height: 243px;
  background: url(../images02/index/logo01.png) center/contain no-repeat;
}
.sec03 .sec_header {
  position: relative;
  margin-bottom: 50px;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 523px;
  height: 68px;
  background: url(../images02/index/text_medical.png) center/contain no-repeat;
}
.sec03 .sec_title {
  position: relative;
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 81px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec03 .cont {
  padding: 0 20px;
  box-sizing: border-box;
}
.sec03 .cont_header {
  display: flex;
  align-items: center;
}
.sec03 .cont_icon {
  margin-right: 20px;
}
.sec03 .header_title {
  position: relative;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec03 .cont_title {
  position: relative;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec03 .cont_text {
  line-height: 2;
  text-align: justify;
}
.sec03 .cont.sp {
  display: none;
}
.sec03 .cont01 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  border-bottom: 1px solid #503c1b;
}
.sec03 .cont01 .textbox {
  width: 450px;
  max-width: 48%;
}
.sec03 .cont01 .cont_header {
  margin-bottom: 30px;
}
.sec03 .cont01 .header_title {
  position: relative;
  padding-top: 30px;
}
.sec03 .cont01 .header_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 17px;
  background: url(../images02/index/text_care.png) center/contain no-repeat;
}
.sec03 .cont01 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont01 .imagebox {
  position: relative;
  width: 657px;
  height: 438px;
}
.sec03 .cont01 .image_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  height: 170px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec03 .cont01 .image_circle .text01 {
  margin-bottom: 10px;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec03 .cont01 .image_circle .text02 {
  font-size: 14px;
  color: #fff;
}
.sec03 .cont01 .image_circle01 {
  position: absolute;
  left: 20px;
  bottom: -90px;
  background: #c79d8b;
}
.sec03 .cont01 .image_circle01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  width: 130px;
  height: 87px;
  margin: 0 auto;
  background: url(../images02/index/circle01.png) center/contain no-repeat;
}
.sec03 .cont01 .image_circle02 {
  position: absolute;
  left: 200px;
  bottom: -90px;
  background: #7f97b0;
}
.sec03 .cont01 .image_circle02:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 20px;
  width: 108px;
  height: 134px;
  margin: 0 auto;
  background: url(../images02/index/circle02.png) center/contain no-repeat;
}
.sec03 .cont01 .image_circle03 {
  position: absolute;
  left: 430px;
  bottom: -90px;
  background: #7ea39a;
}
.sec03 .cont01 .image_circle03:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  width: 93px;
  height: 162px;
  margin: 0 auto;
  background: url(../images02/index/circle03.png) center/contain no-repeat;
}
.sec03 .cont01 .link_btn {
  width: 330px;
  margin: 0 auto;
}
.sec03 .cont01 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #c58075;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec03 .cont01 .link_btn a img {
  position: absolute;
  right: 30px;
  top: 20px;
}
.sec03 .cont02_03 {
  padding: 30px 20px 0;
}
.sec03 .cont02_03 .cont_header {
  margin-bottom: 50px;
}
.sec03 .cont02_03 .header_title {
  position: relative;
  padding-top: 30px;
}
.sec03 .cont02_03 .header_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  height: 17px;
  background: url(../images02/index/text_beauty.png) center/contain no-repeat;
}
.sec03 .cont02_03 .cont_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec03 .cont02_03 .cont_flex:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #503c1b;
}
.sec03 .cont02_03 .cont {
  width: 590px;
  max-width: 48%;
  padding-bottom: 50px;
  border-bottom: 1px solid #503c1b;
}
.sec03 .cont02_03 .cont_image {
  margin-bottom: 20px;
  text-align: center;
}
.sec03 .cont02_03 .cont_title {
  margin-bottom: 30px;
  color: #7f97b0;
  text-align: center;
}
.sec03 .cont02_03 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont02_03 .link_btn {
  width: 260px;
  height: 55px;
  margin: 0 auto;
}
.sec03 .cont02_03 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-sizing: border-box;
  background: #7f97b0;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec03 .cont02_03 .link_btn a .small {
  font-family: "noto sans jp", sans-serif;
  font-size: 13px;
}
.sec03 .cont02_03 .link_btn a img {
  position: absolute;
  right: 30px;
  top: 20px;
}
.sec03 .cont02_03 .link_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .cont02_03 .cont02.pc {
  display: flex;
  flex-direction: column;
}
.sec03 .cont02_03 .cont02.pc .link_btn {
  height: 55px;
  margin: auto auto 0;
}
.sec03 .cont02_03 .cont02.pc .link_btn a {
  padding-top: 15px;
  padding-left: 15px;
}
.sec03 .cont02_03 .cont02.pc .link_btn img {
  right: 5px;
}
.sec03 .cont02_03 .cont03.pc {
  display: flex;
  flex-direction: column;
}
.sec03 .cont02_03 .cont03.pc .link_btn {
  height: 55px;
  margin: auto auto 0;
}
.sec03 .cont02_03 .cont03.pc .link_btn a {
  padding-top: 15px;
  padding-left: 30px;
}
.sec03 .cont04_09 {
  padding: 30px 20px 0;
}
.sec03 .cont04_09 .cont.sp {
  display: none;
}
.sec03 .cont04_09 .cont_header {
  margin-bottom: 50px;
}
.sec03 .cont04_09 .header_title {
  position: relative;
  padding-top: 30px;
}
.sec03 .cont04_09 .header_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 199px;
  height: 17px;
  background: url(../images02/index/text_treatment.png) center/contain no-repeat;
}
.sec03 .cont04_09 .cont_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .cont04_09 .cont {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.sec03 .cont04_09 .cont04, .sec03 .cont04_09 .cont05, .sec03 .cont04_09 .cont07, .sec03 .cont04_09 .cont08 {
  border-right: 1px solid #503c1b;
}
.sec03 .cont04_09 .cont_image {
  margin-bottom: 20px;
  text-align: center;
}
.sec03 .cont04_09 .cont_title {
  margin-bottom: 30px;
  color: #77a336;
  text-align: center;
}
.sec03 .cont04_09 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont04_09 .link_btn {
  width: 270px;
  max-width: 100%;
  height: 55px;
  margin: auto auto 0;
}
.sec03 .cont04_09 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #77a336;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec03 .cont04_09 .link_btn a .small {
  font-family: "noto sans jp", sans-serif;
  font-size: 13px;
}
.sec03 .cont04_09 .link_btn a img {
  position: absolute;
  right: 10px;
  top: 20px;
}
.sec03 .cont10 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.sec03 .cont10 .textbox {
  width: 580px;
  max-width: 48%;
}
.sec03 .cont10 .cont_header {
  margin-bottom: 50px;
}
.sec03 .cont10 .header_title {
  color: #77a336;
}
.sec03 .cont10 .header_title .small {
  display: block;
  font-size: 16px;
}
.sec03 .cont10 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont10 .link_btn {
  width: 330px;
  height: 55px;
  margin: auto auto 0;
}
.sec03 .cont10 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #77a336;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sec03 .cont10 .link_btn a .small {
  font-family: "noto sans jp", sans-serif;
  font-size: 13px;
}
.sec03 .cont10 .link_btn a img {
  position: absolute;
  right: 10px;
  top: 20px;
}
.sec03 .cont10 .imagebox {
  position: relative;
}
.sec03 .cont10 .image_text {
  position: absolute;
  top: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  font-family: "noto serif jp", serif;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}
.sec03 .cont10 .image_text .small {
  font-size: 18px;
  font-weight: 500;
}
.sec03 .cont10 .image_text:nth-of-type(1) {
  right: 180px;
  background: rgba(205, 182, 70, 0.83);
}
.sec03 .cont10 .image_text:nth-of-type(2) {
  right: 50px;
  background: rgba(126, 163, 154, 0.83);
}
@media screen and (max-width: 1270px) and (min-width: 768px) {
  .sec03 .inner:before {
    left: 60vw;
    top: 120px;
    width: 26vw;
    height: 22.6vw;
  }
  .sec03 .sec_header:before {
    width: 45.5vw;
  }
  .sec03 .sec_title {
    font-size: 7.8vw;
  }
  .sec03 .cont_icon {
    width: 80px;
  }
  .sec03 .cont_icon img {
    width: 100%;
  }
  .sec03 .header_title {
    font-size: 3.2vw;
  }
  .sec03 .cont_title {
    font-size: 3.2vw;
  }
  .sec03 .cont01 .textbox {
    margin-right: 20px;
  }
  .sec03 .cont01 .image_circle01 {
    bottom: 100px;
  }
  .sec03 .cont01 .image_circle02 {
    bottom: 100px;
  }
  .sec03 .cont01 .image_circle02:before {
    right: 0;
    top: 130px;
  }
  .sec03 .cont01 .image_circle03 {
    left: 100px;
    bottom: -70px;
  }
  .sec03 .cont02_03 {
    padding: 30px 0 0;
  }
  .sec03 .cont04_09 {
    padding: 30px 0 0;
  }
  .sec03 .cont04_09 .link_btn a {
    padding: 15px 10px;
    font-size: 14px;
  }
  .sec03 .cont04_09 .link_btn img {
    top: 15px;
    right: 0px;
  }
  .sec03 .cont10 .textbox {
    margin-right: 20px;
  }
  .sec03 .cont10 .image_text {
    top: 24.7vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: rgba(225, 214, 194, 0.3);
  }
  .sec03 .inner {
    position: relative;
    width: 1280px;
    max-width: 100%;
    padding: 74.6vw 2.7vw 15vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8vw;
    width: 50vw;
    height: 43.4vw;
    margin: 0 auto;
    background: url(../images02/index/logo01.png) center/contain no-repeat;
  }
  .sec03 .sec_header {
    position: relative;
    margin-bottom: 13.3vw;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16vw;
    width: 84.8vw;
    height: 10.9vw;
    margin: 0 auto;
    background: url(../images02/index/text_medical.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 12.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec03 .cont {
    padding: 0;
    box-sizing: border-box;
  }
  .sec03 .cont_header {
    display: flex;
    align-items: center;
  }
  .sec03 .cont_icon {
    width: 25vw;
    margin-right: 2.7vw;
  }
  .sec03 .cont_icon img {
    width: 100%;
  }
  .sec03 .header_title {
    padding-top: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .sec03 .header_text {
    font-size: 4.4vw;
  }
  .sec03 .cont_title {
    position: relative;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec03 .cont_text {
    padding: 0 2.7vw 13.8vw;
    line-height: 2;
    text-align: justify;
    font-size: 3.7vw;
  }
  .sec03 .cont.pc {
    display: none;
  }
  .sec03 .cont.sp {
    display: block;
  }
  .sec03 .cont.sp a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(214, 214, 142, 0.75);
  }
  .sec03 .cont.sp a:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-right: 10px solid #c48075;
    border-bottom: 10px solid #c48075;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .sec03 .cont01 {
    display: block;
    justify-content: space-between;
    padding-bottom: 8vw;
    border-bottom: 1px solid #503c1b;
  }
  .sec03 .cont01 .cont_header {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .header_title {
    position: relative;
    padding-top: 5.5vw;
  }
  .sec03 .cont01 .header_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18.9vw;
    height: 3.7vw;
    background: url(../images02/index/text_care.png) center/contain no-repeat;
  }
  .sec03 .cont01 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .cont01 .cont_text {
    margin-bottom: 0;
  }
  .sec03 .cont01 .imagebox {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 18vw;
  }
  .sec03 .cont01 .cont_image img {
    width: 100%;
  }
  .sec03 .cont01 .image_circle {
    display: block;
    width: 33.6vw;
    height: 33.6vw;
    padding-top: 8vw;
    padding-left: 0;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .sec03 .cont01 .image_circle .text01 {
    margin-bottom: 1.3vw;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont01 .image_circle .text02 {
    font-size: 3vw;
    text-align: center;
    color: #fff;
  }
  .sec03 .cont01 .image_circle01 {
    position: absolute;
    left: -2.7vw;
    bottom: -16vw;
    background: #c79d8b;
  }
  .sec03 .cont01 .image_circle01:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8vw;
    width: 27vw;
    height: 16vw;
    margin: 0 auto;
    background: url(../images02/index/circle01.png) center/contain no-repeat;
  }
  .sec03 .cont01 .image_circle02 {
    position: absolute;
    left: 30vw;
    bottom: -16vw;
    background: #7f97b0;
  }
  .sec03 .cont01 .image_circle02:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -12vw;
    width: 15vw;
    height: 18.5vw;
    margin: 0 auto;
    background: url(../images02/index/circle02.png) center/contain no-repeat;
  }
  .sec03 .cont01 .image_circle03 {
    position: absolute;
    left: auto;
    right: -2.7vw;
    bottom: -16vw;
    background: #7ea39a;
  }
  .sec03 .cont01 .image_circle03:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -10vw;
    width: 9.6vw;
    height: 17.3vw;
    margin: 0 auto;
    background: url(../images02/index/circle03.png) center/contain no-repeat;
  }
  .sec03 .cont02_03 {
    padding: 8vw 0 0;
    border-bottom: 1px solid #503c1b;
  }
  .sec03 .cont02_03 .cont.pc {
    display: none;
  }
  .sec03 .cont02_03 .cont.sp a:before {
    border-right: 10px solid #7f96af;
    border-bottom: 10px solid #7f96af;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .sec03 .cont02_03 .cont_header {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02_03 .header_title {
    position: relative;
    padding-top: 5.5vw;
    font-size: 8vw;
  }
  .sec03 .cont02_03 .header_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 27.7vw;
    height: 3.7vw;
    background: url(../images02/index/text_beauty.png) center/contain no-repeat;
  }
  .sec03 .cont02_03 .cont_flex {
    position: relative;
    display: block;
  }
  .sec03 .cont02_03 .cont_flex:before {
    display: none;
  }
  .sec03 .cont02_03 .cont {
    width: 100%;
    max-width: 100%;
    padding-bottom: 8vw;
    border-bottom: none;
  }
  .sec03 .cont02_03 .cont_image {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec03 .cont02_03 .cont_image img {
    width: 100%;
  }
  .sec03 .cont02_03 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 8vw;
    color: #7f97b0;
    text-align: center;
  }
  .sec03 .cont02_03 .cont_text {
    margin-bottom: 30px;
  }
  .sec03 .cont02_03 .link_btn {
    width: 88vw;
    height: auto;
    margin: 0 auto;
  }
  .sec03 .cont02_03 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    box-sizing: border-box;
    background: #7f97b0;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
  }
  .sec03 .cont02_03 .link_btn a .small {
    font-family: "noto sans jp", sans-serif;
    font-size: 3.4vw;
  }
  .sec03 .cont02_03 .link_btn a img {
    position: absolute;
    right: 2.7vw;
    top: 5.5vw;
    width: 8vw;
  }
  .sec03 .cont04_09 {
    padding: 8vw 0 0;
  }
  .sec03 .cont04_09 .cont.sp {
    display: block;
  }
  .sec03 .cont04_09 .cont.sp a:before {
    border-right: 10px solid #77a236;
    border-bottom: 10px solid #77a236;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .sec03 .cont04_09 .cont_header {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont04_09 .header_title {
    position: relative;
    padding-top: 5.5vw;
    font-size: 8vw;
  }
  .sec03 .cont04_09 .header_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 43.3vw;
    height: 3.7vw;
    background: url(../images02/index/text_treatment.png) center/contain no-repeat;
  }
  .sec03 .cont04_09 .cont_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont04_09 .cont.pc {
    display: none;
  }
  .sec03 .cont04_09 .cont {
    display: block;
    width: 100%;
    padding-bottom: 8vw;
    border-bottom: none;
    margin-bottom: 8vw;
  }
  .sec03 .cont04_09 .cont:not(:nth-child(3n)) {
    border-right: none;
  }
  .sec03 .cont04_09 .cont_image {
    width: 100%;
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec03 .cont04_09 .cont_image img {
    width: 100%;
  }
  .sec03 .cont04_09 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 8vw;
    color: #77a336;
    text-align: center;
  }
  .sec03 .cont04_09 .cont_text {
    margin-bottom: 8vw;
  }
  .sec03 .cont10.sp {
    display: block;
    padding: 0;
  }
  .sec03 .cont10.sp a:before {
    border-right: 10px solid #77a236;
    border-bottom: 10px solid #77a236;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .sec03 .cont10.sp .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .cont10.sp .cont_header {
    display: block;
    margin-bottom: 8vw;
    text-align: center;
  }
  .sec03 .cont10.sp .cont_icon {
    width: 13.3vw;
    height: 13.3vw;
  }
  .sec03 .cont10.sp .cont_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont10.sp .header_title {
    font-size: 8vw;
    color: #77a336;
  }
  .sec03 .cont10.sp .header_title .small {
    display: block;
    font-size: 4vw;
  }
  .sec03 .cont10.sp .cont_text {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont10.sp .imagebox {
    position: relative;
    margin-bottom: 21.8vw;
  }
  .sec03 .cont10.sp .imagebox:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 59vw;
    width: 10.4vw;
    height: 18.1vw;
    margin: 0 auto;
    background: url(../images02/index/icon_implant_sp.png) center/contain no-repeat;
  }
  .sec03 .cont10.sp .cont_image img {
    width: 100%;
  }
  .sec03 .cont10.sp .image_text {
    position: absolute;
    top: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36.8vw;
    height: 36.8vw;
    border-radius: 50%;
    font-family: "noto serif jp", serif;
    font-size: 9vw;
    font-weight: 500;
    color: #fff;
  }
  .sec03 .cont10.sp .image_text .small {
    font-size: 4.4vw;
    font-weight: 500;
  }
  .sec03 .cont10.sp .image_text:nth-of-type(1) {
    left: 12vw;
    background: rgba(205, 182, 70, 0.83);
  }
  .sec03 .cont10.sp .image_text:nth-of-type(2) {
    right: 12vw;
    background: rgba(126, 163, 154, 0.83);
  }
}

.sec04 {
  width: 1200px;
  max-width: 100%;
  padding: 120px 20px 200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec04 .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec04 .textbox {
  width: 660px;
  margin-right: 20px;
}
.sec04 .sec_title {
  position: relative;
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
}
.sec04 .sec_text {
  line-height: 2;
}
.sec04 .imagebox {
  position: relative;
  width: 432px;
  max-width: 50%;
}
.sec04 .sec_image {
  position: relative;
  margin-bottom: 20px;
}
.sec04 .sec_image:before {
  content: "MASAO NAKAYAMA";
  position: absolute;
  right: 5px;
  bottom: 20px;
  transform: rotate(-180deg);
  font-family: "noto serif jp", serif;
  font-size: 37px;
  font-weight: 600;
  color: #a7b931;
  writing-mode: vertical-lr;
}
.sec04 .image_text {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.sec04 .link_btn {
  width: 330px;
  margin: 0 auto;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 50px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #543b14;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.sec04 .link_btn a img {
  position: absolute;
  right: 50px;
  top: 20px;
}
.sec04 .box {
  position: relative;
  padding: 50px 100px;
  background: #79ba50;
  color: #fff;
}
.sec04 .box:before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 279px;
  height: 243px;
  background: url(../images02/index/logo02.png) center/contain no-repeat;
}
.sec04 .box_flex {
  display: flex;
  justify-content: space-between;
}
.sec04 .left {
  position: relative;
  width: 48%;
}
.sec04 .left:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 50%;
  height: 1px;
  background: #fff;
}
.sec04 .right {
  position: relative;
  width: 40%;
}
.sec04 .right:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 50%;
  height: 1px;
  background: #fff;
}
.sec04 .list_title {
  margin-bottom: 30px;
  font-size: 22px;
}
.sec04 .row {
  display: flex;
  margin-bottom: 10px;
}
.sec04 .term {
  min-width: 150px;
}
.sec04 .item {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .sec04 .sec_title {
    font-size: 3.3vw;
  }
  .sec04 .sec_image:before {
    font-size: 3.5vw;
  }
  .sec04 .box {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    width: 1200px;
    max-width: 100%;
    padding: 13.8vw 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .flexbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec04 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .sec_title {
    position: relative;
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 9vw;
    font-weight: 600;
  }
  .sec04 .sec_text {
    font-size: 3.7vw;
    line-height: 2;
  }
  .sec04 .imagebox {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_image {
    position: relative;
    width: 100%;
    margin: 0 auto 5.5vw;
  }
  .sec04 .sec_image:before {
    content: "MASAO NAKAYAMA";
    position: absolute;
    right: 1.3vw;
    bottom: 5.5vw;
    transform: rotate(-180deg);
    font-family: "noto serif jp", serif;
    font-size: 7.4vw;
    font-weight: 600;
    color: #a7b931;
    writing-mode: vertical-lr;
  }
  .sec04 .sec_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .image_text {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 6.6vw;
    font-weight: 600;
    text-align: center;
  }
  .sec04 .link_btn {
    width: 90vw;
    margin: 0 auto 8vw;
  }
  .sec04 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #543b14;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .sec04 .link_btn a img {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec04 .box {
    position: relative;
    padding: 10.6vw 5.5vw;
    box-sizing: border-box;
    background: #79ba50;
    color: #fff;
  }
  .sec04 .box:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13.8vw;
    width: 40vw;
    height: 34.8vw;
    background: url(../images02/index/logo02.png) center/contain no-repeat;
  }
  .sec04 .box_flex {
    display: block;
    justify-content: space-between;
  }
  .sec04 .left {
    position: relative;
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec04 .left:before {
    content: "";
    position: absolute;
    top: 4vw;
    right: 0;
    width: 50%;
    height: 1px;
    background: #fff;
  }
  .sec04 .right {
    position: relative;
    width: 100%;
  }
  .sec04 .right:before {
    content: "";
    position: absolute;
    top: 4vw;
    right: 0;
    width: 50%;
    height: 1px;
    background: #fff;
  }
  .sec04 .list_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec04 .row {
    display: block;
    margin-bottom: 2.7vw;
  }
  .sec04 .term {
    min-width: auto;
    font-size: 4vw;
  }
  .sec04 .desc {
    font-size: 4vw;
  }
  .sec04 .item {
    margin-bottom: 2.7vw;
    font-size: 4vw;
  }
}/*# sourceMappingURL=style03.css.map */