@charset "utf-8";

 html {
   font-size: 62.5%;
   scroll-behavior: smooth;
 }


 p {
   font-feature-settings: "palt";
   text-align: justify; /* 両端揃え */
   line-break: strict; /* 禁則処理を適用 */
   word-break: break-all; /* 半角英数字の連続に対応（必要に応じて） */
 }

body {
  font-weight: bold;
}
.sp-block {
  display: block;
}
.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
}

.sp-none{
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none{
    display: block;
  }}

.c-lowerHeader__wrap h1{
  line-height: normal;
  margin-bottom: 0;
}
h1{
  font-size: 4.0rem;
  text-align: center;
  margin: 0 auto 23px;
  font-weight: bold;
  font-style: italic;
}
@media screen and (min-width: 960px) {
h1{
  font-size: 4.0rem;
  text-align: center;
  margin-bottom: 40px;
}}


/* ==========================================================================
   モーダル
   ========================================================================== */
.p-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
@media screen and (min-width: 960px) {
  .p-modal {
  }
}
.p-modal__wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 2rem auto;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-modal__wrap {
    max-width: 800px;
    padding: 30px 40px;
    margin: 4rem auto;
  }
}
.p-modal__contents {
  position: relative;
}

.p-modal__name{
  font-size: 3.2rem;
  text-align: left;
  line-height: 1;
}
.p-modal__name span{
  font-size: 1.4rem;
  font-weight: normal;
}
.p-modal__table{
  margin-bottom: 40px;
  width: 100%;
  border-collapse:collapse;
}
@media screen and (min-width: 960px) {
.p-modal__table{
  margin-bottom: 40px;
  width: 723px;
}}
td{
  border-bottom: #EBEBEB 1px solid;
  text-align: left;
}
td:last-child{
  border-bottom: none;
  text-align: left;
}

.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.9rem;
  font-weight: 300;
  color: #707070;
  cursor: pointer;
  line-height: 1;
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .p-modal__close {
    font-size: 3rem;
    top: 0;
    right: 0;
  }
}
.p-modal__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 31px;
}
@media screen and (min-width: 960px) {
  .p-modal__header {
    gap: 40px;
    margin-bottom: 30px;
  }
}

.p-modal__profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 960px) {
  .p-modal__profile-img {
    width: 120px;
    height: 120px;
  }
}

.p-modal__profile-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
.p-modal__profile-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}}

.p-modal__profile-info {
  flex: 1;
}

.p-modal__name {
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .p-modal__name {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.p-modal__department {
  font-size: 1.4rem;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-modal__department {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.p-modal__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-modal__table {
    margin-bottom: 58px;
  }
}

.p-modal__table tr {
  border-bottom: 1px solid #EBEBEB;
}
.p-modal__table td {
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .p-modal__table td {
    vertical-align: top;
  }
}
.p-modal__table tr:nth-child(7) {
  border-bottom: none;
}
.p-modal__table tr:nth-child(7) .p-modal__label {
  padding-bottom: 10px;
}

.p-modal__table tr:last-child {
  border-bottom: none;
}
.p-modal__table tr:last-child .p-modal__message {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .p-modal__table tr:last-child .p-modal__message {
    padding-top: 18px;
  }
}

.p-modal__label {
  color: #0F2794;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 0;
  vertical-align: top;
  width: 52%;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-modal__label {
    font-size: 1.5rem;
    padding: 18px 0 10px;
    width: 28.6%;
  }
}

.p-modal__value {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  padding: 14px 0;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-modal__value {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
}

.p-modal__table tr:first-child .p-modal__label,
.p-modal__table tr:first-child .p-modal__value {
  padding-top: 0;
}

.p-modal__message {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  /* padding: 1.5rem 0; */
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-modal__message {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}

.p-modal__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-modal__prev,
.p-modal__next {
  background: none;
  border: none;
  color: #0F2794;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  width: auto;
}
@media screen and (min-width: 960px) {
  .p-modal__prev,
  .p-modal__next {
    font-size: 1.5rem;
  }
}

.p-modal__prev:hover,
.p-modal__next:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
.p-contents__flex{
  display: flex;
  justify-content: center;
  margin: 40px 0 60px 0;
  flex-wrap: nowrap;
}}
.p-button__top{
  border: 2px solid #BD9A00;
  background-color: #fff;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
}
.p-button__top a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 74px;
  color: #000;
}

.p-lowerHeader__text01 {
  font-size: 1.3rem !important;
  margin-bottom: 0;
  line-height: 21px;
}
@media screen and (min-width: 960px) {
  .p-lowerHeader__text01 {
    font-size: 1.8rem !important;
    margin-bottom: 0;
    line-height: 27px;
  }
}

.c-lowerHeader__wrap > div {
    padding: 0;
}
.c-lowerHeader__wrap {
  padding: 30px 20px 16.4px;
}
@media (min-width: 768px) {
    .c-lowerHeader__wrap {
        width: calc(100%);
        min-height: 268px;
        padding: 0 17px 24px;
    }
}

.c-breadcrumb {
    padding: 30px 20px 40px;
}
.c-breadcrumb__contents01{
    padding: 30px 20px 145px;
}
@media screen and (min-width: 960px) {
.c-breadcrumb__contents01{
  padding: 30px 20px 180px;
}}
/* ==========================================================================
   メインビジュアル
   ========================================================================== */
.p-mv {
  background-color: #fff;
  padding-bottom: 78px;
}
@media screen and (min-width: 960px) {
  .p-mv {
    padding-bottom: 0;
  }
}

.p-mv__inner {
  max-width: 120rem;
  margin: 0 auto;
}

.p-mv__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #223AA5;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .p-mv__title {
    font-size: 4.0rem;
    margin-bottom: 4.5rem;
    margin-bottom: 30px;
  }
}

.p-mv__members {
  display: flex;
  margin: 0 0 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 20px 20px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
@media screen and (min-width: 768px) {
  .p-mv__members {
    margin: 0;
    gap: 30px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    justify-content: center;
    overflow-x: visible;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-mv__members {
    gap:50px;
    flex-wrap: nowrap;
    margin-bottom: 100px;
    justify-content: center;
    overflow-x: visible;
    padding: 0;
  }
}

.p-mv__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 100px;
}
@media screen and (min-width: 960px) {
  .p-mv__member {
    width: 120px;
  }
}

.p-mv__member-major {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  padding: 3px 10px 4px;

  background-color: #EBEBEB;
  border-radius: 50px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mv__member-major {
    width: 100%;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 16px;
    padding: 3px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;

    background-color: #EBEBEB;
    border-radius: 50px;
    position: relative;
  }
}

.p-mv__member-major::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EBEBEB;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}

.p-mv__member-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 960px) {
  .p-mv__member-img {
    text-align: center;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
}

.p-mv__member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__member-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-mv__member-name {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.p-mv__scroll-guide {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-mv__scroll-guide {
    display: none;
  }
}

.c-breadcrumb ul li {
  display: inline-block;
  color: #0F2794;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb ul li {
    display: inline-block;
    color: #0F2794;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: normal;
  }}
  @media screen and (min-width: 960px) {
.c-breadcrumb ul li {
  display: inline-block;
  color: #0F2794;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: normal;
}}

/* ==========================================================================
   CONTENTSセクション
   ========================================================================== */
.p-contents-section {
  background-color: #90EE90;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-contents-section {
    padding: 50px 0 0;
    overflow: visible;
  }
}

.p-contents-section__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  font-family: "Prompt", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  color: #223AA5;
  text-align: center;
  line-height: normal;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-contents-section__title {
    font-size: 4.0rem;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-contents-section__title {
    font-size: 4.0rem;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}

.p-contents-section__inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  min-height: 975px;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-contents-section__inner {
    min-height: 1200px;
    padding: 0;
  }
}

.p-contents-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/talk/2026/bg_top_sp.png") no-repeat center top / cover;
}
@media screen and (min-width: 768px) {
  .p-contents-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/talk/2026/bg_top_pc.png") no-repeat center bottom / cover;
  }}
@media screen and (min-width: 960px) {
.p-contents-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/talk/2026/bg_top_pc.png") no-repeat center bottom / cover;
}}

/* 看板 */
.p-kanban {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.p-kanban__img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-kanban__img {
    width: 260px;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban__img {
    width: 400px;
  }
}

.p-kanban__content {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
}
@media screen and (min-width: 768px) {
  .p-kanban__content {
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban__content {
    left: 50%;
    transform: translateX(-50%);
    top: 97px;
  }
}

.p-kanban--1 > .p-kanban__content {
  position: absolute;
  top: 20px;
  left: 16px;
  right:auto;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
@media screen and (min-width: 768px) {
  .p-kanban--1 > .p-kanban__content {
    left: 25px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban--1 > .p-kanban__content {
    left: 32px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
  }
}

.p-kanban__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.25;
  margin: 0 0 24px 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-kanban__title {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban__title {
    font-size: 3.2rem;
    margin: 0 0 48px 0;
  }
}

.p-kanban--1 > .p-kanban__content > .p-kanban__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.25;
  margin: 0 0 14px 0;
}
@media screen and (min-width: 768px) {
  .p-kanban--1 > .p-kanban__content > .p-kanban__title {
    font-size: 2.2rem;
    margin: 0 0 14px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban--1 > .p-kanban__content > .p-kanban__title {
    font-size: 3.2rem;
    margin: 0 0 28px 0;
  }
}

.p-kanban__link {
  font-family: "Prompt", sans-serif;
  font-size: 0.7rem;
  font-style: italic;
  color: #9A9A9A;
  font-weight: normal;
  text-align: center;
  margin: 0;
  position: relative;
  line-height: 8.1px;
}
@media screen and (min-width: 768px) {
  .p-kanban__link {
    font-size: 1.2rem;
    font-family: "Prompt", sans-serif;
    font-style: italic;
    color: #9A9A9A;
    font-weight: normal;
    text-align: center;
    margin: 0;
    position: relative;
    line-height: 1.63;
  }
}
@media screen and (min-width: 960px) {
  .p-kanban__link {
    font-size: 1.4rem;
    font-family: "Prompt", sans-serif;
    font-style: italic;
    color: #9A9A9A;
    font-weight: normal;
    text-align: center;
    margin: 0;
    position: relative;
    line-height: 1.63;
  }
}
.p-kanban__link::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  background: url("../images/talk/2026/img_arrow.png") no-repeat center;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .p-kanban__link::after {
    width: 60px;
    height: 9px;
  }
}

/* 看板1の配置 */
.p-kanban--1 {
  top: 60px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-kanban--1 {
    top: 41px;
    left: 50%;
    transform: translateX(-96.2%);
  }
}
@media screen and (min-width: 960px) {
  .p-kanban--1 {
    top: 41px;
    left: 50%;
    transform: translateX(-96.2%);
  }
}

/* 看板2の配置 */
.p-kanban--2 {
  top: 270px;
  right: 20px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .p-kanban--2 {
    top: 255px;
    left: 50%;
    right: auto;
    transform: translateX(16.8%);
  }
}
@media screen and (min-width: 960px) {
  .p-kanban--2 {
    top: 255px;
    left: 50%;
    right: auto;
    transform: translateX(16.8%);
  }
}

/* 看板3の配置 */
.p-kanban--3 {
  top: 480px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-kanban--3 {
    top: 562px;
    left: 50%;
    transform: translateX(-134%);
  }
}
@media screen and (min-width: 960px) {
  .p-kanban--3 {
    top: 562px;
    left: 50%;
    transform: translateX(-134%);
  }
}

.p-chintiger__wrap{
  display: flex;
  width: 334px;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-chintiger__wrap{
    width: 57%;
    transform: translateX(-29%);
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-chintiger__wrap{
    width: auto;
    transform: translateX(-32%);
    top: auto;
    bottom: 0;
  }
}

/* チンタイガー */
.p-chintiger {
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 960px) {
  .p-chintiger {
  }
}

.p-chintiger__img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-chintiger__img {
    width: 400px;
  }
}
@media screen and (min-width: 960px) {
  .p-chintiger__img {
    width: 400px;
  }
}


/* 吹き出し */
.p-speech-bubble {
  position: relative;
  background-color: #fff;
  border-radius: 5.8px;
  padding: 15px 20px;
  width: 134px;
  height: 66px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-speech-bubble {
    width: 244px;
    height: 104px;
    padding: 24px 28px;
    border-radius: 10px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .p-speech-bubble {
    width: 244px;
    height: 120px;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 80px;
  }
}
.p-speech-bubble::before {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  top: 44%;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}


.p-speech-bubble__text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.25;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-speech-bubble__text {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 960px) {
  .p-speech-bubble__text {
    font-size: 2.4rem;
  }
}

.p-speech-bubble__text--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-speech-bubble__text--sp {
    display: none;
  }
}

.p-speech-bubble__text--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-speech-bubble__text--pc {
    display: block;
  }
}

/* ==========================================================================
   選考に進んだ理由ページ - タイトルセクション
   ========================================================================== */
.p-reason-title {
  background-color: #EBFBFF;
  padding: 218px 20px 40px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason-title {
    padding: 218px 20px 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-title {
    padding: 279px 20px 60px;
  }
}
.p-reason-title__contents04 {
  background-color: #EBFBFF;
  padding: 266px 20px 40px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason-title__contents04 {
    padding: 265px 20px 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-title__contents04 {
    padding: 317px 20px 60px;
  }
}

.p-reason-title__inner {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 335px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-reason-title__inner {
    top: -120px;
    width: 400px;
    height: 320px;
  }
}

.p-reason-title__chintiger {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-reason-title__chintiger {
    width: 170px;
    top: -70px;
  }
}

.p-reason-title__chintiger img {
  width: 100%;
  height: auto;
}

.p-reason-title__kanban {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-reason-title__kanban-img {
  display: block;
  width: 335px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .p-reason-title__kanban-img {
    width: 400px;
    height: auto;
  }
}

.p-reason-title__key-img {
  display: block;
  width: 335px;
  height: auto;
  margin-bottom: 30.7px;
}
@media screen and (min-width: 960px) {
  .p-reason-title__key-img {
    width: 400px;
    height: auto;
    margin-bottom: 63px;
  }
}

.p-reason-title__kanban-content {
  position: absolute;
  top: 134px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-reason-title__kanban-content {
    left: 50%;
    transform: translateX(-50%);
    top: 154px;
  }
}
.p-reason-title__kanban-content02 {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-reason-title__kanban-content02 {
    left: 50%;
    transform: translateX(-50%);
    top: 173px;
  }
}


.p-reason-title__kanban-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.25;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-reason-title__kanban-text {
    font-size: 3.2rem;
  }
}
.p-reason-title__key-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-reason-title__key-text {
    font-size: 4.0rem;
  }
}

/* 回答セクション */
.p-reason-answers {
  padding: 0 0 60px;
}
@media screen and (min-width: 960px) {
  .p-reason-answers {
    padding: 60px 40px 100px;
  }
}

.p-reason-answers__inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 回答カード */
.p-reason-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-reason-card {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-card {
    gap: 40px;
    margin-bottom: 40px;
  }
}

.p-reason-card:last-child {
  margin-bottom: 0;
}

.p-reason-card__photo {
  flex-shrink: 0;
  text-align: center;
}

.p-reason-card__photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-reason-card__photo img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-card__photo img {
    width: 120px;
    height: 120px;
  }
}

.p-reason-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason-card__name {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-card__name {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.p-reason-card__text {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-reason-card__text {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-card__text {
    padding: 20px;
  }
}

.p-reason-card__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-reason-card__text p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .p-reason-card__text p {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   サブページ用CONTENTSセクション
   ========================================================================== */
.p-sub-contents {
  background-color: #90EE90;
  padding: 60px 20px 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-contents {
    padding: 80px 40px 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-sub-contents {
    padding: 80px 40px 50px;
  }
}

.p-sub-contents__title {
  font-family: "Prompt", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  color: #223AA5;
  text-align: center;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
}
@media screen and (min-width: 786px) {
  .p-sub-contents__title {
    font-size: 4.0rem;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 960px) {
  .p-sub-contents__title {
    font-size: 4.0rem;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-sub-contents__inner {
  max-width: 920px;
  margin: 0 auto;
}

.p-sub-contents__kanban-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 30.8px;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__kanban-wrap {
    gap: 20px;
    margin-bottom: 81px;
  }
}

.p-sub-contents__kanban {
  position: relative;
  display: block;
  width: calc(50% - 5px);
  max-width: 157px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__kanban {
    width: auto;
    max-width: none;

  }
}

.p-sub-contents__kanban:hover{
  cursor: pointer;
}

.p-sub-contents__kanban-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__kanban-img {
    width: 200px;
  }
}

.p-sub-contents__kanban-content {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__kanban-content {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }}

/* 看板1（選考に進んだ理由）だけ top: 45px */
.p-sub-contents__kanban:first-child .p-sub-contents__kanban-content {
  top: 36px;
}
@media screen and (min-width: 960px) {
.p-sub-contents__kanban:first-child .p-sub-contents__kanban-content {
  top: 46px;
}
}
.p-sub-contents__kanban-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #223AA5;
  text-align: center;
  line-height: 1.25;
  display: block;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__kanban-text {
    font-size: 1.6rem;
  }
}

.p-sub-contents__chintiger {
  display: block;
  width: calc(50% - 5px);
  max-width: 157px;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__chintiger {
    width: auto;
    max-width: none;
  }
}

.p-sub-contents__chintiger-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__chintiger-img {
    width: 200px;
  }
}

.p-sub-contents__btn {
  display: block;
  max-width: 335px;
  margin: 0 auto;
  padding: 14px 30px;
  background-color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-sub-contents__btn {
    max-width: 340px;
    padding: 18px 40px;
  }
}
