/* =========================Var========================= */

/* =========================Component========================= */

.ec-headerNaviRole {
  max-width: 1150px; }

.ec-headerTitle img {
  width: auto;
  max-width: 288px;
  height: auto; }

.ec-categoryNaviRole {
  max-width: 100%;
  background: #267DCC; }

.ec-itemNav__nav > li > a {
  background: transparent;
  color: #fff;
  transition: 0.15s;
  padding: 16px 20px;
  font-size: 14px;
  min-width: 100px;
  width: 100%; }

/*Header nav PC*/

.ec-sliderRole {
  margin-bottom: 0;
  max-width: 100%;
  padding: 0; }

.c-slideTop {
  padding-bottom: 20px;
  margin-bottom: 35px; }

.c-slideTop__img {
    position: relative; }

.c-slideTop__img .imgPC {
      height: 545px; }

.c-slideTop__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      max-height: 800px;
      max-width: 200%;
      transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }

.c-slideTop .item {
    position: relative; }

.c-slideTop .ttl1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20px; }

.c-slideTop .ttl1 h3 {
      font-size: 45px;
      font-weight: 500;
      margin: 0;
      color: #fff;
      margin: 0 0 30px; }

.c-slideTop .ttl1 p {
      font-size: 30px;
      color: #fff; }

.c-btn1__txt1 {
  background: #E6B422;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  width: 250px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-btn1__txt1:focus, .c-btn1__txt1:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none; }

.ec-secHeading {
  text-align: center; }

.ec-secHeading .ec-secHeading__en {
    color: #267DCC;
    font-size: 2.2rem;
    font-weight: bold; }

.ec-secHeading .ec-secHeading__ja {
    font-size: 3.4rem;
    font-weight: bold;
    color: #333;
    margin: 0 auto; }

.ec-shelfGrid {
  display: block; }

.ec-shelfGrid .ec-shelfGrid__item {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background: #F8F8F8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
    padding: 0;
    margin-bottom: 30px; }

.ec-shelfGrid .ec-shelfGrid__item::before {
      content: '\f054';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      padding-left: 2em;
      position: absolute;
      right: 20px;
      top: 44%; }

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
      padding: 0; }

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
      padding: 0; }

.ec-shelfGrid .ec-shelfGrid__item-imgBG {
      width: 166px;
      flex-shrink: 0;
      margin-right: 30px; }

.ec-shelfGrid .ec-shelfGrid__item-image {
      height: 125px;
      margin-bottom: 0;
      position: relative;
      padding-top: 75.3012%;
      overflow: hidden; }

.ec-shelfGrid .ec-shelfGrid__item-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        max-width: 200%;
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }

.ec-shelfGrid .ec-shelfGrid__item a {
      display: flex;
      padding: 20px 70px 20px 20px; }

.ec-shelfGrid .ec-shelfGrid__info {
    width: 100%; }

.ec-shelfGrid .ec-shelfGrid__info h3 {
      font-size: 16px;
      font-weight: bold;
      color: #337AB7;
      margin: 0;
      border-bottom: 1px solid #707070;
      padding: 0 0 5px;
      margin-bottom: 15px; }

.ec-shelfGrid .ec-shelfGrid__info p {
      font-size: 13px; }

.c-imgTxt1 {
  padding-left: 303px;
  padding-bottom: 110px;
  margin-bottom: 55px;
  position: relative; }

.c-imgTxt1__img {
    max-width: 847px;
    width: 100%;
    height: 504px; }

.c-imgTxt1__img img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.c-imgTxt1__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 482px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px 50px 150px; }

.c-imgTxt1__ttl1 {
    font-size: 3rem;
    color: #525263; }

.c-imgTxt1__detail {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525263; }

.c-imgTxt1 .c-btn1 {
    position: absolute;
    bottom: 40px;
    right: 50px; }

.c-imgTxt1--style1 {
    padding-left: 0; }

.c-imgTxt1--style1 .c-imgTxt1__info {
      left: auto;
      right: 0; }

.ec-footerRole {
  background: #fff;
  padding-top: 0;
  border: none; }

.ec-footerRole .ec-footerRole__inner img {
    max-width: 288px; }

.c-footerBG1 {
  background: #337AB7; }

.ec-footerNavi {
  margin-bottom: 0; }

.ec-footerTitle {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 20px; }

/* =========================Page========================= */

.p-index1 {
  padding: 70px 0 0; }

.p-index1 .ec-secHeading {
    margin: 0 0 40px; }

@media (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media only screen and (min-width: 768px) {
    .ec-footerNavi {
      padding: 16px 0; } }

@media screen and (min-width: 768px) {
  .ec-itemNav__nav > li:hover > a {
    background: #fff;
    color: #000; } }

@media (max-width: 1080px) and (min-width: 768px) {
    .ec-itemNav__nav > li > a {
      padding: 16px 20px;
      min-width: 100px; } }

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }
  img {
    max-width: 100%;
    height: auto; }
    .ec-headerTitle img {
      width: 150px; }
    .c-slideTop {
      padding: 0;
      margin: 0; }
        .c-slideTop__img .imgPC {
          height: 300px; }
        .c-slideTop .ttl1 h3 {
          font-size: 24px; }
        .c-slideTop .ttl1 p {
          font-size: 15px; }
      .ec-secHeading .ec-secHeading__en {
        font-size: 1.6rem;
        margin-bottom: 3px; }
      .ec-secHeading .ec-secHeading__ja {
        font-size: 2.6rem; }
        .ec-shelfGrid .ec-shelfGrid__item-imgBG {
          width: 80px;
          margin-right: 15px; }
        .ec-shelfGrid .ec-shelfGrid__item-image {
          height: auto; }
        .ec-shelfGrid .ec-shelfGrid__item a {
          padding: 10px; }
    .c-imgTxt1 {
      padding: 0;
      margin: 0 0 35px; }
      .c-imgTxt1__img {
        height: 250px; }
      .c-imgTxt1__info {
        position: initial;
        max-width: 100%;
        padding: 20px; }
      .c-imgTxt1__ttl1 {
        font-size: 2.4rem;
        margin: 0 0 10px; }
      .c-imgTxt1__detail {
        font-size: 1.4rem; }
      .c-imgTxt1 .c-btn1 {
        position: initial; }
      .c-imgTxt1 .c-btn1__txt1 {
        margin: 20px auto 0; }
    .ec-footerTitle {
      flex-direction: column;
      padding: 30px 0; }
    .ec-footerTitle .ec-footerTitle__logo {
      margin: 0 0 20px; }
    .ec-footerTitle .ec-footerTitle__logo img {
      width: 200px; }
    .p-index1 {
      padding: 50px 20px 0; }
      .p-index1 .ec-secHeading {
        margin: 0 0 30px; } }
/*# sourceMappingURL=customize.css.map */
