@charset "UTF-8";
.key {
  position: relative;
  height: 550px;
  background: url(../images/cerec/key.jpg) center bottom -200px/cover no-repeat;
}
.key:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  transform: rotateY(180deg);
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}
.key .inner {
  width: 1280px;
  margin: 0 auto;
}
.key .key_text {
  position: relative;
  padding-top: 300px;
  padding-left: 20px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.07em;
}
.key .key_text:before {
  content: "MEDICAL";
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 97.2vw;
    background: url(../images/cerec/key.jpg) center top/cover no-repeat;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    transform: rotateY(180deg);
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .key_text {
    position: relative;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    font-size: 8.3vw;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.07em;
  }
  .key .key_text:before {
    content: "MEDICAL";
    position: absolute;
    top: 30vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: 0.05em;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .sec_header {
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
}
.sec01 .sec_header:before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 1px;
  height: 390px;
  background: #bf7e80;
}
.sec01 .sec_title {
  position: relative;
  width: 280px;
  padding: 100px 0 60px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 114px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/cerec/icon_crown.png) center/contain no-repeat;
}
.sec01 .sec_title:after {
  content: "inlay・crown";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 28px;
  color: #bf7e80;
  text-align: center;
}
.sec01 .textbox {
  width: 600px;
}
.sec01 .lead_text {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  color: #bf7e80;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 22.2vw 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .inner {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec01 .sec_header {
    position: relative;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5.5vw;
    margin-bottom: 5.5vw;
  }
  .sec01 .sec_header:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #bf7e80;
  }
  .sec01 .sec_title {
    position: relative;
    width: 100%;
    padding: 22.2vw 0 11.1vw;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 27.7vw;
    height: 18.2vw;
    margin: 0 auto;
    background: url(../images/cerec/icon_crown.png) center/contain no-repeat;
  }
  .sec01 .sec_title:after {
    content: "inlay・crown";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 5.5vw;
    color: #bf7e80;
    text-align: center;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    color: #bf7e80;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.sec02 {
  padding-bottom: 80px;
}
.sec02 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  padding-top: 30px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec02 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .sec_body {
  width: 1150px;
  margin: 0 auto;
}
.sec02 .lead_text {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec02 .lead_text .color {
  font-weight: 500;
  color: #bf7e80;
}
.sec02 .flexbox {
  display: flex;
}
.sec02 .sec_text {
  margin-right: 50px;
}
.sec02 .sec_image {
  min-width: 555px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 0;
  }
  .sec02 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec02 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .sec_body {
    width: 100%;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec02 .lead_text {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .lead_text .color {
    font-weight: 500;
    color: #bf7e80;
  }
  .sec02 .flexbox {
    display: block;
  }
  .sec02 .sec_text {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_image {
    min-width: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}

.sec03 {
  padding: 80px 0;
  background: #fcf9f2;
}
.sec03 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec03 .sec_body {
  width: 1050px;
  margin: 0 auto;
}
.sec03 .flexbox {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
.sec03 .flexbox:before {
  content: "";
  position: absolute;
  left: -300px;
  bottom: 0;
  width: 298px;
  height: 242px;
  background: url(../images/cerec/cerec01.png) center/contain no-repeat;
}
.sec03 .sec_text {
  margin-right: 50px;
}
.sec03 .imagebox {
  position: relative;
}
.sec03 .imagebox:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 138px;
  height: 168px;
  background: url(../images/cerec/crown.png) center/contain no-repeat;
}
.sec03 .sec_image {
  min-width: 520px;
}
.sec03 .image_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  font-family: "noto serif jp", serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.sec03 .image_text:nth-of-type(1) {
  top: -77px;
  right: -59px;
  background: rgba(203, 226, 241, 0.91);
}
.sec03 .image_text:nth-of-type(2) {
  top: 30px;
  right: -50px;
  background: rgba(205, 170, 156, 0.91);
}
.sec03 .box {
  width: 1140px;
  padding: 40px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(182, 134, 103, 0.32);
}
.sec03 .box_title {
  width: 1000px;
  margin: 0 auto 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #695446;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 890px;
  margin: 0 auto;
}
.sec03 .item {
  position: relative;
  width: 420px;
  height: 74px;
  padding-left: 50px;
  margin: 0 0 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 74px;
}
.sec03 .item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 40px;
  height: 41px;
  background: url(../images/denture/check01.png) center/contain no-repeat;
}
.sec03 .box_text {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 22.2vw 5.5vw;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec03 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 6.1vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
  }
  .sec03 .sec_body {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .flexbox {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 33.3vw;
  }
  .sec03 .flexbox:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -27.7vw;
    width: 41.6vw;
    height: 33.8vw;
    background: url(../images/cerec/cerec01.png) center/contain no-repeat;
  }
  .sec03 .sec_text {
    margin-right: 0;
  }
  .sec03 .imagebox {
    position: relative;
    margin-bottom: 5.5vw;
  }
  .sec03 .imagebox:before {
    content: "";
    position: absolute;
    left: -5.5vw;
    bottom: -2.7vw;
    width: 25vw;
    height: 30.4vw;
    background: url(../images/cerec/crown.png) center/contain no-repeat;
  }
  .sec03 .sec_image {
    min-width: auto;
  }
  .sec03 .sec_image img {
    width: 100%;
  }
  .sec03 .image_text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    border-radius: 50%;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    text-align: center;
  }
  .sec03 .image_text:nth-of-type(1) {
    top: -11.1vw;
    right: -1.7vw;
    background: rgba(203, 226, 241, 0.91);
  }
  .sec03 .image_text:nth-of-type(2) {
    top: 8.3vw;
    right: -2.7vw;
    background: rgba(205, 170, 156, 0.91);
  }
  .sec03 .box {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(182, 134, 103, 0.32);
  }
  .sec03 .box_title {
    width: 100%;
    margin: 0 auto 13.8vw;
    padding-bottom: 5.5vw;
    border-bottom: 1px dashed #695446;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 16.6vw;
    padding: 0 2.7vw 0 8.3vw;
    margin: 0 0 20px;
    background: #fff;
    box-sizing: border-box;
    font-size: 4.4vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .sec03 .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.7vw;
    width: 8.3vw;
    height: 8.5vw;
    margin: auto 0;
    background: url(../images/denture/check01.png) center/contain no-repeat;
  }
  .sec03 .box_text {
    font-family: "noto serif jp", serif;
    font-size: 5vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.sec04 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec04 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  padding-top: 30px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec04 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec04 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec04 .cont {
  width: 1150px;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec04 .cont:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec04 .cont_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 0 auto 30px;
}
.sec04 .cont_image {
  margin-right: 30px;
}
.sec04 .cont_title {
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec04 .cont_text {
  width: 580px;
  margin: 0 auto 50px;
}
.sec04 .list {
  display: flex;
  justify-content: space-between;
}
.sec04 .item {
  width: 500px;
}
.sec04 .item_title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec04 .merit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec04 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/denture/circle.png) center/contain no-repeat;
}
.sec04 .merit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec04 .demerit_item {
  position: relative;
  padding-left: 2.5em;
}
.sec04 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/denture/cross.png) center/contain no-repeat;
}
.sec04 .demerit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec04 .item:nth-of-type(1) .item_title {
  background: #ce807d;
}
.sec04 .item:nth-of-type(2) .item_title {
  background: #b4af8d;
}
.sec04 .costbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2837f;
  margin: 0 auto 30px;
  font-family: "noto serif jp", serif;
}
.sec04 .costbox .left {
  padding-right: 50px;
  font-size: 24px;
  font-weight: 500;
}
.sec04 .costbox .cost {
  font-size: 24px;
  font-weight: 500;
}
.sec04 .costbox .cost_item {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-top: 22.2vw;
    padding-bottom: 22.2vw;
    box-sizing: border-box;
  }
  .sec04 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec04 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec04 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .sec_body {
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec04 .cont {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec04 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 8.3vw;
  }
  .sec04 .cont_image {
    margin-right: 2.7vw;
  }
  .sec04 .cont:nth-of-type(1) .cont_image img {
    width: 11.1vw;
  }
  .sec04 .cont:nth-of-type(2) .cont_image img {
    width: 19.4vw;
  }
  .sec04 .cont:nth-of-type(3) .cont_image img {
    width: 16.6vw;
  }
  .sec04 .cont_title {
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
    text-align: center;
  }
  .sec04 .cont_text {
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec04 .list {
    display: block;
  }
  .sec04 .item {
    width: 100%;
  }
  .sec04 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec04 .item_title {
    padding: 2.7vw;
    margin-bottom: 5.5vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec04 .merit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec04 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/circle.png) center/contain no-repeat;
  }
  .sec04 .merit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .demerit_item {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
  }
  .sec04 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5vw;
    height: 5.5vw;
    background: url(../images/denture/cross.png) center/contain no-repeat;
  }
  .sec04 .demerit_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .item:nth-of-type(1) .item_title {
    background: #ce807d;
  }
  .sec04 .item:nth-of-type(2) .item_title {
    background: #b4af8d;
  }
  .sec04 .costbox {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #c2837f;
    margin: 0 auto 8.3vw;
  }
  .sec04 .costbox .left {
    min-width: 18vw;
    padding-right: 5.5vw;
    font-size: 5vw;
    font-weight: 500;
  }
  .sec04 .costbox .cost {
    font-size: 5vw;
    font-weight: 500;
  }
  .sec04 .costbox .cost_item {
    font-size: 5vw;
    font-weight: 500;
  }
}

.sec05 {
  padding-bottom: 80px;
}
.sec05 .sec_header {
  position: relative;
  width: 1240px;
  height: 170px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #ce807d;
}
.sec05 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}
.sec05 .sec_title {
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 170px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .list {
  width: 1150px;
  margin: 0 auto;
}
.sec05 .item:not(:last-of-type) {
  margin-bottom: 60px;
}
.sec05 .item_header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.sec05 .item_num {
  margin-right: 15px;
  letter-spacing: 0.1em;
  color: #ce807d;
}
.sec05 .item_title {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.sec05 .item_body {
  display: flex;
}
.sec05 .item_image {
  min-width: 292px;
  margin-right: 30px;
}
.sec05 .item_text {
  width: 700px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 22.2vw;
  }
  .sec05 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 8.3vw;
    box-sizing: border-box;
    background: #ce807d;
  }
  .sec05 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec05 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 6.1vw;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .list {
    width: 100%;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec05 .item:not(:last-of-type) {
    margin-bottom: 16.6vw;
  }
  .sec05 .item_header {
    margin-bottom: 5.5vw;
    display: flex;
    align-items: center;
  }
  .sec05 .item_num {
    margin-right: 4.1vw;
    letter-spacing: 0.1em;
    color: #ce807d;
    font-size: 4.4vw;
  }
  .sec05 .item_title {
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .sec05 .item_body {
    display: block;
  }
  .sec05 .item_image {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec05 .item_image img {
    width: 100%;
  }
  .sec05 .item_text {
    width: 100%;
    text-align: justify;
    line-height: 2;
    font-size: 4.4vw;
  }
}

.sec06 {
  width: 1150px;
  padding: 80px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  background: #fcf9f2;
}
.sec06 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec06 .sec_text {
  width: 750px;
  margin: 0 auto 80px;
}
.sec06 .flexbox {
  display: flex;
}
.sec06 .term {
  width: 440px;
  padding-bottom: 20px;
  border-bottom: 1px solid #695446;
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.sec06 .desc {
  padding-left: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.sec06 .desc .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    width: 100%;
    padding: 11.1vw 5.5vw;
    margin: 0 auto 22.2vw;
    box-sizing: border-box;
    background: #fcf9f2;
  }
  .sec06 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec06 .sec_text {
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec06 .flexbox {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec06 .term {
    width: 100%;
    padding-bottom: 5.5vw;
    border-bottom: 1px solid #695446;
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .sec06 .desc {
    padding-left: 2.7vw;
    margin-bottom: 2.7vw;
    font-size: 5vw;
    letter-spacing: 0.05em;
  }
  .sec06 .desc .small {
    padding-top: 2.7vw;
    font-size: 4vw;
  }
  .sec06 .desc:not(:last-of-type) {
    margin-bottom: 8.3vw;
  }
  .sec06 .sec_image {
    margin-bottom: 5.5vw;
  }
  .sec06 .sec_image img {
    width: 100%;
  }
}/*# sourceMappingURL=cerec.css.map */