@charset "UTF-8";
/* Scss Document */
@media (min-width: 1000px) {
  .stxt {
    line-height: 2 !important;
    font-size: 18px !important; } }
@media (max-width: 999px) {
  .stxt {
    font-size: 14px; } }

/*
--------------------------------------
subpage kv
--------------------------------------
*/
/*画像無し*/
#subKv {
  height: 400px;
  background: -webkit-linear-gradient(left, #153a84, #232e5b);
  background: -o-linear-gradient(left, #153a84, #232e5b);
  background: linear-gradient(to right, #153a84, #232e5b);
  padding-top: 240px;
  padding-bottom: 30px; }
  @media (max-width: 999px) {
    #subKv {
      height: 240px;
      padding-top: 130px;
      padding-bottom: 30px; } }

#subKv .ttl {
  margin-bottom: 70px; }
  @media (max-width: 999px) {
    #subKv .ttl {
      margin-bottom: 47px; } }

/*
--------------------------------------
leather01
--------------------------------------
*/
#leather01 {
  margin-top: 120px; }
  @media (max-width: 999px) {
    #leather01 {
      margin-top: 50px; } }

#leather01 .txt {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    #leather01 .txt {
      text-align: justify;
      font-size: 22px;
      margin-bottom: 40px; } }

#leather01 .picBox {
  text-align: center; }
  #leather01 .picBox img {
    width: 55%;
    height: auto; }
    @media (max-width: 999px) {
      #leather01 .picBox img {
        width: 70%; } }

.bgGray {
  background-color: #f8f8f8;
  padding-top: 307px;
  margin-top: -225px;
  padding-bottom: 160px; }
  @media (max-width: 999px) {
    .bgGray {
      padding-top: 125px;
      margin-top: -94px;
      padding-bottom: 80px; } }

#leather01 .sttl {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #leather01 .sttl {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 9px; } }

#leather01 .ttlDeco {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 50px; }
  @media (max-width: 999px) {
    #leather01 .ttlDeco {
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 24px; } }

#leather01 .stxt {
  margin-bottom: 100px; }
  @media (max-width: 999px) {
    #leather01 .stxt {
      margin-bottom: 60px; } }

#leather01 .whiteBox {
  background-color: #fff;
  padding: 6.2rem 6.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 999px) {
    #leather01 .whiteBox {
      flex-direction: column;
      padding: 2rem 3rem 2.5rem; } }

@media (max-width: 999px) {
  #leather01 .whiteBox .ttlBox {
    padding-bottom: 17px; } }

#leather01 .whiteBox h4 {
  font-weight: 500;
  font-size: 28px;
  color: #1e489d;
  margin-right: 6.5rem; }
  @media (max-width: 999px) {
    #leather01 .whiteBox h4 {
      margin-right: 0rem;
      font-size: 20px; } }

#leather01 .whiteBox ul li {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2.3rem;
  padding-left: 23px; }
  @media (max-width: 999px) {
    #leather01 .whiteBox ul li {
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 1.5rem;
      line-height: 28px; } }

#leather01 .whiteBox ul li img {
  width: 16px;
  position: absolute;
  left: 0%;
  top: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 999px) {
    #leather01 .whiteBox ul li img {
      width: 14px;
      top: 16px; } }

#leather01 .whiteBox ul li:last-child {
  margin-bottom: 0; }

/*
--------------------------------------
leather02
--------------------------------------
*/
#leather02 {
  padding-top: 77px;
  padding-bottom: 110px; }
  @media (max-width: 999px) {
    #leather02 {
      padding-top: 10px;
      padding-bottom: 80px; } }

#leather02 .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 77px 0;
  border-bottom: 1px solid #c9cdd9; }
  @media (max-width: 999px) {
    #leather02 .box {
      flex-direction: column;
      padding: 40px 0; } }

#leather02 .box .txtBox {
  width: 57%; }
  @media (max-width: 999px) {
    #leather02 .box .txtBox {
      width: 100%; } }

@media (max-width: 999px) {
  #leather02 .box1 .txtBox,
  #leather02 .box3 .txtBox {
    margin-bottom: 30px; } }

#leather02 .box2 .stxt {
  margin-bottom: 25px; }
  @media (max-width: 999px) {
    #leather02 .box2 .stxt {
      margin-bottom: 20px; } }

#leather02 .box .txtBox .sttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #1e489d;
  margin-bottom: 25px; }
  @media (max-width: 999px) {
    #leather02 .box .txtBox .sttl {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px; } }

#leather02 .box .picBox {
  text-align: center;
  width: 32%; }
  @media (max-width: 999px) {
    #leather02 .box .picBox {
      width: 100%;
      text-align: center; } }

#leather02 .box1 .picBox img {
  width: 64.5%; }
  @media (max-width: 999px) {
    #leather02 .box1 .picBox img {
      width: 50%; } }

#leather02 .box2 .picBox img {
  width: 90.5%; }
  @media (max-width: 999px) {
    #leather02 .box2 .picBox img {
      width: 70%; } }

#leather02 .box3 .picBox img {
  width: 72%; }
  @media (max-width: 999px) {
    #leather02 .box3 .picBox img {
      width: 70%; } }

#leather02 .materialBoxs {
  display: flex; }
  @media (max-width: 999px) {
    #leather02 .materialBoxs {
      justify-content: center;
      margin-bottom: 30px; } }

#leather02 .materialBoxs .c_mbox {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (max-width: 999px) {
  #leather02 .materialBoxs .c_mbox img {
    width: 70%; } }

#leather02 .materialBoxs .c_mbox:nth-child(1) {
  margin-right: 2rem; }
  @media (max-width: 999px) {
    #leather02 .materialBoxs .c_mbox:nth-child(1) {
      margin-right: -1rem; } }

#leather02 .materialBoxs .sstxt {
  font-size: 14px; }
  @media (max-width: 999px) {
    #leather02 .materialBoxs .sstxt {
      font-size: 12px; } }
