@charset "UTF-8";
.p-segment {
  margin-bottom: 78px;
  padding: 50px 10px 60px;
  position: relative;
}
.p-segment::before {
  border-color: #eff5fe transparent transparent transparent;
  border-style: solid;
  border-width: 38px 38px 0 38px;
  bottom: -38px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}
.p-segment::after {
  background: linear-gradient(to left, rgba(145, 195, 232, 0.8), rgba(23, 128, 207, 0.8) 54%), rgba(0, 91, 238, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.08;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-segment .c-box02 {
  position: relative;
  z-index: 2;
}
.p-segment-lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 43px;
}
.p-segment-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-segment-item h3 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.p-segment-item ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
}
.p-segment-item li a {
  align-items: center;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  color: var(--color-blue);
  display: flex;
  height: 60px;
  justify-content: center;
}
.p-segment-item li a.is-active {
  background: #00237e;
  color: #fff;
}
.p-segment-item li a.is-nothing {
  background: #ccc;
  color: #fff;
}
.p-segment-button {
  margin-top: 54px;
  text-align: center;
}
.p-segment-button a {
  font-size: 14px;
  font-size: 1.4rem;
  background: #999;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  position: relative;
  width: 280px;
}
.p-segment-button a::before, .p-segment-button a::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  top: 50%;
  width: 15px;
}
.p-segment-button a::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-segment-button a::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-articles {
  padding: 0 10px;
}
.p-articles .p-articles-nothing {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.p-articles .c-card-list {
  display: -ms-grid;
  display: grid;
  gap: 30px 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.p-articles .c-card a {
  display: block;
  padding: 20px 20px 30px;
}
.p-articles .c-card-body {
  margin-top: 20px;
}
.p-articles .c-card-body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--color-blue);
  font-weight: normal;
  line-height: 1.416;
  margin-bottom: 15px;
}
.p-articles .c-card-body dl {
  align-items: flex-start;
  display: flex;
}
.p-articles .c-card-body dt {
  font-size: 14px;
  font-size: 1.4rem;
  background: var(--color-blue);
  color: #fff;
  flex-shrink: 0;
  line-height: 30px;
  text-align: center;
  width: 50px;
}
.p-articles .c-card-body dd {
  font-size: 20px;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  margin-left: 7px;
}
.p-articles .c-card-body dd span:not(:first-child)::before {
  content: "、";
}