@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "myfont";
  src: url("/resource/fonts/myfont.eot");
  src: url("/resource/fonts/myfont.eot?#iefix") format("embedded-opentype"), url("/resource/fonts/myfont.woff") format("woff2"), url("/resource/fonts/myfont.woff") format("woff"), url("/resource/fonts/myfont.ttf") format("truetype"), url("/resource/fonts/myfont.svg#myfont") format("svg"); }

* {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.top .c-Heading-2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold; }
  .top .c-Heading-2:after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: #c00000;
    margin: 15px auto 0; }

.top__wrap {
  padding-top: 50px; }

.top__fv {
  position: relative;
  z-index: 1; }
  .top__fv_first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    max-width: 2000px; }
    .top__fv_first_left {
      -ms-flex-order: 2;
          order: 2;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
    .top__fv_first_center {
      box-sizing: border-box;
      -ms-flex-order: 1;
          order: 1;
      width: 100vw;
      margin-bottom: 50px; }
      .top__fv_first_center .c-PenetrationContainer {
        margin-left: 0;
        margin-right: 0; }
      .top__fv_first_center .Contents-banner {
        margin-top: 0; }
      .top__fv_first_center .Banner__thum__wrap {
        padding: 12px 0;
        background: #4d4d4d;
        left: 0;
        bottom: -28px; }
      .top__fv_first_center .Banner__thum__center {
        box-sizing: border-box;
        text-align: center;
        position: relative;
        bottom: 0; }
      .top__fv_first_center .Banner__thum__list {
        margin: 0;
        padding: 0;
        position: relative;
        bottom: 10px; }
        .top__fv_first_center .Banner__thum__list > li {
          margin: 0 1px; }
      .top__fv_first_center .Banner_Shape {
        width: 40px;
        height: 4px;
        background: #fff; }
      .top__fv_first_center .Banner__controls {
        width: 40px;
        top: 0; }
      .top__fv_first_center .Banner__wrap {
        height: auto;
      }
      .top__fv_first_center .Banner__mask {
        width: 100vw; }
      .top__fv_first_center .Banner__slide {
        height: auto;
        padding-top: 50vw;
        background: center/cover no-repeat; }
        .top__fv_first_center .Banner__slide a {
          display: block; }
        .top__fv_first_center .Banner__btn__wrap {
          width: 100%;
          height: 100%;
          margin-left: 0;
          left: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-direction: column;
              flex-direction: column;
        }
        .top__fv_first_center .Banner__btn__wrap.Banner__btn__wrap--text {
          background: rgba(0, 0, 0, .3);
        }
        .top__fv_first_center .Banner__title {
          text-align: left;
          width: 100%;
          max-width: 90%;
          color: #fff;
          font-size: 18px;
          line-height: 1.5;
          font-weight: bold;
        }
        .top__fv_first_center .Banner__text {
          text-align: left;
          width: 100%;
          max-width: 90%;
          margin-top: .5em;
          color: #fff;
          font-size: 12px;
          line-height: 1.5;
        }
        .top__fv_first_center .Banner__text::after{
          content: ' [Read more]';
          display: inline-block;
        }
    .top__fv_first_right {
      -ms-flex-order: 3;
          order: 3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
    .top__fv_first_child {
      box-sizing: border-box;
      width: calc(50% - 0.5px); }
  .top__fv_second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .top__fv_second_left {
      -ms-flex-order: 1;
          order: 1;
      width: calc(50% - 0.5px); }
    .top__fv_second_center {
      -ms-flex-order: 3;
          order: 3;
      width: 100%; }
    .top__fv_second_right {
      box-sizing: border-box;
      -ms-flex-order: 2;
          order: 2;
      width: calc(50% - 0.5px); }
  .top__fv_child {
    box-sizing: border-box;
    width: 100%;
    padding-top: 74.66667%;
    background: center/cover no-repeat;
    border-top: 1px solid #fff;
    position: relative; }
    .top__fv_child:before {
      content: '';
      display: block;
      width: 100%;
      height: 28.57143%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      position: absolute;
      bottom: 0;
      left: 0; }
    .top__fv_child--large {
      padding-top: 37.33333%; }
    .top__fv_first_left .top__fv_child {
      border-top: none; }
    .top__fv_child--ceo {
      background-image: url(/resource/image/top/fv_img_ceo.jpg); }
    .top__fv_child--report {
      background-image: url(/resource/image/top/fv_img_report.jpg); }
    .top__fv_child--connects {
      background-image: url(/resource/image/top/fv_img_connects.jpg); }
    .top__fv_child--finance {
      background-image: url(/resource/image/top/fv_img_finance.jpg); }
    .top__fv_child--innovation {
      background-image: url(/resource/image/top/fv_img_diversity.jpg); }
    .top__fv_child--number {
      background-image: url(/resource/image/top/fv_img_number.jpg); }
    .top__fv_child--sdgs {
      background-image: url(/resource/image/top/fv_img_sdgs.jpg); }
    .top__fv_child a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .top__fv_child a:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: .15s ease-in-out; }
    .top__fv_child span {
      box-sizing: border-box;
      text-align: center;
      display: block;
      width: 100%;
      padding: .75em 1em;
      color: #fff;
      font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 13px;
      line-height: 1.2;
      font-weight: bold;
      letter-spacing: .03em;
      font-feature-settings: "palt";
      position: absolute;
      left: 0;
      bottom: 0; }
    .top__fv_child small {
      font-size: .6em; }
    .top__fv_child--connects span {
      font-size: .9em; }

.top__gray {
  background: #efefef url(/resource/image/top/gray_bg.png) top center/100% auto no-repeat;
  max-width: 2000px; }

.top__conversion {
  padding: 6px 0 0; }
  .top__conversion_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-bottom: 36px;
    background: #ccc;
    border-bottom: 1px solid #ccc; }
    .top__conversion_links_link {
      text-align: center;
      width: calc(50% - 0.5px);
      background: #fff;
      border-top: 1px solid #ccc; }
      .top__conversion_links_link a {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        height: 139px;
        padding: 24px 0 20px; }
      .top__conversion_links_link figure {
        margin-bottom: 10px; }
      .top__conversion_links_link img {
        width: 51px;
        height: 51px; }
      .top__conversion_links_link span {
        width: 90%;
        margin: auto;
        font-size: 12px;
        line-height: 1.41667;
        font-weight: bold; }

.top__info {
  padding: 30px 0 40px; }
  .top__info_content {
    box-sizing: border-box;
    margin: 10px auto 0;
    padding: 20px 10px 10px;
    width: 94.66667%;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: relative; }
    .top__info_content_title {
      text-align: center;
      font-size: 22px;
      font-weight: bold; }
    .top__info_content_look {
      font-size: 13px;
      line-height: 1.5;
      position: absolute;
      top: 24px;
      right: 10px; }
    .top__info_content_social {
      height: 700px;
      overflow-y: scroll; }
    .top__info_content_twitter{
      margin-top: 30px; }
  .top__info .Icon-facebook:before {
    content: "\F039";
    font-family: "myfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* For With CJK Text =========== */
    position: relative;
    top: -0.1em;
    font-size: 34px;
    color: #CC0000; }
  .top__info .Icon-youtube:before {
    content: "\F014";
    font-family: "myfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* For With CJK Text =========== */
    position: relative;
    top: -0.1em;
    font-size: 34px;
    color: #CC0000; }
  .top__info .Icon-in:before {
    content: "\F012";
    font-family: "myfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    font-size: 34px;
    color: #CC0000; }
  .top__info .Icon-tw:before {
    content: "\F011";
    font-family: "myfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    font-size: 34px;
    color: #CC0000; }
  .top__info .Twitter__inner{
    text-align: center; }

.top__group {
  padding: 30px 0;
  background: #fff; }
  .top__group_list {
    width: 94.66667%;
    margin: 0 auto; }
    .top__group_list_li + .top__group_list_li {
      margin-top: 1px; }
    .top__group_list_li a {
      box-sizing: border-box;
      display: block;
      text-align: center;
      padding: 23px 0 23px 24px;
      background: #d9d9d9;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      .top__group_list_li a:before {
        display: inline-block;
        color: #cc0000;
        content: "\F000";
        vertical-align: middle;
        text-transform: none;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        font-size: 8px;
        font-family: "myfont";
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        position: absolute;
        top: 50%;
        left: 25px;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top__aside {
  max-width: 2000px;
  background: #efefef;
  margin: 0 auto;
  padding: 30px 0 25px;
  font-size: 13px;
  line-height: 1.5; }
  .top__aside_wrap {
    width: 94.66667%;
    margin: 0 auto; }
  .top__aside_relation_li a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px 25px;
    background: #fff;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    font-feature-settings: "palt";
    position: relative; }
    .top__aside_relation_li a figure {
      position: absolute;
      top: 50%;
      left: 18px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      z-index: 0; }
    .top__aside_relation_li a img {
      width: 51px;
      height: 51px; }
    .top__aside_relation_li a span {
      display: block;
      position: relative;
      -ms-transform: translateX(10px);
          transform: translateX(10px);
      z-index: 1; }
  .top__aside_relation_li + .top__aside_relation_li {
    margin-top: 1px; }
  .top__aside_text {
    margin-top: 1.25em; }
    .top__aside_text .Link-text {
      margin-top: .25em; }

.ticn {
  box-sizing: border-box;
  display: block;
  width: auto;
  padding: 10px;
  background: #efefef; }
  .ticn__child {
    text-align: left;
    padding: 10px 0 0 0; }
    .ticn__child:first-child {
      padding: 0;
      border: none; }
    .ticn__child a {
      display: inline-block;
      text-align: left;
      padding: 0 0 0 27px;
      position: relative; }
    .ticn__child--mail > a:before {
      content: "\F002";
      font-family: "myfont";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: middle;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: -0.1em;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 20px;
      color: #cc0000; }
    .ticn__child--rss > a:before {
      content: "\F004";
      font-family: "myfont";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: middle;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: -0.1em;
      position: absolute;
      left: 2px;
      top: 3px;
      font-size: 15px;
      color: #cc0000; }

.tics {
  text-align: center;
  margin: 20px 0 0; }
  .tics__list_li {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 4px 5px; }
  @media screen and (min-width: 769px){
  .top .c-Heading-2{
    font-size: 30px;
    margin: 30px 0 40px; }
  .top__fv_wrap{
    width: 98.88889%;
    max-width: 2000px;
    margin: 0 auto; }
  .top__fv_first{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .top__fv_first_left{
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 19.49438%; }
  .top__fv_first_center{
    -ms-flex-order: 2;
        order: 2;
    width: 59.83146%;
    margin-bottom: 0; }
  .top__fv_first_center .Contents-banner{
    min-width: 455px; }
  .top__fv_first_center .Banner__thum__wrap{
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 30; }
  .top__fv_first_center .Banner__thum__center{
    padding: 0 38px;
    height: 8px;
    top: 4px; }
  .top__fv_first_center .Banner__thum__list > li{
    margin: 0 2px; }
  .top__fv_first_center .Banner_Shape{
    width: 56px;
    height: 8px; }
  .top__fv_first_center .Banner__controls{
    width: 56px;
    height: 8px; }
  .top__fv_first_center .Banner__mask{
    width: 100%; }
  .top__fv_first_center .Banner__slide{
    padding-top: 29.44444vw; }
  .top__fv_first_center .Banner__slide a:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .15s ease-in-out; }
  .top__fv_first_center .Banner__slide a:hover:before{
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  .top__fv_first_center .Banner__title {
    font-size: 32px;
  }
  .top__fv_first_center .Banner__text {
    font-size: 16px;
  }
  .top__fv_first_right{
    -ms-flex-direction: column;
        flex-direction: column;
    width: 19.49438%; }
  .top__fv_first_child{
    width: 100%; }
  .top__fv_second{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 0.5618%; }
  .top__fv_second_left{
    width: 19.49438%; }
  .top__fv_second_center{
    -ms-flex-order: 2;
        order: 2;
    width: 59.83146%; }
  .top__fv_second_right{
    -ms-flex-order: 3;
        order: 3;
    width: 19.49438%; }
  .top__fv_child:before{
    display: none; }
  .top__fv_child--innovation::before{
    display: block;
  }
  .top__fv_child--large{
    padding-top: 24.22535%; }
  .top__fv_child--finance{
    background-image: url(/resource/image/top/fv_img_finance_pc.jpg); }
  .top__fv_child a{
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .top__fv_child a:hover:before{
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  .top__fv_child span{
    text-align: left; }
  .top__gray{
    background-image: url(/resource/image/top/gray_bg_pc.png);
    background-size: 100% auto;
    margin-top: -84px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 84px;
    z-index: 0; }
  .top__conversion_links{
    margin-bottom: 70px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .top__conversion_links_link a{
    padding: 56px 0 52px;
    height: 208px; }
  .top__conversion_links_link img{
    width: 75px;
    height: 75px; }
  .top__conversion_links_link span{
    font-size: 18px; }
  .top__pickup_list{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .top__pickup_list_li{
    width: 25%;
    padding-top: 18.77778%; }
  .top__pickup_list_li a:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .15s ease-in-out; }
  .top__pickup_list_li a span{
    font-size: 16px; }
  .top__pickup_list_li a:hover:before{
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  .top__info{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0; }
  .top__info_content{
    width: calc(50% - 0.5px);
    padding: 30px;
    margin: 1px 0 0; }
  /* .top__info_content--news {
    width: 100%;} */
  .top__info_content_title{
    font-size: 24px; }
  .top__info_content_look{
    top: 34px;
    right: 30px; }
  .top__info_content_social{
    height: 650px; }
  .top__info .Twitter__inner{
    text-align: center; }
  .top__group{
    padding: 60px 0; }
  .top__group_list_li{
    width: 100%; }
  .top__group_list_li a{
    font-size: 14px; }
  .top__aside{
    padding: 60px 0 50px; }
  .top__aside_wrap{
    width: 76.66667%;
    max-width: 1380px; }
  .top__aside_relation_li a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 16px 0 18px; }
  .top__aside_relation_li a{
    font-size: 16px; }
  .top__aside_relation_li a:hover{
    color: #c00000; }
  .top__aside_relation_li a figure{
    position: static;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .top__aside_relation_li a span{
    margin: 0 0 0 30px;
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .ticn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .ticn__child{
    padding: 0 20px;
    border-left: 1px solid #e5e5e5; }
  .ticn__child:first-child{
    padding: 0 20px; }
  .tics__list_li a{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: .15s ease-in-out; }
  .tics__list_li a:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
    @media screen and (max-width: 1024px){
    .top__fv_first_center .Banner_Shape{
      width: 40px;
     }
    .top__fv_first_center .Banner__controls{
      width: 40px;
     }
    }
    @media screen and (max-width: 769px){
      .top__fv_first_center .Banner_Shape{
        width: 30px;
       }
      .top__fv_first_center .Banner__controls{
        width: 30px;
       }
      }
  @media screen and (min-width: 1000px){
  .top__wrap{
    padding-top: 110px; }
  .top__fv_child span{
    font-size: 16px; }
  .top__pickup_list_li a{
    padding-top: 20px; }
  .top__pickup_list_li a span{
    font-size: 22px; }
  .top__group_list{
    display: -ms-flexbox;
    display: flex;
    width: 76.66667%;
    max-width: 1380px; }
  .top__group_list_li + .top__group_list_li{
    margin-top: 0;
    margin-left: 1px; }
  .top__aside_relation{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .top__aside_relation_li{
    width: 49.92754%; }
  .top__aside_relation_li + .top__aside_relation_li{
    margin-top: 0; }
  .top__aside_text{
    margin-top: 40px; }
  .top__aside_text .Link-text{
    margin-top: 10px; } }
  @media screen and (min-width: 2000px){
  .top__fv_first_center .Banner__slide{
    padding-top: 588px; } }
  @media screen and (min-width: 1400px){
  .top__fv_child span{
    font-size: 18px; }
  .top__pickup_list_li a{
    padding-top: 30px; }
  .top__group_list_li a{
    font-size: 18px;
    padding: 43px 24px; }
  .top__aside_relation_li a img{
    width: 75px;
    height: 76px; } }
  @media screen and (min-width: 1200px){
  .top__conversion{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 0 0; }
  .top__conversion_block{
    width: 48.54167%; } }
  @media screen and (min-width: 1600px){
  .top__conversion_links_link span br{
    display: none; } }


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
注意喚起
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.notice_wrap{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 60px auto 0;
  padding: 30px;
  width: 80%;
  background-color: #ffffff;
}

.notice_wrap.notice_under{
  margin-top: 0;
}

.notice_wrap + .top__info{
padding-top: 80px;
}

.notice_wrap + .top__conversion{
  padding-top: 30px;
}

.attention_wrap{
  display: table;
}

.attention_wrap img{
  max-width: 30px;
}

.img_attention{
  padding-right: 10px;
}

.attention_wrap p{
  display: table-cell;
  vertical-align: middle;
}

.title_attention{
  color: #c00000;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  padding-right: 10px;
  white-space: nowrap;
}

.link_attention.c-List-info__link > a:before{
  transform: rotate(90deg);
}

.link_attention.c-List-info__link a{
  font-size: 14px;
}



@media screen and (max-width:768px){
  .notice_wrap{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  padding: 20px 10px 15px;
  width: 94.66667%;
  font-size: 14px;
  }
  .title_attention{
    font-size: 16px;
  }
  .notice_wrap + .top__conversion{
    padding-top: 0;
  }
  .notice_wrap + .top__info{
  padding-top: 30px;
  }
  .top__gray{
    padding-top: 30px;
  }
}


.top__fv_first_center .Banner__contents-box{
  background-color: rgba(38,38,38,0.8);
  padding:2.6% 5% 3%;
  box-sizing: border-box;
  text-align: center;
}

.top__fv_first_center .Banner__contents-box .Banner__title{
  text-align: center;
  max-width: 100%;
  line-height: 1.3;
}

.top__fv_first_center .Banner__contents-box .Banner__text{
  text-align: center;
    max-width: 100%;
    margin: 5px 0 10px;
}


.top__fv_first_center .Banner__contents-box .Banner__text::after {
  display: none;
}

.Banner__contents-box .Banner_btn{
  color: #fff;
  padding:9px 10px;
  background-color: rgba(202,36,32,0.54);
  width: 100%;
  max-width: 84px;
  display: inline-block;
  border:1px solid #ffffff;
  font-size: 14px;
}

@media screen and (max-width:1000px){
  .top__fv_first_center .Banner__contents-box{
    padding:10px 20px 20px;
    width: 53%;
    margin-top: -40px;
  }
  .top__fv_first_center .Banner__contents-box .Banner__title{
    font-size: 18px;
  }
}

@media screen and (max-width:768px){
  .top__fv_first_center .Banner__contents-box{
    padding:10px 40px 20px;
    width: auto;
    margin-top: 0;
  }
  .top__fv_first_center .Banner__contents-box .Banner__title{
    font-size: 22px;
  }
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
追記
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ローテバナー内のタイトルとリードの大きさ調整*/
.top__fv_first_center .Banner__title.Banner__title--l{
  font-size: 42px;
}

.top__fv_first_center .Banner__text.Banner__text--l{
  font-size: 18px;
}

@media screen and (max-width:1000px) {
  .top__fv_first_center .Banner__title {
    line-height : 1.3;
  }
  .top__fv_first_center .Banner__title.Banner__title--l {
    font-size : 32px;
  }
  .top__fv_first_center .Banner__text.Banner__text--l {
    font-size : 14px;
  }
}

@media screen and (max-width:768px) {
  .top__fv_first_center .Banner__title.Banner__title--l {
    font-size : 18px;
  }
}


/*ローテバナー Read more 非表示*/
.top__fv_first_center .Banner__text.readmore_none::after{
  display: none;
}

/*ローテバナー 黒フィルター 非表示*/
.top__fv_first_center .Banner__btn__wrap.Banner__btn__wrap--text.filter__none {
  background: none;
}

body,html{
  overflow-x: hidden;
}

@media screen and (min-width: 1000px){
  .hp__line-height--top{
    line-height: 1.5;
  }
  .top .c-Header__nav__sub__list > ul > li > a.hp__line-height--top:before{
    top: 4px;
  }
}