.f-main {
  position: relative;
  overflow: hidden;
}
.f-main.top {
  background: #F4F4F4;
}
.f-main.top .c-recruit {
  padding: 0;
}
.f-main.top .c-recruit::before {
  content: none;
}
.f-main.career {
  background: linear-gradient(44deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
}
.f-main.career .c-breadcrumb {
  color: #fff;
}
.f-main.career .c-breadcrumb a {
  color: #fff;
}
.f-main.career .c-recruit {
  background: #fff;
}
.f-main.new {
  background: linear-gradient(23deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.f-main.new .c-breadcrumb {
  color: #fff;
}
.f-main.new .c-breadcrumb a {
  color: #fff;
}
.f-main.new .c-recruit {
  background: #fff;
}

.p-detail {
  padding: 8rem 0 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding: 5rem 0;
  }
}
.p-detail__ttl {
  color: #fff;
}
.p-detail__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail__ttl .en {
    font-size: 3.2rem;
  }
}
.p-detail__ttl .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-detail__sub {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail__sub {
    font-size: 1.8rem;
    margin: 4rem 0 0;
  }
}
.p-detail-block {
  width: 112.8rem;
  background: #fff;
  margin: 4rem auto 0;
  padding: 5rem 7rem 8rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-block {
    width: calc(100% - 4rem);
    margin: 3rem auto 0;
    padding: 3rem;
  }
}
.p-detail-block__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-detail-block__define dt {
  width: 21rem;
  font-size: 2rem;
  font-weight: 600;
  padding: 3rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-detail-block__define dt {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2.4rem;
    padding: 0 0 0.5rem;
    border-bottom: 0;
  }
  .p-detail-block__define dt:first-of-type {
    margin-top: 0;
  }
}
.p-detail-block__define dd {
  width: calc(100% - 21rem);
  font-size: 1.6rem;
  padding: 3rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-detail-block__define dd {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 0 1.8rem;
  }
}
.p-detail__btn {
  display: block;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail__btn {
    margin-top: 3.5rem;
  }
}

.p-other {
  background: #F4F4F4;
  padding: 8rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-other {
    padding: 5rem 2rem;
  }
}
.p-other-block {
  width: 112.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-other-block {
    width: auto;
  }
}
.p-other__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-other__ttl .en {
    font-size: 2.8rem;
  }
}
.p-other__ttl .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-other__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-other-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-other-list {
    flex-wrap: wrap;
    padding: 0;
    gap: 1.3rem;
    margin: 2.4rem 0 0;
  }
}
.p-other-list__item {
  width: 27rem;
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-other-list__item {
    width: calc(50% - 0.65rem);
    height: 6.2rem;
  }
}
.p-other-list__item.recruiting_private {
  pointer-events: none;
  opacity: 0.3;
}
.p-other-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-other-list__item a {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-other-list__item a:hover {
    opacity: 1;
    background: #000;
  }
  .p-other-list__item a:hover svg {
    opacity: 1;
  }
}
.p-other-list__item.is-current a {
  background: #000;
}
.p-other-list__item.is-current a svg {
  opacity: 1;
}
.p-other-list__en {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-other-list__en {
    gap: 0 0.5rem;
  }
}
.p-other-list__txt {
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-other-list__txt {
    font-size: 1.4rem;
  }
}
.p-other-list__icon svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  opacity: 0.4;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-other-list__icon svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-other-list__icon svg rect {
  fill: #fff;
}
.p-other-list__ja {
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-other-list__ja {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
}

.p-recruit {
  padding: 8rem 0 0;
}
.p-recruit__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__ttl .en {
    font-size: 4rem;
  }
}
.p-recruit__ttl .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-recruit-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 112rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav {
    flex-flow: column;
    width: auto;
    gap: 1.4rem 0;
    padding: 0 2rem;
    margin-top: 5rem;
  }
}
.p-recruit-nav__item {
  width: 55rem;
  height: 17.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item {
    width: 100%;
    height: 12.2rem;
  }
}
.p-recruit-nav__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-flow: column;
  background: linear-gradient(44deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
  border-top-right-radius: 4.5rem;
  border-bottom-right-radius: 4.5rem;
  padding: 0 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item a {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 0 0 0 2rem;
  }
}
.p-recruit-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item a::before {
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.p-recruit-nav__item a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.25rem);
  right: 7.5rem;
  width: 1.1rem;
  height: 1rem;
  background: #fff;
  transform: translateY(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item a::after {
    width: 0.6rem;
    height: 0.5rem;
    right: 4.7rem;
  }
}
.p-recruit-nav__item a .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item a .en {
    font-size: 2.6rem;
  }
}
.p-recruit-nav__item a .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__item a .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-recruit-nav__item--new a {
  background: linear-gradient(44deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}

.c-line .line {
  width: 100%;
  opacity: 0;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  /*
  will-change: transform;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear;
  */
  clip-path: inset(0 100% 0 0 round 0 20rem 20rem 0);
  transition: clip-path 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear;
  will-change: clip-path, opacity;
}
.c-line .line.show {
  clip-path: inset(0 0 0 0 round 0 20rem 20rem 0);
  opacity: 1;
}
.c-line .line-parent {
  position: absolute;
  transform: rotate(-22deg);
  z-index: 2;
}
.c-line .line-01 {
  top: 4rem;
  left: -10rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-01 {
    top: 4.5rem;
    width: 24rem;
  }
}
.c-line .line-02 {
  top: 14rem;
  left: -17rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-02 {
    top: 9rem;
  }
}
.c-line .line-03 {
  top: 25rem;
  right: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-03 {
    top: 22rem;
    right: -2rem;
    left: auto;
    width: 12rem;
  }
}
.c-line .line-04 {
  top: 28rem;
  right: -12rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-04 {
    top: 19.5rem;
    right: auto;
    left: 31rem;
  }
}
.c-line .line-05 {
  top: 87rem;
  left: -25rem;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-05 {
    top: 70rem;
    width: 34rem;
  }
}
.c-line .line-06 {
  top: 93rem;
  left: -22rem;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06 {
    top: 70rem;
    width: 44rem;
  }
}
.c-line .line-07 {
  top: 90rem;
  right: 8rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-07 {
    top: auto;
    bottom: 3rem;
    width: 20rem;
    right: 4rem;
  }
}
.c-line .line-08 {
  top: 93rem;
  right: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-08 {
    top: auto;
    bottom: 4.5rem;
    width: 30rem;
    right: -13rem;
  }
}
.c-line .line-09 {
  top: 19rem;
  left: -18rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-09 {
    top: 8rem;
    left: -25rem;
    width: 32rem;
  }
}
.c-line .line-10 {
  top: 18rem;
  left: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-10 {
    top: 5rem;
    width: 22rem;
  }
}
.c-line .line-11 {
  top: 21rem;
  left: 18rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-11 {
    top: 7rem;
    left: 3rem;
    width: 13rem;
  }
}
.c-line .line-12 {
  top: 136rem;
  left: 0rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-12 {
    display: none;
  }
}
.c-line .line-13 {
  top: 131rem;
  left: 27rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-13 {
    display: none;
  }
}
.c-line .line-14 {
  top: 140rem;
  left: 21rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-14 {
    display: none;
  }
}
.c-line .line-15 {
  top: 92.5rem;
  right: -14rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15 {
    top: auto;
    bottom: 9rem;
    right: -16rem;
    width: 30rem;
  }
}
.c-line .line-16 {
  top: 94rem;
  right: 7rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-16 {
    top: auto;
    bottom: 5rem;
    right: 5rem;
    width: 19rem;
  }
}
.c-line .line-h1 {
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h1 {
    height: 2rem;
  }
}
.c-line .line-h2 {
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h2 {
    height: 2rem;
  }
}
.c-line .blue {
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.c-line .yellow {
  background: linear-gradient(90deg, rgb(250, 255, 194) 0%, rgb(247, 255, 158) 100%);
}
.c-line .grey {
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(237, 237, 237) 100%);
}
.c-line .white {
  background: #fff;
}
.c-line .purple {
  background: linear-gradient(90deg, rgb(234, 221, 240) 0%, rgb(175, 146, 213) 100%);
}
.c-line .red {
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
}
.c-line .green {
  background: linear-gradient(90deg, rgb(196, 252, 229) 0%, rgb(102, 233, 161) 100%);
}
.c-line .pink {
  background: linear-gradient(90deg, rgb(255, 224, 224) 0%, rgb(243, 162, 181) 100%);
}

.p-block {
  position: relative;
  padding: 23rem 0 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block {
    background: url(../img/recruit/bg_01.jpg) 0 0/100% auto no-repeat;
    min-height: 152rem;
    margin-top: 5rem;
    padding: 16rem 2rem 14rem;
  }
}
.p-block__ttl {
  position: relative;
  color: #fff;
  margin: 0 0 7rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-block__ttl {
    margin: 0 0 5rem;
  }
}
.p-block__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-block__ttl .en {
    font-size: 2.8rem;
  }
}
.p-block__ttl .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-block .l-line {
  position: absolute;
  top: clamp(88rem, 66vw, 66vw);
  right: -5rem;
  width: 200vw;
  height: 78rem;
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  transform: rotate(-22deg);
  transform-origin: 0% 50% 0px;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-block .l-line {
    display: none;
  }
}
.p-block--new {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-block--new {
    background: url(../img/recruit/bg_02.jpg) 0 0/100% auto no-repeat;
    min-height: 158rem;
    margin: 15rem 0 0;
  }
}
.p-block--new .l-line {
  top: clamp(94rem, 65vw, 65vw);
  right: -25rem;
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.p-block__btn {
  position: relative;
  width: 36rem;
  height: 5.6rem;
  font-size: 1.8rem;
  margin: 5.7rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block__btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
.p-block__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  font-weight: 600;
  border-radius: 5rem;
}
.p-block__btn a img {
  width: 2.2rem;
  height: auto;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-block__btn a img {
    width: 1.7rem;
  }
}
.p-block-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 4.6rem 0;
  width: 98.4rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block-list {
    width: auto;
    gap: 2rem 0;
  }
}
.p-block-list__item {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top-right-radius: 9rem;
  border-bottom-right-radius: 9rem;
  padding: 5rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__item {
    display: block;
    border-top-right-radius: 4.5rem;
    border-bottom-right-radius: 4.5rem;
    padding: 3.5rem 4rem;
  }
}
.p-block-list__inner {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__inner {
    width: auto;
  }
}
.p-block-list__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__ttl {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-block-list__txt {
    font-size: 1.4rem;
  }
}
.recruiting_private .p-block-list__txt {
  color: #DB2509;
}
.p-block-list__btn {
  width: 10.2rem;
  height: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn {
    width: 100%;
    height: 5rem;
    margin: 2.4rem 0 0;
  }
}
.recruiting_private .p-block-list__btn {
  pointer-events: none;
  opacity: 0.3;
}
.p-block-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn a {
    flex-flow: row;
    border-radius: 5rem;
    gap: 0 1rem;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-block-list__btn a:hover {
    opacity: 1;
  }
}
.p-block-list__btn a .icn svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.p-block-list__btn a .icn svg rect {
  fill: #fff;
}
.p-block-list__btn a .txt {
  display: block;
  line-height: 1.4;
  text-align: center;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn a .txt {
    font-size: 1.6rem;
    margin: 0;
  }
}