#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  border: solid 1px #EB831E;
  background: #EB831E;
  color: #ffffff;
  border-radius: 8px 24px;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
#archive .cate-menu__item a:hover {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-menu__item.is-current a {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-type {
  text-align: center;
  border: 1px solid rgba(235, 131, 30, 0.2);
  padding: 12px;
  margin-bottom: 24px;
}
#archive .pagenation,
#archive .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #EB831E;
  background: #ffffff;
  color: #EB831E;
  font-size: 1.7rem;
  border-radius: 2px 12px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}
#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .pagenation .nextpostslink:not(.current):hover,
#archive .pagenation .previouspostslink:not(.current):hover,
#archive .wp-pagenavi .page-numbers:not(.current):hover,
#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #EB831E;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #EB831E;
  color: #ffffff;
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    flex-grow: 1;
  }
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #EB831E;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next::before,
  #archive .pagenation .page-numbers.prev::before,
  #archive .pagenation .nextpostslink::before,
  #archive .pagenation .previouspostslink::before,
  #archive .wp-pagenavi .page-numbers.next::before,
  #archive .wp-pagenavi .page-numbers.prev::before,
  #archive .wp-pagenavi .nextpostslink::before,
  #archive .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 8px;
  }
}
#archive .pagenation .page-numbers.next:hover::before,
#archive .pagenation .page-numbers.prev:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .page-numbers.next:hover::before,
#archive .wp-pagenavi .page-numbers.prev:hover::before,
#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  transform: rotateZ(180deg);
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .nextpostslink {
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .nextpostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}
#archive .case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #archive .case-list {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .case-list {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .case-list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  #archive .case-list {
    gap: 12px;
  }
}
#archive .case-list__item {
  position: relative;
  width: calc(100% / 3 - 48px / 3);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .case-list__item {
    width: calc(100% / 3 - 32px / 3);
  }
}
@media screen and (max-width: 767px) {
  #archive .case-list__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
#archive .case-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-out;
}
#archive .case-list__item .case-vsl {
  position: relative;
  margin-bottom: 8px;
  contain: paint;
  border-radius: 0 0 0 16px;
  transition: 0.3s ease-out;
}
#archive .case-list__item .case-vsl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0) 65%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  transition: 0.3s ease-out;
}
#archive .case-list__item .case-vsl img {
  aspect-ratio: 360/320;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
}
#archive .case-list__item .case-dtl {
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  #archive .case-list__item .case-dtl {
    padding: 0 10px 34px 12px;
  }
}
@media screen and (max-width: 519px) {
  #archive .case-list__item .case-dtl {
    padding: 0 4px 38px 8px;
  }
}
#archive .case-list__item .case-dtl__cate {
  position: relative;
  z-index: 2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 14px;
  margin-bottom: 6px;
  color: #ffffff;
  background: #EB831E;
  border-radius: 2px 12px 2px 12px;
  letter-spacing: -1.5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #archive .case-list__item .case-dtl__cate {
    padding: 6px 8px;
    margin-bottom: 4px;
  }
}
#archive .case-list__item .case-dtl__ttl {
  font-size: 2rem;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
}
@media screen and (max-width: 767px) {
  #archive .case-list__item .case-dtl__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .case-list__item .case-dtl__ttl {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
#archive .case-list__item .case-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive .case-list__item .case-info .case-area {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  text-decoration: underline;
}
#archive .case-list__item .case-info .case-area::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 22px;
  background-color: #EB831E;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
}
#archive .case-list__item .case-info .case-area:hover {
  color: #EB831E;
  text-decoration: none;
}
#archive .case-list__item .case-info .case-date {
  display: block;
  text-align: end;
  font-family: "Red Hat Display", sans-serif;
  color: rgba(34, 34, 34, 0.8);
}
#archive .case-list__item:hover {
  transform: scale(1.02);
}
#archive .case-list__item:hover .case-vsl {
  border-radius: 0;
}
#archive .case-list__item:hover .case-vsl::before {
  opacity: 1;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .post-meta {
  gap: 12px;
}
#single .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single .post-meta__date {
  font-family: "Red Hat Display", sans-serif;
}
#single .post-meta__cate {
  padding: 2px 12px;
  border: 1px solid #EB831E;
  border-radius: 2px 10px 2px 10px;
  color: #EB831E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single .post-meta__cate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__cate {
    font-size: 1.4rem;
  }
}
#single .post-meta__cate:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-tag__item a {
  position: relative;
  padding-left: 12px;
  color: #999999;
}
#single .post-tag__item a::before {
  content: "#";
  position: absolute;
  left: 0;
}
#single .post-tag__item a:hover {
  text-decoration: underline;
}
#single .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2.2rem;
  }
}
#single .post-dtl {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
#single .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .post-dtl h2 {
  padding: 24px 6px 24px 64px;
  background: #F8F6F5;
  font-size: 2.8rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  border-radius: 2px;
  line-height: 1.3;
}
#single .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 42px;
  height: 23px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2::before {
    top: 29px;
    width: 34px;
    height: 21px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2::before {
    top: 17px;
    left: 12px;
    width: 26px;
    height: 16px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2 {
    padding: 24px 6px 24px 59px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 8px 12px 44px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h3 {
  border-bottom: solid 4px #EB831E;
  font-size: 2.4rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 16px;
  font-size: 2rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.7rem;
  }
}
#single .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl .wp-block-group {
  margin: 40px 0;
  background: rgba(245, 171, 24, 0.16);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single .post-dtl .wp-block-group h2:first-child,
#single .post-dtl .wp-block-group h3:first-child,
#single .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#single .post-dtl .has-small-font-size {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.3rem;
  }
}
#single .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-medium-font-size {
    font-size: 1.7rem;
  }
}
#single .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single .post-dtl .has-red-color {
  color: #CE102C;
}
#single .post-dtl .has-pnk-color {
  color: #FF2828;
}
#single .post-dtl .has-orn-color {
  color: #F5AB18;
}
#single .post-dtl .has-d-orn-color {
  color: #EB831E;
}
#single .post-dtl .has-d-beg-color {
  color: #F0E9E5;
}
#single .post-dtl .has-grn-color {
  color: #83BA0D;
}
#single .post-dtl .has-beg-color {
  color: #F8F6F5;
}
#single .post-dtl .has-brn-color {
  color: #F1EDEB;
}
#single .post-dtl .has-blk-color {
  color: #222222;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #FAFAFA;
}
#single .post-dtl .has-gry-color {
  color: #E8E8E8;
}
#single .post-dtl .has-d-gry-color {
  color: #999999;
}
#single .post-dtl .has-grad-2-color {
  color: #D93B27;
}
#single .post-dtl .has-grad-3-color {
  color: #E05824;
}
#single .post-dtl .has-grad-4-color {
  color: #E77320;
}
#single .post-dtl .has-grad-5-color {
  color: #EC881E;
}
#single .post-dtl .has-grad-6-color {
  color: #EF911D;
}
#single .post-dtl .has-grad-7-color {
  color: #F19C1A;
}
#single .post-dtl .has-grad-8-color {
  color: #F29E1B;
}
#single .post-dtl .has-red-background-color {
  background-color: #CE102C;
}
#single .post-dtl .has-pnk-background-color {
  background-color: #FF2828;
}
#single .post-dtl .has-orn-background-color {
  background-color: #F5AB18;
}
#single .post-dtl .has-d-orn-background-color {
  background-color: #EB831E;
}
#single .post-dtl .has-d-beg-background-color {
  background-color: #F0E9E5;
}
#single .post-dtl .has-grn-background-color {
  background-color: #83BA0D;
}
#single .post-dtl .has-beg-background-color {
  background-color: #F8F6F5;
}
#single .post-dtl .has-brn-background-color {
  background-color: #F1EDEB;
}
#single .post-dtl .has-blk-background-color {
  background-color: #222222;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #FAFAFA;
}
#single .post-dtl .has-gry-background-color {
  background-color: #E8E8E8;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single .post-dtl .has-grad-2-background-color {
  background-color: #D93B27;
}
#single .post-dtl .has-grad-3-background-color {
  background-color: #E05824;
}
#single .post-dtl .has-grad-4-background-color {
  background-color: #E77320;
}
#single .post-dtl .has-grad-5-background-color {
  background-color: #EC881E;
}
#single .post-dtl .has-grad-6-background-color {
  background-color: #EF911D;
}
#single .post-dtl .has-grad-7-background-color {
  background-color: #F19C1A;
}
#single .post-dtl .has-grad-8-background-color {
  background-color: #F29E1B;
}
#single .post-dtl .marker-highlight {
  background-color: rgba(245, 171, 24, 0.5);
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single .post-dtl strong {
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Bold";
}
#single .post-dtl em {
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  color: #EB831E;
}
#single .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single .post-dtl a {
  text-decoration: underline;
  color: #F5AB18;
}
#single .post-dtl a:hover {
  text-decoration: none;
}
#single .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}
#single .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #F5AB18;
  border-radius: 50%;
}
#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}
#single .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single .post-dtl ol > li > div {
  display: inline;
}
#single .post-dtl ol > li ul,
#single .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single .post-dtl .wp-block-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single .post-dtl .wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 14px 56px 14px 26px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #EB831E;
  border-radius: 80px;
  color: #222222;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s ease-out;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.3rem;
  }
}
#single .post-dtl .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: solid 1px #EB831E;
  border-radius: 100%;
  background: #ffffff;
}
#single .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #EB831E;
  border-right: 0;
}
#single .post-dtl .wp-block-button__link:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table thead {
  border-bottom: solid 1px #EB831E;
  border-top: solid 1px #EB831E;
}
#single .post-dtl .wp-block-table table thead tr {
  padding: 16px;
  background: #EB831E;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr:first-of-type td {
  border-top: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr td:first-of-type {
  border-left: solid 1px #E8E8E8;
  background: rgba(245, 171, 24, 0.03);
}
#single .post-dtl .wp-block-table.is-style-stripes tbody tr td:first-of-type {
  background: none;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #FAFAFA;
}
#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #999999;
}
#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single .post-dtl .wp-block-image img {
  width: auto;
}
#single .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}
#single .post-dtl .wp-block-media-text__content {
  padding: 0;
}
#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-file a {
  font-size: 1.7rem;
  color: #EB831E;
  text-decoration: underline;
}
#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #EB831E;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  min-width: 200px;
}
#single .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #FAFAFA;
  cursor: pointer;
}
#single .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  transition: 0.3s ease-out;
}
#single .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #222222;
  border: solid 1px #222222;
  color: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single .gallery__item .gallery-zoom::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #222222;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px));
}
#single .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  #single .pagelink {
    gap: 12px;
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #222222;
  color: #222222;
  font-size: 1.7rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.3rem;
  }
}
#single .pagelink__prev a .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #222222;
  transition: 0.3s ease-out;
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #222222;
  color: #ffffff;
}
#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}
#single .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}
#single .plf-card {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#single .plf-card__item {
  width: calc(100% / 2 - 12px / 2);
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(34, 34, 34, 0.15);
  background: #ffffff;
  border: 1px solid rgba(235, 131, 30, 0.4);
}
@media screen and (max-width: 767px) {
  #single .plf-card__item {
    width: 100%;
  }
}
#single .plf-card__item .plf-ttl {
  margin: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-left: 18px;
  font-size: 2rem;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 519px) {
  #single .plf-card__item .plf-ttl {
    padding-left: 16px;
    font-size: 1.8rem;
  }
}
#single .plf-card__item .plf-ttl::before {
  top: 12px;
  width: 10px;
  height: 10px;
  background: #EB831E;
}
@media screen and (max-width: 519px) {
  #single .plf-card__item .plf-ttl::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
#single .plf-card__item .plf-dtl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 519px) {
  #single .plf-card__item .plf-dtl {
    gap: 12px;
  }
}
#single .plf-card__item .plf-dtl:not(:last-of-type) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #E8E8E8;
}
#single .plf-card__item .plf-dtl dt {
  width: 88px;
  color: #EB831E;
}
@media screen and (max-width: 519px) {
  #single .plf-card__item .plf-dtl dt {
    width: 64px;
  }
}
#single .plf-card__item .plf-dtl dd {
  width: calc(100% - 108px);
  line-height: 1.3;
}
@media screen and (max-width: 519px) {
  #single .plf-card__item .plf-dtl dd {
    width: calc(100% - 76px);
  }
}
#single .plf-card__item.--transfer .plf-card__item {
  border: 1px solid rgba(206, 16, 44, 0.4);
}
#single .plf-card__item.--transfer .plf-ttl::before {
  background: #CE102C;
  border: 2px solid #CE102C;
}
#single .plf-card__item.--transfer .plf-dtl dt {
  color: #CE102C;
}
#single .interview .interview-col {
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(34, 34, 34, 0.15);
  background: #ffffff;
  border: 1px solid rgba(235, 131, 30, 0.4);
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  #single .interview .interview-col {
    padding: 16px;
  }
}
#single .interview .interview-col .interview-ttl {
  margin: 0;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-ttl {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .interview .interview-col .interview-ttl {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .interview .interview-col .interview-ttl {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-ttl {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .interview .interview-col .interview-ttl {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
#single .interview .interview-col .interview-ttl {
  padding-left: 18px;
  font-size: 2rem;
  border-bottom: 1px solid #E8E8E8;
}
#single .interview .interview-col .interview-ttl::before {
  top: 12px;
  width: 10px;
  height: 10px;
  background: #EB831E;
}
#single .interview .interview-col .interview-list:not(:last-of-type) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E8E8E8;
}
#single .interview .interview-col .interview-list dt {
  position: relative;
  padding-left: 64px;
  margin-bottom: 28px;
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-list dt {
    font-size: 2rem;
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  #single .interview .interview-col .interview-list dt {
    font-size: 1.8rem;
    padding-left: 38px;
  }
}
#single .interview .interview-col .interview-list dt::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #EB831E;
  border-radius: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  color: #EB831E;
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-list dt::before {
    top: -1px;
    width: 38px;
    height: 38px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #single .interview .interview-col .interview-list dt::before {
    top: 2px;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}
#single .interview .interview-col .interview-list dd {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-list dd {
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  #single .interview .interview-col .interview-list dd {
    padding-left: 38px;
  }
}
#single .interview .interview-col .interview-list dd::before {
  content: "A";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #F5AB18;
  border-radius: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  color: #F5AB18;
}
@media screen and (max-width: 959px) {
  #single .interview .interview-col .interview-list dd::before {
    top: -1px;
    width: 38px;
    height: 38px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #single .interview .interview-col .interview-list dd::before {
    top: 2px;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}
#single .interview .interview-col.--transfer {
  border: 1px solid rgba(206, 16, 44, 0.4);
}
#single .interview .interview-col.--transfer .interview-ttl::before {
  background: #CE102C;
}
#single .interview .interview-col.--transfer .interview-list dt::before {
  border: 1px solid #CE102C;
  color: #CE102C;
}
#single .case-img {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#single .case-img__item {
  width: calc(100% / 2 - 12px / 2);
}
@media screen and (max-width: 767px) {
  #single .case-img__item {
    width: 100%;
  }
}
/*# sourceMappingURL=../../maps/pages/case.css.map */
