@charset "UTF-8";
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, option {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-style: normal;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

button {
  color: inherit;
  font: inherit;
  background: none;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

div {
  outline-color: transparent;
  outline-style: solid;
}

/* Base ============================== */
html {
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
}
@media all and (max-width: 428px) {
  html {
    font-size: calc(0.625rem + (1vw - 3.75px) * 2.6667);
  }
}
@media all and (min-width: 429px) {
  html {
    font-size: 10px;
  }
}

::-moz-selection {
  color: #FFF;
  background: #77B3D6;
}

::selection {
  color: #FFF;
  background: #77B3D6;
}

body {
  color: #333;
  width: 100%;
  height: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  background: #FFFFFF;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Layout ============================== */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
}
@media all and (max-width: 769px) {
  .l-header {
    min-height: 5.5rem;
  }
}
@media all and (min-width: 770px) {
  .l-header {
    min-height: 7.5rem;
  }
}
.l-headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 769px) {
  .l-headerInner {
    padding: 1.3rem 0 1.3rem 5rem;
  }
}
@media all and (min-width: 770px) {
  .l-headerInner {
    max-width: 133.4rem;
    margin: auto;
    padding: 1.4rem 3rem 1.4rem 7.9rem;
  }
}
@media all and (max-width: 1024px) {
  .l-headerNav {
    display: none;
  }
}
.l-headerNav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .l-headerNav_item {
    font-size: calc(1.15rem + (1vw - 10.24px) * 1.4205);
  }
}
.l-headerNav_item > * {
  margin-left: 1.7rem;
}
.l-headerNav_item a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-headerNav_item a:hover {
  color: #CC1515;
}
.l-headerNavLeaders_item > * {
  margin-left: 2.7rem;
}

@media all and (max-width: 769px) {
  .l-logo img,
  .l-gnLogo img {
    height: 31px;
    width: auto;
  }
}
@media all and (min-width: 770px) {
  .l-logo img,
  .l-gnLogo img {
    height: 48px;
    width: auto;
  }
}

.l-gn {
  position: fixed;
  left: 0;
  z-index: 100;
  height: 100%;
}
@media all and (max-width: 769px) {
  .l-gn {
    top: 5.5rem;
  }
}
@media all and (min-width: 770px) {
  .l-gn {
    top: 7.6rem;
  }
}
.l-gn_inner {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: 133.4rem;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-gnBtn {
  position: fixed;
  z-index: 110;
  display: block;
  cursor: pointer;
}
@media all and (max-width: 769px) {
  .l-gnBtn {
    top: 0.5rem;
    width: 4rem;
    height: 5rem;
  }
}
@media all and (min-width: 770px) {
  .l-gnBtn {
    top: 1rem;
    left: 1.5rem;
    width: 5.3rem;
    height: 6rem;
  }
}
.l-gnBtn_input {
  display: none;
}
.l-gnBtn_line {
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
}
.l-gnBtn_line-1 {
  top: 36%;
  left: 1.3rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.l-gnBtn_input:checked ~ * .l-gnBtn_line-1 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.l-gnBtn_line-2 {
  top: 50%;
  left: 1.3rem;
}
.l-gnBtn_input:checked ~ * .l-gnBtn_line-2 {
  opacity: 0;
  -webkit-transition: opacity 0.05s 0.3s;
  transition: opacity 0.05s 0.3s;
}
.l-gnBtn_line-3 {
  bottom: 36%;
  left: 1.3rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.l-gnBtn_input:checked ~ * .l-gnBtn_line-3 {
  bottom: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.l-gnLogo {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
}
@media all and (max-width: 769px) {
  .l-gnLogo {
    right: 0;
    padding: 1.3rem 0 1.3rem 5rem;
  }
}
@media all and (min-width: 770px) {
  .l-gnLogo {
    padding: 1.4rem 3.9rem 1.4rem 7.9rem;
  }
}
@media all and (min-width: 770px) {
  [class*=-branch] .l-gnLogo {
    padding: 1.4rem 2rem 1.4rem 7.9rem;
  }
}
.l-gn_item {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 9rem 0 5rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #FFF;
}
@media all and (max-width: 769px) {
  .l-gn_item {
    padding: 7rem 0 9rem;
  }
}
@media all and (min-width: 770px) {
  .l-gn_item {
    max-width: 430px;
  }
}
.l-gnBtn_input:checked ~ * .l-gn_item {
  opacity: 1;
  pointer-events: unset;
}
@media all and (max-width: 769px) {
  .l-gn_itemList {
    margin-bottom: 1.3rem;
    padding: 0 2.2rem 2rem;
    font-size: 1.4rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.7);
  }
  .l-gn_itemList a {
    display: inline-block;
  }
}
@media all and (min-width: 770px) {
  .l-gn_itemList {
    max-width: 29rem;
    margin: auto;
    margin-bottom: 1rem;
    padding: 0 0 2.2rem;
    font-weight: bold;
  }
}
.l-gn_itemList li {
  padding: 1rem 0;
}
.l-gnOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-gnBtn_input:checked ~ .l-gnOverlay {
  opacity: 1;
  pointer-events: unset;
}

@media all and (max-width: 769px) {
  .l-main {
    padding-top: 5.5rem;
  }
}
@media all and (min-width: 770px) {
  .l-main {
    padding-top: 7.6rem;
  }
}

.l-footer {
  width: 100%;
  border-top: 0.05rem solid #A39E9D;
}
@media all and (max-width: 769px) {
  body:not([id*=entry]) .l-footer {
    padding-bottom: 6.7rem;
    padding-bottom: calc(6.7rem + env(safe-area-inset-bottom));
  }
}
.l-footerInner {
  width: 88vw;
  max-width: 100rem;
  margin: auto;
}
@media all and (max-width: 769px) {
  .l-footerInner {
    padding: 1.2rem 0;
  }
}
@media all and (min-width: 770px) {
  .l-footerInner {
    display: grid;
    grid-template-rows: 1fr 4rem;
    grid-template-columns: 23rem 1fr 33rem;
    grid-template-areas: "fnav fnav fnav" "logo copyright sns";
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 770px) {
  [class*=-branch] .l-footerInner {
    grid-template-columns: 28.5rem 1fr 33rem;
  }
}
.l-footerNav {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (min-width: 770px) {
  .l-footerNav {
    grid-area: fnav;
  }
}
.l-footerNav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media all and (max-width: 769px) {
  .l-footerNav_item {
    height: 36rem;
  }
}
@media all and (min-width: 770px) {
  .l-footerNav_item {
    height: 16rem;
  }
}
.l-footerNav_item li {
  padding: 1.1rem 0;
}
.l-footerNav_item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footerNav_item a:hover {
  opacity: 53%;
}
@media all and (min-width: 770px) {
  [class*=-branch] .l-footerNav_item {
    max-width: 85%;
  }
}
@media all and (max-width: 769px) {
  [class*=-branch] .l-footerNav_item {
    height: 24rem;
  }
}
.l-footerSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 33rem;
}
@media all and (max-width: 769px) {
  .l-footerSNS {
    margin: auto;
  }
}
@media all and (min-width: 770px) {
  .l-footerSNS {
    grid-area: sns;
    align-self: center;
  }
}
.l-footerSNS_item {
  width: 31.8%;
  max-width: 10.5rem;
}
.l-footerSNS_itemBtn {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.8rem;
  font-size: 1.2rem;
  border-radius: 0.31rem;
  background-size: contain;
}
.l-footerSNS_itemBtn::before {
  content: "";
  width: 1.9rem;
  height: 1.8rem;
  margin-right: 0.3rem;
}
.l-footerSNS_itemBtn-fb {
  background-color: #4267B2;
}
.l-footerSNS_itemBtn-fb::before {
  background-image: url("/assets/img/common/icon_fb.svg");
}
.l-footerSNS_itemBtn-tw {
  background-color: #000;
}
.l-footerSNS_itemBtn-tw::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/img/common/icon_x.svg");
  background-size: inherit;
}
.l-footerSNS_itemBtn-line {
  background-color: #2BAC38;
}
.l-footerSNS_itemBtn-line::before {
  background-image: url("/assets/img/common/icon_line.svg");
}
.l-footerLogo {
  max-width: 21.5rem;
  height: 4rem;
}
@media all and (max-width: 769px) {
  .l-footerLogo {
    height: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 770px) {
  .l-footerLogo {
    grid-area: logo;
    align-self: center;
  }
}
[class*=-branch] .l-footerLogo {
  max-width: 27rem;
}
.l-footerLogo img {
  width: auto;
  max-height: 100%;
}

.l-copyright {
  color: #B6B6B6;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (max-width: 769px) {
  .l-copyright {
    padding: 2rem 0 1rem;
    text-align: center;
  }
}
@media all and (min-width: 770px) {
  .l-copyright {
    grid-area: copyright;
    align-self: end;
    padding-bottom: 0.5rem;
  }
}

.l-toTop {
  position: fixed;
  right: 6vw;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media all and (max-width: 769px) {
  .l-toTop {
    bottom: 10.8rem;
  }
}
@media all and (min-width: 770px) {
  .l-toTop {
    bottom: 11.2rem;
  }
}
.l-toTop-hide {
  bottom: -4.8rem;
}

/* Component ============================== */
.c-content_inner {
  width: 88vw;
  max-width: 100rem;
  margin: auto;
}
.c-content_inner-s {
  width: 88vw;
  max-width: 85rem;
  margin: auto;
}
@media all and (max-width: 769px) {
  .c-content_inner-wide {
    width: 100%;
    margin: 2.5rem auto;
    padding: 2.5rem 2rem;
  }
}
@media all and (min-width: 770px) {
  .c-content_inner-wide {
    width: 88vw;
    max-width: 100rem;
    margin: 4rem auto 0;
    padding: 3.5rem 7.5rem;
    border-radius: 1.3rem;
  }
}

.c-headline1,
.c-headline5 {
  font-weight: bold;
  line-height: 1.75;
}
@media all and (max-width: 769px) {
  .c-headline1,
  .c-headline5 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 770px) {
  .c-headline1,
  .c-headline5 {
    font-size: 2.6rem;
  }
}

.c-headline2 {
  line-height: 1.5;
}
@media all and (max-width: 769px) {
  .c-headline2 {
    font-size: inherit;
  }
}
@media all and (min-width: 770px) {
  .c-headline2 {
    font-size: 1.8rem;
  }
}

.c-headline3 {
  line-height: 1.5;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .c-headline3 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 770px) {
  .c-headline3 {
    font-size: 2.6rem;
  }
}

.c-headline4 {
  line-height: 1.5;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .c-headline4 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 770px) {
  .c-headline4 {
    font-size: 1.8rem;
  }
}

.c-headline5 {
  margin-bottom: 5rem;
  padding: 1.5rem 0;
  color: #cc1515;
  background: #F2F2F2;
  text-align: center;
}
@media all and (min-width: 770px) {
  .c-headline5 {
    margin-bottom: 9rem;
    padding: 2rem 0;
  }
}

.c-topicpath {
  width: 100%;
}
@media all and (max-width: 769px) {
  .c-topicpath {
    padding: 1rem;
    overflow-x: scroll;
    font-size: 1rem;
    white-space: nowrap;
  }
}
@media all and (min-width: 770px) {
  .c-topicpath {
    padding: 19px 0 15px;
  }
}
.c-topicpath li {
  color: #555E6F;
  display: inline-block;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 77.33vw;
  cursor: pointer;
}
.c-btnBasic {
  padding: 1.5rem 0;
  border: 0.2rem solid;
  border-radius: 0.5rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media all and (max-width: 769px) {
  .c-btnBasic-fsM {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 770px) {
  .c-btnBasic-fsM {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 2rem 0;
  }
}
@media all and (min-width: 770px) {
  .c-btnBasic-sizeM {
    max-width: 38rem;
  }
}
@media all and (min-width: 770px) {
  .c-btnBasic-sizeS {
    max-width: 12rem;
  }
}
.c-btnBasic-red1 {
  color: #CC1515;
  border-color: #CC1515;
  background-color: #FFF;
}
.c-btnBasic-red1:hover {
  color: #FFF;
  background-color: #CC1515;
}
.c-btnBasic-black1 {
  color: inherit;
  border-color: #333;
}
.c-btnBasic-black1:hover {
  color: #FFF;
  background-color: #333;
}
.c-btnBasic-orange1 {
  color: #EE7A33;
  border-color: #EE7A33;
  background-color: #FFF;
}
.c-btnBasic-orange1:hover {
  color: #FFF;
  background-color: #EE7A33;
}
.c-btnDL {
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88vw;
  max-width: 29rem;
  height: 5.5rem;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0.6rem;
  background-color: #CC1515;
}
.c-btnDL:hover {
  opacity: 0.7;
}
.c-btnDL::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.5rem;
  margin-left: 2rem;
  background: url("/assets/img/common/icon_download.svg") no-repeat 50% 50%;
  background-size: contain;
}

.c-linkArrow {
  padding-right: 1.5rem;
  color: #b1b1b1;
  font-weight: bold;
  background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 100% 50%;
  background-size: 0.7rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-linkArrow:hover {
  opacity: 0.7;
}
.c-linkLine {
  color: #1F426D;
  text-decoration: underline;
}
.c-linkBlank {
  padding-right: 1.8rem;
  background: url("/assets/img/common/icon_blank.svg") no-repeat 100% 40%;
  background-size: 1.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-linkBlank:hover {
  opacity: 0.7;
}

.c-icon {
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 769px) {
  .c-icon {
    width: 5.5rem;
  }
}
@media all and (min-width: 770px) {
  .c-icon {
    width: 8.5rem;
  }
}
@media all and (max-width: 769px) {
  .c-icon-performance, .c-icon-investigation {
    width: 11.5rem;
  }
}
@media all and (min-width: 770px) {
  .c-icon-performance, .c-icon-investigation {
    width: 13.5rem;
  }
}
@media all and (max-width: 769px) {
  .c-icon + .c-icon {
    margin-left: 0.4rem;
  }
}
@media all and (min-width: 770px) {
  .c-icon + .c-icon {
    margin-left: 0.8rem;
  }
}
.c-icon-1, .c-icon-2, .c-icon-3, .c-icon-4, .c-icon-5, .c-icon-6, .c-icon-7, .c-icon-green {
  color: #FFF;
  background: #258760; /*北海道・東北*/
}
.c-icon-8, .c-icon-9, .c-icon-10, .c-icon-11, .c-icon-12, .c-icon-13, .c-icon-14, .c-icon-orange {
  color: #FFF;
  background: #F08300; /*関東*/
}
.c-icon-15, .c-icon-16, .c-icon-17, .c-icon-18, .c-icon-19, .c-icon-20, .c-icon-pink {
  color: #FFF;
  background: #E78D96; /*北信越・甲信越*/
}
.c-icon-21, .c-icon-22, .c-icon-23, .c-icon-24, .c-icon-blue {
  color: #FFF;
  background: #007BBB; /*東海*/
}
.c-icon-25, .c-icon-26, .c-icon-27, .c-icon-28, .c-icon-29, .c-icon-30, .c-icon-darkorange {
  color: #FFF;
  background: #E15B02; /*関西*/
}
.c-icon-31, .c-icon-32, .c-icon-33, .c-icon-34, .c-icon-35, .c-icon-red {
  color: #FFF;
  background: #DE2C4A; /*中国*/
}
.c-icon-36, .c-icon-37, .c-icon-38, .c-icon-39, .c-icon-olive {
  color: #FFF;
  background: #69821B; /*四国*/
}
.c-icon-40, .c-icon-41, .c-icon-42, .c-icon-43, .c-icon-44, .c-icon-45, .c-icon-46, .c-icon-47, .c-icon-purple {
  color: #FFF;
  background: #985496; /*九州・沖縄*/
}
.c-icon-48, .c-icon-99, .c-icon-darkblue {
  color: #FFF;
  background: #0D3E7E; /*全国・海外*/
}
.c-icon-yellow {
  color: #FFF;
  background: #EFB400; /*staffblogカテゴリ*/
}
@media all and (max-width: 769px) {
  .c-icon-yellow {
    width: 8.5rem;
  }
}
.c-icon-change {
  color: #FFF;
  border: 0.2rem solid #FFF;
}
.c-icon-performance {
  color: #FFF;
  background: #801E28;
}
.c-icon-investigation {
  color: #FFF;
  background: #00234B;
}
.c-icon-orange1, .c-icon-red1 {
  margin: 0 1rem 0.2rem 0;
  padding: 0.1rem 0 0 0;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.4;
  vertical-align: middle;
}
@media all and (max-width: 769px) {
  .c-icon-orange1, .c-icon-red1 {
    width: 8rem;
  }
}
@media all and (min-width: 770px) {
  .c-icon-orange1, .c-icon-red1 {
    width: 8rem;
  }
}
.c-icon-orange1 {
  background: #EE7A33;
}
.c-icon-red1 {
  background: #CC1515;
}

/* for user article setting */
article .p-basicArticle a,
.p-WriterComment_txt a,
.p-DListItemCareer .p-DListItem_contents a {
  text-decoration: underline;
}

/* Project ============================== */
.p-pageKeyv {
  position: relative;
  width: 100%;
  max-width: 128rem;
}
@media all and (max-width: 769px) {
  .p-pageKeyv {
    height: 40vw;
    max-height: 15rem;
    margin: 0 auto 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-pageKeyv {
    height: 28.125vw;
    max-height: 36rem;
    margin: 0 auto 3rem;
  }
}
.p-pageKeyvFeature {
  background: url("/assets/img/feature/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyvHero {
  background: url("/assets/img/hero/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyvChange {
  background: url("/assets/img/change/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyvStaffblog {
  background: url("/assets/img/staffblog/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyvResearch {
  background: url("/assets/img/research/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyvLife {
  background: url("/assets/img/life/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.p-pageKeyv_ttl {
  color: #FFF;
  position: absolute;
  top: 41%;
  left: 50%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 769px) {
  .p-pageKeyv_ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 770px) {
  .p-pageKeyv_ttl {
    font-size: 4.2rem;
  }
}
.p-pageKeyv_ttl-research {
  top: 32%;
}
.p-pageKeyv_lead {
  color: #FFF;
  position: absolute;
  top: 55%;
  left: 50%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-pageSearch {
  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;
  margin: 0 auto 10rem;
}
@media all and (max-width: 769px) {
  .p-pageSearch-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-pageSearch_select {
  margin-right: 1rem;
}
@media all and (max-width: 769px) {
  .p-pageSearch_btn {
    max-height: 3.6rem;
    max-width: 9rem;
  }
}
@media all and (min-width: 770px) {
  .p-pageSearch_btn {
    padding: 1.1rem 0;
    height: 4.9rem;
  }
}
@media all and (max-width: 769px) {
  .p-pageSearch {
    width: 88vw;
    max-width: 100rem;
    margin: 0 auto 5rem;
  }
}
@media all and (max-width: 769px) {
  .p-pageSectInfo {
    padding-top: 3rem;
  }
}
@media all and (min-width: 770px) {
  .p-pageSectInfo {
    padding-top: 3rem;
  }
}
.p-pageSectInfo_ttl {
  position: relative;
}
@media all and (max-width: 769px) {
  .p-pageSectInfo_ttl {
    margin-bottom: 5rem;
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-pageSectInfo_ttl {
    margin-bottom: 8rem;
    padding-bottom: 1.5rem;
  }
}
.p-pageSectInfo_ttl::before {
  content: "";
  width: 5rem;
  height: 0.2rem;
  background-color: #CC1515;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-pageJobListItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  .p-pageJobListItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 770px) {
  .p-pageJobListItem {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-pageJobListItem:hover {
    opacity: 0.7;
  }
}
.p-pageJobListItem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 0 0;
  width: 0.7rem;
  height: 1.3rem;
}
.p-pageJobListItem + .p-pageJobListItem {
  border-top: 0.1rem solid #C3C3C3;
}
.p-pageJobListItem_icon {
  margin-right: 1.5rem;
}
@media all and (max-width: 769px) {
  .p-pageJobListItem_icon {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media all and (min-width: 770px) {
  .p-pageJobListItem_icon {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
  }
}
@media all and (min-width: 770px) {
  .p-pageJobListItem_date {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
}
.p-pageJobListItem_ttl {
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-pageJobListItem_ttl {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    margin-top: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-pageJobListItem_ttl {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
@media all and (min-width: 770px) {
  .p-pageJobListItem_icon + .p-pageJobListItem_date + .p-pageJobListItem_ttl {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
  }
}

.p-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95vw;
  max-width: 122rem;
  font-size: 1.2rem;
}
.p-breadcrumbs li:last-child {
  font-weight: bold;
}
.p-breadcrumbs li + li {
  margin-left: 0.3rem;
}
.p-breadcrumbs li + li::before {
  content: ">";
  margin-right: 0.3rem;
  font-weight: normal;
}
@media all and (max-width: 769px) {
  .p-breadcrumbs {
    margin: 0 auto 3rem;
  }
}
@media all and (min-width: 770px) {
  .p-breadcrumbs {
    margin: 0 auto 4rem;
  }
}

@media all and (max-width: 769px) {
  .p-entryLink {
    padding: 4rem 0 6rem;
  }
}
@media all and (min-width: 770px) {
  .p-entryLink {
    padding: 11rem 0;
  }
}
.p-entryLinkList {
  max-width: 100rem;
  margin: auto;
}
@media all and (max-width: 769px) {
  .p-entryLinkList {
    width: 77.33vw;
  }
}
@media all and (min-width: 770px) {
  .p-entryLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88vw;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 770px) and (max-width: 1024px) {
  .p-entryLinkList {
    font-size: calc(1.4rem + (1vw - 7.69px) * 1.569);
  }
}
.l-gn_item .p-entryLinkList {
  max-width: 35rem;
  font-size: inherit;
}
@media all and (max-width: 769px) {
  .l-gn_item .p-entryLinkList {
    width: 88.267vw;
    margin: auto auto auto 2.2rem;
  }
}
@media all and (min-width: 770px) {
  .l-gn_item .p-entryLinkList {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 769px) {
  .p-entryLinkList_item + .p-entryLinkList_item {
    margin-top: 2.6rem;
  }
}
@media all and (min-width: 770px) {
  .p-entryLinkList_item {
    width: 30.5%;
    max-width: 30.5rem;
    margin: 0 2rem;
  }
  .l-gn_item .p-entryLinkList_item {
    width: inherit;
    max-width: unset;
    margin: 0;
  }
  .l-gn_item .p-entryLinkList_item + .p-entryLinkList_item {
    margin-top: 2.6rem;
  }
}
.p-entryLinkList_itemBtn {
  color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width: 769px) {
  .p-entryLinkList_itemBtn {
    height: 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-entryLinkList_itemBtn {
    height: 6.4rem;
  }
  .l-gn_item .p-entryLinkList_itemBtn {
    height: 5rem;
  }
  main .p-entryLinkList_itemBtn {
    line-height: 6.4rem;
  }
}
.p-entryLinkList_itemBtn:hover {
  opacity: 0.7;
}
.p-entryLinkList_itemBtn-entry {
  background-color: #CC1515;
}
.p-entryLinkList_itemBtn-preentry {
  background-color: #EE7A33;
}
.p-entryLinkList_itemBtn-career {
  background-color: #335599;
}
.p-entryLinkList_itemBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
  background: url("/assets/img/common/icon_arrow-white1.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 769px) {
  .p-regionalLinks {
    padding: 5.5rem 0 4.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-regionalLinks {
    padding: 10rem 0 9rem;
  }
}
.p-regionalLinks_inner {
  width: 88%;
  max-width: 100rem;
  margin: auto;
}
@media all and (min-width: 770px) {
  .p-regionalLinks_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-regionalLinks_ttl {
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-regionalLinks_ttl {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media all and (min-width: 770px) {
  .p-regionalLinks_ttl {
    font-size: 2.6rem;
  }
}
.p-regionalLinksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media all and (max-width: 769px) {
  .p-regionalLinksList {
    height: 33rem;
  }
}
@media all and (min-width: 770px) {
  .p-regionalLinksList {
    width: 72rem;
    height: 32.2rem;
  }
}
@media all and (max-width: 769px) {
  .p-regionalLinksList_item {
    width: 31.5%;
    height: 3.6rem;
  }
}
@media all and (min-width: 770px) {
  .p-regionalLinksList_item {
    height: 4.6rem;
  }
}
.p-regionalLinksList_itemLink {
  display: inline-block;
  text-align: center;
  background-color: #F2F2F2;
}
@media all and (max-width: 769px) {
  .p-regionalLinksList_itemLink {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.52rem;
    border-radius: 2.52rem;
  }
}
@media all and (min-width: 770px) {
  .p-regionalLinksList_itemLink {
    width: 13.4rem;
    font-size: 1.8rem;
    line-height: 3.24rem;
    border-radius: 3.24rem;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .p-regionalLinksList_itemLink:hover {
    color: #FFF;
    background-color: #AAA;
  }
}

@media all and (max-width: 769px) {
  .p-pagination {
    text-align: center;
  }
}
@media all and (min-width: 770px) {
  .p-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 3.1rem;
  }
}
.p-pagination_itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 769px) {
  .p-pagination_itemList {
    margin-top: 2rem;
  }
}
@media all and (max-width: 769px) {
  .p-pagination_itemList > * + * {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-pagination_itemList > * + * {
    margin-left: 1rem;
  }
}
.p-pagination_itemLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3rem;
  background: #F2F2F2 no-repeat 50% 50%;
  background-size: 1.8rem;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.p-pagination_itemLink:hover, .p-pagination_itemLink-current {
  color: #FFF;
  background-color: #CC1515;
}
.p-pagination_itemLink-first, .p-pagination_itemLink-prev, .p-pagination_itemLink-next, .p-pagination_itemLink-last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-indent: 3rem;
}
.p-pagination_itemLink-first {
  background-image: url("/assets/img/common/icon_arrow-first.svg");
}
.p-pagination_itemLink-first:hover {
  background-image: url("/assets/img/common/icon_arrow-first-white.svg");
}
.p-pagination_itemLink-prev {
  background-image: url("/assets/img/common/icon_arrow-prev.svg");
}
.p-pagination_itemLink-prev:hover {
  background-image: url("/assets/img/common/icon_arrow-prev-white.svg");
}
.p-pagination_itemLink-next {
  background-image: url("/assets/img/common/icon_arrow-prev.svg");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-pagination_itemLink-next:hover {
  background-image: url("/assets/img/common/icon_arrow-prev-white.svg");
}
.p-pagination_itemLink-last {
  background-image: url("/assets/img/common/icon_arrow-first.svg");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-pagination_itemLink-last:hover {
  background-image: url("/assets/img/common/icon_arrow-first-white.svg");
}
.p-pagination_itemLink a {
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-DListItems {
  margin-bottom: 9rem;
}
.p-DListItems_ttl {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  border-bottom: 0.1rem solid #949494;
}
@media all and (min-width: 770px) {
  .p-DListItems_ttl-xl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 769px) {
  .p-DListItems_ttl-xxl {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 770px) {
  .p-DListItems_ttl-xxl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-DListItems_ttl-red {
  border-color: #CC1515;
}
.p-DListItem {
  overflow: hidden;
}
.p-DListItemHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 769px) {
  .p-DListItemHero {
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 770px) {
  .p-DListItemHero {
    margin-bottom: 3rem;
  }
}
.p-DListItemJob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 769px) {
  .p-DListItemCareer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 770px) {
  .p-DListItemProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-DListItem_ttl {
  float: left;
  margin-right: 1.5em;
  font-weight: bold;
}
.p-DListItem_ttl:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media all and (max-width: 769px) {
  .p-DListItem_ttl {
    width: 4.6em;
    margin-right: 1em;
  }
}
@media all and (min-width: 770px) {
  .p-DListItem_ttl {
    width: 5.4em;
  }
}
[class*=ItemHero] .p-DListItem_ttl {
  width: inherit !important;
}
@media all and (max-width: 769px) {
  [class*=ItemHero] .p-DListItem_ttl {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-right: 0;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemHero] .p-DListItem_ttl {
    margin-top: 0;
  }
  [class*=ItemHero] .p-DListItem_ttl:nth-of-type(n+2) {
    margin-left: 3rem;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemJob] .p-DListItem_ttl {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    margin-right: 0;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemJob] .p-DListItem_ttl, [class*=ItemCareer] .p-DListItem_ttl {
    -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
    margin-right: 0;
  }
}
[class*=ItemJob] .p-DListItem_ttl-wide, [class*=ItemCareer] .p-DListItem_ttl-wide {
  width: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media all and (max-width: 769px) {
  [class*=ItemProfile] .p-DListItem_ttl:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemProfile] .p-DListItem_ttl:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemProfile] .p-DListItem_ttl:nth-last-of-type(1) {
    float: none;
  }
}
[class*=PrivacyItem] .p-DListItem_ttl {
  float: none;
  margin-right: 0;
  overflow: inherit;
}
[class*=PrivacyItem] .p-DListItem_ttl:nth-of-type(n+2) {
  margin-top: 5rem;
}
@media all and (max-width: 769px) {
  [class*=PrivacyItem] .p-DListItem_ttl {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (min-width: 770px) {
  [class*=PrivacyItem] .p-DListItem_ttl {
    width: 100%;
  }
}
.p-DListItem_contents {
  overflow: hidden;
  word-break: break-all;
}
.p-DListItem_contents:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media all and (min-width: 770px) {
  [class*=ItemProfile] .p-DListItem_contents {
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemHero] .p-DListItem_contents {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemHero] .p-DListItem_contents {
    margin-top: 0;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemJob] .p-DListItem_contents, [class*=ItemCareer] .p-DListItem_contents {
    -ms-flex-preferred-size: 77.5%;
        flex-basis: 77.5%;
  }
}
[class*=ItemJob] .p-DListItem_contents-wide, [class*=ItemCareer] .p-DListItem_contents-wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media all and (min-width: 770px) {
  [class*=ItemJob] .p-DListItem_contents-wide, [class*=ItemCareer] .p-DListItem_contents-wide {
    width: 100%;
    padding: 1.5em 0 0 6.9em;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemJob] .p-DListItem_contents {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemCareer] .p-DListItem_contents {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemJob] .p-DListItem_contents-wide {
    margin-left: 5.3em;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemProfile] .p-DListItem_contents:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
@media all and (min-width: 770px) {
  [class*=ItemProfile] .p-DListItem_contents:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
@media all and (max-width: 769px) {
  [class*=ItemProfile] .p-DListItem_contents:last-child {
    margin-top: 1rem;
  }
}
[class*=PrivacyItem] .p-DListItem_contents {
  margin-top: 0.5rem;
  overflow: inherit;
}
[class*=PrivacyItem] .p-DListItem_contents:nth-of-type(n+2) {
  margin-top: 0;
}
@media all and (max-width: 769px) {
  .p-DListItem_contentsJob {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7em;
    max-height: 17em;
  }
}
@media all and (min-width: 770px) {
  .p-DListItem_contentsJob {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7em;
    max-height: 17em;
  }
}
.p-DListItem_contentsRecruit {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7em;
  max-height: 17em;
}
.p-DListPrivacyItems {
  margin-bottom: 4rem;
}
.p-DListPrivacyItem {
  margin-bottom: 7rem;
  overflow: inherit;
}
.p-DListPrivacyItem .OList {
  margin-top: 0.5rem;
  counter-reset: number 0;
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-DListPrivacyItem .OListItem_number {
  display: inline-block;
  width: 2.5rem;
  counter-increment: number 1;
}
.p-DListPrivacyItem .OListItem_number::before {
  content: counter(number) ".";
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OListItem_number {
    -ms-flex-preferred-size: 2.5%;
        flex-basis: 2.5%;
  }
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OListItem_txt {
    -ms-flex-preferred-size: 97.5%;
        flex-basis: 97.5%;
  }
}
.p-DListPrivacyItem .OList-paren {
  margin-top: 0.5rem;
  counter-reset: number 0;
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OList-parenItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-DListPrivacyItem .OList-parenItem_number {
  display: inline-block;
  width: 2.5rem;
  counter-increment: number 1;
}
.p-DListPrivacyItem .OList-parenItem_number::before {
  content: "(" counter(number) ")";
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OList-parenItem_number {
    -ms-flex-preferred-size: 2.5%;
        flex-basis: 2.5%;
  }
}
@media all and (min-width: 770px) {
  .p-DListPrivacyItem .OList-parenItem_txt {
    -ms-flex-preferred-size: 97.5%;
        flex-basis: 97.5%;
  }
}

.p-WriterComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.1rem solid #C3C3C3;
}
@media all and (max-width: 769px) {
  .p-WriterComment {
    padding: 5rem 0;
  }
}
@media all and (min-width: 770px) {
  .p-WriterComment {
    padding: 7rem 0;
  }
}
.p-WriterCommentCareer {
  padding: 0;
  border-top: none;
}
@media all and (max-width: 769px) {
  .p-WriterCommentCareer {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterCommentCareer {
    margin-bottom: 10rem;
  }
}
.p-WriterCommentStaffblog {
  border-top: none;
}
@media all and (max-width: 769px) {
  .p-WriterCommentStaffblog {
    padding-top: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterCommentStaffblog {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3rem;
  }
}
.p-WriterComment_ttl {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-WriterComment_ttl {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterComment_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterComment_ttl-xl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 769px) {
  [class*=Staffblog] .p-WriterComment_ttl {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    margin-bottom: 0;
  }
}
@media all and (min-width: 770px) {
  [class*=Staffblog] .p-WriterComment_ttl {
    margin-bottom: 0;
    padding-right: 4.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
  }
}
.p-WriterComment_name {
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-WriterComment_name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterComment_name {
    margin-left: 3.7rem;
  }
}
@media all and (max-width: 769px) {
  .p-WriterComment_name a {
    text-decoration: underline;
  }
}
[class*=Staffblog] .p-WriterComment_name {
  font-weight: normal;
}
[class*=Staffblog] .p-WriterComment_name a {
  font-weight: bold;
  text-decoration: underline;
}
@media all and (min-width: 770px) {
  [class*=Staffblog] .p-WriterComment_name a {
    font-size: 1.8rem;
  }
}
.p-WriterComment_pict {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}
@media all and (max-width: 769px) {
  .p-WriterComment_pict {
    width: 8rem;
    height: 8rem;
  }
}
@media all and (min-width: 770px) {
  .p-WriterComment_pict {
    width: 16rem;
    height: 16rem;
  }
}
@media all and (min-width: 770px) {
  [class*=Career] .p-WriterComment_pict {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}
@media all and (max-width: 769px) {
  [class*=Staffblog] .p-WriterComment_pict {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    width: 10rem;
    height: 10rem;
  }
}
@media all and (min-width: 770px) {
  [class*=Staffblog] .p-WriterComment_pict {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    width: 11rem;
    height: 11rem;
  }
}
.p-WriterComment_pict img {
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.p-WriterComment_txt {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
}
@media all and (min-width: 770px) {
  [class*=Career] .p-WriterComment_txt {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
  }
}
.p-WriterNotes {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 29% 71%;
  grid-template-areas: "Nttl Nttl" "Npict Nname" "Ntxt Ntxt";
}
@media all and (min-width: 770px) {
  .p-WriterNotes {
    grid-template-rows: auto 1fr;
    grid-template-columns: 24.5rem 1fr;
    grid-template-areas: "Nttl Nname" "Npict Ntxt";
  }
}
.p-WriterNotes_ttl {
  grid-area: Nttl;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media all and (min-width: 770px) {
  .p-WriterNotes_ttl {
    font-size: 1.8rem;
  }
}
.p-WriterNotes_name {
  grid-area: Nname;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-WriterNotes_name a {
    text-decoration: underline;
  }
}
.p-WriterNotes_pict {
  grid-area: Npict;
}
.p-WriterNotes_pict img {
  margin-bottom: 2rem;
  width: 8rem;
  height: 8rem;
  /*object-fit: cover;
  width: inherit;
  height: inherit;*/
}
@media all and (min-width: 770px) {
  .p-WriterNotes_pict img {
    margin-bottom: 1rem;
    width: 16rem;
    height: 16rem;
  }
}
.p-WriterNotes_txt {
  grid-area: Ntxt;
}

.p-basicListItem {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2.5rem 0;
}
@media all and (max-width: 769px) {
  .p-basicListItem {
    padding: 2rem 0;
  }
}
.p-basicListItem + .p-basicListItem {
  border-top: 0.05rem solid #B6B6B6;
}
[class*=-row] .p-basicListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 769px) {
  [class*=-row] .p-basicListItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 770px) {
  [class*=-row] .p-basicListItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 770px) {
  .p-basicListItem {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-basicListItem:hover {
    opacity: 0.7;
  }
}
.p-basicListItem::after {
  position: absolute;
  content: "";
  background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 0 0;
  top: 49%;
  right: 0;
  width: 0.6rem;
  height: 1.1rem;
}
@media all and (min-width: 770px) {
  .p-basicListItem::after {
    top: 44%;
  }
}
@media all and (max-width: 769px) {
  [class*=-pict] .p-basicListItem::after {
    top: 48%;
    right: 0;
    width: 0.7rem;
    height: 1.3rem;
  }
}
@media all and (min-width: 770px) {
  [class*=-pict] .p-basicListItem::after {
    top: 50%;
    right: 0;
    width: 0.9rem;
    height: 1.7rem;
  }
}
.p-basicListItem_pict {
  float: left;
}
@media all and (max-width: 769px) {
  .p-basicListItem_pict {
    width: 8rem;
    height: 8rem;
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-basicListItem_pict {
    width: 11rem;
    height: 11rem;
    margin-right: 3.5rem;
  }
}
.p-basicListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.p-basicListItem_txtTtl {
  font-weight: bold;
}
[class*=-row] .p-basicListItem_txtCategory {
  margin-right: 4rem;
  white-space: nowrap;
}
@media all and (max-width: 769px) {
  [class*=-row] .p-basicListItem_txtCategory {
    margin-right: 2rem;
  }
}
@media all and (min-width: 770px) {
  [class*=-row] .p-basicListItem_txtDate {
    margin-right: 4rem;
  }
}
[class*=-row] .p-basicListItem_txtTtl {
  margin-right: 5rem;
}
@media all and (max-width: 769px) {
  [class*=-row] .p-basicListItem_txtTtl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1rem 2rem 0 0;
  }
}
[class*=-pict] .p-basicListItem_txt {
  overflow: hidden;
}
@media all and (max-width: 769px) {
  [class*=-pict] .p-basicListItem_txt {
    min-height: 9.5rem;
  }
}
[class*=-pict] .p-basicListItem_txtCategory {
  float: left;
  display: inline-block;
  margin-right: 1rem;
}
@media all and (min-width: 770px) {
  [class*=-pict] .p-basicListItem_txtCategory {
    margin-right: 1.5rem;
  }
}
[class*=-pict] .p-basicListItem_txtDate {
  float: left;
  display: inline-block;
}
[class*=-pict] .p-basicListItem_txtTtl {
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem 0 0;
  clear: both;
  line-height: 1.5;
}
@media all and (min-width: 770px) {
  [class*=-pict] .p-basicListItem_txtTtl-L {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 769px) {
  [class*=-pict] .p-basicListItem_txtExcerpt {
    padding-right: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
  }
}
@media all and (min-width: 770px) {
  [class*=-pict] .p-basicListItem_txtExcerpt {
    padding-right: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
  }
}

.p-basicArticle {
  margin-top: 1.5rem;
  padding-top: 4rem;
  border-top: 0.05rem solid #B6B6B6;
}
.p-basicArticle-border {
  padding-bottom: 4rem;
  border-bottom: 0.05rem solid #B6B6B6;
}
.p-basicArticle a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-basicArticle a:hover {
  opacity: 0.7;
}

.p-area_listAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-area_listAnchor li {
  width: 11.7%;
}
.p-area_listAnchor a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: unset;
  border: 0.1rem solid #B6B6B6;
  border-radius: 0.4rem;
}
.p-area_listAnchor a:hover {
  text-decoration: underline;
}
@media all and (max-width: 769px) {
  .p-area_listAnchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 4rem;
  }
  .p-area_listAnchor li {
    width: 22.73%;
    margin-right: 2.27%;
  }
  .p-area_listAnchor li:nth-of-type(n+5) {
    margin-top: 1rem;
  }
  .p-area_listAnchor a {
    font-size: 1.4rem;
    text-decoration: none;
  }
}

.p-fixedMenu {
  position: fixed;
  right: 0;
  bottom: -6.7rem;
  bottom: calc(-6.7rem - env(safe-area-inset-bottom));
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6.7rem;
  padding-bottom: env(safe-area-inset-bottom);
  font-size: 1rem;
  background-color: #FAE6E1;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  z-index: 10;
}
.p-fixedMenu.active {
  bottom: 0;
}
[id*=entry] .p-fixedMenu {
  display: none;
}
@media all and (min-width: 770px) {
  .p-fixedMenu {
    display: none;
  }
}
.p-fixedMenu li {
  width: 20%;
  text-align: center;
}
.p-fixedMenu a {
  color: #C1112A;
  font-weight: bold;
  text-decoration: none;
}
.p-fixedMenu_item {
  display: block;
  padding-top: 5px;
}
.p-fixedMenu_item::before {
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto 3px;
  background: 50% 50% no-repeat;
}
.p-fixedMenu_item-job::before {
  width: 40px;
  background-image: url(/assets/img/common/icon_fixedMenu_job.svg);
}
.p-fixedMenu_item-career::before {
  width: 48px;
  background-image: url(/assets/img/common/icon_fixedMenu_career.svg);
}
.p-fixedMenu_item-hero::before {
  width: 47px;
  background-image: url(/assets/img/common/icon_fixedMenu_hero.svg);
}
.p-fixedMenu_item-change::before {
  width: 40px;
  background-image: url(/assets/img/common/icon_fixedMenu_change.svg);
}
.p-fixedMenu_item-entry::before {
  width: 40px;
  background-image: url(/assets/img/common/icon_fixedMenu_entry.svg);
}

.p-profileMap {
  position: relative;
  width: 100%;
  height: 0;
}
@media all and (max-width: 769px) {
  .p-profileMap {
    padding-top: 90%;
  }
}
@media all and (min-width: 770px) {
  .p-profileMap {
    padding-top: 30%;
  }
}
.p-profileMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-homeKeyv {
  position: relative;
  width: 100%;
  max-width: 128rem;
  margin: auto;
  background: url("/assets/img/index/keyv1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media all and (max-width: 769px) {
  .p-homeKeyv {
    height: 66.6667vw;
    max-height: 25rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeKeyv {
    height: 35.9375vw;
    max-height: 46rem;
  }
}
.p-homeKeyv_ttl {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 769px) {
  .p-homeKeyv_ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 770px) {
  .p-homeKeyv_ttl {
    font-size: 4.2rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeSectFeature {
    padding: 7rem 0 8rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectFeature {
    padding: 9rem 0 11rem;
  }
}
.p-homeSectFeature_txt {
  width: 88vw;
  max-width: 100rem;
  margin: auto;
}
@media all and (max-width: 769px) {
  .p-homeSectEntryLinkList {
    padding: 4rem 0 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectEntryLinkList {
    padding: 6rem 0;
  }
}
@media all and (max-width: 769px) {
  .p-homeSectEntryLinkList_ttl {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectEntryLinkList_ttl {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeSectHero {
    padding: 3rem 0;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectHero {
    padding: 6rem 0;
  }
}
@media all and (max-width: 769px) {
  .p-homeSectChange {
    padding: 3rem 0 6rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectChange {
    padding: 9rem 0 11rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeSectConsultant {
    padding: 3rem 0 6rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeSectConsultant {
    padding: 9rem 0 11rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeJobSearch {
    padding: 4.2rem 0;
  }
}
@media all and (min-width: 770px) {
  .p-homeJobSearch {
    padding: 6.4rem 0;
  }
}
.p-homeJobSearch_inner {
  width: 88vw;
  max-width: 710px;
  margin: auto;
}
@media all and (max-width: 769px) {
  .p-homeJobSearch_inner {
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  }
}
@media all and (min-width: 770px) {
  .p-homeJobSearch_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-homeJobSearch_item {
  padding: 3.2rem 2rem 4.6rem;
}
@media all and (min-width: 770px) {
  .p-homeJobSearch_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 33rem;
    min-height: 52rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  }
  .p-homeJobSearch_itemFlx-end {
    margin-top: auto;
  }
}
.p-homeJobSearch_itemBalloon {
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid #B6B6B6;
  border-radius: 2rem;
  background: #F2F2F2;
}
.p-homeJobSearch_itemBalloon::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  z-index: 2;
  border: 0.7rem solid transparent;
  border-top: 0.8rem solid #F2F2F2;
  border-bottom: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-homeJobSearch_itemBalloon::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  z-index: 1;
  border: 0.8rem solid transparent;
  border-top: 0.9rem solid #B6B6B6;
  border-bottom: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-homeJobSearch_itemTxt {
  margin-bottom: 1.5em;
}
@media all and (max-width: 769px) {
  .p-homeJobSearchTabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1rem 1rem 0 0;
    background-color: #F2F2F2;
  }
}
@media all and (min-width: 770px) {
  .p-homeJobSearchTabList {
    display: none;
  }
}
.p-homeJobSearchTabList_item {
  position: relative;
  width: 50%;
  border-radius: 1rem 1rem 0 0;
}
.p-homeJobSearchTabList_item::before, .p-homeJobSearchTabList_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
}
.p-homeJobSearchTabList_item::before {
  width: 1rem;
  height: 1rem;
  background-color: #FFF;
}
.p-homeJobSearchTabList_item::after {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: #F2F2F2;
}
.p-homeJobSearchTabList_item:first-of-type::before, .p-homeJobSearchTabList_item:first-of-type::after {
  right: 0;
}
.p-homeJobSearchTabList_item:last-of-type::before, .p-homeJobSearchTabList_item:last-of-type::after {
  left: 0;
}
.p-homeJobSearchTabList_itemLink {
  color: #B6B6B6;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
[class*=active] .p-homeJobSearchTabList_itemLink {
  color: inherit;
  background-color: #FFF;
}
.p-homeJobSearchTabList_itemLink::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3.2rem;
  height: 0.1rem;
  opacity: 0;
  border-radius: 0.1rem;
  background-color: #CC1515;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[class*=active] .p-homeJobSearchTabList_itemLink::before {
  opacity: 1;
}
@media all and (max-width: 769px) {
  .p-homeJobSearch_ttl {
    display: none;
  }
}
@media all and (min-width: 770px) {
  .p-homeJobSearch_ttl {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 0.8rem;
  }
  .p-homeJobSearch_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3.2rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background-color: #CC1515;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-homeJobSearch_count {
  display: inline-block;
  padding: 0 0.5rem;
}
.p-homeJobSearch_count-l {
  font-size: 4rem;
  line-height: 1.3;
}
.p-homeJobSearch_count-s {
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-homeJobSearch_date {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.p-homeJobSearch_notes {
  color: #B6B6B6;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
@media all and (min-width: 770px) {
  .p-homeHeroList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*height: 37rem;*/
  }
}
.p-homeHeroListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media all and (max-width: 769px) {
  .p-homeHeroListItem + .p-homeHeroListItem {
    margin-top: 3rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeHeroListItem {
    max-width: 48.9rem;
    min-height: 16.5rem;
    margin-bottom: 2rem;
    padding: 0 2.5rem 0 3rem;
    border-radius: 1rem;
    background-color: #F2F2F2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-homeHeroListItem:hover {
    opacity: 0.7;
  }
  .p-homeHeroListItem:nth-of-type(2n) {
    margin-left: 2.2rem;
  }
}
.p-homeHeroListItem::after {
  content: "";
  margin-left: auto;
  background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 0 0;
}
@media all and (max-width: 769px) {
  .p-homeHeroListItem::after {
    width: 0.7rem;
    height: 1.3rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeHeroListItem::after {
    width: 0.9rem;
    height: 1.7rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeHeroListItem_pict {
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeHeroListItem_pict {
    width: 10.4rem;
    height: 10.4rem;
    margin-right: 3rem;
  }
}
.p-homeHeroListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  border-radius: 100%;
}
@media all and (max-width: 769px) {
  .p-homeHeroListItem_txt {
    max-width: 20rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeHeroListItem_txt {
    max-width: 28rem;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeChangeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*height: 37rem;*/
  }
}
.p-homeChangeListItem {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #00234B;
}
@media all and (max-width: 769px) {
  .p-homeChangeListItem {
    padding-right: 1rem;
  }
  .p-homeChangeListItem + .p-homeChangeListItem {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeChangeListItem {
    max-width: 48.9rem;
    min-height: 16.5rem;
    margin-bottom: 2rem;
    padding-right: 1.5rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-homeChangeListItem:hover {
    opacity: 0.7;
  }
  .p-homeChangeListItem:nth-of-type(2n) {
    margin-left: 2.2rem;
  }
}
.p-homeChangeListItem::after {
  content: "";
  margin-left: auto;
  background: url("/assets/img/common/icon_arrow-white1.svg") no-repeat 0 0;
}
@media all and (max-width: 769px) {
  .p-homeChangeListItem::after {
    width: 0.7rem;
    height: 1.3rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeChangeListItem::after {
    width: 0.9rem;
    height: 1.7rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeChangeListItem_pict {
    width: 11rem;
    min-width: 11rem;
    height: 11rem;
    margin-right: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeChangeListItem_pict {
    width: 16.4rem;
    height: 16.4rem;
    margin-right: 3rem;
  }
}
.p-homeChangeListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
@media all and (max-width: 769px) {
  .p-homeChangeListItem_txt {
    max-width: 17rem;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeChangeListItem_txt {
    max-width: 27rem;
    font-size: 1.5rem;
  }
}
.p-homeChangeListItem_txtArea {
  color: #8091A5;
}
.p-homeConsultantList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-homeConsultantListItem {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #FFF;
}
@media all and (max-width: 769px) {
  .p-homeConsultantListItem {
    width: 42.667vw;
  }
  .p-homeConsultantListItem:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeConsultantListItem {
    max-width: 22.8rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-homeConsultantListItem:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 769px) {
  .p-homeConsultantListItem:nth-of-type(2n) {
    margin-left: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-homeConsultantListItem:nth-of-type(n+2) {
    margin-left: 2.9rem;
  }
}
@media all and (max-width: 769px) {
  .p-homeConsultantListItem_txt {
    padding: 1rem;
  }
  .p-homeConsultantListItem_txtName {
    font-size: inherit;
  }
}
@media all and (min-width: 770px) {
  .p-homeConsultantListItem_txt {
    padding: 2rem;
  }
  .p-homeConsultantListItem_txtName {
    font-size: 1.5rem;
  }
}
.p-homeConsultantListItem_txtEnName {
  color: #B6B6B6;
}
.p-homeConsultantListItem_txtArea {
  color: #CC1515;
}
.p-homeFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Verdana, Arial, Helvetica, sans-serif;
}
@media all and (min-width: 770px) {
  .p-homeFeature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-homeFeature_sect {
  width: 100%;
  text-align: center;
  color: #cc1515;
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-homeFeature_sect {
    width: 45%;
  }
}
.p-homeFeature_sectTtl {
  font-size: 2rem;
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-homeFeature_sectTtl {
    font-size: 2.6rem;
  }
}
.p-homeFeature_sectPercent {
  margin: 1rem 0 3rem;
  font-size: 2.6rem;
}
@media all and (min-width: 770px) {
  .p-homeFeature_sectPercent {
    margin: 1rem 0 8rem;
    font-size: 3.2rem;
  }
}
.p-homeFeature_link {
  margin-bottom: 2.6rem;
}
@media all and (min-width: 770px) {
  .p-homeFeature_link {
    margin-bottom: 8rem;
  }
}

.p-leadersHomeKeyv {
  position: relative;
}
.p-leadersHomeKeyv div {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
@media all and (max-width: 769px) {
  .p-leadersHomeKeyv div {
    height: calc(100vh - 5.5rem);
  }
}
@media all and (min-width: 770px) {
  .p-leadersHomeKeyv div {
    height: calc(100vh - 7.5rem);
  }
}
.p-leadersHomeKeyv .img01 {
  background-image: url(/assets/img/index/img01.jpg);
  background-position: 50% 40%;
}
.p-leadersHomeKeyv .img02 {
  background-image: url(/assets/img/index/img02.jpg);
  background-position: 46% 90%;
}
.p-leadersHomeKeyv .img03 {
  background-image: url(/assets/img/index/img03.jpg);
  background-position: 50% 80%;
}
.p-leadersHomeKeyv .img04 {
  background-image: url(/assets/img/index/img04.jpg);
  background-position: 50% 50%;
}
@media all and (max-width: 769px) {
  .p-leadersHomeKeyv .img04 {
    background-position: 92% 50%;
  }
}
.p-leadersHomeKeyv .img05 {
  background-image: url(/assets/img/index/img05.jpg);
  background-position: 50% 50%;
}
@media all and (max-width: 769px) {
  .p-leadersHomeKeyv .img05 {
    background-position: 70% 50%;
  }
}
.p-leadersHomeKeyv_ttl {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 30%;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Verdana, Arial, Helvetica, sans-serif;
}
@media all and (max-width: 769px) {
  .p-leadersHomeKeyv_ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 770px) {
  .p-leadersHomeKeyv_ttl {
    font-size: 4.2rem;
  }
}
.p-leadersHomeKeyv_scroll {
  width: 6.7rem;
  height: 7.8rem;
  position: absolute;
  bottom: 3%;
  left: 48%;
  background: url(/assets/img/index/scroll.svg) no-repeat 0 0;
}
@media all and (max-width: 769px) {
  .p-leadersHomeKeyv_scroll {
    left: 42%;
  }
}

.slide_target {
  pointer-events: none;
}

.p-jobSearch {
  width: 88vw;
  max-width: 71rem;
  margin: auto;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
.p-jobSearchCheck_income {
  display: none;
}
.p-jobSearchCheck_parts {
  color: #858585;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1.5rem 4.5rem;
  font-size: 1.2rem;
  line-height: 1;
}
.p-jobSearchCheck_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 3.6rem;
  height: 1.8rem;
  border: 0.1rem solid #DDD;
  border-radius: 1.8rem;
  background: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.p-jobSearchCheck_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #DDD;
  -webkit-transition: left 0.2s, background-color 0.2s;
  transition: left 0.2s, background-color 0.2s;
}
.p-jobSearchCheck_income:checked + .p-jobSearchCheck_parts::before {
  border-color: #A9A8A8;
  background-color: #A9A8A8;
}
.p-jobSearchCheck_income:checked + .p-jobSearchCheck_parts::after {
  left: 2rem;
  background-color: #FFF;
}
.p-jobSearchTtl {
  position: relative;
  width: 87.8788%;
  margin: auto;
  padding: 2rem 0;
  cursor: pointer;
}
.p-jobSearchIncome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media all and (min-width: 770px) {
  .p-jobSearchIncome {
    max-width: 29rem;
  }
}
.p-jobSearchIncome_item {
  -ms-flex-item-align: normal;
      align-self: normal;
  width: 44.8276%;
  max-width: 13rem;
}
.p-jobSearchJobSelect {
  color: #B6B6B6;
  width: 100%;
  min-height: 4.3rem;
  padding: 1.2rem 1rem 1rem;
  line-height: 1.3;
  border: 0.1rem solid #B6B6B6;
  border-radius: 0.3rem;
}
@media all and (max-width: 769px) {
  .p-jobSearchJobSelect {
    font-size: 16px;
  }
}
.p-jobSearchJobSelect:hover, .p-jobSearchJobSelect:focus {
  color: inherit;
}
.p-jobSearchJobSelect.active {
  background-color: #FFF;
}
.p-jobSearchJobSelect_item {
  position: relative;
}
.p-jobSearchJobSelect_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.6rem;
  height: 1.2rem;
  background: url("/assets/img/common/icon_arrow-gray1.svg") no-repeat 50% 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-jobSearchJobSelect_item-choices {
  display: none;
  /*margin-top: 1rem;*/
}
.active .p-jobSearchJobSelect_item-choices {
  display: block;
  color: #000;
}
.p-jobSearchJobSelect_item > a {
  display: block;
}
.p-jobSearchModal {
  width: 88vw;
  max-width: 100rem;
  margin: auto;
  text-align: left;
  border-radius: 1rem;
}
@media all and (max-width: 769px) {
  .p-jobSearchModal {
    padding: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal {
    padding: 2.5rem 3.5rem;
  }
}
.p-jobSearchModal_inner {
  height: 61.4286vh;
  max-height: 47.7rem;
  margin-bottom: 2rem;
  overflow-y: auto;
}
.p-jobSearchModal_ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-jobSearchModal_ttl {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_ttl {
    font-size: 1.8rem;
  }
}
.p-jobSearchModalItems {
  border-bottom: 0.1rem solid #B6B6B6;
}
@media all and (min-width: 770px) {
  .p-jobSearchModalItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-jobSearchModalItems:first-of-type {
  border-top: 0.1rem solid #B6B6B6;
}
.p-jobSearchModalItems_ttl {
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-jobSearchModalItems_ttl {
    position: relative;
    padding: 0.8rem 2rem 0.8rem 0;
    font-size: 1.2rem;
  }
  .p-jobSearchModalItems_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9rem;
    width: 0.1rem;
    height: 1.3rem;
    background-color: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .p-jobSearchModalItems_ttl.active::before {
    height: 0;
  }
  .p-jobSearchModalItems_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 1.3rem;
    height: 0.1rem;
    background-color: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModalItems_ttl {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    width: 20rem;
    padding: 2rem;
    background-color: #F2F2F2;
  }
}
@media all and (max-width: 769px) {
  .p-jobSearchModal_list {
    display: none;
    padding: 1rem;
    background-color: #F2F2F2;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 20rem);
    padding: 2rem 0 2rem 2rem;
  }
}
.p-jobSearchModal_listItem {
  font-size: 1.2rem;
}
@media all and (max-width: 769px) {
  .p-jobSearchModal_listItem + .p-jobSearchModal_listItem {
    margin-top: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_listItem {
    width: 33%;
    padding-right: 2rem;
  }
  .p-jobSearchModal_listItem:nth-of-type(n+5) {
    margin-top: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_listItem-all {
    display: none;
  }
}
.p-jobSearchModal_itemCheck {
  display: none;
}
.p-jobSearchModal_itemLabel {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
@media all and (max-width: 769px) {
  [class*=_ttl] .p-jobSearchModal_itemLabel {
    padding-left: 0;
    pointer-events: none;
  }
}
.p-jobSearchModal_itemLabel::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  border: 0.1rem solid #B6B6B6;
  border-radius: 0.3rem;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 769px) {
  .p-jobSearchModal_itemLabel::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  [class*=_ttl] .p-jobSearchModal_itemLabel::before {
    content: none;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_itemLabel::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
[class*=itemCheck]:checked + .p-jobSearchModal_itemLabel::before, .p-jobSearchModal_itemLabel-check::before {
  background-color: #CC1515;
}
.p-jobSearchModal_itemLabel::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  border: 0.2rem solid #FFF;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media all and (max-width: 769px) {
  .p-jobSearchModal_itemLabel::after {
    top: 0.9rem;
    left: 0.2rem;
    width: 1rem;
    height: 0.5rem;
  }
  [class*=_ttl] .p-jobSearchModal_itemLabel::after {
    content: none;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearchModal_itemLabel::after {
    top: 0.9rem;
    left: 0.4rem;
    width: 1rem;
    height: 0.7rem;
  }
}
[class*=itemCheck]:checked + .p-jobSearchModal_itemLabel::after, .p-jobSearchModal_itemLabel-check::after {
  opacity: 1;
}
.p-jobSearchModal_btnClose {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  padding-left: 1.4rem;
  font-size: 0.1rem;
  overflow: hidden;
  background: url("/assets/img/common/icon_close-white.svg") no-repeat 50% 50%;
  background-size: cover;
}
.p-jobSearch_jsAccordion {
  display: none;
}
.p-jobSearch_inner {
  width: 77.33vw;
  margin: auto;
}
@media all and (min-width: 770px) {
  .p-jobSearch_inner {
    width: 85.6338%;
    display: grid;
    grid-template-columns: 29rem 1fr 29rem;
    grid-template-areas: "area1 area1 area1" "area2-l area2-c area2-r" "area3-l area3-c area3-r" "area4-l area4-c area4-r" "area5 area5 area5";
  }
}
@media all and (min-width: 770px) {
  .p-jobSearch_item-1 {
    grid-area: area1;
  }
  .p-jobSearch_item-2-l {
    grid-area: area2-l;
  }
  .p-jobSearch_item-2-r {
    grid-area: area2-r;
  }
  .p-jobSearch_item-3-l {
    grid-area: area3-l;
  }
  .p-jobSearch_item-3-r {
    grid-area: area3-r;
  }
  .p-jobSearch_item-4-l {
    grid-area: area4-l;
  }
  .p-jobSearch_item-4-r {
    grid-area: area4-r;
  }
  .p-jobSearch_item-5 {
    grid-area: area5;
    justify-self: center;
  }
}
.p-jobSearch_close {
  position: absolute;
  top: 2.5rem;
  right: 0;
  overflow: hidden;
  background: url("/assets/img/common/icon_plus-narrow.svg") no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media all and (max-width: 769px) {
  .p-jobSearch_close {
    width: 1.3rem;
    height: 1.3rem;
    padding-left: 1.3rem;
  }
}
@media all and (min-width: 770px) {
  .p-jobSearch_close {
    right: -2rem;
    width: 1.7rem;
    height: 1.7rem;
    padding-left: 1.7rem;
  }
}
.active .p-jobSearch_close {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-jobOther_inner {
  width: 87.88%;
  max-width: 83rem;
  margin: auto;
}

@media all and (max-width: 769px) {
  .p-heroList {
    margin-bottom: 7rem;
  }
  .p-heroList-col3 {
    margin: 5rem auto;
  }
}
@media all and (min-width: 770px) {
  .p-heroList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-heroList-col3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-heroListItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 769px) {
  .p-heroListItem + .p-heroListItem {
    margin-top: 2.5rem;
    border-top: 0.05rem solid #B6B6B6;
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-heroListItem {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-heroListItem:hover {
    opacity: 0.7;
  }
  [class*=-col2] .p-heroListItem {
    max-width: 48.9rem;
    min-height: 16.4rem;
    margin-bottom: 7rem;
    padding: 0 2.5rem 0 3rem;
  }
  [class*=-col3] .p-heroListItem {
    max-width: 31rem;
    margin: 7rem 3.5rem 6rem 0;
    padding: 0;
  }
  [class*=-col3] .p-heroListItem:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 769px) {
  .p-heroListItem::after {
    content: "";
    position: absolute;
    right: 0;
    top: 48%;
    background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 0 0;
    width: 0.7rem;
    height: 1.3rem;
  }
}
@media all and (min-width: 770px) {
  [class*=-col2] .p-heroListItem::after {
    width: 0.9rem;
    height: 1.7rem;
  }
}
@media all and (max-width: 769px) {
  .p-heroListItem_pict {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 8rem;
    height: 8rem;
  }
}
@media all and (min-width: 770px) {
  .p-heroListItem_pict {
    width: 11rem;
    height: 11rem;
  }
  [class*=-col2] .p-heroListItem_pict {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  [class*=-col3] .p-heroListItem_pict {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
.p-heroListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  border-radius: 100%;
}
.p-heroListItem_txt {
  padding-top: 0.5rem;
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}
@media all and (min-width: 770px) {
  [class*=-col2] .p-heroListItem_txt {
    margin-left: auto;
  }
  [class*=-col3] .p-heroListItem_txt {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    padding-left: 0.8rem;
  }
}
.p-heroListItem_txtArea {
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-heroListItem_txtArea {
    font-size: 1.8rem;
  }
}
.p-heroListItem_txtCompany {
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-heroListItem_txtCompany {
    font-size: 1.8rem;
  }
}
.p-heroListItem_txtName {
  margin-bottom: 0.5rem;
}
@media all and (max-width: 769px) {
  .p-heroListItem_txtExcerpt {
    -ms-flex-preferred-size: 96.7%;
        flex-basis: 96.7%;
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-heroListItem_txtExcerpt {
    font-size: 1.8rem;
  }
  [class*=-col2] .p-heroListItem_txtExcerpt {
    margin-top: 2.5rem;
  }
  [class*=-col3] .p-heroListItem_txtExcerpt {
    margin: 2.5rem 0 5rem;
  }
}
.p-heroListItem_txtUrl {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-heroProfile {
  position: relative;
}
@media all and (min-width: 770px) {
  .p-heroProfile {
    padding-left: 24rem;
  }
}
@media all and (max-width: 769px) {
  .p-heroProfile_name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 10.5rem;
    margin-bottom: 2.5rem;
    padding-left: 12rem;
    font-size: 1.4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (min-width: 770px) {
  .p-heroProfile_name {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.p-heroProfile_txt {
  margin-bottom: 3rem;
}
.p-heroProfile_pict {
  position: absolute;
}
@media all and (max-width: 769px) {
  .p-heroProfile_pict {
    left: 0;
    width: 10.5rem;
    height: 10.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-heroProfile_pict {
    left: 0;
    top: 0;
    width: 18rem;
    height: 18rem;
  }
}
.p-heroProfile_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.p-heroCareer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 770px) {
  .p-heroCareer {
    position: relative;
  }
}
@media all and (max-width: 769px) {
  .p-heroCareerList {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media all and (min-width: 770px) {
  .p-heroCareerList {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
@media all and (max-width: 769px) {
  .p-heroCareerList:first-of-type {
    position: relative;
    padding-bottom: 6rem;
  }
}
.p-heroCareerList:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 1.7rem;
  background: url("/assets/img/hero/icon_arrow-hero.svg") no-repeat 100% 50%;
}
@media all and (max-width: 769px) {
  .p-heroCareerList:first-of-type::after {
    bottom: 2rem;
    left: 43%;
    -webkit-transform: rotate(0.25turn);
            transform: rotate(0.25turn);
  }
}
@media all and (min-width: 770px) {
  .p-heroCareerList:first-of-type::after {
    top: 42%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 770px) {
  .p-heroInterview {
    padding-bottom: 2rem;
  }
}
.p-heroInterview_ttl {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-weight: bold;
}
.p-heroInterview_ttl::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: #333;
}
.p-heroInterview_txt {
  margin-bottom: 5rem;
  padding-left: 2rem;
}

.p-changeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-changeList-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 769px) {
  .p-changeList-column {
    margin: 3rem auto 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeList-column {
    margin: 5rem auto;
  }
}
.p-changeList-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 769px) {
  .p-changeList-row {
    margin: 3rem auto 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeList-row {
    margin: 6rem auto;
  }
}
.p-changeListItem {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: #00234B;
}
.p-changeListItem + .p-changeListItem {
  margin-top: 2rem;
}
@media all and (min-width: 770px) {
  [class*=-row] .p-changeListItem + .p-changeListItem {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 770px) {
  .p-changeListItem {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-changeListItem:hover {
    opacity: 0.7;
  }
  [class*=-column] .p-changeListItem {
    position: relative;
    max-width: 100%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=-article] .p-changeListItem {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=-row] .p-changeListItem {
    max-width: 32rem;
    margin: 0 2rem 2rem 0;
  }
  [class*=-row] .p-changeListItem:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 770px) {
  [class*=-column] .p-changeListItem::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 3.5rem;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/assets/img/common/icon_arrow-white1.svg") no-repeat 0 0;
    width: 0.9rem;
    height: 1.7rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeListItem_pict {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
.p-changeListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  border-radius: 0.8rem;
}
.p-changeListItem_txt {
  padding: 2.5rem 0.5rem 1rem;
}
@media all and (min-width: 770px) {
  [class*=-column] .p-changeListItem_txt {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    padding: 0.5rem 4rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeListItem_txtName-xl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 769px) {
  .p-changeListItem_txtTtl-xxl {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeListItem_txtTtl-xl {
    font-size: 1.8rem;
  }
  .p-changeListItem_txtTtl-xxl {
    margin: 0.8rem 0;
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.p-changeListItem_txtProfile {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 2rem 0 0.5rem;
  padding-top: 2.5rem;
  border-top: 0.1rem solid #FFF;
}
.p-changeListItem_txtDate {
  margin-bottom: 0.5rem;
}
@media all and (max-width: 769px) {
  .p-changeList-article {
    margin: 0 auto 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-changeList-article {
    margin: 5rem auto 7rem;
  }
  .p-changeList-article .p-changeListItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-changeList-article .p-changeListItem:hover {
    opacity: 1;
  }
  .p-changeList-article .p-changeListItem::after {
    display: none;
  }
}
@media all and (min-width: 770px) {
  .p-changeInterview_ttl {
    font-size: 1.8rem;
  }
}
.p-changeInterviewItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 3rem 0 6rem;
}
@media all and (max-width: 769px) {
  .p-changeInterviewItem_pict {
    margin-top: 3rem;
  }
}
.p-changeInterviewItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
@media all and (min-width: 770px) {
  .p-changeInterviewItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-changeInterviewItem_pict {
    -ms-flex-preferred-size: 41.5%;
        flex-basis: 41.5%;
  }
  [class*=_pict] + .p-changeInterviewItem_txt {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

.p-life {
  margin-bottom: 140px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-lifeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-lifeList-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 769px) {
  .p-lifeList-column {
    margin: 3rem auto 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeList-column {
    margin: 5rem auto;
  }
}
.p-lifeList-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 769px) {
  .p-lifeList-row {
    margin: 3rem auto 5rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeList-row {
    margin: 6rem auto;
  }
}
.p-lifeList-rowPage {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-lifeListItem {
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 769px) {
  .p-lifeListItem + .p-lifeListItem {
    margin-top: 3rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeListItem {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-lifeListItem:hover {
    opacity: 0.7;
  }
  [class*=-column] .p-lifeListItem {
    position: relative;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2F2F2;
    border-radius: 0.8rem;
  }
  [class*=-column] .p-lifeListItem + .p-lifeListItem {
    margin-top: 2rem;
  }
  [class*=-row] .p-lifeListItem {
    max-width: 29rem;
    margin: 0 6rem 2rem 0;
  }
  [class*=-row] .p-lifeListItem:last-child, [class*=-row] .p-lifeListItem:nth-of-type(3n) {
    margin-right: 0;
  }
  [class*=-row] .p-lifeListItem:nth-of-type(n+4) {
    margin-top: 5rem;
  }
}
@media all and (min-width: 770px) {
  [class*=-column] .p-lifeListItem_pict {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
.p-lifeListItem_pict img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  border-radius: 0.8rem;
}
.p-lifeListItem_txt {
  margin-top: 2.5rem;
}
@media all and (min-width: 770px) {
  [class*=-column] .p-lifeListItem_txt {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    margin-top: 0;
    padding: 0.5rem 4rem;
  }
}
.p-lifeListItem_txtTtl {
  margin-bottom: 1rem;
  font-weight: bold;
}
@media all and (max-width: 769px) {
  .p-lifeListItem_txtTtl {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeListItem_txtTtl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 769px) {
  .p-lifeListItem_txtExcerpt {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
  }
}
@media all and (min-width: 770px) {
  .p-lifeListItem_txtExcerpt {
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 6em;
  }
}
.p-life_sectTtl {
  color: #CC1515;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-weight: bold;
}
[class*=AreaInfo] .p-life_sectTtl {
  margin-bottom: 4.3rem;
}
@media all and (max-width: 769px) {
  .p-life_sectTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
  }
  [class*=AreaInfo] .p-life_sectTtl {
    margin-bottom: 5rem;
  }
}
.p-life_sectTtlIcon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
@media all and (max-width: 769px) {
  .p-life_sectTtlIcon {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 770px) {
  .p-life_sectTtlIcon-basic {
    margin-right: 2.5rem;
  }
  .p-life_sectTtlIcon-jobs {
    margin-right: 2.1rem;
    margin-left: -0.4rem;
  }
  .p-life_sectTtlIcon-living {
    margin-right: 1.9rem;
    margin-left: -0.6rem;
  }
  .p-life_sectTtlIcon-education {
    margin-right: 2.5rem;
  }
}
.p-life_notes {
  margin-top: 1em;
  line-height: 1.5;
}
@media all and (max-width: 769px) {
  .p-life_notes {
    font-size: 1.1rem;
  }
}
.p-lifeSect + .p-lifeSect {
  margin-top: 8rem;
}
@media all and (max-width: 769px) {
  .p-lifeSect + .p-lifeSect {
    margin-top: 6rem;
  }
}
@media all and (max-width: 769px) {
  .p-lifeSect_item-M + .p-lifeSect_item-M {
    margin-top: 6rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeSect_item-S {
    width: 18.5%;
  }
  .p-lifeSect_item-M {
    width: 46%;
  }
  .p-lifeSect_item-L {
    width: 80%;
  }
}
.p-lifeSect_item p:not([class]) + p:not([class]) {
  margin-top: 1em;
}
.p-lifeSect_ttl {
  color: #CC1515;
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-lifeSect_ttl-row {
  margin-bottom: 1em;
}
@media all and (max-width: 769px) {
  .p-lifeSect_ttl {
    margin-bottom: 1em;
  }
}
.p-lifeSect_tbl {
  width: 100%;
  font-weight: bold;
  text-align: left;
  border-collapse: collapse;
}
[class*=_notes] + .p-lifeSect_tbl {
  margin-top: 2.5rem;
}
.p-lifeSect_tbl th,
.p-lifeSect_tbl td {
  padding: 1.3rem;
  font-weight: inherit;
}
.p-lifeSect_tbl th:not(:first-child),
.p-lifeSect_tbl td:not(:first-child) {
  white-space: nowrap;
}
.p-lifeSect_tbl th:not(:last-child),
.p-lifeSect_tbl td:not(:last-child) {
  border-right: 0.1rem solid #788A9E;
}
.p-lifeSect_tbl .p-lifeSect_tblTotal th, .p-lifeSect_tbl .p-lifeSect_tblTotal td {
  border-right: none;
}
.p-lifeSect_tbl thead {
  border-width: 0.1rem 0;
  border-style: solid;
  border-color: #788A9E;
  background-color: #D3DADE;
}
.p-lifeSect_tbl tbody {
  border: 0.1rem solid #788A9E;
  border-width: 0.1rem 0;
}
.p-lifeSect_tbl tbody tr:nth-of-type(even) {
  background-color: #F0F2F4;
}
.p-lifeSect_tbl tfoot {
  font-size: 1.8rem;
}
.p-lifeSect_tblCol-S {
  width: 18%;
}
@media all and (max-width: 769px) {
  .p-lifeSect_tbl {
    width: 100%;
    font-size: 1.1rem;
  }
  [class*=_notes] + .p-lifeSect_tbl {
    margin-top: 2rem;
  }
  .p-lifeSect_tbl th,
  .p-lifeSect_tbl td {
    padding: 0.3rem 0.7rem;
    font-weight: bold;
  }
  .p-lifeSect_tbl tfoot {
    font-size: 1.2rem;
  }
  .p-lifeSect_tbl tfoot th {
    font-size: 1.3rem;
  }
}
.p-lifeSect_tblListed {
  width: 100%;
  font-weight: bold;
  border-collapse: collapse;
}
[class*=_notes] + .p-lifeSect_tblListed {
  margin-top: 2.5rem;
}
@media all and (max-width: 769px) {
  .p-lifeSect_tblListed thead {
    display: none;
  }
  .p-lifeSect_tblListed tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-lifeSect_tblListed tr:first-of-type th {
    border-top: 0.1rem solid #788A9E;
  }
  .p-lifeSect_tblListed th,
  .p-lifeSect_tblListed td {
    font-size: 1.1rem;
    font-weight: inherit;
  }
  .p-lifeSect_tblListed th {
    width: 100%;
  }
  .p-lifeSect_tblListed th p {
    padding: 1rem 0.7rem;
  }
  .p-lifeSect_tblListed td {
    width: 33.3%;
    border-bottom: 0.1rem solid #788A9E;
  }
  .p-lifeSect_tblListed td:not(:first-of-type) {
    border-left: 0.1rem solid #788A9E;
  }
  .p-lifeSect_tblListed td::before {
    content: attr(aria-label);
    display: block;
    padding: 0.3rem 0.7rem;
    border-top: 0.1rem solid #788A9E;
    background-color: #D3DADE;
  }
  .p-lifeSect_tblListed td p {
    padding: 0.3rem 0.7rem;
  }
}
@media all and (min-width: 770px) {
  .p-lifeSect_tblListed thead {
    border-width: 0.1rem 0;
    border-style: solid;
    border-color: #788A9E;
    background-color: #D3DADE;
  }
  .p-lifeSect_tblListed tbody {
    border: 0.1rem solid #788A9E;
    border-width: 0.1rem 0;
  }
  .p-lifeSect_tblListed tbody tr:nth-of-type(even) {
    background-color: #F0F2F4;
  }
  .p-lifeSect_tblListed th,
  .p-lifeSect_tblListed td {
    padding: 1.3rem;
    font-weight: inherit;
  }
  .p-lifeSect_tblListed th:not(:first-child),
  .p-lifeSect_tblListed td:not(:first-child) {
    white-space: nowrap;
  }
  .p-lifeSect_tblListed th:not(:last-child),
  .p-lifeSect_tblListed td:not(:last-child) {
    border-right: 0.1rem solid #788A9E;
  }
}
@media all and (min-width: 770px) {
  .p-lifeSect-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-lifeAreaInfo {
  margin-bottom: 14rem;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo {
    margin-bottom: 9rem;
  }
}
.p-lifeAreaInfo_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_items {
    display: block;
    margin-bottom: 7rem;
  }
}
.p-lifeAreaInfo_item {
  width: 33.3333333333%;
  text-align: center;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_item {
    width: 100%;
  }
}
.p-lifeAreaInfo_item:not(:first-of-type) {
  border-left: 1px solid #808080;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_item:not(:first-of-type) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #808080;
    border-left: unset;
  }
}
.p-lifeAreaInfo_itemPict {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_itemPict {
    height: 8rem;
    margin-bottom: 1.5rem;
  }
}
.p-lifeAreaInfo_itemTtl {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_itemTtl {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-lifeAreaInfo_itemTxt {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_itemTxt {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-lifeAreaInfo_itemNotes {
  font-weight: bold;
  letter-spacing: normal;
}
@media all and (max-width: 769px) {
  .p-lifeAreaInfo_itemNotes {
    font-size: 1.2rem;
  }
}
.p-lifeJobs, .p-lifeLiving, .p-lifeEducation {
  margin-bottom: 14rem;
}
@media all and (max-width: 769px) {
  .p-lifeJobs, .p-lifeLiving, .p-lifeEducation {
    margin-bottom: 7rem;
  }
}
.p-lifeHero {
  text-align: center;
}
.p-lifeHero_lead {
  color: #CC1515;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media all and (max-width: 769px) {
  .p-lifeHero_lead {
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
}
.p-lifeHero_btnItem {
  color: #FFF !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55.6rem;
  height: 7.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  background: #CC1515;
}
@media all and (max-width: 769px) {
  .p-lifeHero_btnItem {
    width: 32rem;
    height: 7.4rem;
    font-size: 1.6rem;
    -webkit-transition: unset;
    transition: unset;
  }
}
@media all and (min-width: 770px) {
  .p-lifeHero_btnItem {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-lifeHero_btnItem:hover {
    opacity: 0.7;
  }
}

/* コンサルタント用 */
@media all and (max-width: 769px) {
  .p-consultant {
    margin-bottom: 2rem;
  }
}
.p-consultant_ttl {
  margin-bottom: 2rem;
  font-size: 2.6rem;
}
@media all and (max-width: 769px) {
  .p-consultant_ttl {
    font-size: 1.8rem;
  }
  .p-consultant_ttlBox {
    padding: 0 2rem;
  }
}
.p-consultant_lead {
  margin-bottom: 6rem;
  font-size: 1.8rem;
}
@media all and (max-width: 769px) {
  .p-consultant_lead {
    margin-bottom: 4rem;
    font-size: inherit;
  }
}
.p-consultant_ttlArea {
  position: relative;
  margin: 8rem 0 7rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-consultant_ttlArea::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 6.5rem;
  height: 0.1rem;
  background: #333;
}
.p-consultant_ttlArea-adviser {
  margin-top: 2rem;
}
@media all and (max-width: 769px) {
  .p-consultant_ttlArea {
    margin: 4.8rem 0;
    font-size: 2rem;
  }
  .p-consultant_ttlArea::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 4rem;
    height: 0.1rem;
    background: #333;
  }
  .p-consultant_ttlArea-adviser {
    margin-top: 1.4rem;
  }
}
.p-consultant_listMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8rem 0;
}
.p-consultant_listMemberItem {
  color: inherit;
  width: 18%;
  margin-right: 2.5%;
  padding-bottom: 1.3rem;
  text-decoration: none !important;
  border-bottom: 0.7rem solid #CCC;
  background: #F2F2F2;
}
@media all and (max-width: 769px) {
  .p-consultant_listMember {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6rem 0;
  }
  [class*=_ttlArea] + .p-consultant_listMember {
    padding: 0 0 3rem;
  }
  [class*=_ttlArea] + .p-consultant_listMember:last-of-type {
    padding: 0 0 6rem;
  }
  .p-consultant_listMemberItem {
    width: 47%;
    margin-right: 0;
    padding-bottom: 1.5rem;
    border-bottom: 0.6rem solid #CCC;
  }
  .p-consultant_listMemberItem:nth-of-type(n+3) {
    margin-top: 2.7rem;
  }
}
@media all and (min-width: 770px) {
  [class*=_ttlArea] + .p-consultant_listMember {
    padding: 0 0 7rem;
  }
  .p-consultant_listMemberItem:nth-of-type(5n) {
    margin-right: 0;
  }
  .p-consultant_listMemberItem:nth-of-type(n+6) {
    margin-top: 5rem;
  }
}
.p-consultant_listMemberTtl {
  padding: 1.9rem 1.3rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-consultant_listMemberTtl span {
  color: #AFAFAF;
  font-size: 1.4rem;
  font-weight: normal;
}
.p-consultant_listMemberArea {
  padding: 0 1rem 0 1.3rem;
  font-weight: bold;
}
.p-consultant_listMemberQualification {
  margin: 1rem 0;
  padding: 0 1rem 0 1.3rem;
  font-size: 1.2rem;
}
@media all and (max-width: 769px) {
  .p-consultant_listMemberTtl {
    padding: 1.5rem 1.5rem 0;
    font-size: 1.6rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .p-consultant_listMemberTtl span {
    font-size: 1.3rem;
  }
  .p-consultant_listMemberArea {
    padding: 0 1.5rem;
    font-size: 1rem;
  }
  .p-consultant_listMemberQualification {
    margin: 1rem 0;
    padding: 0 1.5rem;
    font-size: 1rem;
  }
}
.p-consultant_status-president {
  border-bottom-color: #C51919 !important;
}
.p-consultant_status-superior {
  border-bottom-color: #ED8000 !important;
}
.p-consultant_status-employee {
  border-bottom-color: #00234B !important;
}
@media all and (max-width: 769px) {
  .p-consultantProfile {
    margin: 0 0 6rem;
    padding-bottom: 3rem;
    border-bottom: 0.5rem solid #CCC;
  }
  .p-consultantProfile_itemPict {
    max-width: 33.2rem;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .p-consultantProfile_itemTtl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .p-consultantProfile_itemTtl span {
    color: #B6B6B6;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .p-consultantProfile_itemStatus {
    margin: 1em 0 2rem;
    text-align: center;
  }
  .p-consultantProfile_itemStatus::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 0.1rem;
    margin: 0 auto 1em;
    background: #333;
  }
}
@media all and (min-width: 770px) {
  .p-consultantProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 8rem;
    padding-bottom: 2.6rem;
    border-bottom: 0.5rem solid #CCC;
  }
  .p-consultantProfile_item {
    max-width: 57rem;
  }
  .p-consultantProfile_itemPict {
    max-width: 33.8rem;
  }
  .p-consultantProfile_itemTtl {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-consultantProfile_itemTtl span {
    color: #B6B6B6;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .p-consultantProfile_itemStatus {
    margin: 1em 0 4rem;
  }
  .p-consultantProfile_itemStatus::before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 0.1rem;
    margin-bottom: 1em;
    background: #333;
  }
}
.p-consultantSect {
  position: relative;
  padding: 4rem 0;
  border-top: 0.1rem solid #333;
}
.p-consultantSect-type1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.7rem;
  height: 0.3rem;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-consultantSect_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-consultantSect_ttl-large {
  font-size: 3rem;
}
[class*=_message] .p-consultantSect_ttl, [class*=_lifework] .p-consultantSect_ttl, [class*=_writing] .p-consultantSect_ttl {
  margin-bottom: 3rem;
}
[class*=_qualification] > .p-consultantSect_ttl {
  min-width: 11.7rem;
}
@media all and (max-width: 769px) {
  .p-consultantSect {
    padding: 3rem 0;
    border-top: 0.1rem solid #333;
  }
  .p-consultantSect-type1::before {
    width: 4.2rem;
    height: 0.3rem;
  }
  .p-consultantSect_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-consultantSect_ttl-large {
    font-size: 2.2rem;
  }
  [class*=_message] .p-consultantSect_ttl, [class*=_lifework] .p-consultantSect_ttl, [class*=_writing] .p-consultantSect_ttl {
    margin-bottom: 3rem;
  }
  [class*=_qualification] > .p-consultantSect_ttl {
    min-width: unset;
  }
}
.p-consultantSect_qualification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-consultantSect_qualificationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 769px) {
  .p-consultantSect_qualification {
    display: block;
  }
  .p-consultantSect_qualificationItem {
    display: block;
  }
}
.p-consultantSect_supportRecordItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
@media all and (max-width: 769px) {
  .p-consultantSect_supportRecordItems {
    display: block;
    margin-top: 3rem;
  }
  .p-consultantSect_supportRecordItem {
    width: unset;
  }
  .p-consultantSect_supportRecordItem-summary {
    font-size: 1.4rem;
  }
  .p-consultantSect_supportRecordItem-summary > p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-consultantSect_supportRecordTtl {
    min-width: unset;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .p-consultantSect_supportRecordTtl:nth-of-type(n+2) {
    margin-top: 3rem;
  }
  .p-consultantSect_supportRecordTbl {
    font-size: 1.3rem;
  }
  .p-consultantSect_supportRecordNote {
    font-size: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-consultantSect_supportRecordItem {
    width: 80rem;
  }
  .p-consultantSect_supportRecordItem-summary {
    font-size: 1.8rem;
  }
  .p-consultantSect_supportRecordItem:nth-of-type(n+2) {
    margin-top: 3.6rem;
  }
  .p-consultantSect_supportRecordTtl {
    min-width: 11.7rem;
    font-weight: bold;
  }
  .p-consultantSect_supportRecordTtl:nth-of-type(n+2) {
    margin-top: 3.6rem;
  }
}
.p-consultantSect_supportRecordTbl {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #333;
}
.p-consultantSect_supportRecordTbl th {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #D7D7D7;
}
.p-consultantSect_supportRecordTbl th + th {
  border-left: 1px solid #333;
}
.p-consultantSect_supportRecordTbl td {
  padding: 0 10px;
  border-top: 1px solid #333;
}
.p-consultantSect_supportRecordTbl td + td {
  border-left: 1px solid #333;
}
.p-consultantSect_supportRecordTbl-02 tr:nth-child(1) td {
  border-top: none;
}
@media all and (max-width: 769px) {
  .p-consultantSect_supportRecordTbl td:nth-child(2) {
    width: 72%;
  }
}
@media all and (min-width: 770px) {
  .p-consultantSect_supportRecordTbl td:nth-child(1) {
    width: 10%;
  }
  .p-consultantSect_supportRecordTbl td:nth-child(3) {
    width: 27%;
  }
}
.p-consultantSect_supportRecordLink {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  top: 1rem;
  color: #CC1515;
}
.p-consultantSect_supportRecordLink::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: block;
  width: 0.9rem;
  height: 1.7rem;
  content: "";
  background-image: url("/assets/img/common/icon_arrow-red1.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (max-width: 769px) {
  .p-consultantSect_supportRecordLink {
    top: 0.2rem;
  }
  .p-consultantSect_supportRecordLink::before {
    top: 0;
  }
}
.p-consultantSect_supportRecordNone {
  display: none;
}
@media all and (max-width: 769px) {
  .p-consultantSect_mediaItem {
    margin-top: 3rem;
  }
  .p-consultantSect_mediaItem dd {
    font-weight: bold;
  }
  .p-consultantSect_mediaItem dt:nth-of-type(n+2) {
    margin-top: 1em;
  }
  .p-consultantSect_mediaItem a {
    color: inherit !important;
    text-decoration: underline;
  }
}
@media all and (min-width: 770px) {
  .p-consultantSect_mediaItem {
    margin-top: 3.5rem;
  }
  .p-consultantSect_mediaItem dl {
    overflow: hidden;
  }
  .p-consultantSect_mediaItem dt {
    float: left;
    min-width: 11.7rem;
  }
  .p-consultantSect_mediaItem dt:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  .p-consultantSect_mediaItem dd {
    overflow: hidden;
    font-weight: bold;
  }
  .p-consultantSect_mediaItem dd:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  .p-consultantSect_mediaItem a {
    color: inherit;
    text-decoration: underline;
  }
  .p-consultantSect_mediaItem a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 769px) {
  .p-consultantSect_message {
    padding: 3rem 0;
  }
  .p-consultantSect_messageLead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -2rem 3rem;
    padding: 3.5rem 2rem;
  }
  .p-consultantSect_messageTtl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .p-consultantSect_messagePict {
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-consultantSect_messageItems {
    padding-bottom: 2rem;
  }
  .p-consultantSect_messageItem {
    font-size: 1.4rem;
  }
  .p-consultantSect_messageItem p + p {
    margin-top: 1em;
  }
}
@media all and (min-width: 770px) {
  .p-consultantSect_message {
    padding: 5rem 0;
  }
  .p-consultantSect_messageLead {
    min-width: 38.5rem;
    padding: 3rem 2.2rem;
  }
  .p-consultantSect_messagePict {
    max-width: 34rem;
  }
  .p-consultantSect_messageItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-consultantSect_messageItem {
    max-width: 57rem;
  }
  .p-consultantSect_messageItem p + p {
    margin-top: 1em;
  }
}
@media all and (max-width: 769px) {
  .p-consultantSect_lifeworkItems {
    padding-bottom: 2rem;
  }
  .p-consultantSect_lifeworkItem p {
    margin-bottom: 1em;
  }
  .p-consultantSect_lifeworkPict {
    margin-top: 2rem;
    text-align: center;
  }
}
@media all and (min-width: 770px) {
  .p-consultantSect_lifeworkItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-consultantSect_lifeworkItem {
    width: 550px;
  }
  .p-consultantSect_lifeworkItem p + p {
    margin-top: 1em;
  }
  .p-consultantSect_lifeworkPict {
    max-width: 36rem;
  }
}
.p-consultantSect_writingItem li {
  padding: 30px 0;
}
.p-consultantSect_writingItem li:first-of-type {
  padding-top: 0;
}
.p-consultantSect_writingItem li + li {
  border-top: 1px solid #333;
}
.p-consultantSect_writingItem li a {
  color: inherit;
  text-decoration: underline;
}
.p-consultantSect_writingItem li a:hover {
  text-decoration: none;
}
@media all and (max-width: 769px) {
  .p-consultantSect_writingItem li {
    padding: 1rem 0;
  }
  .p-consultantSect_writingItem li:first-of-type {
    padding-top: 0;
  }
  .p-consultantSect_writingItem li a {
    color: inherit !important;
  }
  .p-consultantSect_writingItem li span {
    font-size: inherit;
  }
}
.p-consultantSect_relatedLinks {
  padding: 70px 0;
}
.p-consultantSect_relatedLinksLead {
  font-size: 20px;
}
.p-consultantSect_relatedLinksTtl {
  color: #00234B;
  margin-top: 60px;
  font-size: 22px;
  line-height: 1.3;
}
.p-consultantSect_relatedLinksTtl::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 20px 0;
  background: #333;
}
.p-consultantSect_relatedLinksLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}
.p-consultantSect_relatedLinksLink + .p-consultantSect_relatedLinksLink {
  margin-top: 20px;
}
@media all and (min-width: 770px) {
  .p-consultantSect_relatedLinksLink::before, .p-consultantSect_relatedLinksLink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #00234B;
    -webkit-transform-origin: calc(100% - 1px) center;
            transform-origin: calc(100% - 1px) center;
  }
  .p-consultantSect_relatedLinksLink::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-consultantSect_relatedLinksLink::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.p-consultantSect_relatedLinksPict {
  width: 165px;
  min-width: 165px;
}
.p-consultantSect_relatedLinksItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 25px 60px 25px 30px;
  font-size: 16px;
}
.p-consultantSect_relatedLinksItem strong {
  font-size: 20px;
}
.p-consultantSect_relatedLinksComingsoonTtl {
  margin-top: 40px;
  font-size: 30px;
}
.p-consultantSect_relatedLinksComingsoonLead {
  font-size: 18px;
}
@media all and (max-width: 769px) {
  .p-consultantSect_relatedLinks {
    padding: 3.5rem 2rem 7rem;
  }
  .p-consultantSect_relatedLinksLead {
    font-size: 1.6rem;
  }
  .p-consultantSect_relatedLinksTtl {
    margin-top: 5rem;
    font-size: 1.8rem;
  }
  .p-consultantSect_relatedLinksTtl::after {
    width: 4.6rem;
    height: 0.3rem;
    margin: 2rem 0;
  }
  .p-consultantSect_relatedLinksLink {
    color: inherit !important;
    text-decoration: none;
  }
  .p-consultantSect_relatedLinksLink + .p-consultantSect_relatedLinksLink {
    margin-top: 1.2rem;
  }
  .p-consultantSect_relatedLinksPict {
    width: 9.4rem;
    min-width: 9.4rem;
  }
  .p-consultantSect_relatedLinksItem {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.3;
  }
  .p-consultantSect_relatedLinksItem strong {
    font-size: 1.2rem;
  }
  .p-consultantSect_relatedLinksComingsoonTtl {
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  .p-consultantSect_relatedLinksComingsoonLead {
    font-size: 1.6rem;
  }
}
.p-consultant_btn {
  color: #FFF !important;
  display: inline-block;
  margin: 50px 0;
  padding: 5px 40px;
  font-size: 20px;
  text-decoration: none;
  background: #00234B;
}
@media all and (max-width: 769px) {
  .p-consultant_btn {
    margin: 4rem;
    padding: 0.5rem 4rem;
    font-size: 2rem;
    text-decoration: none;
  }
}
@media all and (min-width: 770px) {
  .p-consultant_btn:hover {
    text-decoration: underline;
  }
}

.p-presidentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 769px) {
  .p-presidentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 770px) {
  .p-presidentItem_pict {
    -ms-flex-preferred-size: 19.5%;
        flex-basis: 19.5%;
  }
}
.p-presidentItem_pictItem {
  margin-bottom: 1rem;
}
@media all and (max-width: 769px) {
  .p-presidentItem_pictItem {
    width: 20rem;
    height: 20rem;
  }
}
@media all and (min-width: 770px) {
  .p-presidentItem_pictItem {
    width: 15rem;
    height: 15rem;
  }
}
.p-presidentItem_pictItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
@media all and (max-width: 769px) {
  .p-presidentItem_txt {
    margin-top: 3rem;
  }
}
@media all and (min-width: 770px) {
  .p-presidentItem_txt {
    -ms-flex-preferred-size: 80.5%;
        flex-basis: 80.5%;
  }
}
.p-presidentItem_txtName {
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-presidentItem_txtName {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 769px) {
  .p-presidentItem_link {
    text-align: center;
  }
}

@media all and (max-width: 769px) {
  .p-form select,
  .p-form input,
  .p-form textarea {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media all and (min-width: 770px) {
  .p-form select,
  .p-form input {
    font-family: inherit;
    font-size: inherit;
  }
}
.p-formSect + .p-formSect {
  margin-top: 9rem;
}
.p-formSect_ttl {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #949494;
}
.p-formSect_required {
  color: #FFF;
  display: inline-block;
  padding: 0 0.3em;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: #CC1515;
}
@media all and (max-width: 769px) {
  .p-formSect_required {
    margin-left: 2rem;
  }
}
.p-formSect-other {
  padding: 2rem 0;
  border-top: 0.1rem solid #949494;
}
@media all and (max-width: 769px) {
  .p-formSect-other {
    margin-top: 4rem;
    padding: 4rem 2rem 0;
  }
}
.p-formSect-other:last-of-type {
  border-bottom: 0.1rem solid #949494;
}
.p-formSect-border {
  padding: 3rem 0;
  border-top: 0.1rem solid #949494;
  border-bottom: 0.1rem solid #949494;
}
.p-formSect-border + .p-formSect-other {
  border-top: 0;
  margin-top: 0;
}
.p-formSect input,
.p-formSect select,
.p-formSect textarea {
  font-family: inherit;
}
.p-formType-select {
  position: relative;
  display: inline-block;
}
.p-formType-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  border: 0.5rem solid transparent;
  border-top-color: #B6B6B6;
  border-bottom: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-formType-radio {
  margin: 0 1rem 0;
  vertical-align: middle;
}
.p-formType-L {
  width: 100%;
  max-width: 77.33vw;
}
@media all and (max-width: 769px) {
  .p-formType-M {
    width: 100%;
    max-width: 77.33vw;
  }
}
@media all and (min-width: 770px) {
  .p-formType-M {
    width: 48%;
    max-width: 29rem;
  }
}
@media all and (max-width: 769px) {
  .p-formType-S {
    width: 100%;
    margin-right: 0;
    max-width: 58vw;
  }
  .p-formType-S + .p-formType-S {
    margin: 1rem 0;
  }
}
@media all and (min-width: 770px) {
  .p-formType-S {
    width: 35%;
    max-width: 25rem;
  }
}
.p-formTypeEntry-L {
  width: 100%;
}
@media all and (min-width: 770px) {
  .p-formTypeEntry-L {
    max-width: 59rem;
  }
}
.p-formTypeEntry-M {
  width: 100%;
}
@media all and (min-width: 770px) {
  .p-formTypeEntry-M {
    max-width: 30rem;
  }
}
.p-formTypeEntry-name {
  width: 100%;
  max-width: 21.5rem;
}
@media all and (max-width: 769px) {
  .p-formTypeEntry-name {
    max-width: 40vw;
  }
}
.p-formTypeEntry-date1 {
  width: 14rem;
}
@media all and (max-width: 769px) {
  .p-formTypeEntry-date1 {
    width: 20vw;
  }
}
.p-formTypeEntry-date2 {
  width: 9.2rem;
}
@media all and (max-width: 769px) {
  .p-formTypeEntry-date2, .p-formTypeEntry-date2 ~ p {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 769px) {
  .p-formTypeEntry-salary {
    max-width: 52vw;
  }
}
@media all and (min-width: 770px) {
  .p-formTypeEntry-salary {
    max-width: 30rem;
  }
}
.p-form_item {
  width: 100%;
  min-height: 3.6rem;
  padding: 1rem;
  border: 0.1rem solid #B6B6B6;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
}
.p-form_item:hover, .p-form_item:focus {
  color: inherit;
}
.p-form_item-search {
  padding-left: 3rem;
  background: url("/assets/img/common/icon_search.svg") no-repeat 1rem 50%;
  background-size: 1em;
}
.p-form_item-error {
  border: 0.1rem solid #CC1515;
}
.p-form_itemErrorTxt {
  color: #CC1515;
  width: 100%;
  margin-top: 1rem;
}
.p-form_itemErrorTxt-agree {
  width: 100%;
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.p-form_itemCheckbox {
  padding: 0.5rem;
  border-radius: 0.3rem;
}
.p-form_searchItem {
  border: 0.2rem solid #B6B6B6;
  border-radius: 0.5rem;
}
@media all and (max-width: 769px) {
  .p-form_searchItem {
    padding: 0.5rem 1rem 0.5rem;
    width: 100%;
    max-height: 3.6rem;
  }
}
@media all and (min-width: 770px) {
  .p-form_searchItem {
    padding: 1.2rem 1rem;
    min-height: 4rem;
  }
}
.p-formStep {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 769px) {
  .p-formStep {
    width: 96%;
  }
}
.p-formStep_item {
  color: #949494;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 4rem;
  padding: 0.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #949494;
}
@media all and (max-width: 769px) {
  .p-formStep_item {
    width: 33.3333333333%;
    height: 3rem;
    font-size: unset;
  }
}
.p-formStep_item::before, .p-formStep_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.15rem;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  border: 2rem solid transparent;
  border-right: none;
  border-left: 1.2rem solid #949494;
}
@media all and (max-width: 769px) {
  .p-formStep_item::before, .p-formStep_item::after {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem;
  }
}
.p-formStep_item::after {
  right: -1rem;
  border-left-color: #FFF;
}
.p-formStep_itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.p-formStep .active {
  color: #FFF;
  z-index: 1;
  background: #CC1515;
}
.p-formStep .active::before {
  border-left-color: #CC1515;
}
.p-formStep .active::after {
  border-left: none;
}
.p-formStep .active [class*=Inner] {
  background: #CC1515;
}
@media all and (min-width: 770px) {
  .p-forminputItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-forminputItems dt {
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-forminputItems dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 19rem;
    padding-top: 0.5em;
  }
}
.p-forminputItems dt:not(:first-of-type) {
  margin-top: 2.5rem;
}
.p-forminputItems dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-forminputItems dd > * {
  margin-right: 1rem;
}
@media all and (max-width: 769px) {
  .p-forminputItems dd {
    margin-top: 1rem;
  }
}
@media all and (min-width: 770px) {
  .p-forminputItems dd {
    width: 80rem;
  }
  .p-forminputItems dd:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
.p-forminputItems-other dt {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 770px) {
  .p-forminputItems .upload, .p-forminputItems-other .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-forminputItems .upload {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.5rem;
  }
  .p-forminputItems .upload > *:first-of-type {
    padding-right: 7rem;
  }
  .p-forminputItems-other .download > *:first-of-type {
    padding-right: 7rem;
  }
  .p-forminputItems-other .download > *:nth-of-type(2) {
    margin-top: -1em;
  }
}
.p-formAgree {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 769px) {
  .p-formAgree {
    margin-top: 1rem;
  }
}
.p-formAgree_label {
  color: #B6B6B6;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 88vw;
  max-width: 30rem;
  height: 3.6rem;
  padding-left: 6rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.3rem;
  background-color: #EFEFEF;
}
[class*=_input]:checked + .p-formAgree_label {
  color: inherit;
}
.p-formAgree_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.5rem;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[class*=_input]:checked + .p-formAgree_label::before {
  background-color: #CC1515;
}
.p-formAgree_label::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 2.4rem;
  width: 1.5rem;
  height: 0.9rem;
  opacity: 0;
  border: 0.3rem solid #FFF;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
[class*=_input]:checked + .p-formAgree_label::after {
  opacity: 1;
}
.p-formAgree_input {
  display: none;
}
.p-formErrorNote {
  color: #CC1515;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #CC1515;
}
.p-formConfirm {
  margin-top: 2rem;
  padding-top: 3rem; /*4rem*/
}
@media all and (min-width: 770px) {
  .p-formConfirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 769px) {
  .p-formSect + .u-forPC + .p-formConfirm {
    border-top: 0.1rem solid #949494;
  }
}
@media all and (max-width: 769px) {
  .p-formSect-border + .u-forPC + .p-formConfirm {
    border-top: 0;
  }
}
@media all and (max-width: 769px) {
  .p-formConfirm_item + .p-formConfirm_item {
    margin-top: 2rem;
  }
}
@media all and (min-width: 770px) {
  .p-formConfirm_item {
    width: 100%;
    max-width: 38rem;
    margin: auto 1.5rem;
  }
}
.p-formBtn-confirm {
  font-size: 1.8rem;
}
@media all and (max-width: 769px) {
  .p-formBtn-confirm {
    font-size: inherit;
  }
}

::-webkit-input-placeholder {
  color: #B6B6B6;
}

::-moz-placeholder {
  color: #B6B6B6;
}

:-ms-input-placeholder {
  color: #B6B6B6;
}

::-ms-input-placeholder {
  color: #B6B6B6;
}

::placeholder,
.p-formType-select select {
  color: #B6B6B6;
}

option:disabled {
  background: #CCC;
}

.p-researchTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
@media all and (max-width: 769px) {
  .p-researchTabList {
    margin-bottom: 4rem;
  }
}
.p-researchTabListItem {
  min-width: 17.6rem;
  text-align: center;
  border-right: 0.1rem solid #333;
}
.p-researchTabListItem:first-of-type {
  border-left: 0.1rem solid #333;
}
@media all and (max-width: 769px) {
  .p-researchTabListItem {
    min-width: 35%;
  }
  .p-researchTabListItem:first-of-type {
    min-width: 30%;
    border-left: none;
  }
  .p-researchTabListItem:last-of-type {
    border-right: none;
  }
}
.p-researchTabListItem a,
.p-researchTabListItem h1 {
  color: #B6B6B6;
  font-weight: bold;
  text-decoration: none;
}
.p-researchTabListItem-current a, .p-researchTabListItem-current a h1, .p-researchTabListItem a:hover {
  color: #333;
}
.p-research_investigationItem {
  margin-bottom: 11rem;
}
@media all and (max-width: 769px) {
  .p-research_investigationItem {
    margin-bottom: 9rem;
  }
}
.p-research_investigationItem a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-research_investigationItem a:hover {
  opacity: 0.7;
}
.p-research_investigationItem a[href$=".pdf"] {
  padding: 0.1rem 1.5rem;
  color: #FFF;
  background: #CC1515;
  border-radius: 0.5rem;
  text-decoration: none;
}
.p-research_investigationItem .furtherNote {
  padding: 2rem 3rem;
  background: #F2F2F2;
}
.p-research_resultsItem {
  margin-bottom: 11rem;
}
@media all and (max-width: 769px) {
  .p-research_resultsItem {
    margin-bottom: 9rem;
  }
}
.p-research_resultsTbl {
  width: 100%;
  margin-bottom: 9.5rem;
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl {
    font-size: 1.05rem;
  }
  .p-research_resultsTbl tbody:last-of-type tr:last-of-type td {
    border-bottom: 0.1rem solid #231815;
  }
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.p-research_resultsTbl tr:first-of-type td {
  border-top-color: #231815;
}
.p-research_resultsTbl tr:last-of-type td {
  border-bottom-color: #231815;
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl tr:last-of-type td {
    border-bottom: none;
  }
}
.p-research_resultsTbl th {
  padding: 0.3rem 1rem;
  border: 0.1rem solid #231815;
  border-left: none;
  font-weight: bold;
  background-color: #F5EBEB;
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl th {
    width: 100%;
    padding: 0.4rem 1rem;
    border-right: none;
  }
}
@media all and (min-width: 770px) {
  .p-research_resultsTbl th {
    font-size: 1.5rem;
  }
}
.p-research_resultsTbl td {
  padding: 0.3rem 2rem;
  border-top: 0.1rem solid #B0B0B0;
  border-bottom: 0.1rem solid #B0B0B0;
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl td {
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0.4rem 1rem;
    border-top: none;
  }
}
@media all and (max-width: 769px) {
  .p-research_resultsTbl td + td {
    border-left: 0.1rem solid #B0B0B0;
  }
}
.p-research_resultsTbl td:last-of-type {
  text-align: right;
}
@media all and (min-width: 770px) {
  .p-research_resultsTbl td:last-of-type {
    border-left: 0.1rem solid #B0B0B0;
  }
}
@media all and (min-width: 770px) {
  .p-research_resultsTbl td span {
    font-size: 0.86em;
  }
}
.p-research_resultsTopics {
  padding: 3rem 4rem;
  background-color: #F2F2F2;
}
@media all and (max-width: 769px) {
  .p-research_resultsTopics {
    padding: 3rem;
  }
}
.p-research_resultsTopics h2 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-research_resultsTopics h2 {
    font-size: 1.8rem;
  }
}

.p-companylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
@media all and (max-width: 769px) {
  .p-companylist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 770px) {
  .p-companylist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-companylist_ttlArea {
  position: relative;
  margin: 8rem 0 7rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-companylist_ttlArea::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 6.5rem;
  height: 0.1rem;
  background: #333;
}
@media all and (max-width: 769px) {
  .p-companylist_ttlArea {
    margin: 4.8rem 0;
    font-size: 2rem;
  }
  .p-companylist_ttlArea::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #333;
  }
}
.p-companylist_item {
  margin-bottom: 8rem;
}
@media all and (min-width: 770px) {
  .p-companylist_item {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    margin-right: 6rem;
  }
  .p-companylist_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-companylist_itemArea {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-companylist_itemArea a {
  padding-right: 1.5rem;
  background: url("/assets/img/common/icon_arrow-red1.svg") no-repeat 100% 50%;
  background-size: 0.7rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-companylist_itemArea a:hover {
  opacity: 0.7;
}
.p-companylist_itemMap {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin: auto;
}
.p-companylist_itemMapInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.p-feature {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
@media all and (min-width: 770px) {
  .p-feature {
    margin-top: 9rem;
  }
}
.p-feature_ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto 11rem;
}
@media all and (max-width: 769px) {
  .p-feature_ttlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 5rem;
  }
}
.p-feature_ttl {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media all and (min-width: 770px) {
  .p-feature_ttl {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
@media all and (max-width: 769px) {
  .p-feature_ttl {
    margin-top: 2rem;
  }
}
.p-feature_ttl img {
  max-width: 16rem;
}
@media all and (min-width: 770px) {
  .p-feature_ttl img {
    max-width: 22.6rem;
  }
}
.p-feature_ttlTxt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media all and (min-width: 770px) {
  .p-feature_ttlTxt {
    padding-left: 4rem;
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
  }
}
@media all and (max-width: 769px) {
  .p-feature_ttlTxt {
    margin-top: 6rem;
  }
}
.p-feature_ttlTxt p {
  margin-bottom: 2rem;
}
@media all and (min-width: 770px) {
  .p-feature_ttlTxt p {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}
.p-featurePoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 770px) {
  .p-featurePoint {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-featurePoint_sect {
  width: 100%;
  border-top: 0.3rem solid #cc1515;
}
@media all and (min-width: 770px) {
  .p-featurePoint_sect {
    width: 30%;
  }
}
@media all and (min-width: 770px) {
  .p-featurePoint_sect_2 {
    width: 45%;
  }
}
.p-featurePoint_sectTtl {
  padding: 2rem 0 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}
@media all and (min-width: 770px) {
  .p-featurePoint_sectTtl {
    padding: 3rem 0;
  }
}
.p-featurePoint_sectTxt {
  margin-bottom: 3rem;
  padding-bottom: 6rem;
  background: url("/assets/img/feature/img_arrow01.png") no-repeat 50% bottom;
  background-size: 5%;
}
@media all and (min-width: 416px) and (max-width: 769px) {
  .p-featurePoint_sectTxt {
    background-size: 3%;
  }
}
@media all and (min-width: 770px) {
  .p-featurePoint_sectTxt {
    background-size: 7%;
    padding-bottom: 9rem;
  }
}
.p-featurePoint_sectTxt_empty {
  background: none !important;
}
.p-featurePoint_sectPercent {
  text-align: center;
  color: #cc1515;
  font-size: 2.6rem;
}
@media all and (min-width: 770px) {
  .p-featurePoint_sectPercent {
    margin: 1rem 0 3rem;
  }
}
.p-featurePoint_sectNote {
  margin-bottom: 9rem;
  color: #616161;
}
@media all and (max-width: 769px) {
  .p-featurePoint_sectNote {
    margin-bottom: 4.5rem;
    text-align: center;
  }
}
.p-featureLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 770px) {
  .p-featureLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-featureLink_sect {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
@media all and (min-width: 770px) {
  .p-featureLink_sect {
    width: 49%;
    margin-bottom: 2rem;
  }
}
.p-featureLink_sectJob {
  background: url("/assets/img/feature/img_link01.jpg") no-repeat 50% 50%;
}
@media all and (max-width: 769px) {
  .p-featureLink_sectJob {
    background-size: 100%;
  }
}
.p-featureLink_sectCareer {
  background: url("/assets/img/feature/img_link02.jpg") no-repeat 50% 50%;
}
@media all and (max-width: 769px) {
  .p-featureLink_sectCareer {
    background-size: 100%;
  }
}
.p-featureLink_sectHero {
  background: url("/assets/img/feature/img_link03.jpg") no-repeat 50% 50%;
}
@media all and (max-width: 769px) {
  .p-featureLink_sectHero {
    background-size: 100%;
  }
}
.p-featureLink_sectChange {
  background: url("/assets/img/feature/img_link04.jpg") no-repeat 50% 50%;
}
@media all and (max-width: 769px) {
  .p-featureLink_sectChange {
    background-size: 100%;
  }
}
.p-featureLinkUrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
  width: 100%;
  height: 10rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 770px) {
  .p-featureLinkUrl {
    height: 15rem;
  }
}

.p-client_ttl1 {
  position: relative;
  margin: 8rem 0 7rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-client_ttl1::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 6.5rem;
  height: 0.1rem;
  background: #333;
}
@media all and (max-width: 769px) {
  .p-client_ttl1 {
    margin: 4.8rem 0;
    font-size: 2rem;
  }
  .p-client_ttl1::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 4rem;
    height: 0.1rem;
    background: #333;
  }
}
.p-client_ttl2 {
  padding: 0.1rem 1rem;
  border-left: solid 3px #333;
  font-weight: bold;
}
@media all and (min-width: 770px) {
  .p-client_ttl2 {
    font-size: 1.8rem;
  }
}
.p-client_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-client_list li {
  position: relative;
  padding-left: 1.5rem;
  margin: 0 1% 2.5rem 1%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media all and (min-width: 770px) {
  .p-client_list li {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
.p-client_list li::before {
  position: absolute;
  content: "◆";
  left: -0.3rem;
}

/* Utility ============================== */
.u-color-white {
  color: #FFF;
}
.u-color-gray1 {
  color: #B6B6B6;
}
.u-color-red1 {
  color: #CC1515;
}

.u-wordBreak-breakAll {
  word-break: break-all;
}
.u-wordBreak-breakWord {
  word-break: break-word;
}
.u-wordBreak-keepAll {
  word-break: keep-all;
}

.u-mt0, .u-mv0, .u-ma0 {
  margin-top: 0rem;
}

.u-mr0, .u-mh0, .u-ma0 {
  margin-right: 0rem;
}

.u-mb0, .u-mv0, .u-ma0 {
  margin-bottom: 0rem;
}

.u-ml0, .u-mh0, .u-ma0 {
  margin-left: 0rem;
}

.u-mt5, .u-mv5, .u-ma5 {
  margin-top: 0.5rem;
}

.u-mr5, .u-mh5, .u-ma5 {
  margin-right: 0.5rem;
}

.u-mb5, .u-mv5, .u-ma5 {
  margin-bottom: 0.5rem;
}

.u-ml5, .u-mh5, .u-ma5 {
  margin-left: 0.5rem;
}

.u-mt10, .u-mv10, .u-ma10 {
  margin-top: 1rem;
}

.u-mr10, .u-mh10, .u-ma10 {
  margin-right: 1rem;
}

.u-mb10, .u-mv10, .u-ma10 {
  margin-bottom: 1rem;
}

.u-ml10, .u-mh10, .u-ma10 {
  margin-left: 1rem;
}

.u-mt20, .u-mv20, .u-ma20 {
  margin-top: 2rem;
}

.u-mr20, .u-mh20, .u-ma20 {
  margin-right: 2rem;
}

.u-mb20, .u-mv20, .u-ma20 {
  margin-bottom: 2rem;
}

.u-ml20, .u-mh20, .u-ma20 {
  margin-left: 2rem;
}

.u-mt30, .u-mv30, .u-ma30 {
  margin-top: 3rem;
}

.u-mr30, .u-mh30, .u-ma30 {
  margin-right: 3rem;
}

.u-mb30, .u-mv30, .u-ma30 {
  margin-bottom: 3rem;
}

.u-ml30, .u-mh30, .u-ma30 {
  margin-left: 3rem;
}

.u-mt40, .u-mv40, .u-ma40 {
  margin-top: 4rem;
}

.u-mr40, .u-mh40, .u-ma40 {
  margin-right: 4rem;
}

.u-mb40, .u-mv40, .u-ma40 {
  margin-bottom: 4rem;
}

.u-ml40, .u-mh40, .u-ma40 {
  margin-left: 4rem;
}

.u-mt50, .u-mv50, .u-ma50 {
  margin-top: 5rem;
}

.u-mr50, .u-mh50, .u-ma50 {
  margin-right: 5rem;
}

.u-mb50, .u-mv50, .u-ma50 {
  margin-bottom: 5rem;
}

.u-ml50, .u-mh50, .u-ma50 {
  margin-left: 5rem;
}

.u-mt60, .u-mv60, .u-ma60 {
  margin-top: 6rem;
}

.u-mr60, .u-mh60, .u-ma60 {
  margin-right: 6rem;
}

.u-mb60, .u-mv60, .u-ma60 {
  margin-bottom: 6rem;
}

.u-ml60, .u-mh60, .u-ma60 {
  margin-left: 6rem;
}

.u-mt70, .u-mv70, .u-ma70 {
  margin-top: 7rem;
}

.u-mr70, .u-mh70, .u-ma70 {
  margin-right: 7rem;
}

.u-mb70, .u-mv70, .u-ma70 {
  margin-bottom: 7rem;
}

.u-ml70, .u-mh70, .u-ma70 {
  margin-left: 7rem;
}

.u-mt80, .u-mv80, .u-ma80 {
  margin-top: 8rem;
}

.u-mr80, .u-mh80, .u-ma80 {
  margin-right: 8rem;
}

.u-mb80, .u-mv80, .u-ma80 {
  margin-bottom: 8rem;
}

.u-ml80, .u-mh80, .u-ma80 {
  margin-left: 8rem;
}

.u-mt90, .u-mv90, .u-ma90 {
  margin-top: 9rem;
}

.u-mr90, .u-mh90, .u-ma90 {
  margin-right: 9rem;
}

.u-mb90, .u-mv90, .u-ma90 {
  margin-bottom: 9rem;
}

.u-ml90, .u-mh90, .u-ma90 {
  margin-left: 9rem;
}

.u-mt100, .u-mv100, .u-ma100 {
  margin-top: 10rem;
}

.u-mr100, .u-mh100, .u-ma100 {
  margin-right: 10rem;
}

.u-mb100, .u-mv100, .u-ma100 {
  margin-bottom: 10rem;
}

.u-ml100, .u-mh100, .u-ma100 {
  margin-left: 10rem;
}

.u-pt0, .u-pv0, .u-pa0 {
  padding-top: 0rem;
}

.u-pr0, .u-ph0, .u-pa0 {
  padding-right: 0rem;
}

.u-pb0, .u-pv0, .u-pa0 {
  padding-bottom: 0rem;
}

.u-pl0, .u-ph0, .u-pa0 {
  padding-left: 0rem;
}

.u-pt10, .u-pv10, .u-pa10 {
  padding-top: 1rem;
}

.u-pr10, .u-ph10, .u-pa10 {
  padding-right: 1rem;
}

.u-pb10, .u-pv10, .u-pa10 {
  padding-bottom: 1rem;
}

.u-pl10, .u-ph10, .u-pa10 {
  padding-left: 1rem;
}

.u-pt20, .u-pv20, .u-pa20 {
  padding-top: 2rem;
}

.u-pr20, .u-ph20, .u-pa20 {
  padding-right: 2rem;
}

.u-pb20, .u-pv20, .u-pa20 {
  padding-bottom: 2rem;
}

.u-pl20, .u-ph20, .u-pa20 {
  padding-left: 2rem;
}

.u-pt30, .u-pv30, .u-pa30 {
  padding-top: 3rem;
}

.u-pr30, .u-ph30, .u-pa30 {
  padding-right: 3rem;
}

.u-pb30, .u-pv30, .u-pa30 {
  padding-bottom: 3rem;
}

.u-pl30, .u-ph30, .u-pa30 {
  padding-left: 3rem;
}

.u-pt40, .u-pv40, .u-pa40 {
  padding-top: 4rem;
}

.u-pr40, .u-ph40, .u-pa40 {
  padding-right: 4rem;
}

.u-pb40, .u-pv40, .u-pa40 {
  padding-bottom: 4rem;
}

.u-pl40, .u-ph40, .u-pa40 {
  padding-left: 4rem;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

@media all and (max-width: 769px) {
  .u-forPC {
    display: none;
  }
  .u-forPC-inline {
    display: none;
  }
}
@media all and (min-width: 770px) {
  .u-forPC {
    display: block;
  }
  .u-forPC-inline {
    display: inline-block;
  }
}

@media all and (max-width: 769px) {
  .u-forSP {
    display: block;
  }
  .u-forSP-inline {
    display: inline-block;
  }
}
@media all and (min-width: 770px) {
  .u-forSP {
    display: none;
  }
  .u-forSP-inline {
    display: none;
  }
}

.u-ff-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-fs-s {
  font-size: 1.2rem;
}
.u-fs-m {
  font-size: 1.4rem;
}
.u-fs-l {
  font-size: 1.6rem;
}
.u-fs-xl {
  font-size: 1.8rem;
}

.u-fw {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
}
.u-underline:hover {
  text-decoration: none;
}

a.u-underline:hover {
  text-decoration: none;
}

.u-nowrap {
  white-space: nowrap;
}

a {
  word-wrap: break-word;
}

.u-color-red1 {
  color: #CC1515;
}
.u-color-orange1 {
  color: #EE7A33;
}
.u-color-blue1 {
  color: #335599;
}
.u-color-navy1 {
  color: #0E2342;
}

.u-bg_color-gray1 {
  background-color: #F2F2F2;
}

.u-align-l {
  text-align: left;
}
.u-align-c {
  text-align: center;
}
.u-align-r {
  text-align: right;
}

.u-cf {
  zoom: 1;
}
.u-cf::before, .u-cf::after {
  content: "";
  display: table;
}
.u-cf::after {
  clear: both;
}