.c-page {
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .c-page {
    padding: 100px 0;
  }
}
.c-page > *:first-child {
  margin-top: 0;
}
.c-page > * {
  margin-top: 14px;
}
@media screen and (min-width: 821px) {
  .c-page > * {
    margin-top: 24px;
  }
}
.c-page p {
  font-size: 18px;
  line-height: 1.8888888889;
}
@media screen and (min-width: 821px) {
  .c-page p {
    font-size: 22px;
    line-height: 1.9090909091;
  }
}
.c-page p.has-small-font-size {
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .c-page p.has-small-font-size {
    font-size: 16px;
  }
}
.c-page p.has-text-align-center {
  text-align: center !important;
}
.c-page h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .c-page h1 {
    font-size: 30px;
  }
}
.c-page h1 strong {
  color: #ce4170;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 0.5em;
  background: none;
  font-weight: 300;
}
@media screen and (min-width: 821px) {
  .c-page h1 strong {
    font-size: 17px;
  }
}
.c-page h2 {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .c-page h2 {
    margin-top: 50px;
  }
}
.c-page h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(217, 156, 162, 0.3);
}
.c-page h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 8px;
  z-index: 1;
}
.c-page h2 strong {
  color: #fff;
  line-height: 1.7;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 14px 10px 28px;
  background: #d99ca2;
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 821px) {
  .c-page h2 strong {
    font-size: 30px;
  }
}
.c-page h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 0 10px;
  border-left: 5px solid #d99ca2;
  color: #d99ca2;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .c-page h3 {
    font-size: 30px;
    margin-top: 50px;
  }
}
.c-page .c-ttl03-02 {
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 0 10px;
  border-left: 5px solid #d99ca2;
  color: #d99ca2;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .c-page .c-ttl03-02 {
    font-size: 30px;
  }
}
.c-page h4 {
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  border-radius: 5px;
  background: #faede7;
  padding: 12px 20px 12px 30px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.c-page h4::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background: #ce4170;
}
@media screen and (min-width: 821px) {
  .c-page h4 {
    font-size: 22px;
  }
}
.c-page h5 {
  border: 2px solid #ce4170;
  padding: 10px 24px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width: 821px) {
  .c-page h5 {
    font-size: 22px;
    padding: 15px 24px;
  }
}
.c-page a {
  font-size: 18px;
  color: #5d71ce;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .c-page a {
    font-size: 22px;
  }
}
.c-page ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.8888888889;
}
@media screen and (min-width: 821px) {
  .c-page ol li {
    font-size: 22px;
  }
}
.c-page ol li:last-of-type {
  margin-bottom: 0;
}
.c-page ol li::before {
  content: counter(list-counter, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  top: 0;
  color: #ce4170;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}
.c-page ol li ol li {
  counter-increment: list-counter-child;
  padding-left: 3.5em;
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .c-page ol li ol li {
    font-size: 18px;
  }
}
.c-page ol li ol li::before {
  content: counter(list-counter, decimal-leading-zero) "-" counter(list-counter-child, decimal-leading-zero) ". ";
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .c-page ol li ol li::before {
    font-size: 18px;
  }
}
.c-page ul li {
  font-size: 18px;
  align-items: flex-start;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.c-page ul li:last-of-type {
  margin-bottom: 0;
}
.c-page ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ce4170;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 821px) {
  .c-page ul li {
    font-size: 22px;
  }
}
.c-page ul li ul li {
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .c-page ul li ul li {
    font-size: 18px;
  }
}
.c-page ul li ul li::before {
  border: 2px solid #ce4170;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 6px;
}
@media screen and (min-width: 821px) {
  .c-page ul li ul li::before {
    top: 8px;
  }
}
.c-page ul li ul li a {
  font-size: 16px;
}
@media screen and (min-width: 821px) {
  .c-page ul li ul li a {
    font-size: 18px;
  }
}
.c-page strong {
  font-weight: bold;
  background: linear-gradient(transparent 65%, #f4d9d2 65%);
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.c-page .wp-block-table tr {
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-start;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table tr {
    font-size: 18px;
  }
}
.c-page .wp-block-table tr:last-of-type {
  margin-bottom: 0;
}
.c-page .wp-block-table tr.block {
  flex-direction: column;
}
.c-page .wp-block-table td {
  width: 80px;
  margin-right: 20px;
  border: none !important;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td {
    width: 16%;
  }
}
.c-page .wp-block-table td strong {
  display: block;
  font-weight: bold;
  width: 80px;
  flex-shrink: 0;
  padding: 8px 2px;
  line-height: 1.4;
  text-align: center;
  background: #d99ca2;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td strong {
    width: 90px;
    padding: 8px 0;
    line-height: 1.4;
  }
}
.c-page .wp-block-table td:nth-of-type(2) {
  line-height: 1.875;
  width: calc(100% - 80px);
  margin-right: 0;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td:nth-of-type(2) {
    width: 84%;
  }
}
.c-page .wp-block-table td:nth-of-type(2) .flex {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #e6e6e6;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td:nth-of-type(2) .flex {
    font-size: 16px;
    width: 100%;
  }
}
.c-page .wp-block-table td:nth-of-type(2) .flex:first-of-type {
  margin-top: 1em;
}
.c-page .wp-block-table td:nth-of-type(2) .flex:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-page .wp-block-table td:nth-of-type(2) .flex .year {
  width: 80px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td:nth-of-type(2) .flex .year {
    width: 16%;
  }
}
.c-page .wp-block-table td:nth-of-type(2) .flex .desc {
  line-height: 1.4285714286;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-table td:nth-of-type(2) .flex .desc {
    line-height: 1.5;
  }
}
.c-page .wp-block-tableberg-wrapper {
  overflow-x: auto;
}
.c-page .tableberg-table-wrapper {
  width: 600px;
}
@media screen and (min-width: 821px) {
  .c-page .tableberg-table-wrapper {
    width: 100%;
  }
}
.c-page .wp-block-tableberg-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.c-page .wp-block-tableberg-wrapper table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-tableberg-wrapper table td {
    padding: 16px 10px 16px 50px;
  }
}
.c-page .wp-block-tableberg-wrapper table td.color {
  background-color: #fbf7f6;
}
.c-page .wp-block-tableberg-wrapper table td p {
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-tableberg-wrapper table td p {
    font-size: 18px;
  }
}
.c-page .wp-block-tableberg-wrapper table td p strong {
  font-weight: bold;
}
.c-page .wp-block-tableberg-wrapper table td p.has-small-font-size {
  font-size: 10px;
}
@media screen and (min-width: 821px) {
  .c-page .wp-block-tableberg-wrapper table td p.has-small-font-size {
    font-size: 14px;
  }
}
.c-page .wp-block-tableberg-wrapper table tr {
  border: 1px solid #e6e6e6;
}
.c-page .img-txt-link {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 16px 20px 16px 16px;
  border-bottom: 1px solid #ce4170;
  box-shadow: 0px 0px 5px rgba(206, 65, 112, 0.3);
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link {
    width: 623px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link:hover {
    box-shadow: 0px 0px 20px rgba(206, 65, 112, 0.5);
  }
  .c-page .img-txt-link:hover::before {
    right: 5px;
  }
}
.c-page .img-txt-link:active {
  box-shadow: 0px 0px 20px rgba(206, 65, 112, 0.5);
}
.c-page .img-txt-link:active::before {
  right: 5px;
}
.c-page .img-txt-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: url("../img/common/arrow-pink.png") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.c-page .img-txt-link img {
  height: 80px;
  width: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 20px;
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link img {
    width: 165px;
    height: 120px;
  }
}
.c-page .img-txt-link figcaption {
  line-height: 1.5;
  width: calc(100% - 110px);
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link figcaption {
    width: calc(100% - 165px);
  }
}
.c-page .img-txt-link figcaption a {
  padding: 14px 0;
  color: #000;
  display: block;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link figcaption a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 821px) {
  .c-page .img-txt-link figcaption {
    font-size: 24px;
    line-height: 1.7;
  }
}

.wp-block-buttons {
  text-align: center;
  justify-content: center;
}

.wp-block-button {
  border-radius: 25px;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .wp-block-button {
    width: auto;
    margin: 10px auto 0;
    display: inline-block;
    text-align: center;
  }
}
.wp-block-button.is-external-link {
  position: relative;
}
.wp-block-button.is-external-link::before {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background: url("../img/common/icon-external-white.png") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 10;
}
.wp-block-button.is-external-link:hover::before {
  background: url("../img/common/icon-external.png") no-repeat center top/cover;
}
.wp-block-button a {
  color: #fff;
  font-size: 16px;
  background: #ce4170;
  padding: 10px 60px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  border: 1px solid #ce4170;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .wp-block-button a {
    font-size: 20px;
    border-radius: 40px;
    padding: 20px 60px;
  }
}
.wp-block-button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 27px;
  z-index: -1;
  background: #fff;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.wp-block-button a::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: url("../img/common/arrow-white.png") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 821px) {
  .wp-block-button a:hover {
    color: #ce4170;
  }
  .wp-block-button a:hover::after {
    background: url("../img/common/arrow-pink.png") no-repeat center top/cover;
  }
  .wp-block-button a:hover::before {
    transform: scaleX(1);
  }
}
.wp-block-button a:active {
  color: #ce4170;
}
.wp-block-button a:active::after {
  background: url("../img/common/arrow-pink.png") no-repeat center top/cover;
}
.wp-block-button a:active::before {
  transform: scaleX(1);
}
@media screen and (min-width: 821px) {
  .wp-block-button a span {
    margin-left: -15px;
  }
}
.wp-block-button a span::before {
  left: 24%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 821px) {
  .wp-block-button a span::before {
    position: static;
    transform: translateY(0);
    margin-right: 15px;
  }
}

.custom-border {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #f4d9d2;
}
@media screen and (min-width: 821px) {
  .custom-border {
    padding: 30px;
  }
}
.custom-border h4 {
  margin-bottom: 20px;
}
.custom-border p {
  margin-bottom: 20px;
}
.custom-border p:last-child {
  margin-bottom: 0;
}

.has-background {
  padding: 10px !important;
  border-radius: 10px;
}
@media screen and (min-width: 821px) {
  .has-background {
    padding: 30px 40px !important;
  }
}

.wp-block-gallery img {
  height: auto;
}
/*# sourceMappingURL=page.css.map */