@charset "UTF-8";
.inner {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.key {
  position: relative;
  height: 800px;
  box-sizing: border-box;
  overflow: hidden;
}
.key:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 0;
  width: 207px;
  height: 257px;
  background: url(../images/index/key01_kazari01.png) center/contain no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 0px;
  width: 275px;
  height: 454px;
  background: url(../images/index/key01_kazari02.png) center/contain no-repeat;
}
.key .cont {
  position: relative;
  width: 100%;
  height: 800px;
}
.key .cont .bg_curve {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.8vw;
  background: url(../images/common/bg_curve.png) center/cover no-repeat;
}
.key .key_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 800px;
}
.key .cont01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont01 .key_bg {
  background: url(../images/index/key_bg01.jpg) center/cover no-repeat;
}
.key .cont01 .key_text {
  position: relative;
  z-index: 5;
  text-align: center;
}
.key .cont02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont02 .key_bg {
  background: url(../images/index/key_bg02.jpg) center/cover no-repeat;
}
.key .cont02 .key_text {
  position: relative;
  z-index: 5;
  text-align: center;
}
.key .cont03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.key .cont03 .key_bg {
  background: url(../images/index/key_bg03.jpg) center/cover no-repeat;
}
.key .cont03 .key_text {
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .key:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: -20px;
    bottom: -20px;
    width: 207px;
    height: 257px;
    background: url(../images/index/key01_kazari01.png) center/70% no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    z-index: 3;
    right: -20px;
    bottom: -20px;
    width: 275px;
    height: 454px;
    background: url(../images/index/key01_kazari02.png) center/70% no-repeat;
  }
  .key .cont01 .key_bg {
    background: url(../images/index/key_bg01.jpg) left center/cover no-repeat;
  }
  .key .cont01 .key_text {
    width: 60%;
    margin: 0 auto;
  }
  .key .cont02 .key_bg {
    background: url(../images/index/key_bg02.jpg) left center/cover no-repeat;
  }
  .key .cont02 .key_text {
    width: 60%;
    margin: 0 auto;
  }
  .key .cont03 .key_bg {
    background: url(../images/index/key_bg03.jpg) right 30% center/cover no-repeat;
  }
  .key .cont03 .key_text {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .key {
    position: relative;
    height: 117.3vw;
    box-sizing: border-box;
    overflow: visible;
  }
  .key:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 1.3vw;
    bottom: 0;
    width: 21.3vw;
    height: 26.4vw;
    background: url(../images/index/key01_kazari01.png) center/contain no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 1.3vw;
    bottom: -13.8vw;
    width: 27.7vw;
    height: 45.7vw;
    background: url(../images/index/key01_kazari02.png) center/contain no-repeat;
  }
  .key .cont {
    position: relative;
    width: 100%;
    height: 117.3vw;
  }
  .key .cont .bg_curve {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8vw;
    background: url(../images/common/bg_curve.png) center/cover no-repeat;
  }
  .key .key_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 117.3vw;
  }
  .key .cont01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont01 .key_bg {
    background: url(../images/index/sp_key_bg01.jpg) center/cover no-repeat;
  }
  .key .cont01 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 76%;
    margin: 0 auto;
  }
  .key .cont02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont02 .key_bg {
    background: url(../images/index/sp_key_bg02.jpg) center/cover no-repeat;
  }
  .key .cont02 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 76%;
    margin: 0 auto;
  }
  .key .cont03 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key .cont03 .key_bg {
    background: url(../images/index/sp_key_bg03.jpg) center/cover no-repeat;
  }
  .key .cont03 .key_text {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 76%;
    margin: 0 auto;
  }
}

.banner_sec {
  padding: 80px 20px;
  background: #fff7f3;
}
.banner_sec .event_banner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner_sec {
    padding: 13.8vw 5.5vw;
  }
  .banner_sec .event_banner {
    width: 100%;
  }
  .banner_sec .event_banner img {
    width: 100%;
  }
}

.sec01 {
  background: #fff7f3;
  overflow: hidden;
}
.sec01 .inner {
  padding: 100px 20px;
}
.sec01 .sec_title {
  text-align: center;
}
.sec01 .sec_image {
  margin-bottom: 50px;
  text-align: center;
}
.sec01 .sec_text {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .kazari01 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 355px;
  height: 376px;
  background: url(../images/index/kazari01.png) center/contain no-repeat;
}
.sec01 .kazari02 {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 355px;
  height: 376px;
  background: url(../images/index/kazari02.png) center/contain no-repeat;
}
.sec01 .kazari03 {
  position: absolute;
  left: 280px;
  top: 350px;
  width: 179px;
  height: 208px;
  background: url(../images/index/kazari03.png) center/contain no-repeat;
}
.sec01 .kazari04 {
  position: absolute;
  right: 280px;
  bottom: 350px;
  width: 187px;
  height: 220px;
  background: url(../images/index/kazari04.png) center/contain no-repeat;
}
@media screen and (max-width: 1450px) and (min-width: 1251px) {
  .sec01 .kazari01 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 250px;
  }
  .sec01 .kazari02 {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 255px;
  }
  .sec01 .kazari03 {
    position: absolute;
    left: 180px;
    top: 350px;
    width: 120px;
  }
  .sec01 .kazari04 {
    position: absolute;
    right: 180px;
    bottom: 350px;
    width: 120px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .sec01 .kazari01 {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 19.5vw;
  }
  .sec01 .kazari02 {
    position: absolute;
    right: -30px;
    bottom: -120px;
    width: 17.5vw;
  }
  .sec01 .kazari03 {
    position: absolute;
    left: 70px;
    top: 300px;
    width: 11.7vw;
  }
  .sec01 .kazari04 {
    position: absolute;
    right: 40px;
    bottom: 450px;
    width: 13vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    padding: 13.8vw 5.5vw;
  }
  .sec01 .sec_image {
    width: 77vw;
    margin: 0 auto 5.5vw;
  }
  .sec01 .sec_image img {
    width: 100%;
  }
  .sec01 .kazari01 {
    display: none;
  }
  .sec01 .kazari02 {
    display: none;
  }
  .sec01 .kazari03 {
    left: 2.7vw;
    top: 15vw;
    width: 12.8vw;
    height: 13vw;
  }
  .sec01 .kazari04 {
    right: 2.7vw;
    top: 15vw;
    width: 12.2vw;
    height: 14.4vw;
  }
}

.blog_sec {
  padding: 130px 0 100px;
}
.blog_sec .inner {
  width: 1180px;
  margin: 0 auto;
}
.blog_sec .sec_title {
  position: relative;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.blog_sec .sec_title:before {
  position: absolute;
  content: "NEWS & BLOG";
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.blog_sec .sec_title:after {
  position: absolute;
  content: "";
  right: -60px;
  top: -20px;
  width: 116px;
  height: 105px;
  margin: auto 0;
  background: url(../images/index/logo02.png) center/contain no-repeat;
}
.blog_sec .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 60px;
}
.blog_sec .item {
  width: 250px;
  margin: 0 10px 20px;
}
.blog_sec .item_image {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background: #ddd;
}
.blog_sec .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_sec .textbox {
  position: relative;
  padding-left: 26px;
}
.blog_sec .textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: url(../images/index/border01.png) center/cover repeat;
}
.blog_sec .date {
  font-size: 15px;
  color: #02568E;
  letter-spacing: 0.1em;
}
.blog_sec .item_text {
  letter-spacing: 0.1em;
}
.blog_sec .btn {
  width: 475px;
  margin: 0 auto;
  background: #fff;
}
.blog_sec .btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background: #F1E8DF;
  font-size: 18px;
  letter-spacing: 0.2em;
  box-shadow: 5px 5px 0 rgba(195, 192, 163, 0.43);
}
.blog_sec .btn a:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 269px;
  height: 58px;
  background: url(../images/index/news_blog.png) center/contain no-repeat;
}
.blog_sec .btn a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto 0;
  background: url(../images/index/btn_arrow02.png) center/contain no-repeat;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .blog_sec .list {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .blog_sec {
    padding: 22.2vw 5.5vw;
    box-sizing: border-box;
  }
  .blog_sec .inner {
    width: 100%;
    margin: 0 auto;
  }
  .blog_sec .sec_title {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 27.7vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .blog_sec .sec_title:before {
    position: absolute;
    content: "NEWS & BLOG";
    left: 50%;
    bottom: -13.8vw;
    transform: translateX(-50%);
    width: 100%;
    font-size: 8.3vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .blog_sec .sec_title:after {
    position: absolute;
    content: "";
    right: 0;
    top: 8.5vw;
    width: 19.1vw;
    height: 17.5vw;
    margin: auto 0;
    background: url(../images/index/logo02.png) center/contain no-repeat;
  }
  .blog_sec .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 13.8vw;
  }
  .blog_sec .item {
    width: 41.6vw;
    margin: 0;
  }
  .blog_sec .item:nth-of-type(1),
  .blog_sec .item:nth-of-type(2) {
    margin-bottom: 11.1vw;
  }
  .blog_sec .item_image {
    width: 100%;
    height: 41.6vw;
    margin-bottom: 2.7vw;
    background: #eee;
  }
  .blog_sec .textbox {
    position: relative;
    padding-left: 5.5vw;
  }
  .blog_sec .textbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.7vw;
    height: 100%;
    background: url(../images/index/border01.png) center/cover repeat;
  }
  .blog_sec .date {
    font-size: 3.8vw;
    color: #02568E;
    letter-spacing: 0.1em;
  }
  .blog_sec .item_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .blog_sec .btn {
    width: 70vw;
    margin: 0 auto;
    background: #fff;
  }
  .blog_sec .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20vw;
    padding-top: 5.5vw;
    padding-bottom: 2.7vw;
    box-sizing: border-box;
    background: #F1E8DF;
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    box-shadow: 5px 5px 0 rgba(195, 192, 163, 0.43);
    text-align: center;
  }
  .blog_sec .btn a:before {
    content: "";
    position: absolute;
    left: -2.7vw;
    top: 0;
    width: 33.8vw;
    height: 7.2vw;
    background: url(../images/index/news_blog.png) center/contain no-repeat;
  }
  .blog_sec .btn a:after {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 2.7vw;
    bottom: 0;
    width: 5vw;
    height: 5vw;
    margin: auto 0;
    background: url(../images/index/btn_arrow02.png) center/contain no-repeat;
  }
}

.sec02 {
  position: relative;
  padding: 10vw 0 0;
  margin-bottom: 0;
}
.sec02:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 11vw;
  height: 11vw;
  margin: 0 auto;
  background: url(../images/index/logo04.png) center/contain no-repeat;
}
.sec02 .bg_curve {
  position: absolute;
  top: -10vw;
  right: 0;
  width: 100%;
  height: 27vw;
  margin: 0 auto;
  background: url(../images/index/bg_curve02.png) top center/100% no-repeat;
}
.sec02 .sec_upper {
  position: relative;
  padding: 50px 20px 100px;
  box-sizing: border-box;
  background: #dee6f2;
}
.sec02 .sec_header {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 150px;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 270px;
  height: 233px;
  background: url(../images/index/fishes01.png) center/contain no-repeat;
}
.sec02 .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 307px;
  height: 196px;
  background: url(../images/index/fishes02.png) center/contain no-repeat;
}
.sec02 .sec_title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec02 .cont01 {
  position: relative;
  width: 1360px;
  max-width: 100%;
  padding: 80px 80px 50px 120px;
  margin: 0 auto 200px;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont01 .cont_title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec02 .cont01 .cont_image {
  position: absolute;
  right: 30px;
  top: -30px;
}
.sec02 .cont01 .icon_image {
  position: relative;
  z-index: 2;
  margin-left: 50px;
  margin-bottom: 80px;
}
.sec02 .cont01 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02 .cont01 .cont_text {
  width: 660px;
  max-width: 60%;
  margin-right: 20px;
}
.sec02 .cont01 .cont_btn {
  width: 410px;
  min-width: 320px;
  height: 182px;
}
.sec02 .cont01 .cont_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: #467d9c;
  color: #fff;
}
.sec02 .cont01 .cont_btn .btn_text01 {
  width: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 2;
}
.sec02 .cont01 .cont_btn .btn_text02 {
  position: relative;
  padding: 10px 0 10px 20px;
  background: #5d91a8;
  font-size: 18px;
}
.sec02 .cont01 .cont_btn .btn_text02:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 10px;
  margin: auto 0;
  background: url(../images/index/arrow01.png) center/contain no-repeat;
}
.sec02 .cont01 .cont_btn .btn_image {
  position: absolute;
  right: 6px;
  bottom: 0;
}
.sec02 .cont02_03_flex {
  display: flex;
  justify-content: space-between;
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .cont02 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 670px;
  max-width: 49%;
  padding: 320px 30px 30px;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont02 .cont_image {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  width: 608px;
  max-width: 90%;
}
.sec02 .cont02 .cont_title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec02 .cont02 .fukidashi {
  position: absolute;
  right: 20px;
  top: 120px;
}
.sec02 .cont02 .cont_text {
  margin-bottom: 50px;
}
.sec02 .cont02 .link_btn {
  width: 410px;
  height: 60px;
  max-width: 100%;
  margin: auto auto 0;
}
.sec02 .cont02 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #467da9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec02 .cont02 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 37px;
  margin: auto 0;
  background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
}
.sec02 .cont03 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 670px;
  max-width: 49%;
  padding: 320px 30px 30px;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont03:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 380px;
  height: 88px;
  top: -88px;
  left: 0;
  background: url(../images/index/implant_text.png) center/contain no-repeat;
}
.sec02 .cont03 .cont_image {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  width: 608px;
  max-width: 90%;
}
.sec02 .cont03 .cont_title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec02 .cont03 .cont_image02 {
  position: absolute;
  right: 10px;
  top: 0;
}
.sec02 .cont03 .cont_text {
  margin-bottom: 50px;
}
.sec02 .cont03 .link_btn {
  width: 410px;
  height: 60px;
  max-width: 100%;
  margin: auto auto 0;
}
.sec02 .cont03 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #467da9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec02 .cont03 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 37px;
  margin: auto 0;
  background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
}
.sec02 .sec_lower {
  padding-top: 320px;
}
.sec02 .cont04 {
  position: relative;
  width: 1400px;
  max-width: 100%;
  padding: 500px 20px 50px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f3ebe1;
}
.sec02 .cont04:before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 270px;
  height: 125px;
  background: url(../images/index/kazari05.png) center/contain no-repeat;
}
.sec02 .cont04 .cont_title {
  position: absolute;
  z-index: 2;
  left: 70px;
  top: -200px;
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  writing-mode: vertical-rl;
}
.sec02 .cont04 .cont_image {
  position: absolute;
  right: 30px;
  top: -230px;
}
.sec02 .cont04 .for01 {
  position: relative;
  margin-bottom: 100px;
}
.sec02 .cont04 .for01 .textbox {
  display: flex;
  flex-direction: column;
}
.sec02 .cont04 .for01 .for_title {
  order: 3;
  position: relative;
  width: 680px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #467d9c;
}
.sec02 .cont04 .for01 .for_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 131px;
  height: 21px;
  background: url(../images/index/text_forall.png) center/contain no-repeat;
}
.sec02 .cont04 .for01 .for_title:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -100px;
  top: -80px;
  width: 154px;
  height: 174px;
  background: url(../images/index/illust_kids01.png) center/contain no-repeat;
}
.sec02 .cont04 .for01 .cont_text {
  width: 450px;
  max-width: 40%;
  margin-bottom: 50px;
}
.sec02 .cont04 .for01 .link_btn {
  width: 410px;
  height: 60px;
  max-width: 100%;
  margin-left: 20px;
  margin-bottom: 80px;
}
.sec02 .cont04 .for01 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #467da9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec02 .cont04 .for01 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 37px;
  margin: auto 0;
  background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
}
.sec02 .cont04 .for01 .imagesbox {
  position: absolute;
  right: 40px;
  top: 0;
  width: 750px;
}
.sec02 .cont04 .for01 .image_text {
  position: absolute;
  right: 30px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.sec02 .cont04 .for01 .image_text .small {
  padding-bottom: 10px;
  line-height: 1;
}
.sec02 .cont04 .for01 .image_text .large {
  font-size: 20px;
  font-weight: 600;
}
.sec02 .cont04 .for01 .image01box {
  position: absolute;
}
.sec02 .cont04 .for01 .image01box .image_text {
  right: -35px;
  top: -70px;
}
.sec02 .cont04 .for01 .image01box .image_text:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -20px;
  top: 80px;
  width: 43px;
  height: 50px;
  background: url(../images/index/kira01.png) center/contain no-repeat;
}
.sec02 .cont04 .for01 .image01box .image_text .large {
  color: #b0776a;
}
.sec02 .cont04 .for01 .image02box {
  position: absolute;
  right: 0;
  top: 150px;
}
.sec02 .cont04 .for01 .image02box .image_text {
  right: -35px;
  top: -140px;
}
.sec02 .cont04 .for01 .image02box .image_text .large {
  color: #6c92a7;
}
.sec02 .cont04 .for02 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
}
.sec02 .cont04 .for02 .textbox {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.sec02 .cont04 .for02 .for_title {
  order: 2;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #ff8c66;
}
.sec02 .cont04 .for02 .for_title:before {
  content: "";
  position: absolute;
  left: -280px;
  top: -60px;
  width: 265px;
  height: 138px;
  background: url(../images/index/illust_kids02.png) center/contain no-repeat;
}
.sec02 .cont04 .for02 .for_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: -30px;
  width: 200px;
  height: 21px;
  background: url(../images/index/text_forfamily.png) center/contain no-repeat;
}
.sec02 .cont04 .for02 .forfamily_list {
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin-top: 70px;
  margin-bottom: 100px;
}
.sec02 .cont04 .for02 .forfamily_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.sec02 .cont04 .for02 .forfamily_item .small {
  padding-bottom: 10px;
  line-height: 1;
}
.sec02 .cont04 .for02 .forfamily_item .large {
  font-size: 20px;
  font-weight: 600;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: -20px;
  top: -50px;
  width: 79px;
  height: 79px;
  background: url(../images/index/icon_babycar.png) center/contain no-repeat;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(1) .large {
  color: #bac45c;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(2):before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 67px;
  height: 71px;
  background: url(../images/index/icon_bear.png) center/contain no-repeat;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(2) .large {
  color: #349eab;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(3):before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  width: 87px;
  height: 81px;
  margin: 0 auto;
  background: url(../images/index/icon_family.png) center/contain no-repeat;
}
.sec02 .cont04 .for02 .forfamily_item:nth-of-type(3) .large {
  color: #bd6f61;
}
.sec02 .cont04 .for03 {
  display: flex;
  justify-content: space-between;
}
.sec02 .cont04 .for03 .textbox {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.sec02 .cont04 .for03 .forwoman_image02 {
  position: absolute;
  right: -60px;
  top: -60px;
}
.sec02 .cont04 .for03 .for_title {
  order: 2;
  position: relative;
  padding-left: 180px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #cd705d;
}
.sec02 .cont04 .for03 .for_title:before {
  content: "";
  position: absolute;
  left: 180px;
  top: -30px;
  width: 208px;
  height: 21px;
  background: url(../images/index/text_forwoman.png) center/contain no-repeat;
}
.sec02 .cont04 .for03 .for_title:after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 169px;
  height: 158px;
  background: url(../images/index/illust_woman.png) center/contain no-repeat;
}
.sec02 .cont04 .for03 .forwoman_list {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
}
.sec02 .cont04 .for03 .forwoman_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-weight: 600;
  color: #cd705d;
}
.sec02 .cont04 .for03 .forwoman_item:nth-of-type(1) {
  margin-right: 30px;
  font-size: 20px;
}
.sec02 .cont04 .for03 .forwoman_item:nth-of-type(2) {
  font-size: 26px;
}
.sec02 .slide_animation {
  position: relative;
  height: auto;
  padding: 100px 0 0;
}
@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0; /* 画像のマイナス幅 */
  }
}
.sec02 .slide_image {
  width: 100%;
  height: 444px;
  background-image: url(../images/index/slide_image01.png);
  background-size: contain;
  background-repeat: repeat-x;
  animation: loop 50s linear infinite;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .sec02 .cont04 .for01 .imagesbox {
    width: 50%;
  }
  .sec02 .cont04 .for01 .image_text {
    width: 140px;
    height: 140px;
  }
  .sec02 .cont04 .for01 .image_text .large {
    font-size: 18px;
  }
  .sec02 .cont04 .for01 .image01box {
    width: 26vw;
  }
  .sec02 .cont04 .for01 .image02box {
    width: 26vw;
  }
  .sec02 .slide_image {
    width: 100%;
    height: 39vw;
    background-image: url(../images/index/slide_image01.png);
    background-size: 200%;
    background-repeat: repeat-x;
    animation: loop 50s linear infinite;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) and (max-width: 1250px) {
  .sec02 .sec_header:before {
    left: 0;
    top: 90px;
    width: 180px;
  }
  .sec02 .sec_header:after {
    right: 0;
    top: 100px;
    width: 227px;
  }
  .sec02 .sec_title {
    width: 600px;
    margin: 0 auto;
  }
  .sec02 .cont01 {
    padding: 50px 30px;
  }
  .sec02 .cont01 .cont_image {
    max-width: 80%;
  }
  .sec02 .cont01 .cont_btn .btn_image {
    width: 138px;
  }
  .sec02 .cont02 {
    padding-top: 20.6vw;
  }
  .sec02 .cont02 .cont_title {
    font-size: 2.6vw;
  }
  .sec02 .cont02 .fukidashi {
    top: 0;
    width: 19.5vw;
  }
  .sec02 .cont03 {
    padding-top: 20.6vw;
  }
  .sec02 .cont03 .cont_image02 {
    top: -2.5vw;
    width: 19.5vw;
  }
  .sec02 .cont03 .cont_title {
    font-size: 2.6vw;
  }
  .sec02 .cont04 {
    padding-top: 42.9vw;
  }
  .sec02 .cont04 .cont_image {
    max-width: 80%;
  }
  .sec02 .cont04 .cont_title {
    left: 30px;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec02 .cont04 .for01 .for_title:after {
    right: -50px;
  }
  .sec02 .cont04 .for02 .forfamily_image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 70%;
  }
  .sec02 .cont04 .for02 .forfamily_list {
    margin-top: 200px;
  }
  .sec02 .cont04 .for03 .forwoman_image {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 50px;
    max-width: 70%;
  }
  .sec02 .cont04 .for03 .forwoman_image02 {
    width: 39vw;
  }
  .sec02 .cont04 .for03 .forwoman_item {
    width: 150px;
    height: 150px;
  }
  .sec02 .cont04 .for03 .forwoman_item:nth-of-type(1) {
    margin-right: 20px;
    font-size: 18px;
  }
  .sec02 .cont04 .for03 .forwoman_item:nth-of-type(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) and (max-width: 1250px) and (max-width: 950px) {
  .sec02 .cont01 {
    padding-top: 150px;
  }
  .sec02 .cont01 .icon_image {
    margin-bottom: 30px;
  }
  .sec02 .cont02 .link_btn {
    height: auto;
  }
  .sec02 .cont02 .link_btn a {
    font-size: 15px;
  }
  .sec02 .cont02 .link_btn a:before {
    width: 25px;
    height: 25px;
  }
  .sec02 .cont03 .link_btn {
    height: auto;
  }
  .sec02 .cont03 .link_btn a {
    font-size: 15px;
  }
  .sec02 .cont03 .link_btn a:before {
    width: 25px;
    height: 25px;
  }
  .sec02 .cont03:before {
    width: 294px;
  }
  .sec02 .cont04 .for01 .for_title {
    font-size: 30px;
  }
  .sec02 .cont04 .for02 .for_title {
    font-size: 30px;
    text-align: right;
  }
  .sec02 .cont04 .for02 .for_title:before {
    left: -130px;
  }
  .sec02 .cont04 .for03 .for_title {
    font-size: 30px;
  }
  .sec02 .cont04 .for03 .forwoman_image02 {
    position: absolute;
    right: -20px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec_upper {
    padding: 13.8vw 2.7vw;
  }
  .sec02 .sec_header {
    margin-bottom: 16vw;
  }
  .sec02 .sec_header:before {
    display: none;
  }
  .sec02 .sec_header:after {
    display: none;
  }
  .sec02 .sec_title {
    width: 86.9vw;
  }
  .sec02 .sec_title img {
    width: 100%;
  }
  .sec02 .cont01 {
    padding: 53.6vw 2.7vw 5.5vw;
    margin-bottom: 24vw;
  }
  .sec02 .cont01 .cont_title {
    margin-bottom: 8vw;
    font-size: 6.9vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont01 .cont_image {
    left: 0;
    right: 0;
    top: -8vw;
    width: 88.8vw;
    margin: 0 auto;
  }
  .sec02 .cont01 .cont_image img {
    width: 100%;
  }
  .sec02 .cont01 .icon_image {
    position: absolute;
    left: 5.5vw;
    top: 25vw;
    width: 46.6vw;
    height: 24.5vw;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec02 .cont01 .flexbox {
    display: block;
  }
  .sec02 .cont01 .cont_text {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec02 .cont01 .cont_btn {
    width: 85.3vw;
    height: auto;
    min-width: auto;
  }
  .sec02 .cont01 .cont_btn .btn_text01 {
    width: 55vw;
    padding-left: 20px;
    font-size: 4.4vw;
  }
  .sec02 .cont01 .cont_btn .btn_text02 {
    font-size: 4.4vw;
  }
  .sec02 .cont01 .cont_btn .btn_text02:before {
    right: 1.3vw;
    top: 0;
    bottom: 0;
    width: 3.2vw;
    height: 3.4vw;
  }
  .sec02 .cont01 .cont_btn .btn_image {
    width: 34.1vw;
    right: 2.7vw;
  }
  .sec02 .cont01 .cont_btn .btn_image img {
    width: 100%;
  }
  .sec02 .cont02_03_flex {
    display: block;
  }
  .sec02 .cont02 {
    width: 100%;
    max-width: 100%;
    padding: 53.6vw 2.7vw 5.5vw;
    margin-bottom: 24vw;
  }
  .sec02 .cont02 .cont_title {
    margin-bottom: 8vw;
    font-size: 6.9vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont02 .cont_image {
    left: 0;
    right: 0;
    top: -8vw;
    transform: none;
    width: 88.8vw;
    margin: 0 auto;
  }
  .sec02 .cont02 .cont_image img {
    width: 100%;
  }
  .sec02 .cont02 .fukidashi {
    width: 36vw;
    height: 36vw;
    right: -1.3vw;
    top: 15vw;
  }
  .sec02 .cont02 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec02 .cont02 .link_btn {
    width: 83.2vw;
    height: auto;
    margin: 0 auto;
  }
  .sec02 .cont02 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0 4vw 8vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #467da9;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec02 .cont02 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto 0;
    background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
  }
  .sec02 .cont03 {
    width: 100%;
    max-width: 100%;
    padding: 53.6vw 2.7vw 5.5vw;
    margin-bottom: 0;
  }
  .sec02 .cont03:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 60vw;
    height: 11vw;
    top: -2vw;
    left: 10vw;
    background: url(../images/index/implant_text.png) center/contain no-repeat;
  }
  .sec02 .cont03 .cont_title {
    margin-bottom: 8vw;
    font-size: 6.9vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont03 .cont_image {
    left: 0;
    right: 0;
    top: -8vw;
    transform: none;
    width: 88.8vw;
    margin: 0 auto;
  }
  .sec02 .cont03 .cont_image img {
    width: 100%;
  }
  .sec02 .cont03 .cont_image02 {
    display: none;
  }
  .sec02 .cont03 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec02 .cont03 .link_btn {
    width: 83.2vw;
    height: auto;
    margin: 0 auto;
  }
  .sec02 .cont03 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0 4vw 8vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #467da9;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec02 .cont03 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto 0;
    background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
  }
  .sec02 .sec_lower {
    padding-top: 0;
  }
  .sec02 .cont04 {
    padding: 8vw 2.7vw;
  }
  .sec02 .cont04:before {
    content: "";
    position: absolute;
    right: auto;
    left: 5.5vw;
    bottom: -2.7vw;
    width: 24.5vw;
    height: 11.2vw;
  }
  .sec02 .cont04 .cont_title {
    position: static;
    margin-bottom: 20vw;
    writing-mode: horizontal-tb;
    font-size: 7.4vw;
    letter-spacing: 0.1em;
  }
  .sec02 .cont04 .cont_image {
    position: static;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont04 .for01 {
    margin-bottom: 32vw;
  }
  .sec02 .cont04 .for01 .textbox {
    display: block;
  }
  .sec02 .cont04 .for01 .for_title {
    width: 100%;
    margin-bottom: 5.5vw;
    font-size: 6.1vw;
  }
  .sec02 .cont04 .for01 .for_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10.6vw;
    width: 28.8vw;
    height: 4.5vw;
    background: url(../images/index/text_forall.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for01 .for_title:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: -21.3vw;
    width: 20.2vw;
    height: 22.9vw;
    background: url(../images/index/illust_kids01.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for01 .cont_text {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont04 .for01 .imagesbox {
    position: static;
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec02 .cont04 .for01 .image_text {
    right: 30px;
    top: 0;
    width: 36.2vw;
    height: 36.2vw;
  }
  .sec02 .cont04 .for01 .image_text .small {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 3.2vw;
  }
  .sec02 .cont04 .for01 .image_text .large {
    font-size: 3.7vw;
    font-weight: 600;
  }
  .sec02 .cont04 .for01 .image01box {
    position: relative;
    margin-bottom: 2.7vw;
  }
  .sec02 .cont04 .for01 .image01box .image_text {
    right: 8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sec02 .cont04 .for01 .image01box .image_text:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -2.7vw;
    top: 16vw;
    width: 8vw;
    height: 9.6vw;
    background: url(../images/index/kira01.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for01 .image01box .image01 {
    width: 67.2vw;
  }
  .sec02 .cont04 .for01 .image01box .image01 img {
    width: 100%;
  }
  .sec02 .cont04 .for01 .image02box {
    position: relative;
    top: auto;
  }
  .sec02 .cont04 .for01 .image02box .image_text {
    right: auto;
    left: 8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sec02 .cont04 .for01 .image02box .image02 {
    width: 67.2vw;
    margin-left: auto;
  }
  .sec02 .cont04 .for01 .image02box .image02 img {
    width: 100%;
  }
  .sec02 .cont04 .for01 .link_btn {
    width: 83.2vw;
    height: auto;
    margin: 0 auto;
  }
  .sec02 .cont04 .for01 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0 4vw 8vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #467da9;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec02 .cont04 .for01 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto 0;
    background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for02 {
    display: block;
    margin-bottom: 32vw;
  }
  .sec02 .cont04 .for02 .textbox {
    display: block;
  }
  .sec02 .cont04 .for02 .for_title {
    margin-bottom: 5.5vw;
    font-size: 6.1vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont04 .for02 .for_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -18.9vw;
    width: 37vw;
    height: 17.3vw;
  }
  .sec02 .cont04 .for02 .for_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8vw;
    width: 44.2vw;
    height: 4.5vw;
    background: url(../images/index/text_forfamily.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for02 .forfamily_list {
    width: 100%;
    margin: 0;
    margin-top: -5.5vw;
  }
  .sec02 .cont04 .for02 .forfamily_item {
    width: 30.6vw;
    height: 30.6vw;
  }
  .sec02 .cont04 .for02 .forfamily_item .small {
    padding-bottom: 2.7vw;
    font-size: 3.2vw;
  }
  .sec02 .cont04 .for02 .forfamily_item .large {
    font-size: 3.4vw;
    font-weight: 600;
  }
  .sec02 .cont04 .for02 .forfamily_item:nth-of-type(1):before {
    left: 0;
    top: -9.3vw;
    width: 13vw;
    height: 13vw;
  }
  .sec02 .cont04 .for02 .forfamily_item:nth-of-type(2):before {
    right: -2.7vw;
    bottom: -2.7vw;
    width: 12vw;
    height: 12.8vw;
  }
  .sec02 .cont04 .for02 .forfamily_item:nth-of-type(3):before {
    right: 0;
    left: 0;
    top: -8vw;
    width: 12vw;
    height: 11.2vw;
  }
  .sec02 .cont04 .for02 .forfamily_image {
    width: 100%;
  }
  .sec02 .cont04 .for02 .forfamily_image img {
    width: 100%;
  }
  .sec02 .cont04 .for03 {
    position: relative;
    display: block;
  }
  .sec02 .cont04 .for03 .textbox {
    display: block;
  }
  .sec02 .cont04 .for03 .forwoman_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont04 .for03 .forwoman_image img {
    width: 100%;
  }
  .sec02 .cont04 .for03 .image_text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 10vw;
    width: 44vw;
  }
  .sec02 .cont04 .for03 .image_text img {
    width: 100%;
  }
  .sec02 .cont04 .for03 .forwoman_image02 {
    right: 0;
    bottom: -8vw;
    top: auto;
    width: 34.1vw;
  }
  .sec02 .cont04 .for03 .forwoman_image02 img {
    width: 100%;
  }
  .sec02 .cont04 .for03 .for_title {
    padding-left: 0;
    margin-bottom: 5.5vw;
    font-size: 6.1vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sec02 .cont04 .for03 .for_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8vw;
    width: 45.8vw;
    height: 4.5vw;
    background: url(../images/index/text_forwoman.png) center/contain no-repeat;
  }
  .sec02 .cont04 .for03 .for_title:after {
    content: "";
    position: absolute;
    left: auto;
    right: 13.8vw;
    top: -12vw;
    width: 23.2vw;
    height: 21.6vw;
  }
  .sec02 .cont04 .for03 .forwoman_list {
    margin: 0;
  }
  .sec02 .cont04 .for03 .forwoman_item {
    width: 32.8vw;
    height: 32.8vw;
  }
  .sec02 .cont04 .for03 .forwoman_item:nth-of-type(1) {
    margin-right: 2.7vw;
    font-size: 3.7vw;
  }
  .sec02 .cont04 .for03 .forwoman_item:nth-of-type(2) {
    font-size: 3.7vw;
  }
  .sec02 .slide_animation {
    position: relative;
    height: auto;
    padding: 13.8vw 0 0;
  }
  .sec02 .slide_image {
    width: 100%;
    height: 65.5vw;
    background-image: url(../images/index/slide_image01.png);
    background-size: 340%;
    background-repeat: repeat-x;
    animation: loop 50s linear infinite;
  }
}

.sec03 {
  position: relative;
  padding: 100px 20px;
  box-sizing: border-box;
}
.sec03:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  background: #f3ebe1;
}
.sec03 .upper {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}
.sec03 .upper_textbox {
  position: relative;
  width: 540px;
  padding-top: 180px;
  margin-right: 80px;
}
.sec03 .upper_textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 156px;
  background: url(../images/index/medicalmenu.png) center/contain no-repeat;
}
.sec03 .sec_title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #467d9c;
}
.sec03 .cont01 {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding: 50px 30px;
  margin: 0 auto 250px;
  box-sizing: border-box;
  background: #73a8b7;
}
.sec03 .cont01 .textbox {
  width: 520px;
}
.sec03 .cont01 .cont_title:before {
  content: "perio";
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sec03 .cont01 .cont_text {
  margin-bottom: 50px;
  color: #fff;
}
.sec03 .cont01 .imagebox {
  position: absolute;
  right: 30px;
  top: -50px;
}
.sec03 .cont01 .image_text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background: rgba(195, 166, 38, 0.83);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
  font-family: "noto serif jp", serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.sec03 .cont01 .image_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
.sec03 .cont02_03_flex {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 260px;
}
.sec03 .cont02 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 48%;
  padding: 270px 30px 30px;
  box-sizing: border-box;
  background: #bdb891;
}
.sec03 .cont02 .imagebox {
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  width: 591px;
  max-width: 90%;
  margin: 0 auto;
}
.sec03 .cont02 .image_text {
  position: absolute;
  right: -30px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
  font-family: "noto serif jp", serif;
  font-size: 22px;
  color: #68642a;
  text-align: center;
}
.sec03 .cont02 .image_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  border: 1px solid #68642a;
  border-radius: 50%;
}
.sec03 .cont02 .cont_title:before {
  content: "implant";
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sec03 .cont02 .cont_linkbtn {
  margin: auto auto 0;
}
.sec03 .cont03 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 700px;
  max-width: 48%;
  padding: 270px 30px 30px;
  box-sizing: border-box;
  background: #cd9a83;
}
.sec03 .cont03 .imagebox {
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  width: 591px;
  max-width: 90%;
  margin: 0 auto;
}
.sec03 .cont03 .image_text {
  position: absolute;
  right: -30px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
  font-family: "noto serif jp", serif;
  font-size: 22px;
  color: #68642a;
  text-align: center;
}
.sec03 .cont03 .image_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  border: 1px solid #68642a;
  border-radius: 50%;
}
.sec03 .cont03 .cont_title:before {
  content: "prevention";
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sec03 .cont03 .cont_linkbtn {
  margin: auto auto 0;
}
.sec03 .cont01 .cont_title, .sec03 .cont02 .cont_title, .sec03 .cont03 .cont_title {
  position: relative;
  margin-bottom: 30px;
  font-size: 53px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec03 .cont01 .cont_text, .sec03 .cont02 .cont_text, .sec03 .cont03 .cont_text {
  margin-bottom: 50px;
}
.sec03 .cont04_06_flex {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.sec03 .cont08_10_flex {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .cont07 {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 270px;
}
.sec03 .cont07 .textbox {
  width: 1160px;
  padding: 50px 30px 50px 300px;
  margin-left: auto;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont07 .cont_image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 313px;
  margin: auto 0;
}
.sec03 .cont07 .cont_title {
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 0.2em;
}
.sec03 .cont07 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont07 .cont_linkbtn {
  text-align: right;
}
.sec03 .cont04, .sec03 .cont05, .sec03 .cont06, .sec03 .cont08, .sec03 .cont09, .sec03 .cont10 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  max-width: 32%;
  padding: 140px 20px 20px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont04 .cont_image, .sec03 .cont05 .cont_image, .sec03 .cont06 .cont_image, .sec03 .cont08 .cont_image, .sec03 .cont09 .cont_image, .sec03 .cont10 .cont_image {
  position: absolute;
  left: 0;
  right: 0;
  top: -170px;
  width: 440px;
  max-width: 90%;
  margin: 0 auto;
}
.sec03 .cont04 .cont_title, .sec03 .cont05 .cont_title, .sec03 .cont06 .cont_title, .sec03 .cont08 .cont_title, .sec03 .cont09 .cont_title, .sec03 .cont10 .cont_title {
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec03 .cont04 .cont_text, .sec03 .cont05 .cont_text, .sec03 .cont06 .cont_text, .sec03 .cont08 .cont_text, .sec03 .cont09 .cont_text, .sec03 .cont10 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont04 .cont_linkbtn, .sec03 .cont05 .cont_linkbtn, .sec03 .cont06 .cont_linkbtn, .sec03 .cont08 .cont_linkbtn, .sec03 .cont09 .cont_linkbtn, .sec03 .cont10 .cont_linkbtn {
  margin: auto auto 0;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .sec03 {
    overflow: hidden;
  }
  .sec03 .upper {
    align-items: center;
    margin-bottom: 80px;
  }
  .sec03 .upper_textbox {
    margin-right: 20px;
  }
  .sec03 .sec_title {
    font-size: 30px;
  }
  .sec03 .sec_image {
    max-width: 50%;
  }
  .sec03 .cont01 .textbox {
    max-width: 60%;
  }
  .sec03 .cont01 .imagebox {
    max-width: 50%;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec03 .cont01 .image_text {
    left: 10px;
    bottom: 10px;
    width: 160px;
    height: 160px;
    font-size: 20px;
  }
  .sec03 .cont02_03_flex {
    margin-bottom: 19.5vw;
  }
  .sec03 .cont02 {
    padding: 20vw 30px 30px;
  }
  .sec03 .cont02 .image_text {
    width: 160px;
    height: 160px;
    font-size: 20px;
  }
  .sec03 .cont03 {
    padding: 20vw 30px 30px;
  }
  .sec03 .cont03 .image_text {
    width: 160px;
    height: 160px;
    font-size: 20px;
  }
  .sec03 .cont01 .cont_title, .sec03 .cont02 .cont_title, .sec03 .cont03 .cont_title {
    position: relative;
    margin-bottom: 30px;
    font-size: 3.3vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec03 .cont01 .cont_text, .sec03 .cont02 .cont_text, .sec03 .cont03 .cont_text {
    margin-bottom: 50px;
  }
  .sec03 .cont07 {
    margin-bottom: 19.5vw;
  }
  .sec03 .cont07 .textbox {
    max-width: 80%;
  }
  .sec03 .cont07 .cont_image {
    max-width: 50%;
  }
  .sec03 .cont07 .cont_title {
    font-size: 2.8vw;
  }
  .sec03 .cont04, .sec03 .cont05, .sec03 .cont06, .sec03 .cont08, .sec03 .cont09, .sec03 .cont10 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 470px;
    max-width: 32%;
    padding: 10.4vw 20px 20px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont04 .cont_image, .sec03 .cont05 .cont_image, .sec03 .cont06 .cont_image, .sec03 .cont08 .cont_image, .sec03 .cont09 .cont_image, .sec03 .cont10 .cont_image {
    position: absolute;
    left: 0;
    right: 0;
    top: -10vw;
    width: 440px;
    max-width: 90%;
    margin: 0 auto;
  }
  .sec03 .cont04 .cont_title, .sec03 .cont05 .cont_title, .sec03 .cont06 .cont_title, .sec03 .cont08 .cont_title, .sec03 .cont09 .cont_title, .sec03 .cont10 .cont_title {
    margin-bottom: 20px;
    font-size: 2.8vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec03 .cont04 .cont_text, .sec03 .cont05 .cont_text, .sec03 .cont06 .cont_text, .sec03 .cont08 .cont_text, .sec03 .cont09 .cont_text, .sec03 .cont10 .cont_text {
    margin-bottom: 30px;
  }
  .sec03 .cont04 .cont_linkbtn, .sec03 .cont05 .cont_linkbtn, .sec03 .cont06 .cont_linkbtn, .sec03 .cont08 .cont_linkbtn, .sec03 .cont09 .cont_linkbtn, .sec03 .cont10 .cont_linkbtn {
    margin: auto auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 13.8vw 2.7vw;
  }
  .sec03 .upper {
    margin-bottom: 13.8vw;
  }
  .sec03 .upper_textbox {
    width: 100%;
    padding-top: 27.7vw;
    margin-right: 0;
  }
  .sec03 .upper_textbox:before {
    content: "";
    position: absolute;
    left: 5.5vw;
    top: 0;
    width: 54.6vw;
    height: 24.8vw;
    background: url(../images/index/medicalmenu.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    margin-bottom: 5.5vw;
    font-size: 9.6vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec03 .sec_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec03 .sec_image img {
    width: 100%;
  }
  .sec03 .cont_linkbtn {
    width: 81.6vw;
    margin: 0 auto;
  }
  .sec03 .cont_linkbtn img {
    width: 100%;
  }
  .sec03 .cont01 {
    padding: 60vw 2.7vw 5.5vw;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 .textbox {
    width: 100%;
  }
  .sec03 .cont01 .cont_title:before {
    content: "perio";
    position: absolute;
    left: 50%;
    top: -5.5vw;
    transform: translateX(-50%);
    font-size: 4.8vw;
  }
  .sec03 .cont01 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .imagebox {
    right: 0;
    left: 0;
    top: -5.5vw;
    width: 88vw;
    margin: 0 auto;
  }
  .sec03 .cont01 .image_text {
    left: 0;
    bottom: auto;
    top: 0;
    width: 36vw;
    height: 36vw;
    font-size: 4vw;
  }
  .sec03 .cont01 .cont_title, .sec03 .cont02 .cont_title, .sec03 .cont03 .cont_title {
    position: relative;
    margin-bottom: 5.5vw;
    font-size: 8vw;
    text-align: center;
  }
  .sec03 .cont01 .cont_text, .sec03 .cont02 .cont_text, .sec03 .cont03 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02_03_flex {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont02 {
    width: 100%;
    max-width: 100%;
    padding: 60vw 2.7vw 5.5vw;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont02 .textbox {
    width: 100%;
  }
  .sec03 .cont02 .cont_title:before {
    content: "implant";
    position: absolute;
    left: 50%;
    top: -5.5vw;
    transform: translateX(-50%);
    font-size: 4.8vw;
  }
  .sec03 .cont02 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02 .imagebox {
    right: 0;
    left: 0;
    top: -5.5vw;
    width: 88vw;
    margin: 0 auto;
  }
  .sec03 .cont02 .cont_image {
    width: 100%;
  }
  .sec03 .cont02 .cont_image img {
    width: 100%;
  }
  .sec03 .cont02 .image_text {
    right: 0;
    top: -2.7vw;
    width: 36vw;
    height: 36vw;
    font-size: 4vw;
  }
  .sec03 .cont03 {
    width: 100%;
    max-width: 100%;
    padding: 60vw 2.7vw 5.5vw;
  }
  .sec03 .cont03 .textbox {
    width: 100%;
  }
  .sec03 .cont03 .cont_title:before {
    content: "prevention";
    position: absolute;
    left: 50%;
    top: -5.5vw;
    transform: translateX(-50%);
    font-size: 4.8vw;
  }
  .sec03 .cont03 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont03 .imagebox {
    right: 0;
    left: 0;
    top: -5.5vw;
    width: 88vw;
    margin: 0 auto;
  }
  .sec03 .cont03 .cont_image {
    width: 100%;
  }
  .sec03 .cont03 .cont_image img {
    width: 100%;
  }
  .sec03 .cont03 .image_text {
    right: 0;
    top: -2.7vw;
    width: 36vw;
    height: 36vw;
    font-size: 4vw;
  }
  .sec03 .cont04_06_flex {
    display: block;
  }
  .sec03 .cont08_10_flex {
    display: block;
  }
  .sec03 .cont04, .sec03 .cont05, .sec03 .cont06, .sec03 .cont08, .sec03 .cont09, .sec03 .cont10 {
    width: 100%;
    max-width: 100%;
    padding: 53vw 2.7vw 5.5vw;
  }
  .sec03 .cont04 .cont_image, .sec03 .cont05 .cont_image, .sec03 .cont06 .cont_image, .sec03 .cont08 .cont_image, .sec03 .cont09 .cont_image, .sec03 .cont10 .cont_image {
    right: 0;
    left: 0;
    top: -5.5vw;
    width: 88vw;
    margin: 0 auto;
  }
  .sec03 .cont04 .cont_image img, .sec03 .cont05 .cont_image img, .sec03 .cont06 .cont_image img, .sec03 .cont08 .cont_image img, .sec03 .cont09 .cont_image img, .sec03 .cont10 .cont_image img {
    width: 100%;
  }
  .sec03 .cont04 .cont_title, .sec03 .cont05 .cont_title, .sec03 .cont06 .cont_title, .sec03 .cont08 .cont_title, .sec03 .cont09 .cont_title, .sec03 .cont10 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    text-align: center;
  }
  .sec03 .cont04 .cont_text, .sec03 .cont05 .cont_text, .sec03 .cont06 .cont_text, .sec03 .cont08 .cont_text, .sec03 .cont09 .cont_text, .sec03 .cont10 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont04, .sec03 .cont05, .sec03 .cont06, .sec03 .cont08, .sec03 .cont09 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont07 {
    padding: 53vw 2.7vw 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont07 .textbox {
    width: 100%;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont07 .cont_image {
    right: 0;
    left: 0;
    top: -5.5vw;
    width: 88vw;
    margin: 0 auto;
  }
  .sec03 .cont07 .cont_image img {
    width: 100%;
  }
  .sec03 .cont07 .cont_title {
    position: relative;
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    text-align: center;
  }
  .sec03 .cont07 .cont_text {
    margin-bottom: 5.5vw;
  }
  .sec03 .cont07 .cont_linkbtn {
    text-align: right;
  }
}

.sec04 {
  padding: 0 20px;
}
.sec04 .inner {
  position: relative;
  padding: 300px 0 100px;
}
.sec04 .inner:before {
  content: "";
  position: absolute;
  left: 100px;
  top: 100px;
  width: 596px;
  height: 79px;
  background: url(../images/index/text_message.png) center/contain no-repeat;
}
.sec04 .inner:after {
  content: "";
  position: absolute;
  right: 100px;
  top: 100px;
  width: 146px;
  height: 52px;
  background: url(../images/index/fishes03.png) center/contain no-repeat;
}
.sec04 .upper {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec04 .textbox {
  position: relative;
  z-index: 2;
  width: 560px;
  padding-top: 200px;
  margin-right: 80px;
}
.sec04 .sec_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec04 .sec_text {
  margin-bottom: 80px;
}
.sec04 .link_btn {
  width: 330px;
  height: 60px;
  max-width: 100%;
  margin-left: auto;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #467da9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec04 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 37px;
  margin: auto 0;
  background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
}
.sec04 .imagebox {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.sec04 .imagebox .logo {
  position: absolute;
  right: -60px;
  top: 390px;
  width: 175px;
  height: 157px;
  background: url(../images/index/logo01.png) center/contain no-repeat;
}
.sec04 .cont_image {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.sec04 .cont_image:before {
  content: "Yuji Sugawa";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #4c8080;
  writing-mode: vertical-rl;
}
.sec04 .image_text {
  position: relative;
  z-index: 2;
  font-size: 33px;
  font-weight: 700;
  color: #6D9BC4;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec04 .image_text .small {
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
}
.sec04 .box {
  position: relative;
  width: 1080px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #6d8eb7;
  box-shadow: 0 9px 5px rgb(154, 175, 183);
  color: #fff;
}
.sec04 .box .kazari02 {
  position: absolute;
  left: -50px;
  top: -110px;
  width: 188px;
  height: 144px;
  background: url(../images/index/kazari06.png) center/contain no-repeat;
}
.sec04 .box .smallbox {
  display: flex;
  width: 950px;
  max-width: 100%;
  padding: 30px 60px;
  margin: 0 auto 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.sec04 .box .small_title {
  display: flex;
  align-items: center;
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #fff;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.sec04 .box .small_list .row {
  display: flex;
  line-height: 2;
  letter-spacing: 0.15em;
}
.sec04 .box .small_list .term {
  width: 200px;
  min-width: 200px;
}
.sec04 .box .flexbox {
  display: flex;
  justify-content: center;
}
.sec04 .box .left {
  margin-right: 100px;
}
.sec04 .box .list_title {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.2em;
}
.sec04 .box .list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .sec04 .upper {
    align-items: center;
  }
  .sec04 .imagebox .logo {
    right: -20px;
    width: 140px;
    height: 125px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) and (max-width: 1100px) {
  .sec04 .imagebox .logo {
    right: -20px;
    width: 9.1vw;
    top: 36.4vw;
  }
  .sec04 .box .smallbox {
    padding: 30px;
  }
  .sec04 .box .small_title {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) and (max-width: 1100px) and (max-width: 980px) {
  .sec04 .inner:before {
    left: 10px;
    width: 500px;
  }
  .sec04 .inner:after {
    right: 0;
  }
  .sec04 .sec_title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 0 2.7vw;
  }
  .sec04 .inner {
    padding: 27.7vw 0 13.8vw;
  }
  .sec04 .inner:before {
    left: 0;
    top: 13.8vw;
    width: 39.7vw;
    height: 5vw;
  }
  .sec04 .inner:after {
    content: "";
    position: absolute;
    right: 8vw;
    top: 13.8vw;
    width: 23.7vw;
    height: 8.2vw;
  }
  .sec04 .upper {
    margin-bottom: 5.5vw;
  }
  .sec04 .textbox {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  .sec04 .sec_title {
    position: static;
    width: 100%;
    margin-bottom: 5.5vw;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .sec04 .sec_text {
    margin-bottom: 5.5vw;
  }
  .sec04 .link_btn {
    width: 83.2vw;
    height: auto;
    margin: 0 auto;
  }
  .sec04 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0 4vw 8vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #467da9;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec04 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto 0;
    background: url(../images/common/btn_arrow01.png) center/contain no-repeat;
  }
  .sec04 .imagebox {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec04 .imagebox .logo {
    z-index: 2;
    right: auto;
    left: 0;
    top: 40vw;
    width: 30.6vw;
    height: 27.7vw;
  }
  .sec04 .cont_image {
    position: relative;
    z-index: 2;
    width: 73vw;
    height: 73vw;
    margin: 0 auto 2.7vw;
  }
  .sec04 .cont_image img {
    width: 100%;
  }
  .sec04 .cont_image:before {
    content: "Yuji Sugawa";
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #4c8080;
    writing-mode: vertical-rl;
  }
  .sec04 .image_text {
    font-size: 4.8vw;
  }
  .sec04 .image_text .small {
    padding-right: 5.5vw;
    font-size: 3.7vw;
  }
  .sec04 .box {
    position: relative;
    padding: 5.5vw 2.7vw;
  }
  .sec04 .box:before {
    content: "";
    position: absolute;
    left: 2.7vw;
    top: 2.7vw;
    width: calc(100% - 5.5vw);
    height: calc(100% - 5.5vw);
    border: 1px solid #fff;
  }
  .sec04 .box .kazari02 {
    display: none;
  }
  .sec04 .box .smallbox {
    display: block;
    padding: 5.5vw;
    border: none;
  }
  .sec04 .box .small_title {
    position: relative;
    border-right: none;
    margin-right: 0;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
  }
  .sec04 .box .small_title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 2.7vw;
    width: 70%;
    height: 1px;
    background: #fff;
  }
  .sec04 .box .small_list .row {
    display: block;
  }
  .sec04 .box .small_list .row:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .box .small_list .term {
    width: 100%;
    min-width: auto;
    font-size: 4.4vw;
  }
  .sec04 .box .small_list .desc {
    font-size: 4.4vw;
    line-height: 1.2;
  }
  .sec04 .box .flexbox {
    display: block;
    padding: 0 5.5vw;
  }
  .sec04 .box .left {
    margin-right: 0;
  }
  .sec04 .box .list_title {
    position: relative;
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec04 .box .list_title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 2.7vw;
    width: 50%;
    height: 1px;
    background: #fff;
  }
  .sec04 .box .item {
    font-size: 4.4vw;
  }
}/*# sourceMappingURL=style.css.map */