@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*css調整*/
input {
  -webkit-appearance: none;
  border-radius: 0;
}

.Inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .Inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.Inner--max {
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
}

.Inner--mini {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.Inner--last {
  width: calc( 1080px + 140px);
}

#body {
  margin-top: 0 !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.animate__animated {
  opacity: 0;
}

label {
  cursor: pointer;
}

img {
  max-width: 100%;
}

#start {
  display: none;
}

.FV {
  width: 100%;
  background: no-repeat url("../images/fv_bg.png") top center/cover;
}

@media screen and (max-width: 769px) {
  .FV--inner {
    padding: 0;
  }
}

.FV__wrap {
  background: no-repeat url("../images/fv_bg2.png") top center/cover;
  height: 1000px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .FV__wrap {
    height: 700px;
    background: none;
    padding-bottom: 100px;
  }
}

.FV__wrap__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FV__wrap__head__wrap__img {
  width: 361px;
  margin-left: 100px;
  margin-top: 26px;
}

@media screen and (max-width: 769px) {
  .FV__wrap__head__wrap__img {
    margin: 15px auto;
    width: 213px;
  }
}

.FV__wrap__head__wrap__img__img:hover {
  opacity: 0.6;
}

.FV__wrap__head__wrap__btn {
  margin-right: 100px;
  margin-top: 19.8px;
  font-weight: bold;
  width: 338px;
  height: 60.36;
  line-height: 60.36px;
  background-color: #23AC39;
  border-radius: 30.18px;
  text-decoration: none;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  position: relative;
}

@media screen and (max-width: 769px) {
  .FV__wrap__head__wrap__btn {
    display: none;
  }
}

.FV__wrap__head__wrap__btn:hover {
  opacity: 0.6;
}

.FV__wrap__head__wrap__btn:before {
  position: absolute;
  top: 22.4px;
  right: 25.2px;
  content: "";
  display: block;
  width: 7.73px;
  height: 15.47px;
  background: no-repeat url("../images/arrow_wh.png") top center/contain;
}

.FV__wrap__head__img2 {
  width: 100%;
}

.Genki {
  background: no-repeat url("../images/genki.jpg") top center/cover;
  padding: 94px 0;
}

.Genki__wrap {
  text-align: center;
  padding-top: 80px;
}

.Genki__wrap__text {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .Genki__wrap__text__area {
    margin-top: 20px;
  }
}

.Genki__wrap__text__area__wh {
  color: #FFF;
  display: inline;
  font: normal normal bold 24px/35px Noto Sans JP;
  letter-spacing: 0px;
}

@media screen and (max-width: 769px) {
  .Genki__wrap__text__area__wh {
    font: normal normal bold 16px/24px Noto Sans JP;
  }
}

.Genki__wrap__text__area__ye {
  color: #FFEF33;
  display: inline;
  font: normal normal bold 24px/35px Noto Sans JP;
  letter-spacing: 0px;
}

@media screen and (max-width: 769px) {
  .Genki__wrap__text__area__ye {
    font: normal normal bold 16px/24px Noto Sans JP;
  }
}

.Realization {
  background-color: #E7EFD6;
}

.Realization__wrap {
  background: no-repeat url("../images/stripe.png") top center/cover;
}

@media screen and (max-width: 769px) {
  .Realization__wrap {
    padding-bottom: 26px;
  }
}

.Realization__wrap__img {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.Realization__wrap__img2 {
  -webkit-transform: translateY(-206px);
      -ms-transform: translateY(-206px);
          transform: translateY(-206px);
}

@media screen and (max-width: 769px) {
  .Realization__wrap__img2 {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.Torikumi {
  background-color: #23AC39;
  width: 100%;
}

.Torikumi__wrap {
  padding: 56px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .Torikumi__wrap {
    padding: 46px 0;
  }
}

@media screen and (max-width: 769px) {
  .Torikumi__wrap__box {
    padding: 0 15px;
  }
}

.Torikumi__wrap__box__text {
  color: #FFF;
  font-size: 3rem;
  display: inline-block;
  line-height: 1.5;
  font-family: Noto Sans JP;
  font-weight: bold;
}

.Torikumi__wrap__box__text--big {
  font-weight: bold;
  font-size: 6rem;
  border-bottom: 4px solid #FFF;
}

.Torikumi__wrap:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(135deg) skew(10deg, 10deg);
      -ms-transform: rotate(135deg) skew(10deg, 10deg);
          transform: rotate(135deg) skew(10deg, 10deg);
  background: -webkit-linear-gradient(45deg, transparent, transparent 50%, #23AC39 50%, #23AC39);
  background: -o-linear-gradient(45deg, transparent, transparent 50%, #23AC39 50%, #23AC39);
  background: linear-gradient(45deg, transparent, transparent 50%, #23AC39 50%, #23AC39);
  bottom: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 769px) {
  .Torikumi__wrap:before {
    bottom: -20px;
    width: 45px;
    height: 45px;
  }
}

.Experience {
  background: no-repeat url("../images/keiken_bg.jpg") top center/cover;
}

@media screen and (max-width: 769px) {
  .Experience {
    padding-bottom: 50px;
    background: no-repeat url("../images/keiken_bg_sp.jpg") top center/cover;
  }
}

.Experience__wrap {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (max-width: 769px) {
  .Experience__wrap {
    padding-top: 50px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.Experience .Btn {
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}

@media screen and (max-width: 769px) {
  .Experience .Btn {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.Intro {
  background-color: #FFFDEA;
  padding-bottom: 115px;
}

@media screen and (max-width: 769px) {
  .Intro {
    padding-bottom: 50px;
  }
}

.Intro__img {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  margin-bottom: 78px;
}

@media screen and (max-width: 769px) {
  .Intro__img {
    margin-bottom: 0px;
  }
}

.Image {
  background-color: #E7EFD6;
}

.Image__wrap {
  background: no-repeat url("../images/stripe.png") top center/cover;
}

@media screen and (max-width: 769px) {
  .Image__wrap {
    padding-bottom: 50px;
  }
}

.Image__wrap__text {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.Image__wrap__slick {
  -webkit-transform: translateY(-160px);
      -ms-transform: translateY(-160px);
          transform: translateY(-160px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.Image__wrap__slick__card {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(top, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  background: -o-linear-gradient(top, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  background: linear-gradient(to bottom, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  width: 48.66%;
  text-align: center;
  position: relative;
}

.Image__wrap__slick__card__span {
  text-align: center;
  font: normal normal 900 33px/48px Noto Sans JP;
  letter-spacing: 0px;
  color: #23AC39;
  margin-top: 30px;
  padding-bottom: 22.7px;
  line-height: 1.45;
  display: block;
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick__card__span {
    margin-top: 16px;
    padding-bottom: 13px;
    font: normal normal 900 17px/25px Noto Sans JP;
  }
}

.Image__wrap__slick__card__p {
  display: block;
  text-align: center;
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #464646;
  margin-bottom: 45px;
  padding: 0 40px;
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick__card__p {
    padding: 0 20px;
    font: normal normal bold 15px/21px Noto Sans JP;
  }
}

.Image__wrap__slick .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.Image__wrap__slick .slick-next, .Image__wrap__slick .slick-prev {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 230px;
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick .slick-next, .Image__wrap__slick .slick-prev {
    width: 40px;
    height: 40px;
    top: 170px;
  }
}

.Image__wrap__slick .slick-next {
  left: 17%;
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick .slick-next {
    left: 10px;
  }
}

.Image__wrap__slick .slick-prev {
  right: 17%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 769px) {
  .Image__wrap__slick .slick-prev {
    right: 10px;
  }
}

.Job {
  position: relative;
  background-color: #23AC39;
  padding-bottom: 500px;
}

.Job__wrap {
  background: no-repeat url("../images/stripe.png") top center/cover;
}

@media screen and (max-width: 769px) {
  .Job__wrap {
    padding-bottom: 700px;
  }
}

@media screen and (max-width: 400px) {
  .Job__wrap {
    padding-bottom: 600px;
  }
}

.Job__wrap__manzoku {
  -webkit-transform: translateY(-210px);
      -ms-transform: translateY(-210px);
          transform: translateY(-210px);
  z-index: -12;
}

@media screen and (max-width: 769px) {
  .Job__wrap__manzoku {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.Job__wrap__manzoku__img {
  z-index: -1;
  height: 400px;
  background: no-repeat url("../images/manzokudo.png") top center/cover;
}

@media screen and (max-width: 769px) {
  .Job__wrap__manzoku__img {
    background: no-repeat url("../images/manzoku_sp.png") top center/cover;
    height: 100px;
  }
}

.Job__wrap__text {
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}

@media screen and (max-width: 769px) {
  .Job__wrap__text {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.Job__wrap__check {
  -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
          transform: translateY(-600px);
  border: 7px solid #FFEF33;
  border-radius: 24px;
  background-color: #FFF;
  padding: 50px;
}

@media screen and (max-width: 769px) {
  .Job__wrap__check {
    padding: 20px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.Job__wrap__check__img {
  width: 100%;
}

.Job__wrap__check__btn {
  display: block;
  padding: 25px 0;
  width: 409px;
  margin: 25px auto 0;
  background-color: #FF0000;
  border-radius: 36px;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .Job__wrap__check__btn {
    font-size: 1.8rem;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 18.3px;
  }
}

.Job__wrap__check__btn:hover {
  opacity: 0.6;
}

.Job__wrap__check__btn:before {
  position: absolute;
  top: 26px;
  right: 25.2px;
  content: "";
  display: block;
  width: 11px;
  height: 21px;
  background: no-repeat url("../images/arrow_wh.png") top center/contain;
}

@media screen and (max-width: 769px) {
  .Job__wrap__check__btn:before {
    width: 6px;
    height: 11px;
    top: 17px;
    right: 18.6px;
  }
}

.Job .Partner {
  position: absolute;
  background-color: #E7EFD6;
  bottom: 0;
  width: 100%;
}

.Job .Partner__wrap {
  padding-top: 30px;
  background: no-repeat url("../images/stripe.png") top center/cover;
}

.Job .Partner__wrap__box {
  margin-top: 41px;
  padding-bottom: 179px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 769px) {
  .Job .Partner__wrap__box {
    display: block;
    padding-bottom: 96px;
  }
}

.Job .Partner__wrap__box__card {
  width: 48.67%;
  margin-right: 2.66%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(top, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  background: -o-linear-gradient(top, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  background: linear-gradient(to bottom, transparent, transparent 30%, #FFF 30%, #FFF 100%);
  -webkit-box-shadow: 10px 10px 10px #00000029;
          box-shadow: 10px 10px 10px #00000029;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .Job .Partner__wrap__box__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.Job .Partner__wrap__box__card:last-child {
  margin-right: 0;
  margin-bottom: 0px;
}

.Job .Partner__wrap__box__card__img {
  background-color: #FFEF33;
}

.Job .Partner__wrap__box__card__span {
  text-align: center;
  font: normal normal 900 33px/48px Noto Sans JP;
  letter-spacing: 0px;
  color: #23AC39;
  margin-top: 30px;
  padding-bottom: 22.7px;
  line-height: 1.45;
  display: block;
}

@media screen and (max-width: 769px) {
  .Job .Partner__wrap__box__card__span {
    padding-bottom: 8px;
    margin-top: 20px;
    font: normal normal 900 17px/25px Noto Sans JP;
  }
}

.Job .Partner__wrap__box__card__p {
  display: block;
  text-align: center;
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #464646;
  margin-bottom: 45px;
  padding: 0 40px;
}

@media screen and (max-width: 769px) {
  .Job .Partner__wrap__box__card__p {
    padding: 0 26px;
    margin-bottom: 29px;
    font: normal normal bold 14px/20px Noto Sans JP;
  }
}

.Last {
  width: 100%;
  height: 750px;
  background: no-repeat url("../images/last_bg.jpg") top center/cover;
  position: relative;
}

.Last__img {
  -webkit-transform: translateX(-140px) translateY(-50px);
      -ms-transform: translateX(-140px) translateY(-50px);
          transform: translateX(-140px) translateY(-50px);
}

@media screen and (max-width: 769px) {
  .Last__img {
    -webkit-transform: translateX(0px) translateY(-50px);
        -ms-transform: translateX(0px) translateY(-50px);
            transform: translateX(0px) translateY(-50px);
  }
}

.CV {
  position: absolute;
  margin-top: 100px;
  height: 480px;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.CVbottom {
  bottom: -270px;
}

@media screen and (max-width: 420px) {
  .CVbottom {
    bottom: -80px !important;
  }
}

@media screen and (max-width: 400px) {
  .CVbottom {
    bottom: -40px !important;
  }
}

@media screen and (max-width: 420px) {
  .CV {
    bottom: -255px;
  }
}

@media screen and (max-width: 400px) {
  .CV {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    bottom: -230px;
    width: 100%;
  }
}

.CV .tsuyomi {
  display: none;
}

.CV .tsuyomi--on {
  display: block;
  position: absolute;
  width: 60%;
  z-index: 101;
  top: -90px;
  left: -50px;
}

@media screen and (max-width: 420px) {
  .CV .tsuyomi--on {
    left: auto;
    right: 18%;
    width: 80%;
    top: -40px;
  }
}

.CV__wrap {
  position: absolute;
  border: 7px solid #23AC39;
  border-radius: 12px;
  width: 100%;
  height: 480px;
  background-color: #FFF;
}

@media screen and (max-width: 769px) {
  .CV__wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.CV__wrap__box__form__slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CV__slick {
  display: block;
  width: 100%;
  height: 480px;
}

.CV__slick--gr {
  background-color: #23AC39;
}

@media screen and (max-width: 769px) {
  .CV__slick {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.CV__slick .step1, .CV__slick .step2, .CV__slick .step3, .CV__slick .step4, .CV__slick .step5, .CV__slick .step6 {
  text-align: center;
}

.CV__slick .step1__intro, .CV__slick .step2__intro, .CV__slick .step3__intro, .CV__slick .step4__intro, .CV__slick .step5__intro, .CV__slick .step6__intro {
  font-size: 4rem;
  padding-top: 60px;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 350px;
  margin: 0 auto;
  color: #464646;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__intro, .CV__slick .step2__intro, .CV__slick .step3__intro, .CV__slick .step4__intro, .CV__slick .step5__intro, .CV__slick .step6__intro {
    width: 180px;
    padding-top: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
  }
}

.CV__slick .step1__intro:before, .CV__slick .step1__intro:after, .CV__slick .step2__intro:before, .CV__slick .step2__intro:after, .CV__slick .step3__intro:before, .CV__slick .step3__intro:after, .CV__slick .step4__intro:before, .CV__slick .step4__intro:after, .CV__slick .step5__intro:before, .CV__slick .step5__intro:after, .CV__slick .step6__intro:before, .CV__slick .step6__intro:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #8EC31F;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: -49.2px;
  bottom: 2px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__intro:before, .CV__slick .step1__intro:after, .CV__slick .step2__intro:before, .CV__slick .step2__intro:after, .CV__slick .step3__intro:before, .CV__slick .step3__intro:after, .CV__slick .step4__intro:before, .CV__slick .step4__intro:after, .CV__slick .step5__intro:before, .CV__slick .step5__intro:after, .CV__slick .step6__intro:before, .CV__slick .step6__intro:after {
    left: -10px;
    width: 16px;
    height: 16px;
  }
}

.CV__slick .step1__intro:after, .CV__slick .step2__intro:after, .CV__slick .step3__intro:after, .CV__slick .step4__intro:after, .CV__slick .step5__intro:after, .CV__slick .step6__intro:after {
  left: auto;
  right: -49.2px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__intro:after, .CV__slick .step2__intro:after, .CV__slick .step3__intro:after, .CV__slick .step4__intro:after, .CV__slick .step5__intro:after, .CV__slick .step6__intro:after {
    right: -10px;
  }
}

.CV__slick .step1__intro__big, .CV__slick .step2__intro__big, .CV__slick .step3__intro__big, .CV__slick .step4__intro__big, .CV__slick .step5__intro__big, .CV__slick .step6__intro__big {
  font-size: 5rem;
  width: 110px;
  display: inline-block;
  font-weight: 900;
  color: #23AC39;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__intro__big, .CV__slick .step2__intro__big, .CV__slick .step3__intro__big, .CV__slick .step4__intro__big, .CV__slick .step5__intro__big, .CV__slick .step6__intro__big {
    font-size: 3rem;
    width: 90px;
    font-family: "ヒラギノ角ゴ ProN",sans-serif, 'Noto Sans Japanese', 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  }
}

.CV__slick .step1__intro__small, .CV__slick .step2__intro__small, .CV__slick .step3__intro__small, .CV__slick .step4__intro__small, .CV__slick .step5__intro__small, .CV__slick .step6__intro__small {
  font-size: 2.6rem;
  width: 214px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__intro__small, .CV__slick .step2__intro__small, .CV__slick .step3__intro__small, .CV__slick .step4__intro__small, .CV__slick .step5__intro__small, .CV__slick .step6__intro__small {
    width: 120px;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ ProN",sans-serif, 'Noto Sans Japanese', 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  }
}

.CV__slick .step1__select, .CV__slick .step2__select, .CV__slick .step3__select, .CV__slick .step4__select, .CV__slick .step5__select, .CV__slick .step6__select {
  margin-top: 23px;
  margin-bottom: 40px;
  font: normal normal bold 24px/35px Noto Sans JP;
  letter-spacing: 0px;
  display: inline-block;
  color: #464646;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #FFEF33), to(#FFEF33));
  background: -webkit-linear-gradient(top, transparent, transparent 70%, #FFEF33 70%, #FFEF33);
  background: -o-linear-gradient(top, transparent, transparent 70%, #FFEF33 70%, #FFEF33);
  background: linear-gradient(to bottom, transparent, transparent 70%, #FFEF33 70%, #FFEF33);
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__select, .CV__slick .step2__select, .CV__slick .step3__select, .CV__slick .step4__select, .CV__slick .step5__select, .CV__slick .step6__select {
    font: normal normal bold 13px/19px Noto Sans JP;
    font-family: "ヒラギノ角ゴ ProN",sans-serif, 'Noto Sans Japanese', 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  }
}

.CV__slick .step1__check, .CV__slick .step2__check, .CV__slick .step3__check, .CV__slick .step4__check, .CV__slick .step5__check, .CV__slick .step6__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1__check, .CV__slick .step2__check, .CV__slick .step3__check, .CV__slick .step4__check, .CV__slick .step5__check, .CV__slick .step6__check {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.CV__slick .step1 input[type=date], .CV__slick .step1 input[type=text], .CV__slick .step2 input[type=date], .CV__slick .step2 input[type=text], .CV__slick .step3 input[type=date], .CV__slick .step3 input[type=text], .CV__slick .step4 input[type=date], .CV__slick .step4 input[type=text], .CV__slick .step5 input[type=date], .CV__slick .step5 input[type=text], .CV__slick .step6 input[type=date], .CV__slick .step6 input[type=text] {
  margin: 0 auto;
  font-size: 2rem;
  border-radius: 10px;
  padding: 6px 20px;
  font: normal normal bold 36px/52px Noto Sans JP;
  letter-spacing: 0px;
  color: #333;
  border: 1px solid #333;
  border-radius: 6px;
}

.CV__slick .step1 input[type=date]::-webkit-input-placeholder, .CV__slick .step1 input[type=text]::-webkit-input-placeholder, .CV__slick .step2 input[type=date]::-webkit-input-placeholder, .CV__slick .step2 input[type=text]::-webkit-input-placeholder, .CV__slick .step3 input[type=date]::-webkit-input-placeholder, .CV__slick .step3 input[type=text]::-webkit-input-placeholder, .CV__slick .step4 input[type=date]::-webkit-input-placeholder, .CV__slick .step4 input[type=text]::-webkit-input-placeholder, .CV__slick .step5 input[type=date]::-webkit-input-placeholder, .CV__slick .step5 input[type=text]::-webkit-input-placeholder, .CV__slick .step6 input[type=date]::-webkit-input-placeholder, .CV__slick .step6 input[type=text]::-webkit-input-placeholder {
  color: #CBCBCB;
}

.CV__slick .step1 input[type=date]::-moz-placeholder, .CV__slick .step1 input[type=text]::-moz-placeholder, .CV__slick .step2 input[type=date]::-moz-placeholder, .CV__slick .step2 input[type=text]::-moz-placeholder, .CV__slick .step3 input[type=date]::-moz-placeholder, .CV__slick .step3 input[type=text]::-moz-placeholder, .CV__slick .step4 input[type=date]::-moz-placeholder, .CV__slick .step4 input[type=text]::-moz-placeholder, .CV__slick .step5 input[type=date]::-moz-placeholder, .CV__slick .step5 input[type=text]::-moz-placeholder, .CV__slick .step6 input[type=date]::-moz-placeholder, .CV__slick .step6 input[type=text]::-moz-placeholder {
  color: #CBCBCB;
}

.CV__slick .step1 input[type=date]:-ms-input-placeholder, .CV__slick .step1 input[type=text]:-ms-input-placeholder, .CV__slick .step2 input[type=date]:-ms-input-placeholder, .CV__slick .step2 input[type=text]:-ms-input-placeholder, .CV__slick .step3 input[type=date]:-ms-input-placeholder, .CV__slick .step3 input[type=text]:-ms-input-placeholder, .CV__slick .step4 input[type=date]:-ms-input-placeholder, .CV__slick .step4 input[type=text]:-ms-input-placeholder, .CV__slick .step5 input[type=date]:-ms-input-placeholder, .CV__slick .step5 input[type=text]:-ms-input-placeholder, .CV__slick .step6 input[type=date]:-ms-input-placeholder, .CV__slick .step6 input[type=text]:-ms-input-placeholder {
  color: #CBCBCB;
}

.CV__slick .step1 input[type=date]::-ms-input-placeholder, .CV__slick .step1 input[type=text]::-ms-input-placeholder, .CV__slick .step2 input[type=date]::-ms-input-placeholder, .CV__slick .step2 input[type=text]::-ms-input-placeholder, .CV__slick .step3 input[type=date]::-ms-input-placeholder, .CV__slick .step3 input[type=text]::-ms-input-placeholder, .CV__slick .step4 input[type=date]::-ms-input-placeholder, .CV__slick .step4 input[type=text]::-ms-input-placeholder, .CV__slick .step5 input[type=date]::-ms-input-placeholder, .CV__slick .step5 input[type=text]::-ms-input-placeholder, .CV__slick .step6 input[type=date]::-ms-input-placeholder, .CV__slick .step6 input[type=text]::-ms-input-placeholder {
  color: #CBCBCB;
}

.CV__slick .step1 input[type=date]::placeholder, .CV__slick .step1 input[type=text]::placeholder, .CV__slick .step2 input[type=date]::placeholder, .CV__slick .step2 input[type=text]::placeholder, .CV__slick .step3 input[type=date]::placeholder, .CV__slick .step3 input[type=text]::placeholder, .CV__slick .step4 input[type=date]::placeholder, .CV__slick .step4 input[type=text]::placeholder, .CV__slick .step5 input[type=date]::placeholder, .CV__slick .step5 input[type=text]::placeholder, .CV__slick .step6 input[type=date]::placeholder, .CV__slick .step6 input[type=text]::placeholder {
  color: #CBCBCB;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1 input[type=date], .CV__slick .step1 input[type=text], .CV__slick .step2 input[type=date], .CV__slick .step2 input[type=text], .CV__slick .step3 input[type=date], .CV__slick .step3 input[type=text], .CV__slick .step4 input[type=date], .CV__slick .step4 input[type=text], .CV__slick .step5 input[type=date], .CV__slick .step5 input[type=text], .CV__slick .step6 input[type=date], .CV__slick .step6 input[type=text] {
    font: normal normal bold 22px/32px Noto Sans JP;
    padding: 6px 10px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.CV__slick .step1 input[type=checkbox], .CV__slick .step2 input[type=checkbox], .CV__slick .step3 input[type=checkbox], .CV__slick .step4 input[type=checkbox], .CV__slick .step5 input[type=checkbox], .CV__slick .step6 input[type=checkbox] {
  display: none;
}

.CV__slick .step1 .custom-style, .CV__slick .step2 .custom-style, .CV__slick .step3 .custom-style, .CV__slick .step4 .custom-style, .CV__slick .step5 .custom-style, .CV__slick .step6 .custom-style {
  display: inline-block;
  width: 50%;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 17px 0px 17px 34.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px;
  position: relative;
  cursor: pointer;
  font: normal normal bold 36px/52px Noto Sans JP;
  letter-spacing: 0px;
  color: #CBCBCB;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1 .custom-style, .CV__slick .step2 .custom-style, .CV__slick .step3 .custom-style, .CV__slick .step4 .custom-style, .CV__slick .step5 .custom-style, .CV__slick .step6 .custom-style {
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    font: normal normal bold 22px/32px Noto Sans JP;
  }
}

.CV__slick .step1 .custom-style:checked, .CV__slick .step2 .custom-style:checked, .CV__slick .step3 .custom-style:checked, .CV__slick .step4 .custom-style:checked, .CV__slick .step5 .custom-style:checked, .CV__slick .step6 .custom-style:checked {
  background-color: yellow;
}

.CV__slick .step1 .custom-style:before, .CV__slick .step2 .custom-style:before, .CV__slick .step3 .custom-style:before, .CV__slick .step4 .custom-style:before, .CV__slick .step5 .custom-style:before, .CV__slick .step6 .custom-style:before {
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  top: 50%;
  left: 24.8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../images/check_dis.png") top center/contain;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1 .custom-style:before, .CV__slick .step2 .custom-style:before, .CV__slick .step3 .custom-style:before, .CV__slick .step4 .custom-style:before, .CV__slick .step5 .custom-style:before, .CV__slick .step6 .custom-style:before {
    width: 32px;
    height: 32px;
  }
}

.CV__slick .step1 .custom-style:after,
.CV__slick .step1 .custom-style:before, .CV__slick .step2 .custom-style:after,
.CV__slick .step2 .custom-style:before, .CV__slick .step3 .custom-style:after,
.CV__slick .step3 .custom-style:before, .CV__slick .step4 .custom-style:after,
.CV__slick .step4 .custom-style:before, .CV__slick .step5 .custom-style:after,
.CV__slick .step5 .custom-style:before, .CV__slick .step6 .custom-style:after,
.CV__slick .step6 .custom-style:before {
  position: absolute;
  content: "";
  top: 50%;
}

.CV__slick .step1 .custom-style::after, .CV__slick .step2 .custom-style::after, .CV__slick .step3 .custom-style::after, .CV__slick .step4 .custom-style::after, .CV__slick .step5 .custom-style::after, .CV__slick .step6 .custom-style::after {
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  top: 50%;
  left: 24.8px;
  content: '';
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../images/check.png") top center/contain;
}

@media screen and (max-width: 769px) {
  .CV__slick .step1 .custom-style::after, .CV__slick .step2 .custom-style::after, .CV__slick .step3 .custom-style::after, .CV__slick .step4 .custom-style::after, .CV__slick .step5 .custom-style::after, .CV__slick .step6 .custom-style::after {
    width: 32px;
    height: 32px;
  }
}

.CV__slick .step1 input[type=checkbox]:checked + .custom-style::after, .CV__slick .step2 input[type=checkbox]:checked + .custom-style::after, .CV__slick .step3 input[type=checkbox]:checked + .custom-style::after, .CV__slick .step4 input[type=checkbox]:checked + .custom-style::after, .CV__slick .step5 input[type=checkbox]:checked + .custom-style::after, .CV__slick .step6 input[type=checkbox]:checked + .custom-style::after {
  opacity: 1;
}

.CV__slick .step1 input[type=checkbox]:checked + .custom-style, .CV__slick .step2 input[type=checkbox]:checked + .custom-style, .CV__slick .step3 input[type=checkbox]:checked + .custom-style, .CV__slick .step4 input[type=checkbox]:checked + .custom-style, .CV__slick .step5 input[type=checkbox]:checked + .custom-style, .CV__slick .step6 input[type=checkbox]:checked + .custom-style {
  background-color: yellow;
  color: #23AC39;
}

@media screen and (max-width: 769px) {
  .CV__slick .step2__select {
    margin-bottom: 20px;
  }
}

.CV__slick .step2 .custom-style {
  margin: 0 7.5px 0;
  font-size: 30px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step2 .custom-style {
    font: normal normal bold 22px/32px Noto Sans JP;
    margin: 0;
    margin-bottom: 10px;
  }
}

.CV__slick .step2 .custom-style:nth-child(2) {
  margin-left: 15px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step2 .custom-style:nth-child(2) {
    margin-left: 0px;
  }
}

.CV__slick .step2 .custom-style:last-child {
  margin-right: 15px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step2 .custom-style:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 769px) {
  .CV__slick .step5__intro {
    width: 300px;
  }
}

.CV__slick .step5__select {
  margin-bottom: 25px;
}

.CV__slick .step5__check {
  display: block;
}

.CV__slick .step5__check input[type=text] {
  width: 80%;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step5__check input[type=text] {
    width: 100%;
  }
}

.CV__slick .step6__intro {
  width: 460px;
}

@media screen and (max-width: 769px) {
  .CV__slick .step6__intro {
    width: 300px;
  }
}

@media screen and (max-width: 769px) {
  .CV__slick .step6 .custom-style {
    font: normal normal bold 22px/32px Noto Sans JP;
  }
}

@media screen and (max-width: 769px) {
  .CV--padding {
    padding: 0;
  }
}

.CV .slick-prev, .CV .slick-next {
  position: absolute;
  bottom: 55px;
  width: 330px;
  text-align: center;
  height: 61px;
  line-height: 61px;
  z-index: 100;
  left: 130px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #23AC39;
  color: #FFF;
  border-radius: 30.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
}

@media screen and (max-width: 769px) {
  .CV .slick-prev, .CV .slick-next {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    left: 0px;
    width: 130px;
  }
}

.CV .slick-prev:before, .CV .slick-next:before {
  position: absolute;
  top: 24px;
  left: 25.2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
  display: block;
  width: 7.73px;
  height: 15.47px;
  background: no-repeat url("../images/arrow_wh.png") top center/contain;
}

@media screen and (max-width: 769px) {
  .CV .slick-prev:before, .CV .slick-next:before {
    top: 11px;
  }
}

.CV .slick-prev:hover, .CV .slick-next:hover {
  opacity: 0.6;
}

.CV .slick-prev {
  display: none !important;
}

.CV .display-on {
  display: block !important;
}

@media screen and (max-width: 769px) {
  .CV .display-on {
    left: 30px;
  }
}

.CV .slick-next {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 769px) {
  .CV .slick-next {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.CV .slick-next:disabled {
  background-color: #ccc;
  border: none !important;
}

.CV .slick-next:disabled:hover {
  opacity: 1;
}

.CV .slick-next:after {
  content: "";
  position: absolute;
  display: block;
  top: -44px;
  left: 23px;
  width: 290px;
  height: 41.35px;
  background: no-repeat url("../images/find.jpg") top center/cover;
}

@media screen and (max-width: 769px) {
  .CV .slick-next:after {
    top: -42px;
    left: -49px;
    width: 230px;
    background: no-repeat url("../images/find.jpg") top center/contain;
  }
}

.CV .slick-next:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: auto;
  top: 24px;
  right: 25.2px;
  content: "";
  display: block;
}

@media screen and (max-width: 769px) {
  .CV .slick-next:before {
    top: 14px;
    right: 20px;
  }
}

.CV .first-class {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  left: auto;
  right: 130px;
}

@media screen and (max-width: 769px) {
  .CV .first-class {
    right: 30px;
  }
}

.CV .first-class:after {
  display: none;
}

.Footer {
  background-color: #E7EFD6;
}

.Footer__wrap {
  padding-top: 360px;
  padding-bottom: 72px;
  background: no-repeat url("../images/stripe.png") top center/cover;
}

@media screen and (max-width: 420px) {
  .Footer__wrap {
    padding-top: 130px;
  }
}

@media screen and (max-width: 400px) {
  .Footer__wrap {
    padding-top: 80px;
    padding-bottom: 52px;
  }
}

.Footer__wrap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Footer__wrap__box__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 769px) {
  .Footer__wrap__box__left {
    display: block;
  }
}

.Footer__wrap__box__left__logo {
  width: 361px;
  margin-left: 100px;
  margin-right: 35.4px;
  display: block;
}

@media screen and (max-width: 769px) {
  .Footer__wrap__box__left__logo {
    width: 231px;
    margin: 0 auto;
  }
}

.Footer__wrap__box__left__logo:hover {
  opacity: 0.6;
}

.Footer__wrap__box__left__copy {
  font: normal normal normal 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #23AC39;
}

@media screen and (max-width: 769px) {
  .Footer__wrap__box__left__copy {
    font: normal normal normal 11px/16px Noto Sans JP;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
  }
}

.Footer__wrap__box__right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  color: #23AC39;
  font: normal normal normal 11px/16px Noto Sans JP;
}

@media screen and (max-width: 769px) {
  .Footer__wrap__box__right {
    text-align: center;
    width: 96%;
    margin: 20px auto 0;
  }
}

.webp .FV {
  background: no-repeat url("../images/fv_bg.webp") top center/cover;
}

.webp .Last {
  background: no-repeat url("../images/last_bg.webp") top center/cover;
}

.webp .Experience {
  background: no-repeat url("../images/keiken_bg.webp") top center/cover;
}

.webp .Genki {
  background: no-repeat url("../images/genki.webp") top center/cover;
}

.webp .FV__wrap {
  background: no-repeat url("../images/fv_bg2.webp") top center/cover;
}

@media screen and (max-width: 769px) {
  .webp .FV__wrap {
    background: none;
  }
}

.Btn {
  margin: 0 auto;
  width: 100%;
  background-color: yellow;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}

@media screen and (max-width: 769px) {
  .Btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-top: 22px;
    border-radius: 10px;
  }
}

.Btn__moji {
  margin-bottom: 20px;
}

.Btn__moji__text {
  position: relative;
}

.Btn__moji__text__first {
  font-size: 2rem;
  display: inline;
  color: #23AC39;
}

.Btn__moji__text__second {
  font-size: 2rem;
  display: inline;
  color: red;
}

.Btn__moji__text__third {
  font-size: 3rem;
  display: inline;
  color: red;
}

.Btn__moji__text:before {
  content: "";
}

.Btn__moji__text:after {
  content: "";
}

.Btn__moji__text__img {
  width: 477px;
}

.Btn__link {
  width: 463px;
  height: 82px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  background-color: #23AC39;
  border-radius: 41px;
  color: #FFF;
  font-size: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 769px) {
  .Btn__link {
    width: 259px;
    font-size: 2rem;
    height: 46px;
    line-height: 46px;
  }
}

.Btn__link:hover {
  opacity: 0.6;
}

.Btn__link:before {
  position: absolute;
  top: 30.7px;
  right: 34.4px;
  content: "";
  display: block;
  width: 11px;
  height: 21px;
  background: no-repeat url("../images/arrow_wh.png") top center/contain;
}

@media screen and (max-width: 769px) {
  .Btn__link:before {
    top: 15px;
    right: 34.4px;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN",sans-serif, 'Noto Sans Japanese', 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

@media screen and (max-width: 1500px) {
  .Image__wrap__slick .slick-next,
  .Image__wrap__slick .slick-prev {
    width: 75px;
    height: 75px;
    top: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .Image__wrap__slick__card__span {
    font: normal normal 900 20px/36px Noto Sans JP;
  }
  .Image__wrap__slick__card__p {
    font: normal normal bold 17px/29px Noto Sans JP;
    padding: 0 20px;
  }
  .Image__wrap__slick .slick-next,
  .Image__wrap__slick .slick-prev {
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 1000px) {
  .Image__wrap__slick .slick-next,
  .Image__wrap__slick .slick-prev {
    top: 120px;
  }
}

@media screen and (max-width: 935px) {
  .Image__wrap__slick__card {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #FFF), to(#FFF));
    background: -webkit-linear-gradient(top, transparent, transparent 10%, #FFF 10%, #FFF 100%);
    background: -o-linear-gradient(top, transparent, transparent 10%, #FFF 10%, #FFF 100%);
    background: linear-gradient(to bottom, transparent, transparent 10%, #FFF 10%, #FFF 100%);
  }
}
