/* CSS Document */
@media (max-width: 769px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 770px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.center {
  text-align: center;
}

.mt120 {
  margin-top: 7.5em;
}
@media (max-width: 769px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5em;
}
@media (max-width: 769px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt90 {
  margin-top: 6.25em;
}
@media (max-width: 769px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25em;
}
@media (max-width: 769px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.pb90 {
  padding-bottom: 6.25em;
}
@media (max-width: 769px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt60 {
  margin-top: 3.75em;
}
@media (max-width: 769px) {
  .mt60 {
    margin-top: 13.3vw;
  }
}

.mt3em {
  margin-top: 3em;
}
@media (max-width: 769px) {
  .mt3em {
    margin-top: 2em;
  }
}

.mb3em {
  margin-bottom: 3em;
}
@media (max-width: 769px) {
  .mb3em {
    margin-bottom: 2em;
  }
}

.mt2em {
  margin-top: 2em;
}
@media (max-width: 769px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mb2em {
  margin-bottom: 2em;
}
@media (max-width: 769px) {
  .mb2em {
    margin-bottom: 1em;
  }
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.pt3em {
  padding-top: 3em;
}
@media (max-width: 769px) {
  .pt3em {
    padding-top: 2em;
  }
}

.pt2em {
  padding-top: 2em;
}
@media (max-width: 769px) {
  .pt2em {
    padding-top: 1em;
  }
}

.pt1em {
  padding-top: 1em;
}

.pt05em {
  padding-top: 0.5em;
}

.pl2em {
  padding-left: 2.5em;
}
@media (max-width: 769px) {
  .pl2em {
    padding-left: 1em;
  }
}

@media (max-width: 769px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 769px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.h1default {
  font-size: 2.3em;
  font-weight: 500;
}
@media (max-width: 769px) {
  .h1default {
    font-size: 1.5em;
  }
}

.h2default {
  color: #784992;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}
.h2default::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #784992;
  position: absolute;
  left: 50%;
  top: -21px;
}
.h2default::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #784992;
  position: absolute;
  left: 50%;
}

.titleBox {
  position: relative;
  padding-top: 54px;
  padding-bottom: 46px;
  text-align: center;
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 769px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}
.tablelist table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.tablelist table th, .tablelist table td {
  line-height: 1.6;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  vertical-align: middle;
  padding: 0.8em 2em;
}
@media (max-width: 769px) {
  .tablelist table th, .tablelist table td {
    white-space: nowrap;
    padding: 0.5em 0.75em;
  }
}
.tablelist table th {
  color: white;
  background-color: #784992;
  font-size: 1.1em;
}
.tablelist table thead {
  color: white;
  background-color: #784992;
}
.tablelist table thead th {
  border-right: 1px solid white;
}
.tablelist table tbody th {
  color: white;
  background-color: #784992;
}
@media (min-width: 770px) {
  .tablelist table tbody th {
    width: 25%;
  }
}
.tablelist table tbody td {
  background-color: white;
}
.tablelist a {
  text-decoration: underline;
}
.tablelist a:hover {
  text-decoration: none;
}
.tablelist a[target='_blank']::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/search/icon_blank.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.2em;
}

@media (min-width: 770px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.4em;
  }
  .column_3 > ul > li {
    width: calc(33.333% - 3.4em);
    margin-left: 3.4em;
  }
  .column_3 > ul > li:nth-child(n + 4) {
    margin-top: 3.4em;
  }
}
@media (max-width: 769px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 8vw;
  }
}

.disc a, .decimal a {
  display: inline;
}
.disc li, .decimal li {
  margin-bottom: 0.2em;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}

.searchCategory {
  background-color: white;
  padding: 7em 0;
  margin-top: 7em;
}
@media (max-width: 769px) {
  .searchCategory {
    padding: 5em 0;
    margin-top: 5em;
  }
}
.searchCategory .main_width > ul > li {
  background: no-repeat center center;
  background-size: cover;
}
.searchCategory .main_width > ul > li:first-child {
  background-image: url("../images/search/bk_making.jpg");
}
.searchCategory .main_width > ul > li:last-child {
  background-image: url("../images/search/bk_purchasing.jpg");
}
@media (min-width: 770px) {
  .searchCategory .main_width > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5em;
  }
  .searchCategory .main_width > ul > li {
    width: calc(50% - 2.5em);
    margin-left: 2.5em;
  }
  .searchCategory .main_width > ul > li:nth-child(n + 3) {
    margin-top: 2.5em;
  }
}
@media (max-width: 769px) {
  .searchCategory .main_width > ul > li:not(:first-of-type) {
    margin-top: 30px;
  }
}
.searchCategory .box {
  text-align: center;
  padding: 3.5em;
}
@media (max-width: 769px) {
  .searchCategory .box {
    padding: 2em 1em;
  }
}
.searchCategory .box .h2default {
  color: white;
  margin-bottom: 3.8em;
}
@media (max-width: 769px) {
  .searchCategory .box .h2default {
    margin-bottom: 1em;
  }
}
.searchCategory .box .h2default::before, .searchCategory .box .h2default::after {
  background-color: white;
}
.searchCategory .box li {
  margin-bottom: 1em;
}
.searchCategory .box a {
  color: white;
}
.searchCategory .box a.btnCategory {
  display: block;
  border: 1px solid white;
  padding: 1.2em;
  margin-bottom: 1.5em;
  transition: all ease 0.5s;
}
.searchCategory .box a.btnCategory:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #784992;
}
.searchCategory .box a.btnCategory + ul {
  margin-bottom: 2em;
}
.searchCategory .box a:not(.btnCategory) {
  text-decoration: underline;
}
.searchCategory .box a:not(.btnCategory):hover {
  text-decoration: none;
}

.youtubeBox {
  margin: 0 auto;
}
.youtubeBox > div {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pagenav {
  margin-top: 3.75em;
}
@media (max-width: 769px) {
  .pagenav {
    margin-top: 13.3vw;
  }
}
.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
}
.pagenav a, .pagenav span {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6em;
  height: 2.6em;
  font-size: 0.93em;
  text-decoration: none;
}
.pagenav .link_next::before, .pagenav .link_before::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #784992;
  border-right: 1px solid #784992;
  margin: 0 0.25em;
}
.pagenav .link_next:hover, .pagenav .link_before:hover {
  opacity: 0.8;
}
.pagenav .link_next::before {
  transform: rotate(45deg);
}
.pagenav .link_before::before {
  transform: rotate(-135deg);
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
}
.pagenav .link_page {
  color: #784992;
  background-color: #e1d4ea;
}
.pagenav .link_page:hover {
  color: white;
  background-color: #784992;
  opacity: 1;
}
.pagenav .current_page {
  color: white;
  background-color: #784992;
}

body.home .kv {
  margin-top: 91px;
}
@media (max-width: 769px) {
  body.home .kv {
    margin-top: 60px;
  }
}
body.home .kv img {
  width: 100%;
}
body.home .descriptionRenew {
  overflow: visible !important;
  margin-top: 8em;
}
@media (min-width: 770px) {
  body.home .descriptionRenew {
    padding-top: 4em !important;
    margin-top: 13em;
  }
}
body.home .descriptionRenew .main_width {
  position: relative;
}
body.home .descriptionRenew .main_width::before {
  content: "";
  display: block;
  position: absolute;
  top: -8em;
  right: 0;
  background: url(../images/home/description/title.png) no-repeat center center;
  background-size: contain;
  width: 38em;
  height: 5.7em;
}
@media (max-width: 769px) {
  body.home .descriptionRenew .main_width::before {
    top: -13vw;
    right: 1em;
    width: 70vw;
    height: 10vw;
  }
}
@media (min-width: 770px) {
  body.home .descriptionRenew .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
body.home .descriptionRenew .flex .imgbox {
  text-align: center;
}
body.home .descriptionRenew .flex .imgbox img {
  width: 70%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 769px) {
  body.home .descriptionRenew .flex .imgbox {
    margin-top: 2em;
  }
}
@media (min-width: 770px) {
  body.home .descriptionRenew .flex .imgbox {
    -webkit-flex: 0 1 34%;
    flex: 0 1 34%;
    width: 34%;
    max-width: 34%;
  }
  body.home .descriptionRenew .flex .imgbox img {
    width: 60%;
    max-width: 60%;
  }
}
@media (min-width: 770px) {
  body.home .descriptionRenew .flex .textbox {
    -webkit-flex: 0 5 66%;
    flex: 0 5 66%;
    width: 66%;
    max-width: 66%;
  }
}
body.home .searchCategoryBox {
  padding-bottom: 7em;
}
@media (max-width: 769px) {
  body.home .searchCategoryBox {
    padding-bottom: 5em;
  }
}
@media (min-width: 770px) {
  body.home .searchCategoryBox .main_width > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5em;
  }
  body.home .searchCategoryBox .main_width > ul > li {
    width: calc(50% - 5em);
    margin-left: 5em;
  }
  body.home .searchCategoryBox .main_width > ul > li:nth-child(n + 3) {
    margin-top: 5em;
  }
}
body.home .searchCategory {
  padding-bottom: 1em;
}
@media (max-width: 769px) {
  body.home .searchCategory {
    padding-top: 3em;
  }
}
body.home .searchCategory .main_width > ul > li {
  position: relative;
}
body.home .searchCategory .main_width > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: -5.2em;
  left: 0;
  background: no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 5.2em;
}
@media (max-width: 1099px) {
  body.home .searchCategory .main_width > ul > li::before {
    top: -4em;
    height: 4em;
  }
}
@media (max-width: 769px) {
  body.home .searchCategory .main_width > ul > li::before {
    top: -3em;
    height: 3em;
  }
}
body.home .searchCategory .main_width > ul > li:first-child::before {
  background-image: url(../images/search/catTitle_make.png);
}
@media (max-width: 769px) {
  body.home .searchCategory .main_width > ul > li:last-child {
    margin-top: 5em;
  }
}
body.home .searchCategory .main_width > ul > li:last-child::before {
  background-image: url(../images/search/catTitle_purch.png);
}
body.home .projectWrap {
  overflow: visible !important;
}
@media (min-width: 770px) {
  body.home .projectWrap {
    margin-top: 3em;
  }
}
body.home .projectWrap .main_width {
  position: relative;
  background-color: #f6f6f6;
  text-align: center;
  padding: 7.2%;
  margin-bottom: 10em;
}
@media (max-width: 769px) {
  body.home .projectWrap .main_width {
    padding: 4em 1em;
  }
}
body.home .projectWrap .main_width::before {
  content: "";
  display: block;
  position: absolute;
  top: -4em;
  left: 0;
  background: url(../images/home/project/title.png) no-repeat center center;
  background-size: contain;
  width: 33em;
  height: 5.7em;
}
@media (max-width: 769px) {
  body.home .projectWrap .main_width::before {
    top: -7vw;
    left: 1em;
    width: 54vw;
    height: 10vw;
  }
}
@media (max-width: 769px) {
  body.home .projectWrap .main_width img {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
body#searchwrap #search, body#searchwrap #singleInterview, body#singleInterviewWrap #search, body#singleInterviewWrap #singleInterview {
  background-color: #eeeeee;
  margin-top: 91px;
}
@media (max-width: 769px) {
  body#searchwrap #search, body#searchwrap #singleInterview, body#singleInterviewWrap #search, body#singleInterviewWrap #singleInterview {
    margin-top: 60px;
  }
}
body#searchwrap #search .titleBox, body#searchwrap #singleInterview .titleBox, body#singleInterviewWrap #search .titleBox, body#singleInterviewWrap #singleInterview .titleBox {
  position: relative;
}
body#searchwrap #search .titleBox::before, body#searchwrap #singleInterview .titleBox::before, body#singleInterviewWrap #search .titleBox::before, body#singleInterviewWrap #singleInterview .titleBox::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 0;
  background: no-repeat bottom left;
  background-size: contain;
  width: 100%;
  height: 64px;
}
body#searchwrap #search.making_cat .titleBox::before, body#searchwrap #singleInterview.making_cat .titleBox::before, body#singleInterviewWrap #search.making_cat .titleBox::before, body#singleInterviewWrap #singleInterview.making_cat .titleBox::before {
  background-image: url(../images/search/catTitle_make.png);
}
body#searchwrap #search.purchasing_cat .titleBox::before, body#searchwrap #singleInterview.purchasing_cat .titleBox::before, body#singleInterviewWrap #search.purchasing_cat .titleBox::before, body#singleInterviewWrap #singleInterview.purchasing_cat .titleBox::before {
  background-image: url(../images/search/catTitle_purch.png);
}
body#searchwrap .more_btn, body#singleInterviewWrap .more_btn {
  position: relative;
  display: block;
  text-align: center;
  background-color: #e9dcf2;
  max-width: 280px;
  padding: 14px;
  transition: all ease 0.5s;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 769px) {
  body#searchwrap .more_btn, body#singleInterviewWrap .more_btn {
    max-width: 100%;
  }
}
body#searchwrap .more_btn::after, body#singleInterviewWrap .more_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.9em;
  right: 2.5em;
  background: url(../images/common/view_arr.png) no-repeat center center;
  background-size: contain;
}
body#searchwrap .more_btn:hover, body#singleInterviewWrap .more_btn:hover {
  opacity: 0.7;
}
body#searchwrap .companyHeader, body#singleInterviewWrap .companyHeader {
  position: relative;
}
@media (max-width: 769px) {
  body#searchwrap .companyHeader, body#singleInterviewWrap .companyHeader {
    text-align: center;
    padding-bottom: 2em;
  }
}
@media (min-width: 770px) {
  body#searchwrap .companyHeader .titlebox, body#singleInterviewWrap .companyHeader .titlebox {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    /* no prefix */
    display: flex;
    flex-direction: column-reverse;
  }
}
body#searchwrap .companyHeader .titlebox > div, body#singleInterviewWrap .companyHeader .titlebox > div {
  margin-bottom: 1em;
}
@media (max-width: 769px) {
  body#searchwrap .companyHeader .titlebox > div, body#singleInterviewWrap .companyHeader .titlebox > div {
    margin-top: 1em;
  }
}
body#searchwrap .companyHeader .titlebox > div span:last-of-type, body#singleInterviewWrap .companyHeader .titlebox > div span:last-of-type {
  margin-left: 1em;
}
body#searchwrap .companyHeader .kengaku, body#singleInterviewWrap .companyHeader .kengaku {
  color: white;
  background-color: #784992;
  display: inline-block;
  padding: 0.4em 0.8em 0.2em;
}
@media (min-width: 770px) {
  body#searchwrap .companyHeader .kengaku, body#singleInterviewWrap .companyHeader .kengaku {
    font-size: 0.8em;
  }
}
@media (min-width: 770px) {
  body#searchwrap .companyHeader .contactBtn, body#singleInterviewWrap .companyHeader .contactBtn {
    position: absolute;
    top: 3em;
    right: 0;
    width: 280px;
  }
}
body#searchwrap .place, body#singleInterviewWrap .place {
  color: #666666;
  display: inline-block;
}
@media (min-width: 770px) {
  body#searchwrap .place, body#singleInterviewWrap .place {
    font-size: 0.8em;
  }
}
body#searchwrap .place::before, body#singleInterviewWrap .place::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  transform: translate(0, 0);
  content: "\f041";
  color: #784992;
  margin-right: 0.2em;
}
body#searchwrap .companyName, body#singleInterviewWrap .companyName {
  font-size: 1.3em;
  color: #784992;
  margin-bottom: 0.5em;
}
body#searchwrap .searchShosai .h2default, body#singleInterviewWrap .searchShosai .h2default {
  margin: 2em 0;
}
body#searchwrap .postList, body#singleInterviewWrap .postList {
  background-color: white;
}
body#searchwrap .postList .imgbox, body#singleInterviewWrap .postList .imgbox {
  background-color: #eeeeee;
  padding: 0.5em;
}
body#searchwrap .postList a, body#singleInterviewWrap .postList a {
  display: block;
  padding: 1.6em;
}
body#searchwrap .postList a .title, body#singleInterviewWrap .postList a .title {
  font-size: 1.1em;
  text-decoration: underline;
}
body#searchwrap .postList a:hover .title, body#singleInterviewWrap .postList a:hover .title {
  text-decoration: none;
}
body#singleInterviewWrap p {
  line-height: 1.8;
}
body#singleInterviewWrap .eyecatch {
  background-color: white;
  padding: 1em;
  margin-top: 2em;
}
body#singleInterviewWrap .eyecatch img {
  width: 100%;
}
body#singleInterviewWrap .interviewContents {
  background-color: white;
  padding: 7% 10% 10%;
}
@media (max-width: 769px) {
  body#singleInterviewWrap .interviewContents {
    padding: 3em 1.5em;
  }
}
body#singleInterviewWrap .h2interview {
  color: #784992;
  font-size: 2em;
  margin-bottom: 1.5em;
}
@media (max-width: 769px) {
  body#singleInterviewWrap .h2interview {
    font-size: 1.5em;
  }
}
@media (min-width: 770px) {
  body#singleInterviewWrap .h2interview {
    text-align: center;
  }
}
body#singleInterviewWrap .youtubeBox {
  margin-top: 7%;
}
@media (min-width: 770px) {
  body#singleInterviewWrap .henshobox {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (max-width: 769px) {
  body#singleInterviewWrap .henshobox .imgbox {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}
@media (min-width: 770px) {
  body#singleInterviewWrap .henshobox .imgbox {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 770px) {
  body#singleInterviewWrap .henshobox .textbox {
    -webkit-flex: 0 4 80%;
    flex: 0 4 80%;
    width: 80%;
    max-width: 80%;
    padding-left: 2em;
  }
}
body#singleInterviewWrap .henshobox .textbox .wrap {
  position: relative;
  background-color: white;
}
body#singleInterviewWrap .henshobox .textbox .wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 769px) {
  body#singleInterviewWrap .henshobox .textbox .wrap {
    padding: 3em 1.5em;
  }
  body#singleInterviewWrap .henshobox .textbox .wrap::after {
    position: absolute;
    top: -1.5em;
    right: 0;
    left: 0;
    border-style: solid;
    border-width: 0 0.7em 1.5em 0.7em;
    border-color: transparent transparent white transparent;
    margin: auto;
  }
}
@media (min-width: 770px) {
  body#singleInterviewWrap .henshobox .textbox .wrap {
    padding: 4% 5%;
  }
  body#singleInterviewWrap .henshobox .textbox .wrap::after {
    position: absolute;
    top: 2em;
    left: -1.5em;
    border-style: solid;
    border-width: 0.7em 1.5em 0.7em 0;
    border-color: transparent white transparent transparent;
  }
}
body#singleInterviewWrap .henshobox .textbox .title {
  color: #784992;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
body#singleInterviewWrap .henshobox .henshuFooter {
  font-size: 0.85em;
  color: gray;
  margin-top: 1em;
}
