@charset "UTF-8";
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  filter: brightness(115%);
  transition: filter 0.2s ease-in-out;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .wrapper {
    min-width: 1920px;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    max-width: 750px;
  }
}

.pink {
  color: #de0ae2;
}

.floating {
  width: 104px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
@media screen and (max-width: 750px) {
  .floating {
    width: 15.0666666667vw;
    position: fixed;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.modal__content1 {
  background: #fff;
  max-width: 1105px;
  width: 100%;
  position: absolute;
  top: 144px;
  left: 50%;
  transform: translateX(-50%);
  padding: 44px 44px;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .modal__content1 {
    top: 19.2vw;
    width: 72vw;
    padding: 3.2vw 5.8666666667vw;
    font-size: 4.2666666667vw;
  }
}

.modal_cv {
  position: relative;
}

.modal_inner1 {
  position: absolute;
  width: 80px;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 750px) {
  .modal_inner1 {
    width: 10.6666666667vw;
    left: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}

.cv {
  background: url(../img/pc/cv_bg.jpg) left top;
  background-size: 100% 100%;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cv {
    background: url(../img/sp/cv_bg.jpg) left top;
    background-size: 100% 100%;
    padding: 16vw 0;
  }
}
.cv .cv__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .cv .cv__title {
    font-size: 7.4666666667vw;
  }
}
.cv .cv__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .cv .cv__text {
    font-size: 4.8vw;
  }
}
.cv .cv__row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .cv .cv__row {
    display: block;
    margin-top: 7.4666666667vw;
  }
}
.cv .cv__btn {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  width: 480px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cv .cv__btn {
    font-size: 4.8vw;
    width: 84vw;
    height: 16vw;
    margin: auto;
  }
}
.cv .cv__btn::after {
  content: "";
  background: url(../img/common/icon_arw_right.svg) no-repeat left top;
  background-size: 100% 100%;
  width: 11px;
  height: 16px;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .cv .cv__btn::after {
    width: 2.1333333333vw;
    height: 2.9333333333vw;
    right: 6.4vw;
  }
}
.cv .cv__btn::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .cv .cv__btn::before {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    left: 1.0666666667vw;
  }
}
.cv .cv__btn.btn--contact {
  background: #2ca9e1;
  border-radius: 96px;
}
.cv .cv__btn.btn--contact::before {
  background: url(../img/common/icon_contact.svg) no-repeat left top;
  background-size: 100% 100%;
}
.cv .cv__btn.btn--line {
  background: #4cc764;
  border-radius: 96px;
}
@media screen and (max-width: 750px) {
  .cv .cv__btn.btn--line {
    margin-top: 4.2666666667vw;
  }
}
.cv .cv__btn.btn--line::before {
  content: "";
  background: url(../img/common/icon_line.svg) no-repeat left top;
  background-size: 100% 100%;
  width: 69px;
  height: 69px;
}
@media screen and (max-width: 750px) {
  .cv .cv__btn.btn--line::before {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }
}

.cv01 {
  background: #101125;
  padding: 0 0 80px;
}
@media screen and (max-width: 750px) {
  .cv01 {
    padding: 3.2vw 0 7.2vw;
  }
}
.cv01 .cv__title {
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .cv01 .cv__title {
    font-size: 5.3333333333vw;
  }
}
.cv01 .cv__text {
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .cv01 .cv__text {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .cv01 .cv__row {
    margin-top: 3.2vw;
  }
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.header .header__inner {
  max-width: 1080px;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .header .header__inner {
    height: 13.3333333333vw;
  }
}
.header .header__logo {
  width: 163px;
}
@media screen and (max-width: 750px) {
  .header .header__logo {
    width: 28vw;
    margin-left: 4vw;
  }
}
.header .header__row {
  display: flex;
  align-items: center;
  width: 392px;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .header .header__row {
    width: 65.3333333333vw;
  }
}
.header .header__btn {
  background-image: url(../img/common/icon_arw_right.svg);
  background-size: 7px 19px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  width: 160px;
  height: 72px;
}
@media screen and (max-width: 750px) {
  .header .header__btn {
    background-size: 1.2vw 3.2vw;
    font-size: 2.6666666667vw;
    width: 26vw;
    height: 13.3333333333vw;
  }
}
.header .header__btn.btn-contact {
  background-color: #2ca9e1;
  background-position: right 20px center;
  padding-left: 19px;
}
@media screen and (max-width: 750px) {
  .header .header__btn.btn-contact {
    background-position: right 3.2vw center;
    padding-left: 3.2vw;
  }
}
.header .header__btn.btn-line {
  background-color: #4cc764;
  background-position: right 25px center;
  padding-left: 24px;
}
@media screen and (max-width: 750px) {
  .header .header__btn.btn-line {
    background-position: right 4vw center;
    padding-left: 4vw;
  }
}
.header .header__nav__btn {
  background: #ffffff;
  width: 72px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header .header__nav__btn {
    width: 13.3333333333vw;
  }
}
.header .header__nav__btn img:last-child {
  display: none;
}
.header .header__nav__btn.--open img:first-child {
  display: none;
}
.header .header__nav__btn.--open img:last-child {
  display: inline;
}
.header .header__nav__btn.--open + .header__nav {
  display: block;
}
.header .header__nav {
  background: url(../img/pc/nav_bg.png) no-repeat #000 center top;
  background-size: cover;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  height: calc(100vh - 72px);
  display: none;
}
@media screen and (max-width: 750px) {
  .header .header__nav {
    top: 13.3333333333vw;
    height: calc(100vh - 13.3333333333vw);
  }
}
.header .header__nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.header .header__nav__links li + li {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .header .header__nav__links li + li {
    margin-top: 7.4666666667vw;
  }
}
.header .header__nav__links li a {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .header .header__nav__links li a {
    font-size: 5.3333333333vw;
  }
}

.fv {
  margin-top: 72px;
}
@media screen and (max-width: 750px) {
  .fv {
    margin-top: 13.3333333333vw;
  }
}

.sec01 {
  padding: 82px 0;
}
@media screen and (max-width: 750px) {
  .sec01 {
    padding: 16vw 0;
  }
}
.sec01 .sec01__row {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__row {
    width: auto;
    display: block;
  }
}
.sec01 .sec01__unit {
  width: 430px;
  padding-top: 38px;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__unit {
    width: 84vw;
    padding-top: 0;
    margin: 0 auto 7.4666666667vw;
  }
}
.sec01 .sec01__image {
  width: 547px;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__image {
    width: 84vw;
    margin: auto;
  }
}
.sec01 .sec01__lead {
  background: linear-gradient(90deg, #fec053 0%, #f2203e 31.58%, #b729a8 62.58%, #5342d6 96.5%);
  padding: 0 8px 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__lead {
    padding: 0 1.0666666667vw 0.2666666667vw;
    font-size: 6.4vw;
  }
}
.sec01 .sec01__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin: 8px 0 40px;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__title {
    font-size: 8.5333333333vw;
    margin: 1.0666666667vw 0 5.3333333333vw;
  }
}
.sec01 .sec01__title .lp {
  letter-spacing: -0.5em;
}
.sec01 .sec01__list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__list li {
    font-size: 4.2666666667vw;
  }
}
.sec01 .sec01__list li::before {
  content: "";
  background: url(../img/common/icon_check.svg) no-repeat left top;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__list li::before {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.1333333333vw 0 0;
  }
}
.sec01 .sec01__list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .sec01 .sec01__list li + li {
    margin-top: 2.1333333333vw;
  }
}

.sec02 {
  background: url(../img/pc/sec02_bg.png) #000 no-repeat left top;
  background-size: 100% auto;
  padding: 106px 0 120px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec02 {
    background: url(../img/sp/sec02_bg.png) #000 no-repeat left top;
    background-size: 100% auto;
    padding: 14.4vw 0 16vw;
  }
}
.sec02 .sec02__catch {
  width: 702px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__catch {
    width: 87.7333333333vw;
  }
}
.sec02 .sec02__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__title {
    font-size: 8.5333333333vw;
  }
}
.sec02 .sec02__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 8px auto 40px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__text {
    font-size: 4vw;
    letter-spacing: 0.04em;
    margin: 0 auto 1.8666666667vw;
    width: 84vw;
  }
}
.sec02 .sec02__img01 {
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__img01 {
    margin-bottom: 2.1333333333vw;
  }
}
.sec02 .sec02__box {
  background: #ffffff;
  border-radius: 16px;
  width: 1000px;
  padding: 40px;
  margin: -99px auto 0;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__box {
    border-radius: 2.1333333333vw;
    width: 84vw;
    padding: 5.3333333333vw 0;
    margin: -4.2666666667vw auto 0;
  }
}
.sec02 .sec02__box__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__box__title {
    font-size: 7.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
.sec02 .sec02__img03 {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__img03 {
    width: 73.3333333333vw;
  }
}
.sec02 .sec02__box__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__box__text {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    margin-top: 2.1333333333vw;
  }
}
.sec02 .sec02__box__text .underline {
  padding-bottom: 3px;
  border-bottom: 2px solid #9432e0;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__box__text .underline {
    padding-bottom: 1.0666666667vw;
    letter-spacing: -0.05em;
    border-bottom: 0.5333333333vw solid #9432e0;
  }
}
.sec02 .sec02__text02 {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__text02 {
    font-size: 4vw;
    letter-spacing: 0;
    margin-top: 3.2vw;
  }
}
.sec02 .sec02__text02 .yellow {
  color: #fadc00;
}
.sec02 .sec02__text02 .small {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .sec02 .sec02__text02 .small {
    font-size: 3.4666666667vw;
  }
}

.sec03 {
  padding: 120px 0 168px;
}
@media screen and (max-width: 750px) {
  .sec03 {
    padding: 16vw 0 23.4666666667vw;
  }
}
.sec03 .sec03__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #9432e0;
}
@media screen and (max-width: 750px) {
  .sec03 .sec03__subtitle {
    font-size: 4.8vw;
  }
}
.sec03 .sec03__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec03 .sec03__title {
    font-size: 8.5333333333vw;
  }
}
.sec03 .sec03__slider {
  width: 920px;
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .sec03 .sec03__slider {
    width: 84vw;
    margin: 7.4666666667vw auto 0;
  }
}
.sec03 .sec03__slider .slick-prev,
.sec03 .sec03__slider .slick-prev:hover,
.sec03 .sec03__slider .slick-prev:focus {
  background: url(../img/common/arw_prev.png) no-repeat left top;
  background-size: 100% 100%;
  left: -60px;
  width: 132px;
  height: 132px;
  z-index: 99;
}
.sec03 .sec03__slider .slick-next,
.sec03 .sec03__slider .slick-next:hover,
.sec03 .sec03__slider .slick-next:focus {
  background: url(../img/common/arw_next.png) no-repeat left top;
  background-size: 100% 100%;
  right: -72px;
  width: 132px;
  height: 132px;
  z-index: 98;
}
.sec03 .sec03__slider .slick-prev:before,
.sec03 .sec03__slider .slick-next:before {
  content: "";
}
.sec03 .sec03__slider .slick-dots {
  bottom: -45px;
}
@media screen and (max-width: 750px) {
  .sec03 .sec03__slider .slick-dots {
    bottom: -9.3333333333vw;
  }
}

.sec04 {
  padding: 152px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec04 {
    padding: 32.5333333333vw 0 0;
  }
}
.sec04 .sec04__title {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__title {
    width: 84vw;
    top: 16vw;
  }
}
.sec04 .sec04__block {
  position: relative;
  z-index: 5;
}
.sec04 .sec04__block.block-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-4.5deg);
  transform-origin: top right;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #f8efff;
}
.sec04 .sec04__block.block01 {
  padding: 251px 0 18px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__block.block01 {
    padding: 26.5333333333vw 0 1.7333333333vw;
  }
}
.sec04 .sec04__block.block01::before {
  content: "";
  background: url(../img/pc/sec04_bg.svg) no-repeat left top;
  background-size: 100% auto;
  width: 448px;
  height: 1286px;
  display: block;
  position: absolute;
  top: -61px;
  left: 45px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__block.block01::before {
    background: url(../img/sp/sec04_bg.svg) no-repeat left top;
    background-size: 100% auto;
    width: 24.5333333333vw;
    height: 184.6666666667vw;
    top: -28.4vw;
    left: 0;
  }
}
.sec04 .sec04__block.block02 {
  margin: 102px auto 42px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__block.block02 {
    margin: 14.2666666667vw auto 3.8666666667vw;
  }
}
.sec04 .sec04__block.block03 {
  padding: 78px 0 120px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__block.block03 {
    padding: 12.1333333333vw 0 16vw;
  }
}
.sec04 .sec04__row {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__row {
    width: 84vw;
    display: block;
  }
}
.sec04 .block02 .sec04__row {
  flex-direction: row-reverse;
}
.sec04 .sec04__image {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__image {
    width: auto;
  }
}
.sec04 .sec04__unit {
  width: 480px;
  padding-top: 12px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__unit {
    width: auto;
    padding-top: 5.3333333333vw;
  }
}
.sec04 .sec04__num {
  font-family: "Barlow", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: #9432e0;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__num {
    font-size: 10.6666666667vw;
  }
}
.sec04 .sec04__lead {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__lead {
    font-size: 7.4666666667vw;
  }
}
.sec04 .sec04__lead .ls {
  margin: 0 -0.2em 0 -0.2em;
}
.sec04 .sec04__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  margin: 8px 0 24px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__text {
    font-size: 4vw;
    margin: 1.0666666667vw 0 3.2vw;
  }
}
.sec04 .sec04__text .pink {
  font-weight: 700;
}
.sec04 .sec04__box {
  border: 1px solid rgba(148, 50, 224, 0.6);
  border-radius: 16px;
  width: 1000px;
  padding: 24px 40px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box {
    width: 84vw;
    padding: 3.2vw 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
    display: block;
  }
}
.sec04 .sec04__box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #9432e0;
  padding: 0 56px 0 50px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .title {
    font-size: 4.8vw;
    text-align: center;
    padding: 0;
    margin: 0 auto 2.6666666667vw;
  }
}
.sec04 .sec04__box.box02 .title {
  padding: 0 56px 0 134px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box.box02 .title {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec04 .sec04__box .list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .list {
    display: block;
  }
}
.sec04 .sec04__box .list + .list {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .list + .list {
    margin-top: 2.1333333333vw;
  }
}
.sec04 .sec04__box .list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .list li {
    font-size: 4.2666666667vw;
  }
}
.sec04 .sec04__box .list li::before {
  content: "";
  background: url(../img/common/icon_check.svg) no-repeat left center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .list li::before {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.1333333333vw 0 0;
  }
}
.sec04 .sec04__box .list li + li {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .sec04 .sec04__box .list li + li {
    margin-left: 0;
    margin-top: 2.1333333333vw;
  }
}

.sec06 {
  background: url(../img/pc/sec06_bg.svg) #000 no-repeat center top 143px;
  background-size: 1418px auto;
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .sec06 {
    background: url(../img/sp/sec06_bg.svg) #000 no-repeat center top 70.4vw;
    background-size: 100vw auto;
    padding: 16vw 0;
  }
}
.sec06 .sec06__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__title {
    font-size: 8.5333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec06 .sec06__title::after {
  content: "";
  background: linear-gradient(90deg, #fec053 0%, #f2203e 31.58%, #b729a8 62.58%, #5342d6 96.5%);
  width: 72px;
  height: 4px;
  display: block;
  margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__title::after {
    width: 12.8vw;
    height: 0.8vw;
    margin: 1.3333333333vw auto 0;
  }
}
.sec06 .sec06__row {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__row {
    display: block;
    width: 84vw;
    margin: 0 auto;
  }
}
.sec06 .sec06__row::after {
  content: "";
  background: #de0ae2;
  width: 820px;
  height: 2px;
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__row::after {
    width: 0.5333333333vw;
    height: 76.8vw;
    top: 50%;
    left: 15.7333333333vw;
    transform: translateY(-50%);
  }
}
.sec06 .sec06__col {
  width: 301px;
  margin: 0 24px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__col {
    width: 84vw;
    margin: auto;
    display: flex;
  }
  .sec06 .sec06__col + .sec06__col {
    margin-top: 6.4vw;
  }
}
.sec06 .sec06__col .icon {
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__col .icon {
    width: 32vw;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__col .unit {
    width: 46.6666666667vw;
  }
}
.sec06 .sec06__col .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  margin: 16px auto 8px;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__col .title {
    font-size: 4.8vw;
    text-align: left;
    margin: 0 0 1.0666666667vw;
  }
}
.sec06 .sec06__col .text {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .sec06 .sec06__col .text {
    font-size: 4vw;
    letter-spacing: -0.03em;
  }
}

.sec07 {
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .sec07 {
    padding: 16vw 0 8.9333333333vw;
  }
}
.sec07 .sec07__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__title {
    font-size: 8.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec07 .sec07__title::after {
  content: "";
  background: linear-gradient(90deg, #fec053 0%, #f2203e 31.58%, #b729a8 62.58%, #5342d6 96.5%);
  width: 72px;
  height: 4px;
  display: block;
  margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__title::after {
    width: 12.8vw;
    height: 0.8vw;
    margin: 1.3333333333vw auto 0;
  }
}
.sec07 .sec07__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec07 .sec07__table__wrap {
  width: 1000px;
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__table__wrap {
    width: 92vw;
    margin: 8.2666666667vw auto 0;
  }
}
.sec07 .sec07__table {
  border-collapse: collapse;
}
.sec07 .sec07__table th,
.sec07 .sec07__table td {
  border: 1px solid #999999;
  width: 25%;
  padding: 24px;
}
.sec07 .sec07__table thead th {
  color: #ffffff;
}
.sec07 .sec07__table thead th.bg01 {
  background: #f06f96;
}
.sec07 .sec07__table thead th.bg02 {
  background: #de0ae2;
}
.sec07 .sec07__table thead th.bg03 {
  background: #9432e0;
}
.sec07 .sec07__table thead th .size01 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.sec07 .sec07__table thead th .size02 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.sec07 .sec07__table thead th .size03 {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
}
.sec07 .sec07__table tbody th {
  background: #f8efff;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec07 .sec07__table tbody td {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0;
}
.sec07 .sec07__table tbody td .list li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec07 .sec07__table tbody td .list li::before {
  content: "・";
  display: inline;
}
.sec07 .sec07__table tbody td .pink {
  font-weight: 700;
}
.sec07 .sec07__table tbody td .img {
  width: 24px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__table__sp {
    border-collapse: collapse;
    width: 100%;
  }
  .sec07 .sec07__table__sp th,
.sec07 .sec07__table__sp td {
    border: 1px solid #999999;
    width: 33.333%;
  }
  .sec07 .sec07__table__sp thead th {
    color: #ffffff;
    padding: 3.2vw 0;
  }
  .sec07 .sec07__table__sp thead th.bg01 {
    background: #f06f96;
  }
  .sec07 .sec07__table__sp thead th.bg02 {
    background: #de0ae2;
  }
  .sec07 .sec07__table__sp thead th.bg03 {
    background: #9432e0;
  }
  .sec07 .sec07__table__sp thead th .size01 {
    font-size: 5.3333333333vw;
    line-height: 125%;
    letter-spacing: 0.04em;
    display: block;
  }
  .sec07 .sec07__table__sp thead th .size02 {
    font-size: 4vw;
    line-height: 125%;
    letter-spacing: 0.04em;
    display: block;
  }
  .sec07 .sec07__table__sp thead th .size03 {
    font-size: 2.6666666667vw;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.04em;
    display: block;
  }
  .sec07 .sec07__table__sp tbody td {
    padding: 4.2666666667vw 0 1.8666666667vw;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: top;
  }
  .sec07 .sec07__table__sp tbody td.bg-gray {
    background: #e5e5e5;
  }
  .sec07 .sec07__table__sp tbody td .txt {
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 140%;
    letter-spacing: 0;
    letter-spacing: 0.04em;
    color: #000000;
  }
  .sec07 .sec07__table__sp tbody td .txt.thin {
    font-weight: 400;
    margin: 1.3333333333vw 0;
  }
  .sec07 .sec07__table__sp tbody td .mark {
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 140%;
    color: #000000;
    margin-top: 1.3333333333vw;
  }
}
.sec07 .sec07__note {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #666666;
  text-align: right;
  width: 1000px;
  margin: 8px auto 0;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__note {
    font-size: 2.6666666667vw;
    text-align: right;
    width: 84vw;
    margin: 2.1333333333vw auto 0;
  }
}
.sec07 .sec07__option {
  border: 1px solid rgba(148, 50, 224, 0.6);
  border-radius: 16px;
  width: 1000px;
  padding: 24px 40px;
  margin: 63px auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option {
    width: 84vw;
    padding: 6.9333333333vw 5.3333333333vw;
    margin: 6.4vw auto 0;
    display: block;
  }
}
.sec07 .sec07__option .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #9432e0;
  padding: 0 56px 0 32px;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .title {
    font-size: 4.8vw;
    text-align: center;
    padding: 0;
    margin: 0 auto 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec07 .sec07__option .list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list {
    display: block;
  }
}
.sec07 .sec07__option .list + .list {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list + .list {
    margin-top: 2.1333333333vw;
  }
}
.sec07 .sec07__option .list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list li {
    font-size: 4.2666666667vw;
  }
}
.sec07 .sec07__option .list li::before {
  content: "";
  background: url(../img/common/icon_check.svg) no-repeat left center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list li::before {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.1333333333vw 0 0;
  }
}
.sec07 .sec07__option .list li:nth-child(1) {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list li:nth-child(1) {
    width: auto;
  }
}
.sec07 .sec07__option .list li + li {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .sec07 .sec07__option .list li + li {
    margin-left: 0;
    margin-top: 2.1333333333vw;
  }
}

.sec_download {
  display: flex;
  justify-content: center;
  text-align: center;
}
.sec-download-title {
  text-align: center;
  color: #000;
}
.download-img {
  display: block;
  width: 600px;
  margin: 56px auto;
}
@media screen and (max-width: 750px) {
  .download-img {
    width: 325px;
  }
}
.sec_download_form {
  display: block;
  margin-top: 120px;
  padding: 0;
  text-align: center;
}
.download_form_container {
  text-align: left;
}
.form__title.download_form_title {
  margin: 0 auto;
}

.sec09 {
  background: #000;
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .sec09 {
    padding: 16vw 0;
  }
}
.sec09 .sec09__en {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .sec09 .sec09__en {
    font-size: 4.8vw;
  }
}
.sec09 .sec09__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .sec09 .sec09__title {
    font-size: 8.5333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec09 .sec09__title::after {
  content: "";
  background: linear-gradient(90deg, #fec053 0%, #f2203e 31.58%, #b729a8 62.58%, #5342d6 96.5%);
  width: 72px;
  height: 4px;
  display: block;
  margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
  .sec09 .sec09__title::after {
    width: 12.8vw;
    height: 0.8vw;
    margin: 1.3333333333vw auto 0;
  }
}
.sec09 .accordion {
  background: #fff;
  border-radius: 16px;
  width: 1000px;
  padding: 24px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .sec09 .accordion {
    border-radius: 2.1333333333vw;
    width: 84vw;
    padding: 3.2vw 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec09 .accordion:last-child {
  margin-bottom: 0;
}
.sec09 .accordion__header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sec09 .accordion__header::before {
  content: "";
  background: url(../img/common/icon_arw_right02.svg) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  width: 12px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .sec09 .accordion__header::before {
    width: 3.2vw;
    height: 5.8666666667vw;
  }
}
.sec09 .accordion__header.open::before {
  transform: rotate(360deg);
}
.sec09 .accordion__header .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #9432e0;
}
@media screen and (max-width: 750px) {
  .sec09 .accordion__header .ttl {
    font-size: 4vw;
    width: 66.6666666667vw;
  }
}
.sec09 .accordion__inner {
  display: none;
  border-top: 1px solid #9432e0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #000000;
  margin-top: 8px;
  padding-top: 8px;
}
@media screen and (max-width: 750px) {
  .sec09 .accordion__inner {
    font-size: 4vw;
    margin-top: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
}
.sec09 .accordion__inner a {
  border-bottom: 1px solid #2ca9e1;
  color: #2ca9e1;
}

.sec10 {
  padding: 0px 0 100px;
}
@media screen and (max-width: 750px) {
  .sec10 {
    padding: 0 0 11.2vw;
  }
}
.sec10__title {
  width: 148px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .sec10__title {
    width: 26.2666666667vw;
    margin-bottom: 6vw;
  }
}
.sec10__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .sec10__text {
    font-size: 4.2666666667vw;
    margin-bottom: 5.6vw;
  }
}
.sec10 .accordion {
  width: 805px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion {
    width: 86.6666666667vw;
    margin-bottom: 8vw;
  }
}
.sec10 .accordion:last-child {
  margin-bottom: 0;
}
.sec10 .accordion__header {
  display: flex;
  padding: 0 50px 14px 0;
  border-bottom: 2px solid #D34028;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__header {
    padding: 0 13.3333333333vw 2.9333333333vw 0;
  }
}
.sec10 .accordion__header::before {
  content: "＋";
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D34028;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__header::before {
    width: 8vw;
    height: 8vw;
    font-size: 5.3333333333vw;
    top: -1.0666666667vw;
  }
}
.sec10 .accordion__header.open::before {
  content: "－";
}
.sec10 .accordion__header .icon {
  display: flex;
  align-items: flex-end;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__header .icon {
    width: 5.8666666667vw;
    margin-right: 1.0666666667vw;
    padding-top: 0.8vw;
    align-items: flex-start;
  }
}
.sec10 .accordion__header .ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #D34028;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__header .ttl {
    font-size: 4vw;
    line-height: 5.7333333333vw;
    width: 81.3333333333vw;
  }
}
.sec10 .accordion__inner {
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner {
    margin-top: 4vw;
  }
}
.sec10 .accordion__inner--heading {
  display: flex;
}
.sec10 .accordion__inner--heading .icon {
  display: flex;
  align-items: flex-start;
  margin-right: 8px;
  padding-top: 6px;
  min-width: 23px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--heading .icon {
    min-width: initial;
    width: 4.8vw;
    margin-right: 1.0666666667vw;
    padding-top: 0.8vw;
    align-items: flex-start;
  }
}
.sec10 .accordion__inner--heading .ttl {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  text-align: justify;
  text-transform: capitalize;
  color: #D34028;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--heading .ttl {
    font-size: 3.7333333333vw;
    line-height: 160%;
    width: 86.6666666667vw;
  }
}
.sec10 .accordion__inner--group {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--group {
    margin-top: 5.3333333333vw;
  }
}
.sec10 .accordion__inner--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  text-align: justify;
  text-transform: capitalize;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--title {
    font-size: 3.7333333333vw;
    line-height: 160%;
  }
}
.sec10 .accordion__inner--title.--red {
  color: #D34028;
}
.sec10 .accordion__inner--text {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: justify;
  text-transform: capitalize;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--text {
    font-size: 3.4666666667vw;
  }
}
.sec10 .accordion__inner table {
  border-collapse: collapse;
  border: 1px solid #333333;
  width: 100%;
}
.sec10 .accordion__inner th, .sec10 .accordion__inner td {
  border: 1px solid #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  text-transform: capitalize;
  color: #333333;
  padding: 5px 20px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner th, .sec10 .accordion__inner td {
    font-size: 2.6666666667vw;
    padding: 0.8vw 1.6vw;
  }
  .sec10 .accordion__inner th.nowrap, .sec10 .accordion__inner td.nowrap {
    white-space: nowrap;
  }
}
.sec10 .accordion__inner .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  color: #4F4F4F;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner .note {
    font-size: 2.6666666667vw;
    margin-top: 1.8666666667vw;
    line-height: 3.8666666667vw;
  }
}
.sec10 .accordion__inner--box01 {
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--box01 {
    margin-top: 5.3333333333vw;
  }
}
.sec10 .accordion__inner--box02 {
  margin-top: 75px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--box02 {
    margin-top: 4vw;
  }
}
.sec10 .accordion__inner--text02 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: justify;
  color: #333333;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sec10 .accordion__inner--text02 {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}
.sec10 .accordion__inner--text02 a {
  color: #333333;
  word-wrap: break-word;
}

.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 39px 0 23px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 10.6666666667vw 0 7.4666666667vw;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .footer__nav {
    display: block;
    text-align: center;
  }
  .footer__nav li + li {
    margin-top: 3.2vw;
  }
}
.footer__nav a {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .footer__nav a {
    font-size: 3.4666666667vw;
  }
}
.footer .footer__logo {
  width: 81px;
  margin: 10px auto 15px;
}
@media screen and (max-width: 750px) {
  .footer .footer__logo {
    width: 22.5333333333vw;
    margin: 7.4666666667vw auto 4.2666666667vw;
  }
}
.footer .footer__cr {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .footer .footer__cr {
    font-size: 2.6666666667vw;
    font-weight: 700;
  }
}

.form__inner {
  width: 920px;
  margin: 60px auto;
}

@media screen and (max-width: 1079px) {
  .form__inner {
    width: 86.66667vw;
    margin-top: 13.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.form__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1079px) {
  .form__title {
    margin-bottom: 10.66667vw;
  }
}

.form__title .title {
  font-size: 40px;
  color: #9432e0;
}

@media screen and (max-width: 1079px) {
  .form__title .title {
    font-size: 6.66667vw;
  }
}

.form__btn {
  margin-top: 50px;
}

@media screen and (max-width: 1079px) {
  .form__btn {
    margin-top: 8vw;
    text-align: center;
  }
}

.form__container {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .form__container {
    width: 100%;
  }
}

.form__container .content + .content {
  margin-top: 50px;
}

@media screen and (max-width: 1079px) {
  .form__container .content + .content {
    margin-top: 8vw;
  }
}

.form__container .label {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1079px) {
  .form__container .label {
    margin-bottom: 1.33333vw;
  }
}

.form__container .label .mandatory {
  margin-left: 15px;
  color: #fff;
  background: #9432e0;
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 5px;
}

@media screen and (max-width: 1079px) {
  .form__container .label .mandatory {
    margin-left: 2.66667vw;
    border-radius: 0.66667vw;
  }
}

input,
button,
textarea {
  width: 100%;
  border: none;
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 24px 16px;
  background: #F7F7F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #999999;
  font-size: 14px;
}

@media screen and (max-width: 1079px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    padding: 12px 10px;
    font-size: 16px;
  }
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #CBCBCB;
}

:-ms-input-placeholder {
  color: #CBCBCB;
}

::-ms-input-placeholder {
  color: #CBCBCB;
}

::placeholder {
  color: #CBCBCB;
}

input[type="submit"],
input[type="button"] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-submit {
  width: 500px;
  display: inline-block;
  padding: 26px 0;
  background: #9432e0 !important;
  border: 4px solid #fff !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.pc-hidden {
  display: none;
}

@media screen and (max-width: 1079px) {
  .btn-submit {
    width: 260px;
    padding: 15px 0;
    font-size: 16px;
    border: 2px solid #fff !important;
  }

    .pc-hidden {
      display: block;
    }
}

.check_content {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1079px) {
  .check_content {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.check_content.adjust {
  width: 100%;
  padding: 8px 0;
  background: #F7F7F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #999999;
}

.check_content.adjust .check_item {
  display: inline-block;
}

.check_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1079px) {
  .check_title {
    margin-bottom: 2.13333vw;
  }
}

.check_title .mandatory {
  margin-left: 15px;
  color: #fff;
  background: #9432e0;
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 5px;
}

@media screen and (max-width: 1079px) {
  .check_title .mandatory {
    margin-left: 2.66667vw;
    border-radius: 0.66667vw;
  }
}

.check_item {
  cursor: pointer;
}

.check_item + .check_item {
  margin-top: 16px;
}

.check-textarea {
  margin-top: 10px;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 34px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_check.png) no-repeat;
  background-size: contain;
}

.checkbox-parts a {
  text-decoration: none;
  color: #333;
}

.checkbox-parts a:hover {
  text-decoration: underline;
}