/*color*/
/*weight*/
.page-news {
  width: 100%;
  background-image: url(../img/news/grid-bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page-news .l-header .logo,
.page-news .l-header .hmbtn {
  opacity: 1 !important;
  pointer-events: auto !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-news #main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/news/archive-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page-news #main {
    background-image: url(../img/news/archive-bg_sp.svg);
  }
}
.page-news .p-archive {
  width: 100rem;
  margin: 0 auto;
  padding-top: 13.8rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive {
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 6.5rem;
  }
}
.page-news .p-archive h1 {
  font-size: 12rem;
  text-align: center;
  position: relative;
  background: linear-gradient(330deg, #FFE8E8 33%, #8AC8FC 59.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.05;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive h1 {
    font-size: 6.7rem;
    margin-bottom: 5rem;
  }
}
.page-news .p-archive h1::before, .page-news .p-archive h1::after {
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive h1::before, .page-news .p-archive h1::after {
    width: 1.54rem;
    height: 1.54rem;
  }
}
.page-news .p-archive h1::before {
  background-image: url(../img/news/ttl-before.svg);
}
.page-news .p-archive h1::after {
  background-image: url(../img/news/ttl-after.svg);
}
.page-news .p-archive_list {
  width: 100%;
}
.page-news .p-archive_list_item {
  display: block;
  padding-bottom: 2.6rem;
  position: relative;
  margin-bottom: 3rem;
}
.page-news .p-archive_list_item::before, .page-news .p-archive_list_item::after {
  content: "";
  width: 1px;
  background-color: #EAC4D0;
  position: absolute;
  top: 0;
}
.page-news .p-archive_list_item::before {
  left: 0;
  height: 100%;
  z-index: 1;
}
.page-news .p-archive_list_item::after {
  right: 0;
  height: 5.3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item::after {
    height: 9rem;
  }
}
.page-news .p-archive_list_item.is-2line::after {
  height: 8.8rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item.is-2line::after {
    height: 11.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item {
    width: 31.3rem;
    margin: 0 auto;
    margin-bottom: 1.3rem;
    padding-bottom: 2.55rem;
  }
}
.page-news .p-archive_list_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  padding: 2.7rem 6rem 0 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: solid 1px #EAC4D0;
  background-color: #fff;
}
.page-news .p-archive_list_item a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../img/news/list-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item a::before {
    width: 1.4rem;
    height: 1.4rem;
    left: 0.8rem;
  }
}
.page-news .p-archive_list_item a::after {
  content: "";
  width: 100%;
  height: 3.8rem;
  background-image: url(../img/news/archive-list_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item a::after {
    background-image: url(../img/news/archive-list_line_sp.png);
    height: 2.6rem;
    bottom: -2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item a {
    padding: 2.6rem 2.4rem 1rem 2.4rem;
    display: block;
  }
}
.page-news .p-archive_list_item a:hover .text {
  color: #E3A5BB;
}
.page-news .p-archive_list_item a .date {
  color: #B4AEAE;
  font-weight: 500;
  width: 8.3rem;
  min-width: 8.3rem;
  margin-right: 9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item a .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    padding-bottom: 0.3rem;
  }
}
.page-news .p-archive_list_item a .text {
  width: 63.6rem;
  z-index: 1;
  position: relative;
  color: #575353;
  font-weight: 500;
  line-height: 2.2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item a .text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-news .p-archive_list_item.-new .date::before {
  content: "NEW!!";
  font-family: "Bayon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  width: 4.8rem;
  background-color: #F55973;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  right: -7.5rem;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-news .p-archive_list_item.-new .date::before {
    width: 4.2rem;
    font-size: 1.225rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 0.3rem;
    right: -4.7rem;
    line-height: 1.3;
    padding: 0.2rem 0 0;
  }
}
.page-news .single-page {
  background-image: url(../img/news/single-bg.svg) !important;
  background-size: 102% !important;
}
@media screen and (max-width: 767px) {
  .page-news .single-page {
    background-image: url(../img/news/single-bg_sp.svg) !important;
    background-size: 100% !important;
  }
}
.page-news .p-single {
  width: 100rem;
  margin: 0 auto;
  padding-top: 14.8rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single {
    width: 100%;
    padding: 12rem 2rem 8rem;
  }
}
.page-news .p-single_ttl {
  font-size: 6rem;
  text-align: center;
  position: relative;
  background: linear-gradient(330deg, #FFE8E8 42%, #8AC8FC 53.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single_ttl {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
}
.page-news .p-single_ttl::before, .page-news .p-single_ttl::after {
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-news .p-single_ttl::before, .page-news .p-single_ttl::after {
    width: 1.54rem;
    height: 1.54rem;
  }
}
.page-news .p-single_ttl::before {
  background-image: url(../img/news/ttl-before.svg);
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single_ttl::before {
    left: 0;
  }
}
.page-news .p-single_ttl::after {
  background-image: url(../img/news/ttl-after.svg);
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single_ttl::after {
    right: 0;
  }
}
.page-news .p-single .wp-content {
  width: 100%;
  background: linear-gradient(347.15deg, #FFE8E8 11.12%, #8AC8FC 100%), #000000;
  position: relative;
  color: #575353;
  border-radius: 0 1rem 1rem 1rem;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content {
    padding: 1.7rem 0.7rem 1rem;
    margin-bottom: 5rem;
  }
}
.page-news .p-single .wp-content::before {
  content: "";
  width: 17.75rem;
  height: 2.5rem;
  background-image: url(../img/news/single-content_before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -2.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content::before {
    width: 14.4rem;
    height: 1.5rem;
    background-image: url(../img/news/single-content_before_sp.png);
    top: -1.5rem;
  }
}
.page-news .p-single .wp-content_wrap {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_wrap {
    border-radius: 0.6rem;
    padding-top: 3.5rem;
  }
}
.page-news .p-single .wp-content_main {
  width: 80rem;
  margin: 0 auto;
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_main {
    width: 100%;
    padding: 0 2.4rem 6rem;
  }
}
.page-news .p-single .wp-content_main:before, .page-news .p-single .wp-content_main:after {
  content: "";
  display: table;
}
.page-news .p-single .wp-content_main:after {
  clear: both;
}
.page-news .p-single .wp-content_head {
  width: 100%;
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_head {
    padding: 1rem 0 0;
    margin-bottom: 5rem;
  }
}
.page-news .p-single .wp-content_head::before, .page-news .p-single .wp-content_head::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_head::before, .page-news .p-single .wp-content_head::after {
    display: none;
  }
}
.page-news .p-single .wp-content_head::before {
  background-image: url(../img/news/content_head-arrow-l.svg);
  left: 0;
}
.page-news .p-single .wp-content_head::after {
  background-image: url(../img/news/content_head-arrow-r.svg);
  right: 0;
}
.page-news .p-single .wp-content_head .date {
  color: #B4AEAE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_head .date {
    font-size: 1.4rem;
    padding-bottom: 0.3rem;
  }
}
.page-news .p-single .wp-content_head .date::before {
  content: "NEW!!";
  font-family: "Bayon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  width: 4.8rem;
  background-color: #F55973;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_head .date::before {
    width: 4.2rem;
    font-size: 1.225rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 1.5rem;
    line-height: 1.3;
    padding: 0.2rem 0 0;
  }
}
.page-news .p-single .wp-content_head h1 {
  color: #575353;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content_head h1 {
    font-size: 2.2rem;
  }
}
.page-news .p-single .wp-content p {
  font-weight: 500;
  line-height: 2.2;
  margin-top: 2rem;
  margin-bottom: 2rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-news .p-single .wp-content p:last-child {
  margin-bottom: 0;
}
.page-news .p-single .wp-content p a {
  color: #8193AC;
  font-weight: 600;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content p a {
    font-size: 1.4rem;
  }
}
.page-news .p-single .wp-content p a::after {
  content: "";
  width: 4.65rem;
  height: 2.583rem;
  background-image: url(../img/news/link-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content p a::after {
    width: 3.7rem;
    height: 2rem;
    margin-left: 1rem;
  }
}
.page-news .p-single .wp-content p a:hover {
  opacity: 0.6;
}
.page-news .p-single .wp-content .wp-block-image {
  margin-top: 6rem;
  margin-bottom: 6rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content .wp-block-image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.page-news .p-single .wp-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.page-news .p-single .wp-content .wp-block-image figcaption {
  font-weight: 500;
  margin-top: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content .wp-block-image figcaption {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1rem;
    text-align: left !important;
  }
}
.page-news .p-single .wp-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-news .p-single .wp-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-news .p-single .wp-content .aligncenter::after {
  content: "";
  clear: both;
}
.page-news .p-single .wp-content .alignleft {
  float: left;
}
.page-news .p-single .wp-content .alignleft::after {
  content: "";
  clear: both;
}
.page-news .p-single .wp-content .alignright {
  float: right;
}
.page-news .p-single .wp-content .alignright::after {
  content: "";
  clear: both;
}
.page-news .p-single .wp-content ul.wp-block-list {
  padding-left: 2rem;
  margin: 3rem 0;
  clear: both;
}
.page-news .p-single .wp-content ul.wp-block-list li {
  list-style: disc;
}
.page-news .p-single .wp-content ol.wp-block-list {
  padding-left: 2rem;
  margin: 3rem 0;
  clear: both;
}
.page-news .p-single .wp-content ol.wp-block-list li {
  list-style-type: decimal;
}
.page-news .p-single .wp-content .wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.page-news .p-single .wp-content h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #E3A5BB;
  text-underline-offset: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  clear: both;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content h2 {
    font-size: 2rem;
    margin-top: 5rem;
    line-height: 2.1;
    text-underline-offset: 1rem;
  }
}
.page-news .p-single .wp-content h2::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  background-image: url(../img/news/subhead-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.2rem;
  margin-right: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .wp-content h2::before {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    min-height: 3.6rem;
    top: 0.4rem;
    margin-right: 1rem;
  }
}
.page-news .p-single .wp-content h2:last-child {
  margin-bottom: 0;
}
.page-news .p-single .u-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .u-btn {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.page-news .p-single .u-btn:last-child {
  margin-bottom: 0;
}
.page-news .p-single .u-btn a {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8193AC;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 3.3rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 3.3rem) 100%, 0% 100%);
  width: 29.4rem;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .u-btn a {
    width: 20rem;
    font-size: 1.4rem;
    padding: 1.4rem 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2.3rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2.3rem) 100%, 0% 100%);
  }
}
.page-news .p-single .u-btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .u-btn a:before {
    border-width: 1.03rem 1.03rem 0 0;
    top: 0.4rem;
    left: 0.4rem;
  }
}
.page-news .p-single .u-btn a:hover {
  opacity: 0.7;
}
.page-news .p-single .u-btn.m-pdf a {
  position: relative;
  padding-right: 3.5rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .u-btn.m-pdf a {
    padding-left: 1.5rem;
  }
}
.page-news .p-single .u-btn.m-pdf a:after {
  content: "";
  width: 1.93rem;
  min-width: 1.93rem;
  height: 1.93rem;
  min-height: 1.93rem;
  background-image: url(../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: relative;
  left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .u-btn.m-pdf a:after {
    width: 1.44rem;
    min-width: 1.44rem;
    height: 1.44rem;
    min-height: 1.44rem;
    left: 1rem;
  }
}
.page-news .p-single .pagination {
  width: 62.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .pagination {
    width: 31.5rem;
  }
}
.page-news .p-single .pagination .prev, .page-news .p-single .pagination .next {
  width: 9.3rem;
  height: 5.167rem;
  position: absolute;
  top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .pagination .prev, .page-news .p-single .pagination .next {
    width: 3.6rem;
    height: 2rem;
    top: 1.5rem;
  }
}
.page-news .p-single .pagination .prev a, .page-news .p-single .pagination .next a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-news .p-single .pagination .prev a:hover, .page-news .p-single .pagination .next a:hover {
  opacity: 0.7;
}
.page-news .p-single .pagination .prev {
  left: 0;
}
.page-news .p-single .pagination .prev a {
  background-image: url(../img/news/page-prev.svg);
}
.page-news .p-single .pagination .next {
  right: 0;
}
.page-news .p-single .pagination .next a {
  background-image: url(../img/news/page-next.svg);
}
.page-news .p-single .pagination .u-btn {
  margin: 0 auto;
}
.page-news .p-single .pagination .u-btn a {
  width: 28rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-news .p-single .pagination .u-btn a {
    width: 18.9rem;
  }
}