@charset "utf-8";
/*========= 調整 =============*/
@media screen and (max-width: 768px){
  .pc {
    display: none;
  }
  .product-list .product-list-sp {
    display: table-cell;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
a:link, a:visited, a:active{
  color: #000;
}
/*========= 調整ここまで =============*/
/*========= 共通 =============*/
.main-wrap {
  padding-top: 143px;
}
@media screen and (max-width:768px) {
  .main-wrap {
    padding-top: 48px;
  }
}
@media screen and (max-width:480px) {
  .main-wrap {
    padding-top: 44px;
  }
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.content {
  padding: 95px 0 65px;
}
.content .content__heading {
  display: inline-block;
  padding: 6px 53px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  background-color: #00286F;
  border-radius: 999px;
}
.content .content__lead {
  padding: 20px 0 60px;
  font-size: 18px;
}
.content__caption {
  text-align: right;
}
.content__caption .content__caption-txt {
  display: inline-block;
  width: 100%;
  padding: 5px 7px;
  text-align: center;
  font-size : 19px;
  color : #00286F;
  font-weight : bold;
  background : #EBF4FF;
  border-radius: 999px;
}
.content .note {
  padding: 27px 1% 0;
  font-size : 16px;
  line-height : 1.9;
}
.content .note .note__list {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:768px) {
  .content {
    padding: 85px 0 68px;
  }
  .content .content__lead {
    padding: 20px 0 30px;
    font-size: 20px;
  }
  .content .note {
    padding: 20px 3.8% 0;
    font-size: clamp(10px, 2.5vw, 15px);
  }
}
@media screen and (max-width:640px) {
  .content {
    padding: 13.5% 0 10%;
  }
  .content .content__heading {
    padding: 6px 9%;
    font-size: clamp(13px, 4vw, 26px);
  }
  .content .content__lead {
    font-size: clamp(10px, 3vw, 20px);
  }
  .content__caption .content__caption-txt {
    font-size: clamp(10px, 3.5vw, 19px);
  }
}
/*========= top area =============*/
.top {
  background-image: url(/fmv/durability/images/base_01_pc.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}
.top .top__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-align: center;
}
.top .top__ttl .top__heading {
  padding-bottom: 34px;
  font-weight : bold;
  font-size : 68px;
  color : #fff;
  text-shadow : 2.79px 2.79px 2.79px #000;
}
.top .top__ttl .top__txt {
  font-size : 18px;
  line-height : 2;
  color : #fff;
  text-shadow : 3.17px 3.17px 3.17px #000;
}
@media screen and (max-width:768px) {
  .top {
    background-image: url("/fmv/durability/images/base_01_sp.png");
  }
  .top .top__ttl .top__heading {
    font-size : 58px;
  }
}
@media screen and (max-width:640px) {
  .top .top__ttl .top__heading {
    font-size: clamp(46px, 10vw, 58px);
  }
  .top .top__ttl .top__txt {
    font-size: clamp(13px, 4vw, 18px);
  }
}
/*========= top areaここまで =============*/
/*========= case area =============*/
.case {
  background-image: url(/fmv/durability/images/base_02_pc.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top -100px center;
}
.case .case__list .case__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.case .case__list .case__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:769px) {
  .case .case__list .list-item-02 {
    flex-direction: row-reverse;
  }
  .case .case__list .case__list-item:nth-child(even) .case__list-item-ttl {
    text-align: left;
  }
  .case .case__list .case__list-item:nth-child(odd) .case__list-item-ttl {
    text-align: right;
  }
}
.case .case__list .case__list-item .case__list-item-ttl {
  width: 50%;
  padding: 30px 30px 80px;
}
.case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-inner {
  display: inline-block;
  text-align: center;
}
.case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-txt {
  font-weight : bold;
  font-size : 28px;
}
.case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-heading {
  display: inline-block;
  padding: 20px 19px 0;
  font-size : 58px;
  font-weight: 900;
  line-height : 1.46;
  letter-spacing : 2.9px;
  color : #00286F;
  background: linear-gradient(transparent 70%, #BAE7FF 70%);
}
.case .case__list .case__list-item img.case__list-item-img {
  width: 50%;
}
@media screen and (max-width:768px) {
  .case {
    background-image: url("/fmv/durability/images/base_02_sp.png");
  }
  .case .case__list .case__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
    text-align: center;
  }
  .case .case__list .case__list-item .case__list-item-ttl {
    width: 100%;
    padding: 45px 0 22px;
  }
  .case .case__list .case__list-item img.case__list-item-img {
    width: 100%;
  }
  .case .case__list .case__list-item:last-child img.case__list-item-img {
    margin-bottom: 0;
  }
}
@media screen and (max-width:640px) {
  .case .case__list .case__list-item .case__list-item-ttl {
    padding: 22px 0;
  }
  
  .case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-txt {
    font-size: clamp(16px, 5vw, 28px);
  }
  .case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-heading {
    padding: 5% 19px 0;
    font-size: clamp(26px, 9vw, 58px);
  }
}
@media screen and (max-width:430px) {
  .case .case__list .case__list-item .case__list-item-ttl .case__list-item-ttl-heading {
    padding: 4% 15px 0;
  }
}
/*========= case areaここまで =============*/
/*========= about area =============*/
.about {
  background-image: url(/fmv/durability/images/base_02_pc.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top 0 center;
}
.about .about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .about__list .about__list-item {
  display: flex;
  flex-direction: column;
  margin: 0 1%;
  max-width: 380px;
  width: calc(100% / 3 - 2%);
}
.about .about__list .about__list-item .about__list-item-ttl img.about__list-item-ttl-img {
  max-width: 125px;
  width: 100%
}
.about .about__list .about__list-item .about__list-item-ttl .about__list-item-ttl-txt {
  font-size : clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing : 1.3px;
  color : #00286F;
}
.about .about__list .about__list-item .about__list-item-txt {
  flex-grow:1;
  padding: 20px 0;
  font-size : clamp(13px, 1.5vw, 15px);
  line-height : 1.28;
}
.about .about__list .about__list-item img.about__list-item-img {
  max-width: 380px;
  width: 100%
}
.about .about__list .about__list-caption {
  width: 100%;
}
.about .content__caption {
  margin: 55px 0 16px;
}
.about .content__caption .content__caption-txt {
  /*max-width: calc(100% * 2 / 3 - 1%);*/
  max-width: calc(100% * 1 / 3);
}
@media screen and (max-width:768px) {
  .about {
    background-image: url("/fmv/durability/images/base_02_sp.png");
  }
  .about .about__list {
    padding: 0 2%;
  }
  .about .about__list .about__list-item {
    display: flex;
    flex-direction: column;
    margin: 0 1.8% 40px 1.8%;
    max-width: 340px;
    width: calc(100% / 2 - 3.8%);
  }
  .about .about__list .about__list-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .about .about__list .about__list-item .about__list-item-ttl .about__list-item-ttl-txt {
    font-size: clamp(10px, 3.5vw, 25px);
    font-weight: 900;
    letter-spacing: 1.25px;
    color: #00286F;
  }
  .about .about__list .about__list-item .about__list-item-txt {
    font-size: clamp(10px, 2.5vw, 15px);
  }
  .about .content__caption {
    margin: 30px auto;
    /*max-width: 500px;*/
  }
  .about .content__caption .content__caption-txt {
    /*max-width: 500px;*/
    max-width: 50%;
  }
}
@media screen and (max-width:500px) {
  .about .about__list .about__list-item .about__list-item-ttl img.about__list-item-ttl-img {
    max-width: 90px;
  }
}
/*========= about areaここまで =============*/
/*========= more area =============*/
.more {
  background-image: url(/fmv/durability/images/base_02_pc.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top -100px center;
}
.more .more__top {
  padding: 64px 0 59px;
  text-align: center;
}
.more .more__top .more__heading {
  padding-bottom: 39px;
  font-size : clamp(30px, 4vw, 36px);
  font-weight: 900;
  line-height : 1.55;
  color : #00286F;
}
.more .more__top .more__txt {
  font-size : clamp(16px, 2vw, 18px);
}
.more .more__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more .more__list .more__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1%;
  padding: 1.5%;
  width: calc(100% / 4 - 2%);
  max-width: 285px;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #002869;
  border-radius : 5px;
}
.more .more__list .more__list-item:nth-of-type(n+5) {
  margin-top: 1.9%;
}
.more .more__list .more__list-item img.more__list-item-img {
  max-width: 125px;
  width: 100%
}
.more .more__list .more__list-item .more__list-item-ttl {
  font-size : 24px;
  font-weight: 900;
  line-height : 1.5;
  letter-spacing : 1.2px;
  color : #00286F;
}
.more .more__list .more__list-item .more__list-item-txt {
  padding: 4% 0;
  font-size : 13px;
  line-height : 1.54;
  text-align: left;
}
.more .content__caption {
  margin: 55px 25px 16px;
}
.more .content__caption .content__caption-txt {
  max-width: calc(100% * 2 / 3 - 1%);
}
@media screen and (max-width:768px) {
  .more {
    background-image: url("/fmv/durability/images/base_02_sp.png");
  }
  .more .more__top {
    padding: 7% 0 6%;
  }
  .more .more__top .more__heading {
    padding-bottom: 30px;
    font-size: clamp(19px, 4vw, 25px);
    font-weight: 900;
  }
  .more .more__top .more__txt {
    font-size: clamp(10px, 3vw, 14px);
  }
  .more .more__list {
    padding: 0 2%;
  }
  .more .more__list .more__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1.8%;
    padding: 3%;
    width: calc(100% / 2 - 3.6%);
    max-width: 340px;
    aspect-ratio: 1;
    background-color: #fff;
    border: 1px solid #002869;
    border-radius: 5px;
  }
  .more .more__list .more__list-item:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .more .more__list .more__list-item img.more__list-item-img {
    max-width: 150px;
    width: 100%;
  }
  .more .more__list .more__list-item .more__list-item-ttl {
    font-size: clamp(19px, 5vw, 28px);
    font-weight: 900;
    letter-spacing: 1.4px;
  }
  .more .more__list .more__list-item .more__list-item-txt {
    padding: 5% 0;
    font-size: clamp(10px, 3vw, 15px);
  }
}
/*========= more areaここまで =============*/
/*========= product-list area =============*/
.product-list {
  padding-top: 100px;
}
.product-list .product-list__caption {
  display: inline-block;
  margin-bottom: 7%;
  padding: 4px 4%;
  font-size : clamp(19px, 1.8vw, 22px);
  font-weight : bold;
  color : #00286F;
  border: 4px solid #00286F;
  border-radius : 999px;
}
.product-list .product-list__table-wrap {
  position: relative;
}
.product-list .product-list__table-wrap table {
  width: 100%;
  text-align: center;
}
.product-list .product-list__table-wrap th, .product-list .product-list__table-wrap td {
  background-color: #fff;
  vertical-align: middle;
}
.product-list .product-list__thead-wrap {
  width: 100%;
}
.product-list .product-list__thead-wrap > div,
.product-list .product-list__tbody-wrap {
	position: relative;
  width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.product-list .product-list__thead-wrap .product-list__slide-btn {
  position: absolute;
  top: 50%;
  margin-top: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 50%;
  z-index: 1;
}
.product-list .product-list__thead-wrap  .product-list__slide-btn.hidden {
  visibility: hidden;
}
.product-list .product-list__thead-wrap .product-list__slide-btn.left {
  padding-left: 17px;
}
.product-list .product-list__thead-wrap .product-list__slide-btn.right {
  padding-left: 12px;
}
.product-list .product-list__thead-wrap .product-list__slide-btn:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.product-list .product-list__thead-wrap .product-list__slide-btn.left:after {
  transform: rotate(-135deg);
}
.product-list .product-list__thead-wrap .product-list__slide-btn.right:after {
  transform: rotate(45deg);
}
.product-list .product-list__thead-wrap .product-list__slide-btn.end {
  pointer-events: none;
  opacity: .4;
}
.product-list .product-list__label .product-list__label-inner {
  display: flex;
  align-items: center;
  width: 230px;
}
.product-list .product-list__label .product-list__label-inner .product-list__label-img {
  max-width: 68px;
  width: 100%;
  margin-right: 15px;
}
.product-list .product-list__label .product-list__label-inner .product-list__label-txt {
  font-size : 13px;
  font-weight : bold;
}
.product-list .product-list__head {
  margin: 0 10px;
  padding: 10px;
  font-size : 15px;
  font-weight : bold;
  border-bottom: 2px solid #B2B2B2;
}
.product-list .product-list__head.product-list__head-last {
  margin-right: 0;
}
.product-list .product-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list .product-list__item.product-list__item-last {
  margin-right: 0;
}
.product-list .product-list__item .product-list__item-link {
  max-width: 125px;
  width: 100%;
  margin: 10px;
}
.product-list .product-list__item .product-list__item-series-type {
  font-size : 10px;
  font-weight : bold;
}
.product-list .product-list__item .product-list__item-series-name {
  font-size : 13px;
  font-weight : bold;
  display: block;
  height: 35px;
}
.product-list .product-list__item .product-list__item-series-name.line_w,
.product-list .product-list__item .product-list__item-series-name.line_w span {
  line-height: 100%;
}
.product-list .product-list__item .product-list__item-series-name span {
  font-size : 23px;
}
.product-list .product-list__item .product-list__item-btn {
  max-width: 88px;
  margin: 15px auto 0;
  padding: 5px;
  font-size : 12px;
  font-weight : bold;
  text-align: center;
  border: 1px solid #000;
  border-radius: 999px;
}
.product-list .product-list__item .product-list__item-link:hover .product-list__item-btn {
  color: #fff;
  background-color: #000;
}
.product-list .product-list__table-wrap tbody th, .product-list .product-list__table-wrap tbody td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.product-list .product-list__table-wrap tbody td {
  text-align: center;
}
.product-list .product-list__table-wrap tbody td:last-child {
  padding-right: 0;
}
.product-list .product-list__table-wrap .content__caption-block td {
  padding: 0;
}
.product-list .content__caption {
  margin: 40px 0 25px 10px;
}
.product-list .mark {
  font-size: 120%;
  font-weight: 900;
  color: #002869;
}
.product-list .mark-h {
  color: #002869;
}

@media screen and (max-width:980px) and (min-width:769px) {
  .product-list .product-list__head {
    margin: 0 5px;
    padding: 5px;
    font-size: clamp(13px, 1.8vw, 15px);
  }
  .product-list .product-list__item .product-list__item-link {
    margin: 10px 5px;
  }
  .product-list .product-list__item .product-list__item-series-name span {
    font-size: clamp(19px, 1.8vw, 23px);
  }
  .product-list .product-list__item .product-list__item-btn {
    width: 70px;
    margin: 15px auto 0;
    font-size: clamp(10px, 1.1vw, 12px);
  }
  .product-list .product-list__label .product-list__label-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
  }
  .product-list .product-list__label .product-list__label-inner .product-list__label-img {
    margin-right: 0;
  }
  .content__caption .content__caption-txt {
    font-size: clamp(17px, 1.8vw, 19px);
  }
}
@media screen and (max-width:768px) {
  .product-list .product-list__caption {
    font-size: clamp(10px, 3.5vw, 22px);
  }
  .product-list .product-list__table-wrap {
    margin-left: 44px;
  }
  .product-list .product-list__table-wrap table {
    width: auto;
  }
  .product-list .fix-area, .product-list .scroll-area {
    float: left;
    overflow: hidden;
  }
  .product-list .fix-area, .product-list .product-list__label, .product-list thead .product-list__label {
    width: 27.5vw;
    width: calc(23vw + 30px);  /*.product-list__label-inner + thtd:padding*/
  }
  .product-list .fix-area > div, .product-list .scroll-area > div {
    width: 2000px;
  }
  .product-list .scroll-area > div {
    margin-left: -27.5vw;
  }
  .product-list .product-list__thead-wrap.fixed {
    position: fixed;
    z-index: 1
  }
  .product-list .product-list__thead-wrap tbody {
    display: none;
  }
  .product-list .product-list__head {
    font-size: clamp(14px, 4vw, 19px);
  }
  .product-list .product-list__item .product-list__item-link {
    max-width: 190px;
    margin: 20px;
  }
  .product-list .product-list__item .product-list__item-series-type {
    font-size: clamp(10px, 2.5vw, 13px);
    font-weight: bold;
  }
  .product-list .product-list__item .product-list__item-series-name {
    font-size: clamp(12px, 2.5vw, 16px);
    font-weight: bold;
  }
  .product-list .product-list__item .product-list__item-series-name span {
    font-size : clamp(19px, 2.4vw, 28px);
  }
  .product-list .product-list__item .product-list__item-btn {
    max-width: 111px;
    margin: 15px auto 0;
    padding: 4px;
    font-size: clamp(10px, 2.5vw, 15px);
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    border-radius: 999px;
  }
  .product-list .product-list__tbody-wrap thead {
    display: none;
  }
  .product-list .product-list__table-wrap tbody th, .product-list .product-list__table-wrap tbody td {
    padding: 15px;
  }
  .product-list .content__caption .content__caption-txt {
    font-size : clamp(10px, 2.5vw, 15px);
    line-height : 1.71;
  }
  .product-list .product-list__label .product-list__label-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23vw;
  }
  .product-list .product-list__label .product-list__label-inner .product-list__label-img {
    max-width: 75px;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .product-list .product-list__label .product-list__label-inner .product-list__label-txt {
    font-size: clamp(10px, 3vw, 14px);
    font-weight: bold;
  }
  .product-list .content__caption {
    /*margin: 43px 10px 54px;*/
    margin: 43px 0 54px;
  }
  .product-list .mark {
    font-size: 200%;
  }
}
@media screen and (max-width:640px) {
  .product-list .mark {
    font-size: 150%;
  }
}

/*tableサイズ調整*/
@media screen and (max-width:680px) {
  .product-list .product-list__item .product-list__item-link {
    max-width: 180px;
    margin: 10px;
  }
}
@media screen and (max-width:500px) {
  .product-list .product-list__table-wrap {
    margin-left: 35px;
  }
  .product-list .product-list__table-wrap tbody th, .product-list .product-list__table-wrap tbody td {
    padding: 10px;
  }
  .product-list .fix-area, .product-list .product-list__label, .product-list thead .product-list__label {
    width: calc(18vw + 20px);  /*.product-list__label-inner + thtd:padding*/
  }
  .product-list .product-list__item .product-list__item-link {
    max-width: 140px;
  }
  .product-list .product-list__label .product-list__label-inner {
    width: 18vw;
  }
  .product-list .product-list__thead-wrap .product-list__slide-btn {
    width: 35px;
    height: 35px;
  }
  .product-list .product-list__thead-wrap .product-list__slide-btn:after {
    width: 10px;
    height: 10px;
  }
  .product-list .product-list__thead-wrap .product-list__slide-btn.left {
    padding-left: 14px;
  }
  .product-list .product-list__thead-wrap .product-list__slide-btn.right {
    padding-left: 10px;
  }
}
@media screen and (max-width:460px) {
  .product-list .product-list__item .product-list__item-btn {
    max-width: 88px;
  }
}
@media screen and (max-width:430px) {
  .product-list .product-list__table-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width:350px) {
  .product-list .product-list__item .product-list__item-btn {
    max-width: 70px;
  }
}

/*========= product-list areaここまで =============*/
