header {
  background: #FFF;
}

.page_main {
  padding-top: 30px;
}
.page_main .container .contents .hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  min-width: 437px;
  margin-inline: auto;
  height: 184px;
}
@media screen and (max-width: 767px) {
  .page_main .container .contents .hgroup {
    min-width: initial;
    width: fit-content;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page_main .container .contents .hgroup .page_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index:5;
}
.page_main .container .contents .hgroup:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 91px;
  height: 117px;
  background: url(../img/common/footprints_icon_l.svg) no-repeat left top;
  background-size: cover;
  aspect-ratio: 91/117;
}
@media screen and (max-width: 767px) {
  .page_main .container .contents .hgroup:before {
    width: calc(91px * 0.5);
    height: calc(117px * 0.5);
    top: -25%;
  }
}
.page_main .container .contents .hgroup:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 134px;
  background: url(../img/common/footprints_icon_r.svg) no-repeat left top;
  background-size: cover;
  aspect-ratio: 61/134;
}
@media screen and (max-width: 767px) {
  .page_main .container .contents .hgroup:after {
    width: calc(61px * 0.5);
    height: calc(134px * 0.5);
    bottom: -50%;
  }
}
.page_main .container .contents .hgroup .page_title {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page_main .container .contents .hgroup .page_title {
    font-size: clamp(20px, 2.91667vw, 35px);
  }
}
.page_main .container .contents .hgroup .page_title_en {
  font-size: 15px;
  font-weight: 700;
  color: #F19DB5;
}
@media screen and (max-width: 767px) {
  .page_main .container .contents .hgroup .page_title_en {
    font-size: clamp(12px, 1.25vw, 15px);
  }
}

section {
  padding-top: 80px;
}
section .container {
  padding: 0;
}
section .container .contents {
  max-width: 1026px;
  margin-inline: auto;
}
section .container .contents:has(.contents_title) {
  background: #FFF;
  border-radius: 100px;
  padding: 100px;
}
@media screen and (max-width: 767px) {
  section .container .contents:has(.contents_title) {
    border-radius: 30px;
    padding: 50px 15px;
  }
}
section .container .contents .contents_title {
  font-size: 30px;
  width: fit-content;
  margin-inline: auto;
}
section .container .contents .contents_title:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: #F19DB5;
  margin-inline: auto;
}
section .container .contents .contents_title + * {
  margin-top: 50px;
}

.topics_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.topics_list .item {
  border-bottom: 1px solid #EBE3E6;
  padding-bottom: 20px;
}
.topics_list .item .btn {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 15px;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topics_list .item .btn {
    display: flex;
    flex-direction: column;
  }
}
/*
.topics_list .item .btn:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 88px;
  width: 29px;
  height: 28px;
  background: url(../img/common/footprints.svg) no-repeat left top;
  background-size: cover;
  opacity: 0;
  transition: all .3s;
}
*/
.topics_list .item .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_arrow1.svg) no-repeat left top;
  background-size: cover;
}
.topics_list .item .btn .post_date {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2EEEA;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .topics_list .item .btn .post_date {
    width: 65px;
    font-size: 12px;
  }
}
.topics_list .item .btn .post_title {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topics_list .item .btn .post_title {
    font-size: clamp(13px, 1.0981vw, 15px);
  }
}
@media (any-hover: hover) {
  .topics_list .item .btn:hover:before {
    opacity: 1;
  }
}

.template--style .container .contents {
  max-width: 1026px;
  margin-inline: auto;
  background: #FFF;
  border-radius: 100px;
  padding: 70px 100px 100px;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents {
    border-radius: 30px;
    padding: 50px 15px;
  }
}
.template--style .container .contents .post-thumbnail{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
.template--style .container .contents .post-thumbnail{
  }
}
.template--style .container .contents h2 {
  font-size: 30px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents h2 {
    font-size: clamp(20px, 2.5vw, 30px);
  }
}
.template--style .container .contents h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: #F19DB5;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents h2:after {
    width: 50px;
    height: 3px;
  }
}
.template--style .container .contents h2 + * {
  margin-top: 50px;
}
.template--style .container .contents h3 {
  border-bottom: 1px solid #EBE3E6;
  padding: 28px 0 0;
  position: relative;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents h3 {
    font-size: clamp(18px, 2.08333vw, 25px);
  }
}
.template--style .container .contents h3:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #F19DB5;
  border-radius: 0 0 3px 3px;
}
.template--style .container .contents h3 + * {
  margin-top: 20px !important;
}
.template--style .container .contents h4 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents h4 {
    font-size: clamp(16px, 1.66667vw, 20px);
  }
}
.template--style .container .contents h4 + * {
  margin-top: 20px !important;
}
.template--style .container .contents h4:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #F19DB5;
}
.template--style .container .contents * + h2, .template--style .container .contents * + h3, .template--style .container .contents * + h4 {
  margin-top: 70px !important;
}
.template--style .container .contents p {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents p {
    font-size: clamp(14px, 1.25vw, 15px);
  }
}
.template--style .container .contents dl {
  display: flex;
  gap: 39px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .template--style .container .contents dl {
    flex-direction: column;
    gap: 20px;
  }
}
.template--style .container .contents dl img {
  width: 322px;
  margin-inline: auto;
}
.template--style .container .contents dl dt {
  width: 322px;
}
.template--style .container .contents dl dd {
  width: calc(100% - 322px - 39px);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents dl dd {
    font-size: clamp(14px, 1.25vw, 15px);
    width: 100%;
  }
}
.template--style .container .contents dl:nth-of-type(2n) dt {
  order: 2;
}
.template--style .container .contents dl:nth-of-type(2n) dd {
  order: 1;
}
.template--style .container .contents ul {
  list-style: disc;
  margin: 10px 0 10px 1rem;
}
.template--style .container .contents ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents ul li {
    font-size: clamp(14px, 1.25vw, 15px);
  }
}
.template--style .container .contents ul li + li {
  margin-top: 0.25rem;
}
.template--style .container .contents ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 1rem;
}
.template--style .container .contents ol li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents ol li {
    font-size: clamp(14px, 1.25vw, 15px);
  }
}
.template--style .container .contents ol li + li {
  margin-top: 0.25rem;
}
.template--style .container .contents table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #EBE3E6;
  table-layout: fixed;
  margin-bottom: 30px;
  margin-top: 20px;
}
.template--style .container .contents table tr td,
.template--style .container .contents table tr th {
  border: 1px solid #EBE3E6;
  padding: 10px 20px;
}
.template--style .container .contents table tr th {
  background: #F2EEEA;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 700;
  width:25%;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents table tr th {
    font-size: clamp(14px, 1.25vw, 15px);
  }
}
.template--style .container .contents table tr td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .template--style .container .contents table tr td {
    font-size: clamp(14px, 1.25vw, 15px);
  }
}
.template--style .container .contents .error{
    display: flex;
}
.template--style .container .contents .error img{
    width: 30%;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
.template--style .container .contents .error{
    display: flex;
    flex-direction: column;
}
.template--style .container .contents .error img{
    width: 60%;
    margin-left: 20%;
}
}

/* other */

video.guidemovie{width:100%;}

/*# sourceMappingURL=common.css.map */
