@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 .intro {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 386px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .area01_inner .intro {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .area01_inner .intro .img {
    width: 386px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner .intro .img {
    width: 464px;
  }
}
.area01_inner .intro .copy p {
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area01_inner .intro .copy p {
    font-size: 24px;
  }
}
.area01_inner .intro .copy ul {
  margin-top: 50px;
}
.area01_inner .intro .copy ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #4d7eb9;
  list-style: decimal;
  margin-left: 50px;
  position: relative;
}
.area01_inner .intro .copy ul li a {
  color: #4d7eb9;
}
@media screen and (max-width: 640px) {
  .area01_inner .intro .copy ul li {
    font-size: 22px;
    margin-left: 40px;
    letter-spacing: -0.025em;
  }
}
.area01_inner .intro .copy ul li:nth-child(n + 2) {
  margin-top: 20px;
}
.area01_inner .intro .copy ul li::before {
  position: absolute;
  left: -50px;
  bottom: 0;
  transform: translateY(100%);
  content: "";
  width: calc(100% + 50px);
  height: 4px;
  background: linear-gradient(90deg, #c499c4, #5287c5);
}
@media screen and (max-width: 640px) {
  .area01_inner .intro .copy ul li::before {
    left: -30px;
    width: calc(100% + 30px);
    height: 6px;
  }
}
.area01_inner .intro .copy ul li:hover::before {
  background: linear-gradient(-90deg, #c499c4, #5287c5);
}
.area01_inner .answer {
  margin: 40px auto 0;
  width: 100%;
  max-width: 960px;
}
.area01_inner .answer > li {
  box-sizing: border-box;
  border: 2px solid #5287c5;
  border-radius: 12px;
  padding: 30px 50px;
}
.area01_inner .answer > li:nth-child(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .area01_inner .answer > li {
    padding: 20px;
  }
}
.area01_inner .answer > li .h2area {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area01_inner .answer > li .h2area {
    font-size: 28px;
  }
}
.area01_inner .answer > li .h2area::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 1.5em;
  background: linear-gradient(0deg, #c499c4, #5287c5);
}
.area01_inner .answer > li .h2area li {
  margin-left: 2em;
  list-style: decimal;
}
.area01_inner .answer > li .copy {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .area01_inner .answer > li .copy {
    font-size: 22px;
  }
}
.area01_inner .answer > li .copy p {
  line-height: 1.75;
  text-indent: 1em;
  text-align: justify;
}

.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;
  box-sizing: border-box;
  padding: 50px;
  background: #f2f2f2;
  border-radius: 1em;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner {
    padding: 50px 1em;
  }
}
.area02_inner_inner .contents {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .area02_inner_inner .contents {
    grid-template-columns: 1fr;
  }
}
.area02_inner_inner .contents dt .img {
  box-sizing: border-box;
  border: 10px solid #fff;
}
.area02_inner_inner .contents dt .name {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  margin-top: 0.5em;
}
.area02_inner_inner .contents dt .birthday {
  text-align: center;
  color: #4d7eb9;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .area02_inner_inner .contents dt {
    width: 280px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dt {
    width: 336px;
  }
  .area02_inner_inner .contents dt .name {
    font-size: 32px;
  }
  .area02_inner_inner .contents dt .birthday {
    font-size: 20px;
  }
}
.area02_inner_inner .contents dd {
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd {
    font-size: 24px;
  }
}
.area02_inner_inner .contents dd ul li div.history {
  display: grid;
  grid-template-columns: 172px 1fr;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd ul li div.history {
    grid-template-columns: 7em 1fr;
  }
}
.area02_inner_inner .contents dd ul li div.history div:first-child {
  position: relative;
  padding-left: 1.25em;
}
.area02_inner_inner .contents dd ul li div.history div:first-child::before {
  position: absolute;
  left: 0;
  top: 0.875em;
  display: inline-block;
  transform: translateY(-50%);
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../img/common/dot_16.png) center center/cover no-repeat;
}
.area02_inner_inner .contents dd hr {
  width: 100%;
  margin: 1em auto;
  border: none;
  border-top: 1px solid #bf96bf;
}
.area02_inner_inner .contents dd .profile {
  display: grid;
  grid-template-columns: 172px 1fr;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd .profile {
    grid-template-columns: 7em 1fr;
  }
}
.area02_inner_inner .contents dd .profile div.profile_title {
  width: 7em;
  box-sizing: border-box;
  margin: 0 auto 0 1.5em;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd .profile div.profile_title {
    margin: 0 auto 0 0;
    width: 6em;
  }
}
.area02_inner_inner .contents dd .profile div.profile_title.ls01 {
  letter-spacing: 1.075em;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd .profile div.profile_title.ls01 {
    letter-spacing: 0.95em;
  }
}
.area02_inner_inner .contents dd .profile div.profile_title.ls02 {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner .contents dd .profile div.profile_title.ls02 {
    letter-spacing: 0.175em;
  }
}
.area02_inner_inner .contents dd .profile div:last-child a {
  color: #262626;
  text-decoration: underline;
}
.area02_inner_inner .contents dd .profile div:last-child a:hover {
  text-decoration: none;
}
