.c-pagehead {
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead {
    margin-bottom: 2.4rem;
  }
}
.c-pagehead__inr {
  max-width: 120rem;
  height: 36rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__inr {
    height: 22rem;
  }
}
.c-pagehead__title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    padding-left: 2rem;
  }
}
.c-pagehead__title-en {
  display: block;
  font-size: 1.4rem;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.16em;
  padding-left: 1.8rem;
  margin-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__title-en {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
.c-pagehead__title-en:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #FFE900;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-pagehead__img {
  display: block;
  width: 100%;
  height: 36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 0 20rem;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__img {
    font-size: inherit;
    width: 100%;
    height: 22rem;
    border-radius: 0 0 0 8rem;
  }
}
.c-pagehead__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(1, 28, 61) 0%, rgb(32, 127, 210) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.c-pagehead__img img {
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__img img {
    height: 22rem;
    aspect-ratio: 636/440;
  }
}

.c-pagehead-single {
  padding: 6.8rem 0;
  background-color: #F3F4F7;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead-single {
    padding: 4.8rem 0;
  }
}
.c-pagehead-single__inr {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 14rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead-single__inr {
    padding: 0 1.8rem;
  }
}
.c-pagehead-single__postname {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #001650;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead-single__postname {
    font-size: 1.1rem;
    padding-left: 2rem;
  }
}
.c-pagehead-single__postname:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #FFE900;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-pagehead-single__title {
  font-size: 3.5rem;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.16em;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead-single__title {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 2rem;
  }
}
.c-pagehead-single__time {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 3rem;
}

.c-container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 1.8rem;
  }
}

.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 8.8rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-request {
  height: 4rem;
  background-color: #021034;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-request {
    border-radius: 0;
  }
}
.c-btn.-request span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-request span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  background: transparent url("../../assets/img/common/icon_estimate.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-bgblue {
  width: 34rem;
  height: 7.2rem;
  border-radius: 200rem;
  background-color: #001650;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 34rem;
  height: 7.4rem;
  padding-right: 4.6rem;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  border: 1px solid #001650;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 100%;
  }
}
.c-btn.-arrow1:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  background-color: #001650;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 3rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.6rem;
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 4.5rem;
  transform: skewX(45deg);
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1 span {
  padding-left: 4rem;
  font-size: 1.6rem;
  color: #001650;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
  }
  .c-btn.-arrow1:hover:before {
    transform: scale(1.2);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.wp-pagenavi {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi {
    padding-top: 4rem;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 1.3rem;
  }
}
.wp-pagenavi a {
  color: #222;
  background-color: #F3F4F7;
}
@media (hover: hover) {
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #001650;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #001650;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border-radius: 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    text-indent: -9999rem;
  }
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.6rem;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: skewX(-45deg);
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    color: #222;
    background-color: transparent;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 1.2rem;
}
.wp-pagenavi .previouspostslink:before {
  left: -2.6rem;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .previouspostslink:before {
    left: 2.6rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover:before {
    transform: translateX(-4px) skewX(-45deg);
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 1.2rem;
}
.wp-pagenavi .nextpostslink:before {
  right: -2.6rem;
  transform: scaleX(-1) skewX(-45deg);
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .nextpostslink:before {
    right: 2.6rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi .nextpostslink:hover:before {
    transform: translateX(4px) scaleX(-1) skewX(-45deg);
  }
}

.c-pagination-single {
  padding-top: 9rem;
  padding-bottom: 10rem;
  max-width: 115rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single .c-container {
    padding: 0;
  }
}
.c-pagination-single__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pagination-single__list a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-pagination-single__list a:hover {
    opacity: 1;
    background-color: rgba(196, 191, 177, 0.3);
  }
}
.c-pagination-single__list .page {
  height: 13rem;
  width: calc((100% - 38rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page {
    height: 7.2rem;
    width: 33.3333333333%;
  }
}
.c-pagination-single__list .page a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination-single__list .page span {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span {
    padding: 0;
    font-size: 1.3rem;
  }
}
.c-pagination-single__list .page span:before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 5.6rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span:before {
    width: 2.8rem;
    height: 2.8rem;
    top: calc((100% - 2.8rem) / 2);
  }
}
.c-pagination-single__list .page span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 2.1rem;
  transition: all 0.3s ease 0.2s;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span:after {
    right: 0.7rem;
  }
}
.c-pagination-single__list .page.prev span {
  padding-left: 6.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.prev span {
    padding-left: 3.6rem;
  }
}
.c-pagination-single__list .page.prev span:before {
  left: 0;
}
.c-pagination-single__list .page.prev span:after {
  left: 2.1rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.prev span:after {
    left: 0.7rem;
  }
}
@media (hover: hover) {
  .c-pagination-single__list .page.prev:hover span:before {
    transform: translateX(-4px);
  }
  .c-pagination-single__list .page.prev:hover span:after {
    transform: translateX(-4px) scaleX(-1);
  }
}
.c-pagination-single__list .page.next span {
  padding-right: 6.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.next span {
    padding-right: 3.6rem;
  }
}
.c-pagination-single__list .page.next span:before {
  right: 0;
}
@media (hover: hover) {
  .c-pagination-single__list .page.next:hover span:before {
    transform: translateX(4px);
  }
  .c-pagination-single__list .page.next:hover span:after {
    transform: translateX(4px);
  }
}
.c-pagination-single__list .page.none {
  visibility: hidden;
  pointer-events: none;
}
.c-pagination-single__list .list {
  width: 38rem;
  height: 13rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list {
    width: 33.3333333333%;
    height: 7.2rem;
  }
}
.c-pagination-single__list .list a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list a {
    font-size: 1.3rem;
  }
}

.c-detail-contents {
  /*  block editor  __main
  ============================================ */
}
.c-detail-contents__main > * {
  margin-top: 3.6rem;
  word-break: break-all;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main > * {
    margin-top: 2.4rem;
  }
}
.c-detail-contents__main > *:first-child {
  margin-top: 0;
}
.c-detail-contents__main h2 {
  border-top: 1px solid #0042A2;
  background-color: #F3F4F7;
  padding: 1.6rem 2.4rem;
  margin-top: 9.6rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main h2 {
    font-size: 1.6rem;
    padding: 1.6rem;
    margin-top: 6rem;
  }
}
.c-detail-contents__main h3 {
  font-size: 1.5rem;
  line-height: 2;
  color: #0042A2;
  font-weight: 700;
  margin-top: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main h3 {
    margin-top: 4rem;
  }
}
.c-detail-contents__main ul li {
  padding-left: 2rem;
  margin-top: 0.8rem;
  position: relative;
}
.c-detail-contents__main ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  left: 0;
}
.c-detail-contents__main ul li:first-of-type {
  margin-top: 0;
}
.c-detail-contents__main ol {
  counter-reset: num;
}
.c-detail-contents__main ol > li {
  position: relative;
  padding-left: 2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main ol > li {
    padding-left: 1.5rem;
  }
}
.c-detail-contents__main ol > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main ol > li:before {
    font-size: 1.3rem;
    top: 0;
    left: 0;
  }
}
.c-detail-contents__main a {
  display: inline;
}
.c-detail-contents__main .wp-block-image figcaption {
  padding-top: 0.8rem;
  text-align: right;
}
.c-detail-contents__main .wp-block-image figcaption.wp-element-caption {
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main .wp-block-image figcaption.wp-element-caption {
    font-size: 1.3rem;
  }
}
.c-detail-contents__main .wp-block-columns {
  gap: 2.4rem;
}
.c-detail-contents__main .wp-block-buttons {
  margin-top: 6rem;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main .wp-block-buttons {
    text-align: center;
  }
}
.c-detail-contents__main .wp-block-buttons .is-style-arrow01 a {
  display: inline-block;
  min-width: 47.4rem;
  text-align: center;
  border-radius: 200rem;
  padding: 2rem 4rem;
  color: #fff;
  background-color: #EB5757;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main .wp-block-buttons .is-style-arrow01 a {
    width: calc(100% - 12rem);
  }
}
.c-detail-contents__main .wp-block-buttons .is-style-arrow01 a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 3rem;
}
.c-detail-contents__main .wp-block-buttons .is-style-arrow02 a {
  display: inline-block;
  min-width: 38rem;
  padding: 3.2rem 4rem;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-detail-contents__main .wp-block-buttons .is-style-arrow02 a {
    width: calc(100% - 12rem);
  }
}
.c-detail-contents__main .wp-block-buttons .is-style-arrow02 a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 3rem;
}
.c-detail-contents__main .wp-block-table {
  font-size: medium;
}
.c-detail-contents__main .wp-block-table table {
  width: 100%;
}
.c-detail-contents__main .wp-block-table table tr th,
.c-detail-contents__main .wp-block-table table tr td {
  border: 1px solid #707070;
  padding: 1.2rem 2rem;
}
.c-detail-contents__main .wp-block-table.is-style-stripes table tr th,
.c-detail-contents__main .wp-block-table.is-style-stripes table tr td {
  border: none;
  padding: 1.2rem 2rem;
}
.c-detail-contents__main .wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #F3F4F7;
}
.c-detail-contents__main .wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #fff;
}

/*************************
archive
************************ */
.archive .p-news__list {
  padding-bottom: 12rem;
  background-color: #fff;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__list {
    padding-top: 0;
  }
}
.archive .p-news__items {
  display: flex;
  flex-wrap: wrap;
}
.archive .p-news__item {
  width: 100%;
}
.archive .p-news__item a {
  display: flex;
  justify-content: flex-start;
  gap: 8rem;
  padding: 4rem 0;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__item a {
    gap: 1.5rem;
    padding: 3.2rem 0;
  }
}
.archive .p-news__pic {
  width: 18rem;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__pic {
    width: 9rem;
  }
}
.archive .p-news__pic img {
  aspect-ratio: 18/13;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__info {
    width: calc(100% - 9rem);
  }
}
.archive .p-news__info-head {
  display: flex;
  flex-wrap: wrap;
}
.archive .p-news__info-head .cat {
  display: inline-flex;
  align-items: center;
  background-color: #F3F4F7;
  border-radius: 200rem;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 1.6rem;
  color: #001650;
  margin-right: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__info-head .cat {
    font-size: 1.3rem;
    padding: 0.2rem 1.6rem;
    margin-right: 1.2rem;
  }
}
.archive .p-news__info-head .time {
  font-size: 1.4rem;
  color: #aaa;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__info-head .time {
    font-size: 1.3rem;
  }
}
.archive .p-news__info-title {
  margin-top: 3rem;
}
@media screen and (max-width: 749.98px) {
  .archive .p-news__info-title {
    margin-top: 0.8rem;
  }
}

/*************************
detail
************************ */
.single-news .p-news-detail {
  padding-bottom: 14.8rem;
  position: relative;
}
.single-news .p-news-detail .c-container {
  padding: 0 14rem;
}
@media screen and (max-width: 749.98px) {
  .single-news .p-news-detail .c-container {
    padding: 0 1.8rem;
  }
}
.single-news .p-news-detail .c-detail-contents__title {
  margin-top: 2rem;
}
.single-news .p-news-detail .c-detail-contents__img {
  margin-top: 6rem;
}
.single-news .p-news-detail .c-detail-contents__img img {
  border-radius: 0.5rem;
}
.single-news .p-news-detail .c-detail-contents__main {
  margin-top: 7.2rem;
}
@media screen and (max-width: 749.98px) {
  .single-news .p-news-detail .c-detail-contents__main {
    margin-top: 4.8rem;
  }
}
.single-news .p-news-detail .btnbox {
  margin-top: 8rem;
}