@charset 'UTF-8';
@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media (max-width: 767px), (min-width: 1381px) {
  .c-br.is-ppc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1380px) {
  .c-br.is-unppc {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

@media (min-width: 375px) {
  .c-br.is-ssp {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-wheel {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .l-wheel {
    position: relative;
    z-index: 9;
    min-width: 1140px;
    color: #222;
    font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 300;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .l-wheel .l-wheel__sd {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1247px;
    overflow: hidden;
    pointer-events: none;
  }
  .l-wheel .l-wheel__sd > span {
    display: block;
    position: absolute;
    right: -550px;
    top: -40px;
    width: 1271px;
    height: 1271px;
    border-radius: 50%;
    background: radial-gradient(circle farthest-side, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 250ms linear;
  }
  .l-wheel .l-wheel__sd.is-itemShow > span {
    opacity: 1;
  }
  .l-wheel .l-wheel__bt {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 590px;
    width: 280px;
    transform: translateY(-50%);
  }
  .l-wheel .l-wheel__bt__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt__bg::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .l-wheel .l-wheel__bt__bd {
    position: relative;
  }
  .l-wheel .l-wheel__bt__bd__in {
    display: table;
    width: 100%;
  }
  .l-wheel .l-wheel__bt__bd__in2 {
    display: table-cell;
    height: 238px;
    padding: 0 40px;
    vertical-align: middle;
  }
  .l-wheel .l-wheel__bt__tt {
    margin-bottom: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt__t {
    position: relative;
    height: 45px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .l-wheel .l-wheel__bt__t > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .l-wheel .l-wheel__bt__lg {
    position: relative;
    height: 15px;
    line-height: 1;
  }
  .l-wheel .l-wheel__bt__lg > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
  }
  .l-wheel .l-wheel__bt__lg > img:nth-child(1) {
    width: 110px;
  }
  .l-wheel .l-wheel__bt__lg > img:nth-child(2) {
    width: 199px;
  }
  .l-wheel .l-wheel__bt__rl {
    position: relative;
    height: 13px;
    margin-top: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .l-wheel .l-wheel__bt__rl__ar {
    position: absolute;
    left: 0;
    top: -8px;
    width: 200px;
    height: 2px;
    background: #fff;
    transition: all 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .l-wheel .l-wheel__bt__rl__ar::before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: -7px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .l-wheel .l-wheel__bt__rl__t > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .l-wheel .l-wheel__bt__rl__t > span:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt__rl__t > span:nth-child(2) {
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt > a {
    display: block;
    color: inherit;
    text-decoration: none;
    opacity: 1 !important;
  }
  .l-wheel .l-wheel__bt.is-smart .l-wheel__bt__bg::before {
    background: #0084c1;
  }
  .l-wheel .l-wheel__bt.is-smart .l-wheel__bt__t > span:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-smart .l-wheel__bt__t > span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-smart .l-wheel__bt__lg > img:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-smart .l-wheel__bt__lg > img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  body.pc .l-wheel .l-wheel__bt.is-smart > a:hover .l-wheel__bt__bg::before,
  body.pc .l-wheel .l-wheel__bt.is-smart > a:active .l-wheel__bt__bg::before {
    background: #4ca9d3;
  }
  .l-wheel .l-wheel__bt.is-resilience .l-wheel__bt__bg::before {
    background: #957c5a;
  }
  .l-wheel .l-wheel__bt.is-resilience .l-wheel__bt__t > span:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-resilience .l-wheel__bt__t > span:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-resilience .l-wheel__bt__lg > img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-resilience .l-wheel__bt__lg > img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  body.pc .l-wheel .l-wheel__bt.is-resilience > a:hover .l-wheel__bt__bg::before,
  body.pc .l-wheel .l-wheel__bt.is-resilience > a:active .l-wheel__bt__bg::before {
    background: #b5a38b;
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__bg {
    opacity: 0;
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__tt {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__t {
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__rl {
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__rl__ar {
    transform: rotateY(180deg);
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__rl__t > span:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__bt.is-itemShow .l-wheel__bt__rl__t > span:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__ps {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 1020px;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__ps.is-itemShow {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__cw {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    pointer-events: none;
  }
  .l-wheel .l-wheel__cc {
    display: none;
    position: absolute;
    right: -258px;
    top: 295px;
    z-index: 1;
    width: 610px;
    height: 610px;
    border-radius: 50%;
    transform: translateX(425px);
  }
  .l-wheel .l-wheel__cc__in {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .l-wheel .l-wheel__cc__in2 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-wheel .l-wheel__cc__u {
    position: absolute;
    left: 0;
    top: 0;
    width: 143px;
    height: 143px;
    margin: -71.5px 0 0 -71.5px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: auto;
  }
  .l-wheel .l-wheel__cc__u__in {
    position: relative;
    height: 100%;
  }
  .l-wheel .l-wheel__cc__u__in2 {
    position: relative;
    height: 100%;
  }
  .l-wheel .l-wheel__cc__u__in3 {
    position: relative;
    height: 100%;
  }
  .l-wheel .l-wheel__cc__u__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .l-wheel .l-wheel__cc__u__bg::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: opacity 250ms linear;
  }
  .l-wheel .l-wheel__cc__u__bd {
    position: relative;
    height: 100%;
  }
  .l-wheel .l-wheel__cc__u__tu {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .l-wheel .l-wheel__cc__u__tu:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__cc__u__tu:nth-child(2) {
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__cc__u__s {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .l-wheel .l-wheel__cc__u__t {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }
  .l-wheel .l-wheel__cc__u__lt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .l-wheel .l-wheel__cc__u__ar {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 8px auto 0;
    border-radius: 50%;
    background: #fff;
  }
  .l-wheel .l-wheel__cc__u__ar::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -5.5px;
    box-sizing: border-box;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    transform: rotate(45deg);
  }
  .l-wheel .l-wheel__cc__u__ln {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
  }
  body.pc .l-wheel .l-wheel__cc__u__ln:hover .l-wheel__cc__u__bg::before,
  body.pc .l-wheel .l-wheel__cc__u__ln:active .l-wheel__cc__u__bg::before {
    opacity: 0;
  }
  body.pc .l-wheel .l-wheel__cc__u__ln:hover .l-wheel__cc__u__tu:nth-child(1),
  body.pc .l-wheel .l-wheel__cc__u__ln:active .l-wheel__cc__u__tu:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
  body.pc .l-wheel .l-wheel__cc__u__ln:hover .l-wheel__cc__u__tu:nth-child(2),
  body.pc .l-wheel .l-wheel__cc__u__ln:active .l-wheel__cc__u__tu:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 250ms linear;
  }
  .l-wheel .l-wheel__cc__u:nth-child(-n+5) .l-wheel__cc__u__bg {
    background: #0084c1;
  }
  .l-wheel .l-wheel__cc__u:nth-child(-n+5) .l-wheel__cc__u__ar::before {
    border-color: #0084c1;
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) .l-wheel__cc__u__bg {
    background: #8ec54e;
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) .l-wheel__cc__u__ar::before {
    border-color: #8ec54e;
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) .l-wheel__cc__u__s {
    font-size: 11px;
  }
  .l-wheel .l-wheel__cc__u:nth-child(n+7) .l-wheel__cc__u__bg {
    background: #957c5a;
  }
  .l-wheel .l-wheel__cc__u:nth-child(n+7) .l-wheel__cc__u__ar::before {
    border-color: #957c5a;
  }
  .l-wheel .l-wheel__cc__u:nth-child(1) {
    transform: rotate(-18deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(1) .l-wheel__cc__u__in {
    transform: rotate(18deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(1) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel01.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(2) {
    transform: rotate(-54deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(2) .l-wheel__cc__u__in {
    transform: rotate(54deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(2) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel02.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(3) {
    transform: rotate(-90deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(3) .l-wheel__cc__u__in {
    transform: rotate(90deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(3) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel03.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(4) {
    transform: rotate(-126deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(4) .l-wheel__cc__u__in {
    transform: rotate(126deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(4) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel04.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(5) {
    transform: rotate(-162deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(5) .l-wheel__cc__u__in {
    transform: rotate(162deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(5) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel05.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) {
    transform: rotate(-198deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) .l-wheel__cc__u__in {
    transform: rotate(198deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(6) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel11.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(7) {
    transform: rotate(-234deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(7) .l-wheel__cc__u__in {
    transform: rotate(234deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(7) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel06.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(8) {
    transform: rotate(-270deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(8) .l-wheel__cc__u__in {
    transform: rotate(270deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(8) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel08.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(9) {
    transform: rotate(-306deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(9) .l-wheel__cc__u__in {
    transform: rotate(306deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(9) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel09.jpg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(10) {
    transform: rotate(-342deg) translateX(-305px);
  }
  .l-wheel .l-wheel__cc__u:nth-child(10) .l-wheel__cc__u__in {
    transform: rotate(342deg);
  }
  .l-wheel .l-wheel__cc__u:nth-child(10) .l-wheel__cc__u__bg::before {
    background-image: url(/common/images/bg_wheel10.jpg);
  }
  .l-wheel[data-type='smart'] .l-wheel__cc__in2 {
    transform: rotate(0deg);
  }
  .l-wheel[data-type='smart'] .l-wheel__cc__u__in3 {
    transform: rotate(0deg);
  }
  .l-wheel[data-type='resilience'] .l-wheel__cc__in2 {
    transform: rotate(180deg);
  }
  .l-wheel[data-type='resilience'] .l-wheel__cc__u__in3 {
    transform: rotate(-180deg);
  }
  .l-wheel[data-page='gensai'] {
    min-width: 1200px;
  }
}
