.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);
  }
}
.c-tagbox__inr {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.6rem 4rem;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__inr {
    padding: 3rem 2rem;
  }
}
.c-tagbox__title {
  margin-top: 0.3rem;
  font-size: 1.6rem;
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #88826f;
  }
}
.c-tagbox__title:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__title:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.3rem;
  }
}
.c-tagbox__link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__link {
    gap: 1rem 0.8rem;
  }
}
.c-tagbox__link .cat-item,
.c-tagbox__link .tag-item {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 200rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-tagbox__link .cat-item.-current,
.c-tagbox__link .tag-item.-current {
  color: #fff;
}
@media (hover: hover) {
  .c-tagbox__link .cat-item:hover,
  .c-tagbox__link .tag-item:hover {
    opacity: 1;
    color: #fff;
  }
}
.c-tagbox__link .tag-item.-current {
  background-color: #5e8d85;
}
@media (hover: hover) {
  .c-tagbox__link .tag-item:hover {
    background-color: #5e8d85;
  }
}
.c-tagbox__cat dl, .c-tagbox__tag dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__cat dl, .c-tagbox__tag dl {
    display: block;
  }
}
.c-tagbox__cat dl dt, .c-tagbox__tag dl dt {
  width: 15.4rem;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__cat dl dt, .c-tagbox__tag dl dt {
    width: 100%;
    border-right: none;
  }
}
.c-tagbox__cat dl dd, .c-tagbox__tag dl dd {
  width: calc(100% - 15.4rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__cat dl dd, .c-tagbox__tag dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.c-tagbox__cat .c-tagbox__title:before {
  background-image: url(../../assets/img/common/icon_wrench.svg);
}
.c-tagbox__tag {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #88826f;
}
@media screen and (max-width: 749.98px) {
  .c-tagbox__tag {
    border-top: none;
    margin-top: 0;
  }
}
.c-tagbox__tag .c-tagbox__title:before {
  background-image: url(../../assets/img/common/icon_tag.svg);
}

@media screen and (max-width: 749.98px) {
  .c-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-columns__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
}
@media screen and (max-width: 749.98px) {
  .c-columns__items {
    gap: 6rem;
  }
}
.c-columns__item__pic img {
  border-radius: 0.5rem;
}
.c-columns__item__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding: 1.2rem 0.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-columns__item__title {
    font-size: 2.8rem;
    padding: 2.4rem 1.6rem;
  }
}
.c-columns__item__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.c-columns__item__foot {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.c-columns__item__foot .tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 0.4rem;
}
.c-columns.-columns2 .c-columns__item {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns2 .c-columns__item {
    width: 100%;
  }
}
.c-columns.-columns3 .c-columns__items {
  gap: 4.8rem;
}
.c-columns.-columns3 .c-columns__item {
  width: calc((100% - 9.6rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns3 .c-columns__item {
    width: 100%;
  }
}

.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;
}

.c-outline__inr {
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  padding: 6rem 4rem;
}
.c-outline__line {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-outline__line {
    display: block;
  }
}
.c-outline__line dl {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-outline__line dl {
    justify-content: space-between;
    margin-top: 1.6rem;
  }
}
.c-outline__line dl dt {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 749.98px) {
  .c-outline__line dl dt {
    width: 8rem;
    font-size: 1.3rem;
    padding: 0.6rem;
    text-align: center;
  }
}
.c-outline__line dl dd {
  font-size: 1.4rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-outline__line dl dd {
    width: calc(100% - 8rem);
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.c-outline__box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.c-outline__box dl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 749.98px) {
  .c-outline__box dl {
    align-items: center;
  }
}
.c-outline__box dl dt {
  width: 10rem;
  padding-right: 0.8rem;
}
.c-outline__box dl dt span {
  min-width: 6rem;
  line-height: 1;
  text-align: center;
  padding: 0.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-outline__box dl dt span {
    font-size: 2rem;
  }
}
.c-outline__box dl dd {
  width: calc(100% - 10rem);
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-top: 0.4rem;
  transform: translateY(-0.2rem);
}
@media screen and (max-width: 749.98px) {
  .c-outline__box dl dd {
    font-size: 2.4rem;
  }
}
.c-outline__box dl:first-of-type {
  margin-top: 0;
}

/*************************
archive
************************ */
.archive .p-works__list {
  padding-bottom: 12rem;
}
.archive .c-columns__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive .c-columns__pic img {
  border-radius: 1rem;
  aspect-ratio: 55/40;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749.98px) {
  .archive .c-columns__pic img {
    border-radius: 0.5rem;
  }
}
.archive .c-columns__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .archive .c-columns__title {
    max-height: 7rem;
  }
}
.archive .c-columns__foot {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.archive .c-columns__foot .tag {
  font-size: 1.3rem;
  background-color: #dfe5ec;
  font-weight: 400;
  padding: 0.6rem 1.2rem;
  line-height: 1;
}
.archive .c-columns .c-pagination {
  padding-top: 16rem;
}

/*************************
detail
************************ */
.single-works .p-works-detail {
  padding-bottom: 14.8rem;
}
.single-works .p-works-detail .c-container {
  padding: 0 14rem;
}
@media screen and (max-width: 749.98px) {
  .single-works .p-works-detail .c-container {
    padding: 0 1.8rem;
  }
}
.single-works .p-works-detail__imgbox {
  margin-top: 6rem;
}
@media screen and (max-width: 749.98px) {
  .single-works .p-works-detail__imgbox {
    margin-top: 4.8rem;
  }
}
.single-works .p-works-detail__img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works .p-works-detail__subcatch {
  border-top: 1px solid #0042A2;
  background-color: #F3F4F7;
  padding: 1.6rem 2.4rem;
  margin-top: 4.8rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .single-works .p-works-detail__subcatch {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
.single-works .p-works-detail__tags {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
}
@media screen and (max-width: 749.98px) {
  .single-works .p-works-detail__tags {
    margin-top: 2.4rem;
  }
}
.single-works .p-works-detail__tag {
  padding: 0.4rem 1.2rem;
  background-color: #dfe5ec;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 400;
}
.single-works .p-works-detail__contents {
  margin-top: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .single-works .p-works-detail__contents {
    margin-top: 3.2rem;
  }
}
.single-works .p-works-detail .btnbox {
  margin-top: 8rem;
}