@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.main_visual {
  background: url(../img/mv_bg_1366.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .main_visual {
    background: url(../img/mv_bg_640.jpg) center center/cover no-repeat;
  }
}

.area01 {
  padding: 0;
}
.area01_inner {
  width: 91.875%;
  max-width: 1000px;
  margin: auto;
}
.area01_inner .contents_title {
  width: 100%;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  border: solid #925a92;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 32px;
  color: #925a92;
}
@media screen and (max-width: 640px) {
  .area01_inner .contents_title {
    font-size: 34px;
    height: 68px;
  }
}
.area01_inner_inner {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
}

.area02 {
  padding: 100px 0 0;
}
.area02_inner {
  width: 91.875%;
  max-width: 1000px;
  margin: auto;
}
.area02_inner .contents_title {
  width: 100%;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  border: solid #925a92;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 32px;
  color: #925a92;
}
@media screen and (max-width: 640px) {
  .area02_inner .contents_title {
    font-size: 34px;
    height: 68px;
  }
}
.area02_inner_inner {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
}

.area03 {
  padding: 100px 0 40px;
}
.area03_inner {
  width: 91.875%;
  max-width: 1000px;
  margin: auto;
}
.area03_inner .contents_title {
  width: 100%;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
  border: solid #925a92;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 32px;
  color: #925a92;
}
@media screen and (max-width: 640px) {
  .area03_inner .contents_title {
    font-size: 34px;
    height: 68px;
  }
}
.area03_inner_inner {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
}

.ronbun {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
.ronbun ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75em;
}
.ronbun ul li {
  line-height: 1.75;
  position: relative;
  padding-left: 1.25em;
}
.ronbun ul li::before {
  position: absolute;
  left: 0;
  top: 0.375em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../img/common/dot_16blue.png) center center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  .ronbun ul li {
    font-size: 24px;
  }
}
