/*======================================================
COMMON STYLE
======================================================*/
.cmn-ttl-01 {
  font-size: 38px;
  margin-bottom: 70px;
  font-weight: 700;
}
.cmn-ttl-01 b {
  font-weight: 700;
}
.cmn-ttl-01 span {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 700;
}
.cmn-ttl-02 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.section {
  padding-top: 180px;
}
.content {
  overflow-x: hidden;
}
/*======================================================
features
======================================================*/
.features__row {
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 auto 120px;
}
.features__row:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.features__img {
  width: 60%;
}
.features__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features__unit {
  width: 40%;
  padding: 0 0 60px;
  max-width: 348px;
  margin: 0 auto;
}
.features__unit p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.features__unit p:last-of-type {
  margin-bottom: 0;
}
.features__box {
  width: 95%;
  margin-left: auto;
  background: #FAFAFA;
  padding: 80px 0 100px 6%;
}
/*======================================================
slide
======================================================*/
.slide {
  margin: 70px -30px 0;
}
.slide__item {
  margin: 0 25px;
}
.slide__item img {
  width: 100%;
  margin-bottom: 21px;
}
.slide__item dt {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: bold;
}
.slide__item dd {
  font-size: 13px;
}
.slide .slick-dots {
  bottom: -60px;
  left: 20px;
  text-align: left;
}
.slide .slick-dots li {
  margin: 0 7px;
  width: 6px;
  height: 6px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slide .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  transform: scale(1.7);
}
.slide .slick-slide img {
  display: block;
  width: 100%;
}
/*======================================================
specs
======================================================*/
.specs__img {
  text-align: center;
  margin: 70px 0;
}
.specs__img img {
  width: 100%;
  max-width: 2000px;
}
.specs__box {
  background: #FAFAFA;
  padding: 50px 0 50px 64px;
  display: flex;
  flex-wrap: wrap;
}
.specs__box-ttl {
  width: 11%;
}
.specs__box-list {
  display: flex;
  flex-wrap: wrap;
  width: 89%;
  padding-left: 20px;
}
.specs__box-list li {
  width: 49%;
  font-size: 16px;
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 40px;
  max-width: 400px;
}
.specs__box-list li sup {
  font-size: 10px;
  position: relative;
  top: -5px;
}
.specs__box-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 7px 2px 0;
}
/*======================================================
guide
======================================================*/
.guide__table {
  width: 100%;
  border-top: solid 1px #DDDDDD;
}
.guide__table tr:nth-of-type(even) {
  background: #FAFAFA;
}
.guide__table td {
  border-bottom: solid 1px #DDDDDD;
  padding: 17px 20px;
}
.guide__table td a:not(.cmn-link-02):hover {
  text-decoration: underline;
}
.guide__table td.guide__table-row {
  border-bottom: none;
  background: #FFF;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #DDDDDD;
  width: 250px;
}
.guide__table td.guide__table-col {
  text-align: center;
}
.guide__table td.guide__table-ttl {
  font-size: 20px;
  font-weight: 700;
  width: 90px;
}
.guide__table td.guide__table-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  min-width: 400px;
}
.guide__table td.guide__table-txt span {
  font-size: 16px;
}
/*======================================================
overview
======================================================*/
.overview {
  padding-bottom: 200px;
}
.overview  sup {
  font-size: 10px;
  position: relative;
  top: -5px;
}
.overview__contents {
  border-top: solid 1px #DDDDDD;
}
.overview__contents dl {
  display: flex;
  border-bottom: solid 1px #DDDDDD;
  flex-wrap: wrap;
}
.overview__contents dt, .overview__contents dd {
  padding: 12px 0;
}
.overview__contents dt {
  width: 20%;
}
.overview__contents dd {
  width: 70%;
}
/*======================================================
contact
======================================================*/
.contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 640px;
}
.contact__link::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .7s ease;
}
.contact__link:hover .contact__bg img {
  transform: scale(1.1);
}
.contact__link:hover::after {
  opacity: .3;
}
.contact__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.contact__ttl {
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact__ttl b {
  font-size: 48px;
  font-weight: 700;
}
.contact__ttl span {
  display: block;
  font-size: 20px;
}

@media screen and (min-width: 661px) {
  .specs .cmn-ttl-01 {
  margin-bottom: 24px;
  }
}

@media screen and (max-width: 999px) {
  .features__row {
    max-width: 700px;
  }
  .features__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .features__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .features__unit {
    width: 100%;
    padding: 0 4% 60px;
    max-width: initial;
    margin: 0 auto;
  }
  .specs__box-list li {
    width: 100%;
  }
  .guide__table td a,
  .guide__table td.guide__table-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 660px) {
  /*======================================================
  COMMON STYLE
  ======================================================*/
  .cmn-ttl-01 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .cmn-ttl-01 span {
    font-size: 16px;
    margin-left: 10px;
  }
  .cmn-ttl-02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section {
    padding-top: 80px;
  }
  /*======================================================
  features
  ======================================================*/
  .features__row {
    margin: 0 auto 0px;
    width: 100%;
  }
  .features__unit p {
    font-size: 14px;
  }
  .features__box {
    width: 95%;
    margin-left: auto;
    padding: 50px 0% 40px 13%;
  }
  .features__box .cmn-ttl-02 {
    position: relative;
    left: -20px;
  }
  /*======================================================
  slide
  ======================================================*/
  .slide {
    margin: 0 -30px;
  }
  .slide__item {
    margin: 0 10px;
  }
  .slide__item img {
    width: 100%;
    margin-bottom: 21px;
  }
  .slide__item dt {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .slide__item dd {
    font-size: 12px;
  }
  .slide .slick-dots {
    bottom: -40px;
  }
  .slide .slick-dots li {
    margin: 0 7px;
    width: 6px;
    height: 6px;
  }
  /*======================================================
  specs
  ======================================================*/
  .specs__img {
    text-align: center;
    margin: 80px 0 20px;
  }
  .specs__box {
    padding: 40px 6%;
  }
  .specs__box-ttl {
    width: 100%;
  }
  .specs__box-list {
    width: 100%;
    padding-left: 0px;
  }
  .specs__box-list li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .specs__box-list li::before {
    width: 7px;
    height: 7px;
    margin-right: 7px;
  }
  .specs__img-explanation {
    border-radius: 8px;
    background: #fafafa;
    padding: 20px 6%;
    margin-bottom: 50px;
  }
  .specs__img-explanation li {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .specs__img-explanation li:last-of-type {
    margin-bottom: 0;
  }
  .specs__img-explanation li span {
    font-size: 12px;
    font-weight: 400;
  }
   .specs__img-explanation li span sup {
     font-size: 10px;
     position: relative;
     top: -4px;
   }
  /*======================================================
  guide
  ======================================================*/
  .guide__table {
    overflow: hidden;
  }
  .guide__table td {
    padding: 8px 7px;
    font-size: 12px;
  }
  .guide__table td.guide__table-row {
    font-size: 12px;
    line-height: 2.2;
  }
  .guide__table td.guide__table-ttl {
    font-size: 14px;
    min-width: 40px;
  }
  .guide__table td.guide__table-txt {
    font-size: 12px;
    max-width: initial;
    display: block;
    min-width: 220px;
  }
  .guide__table td.guide__table-txt span {
    display:block;
  }
  /*======================================================
  overview
  ======================================================*/
  .overview {
    padding-bottom: 70px;
  }
  .overview__contents dl {
    font-size: 12px;
  }
  .overview__contents dt, .overview__contents dd {
    padding: 15px 0;
  }
  .overview__contents dt {
    width: 23%;
  }
  .overview__contents dd {
    width: 67%;
    padding-left: 10px;
  }
  /*======================================================
  contact
  ======================================================*/
  .contact__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 70vw;
  }
  .contact__ttl b {
    font-size: 28px;
  }
  .contact__ttl span {
    font-size: 16px;
  }
}