@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-modal::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    vertical-align: top;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after {
    width: 12px;
    height: 10px;
    background-position: 0 -200px;
  }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after {
    width: 43px;
    height: 18px;
    background-position: 0 -250px;
  }
  .a-modal::after {
    width: 22px;
    height: 22px;
    background-position: -100px -300px;
  }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  
  /* link-inline */
  .link-inline.a-blank::after {
    display: inline-block;
    margin: .5em 8px 0 8px;
  }
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }
  .link-inline.a-modal::after {
    display: inline-block;
    margin: 0 3px;
  }
  
  /* link-text */
  .link-text {
    margin-top: 1.0em;
  }
  .link-text > li > .a-blank::after {
    display: inline-block;
    margin: .5em 0 0 7px;
  }
  .link-text > li > .a-pdf::after {
    display: inline-block;
    margin: .3em 0 0 10px;
  }
  
  /* link-button */
  [class*="link-button"] {
    margin-top: 1.0em;
  }
  [class*="link-button"] > li > .a-blank::before,
  [class*="link-button"] > li > .a-pdf::before,
  [class*="link-button"] > li > .a-modal::before,
  [class*="link-button"] > li > .a-mail::before,
  [class*="link-button"] > li > .a-tel::before {
    position: absolute;
    top: 50%;
    right: 13px;
    content: "";
    z-index: 1;
  }
  [class*="link-button"] > li > .a-mail::before,
  [class*="link-button"] > li > .a-tel::before {
    left: 13px;
  }
  [class*="link-button"] > li > .a-blank::before {
    width: 12px;
    height: 10px;
    margin-top: -5px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -200px;
  }
  [class*="link-button"] > li > .a-pdf::before {
    width: 43px;
    height: 18px;
    margin-top: -9px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -250px;
  }
  [class*="link-button"] > li > .a-modal::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px -300px;
  }
  [class*="link-button"] > li > .a-mail::before {
    width: 24px;
    height: 17px;
    margin-top: -8px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -300px -300px;
  }
  [class*="link-button"] > li > .a-tel::before {
    width: 18px;
    height: 30px;
    margin-top: -15px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -350px -300px;
  }
  
  /* heading-lv** */
  [class*="heading-lv"] .a-blank .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 15px;
  }
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .2em 0 0 15px;
  }
  
  /* news-layout */
  .news-layout .a-blank .news_title::after {
    display: inline-block;
    margin: .5em 0 0 12px;
  }
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .35em 0 0 12px;
  }
  
  /* plugin-layout */
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: .3em 9px 0 9px;
  }
  
  /* ----- opacity ----- */

  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc] > * {
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6){
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1){
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { width: calc((100% - 36px) / 2); }
  [data-row-pc="3"] > * { width: calc((100% - 72px) / 3); }
  [data-row-pc="4"] > * { width: calc((100% - 108px) / 4); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  [data-browser="ie11"] [data-row-pc="2"] > * { width: calc((100% - 36px) / 2 -0.1px ); }
  [data-browser="ie11"] [data-row-pc="3"] > * { width: calc((100% - 72px) / 3 -0.1px ); }
  [data-browser="ie11"] [data-row-pc="4"] > * { width: calc((100% - 108px) / 4 -0.1px ); }
  [data-browser="ie11"] [data-row-pc="5"] > * { width: calc((100% - 144px) / 5 -0.1px ); }
  [data-browser="ie11"] [data-row-pc="6"] > * { width: calc((100% - 180px) / 6 -0.1px ); }
  [data-browser="edge"] [data-row-pc="2"] > * { width: calc((100% - 36px) / 2 -0.1px ); }
  [data-browser="edge"] [data-row-pc="3"] > * { width: calc((100% - 72px) / 3 -0.1px ); }
  [data-browser="edge"] [data-row-pc="4"] > * { width: calc((100% - 108px) / 4 -0.1px ); }
  [data-browser="edge"] [data-row-pc="5"] > * { width: calc((100% - 144px) / 5 -0.1px ); }
  [data-browser="edge"] [data-row-pc="6"] > * { width: calc((100% - 180px) / 6 -0.1px ); }
  
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph{margin-top:1em!important;}
  .text-paragraph-2{margin-top:2em!important;}
  .text-paragraph-3{margin-top:3em!important;}
  
  /* ----- text-lead ----- */
  .text-lead {
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1.0em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  .is-nest {
    margin-top: 1.0em;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right > [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  .list-note > li {
    position: relative;
    padding-left: 1em;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 3em;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order > li > .list_mark::after {
    content: ".";
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
  }
  
  /* icon */
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #01298e;
    content: "";
  }
  
  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
  }
  
  /* icon */
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #5f7ce5;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  
  /* ----- list-order-v2 ----- */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v3 ----- */
  .list-order-v3 > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v4 ----- */
  .list-order-v4 > li {
    position: relative;
    padding-left: 1.5em;
  }
  .list-order-v4 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v5 ----- */
  .list-order-v5 > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order-v5 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description {
    margin-top: 1.0em;
  }
  .list-description > dt{
    margin: 0 0 .2em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list-description > dd {
    padding-left: 1.5em;
  }
  .list-description-v2 {
    margin-top: 1.5em;
  }
  .list-description-v2 > dt {
    width: 16%;
    float: left;
    margin-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .list-description-v2 > dd {
    overflow: hidden;
  }
  
  
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */  
  /* ----- link-text ----- */
  .link-text > li + li {
    margin-top: .5em;
  }
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #000;
    text-decoration: none;
  }
  .link-text > li > a:hover {
    opacity: 1.0;
    color: #5f7ce5;
  }
  
  /* icon */
  .link-text > li > a::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 0;
    content: "";
  }
  
  /* data-row-pc */
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin: 0 60px .5em 0;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a,
  .link-button > li > .no-link {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 13px 35px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .link-button > li > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 120%;
    left: -10%;
    bottom: 0;
    background: #eaeaea;
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .link-button-v2 > li > a,
  .link-button-v2 > li > .no-link {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 13px 35px;
    background: #022a8d;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .link-button-v2 > li > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 120%;
    left: -10%;
    bottom: 0;
    background: #00154a;
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .link-button-v2 > li > .a-blank::before {
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px -200px;
  }
  [class*="link-button"] > li > a:hover {
    opacity: 1.0;
  }
  [class*="link-button"] > li > a:hover::after {
    left: -10%;
    width: 120%;
  }
  [class*="link-button"] > li > a .link_label,
  [class*="link-button"] > li > .no-link .link_label{
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.5;
  }
  [class*="link-button"] > li > .a-pdf {
    padding: 13px 70px 13px 20px;
  }
  [class*="link-button"] > li > .a-contact {
    font-size: 1.9rem;
    font-weight: bold;
    padding: 13px 35px;
  }
  [class*="link-button"] > li > .a-tel {
    font-size: 1.9rem;
    font-weight: bold;
    padding: 13px 35px;
  }

  /* data-row-pc */
  .link-button[data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
  }
  .link-button[data-row-pc] > li > a,
  .link-button[data-row-pc] > li > .no-link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 50px;
  }
  .image-set .image_caption {
    margin-top: 10px;
    text-align: left;
    color: #333;
  }
  
  /* gp-al-** */
  .image-set.gp-al-center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
    margin: 50px 0;
  }
  .line-layout .line_hr {
    display: block;
    height: 1px;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: none;
  }
  [class*="heading-lv"] a:hover {
    opacity: 1.0;
  }
  [class*="heading-lv"] a:hover .heading_title {
    text-decoration: none;
  }
  [class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 40px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }
  [class*="heading-lv"] + * {
    margin-top: 0 !important;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 40px 0 80px;
  }
  .heading-lv1 .heading_title {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.1;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2,
  .heading-lv2-2 {
    margin: 80px 0 30px;
  }
  .heading-lv2 .block {
    display: block;
    padding: 14px 20px 16px;
    background-color: #eaeaea;
    border-left: 3px solid #000;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .heading-lv2 a:hover.block {
    background-color: #d5d5d5;
  }
  .heading-lv2 a .heading_title {
    padding-left: 23px;
    color: #000;
  }
  .heading-lv2 a .heading_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    margin-top: -4px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px 0;
  }
  .heading-lv2 .a-blank .heading_title::before,
  .heading-lv2 .a-pdf .heading_title::before {
    display: none;
  }
  .heading-lv2 .a-blank .heading_title,
  .heading-lv2 .a-pdf .heading_title {
    padding-left: 0;
  }
  .heading-lv2-2 .block {
    display: block;
    padding: 11px 20px 13px 75px;
    background: #eaeaea url(/common/img/com_ic01_pc.png) no-repeat;
    text-decoration: none;
  }
  .heading-lv2-2 .heading_title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .heading-lv2-2 .heading_title::after {
    position: absolute;
    top: -3px;
    left: -62px;
    content: ""
  }
  .heading-lv2-2 .heading_title.is-company::after {
    width: 22px;
    height: 35px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -650px;
  }
  .heading-lv2-2 .heading_title.is-earnings::after {
    left: -64px;
    width: 28px;
    height: 34px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -100px -650px;
  }
  .heading-lv2-2 .heading_title.is-technology::after {
    top: 2px;
    left: -68px;
    width: 37px;
    height: 22px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -200px -650px;
  }
  .heading-lv2-2 .heading_title.is-environment::after {
    left: -65px;
    width: 29px;
    height: 36px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -350px -650px;
  }
  .heading-lv2-2 .heading_title.is-talent::after {
    top: -2px;
    left: -66px;
    width: 31px;
    height: 31px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -100px -750px;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 60px 0 20px;
  }
  .heading-lv3 .block {
    display: block;
    padding: 0 0 19px 0;
    border-bottom: 2px solid #000;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv3 a .heading_title {
    padding-left: 18px;
    color: #333;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .heading-lv3 a:hover .heading_title {
    color: #5f7ce5;
  }
  .heading-lv3 a .heading_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    margin-top: -4px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px 0;
  }
  .heading-lv3 .a-blank .heading_title::before,
  .heading-lv3 .a-pdf .heading_title::before {
    display: none;
  }
  .heading-lv3 .a-blank .heading_title,
  .heading-lv3 .a-pdf .heading_title {
    padding-left: 0;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 40px 0 20px;
  }
  .heading-lv4 .block {
    display: inline-block;
    text-decoration: none;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 21px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #666;
    content: "";
  }
  .heading-lv4 a .heading_title {
    color: #000;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .heading-lv4 a:hover .heading_title {
    color: #5f7ce5;
  }
  .heading-lv4 a .heading_title::before {
    width: 12px;
    height: 12px;
    content: "";
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px -150px;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 30px 0 15px;
  }
  .heading-lv5 .heading_title,
  [class*="list-description"] .list_title {
    position: relative;
    padding-left: 21px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before{
    position: absolute;
    top: .7em;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: #666;
    content: "";
  }
  
  /* ----- table_title ----- */
  .table_title {
    position: relative;
    margin: 50px 0 18px;
    padding-left: 35px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .table_title::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #022a8d;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 50px;
    border: 1px solid #ccc;
  }
  .navi-anchor .navi-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px 20px 18px;
  }
  .navi-anchor .navi-inner > li {
    width: 23%;
    margin-left: 30px;
    padding: .5em 30px 0 0;
  }
  .navi-anchor .navi-inner > li:nth-child(-n+4) {
    padding-top: 0;
  }
  .navi-anchor .navi-inner > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .navi-anchor .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    color: #000;
    text-decoration: none;
  }
  .navi-anchor .navi-inner > li > a:hover {
    color: #5f7ce5;
  }
  .navi-anchor .navi-inner > li > a::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 6px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px 0;
  }
  .navi-anchor-v2 {
    margin-top: 50px;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc]:not([data-anc-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc] > li {
    margin-top: 10px;
    margin-left: 10px;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="2"] > li:nth-child(-n+2),
  .navi-anchor-v2 .navi-inner[data-anc-pc="3"] > li:nth-child(-n+3),
  .navi-anchor-v2 .navi-inner[data-anc-pc="4"] > li:nth-child(-n+4),
  .navi-anchor-v2 .navi-inner[data-anc-pc="5"] > li:nth-child(-n+5),
  .navi-anchor-v2 .navi-inner[data-anc-pc="6"] > li:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="1"] > li,
  .navi-anchor-v2 .navi-inner[data-anc-pc="2"] > li:nth-child(2n+1),
  .navi-anchor-v2 .navi-inner[data-anc-pc="3"] > li:nth-child(3n+1),
  .navi-anchor-v2 .navi-inner[data-anc-pc="4"] > li:nth-child(4n+1),
  .navi-anchor-v2 .navi-inner[data-anc-pc="5"] > li:nth-child(5n+1),
  .navi-anchor-v2 .navi-inner[data-anc-pc="6"] > li:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="2"] > li {
    width: calc((100% - 10px) / 2);
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="3"] > li {
    width: calc((100% - 20px) / 3);
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="4"] > li {
    width: calc((100% - 30px) / 4);
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="5"] > li {
    width: calc((100% - 40px) / 5);
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc="6"] > li {
    width: calc((100% - 50px) / 6);
  }
  .navi-anchor-v2 .navi-inner > li {
    display: table;
  }
  .navi-anchor-v2 .navi-inner > li > a {
    display: table-cell;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
    color: #000;
    vertical-align: middle;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-company {
    padding-left: 40px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-earnings {
    padding-left: 40px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-technology {
    padding-left: 55px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-environment {
    padding-left: 40px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-talent {
    padding-left: 40px;
  }
  .navi-anchor-v2 .navi-inner > li > a > span {
    position: relative;
    display: block;
  }
  .navi-anchor-v2 .navi-inner > li > a > span::before,
  .navi-anchor-v2 .navi-inner > li > a > span::after {
    position: absolute;
    content: ""
  }
  .navi-anchor-v2 .navi-inner > li > a > span::before {
    top: 50%;
    left: -28px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-company > span::before {
    width: 17px;
    height: 27px;
    margin-top: -13px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -600px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-earnings > span::before {
    width: 22px;
    height: 25px;
    margin-top: -12px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px -600px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-technology > span::before {
    left: -43px;
    width: 33px;
    height: 20px;
    margin-top: -10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -200px -600px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-environment > span::before {
    width: 25px;
    height: 31px;
    margin-top: -15px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -300px -600px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-talent > span::before {
    width: 24px;
    height: 25px;
    margin-top: -12px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -750px;
  }
  .navi-anchor-v2 .navi-inner > li > a > span::after {
    top: 50%;
    right: -18px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px 0;
  }
  .navi-anchor-v2 .navi-inner > li > a:hover {
    opacity: 1.0;
    background-color: #f7f7f7;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 50px;
  }
  .table-layout .table_inner {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    margin-bottom: 18px;
    text-align: left;
  }
  .table-layout .table_title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0 0;
  }
  .table-layout th,
  .table-layout td {
    padding: 13px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout th.cell-style1 {
    padding: 8px 20px;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #3056b0;
    color: #fff;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    background-color: #e8ecf7;
  }
  .table-layout .cell-style3 {
    background-color: #eaeaea;
  }
  .table-layout .cell-style4 {
    background-color: #f7f7f7;
  }
  .table-layout .cell-style5 {
    background-color: #ffeeee;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 50px;
  }
  .column-layout > .column_item {
    margin-top: 24px;
  }
  .column-layout > .column_item > *:first-child,
  .column-layout > .column_item > section > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 50px;
  }
  .column-media > .column_image > *:first-child,
  .column-media > .column_detail > *:first-child,
  .column-media > .column_detail > section:first-child > [class*="heading-lv"],
  .column-media > .column_image > .image-set > *:first-child{
    margin-top: 0 !important;
  }
  
  /* data-media-size */
  .column-media[data-media-size="1/2"] > .column_image {
    width: calc((100% - 36px) / 2);
  }
  .column-media[data-media-size="1/3"] > .column_image {
    width: calc((100% - 72px) / 3);
  }
  .column-media[data-media-size="1/4"] > .column_image {
    width: calc((100% - 108px) / 4);
  }
  
  /* data-image */
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  
  /* data-wraparound */
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* numbers_column */
  .column-media.numbers_column .column_image {
    margin-top: 15px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout, .box-layout-v2, .box-layout-v3, .box-layout-v4 {
    margin-top: 30px;
    border: 1px solid #ccc;
  }
  .box-layout > .box_title {
    padding: 18px 22px 17px;
    background-color: #f7f7f7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout > .box_detail {
    padding: 20px 22px 19px;
    background-color: #fff;
  }
  .box-layout-v2 > .box-inner {
    border: 5px solid #fafafa;
    padding: 15px;
  }
  .box-layout-v2 .box_title {
    font-weight: bold;
  }
  .box-layout-v2 .box_title + .box_detail {
    margin-top: 1.2em;
  }
  .box-layout-v3 {
    padding: 25px 20px;
    background-color: #f7f7f7;
  }
  .box-layout-v3 .box_title {
    font-weight: bold;
  }
  .box-layout-v3 .box_title + .box_detail {
    margin-top: 1.2em;
  }
  .box-layout-v4 {
    margin-top: 40px;
  }
  .box-layout-v4 > .box_title {
    padding: 10px 20px 12px;
    background-color: #3056b0;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .box-layout-v4 > .box_detail {
    padding: 20px;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_title {
    width: 5em;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail + .list_detail {
    margin-top: 1.2em;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail .year_text {
    float: left;
    width: 13%;
    margin-right: 20px;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail .list_text {
    overflow: hidden;
  }
  .box-layout-v5 {
    margin-top: 30px;
    padding: 26px 35px 30px 30px;
    background-color: #e8ecf7;
    border: 5px solid #dfe5f8;
  }
  [class*="box-layout"] > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* contact-layout */
  .contact-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact-layout .contact_text {
    font-size: 1.8rem;
  }
  .contact-layout .contact_button > *:first-child {
    margin-top: 0 !important;
  }
  .contact-layout .contact_button [class*="link-button"] > li > .a-contact,
  .contact-layout .contact_button [class*="link-button"] > li > .a-tel {
    padding: 12px 30px 12px 47px;
  }
  .contact-layout .contact_title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .contact-layout .contact_title + [class*="link-button"] {
    margin-top: 15px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 50px;
    border: 1px solid #ccc;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 20px 83px 18px 23px;
    background-color: #e8ecf7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .accordion-layout .accordion_label:hover {
    background-color: #d3ddf7;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .accordion-layout > .accordion_detail {
    padding: 20px 23px 25px;
    border-top: 1px solid #ccc;
    background-color: #fff;
  }
  
  /* icon */
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-color: #022a8d;
    content: "";
    cursor: pointer;
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 33px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    z-index: 1;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .accordion-layout > .faq-icon {
    position: relative;
  }
  .accordion-layout > .accordion_trigger.faq-icon .accordion_label,
  .accordion-layout > .accordion_detail.faq-icon {
    padding-left: 72px;
  }
  .accordion-layout > .accordion_trigger.faq-icon.type-q::before {
    position: absolute;
    top: 1.0em;
    left: 23px;
    width: 24px;
    height: 32px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -450px;
    content: "";
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail.faq-icon.type-a::before {
    position: absolute;
    top: 1.4em;
    left: 23px;
    width: 23px;
    height: 34px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px -450px;
    content: "";
    cursor: pointer;
  }
  
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 50px;
  }
  .tab-layout > .tab_navi {
    overflow: hidden;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tab-layout .tab_navi.tab_top .tab_list > li {
    padding-bottom: 9px;
  }
  .tab-layout .tab_navi.tab_bottom .tab_list > li {
    padding-top: 9px;
  }
  .tab-layout .tab_list[data-tab-pc-row] > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-left: 36px;
  }
  .tab-layout .tab_list[data-tab-pc-row="1"] > li,
  .tab-layout .tab_list[data-tab-pc-row="2"] > li:nth-child(2n+1),
  .tab-layout .tab_list[data-tab-pc-row="3"] > li:nth-child(3n+1),
  .tab-layout .tab_list[data-tab-pc-row="4"] > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .tab-layout .tab_list[data-tab-pc-row="2"] > li {
    width: calc((100% - 36px) / 2);
  }
  .tab-layout .tab_list[data-tab-pc-row="3"] > li {
    width: calc((100% - 72px) / 3);
  }
  .tab-layout .tab_list[data-tab-pc-row="4"] > li {
    width: calc((100% - 108px) / 4);
  }
  .tab-layout .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 5px 9px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  .tab-layout .tab_list > li > a:hover {
    background-color: #eaeaea;
  }
  .tab-layout .tab_list > .is-current > a {
    background-color: #000;
    color: #fff;
  }
  .tab-layout .tab_list > .is-current > a:hover {
    opacity: 1.0;
    background-color: #000;
    cursor: auto;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    content: "";
  }
  .tab-layout .tab_navi.tab_top .tab_list > .is-current > a::after {
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
  }
  .tab-layout .tab_navi.tab_bottom .tab_list > .is-current > a::after {
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #000000 transparent;
  }
  .tab-layout > .tab_detail {
    display: none;
    padding: 20px 0;
  }
  .tab-layout > .tab_detail > *:first-child,
  .tab-layout > .tab_detail > section:first-child [class*="heading"] {
    margin-top: 0 !important;
  }
  
  /* ----- numbers-layout----- */
  .numbers-layout {
    margin-top: 20px;
  }
  .numbers-layout + .numbers-layout {
    margin-top: 0 !important;
  }
  .numbers-layout[data-numbers-pc] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .numbers-layout[data-numbers-pc] > * {
    margin-top: 10px;
    margin-left: 40px;
  }
  .numbers-layout[data-numbers-pc="auto"] > *:nth-child(-n+2),
  .numbers-layout[data-numbers-sp="1"] > *:first-child,
  .numbers-layout[data-numbers-pc="2"] > *:nth-child(-n+2),
  .numbers-layout[data-numbers-pc="3"] > *:nth-child(-n+3),
  .numbers-layout[data-numbers-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  .numbers-layout[data-numbers-pc="auto"] > *:nth-child(2n+1),
  .numbers-layout[data-numbers-pc="1"] > *,
  .numbers-layout[data-numbers-pc="2"] > *:nth-child(2n+1),
  .numbers-layout[data-numbers-pc="3"] > *:nth-child(3n+1),
  .numbers-layout[data-numbers-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .numbers-layout[data-numbers-pc="2"] > * {
    width: calc((100% - 40px) / 2);
  }
  .numbers-layout[data-numbers-pc="3"] > * {
    width: calc((100% - 80px) / 3);
  }
  .numbers-layout[data-numbers-pc="4"] > * {
    width: calc((100% - 120px) / 4);
  }
  .numbers-layout .numbers_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .numbers-layout[data-numbers-pc="1"] .numbers_item {
    width: 100%;
  }
  .numbers-layout .numbers_item .numbers_icon {
    display: inline-block;
    margin: 5px 10px 0 0;
    padding: 0 9px;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .numbers-layout[data-numbers-sp="auto"] .numbers_item .numbers_icon {
    min-width: 101px;
  }
  .numbers-layout .numbers_item .numbers_count_text {
    padding-bottom: 10px;
    letter-spacing: 3px;
    font-size: 6.0rem;
    font-weight: bold;
    color: #022a8d;
    line-height: 1.0;
  }
  .numbers-layout .numbers_item .numbers_text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
    margin-top: -20px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .numbers-layout .numbers_item .numbers_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
    margin-top: -20px;
    font-size: 1.8rem;
  }
  
  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 50px;
  }
  .news-layout .news_article {
    border-bottom: 1px solid #ccc;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 20px 19px 0;
    color: #000;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_article:first-child .block {
    padding-top: 0;
  }
  .news-layout .news_image {
    width: 90px;
    margin-right: 18px;
  }
  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 18px;
  }
  .news-layout .news_date {
    min-width: 124px;
    font-size: 1.4rem;
  }
  .news-layout [class*="news_icon"] {
    position: relative;
    display: inline-block;
    min-width: 100px;
    margin-left: 18px;
    padding: 0 10px;
    color: #022a8d;
    text-align: center;
  }
  .news-layout [class*="news_icon"]::before,
  .news-layout [class*="news_icon"]::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #022a8d;
    content: "";
  }
  .news-layout [class*="news_icon"]::before {
    left: 0;
  }
  .news-layout [class*="news_icon"]::after {
    right: 0;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout a:hover {
    opacity: 1.0;
  }
  .news-layout a .news_title {
    color: #000;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    color: #5f7ce5;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 50px;
    border: 1px solid #ccc;
  }
  .plugin-layout .plugin-inner {
    border: 5px solid #fafafa;
  }
  .plugin-layout a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 27px 39px 26px;
    color: #000;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    padding-left: 36px;
  }
  .plugin-layout a .a-blank {
    color: #666;
    text-decoration: underline;
  }
  .plugin-layout a:hover .a-blank {
    color: #5f7ce5;
    text-decoration: none;
  }
  
  /* ----- modal-layout ----- */
  .modal-layout {
    margin-top: 25px;
  }
  .modal-layout .modal_list {
    position: relative;
    width: 438px;
    padding: 0 38px;
  }
  .modal-layout .modal_list .modal_item img {
    width: 100%;
  }
  /* modal slider */
  .modal_list .slick-arrow {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 26px;
    margin-top: -46px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  .modal_list .slick-arrow.slick-prev {
    left: 0;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -50px;
  }
  .modal_list .slick-arrow.slick-next {
    right: 0;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px -50px;
  }
  .modal_list .slick-dots {
    margin-top: 20px;
  }
  .modal_list .slick-dots li {
    position: relative;
    float: left;
    width: 23.3%;
    margin-left: 8px;
    cursor: pointer;
  }
  .modal_list .slick-dots li:nth-child(4n+1) {
    margin-left: 0;
  }
  .modal_list .slick-dots li:nth-child(n+5) {
    margin-top: 15px;
  }
  .modal_list .slick-dots li.slick-active img {
    position: relative;
  }
  .modal_list .slick-dots li.slick-active::before {
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 9px 5px;
    border-color: transparent transparent #000000 transparent;
    content: "";
  }
  .modal_list .slick-dots li.slick-active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px #000 inset;
    content: "";
  }
  .modal_list .slick-dots li:first-child {
    margin-left: 0;
  }
  
  /* inline */
  .modal-layout .modal_inlines {
    display: none;
  }
  
  /* modal-photo */
  .modal-layout .modal-photo {
    position: relative;
    display: inline-block;
    margin-top: 0;
    width: 438px;
  }
  .modal-layout .modal-photo img {
    width: 100%;
  }
  
  /* modal icon */
  .modal_list .slick-list {
    position: relative;
  }
  .modal-layout .modal_item a,
  .modal-layout .modal-photo a{
    position: relative;
    display: inline-block;
  }
  .modal-layout .modal_item a::before,
  .modal-layout .modal_item a::after,
  .modal-layout .modal-photo a::before,
  .modal-layout .modal-photo a::after {
    position: absolute;
    content: "";
  }
  .modal-layout .modal_item a::before,
  .modal-layout .modal-photo a::before{
    bottom: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background-color: #000;
    z-index: 1;
  }
  .modal-layout .modal_item a::after,
  .modal-layout .modal-photo a::after {
    bottom: 5px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -150px -300px;
    z-index: 1;
  }
  
  #cboxOverlay {
    opacity: 0.5 !important;
    filter: alpha(opacity = 50) !important;
  }
  #cboxLoadedContent {
    border: none;
    padding: 60px 30px 30px;
  }
  #cboxLoadedContent .table-layout {
    margin-bottom: 30px;
  }
  #cboxLoadedContent > * > *:first-child {
    margin-top: 0 !important;
  }
  #cboxLoadedContent .modal_list {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #cboxLoadedContent .modal_list .slick-arrow {
    margin-top: -46px;
  }
  #cboxLoadedContent .modal_list .slick-dots {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #cboxLoadedContent .modal_list .slick-dots li {
    width: 85px;
    margin-top: 0;
    margin-left: 8px;
  }
  #cboxClose {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -200px -150px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  #cboxClose:hover {
    opacity: 0.7;
    background-position: -200px -150px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  
  /* ----- movie-set ----- */
  .movie-set {
    margin-top: 35px;
  }
  .movie-set .movie_inner {
    position: relative;
    overflow: hidden;
    width: 596px;
    height: 336px;
  }
  .movie-set iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* ----- map-layout ----- */
  .map-layout > .map_inner {
    width: 788px;
    height: 330px;
  }
  
  /* ----- index-page-head ----- */
  .index-page-head {
    position: relative;
    width: 100%;
    max-height: 760px;
    padding: 92px 0 44px;
    overflow:hidden;
  }
  .index-page-head + .index-page-head {
    margin-top: 60px;
  }
  .index-page-head::after {
    position: absolute;
    content: "";
    top: 0;
    left: -8%;
    width: 40%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
  }
  .index-page-head.type-ictsolution {
    background: url(/common/img/com_index_im01.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-innovation {
    background: url(/common/img/com_index_im02.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-mobilenetwork {
    background: url(/common/img/com_index_im03.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-infrastructure {
    background: url(/common/img/com_index_im04.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-global {
    background: url(/common/img/com_index_im05.jpg) no-repeat;
    background-size: 100% auto;
  }
  /* index_text_area */
  .index-page-head .index_text_area {
    position: relative;
    color: #fff;
    z-index: 1;
  }
  .index-page-head .index_text_area .index_title {
    display: inline-block;
    padding: 0 0 30px 60px;
    border-bottom: 1px solid #4972d8;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .index-page-head .index_text_area .index_text_detail {
    margin-top: 36px;
    padding-left: 60px;
  }
  .index-page-head .index_text_area .index_text_detail .index_lead {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .index-page-head .index_text_area .index_text_detail .index_lead + .index_text {
    margin-top: 25px;
  }
  .index-page-head .index_text_area .index_text_detail .index_text {
    max-width: 30%;
    line-height: 1.8;
  }
  /* index_column_area */
  .index-page-head .index_column_area {
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
    max-width: 1200px;
  }
  .index-page-head .index_column_area .index_column_title {
    height: 100%;
    margin-right: 20px;
    padding: 6px 0 6px 17px;
    border-left: 1px solid #4972d8;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
  }
  .index-page-head .index_column_area .index-column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc((100% - 20px) / 5);
    margin-left: 5px;
    padding: 48px 14px;
    background: rgba(255,255,255,0.85);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+5) {
    margin-top: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_nomal > li + li {
    margin-top: 10px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dt {
    margin-bottom: 20px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd {
    font-size: 1.6rem;
    font-weight: normal;
  }
  
  /* ----- index-link-button ----- */
  .index-link-button {
    display: table;
    z-index: 1;
  }
  .index-link-button > .no-link {
    display: block;
  }
  .index-link-button > a,
  .index-link-button > .no-link {
    position: relative;
    display: table-cell;
    min-width: 190px;
    padding: 13px 20px;
    background: #022a8d;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    overflow:hidden;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-link-button > a::after,
  .index-link-button > .no-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 120%;
    left: -10%;
    bottom: 0;
    background: #00154a;
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-link-button > a .link_label,
  .index-link-button > .no-link .link_label{
    position: relative;
    z-index: 1;
  }
  .index-link-button > a:hover {
    opacity: 1.0;
  }
  .index-link-button > a:hover::after,
  a:hover .index-link-button > .no-link::after{
    left: -10%;
    width: 120%;
  }
  
  /* ----- index-slide-link ----- */
  .index-slide-link {
    padding-bottom: 50px;
    overflow: hidden;
  }
  .index-slide-link .index_slide_inner .js-index_images_area {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .index-slide-link .index_slide_inner .js-index_text_area {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .index-slide-link .index_slide_inner.is-move .js-index_images_area,
  .index-slide-link .index_slide_inner.is-move .js-index_text_area {
    opacity: 0;
  }
  .index-slide-link[data-slide-link="right"] .index_slide_inner.is-move .js-index_images_area {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  .index-slide-link[data-slide-link="right"] .index_slide_inner.is-move .js-index_text_area {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  .index-slide-link[data-slide-link="left"] .index_slide_inner.is-move .js-index_images_area {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  .index-slide-link[data-slide-link="left"] .index_slide_inner.is-move .js-index_text_area {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  
  /* ----- index-link-wrap ----- */
  .index-link-wrap {
    position: relative;
    height: 420px;
  }
  .index-link-wrap .index_link_layout {
    position: absolute;
  }
  .index-link-wrap .index_link_layout a:hover {
    opacity: 1.0;
  }
  .index-link-wrap.type-link-right .index_link_layout {
    right: 0;
  }
  .index-link-wrap.type-link-left .index_link_layout {
    left: 0;
  }
  
  /* index_images_area */
  .index-link-wrap .index_link_layout .index_images_area {
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
  }
  .index-link-wrap .index_link_layout a:hover .index_images_area {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
  }
  .index-link-wrap .index_link_layout .index_images_area img {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-link-wrap .index_link_layout a:hover .index_images_area img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  
  /* index_text_area */
  .index-link-wrap .index_link_layout .index_text_area {
    position: absolute;
    width: 593px;
    bottom: 40px;
    color: #fff;
    z-index: 1;
  }
  .index-link-wrap.type-link-right .index_text_area {
    left: -483px;
  }
  .index-link-wrap.type-link-left .index_text_area {
    right: -426px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner {
    position: relative;
    padding: 60px 56px 70px 89px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-link-wrap .index_link_layout a:hover .index_text_area .index_text_inner::after {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    background: rgba(0,0,0,1.0);
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title {
    position: relative;
    z-index: 1;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_text_detail {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-right: 10px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index-link-button {
    position: absolute;
    right: 34px;
    bottom: -14px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-link-wrap .index_link_layout a:hover .index_text_area .index_text_inner .index-link-button {
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
  }
  
  /* ----- index-column-link ----- */
  .index-column-link {
    margin-top: 60px;
  }
  .container[data-wide="true"] .index-column-link .index-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .index-column-link .index-inner > *:first-child {
    margin-top: 0 !important;
  }
  .index-column-link .column-layout > .column_item {
    margin-top: 40px;
  }
  
  /* ----- index-layout ----- */
  .index-layout {
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout > a {
    text-decoration: none;
  }
  .index-layout > .a-blank::after,
  .index-layout > .a-psd::after {
    display: none;
  }
  .index-layout > .block {
    display: block;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.4);
  }
  .index-layout > a:hover {
    opacity: 1.0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  }
  .index-layout > a .index_image {
    overflow: hidden;
  }
  .index-layout > a .index_image img {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout > a:hover .index_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout > .block [class*="index_caption"] {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .index-layout > .block [class*="index_caption"] .index_caption_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 14px 20px;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner,
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner{
    position: relative;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner {
    padding: 14px 40px 14px 20px;
  }
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner {
    padding: 14px 60px 14px 20px;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner::after,
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner::after {
    position: absolute;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    content: "";
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner::after {
    right: 15px;
    bottom: 22px;
    width: 12px;
    height: 10px;
    background-position: -50px -200px;
  }
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner::after {
    right: 10px;
    bottom: 18px;
    width: 43px;
    height: 18px;
    background-position: 0 -250px;
  }
  .index-layout > a:hover [class*="index_caption"] .index_caption_inner {
    background: rgba(0,0,0,1.0);
  }
  .index-layout > .block .index_caption-v2 .index_caption_inner {
    padding: 20px;
  }
  .index-layout > .a-blank .index_caption-v2 .index_caption_inner::after {
    bottom: 33px;
  }
  .index-layout > .a-pdf .index_caption-v2 .index_caption_inner::after {
    bottom: 27px;
  }
  .index-layout > .block [class*="index_caption"] [class*="index_title"] {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .index-layout > .block [class*="index_caption"] .index_title-lv2 {
    font-size: 2.4rem;
  }
  .index-layout > .block [class*="index_caption"] .index_title-lv3 {
    font-size: 2.0rem;
  }
  .index-layout + * {
    margin-top: 30px;
  }
  .index-layout-v2 > a {
    text-decoration: none;
  }
  .index-layout-v2 > a:hover {
    opacity: 1.0;
  }
  .index-layout-v2 > a > *:first-child {
    margin-top: 0 !important;
  }
  .index-layout-v2 > a > .column-media .column_image {
    overflow: hidden;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.4);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v2 > a:hover > .column-media .column_image {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  }
  .index-layout-v2 > a > .column-media .column_image img {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v2 > a:hover > .column-media .column_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v2 > a > .column-media .column_detail {
    padding-top: 29px;
  }
  .index-layout-v2 > a > .column-media .column_detail .index_title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.0em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v2 > a > .column-media .column_detail .index_title::after {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 0;
    content: "";
  }
  .index-layout-v2 > a:hover > .column-media .column_detail .index_title {
    color: #5f7ce5;
  }
  .index-layout-v2 > a > .column-media .column_detail .index_text {
    padding-left: 1.0em;
    color: #000;
  }
  .index-layout-v3 {
    border: 1px solid #000;
  }
  .index-layout-v3 > a {
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    color: #000;
  }
  .index-layout-v3 > .a-blank::after,
  .index-layout-v3 > .a-pdf::after {
    display: none;
  }
  .index-layout-v3 > a:hover {
    opacity: 1.0;
  }
  .index-layout-v3 > a > .index_box .box_title {
    position: relative;
    padding: 14px 30px 14px 50px;
    background-color: #f7f7f7;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v3 > .a-blank > .index_box .box_title {
    padding: 14px 40px 14px 50px;
  }
  .index-layout-v3 > .a-pdf > .index_box .box_title {
    padding: 14px 60px 14px 50px;
  }
  .index-layout-v3 > .a-blank > .index_box .box_title::before,
  .index-layout-v3 > .a-pdf > .index_box .box_title::before {
    position: absolute;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat;
    content: "";
  }
  .index-layout-v3 > .a-blank > .index_box .box_title::before {
    top: 24px;
    right: 15px;
    width: 12px;
    height: 10px;
    background-position: 0 -200px;
  }
  .index-layout-v3 > .a-pdf > .index_box .box_title::before {
    top: 18px;
    right: 10px;
    width: 43px;
    height: 18px;
    background-position: 0 -250px;
  }
  .index-layout-v3 > a:hover > .index_box .box_title {
    background-color: #dfdfdf;
  }
  .index-layout-v3 > a > .index_box .box_title::after {
    position: absolute;
    top: 23px;
    left: 30px;
    width: 6px;
    height: 10px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat 0 0;
    content: "";
  }
  .index-layout-v3 > a > .index_box .box_detail {
    padding: 16px 24px 16px 50px;
    background-color: #fff;
  }
  .index-layout-v4 {
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v4 > a {
    text-decoration: none;
  }
  .index-layout-v4 > .block {
    display: block;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.4);
  }
  .index-layout-v4 > a:hover {
    opacity: 1.0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  }
  .index-layout-v4 > a.a-blank .index-link-button .no-link .link_label::after,
  .index-layout-v4 > a.a-pdf .index-link-button .no-link .link_label::after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    vertical-align: middle;
    content: "";
  }
  .index-layout-v4 > a.a-blank .index-link-button .no-link .link_label::after {
    width: 12px;
    height: 10px;
    background-position: -50px -200px;
  }
  .index-layout-v4 > a.a-pdf .index-link-button .no-link .link_label::after {
    width: 43px;
    height: 18px;
    background-position: 0 -250px;
  }
  .index-layout-v4 a .index_image {
    overflow: hidden;
  }
  .index-layout-v4 a .index_image img {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v4 a:hover .index_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index-layout-v4 > .block .index_caption {
    position: absolute;
    top: 0;
    width: 77%;
    height: 100%;
  }
  .index-layout-v4 > .block .index_caption .index_caption_inner {
    position: relative;
    height: 100%;
    padding: 38px 20px 30px 40px;
    overflow: hidden;
    color: #fff;
  }
  .index-layout-v4 > .block .index_caption .index_caption_inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: -23%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v4 > a:hover .index_caption .index_caption_inner::after {
    background: rgba(0,0,0,1.0);
  }
  .index-layout-v4 > .block .index_caption .index_title {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    font-size: 3.0rem;
    font-weight: bold;
  }
  .index-layout-v4 > .block .index_caption .index_lead {
    position: relative;
    z-index: 1;
    max-width: 233px;
  }
  .index-layout-v4 > .block .index_caption .index-link-button {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    margin-top: 22px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after,
  .list-description-v2::after,
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail::after,
  .modal_list .slick-dots::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1700px) {
  /* ----- index-page-head ----- */
  .index-page-head {
    padding-top: 50px;
  }
  .index-page-head::after {
    left: -20%;
    width: 60%;
  }
  .index-page-head.type-ictsolution {
    background: url(/common/img/com_index_im01.jpg) no-repeat center;
    background-size: cover;
  }
  .index-page-head.type-innovation {
    background: url(/common/img/com_index_im02.jpg) no-repeat center;
    background-size: cover;
  }
  .index-page-head.type-mobilenetwork {
    background: url(/common/img/com_index_im03.jpg) no-repeat center;
    background-size: cover;
  }
  .index-page-head.type-infrastructure {
    background: url(/common/img/com_index_im04.jpg) no-repeat center;
    background-size: cover;
  }
  /* index_text_area */
  .index-page-head .index_text_area .index_title {
    padding: 0 0 20px 30px;
    font-size: 3.2rem;
  }
  .index-page-head .index_text_area .index_text_detail {
    margin-top: 26px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .index-page-head .index_text_area .index_text_detail .index_text {
    max-width: 40%;
  }
  .index-page-head .index_text_area .index_text_detail .index_lead + .index_text {
    margin-top: 15px;
  }
  /* index_column_area */
  .index-page-head .index_column_area {
    display: block;
    margin-top: 20px;
    padding: 0 30px;
  }
  .index-page-head .index_column_area .index_column_title {
    font-size: 1.8rem;
  }
  .index-page-head .index_column_area .index-column-layout {
    -webkit-flex: 1;
    flex: 1;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    padding: 40px 13px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area {
    max-width: 1080px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item,
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area .index-column-layout > .index_column_item,
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd{
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1210px) and (max-width: 1700px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area .index-column-layout {
    -webkit-flex: initial;
    flex: initial;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* ----- index-link-wrap ----- */
  .index-link-wrap.type-link-right .index_link_layout {
    right: -20%;
  }
  .index-link-wrap.type-link-left .index_link_layout {
    left: -20%;
  }
  /* index_text_area */
  .index-link-wrap.type-link-right .index_text_area {
    left: -6%;
  }
  .index-link-wrap.type-link-left .index_text_area {
    right: -3.8%;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner {
    padding: 40px 56px 50px 89px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1549px) {
  /* ----- index-link-wrap ----- */
  .index-link-wrap.type-link-right .index_link_layout {
    right: -10%;
  }
  .index-link-wrap.type-link-left .index_link_layout {
    left: -10%;
  }
  /* index_text_area */
  .index-link-wrap.type-link-right .index_text_area {
    left: -22%;
  }
  .index-link-wrap.type-link-left .index_text_area {
    right: -18.3%;
  }
}