@charset "UTF-8";
/*======================================================= 
    当社について用スタイル
=======================================================*/
/* 共通 */
.page-tit-area{
    background-color: #f5f5f5;
    padding: 100px 0;
}
.page-tit-area h1{
    font-size: 24px;
}
.page-tit-area span{
    display: block;
    font-size: 84px;
    background: linear-gradient(to right, #BB171E, #F6B256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.main-tit{
    position: relative;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
}
.main-tit::after{
    position: absolute;
    content: "";
    width: 2.5em;
    height: 2px;
    background-color: #BB171E;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* about-top */
.about-top{
    background-color: #222;
    /* sliderありの場合は下記 */
    /* padding: 100px 0 0 0; */
    padding: 100px 0;
}
.about-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}
.l-box{
  width: calc(100% + ((100vw - 1000px) / 2));
    margin-left: calc(((100vw - 1000px) / 2) * -1);
}
.l-box img{
    display: block;
    width: 100%;
    max-width: none;
}
/* slider */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.slider-track {
  display: flex;
  width: max-content;
  animation: sliderLoop 100s linear infinite;
}
.slide {
  flex: 0 0 calc(100vw / 3);
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
/* 1セット分だけ左に送る */
@keyframes sliderLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100vw / 3 * 5));
  }
}
/* feature */
.feature{
    background-color: #f5f5f5;
}
.feature-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.feature-item{
    background-color: #fff;
    box-shadow: 2px 2px 0 #eee;
    padding: 15px;
}
.feature-top{
    display: grid;
    grid-template-columns: 45px 1fr 70px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.feature-top img{
    width: auto;
}
.feature-num{
    font-size: 64px;
    line-height: 1;
    color: #454545;
}
.feature-tit{
    font-size: 24px;
    line-height: 1.4;
}
.feature-tx{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.feature-item ul{
    padding: 0;
}
.feature-item ul li{
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
}
.feature-item ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background: url("/assets/img/about/check_icon.png") no-repeat center / contain;
}

/* stocking */
.stocking{
    background-color: #222;
}
.stocking-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
/* table */
.rating-table-wrap table:not(.has-border-color) :where(th,td){
    border: 2px solid #999;
}
.rating-table-wrap{
  max-width: 750px;
  margin: 20px auto 0 auto;
}
.rating-table{
  max-width: 750px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  margin: 50px auto 0;
}
.rating-table thead th{
  background: #999;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .02em;
}
.rating-table tbody th,
.rating-table tbody td{
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 10px;
  vertical-align: middle;
}
.rating-table tbody th{
  width: 25%;
  text-align: center;
  background: #f5f5f5;
  border-right: 1px solid #cfcfcf;
  white-space: nowrap;
}
.rating-table tbody td{
  width: 75%;
  background: #fff;
}
/* 黄色ハイライト行（右列だけ） */
.rating-table tbody tr.hl td{
  background: #f9f4b7;
}
.rating-note{
  margin-top: 10px;
  font-size: 12px;
}
.table-come{
    max-width: 750px;
    width: 100%;
    margin: auto;
}


/* trust */
.trust{
    background-color: #fff;
}
.example-block{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}
.example-block::after{
    position: absolute;
    content: "→";
    font-size: 30px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #BB171E;
    background-color: #fff;
}
.example-item1{
    border: 1px solid #828282;
    border-radius: 5px;
}
.example-item1 .example-tit{
    font-weight: bold;
    text-align: center;
    background-color: #d9d9d9;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
.example-item1 .bg-gray{
    padding: 10px 15px;
    margin-top: 15px;
}
.example-item1 ul li{
    font-weight: bold;
}
.example-item2{
    border: 1px solid #BB171E;
    border-radius: 5px;
}
.example-item2 .example-tit{
    font-weight: bold;
    text-align: center;
    background-color: #FFD5D8;
    color: #BB171E;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
.example-item2 .tx-small{
    margin-bottom: 1em;
}
.example-content{
    padding: 15px 30px;
}
.example-trust{
    font-size: 1.5em;
    line-height: 0.8;
    margin: 20px 0;
}
.example-trust span{
    font-size: 2em;
}
.example-trust .tx-large{
    font-size: 1.5em;
}
.trust-block h3{
    border-bottom: 2px solid #BB171E;
}
.trust-block .link-btn-black{
    margin-left: auto;
}
/* coating */
.sevencoat{
    position: relative;
}
.sevencoat h2{
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}
.sevencoat-img{
    width: 100%;
}
.sevencoat-content{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);   
    padding: 50px 0; 
}
.sevencoat-content img{
    margin: 30px 0;
}

/*1000px以下*/
@media screen and (max-width: 1000px){
    /* about-top */
    .about-block{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .l-box{
        width: 100%;
        margin-left: 0;
    }
    /* feature */
    .feature-block{
        gap: 15px;
    }
    .feature-top{
        position: relative;
        grid-template-columns: 25px 1fr;
    }
    .feature-tit{
        font-size: 18px;
    }
    .feature-num{
        font-size: 45px;
    }
    .feature-top img{
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .feature-item ul li{
        font-size: 15px;
    }
    /* trust */
    .example-block{
        gap: 15px;
    }
    .example-content{
        padding: 15px;
    }
    .example-trust span{
        font-size: 1.5em;
    }
    /* coating */
    .sevencoat h2{
        font-size: 24px;
    }
    .sevencoat-content{
        padding: 30px 15px;
    }
    .sevencoat-content img{
        width: 250px;
        margin: 20px 0;
    }
    .sevencoat-tx{
        font-size: 16px;
    }
}

/*750px以下*/
@media screen and (max-width: 750px){
    .page-tit-area{
        padding: 50px 0;
    }
    .page-tit-area span{
        font-size: 50px;
    }
    /* about-top */
    .about-top{
        /* padding: 50px 0 0 0; */
        padding: 50px 0;
    }
    .slider{
        margin-top: 50px;
    }
    /* freature */
    .feature-block{
        grid-template-columns: 1fr;
    }
    /* stockng */
    .stocking-block{
        grid-template-columns: 1fr;
    }
    .stocking-block img{
        margin: auto;
    }
    .rating-table tbody th{
        width: 20%;
    }
    .rating-table tbody td{
        width: 80%;
    }
    /* trust */
    .example-block{
        max-width: 500px;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px auto;
    }
    .example-block::after{
        content: "↓";
        background-color: transparent;
    }
    /* coating */
    .sevencoat-img{
        height: 300px;
        object-fit: cover;
        overflow: hidden;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    .page-tit-area{
        padding: 30px 0;
    }
    .page-tit-area h1{
        font-size: 20px;
    }
    .page-tit-area span{
        font-size: 35px;
    }
    /* trust */
    .example-tx{
        font-size: 1.5em;
    }
}