@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes ticker1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  overflow-x: hidden;
}

.header {
  align-items: start;
  padding: 22px 30px 0 24px;
}
@media (max-width: 767px) {
  .header {
    position: static;
    height: 28vw;
  }
}
@media (min-width: 768px) {
  .header__title {
    margin-right: 40px;
  }
}
.header__logo {
  width: 220px;
}
@media (min-width: 768px) {
  .header__desc {
    color: #0e357f;
    line-height: 23px;
    margin-left: 40px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .header__content {
    position: static;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .header__phoneimg {
    width: 426px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .header__phoneimg {
    width: 31.19vw;
  }
}
.header__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .header__li + .header__li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__li + .header__li {
    margin-left: 4vw;
  }
}
.header__yt {
  width: 32px;
}
.header__tt {
  width: 22px;
}

.fv {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.22vw;
}
@media (min-width: 768px) {
  .fv {
    height: 51.24vw;
    background-image: url(../img/fv_bk_pc.png);
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 122vw;
    background-image: url(../img/fv_bk_sp.png);
    margin-top: 8vw;
  }
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/fv_sdw.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.22vw;
  top: 0;
  left: 0;
}
.fv__img {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__img {
    top: -40px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .fv__img {
    top: -5.33vw;
    left: -6vw;
  }
}
@media (min-width: 768px) {
  .fv__img img {
    width: 65.52vw;
  }
}
@media (max-width: 767px) {
  .fv__img img {
    width: 101.07vw;
  }
}
.fv__tx {
  position: absolute;
  top: -30px;
  right: -60px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0% 100%;
}
@media (min-width: 768px) {
  .fv__tx img {
    width: 58.35vw;
  }
}
@media (max-width: 767px) {
  .fv__tx img {
    width: 61.33vw;
  }
}
.fv__tx.loaded {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.8s;
  animation: shake 3s infinite;
  animation-delay: 3s;
}
@media (min-width: 768px) {
  .fv__btn {
    position: absolute;
    display: block;
    top: 19.39vw;
    right: 25.62vw;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .fv__btn img {
    width: 26.35vw;
  }
}
@media (max-width: 767px) {
  .fv__phone {
    position: absolute;
    display: block;
    bottom: 5.33vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 88vw;
    z-index: 2;
  }
}

.sec01 {
  position: relative;
}
@media (min-width: 768px) {
  .sec01 {
    background-color: #f5af1b;
    height: 875px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sec01 {
    background-color: #f01935;
    padding-bottom: 26.67vw;
  }
}
.sec01::before {
  content: "";
  display: block;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .sec01::before {
    top: -7.945vw;
    height: 15.89vw;
    background-image: url(../img/fv_gra_2x.png);
    background-size: 100% 15.89vw;
  }
}
@media (max-width: 767px) {
  .sec01::before {
    top: -50vw;
    height: 50.27vw;
    background-image: url(../img/fv_gra_sp.png);
    background-size: 100% 50.27vw;
  }
}
@media (min-width: 768px) {
  .sec01__wrapper {
    position: relative;
    max-width: 1366px;
  }
}
@media (min-width: 768px) {
  .sec01__img {
    position: absolute;
    display: block;
    top: -120px;
    left: -30px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec01__img {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .sec01__img img {
    width: 555px;
  }
}
@media (max-width: 767px) {
  .sec01__img img {
    display: block;
    width: 85.6vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec01__form {
    position: absolute;
    display: block;
    top: -150px;
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec01__form {
    top: -10.98vw;
    left: auto;
    right: -2.2vw;
  }
}
@media (max-width: 767px) {
  .sec01__form {
    position: relative;
    margin-top: -13.33vw;
  }
}
@media (max-width: 767px) {
  .sec01__form::after {
    content: "";
    display: block;
    position: absolute;
    top: 16vw;
    right: 0;
    width: 21.07vw;
    height: 106.13vw;
    background-image: url(../img/01_pen_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .form {
    width: 950px;
    height: 739px;
    background-image: url(../img/01_bk_pc.png);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form {
    width: 100vw;
    height: 74.78vw;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .form {
    position: relative;
    width: 90.67vw;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    padding: 17.33vw 11.33vw 5.33vw;
  }
}
@media (max-width: 767px) {
  .form::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13.33vw;
    left: 0;
    right: 0;
    width: 90.67vw;
    height: 13.33vw;
    margin: auto;
    background-image: url(../img/01_bk_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .form__wrapper {
    padding: 55px 176px 44px 44px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__wrapper {
    padding: 4.03vw 19.76vw 3.22vw 3.22vw;
  }
}
@media (min-width: 768px) {
  .form__title {
    width: 494px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__title {
    width: 36.16vw;
  }
}
.form__note {
  color: #f01935;
}
@media (min-width: 768px) {
  .form__type {
    background-color: #fbe6eb;
    padding: 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__type {
    margin-top: 1.46vw;
    padding: 1.46vw 2.93vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__items {
    margin-top: 2.93vw;
  }
}
.form__item {
  width: 100%;
}
@media (min-width: 768px) {
  .form__left {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__left {
    padding-right: 1.46vw;
  }
}
@media (min-width: 768px) {
  .form__right {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__right {
    padding-left: 1.46vw;
  }
}
@media (min-width: 768px) {
  .form__content {
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__content {
    padding: 0 0.73vw;
    margin-top: 1.46vw;
  }
}
.form__subtitle {
  line-height: 24px;
}
.form__subtitle_text::before {
  content: "◆ ";
  color: #ff0054;
  font-size: 10px;
}
.form__subtitle_note {
  color: #ff0054;
}
@media (min-width: 768px) {
  .form__subtitle1 {
    background-image: url(../img/01_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .form__subtitle2 {
    background-image: url(../img/01_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 5px 10px;
  }
}
.form__req .form__name::before {
  background-color: #c50101;
  content: "必須";
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin-right: 5px;
  padding: 4px 7px;
}
.form__value {
  position: relative;
  display: block;
  width: 100%;
}
.form__msg {
  background-color: #900;
  border-radius: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  line-height: 15px;
  padding: 0 5px;
  position: absolute;
}
@media (min-width: 768px) {
  .form__msg {
    left: 42px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .form__msg {
    right: 0;
    top: -19px;
  }
}
.form__msg[aria-hidden=true] {
  display: none;
}
.form__input {
  background-color: #fff;
  border: solid 1px #a7a7a7;
  border-radius: 4px;
  display: block;
  padding: 7px 5px 4px 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .form__input {
    font-size: 16px;
  }
}
.form__select {
  background-color: #fff;
  border: solid 1px #a7a7a7;
  border-radius: 4px;
  display: block;
  padding: 7px 5px 4px 12px;
  width: 100%;
  background: url(../img/deco.png) no-repeat right 6px center, linear-gradient(#fff, #eaeaea);
}
@media (min-width: 768px) {
  .form__send {
    position: relative;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__send {
    padding-top: 2.2vw;
    margin-top: 2.2vw;
  }
}
@media (min-width: 768px) {
  .form__send::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../img/01_hr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.form__check {
  cursor: pointer;
}
.form__check:disabled {
  cursor: default;
  opacity: 0.5;
}
.form__check:disabled + .form__checktxt {
  cursor: default;
  opacity: 0.5;
}
.form__checktxt {
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__checktxt::before {
    content: "　";
  }
}
@media (max-width: 767px) {
  .form__checktxt {
    padding-left: 5px;
  }
}
.form__submit {
  background: linear-gradient(#ef0101 50%, #c50101 50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  width: 288px;
  height: 58px;
}
@media (max-width: 767px) {
  .form__submit {
    max-width: 100%;
  }
}
.form__submit::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}
@media (min-width: 768px) {
  .form__submit::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
  }
}
@media (max-width: 767px) {
  .form__submit::after {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
  }
}
.form__submit[disabled] {
  cursor: default;
  filter: saturate(0);
  opacity: 1 !important;
}
.form__privacy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .form__privacy {
    background-color: #f5af1b;
    width: 710px;
    height: 205px;
    margin-left: 60px;
    margin-top: -45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form__privacy {
    max-width: 710px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form__privacy {
    width: 100%;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .form__privacy_container {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .form__privacy_container {
    padding: 15px 10px;
  }
}
.form__privacy_p, .form__privacy_dl {
  line-height: 26px;
}
.form__privacy_p ol, .form__privacy_dl ol {
  list-style-position: inside;
}
.form__privacy_p li, .form__privacy_dl li {
  padding-left: 1em;
  text-indent: -1em;
}
.form .centerform .form__car,
.form .centerform .form__tire,
.form .centerform .form__jobcar,
.form .centerform .form__hobby {
  display: none;
}
.form .centerform[data-type=none] .form__car {
  display: block;
}
.form .centerform[data-type=car] .form__car {
  display: block;
}
.form .centerform[data-type=tire] .form__tire {
  display: block;
}
.form .centerform[data-type=jobcar] .form__jobcar {
  display: block;
}
.form .centerform[data-type=hobby] .form__hobby {
  display: block;
}

[data-valid=ok] {
  border-color: #24ad84;
  background: linear-gradient(#fff, #b4f3e0);
}

[data-valid=ng] {
  border-color: #993333;
  background: linear-gradient(#fff, #ffcccc);
}

.sec02 {
  position: relative;
}
.sec02 .ticker {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .sec02 .ticker {
    top: -26px;
  }
}
@media (max-width: 767px) {
  .sec02 .ticker {
    top: -3.46vw;
  }
}
.sec02 .ticker__content {
  animation-duration: 20s;
  animation-name: ticker1;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: flex;
}
@media (min-width: 768px) {
  .sec02 .ticker__content {
    width: 6288px;
  }
}
@media (max-width: 767px) {
  .sec02 .ticker__content {
    width: 838.4vw;
  }
}
.sec02 .ticker__item {
  width: 100%;
  display: block;
}
.sec02 .ticker__item img {
  background-color: transparent;
}
.sec02__head {
  position: relative;
}
.sec02__title {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0% 100%;
}
@media (min-width: 768px) {
  .sec02__title {
    bottom: -3.3vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sec02__title {
    bottom: -16vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sec02__title img {
    width: 100vw;
  }
}
.sec02__title.loaded {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.8s;
}
.sec02__body {
  background-image: url(../img/02_ptn.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec02__body {
    padding: 3.66vw 0 0;
  }
}
@media (max-width: 767px) {
  .sec02__body {
    padding: 13.33vw 0 0;
  }
}
@media (min-width: 768px) {
  .sec02__text {
    max-width: 1056px;
  }
}
@media (max-width: 767px) {
  .sec02__text {
    width: 90.67vw;
  }
}
.sec02__assessment {
  position: relative;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .sec02__assessment {
    max-width: 1042px;
  }
}
@media (max-width: 767px) {
  .sec02__assessment {
    width: 90.67vw;
  }
}
.sec02__button {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .sec02__button {
    bottom: 130px;
    left: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec02__button {
    bottom: 10.98vw;
    left: 13.18vw;
  }
}
@media (max-width: 767px) {
  .sec02__button {
    bottom: 50vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec02__button img {
    width: 507px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec02__button img {
    width: 43.92vw;
  }
}
@media (max-width: 767px) {
  .sec02__button img {
    display: block;
    width: 67.6vw;
    margin: 0 auto;
  }
}

.sec03__fv {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__fv {
    background-image: url(../img/03_bk_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .sec03__fv::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/03_bk3_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 115.52vw 90.56vw;
    width: 115.52vw;
    height: 90.56vw;
    right: -7.76vw;
    left: -7.76vw;
    margin: auto;
    z-index: 0;
  }
}
.sec03__img {
  position: relative;
  width: 100vw;
  z-index: 1;
}
.sec03__content {
  position: relative;
  background-color: #f01935;
}
@media (min-width: 768px) {
  .sec03__content {
    top: -2px;
    padding-bottom: 25.62vw;
  }
}
@media (max-width: 767px) {
  .sec03__content {
    padding-bottom: 26.67vw;
  }
}
.sec03__head {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0% 100%;
}
@media (min-width: 768px) {
  .sec03__head {
    top: -175px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__head {
    top: -12.81vw;
  }
}
@media (max-width: 767px) {
  .sec03__head {
    top: -15vw;
    left: 0;
    right: 0;
    width: 95.2vw;
    margin: auto;
  }
}
.sec03__head img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec03__head img {
    width: 1065px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__head img {
    width: 95.2vw;
  }
}
.sec03__head.loaded {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.8s;
}
.sec03__body {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__body {
    width: 1027px;
    height: 589px;
    background-image: url(../img/03_bk2_pc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -20px;
    padding: 150px 0 135px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__body {
    width: 95.2vw;
    height: auto;
    top: -1.46vw;
    padding: 10.98vw 0 9.88vw;
  }
}
@media (max-width: 767px) {
  .sec03__body {
    width: 90.67vw;
    padding: 13.33vw 6.67vw;
    background-image: url(../img/03_bk2_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .sec03__subtitle img {
    width: 522px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__subtitle img {
    width: 50.98vw;
  }
}
@media (max-width: 767px) {
  .sec03__subtitle img {
    width: 80.8vw;
  }
}
.sec03__p {
  line-height: 41px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .sec03__p {
    width: 783px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__p {
    width: 76.32vw;
  }
}
@media (min-width: 768px) {
  .sec03__anc {
    position: absolute;
    display: block;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__anc {
    bottom: -3.66vw;
  }
}
@media (max-width: 767px) {
  .sec03__anc {
    margin-top: 6vw;
  }
}
@media (min-width: 768px) {
  .sec03__button {
    width: 624px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec03__button {
    width: 45.68vw;
  }
}

.sec04 {
  position: relative;
  background-image: url(../img/04_ptn.png);
  background-position: top left;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .sec04 {
    top: -2px;
    padding-bottom: 6.59vw;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.33vw;
    background-size: 80vw 80vw;
  }
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  top: -19.03vw;
  left: -6.7vw;
  right: -6.7vw;
  margin: auto;
  width: 113.4vw;
  height: 27.01vw;
  background-image: url(../img/04_film.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.sec04__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec04__body {
    display: table;
    margin: 0 auto;
    top: -2.93vw;
  }
}
.sec04__img {
  position: relative;
}
@media (min-width: 768px) {
  .sec04__img {
    width: 84.7vw;
  }
}
@media (max-width: 767px) {
  .sec04__img {
    width: 93.47vw;
  }
}
.sec04__btn {
  position: absolute;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec04__btn {
    top: 20.5vw;
    right: 6.59vw;
  }
}
@media (max-width: 767px) {
  .sec04__btn {
    top: 24vw;
    left: 30.67vw;
  }
}
@media (min-width: 768px) {
  .sec04__btn img {
    width: 8.49vw;
  }
}
@media (max-width: 767px) {
  .sec04__btn img {
    width: 17.87vw;
  }
}

.sec05__wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .sec05__wrapper {
    background-image: url(../img/05_bk_pc.jpg);
    height: 100vw;
    padding: 130px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .sec05__wrapper {
    height: 127.38vw;
    padding: 9.52vw 0 24.16vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sec05__wrapper {
    background-image: url(../img/05_bk_sp.png);
    padding: 13.33vw 0 40vw;
  }
}
.sec05__head {
  position: relative;
}
@media (min-width: 768px) {
  .sec05__head img {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .sec05__head img {
    width: 68vw;
    height: 26.67vw;
  }
}
.sec05__desc {
  position: relative;
}
@media (min-width: 768px) {
  .sec05__desc {
    line-height: 28px;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .sec05__desc {
    bottom: 16.67vw;
    line-height: 25px;
  }
}
.sec05__desc span {
  color: #f50000;
}
.sec05__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec05__items {
    max-width: 982px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__items {
    width: 94vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__1 {
    margin-top: 6.22vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__2 {
    margin-top: 8.78vw;
  }
}
@media (min-width: 768px) {
  .sec05__item {
    position: relative;
    width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__item {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .sec05__item + .sec05__item {
    margin-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__item + .sec05__item {
    margin-left: 4.39vw;
  }
}
@media (min-width: 768px) {
  .sec05__step1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    right: -138px;
    width: 227px;
    height: 36px;
    background-image: url(../img/05_arw01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__step1::after {
    bottom: -3.66vw;
    right: -10.1vw;
    width: 16.61vw;
    height: 2.63vw;
  }
}
@media (min-width: 768px) {
  .sec05__step2::after {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: -122px;
    width: 186px;
    height: 40px;
    background-image: url(../img/05_arw02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__step2::after {
    top: -2.92vw;
    right: -8.93vw;
    width: 13.62vw;
    height: 2.93vw;
  }
}
@media (min-width: 768px) {
  .sec05__step3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -120px;
    left: -260px;
    width: 390px;
    height: 116px;
    background-image: url(../img/05_arw03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__step3::after {
    bottom: -8.78vw;
    left: -19.03vw;
    width: 28.55vw;
    height: 8.49vw;
  }
}
@media (min-width: 768px) {
  .sec05__step4::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    right: -175px;
    width: 304px;
    height: 48px;
    background-image: url(../img/05_arw04.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__step4::after {
    bottom: -4.39vw;
    right: -12.81vw;
    width: 22.25vw;
    height: 3.51vw;
  }
}
@media (min-width: 768px) {
  .sec05__step5::after {
    content: "";
    display: block;
    position: absolute;
    top: -75px;
    right: -215px;
    width: 196px;
    height: 166px;
    background-image: url(../img/05_tx_pc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__step5::after {
    top: -5.49vw;
    right: -15.74vw;
    width: 14.35vw;
    height: 12.15vw;
  }
}
.sec05__p {
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .sec05__p {
    top: 160px;
    width: 207px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec05__p {
    top: 16.1vw;
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sec05__p {
    top: 48.67vw;
    width: 61.73vw;
    line-height: 28px;
  }
}
.sec05__assessment {
  position: relative;
  background-color: #f01935;
}
@media (min-width: 768px) {
  .sec05__assessment {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .sec05__assessment {
    padding-bottom: 18.66vw;
  }
}
@media (max-width: 767px) {
  .sec05__assessment > img {
    width: 90.67vw;
  }
}
.sec05__btn {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .sec05__btn {
    bottom: 180px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .sec05__btn {
    bottom: 30.67vw;
    width: 67.6vw;
  }
}
@media (max-width: 767px) {
  .sec05__slider {
    position: relative;
    margin-top: -4vw;
  }
}
@media (max-width: 767px) {
  .sec05__img img {
    width: 76.53vw;
  }
}

.swiper-slide img {
  display: block;
  width: 86.67vw !important;
  margin: 0 auto !important;
}
.swiper-button-prev, .swiper-button-next {
  width: 11.2vw !important;
  height: 11.2vw !important;
  z-index: 1001 !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.2vw;
  height: 11.2vw;
  margin: auto;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev:after {
  background: url(../img/05_arw_sp_l.svg) no-repeat center/cover;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next:after {
  background: url(../img/05_arw_sp_r.svg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .footer {
    padding: 8px 0 4px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 5px 0 2px;
  }
}
.footer__items {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__item + .footer__item {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer__item img {
    width: 280px;
  }
}
.footer__copy {
  line-height: 21px;
  text-align: center;
}
.footer__link {
  list-style: none;
  line-height: 21px;
}
.footer__link_item + .footer__link_item {
  margin-left: 30px;
}
.footer__a {
  position: relative;
  padding-left: 12px;
}
.footer__a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.player {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999991;
}
.player[aria-hidden=true] {
  left: -101%;
}
.player__bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.player__btn {
  background-color: #fc631b;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  transform: rotate(45deg);
  width: 30px;
}
.player__btn::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 10%;
  position: absolute;
  top: calc(50% - 1px);
  width: 80%;
}
.player__btn::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 80%;
  left: calc(50% - 1px);
  position: absolute;
  top: 10%;
  width: 2px;
}
.player__content {
  position: relative;
  max-width: 750px;
  width: 90%;
}
.player__mvbox {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.player iframe {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}/*# sourceMappingURL=top.css.map */