.Breadcrumb {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .Breadcrumb {
    margin-top: 69px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.Breadcrumb-List {
  max-width: 1160px;
}
.Breadcrumb-List-Item:nth-child(2) {
  margin-right: 14px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .Breadcrumb-List-Item:nth-child(3) {
    margin-top: 10px;
    line-height: 1.5;
    display: block;
  }
}
/* ---------------------------- */
/* --- NewsSection --- */
/* ---------------------------- */
.News {
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .News {
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
}
.News-Inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 944px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .News-Inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.News-Inner-Container {
  width: 100%;
}
.News-Inner-Container-Head {
  width: 100%;
}
.News-Inner-Container-Head-Date {
  letter-spacing: 0.05em;
  color: #969696;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.News-Inner-Container-Head-Title {
  margin-top: 24px;
  display: block;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Head-Title {
    font-size: 20px;
  }
}
.News-Inner-Container-Content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Content {
    margin-top: 24px;
  }
}
.News-Inner-Container-Content > *:first-child {
  margin-top: 0 !important;
}
.News-Inner-Container-Content > * + * {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Content > * + * {
    margin-top: 25px;
  }
}
.News-Inner-Container-Content figure.wp-block-image {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Content figure.wp-block-image {
    margin: 24px 0;
  }
}
.News-Inner-Container-Content h1 {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.News-Inner-Container-Content h2 {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.News-Inner-Container-Content h3 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.News-Inner-Container-Content h4 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.News-Inner-Container-Content h5 {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.News-Inner-Container-Content p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .News-Inner-Container-Content p {
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}
.News-Inner-BtnSection {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection {
    margin-top: 36px;
  }
}
.News-Inner-BtnSection-BackBtn {
  position: relative;
  width: 222px;
  border: 1px solid #71a5ca;
  background: #71a5ca;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn {
    width: 260px;
    height: 52px;
    font-size: 14px;
  }
}
.News-Inner-BtnSection-BackBtn:hover {
  color: #71a5ca;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn:hover {
    color: #fff;
  }
}
.News-Inner-BtnSection-BackBtn::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.News-Inner-BtnSection-BackBtn:hover.News-Inner-BtnSection-BackBtn::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn:hover.News-Inner-BtnSection-BackBtn::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.News-Inner-BtnSection-BackBtn__Contents {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn__Contents {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.News-Inner-BtnSection-BackBtn-Decoration {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn-Decoration {
    right: 29px;
  }
}
.News-Inner-BtnSection-BackBtn-Decoration-Path01 {
  stroke-dasharray: 50;
  stroke-dashoffset: 100;
  stroke: #fff;
  animation: HoverEnd 0.8s ease-in-out 0s 1 normal forwards;
}
@media screen and (max-width: 768px) {
  .News-Inner-BtnSection-BackBtn-Decoration-Path01 {
    animation: initial;
  }
}
@-moz-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes HoverStart {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes HoverEnd {
  from {
    stroke-dasharray: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.News-Inner-BtnSection-BackBtn:hover .News-Inner-BtnSection-BackBtn-Decoration-Path01 {
  stroke: #71a5ca;
  animation: HoverStart 0.8s ease-in-out 0s 1 normal forwards;
}
