@media (min-width: 1190px) {
  .top .header__container {
    background: none;
    padding: 20px 0 0;
  }
  .top .header__container .inner {
    padding: 0 20px 0 30px;
  }
  .top .header__container .h__logo {
    padding: 10px 0 0;
  }
  .top .header__container .h__logo > a::before {
    background: url(/assets/images/common/h_logo_w.png) no-repeat center/100%;
  }
  .top .header__container .h__meau {
    color: #ffffff;
  }
  .top .header__container .h__btn {
    gap: 20px;
  }
  .top .header__container .h__btn > li {
    height: 60px;
  }
  .top .header__container .h__btn > li:first-child > a {
    color: #988bcc;
    background: #ffffff;
  }
}
@media (min-width: 1190px) {
  .top .header__container.is-active {
    background: #ffffff;
    padding: 10px 0;
  }
  .top .header__container.is-active .inner {
    padding: 0 10px 0 30px;
  }
  .top .header__container.is-active .h__logo {
    padding: 5px 0 0;
  }
  .top .header__container.is-active .h__logo > a::before {
    background: url(/assets/images/common/h_logo_b.png) no-repeat center/100%;
  }
  .top .header__container.is-active .h__meau .h__list {
    color: #000000;
  }
  .top .header__container.is-active .h__meau .h__btn {
    gap: 10px;
  }
  .top .header__container.is-active .h__meau .h__btn > li {
    height: 50px;
  }
  .top .header__container.is-active .h__meau .h__btn > li:first-child > a {
    color: #ffffff;
    background: #454545;
  }
}

/*------------------------------------------
mv__container
------------------------------------------*/
@-webkit-keyframes mv_loop_pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -235.5783308931vw 0;
  }
}
@keyframes mv_loop_pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -235.5783308931vw 0;
  }
}
@-webkit-keyframes mv_loop_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3218px 0;
  }
}
@keyframes mv_loop_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3218px 0;
  }
}
.mv__container {
  width: 100%;
}
.mv__container .mv__cnt {
  width: 100%;
  position: relative;
}
.mv__container .mv__cnt .mv__slide {
  overflow: hidden;
}
.mv__container .mv__cnt .mv__slide .splide {
  padding: 0;
}
.mv__container .mv__cnt .mv__slide .splide.no-slide {
  visibility: visible;
}
.mv__container .mv__cnt .mv__slide .splide.no-slide .splide__arrows {
  display: none;
}
.mv__container .mv__cnt .mv__slide .splide.no-slide .splide__list {
  display: block;
}
.mv__container .mv__cnt .mv__slide .splide__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.mv__container .mv__cnt .mv__slide .splide__track {
  overflow: visible;
  border-radius: 0;
  border: 0;
}
.mv__container .mv__cnt .mv__slide .splide__slide .slide--inner {
  position: relative;
}
.mv__container .mv__cnt .mv__slide .splide__slide .slide--movie {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 375/490;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__slide .splide__slide .slide--movie {
    aspect-ratio: 1366/768;
  }
}
.mv__container .mv__cnt .mv__slide .splide__slide .slide--movie > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120%;
  height: 160%;
  left: -10%;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__slide .splide__slide .slide--movie > iframe {
    width: 105%;
    height: 105%;
    left: -1%;
  }
}
.mv__container .mv__cnt .mv__info {
  position: absolute;
  top: 41.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 93.3333333333vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info {
    width: 49.9267935578vw;
    top: 10.2489019034vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__ttl {
  text-align: center;
}
.mv__container .mv__cnt .mv__info .mv__ttl > span {
  color: #ffffff;
  display: block;
  font-weight: 700;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
.mv__container .mv__cnt .mv__info .mv__ttl .txt--1 {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 3.4666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__ttl .txt--1 {
    font-size: 1.317715959vw;
    margin-bottom: 1.0980966325vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__ttl .txt--2 {
  font-size: 5.0666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__ttl .txt--2 {
    font-size: 2.196193265vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__logo {
  width: 100%;
  margin: 0 auto 32vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__logo {
    margin: 0 auto 2.9282576867vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__label {
  width: 89.6vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__label {
    width: 46.1200585652vw;
    gap: 1.4641288433vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__label .label__item {
  text-align: center;
  background: url(/assets/images/home/mv_label_bg.png) no-repeat center/100%;
  width: 33.3333333333%;
  height: 21.3333333333vw;
  padding: 4.2666666667vw 0 2.9333333333vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__label .label__item {
    width: calc(33.3333333333% - 0.9882869693vw);
    height: 11.0541727672vw;
    padding: 2.4890190337vw 0 1.6105417277vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__label .label__item .label__ttl,
.mv__container .mv__cnt .mv__info .mv__label .label__item .label__txt {
  font-weight: 700;
  font-size: 2.6666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__label .label__item .label__ttl,
  .mv__container .mv__cnt .mv__info .mv__label .label__item .label__txt {
    font-size: 1.1713030747vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__label .label__item .label__number {
  line-height: 1;
  color: #DCA80C;
  font-weight: 600;
  font-size: 4.8vw;
  margin: 0.8vw auto -0.5333333333vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__label .label__item .label__number {
    font-size: 2.635431918vw;
    margin: 0.5856515373vw auto 0.1464128843vw;
  }
}
.mv__container .mv__cnt .mv__info .mv__option {
  margin: 2.1333333333vw auto 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2.6666666667vw;
  color: #acacac;
  padding-left: 2.6666666667vw;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__info .mv__option {
    color: #d5d5d5;
    margin: 1.0980966325vw auto 0;
    font-size: 0.8052708638vw;
    padding-left: 1.9033674963vw;
  }
}
.mv__container .mv__cnt .mv__loop {
  background: rgba(242, 242, 247, 0.9);
  border-radius: 5px;
  width: calc(100% - 20px);
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -41.0666666667vw;
  margin: auto;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__loop {
    width: 100%;
    border-radius: 10px;
    max-width: 91.3616398243vw;
    bottom: 2.196193265vw;
  }
}
.mv__container .mv__cnt .mv__loop .mv__scroll {
  width: 100%;
  height: 60px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__loop .mv__scroll {
    height: 4.39238653vw;
  }
}
.mv__container .mv__cnt .mv__loop .loop__slide {
  pointer-events: none;
}
.mv__container .mv__cnt .mv__loop .loop__slide .splide.no-slide {
  visibility: visible;
}
.mv__container .mv__cnt .mv__loop .loop__slide .splide__list {
  width: 100%;
  height: auto;
}
.mv__container .mv__cnt .mv__loop .loop__slide .splide__list .splide__slide .slide--img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 110/68;
  width: 110px;
  height: 68px;
}
@media (min-width: 1025px) {
  .mv__container .mv__cnt .mv__loop .loop__slide .splide__list .splide__slide .slide--img {
    width: 8.0527086384vw;
    height: 4.9780380673vw;
  }
}

/*------------------------------------------
structure__container
------------------------------------------*/
.structure__container {
  padding: 45.3333333333vw 0 40px;
}
@media (min-width: 1025px) {
  .structure__container {
    padding: 1.4641288433vw 0 5.8565153734vw;
  }
}
.structure__container .inner {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .structure__container .inner {
    padding: 0 1.4641288433vw;
  }
}
.structure__container .structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f2f7;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 1025px) {
  .structure__container .structure__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px 0 0 10px;
  }
}
.structure__container .structure__list .info {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.structure__container .structure__list .info::before {
  content: "";
  background: url(/assets/images/home/structure_icon.png) no-repeat center/100%;
  position: absolute;
  width: 176px;
  height: 144px;
  top: -4px;
  right: -8px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info::before {
    width: 36.0175695461vw;
    height: 29.5021961933vw;
    top: 7.3206442167vw;
    left: -13.0307467057vw;
  }
}
.structure__container .structure__list .info .in {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .in {
    padding: 0 5.4904831625vw 0 15.5929721816vw;
  }
}
.structure__container .structure__list .info .cmn__ttl {
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .cmn__ttl {
    margin-bottom: 2.5622254758vw;
  }
}
.structure__container .structure__list .info .txt {
  letter-spacing: 0.17em;
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .txt {
    font-size: 1.1713030747vw;
    margin-bottom: 2.9282576867vw;
  }
}
.structure__container .structure__list .info .btn {
  width: 210px;
  height: 50px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .btn {
    width: 21.9619326501vw;
    height: 5.1244509517vw;
  }
}
@media (max-width: 1024px) {
  .structure__container .structure__list .info .btn {
    margin: 0 auto;
  }
}
.structure__container .structure__list .info .btn > a {
  background: #988bcc;
  width: 100%;
  height: 100%;
  color: #ffffff;
  list-style: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .btn > a {
    font-size: 1.1713030747vw;
  }
}
.structure__container .structure__list .info .btn > a::after {
  content: "";
  background: url(/assets/images/common/icon_download.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 16px;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .info .btn > a::after {
    width: 1.0980966325vw;
    height: 1.3909224012vw;
    right: 1.4641288433vw;
  }
}
.structure__container .structure__list .img {
  width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .structure__container .structure__list .img {
    width: 43.0453879941vw;
    border-radius: 0 10px 10px 0;
  }
}

/*------------------------------------------
about__container
------------------------------------------*/
.about__container {
  padding: 0 0 40px;
}
@media (min-width: 1025px) {
  .about__container {
    padding: 0 0 5.8565153734vw;
  }
}
.about__container .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .about__container .inner {
    max-width: 87.8477306003vw;
    padding: 0;
  }
}
.about__container .cmn__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .about__container .cmn__ttl {
    margin-bottom: 3.6603221083vw;
  }
}
.about__container .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .about__container .about__list {
    gap: 1.4641288433vw;
    margin-bottom: 2.9282576867vw;
  }
}
.about__container .about__list > li {
  width: 100%;
  background: #f2f2f7;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .about__container .about__list > li {
    border-radius: 10px;
    width: calc(33.3333333333% - 0.9882869693vw);
  }
}
.about__container .about__list > li .img {
  width: 100%;
}
.about__container .about__list > li .info {
  padding: 15px 30px 25px;
}
@media (min-width: 1025px) {
  .about__container .about__list > li .info {
    padding: 1.6105417277vw 2.5622254758vw 2.5622254758vw;
  }
}
.about__container .about__list > li .info .ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .about__container .about__list > li .info .ttl {
    font-size: 1.317715959vw;
    margin-bottom: 1.1713030747vw;
  }
}
.about__container .about__list > li .info .txt {
  line-height: 1.8;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .about__container .about__list > li .info .txt {
    font-size: 1.0248901903vw;
  }
}

/*------------------------------------------
speedy__container
------------------------------------------*/
@-webkit-keyframes a-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes a-width-pc {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 4.6852122987vw);
  }
}
@keyframes a-width-pc {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 4.6852122987vw);
  }
}
@-webkit-keyframes a-width-sp {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}
@keyframes a-width-sp {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 24px);
  }
}
@-webkit-keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
.speedy__container {
  padding: 0 0 40px;
}
@media (min-width: 1025px) {
  .speedy__container {
    padding: 0 0 5.8565153734vw;
  }
}
.speedy__container .inner {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .speedy__container .inner {
    padding: 0 1.4641288433vw;
  }
}
.speedy__container .speedy__block {
  background: #f2f2f7;
  border-radius: 5px;
  padding: 40px 10px 30px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__block {
    border-radius: 10px;
    padding: 5.710102489vw 1.4641288433vw 6.0029282577vw;
  }
}
.speedy__container .cmn__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .speedy__container .cmn__ttl {
    margin-bottom: 2.9282576867vw;
  }
}
.speedy__container .speedy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list {
    gap: 1.4641288433vw;
  }
}
.speedy__container .speedy__list > li {
  width: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right bottom, from(#eddef9), to(#d1e6fc));
  background: linear-gradient(to bottom right, #eddef9 0%, #d1e6fc 100%);
  height: 382px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li {
    width: calc(50% - 0.7467057101vw);
    border-radius: 10px;
    height: 49.1947291362vw;
  }
}
.speedy__container .speedy__list > li .in {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.speedy__container .speedy__list > li .in .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.speedy__container .speedy__list > li .in .ttl > span {
  display: block;
  text-align: center;
}
.speedy__container .speedy__list > li .in .ttl .txt {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .in .ttl .txt {
    font-size: 2.0497803807vw;
  }
}
.speedy__container .speedy__list > li .in .ttl .s__txt {
  font-size: 10px;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .in .ttl .s__txt {
    margin-top: 0.5856515373vw;
    font-size: 1.0248901903vw;
  }
}
.speedy__container .speedy__list > li:first-child .in {
  width: 312px;
  height: 340px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li:first-child .in {
    width: 38.4333821376vw;
    height: 43.3382137628vw;
    left: 3.1478770132vw;
  }
}
@media (max-width: 1024px) {
  .speedy__container .speedy__list > li:first-child .in {
    left: 0;
    right: 0;
  }
}
.speedy__container .speedy__list > li:nth-child(2) .in {
  width: 336px;
  height: 320px;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li:nth-child(2) .in {
    width: 46.1932650073vw;
    height: 37.3352855051vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon {
  position: absolute;
  width: 81px;
  opacity: 0;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon {
    width: 10.541727672vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-1 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-2 {
  top: 8.7115666179vw;
  right: 0;
}
@media (max-width: 1024px) {
  .speedy__container .speedy__list > li .speedy-icon.l-icon-2 {
    width: 89px;
    top: 68px;
  }
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-3 {
  top: 182px;
  right: 9px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.l-icon-3 {
    top: 23.5724743777vw;
    right: 0;
  }
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-4 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-5 {
  top: 182px;
  left: 9px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.l-icon-5 {
    top: 23.5724743777vw;
    left: 0;
  }
}
.speedy__container .speedy__list > li .speedy-icon.l-icon-6 {
  width: 90px;
  top: 68px;
  left: 0;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.l-icon-6 {
    width: 10.9077598829vw;
    top: 8.7115666179vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-1 {
  top: 0;
  left: 21px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-1 {
    left: 4.6852122987vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-2 {
  top: 0;
  left: 128px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-2 {
    left: 18.6676427526vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-3 {
  top: 0;
  left: 235px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-3 {
    left: 32.6500732064vw;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-4 {
  bottom: 14px;
  left: 21px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-4 {
    left: 4.6852122987vw;
    bottom: 0;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-5 {
  bottom: 14px;
  left: 128px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-5 {
    left: 18.6676427526vw;
    bottom: 0;
  }
}
.speedy__container .speedy__list > li .speedy-icon.r-icon-6 {
  bottom: 0;
  left: 235px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .speedy-icon.r-icon-6 {
    left: 32.6500732064vw;
  }
}
.speedy__container .speedy__list > li .border__line {
  background: #ffffff;
  position: absolute;
  width: 0;
  height: 2px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .border__line {
    height: 0.2196193265vw;
  }
}
.speedy__container .speedy__list > li .border__line.top {
  top: 40px;
  left: 22px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .border__line.top {
    top: 5.1976573939vw;
    left: 4.6852122987vw;
  }
}
.speedy__container .speedy__list > li .border__line.bottom {
  left: 0;
  bottom: 70px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .border__line.bottom {
    bottom: 7.027818448vw;
  }
}
.speedy__container .speedy__list > li .border__circle {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 256px;
  height: 256px;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list > li .border__circle {
    width: 32.9428989751vw;
    height: 32.9428989751vw;
    top: 4.6852122987vw;
  }
}
.speedy__container .speedy__list > li .border__circle svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.speedy__container .speedy__list > li .border__circle .circle {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 628;
  stroke-dashoffset: 628;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon {
  -webkit-animation: a-opacity 1s ease forwards;
          animation: a-opacity 1s ease forwards;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon.l-icon-2, .speedy__container .speedy__list.is-animate > li .speedy-icon.r-icon-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon.l-icon-3, .speedy__container .speedy__list.is-animate > li .speedy-icon.r-icon-3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon.l-icon-4, .speedy__container .speedy__list.is-animate > li .speedy-icon.r-icon-4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon.l-icon-5, .speedy__container .speedy__list.is-animate > li .speedy-icon.r-icon-5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.speedy__container .speedy__list.is-animate > li .speedy-icon.l-icon-6, .speedy__container .speedy__list.is-animate > li .speedy-icon.r-icon-6 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.speedy__container .speedy__list.is-animate > li .border__line.top {
  -webkit-animation: a-width-sp 1.5s ease 0.6s forwards;
          animation: a-width-sp 1.5s ease 0.6s forwards;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list.is-animate > li .border__line.top {
    -webkit-animation: a-width-pc 1.5s ease 0.6s forwards;
            animation: a-width-pc 1.5s ease 0.6s forwards;
  }
}
.speedy__container .speedy__list.is-animate > li .border__line.bottom {
  -webkit-animation: a-width-sp 1.5s ease 1.6s forwards;
          animation: a-width-sp 1.5s ease 1.6s forwards;
}
@media (min-width: 1025px) {
  .speedy__container .speedy__list.is-animate > li .border__line.bottom {
    -webkit-animation: a-width-pc 1.5s ease 1.6s forwards;
            animation: a-width-pc 1.5s ease 1.6s forwards;
  }
}
.speedy__container .speedy__list.is-animate > li .border__circle .circle {
  -webkit-animation: drawCircle 3s 0.5s ease-in-out forwards;
          animation: drawCircle 3s 0.5s ease-in-out forwards;
}

/*------------------------------------------
works__container
------------------------------------------*/
.works__container {
  padding: 0 0 40px;
}
@media (min-width: 1025px) {
  .works__container {
    padding: 0 0 5.8565153734vw;
  }
}
.works__container .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .works__container .inner {
    max-width: 87.8477306003vw;
    margin: 0 auto 4.39238653vw;
    padding: 0;
  }
}
.works__container .cmn__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .works__container .cmn__ttl {
    margin-bottom: 2.9282576867vw;
  }
}
.works__container .works__lead {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 40px;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .works__container .works__lead {
    max-width: 54.9048316252vw;
    margin: 0 auto 4.39238653vw;
    padding: 0;
    font-size: 1.1713030747vw;
  }
}
.works__container .works__bnr {
  width: 100%;
  margin: 0 auto;
}
.works__container .works__bnr .bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works__container .works__bnr .bnr__list > li {
  width: 67px;
}
@media (min-width: 1025px) {
  .works__container .works__bnr .bnr__list > li {
    width: 9.0909090909%;
  }
}
.works__container .works__slide {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .works__container .works__slide {
    margin: 0 auto 2.9282576867vw;
  }
}
.works__container .splide.no-slide {
  visibility: visible;
}
.works__container .splide.no-slide .splide__arrows {
  display: none;
}
.works__container .splide.no-slide .splide__list {
  display: block;
}
.works__container .splide__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .works__container .splide__wrapper {
    width: 25.0366032211vw;
    padding: 0;
  }
}
.works__container .splide__track {
  overflow: visible;
  border-radius: 0;
  border: 0;
}
.works__container .splide__slide .slide--inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .works__container .splide__slide .slide--inner {
    border-radius: 10px;
  }
}
.works__container .splide__slide .slide--img {
  aspect-ratio: 684/482;
  overflow: hidden;
  position: relative;
}
.works__container .splide__slide .slide--img .img__peak {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works__container .splide__slide .slide--detail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 40px 20px 15px;
}
@media (min-width: 1025px) {
  .works__container .splide__slide .slide--detail {
    padding: 86px 30px 20px;
  }
}
.works__container .splide__slide .slide--detail .ttl {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .works__container .splide__slide .slide--detail .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.works__container .splide__slide .slide--detail .category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .works__container .splide__slide .slide--detail .category {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.works__container .splide__slide .slide--detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.works__container .splide__slide .slide--detail .tags > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px;
  color: #000000;
  background: #ffffff;
  border-radius: 14px;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .works__container .splide__slide .slide--detail .tags > li {
    font-size: 12px;
  }
}
.works__container .splide__slide .slide--detail .tags > li.color {
  background: #988bcc;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .works__container .splide__slide.is-active {
    opacity: 1;
  }
  .works__container .splide__slide:hover .img__peak {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*------------------------------------------
solution__container
------------------------------------------*/
.solution__container {
  padding: 0 0 40px;
}
@media (min-width: 1025px) {
  .solution__container {
    padding: 0 0 5.8565153734vw;
  }
}
.solution__container .inner {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .solution__container .inner {
    padding: 0 1.4641288433vw;
  }
}
.solution__container .solution__block {
  width: 100%;
  background: #f2f2f7;
  border-radius: 5px;
  padding: 40px 10px;
  margin: 0 auto 10px;
}
@media (min-width: 1025px) {
  .solution__container .solution__block {
    border-radius: 10px;
    padding: 5.8565153734vw 0;
    margin: 0 auto 1.4641288433vw;
  }
}
.solution__container .cmn__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .solution__container .cmn__ttl {
    margin-bottom: 2.9282576867vw;
  }
}
.solution__container .solution__lead {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 25px;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .solution__container .solution__lead {
    text-align: center;
    max-width: 54.9048316252vw;
    margin: 0 auto 2.9282576867vw;
    padding: 0;
    font-size: 1.1713030747vw;
  }
}
.solution__container .solution__list {
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 8px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list {
    max-width: 87.8477306003vw;
    gap: 1.4641288433vw;
    margin: 0 auto 2.9282576867vw;
  }
}
@media (max-width: 1024px) {
  .solution__container .solution__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.solution__container .solution__list > li {
  width: calc(50% - 4px);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li {
    border-radius: 10px;
    width: calc(25% - 1.1127379209vw);
  }
}
.solution__container .solution__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.solution__container .solution__list > li > a .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.solution__container .solution__list > li > a .img .img__peak {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.solution__container .solution__list > li > a .info {
  padding: 8px 10px 10px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info {
    padding: 1.0248901903vw 1.4641288433vw 1.0980966325vw;
  }
}
.solution__container .solution__list > li > a .info .ttl {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info .ttl {
    font-size: 1.0980966325vw;
    padding: 0 0.7320644217vw;
  }
}
.solution__container .solution__list > li > a .info .ttl::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info .ttl::after {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
@media (max-width: 1024px) {
  .solution__container .solution__list > li > a .info .ttl.mg-t {
    margin-top: 8px;
  }
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a:hover .img__peak {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.solution__container .cost__block {
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#eddef9), to(#d1e6fc));
  background: linear-gradient(to bottom right, #eddef9 0%, #d1e6fc 100%);
  border-radius: 5px;
  padding: 30px 10px;
  margin: 0 auto 40px;
}
@media (min-width: 1025px) {
  .solution__container .cost__block {
    border-radius: 10px;
    padding: 5.8565153734vw 0;
    margin: 0 auto 5.8565153734vw;
  }
}
.solution__container .cost__ttl {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .solution__container .cost__ttl {
    max-width: 59.8828696925vw;
    padding: 0;
    font-size: 1.756954612vw;
    margin: 0 auto 4.39238653vw;
  }
}
.solution__container .cost__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .solution__container .cost__list {
    max-width: 87.8477306003vw;
    gap: 1.4641288433vw;
    padding: 0;
  }
}
.solution__container .cost__list > li {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .solution__container .cost__list > li {
    width: calc(50% - 0.7467057101vw);
    height: 11.859443631vw;
  }
}
.solution__container .cost__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
}
@media (min-width: 1025px) {
  .solution__container .cost__list > li > a {
    padding: 0 4.39238653vw;
  }
}
.solution__container .cost__list > li > a .ttl {
  width: 100%;
  position: relative;
}
.solution__container .cost__list > li > a .ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #988bcc;
  border-bottom: 2px solid #988bcc;
}
@media (min-width: 1025px) {
  .solution__container .cost__list > li > a .ttl::after {
    width: 0.878477306vw;
    height: 0.878477306vw;
  }
}
.solution__container .cost__list > li > a .ttl span {
  display: block;
}
.solution__container .cost__list > li > a .ttl .en {
  line-height: 1;
  color: #988bcc;
  font-size: 11px;
  margin-bottom: 3px;
}
@media (min-width: 1025px) {
  .solution__container .cost__list > li > a .ttl .en {
    font-size: 1.0248901903vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media (max-width: 1024px) {
  .solution__container .cost__list > li > a .ttl .en {
    padding-top: 5px;
  }
}
.solution__container .cost__list > li > a .ttl .ja {
  line-height: 1.6;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .solution__container .cost__list > li > a .ttl .ja {
    font-size: 1.6105417277vw;
  }
}
.solution__container .movie__block {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .solution__container .movie__block {
    max-width: 76.8667642753vw;
    padding: 0;
  }
}
.solution__container .movie__block .movie__cnt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.solution__container .movie__block .movie__cnt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------
faq__container
------------------------------------------*/
.faq__container {
  padding: 0 0 20px;
}
@media (min-width: 1025px) {
  .faq__container {
    padding: 0 0 4.39238653vw;
  }
}
.faq__container .inner {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .faq__container .inner {
    padding: 0 1.4641288433vw;
  }
}
.faq__container .faq__block {
  width: 100%;
  background: #f2f2f7;
  border-radius: 5px;
  padding: 40px 10px 30px;
}
@media (min-width: 1025px) {
  .faq__container .faq__block {
    border-radius: 10px;
    padding: 5.8565153734vw 0;
  }
}
.faq__container .faq__cnt {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt {
    max-width: 87.8477306003vw;
    gap: 6.588579795vw;
  }
}
.faq__container .faq__cnt .cmn__ttl {
  width: 100%;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .cmn__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .faq__container .faq__cnt .cmn__ttl {
    text-align: center;
  }
}
.faq__container .faq__cnt .faq__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 2.4890190337vw;
    gap: 0.7320644217vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__ttl {
  cursor: pointer;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 15px 20px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__ttl {
    padding: 1.317715959vw 1.6105417277vw 1.317715959vw 5.4904831625vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__ttl .question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 26px 0 22px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__ttl .question {
    padding: 0 1.9033674963vw 0 2.3426061493vw;
    font-size: 1.0980966325vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__ttl .question::before {
  content: "Q.";
  line-height: 1;
  color: #988bcc;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__ttl .question::before {
    font-size: 1.4641288433vw;
    top: 0.2928257687vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__ttl .icon {
  width: 12px;
  height: 12px;
  position: relative;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__ttl .icon {
    width: 1.1713030747vw;
    height: 1.1713030747vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__ttl .icon::before, .faq__container .faq__cnt .faq__item .faq__ttl .icon::after {
  content: "";
  background: #988bcc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.faq__container .faq__cnt .faq__item .faq__ttl .icon::before {
  width: 100%;
  height: 2px;
}
.faq__container .faq__cnt .faq__item .faq__ttl .icon::after {
  width: 2px;
  height: 100%;
}
.faq__container .faq__cnt .faq__item .faq__ttl.is-active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__container .faq__cnt .faq__item .faq__cnt {
  display: none;
  background: #ffffff;
  border-radius: 5px;
  padding: 1px 52px 15px 20px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__cnt {
    padding: 0.7320644217vw 1.6105417277vw 1.317715959vw 5.4904831625vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__cnt .answer {
  padding: 0 26px 0 22px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__cnt .answer {
    padding: 0 1.9033674963vw 0 2.3426061493vw;
    font-size: 1.0980966325vw;
  }
}
.faq__container .faq__cnt .faq__item .faq__cnt .answer::before {
  content: "A.";
  line-height: 1;
  color: #454545;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 1025px) {
  .faq__container .faq__cnt .faq__item .faq__cnt .answer::before {
    font-size: 1.4641288433vw;
    top: 0.2928257687vw;
    left: 0.2196193265vw;
  }
}

/*------------------------------------------
aitorios__container
------------------------------------------*/
.aitorios__container {
  background: url(/assets/images/home/aitorios_bg_sp.webp) no-repeat center/cover;
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .aitorios__container {
    background: url(/assets/images/home/aitorios_bg_pc.webp) no-repeat center/cover;
    padding: 5.8565153734vw 0;
  }
}
.aitorios__container .inner {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .aitorios__container .inner {
    max-width: 87.8477306003vw;
    padding: 0;
  }
}
.aitorios__container .aitorios__ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px #000;
}
@media (min-width: 1025px) {
  .aitorios__container .aitorios__ttl {
    font-size: 2.4890190337vw;
    margin-bottom: 1.8301610542vw;
  }
}
.aitorios__container .aitorios__lead {
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px #000;
}
@media (min-width: 1025px) {
  .aitorios__container .aitorios__lead {
    font-size: 1.1713030747vw;
    margin-bottom: 2.9282576867vw;
  }
}
.aitorios__container .aitorios__btn {
  width: 210px;
  height: 50px;
}
@media (min-width: 1025px) {
  .aitorios__container .aitorios__btn {
    width: 21.9619326501vw;
    height: 4.39238653vw;
  }
}
@media (max-width: 1024px) {
  .aitorios__container .aitorios__btn {
    margin: 0 auto;
  }
}
.aitorios__container .aitorios__btn > a {
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  color: #ffffff;
  list-style: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .aitorios__container .aitorios__btn > a {
    font-size: 1.1713030747vw;
  }
}
.aitorios__container .aitorios__btn > a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 1025px) {
  .aitorios__container .aitorios__btn > a::after {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    right: 1.4641288433vw;
  }
}