@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, ul, li, a, dl, dt, dd, table, tr, th, td, span, figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  list-style: none;
  outline: none;
}

* {
  line-height: 1;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

table {
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #000;
  font-weight: 500;
}

a, input {
  display: inline-block;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover, input:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cont {
  position: relative;
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.red {
  color: #A20036;
}

.bold {
  font-weight: 600;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-size: 600px;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 901px) and (max-width: 1920px) {
  html, body {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 900px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .cont {
    padding: 0 1.2rem;
  }
}
#rixio .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background-color: #fff;
}
#rixio .header__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1vw;
}
@media screen and (max-width: 900px) {
  #rixio .header__cont {
    padding-left: 1rem;
  }
}
#rixio .header__cont .logo {
  width: 100%;
  max-width: 27rem;
}
@media screen and (max-width: 900px) {
  #rixio .header__cont .logo {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  #rixio .header__cont .logo a {
    width: 16rem;
    display: block;
  }
}
#rixio .header .nav__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #rixio .header .nav__wrap {
    width: 50%;
  }
}
#rixio .header .nav__wrap .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.2rem;
  padding: 2.8rem 4.3rem;
  font-size: 2rem;
  background: url(../img/contact_bg.png) top left/cover no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .header .nav__wrap .contact {
    font-size: 1.4rem;
    padding: 2rem 0.8rem;
    margin-left: 0;
    width: 100%;
  }
}
#rixio .header .nav__wrap .contact .arrow {
  width: 100%;
  max-width: 1.2rem;
  margin-left: 3.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .header .nav__wrap .contact .arrow {
    margin-left: 1rem;
    max-width: 1rem;
  }
}
@media screen and (max-width: 900px) {
  #rixio .header .nav__blk {
    display: none;
  }
}
#rixio .header .nav__list {
  display: flex;
  align-items: center;
}
#rixio .header .nav__link .link {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  padding: 0.4rem 2.4rem;
}
#rixio .header .nav__link .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  border-radius: 60px;
}
#rixio .header .nav__link:last-of-type .link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  border-radius: 60px;
}
#rixio .mv {
  background: url(../img/mv.jpg) top left/cover no-repeat;
  padding: 13.8rem 0 47.7rem;
}
@media screen and (min-width: 1921px) {
  #rixio .mv {
    padding: 7.1875vw 0 25.8333333333vw;
  }
}
@media screen and (max-width: 900px) {
  #rixio .mv {
    background-image: url(../img/mv-sp.jpg);
    padding: 8.9rem 0 12.8rem;
  }
}
#rixio .mv__ttl {
  margin-top: 2.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__ttl {
    margin-top: 1rem;
  }
}
#rixio .mv__ttl .img {
  display: block;
  width: 100%;
  max-width: 53rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #rixio .mv__ttl .img {
    max-width: 26.8rem;
  }
}
#rixio .mv__ttl .rubi {
  display: block;
  font-size: 2.6rem;
  margin-top: -2.3rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__ttl .rubi {
    font-size: 1.2rem;
    margin-top: -1rem;
  }
}
#rixio .mv__txtwrap {
  width: 50%;
  text-align: center;
  margin-left: -8.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap {
    width: 100%;
    margin-left: 0;
  }
}
#rixio .mv__txtwrap .lead {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.16em;
}
#rixio .mv__txtwrap .lead::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.4rem;
  left: 0;
  margin: auto;
  width: 2.5rem;
  height: 2px;
  background-color: #000;
  border-radius: 60px;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .lead::after {
    width: 1.8rem;
    bottom: -1.1rem;
    height: 1px;
  }
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .lead {
    font-size: 1.3rem;
    letter-spacing: 0.16em;
  }
}
#rixio .mv__txtwrap .txt {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  display: inline-block;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
#rixio .mv__txtwrap .txt::before, #rixio .mv__txtwrap .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -1.1rem;
  width: 4.8rem;
  height: 8.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .txt::before, #rixio .mv__txtwrap .txt::after {
    width: 3.4rem;
    height: 6rem;
  }
}
#rixio .mv__txtwrap .txt::before {
  left: -7rem;
  background: url(../img/mv_icon-left.svg) top left/contain no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .txt::before {
    left: -4.4rem;
  }
}
#rixio .mv__txtwrap .txt::after {
  right: -7rem;
  background: url(../img/mv_icon-right.svg) top left/contain no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .txt::after {
    right: -4.4rem;
  }
}
#rixio .mv__txtwrap .banner {
  width: 100%;
  max-width: 63rem;
}
@media screen and (max-width: 900px) {
  #rixio .mv__txtwrap .banner {
    max-width: 33.5rem;
    margin: 21rem auto 0;
  }
}
#rixio .sec01 {
  margin-top: -2.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01 {
    position: relative;
    z-index: 5;
    margin-top: 3rem;
  }
}
#rixio .sec01 .lead {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec01 .lead {
    font-size: 2.6rem;
  }
}
#rixio .sec01 .lead .red {
  display: block;
  font-size: 4.8rem;
  margin-top: 3.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01 .lead .red {
    font-size: 4.2rem;
    line-height: 1.2;
    margin-top: 1.8rem;
  }
}
#rixio .sec01 .arrow {
  width: 100%;
  max-width: 4rem;
  margin: 6.4rem auto 5.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01 .arrow {
    margin: 6rem auto 5.1rem;
  }
}
#rixio .sec01__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.8rem 9rem;
  margin-top: 9.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__list {
    gap: 3rem 1.8rem;
    justify-content: flex-start;
    margin-top: 6rem;
  }
}
#rixio .sec01__blk {
  width: 100%;
  max-width: 34.5rem;
  background-color: #fff;
  border: 2px solid #A20036;
  transform: skewX(-22.5deg);
  box-shadow: 1.2rem 1.2rem 0 #A20036;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__blk {
    max-width: 15.8rem;
    transform: skewX(-3deg);
    box-shadow: 0.9rem 0.9rem 0 #A20036;
  }
}
#rixio .sec01__inner {
  position: relative;
  z-index: 1;
  transform: skewX(22.5deg);
  padding: 9rem 0 8.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__inner {
    transform: skewX(3deg);
    padding: 6rem 0 5.7rem;
  }
}
#rixio .sec01__inner .txt {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  letter-spacing: 0.012em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__inner .txt {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
#rixio .sec01__inner .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 12.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__inner .icon {
    max-width: 9rem;
  }
}
#rixio .sec01__ttl {
  text-align: center;
}
#rixio .sec01__ttl .top {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.024em;
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__ttl .top {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
}
#rixio .sec01__ttl .top .red {
  letter-spacing: 0.024em;
}
#rixio .sec01__ttl .bottom {
  display: block;
  font-size: 8rem;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__ttl .bottom {
    font-size: 4rem;
    line-height: 1.8;
    text-align: center;
  }
}
#rixio .sec01__ttl .bottom .img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 35.7rem;
  margin-right: -0.9rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__ttl .bottom .img {
    max-width: 25rem;
  }
}
#rixio .sec01__ttl .bottom .img::after {
  content: "リクシオ";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  letter-spacing: -0.03em;
  bottom: -1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__ttl .bottom .img::after {
    font-size: 1.4rem;
    bottom: -0.2rem;
  }
}
#rixio .sec01__ttl .bottom .small {
  font-size: 6.4rem;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 900px) {
  #rixio .sec01__ttl .bottom .small {
    font-size: 3.4rem;
  }
}
#rixio .sec02 {
  position: relative;
  z-index: 1;
  background: url(../img/sec02_bg.png) top left/100% 100% no-repeat;
  margin-top: -2.3rem;
  padding: 34.4rem 0 43.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02 {
    background-size: cover;
    padding: 52rem 0 60rem;
    margin-top: -30rem;
  }
}
#rixio .sec02 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec02 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec02 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec02__list {
  margin-top: 13rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__list {
    margin-top: 6rem;
  }
}
#rixio .sec02__wrap {
  display: flex;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(8rem);
  transition: all 0.4s;
}
#rixio .sec02__wrap.vis {
  transform: unset;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__wrap {
    display: block;
  }
}
#rixio .sec02__wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
#rixio .sec02__wrap:nth-of-type(1) {
  margin-bottom: 18.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__wrap:nth-of-type(1) {
    margin-bottom: 12rem;
  }
}
#rixio .sec02__wrap:nth-of-type(2) {
  margin-bottom: 9.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__wrap:nth-of-type(2) {
    margin-bottom: 12rem;
  }
}
#rixio .sec02__wrap:nth-of-type(2) .sec02__txtblk .lead {
  max-width: 100%;
}
#rixio .sec02__txtblk {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__txtblk {
    width: 100%;
  }
}
#rixio .sec02__txtblk .num {
  display: inline-block;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: normal;
  background-color: #A20036;
  border-radius: 60px;
  padding: 1rem 2.8rem 1rem 2.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__txtblk .num {
    font-size: 2rem;
  }
}
#rixio .sec02__txtblk .num .txt {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__txtblk .num .txt {
    font-size: 1.6rem;
  }
}
#rixio .sec02__txtblk .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  width: 100%;
  max-width: 49rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__txtblk .lead {
    font-size: 1.6rem;
  }
}
#rixio .sec02__ttl {
  font-size: 4.8rem;
  letter-spacing: 0.012em;
  margin: 3.5rem 0 4.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__ttl {
    font-size: 3.4rem;
    line-height: 1.2;
    margin: 1.2rem 0 2.4rem;
  }
}
#rixio .sec02__ttl .small {
  font-size: 4rem;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__ttl .small {
    font-size: 2.8rem;
  }
}
#rixio .sec02__ttl .red {
  letter-spacing: 0.012em;
}
#rixio .sec02__img {
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 100%;
  max-width: 77.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__img {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 4rem;
  }
}
#rixio .sec02__img::after {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 5.6rem;
  width: 62rem;
  height: 36.5rem;
  border: 0.4rem solid #A20036;
  transform: skewX(-22.5deg);
}
@media screen and (max-width: 900px) {
  #rixio .sec02__img::after {
    top: -1rem;
    left: 2.6rem;
    width: 27.6rem;
    height: 16.2rem;
  }
}
#rixio .sec02__tableblk {
  width: 50%;
  text-align: center;
  padding-right: 9rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk {
    width: 100%;
    padding-right: 0;
    margin-top: 6rem;
  }
}
#rixio .sec02__tableblk .tablettl {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding-left: 8.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .tablettl {
    font-size: 2.4rem;
    padding-left: 3.4rem;
  }
}
#rixio .sec02__tableblk .tablettl::before, #rixio .sec02__tableblk .tablettl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 3.5rem;
  height: 9rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .tablettl::before, #rixio .sec02__tableblk .tablettl::after {
    width: 3rem;
    height: 7.6rem;
  }
}
#rixio .sec02__tableblk .tablettl::before {
  background: url(../img/sec02_icon-left.svg) top left/contain no-repeat;
  left: 4.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .tablettl::before {
    left: 0;
  }
}
#rixio .sec02__tableblk .tablettl::after {
  background: url(../img/sec02_icon-right.svg) top left/contain no-repeat;
  left: 31.6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .tablettl::after {
    left: 20rem;
  }
}
#rixio .sec02__tableblk .tablettl .icon {
  width: 100%;
  max-width: 13.9rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .tablettl .icon {
    max-width: 7.8rem;
    right: 2rem;
  }
}
#rixio .sec02__tableblk .notes {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1rem 0;
  text-align: left;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__tableblk .notes {
    margin: 1.4rem 0 3rem;
    text-indent: -1.9rem;
    padding-left: 1.9rem;
  }
}
#rixio .sec02__table {
  width: 100%;
  border: 1px solid #A20036;
}
#rixio .sec02__table tr:first-of-type {
  background-color: #A20036;
  padding: 1.3rem 0;
}
#rixio .sec02__table tr:nth-of-type(2) td {
  font-size: 2.4rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__table tr:nth-of-type(2) td {
    font-size: 2rem;
  }
}
#rixio .sec02__table tr:nth-of-type(even) {
  background: rgba(162, 0, 54, 0.02);
}
#rixio .sec02__table tr th {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
  padding: 1.3rem 0;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__table tr th {
    font-size: 1.6rem;
  }
}
#rixio .sec02__table tr th:first-of-type {
  width: 12.8%;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__table tr th:first-of-type {
    width: 18%;
  }
}
#rixio .sec02__table tr th:last-of-type {
  text-align: left;
  padding-left: 0.3rem;
}
#rixio .sec02__table tr td {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
  padding: 1.3rem 0;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__table tr td {
    font-size: 1.6rem;
  }
}
#rixio .sec02__table tr td:first-of-type {
  width: 12.8%;
}
@media screen and (max-width: 900px) {
  #rixio .sec02__table tr td:first-of-type {
    width: 18%;
  }
}
#rixio .sec02__table tr td:last-of-type {
  text-align: left;
  padding-left: 0.3rem;
}
#rixio .sec03 {
  position: relative;
  z-index: 1;
  background-color: #A20036;
  margin: -0.4rem auto 34.7rem;
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 900px) {
  #rixio .sec03 {
    margin: -30rem auto 16rem;
  }
}
#rixio .sec03::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -34.1rem;
  left: 0;
  margin: auto;
  width: 100%;
  height: 36.8rem;
  background: url(../img/sec03_bg.png) top left/100% 100% no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .sec03::after {
    height: 10rem;
    bottom: -9.6rem;
  }
}
#rixio .sec03 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec03 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec03 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec03 .ttl .img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 21.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03 .ttl .img {
    max-width: 16rem;
  }
}
#rixio .sec03 .ttl .img::after {
  content: "リクシオ";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  bottom: -0.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03 .ttl .img::after {
    font-size: 1.4rem;
  }
}
#rixio .sec03__wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 8.4rem 24rem 8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__wrap {
    padding: 4rem 1rem;
  }
}
#rixio .sec03__wrap .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.024em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__wrap .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#rixio .sec03__wrap .lead .red {
  letter-spacing: 0.024em;
}
#rixio .sec03__img {
  margin: 6.8rem auto 7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__img {
    margin: 4rem auto 6rem;
  }
}
#rixio .sec03__fig {
  width: 100%;
  max-width: 82rem;
  margin: 5.6rem auto;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__fig {
    margin: 4rem auto;
  }
}
#rixio .sec03__fig .txt {
  font-size: 1.4rem;
  letter-spacing: 0.024em;
  color: #aaa;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__fig .txt {
    font-size: 1.2rem;
  }
}
#rixio .sec03__dsc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.7rem 1rem;
  border-top: 1px solid rgba(162, 0, 54, 0.31);
  border-bottom: 1px solid rgba(162, 0, 54, 0.31);
}
@media screen and (max-width: 900px) {
  #rixio .sec03__dsc {
    padding: 1.6rem 1rem;
  }
}
#rixio .sec03__dscttl {
  font-size: 2.4rem;
  line-height: 1.2083333333;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__dscttl {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
#rixio .sec03__dsctxt {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 900px) {
  #rixio .sec03__dsctxt {
    font-size: 1.6rem;
  }
}
#rixio .sec04 {
  position: relative;
  z-index: 1;
}
#rixio .sec04 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec04 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec04 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec04 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec04__list {
  margin-top: 14.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__list {
    margin-top: 6rem;
  }
}
#rixio .sec04__wrap {
  display: flex;
  margin-bottom: 4.6rem;
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(8rem);
}
#rixio .sec04__wrap.vis {
  transform: unset;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__wrap {
    display: block;
    margin-bottom: 6rem;
  }
}
#rixio .sec04__wrap:nth-of-type(1) .sec04__txtblk {
  padding-top: 2.2rem;
}
#rixio .sec04__wrap:nth-of-type(4) {
  margin-bottom: 0;
}
#rixio .sec04__wrap:nth-of-type(4) .sec04__ttl {
  text-indent: -2.8rem;
}
#rixio .sec04__wrap:nth-of-type(4) .sec04__ttl .lts {
  letter-spacing: -0.3em;
}
#rixio .sec04__wrap .numblk {
  font-size: 14rem;
  letter-spacing: 0.024em;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__wrap .numblk {
    font-size: 6rem;
    text-align: left;
    display: inline-block;
    margin-bottom: 2rem;
  }
}
#rixio .sec04__wrap .numblk .txt {
  font-size: 1.4rem;
  letter-spacing: 0.024em;
  display: block;
  margin-bottom: -0.1rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__wrap .numblk .txt {
    font-size: 1.2rem;
    text-align: center;
  }
}
#rixio .sec04__wrap .numblk .line {
  display: block;
  width: 6.4rem;
  height: 1px;
  background-color: #A20036;
  margin: 0.5rem auto 0;
}
#rixio .sec04__txtblk {
  padding: 6.4rem 0 0 1.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__txtblk {
    padding: 0;
  }
}
#rixio .sec04__txtblk .bottom {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__txtblk .bottom {
    display: block;
  }
}
#rixio .sec04__txtblk .bottom .lead {
  width: 100%;
  max-width: calc(100% - 55rem);
  font-size: 1.8rem;
  line-height: 1.7777777778;
  padding: 0.8rem 1.9rem 0 0;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__txtblk .bottom .lead {
    max-width: 100%;
    padding: 0;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
#rixio .sec04__txtblk .bottom .img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 55rem;
}
#rixio .sec04__txtblk .bottom .img .graph {
  display: block;
  position: absolute;
  top: 4.3rem;
  left: 8.7rem;
  width: 100%;
  max-width: 46.3rem;
  transition: all 0.4s;
  transform: scale(1, 0);
  transform-origin: bottom right;
  transition-delay: 0.2s;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__txtblk .bottom .img .graph {
    top: 2.6rem;
    left: 5.5rem;
    width: 100%;
    max-width: 29.6rem;
  }
}
#rixio .sec04__txtblk .bottom .img.vis .graph {
  transform: unset;
}
#rixio .sec04__ttl {
  font-size: 4.8rem;
  letter-spacing: 0.024em;
  margin-bottom: 3.9rem;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__ttl {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
}
#rixio .sec04__ttl .red {
  letter-spacing: 0.024em;
}
#rixio .sec04__ttl .sub {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.024em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__ttl .sub {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
#rixio .sec04__ttl .sub .red {
  letter-spacing: 0.024em;
}
#rixio .sec04__ttl .sub .small {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  #rixio .sec04__ttl .sub .small {
    display: block;
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
#rixio .sec05 {
  position: relative;
  z-index: 2;
  background: url(../img/sec05_bg.png) top left/100% 100% no-repeat;
  padding: 35.2rem 0 35.3rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05 {
    background-size: cover;
    padding: 20rem 0 64rem;
  }
}
#rixio .sec05 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec05 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec05 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec05__blk {
  position: relative;
  z-index: unset;
  background-color: #fff;
  border: 0.5rem solid #A20036;
  margin-left: 12rem;
  padding: 4.8rem 4rem 4.8rem 30.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__blk {
    margin-left: 0;
    padding: 3.2rem 1rem 4rem;
  }
}
#rixio .sec05__blk::after {
  content: "";
  display: block;
  position: absolute;
  top: -3.4rem;
  left: -6.4rem;
  z-index: -1;
  width: 118rem;
  height: 39.5rem;
  border: 2px solid #A20036;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__blk::after {
    width: 100%;
    height: 100%;
    top: -1.4rem;
    left: -1.2rem;
  }
}
#rixio .sec05__blk:first-of-type {
  margin: 14rem 0 12.5rem 12rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__blk:first-of-type {
    margin: 6rem 0 12rem 0;
  }
}
@media screen and (max-width: 900px) {
  #rixio .sec05__blk:first-of-type .img {
    top: 18rem;
  }
}
#rixio .sec05__blk .img {
  width: 100%;
  max-width: 38.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12.7rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__blk .img {
    bottom: auto;
    max-width: 32rem;
    left: 0;
    right: 0;
    top: 14rem;
  }
}
#rixio .sec05__txtblk {
  position: relative;
  z-index: 1;
}
#rixio .sec05__txtblk .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin: 2.4rem 0 3.3rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__txtblk .lead {
    font-size: 1.6rem;
    margin: 35rem 0 3.3rem;
  }
}
#rixio .sec05__txtblk .name {
  font-size: 2.4rem;
  letter-spacing: 0.024em;
  text-align: right;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__txtblk .name {
    font-size: 2rem;
    text-align: left;
  }
}
#rixio .sec05__txtblk .name .small {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__txtblk .name .small {
    font-size: 1.6rem;
  }
}
#rixio .sec05__ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__ttl {
    font-size: 2.6rem;
  }
}
#rixio .sec05__ttl .red {
  letter-spacing: 0.024em;
}
#rixio .sec05__list {
  display: flex;
  justify-content: space-between;
  margin-top: 17rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__list {
    display: block;
    margin-top: 10rem;
  }
}
#rixio .sec05__listblk {
  position: relative;
  z-index: unset;
  width: 100%;
  max-width: calc((100% - 10rem) / 2);
  background: url(../img/sec05_bg02.png) top left/100% 100% no-repeat;
  padding: 4.7rem 3.8rem 6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk {
    max-width: 100%;
    padding: 4.7rem 1rem 3rem;
  }
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk:nth-of-type(1) {
    margin-bottom: 8rem;
  }
}
#rixio .sec05__listblk .icon {
  position: absolute;
  top: -6.3rem;
  left: 3.9rem;
  width: 100%;
  max-width: 14.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk .icon {
    top: -4.6rem;
    left: 2.3rem;
    max-width: 8.9rem;
  }
}
#rixio .sec05__listblk .icon::after {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: -0.7rem;
  z-index: -1;
  width: 14.8rem;
  height: 13rem;
  border: 0.7rem solid #A20036;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk .icon::after {
    top: -0.6rem;
    left: -0.5rem;
    width: 8.5rem;
    height: 8.5rem;
  }
}
#rixio .sec05__listblk .name {
  font-size: 2.4rem;
  letter-spacing: 0.024em;
  margin-bottom: 4.3rem;
  padding-left: 17.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk .name {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: right;
  }
}
#rixio .sec05__listblk .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 900px) {
  #rixio .sec05__listblk .lead {
    font-size: 1.6rem;
  }
}
#rixio .sec06 {
  position: relative;
  z-index: unset;
  background-color: #f8f8f8;
  margin: -3.2rem auto 29.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec06 {
    margin: -33rem 0 6rem;
  }
}
#rixio .sec06::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -27.4rem;
  left: 0;
  margin: auto;
  width: 100%;
  height: 27.4rem;
  background: url(../img/sec06_bg.png) top left/100% 100% no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .sec06::after {
    height: 7rem;
    bottom: -6.7rem;
  }
}
#rixio .sec06 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  #rixio .sec06 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec06 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec06 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec06__wrap {
  background-color: #fff;
  width: 100%;
  max-width: 103.9rem;
  margin: 5.2rem auto 0;
  padding: 9rem 18rem 7rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap {
    position: relative;
    z-index: 5;
    margin: 6rem auto 0;
    padding: 4rem 1rem 6rem;
  }
}
#rixio .sec06__wrap .left {
  width: 100%;
  max-width: 13rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
#rixio .sec06__wrap .left.vis .left__blk {
  transform: unset;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .left {
    max-width: 10rem;
  }
}
#rixio .sec06__wrap .left__blk {
  position: relative;
  z-index: unset;
  padding: 3.4rem 0 1.3rem;
  transition: all 0.4s;
  transform: translateY(-5rem);
  opacity: 0;
}
#rixio .sec06__wrap .left__blk:nth-child(1) {
  transition-delay: 0.2s;
}
#rixio .sec06__wrap .left__blk:nth-child(2) {
  transition-delay: 0.4s;
}
#rixio .sec06__wrap .left__blk:nth-child(3) {
  transition-delay: 0.6s;
}
#rixio .sec06__wrap .left__blk:nth-child(4) {
  transition-delay: 0.8s;
}
#rixio .sec06__wrap .left__blk:nth-child(5) {
  transition-delay: 1s;
}
#rixio .sec06__wrap .left__blk:nth-child(6) {
  transition-delay: 1.2s;
}
#rixio .sec06__wrap .left__blk:nth-child(7) {
  transition-delay: 1.4s;
}
#rixio .sec06__wrap .left__blk:nth-child(8) {
  transition-delay: 1.6s;
}
#rixio .sec06__wrap .left__blk:nth-child(9) {
  transition-delay: 1.8s;
}
#rixio .sec06__wrap .left__blk:nth-child(10) {
  transition-delay: 2s;
}
#rixio .sec06__wrap .left__blk:nth-child(11) {
  transition-delay: 2.2s;
}
#rixio .sec06__wrap .left__blk:nth-child(12) {
  transition-delay: 2.4s;
}
#rixio .sec06__wrap .left__blk:nth-child(13) {
  transition-delay: 2.6s;
}
#rixio .sec06__wrap .left__blk:nth-child(14) {
  transition-delay: 2.8s;
}
#rixio .sec06__wrap .left__blk:nth-child(15) {
  transition-delay: 3s;
}
#rixio .sec06__wrap .left__blk:nth-child(16) {
  transition-delay: 3.2s;
}
#rixio .sec06__wrap .left__blk:nth-child(17) {
  transition-delay: 3.4s;
}
#rixio .sec06__wrap .left__blk:nth-child(18) {
  transition-delay: 3.6s;
}
#rixio .sec06__wrap .left__blk:nth-child(19) {
  transition-delay: 3.8s;
}
#rixio .sec06__wrap .left__blk:nth-child(20) {
  transition-delay: 4s;
}
#rixio .sec06__wrap .left__blk:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.9rem;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 6.6rem 0 6.6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .left__blk:not(:last-of-type)::after {
    bottom: -2rem;
    border-width: 2rem 5rem 0 5rem;
  }
}
#rixio .sec06__wrap .left__blk:nth-of-type(1) {
  background-color: #A20036;
  border: 1px solid #A20036;
  z-index: 6;
}
#rixio .sec06__wrap .left__blk:nth-of-type(1)::after {
  border-color: #A20036 transparent transparent transparent;
}
#rixio .sec06__wrap .left__blk:nth-of-type(2) {
  background-color: #BE0945;
  border: 1px solid #BE0945;
  z-index: 5;
}
#rixio .sec06__wrap .left__blk:nth-of-type(2)::after {
  border-color: #BE0945 transparent transparent transparent;
}
#rixio .sec06__wrap .left__blk:nth-of-type(3) {
  background-color: #DD386B;
  border: 1px solid #DD386B;
  z-index: 4;
}
#rixio .sec06__wrap .left__blk:nth-of-type(3)::after {
  border-color: #DD386B transparent transparent transparent;
}
#rixio .sec06__wrap .left__blk:nth-of-type(4) {
  background-color: #EA7999;
  border: 1px solid #EA7999;
  z-index: 3;
}
#rixio .sec06__wrap .left__blk:nth-of-type(4)::after {
  border-color: #EA7999 transparent transparent transparent;
}
#rixio .sec06__wrap .left__blk:nth-of-type(5) {
  background-color: #F3C8D5;
  border: 1px solid #F3C8D5;
  z-index: 2;
}
#rixio .sec06__wrap .left__blk:nth-of-type(5)::after {
  border-color: #F3C8D5 transparent transparent transparent;
}
#rixio .sec06__wrap .left__blk:nth-of-type(6) {
  border: 1px solid #A20036;
  border-bottom: none;
  border-top: none;
  z-index: 1;
}
#rixio .sec06__wrap .left__blk:nth-of-type(6)::before, #rixio .sec06__wrap .left__blk:nth-of-type(6)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 6.7rem;
  height: 1px;
  background-color: #A20036;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .left__blk:nth-of-type(6)::before, #rixio .sec06__wrap .left__blk:nth-of-type(6)::after {
    width: 5.2rem;
  }
}
#rixio .sec06__wrap .left__blk:nth-of-type(6)::before {
  transform: rotate(17deg);
  transform-origin: left center;
  left: 0;
}
#rixio .sec06__wrap .left__blk:nth-of-type(6)::after {
  transform: rotate(-17deg);
  transform-origin: right center;
  right: 0;
}
#rixio .sec06__wrap .left__blk .img {
  width: 100%;
  max-width: 6.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .left__blk .img {
    max-width: 5.6rem;
  }
}
#rixio .sec06__wrap .right {
  width: 100%;
  padding-left: 3.2rem;
}
#rixio .sec06__wrap .right.vis .right__blk {
  transform: unset;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .right {
    max-width: calc(100% - 10rem);
    padding-left: 1.6rem;
  }
}
#rixio .sec06__wrap .right__blk {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.024em;
  padding: 3.4rem 0;
  border-top: 1px solid rgba(162, 0, 54, 0.26);
  transition: all 0.4s;
  transform: translateY(-5rem);
  opacity: 0;
}
#rixio .sec06__wrap .right__blk:nth-child(1) {
  transition-delay: 0.2s;
}
#rixio .sec06__wrap .right__blk:nth-child(2) {
  transition-delay: 0.4s;
}
#rixio .sec06__wrap .right__blk:nth-child(3) {
  transition-delay: 0.6s;
}
#rixio .sec06__wrap .right__blk:nth-child(4) {
  transition-delay: 0.8s;
}
#rixio .sec06__wrap .right__blk:nth-child(5) {
  transition-delay: 1s;
}
#rixio .sec06__wrap .right__blk:nth-child(6) {
  transition-delay: 1.2s;
}
#rixio .sec06__wrap .right__blk:nth-child(7) {
  transition-delay: 1.4s;
}
#rixio .sec06__wrap .right__blk:nth-child(8) {
  transition-delay: 1.6s;
}
#rixio .sec06__wrap .right__blk:nth-child(9) {
  transition-delay: 1.8s;
}
#rixio .sec06__wrap .right__blk:nth-child(10) {
  transition-delay: 2s;
}
#rixio .sec06__wrap .right__blk:nth-child(11) {
  transition-delay: 2.2s;
}
#rixio .sec06__wrap .right__blk:nth-child(12) {
  transition-delay: 2.4s;
}
#rixio .sec06__wrap .right__blk:nth-child(13) {
  transition-delay: 2.6s;
}
#rixio .sec06__wrap .right__blk:nth-child(14) {
  transition-delay: 2.8s;
}
#rixio .sec06__wrap .right__blk:nth-child(15) {
  transition-delay: 3s;
}
#rixio .sec06__wrap .right__blk:nth-child(16) {
  transition-delay: 3.2s;
}
#rixio .sec06__wrap .right__blk:nth-child(17) {
  transition-delay: 3.4s;
}
#rixio .sec06__wrap .right__blk:nth-child(18) {
  transition-delay: 3.6s;
}
#rixio .sec06__wrap .right__blk:nth-child(19) {
  transition-delay: 3.8s;
}
#rixio .sec06__wrap .right__blk:nth-child(20) {
  transition-delay: 4s;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .right__blk {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .right__blk {
    display: block;
  }
}
#rixio .sec06__wrap .right__blk:last-of-type {
  border-bottom: 1px solid rgba(162, 0, 54, 0.26);
}
#rixio .sec06__wrap .right__blk .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 0.024em;
  font-weight: normal;
  background-color: #A20036;
  border-radius: 50%;
  width: 100%;
  max-width: 4.2rem;
  height: 4.2rem;
  margin-right: 1.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .right__blk .num {
    font-size: 2.4rem;
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 0 1.22rem 0;
  }
}
#rixio .sec06__wrap .right__blk .small {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  #rixio .sec06__wrap .right__blk .small {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
#rixio .sec07 {
  padding-top: 3.2rem;
  margin-bottom: 2.4rem;
}
#rixio .sec07 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec07 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec07 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec07 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec07__dsc {
  margin-top: 4.9rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dsc {
    margin-top: 3rem;
  }
}
#rixio .sec07__dsc:first-of-type {
  margin-top: 9rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dsc:first-of-type {
    margin-top: 6rem;
  }
}
#rixio .sec07__dscttl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.024em;
  background-color: #A20036;
  padding: 2.3rem 4.2rem 2.6rem 4.8rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dscttl {
    padding: 2.3rem 1rem 2.6rem;
    font-size: 1.6rem;
  }
}
#rixio .sec07__dscttl .big {
  font-size: 4.8rem;
  display: inline-block;
  margin-right: 2.3rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dscttl .big {
    font-size: 3.6rem;
    margin-right: 1.5rem;
  }
}
#rixio .sec07__dscttl .icon {
  position: absolute;
  top: 0;
  right: 4.8rem;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  display: block;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dscttl .icon {
    right: 1.6rem;
  }
}
#rixio .sec07__dscttl .icon::before, #rixio .sec07__dscttl .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 60px;
  transition: all 0.4s;
}
#rixio .sec07__dscttl .icon::after {
  transform: rotate(90deg);
}
#rixio .sec07__dscttl.active .icon::before, #rixio .sec07__dscttl.active .icon::after {
  transform: rotate(180deg);
}
#rixio .sec07__dscttl.active .icon::after {
  opacity: 0;
}
#rixio .sec07__dsctxt {
  display: none;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.024em;
  padding: 2.3rem 4.2rem 2.6rem 4.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec07__dsctxt {
    padding: 2.3rem 1rem 2.6rem;
    font-size: 1.6rem;
  }
}
#rixio .sec08 {
  position: relative;
  z-index: 1;
  background: url(../img/sec08_bg.png) top left/100% 100% no-repeat;
  padding: 30rem 0 34.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08 {
    background-size: cover;
    padding: 7rem 0 48rem;
  }
}
#rixio .sec08 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec08 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec08 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec08__list {
  display: flex;
  justify-content: space-between;
  margin-top: 10.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__list {
    display: block;
    margin-top: 6rem;
  }
}
#rixio .sec08__blk {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc((100% - 12rem) / 3);
  background-color: #fff;
  padding: 6rem 3.2rem 5.6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__blk {
    max-width: 100%;
    padding: 3rem 1rem 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  #rixio .sec08__blk:not(:first-of-type) {
    margin-top: 6rem;
  }
}
#rixio .sec08__blk::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__blk::after {
    top: 0.7em;
    left: 0.4rem;
  }
}
#rixio .sec08__blk .img {
  width: 100%;
  max-width: 27rem;
  margin: 0 auto;
}
#rixio .sec08__blk .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__blk .lead {
    font-size: 1.6rem;
  }
}
#rixio .sec08__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.012em;
  text-align: center;
  margin: 2.6rem 0 4.5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__ttl {
    font-size: 2rem;
    margin: 1.4rem 0 3rem;
  }
}
#rixio .sec08__ttl .small {
  display: block;
  font-size: 1.8rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec08__ttl .small {
    font-size: 1.6rem;
  }
}
#rixio .sec09 {
  background: rgb(251, 244, 246);
  margin-top: -2.2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 {
    margin-top: -33rem;
    padding-bottom: 3rem;
  }
}
#rixio .sec09 .ttl {
  font-size: 4.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 .ttl {
    font-size: 4rem;
  }
}
#rixio .sec09 .ttl .futura {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 .ttl .futura {
    font-size: 1.4rem;
  }
}
#rixio .sec09 .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 .lead {
    font-size: 1.4rem;
  }
}
#rixio .sec09 .lead .link {
  color: #41bff7;
  text-decoration: underline;
}
#rixio .sec09__wrap {
  margin-top: 10.8rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__wrap {
    position: relative;
    z-index: 1;
    margin-top: 6rem;
    padding: 0 0 3rem;
  }
}
#rixio .sec09 .form__ttl {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  letter-spacing: 0.012em;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid rgba(162, 0, 54, 0.2);
  margin-bottom: 4.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 .form__ttl {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }
}
#rixio .sec09 .form__ttl:nth-of-type(2) {
  margin-top: 8.8rem;
}
#rixio .sec09 .form__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 15.5rem;
  height: 3px;
  border-radius: 60px;
  background-color: #A20036;
}
#rixio .sec09 .form__ttl .notes {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  #rixio .sec09 .form__ttl .notes {
    display: block;
    font-size: 1.4rem;
    margin: 1.2rem 0 0 0;
  }
}
#rixio .sec09 .form__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 45.8rem;
  height: 7rem;
  margin: 4.8rem auto 0;
}
#rixio .sec09 .form__btn button {
  width: 100%;
  height: 100%;
  background-color: #A20036;
  border-radius: 60px;
  cursor: pointer;
  font-size: 2rem;
}
#rixio .sec09 .form__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 0.7rem;
  position: absolute;
  top: 0;
  right: 3.3rem;
  bottom: 0;
  margin: auto;
}
#rixio .sec09__dsc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsc {
    display: block;
  }
}
#rixio .sec09__dsc:not(:first-of-type) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsc:not(:first-of-type) {
    margin-top: 2rem;
  }
}
#rixio .sec09__dsc.top {
  align-items: flex-start;
}
#rixio .sec09__dsc.top .sec09__dscttl {
  padding-top: 0.9em;
}
#rixio .sec09__dscttl {
  font-size: 2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  width: 28rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dscttl {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
#rixio .sec09__dscttl .req {
  display: block;
  font-size: 1.4rem;
  background: rgba(162, 0, 54, 0.6);
  padding: 0.8rem 1.4rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dscttl .req {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
  }
}
#rixio .sec09__dsctxt {
  width: calc(100% - 28rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt {
    width: 100%;
  }
}
#rixio .sec09__dsctxt .input, #rixio .sec09__dsctxt .textarea, #rixio .sec09__dsctxt select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 4.8rem;
  border: 1px solid rgba(162, 0, 54, 0.2);
  border-radius: 3px;
  padding: 0.4rem 1rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt .input, #rixio .sec09__dsctxt .textarea, #rixio .sec09__dsctxt select {
    font-size: 1.6rem;
  }
}
#rixio .sec09__dsctxt .input.small {
  max-width: 10%;
  min-width: 10%;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt .input.small {
    max-width: 34%;
    min-width: 34%;
  }
}
#rixio .sec09__dsctxt input[type=radio] {
  display: none;
}
#rixio .sec09__dsctxt input[type=radio] + label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-right: 5rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt input[type=radio] + label {
    font-size: 1.6rem;
  }
}
#rixio .sec09__dsctxt input[type=radio] + label.mr0 {
  margin-right: 0;
}
#rixio .sec09__dsctxt input[type=radio] + label::before, #rixio .sec09__dsctxt input[type=radio] + label::after {
  content: "";
  display: block;
}
#rixio .sec09__dsctxt input[type=radio] + label::before {
  width: 3rem;
  height: 3rem;
  border: 1px solid #A20036;
  border-radius: 50%;
  margin-right: 1.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt input[type=radio] + label::before {
    width: 2rem;
    height: 2rem;
  }
}
#rixio .sec09__dsctxt input[type=radio]:checked + label::after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #A20036;
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt input[type=radio]:checked + label::after {
    width: 1rem;
    height: 1rem;
    left: 0.6rem;
  }
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt input[type=radio]:checked + label.top::after {
    top: 0.7rem;
  }
}
#rixio .sec09__dsctxt select {
  max-width: 40%;
  min-width: 40%;
  background: url(../img/select_arrow.png) center right 2rem/2.2rem no-repeat;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt select {
    max-width: 100%;
    min-width: 100%;
  }
}
#rixio .sec09__dsctxt .textarea {
  height: 22rem;
}
#rixio .sec09__dsctxt .txt {
  font-size: 2rem;
  line-height: 1.6;
  display: inline-block;
  margin: 0 3rem 0 1.2rem;
}
@media screen and (max-width: 900px) {
  #rixio .sec09__dsctxt .txt {
    font-size: 1.6rem;
  }
}
#rixio .sec09__dsctxt .txt.mr0 {
  margin-right: 0;
}
#rixio .footer {
  background-color: #000;
  padding: 1.7rem 0 1.2rem;
}
#rixio .footer .logo {
  width: 100%;
  max-width: 18rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 900px) {
  #rixio .footer .logo {
    max-width: 12rem;
    margin-bottom: 1.4rem;
  }
}
#rixio .footer .copy {
  font-size: 1.6rem;
  letter-spacing: 0.024em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px) {
  #rixio .footer .copy {
    font-size: 1.2rem;
  }
}
#rixio .grecaptcha-badge {
  z-index: 5;
}/*# sourceMappingURL=style.css.map */