@charset "UTF-8";
/*======================================
FV
/*======================================*/
.front-img {
  position: absolute;
  top: 0;
  right: 10%;
  height: 100%;
  width: auto;
}
.front-img img {
  height: 100%;
  width: auto;
  max-width: none;
  transform: scale(1.3);
}
/*======================================
PRblock
/*======================================*/
#PRblock .img {
  position: relative;
  width: 43%;
  margin-top: -3em;
  right: 0;
}
#PRblock .txt {
  flex: 1;
  font-size: 100%;
}
#PRblock .txt h1 {
  font-size: 220%;
  letter-spacing: 8px;
  margin-bottom: .7em;
}
#PRblock .txt h2 {
  font-size: 110%;
}
/*======================================
#news
/*======================================*/
#news h1 {
  text-align: center;
  width: 20%;
  padding-left: 2rem;
  margin-bottom: 0;
}
#news .loop {
  padding-left: 2rem;
  min-width: 500px;
  border-left: 1px solid rgba(200, 160, 100, .8);
}
#news .loop p {
  width: 8em;
}
#news .loop h2 {
  margin-left: 1em;
}
#news .loop h2 br {
  display: none;
}
/*======================================
#services
/*======================================*/
#services .lede p {
  font-size: 130%;
  letter-spacing: 5px;
}
#services .lede p strong {
  font-size: 140%;
}
#services .menu p {
  font-size: 120%;
}
#services .menu ul {
  margin-top: 1.5em;
}
#services .menu li {
  width: calc((100% - 2.5%*2)/3);
  padding: 1.5em;
}
#services .menu li:not(:last-of-type) {
  margin-right: 2.5%;
  margin-bottom: 0;
}
#services .menu li h3 {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* info --------------*/
#services .info .title h2 {
  font-size: 190%;
  line-height: 1.8em;
  margin-bottom: 1em;
}
#services .info .title p {
  font-size: 130%;
}
#services .info img {
  width: calc(100%/3);
}
#services .needs-list dl:not(:last-of-type) {
  margin-bottom: 5em;
}
/*======================================
point
/*======================================*/
#point ol li .img, #point ol li .desc {
  width: 50%;
}
#point ol li .desc, #point ol li:last-of-type .desc {
  padding: 3em;
}
#point ol li .desc h3 {
  font-size: 160%;
  letter-spacing: 5px;
  margin: 1em 0;
}
#point ol li .desc p {
  font-size: 110%;
  letter-spacing: 5px;
}
/*======================================
profile
/*======================================*/
#profile .name img:first-of-type {
  transform: none;
}
#profile .desc p.serif-M {
  font-size: 120%;
}
#profile .desc .journey img {
  float: right;
  width: 35%;
  margin: 0 0 1em 2em;
}
@media (min-width: 768px) {} /*END query*/
@media (min-width: 1024px) {} /*END query*/
@media (min-width: 1200px) {} /*END query*/
@media (min-width: 1024px) {} /*END query*/
/*======================================
voice
/*======================================*/
/*list*/
.slider-voice li.slick-slide {
  margin: 0 1em;
}
#voice .slider-voice .text {
  padding: 1.5em;
}
#voice .slider-voice .text p {
  font-size: 100%;
}
#voice .slider-voice .text h3 {
  font-size: 2vw;
}
@media (min-width: 1200px) {
  #voice .slider-voice .text h3 {
    font-size: 1.6vw;
  }
} /*END query*/
/* .slider-voice */
.slider-voice li.slick-slide {
  opacity: 1;
}
.slick-prev {
  left: 25% !important;
}
.slick-next {
  right: 25% !important;
}
@media (min-width: 1200px) {
  .slick-prev, .slick-next {
    top: calc(100% - 40px) !important;
  }
  .slick-prev {
    left: 35% !important;
  }
  .slick-next {
    right: 35% !important;
  }
} /*END query*/