@charset "UTF-8";

.mode_sp_tab {
  display: none;
}

@media (min-width: 500px) {
  .mode_sp_tab {
    display: block;
  }
}

@media (min-width: 769px) {
  .mode_sp_tab {
    display: none;
  }
}

.mode_big_pc {
  display: none;
}

@media (min-width: 1000px) {
  .mode_big_pc {
    display: block;
  }
}

#whitepaper .breadcrumb ul li p {
  color: #fff;
}

.btnBase.type-download a,
.btnBase.type-download button {
  font-size: 14px;
}

.btnBase.type-download a span:before,
.btnBase.type-download button span:before {
  background-image: url("/img/common/btn_arrow_download_wh.svg");
  width: 15px;
  height: 15px;
}

@media (min-width: 1000px) {

  .btnBase.type-download:hover a span:before,
  .btnBase.type-download:hover button span:before {
    background-image: url("/img/common/btn_arrow_download_bk.svg");
  }
}

/*
---------------------------
ダウンロードページトップ
---------------------------*/
#whitepaperList #listWrap .wrap {
  background: #202223;
  padding: 60px 0;
}

@media (min-width: 1000px) {
  #whitepaperList #listWrap .wrap {
    padding: 80px 0;
  }
}

@media (min-width: 768px) {
  #whitepaperList #listWrap .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
}

#whitepaperList #listWrap .list li {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  #whitepaperList #listWrap .list li {
    margin-bottom: 0;
    width: 47.3%;
  }
}

#whitepaperList #listWrap .list li dl {
  text-align: center;
  margin: 30px auto;
}

#whitepaperList #listWrap .list li dl dt {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  #whitepaperList #listWrap .list li dl dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#whitepaperList #listWrap .list li dl dd {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1000px) {
  #whitepaperList #listWrap .list li dl dd {
    font-size: 24px;
  }
}

#whitepaperList #listWrap .list li .btnBox {
  text-align: center;
}

#whitepaperList .complete_msg {
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

@media (min-width: 769px) {
  #whitepaperList .complete_msg {
    padding: 100px 0;
  }
}

#whitepaperList .complete_msg dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  #whitepaperList .complete_msg dt {
    font-size: 30px;
    margin-bottom: 70px;
  }
}

#whitepaperList .complete_msg dd {
  line-height: 1.6;
}

/*
---------------------------
ダウンロードページ
---------------------------*/
/*
#title
---------------------------*/
.bgContentWrap {
  background: #E0E0E0;
  padding-top: 58px;
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  .bgContentWrap {
    padding-top: 0;
    margin-top: 50px;
    padding-bottom: 0;
  }
}

.bgContentWrap .inner {
  padding: 0;
}

@media (min-width: 769px) {
  #whitepaper #companyDetail {
    display: flex;
    justify-content: space-between;
  }
}

#whitepaper .companyDetailContent {
  padding: 0 5% 55px;
}

@media (min-width: 769px) {
  #whitepaper .companyDetailContent {
    width: 50%;
    padding: 100px 0 0;
  }
}

#whitepaper .companyDetailContent .detailTitle {
  margin-bottom: 35px;
}

@media (min-width: 769px) {
  #whitepaper .companyDetailContent .detailTitle {
    margin-bottom: 40px;
  }
}

#whitepaper .companyDetailContent .detailTitle p {
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  #whitepaper .companyDetailContent .detailTitle p {
    font-size: 18px;
  }
}

#whitepaper .companyDetailContent .detailTitle h1 {
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  #whitepaper .companyDetailContent .detailTitle h1 {
    font-size: 26px;
  }
}

#whitepaper .detailImages {
  margin-bottom: 35px;
}

@media (min-width: 769px) {
  #whitepaper .detailImages {
    margin-bottom: 40px;
  }
}

#whitepaper .detailText .detailTextTitle {
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  #whitepaper .detailText .detailTextTitle {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

#whitepaper .detailText .detailTextList li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  padding-left: 1em;
  letter-spacing: 0;
}

#whitepaper .detailText .detailTextList li span {
  font-size: 10px;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  #whitepaper .detailText .detailTextList li span {
    font-size: 14px;
  }
}

#whitepaper .detailText .detailTextList li::before {
  content: "・";
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  #whitepaper .companyDetailFrom {
    width: 43%;
  }
}

#whitepaper .listWrap {
  background: #222527;
  padding-top: 55px;
  padding-bottom: 90px;
  position: relative;
}

@media (min-width: 769px) {
  #whitepaper .listWrap {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

#whitepaper .listWrap::after {
  width: 100%;
  padding-top: 30%;
  content: "";
  display: block;
  background: #222527;
  position: absolute;
  bottom: -18%;
  left: 0;
  z-index: -1;
}

@media (min-width: 769px) {
  #whitepaper .listWrap::after {
    padding-top: 40%;
    bottom: -60%;
  }
}

#whitepaper .listWrap .whitepaperTop {
  text-align: center;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5% 70px;
    text-align: left;
  }
}

#whitepaper .listWrap .whitepaperTop .whitepaperTopTitle {
  color: #fff;
  font-size: 22px;
  padding-bottom: 40px;
}

#whitepaper .listWrap .whitepaperTop .contentTitleEn {
  font-size: 20px;
  color: #fff;
  font-family: "rfafont", sans-serif;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperTop .contentTitleEn {
    font-size: 30px;
  }
}

#whitepaper .listWrap .whitepaperTop .contentTitleJp {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 35px;
  color: #fff;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperTop .contentTitleJp {
    margin-bottom: 0;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap {
  position: relative;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap {
    margin: 0 auto;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox {
  display: table;
  position: relative;
  min-height: 173px;
  width: 330px;
  color: #000;
  text-align: left;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 8px;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox {
    width: 570px;
    min-height: 220px;
    margin: 0 19px;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  height: 100%;
  padding: 0;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner {
  width: 100%;
  height: 100%;
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxImage {
  padding-top: 72px;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxImage {
    padding-top: 120px;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxText {
  background: #fff;
  padding: 18px;
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxText span {
  font-size: 10px;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxText span {
    font-size: 14px;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxText p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a .whitepaperDetailBoxInner .DetailBoxText p {
    font-size: 18px;
  }
}

#whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a::after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/img/common/arrow_circle_right_bk.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperDetailWrap .whitepaperDetailBox a::after {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

#whitepaper .listWrap .whitepaperBtnWrap {
  display: none;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .whitepaperBtnWrap {
    display: flex;
  }
}

@media (min-width: 769px) {
  #whitepaper .listWrap .btnWrap {
    display: none;
  }
}

#whitepaper .listWrap .slick-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .slick-arrow-wrap {
    margin: 0 30px 0 0;
  }
}

#whitepaper .listWrap .slick-arrow {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  cursor: pointer;
}

#whitepaper .listWrap .slick-arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 43px;
  height: 43px;
  opacity: 1;
  content: "";
  display: block;
  background-image: url("/img/common/arrow_circle_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#whitepaper .listWrap .slick-arrow.prev {
  margin-right: 10%;
}

@media (min-width: 769px) {
  #whitepaper .listWrap .slick-arrow.prev {
    margin-right: 16px;
  }
}

#whitepaper .listWrap .slick-arrow.prev:before {
  transform: scale(-1, 1);
}

/*
---------------------------
contactページ
---------------------------*/
#whitepaper.contact #companyDetail {
  background: #292A2C;
  padding: 55px 0 60px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 769px) {
  #whitepaper.contact #companyDetail {
    padding: 0;
  }
}

@media (min-width: 769px) {
  #whitepaper.contact #companyDetail .companyDetailInner {
    width: 90%;
    max-width: 1180px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}

#whitepaper.contact #companyDetail .detailText .detailTextTitle {
  color: #fff;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  padding-bottom: 0;
  margin-bottom: 55px;
}

#whitepaper.contact #companyDetail .detailImages {
  margin-bottom: 0;
}

/*# sourceMappingURL=whitepaper.css.map */
