@charset "Shift_JIS";
/* Updated 2017/10/27,T */
/* ----------------------------------
header
---------------------------------- */
#header-wrap {
  z-index: 11;
}
/* ----------------------------------
footer
---------------------------------- */
#footer-content {
  margin-top: 0;
}
/* ----------------------------------
bg-area01
---------------------------------- */
.bg-area01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(/kojin/olive/special/feature/img/contents_olive_bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
/* ----------------------------------
footerBtn
---------------------------------- */
.footerBtn {
  padding: 4vw 0;
}
@media screen and (min-width: 1024px) {
  .footerBtn {
    padding: 30px 0;
  }
}
@media screen and (min-width: 500px) {
  .footerBtn {
    padding: 25px 0;
  }
}
/* ----------------------------------
fancybox
---------------------------------- */
body .fancybox__content {
  background: none;
}
body .fancybox__content > .f-button.is-close-btn {
  width: 42px;
  height: 42px;
  background: url(/kojin/olive/securities/img/icon_btn_close.png) no-repeat center;
  background-size: contain;
  opacity: 1;
  right: 20px;
}
body .fancybox__content.-green01 > .f-button.is-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 80px;
  height: 80px;
  background: url(/kojin/olive/securities/img/icon_btn_close.png) no-repeat center / contain;
  transform: scale(.5);
}
body .fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.modal-fancy {
  display: none;
}
.modal-fancy.-green01 .modal-fancy__inner {
  display: flex;
  position: relative;
  background: rgba(237, 243, 179, 0.94);
  padding: 50px 77px 0 77px;
  border-radius: 16px;
  width: 100%;
}
.modal-fancy.-green01 .modal-fancy__inner > .imgWrap01 {
  width: 230px;
  align-self: end;
}
.modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 {
  width: calc(100% - 230px);
  text-align: center;
  padding-bottom: 50px;
}
.modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 > .txt01 {
  color: rgb(0, 72, 49);
  font-weight: bold;
  line-height: 1;
  font-size: 2.3rem;
}
.modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 > .txt02 {
  margin-top: 24px;
  color: rgb(0, 72, 49);
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
}
.modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 > .img {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  body .fancybox__content {
    background: none;
  }
  body .fancybox__content > .f-button.is-close-btn {
    width: 30px;
    height: 30px;
    background: url(/kojin/olive/securities/img/icon_btn_close.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    right: 20px;
  }
  body .fancybox__content > .f-button.is-close-btn svg {
    display: none;
  }
  .modal-fancy__inner {
    max-width: 980px;
    width: 100%;
    border-radius: 10px;
  }
  .modal-fancy.-green01 .modal-fancy__inner {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .modal-fancy.-green01 .modal-fancy__inner > .imgWrap01 {
    width: 230px;
    align-self: center;
  }
  .modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 {
    padding-bottom: 0;
    width: 100%;
  }
  .modal-fancy.-green01 .modal-fancy__inner > .txtWrap01 > .txt01 {
    margin-top: 16px;
  }
}
/* ----------------------------------
service-img
---------------------------------- */
.service-img {
  position: relative;
  padding-bottom: 30px;
  margin: 10px auto 5.33333vw;
}
.service-img > .imgWrap01 {
  top: 85px;
  left: 145px;
  position: absolute;
  z-index:3;
}
.service-img > .imgWrap01 img {
  width: 20px;
  height: 20px;
}
.service-img > .imgWrap02 {
  position: absolute;
  z-index:4;
  top: 65px;
  left: 180px;
}
.service-img > .imgWrap02 img {
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  .service-img > .imgWrap01 {
    top: 130px;
    left: 220px;
  }
  .service-img > .imgWrap01 img {
    width: 50px;
    height: 50px;
  }
  .service-img > .imgWrap02 {
    top: 110px;
    left: 290px;
  }
  .service-img > .imgWrap02 img {
    width: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .service-img {
    margin-bottom: 40px;
  }
}
/* ----------------------------------
slider
---------------------------------- */
.newvalue-selectMode-slider {
  position: relative;
}
.newvalue-selectMode-slider:after {
  background: #EDF3B3;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index:1;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 70px;
}
.swiper {
  position: relative;
  z-index:2;
  border: 6px solid #444;
  border-radius: 10px;
  width: 100px;
  left: 30px;
}
.benefitSlider > .swiper {
  margin: auto;
  left: 0;
}
.swiper img {
  border-radius: 8px;
}
.swiper-pagination01,
.swiper-pagination02 {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.slick-dots {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.slick-dots li button {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #000;
}
.slick-dots li button:before {
  display: none;
}
@media only screen and (min-width: 768px){
  .newvalue-selectMode-slider:after {
    width: 240px;
    height: 240px;
    top: 30px;
    left: 120px;
  }
  .swiper {
    width: 150px;
    left: 50px;
  }
}
.slider-imgWrap01 {
  margin-bottom: 6.66667vw;
}
.feature-slider05 .slider-txtWrap01 {
  width: 200%;
  left: -50%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-slider06 .slider-txtWrap01 {
  width: 200%;
  left: -50%;
  margin-top: 16px;
  height: 400px;
}
/* ----------------------------------
applySlider
---------------------------------- */
.applySlider .slider-txtWrap01 > .txt01,
.applySlider .slider-txtWrap01 > .txt02,
.applySlider .slider-txtWrap01 > .txt03 {
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
  color: #004831;
  position: relative;
  width: 136%;
  left: -18%;
  letter-spacing: 0;
}
.applySlider .slider-txtWrap01 > .txt01 {
  margin-bottom: 3.33333vw;
  font-size: 4vw;
}
.applySlider .slider-txtWrap01 > .txt02 {
  font-size: 2.66667vw;
}
.applySlider .slider-txtWrap01 > .txt03 {
  font-size: 4vw;
}
.applySlider .slider-txtWrap01 {
  height: 69.33333vw;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease-out;
  -moz-transition: opacity 0.2s 0s ease-out;
  -ms-transition: opacity 0.2s 0s ease-out;
  -o-transition: opacity 0.2s 0s ease-out;
  transition: opacity 0.2s 0s ease-out;
}
.applySlider .slick-current .slider-txtWrap01 {
  transition: opacity 0.4s 0.1s ease-out;
  opacity: 1;
}
.applySlider .slick-dots {
  position: absolute;
  bottom: 10.66667vw;
  left: 0;
  width: 100%;
  height: 2.66667vw;
  text-align: center;
  display: inline;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .applySlider .slider-txtWrap01 > .txt01 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .applySlider .slider-txtWrap01 > .txt02 {
    font-size: 2.2rem;
  }
  .applySlider .slider-txtWrap01 > .txt03 {
    font-size: 2.5rem;
  }
  .applySlider .slider-txtWrap01 {
    height: 330px;
  }
  .applySlider .slick-dots {
    height: 20px;
    bottom: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .applySlider .slider-txtWrap01 > .txt01 {
    margin-bottom: 25px;
    font-size: 2.0rem;
    line-height: 2.1;
  }
  .applySlider .slider-txtWrap01 > .txt02 {
    font-size: 1.6rem;
  }
  .applySlider .slider-txtWrap01 > .txt03 {
    font-size: 2.0rem;
  }
  .applySlider .slider-txtWrap01 {
    display: block;
    height: 270px;
  }
  .applySlider .slick-dots {
    bottom: 335px;
    height: 16px;
  }
}
/* ----------------------------------
otherSlider
---------------------------------- */
.otherSlider .feature-slider04 > .item {
  position: relative;
}
.otherSlider .slider-txtWrap01 > .txt01 {
  margin-bottom: 0;
  font-size: 3.33333vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #004831;
}
.otherSlider .slider-txtWrap01 > .txt02 {
  font-size: 1.0rem;
  line-height: 1.3;
  display: inline-block;
  padding: 10px 0 0 0;
}
.otherSlider .slider-imgWrap01 {
  margin-bottom: 0;
}
.otherSlider .slider-txtWrap01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: -5vw;
  margin-right: -5vw;
  height: 52vw;
  opacity: 0;
  transition: opacity 0.2s 0s ease-out;
}
.otherSlider .slick-current .slider-txtWrap01 {
  transition: opacity 0.4s 0.1s ease-out;
  opacity: 1;
}
.otherSlider .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2.66667vw;
  text-align: center;
  display: inline;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .otherSlider .slider-txtWrap01 > .txt01 {
    font-size: 2.5rem;
  }
  .otherSlider .slick-dots {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .otherSlider .slider-txtWrap01 {
    margin-left: -30px;
    margin-right: -30px;
    height: 240px;
  }
  .otherSlider .slider-txtWrap01 > .txt01 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .otherSlider .slider-txtWrap01 > .txt02 {
    font-size: 1.1rem;
  }
  .otherSlider .slick-dots {
    height: 16px;
  }
}
.slider-txtWrap01 > .txt01 > .bgW {
  background: #fff;
  font-size: 4vw;
  padding: 0.26667vw 1.06667vw 0;
  margin: 0 0.66667vw;
}
.slider-txtWrap01 > .txt01 span {
  font-size: 2.66667vw;
}
.slider-txtWrap01 a {
  color: #004831;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .slider-imgWrap01 {
    margin-bottom: 110px;
  }
  .feature-slider05 .slider-imgWrap01,
  .feature-slider06 .slider-imgWrap01 {
    margin-bottom: 0;
  }
  .slider-txtWrap01 > .txt01 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .slider-txtWrap01 > .txt01 > .bgW {
    font-size: 2.2rem;
  }
  .slider-txtWrap01 > .txt01 span {
    font-size: 2.2rem;
  }
  .slider-txtWrap01 a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .slider-imgWrap01 {
    margin-bottom: 110px;
  }
  .slider-txtWrap01 > .txt01 {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 2.1;
  }
  .slider-txtWrap01 > .txt01 > .bgW {
    background: #fff;
    font-size: 2rem;
    padding: 2px 8px 0;
    margin: 0 5px;
  }
  .slider-txtWrap01 > .txt01 span {
    font-size: 1.6rem;
  }
}
.applySlider .slick-list,
.otherSlider .slick-list,
.prepareSlider .slick-list {
  overflow: visible !important;
}
.feature-slider03,
.feature-slider04,
.feature-slider05,
.feature-slider06 {
  position: relative;
}
.feature-slider05 .slider-txtWrap01 > .txt01,
.feature-slider06 .slider-txtWrap01 > .txt01 {
  margin-bottom: 0;
}
.feature-slider05 .item .slider-txtWrap01,
.feature-slider06 .item .slider-txtWrap01 {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-slider05 .slick-current .slider-txtWrap01,
.feature-slider06 .slick-current .slider-txtWrap01 {
  opacity: 1;
  position: relative;
}
.feature-slider03 .slick-dots li,
.feature-slider04 .slick-dots li,
.feature-slider05 .slick-dots li,
.feature-slider06 .slick-dots li {
  margin: 0 12px;
  width: 20px;
  height: 20px;
}
.feature-slider03 .slick-dots li button,
.feature-slider04 .slick-dots li button,
.feature-slider05 .slick-dots li button,
.feature-slider06 .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #004831;
}
.feature-slider03 .slick-dots li.slick-active button,
.feature-slider04 .slick-dots li.slick-active button,
.feature-slider05 .slick-dots li.slick-active button,
.feature-slider06 .slick-dots li.slick-active button {
  background: #004831;
}
.feature-slider03 .item,
.feature-slider04 .item,
.feature-slider05 .item,
.feature-slider06 .item {
  height: 100%;
}
.feature-slider05 .slick-slide,
.feature-slider06 .slick-slide {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-slider05 .slick-dots li,
  .feature-slider06 .slick-dots li {
    margin: 0 2vw;
  }
  .feature-slider03 .slick-dots li button,
  .feature-slider04 .slick-dots li button,
  .feature-slider05 .slick-dots li button,
  .feature-slider06 .slick-dots li button {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
/* ----------------------------------
contentsOlive
---------------------------------- */
.contentsOlive .applySliderItemTxtNote {
  width: 100%;
  padding: 0 10px;
  left: 0;
}
@media screen and (min-width: 500px) {
  .contentsOlive .btnItems .btnItem a {
    padding: 48px 12px 54px;
  }
  .contentsOlive .btnItems .btnItem a span {
    max-width: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsOlive .mv {
    padding-top: 36px;
  }
}