@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    top: 10px; 
    left: 0;
    right: 0;
    width: 96.875%;
    margin: 0 auto;
    border-radius: 3px;
  }
  .Header.is-fixed {
    top: 0;
    width: 100%;
    border-radius: 0;
  }
  .Header .HeaderBody {
    padding: 0 2.58%;
  }
  .Header.is-fixed .HeaderBody {
    padding: 0 4%;
  }
  .Header .header-identity {
    margin-top: -6px;
  }
  .Header.is-fixed .header-identity {
    margin-top: 0;
  }

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* ----- mega-menu ----- */
  .mega-menu {
    top: 91px;
    right: 0;
    left: 0;
    width: 96.875%;
    margin: 0 auto;
  }
  .Header.is-fixed .mega-menu {
    width: 100%;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: 0;
  }
  .Header.is-fixed .Main {
    margin-top: 0;
  }
  .Main .container {
    width: 100%;
    max-width: 1920px;
    margin-top: 0;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- important-area ----- */
  .important-area {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    z-index: 3;
    width: 96.875%;
    margin: 0 auto;
    padding: 0 45px 5px;
    background: #faf7f0;
    border: solid 2px #e64040;
    border-radius: 3px;
  }
  .important-area .title {
    display: inline-block;
    margin-left: -45px;
    padding: 8px 45px 8px;
    line-height: 1.3;
    background: #e64040;
    border-radius: 0 0 3px 0;
    color: #fff;
    font-size: 1.04167vw;
    font-weight: bold;
  }
  .important-area .title::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    margin: 0 10px 2px 0;
    background: url(/english/img/index_sprite01.png) no-repeat -200px -120px;
    vertical-align: middle;
  }
  .important-area .news_item {
    padding: 13px 0 12px;
    border-top: solid 1px #e3e1de;
  }
  .important-area .title + .news_item {
    border-top: none;
  }
  .important-area .news_item .news_head {
    -webkit-display: flex;
    display: flex;
  }
  .important-area .news_item .news_head .news_property {
    margin-right: 20px;
    color: #666666;
    font-size: 1.4rem;
  }
  .important-area .news_item .news_head .news_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .important-area .news_item .news_detail {
    margin-top: 5px;
  }
  .important-area .news_item .news_detail > *:first-child {
    margin-top: 0;
  }
  .important-area .news_item .news_detail > *:last-child {
    margin-bottom: 0;
  }

  /* ----- main-area ----- */
  .main-area {
    position: relative;
  }
  /* catch-text */
  .main-area .catch-text,
  .main-area .catch-text-ie {
    display: none;
    position: absolute;
    bottom: 26%;
    left: 5px;
    z-index: 2;
    width: 52.32%;
    margin: 0;
    filter: drop-shadow(2px 4px 6px black);
  }
  .important-area + .main-area .catch-text,
  .important-area + .main-area .catch-text-ie {
    bottom: 19.36%;
  }
  /* visual-list */
  .main-area .visual-list {
  }
  .main-area .visual-list .img-fade img.visual-item-img {
    animation: visualSize 11s linear;
    -webkit-animation: visualSize 11s linear;
    -moz-animation: visualSize 11s linear;
  }
  .main-area .visual-list .visual-item .visual-text{
    position: absolute;
    bottom: 26%;
    left: 5px;
    z-index: 2;
    width: 52.32%;
    margin: 0;
    filter: drop-shadow(2px 4px 6px black);
  }
  .main-area .visual-list .visual-item {
    position: relative;
    overflow: hidden;
  }
  .main-area .visual-list .visual-item .cloud01,
  .main-area .visual-list .visual-item .cloud02 {
    display: none;
  }
  .main-area .visual-list .slick-current .cloud01 {
    display: block;
    position: absolute;
    /* z-index: 2; */
    animation: cloudMove01 14s linear;
  }
  .main-area .visual-list .slick-current .cloud02 {
    display: block;
    position: absolute;
    /* z-index: 2; */
    animation: cloudMove02 14s linear;
  }
  /* news-wrap */
  .main-area .news-wrap {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 96.875%;
    height: 70px;
    margin: 0 auto;
  }
  .main-area .news-wrap .news-ticker {
    position: relative;
    width: 75.86%;
    padding: 0 8% 0 2.58%;
    background: #fff;
    border-radius: 3px 0 0 3px;
  }
  .main-area .news-wrap .news-ticker > p {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    margin: 0;
  }
  .main-area .news-wrap .news-ticker dl {
    -webkit-display: flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
  }
  .main-area .news-wrap .news-ticker dl dt {
    white-space: nowrap;
    margin-right: 1em;
    color: #666;
    font-size: 1.4rem;
  }
  .main-area .news-wrap .news-ticker dl dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-area .news-wrap .news-ticker dl dd a {
    text-decoration: none;
  }
  .main-area .news-wrap .news-ticker dl dd a:hover {
    text-decoration: underline;
  }
  .main-area .news-wrap .news-ticker dl dd a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 0 10px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
  }
  .main-area .news-wrap .news-ticker dl dd a.a-blank::after {
    width: 12px;
    height: 12px;
    background-position: -80px -40px;
  }
  .main-area .news-wrap .news-ticker dl dd a.a-pdf::after {
    width: 16px;
    height: 16px;
    background-position: 0 -360px;
  }
  .main-area .news-wrap .news-ticker .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 69px;
    height: 31px;
    margin-top: -15px;
    padding: 0;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev {
    right: 69px;
    border-right: solid 1px #ccc;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-next {
    right: 0;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 3;
    display: block;
    width: 12px;
    height: 12px;
    margin: -6px -6px 0 0;
    border-top: solid 1px #575757;
    border-left: solid 1px #575757;
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 3;
    display: block;
    width: 12px;
    height: 12px;
    margin: -6px -3px 0 0;
    border-top: solid 1px #575757;
    border-right: solid 1px #575757;
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev:hover::before {
    margin-right: -3px;
    border-color: #3f6eb2;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-next:hover::before {
    margin-right: -6px;
    border-color: #3f6eb2;
  }
  /* more-link */
  .main-area .news-wrap .more-link {
    width: 13.37%;
    background: #f3f3f8;
    border-radius: 0 3px 3px 0;
  }
  .main-area .news-wrap .more-link > a {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    padding: 10px 30px 10px 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: none;
  }
  .main-area .news-wrap .more-link > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 7px;
    margin-top: -4px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
    content: "";
  }
  /* pickup-link */
  .main-area .news-wrap .pickup-link {
    width: 9.67%;
    margin-left: 1.1%;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
  .main-area .news-wrap .pickup-link > a {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 70px;
    border-bottom: solid 3px #008cd6;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
  }
  .main-area .news-wrap .pickup-link > a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -120px -400px;
    vertical-align: middle;
  }

  /* ----- contents-area01 ----- */
  .contents-area01 {
    -webkit-display: flex;
    display: flex;
    margin-top: 40px;
    overflow: hidden;
  }
  .contents-area01 .column {
    width: 50%;
  }
  /* solution-area */
  .contents-area01 .column .solution-area {
    padding: 75px 6.77% 50px 6.77%;
    background: #f3f3f8 url(/english/img/index_bg01.png) no-repeat 0 0;
  }
  .contents-area01 .column .solution-area .heading-solution a {
    text-decoration: none;
  }
  .contents-area01 .column .solution-area .heading-solution .heading_title {
    position: relative;
    line-height: 1.4;
    font-size: 1.66667vw;
    font-weight: bold;
    text-align: center
  }
  .contents-area01 .column .solution-area .heading-solution a .heading_title::after {
    content: "";
    display: inline-block;
    position: relative;
    right: 0;
    width: 23px;
    height: 7px;
    margin: 0 0 8px 9px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -44px -40px;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area01 .column .solution-area .heading-solution a:hover .heading_title::after {
    right: -10px;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image {
    -webkit-display: flex;
    display: flex;
    margin-top: 40px;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li {
    width: 50%;
    margin-right: 30px;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a {
    position: relative;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 15px;
    display: block;
    width: 18px;
    height: 7px;
    background: url(/english/img/index_sprite01.png) no-repeat -160px 0;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li:nth-of-type(2) a::after {
    background: url(/english/img/index_sprite01.png) no-repeat -200px 0;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a:hover,
  .contents-area01 .column .solution-area .solution-list .solution_list_image a:hover::after {
    opacity: 0.85;
  }
  .contents-area01 .column .list-link {
    width: 50%;
    margin: 8.48% auto 0;
  }
  .contents-area01 .column .list-link a {
    position: relative;
    display: block;
    padding: 14px 10% 12px;
    border: solid 1px #999;
    border-radius: 35px;
    font-size: 1.04167vw;
    text-align: center;
    text-decoration: none;
  }
  .contents-area01 .column .list-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 18px;
    height: 7px;
    margin-top: -3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
  }

  /* story-area */
  .contents-area01 .column .story-area {
    position: relative;
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .slick-list {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .slick-list .slick-track {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .item {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .story01 {
    background: url(/english/img/index_story_im01.jpg) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .contents-area01 .column .story-area .story-list .story02 {
    background: url(/english/img/index_story_im02.jpg) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .contents-area01 .column .story-area .story-list .story03 {
    background: url(/english/img/index_story_im03.jpg) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .contents-area01 .column .story-area .story-list .story04 {
    background: url(/english/img/index_story_im04.jpg) no-repeat 50% 0;
    background-size: auto 100%;
  }
  .contents-area01 .column .story-area .story-list .item a {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .contents-area01 .column .story-area .story-list .item a:hover {
    background-color: rgba(255,255,255,0.15);
  }
  .contents-area01 .column .story-area .story-list .item .image {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .item .title-box {
    position: absolute;
    bottom: 13%;
    left: 8.12%;
    width: 83.6%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title {
    margin: 0;
    color: #fff;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:first-child {
    display: inline-block;
    padding: 6px 5.56% 3px;
    background: #014099;
    font-size: 1.09375vw;
    white-space: nowrap;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:last-child {
    display: block;
    padding: 10px 3.56% 8px;
    line-height: 1.1;
    background: #014099;
    font-size: 1.875vw;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:last-child::after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 12px;
    margin: 0 0 0 9px;
    background: url(/english/img/index_sprite01.png) no-repeat -80px 0;
    vertical-align: middle;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .detail {
    margin: 0;
    padding: 0 3.56% 15px;
    line-height: 1.3;
    background: #014099;
    color: #fff;
    font-size: 0.9375vw;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area01 .column .story-area .story-list .item .title-box:hover .detail {
    color: rgba(255,255,255,0.8);
  }
  .contents-area01 .column .story-area .story-dot {
    position: absolute;
    bottom: 7.2%;
    left: 8.12%;
    z-index: 2;
    width: 83.7%;
    background: #fff;
    border-radius: 0 0 3px 3px;
  }
  .contents-area01 .column .story-area .story-dot .slick-list {
    width: 100%;
  }
  .contents-area01 .column .story-area .story-dot .slick-list .slick-track {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    transform: none !important;
  }
  .contents-area01 .column .story-area .story-dot .slick-list .slick-track .slick-slide {
    float: none;
  }
  .contents-area01 .column .story-area .story-dot .dot_item {
    width: 25%;
    padding: 10px 10px 5px;
    border-top: solid 5px #fff;
    cursor: pointer;
  }
  .contents-area01 .column .story-area .story-dot .slick-current .dot_item {
    border-top: solid 5px #008cd6;
  }
  .contents-area01 .column .story-area .story-dot .slick-current .dot_item span {
    color: #014099;
  }
  .contents-area01 .column .story-area .story-dot .dot_item span:first-child {
    display: block;
    line-height: 1.3;
    font-size: 0.9375vw;
    text-align: center;
  }
  .contents-area01 .column .story-area .story-dot .dot_item span:last-child {
    display: block;
    line-height: 1.1;
    font-size: 1.14583vw;
    text-align: center;
  }

  /* ----- contents-area02 ----- */
  .contents-area02 {
    margin-top: 110px;
  }
  .contents-area02 .heading-project .block {
    text-decoration: none;
  }
  .contents-area02 .heading-project .heading_title {
    line-height: 1.3;
    font-size: 1.66667vw;
    font-weight: bold;
    text-align: center;
  }
  .contents-area02 .heading-project .heading_title::after {
    content: "";
    display: inline-block;
    position:relative;
    right: 0;
    width: 18px;
    height: 7px;
    margin: 0 0 8px 6px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area02 .heading-project a:hover .heading_title::after {
    right: -10px;
  }
  /* project-list */
  .contents-area02 .project-list {
    position: relative;
    margin-top: 45px;
    padding: 0 49px 48px 49px;
  }
  .contents-area02 .project-list .project-list-column {
    -webkit-display: flex !important;
    display: flex !important;
  }
  .contents-area02 .project-list .project-item {
    overflow: hidden;
    position: relative;
    margin-right: 25px;
  }
  .contents-area02 .project-list .project-item:last-child {
    margin-right: 0;
  }
  .contents-area02 .project-list .project-item .balloon {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 7.85% 8.57% 7.14%;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area02 .project-list .project-item a:hover .balloon {
    transform: translateX(0) translateY(-100%);
    top: auto;
  }
  .contents-area02 .project-list .project-item .balloon dt {
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 7px;
    font-size: 0.9375vw;
    font-weight: bold;
  }
  .contents-area02 .project-list .project-item .balloon dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #999;
  }
  .contents-area02 .project-list .project-item .balloon dd {
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .contents-area02 .project-list-operation {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contents-area02 .project-list-operation .slick-arrow {
    width: 18px;
    height: 33px;
    border: none;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-prev {
    left: 45.36%;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -480px;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-next {
    right: 45.36%;
    background: url(/english/common/img/com_sprite01.png) no-repeat -40px -480px;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-prev:hover {
    background: url(/english/common/img/com_sprite01.png) no-repeat -80px -480px;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-next:hover {
    background: url(/english/common/img/com_sprite01.png) no-repeat -120px -480px;
  }
  .contents-area02 .project-list-operation .slick-dots {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 15px;
  }
  .contents-area02 .project-list-operation .slick-dots li {
    height: 10px;
    margin: 0 15px;
  }
  .contents-area02 .project-list-operation .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #ccc;
    border: none;
    border-radius: 5px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  _:-ms-lang(x), .contents-area02 .project-list-operation .slick-dots {
    margin-top: -15px;
  }
  .contents-area02 .project-list-operation .slick-dots li.slick-active button {
    background: #255ba8;
  }

  /* ----- contents-area03 ----- */
  .contents-area03 {
    -webkit-display: flex;
    display: flex;
    margin-top: 100px;
  }
  .contents-area03 .column:first-child {
    width: 48.69%;
    margin-right: 1.3%;
    padding-bottom: 150px;
    background: #f3f3f8 url(/english/img/index_bg02.png) no-repeat right 50% bottom 7px;
  }
  .contents-area03 .column:last-child {
    width: 48.69%;
    margin-right: 1.3%;
  }
  .contents-area03 .column .heading-aboutus {
    margin-top: 9.09%;
  }
  .contents-area03 .column .heading-aboutus .block {
    text-decoration: none;
  }
  .contents-area03 .column .heading-aboutus .heading_title {
    line-height: 1.4;
    font-size: 1.66667vw;
    font-weight: bold;
    text-align: center;
  }
  .contents-area03 .column .heading-aboutus .heading_title::after {
    content: "";
    position: relative;
    right: 0;
    display: inline-block;
    width: 19px;
    height: 7px;
    margin: 0 0 8px 9px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -44px -40px;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area03 .column .heading-aboutus a:hover .heading_title::after {
    right: -10px;
  }
  .contents-area03 .column .lead {
    margin-top: 4.24%;
    padding: 0 1.5em;
    font-size: 0.98958vw;
    text-align: center;
    line-height: 1.5;
  }
  .contents-area03 .column .lead span {
    color: #008cd6;
    font-weight: bold;
  }
  .contents-area03 .column .aboutus-list {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 4.84%;
  }
  .contents-area03 .column .aboutus-list li {
    position: relative;
    width: 25.77%;
    height: 0;
    padding-top: 25.77%;
    margin-right: 2.99%;
    background: #fff;
    border: solid 1px #999;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .contents-area03 .column .aboutus-list li:hover {
    border: solid 1px #275ca9;
  }
  .contents-area03 .column .aboutus-list li:last-child {
    margin-right: 0;
  }
  .contents-area03 .column .aboutus-list li .block {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0%;
    text-decoration: none;
  }
  .contents-area03 .column .aboutus-list li a::after {
    content: "";
    position: absolute;
    bottom: 16.18%;
    left: 50%;
    display: block;
    width: 34px;
    height: 10px;
    margin-left: -17px;
    background: url(/english/img/index_sprite01.png) no-repeat 0 0;
  }
  .contents-area03 .column .aboutus-list li .block {
    padding-top: 12%;
    text-align: center;
  }
  .contents-area03 .column .aboutus-list li:first-of-type .block {
    padding-top: 21%;
  }
  .contents-area03 .column .aboutus-list li .block .text01 {
    display: block;
    padding: 0 10px;
    line-height: 1.17;
    color: #444;
    font-size: 0.9375vw;
  }
  .contents-area03 .column .aboutus-list li .block .text02 {
    display: block;
    line-height: 1.0;
    color: #255ba8;
    font-size: 1.14583vw;
  }
  .contents-area03 .column .aboutus-list li .block .text03 {
    display: inline-block;
    line-height: 1.0;
    color: #255ba8;
    font-size: 3.33333vw;
  }
  .contents-area03 .column .aboutus-list li .block .text04 {
    display: inline-block;
    color: #444;
    font-size: 1.04167vw;
  }
  .contents-area03 .column .aboutus-list li .block .text05 {
    display: block;
    padding: 0 10px;
    line-height: 1.14;
    color: #444;
    font-size: 0.72917vw;
  }
  .contents-area03 .column .list-link {
    width: 50%;
    margin: 8.48% auto 0;
  }
  .contents-area03 .column .list-link a {
    position: relative;
    display: block;
    padding: 14px 10% 12px;
    border: solid 1px #999;
    border-radius: 35px;
    font-size: 1.04167vw;
    text-align: center;
    text-decoration: none;
  }
  .contents-area03 .column .list-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 18px;
    height: 7px;
    margin-top: -3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
  }
  .contents-area03 .column .contents-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .contents-area03 .column .contents-list .item {
    width: 48.66%;
    margin-right: 2.68%;
  }
  .contents-area03 .column .contents-list .item:nth-child(even) {
    margin-right: 0;
  }
  .contents-area03 .column .contents-list .item:nth-child(1),
  .contents-area03 .column .contents-list .item:nth-child(2) {
    margin-bottom: 70px;
  }
  .contents-area03 .column .contents-list .item.lab > dt > a {
    background: url(/english/img/index_im01.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.ir > dt > a {
    background: url(/english/img/index_im02.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.csr > dt > a {
    background: url(/english/img/index_im03.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.airtech > dt > a {
    background: url(/english/img/index_im04.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.airtech > dt > a > span {
    text-indent: -100%;
    overflow: hidden;
  }
  .contents-area03 .column .contents-list .item > dt > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 52.75%;
  }
  .contents-area03 .column .contents-list .item > dt > a:hover {
    opacity: 0.85;
  }
  .contents-area03 .column .contents-list .item > dt > a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 15px;
    display: block;
    width: 18px;
    height: 7px;
    background: url(/english/img/index_sprite01.png) no-repeat -200px 0;
  }
  .contents-area03 .column .contents-list .item:nth-child(1) > dt > a::after {
    background: url(/english/img/index_sprite01.png) no-repeat -160px 0;
  }
  .contents-area03 .column .contents-list .item > dt > a > span {
    position: absolute;
    top: 14.58%;
    left: 8.79%;
    line-height: 1.3;
    font-size: 1.04167vw;
  }
  .contents-area03 .column .contents-list .item.ir > dt > a > span,
  .contents-area03 .column .contents-list .item.lab > dt > a > span,
  .contents-area03 .column .contents-list .item.recruit > dt > a > span {
    color: #34312e;
  }
  .contents-area03 .column .contents-list .item.csr > dt > a > span {
    color: #fff;
  }
  .contents-area03 .column .contents-list .item > dd {
    padding-left: 12.74%;
  }
  .contents-area03 .column .contents-list .item.ir > dd,
  .contents-area03 .column .contents-list .item.csr > dd {
    padding-left: 0;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .contents-area03 .column .contents-list .item.ir > dd > .under-list,
  .contents-area03 .column .contents-list .item.csr > dd > .under-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li {
    width: 50%;
    margin: 25px 0 0 0;
    line-height: 1.3;
  }
  .contents-area03 .column .contents-list .item.ir > dd > .under-list > li,
  .contents-area03 .column .contents-list .item.csr > dd > .under-list > li {
    width: auto;
  }
  .contents-area03 .column .contents-list .item.csr > dd > .under-list.under-list-type02 > li {
    width: 50%;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a {
    font-size: 0.9375vw;
    text-decoration: none;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 0 7px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a.a-pdf::after {
    width: 16px;
    height: 16px;
    background-position: 0 -360px;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a > span {
    font-size: 1.4rem;
  }

  /* ----- contents-area04 ----- */
  .contents-area04 {
    margin-top: 60px;
    padding: 60px 0;
    background: url(/english/img/index_bg03.png) repeat 0 0;
  }
  .contents-area04 .pickup-column {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contents-area04 .heading-pickup {
    width: 16.09%;
  }
  .contents-area04 .heading-pickup .block {
    text-decoration: none;
  }
  .contents-area04 .heading-pickup .heading_subtitle {
    line-height: 1.3;
    font-size: 1.66667vw;
    font-weight: bold;
  }
  .contents-area04 .heading-pickup .heading_title {
    font-size: 0.9375vw;
  }
  .contents-area04 .heading-pickup a .heading_title::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 0 6px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
  }
  .contents-area04 .pickup-list {
    -webkit-display: flex;
    display: flex;
    width: 46.4%;
  }
  .contents-area04 .pickup-list > .item {
    width: 30.63%;
    margin-right: 4%;
    background: #fff;
  }
  .contents-area04 .pickup-list > .item:last-child {
    margin-right: 0;
  }
  .contents-area04 .pickup-list > .item .block {
    position: relative;
    padding-bottom: 30px;
    text-decoration: none;
  }
  .contents-area04 .pickup-list > .item .block::after {
    content: "";
    position: absolute;
    right: 7.32%;
    bottom: 6.89%;
    width: 18px;
    height: 7px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
  }
  .contents-area04 .pickup-list > .item a:hover {
    opacity: 0.85;
  }
  .contents-area04 .pickup-list > .item .title {
    position: relative;
    margin: 0;
    padding: 15px 20px 0 24px;
    font-size: 0.9375vw;
    font-weight: bold;
  }
  .contents-area04 .pickup-list > .item .title::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #014099;
  }
  .contents-area04 .pickup-list > .item .detail {
    margin: 0;
    padding: 10px 20px 0 24px;
    line-height: 1.6;
    font-size: 0.83333vw;
  }
  
  /* ----- attention-area ----- */
  .attention-area {
    margin: 30px auto 0;
    border: 1px solid #e5e5e5;
    width: 60%;
    padding: 0 20px;
    text-align: center;
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Animation
====================================================== */
@keyframes visualSize {
  0% {transform: scale(1.0);}
  100% {transform: scale(1.1);}
}
@keyframes cloudMove01 {
  0% {top: 60%; left: -8%;}
  100% {top: 50%; left: -15%;}
}
@keyframes cloudMove02 {
  0% {top: -25%; right: -15%;}
  100% {top: -15%; right: -20%;}
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .contents-area01 .column .story-area .story-list .item .title-box {
    bottom: 13%;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution01 a::before {
    width: 41px;
    height: 40px;
    margin-left: -20px;
    background-size: 420px auto;
    background-position: 0 -33px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution02 a::before {
    width: 37px;
    height: 50px;
    margin-left: -19px;
    background-size: 420px auto;
    background-position: -48px -32px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution03 a::before {
    width: 40px;
    height: 47px;
    margin-left: -20px;
    background-size: 420px auto;
    background-position: -91px -32px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution04 a::before {
    width: 49px;
    height: 59px;
    margin-left: -25px;
    background-size: 420px auto;
    background-position: -137px -32px;
  }
  .contents-area01 .column .support-area .support-column .support-list01 li a::after {
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1530px) {
  .main-area .visual-list .slick-current .cloud01,
  .main-area .visual-list .slick-current .cloud02 {
    width: 60%;
  }
  .contents-area01 .column .story-area .story-list .item .title-box {
    bottom: 12%;
  }
  .contents-area01 .column .story-area .story-dot .dot_item {
    padding: 10px 20px 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .main-area .news-wrap .news-ticker {
    padding-right: 14%;
  }
  .contents-area01 .column .story-area .story-list .item .title-box {
    bottom: 12%;
  }
  .contents-area01 .column .story-area .story-dot .dot_item {
    padding: 10px 10px 5px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution01 a::before {
    width: 31px;
    height: 31px;
    margin-left: -14px;
    background-size: 320px auto;
    background-position: 0 -25px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution02 a::before {
    width: 30px;
    height: 38px;
    margin-left: -15px;
    background-size: 320px auto;
    background-position: -36px -24px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution03 a::before {
    width: 33px;
    height: 38px;
    margin-left: -16px;
    background-size: 320px auto;
    background-position: -68px -24px;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution04 a::before {
    width: 40px;
    height: 46px;
    margin-left: -20px;
    background-size: 320px auto;
    background-position: -104px -24px;
  }
  .contents-area01 .column .support-area .support-column .support-list01 li a {
    padding: 13px 26.0% 11px 9.0%;
  }
  .contents-area01 .column .support-area .support-column .support-list01 li a::after {
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-area01 .column .solution-area .solution-list .item.solution01 a::before {
    top: 12.0%;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution02 a::before {
    top: 9.0%;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution03 a::before {
    top: 9.0%;
  }
  .contents-area01 .column .solution-area .solution-list .item.solution04 a::before {
    top: 6.0%;
  }
  .contents-area01 .column .support-area .support-column .support-list01 li a {
    padding: 13px 28.0% 11px 9.0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  .contents-area01 .column .story-area .story-list .item .title-box {
    bottom: 12%;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    margin-top: -40px;
    background: none;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main .container {
    padding: 0;
  }
  .MainBody {
    padding-top: 0;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- important-area ----- */
  .important-area {
    width: 100%;
    margin: 1px auto 0;
    padding: 0 13px 5px;
    background: #faf7f0;
    border: solid 2px #e64040;
  }
  .important-area .title {
    display: inline-block;
    margin-left: -13px;
    padding: 8px 13px 8px;
    line-height: 1.3;
    background: #e64040;
    border-radius: 0 0 3px 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .important-area .title::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    margin: 0 10px 2px 0;
    background: url(/english/img/index_sprite01.png) no-repeat -240px -60px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .important-area .news_item {
    padding: 13px 0 12px;
    border-top: solid 1px #e3e1de;
  }
  .important-area .title + .news_item {
    border-top: none;
  }
  .important-area .news_item .news_head .news_property {
    margin-right: 20px;
    color: #666666;
    font-size: 1.0rem;
  }
  .important-area .news_item .news_head .news_title {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .important-area .news_item .news_detail {
    margin-top: 5px;
  }
  .important-area .news_item .news_detail > *:first-child {
    margin-top: 0;
  }
  .important-area .news_item .news_detail > *:last-child {
    margin-bottom: 0;
  }

  /* ----- main-area ----- */
  .main-area {
    position: relative;
    /*height: 392px;*/
  }
  /* catch-text */
  .main-area .catch-text {
    display: none;
    position: absolute;
    top: 15.45%;
    left: -28%;
    z-index: 2;
    width: 133.26%;
    margin: 0;
    filter: drop-shadow(2px 4px 6px black);
  }
  .main-area .visual-list .visual-item .visual-text{
    position: absolute;
    top: 15.45%;
    left: -28%;
    z-index: 2;
    width: 133.26%;
    margin: 0;
    filter: drop-shadow(2px 4px 6px black);
  }
  /* visual-list */
  .main-area .visual-list img.visual-item-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    width: auto;
    max-width: none;
    height: 392px;
  }
  .main-area .visual-list .visual-item .cloud01,
  .main-area .visual-list .visual-item .cloud02 {
    display: none;
  }
  /* news-wrap */
  .main-area .news-wrap {
    width: 92%;
    margin: 14px auto 0;
  }
  .main-area .news-wrap .news-ticker {
    padding: 10px 13px 8px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 3px 3px 0 0;
  }
  .main-area .news-wrap .news-ticker dl dt {
    color: #666;
    font-size: 1.0rem;
  }
  .main-area .news-wrap .news-ticker dl dd {
    margin-top: 3px;
    line-height: 1.3;
  }
  .main-area .news-wrap .news-ticker dl dd a {
    font-size: 1.5rem;
    text-decoration: none;
  }
  .main-area .news-wrap .news-ticker dl dd a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 5px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .main-area .news-wrap .news-ticker .slick-arrow {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 13.18%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev {
    left: 0;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background: #ccc;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-next {
    left: 13.18%;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 3;
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px -4px 0 0;
    border-top: solid 1px #575757;
    border-left: solid 1px #575757;
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .main-area .news-wrap .news-ticker .slick-arrow.slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 3;
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px -2px 0 0;
    border-top: solid 1px #575757;
    border-right: solid 1px #575757;
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }

  /* more-link */
  .main-area .news-wrap .more-link {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
    background: #fff;
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0 3px 3px 0;
    border-radius: 0 0 3px 3px;
  }
  .main-area .news-wrap .more-link > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 40.26%;
    padding: 9px 30px 8px 10px;
    background: #f3f3f8;
    font-size: 1.5rem;
    text-decoration: none;
  }
  .main-area .news-wrap .more-link > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 6px;
    margin-top: -3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
    content: "";
  }
  /* pickup-link */
  .main-area .news-wrap .pickup-link {
    margin-top: 15px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
  .main-area .news-wrap .pickup-link > a {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
    border-bottom: solid 2px #008cd6;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }
  .main-area .news-wrap .pickup-link > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -200px -200px;
    background-size: 260px auto;
    vertical-align: middle;
  }

  /* ----- contents-area01 ----- */
  /* solution-area */
  .contents-area01 .column .solution-area {
    padding: 30px 15px 30px;
    background: #f3f3f8 url(/english/img/index_bg01.png) no-repeat 0 0;
    background-size: 480px auto;
  }
  .contents-area01 .column .solution-area .heading-solution a {
    text-decoration: none;
    text-align: center;
  }
  .contents-area01 .column .solution-area .heading-solution .heading_title {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .contents-area01 .column .solution-area .heading-solution a .heading_title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image {
    -webkit-display: flex;
    display: flex;
    margin-top: 16px;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li {
    margin-right: 30px;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a {
    display: block;
    position: relative;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: block;
    width: 14px;
    height: 6px;
    background: url(/english/img/index_sprite01.png) no-repeat -220px 0;
    background-size: 260px auto;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image li:nth-of-type(2) a::after {
    background: url(/english/img/index_sprite01.png) no-repeat -240px 0;
    background-size: 260px auto;
  }
  .contents-area01 .column .solution-area .solution-list .solution_list_image a:hover,
  .contents-area01 .column .solution-area .solution-list .solution_list_image a:hover::after {
    opacity: 0.85;
  }
  .contents-area01 .column .list-link {
    width: 50%;
    margin: 8.48% auto 0;
  }
  .contents-area01 .column .list-link a {
    position: relative;
    display: block;
    padding: 14px 30px 12px 20px;
    border: solid 1px #999;
    border-radius: 22px;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }
  .contents-area01 .column .list-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 18px;
    height: 7px;
    margin-top: -3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat 0 -40px;
  }
  /* story-area */
  .contents-area01 .column .story-area {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #f3f3f8;
  }
  .contents-area01 .column .story-area .story-list {
    position: relative;
    width: 100%;
    height: 265px;
  }
  .contents-area01 .column .story-area .story-list .slick-list {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .slick-list .slick-track {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .item {
    width: 100%;
    height: 100%;
  }
  .contents-area01 .column .story-area .story-list .story01 {
    background: url(/english/img/index_story_im01.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .contents-area01 .column .story-area .story-list .story02 {
    background: url(/english/img/index_story_im02.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .contents-area01 .column .story-area .story-list .story03 {
    background: url(/english/img/index_story_im03.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .contents-area01 .column .story-area .story-list .story04 {
    background: url(/english/img/index_story_im04.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .contents-area01 .column .story-area .story-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .contents-area01 .column .story-area .story-list .item .title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title {
    margin: 0;
    color: #fff;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:first-child {
    display: inline-block;
    padding: 6px 4.63% 0 4.63%;
    background: #014099;
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:last-child {
    display: inline-block;
    margin-top: -2px;
    padding: 10px 4.63% 8px 4.63%;
    line-height: 1.2;
    background: #014099;
    font-size: 2.3rem;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .title span:last-child::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 6px;
    margin: 0 0 0 5px;
    background: url(/english/img/index_sprite01.png) no-repeat -180px 0;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .contents-area01 .column .story-area .story-list .item .title-box .detail {
    display: none;
  }
  .contents-area01 .column .story-area .story-list .story02,
  .contents-area01 .column .story-area .story-list .story03,
  .contents-area01 .column .story-area .story-list .story04 {
    display: none;
  }
  .contents-area01 .column .story-area .story-dot {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 0 3px 3px;
  }
  .contents-area01 .column .story-area .story-dot .slick-list {
    width: 100%;
  }
  .contents-area01 .column .story-area .story-dot .slick-list .slick-track {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    transform: none !important;
  }
  .contents-area01 .column .story-area .story-dot .slick-list .slick-track .slick-slide {
    float: none;
  }
  .contents-area01 .column .story-area .story-dot .dot_item {
    width: 25%;
    padding-top: 5px;
    border-top: solid 3px #fff;
  }
  .contents-area01 .column .story-area .story-dot .slick-current .dot_item {
    border-top: solid 3px #008cd6;
  }
  .contents-area01 .column .story-area .story-dot .slick-current .dot_item span {
    color: #014099;
  }
  .contents-area01 .column .story-area .story-dot .dot_item span:first-child {
    display: block;
    line-height: 1.2;
    font-size: 1.0rem;
    text-align: center;
  }
  .contents-area01 .column .story-area .story-dot .dot_item span:last-child {
    display: block;
    line-height: 1.2;
    font-size: 1.3rem;
    text-align: center;
  }

  /* ----- contents-area02 ----- */
  .contents-area02 {
    margin-top: 35px;
  }
  .contents-area02 .heading-project .block {
    text-decoration: none;
  }
  .contents-area02 .heading-project .heading_title {
    line-height: 1.3;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .contents-area02 .heading-project .heading_title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  /* project-list */
  .contents-area02 .project-list {
    position: relative;
    padding: 12px 15px 20px;
  }
  .contents-area02 .project-list .project-item .balloon {
    padding: 17px 0 10px;
  }
  .contents-area02 .project-list .project-item a {
    text-decoration: none;
  }
  .contents-area02 .project-list .project-item .balloon dt {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    }
  .contents-area02 .project-list .project-item .balloon dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #ccc;
  }
  .contents-area02 .project-list .project-item .balloon dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contents-area02 .project-list-operation {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contents-area02 .project-list-operation .slick-arrow {
    width: 13px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999px;
    outline: none;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-prev {
    left: 31.2%;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -260px;
    background-size: 260px auto;
  }
  .contents-area02 .project-list-operation .slick-arrow.slick-next {
    right: 31.2%;
    background: url(/english/common/img/com_sprite01.png) no-repeat -160px -260px;
    background-size: 260px auto;
  }
  .contents-area02 .project-list-operation .slick-dots {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 11px;
  }
  .contents-area02 .project-list-operation .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 11px;
  }
  .contents-area02 .project-list-operation .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #ccc;
    border: none;
    border-radius: 4px;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .contents-area02 .project-list-operation .slick-dots li.slick-active button {
    background: #255ba8;
  }

  /* ----- contents-area03 ----- */
  .contents-area03 .column:first-child {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    background: #f3f3f8 url(/english/img/index_bg02.png) no-repeat right 50% bottom 0;
    background-size: 300px auto;
  }
  .contents-area03 .column:last-child {
    margin-top: 15px;
  }
  .contents-area03 .column .heading-aboutus {
    margin-top: 30px;
  }
  .contents-area03 .column .heading-aboutus .block {
    text-decoration: none;
  }
  .contents-area03 .column .heading-aboutus .heading_title {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .contents-area03 .column .heading-aboutus .heading_title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 3px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .contents-area03 .column .lead {
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
  .contents-area03 .column .lead span {
    color: #008cd6;
    font-weight: bold;
  }
  .contents-area03 .column .aboutus-list {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0 15px;
  }
  .contents-area03 .column .aboutus-list li {
    position: relative;
    width: 32.75%;
    height: 0;
    padding-top: 32.75%;
    margin-right: 0.875%;
    background: #fff;
    border: solid 1px #999;
    border-radius: 50%;
  }
  .contents-area03 .column .aboutus-list li:last-child {
    margin-right: 0;
  }
  .contents-area03 .column .aboutus-list li .block {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 14%;
    padding-bottom: 20%;
    text-decoration: none;
    text-align: center;
  }
  .contents-area03 .column .aboutus-list li a::after {
    content: "";
    position: absolute;
    bottom: 8.84%;
    left: 50%;
    display: block;
    width: 16px;
    height: 5px;
    margin-left: -8px;
    background: url(/english/img/index_sprite01.png) no-repeat -140px 0;
    background-size: 260px auto;
  }
  .contents-area03 .column .aboutus-list li .block .text01 {
    display: block;
    line-height: 1.16;
    color: #444;
    font-size: 2.4vw;
  }
  .contents-area03 .column .aboutus-list li .block .text02 {
    display: block;
    line-height: 1;
    color: #255ba8;
    font-size: 2.0vw;
  }
  .contents-area03 .column .aboutus-list li .block .text03 {
    display: inline-block;
    line-height: 1;
    color: #255ba8;
    font-size: 7.466vw;
  }
  .contents-area03 .column .aboutus-list li .block .text04 {
    display: inline-block;
    color: #444;
    font-size: 2.4vw;
  }
  .contents-area03 .column .aboutus-list li .block .text05 {
    display: block;
    margin-top: 2px;
    padding: 0 10px;
    line-height: 1.1;
    color: #444;
    font-size: 2.13vw;
  }
  .contents-area03 .column .list-link {
    width: 70%;
    margin: 25px auto 0;
  }
  .contents-area03 .column .list-link a {
    position: relative;
    display: block;
    padding: 14px 30px 12px 20px;
    border: solid 1px #999;
    border-radius: 22px;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
  }
  .contents-area03 .column .list-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 16px;
    height: 5px;
    margin-top: -3px;
    background: url(/english/img/index_sprite01.png) no-repeat -140px 0;
    background-size: 260px auto;
  }
  .contents-area03 .column .contents-list {
    padding: 0 15px 50px;
  }
  .contents-area03 .column .contents-list .item {
    width: 100%;
    margin-top: 25px;
  }
  .contents-area03 .column .contents-list .item:nth-child(1) {
    margin-top: 0;
  }
  .contents-area03 .column .contents-list .item.lab > dt > a {
    background: url(/english/img/index_im01s.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.ir > dt > a {
    background: url(/english/img/index_im02s.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.csr > dt > a {
    background: url(/english/img/index_im03s.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.airtech > dt > a {
    background: url(/english/img/index_im04s.jpg) no-repeat 0 0;
    background-size: contain;
  }
  .contents-area03 .column .contents-list .item.airtech > dt > a > span {
    text-indent: -100%;
    overflow: hidden;
  }
  .contents-area03 .column .contents-list .item > dt > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 43.47%;
  }
  .contents-area03 .column .contents-list .item > dt > a::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: block;
    width: 14px;
    height: 6px;
    background: url(/english/img/index_sprite01.png) no-repeat -240px 0;
    background-size: 260px auto;
  }
  .contents-area03 .column .contents-list .item:nth-child(1) > dt > a::after {
    background: url(/english/img/index_sprite01.png) no-repeat -220px 0;
    background-size: 260px auto;
  }
  .contents-area03 .column .contents-list .item > dt > a > span {
    position: absolute;
    top: 19px;
    left: 20px;
    line-height: 1.3;
    font-size: 1.8rem;
  }
  .contents-area03 .column .contents-list .item.ir > dt > a > span,
  .contents-area03 .column .contents-list .item.lab > dt > a > span,
  .contents-area03 .column .contents-list .item.recruit > dt > a > span {
    color: #34312e;
  }
  .contents-area03 .column .contents-list .item.csr > dt > a > span {
    color: #fff;
  }
  .contents-area03 .column .contents-list .item > dd {
    padding-left: 15px;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li {
    width: 50%;
    margin: 20px 0 0 0;
    line-height: 1.3;
  }
  .contents-area03 .column .contents-list .item.ir > dd > .under-list > li,
  .contents-area03 .column .contents-list .item.csr > dd > .under-list > li {
    width: auto;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a {
    font-size: 1.5rem;
    text-decoration: none;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 8px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
    vertical-align: middle;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a.a-pdf::after {
    width: 12px;
    height: 12px;
    background-position: -140px -180px;
  }
  .contents-area03 .column .contents-list .item > dd > .under-list > li > a > span {
    font-size: 1.0rem;
  }

  /* ----- contents-area04 ----- */
  .contents-area04 {
    padding: 15px 15px 50px;
    background: url(/english/img/index_bg03.png) repeat 0 0;
    background-size: 50% auto;
  }
  .contents-area04 .heading-pickup .block {
    text-decoration: none;
    text-align: center;
  }
  .contents-area04 .heading-pickup .heading_subtitle {
    line-height: 1.3;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .contents-area04 .heading-pickup .heading_title {
    font-size: 1.1rem;
  }
  .contents-area04 .heading-pickup a .heading_title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 0 0 5px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
  }
  .contents-area04 .pickup-list > .item {
    width: 100%;
    margin-top: 15px;
    background: #fff;
  }
  .contents-area04 .pickup-list > .item .block {
    position: relative;
    display: block;
    padding-bottom: 25px;
    text-decoration: none;
  }
  .contents-area04 .pickup-list > .item .block::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 14px;
    height: 6px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -140px -20px;
    background-size: 260px auto;
  }
  .contents-area04 .pickup-list > .item .image img {
    width: 100%;
  }
  .contents-area04 .pickup-list > .item .title {
    position: relative;
    margin: 0;
    padding: 13px 20px 0 20px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .contents-area04 .pickup-list > .item .title::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #014099;
  }
  .contents-area04 .pickup-list > .item .detail {
    margin: 0;
    padding: 5px 20px 0 20px;
    font-size: 1.4rem;
  }
  
  /* ----- attention-area ----- */
  .attention-area {
    border: 1px solid #e5e5e5;
    width: 92%;
    margin: 14px auto;
    padding: 0 20px;
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


