@charset "UTF-8";

/*------------------------------
  メインビジュアル段
------------------------------*/
.mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mv__area {
  align-items: center;
  background: #000;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  justify-content: center;
}

/* PC */
@media screen and (min-width: 769px) {
  .mv__area {
    height: 330px;
    width: 50%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .mv__area {
    width: 100%;
  }
}

/* メインビジュアル1 */
.mv01 {
  background: url(/ihinavi/common/img/top/bg_mv01.png) center no-repeat;
  background-size: cover;
}

.mv01__copy {
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.mv01__copy--company {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

.mv01__copy--rate {
  color: #fff;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
}

.mv01__copy--rate-num {
  font-size: 8rem;
  font-family: Arial;
}

.mv01__copy--announce {
  color: #fff;
  display: block;
}

.mv01__fair {
  background: #fff;
  border-radius: 999px;
  color: #e94a23;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
}

/* PC */
@media screen and (min-width: 769px) {
  .mv01__fair {
    width: 386px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .mv01 {
    order: 1;
    padding: 50px 14px 40px;
  }

  .mv01__copy--company {
    font-size: 1.9rem;
  }

  .mv01__copy--rate {
    font-size: 3.8rem;
  }

  .mv01__copy--rate-num {
    font-size: 6.4rem;
    font-family: Arial;

  }

  .mv01__copy--announce {
    font-size: 1.3rem;
  }

  .mv01__fair {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

/* 動画エリア */
/* PC */
@media screen and (min-width: 769px) {
  .mv02__inn {
    height: 100%;
    width: 100%;
  }

  .logica-player {
    height: 100% !important;
    width: 100% !important;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .mv02 {
    order: 3;
  }

  .mv02__inn {
    width: 100%;
  }

  .logica-player {
    width: 100%;
  }
}

/*------------------------------
  セカンド
------------------------------*/
.second {
  margin: 40px 0;
}

/* PC */
@media screen and (min-width: 769px) {
  .second__inn {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
  }

  .second .banner__area {
    width: 580px;
  }

  .second .news__area {
    width: 580px;
		min-height: 410px;
  }
}

/*------------------------------
  バナーエリア
------------------------------*/
.banner__area {
  width: 100%;
}

.banner__area a,
.banner__area img {
  display: block;
}

.banner__area a + a {
  margin-top: 20px;
}

.banner__area img {
  display: block;
  height: auto;
  width: 100%;
}

/* SP */
@media screen and (max-width: 768px) {
  .banner__area {
    padding: 0 14px;
  }
}

/*------------------------------
  ニュースエリア
------------------------------*/
.news__area {
}

.news-list__item:first-child {
  border-top: none;
}

.news-list__item:last-child {
  border-bottom: none;
}

/* PC */
@media screen and (min-width: 769px) {
  .news__area {
    border: 3px solid #e94a23;
    padding: 20px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .news__area {
    margin-top: 40px;
    width: 100%;
  }
}

/* 割引率・割引後価格 */
.news01 {
  background: #e8e8e8;
}

.discount {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.discount__item+.discount__item {
  margin-left: 10px;
}

.discount__img-area {
  position: relative;
}

.discount__img {
  display: block;
  height: auto;
  width: 100%;
}

.discount__label {
  align-items: center;
  background: #e94a23;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  line-height: 1.2;
  padding-top: 6px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 74px;
}

.discount__label--name {
  display: block;
  font-size: 1.4rem;
}

.discount__label--rate {
  font-size: 3rem;
}

.discount__txt-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.discount__txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.discount__txt--after {
  background: url(/ihinavi/common/img/top/ico_discount_txt.png) 18px center no-repeat;
  color: #e94a23;
  padding-left: 40px;
}

.discount__txt--price {
  font-size: 1.8rem;
}

/* SP */
@media screen and (max-width: 768px) {
  .news01 {
    order: 2;
    padding: 20px 14px;
  }

  .discount {
    justify-content: space-between;
  }

  .discount__item {
    width: 48%;
  }

  .discount__item+.discount__item {
    margin-left: 4%;
  }

  .discount__txt {
    font-size: .9rem;
    letter-spacing: normal;
  }

  .discount__txt--price {
    font-size: 1.2rem;
  }

  .discount__txt--after {
    background-position: 6px center;
    background-size: 5px 9px;
    padding-left: 16px;
  }
}

/*------------------------------
  サービス段
------------------------------*/
.service {
  display: flex;
  justify-content: space-between;
}

.service__img {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex: 1;
  height: 536px;
}

.service__img:nth-of-type(1) {
  background-image: url(/image.jsp?ihinavi/common/img/top/img_service01.jpg);
  background-position: center;
}

.service__img:nth-of-type(3) {
  background-image: url(/image.jsp?ihinavi/common/img/top/img_service02.jpg);
  background-position: center;
}

.service-lead {
  align-items: center;
  background: #e94a23;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}

.service-lead__sub {
  margin-top: 50px;
}

.service-lead__index--img,
.service-lead__sub--img {
  height: auto;
  max-width: 100%;
}

.service-lead__txt {
  font-weight: bold;
  margin-top: 20px;
}

/* PC */
@media screen and (min-width: 769px) {
  .service-lead {
    width: 476px;
  }

  .service .btn {
    height: 70px;
    margin: 30px auto 0;
    max-width: 275px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .service {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .service__img {
    flex: none;
    height: 268px;
    width: 50%;
  }

  .service__img:nth-of-type(1) {
    order: 2;
  }

  .service__img:nth-of-type(3) {
    order: 3;
  }

  .service-lead {
    flex: none;
    order: 1;
    padding: 50px 14px 30px;
    width: 100%;
  }

  .service-lead__index--img {
    width: 250px;
  }

  .service-lead__sub {
    margin-top: 30px;
  }

  .service-lead__txt {
    font-size: 1.6rem;
    text-align: left;
  }

  .service .btn {
    font-size: 1.5rem;
    height: 52px;
    margin: 20px auto 0;
    max-width: 208px;
    padding: 0 27px 0 0;
  }
}

/*------------------------------
  事例
------------------------------*/
.case {
  background: url(/ihinavi/common/img/top/bg_case.jpg) center top no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.case__index {
  text-align: center;
}

.case-slider {
  margin-top: 40px;
}

.case-slider__link {
  display: block;
  text-decoration: none;
}

.case-slider__index {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.case-slider__txt {
  color: #999;
  margin-top: 5px;
}

.slick-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

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

.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  height: 12px;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 12px;
}

.slick-dots li.slick-active button {
  background: #e94a23;
}

.slick-arrow {
  background: none;
  background-repeat: no-repeat;
  border: none;
  height: 92px;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 1;
}

.slick-prev {
  background-image: url(/ihinavi/common/img/top/btn_case-slider_prev.png);
  left: 0;
}

.slick-next {
  background-image: url(/ihinavi/common/img/top/btn_case-slider_next.png);
  right: 0;
}

.btn__case {
  background: #fff;
  color: #e94a23;
  display: block;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 15px 0;
  text-align: center;
  width: 220px;
}

.btn__case:before {
  background: url(/ihinavi/common/img/icon_more.png) no-repeat;
  background-size: 16px;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  width: 16px;
}

/* PC */
@media screen and (min-width: 769px) {
  .case-slider__contents {
    margin: 0 18px;
    width: 400px;
  }

  .slick-arrow {
    cursor: pointer;
    opacity: .7;
    transition: .2s;
  }

  .slick-arrow:hover {
    opacity: 1;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .case {
    padding: 20px 0;
  }

  .case__index--img {
    height: auto;
    max-width: 100%;
  }

  .case-slider {
    margin-top: 20px;
  }

  .case-slider__contents {
    margin: 0 auto;
    max-width: 300px;
    width: 80%;
  }

  .case-slider__img {
    height: auto;
    width: 100%;
  }

  .case-slider__index {
    font-size: 2rem;
  }

  .slick-arrow {
    background-size: 22px 46px;
    height: 46px;
    width: 22px;
  }

  .btn__case {
    font-size: 1.2rem;
    padding: 13px 0;
    width: 165px;
  }
}

/*------------------------------
  旭化成グループ社員の方
------------------------------*/
.inhouse {
  background: #f3f3f3;
  padding: 70px 0;
}

.inhouse__index {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.inhouse .btn {
  font-size: 2rem;
  height: 80px;
}

/* PC */
@media screen and (min-width: 769px) {
  .inhouse-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .inhouse-list__item {
    width: 362px;
  }

  .inhouse-list__item+.inhouse-list__item {
    margin-left: 22px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .inhouse {
    padding: 30px 14px;
  }

  .inhouse__index {
    font-size: 2rem;
  }

  .inhouse-list {
    margin-top: 20px;
  }

  .inhouse-list__item+.inhouse-list__item {
    margin-top: 20px;
  }

  .inhouse .btn {
    font-size: 1.8rem;
    height: auto;
    padding: 10px 32px 10px 15px;
  }
}