@charset "UTF-8";
@media screen and (max-width: 767px) {
  .l-breadcrumbs ol {
    background: none;
  }
}
.p-press {
  background: #fff;
  border-radius: 1rem;
  padding: 8rem 10rem;
}

.p-press-select-wrap {
  position: relative;
  display: inline-block;
  width: 16rem;
  margin-top: 3rem;
}

.p-press-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  border: 1px solid #DFDFDF;
  border-radius: 0.4rem;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #303030;
}

select,
option {
  color: #303030;
}

.p-press-select:focus {
  outline: none;
  border-color: #005ED2;
}

.p-press-select-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
  transform: translateY(-50%);
  background: url("../../images/common/icn_select.svg") no-repeat center;
  background-size: contain;
}

.p-press-list {
  margin-top: 6rem;
}

.p-press-item {
  position: relative;
}
.p-press-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.3s ease;
}
.p-press-item:hover::before {
  transform: translate(8px, -50%);
}
.p-press-item a[target=_blank] .p-press-text::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  /* アイコンサイズに調整 */
  height: 1.3rem;
  margin-left: 0.3rem;
  background: url(../../images/common/icn_blank.svg) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
}

a[href$=".pdf"] .p-press-text::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2.2rem;
  margin-left: 0.1rem;
  background: url(../../images/common/icn_pdf.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.p-press-link {
  display: grid;
  grid-template-columns: 9rem 14rem 1fr;
  align-items: center;
  padding: 1rem 4rem 1rem 0;
  border-bottom: 1px solid #DFDFDF;
  gap: 2rem;
  color: #303030;
}

.p-press-date {
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  grid-area: 1/1/3/2;
}

.p-press-tag {
  font-size: 1.2rem;
  border: 1px solid #005ED2;
  border-radius: 2rem;
  color: #005ED2;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  flex-shrink: 0;
  text-align: center;
  grid-area: 1/2/3/3;
}

.p-press-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  grid-area: 1/3/3/4;
}

@media screen and (max-width: 767px) {
  .p-press {
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
  }
  .p-press-select-wrap {
    width: 100%;
    margin-top: 8vw;
  }
  .p-press-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 1.6vw 8vw 1.6vw 3.2vw;
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-press-select-arrow {
    width: 8vw;
    height: 8vw;
    background: url("../../images/common/icn_select.svg") no-repeat left top;
    background-size: contain;
  }
  .p-press-list {
    margin-top: 5.3333333333vw;
  }
  .p-press-item {
    position: relative;
  }
  .p-press-item::before {
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
    background-size: contain;
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-press-item:hover::before {
    transform: translate(0, -50%);
  }
  .p-press-item a[target=_blank] .p-press-text::after {
    content: "";
    display: inline-block;
    width: 3.4666666667vw;
    /* アイコンサイズに調整 */
    height: 3.4666666667vw;
    margin-left: 0.8vw;
    background: url(../../images/common/icn_blank.svg) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
  }
  a[href$=".pdf"] .p-press-text::after {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.8666666667vw;
    margin-left: 0.2666666667vw;
    background: url(../../images/common/icn_pdf.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
  }
  .p-press-link {
    grid-template-columns: 25.3333333333vw auto 1fr;
    padding: 5.3333333333vw 8vw 5.3333333333vw 0;
    gap: 2.6666666667vw;
  }
  .p-press-date {
    font-size: 4vw;
    grid-area: 1/1/2/2;
  }
  .p-press-tag {
    font-size: 3.4666666667vw;
    letter-spacing: -0.01em;
    border-radius: 9999px;
    color: #005ED2;
    padding: 0.5333333333vw 2.6666666667vw;
    margin-right: 2.6666666667vw;
    grid-area: 1/2/2/3;
  }
  .p-press-text {
    grid-column: span 3;
    font-size: 4.2666666667vw;
    grid-area: 2/1/3/4;
  }
}
.p-press-detail {
  padding: 4rem 2rem;
}

.p-press-detail-header {
  margin-bottom: 3rem;
}

.p-press-detail-inner {
  background: #fff;
  padding: 8rem 10rem;
  border-radius: 1rem;
}

.p-press-detail-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #B2B2B2;
}

.p-press-detail-category {
  display: inline-block;
  border: 1px solid #005ED2;
  border-radius: 9999px;
  color: #005ED2;
  padding: 0.2rem 1.5rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-press-detail-title {
  font-size: 3.5rem;
  line-height: 1.4857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 1rem;
}

.p-press-detail-eyecatch {
  aspect-ratio: 600/371;
  max-height: 37.1rem;
  text-align: center;
  margin: 0 auto 6rem;
}

.p-press-detail-eyecatch img {
  width: auto;
  height: 100%;
}

.p-press-detail h2 {
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-left: 0.3rem solid #005ED2;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-press-detail h3 {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 2rem;
}
.p-press-detail p {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2rem;
}
.p-press-detail a {
  color: #005ED2;
  text-decoration: underline;
  font-weight: 700;
}
.p-press-detail a:hover {
  text-decoration: none;
}
.p-press-detail a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  /* アイコンサイズに調整 */
  height: 1.3rem;
  margin-left: 0.3rem;
  background: url(../../images/common/icn_blank.svg) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
}
.p-press-detail a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2.2rem;
  margin-left: 0.1rem;
  background: url(../../images/common/icn_pdf.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.p-press-detail table {
  width: 100%;
  margin: 4rem 0;
}
.p-press-detail table th {
  background: #005ED2;
  color: #fff;
  padding: 3.5rem 2.5rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 700;
  vertical-align: middle;
  border: solid 1px #fff;
}
.p-press-detail table td {
  background: #fff;
  padding: 3.5rem 2.5rem;
  border: solid 1px #B2B2B2;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
  vertical-align: middle;
}
.p-press-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 4rem;
  display: block;
}
.p-press-detail strong {
  font-weight: 700;
}
.p-press-detail em {
  display: block;
  position: relative;
  padding-left: 2.4rem;
}
.p-press-detail em::before {
  position: absolute;
  left: 0;
  top: 1.5rem;
  transform: translateY(-50%);
  content: "・";
}

.p-back-button {
  text-align: center;
  margin-top: 6rem;
}
.p-back-button a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 3rem 1rem 5rem;
  background: #0F4283;
  border: solid 1px #0F4283;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.p-back-button a::before {
  position: absolute;
  content: "";
  background: url(../../images/common/icn_arrow_white_left.svg) no-repeat left top;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  background-size: contain;
  width: 1rem;
  height: 1.8rem;
}
.p-back-button a:hover {
  background: #005ea2;
}

@media screen and (max-width: 767px) {
  .p-press-detail {
    padding: 10.6666666667vw 0;
  }
  .p-press-detail-header {
    margin-bottom: 8vw;
  }
  .p-press-detail-inner {
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-press-detail-meta {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .p-press-detail-category {
    padding: 0.5333333333vw 4vw;
    font-size: 4.2666666667vw;
  }
  .p-press-detail-title {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
  }
  .p-press-detail-eyecatch {
    aspect-ratio: 295/182;
    max-height: 48.5333333333vw;
    text-align: center;
    margin: 0 auto 5.3333333333vw;
  }
  .p-press-detail h2 {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-left: 0.8vw solid #005ED2;
    padding-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-press-detail h3 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #005ED2;
    margin-bottom: 2rem;
  }
  .p-press-detail p {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-press-detail a[target=_blank]::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 0.8vw;
    background: url(../../images/common/icn_blank.svg) no-repeat left top;
    background-size: contain;
  }
  .p-press-detail a[href$=".pdf"]::after {
    width: 5.3333333333vw;
    height: 5.8666666667vw;
    margin-left: 0.2666666667vw;
    background: url(../../images/common/icn_pdf.svg) no-repeat center center;
    background-size: contain;
  }
  .p-press-detail table {
    margin: 10.6666666667vw 0;
  }
  .p-press-detail table th {
    width: auto !important;
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    text-align: center;
    border: solid 1px #fff;
  }
  .p-press-detail table td {
    width: auto !important;
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-press-detail img {
    margin: 0 auto 8vw;
  }
  .p-press-detail em {
    display: block;
    position: relative;
    padding-left: 6.4vw;
  }
  .p-press-detail em::before {
    position: absolute;
    left: 0;
    top: 4vw;
    transform: translateY(-50%);
    content: "・";
  }
  .p-back-button {
    margin-top: 5.3333333333vw;
  }
  .p-back-button a {
    padding: 2.6666666667vw 8vw 2.6666666667vw 13.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-back-button a::before {
    background: url(../../images/common/icn_arrow_white_left.svg) no-repeat left top;
    left: 6.6666666667vw;
    background-size: contain;
    width: 2.6666666667vw;
    height: 4.8vw;
  }
}
