@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Thin.woff") format("woff");
  src: url("../font/NotoSans-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Light.woff") format("woff");
  src: url("../font/NotoSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Regular.woff") format("woff");
  src: url("../font/NotoSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Medium.woff") format("woff");
  src: url("../font/NotoSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Bold.woff") format("woff");
  src: url("../font/NotoSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Black.woff") format("woff");
  src: url("../font/NotoSans-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "hiragino";
  src: url("../font/hiragino/light.woff") format("woff");
  src: url("../font/hiragino/light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "hiragino";
  src: url("../font/hiragino/regular.woff") format("woff");
  src: url("../font/hiragino/regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "hiragino";
  src: url("../font/hiragino/medium.woff") format("woff");
  src: url("../font/hiragino/medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "hiragino";
  src: url("../font/hiragino/bold.woff") format("woff");
  src: url("../font/hiragino/bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "hiragino";
  src: url("../font/hiragino/black.woff") format("woff");
  src: url("../font/hiragino/black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "arial";
  src: url("../font/arial/Arial-Black.woff") format("woff");
  src: url("../font/arial/Arial-Black.otf") format("opentype");
  font-style: normal;
}
.p-walker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1700px) {
  .p-walker {
    width: 1500px;
  }
}
@media (max-width: 1500px) {
  .p-walker {
    width: 1200px;
  }
}
@media (max-width: 860px) {
  .p-walker {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 860px) {
  .p-walker__head {
    margin-top: 100px;
  }
}
.p-walker__main {
  width: 77.6%;
}
@media (max-width: 860px) {
  .p-walker__main {
    width: 100%;
  }
}
.p-walker__sub {
  width: 360px;
}
@media (max-width: 860px) {
  .p-walker__sub {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .p-walker__item {
    width: 45%;
  }
}
@media (max-width: 860px) {
  .p-walker__item {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .p-walker__item:nth-of-type(3n) {
    margin-right: 3%;
  }
}
@media (max-width: 1700px) {
  .p-walker__item .p-interview__thumb {
    height: 240px;
  }
}
@media (max-width: 1500px) {
  .p-walker__item .p-interview__thumb {
    height: 200px;
  }
}
@media (max-width: 860px) {
  .p-walker__item .p-interview__thumb {
    height: 52vw;
  }
}
.p-walker__single {
  width: 1030px;
}
@media (max-width: 1500px) {
  .p-walker__single {
    width: 800px;
  }
}
@media (max-width: 860px) {
  .p-walker__single {
    width: 100%;
  }
}
.p-walker__singleMain {
  margin-top: 88px;
}
@media (max-width: 860px) {
  .p-walker__singleMain {
    margin-top: 48px;
  }
}
.p-walker__singleMain p, .p-walker__singleMain div {
  margin-top: 32px;
}
@media (max-width: 860px) {
  .p-walker__singleMain p, .p-walker__singleMain div {
    margin-top: 24px;
  }
}
@media (max-width: 860px) {
  .p-walker__single .p-head, .p-walker__single .p-bottom, .p-walker__single .p-link {
    width: 100%;
  }
}

.p-side__sec {
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .p-side__sec {
    margin-bottom: 32px;
  }
}
.p-side__head {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  background-size: 100% auto;
  background-image: url(../img/walker/bg_sideHead_01.svg);
  background-size: cover;
  background-position: left center;
}
@media (max-width: 860px) {
  .p-side__head {
    font-size: 2rem;
    height: 56px;
    line-height: 56px;
  }
}
.p-side__head::first-letter {
  color: #FFFF00;
}
.p-side__subttl {
  padding: 12px 20px;
  letter-spacing: 0.1em;
  background-color: #FFFFD1;
}
@media (max-width: 860px) {
  .p-side__subttl {
    padding: 8px 16px;
  }
}
.p-side__item {
  background-color: #fff;
  border-bottom: 2px solid #EDF4FA;
}
.p-side__item:last-of-type {
  border-bottom: unset;
}
.p-side__item a {
  display: block;
  padding: 16px 40px;
  color: #0066B3;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 860px) {
  .p-side__item a {
    padding: 12px 32px;
  }
}
.p-side__item a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(../img/walker/ico_sideItem_01.svg);
  background-size: contain;
}
@media (max-width: 860px) {
  .p-side__item a::before {
    width: 12px;
    height: 5px;
  }
}
.p-side__item:hover {
  text-decoration: underline;
}
.p-side__article article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 2px;
  padding: 48px 10px;
  background-color: #EDF4FA;
}
@media (max-width: 860px) {
  .p-side__article article {
    padding: 24px 10px;
  }
}
.p-side__article article:hover {
  color: #0066B3;
  text-decoration: underline;
}
.p-side__article article a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-side__articleThumb {
  width: 120px;
  height: 90px;
  background-size: cover;
}
@media (max-width: 860px) {
  .p-side__articleThumb {
    width: 30%;
    height: 18vw;
  }
}
.p-side__articleText {
  width: 200px;
  font-weight: 700;
}
@media (max-width: 860px) {
  .p-side__articleText {
    width: 66%;
  }
}
.p-side__search {
  position: relative;
  padding: 8px 20px;
  border: 2px solid #0066B3;
  background-color: #EDF4FA;
}
.p-side__search select {
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 40px;
  background-image: url(../img/walker/ico_search_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.p-side__search::after {
  content: "";
  display: block;
  width: 80%;
  height: 40px;
  margin-top: -40px;
  background-color: #fff;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 5px;
}
.p-side__snsItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background-color: #EDF4FA;
  border: 2px solid #0066B3;
  border-top: unset;
  color: #0066B3;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 860px) {
  .p-side__snsItem {
    padding: 10px 18px;
    font-size: 1.6rem;
  }
}
.p-side__snsItem:first-of-type {
  border-top: 2px solid #0066B3;
}
.p-side__snsItem::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 24px;
  height: 6px;
  background-image: url(../img/walker/ico_snsArrow_01.svg);
  background-size: contain;
  -webkit-transition: right 0.32s;
  transition: right 0.32s;
}
.p-side__snsItem a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-side__snsItem:hover::after {
  right: 16px;
}
@media (max-width: 860px) {
  .p-side__snsIcon {
    width: 28px;
  }
}