@charset "UTF-8";
.key {
  position: relative;
  width: 100%;
  height: 1000px;
}
.key .cont {
  width: 100%;
  height: 1000px;
}
.key .cont01 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  background: url(../images/index/key01.jpg) center/cover no-repeat;
}
.key .cont01 .key_text01 {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 476px;
  height: 607px;
  margin: auto;
  text-align: center;
}
.key .cont02 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  background: url(../images/index/key02.jpg) center/cover no-repeat;
}
.key .cont02 .key_text02 {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 952px;
  height: 436px;
  margin: auto;
  text-align: center;
}
.key .cont03 .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1000px;
  background: url(../images/index/key03.jpg) center top/cover no-repeat;
}
.key .cont03 .key_text03 {
  position: absolute;
  z-index: 2;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 782px;
  height: 635px;
  margin: auto;
  text-align: center;
}
.key:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: -34px;
  width: 264px;
  height: 229px;
  background: url(../images/common/tree.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    width: 100%;
    height: 160vw;
    max-height: 100vh;
  }
  .key .cont {
    width: 100%;
    height: 160vw;
    max-height: 100vh;
  }
  .key .cont01 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 160vw;
    max-height: 100vh;
    background: url(../images/index/key01_sp.jpg) center/cover no-repeat;
  }
  .key .cont01 .key_text01 {
    position: absolute;
    z-index: 2;
    top: 25%;
    bottom: auto;
    left: 0;
    right: 0;
    transform: none;
    max-width: 476px;
    width: 70%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  .key .cont02 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 160vw;
    max-height: 100vh;
    background: url(../images/index/key02_sp.jpg) center/cover no-repeat;
  }
  .key .cont02 .key_text02 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 952px;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  .key .cont03 .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 160vw;
    max-height: 100vh;
    background: url(../images/index/key03_sp.jpg) center/cover no-repeat;
  }
  .key .cont03 .key_text03 {
    position: absolute;
    z-index: 2;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    max-width: 782px;
    width: 70%;
    height: auto;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .key .cont03 .key_text03 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .key:before {
    content: "";
    position: absolute;
    right: 5%;
    bottom: -80px;
    width: 150px;
    height: 129px;
    background: url(../images/common/tree.png) center/contain no-repeat;
  }
}

.link_sec {
  padding: 100px 0 0px;
}
.link_sec .link_banner {
  position: relative;
  width: 918px;
  border: 1px solid #723600;
  margin: 0 auto;
}
.link_sec .link_banner a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(to right, rgba(249, 203, 71, 0.9) 0, rgba(249, 203, 71, 0.2) 50%, rgba(249, 203, 71, 0.9) 100%), url(../images/recruit/luana_staff.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.link_sec .link_text {
  margin: 0 0 120px;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #fff, 1px 1px 5px rgba(255, 206, 62, 0.75);
}
.link_sec .link_text02 {
  width: 560px;
  padding: 5px 0;
  margin: 0 auto;
  background: #ffce3e;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 2px #fff;
}
.link_sec .logo {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link_sec {
    padding: 50px 20px 50px;
    box-sizing: border-box;
  }
  .link_sec .link_banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .link_sec .link_banner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 20px 36.1vw;
    background: linear-gradient(to right, rgba(249, 203, 71, 0.8) 0, rgba(249, 203, 71, 0.5) 50%, rgba(249, 203, 71, 0.8) 100%), url(../images/recruit/luana_staff.jpg);
    background-position: center right 45%, center bottom;
    background-size: cover, contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .link_sec .link_text {
    margin: 0 0 13.8vw;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #fff, 1px 1px 5px rgba(255, 206, 62, 0.75);
  }
  .link_sec .link_text02 {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    background: #ffce3e;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 2px #fff;
  }
  .link_sec .logo {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 100px;
  }
}

.sec01 {
  padding: 100px 0;
}
.sec01 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sec01 .left {
  width: 480px;
  margin: 0 50px 0 0;
  text-align: center;
}
.sec01 .left .name {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 34px;
  color: #6a3906;
}
.sec01 .left .address_text {
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.sec01 .left .address_text .space {
  padding: 0 20px 0 0;
}
.sec01 .left .train {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.sec01 .left .train .train_icon {
  padding: 0 20px 0 0;
}
.sec01 .left .train .train_text {
  font-size: 23px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.sec01 .left .telbox {
  width: 470px;
  margin: 0 0 40px;
}
.sec01 .left .telbox a {
  display: flex;
  width: 100%;
  height: 100%;
}
.sec01 .left .telbox .tel_text {
  width: 20%;
  padding: 10px 0;
  background: #f19043;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec01 .left .telbox .tel_num {
  width: 80%;
  padding: 10px 0;
  background: #ffcd3e;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec01 .left .telbox .tel_num .tel_icon {
  padding: 0 10px 0 0;
}
.sec01 .right {
  position: relative;
  width: 644px;
  padding: 50px;
  border-radius: 40px;
  box-sizing: border-box;
  background: #F7F6EE;
  font-family: "noto sans jp", sans-serif;
}
.sec01 .right .mynumber {
  margin-bottom: 70px;
  line-height: 1.8;
}
.sec01 .right .mynumber .mochimono {
  color: #4d4545;
  font-size: 20px;
}
.sec01 .right .mynumber .small {
  color: #4d4545;
  font-size: 16px;
}
.sec01 .right .cancell {
  color: #4d4545;
  font-size: 20px;
  padding-bottom: 20px;
}
.sec01 .right .fukidashi {
  position: absolute;
  top: 230px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background: url(../images/index/fukidashi_orange.png) center/contain no-repeat;
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.sec01 .right .right_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #6A3906;
  border-left: 5px solid #39A4BF;
  padding-left: 20px;
}
.sec01 .right .right_btn {
  width: 325px;
  margin: 0 auto;
}
.sec01 .right .right_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 50px;
  background: #39A4BF;
  box-sizing: border-box;
  font-family: "noto sans jp", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .right .right_btn a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(../images/index/phone_icon.png) center/contain no-repeat;
}
.sec01 .right .right_btn a:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 19px;
  height: 19px;
  background: url(../images/index/arrow_white.png) center/contain no-repeat;
}
.sec01 .mynumber {
  margin-bottom: 50px;
  text-align: center;
}
.sec01 .calendar_box {
  width: 800px;
  margin: 0 auto;
}
.sec01 .calendar_title {
  position: relative;
  margin-bottom: 80px;
  font-size: 34px;
  font-weight: 500;
  color: #39A4BF;
  text-align: center;
}
.sec01 .calendar_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  margin: auto 0;
  background: #39A4BF;
}
.sec01 .calendar_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  margin: auto 0;
  background: #39A4BF;
}
.sec01 .calendar {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 0;
    box-sizing: border-box;
  }
  .sec01 .flexbox {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec01 .left {
    width: 100%;
    margin: 0 0 80px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .sec01 .left .name {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 22px;
    color: #6a3906;
  }
  .sec01 .left .address_text {
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .sec01 .left .address_text .space {
    padding: 0 20px 0 0;
  }
  .sec01 .left .train {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
  }
  .sec01 .left .train .train_icon {
    width: 25px;
    padding: 0 20px 0 0;
  }
  .sec01 .left .train .train_text {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
  .sec01 .left .telbox {
    max-width: 470px;
    width: 100%;
    height: 60px;
    margin: 0 auto 40px;
  }
  .sec01 .left .telbox a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .sec01 .left .telbox .tel_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    background: #f19043;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec01 .left .telbox .tel_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    padding: 0;
    background: #ffcd3e;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .sec01 .left .telbox .tel_num .tel_icon {
    padding: 0 10px 0 0;
  }
  .sec01 .left .telbox .tel_num .tel_icon img {
    width: 25px;
    vertical-align: middle;
  }
  .sec01 .right {
    position: relative;
    width: calc(100% - 40px);
    padding: 50px 20px;
    margin: 0 auto;
    border-radius: 40px;
    box-sizing: border-box;
    background: #F7F6EE;
  }
  .sec01 .right .mynumber {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  .sec01 .right .mynumber .mochimono {
    color: #4d4545;
    font-size: 16px;
  }
  .sec01 .right .cancell {
    font-size: 16px;
  }
  .sec01 .right .fukidashi {
    position: absolute;
    top: -70px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background: url(../images/index/fukidashi_orange.png) center/contain no-repeat;
    font-family: "noto sans jp", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  .sec01 .right .right_title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #6A3906;
  }
  .sec01 .right .right_btn {
    width: 280px;
    margin: 0 auto;
    text-align: center;
  }
  .sec01 .right .right_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: #39A4BF;
    box-sizing: border-box;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec01 .right .right_btn a:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(../images/index/phone_icon.png) center/contain no-repeat;
  }
  .sec01 .right .right_btn a:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/index/arrow_white.png) center/contain no-repeat;
  }
  .sec01 .mynumber {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    text-align: center;
  }
  .sec01 .calendar_box {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .calendar_title {
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #39A4BF;
    text-align: center;
  }
  .sec01 .calendar_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    margin: auto 0;
    background: #39A4BF;
  }
  .sec01 .calendar_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    margin: auto 0;
    background: #39A4BF;
  }
  .sec01 .calendar {
    text-align: center;
  }
}

.sec02 {
  position: relative;
}
.sec02 .bg01 {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0;
  width: 100%;
  height: 1044px;
  background: url(../images/index/takeshita.jpg) center/cover no-repeat;
}
.sec02 .inner {
  width: 1180px;
  padding: 200px 0 110px;
  margin: 0 auto;
}
.sec02 .sec_title {
  position: relative;
  padding: 80px 0 0;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #6a3906;
  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 .sec_title:before {
  content: "CONCEPT";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 39px;
}
.sec02 .sec_title .large {
  font-size: 137px;
  font-weight: 500;
  vertical-align: middle;
}
.sec02 .sec_title .medium {
  font-size: 110px;
  font-weight: 500;
  vertical-align: middle;
}
.sec02 .textbox {
  padding: 50px 50px 120px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.88);
}
.sec02 .sec_text {
  letter-spacing: 0.07em;
}
.sec02 .sec_bottom {
  position: relative;
}
.sec02 .sec_bottom .bottom_list {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.sec02 .sec_bottom .bottom_list .item01 {
  padding: 50px 0 0;
}
.sec02 .sec_bottom .bottom_list .item02 {
  padding: 150px 0 0;
}
.sec02 .sec_bottom .bottom_list .item03 {
  padding: 250px 0 0;
}
.sec02 .bottom_title {
  padding: 0 0 0 30px;
  margin: 0 0 350px;
  font-size: 100px;
  font-weight: 500;
  color: #6a3906;
  text-shadow: 5px 5px 3px #dbd9da;
  line-height: 1.3;
}
.sec02 .sec_bottom .bottom_flex {
  display: flex;
  align-items: center;
}
.sec02 .sec_bottom .sec_text {
  width: 640px;
  margin: 0 30px 0 30px;
}
.sec02 .bg02 {
  position: absolute;
  z-index: -2;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 1178px;
  background: url(../images/index/bg01.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
  }
  .sec02 .bg01 {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0;
    width: 100%;
    height: 1044px;
    background: url(../images/index/takeshita.jpg) center/cover no-repeat;
  }
  .sec02 .inner {
    width: 100%;
    padding: 200px 20px 110px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 80px 0 0;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #6a3906;
    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 .sec_title:before {
    content: "CONCEPT";
    position: absolute;
    top: -80px;
    left: 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 30px;
  }
  .sec02 .sec_title .large {
    font-size: 60px;
    font-weight: 500;
    vertical-align: middle;
  }
  .sec02 .sec_title .medium {
    font-size: 45px;
    font-weight: 500;
    vertical-align: middle;
  }
  .sec02 .textbox {
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
    background: rgba(255, 255, 255, 0.88);
  }
  .sec02 .sec_text {
    letter-spacing: 0.07em;
  }
  .sec02 .bottom_title {
    position: absolute;
    left: 50%;
    top: 35vw;
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 500;
    color: #6a3906;
    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;
    line-height: 1.3;
    text-align: center;
  }
  .sec02 .sec_bottom {
    position: relative;
  }
  .sec02 .sec_bottom .bottom_list {
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    flex-direction: row-reverse;
    width: 100%;
    height: 105vw;
    margin: 0 0 20px;
  }
  .sec02 .sec_bottom .bottom_list .item01 {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 52.5vw;
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .sec_bottom .bottom_list .item02 {
    position: absolute;
    top: 52.5vw;
    left: 0;
    width: 50%;
    height: 52.5vw;
    padding: 0;
  }
  .sec02 .sec_bottom .bottom_list .item03 {
    position: absolute;
    top: 52.5vw;
    right: 0;
    width: 50%;
    height: 52.5vw;
    padding: 0;
  }
  .sec02 .sec_bottom .bottom_flex {
    display: block;
    align-items: center;
  }
  .sec02 .sec_bottom .sec_text {
    width: 100%;
    margin: 0 0 30px;
  }
  .sec02 .bottom_image {
    text-align: center;
  }
  .sec02 .bg02 {
    position: absolute;
    z-index: -2;
    right: 0px;
    bottom: 0;
    width: 100%;
    height: 1178px;
    background: url(../images/index/bg01.png) center/cover no-repeat;
  }
}

.sec03 {
  padding: 100px 0;
}
.sec03 .inner {
  position: relative;
  width: 1230px;
  margin: 0 auto;
}
.sec03 .inner:before {
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  width: 239px;
  height: 221px;
  background: url(../images/index/tree01.png) center/contain no-repeat;
}
.sec03 .inner:after {
  content: "";
  position: absolute;
  right: 110px;
  top: 0;
  width: 239px;
  height: 221px;
  background: url(../images/index/tree02.png) center/contain no-repeat;
}
.sec03 .sec_title {
  position: relative;
  margin: 0 0 160px;
  font-size: 43px;
  font-weight: 500;
  color: #6a3906;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 158px;
  height: 42px;
  margin: 0 auto;
  background: url(../images/index/logo01.png) center/contain no-repeat;
}
.sec03 .sec_title .large {
  font-size: 63px;
  font-weight: 500;
}
.sec03 .num {
  font-size: 22px;
  font-family: "noto sans jp", sans-serif;
}
.sec03 .cont_title {
  font-family: "noto sans jp", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.sec03 .cont_text {
  margin: 0 0 20px;
  line-height: 2;
  text-align: justify;
}
.sec03 .cont_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.sec03 .cont_btn .btn_text {
  padding: 0 10px 0 0;
}
.sec03 .flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.sec03 .flexbox .cont {
  width: 606px;
  display: flex;
  flex-direction: column;
}
.sec03 .flexbox .cont_header {
  display: flex;
  align-items: center;
  height: 180px;
  margin: 0 0 200px;
}
.sec03 .flexbox .num {
  padding: 0 40px 0 0;
}
.sec03 .flexbox .cont_body {
  position: relative;
  padding: 220px 50px 50px;
  flex-grow: 1;
}
.sec03 .flexbox .cont_image {
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  width: 550px;
  height: 366px;
  margin: 0 auto;
}
.sec03 .flexbox .cont_btn {
  width: 170px;
}
.sec03 .flexbox .cont01 .cont_body {
  background: rgba(185, 144, 0, 0.13);
}
.sec03 .flexbox .cont01 .num {
  color: #b99000;
}
.sec03 .flexbox .cont01 .cont_title {
  color: #b99000;
}
.sec03 .flexbox .cont01 .cont_btn .btn_text {
  color: #b99000;
}
.sec03 .flexbox .cont02 .num {
  color: #4381b9;
}
.sec03 .flexbox .cont02 .cont_title {
  color: #4381b9;
}
.sec03 .flexbox .cont02 .cont_body {
  background: rgba(67, 129, 185, 0.13);
}
.sec03 .flexbox .cont02 .cont_btn .btn_text {
  color: #4381b9;
}
.sec03 .cont03 .cont_header {
  margin: 0 0 40px 10px;
}
.sec03 .cont03 .num {
  padding: 0 0 10px;
  color: #d87c5b;
}
.sec03 .cont03 .cont_title {
  color: #d87c5b;
}
.sec03 .cont03 .cont_body {
  position: relative;
  padding: 30px;
  background: rgba(106, 57, 6, 0.13);
}
.sec03 .cont03 .cont_image {
  position: absolute;
  right: -30px;
  top: -100px;
}
.sec03 .cont03 .textbox {
  width: 444px;
}
.sec03 .cont03 .cont_btn .btn_text {
  color: #d87c5b;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .sec03 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -20px;
    width: 120px;
    height: 103px;
    background: url(../images/index/tree01.png) center/contain no-repeat;
  }
  .sec03 .inner:after {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 120px;
    height: 103px;
    background: url(../images/index/tree02.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    margin: 0 0 60px;
    font-size: 33px;
    font-weight: 500;
    color: #6a3906;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 158px;
    height: 42px;
    margin: 0 auto;
    background: url(../images/index/logo01.png) center/contain no-repeat;
  }
  .sec03 .sec_title .large {
    font-size: 40px;
    font-weight: 500;
  }
  .sec03 .num {
    font-size: 18px;
    font-family: "noto sans jp", sans-serif;
  }
  .sec03 .cont_title {
    font-family: "noto sans jp", sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .sec03 .cont_text {
    margin: 0 0 20px;
    line-height: 2;
    text-align: justify;
  }
  .sec03 .cont_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
    font-family: "noto sans jp", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .sec03 .cont_btn .btn_text {
    padding: 0 10px 0 0;
  }
  .sec03 .cont_btn .arrow {
    width: 20px;
  }
  .sec03 .flexbox {
    display: block;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
  .sec03 .flexbox .cont {
    max-width: 606px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sec03 .flexbox .cont_header {
    display: block;
    align-items: center;
    height: auto;
    margin: 0 0 200px;
  }
  .sec03 .flexbox .num {
    padding: 0 0 10px;
  }
  .sec03 .flexbox .cont_body {
    position: relative;
    padding: 200px 20px 50px;
  }
  .sec03 .flexbox .cont_image {
    position: absolute;
    left: 0;
    right: 0;
    top: -180px;
    max-width: 550px;
    width: 93.3vw;
    max-height: 366px;
    height: 62vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec03 .flexbox .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .flexbox .cont_btn {
    width: 130px;
  }
  .sec03 .flexbox .cont01 {
    margin: 0 auto 80px;
  }
  .sec03 .flexbox .cont01 .cont_body {
    background: rgba(185, 144, 0, 0.13);
  }
  .sec03 .flexbox .cont01 .num {
    color: #b99000;
  }
  .sec03 .flexbox .cont01 .cont_title {
    color: #b99000;
  }
  .sec03 .flexbox .cont01 .cont_btn .btn_text {
    color: #b99000;
  }
  .sec03 .flexbox .cont02 {
    margin: 0 auto 80px;
  }
  .sec03 .flexbox .cont02 .num {
    color: #4381b9;
  }
  .sec03 .flexbox .cont02 .cont_title {
    color: #4381b9;
  }
  .sec03 .flexbox .cont02 .cont_body {
    background: rgba(67, 129, 185, 0.13);
  }
  .sec03 .flexbox .cont02 .cont_btn .btn_text {
    color: #4381b9;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .sec03 .flexbox .cont_body {
    padding-top: 33vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .sec03 .flexbox .cont_header {
    margin-bottom: 44.4vw;
  }
  .sec03 .flexbox .cont_body {
    padding-top: 25vw;
  }
  .sec03 .flexbox .cont_image {
    top: -40vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .cont03 .cont_header {
    margin: 0 0 200px;
  }
  .sec03 .cont03 .num {
    padding: 0 0 10px;
    color: #d87c5b;
  }
  .sec03 .cont03 .cont_title {
    color: #d87c5b;
  }
  .sec03 .cont03 .cont_body {
    position: relative;
    padding: 200px 20px 50px;
    background: rgba(106, 57, 6, 0.13);
  }
  .sec03 .cont03 .cont_image {
    position: absolute;
    left: 0;
    right: 0;
    top: -180px;
    max-width: 550px;
    width: 93.3vw;
    max-height: 366px;
    height: 62vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec03 .cont03 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec03 .cont03 .textbox {
    width: 100%;
  }
  .sec03 .cont03 .cont_btn .btn_text {
    color: #d87c5b;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .sec03 .cont03 .cont_body {
    padding-top: 33vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .sec03 .cont03 .cont_header {
    margin-bottom: 44.4vw;
  }
  .sec03 .cont03 .cont_body {
    padding-top: 25vw;
  }
  .sec03 .cont03 .cont_image {
    top: -40vw;
  }
}

.sec04 {
  background: rgba(118, 202, 231, 0.13);
}
.sec04 .inner {
  position: relative;
  width: 1150px;
  padding: 100px 0 70px;
  margin: 0 auto;
}
.sec04 .inner:before {
  content: "SAFETY";
  position: absolute;
  top: -90px;
  left: 50px;
  font-size: 124px;
  letter-spacing: 0.05em;
  color: rgba(118, 202, 231, 0.4);
}
.sec04 .sec_header {
  padding: 0 0 30px;
  border-bottom: 1px solid #39a5c0;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
}
.sec04 .sec_title {
  margin: 0 0 20px;
  font-size: 43px;
  font-weight: 600;
  color: #6a3906;
  text-align: center;
}
.sec04 .small_title {
  position: relative;
  margin: 0 0 20px;
  font-size: 43px;
  font-weight: 600;
  color: #39a5c0;
  text-align: center;
}
.sec04 .small_title:before {
  content: "Class II Dental Infection Control License";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec04 .sec_body {
  position: relative;
}
.sec04 .sec_body .image_name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #8b6818;
  box-shadow: 0 0 4px #c2c490;
  font-size: 22px;
  color: #8b6818;
  font-weight: 500;
  text-align: center;
}
.sec04 .sec_body .image01 {
  position: absolute;
  right: 0;
  top: -125px;
}
.sec04 .sec_body .image01 .image_name {
  right: 0;
  bottom: -120px;
}
.sec04 .sec_body .image02 {
  position: absolute;
  right: 300px;
  top: 80px;
}
.sec04 .sec_body .image02 .image_name {
  left: -40px;
  top: -90px;
}
.sec04 .sec_body .textbox {
  width: 480px;
}
.sec04 .sec_body .sec_text {
  margin: 0 0 60px;
}
.sec04 .sec_body .sec_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #39a5c0;
  background: #fff;
  box-sizing: border-box;
}
.sec04 .sec_body .btn_text {
  padding: 0 20px 0 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
  color: #39a5c0;
}
.sec04 .sec_body .arrow {
  padding: 0 0 10px;
}
.sec04 .sec_body .sec_btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  border: 1px solid #39a5c0;
  background: #39a5c0;
  box-sizing: border-box;
}
.sec04 .sec_body .btn_text2 {
  padding: 0 20px 0 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(118, 202, 231, 0.13);
  }
  .sec04 .inner {
    position: relative;
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
  }
  .sec04 .inner:before {
    content: "SAFETY";
    position: absolute;
    top: -50px;
    left: 0px;
    transform: none;
    font-size: 60px;
    letter-spacing: 0.05em;
    color: rgba(118, 202, 231, 0.4);
    text-align: center;
  }
  .sec04 .sec_header {
    padding: 0 0 20px;
    border-bottom: 1px solid #39a5c0;
    margin: 0 0 40px;
    letter-spacing: 0.05em;
  }
  .sec04 .sec_title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #6a3906;
    text-align: left;
  }
  .sec04 .small_title {
    position: relative;
    margin: 0 0 20px;
    font-size: 27px;
    font-weight: 600;
    color: #39a5c0;
    text-align: center;
  }
  .sec04 .small_title:before {
    content: "Class II Dental Infection Control License";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec04 .sec_body {
    position: relative;
  }
  .sec04 .sec_body .image_box {
    position: relative;
    display: flex;
    max-width: 400px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
  }
  .sec04 .sec_body .image_name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #8b6818;
    box-shadow: 0 0 4px #c2c490;
    font-size: 14px;
    color: #8b6818;
    font-weight: 500;
    text-align: center;
  }
  .sec04 .sec_body .image01 {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 198px;
    height: 122px;
  }
  .sec04 .sec_body .image01 .image_name {
    right: auto;
    left: 90px;
    bottom: -70px;
  }
  .sec04 .sec_body .image02 {
    position: absolute;
    left: 50px;
    width: 149px;
    height: 142px;
  }
  .sec04 .sec_body .image02 .image_name {
    left: auto;
    right: 80px;
    top: -50px;
  }
  .sec04 .sec_body .textbox {
    width: 100%;
  }
  .sec04 .sec_body .sec_text {
    margin: 0 0 60px;
  }
  .sec04 .sec_body .sec_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #39a5c0;
    background: #fff;
    box-sizing: border-box;
  }
  .sec04 .sec_body .btn_text {
    padding: 0 20px 0 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 18px;
    color: #39a5c0;
  }
  .sec04 .sec_body .arrow {
    padding: 0 0 10px;
  }
  .sec04 .sec_body .sec_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #39a5c0;
    background: #39a5c0;
    box-sizing: border-box;
  }
  .sec04 .sec_body .btn_text2 {
    padding: 0 20px 0 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 18px;
    color: #fff;
  }
}

.sec05 {
  position: relative;
  padding: 200px 0;
  background: rgba(252, 223, 146, 0.2);
}
.sec05:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 686px;
  background: url(../images/index/takeshita02.png) center/120% no-repeat;
}
.sec05 .inner {
  width: 1250px;
  margin: 0 auto;
}
.sec05 .sec_title {
  position: relative;
  margin: 0 0 40px;
  font-size: 43px;
  font-weight: 500;
  color: #6a3906;
  text-align: center;
}
.sec05 .sec_title:before {
  content: "MEDICAL";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 124px;
  letter-spacing: 0.05em;
  color: rgba(106, 57, 6, 0.61);
}
.sec05 .sec_text {
  width: 830px;
  margin: 0 auto 40px;
}
.sec05 .list01 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.sec05 .list01_item {
  width: 410px;
  height: 580px;
}
.sec05 .list01_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec05 .list01_item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec05 .list01_item .item_image {
  margin: 0 0 40px;
}
.sec05 .list01_item .item_title {
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 0;
  width: 100%;
  font-family: "noto sans jp";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec05 .list01_item .item_text {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  line-height: 2;
  text-align: justify;
}
.sec05 .list01_item .arrow {
  position: relative;
  z-index: 2;
  margin: auto 20px 20px 0;
  text-align: right;
}
.sec05 .list01_item:nth-of-type(1) a:before {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(254, 241, 206, 0.4) 0, rgba(254, 241, 206, 0.4) 45%, rgba(248, 181, 0, 0.6) 100%);
}
.sec05 .list01_item:nth-of-type(1) .item_title {
  color: #eb9c1c;
  text-shadow: 0 0 5px #fff;
}
.sec05 .list01_item:nth-of-type(2) a:before {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(197, 218, 237, 0.4) 0, rgba(197, 218, 237, 0.4) 45%, rgba(81, 145, 201, 0.6) 100%);
}
.sec05 .list01_item:nth-of-type(2) .item_title {
  color: #4381b9;
  text-shadow: 0 0 5px #fff;
}
.sec05 .list01_item:nth-of-type(3) a:before {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(243, 178, 138, 0.4) 0, rgba(243, 178, 138, 0.4) 45%, rgba(229, 91, 6, 0.6) 100%);
}
.sec05 .list01_item:nth-of-type(3) .item_title {
  color: #bc6d50;
  text-shadow: 0 0 5px #fff;
}
.sec05 .list02 {
  display: flex;
  flex-wrap: wrap;
}
.sec05 .list02_item {
  width: 300px;
  height: 103px;
  margin: 0 5px 20px;
  box-shadow: 4px 5px 1px #ccceb7;
}
.sec05 .list02_item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fffffe;
}
.sec05 .list02_item .item_icon {
  margin: 0 15px 0 0;
}
.sec05 .list02_item .item_name {
  font-family: "noto sans jp", sans-serif;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #6a3906;
}
.sec05 .list02_item .arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 10px;
  height: 16px;
  margin: auto 0;
}
.sec05 .sec_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 518px;
  height: 86px;
  box-shadow: 1px 1px 2px #898989;
  padding: 0 15px;
  box-sizing: border-box;
  background: #39a5c0;
}
.sec05 .sec_btn .item_icon {
  margin: 0 15px 0 0;
}
.sec05 .sec_btn .item_name {
  font-family: "noto sans jp", sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec05 .sec_btn .arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 10px;
  height: 16px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    position: relative;
    padding: 100px 20px 120px;
    box-sizing: border-box;
    background: rgba(252, 223, 146, 0.2);
  }
  .sec05:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 686px;
    background: url(../images/index/takeshita02.png) center bottom/120% no-repeat;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 500;
    color: #6a3906;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "MEDICAL";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 50px;
    letter-spacing: 0.05em;
    color: rgba(106, 57, 6, 0.61);
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 auto 50px;
  }
  .sec05 .list01 {
    display: block;
    margin: 0 0 80px;
  }
  .sec05 .list01_item {
    max-width: 410px;
    width: 100%;
    height: auto;
  }
  .sec05 .list01_item a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .sec05 .list01_item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sec05 .list01_item .item_image {
    margin: 0 0 20px;
  }
  .sec05 .list01_item .item_title {
    position: static;
    margin: 0 0 30px;
    width: 100%;
    font-family: "noto sans jp";
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec05 .list01_item .item_text {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    line-height: 2;
    text-align: justify;
  }
  .sec05 .list01_item .arrow {
    position: relative;
    z-index: 2;
    margin: auto 20px 20px 0;
    text-align: right;
  }
  .sec05 .list01_item:nth-of-type(1) {
    margin: 0 auto 50px;
  }
  .sec05 .list01_item:nth-of-type(1) a:before {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(254, 241, 206, 0.4) 0, rgba(254, 241, 206, 0.4) 45%, rgba(248, 181, 0, 0.6) 100%);
  }
  .sec05 .list01_item:nth-of-type(1) .item_title {
    color: #eb9c1c;
    text-shadow: 0 0 5px #fff;
  }
  .sec05 .list01_item:nth-of-type(2) {
    margin: 0 auto 50px;
  }
  .sec05 .list01_item:nth-of-type(2) a:before {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(197, 218, 237, 0.4) 0, rgba(197, 218, 237, 0.4) 45%, rgba(81, 145, 201, 0.6) 100%);
  }
  .sec05 .list01_item:nth-of-type(2) .item_title {
    color: #4381b9;
    text-shadow: 0 0 5px #fff;
  }
  .sec05 .list01_item:nth-of-type(3) {
    margin: 0 auto;
  }
  .sec05 .list01_item:nth-of-type(3) a:before {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(243, 178, 138, 0.4) 0, rgba(243, 178, 138, 0.4) 45%, rgba(229, 91, 6, 0.6) 100%);
  }
  .sec05 .list01_item:nth-of-type(3) .item_title {
    color: #bc6d50;
    text-shadow: 0 0 5px #fff;
  }
  .sec05 .list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec05 .list02_item {
    width: 42vw;
    height: auto;
    margin: 0 0 30px;
    box-shadow: 4px 5px 1px #ccceb7;
  }
  .sec05 .list02_item a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fffffe;
  }
  .sec05 .list02_item .item_icon {
    margin: 0 15px 0 0;
  }
  .sec05 .list02_item .item_name {
    font-family: "noto sans jp", sans-serif;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #6a3906;
  }
  .sec05 .list02_item .arrow {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 10px;
    height: 16px;
    margin: auto 0;
  }
  .sec05 .list02_item:nth-of-type(1) .item_icon {
    width: 30px;
  }
  .sec05 .list02_item:nth-of-type(2) .item_icon {
    width: 40px;
  }
  .sec05 .list02_item:nth-of-type(3) .item_icon {
    width: 40px;
  }
  .sec05 .list02_item:nth-of-type(4) .item_icon {
    width: 25px;
  }
  .sec05 .list02_item:nth-of-type(5) .item_icon {
    width: 30px;
  }
  .sec05 .list02_item:nth-of-type(6) .item_icon {
    width: 40px;
  }
  .sec05 .list02_item:nth-of-type(7) .item_icon {
    width: 50px;
  }
  .sec05 .list02_item:nth-of-type(8) .item_icon {
    width: 25px;
  }
  .sec05 .list02_item:nth-of-type(9) .item_icon {
    width: 40px;
  }
  .sec05 .list02_item:nth-of-type(10) .item_icon {
    width: 50px;
  }
  .sec05 .list02_item:nth-of-type(11) .item_icon {
    width: 40px;
  }
  .sec05 .sec_btn {
    width: 300px;
    height: 70px;
    box-shadow: 1px 1px 2px #898989;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    background: #39a5c0;
  }
  .sec05 .sec_btn .item_icon {
    width: 40px;
    margin: 0 15px 0 0;
  }
  .sec05 .sec_btn .item_name {
    font-family: "noto sans jp", sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec05 .sec_btn .arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto 0;
  }
}

.sec06 {
  position: relative;
  margin: 160px 0;
}
.sec06 .cont {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 910px;
  height: 633px;
  padding: 50px;
  margin: auto 0;
  box-sizing: border-box;
  background: rgba(52, 19, 0, 0.57);
  color: #fff;
}
.sec06 .cont:before {
  content: "GREETING";
  position: absolute;
  top: -260px;
  left: 50px;
  font-size: 124px;
  letter-spacing: 0.05em;
  color: rgba(181, 141, 38, 0.47);
}
.sec06 .textbox {
  width: 560px;
}
.sec06 .sec_title {
  margin: 0 0 30px;
  font-size: 43px;
  letter-spacing: 0.05em;
}
.sec06 .sec_text {
  margin: 0 0 50px;
}
.sec06 .doctor_name {
  font-size: 39px;
  letter-spacing: 0.05em;
  text-align: right;
}
.sec06 .doctor_name .space {
  padding: 0 1em 0 0;
}
.sec06 .sec_btn {
  position: absolute;
  bottom: -25px;
  left: 100px;
  width: 500px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 4px #282728;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background: #b58e26;
  font-family: "noto sans jp", sans-serif;
  font-size: 23px;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec06 .sec_image {
  position: absolute;
  right: 0;
  top: -100px;
}
.sec06 .bg {
  width: 100%;
  height: 921px;
  margin: 0 auto;
  background: url(../images/index/staff.jpg) center left -500px/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec06 {
    position: relative;
    width: 100%;
    margin: 80px 0;
    padding: 0;
    box-sizing: border-box;
    background: url(../images/index/staff.jpg) center left 15%/cover no-repeat;
  }
  .sec06 .cont {
    position: static;
    width: 100%;
    height: auto;
    padding: 60px 20px;
    margin: 0;
    box-sizing: border-box;
    background: rgba(52, 19, 0, 0.57);
    color: #fff;
  }
  .sec06 .cont:before {
    content: "GREETING";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 53px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(181, 141, 38, 0.47);
  }
  .sec06 .textbox {
    width: 100%;
  }
  .sec06 .sec_title {
    margin: 0 0 30px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .sec06 .sec_text {
    margin: 0 110px 20px 0;
  }
  .sec06 .doctor_name {
    margin-right: 110px;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: right;
  }
  .sec06 .doctor_name .space {
    padding: 0 1em 0 0;
  }
  .sec06 .sec_btn {
    position: absolute;
    bottom: -25px;
    left: 20px;
    right: 0;
    width: 300px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 4px #282728;
    margin: 0 auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #b58e26;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec06 .sec_image {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 80px;
    width: 113px;
    height: 350px;
  }
  .sec06 .bg {
    display: none;
  }
}

.add_kasan_info .box {
  width: 1150px;
  max-width: 93%;
  background-color: #f7f6ee;
  border-radius: 40px;
  padding: 60px;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.add_kasan_info .title {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  color: #6a3906;
}
.add_kasan_info .textbox {
  width: 1000px;
  max-width: 93%;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
  color: #6a3906;
}
.add_kasan_info .listbox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
.add_kasan_info .listbox .item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #6a3906;
}
.add_kasan_info .listbox .item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .add_kasan_info {
    padding: 0 5.5vw;
  }
  .add_kasan_info .box {
    width: 100%;
    max-width: 100%;
    border-radius: 40px;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .add_kasan_info .title {
    font-size: 5.3vw;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8vw;
  }
  .add_kasan_info .textbox {
    width: 1000px;
    max-width: 100%;
    letter-spacing: 0.07em;
    line-height: 2;
    margin: 0 auto 4.2vw;
  }
  .add_kasan_info .listbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .add_kasan_info .listbox .item {
    position: relative;
    padding-left: 6.3vw;
    margin-bottom: 2vw;
    letter-spacing: 0.07em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .add_kasan_info .listbox .item::before {
    left: 0;
    top: 0.1vw;
    font-size: 4vw;
  }
}

.add_kasan_info2 .box {
  width: 1150px;
  max-width: 93%;
  background-color: #f7f6ee;
  border-radius: 40px;
  padding: 60px;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.add_kasan_info2 .title {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  color: #6a3906;
}
.add_kasan_info2 .textbox {
  width: 1000px;
  max-width: 93%;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
  color: #6a3906;
}
.add_kasan_info2 .listbox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
.add_kasan_info2 .listbox .item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #6a3906;
}
.add_kasan_info2 .listbox .item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
.add_kasan_info2 .text {
  width: 1000px;
  max-width: 93%;
  font-family: "noto sans jp", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
  color: #6a3906;
}
@media screen and (max-width: 768px) {
  .add_kasan_info2 {
    padding: 0 5.5vw;
  }
  .add_kasan_info2 .box {
    width: 100%;
    max-width: 100%;
    border-radius: 40px;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .add_kasan_info2 .title {
    font-size: 5.3vw;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8vw;
  }
  .add_kasan_info2 .textbox {
    width: 1000px;
    max-width: 100%;
    letter-spacing: 0.07em;
    line-height: 2;
    margin: 0 auto 4.2vw;
  }
  .add_kasan_info2 .listbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 8vw;
    padding: 0;
    box-sizing: border-box;
  }
  .add_kasan_info2 .listbox .item {
    position: relative;
    padding-left: 6.3vw;
    margin-bottom: 2vw;
    letter-spacing: 0.07em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .add_kasan_info2 .listbox .item::before {
    left: 0;
    top: 0.1vw;
    font-size: 4vw;
  }
  .add_kasan_info2 .text {
    width: 1000px;
    max-width: 100%;
    letter-spacing: 0.07em;
    line-height: 2;
    margin: 0 auto 4.2vw;
    text-align: justify;
  }
}

/* add_shinryo_taiseiここから */
.add_shinryo_taisei {
  overflow: hidden;
  width: 1150px;
  max-width: 93%;
  margin: 0 auto 80px;
  background-color: #f7f6ee;
  border-radius: 40px;
  padding: 60px;
  box-sizing: border-box;
}
.add_shinryo_taisei .taisei_title {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  color: #6a3906;
}
.add_shinryo_taisei .taisei_text {
  width: 750px;
  max-width: 93%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  color: #6a3906;
}
.add_shinryo_taisei .gridbox {
  width: 755px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 54px;
       column-gap: 54px;
  row-gap: 47px;
  grid-template-columns: repeat(2, 1fr);
}
.add_shinryo_taisei .btn_item {
  width: 100%;
  height: 100px;
  background-color: #fffffe;
  box-shadow: 5px 5px #ccceb7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.add_shinryo_taisei .btn_item .text {
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #6a3906;
}
.add_shinryo_taisei .btn_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/btn_brown_arrow.webp) center/cover no-repeat;
  width: 10px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .add_shinryo_taisei {
    width: 90%;
    max-width: 90%;
    border-radius: 10.6vw;
    padding: 11vw 5.5vw;
    background-color: #f7f6ee;
    margin: 0 5.5vw 13.8vw;
    box-sizing: border-box;
  }
  .add_shinryo_taisei .taisei_title {
    font-size: 5.3vw;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8vw;
  }
  .add_shinryo_taisei .taisei_text {
    letter-spacing: 0.07em;
    line-height: 2;
    margin: 0 auto 4.2vw;
  }
  .add_shinryo_taisei .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 6vw;
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
  }
  .add_shinryo_taisei .btn_item {
    width: 100%;
    height: 22.6vw;
    box-shadow: 1.33vw 1.33vw #ccceb7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .add_shinryo_taisei .btn_item .text {
    font-size: 4.2vw;
    letter-spacing: 0.02em;
  }
  .add_shinryo_taisei .btn_item::before {
    right: 1.6vw;
    width: 2.6vw;
    height: 11.2vw;
  }
}

/* add_shinryo_taiseiここまで *//*# sourceMappingURL=style05.css.map */