@charset "utf-8";

.ors-top-hero{
  display: flex;
  align-items: center;
  height: 100vw;
  background: url(../image/mv_sp.jpg) no-repeat center;
  background-size: cover;
  color: #FFF;
}

.ors-top-hero .ors-top-hero__title{
  font-size: 7.6vw;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  line-height: 1.4;
  margin-bottom: 4vw;
}

.ors-top-hero__text{
  font-size: 4.2vw;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ors-top-hero{
    height: 380px;
    background: url(../image/mv_pc.jpg) no-repeat center;
    background-size: cover;
  }

  .ors-top-hero .ors-top-hero__title{
    font-size: 46px;
    margin-bottom: 15px;
  }

  .ors-top-hero__text{
    font-size: 20px;
  }
}

.ors-top-content2{
  background-color: #f6f6f6;
}

.ors-top-content2 .ors-section__inner{
  background-color: #FFF;
}

.ors-top-content2 .ors-section__inner .ors-section__img{
  background-color: #f6f6f6;
  padding: 8vw 5.3333vw;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ors-top-content2 .ors-section__inner .ors-section__img{
    padding: 30px 20px;
  }
}

.ors-top-content2 .ors-top-content2__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ors-top-content2 .ors-top-content2__item{
  width: calc(50% - 2.2666vw);
  margin-bottom: 5.3333vw;
  font-size: 3.7333vw;
}
@media screen and (min-width: 768px) {
  .ors-top-content2 .ors-top-content2__list::after{
    content: "";
    width: calc(33.333% - 20px);
    max-width: 332px;
  }
  .ors-top-content2 .ors-top-content2__item{
    width: calc(33.333% - 20px);
    max-width: 332px;
    position: relative;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .ors-top-content2 .ors-top-content2__item p{
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.ors-top-content2 .ors-top-content2__item a{
  display: block;
}

@media screen and (max-width: 767px) {
  .ors-top-content2 .ors-top-content2__item img{
    margin-bottom: 1.333vw;
  }
}

@media screen and (min-width: 768px) {
  .ors-top-content2 .ors-top-content2__item a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    transition: background 0.5s;
  }
}

.ors-top-content2 .ors-top-content2__item a:hover::before{
  background-color: rgba(0,0,0,0.7);
}

.ors-top-content3 .ors-section__inner{
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .ors-top-content3 .ors-section__inner .ors-section__inner{
    margin-top: 10.6666vw;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .ors-top-content3 .ors-section__inner  .ors-section__inner{
    margin-top: 60px;
    margin-bottom: 0;
    background-color: #FFF;
  }
}

.ors-top-content3 .ors-top-content3__voice-item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}

.ors-top-content3 .ors-top-content3__voice-list{
  width: calc(50% - 2.266vw);
  background-color: #FFF;
  margin-bottom: 4.5333vw;
  padding: 4vw 3vw;
  font-size: 3.6vw;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ors-top-content3 .ors-top-content3__voice-item{
    margin-bottom: 30px;
  }
  .ors-top-content3 .ors-top-content3__voice-list{
    width: calc(50% - 16px);
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 0 0 25px;
    display: flex;
    justify-content:  space-between;
    align-items: center;
  }
}

@media screen and (min-width:768px) and ( max-width:1023px) {
  .ors-top-content3 .ors-top-content3__voice-list{
    width: 100%;
  }
}

.ors-top-content3 .ors-top-content3__voice-list::before{
  content: "";
  background: url(../image/common/icon_list_check.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .ors-top-content3 .ors-top-content3__voice-list::before{
    display: block;
    margin: 0 auto 2.666vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .ors-top-content3 .ors-top-content3__voice-list::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ors-top-content3 .ors-top-content3__voice-list::after{
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    display: block;
    background-color: #666;
    top: 50%;
    right: 0;
    position: absolute;
  }
}

.ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-text{
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-text{
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding-right: 15px;
  }
}

.ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-num{
  color: #c12a2a;
  font-size: 8vw;
  font-weight: bold;
}

.ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-percent{
  color: #c12a2a;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-num{
    position: absolute;
    right: 0;
    background-color: #FFF;
    z-index: 1;
    padding-left: 10px;
    font-size: 30px;
  }
  .ors-top-content3 .ors-top-content3__voice-list .ors-top-content3__voice-percent{
    align-self:flex-end;
    transform: translateY(-8px);
    font-size: 15px;
  }
}

.ors-top-content4{
  background-color: #333333;
}

.ors-top-content4 .ors-section__h2{
  color: #FFF;
}

.ors-top-content4__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ors-top-content4__list{
    margin-bottom: 40px;
  }
}

.ors-top-content4__item{
  background-color: #FFF;
  width: 100%;
  margin-bottom: 5.3333vw;
}

@media screen and (min-width: 768px) {
  .ors-top-content4__item{
    width: calc(33.333% - 20px);
    max-width: 332px;
    margin-bottom: 20px;
  }
}

.ors-top-content4__item .ors-top-content4__thum{
  background-color: #000;
}

.ors-top-content4__item .ors-top-content4__thum img{
  width: 100%;
  transition: opacity 0.5s;
}

.ors-top-content4__item a:hover .ors-top-content4__thum img{
  opacity: 0.7;
}

.ors-top-content4__item--inner{
  padding: 5.3333vw;
}

@media screen and (min-width: 768px) {
  .ors-top-content4__item--inner{
    padding: 20px;
  }
}

.ors-top-content4__company{
  font-weight: bold;
  font-size: 4.2666vw;
}

.ors-top-content4__text{
  font-size: 4.2666vw;
  border-bottom: 1px solid #CCC;
  margin-bottom: 2.6666vw;
  padding-bottom: 2.6666vw;
}

.ors-top-content4__text2{
  font-size: 3.7333vw;
}

@media screen and (min-width: 768px) {
  .ors-top-content4__company{
    font-size: 16px;
  }

  .ors-top-content4__text{
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .ors-top-content4__text2{
    font-size: 14px;
  }
}

.ors-top-content4 .c-button{
  background-color: transparent;
  border-color: #FFF;
}
