#contents-container {
  overflow: visible;
}
#contents-container .jfe_keihin_container {
  overflow: visible;
  line-height: 1.7;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
#contents-container .jfe_keihin_container {
  --color: #006fb8;
  --color-light: #e2ebf7;
  --color-white: #fff;
  --color-black: #252e3a;
  --color-gray: #e4e9f2;
  --color-yellow: #ede200;
  --color-blue: #008ce5;
  --color-light-blue: #d1e2ed;
  --color-skyblue: #96dfff;
  --color-navy: #0f2b5e;
  --color-green: #009763;
  /* Component styles */
}
#contents-container .jfe_keihin_container .cmn-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 213px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-logo {
    max-width: none;
  }
}
#contents-container .jfe_keihin_container .cmn-logo--maxw200 {
  max-width: 200px;
}
@media screen and (min-width: 996px) {
  #contents-container .jfe_keihin_container .cmn-logo--maxw200 {
    max-width: 248px;
  }
}
#contents-container .jfe_keihin_container .cmn-cover {
  overflow: hidden;
}
#contents-container .jfe_keihin_container .cmn-section {
  position: relative;
  z-index: 0;
}
#contents-container .jfe_keihin_container .cmn-section--bg-grid {
  background-image: url(../../img_isetsu/jfe_keihin/image_grid-bg.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_grid-bg.png) 1x, url(../../img_isetsu/jfe_keihin/image_grid-bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_grid-bg.png) 1x, url(../../img_isetsu/jfe_keihin/image_grid-bg@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-section--bg-grid {
    background-size: 100%;
  }
}
#contents-container .jfe_keihin_container .cmn-section--decorated {
  overflow: hidden;
}
#contents-container .jfe_keihin_container .cmn-section--decorated::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -97px;
  width: 264px;
  height: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), color-stop(75%, var(--color)), color-stop(75%, var(--color-yellow)), to(var(--color-yellow)));
  background-image: linear-gradient(to bottom, var(--color), var(--color) 75%, var(--color-yellow) 75%, var(--color-yellow));
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-section--decorated::before {
    top: 74px;
    right: -214px;
    width: 720px;
    height: 205px;
  }
}
#contents-container .jfe_keihin_container .cmn-section__cmn-container {
  margin: 0 auto;
}
#contents-container .jfe_keihin_container .cmn-container {
  padding: 0 10px;
  width: 100%;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .cmn-container--p0sp {
    padding-right: 0;
    padding-left: 0;
  }
}
#contents-container .jfe_keihin_container .cmn-container--w600 {
  max-width: 620px;
}
#contents-container .jfe_keihin_container .cmn-container--w770 {
  max-width: 790px;
}
#contents-container .jfe_keihin_container .cmn-container--w900 {
  max-width: 920px;
}
#contents-container .jfe_keihin_container .cmn-container--w950 {
  max-width: 970px;
}
#contents-container .jfe_keihin_container .cmn-container--w1050 {
  max-width: 1070px;
}
#contents-container .jfe_keihin_container .cmn-container--w1200 {
  max-width: 1220px;
}
#contents-container .jfe_keihin_container .cmn-container--w1220 {
  max-width: 1240px;
}
#contents-container .jfe_keihin_container .cmn-container--w1240 {
  max-width: 1260px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents-container .jfe_keihin_container .cmn-wrap__cmn-sentence {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-wrap__cmn-sentence {
    padding: 0 17px 0 55px;
    margin-top: 20px;
    width: 50%;
  }
  #contents-container .jfe_keihin_container .cmn-wrap__cmn-sentence--pr60-pl70-pc {
    padding-right: 60px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .cmn-wrap__cmn-sentence--mt32sp {
    margin-top: 32px;
  }
}
#contents-container .jfe_keihin_container .cmn-title {
  line-height: 1;
}
#contents-container .jfe_keihin_container .cmn-title--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 11px;
  min-height: 240px;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title--bg {
    padding-right: 105px;
    padding-left: 105px;
    min-height: 470px;
  }
}
#contents-container .jfe_keihin_container .cmn-title--bg-3min {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 340px;
  background-image: url(../../img_isetsu/jfe_keihin/image_3min_02.jpg);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min_02jpg) 1x, url(../../img_isetsu/jfe_keihin/image_3min_02@2x.jpg) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_3min_02jpg) 1x, url(../../img_isetsu/jfe_keihin/image_3min_02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min_02.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_3min_02@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title--bg-3min {
    padding-top: 86px;
    padding-bottom: 86px;
    min-height: 740px;
  }
}
#contents-container .jfe_keihin_container .cmn-title--bg-recruit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 24px;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title--bg-recruit {
    padding-bottom: 58px;
    min-height: 740px;
  }
}
#contents-container .jfe_keihin_container .cmn-title--bg-recruit-discussion {
  background-image: url(../../img_isetsu/jfe_keihin/image_discussion.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_discussion.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_discussion@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_discussion.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_discussion@2x.jpg) 2x);
}
#contents-container .jfe_keihin_container .cmn-title--bg-recruit-benefits {
  background-image: url(../../img_isetsu/jfe_keihin/image_benefits.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_benefits.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_benefits@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_benefits.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_benefits@2x.jpg) 2x);
}
#contents-container .jfe_keihin_container .cmn-title--bg-recruit-new {
  background-image: url(../../img_isetsu/jfe_keihin/image_recruiyment-new.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_recruiyment-new.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruiyment-new@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_recruiyment-new.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruiyment-new@2x.jpg) 2x);
}
#contents-container .jfe_keihin_container .cmn-title--bg-recruit-career {
  background-image: url(../../img_isetsu/jfe_keihin/image_recruiyment-career.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_recruiyment-career.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruiyment-career@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_recruiyment-career.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruiyment-career@2x.jpg) 2x);
}
#contents-container .jfe_keihin_container .cmn-title--center {
  text-align: center;
}
#contents-container .jfe_keihin_container .cmn-title__text {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title__text {
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .cmn-title__text--white {
  color: var(--color-white);
}
#contents-container .jfe_keihin_container .cmn-title__text--bg {
  position: relative;
  padding: 0.3em 0.3em 0.3em 0;
  z-index: 0;
}
#contents-container .jfe_keihin_container .cmn-title__text--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  width: calc(100% + 11px);
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title__text--bg::before {
    left: -105px;
    width: calc(100% + 105px);
  }
}
#contents-container .jfe_keihin_container .cmn-title__text--bg-yellow::before {
  background-color: var(--color-yellow);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title__text--mt40pc {
    margin-top: 40px;
  }
}
#contents-container .jfe_keihin_container .cmn-title__text--fs18 {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-title__text--fs18 {
    font-size: 32px;
  }
}
#contents-container .jfe_keihin_container .cmn-description {
  position: relative;
  padding-top: 15px;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description {
    padding-top: 20px;
    width: 50%;
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .cmn-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: var(--color-black);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description::before {
    width: 100px;
  }
}
#contents-container .jfe_keihin_container .cmn-description--white {
  color: var(--color-white);
}
#contents-container .jfe_keihin_container .cmn-description--white::before {
  background-color: var(--color-white);
}
#contents-container .jfe_keihin_container .cmn-description--no-before::before {
  content: none;
}
#contents-container .jfe_keihin_container .cmn-description--number::before {
  top: auto;
  bottom: 100%;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#contents-container .jfe_keihin_container .cmn-description--pt0 {
  padding-top: 0;
}
#contents-container .jfe_keihin_container .cmn-description--full {
  width: 100%;
}
#contents-container .jfe_keihin_container .cmn-description--w50pct-over77 {
  width: calc(50% + 77px);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--w50pct-over77 {
    width: calc(50% + 95px);
  }
}
#contents-container .jfe_keihin_container .cmn-description--fs20 {
  font-size: 20px;
}
#contents-container .jfe_keihin_container .cmn-description--fs22 {
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--fs20,
  #contents-container .jfe_keihin_container .cmn-description--fs22 {
    font-size: 28px;
  }
}
#contents-container .jfe_keihin_container .cmn-description--fs28 {
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--fs28 {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--fs18pc {
    font-size: 18px;
  }
  #contents-container .jfe_keihin_container .cmn-description--fs36pc {
    font-size: 36px;
  }
}
#contents-container .jfe_keihin_container .cmn-description--bold {
  font-weight: 700;
}
#contents-container .jfe_keihin_container .cmn-sentence {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-sentence {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}
#contents-container .jfe_keihin_container .cmn-sentence--center {
  text-align: center;
}
#contents-container .jfe_keihin_container .cmn-sentence--white {
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-sentence--w50pct-pc {
    width: calc(50% - 65px);
  }
  #contents-container .jfe_keihin_container .cmn-sentence--w50pct-over-pc {
    width: calc(50% + 41px);
  }
  #contents-container .jfe_keihin_container .cmn-sentence--w50pct-over89-pc {
    width: calc(50% + 89px);
  }
  #contents-container .jfe_keihin_container .cmn-sentence--fs16pc {
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-sentence__row:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-sentence__row:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
#contents-container .jfe_keihin_container .cmn-sentence__row--center {
  text-align: center;
}
#contents-container .jfe_keihin_container .cmn-sentence__row--right {
  text-align: right;
}
#contents-container .jfe_keihin_container .cmn-sentence__row--indent {
  text-indent: 1em;
}
#contents-container .jfe_keihin_container .cmn-sentence__inner-row {
  display: block;
}
#contents-container .jfe_keihin_container .cmn-sentence__inner-row--indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#contents-container .jfe_keihin_container .cmn-figure {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#contents-container .jfe_keihin_container .cmn-figure__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
#contents-container .jfe_keihin_container .cmn-figure__image--top {
  -o-object-position: center top;
     object-position: center top;
}
#contents-container .jfe_keihin_container .cmn-btn {
  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;
  position: relative;
  padding: 0 34px;
  border: 1px solid var(--color);
  border-radius: 25px;
  width: 100%;
  max-width: 238px;
  min-height: 50px;
  background-color: var(--color);
  -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.2));
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn {
    padding-right: 72px;
    padding-left: 72px;
    border-radius: 40px;
    max-width: 380px;
    min-height: 80px;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-btn:hover {
    background-color: var(--color-white);
    color: var(--color);
  }
}
#contents-container .jfe_keihin_container .cmn-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn::before {
    right: 17px;
    width: 38px;
    height: 38px;
    background-size: 12px 9px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-btn:hover::before {
    background-color: var(--color);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-btn:disabled {
  border-color: #818181;
  background-color: #818181;
  pointer-events: none;
}
#contents-container .jfe_keihin_container .cmn-btn:disabled::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23818181%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
}
#contents-container .jfe_keihin_container .cmn-btn--reverse::before {
  left: 10px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--reverse::before {
    left: 17px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--hexagon {
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 10px, var(--color) 10px), linear-gradient(225deg, transparent 10px, var(--color) 10px);
  background-repeat: no-repeat;
  background-size: 51% 100%, 51% 100%;
  background-position: left, right;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--hexagon {
    transition: background-image 0.3s;
    -webkit-transition: background-image 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-btn--hexagon:hover {
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 10px, var(--color-white) 10px), linear-gradient(225deg, transparent 10px, var(--color-white) 10px);
  }
}
#contents-container .jfe_keihin_container .cmn-btn--hexagon-white {
  background-image: linear-gradient(45deg, transparent 10px, var(--color-white) 10px), linear-gradient(225deg, transparent 10px, var(--color-white) 10px);
  color: var(--color-black);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--hexagon-white:hover {
    background-image: linear-gradient(45deg, transparent 10px, var(--color) 10px), linear-gradient(225deg, transparent 10px, var(--color) 10px);
    color: var(--color-white);
  }
}
#contents-container .jfe_keihin_container .cmn-btn--hexagon-white::before {
  background-color: var(--color);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--hexagon-white:hover::before {
    background-color: var(--color-white);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-btn--white {
  border-color: var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--white:hover {
    border-color: var(--color);
    background-color: var(--color);
    color: var(--color-white);
  }
}
#contents-container .jfe_keihin_container .cmn-btn--white::before {
  background-color: var(--color);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--white:hover::before {
    background-color: var(--color-white);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-btn--blue {
  background-color: var(--color-blue);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--blue:hover {
    background-color: var(--color-white);
  }
  #contents-container .jfe_keihin_container .cmn-btn--blue:hover::before {
    background-color: var(--color);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-btn--full {
  max-width: none;
}
#contents-container .jfe_keihin_container .cmn-btn--large {
  padding-right: 49px;
  padding-left: 49px;
  border-radius: 38px;
  max-width: 350px;
  min-height: 75px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--large {
    padding-right: 99px;
    padding-left: 99px;
    border-radius: 70px;
    max-width: 817px;
    min-height: 140px;
  }
  #contents-container .jfe_keihin_container .cmn-btn--hexagon--large-pc {
    padding-right: 99px;
    padding-left: 99px;
    max-width: 817px;
    min-height: 140px;
    background-image: linear-gradient(45deg, transparent 20px, var(--color) 20px), linear-gradient(225deg, transparent 20px, var(--color) 20px);
  }
}
#contents-container .jfe_keihin_container .cmn-btn--large::before {
  right: 19px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--large::before,
  #contents-container .jfe_keihin_container .cmn-btn--hexagon--large-pc::before {
    right: 39px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--small {
    min-height: 50px;
    max-width: 262px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contents-container .jfe_keihin_container .cmn-btn--pl17 {
  padding-left: 17px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--pl17 {
    padding-left: 36px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--pl25 {
  padding-left: 25px;
}
#contents-container .jfe_keihin_container .cmn-btn--no-border {
  border: none;
}
#contents-container .jfe_keihin_container .cmn-btn--maxw200 {
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--maxw200 {
    max-width: 280px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--minh45 {
  min-height: 45px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--minh45 {
    min-height: 60px;
  }
  #contents-container .jfe_keihin_container .cmn-btn--minh70pc {
    min-height: 70px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--fs16 {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--fs16 {
    font-size: 20px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--fs16imp {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--fs18pc {
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--medium {
  font-weight: 500;
}
#contents-container .jfe_keihin_container .cmn-btn--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contents-container .jfe_keihin_container .cmn-btn--link::before,
#contents-container .jfe_keihin_container .cmn-btn--file::before {
  left: 30px;
  right: auto;
  border-radius: 0;
  width: 21px;
  height: 24px;
  background-color: transparent;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--link::before,
  #contents-container .jfe_keihin_container .cmn-btn--file::before {
    left: 28px;
  }
}
#contents-container .jfe_keihin_container .cmn-btn--link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M22%2C18.33H3.67V0h18.33v18.33ZM4.67%2C17.33h16.33V1H4.67v16.33Z%22%2F%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%2217.83%2022%200%2022%200%204.17%201%204.17%201%2021%2017.83%2021%2017.83%2022%22%2F%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%229.62%205.46%209.62%206.46%2014.83%206.46%209.32%2011.97%2010.03%2012.68%2015.54%207.17%2015.54%2012.38%2016.54%2012.38%2016.54%205.46%209.62%205.46%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--link:hover::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M22%2C18.33H3.67V0h18.33v18.33ZM4.67%2C17.33h16.33V1H4.67v16.33Z%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2217.83%2022%200%2022%200%204.17%201%204.17%201%2021%2017.83%2021%2017.83%2022%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%229.62%205.46%209.62%206.46%2014.83%206.46%209.32%2011.97%2010.03%2012.68%2015.54%207.17%2015.54%2012.38%2016.54%2012.38%2016.54%205.46%209.62%205.46%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-btn--file::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2024.68%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M21%2C24.68H0V0h17.59l3.41%2C3.88v20.8ZM1%2C23.68h19V4.26l-2.86-3.26H1v22.68Z%22%2F%3E%3Cpolygon%20fill%3D%22%23262626%22%20points%3D%2219.52%205.29%2015.88%205.29%2015.88%201.48%2016.88%201.48%2016.88%204.29%2019.52%204.29%2019.52%205.29%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M4.44%2C10.62h1.64c1.2%2C0%2C2.06.41%2C2.06%2C1.63s-.86%2C1.72-2.03%2C1.72h-.81v2.05h-.85v-5.4ZM6.02%2C13.3c.87%2C0%2C1.28-.33%2C1.28-1.04s-.45-.95-1.31-.95h-.7v1.99h.73Z%22%2F%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M9.19%2C10.62h1.4c1.66%2C0%2C2.61.92%2C2.61%2C2.68s-.95%2C2.72-2.56%2C2.72h-1.45v-5.4ZM10.53%2C15.33c1.16%2C0%2C1.78-.68%2C1.78-2.03s-.62-1.99-1.78-1.99h-.49v4.01h.49Z%22%2F%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M14.32%2C10.62h3.2v.71h-2.35v1.65h2v.71h-2v2.33h-.85v-5.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-btn--file:hover::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2024.68%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21%2C24.68H0V0h17.59l3.41%2C3.88v20.8ZM1%2C23.68h19V4.26l-2.86-3.26H1v22.68Z%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2219.52%205.29%2015.88%205.29%2015.88%201.48%2016.88%201.48%2016.88%204.29%2019.52%204.29%2019.52%205.29%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.44%2C10.62h1.64c1.2%2C0%2C2.06.41%2C2.06%2C1.63s-.86%2C1.72-2.03%2C1.72h-.81v2.05h-.85v-5.4ZM6.02%2C13.3c.87%2C0%2C1.28-.33%2C1.28-1.04s-.45-.95-1.31-.95h-.7v1.99h.73Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M9.19%2C10.62h1.4c1.66%2C0%2C2.61.92%2C2.61%2C2.68s-.95%2C2.72-2.56%2C2.72h-1.45v-5.4ZM10.53%2C15.33c1.16%2C0%2C1.78-.68%2C1.78-2.03s-.62-1.99-1.78-1.99h-.49v4.01h.49Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14.32%2C10.62h3.2v.71h-2.35v1.65h2v.71h-2v2.33h-.85v-5.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 18px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-circle {
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-circle:hover {
    background-color: var(--color);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-circle--gray {
  background-color: var(--color-gray);
}
#contents-container .jfe_keihin_container .cmn-circle--blue {
  border: 1px solid var(--color-white);
  background-color: var(--color);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-circle--blue:hover {
    border-color: var(--color);
    background-color: var(--color-white);
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  }
}
#contents-container .jfe_keihin_container .cmn-circle--text {
  padding-bottom: 1em;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background-position: center bottom 21px;
  background-size: 14px 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-circle--text {
    font-size: 14px;
    background-position: center bottom 29px;
    background-size: 20px 15px;
  }
  #contents-container .jfe_keihin_container .cmn-circle--text:hover {
    color: var(--color-white);
  }
}
#contents-container .jfe_keihin_container .cmn-circle--center {
  margin: 0 auto;
}
#contents-container .jfe_keihin_container .cmn-circle--w70sp {
  background-size: 9px 12px;
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .cmn-circle--w70sp {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-circle--w70sp {
    background-size: 17px 24px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-circle--w120pc {
    width: 120px;
    height: 120px;
  }
  #contents-container .jfe_keihin_container .cmn-circle--w140pc {
    width: 140px;
    height: 140px;
  }
  #contents-container .jfe_keihin_container .cmn-circle--w145pc {
    width: 145px;
    height: 145px;
    font-size: 15px;
    background-position: center bottom 31px;
  }
}
#contents-container .jfe_keihin_container .cmn-circle--rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#contents-container .jfe_keihin_container .cmn-contact-list {
  position: relative;
  border-top: 4px solid var(--color-white);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-width: 11px;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 30px 24px;
  min-height: 140px;
  background-color: var(--color-light);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-list__item {
    width: 50%;
    padding: 96px 5% 104px;
    min-height: auto;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-list__item:nth-of-type(2n) {
  background-color: var(--color-light-blue);
}
#contents-container .jfe_keihin_container .cmn-contact-list__image {
  margin-right: 18px;
  max-width: 60px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-list__image {
    margin-right: 9%;
    width: 18%;
    max-width: 100px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-text {
    width: 73%;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-text__row {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-text__row {
    margin-bottom: 45px;
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-text__row--small,
#contents-container .jfe_keihin_container .cmn-contact-text__row--em {
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-text__row--small,
  #contents-container .jfe_keihin_container .cmn-contact-text__row--em {
    margin-bottom: 20px;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-text__row--small {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-text__row--small {
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-text__row--em {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-contact-text__row--em {
    font-size: 32px;
  }
}
#contents-container .jfe_keihin_container .cmn-contact-text__row--em:last-of-type {
  margin-bottom: 0;
}
#contents-container .jfe_keihin_container .cmn-business {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business {
    max-width: 1100px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__wrap {
  position: relative;
  width: 100%;
  height: 615px;
  background-image: url(../../img_isetsu/jfe_keihin/image_3min-business_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_3min-business_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min-business_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min-business_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min-business_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    width: 100%;
    height: 55.982vw;
    background-image: url(../../img_isetsu/jfe_keihin/image_3min-business.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_3min-business.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min-business@2x.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min-business.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min-business@2x.png) 2x);
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business__wrap {
    height: 627px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__block {
  padding: 50px;
  width: 100%;
  height: 50%;
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__block {
    padding-top: 11.607vw;
    padding-right: 4.464vw;
    padding-bottom: 11.607vw;
    padding-left: 4.464vw;
    height: 100%;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business__block {
    padding-top: 130px;
    padding-right: 50px;
    padding-bottom: 130px;
    padding-left: 50px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__text {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__text {
    font-size: 1.429vw;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business__text {
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__heading {
  margin-top: 5px;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__heading {
    margin-top: 0.893vw;
    font-size: 3.214vw;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business__heading {
    margin-top: 10px;
    font-size: 36px;
  }
}
#contents-container .jfe_keihin_container .cmn-business-list {
  display: inline-block;
  margin-top: 5px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business-list {
    margin-top: 2.679vw;
    font-size: 2.143vw;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business-list {
    margin-top: 30px;
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .cmn-business-list__item {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business-list__item {
    margin-top: 0.893vw;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business-list__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business-list__link {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-business-list__link:hover {
    opacity: 0.7;
  }
}
#contents-container .jfe_keihin_container .cmn-business-list__link {
  color: var(--color-white);
}
#contents-container .jfe_keihin_container .cmn-business-list__link::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 4px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business-list__link::after {
    margin-left: 15px;
    width: 24px;
    height: 24px;
    background-size: 8px 6px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__image {
    width: 15.804vw;
  }
}
@media screen and (min-width: 1121px) {
  #contents-container .jfe_keihin_container .cmn-business__image {
    width: auto;
  }
}
#contents-container .jfe_keihin_container .cmn-business__note {
  position: relative;
  padding: 10px;
  border-radius: 25px;
  margin: 62px auto 0;
  max-width: 320px;
  background-color: var(--color);
  text-align: center;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__note {
    padding: 15px;
    border-radius: 29px;
    margin-top: 43px;
    max-width: 373px;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-business__note::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 56px;
  background-color: var(--color);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-business__note::before {
    height: 65px;
  }
}
#contents-container .jfe_keihin_container .cmn-message {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-message {
    font-size: 40px;
  }
}
#contents-container .jfe_keihin_container .cmn-message--fs21 {
  font-size: 21px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-message--fs21 {
    font-size: 38px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 40px;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-tabs__item {
  cursor: pointer;
}
#contents-container .jfe_keihin_container .cmn-post-tabs__item.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  min-width: 74px;
  min-height: 20px;
  background-color: var(--color);
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-tabs__item.current {
    border-radius: 14px;
    min-width: 110px;
    min-height: 30px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents-container .jfe_keihin_container .cmn-post-tab-content.show {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
#contents-container .jfe_keihin_container .cmn-post-list {
  padding-top: 14px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-list {
    padding-top: 22px;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-list__item {
  border-top: 1px solid var(--color-black);
}
#contents-container .jfe_keihin_container .cmn-post-list__link {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-list__link {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-post-list__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-list__link--flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 12px;
    padding-bottom: 40px;
    padding-left: 12px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-list__cmn-post-info {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-info--mr66pc {
    margin-right: 66px;
  }
  #contents-container .jfe_keihin_container .cmn-post-info--mb0pc {
    margin-bottom: 0;
  }
}
#contents-container .jfe_keihin_container .cmn-post-info__date {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-info__date--fs16pc {
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-post-info__cat {
  display: inline-block;
  border-radius: 10px;
  margin-left: 10px;
  min-width: 85px;
  min-height: 20px;
  background-color: var(--color);
  text-align: center;
  color: var(--color-white);
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-post-info__cat {
    border-radius: 9px;
    margin-left: 15px;
    min-width: 78px;
    min-height: 18px;
    font-size: 12px;
  }
  #contents-container .jfe_keihin_container .cmn-post-info__cat--ml62pc {
    margin-left: 62px;
  }
}
#contents-container .jfe_keihin_container .cmn-empty-text {
  padding: 5em 0;
  text-align: center;
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__slide {
  height: 410px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__slide {
    min-width: 320px;
    height: 439px;
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__slide:first-of-type:not(:last-of-type) {
    margin-left: 10px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__slide--h-auto {
  height: auto;
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__link {
  display: block;
  height: 100%;
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__picture {
  width: 100%;
  height: calc(100% - 59px);
  clip-path: polygon(calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0 100%, 0 0);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__picture {
    height: calc(100% - 63px);
  }
  #contents-container .jfe_keihin_container .cmn-recruit-slider__picture img {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
  }
  #contents-container .jfe_keihin_container .cmn-recruit-slider__link:hover .cmn-recruit-slider__picture img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__picture--h175 {
  height: 175px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__picture--corner40pc {
    clip-path: polygon(calc(100% - 40px) 0%, 100% 40px, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(calc(100% - 40px) 0%, 100% 40px, 100% 100%, 0 100%, 0 0);
  }
  #contents-container .jfe_keihin_container .cmn-recruit-slider__picture--h175 {
    height: 300px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 60px 0 23px;
  width: 100%;
  height: 59px;
  background-color: var(--color);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  clip-path: polygon(100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px), 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px), 0 0);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__guide {
    height: 63px;
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__guide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014.29%22%3E%3Cpolygon%20fill%3D%22%23006fb8%22%20points%3D%2220%207.14%200%200%202.16%207.19%200%2014.29%2020%207.14%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__guide--right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__guide--h51 {
  height: 51px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__guide--h51 {
    padding-right: 90px;
    height: 71px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider__guide--h51::before {
  right: 17px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__guide--h51::before {
    right: 29px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider__guide--corner40pc {
    clip-path: polygon(100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px), 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px), 0 0);
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-info {
  padding: 16px;
  width: 100%;
  background-color: var(--color);
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-info {
    display: inline-block;
    position: absolute;
    top: 227px;
    left: -17px;
    border-radius: 3px;
    padding-top: 20px;
    padding-right: 33px;
    padding-bottom: 20px;
    padding-left: 33px;
    max-width: 260px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-info__heading {
  font-size: 24px;
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-content {
  padding: 24px 16px;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-content {
    padding-top: 67px;
    padding-right: 36px;
    padding-bottom: 67px;
    padding-left: 36px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-content__term {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-content__term {
    font-size: 20px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-content__description {
  display: -webkit-box;
  margin-top: 10px;
  text-overflow: ellipsis;
  font-size: 14px;
  overflow: hidden;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-content__description {
    margin-top: 15px;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-info__text--fs16 {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-info__text--fs16 {
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-slider-info__small {
  margin-left: 1em;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-slider-info__small {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-list__item {
  padding: 45px;
  background-image: url(../../img_isetsu/jfe_keihin/image_recruit-new.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_recruit-new.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruit-new@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_recruit-new.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruit-new@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list__item {
    padding-top: 134px;
    padding-bottom: 134px;
    width: 50%;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-list__item:nth-of-type(2) {
  background-image: url(../../img_isetsu/jfe_keihin/image_recruit-career.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_recruit-career.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruit-career@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_recruit-career.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_recruit-career@2x.jpg) 2x);
  color: var(--color-white);
}
#contents-container .jfe_keihin_container .cmn-recruit-list__heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list__heading {
    font-size: 30px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-list__em {
  display: block;
  font-size: 44px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list__em {
    font-size: 47px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-list__sub {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list__sub {
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-list__cmn-btn {
  margin: 25px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-list__cmn-btn {
    margin-top: 45px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading {
    width: 60%;
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading--flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading--bg {
  display: inline-block;
  padding: 0 0.3em;
  width: auto;
  background-color: var(--color-white);
  line-height: 1.6;
}
#contents-container .jfe_keihin_container .cmn-recruit-heading--full {
  width: 100%;
}
#contents-container .jfe_keihin_container .cmn-recruit-heading--fs18 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading--fs18 {
    font-size: 36px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading--fs20 {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading--fs20 {
    font-size: 30px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading--fs28 {
  font-size: 28px;
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image {
  position: absolute;
  bottom: 100%;
  left: -20px;
  max-width: none;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image {
    left: -164px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--static {
  display: block;
  position: static;
  margin: 0 20px 1em 0;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--static {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--up {
  bottom: calc(100% + 13px);
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--up95 {
  bottom: calc(100% + 95px);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--up95 {
    bottom: calc(100% + 173px);
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--up30 {
  bottom: calc(100% + 30px);
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--down16 {
  bottom: -16px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--down16 {
    bottom: -82px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--left10 {
  left: -10px;
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__image--left0 {
  left: 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--down-pc {
    bottom: 0;
  }
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--left104pc {
    left: -104px;
  }
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--mr50pc {
    margin-right: 50px;
  }
  #contents-container .jfe_keihin_container .cmn-recruit-heading__image--maxw100pct-pc {
    max-width: 100%;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-heading__sub {
  display: block;
  font-size: 15px;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-heading__sub {
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-figure {
  max-width: 210px;
  max-height: 260px;
  clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-figure {
    width: 35%;
    max-width: 420px;
    max-height: 520px;
    clip-path: polygon(0 0, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-figure--wide {
  width: 100%;
  max-width: none;
  max-height: 158px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-figure--wide {
    width: calc(100% - 225px);
    max-height: 494px;
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .cmn-recruit-figure--corner-r0-l10-sp {
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    -webkit-clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-figure--maxw260 {
  max-width: 260px;
  max-height: 140px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-figure--maxw260 {
    max-width: 560px;
    max-height: 320px;
  }
  #contents-container .jfe_keihin_container .cmn-recruit-figure--maxw510pc {
    max-width: 510px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-figure--maxh168 {
  max-height: 168px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-recruit-figure--maxh168 {
    max-height: 330px;
  }
}
#contents-container .jfe_keihin_container .cmn-recruit-figure__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents-container .jfe_keihin_container {
  /* Project-specific styles */
}
#contents-container .jfe_keihin_container .top-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 168vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv {
    padding-right: 100px;
    padding-left: 100px;
    height: 61vw;
  }
}
#contents-container .jfe_keihin_container .top-fv__title {
  position: relative;
  width: 77%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__title {
    width: 46%;
  }
}
#contents-container .jfe_keihin_container .top-fv__image {
  width: 100%;
}
#contents-container .jfe_keihin_container .top-fv__image--colored {
  position: absolute;
  top: 0;
  left: 0;
}
#contents-container .jfe_keihin_container .top-fv__mask-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#contents-container .jfe_keihin_container .top-fv__leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 4;
}
#contents-container .jfe_keihin_container .top-fv__leaves--first {
  background-image: url(../../img_isetsu/jfe_keihin/leaves-move_01_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves-move_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_01_sp.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves-move_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_01_sp.png) 2x);
  background-size: 270.667vw auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__leaves--first {
    background-image: url(../../img_isetsu/jfe_keihin/leaves-move_01.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves-move_01.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_01.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves-move_01.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_01.png) 2x);
    background-size: 98.5vw auto;
  }
}
#contents-container .jfe_keihin_container .top-fv__leaves--second {
  background-image: url(../../img_isetsu/jfe_keihin/leaves-move_02_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves-move_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_02_sp.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves-move_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_02_sp.png) 2x);
  background-size: 168.267vw auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__leaves--second {
    background-image: url(../../img_isetsu/jfe_keihin/leaves-move_02.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves-move_02.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_02.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves-move_02.png) 1x, url(../../img_isetsu/jfe_keihin/leaves-move_02.png) 2x);
    background-size: 61.714vw auto;
  }
}
@-webkit-keyframes leavesFirst {
  0% {
    background-position: calc(50% - (71.733vw + 20px)) calc(50% + 69.067vw + 5px);
    opacity: 0;
  }
  12% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 0;
  }
}
@keyframes leavesFirst {
  0% {
    background-position: calc(50% - (71.733vw + 20px)) calc(50% + 69.067vw + 5px);
    opacity: 0;
  }
  12% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% - 71.733vw) calc(50% + 69.067vw);
    opacity: 0;
  }
}
@-webkit-keyframes leavesFirstPc {
  0% {
    background-position: calc(50% - (6.929vw + 40px)) calc(50% + 9.714vw + 5px);
    opacity: 0;
  }
  12% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 0;
  }
}
@keyframes leavesFirstPc {
  0% {
    background-position: calc(50% - (6.929vw + 40px)) calc(50% + 9.714vw + 5px);
    opacity: 0;
  }
  12% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% - 6.929vw) calc(50% + 9.714vw);
    opacity: 0;
  }
}
@-webkit-keyframes leavesSecond {
  0% {
    background-position: calc(50% + 0.533vw + 20px) calc(50% - (17.867vw - 5px));
    opacity: 0;
  }
  6% {
    background-position: calc(50% + 0.533vw + 20px) calc(50% - (17.867vw - 5px));
    opacity: 0;
  }
  18% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 0;
  }
}
@keyframes leavesSecond {
  0% {
    background-position: calc(50% + 0.533vw + 20px) calc(50% - (17.867vw - 5px));
    opacity: 0;
  }
  6% {
    background-position: calc(50% + 0.533vw + 20px) calc(50% - (17.867vw - 5px));
    opacity: 0;
  }
  18% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% + 0.533vw) calc(50% - 17.867vw);
    opacity: 0;
  }
}
@-webkit-keyframes leavesSecondPc {
  0% {
    background-position: calc(50% + 27.071vw + 40px) calc(50% - (8.214vw - 5px));
    opacity: 0;
  }
  6% {
    background-position: calc(50% + 27.071vw + 40px) calc(50% - (8.214vw - 5px));
    opacity: 0;
  }
  18% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 0;
  }
}
@keyframes leavesSecondPc {
  0% {
    background-position: calc(50% + 27.071vw + 40px) calc(50% - (8.214vw - 5px));
    opacity: 0;
  }
  6% {
    background-position: calc(50% + 27.071vw + 40px) calc(50% - (8.214vw - 5px));
    opacity: 0;
  }
  18% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 1;
  }
  50% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 1;
  }
  100% {
    background-position: calc(50% + 27.071vw) calc(50% - 8.214vw);
    opacity: 0;
  }
}
#contents-container .jfe_keihin_container .top-fv__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img_isetsu/jfe_keihin/mask-basic_sp.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/mask-basic_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/mask-basic_sp@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/mask-basic_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/mask-basic_sp@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-composite: exclude;
  -webkit-mask-composite: exclude;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__mask {
    background-image: url(../../img_isetsu/jfe_keihin/mask-basic.jpg);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/mask-basic.jpg) 1x, url(../../img_isetsu/jfe_keihin/mask-basic@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/mask-basic.jpg) 1x, url(../../img_isetsu/jfe_keihin/mask-basic@2x.jpg) 2x);
  }
}
@-webkit-keyframes whirlWind {
  8% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - (71.2vw + 10px)) calc(50% + 59.467vw + 10px), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - (71.2vw + 10px)) calc(50% + 59.467vw + 10px), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  10% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  12% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  14% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  16% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 0 0, 0 0;
    opacity: 1;
  }
  18% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 0 0;
    opacity: 1;
  }
  20% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 1;
  }
  50% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 1;
  }
  100% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 0;
  }
}
@keyframes whirlWind {
  8% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - (71.2vw + 10px)) calc(50% + 59.467vw + 10px), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - (71.2vw + 10px)) calc(50% + 59.467vw + 10px), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  10% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - (13.067vw + 10px)) calc(50% + 53.333vw + 5px), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  12% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw - 10px) calc(50% + 21.067vw + 5px), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  14% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw + 5px) calc(50% - (30.933vw - 5px)), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  16% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - (28.533vw - 10px)) calc(50% - (56.533vw - 5px)), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 0 0, 0 0;
    opacity: 1;
  }
  18% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - (60vw + 5px)) calc(50% - (4.533vw + 5px));
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 0 0;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 0 0;
    opacity: 1;
  }
  20% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 1;
  }
  50% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 1;
  }
  100% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    -webkit-mask-position: 0 0, calc(50% - 71.2vw) calc(50% + 59.467vw), calc(50% - 13.067vw) calc(50% + 53.333vw), calc(50% + 60.8vw) calc(50% + 21.067vw), calc(50% + 29.867vw) calc(50% - 30.933vw), calc(50% - 28.533vw) calc(50% - 56.533vw), calc(50% - 60vw) calc(50% - 4.533vw);
    mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    -webkit-mask-size: 100% 100%, 57.867vw auto, 63.2vw auto, 59.733vw auto, 41.333vw auto, 60.8vw auto, 34.4vw auto;
    opacity: 0;
  }
}
@-webkit-keyframes whirlWindPc {
  4% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - (37.357vw + 10px)) calc(50% + 22.071vw + 5px), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - (37.357vw + 10px)) calc(50% + 22.071vw + 5px), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  6% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  8% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  10% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  12% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  14% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  16% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 0 0, 0 0;
    opacity: 1;
  }
  18% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 0 0;
    opacity: 1;
  }
  20% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 1;
  }
  50% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 1;
  }
  100% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 0;
  }
}
@keyframes whirlWindPc {
  4% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - (37.357vw + 10px)) calc(50% + 22.071vw + 5px), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - (37.357vw + 10px)) calc(50% + 22.071vw + 5px), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  6% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - (20.429vw + 10px)) calc(50% + 18.071vw + 5px), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  8% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% - (0.143vw + 5px)) calc(50% + 17.071vw + 5px), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  10% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw - 10px) calc(50% + 15.143vw + 5px), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  12% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw - 10px) calc(50% + 3.786vw + 5px), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 0 0, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 0 0, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  14% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw + 5px) calc(50% - (11.214vw - 10px)), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 0 0, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 0 0, 0 0, 0 0;
    opacity: 1;
  }
  16% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw + 10px) calc(50% - (19.214vw + 5px)), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 0 0, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 0 0, 0 0;
    opacity: 1;
  }
  18% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw - 5px) calc(50% - (2.929vw + 5px));
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 0 0;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 0 0;
    opacity: 1;
  }
  20% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 1;
  }
  50% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 1;
  }
  100% {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../../img_isetsu/jfe_keihin/mask_01.svg), url(../../img_isetsu/jfe_keihin/mask_02.svg), url(../../img_isetsu/jfe_keihin/mask_03.svg), url(../../img_isetsu/jfe_keihin/mask_04.svg), url(../../img_isetsu/jfe_keihin/mask_05.svg), url(../../img_isetsu/jfe_keihin/mask_06.svg), url(../../img_isetsu/jfe_keihin/mask_07.svg), url(../../img_isetsu/jfe_keihin/mask_08.svg);
    mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    -webkit-mask-position: 0 0, calc(50% - 37.357vw) calc(50% + 22.071vw), calc(50% - 20.429vw) calc(50% + 18.071vw), calc(50% + 0.143vw) calc(50% + 17.071vw), calc(50% + 18.286vw) calc(50% + 15.143vw), calc(50% + 41.357vw) calc(50% + 3.786vw), calc(50% + 31.714vw) calc(50% - 11.214vw), calc(50% + 13.5vw) calc(50% - 19.214vw), calc(50% + 3.571vw) calc(50% - 2.929vw);
    mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    -webkit-mask-size: 100% 100%, 32.429vw auto, 29.571vw auto, 18.071vw auto, 19.786vw auto, 18.714vw auto, 12.929vw auto, 13.857vw auto, 11.5vw auto;
    opacity: 0;
  }
}
#contents-container .jfe_keihin_container .top-fv__leaf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 181.333vw;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_01_sp.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01_sp@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01_sp@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01_sp@2x.png) 2x);
  background-position: calc(50% - 1.6vw) calc(100% + 7.467vw);
  background-size: 117% auto;
  opacity: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__leaf {
    height: 72.286vw;
    background-image: url(../../img_isetsu/jfe_keihin/leaves_01.png);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_01.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01@2.png) 2x);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_01.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01@2.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_01.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_01@2x.png) 2x);
    background-position: 50% calc(50% - 1.786vw);
    background-size: auto 93%;
  }
}
#contents-container .jfe_keihin_container .top-fv__leaf--back {
  background-image: url(../../img_isetsu/jfe_keihin/leaves_02_sp.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02_sp@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02_sp@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02_sp@2x.png) 2x);
  background-position: calc(50% - 4.8vw) calc(100% - 6.667vw);
  background-size: 130% auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-fv__leaf--back {
    background-image: url(../../img_isetsu/jfe_keihin/leaves_02.png);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_02.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02@2.png) 2x);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_02.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02@2.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_02.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_02@2x.png) 2x);
    background-position: calc(50% + 0.786vw) calc(50% - 2.786vw);
    background-size: auto 84%;
  }
}
#contents-container .jfe_keihin_container .top-fv__movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contents-container .jfe_keihin_container .leaf {
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
}
#contents-container .jfe_keihin_container .top-wrap {
  background-repeat: repeat-y;
  background-size: 110% auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-wrap {
    background-size: cover;
  }
}
#contents-container .jfe_keihin_container .top-wrap--second {
  background-image: url(../../img_isetsu/jfe_keihin/image_top_02.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top_02.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top_02.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02@2x.jpg) 2x);
}
#contents-container .jfe_keihin_container .top-lead {
  padding: 65px 15px 198px;
  background-image: url(../../img_isetsu/jfe_keihin/image_city.png), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(53%, #009db7), to(#94d680));
  background-image: url(../../img_isetsu/jfe_keihin/image_city.png), linear-gradient(to bottom, var(--color) 21%, #009db7 53%, #94d680 100%);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(53%, #009db7), to(#94d680));
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), linear-gradient(to bottom, var(--color) 21%, #009db7 53%, #94d680 100%);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(53%, #009db7), to(#94d680));
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), linear-gradient(to bottom, var(--color) 21%, #009db7 53%, #94d680 100%);
  background-repeat: no-repeat;
  background-position: calc(50% - 21px) calc(100% - 25px), center;
  background-size: 1309px auto, 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead {
    padding-top: 205px;
    padding-right: 0;
    padding-bottom: 663px;
    padding-left: 0;
    background-image: url(../../img_isetsu/jfe_keihin/image_city.png), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(46%, #009db7), color-stop(84%, #94d680));
    background-image: url(../../img_isetsu/jfe_keihin/image_city.png), linear-gradient(to bottom, var(--color) 21%, #009db7 46%, #94d680 84%);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(46%, #009db7), color-stop(84%, #94d680));
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), linear-gradient(to bottom, var(--color) 21%, #009db7 46%, #94d680 84%);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, color-stop(21%, var(--color)), color-stop(46%, #009db7), color-stop(84%, #94d680));
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_city.png) 1x, url(../../img_isetsu/jfe_keihin/image_city@2x.png) 2x), linear-gradient(to bottom, var(--color) 21%, #009db7 46%, #94d680 84%);
    background-position: 50% calc(50% - 11px), center;
    background-size: 1870px auto, 100%;
  }
}
#contents-container .jfe_keihin_container .top-lead__wrap {
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents-container .jfe_keihin_container .top-lead__heading {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead__heading {
    font-size: 53px;
  }
}
#contents-container .jfe_keihin_container .top-lead__heading-small {
  display: block;
  font-size: 21px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead__heading-small {
    font-size: 39px;
  }
}
#contents-container .jfe_keihin_container .top-lead__sentence {
  margin-top: 38px;
  text-align: justify;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead__sentence {
    margin-top: 0.5em;
    margin-left: 1em;
    width: 46%;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .top-lead__links {
  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;
  gap: 0 10px;
  margin-top: 65px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-lead__links {
    gap: 0 15px;
    margin-top: 108px;
  }
}
#contents-container .jfe_keihin_container .top-news {
  padding-bottom: 260px;
  background-image: url(../../img_isetsu/jfe_keihin/image_top_01_sp.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top_01_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_01_sp@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top_01_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_01_sp@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news {
    padding-bottom: 64.286vw;
    background-image: url(../../img_isetsu/jfe_keihin/image_top_01.jpg);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top_01.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_01@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top_01.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_01@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1401px) {
  #contents-container .jfe_keihin_container .top-news {
    padding-bottom: 906px;
  }
}
#contents-container .jfe_keihin_container .top-news::before,
#contents-container .jfe_keihin_container .top-news::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news::before {
    top: -1px;
    height: 215px;
    background-color: #94d680;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
#contents-container .jfe_keihin_container .top-news::after {
  bottom: -1px;
  height: 100%;
  background-image: url(../../img_isetsu/jfe_keihin/image_wave_01_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_wave_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_01_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_wave_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_01_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news::after {
    background-image: url(../../img_isetsu/jfe_keihin/image_wave_01.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_wave_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_01@2x.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_wave_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_01@2x.png) 2x);
  }
}
#contents-container .jfe_keihin_container .top-news__leaf {
  position: absolute;
  top: -36px;
  left: 0;
  height: 109px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_03.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_03.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_03@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_03.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_03@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_03.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_03@2x.png) 2x);
  background-position: right 37px center;
  background-size: 116px 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__leaf {
    top: 3px;
    height: 230px;
    background-position: calc(50% + 476px) 50%;
    background-size: 243px 100%;
  }
}
#contents-container .jfe_keihin_container .top-news__leaf--second {
  top: auto;
  bottom: -72px;
  height: 195px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_04.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_04.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_04@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_04.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_04@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_04.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_04@2x.png) 2x);
  background-position: left -11px center;
  background-size: 116px 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__leaf--second {
    bottom: -95px;
    height: 411px;
    background-position: calc(50% - 567px) 50%;
    background-size: 245px 100%;
  }
}
#contents-container .jfe_keihin_container .top-news__wrap {
  padding: 90px 0;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__wrap {
    position: absolute;
    top: -436px;
    left: 0;
    padding-top: 127px;
    padding-bottom: 140px;
    border-radius: 0 100px 100px 0;
    width: 89%;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 405px;
  }
}
#contents-container .jfe_keihin_container .top-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__cmn-circle {
    margin-top: auto;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-news__content {
    width: calc(100% - 342px);
  }
}
#contents-container .jfe_keihin_container .top-business {
  padding: 120px 0 295px;
  background-color: var(--color-light);
  background-image: url(../../img_isetsu/jfe_keihin/image_ring_01_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_ring_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_01_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_01_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center bottom 180px;
  background-size: 1019px auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business {
    padding-top: 195px;
    padding-bottom: 1173px;
    background-image: url(../../img_isetsu/jfe_keihin/image_ring_01.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_ring_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_01@2x.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_01@2x.png) 2x);
    background-position: left 106px top 148px;
    background-size: 2184px auto;
  }
}
#contents-container .jfe_keihin_container .top-business__leaf {
  position: absolute;
  left: 0;
  bottom: calc(50% + 99px);
  height: 127px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_05.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_05.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_05@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_05.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_05@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_05.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_05@2x.png) 2x);
  background-position: left 20px center;
  background-size: 118px 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__leaf {
    top: 0;
    bottom: auto;
    height: 268px;
    background-position: calc(50% + 532px) 50%;
    background-size: 247px 100%;
  }
}
#contents-container .jfe_keihin_container .top-business__leaf--second {
  bottom: 117px;
  height: 142px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_06.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_06.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_06@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_06.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_06@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_06.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_06@2x.png) 2x);
  background-position: right -31px center;
  background-size: 234px 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__leaf--second {
    top: calc(50% + 150px);
    height: 299px;
    background-position: calc(50% + 127px) 50%;
    background-size: 493px 100%;
  }
}
#contents-container .jfe_keihin_container .top-business__cmn-description {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__cmn-description {
    margin-top: 91px;
  }
}
#contents-container .jfe_keihin_container .top-business__slider {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__slider {
    position: absolute;
    top: 489px;
    left: calc(50% + 83px);
    margin-top: 0;
    width: 46%;
    max-width: 640px;
    height: 100%;
    max-height: 640px;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  }
  #contents-container .jfe_keihin_container .top-business__slide.is-active {
    opacity: 1;
  }
}
#contents-container .jfe_keihin_container .top-business__slider-pagination {
  margin: 17px auto 0;
  max-width: 356px;
}
#contents-container .jfe_keihin_container .top-business__bubble {
  position: absolute;
}
#contents-container .jfe_keihin_container .top-business__bubble:nth-of-type(1) {
  top: 325px;
  left: calc(50% + 144px);
  width: 11.786%;
  max-width: 165px;
}
#contents-container .jfe_keihin_container .top-business__bubble:nth-of-type(2) {
  top: 1230px;
  right: calc(50% + 263px);
  width: 18.929%;
  max-width: 265px;
}
#contents-container .jfe_keihin_container .top-business__bubble:nth-of-type(3) {
  top: 1209px;
  left: calc(50% + 381px);
  width: 12.786%;
  max-width: 179px;
}
#contents-container .jfe_keihin_container .top-business__bubble:nth-of-type(4) {
  top: 1136px;
  left: calc(50% + 529px);
  width: 6.929%;
  max-width: 97px;
}
#contents-container .jfe_keihin_container .top-business__guide {
  margin: 85px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__guide {
    margin-top: 117px;
    margin-left: 66px;
  }
}
#contents-container .jfe_keihin_container .top-business__guide--second {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-business__guide--second {
    margin-left: auto;
  }
}
#contents-container .jfe_keihin_container .guide {
  padding: 50px;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  background-color: var(--color-white);
  -webkit-transform: translateX(-13%);
          transform: translateX(-13%);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .guide {
    padding: 69px;
    width: 480px;
    height: 480px;
    -webkit-transform: none;
            transform: none;
  }
}
#contents-container .jfe_keihin_container .guide--second {
  -webkit-transform: translate(10%, -40px);
          transform: translate(10%, -40px);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .guide--second {
    -webkit-transform: translate(17px, -69px);
            transform: translate(17px, -69px);
  }
}
#contents-container .jfe_keihin_container .guide__heading {
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .guide__heading {
    font-size: 28px;
  }
}
#contents-container .jfe_keihin_container .guide-list {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .guide-list {
    margin-top: 20px;
  }
}
#contents-container .jfe_keihin_container .guide-list__item {
  margin: 6px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .guide-list__item {
    margin-top: 8px;
  }
}
#contents-container .jfe_keihin_container .top-3min {
  padding-bottom: 308px;
  background-image: url(../../img_isetsu/jfe_keihin/image_top_02_sp.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top_02_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02_sp@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top_02_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02_sp@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min {
    padding-bottom: 51.286vw;
    background-image: url(../../img_isetsu/jfe_keihin/image_top_02.jpg);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top_02.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top_02.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top_02@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1401px) {
  #contents-container .jfe_keihin_container .top-3min {
    padding-bottom: 718px;
  }
}
#contents-container .jfe_keihin_container .top-3min::before,
#contents-container .jfe_keihin_container .top-3min::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min::before {
    top: -1px;
    height: 220px;
    background-color: var(--color-light);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
#contents-container .jfe_keihin_container .top-3min::after {
  bottom: -1px;
  height: 100%;
  background-image: url(../../img_isetsu/jfe_keihin/image_wave_02_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_wave_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_02_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_wave_02_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_02_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min::after {
    background-image: url(../../img_isetsu/jfe_keihin/image_wave_02.png);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_wave_02.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_02@2x.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_wave_02.png) 1x, url(../../img_isetsu/jfe_keihin/image_wave_02@2x.png) 2x);
  }
}
#contents-container .jfe_keihin_container .top-3min__leaf {
  position: absolute;
  top: 368px;
  left: 0;
  height: 194px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_07.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_07.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_07@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_07.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_07@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_07.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_07@2x.png) 2x);
  background-position: right -2px center;
  background-size: 174px 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min__leaf {
    top: -361px;
    height: 408px;
    background-position: calc(50% + 468px) 50%;
    background-size: 366px 100%;
  }
}
#contents-container .jfe_keihin_container .top-3min__wrap {
  padding: 113px 5px 66px;
  background-image: url(../../img_isetsu/jfe_keihin/image_3min_01_sp.png), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_3min_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min_01_sp@2x.png) 2x), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min_01_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min_01_sp@2x.png) 2x), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
  background-repeat: no-repeat;
  background-position: center bottom, calc(50% + 61px) 50%;
  background-size: 100%, 1244px auto;
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min__wrap {
    position: absolute;
    top: -996px;
    right: 0;
    padding-top: 146px;
    padding-bottom: 112px;
    border-radius: 100px 0 0 100px;
    width: 86%;
    background-image: url(../../img_isetsu/jfe_keihin/image_3min_01.png), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_3min_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min_01@2x.png) 2x), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_3min_01.png) 1x, url(../../img_isetsu/jfe_keihin/image_3min_01@2x.png) 2x), linear-gradient(50deg, var(--color) 8%, #009db7 31%, #b3e274 77%);
    background-size: 100%, 123% auto;
  }
}
#contents-container .jfe_keihin_container .top-3min__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min__title {
    font-size: 48px;
  }
}
#contents-container .jfe_keihin_container .top-3min__description {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min__description {
    margin-top: 23px;
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .top-3min__cmn-circle {
  margin-top: 59px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-3min__cmn-circle {
    margin-top: 64px;
  }
}
#contents-container .jfe_keihin_container .top-recruit {
  padding: 123px 0 104px;
  background-color: var(--color);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-recruit {
    padding-top: 109px;
    padding-bottom: 179px;
  }
}
#contents-container .jfe_keihin_container .top-recruit__leaf {
  position: absolute;
  top: -25px;
  left: 0;
  height: 89px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_08.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_08.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_08@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_08.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_08@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_08.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_08@2x.png) 2x);
  background-position: left -12px center;
  background-size: 182px 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-recruit__leaf {
    top: -160px;
    height: 187px;
    background-position: calc(50% - 567px) 50%;
    background-size: 384px 100%;
  }
}
#contents-container .jfe_keihin_container .top-recruit__cmn-description {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-recruit__cmn-description {
    margin-top: 88px;
  }
}
#contents-container .jfe_keihin_container .top-recruit__cmn-circle {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-recruit__cmn-circle {
    margin-top: 114px;
  }
}
#contents-container .jfe_keihin_container .top-recruit__image {
  display: block;
  margin: 46px auto 0;
  max-width: 323px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-recruit__image {
    position: absolute;
    top: 170px;
    left: calc(50% - 115px);
    margin: 0;
    width: 55%;
    max-width: 775px;
  }
}
#contents-container .jfe_keihin_container .top-company {
  padding: 149px 0 63px;
  background-image: url(../../img_isetsu/jfe_keihin/image_top-company_sp.jpg);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top-company_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top-company_sp@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top-company_sp.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top-company_sp@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-company {
    padding-top: 325px;
    padding-bottom: 90px;
    background-image: url(../../img_isetsu/jfe_keihin/image_top-company.jpg);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_top-company.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top-company@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_top-company.jpg) 1x, url(../../img_isetsu/jfe_keihin/image_top-company@2x.jpg) 2x);
  }
}
#contents-container .jfe_keihin_container .top-company::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--color);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-company::before {
    height: 12vw;
  }
}
#contents-container .jfe_keihin_container .top-company__leaf {
  position: absolute;
  top: -82px;
  left: 0;
  height: 154px;
  background-image: url(../../img_isetsu/jfe_keihin/leaves_09.png);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_09.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_09@2.png) 2x);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/leaves_09.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_09@2.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/leaves_09.png) 1x, url(../../img_isetsu/jfe_keihin/leaves_09@2x.png) 2x);
  background-position: right 25px center;
  background-size: 91px 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-company__leaf {
    top: -65px;
    height: 325px;
    background-position: calc(50% + 504px) 50%;
    background-size: 192px 100%;
  }
}
#contents-container .jfe_keihin_container .top-company__cmn-circle {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .top-company__cmn-circle {
    margin-top: 60px;
  }
}
#contents-container .jfe_keihin_container .in3min-lead {
  padding: 88px 0 98px;
  background-color: var(--color-light);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-lead {
    padding-top: 129px;
    padding-bottom: 337px;
  }
}
#contents-container .jfe_keihin_container .in3min-lead__image {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-lead__image {
    position: absolute;
    top: 291px;
    right: calc(50% + 9px);
    margin-top: 0;
    width: 44.5%;
    max-width: 623px;
  }
}
#contents-container .jfe_keihin_container .in3min-NaF {
  padding: 94px 0 108px;
  background-color: var(--color);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-NaF {
    padding-top: 105px;
    padding-bottom: 0;
  }
}
#contents-container .jfe_keihin_container .in3min-NaF__NaF-list {
  margin-top: 122px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-NaF__NaF-list {
    margin-top: 370px;
  }
}
#contents-container .jfe_keihin_container .NaF-list {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list {
    padding-bottom: 350px;
  }
}
#contents-container .jfe_keihin_container .NaF-list__item:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__item:not(:last-of-type) {
    margin-bottom: 640px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--number-3min {
    padding-top: 0;
  }
}
#contents-container .jfe_keihin_container .cmn-description--number-3min::before {
  height: 87px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .cmn-description--number-3min::before {
    display: block;
    position: static;
    margin-bottom: 20px;
    height: 106px;
  }
}
#contents-container .jfe_keihin_container .NaF-list__item:nth-of-type(1) .cmn-description--number-3min::before {
  background-image: url(../../img_isetsu/jfe_keihin/text_number_01.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/text_number_01.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_01@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/text_number_01.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_01@2x.png) 2x);
}
#contents-container .jfe_keihin_container .NaF-list__item:nth-of-type(2) .cmn-description--number-3min::before {
  background-image: url(../../img_isetsu/jfe_keihin/text_number_02.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/text_number_02.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_02@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/text_number_02.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_02@2x.png) 2x);
}
#contents-container .jfe_keihin_container .NaF-list__item:nth-of-type(3) .cmn-description--number-3min::before {
  background-image: url(../../img_isetsu/jfe_keihin/text_number_03.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/text_number_03.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_03@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/text_number_03.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_03@2x.png) 2x);
}
#contents-container .jfe_keihin_container .NaF-list__item:nth-of-type(4) .cmn-description--number-3min::before {
  background-image: url(../../img_isetsu/jfe_keihin/text_number_04.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/text_number_04.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_04@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/text_number_04.png) 1x, url(../../img_isetsu/jfe_keihin/text_number_04@2x.png) 2x);
}
#contents-container .jfe_keihin_container .NaF-list__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
#contents-container .jfe_keihin_container .NaF-list__image-inner {
  margin: 0 0 15px auto;
  width: calc(100% - 95px);
  height: 280px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__image-inner {
    position: sticky;
    top: 50%;
    left: 100vw;
    margin-left: 0;
    margin-bottom: 0;
    width: 46%;
    height: 640px;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center right;
            transform-origin: center right;
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    visibility: hidden;
  }
  #contents-container .jfe_keihin_container .NaF-list__item.active .NaF-list__image-inner {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    -webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
  }
}
#contents-container .jfe_keihin_container .NaF-list__image-content {
  border-radius: 18px 0 0 18px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__image-content {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#contents-container .jfe_keihin_container .NaF-list__ring {
  position: absolute;
  top: -296px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__ring {
    top: -432px;
  }
}
#contents-container .jfe_keihin_container .NaF-list__ring-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__ring-inner {
    height: 1199px;
  }
}
#contents-container .jfe_keihin_container .NaF-list__ring-image {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 737px;
  max-width: none;
  height: 680px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__ring-image {
    left: calc(50% + 108px);
    width: auto;
    height: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
#contents-container .jfe_keihin_container .NaF-list__container {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
#contents-container .jfe_keihin_container .NaF-list__cmn-sentence {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__cmn-sentence {
    margin-top: 50px;
  }
}
#contents-container .jfe_keihin_container .NaF-list__cmn-btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .NaF-list__cmn-btn {
    margin-top: 75px;
    margin-left: 0;
  }
}
#contents-container .jfe_keihin_container .in3min-business {
  padding: 94px 0 203px;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url(../../img_isetsu/jfe_keihin/image_ring_03_sp.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_ring_03_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_03_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_03_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_03_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: right -465px bottom 23px;
  background-size: 2351px auto;
  background-blend-mode: lighten;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-business {
    padding-top: 97px;
    padding-bottom: 418px;
    background-image: url(../../img_isetsu/jfe_keihin/image_ring_03.png);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_03.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_03@2x.png) 2x);
    background-image: image-set(url(../../img_isetsu/jfe_keihin/image_ring_03.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_03@2x.png) 2x);
    background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_sp.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_03@2x.png) 2x);
    background-position: right -201px bottom 108px;
    background-size: 2760px auto;
  }
}
#contents-container .jfe_keihin_container .in3min-business__cmn-description {
  margin-top: 65px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-business__cmn-description {
    margin-top: 112px;
  }
}
#contents-container .jfe_keihin_container .in3min-business__cmn-business {
  margin: 33px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-business__cmn-business {
    margin-top: 105px;
  }
}
#contents-container .jfe_keihin_container .in3min-numbers {
  padding: 93px 0 163px;
  background-color: var(--color-light);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-numbers {
    padding-top: 102px;
    padding-bottom: 233px;
  }
}
#contents-container .jfe_keihin_container .in3min-numbers__numbers-list {
  margin-top: 42px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-numbers__numbers-list {
    margin-top: 110px;
  }
}
#contents-container .jfe_keihin_container .numbers-list {
  border: 4px solid var(--color-light);
  border-radius: 13px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border: none;
    border-radius: 35px;
    height: 106.557vw;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #contents-container .jfe_keihin_container .numbers-list > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list {
    height: 1300px;
  }
}
#contents-container .jfe_keihin_container .numbers-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__item {
    padding-top: 3.279vw;
    padding-right: 3.279vw;
    padding-bottom: 3.279vw;
    padding-left: 3.279vw;
  }
  #contents-container .jfe_keihin_container .numbers-list__item:nth-of-type(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-bottom: 10px solid var(--color-light);
  }
  #contents-container .jfe_keihin_container .numbers-list__item:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 1;
    grid-column: 1;
    border-right: 10px solid var(--color-light);
  }
  #contents-container .jfe_keihin_container .numbers-list__item:nth-of-type(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    border-bottom: 10px solid var(--color-light);
  }
  #contents-container .jfe_keihin_container .numbers-list__item:nth-of-type(4) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  #contents-container .jfe_keihin_container .numbers-list__item:nth-of-type(5) {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-top: 10px solid var(--color-light);
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .numbers-list__item:not(:last-of-type) {
    border-bottom: 4px solid var(--color-light);
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__item {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__item--prl100pc {
    padding-right: 8.197vw;
    padding-left: 8.197vw;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__item--prl100pc {
    padding-right: 100px;
    padding-left: 100px;
  }
}
#contents-container .jfe_keihin_container .numbers-list__text {
  padding-right: 30px;
  width: 65%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__text {
    padding-right: 0;
    width: 70%;
  }
  #contents-container .jfe_keihin_container .numbers-list__text--full-pc {
    width: 100%;
  }
  #contents-container .jfe_keihin_container .numbers-list__text--w60pct-pc {
    width: 60%;
  }
}
#contents-container .jfe_keihin_container .numbers-list__text--pr0 {
  padding-right: 0;
}
#contents-container .jfe_keihin_container .numbers-list__text--w77pct {
  width: 77%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__text--w77pct {
    width: 67%;
  }
}
#contents-container .jfe_keihin_container .numbers-list__cat {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__cat {
    font-size: 2.459vw;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__cat {
    font-size: 30px;
  }
}
#contents-container .jfe_keihin_container .numbers-list__number {
  margin-top: 10px;
  text-align: right;
  color: var(--color);
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__number {
    margin-top: 3.279vw;
    text-align: center;
    font-size: 11.066vw;
  }
  #contents-container .jfe_keihin_container .numbers-list__number--mt20pc {
    margin-top: 1.639vw;
  }
  #contents-container .jfe_keihin_container .numbers-list__number--right-pc {
    text-align: right;
  }
  #contents-container .jfe_keihin_container .numbers-list__number--fs180pc {
    font-size: 14.754vw;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__number {
    margin-top: 40px;
    font-size: 135px;
  }
  #contents-container .jfe_keihin_container .numbers-list__number--mt20pc {
    margin-top: 20px;
  }
  #contents-container .jfe_keihin_container .numbers-list__number--fs180pc {
    font-size: 180px;
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .numbers-list__number--fs50sp {
    font-size: 50px;
  }
}
#contents-container .jfe_keihin_container .numbers-list__small {
  font-size: 70%;
}
#contents-container .jfe_keihin_container .numbers-list__small--50pct {
  font-size: 50%;
}
#contents-container .jfe_keihin_container .numbers-list__note {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__note {
    font-size: 1.721vw;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__note {
    font-size: 21px;
  }
}
#contents-container .jfe_keihin_container .numbers-list__icon {
  width: 35%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__icon {
    width: 30%;
  }
  #contents-container .jfe_keihin_container .numbers-list__icon--full-pc {
    width: 100%;
  }
  #contents-container .jfe_keihin_container .numbers-list__icon--w40pct-pc {
    width: 40%;
  }
}
#contents-container .jfe_keihin_container .numbers-list__icon--w23pct {
  width: 23%;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__icon--w23pct {
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .numbers-list__icon-image {
    max-height: 22.459vw;
  }
}
@media screen and (min-width: 1221px) {
  #contents-container .jfe_keihin_container .numbers-list__icon-image {
    max-height: 274px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision {
  padding: 91px 0 55px;
  background-color: var(--color);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision {
    padding-top: 83px;
    padding-bottom: 203px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__wrap {
  position: relative;
  margin-top: 87px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 60px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__text {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__text {
    position: sticky;
    top: 70px;
    left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__inner {
    margin: 125px 125px 0 auto;
    max-width: 490px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__cmn-description {
  margin-top: 73px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__cmn-description {
    margin-top: 85px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__cmn-sentence {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__cmn-sentence {
    margin-top: 25px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__slider {
  margin-top: 62px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__slider {
    position: static;
    margin-top: 0;
    width: 50%;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__slider-wrap {
    position: static;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__slide {
  padding: 20px;
  border-radius: 17px;
  height: 337px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision__slide {
    padding: 64px;
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
    margin-left: auto;
    width: 92%;
    height: 770px;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.6s cubic-bezier(0.52, 0.08, 0.18, 1), visibility 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    visibility: hidden;
  }
  #contents-container .jfe_keihin_container .in3min-vision__slide.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    -webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
    transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1.39, 0.55, 1) 0.4s, visibility 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .in3min-vision__slide:first-of-type:not(:last-of-type) {
    margin-left: 15px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision__slider-pagination {
  margin: 36px auto 0;
  max-width: 302px;
}
#contents-container .jfe_keihin_container .in3min-vision-number__image {
  margin-top: 14px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision-number__image {
    margin-top: 18px;
  }
}
#contents-container .jfe_keihin_container .in3min-vision-number__text {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-vision-number__text {
    margin-top: 18px;
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .in3min-initiatives {
  padding: 50px 0 119px;
  background-color: var(--color);
  background-image: url(../../img_isetsu/jfe_keihin/image_ring_04.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/image_ring_04.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_04@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/image_ring_04.png) 1x, url(../../img_isetsu/jfe_keihin/image_ring_04@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center top 232px;
  background-size: 570px auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-initiatives {
    padding-top: 150px;
    padding-bottom: 204px;
    background-position: center top 400px;
    background-size: 629px auto;
  }
}
#contents-container .jfe_keihin_container .in3min-initiatives__initiative-list {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-initiatives__initiative-list {
    margin-top: 127px;
  }
}
#contents-container .jfe_keihin_container .in3min-initiatives__text {
  margin-top: 94px;
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-initiatives__text {
    margin-top: 190px;
    font-size: 18px;
  }
}
#contents-container .jfe_keihin_container .in3min-initiatives__cmn-btn {
  margin: 35px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .in3min-initiatives__cmn-btn {
    margin-top: 50px;
  }
}
#contents-container .jfe_keihin_container .initiative-list {
  padding: 0 17px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .initiative-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding-right: 0;
    padding-left: 0;
  }
}
#contents-container .jfe_keihin_container .initiative-list__item {
  padding: 20px 10px;
  border-radius: 11px;
  margin-top: 10px;
  background-color: var(--color-white);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .initiative-list__item {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
    margin-top: 0;
    width: calc(50% - 12px);
    font-size: 22px;
  }
}
#contents-container .jfe_keihin_container .business-lead {
  padding: 96px 0 118px;
  background-color: var(--color-light);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-lead {
    padding-top: 108px;
    padding-bottom: 176px;
  }
}
#contents-container .jfe_keihin_container .business-lead__cmn-business {
  margin: 44px auto 0;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-lead__cmn-business {
    margin-top: 69px;
  }
}
#contents-container .jfe_keihin_container .business-industry {
  padding: 94px 0 268px;
  background-color: var(--color);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-industry {
    padding-bottom: 0;
  }
}
#contents-container .jfe_keihin_container .business-industry__belt {
  margin-top: 57px;
  height: 140px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-industry__belt {
    margin-top: 46px;
    height: 390px;
  }
}
#contents-container .jfe_keihin_container .business-industry__business-list {
  margin-top: 58px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-industry__business-list {
    margin-top: 252px;
  }
}
#contents-container .jfe_keihin_container .business-list {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list {
    padding-bottom: 299px;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    max-width: 1260px;
  }
}
#contents-container .jfe_keihin_container .business-list__item:not(:first-of-type) {
  margin-top: 147px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__item:not(:first-of-type) {
    margin-top: 385px;
  }
}
#contents-container .jfe_keihin_container .business-list__ring {
  position: absolute;
  top: 299px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__ring {
    top: -175px;
  }
}
#contents-container .jfe_keihin_container .business-list__ring-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 522px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__ring-inner {
    height: 913px;
  }
}
#contents-container .jfe_keihin_container .business-list__ring-image {
  position: absolute;
  top: 0;
  left: 15px;
  width: 490px;
  max-width: none;
  height: 522px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__ring-image {
    left: calc(50% - 25px);
    width: auto;
    height: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
#contents-container .jfe_keihin_container .business-list__text {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__text {
    position: sticky;
    top: 70px;
    left: 0;
    padding-right: 0;
    padding-left: 80px;
    width: 50%;
  }
}
#contents-container .jfe_keihin_container .business-list__number {
  display: block;
  margin-top: 57px;
  max-height: 66px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__number {
    margin-top: 45px;
    max-height: 90px;
  }
}
#contents-container .jfe_keihin_container .business-list__heading {
  margin-top: 15px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__heading {
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .business-list__cmn-description {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__cmn-description {
    margin-top: 75px;
  }
}
#contents-container .jfe_keihin_container .business-list__cmn-sentence {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__cmn-sentence {
    margin-top: 20px;
  }
}
#contents-container .jfe_keihin_container .business-list__slider {
  margin-top: 72px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__slider {
    position: static;
    margin-top: 0;
    width: 50%;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__slider-wrap {
    position: static;
  }
}
#contents-container .jfe_keihin_container .business-list__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 300px;
  height: 330px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list__slide {
    border-radius: 40px;
    margin-right: 0;
    max-width: 580px;
    height: 560px;
    width: 92% !important;
    margin-right: 0 !important;
    /* opacity: 0;
    transform: scale(.9);
    transform-origin: center;
    transition: opacity .6s cubic-bezier(.52,.08,.18,1), transform .6s cubic-bezier(.52,.08,.18,1), visibility .6s cubic-bezier(.52,.08,.18,1);
    -webkit-transition: opacity .6s cubic-bezier(.52,.08,.18,1), transform .6s cubic-bezier(.52,.08,.18,1), visibility .6s cubic-bezier(.52,.08,.18,1);
    visibility: hidden; */
  }
  #contents-container .jfe_keihin_container .business-list__slide:not(:first-of-type) {
    margin-top: 30px;
  }
  #contents-container .jfe_keihin_container {
    /* .business-list__slide.active {
      opacity: 1;
      transform: scale(1);
      visibility: visible;
      transition: opacity .3s cubic-bezier(.37,.16,.12,1) .4s,transform .8s cubic-bezier(.16,1.39,.55,1) .4s, visibility .8s cubic-bezier(.25,.25,.75,.75) .4s;
      -webkit-transition: opacity .3s cubic-bezier(.37,.16,.12,1) .4s,transform .8s cubic-bezier(.16,1.39,.55,1) .4s, visibility .8s cubic-bezier(.25,.25,.75,.75) .4s;
    } */
  }
}
@media screen and (max-width: 768px) {
  #contents-container .jfe_keihin_container .business-list__slide:first-of-type:not(:last-of-type) {
    margin-left: 10px;
  }
}
#contents-container .jfe_keihin_container .business-list__slider-pagination {
  margin: 50px auto 0;
  max-width: 303px;
}
#contents-container .jfe_keihin_container .business-list-content {
  position: relative;
  padding: 25px 15px 15px;
  width: 100%;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list-content {
    padding-top: 38px;
    padding-right: 38px;
    padding-bottom: 38px;
    padding-left: 38px;
  }
}
#contents-container .jfe_keihin_container .business-list-content::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 178px;
  height: 28px;
  background-color: var(--color);
  background-image: url(../../img_isetsu/jfe_keihin/text_detail-info.png);
  background-image: image-set(url(../../img_isetsu/jfe_keihin/text_detail-info.png) 1x, url(../../img_isetsu/jfe_keihin/text_detail-info@2x.png) 2x);
  background-image: -webkit-image-set(url(../../img_isetsu/jfe_keihin/text_detail-info.png) 1x, url(../../img_isetsu/jfe_keihin/text_detail-info@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px auto;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list-content::before {
    top: -22px;
    width: 244px;
    height: 37px;
    background-size: 210px auto;
  }
}
#contents-container .jfe_keihin_container .business-list-content--green::before {
  background-color: var(--color-green);
}
#contents-container .jfe_keihin_container .business-list-content__term {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list-content__term {
    font-size: 24px;
  }
}
#contents-container .jfe_keihin_container .business-list-content__description {
  margin-top: 5px;
  text-align: justify;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-list-content__description {
    margin-top: 10px;
    font-size: 16px;
  }
}
#contents-container .jfe_keihin_container .business-sales {
  padding: 93px 0 216px;
  background-color: var(--color-green);
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-sales {
    padding-top: 105px;
    padding-bottom: 65px;
    background-color: var(--color-green);
  }
}
#contents-container .jfe_keihin_container .business-sales__belt {
  margin-top: 57px;
  height: 140px;
  background-color: #818181;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-sales__belt {
    margin-top: 46px;
    height: 390px;
  }
}
#contents-container .jfe_keihin_container .business-sales__business-list {
  margin-top: 46px;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .business-sales__business-list {
    margin-top: 268px;
  }
}
#contents-container .jfe_keihin_container {
  /* Swiper style */
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .swiper--top .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--vision .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-industry01 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-industry02 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-industry03 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-industry04 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-sales01 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-sales02 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-sales03 .swiper-wrapper,
  #contents-container .jfe_keihin_container .swiper--business-sales04 .swiper-wrapper {
    display: block;
  }
}
#contents-container .jfe_keihin_container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  position: relative;
  text-align: left;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
}
#contents-container .jfe_keihin_container .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 6px;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 0;
  opacity: 1;
}
#contents-container .jfe_keihin_container .swiper-pagination-bullet-active {
  background-color: #0093ff;
}
@media screen and (min-width: 769px) {
  #contents-container .jfe_keihin_container .sp-only {
    display: none !important;
  }
}