@charset "UTF-8";
/* =========================================================
mixin
=========================================================*/
/* =========================================================
contents
=========================================================*/
main {
  text-align: center;
}

.fv p {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
  text-align: center;
}

.fv_company {
  width: 100%;
  padding: 30px 0;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px) {
  .fv_company {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.fv_company h2 {
  margin: 0 auto 25px;
  max-width: 1100px;
  text-align: center;
}

.fv_company h2 img {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .fv_company h2 img {
    width: 90%;
  }
}

.fv_company ul {
  display: flex;
  justify-content: left;
  margin: 0 auto;
}

.fv_company .slick-slide {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 959px) {
  .fv_company .slick-slide {
    width: 100px;
  }
}

.fv_company .slick-slide p {
  margin: 0 auto;
  text-align: center;
}

.fv_company .slick-slide img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  .fv_company .slick-slide img {
    max-width: 80px;
    max-height: 40px;
  }
}

/*===================
worries
====================*/
.worries {
  padding-top: 60px;
  padding-bottom: 10px;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

@media only screen and (max-width: 959px) {
  .worries {
    background-size: 10px 10px;
  }
}

@media only screen and (max-width: 959px) {
  .worries {
    padding: 30px 15px 10px;
  }
}

.worries dl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.worries dl dt {
  margin-bottom: 60px;
}

@media only screen and (max-width: 959px) {
  .worries dl dt {
    margin-bottom: 30px;
  }
}

.worries dl dd {
  margin-bottom: 100px;
}

@media only screen and (max-width: 959px) {
  .worries dl dd {
    margin-bottom: 50px;
  }
}

.worries dl dd:last-child {
  margin-bottom: 50px;
}

@media only screen and (max-width: 959px) {
  .worries dl dd:last-child {
    margin-bottom: 20px;
  }
}

.worries dl dd p {
  margin: 25px 0 auto 0;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: left;
  color: #666;
}

.worries img {
  width: 100%;
}

@media only screen and (max-width: 959px) {
  .worries img {
    width: 100%;
  }
}

.worries .cta {
  background: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .worries .cta {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.worries .cta .cta-action {
  width: 1000px;
}

@media only screen and (max-width: 959px) {
  .worries .cta .cta-action {
    width: 100%;
    padding: 0;
  }
}

/*===================
reason
====================*/
@media only screen and (max-width: 959px) {
  .reason {
    padding: 30px 15px 30px;
  }
  .reason h2 {
    margin-bottom: 30px;
  }
  .reason img {
    width: 80%;
  }
}

/*===================
CTA
====================*/
.cta {
  width: 100%;
  margin: 40px auto 40px;
  overflow: hidden;
  padding: 40px 0;
}

.cta .caption {
  margin: 25px 0 auto 0;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: left;
  color: #666;
}

.cta img {
  max-width: 1250px;
}

@media only screen and (max-width: 959px) {
  .cta {
    padding: 20px 0;
    margin: 20px auto 20px;
  }
}

.cta.first {
  margin: 0 auto;
}

.cta.last {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.cta .cta-action {
  max-width: 1100px;
}

.cta .cta-img {
  width: 1250px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 959px) {
  .cta .cta-img {
    width: 100%;
    padding: 0 10px;
  }
  .cta .cta-img img {
    width: 100%;
  }
}

.cta .caption {
  text-align: right;
  margin: 10px auto 20px;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #666;
}

@media only screen and (max-width: 959px) {
  .cta .caption {
    text-align: left;
  }
}

.cta .cta-overview {
  width: 1250px;
  background: #fff;
  padding: 40px 40px 20px;
  border-radius: 20px;
  margin: 70px auto;
  text-align: left;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 959px) {
  .cta .cta-overview {
    width: 90%;
    padding: 20px;
    box-shadow: none;
    margin: 40px auto;
  }
}

.cta .cta-overview h2 {
  text-align: center;
  font-size: 2rem;
  color: #fd6500;
}

@media only screen and (max-width: 959px) {
  .cta .cta-overview h2 {
    font-size: 1.6rem;
  }
}

.cta .cta-overview dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #ccc;
}

.cta .cta-overview dl:last-child {
  border: none;
  padding-bottom: 0;
}

.cta .cta-overview dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 959px) {
  .cta .cta-overview dl dt {
    font-size: 1.2rem;
  }
}

.cta .cta-overview dl dd {
  margin-bottom: 15px;
}

/*===================
slick-slider
====================*/
.slick-slider {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 42px;
  position: relative;
}

@media only screen and (max-width: 959px) {
  .slick-slider {
    padding-bottom: 0px;
  }
}

.slick-list {
  overflow: hidden;
  position: relative;
}

.slick-track {
  display: flex;
  left: 0;
  position: relative;
  top: 0;
}

.search_wrap .store_lst .slick-slide {
  display: flex;
}

.unq-carousel-banner.js-cm .slick-slide {
  margin: 0 6px;
}

.no {
  display: none;
}

.slick-slide > div {
  display: flex;
}

.slick-slide a {
  display: block;
  height: 100%;
  line-height: 0;
  width: 100%;
}

.slick-next,
.slick-prev {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  font-size: 0;
  height: 20px;
  margin: auto;
  position: absolute;
  width: 20px;
  z-index: 10;
}

.slick-prev {
  background-image: url("/shared/img/icon-arrow.png");
  left: 0;
}

.slick-next {
  background-image: url("/shared/img/icon-arrow-2.png");
  right: 0;
}

.slick-dots {
  bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}

.slick-dots li {
  height: 12px;
  width: 12px;
}

.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid #b8b3b0;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.slick-dots li.slick-active button {
  background-color: #726f6d;
  border: 2px solid #726f6d;
}
