.u-animation {
  transition: .75s;
}
.u-animation-type span {
  opacity: 0;
  transition: .5s;
}
.u-animation-type span.active {
  opacity: 1;
}
.u-animation-slide {
  transform: translateY(20px);
  opacity: 0;
}
.u-animation-slide.active {
  opacity: 1;
  transform: translateY(0);
}
.u-animation-shuffle {
  visibility: hidden;
}

.c-slide__arrow, .c-slide__dots {
  height: 50px;
}
.c-slide__arrow {
  width: 50px;
  background: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}
.c-slide__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
  transform-origin: center;
}
.c-slide__arrow-next {
  transform: scale(-1);
}
.c-slide__arrow:hover {
  background: #666;
}
.c-slide__dots {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.c-slide__dots li {
  width: 8px;
  height: 8px;
  margin-left: 16px;
  background: #111;
  opacity: 0.2;
  border-radius: 50%;
}
.c-slide__dots li:first-child {
  margin-left: 0;
}
.c-slide__dots li.slick-active {
  opacity: 1;
}
.c-slide__dots li * {
  display: none;
}
.c-tit__en {
  font-size: 3.2rem;
  font-family: 'Spectral', serif;
}
.c-tit__en, .c-tit__en * {
  font-weight: normal;
}

.p-hero {
  height: calc(100vh - 60px);
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background: #000;
}
.p-hero__txt {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0 15px 65px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  transition: .5s;
  background: rgba(41, 86, 130, 0.65);
  font-size: 1.52rem;
  letter-spacing: 0.15em;
}
.p-hero__txt.loading {
  background: #111;
}
.p-hero__txt strong {
  font-size: 3.3333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-feature-settings: "palt";
  display: block;
  margin-bottom: 15px;
}
.p-hero__movie {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  width: 100%;
  height: calc(100% - 65px);
  z-index: 0;
  opacity: 0.6;
}
.p-hero__news {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  background: #FFF;
  width: 100%;
  z-index: 2;
}
.p-hero__news dt, .p-hero__news dd {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-hero__news dt {
  font-size: 1.4rem;
  color: #FFF;
  font-weight: bold;
  background: #111;
  color: #FFF;
  padding: 0 20px;
  width: 21.6%;
}
.p-hero__news dd {
  width: 78.4%;
  padding: 0 20px;
}
.p-hero__news-ticker {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
}
.p-hero__news-link {
  color: #111;
  display: block;
}
.p-hero__news-date, .p-hero__news-tit {
  display: block;
}
.p-hero__news-date {
  font-weight: bold;
}
.p-hero__news-tit {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.p-pickup__slide-prev, .p-pickup__slide-next, .p-event__slide-prev, .p-event__slide-next, .p-voice__slide-prev, .p-voice__slide-next {
  position: absolute;
  bottom: 0;
}
.p-pickup__slide-prev, .p-event__slide-prev, .p-voice__slide-prev {
  margin-right: 51px;
}
.p-pickup__slide-dots, .p-event__slide-dots, .p-voice__slide-dots {
  padding-right: 116px;
  margin-top: 20px;
}
.p-pickup, .p-solution, .p-news {
  background: #F4F4F4;
}
.p-event, .p-voice, .p-iroha {
  background: #FFF;
}
.p-pickup__tit {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.p-pickup__count {
  margin-left: 30px;
  font-size: 50%;
}
.p-pickup__slide-img a {
  overflow: hidden;
  display: block;
}
.p-pickup__slide-img img {
  transition: .5s;
  transform: rotate(0.01deg);
  display: block;
}
.p-pickup__slide-img.hover img, .p-pickup__slide-img:hover img {
  transform: scale(1.1) rotate(0.01deg);
}
.p-pickup__slide-txt {
  padding: 25px 20px 0;
}
.p-pickup__slide-txt-outer {
  background: #FFF;
}
.p-pickup__slide-txt-in {
  display: block;
  margin-bottom: 10px;
}
.p-pickup__slide-prev, .p-pickup__slide-next {
  right: 20px;
}
.p-pickup__slide-copy {
  display: inline-block;
  padding: 2px 20px;
  background: #AC9147;
  color: #FFF;
  line-height: 1.6;
  border-radius: 0.9333333333em;
}
.p-pickup__slide-txt-in, .p-pickup__slide-tit {
  color: #111;
}
.p-pickup__slide-tit {
  margin: 10px 0;
  font-size: 2rem;
  line-height: 1.5;
}
.p-pickup__slide-tit span {
  display: block;
  font-size: 75%;
}
.p-event__inner {
  padding: 0 12px;
}
.p-event__tit {
  padding: 0 8px;
}
.p-event__link {
  display: block;
  margin: 0 8px;
  color: #111;
  font-size: 1.2rem;
}
.p-event__link, .p-event__link img {
  display: block;
}
.p-event__link img {
  transform: rotate(0.01deg);
  transition: .5s;
}
.p-event__link:hover img {
  transform: rotate(0.01deg) scale(1.1);
}
.p-event__img {
  overflow: hidden;
  position: relative;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  height: 29.3333333333vw;
}
.p-event__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.p-event__slide-prev, .p-event__slide-next {
  right: 8px;
}
.p-event__slide-dots {
  margin: 20px 8px 0;
}
.p-event__slide strong {
  font-weight: normal;
  display: block;
  line-height: 1.92;
}
.p-event__day {
  font-weight: bold;
  font-size: 1.0666666667rem;
}
.p-event__date {
  font-size: 225%;
  line-height: 1.1;
}
.p-event__category {
  display: block;
  margin-bottom: 5px;
}
.p-about {
  position: relative;
  text-align: center;
}
.p-about::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../image/top/bg_about_01_sp.jpg") no-repeat center/cover;
}
.p-about__inner {
  padding: 0 20px;
}
.p-about__philosophy {
  display: block;
  border: 1px solid #111;
  border-top: none;
  padding: 40px 15px 20px;
  margin: -0.8888888889rem 0 30px;
  font-size: 3.0303030303rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-about__philosophy img {
  max-width: 75%;
}
.p-about__philosophy-en {
  font-size: 1.037037037rem;
  letter-spacing: 0.05rem;
  color: #999;
}
.p-about__philosophy-tit {
  font-size: 1.7777777778rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.1;
}
.p-about__philosophy-tit::before, .p-about__philosophy-tit::after {
  content: "";
  display: block;
  height: 1px;
  width: calc((100% - 18.0em) * 0.5);
  background: #111;
}
.p-about__philosophy-s {
  font-size: 80%;
}
.p-about__philosophy-l {
  font-size: 120%;
  color: #AC9147;
}
.p-about__tit {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.75;
}
.p-about__tit span {
  color: #AC9147;
  font-size: 150%;
}
.p-about__txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: left;
}
.p-about__link {
  color: #FFF;
  padding: 30px 20px;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.p-about__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/top/bg_about_02_sp.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .75s;
}
.p-about__link > * {
  position: relative;
  z-index: 2;
}
.p-about__link div {
  font-size: 1.8181818182rem;
}
.p-about__link-en {
  display: block;
  font-size: 70%;
  margin-bottom: 15px;
}
.p-about__link-btn {
  border: 1px solid #FFF;
  background: none;
}
.p-about__link-btn::before {
  background: #FFF;
}
.p-about__link-btn.hover, .p-about__link-btn:hover {
  color: #111;
}
.p-about__link-btn.hover .p-about__link-btn-in::before, .p-about__link-btn.hover .p-about__link-btn-in::after, .p-about__link-btn:hover .p-about__link-btn-in::before, .p-about__link-btn:hover .p-about__link-btn-in::after {
  background: #111;
}
.p-about__link:hover::before {
  transform: scale(1.1);
}
.p-about__solution-tit {
  position: relative;
}
.p-about__solution-tit::before {
  content: "3 SOLUTIONS";
  display: block;
  color: #999;
  opacity: 0.15;
  font-family: 'Spectral', serif;
  font-size: 240%;
  font-weight: normal;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  z-index: -1;
}
.p-about__solution-in {
  margin-bottom: 30px;
}
.p-about__solution-in:last-child {
  margin-bottom: 0;
}
.p-about__solution-in-tit {
  display: block;
  font-size: 1.92rem;
  margin-bottom: 12.5px;
}
.p-about__solution-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.p-about__solution-num {
  color: #AC9147;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.p-about__solution-num strong {
  font-weight: normal;
  font-size: 200%;
  margin-left: 10px;
}
.p-about__solution-btn {
  margin-top: 15px;
  text-align: left;
}
.p-solution__tit {
  background: #295682;
  color: #FFF;
  text-align: center;
  font-size: 3.0769230769rem;
  line-height: 1.1;
  position: relative;
}
.p-solution__tit-num {
  font-size: 1rem;
  display: block;
}
.p-solution__tit-num span {
  font-size: 3rem;
  display: block;
}
.p-solution__tit h2 {
  font-weight: normal;
  margin: 20px 0 35px;
}
.p-solution__tit::before, .p-solution__tit::after {
  content: "";
  display: block;
}
.p-solution__tit::before {
  width: calc(100% - 40px);
  height: 66.6666666667px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
.p-solution__tit::after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFF;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.p-solution__box {
  background: #FFF;
  margin: 0 20px 30px;
  padding: 0 20px 25px;
  text-align: center;
}
.p-solution__box-tit {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 15px;
}
.p-solution__box-txt {
  margin-bottom: 20px;
  text-align: left;
}
.p-solution__box-txt br {
  display: none;
}
.p-solution__box-num {
  background: #F4F4F4;
  padding: 30px 20px;
  font-size: 2.4rem;
}
.p-solution__box-num:nth-of-type(2) {
  background: #E4E4E4;
}
.p-solution__box-num-tit {
  background: #AC9147;
  color: #FFF;
  font-weight: bold;
  border-radius: 1.0em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.p-solution__box-num span {
  font-size: 53.3333333333%;
  line-height: 1.5;
  text-align: left;
}
.p-solution__box-num strong span.shuffleNum {
  font-size: 200%;
  line-height: 1.1;
}
.p-solution__box-attention {
  margin-top: 15px;
  text-align: right;
  font-size: 85%;
}
.p-solution__list {
  padding: 0 20px;
}
.p-solution__list li {
  margin-bottom: 35px;
}
.p-solution__list li:last-child {
  margin-bottom: 0;
}
.p-solution__list-tit {
  text-align: center;
  font-size: 2.0869565217rem;
  margin-bottom: 15px;
}
.p-solution__img {
  max-width: 200px;
  margin: 0 auto 15px;
  display: block;
}
.p-solution__btn {
  margin-top: 15px;
}
.p-solution01__tit {
  background: url("../image/top/bg_solution_01_sp.jpg") no-repeat center/cover;
}
.p-solution01__tit::after {
  background: url("../image/common/ico_solution_fill_01.svg") no-repeat center #FFF;
  background-size: 50px auto;
}
.p-solution02__tit {
  background: url("../image/top/bg_solution_02_sp.jpg") no-repeat center/cover;
}
.p-solution02__tit::after {
  background: url("../image/common/ico_solution_fill_02.svg") no-repeat center #FFF;
  background-size: 50px auto;
}
.p-solution02__box-num-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-solution02__box-num-txt span {
  margin-top: 0.5em;
}
.p-solution03__tit {
  background: url("../image/top/bg_solution_03_sp.jpg") no-repeat center/cover;
}
.p-solution03__tit::after {
  background: url("../image/common/ico_solution_fill_03.svg") no-repeat center #FFF;
  background-size: 50px auto;
}
.p-solution03__box-txt {
  margin-bottom: 10px;
}
.p-voice__tit, .p-voice__slide {
  padding: 0 20px;
}
.p-voice__tit {
  margin-bottom: 15px;
}
.p-voice__tit h2 {
  line-height: 1.5;
}
.p-voice__tit-s {
  line-height: 1.7;
  background: rgba(172, 145, 71, 0.1);
  padding: 30px 20px 20px 30px;
  position: relative;
  margin-bottom: 31px;
}
.p-voice__tit-s::before, .p-voice__tit-s::after {
  content: "";
  display: block;
  position: absolute;
}
.p-voice__tit-s::before {
  width: 15px;
  height: 10px;
  background: url("../image/top/ico_voice_01.svg") no-repeat center/contain;
  top: 15px;
  left: 15px;
}
.p-voice__tit-s::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 0;
  border-color: rgba(172, 145, 71, 0.1) transparent transparent transparent;
  top: 100%;
  left: 30px;
}
.p-voice__txt {
  font-weight: normal;
  line-height: 1.75;
}
.p-voice__link {
  display: block;
  color: #111;
}
.p-voice__company {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-voice__company-name {
  margin-left: 15px;
}
.p-voice__slide-prev, .p-voice__slide-next {
  right: 20px;
}
.p-iroha__date, .p-news__date {
  font-weight: bold;
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 1.0em;
  border-right: 1px solid #999;
  margin-right: 1.0em;
  line-height: 1.1;
}
.p-iroha {
  padding: 0 20px;
}
.p-iroha__inner {
  border-top: 1px solid #CCC;
}
.p-iroha__tit {
  font-size: 2.56rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.p-iroha__tit span {
  font-size: 50%;
  display: block;
}
.p-iroha__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #111;
}
.p-iroha__link:last-child {
  margin-bottom: 0;
}
.p-iroha__link div {
  flex-basis: calc(100% - 115px);
  max-width: calc(100% - 115px);
}
.p-iroha__link img {
  transition: .5s;
}
.p-iroha__link:hover img {
  transform: scale(1.1);
}
.p-iroha__img {
  flex-basis: 100px;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
}
.p-iroha__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__inner {
  padding: 0 20px;
}
.p-news__list {
  border-top: 1px solid #BBB;
}
.p-news__list li {
  border-bottom: 1px solid #BBB;
  padding: 20px 15px;
}
.p-news__txt {
  color: #666;
  font-size: 1.4rem;
}
.p-news__link {
  color: #111;
  font-size: 1.5rem;
}
.p-news a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 737px) {
  .u-slide {
    transform: translateY(40px);
  }

  .c-slide__arrow, .c-slide__dots {
    height: 65px;
  }
  .c-slide__arrow {
    width: 65px;
  }
  .c-tit__en {
    font-size: 4rem;
    margin-bottom: 25px;
  }

  .p-hero {
    height: calc(100vh - 102px);
    max-height: 850px;
  }
  .p-hero__txt {
    font-size: 1.9rem;
    padding: 0 80px 65px;
  }
  .p-hero__txt strong {
    font-size: 5rem;
    font-feature-settings: normal;
    margin-bottom: 20px;
  }
  .p-hero__news {
    width: 50%;
  }
  .p-hero__news dt {
    width: 15%;
    justify-content: center;
  }
  .p-hero__news dd {
    width: 85%;
    padding: 0 161px 0 30px;
    overflow: hidden;
  }
  .p-hero__news-link {
    display: flex !important;
    align-items: center;
  }
  .p-hero__news-date, .p-hero__news-tit {
    display: inline-block;
    line-height: 1.1;
  }
  .p-hero__news-tit {
    width: calc(100% - 61px - 20px);
    margin-left: 17px;
  }
  .p-hero__news-prev, .p-hero__news-next {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .p-hero__news-prev {
    right: 66px;
  }
  .p-hero__news-next {
    right: 0;
  }
  .p-pickup__tit {
    padding: 0;
  }
  .p-pickup__slide {
    position: relative;
    display: flex;
  }
  .p-pickup__slide-img {
    width: max(50%, 750px);
    z-index: 2;
    position: relative;
    background: #FFF;
  }
  .p-pickup__slide-inner {
    display: flex;
    height: 100%;
    position: relative;
  }
  .p-pickup__slide-txt {
    padding: 70px 50px 85px 40px;
    width: min(100%, 600px);
    max-width: 100%;
  }
  .p-pickup__slide-txt-outer {
    width: min(50%, calc(100% - 750px));
    z-index: 1;
  }
  .p-pickup__slide-txt-in {
    margin-bottom: 25px;
  }
  .p-pickup__slide-prev, .p-pickup__slide-next {
    right: 50px;
    z-index: 2;
  }
  .p-pickup__slide-dots {
    position: absolute;
    bottom: 0;
    padding-right: 146px;
    width: calc(100% - 90px);
    z-index: 1;
  }
  .p-pickup__slide-tit {
    margin: 25px 0;
    font-size: 2.4rem;
  }
  .p-pickup__slide-prev, .p-event__slide-prev, .p-voice__slide-prev {
    margin-right: 66px;
  }
  .p-event {
    overflow: hidden;
  }
  .p-event__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  .p-event__tit {
    padding: 0 20px;
  }
  .p-event__link {
    margin: 0 20px;
    font-size: 1.5rem;
  }
  .p-event__link.slick-active {
    opacity: 1;
  }
  .p-event__img {
    margin-bottom: 20px;
    height: 230px;
  }
  .p-event__slide-prev, .p-event__slide-next {
    right: 20px;
  }
  .p-event__slide-dots {
    padding: 0 181px 0 20px;
    margin: 50px 0 0 auto;
    width: 380px;
  }
  .p-event__slide strong {
    margin-top: 5px;
  }
  .p-event__slide .slick-list {
    overflow: visible;
  }
  .p-event__day {
    font-size: 1.6rem;
  }
  .p-event__category {
    display: inline-block;
    margin: 0 0 0 1.0em;
    padding-left: 20px;
    border-left: 1px solid #999;
    line-height: 1.5;
  }
  .p-about::before {
    background: url("../image/top/bg_about_01_pc.jpg") no-repeat center/cover;
  }
  .p-about__inner {
    padding: 0;
  }
  .p-about__philosophy {
    padding: 80px 50px 70px;
    margin: -1.2rem auto 75px;
    font-size: 5rem;
  }
  .p-about__philosophy img {
    max-width: 100%;
  }
  .p-about__philosophy-en {
    font-size: 1.4rem;
  }
  .p-about__philosophy, .p-about__philosophy-tit {
    max-width: 950px;
  }
  .p-about__philosophy-tit {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin: 5px auto 0;
  }
  .p-about__philosophy-tit::before, .p-about__philosophy-tit::after {
    width: calc((100% - (1 + (1.2 / 24)) * 18.5em ) * 0.5);
  }
  .p-about__tit {
    font-size: 3rem;
    margin-bottom: 50px;
    letter-spacing: 0.125em;
  }
  .p-about__txt {
    font-size: 1.6rem;
    margin-bottom: 55px;
    text-align: center;
  }
  .p-about__link {
    padding: 60px 50px;
    display: flex;
    margin: 0 auto 125px;
    justify-content: space-between;
    align-items: center;
    max-width: 950px;
  }
  .p-about__link::before {
    background: url("../image/top/bg_about_02_pc.jpg") no-repeat center/cover;
  }
  .p-about__link div {
    font-size: 2.0rem;
    letter-spacing: 0.125em;
  }
  .p-about__link-en {
    margin-bottom: 0;
    letter-spacing: normal;
  }
  .p-about__link-btn {
    margin: 0;
    flex-basis: 250px;
  }
  .p-about__solution {
    display: flex;
    justify-content: center;
  }
  .p-about__solution-tit::before {
    font-size: 533.3333333333%;
    white-space: nowrap;
  }
  .p-about__solution-in {
    margin-bottom: 0;
    flex-basis: 290px;
  }
  .p-about__solution-in:nth-child(2) {
    margin: 0 65px;
    transition-delay: .25s;
  }
  .p-about__solution-in:last-child {
    transition-delay: .5s;
  }
  .p-about__solution-in-tit {
    font-size: 2.4rem;
    margin-bottom: 25px;
    line-height: 1.25;
  }
  .p-about__solution-btn {
    margin-top: 30px;
  }
  .p-solution__tit {
    font-size: 4rem;
  }
  .p-solution__tit h2 {
    margin-bottom: 60px;
    letter-spacing: 0.125em;
  }
  .p-solution__tit::before {
    width: 1100px;
    height: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -550px;
  }
  .p-solution__tit::after {
    width: 150px;
    height: 150px;
  }
  .p-solution__box {
    margin: 0 0 75px;
    padding: 0 50px 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-solution__box-tit, .p-solution__box-txt, .p-solution__box-attention {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-solution__box-tit {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .p-solution__box-tit br {
    display: none;
  }
  .p-solution__box-txt {
    margin-bottom: 50px;
    text-align: center;
  }
  .p-solution__box-txt br {
    display: inline-block;
  }
  .p-solution__box-num {
    padding: 50px 35px;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .p-solution__box-num-tit {
    margin-bottom: 10px;
  }
  .p-solution__box-num strong span.shuffleNum {
    font-size: 250%;
  }
  .p-solution__list {
    padding: 0;
  }
  .p-solution__list li {
    margin-bottom: 0;
  }
  .p-solution__list li:nth-child(2) {
    transition-delay: .25s;
  }
  .p-solution__list li:nth-child(3) {
    transition-delay: .5s;
  }
  .p-solution__list-tit {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-solution__img {
    max-width: 250px;
    margin-bottom: 20px;
  }
  .p-solution__btn {
    margin: 25px 0 0;
    flex-basis: 250px;
    max-width: 250px;
  }
  .p-solution01__tit::after, .p-solution02__tit::after, .p-solution03__tit::after {
    background-size: 75px auto;
  }
  .p-solution01__list, .p-solution02__list {
    display: flex;
    justify-content: space-between;
  }
  .p-solution01__list li, .p-solution02__list li {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
  }
  .p-solution01__tit {
    background: url("../image/top/bg_solution_01_pc.jpg") no-repeat center/cover;
  }
  .p-solution01__list li {
    flex-basis: 530px;
    max-width: 530px;
  }
  .p-solution02__tit {
    background: url("../image/top/bg_solution_02_pc.jpg") no-repeat center/cover;
  }
  .p-solution02__list li {
    flex-basis: 340px;
    max-width: 340px;
  }
  .p-solution03__tit {
    background: url("../image/top/bg_solution_03_pc.jpg") no-repeat center/cover;
  }
  .p-solution03__box-txt {
    margin-bottom: 25px;
  }
  .p-solution03__list li {
    display: flex;
    align-items: center;
  }
  .p-solution03__list li img {
    margin: 0 84px 0 90px;
  }
  .p-solution03__list li div {
    flex-basis: 635px;
    max-width: 635px;
  }
  .p-solution03__list li div h3 {
    text-align: left;
  }
  .p-voice__tit, .p-voice__slide {
    padding: 0;
  }
  .p-voice__tit {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
  }
  .p-voice__tit h2 {
    margin-right: 50px;
  }
  .p-voice__tit-s {
    padding: 30px;
  }
  .p-voice__link {
    margin: 0 20px;
  }
  .p-voice__inner {
    width: 1140px;
    margin: 0 auto;
  }
  .p-voice__slide-dots {
    padding: 0 181px 0 20px;
    margin: 50px 0 0 auto;
    width: 380px;
  }
  .p-iroha {
    padding: 0;
  }
  .p-iroha__tit {
    font-size: 3.2rem;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.125em;
    line-height: 1.1;
  }
  .p-iroha__article {
    display: flex;
    justify-content: space-between;
  }
  .p-iroha__link {
    margin-bottom: 0;
    flex-basis: 340px;
    max-width: 340px;
  }
  .p-iroha__link div {
    flex-basis: calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
  .p-news__inner {
    padding: 0;
  }
  .p-news__list li {
    padding: 30px 25px;
    display: flex;
    align-items: baseline;
  }
  .p-news__date {
    flex-basis: 6.5em;
    max-width: 6.5em;
  }
  .p-news__category {
    flex-basis: 10em;
    max-width: 10em;
    border-right: 1px solid #999;
    padding-right: 1.4rem;
    line-height: 1.4;
    margin-right: 2rem;
    text-align: center;
  }
  .p-news__txt {
    flex-basis: calc(100% - 1.4 * 7.5rem - 1.2 * 10rem - 2rem);
    max-width: calc(100% - 1.4 * 7.5rem - 1.2 * 10rem - 2rem);
  }
}
@media screen and (min-width: 737px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-about::before {
    background: url("../image/top/bg_about_01_pc@2x.jpg") no-repeat center/cover;
  }
  .p-about__link::before {
    background: url("../image/top/bg_about_02_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution01__tit {
    background: url("../image/top/bg_solution_01_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution02__tit {
    background: url("../image/top/bg_solution_02_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution03__tit {
    background: url("../image/top/bg_solution_03_pc@2x.jpg") no-repeat center/cover;
  }
}
@media print, screen and (min-width: 1281px) {
  .p-about::before {
    background: url("../image/top/bg_about_01_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution01__tit {
    background: url("../image/top/bg_solution_01_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution02__tit {
    background: url("../image/top/bg_solution_02_pc@2x.jpg") no-repeat center/cover;
  }
  .p-solution03__tit {
    background: url("../image/top/bg_solution_03_pc@2x.jpg") no-repeat center/cover;
  }
}
@media print, screen and (min-width: 1560px) {
  .p-event__link {
    opacity: 0.15;
  }
  .p-event__link.slick-active {
    opacity: 1;
  }
}
