@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* c-pagetitle
---------------------------------------------------------------------------- */
.c-pagetitle .sec-inner .bg-img .mask-container {
  aspect-ratio: 1340/478;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1340' height='478' viewBox='0 0 1340 478'><path d='M0 120C0 53.7258 53.7258 0 120 0H1310C1326.57 0 1340 13.4315 1340 30V358C1340 424.274 1286.27 478 1220 478H30C13.4314 478 0 464.569 0 448V120Z' fill='black'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1340' height='478' viewBox='0 0 1340 478'><path d='M0 120C0 53.7258 53.7258 0 120 0H1310C1326.57 0 1340 13.4315 1340 30V358C1340 424.274 1286.27 478 1220 478H30C13.4314 478 0 464.569 0 448V120Z' fill='black'/></svg>");
  margin-bottom: 7.2rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.c-pagetitle #mask-slider {
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  overflow: visible !important;
}
.c-pagetitle #mask-slider .splide__track,
.c-pagetitle #mask-slider .splide__list {
  overflow: visible !important;
  transform: none !important;
}
.c-pagetitle #mask-slider .splide__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.c-pagetitle #mask-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.c-pagetitle #mask-slider .splide__slide.is-active {
  z-index: 2;
  animation: maskWipeRightToLeft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.c-pagetitle #mask-slider .splide__slide.is-active img {
  animation: imgZoomOut 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes maskWipeRightToLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes imgZoomOut {
  0% {
    transform: scale(1.14);
  }
  100% {
    transform: scale(1.02);
  }
}
.page-entry {
  /*sec-entry_form
  ---------------------------------------------------------------------------- */
  /*sec-know
  ---------------------------------------------------------------------------- */
}
.page-entry .sec-entry_form .entry-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
  padding: 0 4.8rem;
  margin-bottom: 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .entry-title {
    gap: 0 1.2rem;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.page-entry .sec-entry_form .entry-title .en-ttl {
  color: #C7C7C7;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 1.522px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .entry-title .en-ttl {
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 1.68px;
    font-weight: 900;
  }
}
.page-entry .sec-entry_form .entry-title .jp-ttl {
  position: relative;
  top: 0.3rem;
  color: #262626;
  font-size: 2rem;
  line-height: 2.8;
  letter-spacing: 0.2px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .entry-title .jp-ttl {
    font-size: 2.8rem;
    line-height: 2.1071428571;
    letter-spacing: 0.28px;
    font-weight: 700;
  }
}
.page-entry .sec-entry_form .block-form {
  padding: 11.8rem 8.7rem 15.6rem 8.7rem;
  border-radius: 2.8rem;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form {
    padding: 5.1rem 4.4rem 9.4rem 4.4rem;
  }
}
.page-entry .sec-entry_form .block-form .lead-txt {
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .lead-txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 700;
  }
}
.page-entry .sec-entry_form .block-form .atten-wrap {
  margin-top: 5.2rem;
  padding: 4.7rem;
  border-radius: 2.3rem;
  background: #F2F2F2;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .atten-wrap {
    margin-top: 4.3rem;
    padding: 4.3rem 3.7rem;
  }
}
.page-entry .sec-entry_form .block-form .atten-wrap .atten-txt {
  color: #373737;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .atten-wrap .atten-txt {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    font-weight: 700;
    margin-bottom: 1.8rem;
  }
}
.page-entry .sec-entry_form .block-form .atten-wrap .list-txt li {
  position: relative;
  color: #373737;
  font-size: 1.6rem;
  line-height: 2.75;
  font-weight: 400;
  padding-left: 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .atten-wrap .list-txt li {
    font-size: 2.6rem;
    line-height: 2.0769230769;
    font-weight: 400;
    padding-left: 3.1rem;
  }
  .page-entry .sec-entry_form .block-form .atten-wrap .list-txt li + li {
    margin-top: 1rem;
  }
}
.page-entry .sec-entry_form .block-form .atten-wrap .list-txt li .strong {
  font-size: 1.6rem;
  line-height: 2.75;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .atten-wrap .list-txt li .strong {
    font-size: 2.6rem;
    line-height: 2.0769230769;
    font-weight: 700;
  }
}
.page-entry .sec-entry_form .block-form .atten-wrap .list-txt li:before {
  position: absolute;
  left: 0;
  top: 1.8rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #000;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .block-form .atten-wrap .list-txt li:before {
    top: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.page-entry .sec-entry_form .form-nav {
  margin-top: 8.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 24.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .form-nav {
    margin-top: 5.8rem;
    gap: 0 18.5rem;
  }
}
.page-entry .sec-entry_form .form-nav__box:not(:last-of-type) .num:after {
  position: absolute;
  right: -21.9rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 19.9rem;
  height: 2px;
  background: #E8E8E8;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .form-nav__box:not(:last-of-type) .num:after {
    right: -15.9rem;
    width: 13.8rem;
  }
}
.page-entry .sec-entry_form .form-nav__box .num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 5.7rem;
  height: 5.7rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #808080;
  background: rgba(38, 38, 38, 0.1);
  border-radius: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .form-nav__box .num {
    width: 7.2rem;
    height: 7.2rem;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-entry .sec-entry_form .form-nav__box .txt {
  margin-top: 1.7rem;
  text-align: center;
  color: #262626;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-entry_form .form-nav__box .txt {
    font-size: 2.3rem;
    line-height: 1.7826086957;
    font-weight: 700;
  }
}
.page-entry .sec-entry_form .form-nav__box.-current .num {
  color: #000;
  background: #FFE310;
}
.page-entry .spacer-bottom {
  position: relative;
  height: 15.4rem;
  background: #F9F9F9;
  border-radius: 0 0 0 11rem;
}
@media screen and (max-width: 480px) {
  .page-entry .spacer-bottom {
    height: 9.2rem;
    border-radius: 0 0 0 8rem;
  }
}
.page-entry .spacer-bottom:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.page-entry .sec-know {
  position: relative;
  background: #fff;
  padding: 12.6rem 0 13.2rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know {
    padding: 6.7rem 0 9.6rem 0;
  }
}
.page-entry .sec-know:after {
  position: absolute;
  left: 0;
  bottom: -10%;
  display: block;
  content: "";
  width: 100%;
  height: 20%;
  background: #fff;
  z-index: -1;
}
.page-entry .sec-know .l-wrapper {
  max-width: 134rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .l-wrapper {
    max-width: inherit;
    padding-right: 0;
  }
}
.page-entry .sec-know .c-title .jp-ttl {
  font-size: 2.2rem;
  line-height: 1.4755909091;
  letter-spacing: 0.22px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .c-title .jp-ttl {
    font-size: 3.8rem;
    line-height: 0.8684210526;
    letter-spacing: 0.38px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .sp-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 4rem;
    box-sizing: border-box;
  }
}
.page-entry .sec-know .voicenav__inner {
  margin-top: 7.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .voicenav__inner {
    margin-top: 6.8rem;
    width: 67rem;
  }
}
.page-entry .sec-know .jobnav__inner {
  margin-top: 6.8rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .jobnav__inner {
    margin-top: 5.9rem;
    width: 192rem;
    max-width: inherit;
  }
}
.page-entry .sec-know .box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap {
    gap: 0 3.4rem;
  }
}
.page-entry .sec-know .box-wrap .job-box {
  width: calc((100% - 12rem) / 4);
  max-width: 27rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box {
    width: calc((100% - 10.2rem) / 4);
    max-width: inherit;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-heading {
  margin-top: 1.3rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box__links .box-heading {
    margin-top: 3.6rem;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-heading .ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box__links .box-heading .ttl {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    font-weight: 700;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-heading .txt {
  color: #6E6E6E;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box__links .box-heading .txt {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    font-weight: 500;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 218/136;
  border-radius: 1.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box__links .box-img {
    aspect-ratio: 484/302;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-entry .sec-know .box-wrap .job-box__links .box-img .num {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  background: #4AAD13;
  border-radius: 1.1rem 0 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .box-wrap .job-box__links .box-img .num {
    width: 9.82rem;
    height: 9.82rem;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 600;
    border-radius: 2.5rem 0 0 0;
  }
}
.page-entry .sec-know .box-wrap .job-box__links .box-img .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background: #4AAD13;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.page-entry .sec-know .box-wrap .job-box__links .box-img .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
.page-entry .sec-know .box-wrap .job-box__links .box-img:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 481px) {
  .page-entry .sec-know .box-wrap .job-box__links:hover {
    text-decoration: none;
  }
  .page-entry .sec-know .box-wrap .job-box__links:hover .box-img img {
    transform: scale(1.1);
  }
  .page-entry .sec-know .box-wrap .job-box__links:hover .box-img .arrow {
    opacity: 1;
  }
  .page-entry .sec-know .box-wrap .job-box__links:hover .box-img .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
  .page-entry .sec-know .box-wrap .job-box__links:hover .box-img:before {
    opacity: 1;
  }
}
.page-entry .sec-know .box-wrap .job-box__links.-current {
  pointer-events: none;
}
.page-entry .sec-know .box-wrap .job-box__links.-current .box-img:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-entry .sec-know .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2.8rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .flex {
    flex-direction: column;
    gap: 5.9rem 0;
  }
}
.page-entry .sec-know .flex .flex-interview {
  width: 64.4rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .flex .flex-interview {
    width: 97rem;
  }
}
.page-entry .sec-know .flex .flex-talk {
  width: 52.6rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .flex .flex-talk {
    width: 170%;
  }
}
.page-entry .sec-know .voice-title,
.page-entry .sec-know .job-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .voice-title,
  .page-entry .sec-know .job-title {
    gap: 0 2.2rem;
    margin-bottom: 2.3rem;
  }
}
.page-entry .sec-know .voice-title .en-ttl,
.page-entry .sec-know .job-title .en-ttl {
  color: #C7C7C7;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .voice-title .en-ttl,
  .page-entry .sec-know .job-title .en-ttl {
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: 1.52px;
    font-weight: 800;
  }
}
.page-entry .sec-know .voice-title .jp-ttl,
.page-entry .sec-know .job-title .jp-ttl {
  color: #262626;
  font-size: 1.4rem;
  line-height: 2.3187857143;
  letter-spacing: 0.14px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .voice-title .jp-ttl,
  .page-entry .sec-know .job-title .jp-ttl {
    font-size: 2.2rem;
    line-height: 1.4755909091;
    letter-spacing: 0.22px;
    font-weight: 700;
  }
}
.page-entry .sec-know .interview-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1rem;
}
.page-entry .sec-know .interview-wrap .box {
  width: calc((100% - 2rem) / 3);
}
.page-entry .sec-know .interview-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* SVGでマスクをかける設定 */
  /*-webkit-mask-image: url('../images/common/nav01_mask.svg'); /* Safari用 
  mask-image: url('../images/common/nav01_mask.svg');         /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='179' height='179' viewBox='0 0 179 179' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M79.5341 0H151.3C166.467 0 178.781 12.3135 178.781 27.4812V99.2473C178.781 143.143 143.143 178.781 99.2473 178.781H27.4812C12.3135 178.78 0 166.467 0 151.299V79.5332C0 35.6381 35.6381 0 79.5341 0Z' fill='%23FF0011'/></svg>");
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
.page-entry .sec-know .interview-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-entry .sec-know .interview-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-entry .sec-know .interview-wrap .box__links .mask-container .year {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.4rem;
  padding: 1.3rem 0;
  border-radius: 0 0.8742rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .interview-wrap .box__links .mask-container .year {
    width: 18.5rem;
    border-radius: 1.5354rem 0 0 0;
  }
}
.page-entry .sec-know .interview-wrap .box__links .mask-container .year p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .interview-wrap .box__links .mask-container .year p {
    font-size: 2.2rem;
    line-height: 1.0395454545;
    font-weight: 700;
  }
}
.page-entry .sec-know .interview-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-entry .sec-know .interview-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
}
.page-entry .sec-know .interview-wrap .box__links .box-txt {
  margin-top: 2rem;
}
.page-entry .sec-know .interview-wrap .box__links .box-txt .name {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .interview-wrap .box__links .box-txt .name {
    font-size: 2.2rem;
    line-height: 1.7260909091;
    font-weight: 700;
  }
}
.page-entry .sec-know .interview-wrap .box__links .box-txt .name .color {
  font-size: 2.6rem;
  line-height: 0.5769230769;
  letter-spacing: 2.6px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .interview-wrap .box__links .box-txt .name .color {
    font-size: 4.1rem;
    line-height: 1;
    letter-spacing: 4.114px;
    font-weight: 700;
  }
}
.page-entry .sec-know .interview-wrap .box__links .box-txt .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .interview-wrap .box__links .box-txt .txt {
    font-size: 2.2rem;
    line-height: 1.7260909091;
    font-weight: 500;
  }
}
@media screen and (min-width: 481px) {
  .page-entry .sec-know .interview-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-entry .sec-know .interview-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-entry .sec-know .interview-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-entry .sec-know .interview-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-entry .sec-know .interview-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-entry .sec-know .interview-wrap .box.b01 .box__links .mask-container .year {
  background: #9589C7;
}
.page-entry .sec-know .interview-wrap .box.b01 .box__links .mask-container .arrow {
  background: #9589C7;
}
.page-entry .sec-know .interview-wrap .box.b01 .box__links .box-txt .name .color {
  color: #9589C7;
}
.page-entry .sec-know .interview-wrap .box.b02 .box__links .mask-container .year {
  background: #61C9FF;
}
.page-entry .sec-know .interview-wrap .box.b02 .box__links .mask-container .arrow {
  background: #61C9FF;
}
.page-entry .sec-know .interview-wrap .box.b02 .box__links .box-txt .name .color {
  color: #61C9FF;
}
.page-entry .sec-know .interview-wrap .box.b03 .box__links .mask-container .year {
  background: #77CF47;
}
.page-entry .sec-know .interview-wrap .box.b03 .box__links .mask-container .arrow {
  background: #77CF47;
}
.page-entry .sec-know .interview-wrap .box.b03 .box__links .box-txt .name .color {
  color: #77CF47;
}
.page-entry .sec-know .talk-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap {
    gap: 0 3rem;
  }
}
.page-entry .sec-know .talk-wrap .box {
  position: relative;
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box {
    width: calc((100% - 3rem) / 2);
  }
}
.page-entry .sec-know .talk-wrap .box__links .mask-container {
  position: relative;
  width: 100%;
  aspect-ratio: 304/245;
  /*									-webkit-mask-image: url('../images/common/nav02_mask.svg'); /* Safari用 */
  mask-image: url("../images/common/nav02_mask.svg"); /* 標準仕様 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 245' preserveAspectRatio='none'%3E%3Cpath d='M0 72.0835C0 32.2642 32.2642 0 72.0835 0H287.892C296.788 0 304 7.21151 304 16.1075V172.917C304 212.736 271.736 245 231.917 245H16.1075C7.21151 245 0 237.788 0 228.892V72.0835Z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 245' preserveAspectRatio='none'%3E%3Cpath d='M0 72.0835C0 32.2642 32.2642 0 72.0835 0H287.892C296.788 0 304 7.21151 304 16.1075V172.917C304 212.736 271.736 245 231.917 245H16.1075C7.21151 245 0 237.788 0 228.892V72.0835Z' fill='%23000000'/%3E%3C/svg%3E");
  overflow: hidden;
  /* マスクの位置とサイズ調整 */
  -webkit-mask-size: contain;
  mask-size: contain; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* マスクをループさせない */
  -webkit-mask-position: center;
  mask-position: center; /* マスクを中央配置 */
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box__links .mask-container {
    aspect-ratio: 581/353;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1ODEgMzUzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMCAxMjBDMCA1My43MjU4IDUzLjcyNTggMCAxMjAgMEg1NTFDNTY3LjU2OSAwIDU4MSAxMy40MzE1IDU4MSAzMFYyMzNDNTgxIDI5OS4yNzQgNTI3LjI3NCAzNTMgNDYxIDM1M0gzMEMxMy40MzE0IDUzMyAwIDMzOS41NjkgMCAzMjNWTDEyMFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1ODEgMzUzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMCAxMjBDMCA1My43MjU4IDUzLjcyNTggMCAxMjAgMEg1NTFDNTY3LjU2OSAwIDU4MSAxMy40MzE1IDU4MSAzMFYyMzNDNTgxIDI5OS4yNzQgNTI3LjI3NCAzNTMgNDYxIDM1M0gzMEMxMy40MzE0IDUzMyAwIDMzOS41NjkgMCAzMjNWTDEyMFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
    -webkit-mask-size: cover;
    mask-size: cover; /* 枠線内にSVGを収める（枠いっぱいは cover） */
  }
}
.page-entry .sec-know .talk-wrap .box__links .mask-container:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.page-entry .sec-know .talk-wrap .box__links .mask-container .masked-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s;
}
.page-entry .sec-know .talk-wrap .box__links .mask-container .team {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15rem;
  padding: 1.3rem 0;
  border-radius: 0 0.8827rem 0 0;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box__links .mask-container .team {
    width: 18.4rem;
    border-radius: 0 2rem 0 0;
  }
}
.page-entry .sec-know .talk-wrap .box__links .mask-container .team p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box__links .mask-container .team p {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-entry .sec-know .talk-wrap .box__links .mask-container .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  transition: 0.4s;
}
.page-entry .sec-know .talk-wrap .box__links .mask-container .arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow_w.svg") no-repeat center center;
  background-size: 100% 100% !important;
  width: 2rem;
  height: 2rem;
}
.page-entry .sec-know .talk-wrap .box__links .box-txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box__links .box-txt {
    margin-top: 3.6rem;
  }
}
.page-entry .sec-know .talk-wrap .box__links .box-txt .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .page-entry .sec-know .talk-wrap .box__links .box-txt .ttl {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
@media screen and (min-width: 481px) {
  .page-entry .sec-know .talk-wrap .box__links:hover {
    text-decoration: none;
  }
  .page-entry .sec-know .talk-wrap .box__links:hover .mask-container:before {
    opacity: 1;
  }
  .page-entry .sec-know .talk-wrap .box__links:hover .mask-container .masked-image {
    transform: scale(1.1);
  }
  .page-entry .sec-know .talk-wrap .box__links:hover .mask-container .arrow {
    opacity: 1;
  }
  .page-entry .sec-know .talk-wrap .box__links:hover .mask-container .arrow:after {
    animation: arrow-slide 0.4s 0.4s forwards ease-in-out;
  }
}
.page-entry .sec-know .talk-wrap .box.b01 .box__links .mask-container .team {
  background: #F8634A;
}
.page-entry .sec-know .talk-wrap .box.b01 .box__links .mask-container .arrow {
  background: #F8634A;
}
.page-entry .sec-know .talk-wrap .box.b02 .box__links .mask-container .team {
  background: #0080C7;
}
.page-entry .sec-know .talk-wrap .box.b02 .box__links .mask-container .arrow {
  background: #0080C7;
}

@keyframes moveSide {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(3px);
  }
}