@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  cursor: pointer;
}

picture {
  display: block;
}

label {
  text-decoration: none;
}

picture {
  display: flex;
  justify-content: center;
}

.accordion {
  margin: 3em auto;
  max-width: 60vw;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
  background-color: #fff;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border-bottom: solid 1px #E60012;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg);
}

.content dl {
  display: flex;
}

.performance__topWrapper h4::before {
  background-image: url(../../img/icon1.png);
}

.applyBtn-js {
  display: inline;
  cursor: pointer;
}

/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
variable
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  color: #333;
}

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

/* ----------------------------------------------------------------
wrapper
----------------------------------------------------------------- */
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /*768*/
}
/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
MV
----------------------------------------------------------------- */
.MV__wrapper {
  max-width: 1000px;
  width: 78.125%;
  margin: 0 auto;
  margin-bottom: 100px;
  /*768*/
}
@media screen and (max-width: 768px) {
  .MV__wrapper {
    width: 86.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .MV__wrapper {
    width: 100%;
    margin-bottom: 15.625vw;
  }
}

/* ----------------------------------------------------------------
LEAD
----------------------------------------------------------------- */
.lead {
  text-align: center;
  /*768*/
  background-color: #FFF1F1;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 0;
    margin: 0 auto;
  }
}
.lead .bgGradation {
  padding: 81px 0 0 0;
  background: linear-gradient(white, #fff1f1);
}
@media screen and (max-width: 768px) {
  .lead .bgGradation {
    padding: 0;
  }
}
.lead h1 {
  font-size: 50px;
  font-family: Kiwi Maru;
  font-weight: normal;
  padding-bottom: 24px;
  line-height: 1.82;
  /*768*/
}
@media screen and (max-width: 768px) {
  .lead h1 {
    font-family: Kiwi Maru;
    font-weight: normal;
    line-height: 1.6;
    padding-bottom: 3.125vw;
    font-size: 6.5104166667vw;
  }
}
.lead h2 {
  font-size: 28px;
  font-family: Kiwi Maru;
  font-weight: normal;
  padding-bottom: 80px;
  /*768*/
}
@media screen and (max-width: 768px) {
  .lead h2 {
    font-family: Kiwi Maru;
    font-weight: normal;
    padding-bottom: 6.25vw;
    font-size: 4.4270833333vw;
  }
}
.lead p {
  font-size: 20px;
  line-height: 3;
  font-weight: 500;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 3.90625vw;
    line-height: 2;
    padding-bottom: 0;
  }
}

/* ----------------------------------------------------------------
PERFORMANCE  //section1
----------------------------------------------------------------- */
.performance {
  background-color: #FFF1F1;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .performance {
    padding-bottom: 16.6666666667vw;
  }
}
.performance__titleWrapper {
  text-align: center;
}
.performance__titleWrapper p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  font-family: Kiwi Maru;
  color: #E60012;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .performance__titleWrapper p {
    font-size: 5.7291666667vw;
    line-height: 1.59;
    padding-bottom: 3.90625vw;
  }
}
.performance__titleWrapper h3 {
  font-size: 17px;
  font-weight: 500;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  .performance__titleWrapper h3 {
    font-size: 4.1666666667vw;
    line-height: 1.764;
  }
}
.performance__titleWrapper h4 {
  font-size: 17px;
  font-weight: 500;
  color: #E60012;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .performance__titleWrapper h4 {
    font-size: 4.1666666667vw;
    line-height: 1.59;
    margin-bottom: 2.6041666667vw;
  }
}
.performance__boxWrapper {
  width: 78.125%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .performance__boxWrapper {
    max-width: 86.6666666667%;
    margin-bottom: 4.4270833333vw;
  }
}
.performance__topWrapper {
  display: flex;
  justify-content: space-between;
  padding: 37px 5% 35px;
}
@media screen and (max-width: 768px) {
  .performance__topWrapper {
    padding: 4.5572916667vw 3.90625vw;
  }
}
.performance__topWrapper h4 {
  font-size: 28px;
  font-weight: bold;
  align-items: center;
  display: flex;
  padding-left: 22px;
	width: 296px;
}
@media screen and (max-width: 768px) {
  .performance__topWrapper h4 {
    font-size: 4.1666666667vw;
    padding-left: 0;
		width: 100%;
  }
}
.performance__topRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
 	width: 100%;
}
@media screen and (max-width: 768px) {
  .performance__topRight {
    text-align: left;
    display: block;
  }
}
.performance__topRight p {
  font-size: 16px;
  font-weight: 500;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .performance__topRight p {
    padding-left: 0;
		margin-left: 0;
  }
}
.performance__topRight p span {
  font-size: 26px;
  font-weight: bold;
	display: block;
}
@media screen and (max-width: 768px) {
  .performance__topRight p span {
    font-size: 4.6875vw;
  }
}
.performance__contents {
  display: none;
  flex-wrap: wrap;
  padding: 32px 50px;
  border-top: 2px solid #E60012;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .performance__contents {
    padding: 5.2083333333vw 3.90625vw;
  }
}
.performance__contents picture {
  width: 41.8%;
}
@media screen and (max-width: 768px) {
  .performance__contents picture {
    width: 100%;
  }
}
.performance__contents img {
  width: 100%;
}
.performance__contents p {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  .performance__contents p {
    width: 100%;
    font-size: 3.6458333333vw;
    line-height: 1.8571;
    padding-top: 4.4270833333vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .performance__detail {
    padding-top: 2.6041666667vw;
    width: 16.1538461538vw;
  }
}
.performance__test {
  display: flex;
	width: 100%;
}
@media screen and (max-width: 768px) {
  .performance__test {
    display: flex;
		width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .performance__icon {
    padding: 2.6041666667vw 3.125vw 0 0;
    width: 12.3vw;
  }
}
.performance__detail {
  display: flex;
  align-items: flex-start;
	min-width: 58px;
}
.performance__topFlex2 p {
  font-size: 26px;
  padding-right: 47px;
  font-weight: bold;
}
.performance__icon {
	min-width: 41px;
}
/* ----------------------------------------------------------------
MOVIE
----------------------------------------------------------------- */
.movie {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 16.6666666667vw 0;
  }
}
.movie span {
  border-bottom: 2px solid #333;
  font-size: 32px;
  font-weight: normal;
  font-family: Kiwi Maru;
  line-height: 2.843;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .movie span {
    font-size: 4.9479166667vw;
    line-height: 2.394;
    padding: 0.9114583333vw 0;
  }
}
.movie h4 {
  font-size: 40px;
  font-weight: normal;
  font-family: Kiwi Maru;
  line-height: 1.52;
  padding: 40px 0 24px;
}
@media screen and (max-width: 768px) {
  .movie h4 {
    font-size: 6.7708333333vw;
    line-height: 1.857;
    padding: 5.2083333333vw 0 3.125vw;
  }
}
.movie p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .movie p {
    font-size: 3.6458333333vw;
    line-height: 1.857;
    padding-bottom: 6.5104166667vw;
  }
}
.movie .pdt0 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .movie .pdt0 {
    padding-top: 8.59375vw;
  }
}
.movie__red {
  color: #E60012;
  width: 78.125%;
  margin: 0 auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .movie__red {
    padding-top: 16.6666666667vw;
  }
}
.movie__red span {
  border-bottom: 2px solid #E60012;
}

/* ----------------------------------------------------------------
action// section2
----------------------------------------------------------------- */
.action {
  max-width: 1000px;
  width: 78.125%;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .action {
    width: 86.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .action {
    padding: 16.6666666667vw 0 0 0;
  }
}
.action__money {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .action__money {
    display: block;
    padding-bottom: 7.2916666667vw;
  }
}
.action__text {
  width: 50%;
  padding-bottom: 26.2%;
}
@media screen and (max-width: 768px) {
  .action__text {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
}
.action__text h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .action__text h4 {
    font-size: 4.1666666667vw;
    padding-bottom: 1.5625vw;
  }
}
.action__text p {
  color: #E60012;
  font-size: 50px;
  font-weight: 500;
  font-family: Kiwi Maru;
  line-height: 1.82;
}
@media screen and (max-width: 768px) {
  .action__text p {
    font-size: 6.5104166667vw;
    line-height: 1.3;
    padding-bottom: 1.3020833333vw;
  }
}
.action__text span {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .action__text span {
    font-size: 3.125vw;
    line-height: 1.25;
  }
}
.action__txt {
  font-size: 17px;
  font-weight: 500;
  padding-top: 24px;
  line-height: 1.764;
}
@media screen and (max-width: 768px) {
  .action__txt {
    font-size: 3.6458333333vw;
    line-height: 1.857;
    padding-bottom: 4.1666666667vw;
    padding-top: 5.2083333333vw;
  }
}
.action__figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .action__figure {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .action__map {
    padding-bottom: 3.125vw;
  }
}
.action__box {
  background-color: #F3A7A8;
  border-radius: 20px;
  padding: 37px 50px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .action__box {
    padding: 4.5572916667vw 3.90625vw;
    margin-top: 6.25vw;
  }
}
.action__second {
  background-color: #FADBD8;
}
.action__third {
  background-color: #DDC6C6;
}
.action__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #333;
  padding-bottom: 37px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .action__top {
    display: block;
    text-align: center;
    padding-bottom: 2.734375vw;
  }
}
.action__top h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .action__top h4 {
    font-size: 4.5572916667vw;
    line-height: 1.428;
    padding-bottom: 1.8229166667vw;
  }
}
.action__top h4 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .action__top h4 span {
    font-size: 3.6458333333vw;
    line-height: 1.785;
  }
}
.action__top p {
  font-size: 36px;
  font-weight: normal;
  font-family: Kiwi Maru;
}
@media screen and (max-width: 768px) {
  .action__top p {
    font-size: 5.859375vw;
  }
}
.action__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .action__bottom {
    flex-direction: column-reverse;
  }
}
.action__bottom p {
  width: 45%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .action__bottom p {
    width: 100%;
    font-size: 3.6458333333vw;
    line-height: 1.857;
    padding-top: 4.5572916667vw;
  }
}
.action__box3 {
  background-color: #fff;
  padding: 40px 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .action__box3 {
    padding: 3.90625vw;
    margin-top: 4.5572916667vw;
  }
}
.action__box3 dl {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  .action__box3 dl {
    font-size: 3.3854166667vw;
    line-height: 1.846;
  }
}
@media screen and (max-width: 768px) {
  .action__box3 dt {
    font-size: 3.3854166667vw;
    font-weight: bold;
    line-height: 1.846;
  }
}

/* ----------------------------------------------------------------
voice// section3
----------------------------------------------------------------- */
.voice {
  background-color: #E60012;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 10.4166666667vw 0;
  }
}
.voice__title {
  text-align: center;
  color: #fff;
}
.voice__title p {
  font-size: 17px;
  font-weight: normal;
  font-family: Kiwi Maru;
}
@media screen and (max-width: 768px) {
  .voice__title p {
    font-size: 3.90625vw;
    line-height: 1.666;
  }
}
.voice__title h3 {
  font-size: 50px;
  font-weight: normal;
  font-family: Kiwi Maru;
  line-height: 1.82;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .voice__title h3 {
    font-size: 6.7708333333vw;
    padding-bottom: 7.8125vw;
  }
}
.voice__boxWrapper {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 20px;
  margin: 0 auto;
  width: 30.4%;
  padding: 33px 31px;
}
@media screen and (max-width: 768px) {
  .voice__boxWrapper {
    width: 86.6666666667%;
    margin-bottom: 6.25vw;
    padding: 5.2083333333vw 3.90625vw;
  }
}
.voice__inner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    display: block;
  }
}
.voice__name {
  padding: 42px 0 31px;
}
@media screen and (max-width: 768px) {
  .voice__name {
    padding: 5.2083333333vw 0 4.1666666667vw;
  }
}
.voice__name p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7647;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice__name p {
    font-size: 3.6458333333vw;
    line-height: 1.678;
  }
}
.voice__name p span {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .voice__name p span {
    font-size: 3.125vw;
    line-height: 1.958;
  }
}
.voice__name01 {
  padding: 24px 0 19px;
}
.voice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.764;
}
@media screen and (max-width: 768px) {
  .voice__text {
    font-size: 3.6458333333vw;
    line-height: 1.857;
  }
}

/* ----------------------------------------------------------------
apply// section4
----------------------------------------------------------------- */
.apply {
  padding: 100px 0;
  background-color: #FFF1F1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .apply {
    padding: 16.6666666667vw 0;
  }
}
.apply__title {
  text-align: center;
}
.apply__title h3 {
  font-size: 50px;
  font-weight: normal;
  font-family: Kiwi Maru;
  line-height: 1.82;
  color: #E60012;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .apply__title h3 {
    font-size: 6.5104166667vw;
    padding-bottom: 5.2083333333vw;
  }
}
.apply__title p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.764;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .apply__title p {
    font-size: 3.3854166667vw;
    padding-bottom: 7.8125vw;
    line-height: 2;
  }
}
.apply__howTo {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.764;
}
@media screen and (max-width: 768px) {
  .apply__howTo {
    padding: 6.5104166667vw 0 6.5104166667vw;
    font-size: 3.6458333333vw;
    line-height: 1.071;
    max-width: 650px;
    margin: 0 auto;
  }
}
.apply__report {
  color: #E60012;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.764;
}
@media screen and (max-width: 768px) {
  .apply__report {
    padding: 12.5vw 0 5.2083333333vw;
    font-size: 4.4270833333vw;
    line-height: 1.071;
    max-width: 650px;
    margin: 0 auto;
  }
}
.apply__contentsWrapper {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .apply__contentsWrapper {
    display: block;
  }
}
.apply__contents {
  width: 30.4%;
}
@media screen and (max-width: 768px) {
  .apply__contents {
    width: 86.6666666667%;
    margin: 0 auto;
    padding-top: 5.2083333333vw;
    padding-bottom: 7.2916666667vw;
    border-top: 4px solid #fff;
  }
}
.apply__contents2 {
  width: 47.4%;
}
@media screen and (max-width: 768px) {
  .apply__contents2 {
    width: 86.6666666667%;
    margin: 0 auto;
    padding-top: 5.2083333333vw;
    padding-bottom: 7.2916666667vw;
    border-top: 4px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .apply__contents3 .apply__img {
    margin-right: 9.765625vw;
  }
}
@media screen and (max-width: 768px) {
  .apply__contents3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .apply__spFlex {
    display: flex;
    justify-content: unset;
    align-items: flex-start;
    width: 100%;
  }
}
.apply__img {
  background-color: #fff;
  padding: 76px 69px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .apply__img {
    padding: 5.859375vw 4.0364583333vw;
    margin-right: 6vw;
    width: 31.25vw;
  }
}
.apply__img img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apply__bank {
    width: 49.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .apply__bank3 {
    width: 39.7135416667vw;
    padding-top: 6.6666666667vw;
  }
}
.apply__payment {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.764;
  text-align: center;
  padding: 24px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply__payment {
    font-size: 3.2552083333vw;
    line-height: 1.2;
    padding: 11.9791666667vw 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .apply__payment3 {
    padding: 0;
  }
}
.apply__payment3 span {
  text-indent: -3em;
}
.apply__payment3 a {
  color: #333333;
}
.apply__payment span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.apply__payment span::before {
  content: "";
  display: block;
  background: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -1px;
}
.apply__payment span::after {
  transform: rotate(90deg);
  transition: 0.3s;
  content: "";
  display: block;
  background: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -1px;
}
.apply__payment .close::after {
  display: none;
}
.apply .innerClose {
  display: none;
}
.apply__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.142;
}
@media screen and (max-width: 768px) {
  .apply__text {
    font-size: 3.125vw;
    line-height: 1.666;
  }
}
.apply__text a {
  text-decoration: underline;
  color: #E60012;
}
.apply .textBlack {
  color: #333;
}
.apply__sp {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.764;
}
@media screen and (max-width: 768px) {
  .apply__sp {
    font-size: 3.515625vw;
    line-height: 1.607;
  }
}
.apply__titleCredit {
  text-indent: -3em;
}
@media screen and (max-width: 768px) {
  .apply__titleCredit {
    text-indent: 0em;
    padding-top: 1vw;
  }
}
.apply__titleCredit::before {
  content: url(../img/apply_icon.png);
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply__titleCredit::before {
    content: "";
    width: 3.2552083333vw;
    height: 3.2552083333vw;
    position: absolute;
    top: 4vw;
    left: -4vw;
    background-image: url("../img/sp/apply_icon_sp.png");
    background-size: cover;
  }
}
.apply__tax {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 56px;
  padding: 40px 50px;
  width: 78.125%;
}
@media screen and (max-width: 768px) {
  .apply__tax {
    display: block;
    padding: 5.2083333333vw 3.90625vw;
    margin-top: 10.4166666667vw;
    width: 86.6666666667%;
  }
}
.apply__left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .apply__left {
    width: 100%;
    text-align: center;
  }
}
.apply__left h4 {
  width: 27.9%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.764;
  border-bottom: 2px solid #E60012;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .apply__left h4 {
    width: 100%;
    font-size: 4.4270833333vw;
    line-height: 0.882;
    padding-bottom: 3.90625vw;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .apply__left h4 span {
    border-bottom: 2px solid #E60012;
    padding-bottom: 1.6927083333vw;
  }
}
.apply__left a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.142;
}
@media screen and (max-width: 768px) {
  .apply__left a span {
    font-size: 3.125vw;
    line-height: 1.153;
    line-height: 0;
  }
}
.apply__left a span::before {
  content: url(../img/btn_small.png);
  padding-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .apply__left a span::before {
    content: url(../img/sp/btn_tax_sp.png);
  }
}
.apply__taxText {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.764;
  margin-bottom: 24px;
  width: 36.5%;
}
@media screen and (max-width: 768px) {
  .apply__taxText {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.857;
    text-align: left;
    width: 100%;
  }
}
.apply__figure {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .apply__figure {
    width: 100%;
  }
}
.apply__figure picture {
  width: 100%;
}
.apply__figure picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apply__figure {
    position: static;
    padding-bottom: 3.90625vw;
  }
}
.apply__link {
  width: 36.5%;
}
.apply__link span {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .apply__link {
    width: 100%;
  }
}

.payEasy {
  text-indent: -6em;
}
@media screen and (max-width: 768px) {
  .payEasy {
    text-indent: 0em;
  }
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */
.button a {
  background: #fff;
  border: #E60012 solid 1px;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 730px;
  height: 80px;
  padding: 10px 25px;
  color: #E60012;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .button a {
    width: 78.6666666667%;
    font-size: 3.90625vw;
    padding: 1.3020833333vw 3.2552083333vw;
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 460px) {
  .button a {
    width: 82.9787234043%;
  }
}

.button a::after {
  position: absolute;
  top: 50%;
  right: 45px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  background-image: url(../img/btn_medium.png);
  content: "";
  background-size: 40px;
  background-repeat: no-repeat;
  font-weight: 500;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .button a::after {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    background-size: contain;
    right: 11.71875vw;
  }
}

.button a:hover {
  opacity: 1;
  background-color: #E60012;
  color: #fff;
}

.animeBefore {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.4s;
  translate: 0 50px;
  transition-property: translate, opacity;
}

.animeAfter {
  opacity: 1;
  translate: 0 0;
}

.foot {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .foot {
    padding-top: 6.5104166667vw;
  }
}
.foot .f-logo {
  margin: 0 0 16px;
  text-align: center;
}
.foot .f-logo a {
  max-width: 106px;
  display: inline-block;
}
.foot .f-logo a img {
  width: 100%;
}
.foot .copyright {
  margin: 0 0 10px;
  text-align: center;
  font-size: 10px;
}

.flex {
  display: flex;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flex {
	display: flex;
	justify-content: center;
}
.flex02 {
	display: flex;
	justify-content: space-between;
}
.flex03 {
	display: flex;
}


.white {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0;
}

.red {
	text-align: center;
	color: #E60012;
	font-size: 20px;
	font-family: Kiwi Maru;
	padding: 60px 0 50px 0;
	margin-bottom: 5px;
}

.area {
	width: 78.125%;
	max-width: 1000px;
	margin: 0 auto;
}

.area .sub {
	font-size: 17px;
	font-family: Kiwi Maru;
	color: red;
	margin-bottom: 4px;
	margin-left: 10px;
}


.report {
	display: flex;
	align-items: center;
	padding: 0 5%;
	padding-left: 10%;
}

.report img {
	max-width: initial!important;
}
.mail img {
	max-width: initial !important;
}


.mail {
	display: flex;
	align-items: center;
	padding: 0 5%;
	padding-left: 7%;
}

.text {
	margin-top: 16px;
	font-size: 17px;
	color: black;
	padding-right: 10%;
}


.area__icon {
	display: flex;
	align-items: center;
}
.pc {
	display: block;
}

.sp {
	display: none;
}

.area a:hover {
	opacity: 0.8;
}

.red02 {
	color: #E60012;
}

.red03 {
	text-align: center;
	color: #E60012;
	font-size: 30px;
}

.title04 {
	text-align: center;
	font-size: 17px;
	font-family: Kiwi Maru;
	padding: 60px 0 50px 0;
	margin-bottom: 5px;
}

.area a {
	width: 48%;
	display: flex;
}

.movie02 span {
	font-size: 32px;
	border: none;
	line-height: 1;
}

.movie__box {
	width: 45vw;
	margin: auto;
	min-width: 600px;
}


@media screen and (max-width: 768px) {

	.movie02 span {
		font-size: 4.5vw;
		border: none;
		line-height: 1;
	}


	.text {
		margin-top: 16px;
		font-size: 17px;
		color: black;
		padding-right: 0;
	}

	.flex03 {
		display: flex;
		justify-content: center;
		margin-bottom: 2vw;
	}

	.area a {
		width: 100%;
		display: block;
	}
	.flex {
		display: block;
	}
	.report {
		padding: 8vw 0 8vw 0;
		text-align: center;
		display: block;
	}
	.mail {
		padding: 8vw 0 8vw 0;
		text-align: center;
		display: block;
	}

	.flex02 {
		display: block;
		width: 53vw;
		margin: auto;
		margin-bottom: 2vw;
	}

	.report__text {
		padding: 0;
		width: 61vw;
		margin: auto;
	}
	.text {
		width: 100%;
		margin: auto;
		font-size: 3.8vw;
	}

	.padB40 {
		padding-bottom: 5vw;
		margin-bottom: 10vw;
	}
	.area .sub {
		font-size: 3.6vw;
		font-family: Kiwi Maru;
		color: red;
		margin-bottom: 1vw;
		margin-left: 2vw;
	}
	.padB5 {
		padding-bottom: 5vw;
	}
	.red {
		text-align: center;
		color: #E60012;
		font-size: 3.76vw;
		font-family: Kiwi Maru;
		padding: 7vw 0 5vw 0;
		margin-bottom: 1vw;
	}
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	.area {
		width: 86.6666666667%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.report img {
		max-width: initial!important;
		width: 17vw;
	}
	.mail img {
		max-width: initial!important;
		width: 19vw;
	}
	.movie__box {
		width: 100%;
		margin: auto;
		min-width: initial;
	}

}