.p-news__detail {
  padding-left: 20px;
  padding-top: min(4.86vw, 17px);
}

@media only screen and (min-width: 960px) {
  .p-news__detail {
    padding-top: min(5.63vw, 76px);
  }
}

.p-news__detail-thumb {
  margin-bottom: 28px;
}
@media only screen and (min-width: 960px) {
  .p-news__detail-thumb {
    margin-bottom: 58px;
  }
}

.p-news__detail-thumb img {
  width: 100%;
}

.p-other__item-thumb-inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 42vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .p-other__item-thumb-inner {
    height: min(12vw, 212px);
  }
}

.p-other__item-thumb-inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  border: none;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news__detail--flex {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: min(12.29vw, 43px);
}
@media only screen and (min-width: 960px) {
  .p-news__detail--flex {
    gap: 30px;
    margin-bottom: min(6.67vw, 90px);
  }
}

.p-news__detail-date {
  font-size: min(3.43vw, 12px);
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-news__detail-date {
    font-size: min(1.4vw, 16px);
  }
}
.p-news__detail-category {
  display: none;
}

@media only screen and (min-width: 960px) {
  .p-news__detail-category {
    display: block;
    font-size: min(1.4vw, 16px);
  }
}

.p-news__detail-title {
  font-size: min(5.71vw, 20px);
  font-weight: 600;
  margin-bottom: min(2.22vw, 12px);
  line-height: 1.6;
}

@media only screen and (min-width: 960px) {
  .p-news__detail-title {
    font-size: min(3.43vw, 30px);
    margin-bottom: min(2.52vw, 34px);
    line-height: 1.8;
  }
}

.p-news__detail-text {
  font-size: min(4.57vw, 16px);
  margin-bottom: min(9.14vw, 32px);
  line-height: 2;
  letter-spacing: -0.005em;
}

@media only screen and (min-width: 960px) {
  .p-news__detail-text {
    font-size: min(1.4vw, 16px);
    margin-bottom: min(4.89vw, 66px);
    line-height: 2.25;
  }
}

.p-news__detail-text > * {
  margin: 20px 0;
}

.p-news__detail-text img.size-full {
  width: 100%;
}

.p-news__detail-text img.size-large {
  max-width: 700px;
  width: 100%;
}

.p-news__detail-text img.size-medium {
  max-width: 350px;
  width: 100%;
}

.p-news__detail-text img.size-thumbnail {
  max-width: 200px;
  width: 100%;
}

.p-news__detail-text > p{}
.p-news__detail-text > p strong{
  font-weight: bold;
}

.p-news__detail-text > h1{
  font-size: min(6.855vw, 24px);
  font-weight: 600;
}

.p-news__detail-text > h2{
  font-size: min(6.283vw, 22px);
  font-weight: 600;
}

.p-news__detail-text > h3{
  font-size: min(5.712vw, 20px);
  font-weight: 600;
}

.p-news__detail-text > h4{
  font-size: min(5.141vw, 18px);
  font-weight: 600;
}

.p-news__detail-text > h5{
  text-decoration: underline;
  font-weight: 600;
}

.p-news__detail-text > h6{
  font-size: min(3.427vw, 12px);
  font-weight: 600;
}

.p-news__detail-text a {
  text-decoration: underline;
}

.p-news__detail-text iframe {
  max-width: 100%;
}

.p-news__detail-text--bold {
  font-size: min(5.14vw, 18px);
  font-weight: 600;
  margin: min(33.43vw, 117px) 0 min(16.57vw, 58px) 0;
}

@media only screen and (min-width: 960px) {
  .p-news__detail-text--bold {
    font-size: min(2.07vw, 28px);
  }
}

.p-other {
  margin-top: min(28vw, 98px);
}

@media only screen and (min-width: 960px) {
  .p-other {
    border-top: 1px solid rgba(51, 51, 51, 1);
    margin-top: min(6.67vw, 90px);
  }
}

.p-other__container {
  padding: 0 20px;
}

.p-other__item {
  border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.p-other__item:hover .p-other__item-thumb-inner img {
  transform: scale(1.05);
}

.p-other__title {
  font-size: min(4.57vw, 16px);
  text-align: center;
  font-weight: 500;
  padding: 0 0 min(6.870229007633588vw, 27px) 0;
}

@media only screen and (min-width: 960px) {
  .p-other__title {
    font-size: min(1.48vw, 20px);
    padding: min(3.26vw, 44px) 0;
  }
}

.p-other__inner--news {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-top: 1px solid rgba(51, 51, 51, 1);
    border-left: 1px solid rgba(51, 51, 51, 1);
    border-right: 1px solid rgba(51, 51, 51, 1);
}

@media only screen and (min-width: 960px) {
  .p-other__inner--news {
    border-top: 1px solid rgba(51, 51, 51, 1);
    border-left: 1px solid rgba(51, 51, 51, 1);
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 1568px;
    margin: 0 auto;
  }
}

.p-other__item--news {
  padding: min(5.71vw, 20px) min(5.71vw, 20px) min(4.57vw, 16px) min(5.71vw, 20px);
}

@media only screen and (min-width: 960px) {
  .p-other__item--news {
    padding: 20px 20px 13px 20px;
    border-right: 1px solid rgba(51, 51, 51, 1);
    padding: min(1.1574074074074074vw, 20px) min(1.1574074074074074vw, 20px) min(1.1574074074074074vw, 13px) min(1.1574074074074074vw, 20px);
  }
}

.p-other__item-news-thumb {
  margin-bottom: 7px;
  text-align: center;
}

.p-other__item-txtTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(4.580152671755725vw, 15px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-txtTop {
    margin-bottom: min(1.41vw, 19px);
  }
}

.p-other__item-txtBottom {
  display: flex;
  align-items: center;
  gap: 19px;
}

.p-other__item-title {
  font-size: min(4.57vw, 16px);
  line-height: 1.6;
}

@media only screen and (min-width: 960px) {
  .p-other__item-title {
    font-size: min(1.4vw, 16px);
  }
}

.p-other__item-date {
  font-family: var(--font_family--en);
  font-size: min(3.43vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-date {
    font-size: min(1.4vw, 12px);
  }
}

.p-other__item-category {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: min(3.43vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-category {
    font-size: min(1.4vw, 12px);
  }
}

.p-other__item-news-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(37.71vw, 132px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-news-txt {
    min-height: min(10.52vw, 142px);
  }
}


.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.p-news__link {
  margin: min(16vw, 56px) 0 min(9.71vw, 34px) 0;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-news__link {
    font-size: min(1.4vw, 16px);
    margin: min(2.7777777777777777vw, 48px) 0;
  }
}

.c-back--bottom {
  text-align: center;
  margin-top: min(14.29vw, 50px);
}
