@charset "utf-8";

/* wp toc */
.wp-toc {
  padding: 30px 20px;
  background-color: #EDF0F2;
  border-radius: 8px;
}

.wp-toc__title {
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 700;
  /* text-align: center; */
  text-align: left;
}

.wp-toc__list {
  /* margin-top: 10px; */
  margin-top: 20px;
}

.toc-list {
  counter-reset: tocCount;
}

.toc-list__item {}

.toc-list__item:first-child {
  margin-top: 0 !important;
}

.toc-list__item--num {
  margin-top: 30px;
}

.toc-list__item--dot {
  margin-top: 20px;
  position: relative;
  margin-left: 1em;
}

.toc-list__link {
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.toc-list__item--num .toc-list__link {
  padding-left: 1.5em;
}

.toc-list__item--num .toc-list__link::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: tocCount;
  content: counter(tocCount)"．";
  font-size: 16px;
}

.toc-list__item--dot .toc-list__link {
  padding-left: 1em;
}

.toc-list__item--dot .toc-list__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  font-size: 13px;
}

.toc-list__item--dot .toc-list__link {
  font-size: 13px;
}

.toc-list__link:hover {
  color: #0052D6;
}

.wp-toc+.wpPost__topics {
  margin-top: 40px;
}

/* wp info list */
.list02 {}

.list02Item {}

.list02ItemWrap {
  border-top: 1px solid #d9d9d9;
  position: relative;
}

.list02Link {
  display: block;
  padding: 30px 60px 30px 0;
  text-decoration: none;

  background-image: url("../images/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 6px 10px;
}

.list02PageText02 {
  margin-left: 15px;
}

.list02PageText03 {
  margin-top: 15px;
}

/* wp voice list */
.list03 {}

.list03Item {}

.list03ItemWrap {
  border-top: 1px solid #D9D9D9;
  padding: 40px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03Title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.list03Desc {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03DescLeft {
  width: 100px;
  height: 100px;
}

.list03Thum {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.list03DescRight {
  width: 640px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03PageText02 {
  font-weight: 700;
}

.list03PageText02.color_1 {
  color: #004a8a;
}

.list03PageText02.color_2 {
  color: #a12b48;
}

.list03JobList {
  width: 100%;
  margin-top: 10px;
}

.list03JobListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03JobListItem:nth-child(n+2) {
  margin-top: 5px;
}

.list03JobListText01 {
  position: relative;
  width: 55px;
}

.list03JobListText01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5px;
  margin-top: -4.5px;
  width: 5px;
  height: 9px;
  background-image: url("../images/triangle_right_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.list03JobListText02 {
  width: 585px;
}

.list03LinkTextNext {
  margin-top: 30px;
}

/* wp topics list */
.list04Item {
  border-top: 1px solid #d9d9d9;
  padding: 40px 0px;
}

.list04ItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04Left {
  width: 240px;
}

.list04Img {
  display: block;
  width: 240px;
  height: 160px;
  /* border-radius: 5px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e6e6;
}

.list04Right {
  width: 500px;
}

.list04PageText02 {
  margin-bottom: 5px;
  font-weight: 700;
}

.list04Title {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.list04Title--small {}

.list04Desc {
  margin-top: 15px;
}

.list04LinkTextNext {
  margin-top: 30px;
}

/* wp topics two column list */
.list04TwoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04TwoColumn__item {
  /* width: 330px; */
  width: 320px;
}

.list04TwoColumn__item:nth-child(n+3) {
  margin-top: 30px;
}

.list04TwoColumn__wrap {
  height: 100%;
}

.list04TwoColumn__thum {
  display: block;
  width: 100%;
  /* height: 186px; */
  height: 180px;
}

.list04TwoColumn__thum-img {
  /* border-radius: 5px; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e6e6;
}

.list04TwoColumn__desc {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list04TwoColumn__desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  /* -webkit-box-pack: start;
	-ms-flex-pack: justify;
	justify-content: space-between; */

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04TwoColumn__iconList {
  margin-right: 10px;
}

.list04TwoColumn__dateWrap {
  margin-bottom: 5px;
  /* min-width: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; */
}

.list04TwoColumn__dateWrap--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list04TwoColumn__date {
  font-size: 14px;
  line-height: 1.31;
}

.list04TwoColumn__title {
  margin-top: 5px;
  width: 100%;
  font-size: 17px;
  /* font-weight: 700; */
  font-weight: 500;
  line-height: 1.25;
}

.list04TwoColumn__title-link {
  color: #003C71;
}

.list04TwoColumn__link {
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

/* wp topics one column list */
.list04OneColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04OneColumn__item {
  /* width: 330px; */
  width: 320px;
}

.list04OneColumn__item:nth-child(n+4) {
  margin-top: 30px;
}

.list04OneColumn__wrap {
  height: 100%;
}

.list04OneColumn__thum {
  display: block;
  width: 100%;
  /* height: 186px; */
  height: 180px;
}

.list04OneColumn__thum-img {
  /* border-radius: 5px; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e6e6;
}

.list04OneColumn__desc {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list04OneColumn__desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  /* -webkit-box-pack: start;
	-ms-flex-pack: justify;
	justify-content: space-between; */

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04OneColumn__iconList {
  margin-right: 10px;
}

.list04OneColumn__dateWrap {
  margin-bottom: 5px;
  /* min-width: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; */
}

.list04OneColumn__dateWrap--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list04OneColumn__date {
  font-size: 14px;
  line-height: 1.31;
}

.list04OneColumn__title {
  margin-top: 5px;
  width: 100%;
  font-size: 17px;
  /* font-weight: 700; */
  font-weight: 500;
  line-height: 1.25;
}

.list04OneColumn__title-link {
  color: #003C71;
}

.list04OneColumn__link {
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

/* career_info list */
.searchResultArea {
  width: 100%;
  border: 2px solid #004A8A;
  font-size: 16px;
  border-radius: 4px;
  padding: 21px 0;
  display: flex;
  justify-content: center;
  color: #000;
}

.searchResulListArea {
  display: flex;
  font-weight: 700;
}

.searchResulList {
  margin-left: 28px;
  border-left: 1px solid #000000;
  padding-left: 28px;
}

.searchResulList:first-child {
  margin: 0;
  border: none;
  padding: 0;
  font-weight: 700;
}

.resultRed {
  color: #FF0000;
  font-size: 25px;
}

.careerArea {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerListBox {
  margin-top: 30px;
  margin-right: 30px;
  width: 346px;
}

.careerListBox:nth-child(3n) {
  margin-right: 0;
}

.careerLink {
  display: block;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.careerLinkWrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding-top: 195px;
}

.careerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: #CCCCCC;
}

.careerTitle {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 40px 25px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;

  background-image: url("../images/wedge_right_blue.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 6px 10px;

  background-color: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerTitleText {}

/* details */
.details01PageText02__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details01PageText02 {
  /* margin-bottom: 5px; */
  /* font-weight: 700;
    color: #004a8a; */
  font-size: 12px;
  color: #909090;
}

.details01PageText02+.details01PageText02 {
  margin-left: 10px;
}

.details01PageText02__vertical {
  width: 100%;
}

.details01MainTitle03 {
  margin-top: 10px;
}

.details01Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details01HeaderLeft {
  width: 320px;
}

.details01HeaderImg {
  width: 320px;
  height: 320px;
  /* border-radius: 10px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e6e6;
}

.details01HeaderRight {
  width: 420px;
}

.details01HeaderDesc {}

.details01HeaderBtnWrap {
  margin-top: 30px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details01HeaderBtn {
  width: 220px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #FAFAFA;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details01HeaderBtnText {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;

  /* background-image: url("../images/post/in.svg"); */
  background-image: url("../images/post/LI-In-Bug.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}

.detaiBtnListWrap {
  margin-top: 60px;
}

.detaiBtnListWrap .btn:nth-child(n+2) {
  margin-left: 40px;
}

.detaiContact {
  margin-top: 40px;
}

.twoColumnLeft>*.detaiContact:nth-of-type(1) {
  margin-top: 0;
}

.wpPostTable {
  margin-bottom: 0 !important;
  width: 100%;
}

.wpPostTableLine {
  border-top: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpPostTableLine:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.wpPostTableTh {
  width: 260px;
  border-left: 1px solid #D9D9D9;
  padding: 5px 15px;
  color: #3D4856;
  background-color: #EDF0F2;
  font-weight: 700;
}

.wpPostTableTd {
  width: 260px;
  border-left: 1px solid #D9D9D9;
  padding: 5px 15px;
}

.wpPostTableTh:last-child,
.wpPostTableTd:last-child {
  border-right: 1px solid #D9D9D9;
}

.wpPostTableDt {
  width: 240px;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 20px 25px;
  color: #3D4856;
  background-color: #EDF0F2;
  font-weight: 700;
}

.wpPostTableDd {
  margin-bottom: 0 !important;
  width: calc(100% - 240px);
  border-right: 1px solid #D9D9D9;
  padding: 20px 25px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* voice details */
.details03PageText02 {
  font-weight: 700;
}

.details03PageText02.color_1 {
  color: #004a8a;
}

.details03PageText02.color_2 {
  color: #a12b48;
}

.details03Desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details03DescLeft {
  width: 180px;
  text-align: center;
}

.details03Thum {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.details03Text01 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.36;
}

.details03Text02 {
  font-size: 16px;
  font-weight: 700;
  color: #004a8a;
}

.details03Text02.color_1 {
  color: #004a8a;
}

.details03Text02.color_2 {
  color: #a12b48;
}

.details03DescRight {
  width: 540px;
}

.details03PageText02 {}

.details03JobList {}

.details03JobListItem {
  position: relative;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 20px 40px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details03JobListItem:nth-child(n+2) {
  margin-top: 55px;
}

.details03JobListItem:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 20px;

  background-image: url("../images/triangle_down_wide_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.details03JobListTitle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 90px;
  color: #fff;
  text-align: center;
}

.details03JobListItem__before .details03JobListTitle {
  background-color: #a1acbd;
}

.details03JobListItem__after .details03JobListTitle {
  background-color: #004a8a;
}

.details03JobListDl {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.details03JobListDescDt {
  width: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  color: #004a8a;
}

.details03JobListDescDd {
  width: 270px;
  font-size: 20px;
}

.detailsList01 {
  margin-top: 25px;
}

/* topics details */
.compnayTable {
  margin-top: 25px;
}

.detailsList04 {
  margin-top: 25px;
}

/* wp details common text */
.wpPostText {
  font-size: 16px;
  line-height: 2;
}

/* career_info term */
.careerDetails {}

.careerDetailsImg {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: #ccc;
}

.careerPageSubBlock01 {
  margin-top: 60px;
}

.careerPageSubBlock02 {
  margin-top: 20px;
}

.careerPageSubTitle {
  font-size: 16px;
  font-weight: 700;
  color: #004A8A;
}

.careerPageSubList {
  margin-top: 15px;
}

/* pickupconsultant */
.detailsThmuImg {
  width: 100%;
  height: 440px;
  /* border-radius: 10px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: #ccc;
}

/* side */
.btn--side {
  min-height: auto;
  min-width: inherit;
  width: 100%;
  margin-bottom: 20px;
}

.sideArea-link {
  display: inline-block;
  text-decoration: underline;
}

*+.sideArea-link {
  margin-top: 20px;
}

.sideArea {
  height: 100%;
  padding: 30px 20px;
  background-color: #EDF0F2;
  border-radius: 8px;
  color: #000;
}

.sideTitle {
  font-size: 20px;
  text-align: center;
}

.sideListArea {
  font-size: 14px;
  margin-top: 30px;
}

.sideList {
  margin-top: 20px;
}

.sideList:first-child {
  margin: 0;
}

.sideListItem {
  display: block;
  padding-right: 25px;
  cursor: pointer;
}

.sideListItem.wedge {
  background-image: url("../images/wedge_down_blue.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px 6px;
}

.openList .sideListItem.wedge {
  background-image: url("../images/wedge_up_blue.svg");
}

.sideListItem>.sideListItemText {
  display: inline-block;
}

.sideListItem.current>.sideListItemText {
  color: #003C71;
  font-weight: 700;
}

.sideListBurgerList {
  display: none;
}

.sideListAreaChild {}

.sideListChild {
  margin-top: 10px;
}

.sideListChildItem {
  position: relative;
  padding-left: 1.5em;
  padding-right: 25px;
  font-size: 14px;
}

.sideListChildItem::before {
  content: "－";
  position: absolute;
  left: 0;
}

.sideListChildItem>.sideListItemText {
  display: block;
  cursor: pointer;
}

.sideListChildItem.current>.sideListItemText {
  color: #003C71;
  font-weight: 700;
}

/* wp consultant details */
.wp-details {}

.wp-details__header {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-details__header-left {
  width: calc(100% - 320px);
}

.wp-details__header-right {
  width: 320px;
}

.wp-details__position {
  font-size: 16px;
  /* color: #909090; */
}

.wp-details__name {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.wp-details__kana {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.wp-details__category {
  margin-top: 20px;
}

.wp-details__linkedin {
  margin-top: 30px;
}

.wp-details__thum {
  width: 100%;
  height: 320px;
}

.wp-details__thum-img {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  object-fit: cover;
}

.wp-details__body {
  margin-top: 40px;
}

.wp-details__textarea {}

.wp-details__textarea--frame {
  border-radius: 10px;
  padding: 30px;
  background-color: #EDF0F2;
}

.wp-details__textarea-title {
  margin-bottom: 1.1em;
  margin-top: 1.5em;
  border-bottom: solid 1px #004a8a;
  padding: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #004a8a;
}

.wp-details__textarea-title--frame {
  margin-top: 0;
  border-bottom: none;
  padding: 0;
}

.wp-details__recommend {
  margin-top: 25px;
}

/* wp-recommend */
.wp-recommend {}

.wp-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-recommend__item {
  width: 260px;
  margin-right: 20px;
}

.wp-recommend__item:nth-child(4n) {
  margin-right: 0;
}
.wp-recommend__item:nth-child(n+5) {
  margin-top: 20px;
}

.wp-recommend__link {
  display: block;
}

/* wp-consultant-recommend */
.wp-consultant-recommend {

}

.wp-consultant-recommend__thum {
  width: 100%;
  height: 260px;
}

.wp-consultant-recommend__thum-img {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  object-fit: cover;
}

.wp-consultant-recommend__category {
  margin-top: 10px;
}

.wp-consultant-recommend__name {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}

/*----------------------------------------
  画面の横幅が450pxまで
----------------------------------------*/
@media (max-width: 450px) {

  /* wp toc */
  .wp-toc {
    padding: 3.25vw 5vw;
    border-radius: 2vw;
  }

  .wp-toc__title {
    font-size: 3.5vw;
  }

  .wp-toc__list {
    /* margin-top: 2.22vw; */
    margin-top: 4.44vw;
  }

  .toc-list__item--num {
    margin-top: 6.66vw;
  }

  .toc-list__item--dot {
    margin-top: 4.44vw;
  }

  .toc-list__link {
    font-size: 3.55vw;
  }

  .toc-list__item--num .toc-list__link::before {
    font-size: 3.55vw;
  }

  .toc-list__item--dot .toc-list__link {
    font-size: 2.88vw;
  }

  .toc-list__item--dot .toc-list__link::before {
    font-size: 2.88vw;
  }

  .wp-toc+.wpPost__topics {
    margin-top: 5vw;
  }

  /* wp info list */
  .list02 {}

  .list02Item {}

  .list02ItemWrap {
    border-top: 0.25vw solid #d9d9d9;
  }

  .list02Link {
    padding: 5vw 10vw 5vw 0;
    text-decoration: none;
    background-position: calc(100% - 5vw) center;
    background-size: 1.5vw 2.5vw;
  }

  .list02PageText02 {
    margin-left: 2.5vw;
  }

  .list02PageText03 {
    margin-top: 3vw;
  }

  /* wp voice list */
  .list03 {}

  .list03Item {}

  .list03ItemWrap {
    width: 100%;
    border-top: 0.25vw solid #707070;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }

  .list03Title {
    font-size: 5vw;
    line-height: 1.25;
  }

  .list03Desc {
    width: 100%;
    margin-top: 5vw;
  }

  .list03DescLeft {
    width: 20vw;
    height: 20vw;
  }

  .list03Thum {}

  .list03DescRight {
    width: 65vw;
  }

  .list03PageText02 {}

  .list03JobList {
    margin-top: 2.5vw;
  }

  .list03JobListItem {}

  .list03JobListItem:nth-child(n+2) {
    margin-top: 0;
  }

  .list03JobListText01 {
    width: 12.5vw;
    font-size: 3vw;
  }

  .list03JobListText01::after {
    right: 1.25vw;
    margin-top: -0.5vw;
    width: 1vw;
    height: 1.5vw;
  }

  .list03JobListText02 {
    width: 52.5vw;
  }

  .list03LinkTextNext {
    margin-top: 3.75vw;
  }

  /* wp topics list */
  .list04Item {
    border-top: 0.25vw solid #d9d9d9;
    padding: 7.5vw 0vw;
  }

  .list04ItemWrap {}

  .list04Left {
    width: 30vw;
  }

  .list04Left--sp-large {
    width: 100%;
  }

  .list04Img {
    width: 30vw;
    height: 20vw;
  }

  .list04Img--sp-large {
    width: 100%;
    height: 60vw;
  }

  .list04Right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list04Left--sp-large+.list04Right {
    margin-top: 2.5vw;
  }

  .list04Header {
    width: 57.49vw;
  }

  .list04Header--sp-large {
    width: 100%;
  }

  .list04PageText02 {
    margin-bottom: 1.25vw;
  }

  .list04Title {
    margin-top: 1.25vw;
    font-size: 5vw;
  }

  .list04Title--small {
    font-size: 4.5vw;
  }

  .list04Desc {
    margin-top: 3.75vw;
  }

  .list04LinkTextNext {
    margin-top: 3.75vw;
  }

  /* wp topics two column list */
  .list04TwoColumn {}

  .list04TwoColumn__item {
    width: 100%;
    border-top: 0.25vw solid #d9d9d9;
    padding: 7.5vw 0vw;
  }

  .list04TwoColumn__item:nth-child(n+3) {
    margin-top: 0;
  }

  .list04TwoColumn__thum {
    height: 50.66vw;
  }

  .list04TwoColumn__thum-img {
    /* border-radius: 1.11vw; */
  }

  .list04TwoColumn__desc {
    height: auto;
    padding-top: 2.5vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .list04TwoColumn__iconList {
    margin-right: 1.25vw;
  }

  .list04TwoColumn__dateWrap {
    margin-bottom: 1.25vw;
  }

  .list04TwoColumn__date {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .list04TwoColumn__title {
    margin-top: 1.25vw;
    font-size: 4.5vw;
  }

  .list04TwoColumn__title-link {}

  .list04TwoColumn__link {
    display: none;
    margin: 0;
  }

  /* wp topics one column list */
  .list04OneColumn {}

  .list04OneColumn__item {
    width: 100%;
    border-top: 0.25vw solid #d9d9d9;
    padding: 7.5vw 0vw;
  }

  .list04OneColumn__item:nth-child(n+4) {
    margin-top: 0;
  }

  .list04OneColumn__thum {
    height: 50.66vw;
  }

  .list04OneColumn__thum-img {
    /* border-radius: 1.11vw; */
  }

  .list04OneColumn__desc {
    height: auto;
    padding-top: 2.5vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .list04OneColumn__iconList {
    margin-right: 1.25vw;
  }

  .list04OneColumn__dateWrap {
    margin-bottom: 1.25vw;
  }

  .list04OneColumn__date {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .list04OneColumn__title {
    margin-top: 1.25vw;
    font-size: 4.5vw;
  }

  .list04OneColumn__title-link {}

  .list04OneColumn__link {
    display: none;
    margin: 0;
  }

  .compnayTable {
    margin-top: 5vw;
  }

  .detailsList04 {
    margin-top: 5vw;
  }

  .wpPostText {
    font-size: 3.5vw;
  }

  /* wp details common text */
  .wpPostText {
    font-size: 3.5vw;
    line-height: 1.75;
  }

  /* career_info list */

  .searchResultArea {
    font-size: 3.5vw;
    padding: 2.75vw 5vw;
  }

  .searchResulList {
    margin-left: 0vw;
    border-left: 0.5vw solid #000000;
    padding-left: 7vw;
    width: 37.5vw;
    line-height: 1.3;
  }

  .resultRed {
    font-size: 5vw;
  }

  .careerArea {
    margin-top: 2.5vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .careerListBox {
    margin-top: 2.5vw;
    margin-right: 0;
    width: 43.75vw;
  }

  .careerListBox:nth-child(3n) {
    margin-right: 0;
  }

  .careerLink {
    border-radius: 1.25vw;
    border: 0.25vw solid #D9D9D9;
  }

  .careerLinkWrap {
    border-radius: 1.25vw;
    padding-top: 24.57vw;
  }

  .careerImg {
    height: 24.57vw;
    border-top-left-radius: 1.25vw;
    border-top-right-radius: 1.25vw;
  }

  .careerTitle {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 1.25vw;
    border-bottom-right-radius: 1.25vw;
    padding: 2.5vw 2.5vw 2.5vw 5vw;
    font-size: 3.5vw;
    line-height: 1.37;

    background-position: 2vw center;
    background-size: 1.25vw 2vw;
  }

  .careerTitleText {}

  /* details */
  .details01PageText02__wrap {
    margin-top: 4.44vw;
    /* -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
  }

  .details01PageText02 {
    font-size: 2.625vw;
    /* margin-bottom: 1.25vw; */
  }

  .details01PageText02+.details01PageText02 {
    margin-left: 2.22vw;
  }

  .details01MainTitle03 {
    margin-top: 2.5vw;
  }

  .details01Header {}

  .details01HeaderLeft {
    width: 100%;
  }

  .details01HeaderImg {
    width: 100%;
    height: 90vw;
    /* border-radius: 2.5vw; */
  }

  .details01HeaderRight {
    width: 100%;
    margin-top: 7.5vw;
  }

  .details01HeaderDesc {}

  .details01HeaderBtnWrap {
    margin-top: 7.5vw;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .details01HeaderBtn {
    width: 70vw;
    height: 11.25vw;
    border-radius: 1.25vw;
    border: 0.25vw solid #D9D9D9;
  }

  .details01HeaderBtnText {
    padding-left: 5vw;
    font-size: 3.5vw;
    background-size: 4vw auto;
  }

  .detaiBtnListWrap {
    margin-top: 7.5vw;
  }

  .detaiBtnListWrap .btn:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10vw;
  }

  .detaiContact {
    margin-top: 10vw;
  }

  .twoColumnLeft>*.detaiContact:nth-of-type(1) {
    margin-top: 0;
  }

  .wpPostTable {
    width: 100%;
  }

  .wpPostTableLine {
    border-top: 0.25vw solid #D9D9D9;
  }

  .wpPostTableLine:last-child {
    border-bottom: 0.25vw solid #D9D9D9;
  }

  .wpPostTableTh {
    width: 30vw;
    border-left: 0.25vw solid #D9D9D9;
    padding: 1.25vw 3.75vw;
  }

  .wpPostTableTd {
    width: 30vw;
    border-left: 0.25vw solid #D9D9D9;
    padding: 1.25vw 3.75vw;
  }

  .wpPostTableTh:last-child,
  .wpPostTableTd:last-child {
    border-right: 0.25vw solid #D9D9D9;
  }

  .wpPostTableTh:last-child,
  .wpPostTableTd:last-child {
    border-right: 1px solid #D9D9D9;
  }

  .wpPostTableDt {
    width: 25vw;
    border-left: 0.25vw solid #D9D9D9;
    border-right: 0.25vw solid #D9D9D9;
    padding: 4.25vw 2.5vw;
  }

  .wpPostTableDd {
    width: calc(100% - 25vw);
    border-right: 0.25vw solid #D9D9D9;
    padding: 4.25vw 2.5vw;
  }

  /* voice details */
  .details03Desc {}

  .details03DescLeft {
    width: 20vw;
  }

  .details03Thum {
    width: 20vw;
    height: 20vw;
  }

  .details03Text01 {
    margin-top: 2.5vw;
    font-size: 5vw;
    line-height: 1.34;
    letter-spacing: -0.1em;
  }

  .details03Text02 {
    font-size: 3.2vw;
  }

  .details03DescRight {
    width: 62.5vw;
  }

  .details03PageText02 {}

  .details03JobList {}

  .details03JobListItem {
    border-radius: 1.25vw;
    border: 0.25vw solid #d9d9d9;
    padding: 0;
  }

  .details03JobListItem:nth-child(n+2) {
    margin-top: 8.75vw;
  }

  .details03JobListItem:nth-child(n+2)::before {
    top: -6.25vw;
    margin-left: -8vw;
    width: 16vw;
    height: 4vw;
  }

  .details03JobListTitle {
    width: 100%;
    height: 7.5vw;
    border-top-left-radius: 1.25vw;
    border-top-right-radius: 1.25vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 3.5vw;
    line-height: 7.5vw;

  }

  .details03JobListDl {
    width: 100%;
    padding: 2.5vw 5vw;
  }

  .details03JobListDescDt {
    width: 11.25vw;
    font-size: 3.5vw;
    line-height: 1.57;
  }

  .details03JobListDescDd {
    width: 40vw;
    font-size: 4vw;
    line-height: 1.2;
  }

  .details03JobListDescDt:nth-of-type(n+2) {
    margin-top: 1.25vw;
  }

  .details03JobListDescDd:nth-of-type(n+2) {
    margin-top: 1.25vw;
  }

  .detailsList01 {
    margin-top: 5vw;
  }

  /* career_info term */
  .careerDetails {}

  .careerDetailsImg {
    width: 100%;
    height: 60vw;
    border-radius: 1.25vw;
  }

  .careerPageSubBlock01 {
    margin-top: 7.5vw;
  }

  .careerPageSubBlock02 {
    margin-top: 3.75vw;
  }

  .careerPageSubTitle {
    font-size: 3.5vw;
  }

  .careerPageSubList {
    margin-top: 3.75vw;
  }



  .detailBtnArea {
    margin-top: 13.75vw;
    text-align: center;
  }

  .detailBtn {

    width: 70vw;
    height: 11.25vw;

    padding-top: 3.25vw;
    font-size: 3.5vw;
    border-radius: 2vw;
    color: #fff;
    box-shadow: 0vw 1vw 0vw 0vw #00203D;
  }

  .detailBtn .arrow_white {
    position: absolute;
    top: 5.25vw;
    right: 3.75vw;
  }

  .jobBtn .arrow_white {
    position: absolute;
    top: 4.75vw;
    right: 4.5vw;
  }

  .thisConsulBtn {}

  .thisConsulBtn .detailBtn {
    height: 13vw;
    line-height: 1.3;
    padding-top: 2.5vw;
    font-size: 3.5vw;
    border-radius: 2vw;
    color: #fff;
    box-shadow: 0vw 1vw 0vw 0vw #00203d;
    line-height: 1.3;
  }

  /* side */
  .sideArea {
    margin-top: 5vw;
    width: 100%;
    height: 100%;
    padding: 3.25vw 5vw;
    background-color: #EDF0F2;
    border-radius: 2vw;
    color: #000;

  }

  .sideArea.sp {
    padding: 0;
  }

  .sideListArea {
    font-size: 3.5vw;
    margin-top: 0vw;
  }

  .sideList {
    position: relative;
    margin-top: 5vw;
  }

  .sideList:first-child {
    margin: 0;
  }

  .sideList .arrow_bottom_blue {
    position: absolute;
    top: 2.5vw;
    right: 0vw;
    width: 2.36vw;
    height: 1.5vw;
  }

  .sideListSelectWrap {
    position: relative;
  }

  .sideListSelectWrap::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5vw;
    margin-top: -0.75vw;
    width: 2.5vw;
    height: 1.5vw;
    background-image: url("../images/arrow_bottom_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
  }

  .sideListSelect {
    width: 100%;
    padding: 3.25vw 10vw 3.25vw 5vw;
  }

  /* pickupconsultant */
  .detailsThmuImg {
    width: 100%;
    height: 60vw;
    /* border-radius: 1.25vw; */
  }


  /* wp consultant details */
  .wp-details {}

  .wp-details__header {
    margin-top: 10vw;
  }

  .wp-details__header-left {
    width: 100%;
  }

  .wp-details__header-right {
    margin-top: 5vw;
    width: 100%;
  }

  .wp-details__position {
    font-size: 3.55vw;
  }

  .wp-details__name {
    margin-top: 2.5vw;
    font-size: 6.25vw;
    line-height: 1.2;
  }

  .wp-details__kana {
    margin-top: 2.5vw;
    font-size: 4vw;
    line-height: 1.2;
  }

  .wp-details__category {
    margin-top: 2.5vw;
  }

  .wp-details__linkedin {
    margin-top: 2.5vw;
  }

  .wp-details__thum {
    height: 90vw;
  }

  .wp-details__body {
    margin-top: 10vw;
  }

  .wp-details__textarea {}

  .wp-details__textarea--frame {
    border-radius: 1.25vw;
    padding: 5vw;
  }

  .wp-details__textarea-title {
    border-bottom: solid 0.25vw #d9d9d9;
    padding: 0 0 2vw 0;
    font-size: 6.66vw;
  }

  .wp-details__textarea-title--frame {
    margin-top: 0;
    border-bottom: none;
    padding: 0;
  }

  .wp-details__recommend {
    margin-top: 5vw;
  }

  /* wp-recommend */
  .wp-recommend {}

  .wp-recommend__item {
    width: 42.22vw;
    margin-right: 4.44vw;
  }

  .wp-recommend__item:nth-child(2n) {
    margin-right: 0;
  }
  .wp-recommend__item:nth-child(n+3) {
    margin-top: 4.44vw;
  }
  .wp-recommend__item:nth-child(n+5) {
    margin-top: 4.44vw;
  }

  /* wp-consultant-recommend */
  .wp-consultant-recommend {

  }

  .wp-consultant-recommend__thum {
    height: 42.22vw;
  }

  .wp-consultant-recommend__category {
    margin-top: 2.22vw;
  }

  .wp-consultant-recommend__name {
    margin-top: 1.11vw;
    font-size: 4.44vw;
  }
}