@charset "UTF-8";
/*//////////////////////////////////////////////////

コンサルタント紹介 style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
.under {
  display: block;
  margin-top: 60px;
  padding-top: 10px; }

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

.maintitle {
  margin: 0% 0% 6.77% 0%;
  position: relative;
  height: 30vh;
  max-height: 500px;
  background: url("/img/glossary/mainimg.png") center/cover no-repeat; }
  .maintitle .contents__txt-wp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 6px rgba(27, 76, 142, 0.75); }
    .maintitle .contents__txt-wp .contents__ttl {
      font-size: 2.5rem;
      margin: 0% 0% 5.5% 0%; }
      @media (min-width: 769px) {
        .maintitle .contents__txt-wp .contents__ttl {
          font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 5.596107056 ); } }
      @media (min-width: 1180px) {
        .maintitle .contents__txt-wp .contents__ttl {
          font-size: 4.8rem; } }
    .maintitle .contents__txt-wp .contents__txt {
      font-size: 1.2rem;
      font-family: "Hiragino UD Sans F W6 JIS2004"; }
      @media (min-width: 769px) {
        .maintitle .contents__txt-wp .contents__txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
      @media (min-width: 1180px) {
        .maintitle .contents__txt-wp .contents__txt {
          font-size: 1.8rem; } }

.list_ttl {
  margin-bottom: 40px; }
  .list_ttl h2 {
    font-size: 2.0rem;
    color: #0F3972; }

.jp__list {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  .jp__list select {
    color: #2F5E9F;
    border: 1px solid #E2E2E2; }

.word__list {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%; }
  .word__list-ttl {
    font-size: 1.6rem;
    margin: 0% 0% 2.77% 0%;
    padding: 21px 26px;
    text-align: left;
    color: #fff;
    line-height: 1;
    background: #2F5E9F;
    position: relative; }
    @media (min-width: 769px) {
      .word__list-ttl {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      .word__list-ttl {
        font-size: 1.8rem; } }
    .word__list-ttl::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      width: 4px;
      height: calc(100% - 12px);
      background: #fff; }
  .word__list .word__list-wrap {
    justify-content: flex-start; }
  .word__list .word__list-item {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    font-size: 1.5rem; }
    .word__list .word__list-item a {
      color: #2F5E9F;
      text-decoration: underline;
      word-break: break-all; }

.word__box {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%; }
  .word__box .word__name {
    margin-bottom: 40px;
    padding-left: 14px;
    color: #2F5E9F;
    border-left: 4px solid #2F5E9F; }
    .word__box .word__name-main {
      font-size: 2.2rem; }
    .word__box .word__name-sub {
      font-size: 1.4rem; }
  .word__box .word__body {
    margin-bottom: 40px; }
    .word__box .word__body-text {
      font-size: 1.5rem; }
  .word__box .btn__box .back:after {
    content: '←';
    right: auto;
    left: 15px; }

@media screen and (min-width: 769px) {
  .cmmn-css .mainimg__under {
    height: 30vh; }

  .list_ttl {
    margin-bottom: 40px; }
    .list_ttl h2 {
      font-size: 2.2rem; }

  .jp__list {
    flex: 0 1 20%;
    width: 20%;
    max-width: 20%; }
    .jp__list .jp__list-item + .jp__list-item {
      margin-top: 10px; }
    .jp__list .jp__list-item a, .jp__list .jp__list-item span {
      position: relative;
      box-sizing: border-box;
      display: block;
      height: 55px;
      line-height: 55px;
      text-align: center;
      font-size: 1.2rem;
      border: 1px solid #E2E2E2; }
      .jp__list .jp__list-item a:after, .jp__list .jp__list-item span:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #646464;
        border-right: 1px solid #646464;
        transform: translateY(-50%) rotate(45deg); }
    .jp__list .jp__list-item a {
      color: #2F5E9F;
      background: #fff; }
    .jp__list .jp__list-item span {
      color: #646464;
      background: #E2E2E2; }
    .jp__list .jp__list-item.selected a {
      color: #fff;
      background: #2F5E9F;
      border: 1px solid #2F5E9F; }
      .jp__list .jp__list-item.selected a:after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }

  .word__list {
    flex: 0 1 73%;
    width: 73%;
    max-width: 73%; }
    .word__list .word__list-wrap {
      justify-content: space-between; }
    .word__list .word__list-item {
      flex: 0 1 47%;
      width: 47%;
      max-width: 47%;
      margin: 15px 0; }

  .word__box {
    flex: 0 1 73%;
    width: 73%;
    max-width: 73%; }
    .word__box .word__name {
      margin-bottom: 30px; }
      .word__box .word__name-main {
        font-size: 2.6rem; }
      .word__box .word__name-sub {
        font-size: 1.4rem; }
    .word__box .word__body {
      margin-bottom: 80px; } }
@media screen and (min-width: 1024px) {
  #breadcrumb {
    padding: 0 0 10px; }

  .common_inner {
    padding: 0; }

  .maintitle {
    height: 55vh; }

  .list_ttl {
    margin-bottom: 60px; }
    .list_ttl h2 {
      font-size: 2.8rem; }

  .jp__list .jp__list-item a, .jp__list .jp__list-item span {
    font-size: 1.5rem; }

  .word__list .word__list-wrap {
    justify-content: flex-start; }
  .word__list .word__list-item {
    flex: 0 1 26%;
    width: 26%;
    max-width: 26%;
    margin: 25px 11% 25px 0; }
    .word__list .word__list-item:nth-child(3n) {
      margin-right: 0; }

  .word__box .word__name {
    margin-bottom: 40px;
    border-left: 6px solid #2F5E9F; }
    .word__box .word__name-main {
      font-size: 3.0rem; }
    .word__box .word__name-sub {
      font-size: 1.5rem; }
  .word__box .word__body {
    margin-bottom: 80px; } }
@media screen and (min-width: 1024px) {
  .under {
    padding-top: 20px; } }

/*# sourceMappingURL=style.css.map */
