@charset "UTF-8";
@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: 93.75%;
  max-width: 680px;
  margin: auto;
}
.area01_inner h3 {
  margin-left: 10px;
  font-size: 24px;
  line-height: 36px;
  padding-left: 18px;
  font-weight: 700;
  position: relative;
}
.area01_inner h3.second_h3 {
  margin-top: 80px;
}
.area01_inner h3::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "";
  width: 6px;
  height: 36px;
  background: linear-gradient(180deg, #c499c4, #5287c5);
}
@media screen and (max-width: 640px) {
  .area01_inner h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .area01_inner h3::before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: "";
    width: 7px;
    height: 46px;
    background: linear-gradient(180deg, #c499c4, #5287c5);
  }
}
.area01_inner_inner {
  width: 100%;
  margin: 20px auto 0;
}
.area01_inner_inner .table {
  display: grid;
  grid-template-columns: 168px repeat(7, 1fr);
  grid-auto-rows: 54px;
}
@media screen and (max-width: 640px) {
  .area01_inner_inner .table {
    grid-template-columns: 170px repeat(7, 1fr);
    grid-auto-rows: 64px;
  }
}
.area01_inner_inner .table li {
  box-sizing: border-box;
  border-bottom: 1px solid #4d7eb9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area01_inner_inner .table li:nth-child(-n+8) {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.area01_inner_inner .table li:nth-child(7) {
  color: #4d7eb9;
}
.area01_inner_inner .table li:nth-child(8) {
  color: #925a92;
}
@media screen and (max-width: 640px) {
  .area01_inner_inner .table li {
    font-size: 22px;
  }
}
.area01_inner_inner .cap {
  font-size: 14px;
  margin-top: 0.5em;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .area01_inner_inner .cap {
    font-size: 20px;
  }
}
.area01_inner_inner .note {
  margin-top: 28px;
}
.area01_inner_inner .note li {
  position: relative;
  line-height: 1.75;
  padding-left: 1em;
}
.area01_inner_inner .note li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.area01_inner_inner .note li span {
  font-weight: 700;
  color: #e95377;
}
@media screen and (max-width: 640px) {
  .area01_inner_inner .note li {
    font-size: 24px;
  }
}
.area01_inner_inner .note li.square {
  font-weight: 700;
  color: #a86fa5;
}
.area01_inner_inner .note li.square::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "■";
}
.area01_inner_inner .note li.circle {
  font-weight: 700;
  color: #a86fa5;
}
.area01_inner_inner .note li.circle::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "●";
}
.area01_inner_inner .note li.star {
  font-weight: 700;
  color: #a86fa5;
}
.area01_inner_inner .note li.star::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "★";
}
.area01_inner_inner .note li.triangle {
  font-weight: 700;
  color: #a86fa5;
}
.area01_inner_inner .note li.triangle::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "▲";
}
.area01_inner_inner .sub {
  margin-top: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  color: #4d7eb9;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .area01_inner_inner .sub {
    font-size: 22px;
  }
}

.area02 {
  padding: 100px 0 40px;
}
.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;
}
.area02_inner_inner .read {
  text-align: center;
}
.area02_inner_inner .read p {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  color: #e95377;
}
.area02_inner_inner .read p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .read p {
    font-size: 24px;
  }
}
.area02_inner_inner .note {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 18px 40px;
  background: #f2f2f2;
  border-radius: 1em;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .note {
    padding: 18px;
  }
}
.area02_inner_inner .note ul li {
  line-height: 1.75;
  position: relative;
  padding-left: 1.25em;
}
.area02_inner_inner .note ul li::before {
  position: absolute;
  left: 0;
  top: 0.375em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../img/common/dot_16.png) center center/contain no-repeat;
}
.area02_inner_inner .note ul li span.purple {
  font-weight: 700;
  color: #925a92;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .note ul li {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */