@charset "UTF-8";

/*----------------------
汎用スタイル
-----------------------*/
.max-w {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  margin: auto;
}

/* ブロック */
section {
  padding: 35px 0;
}

.main.bg-border section {
  padding: 70px 0;
}

section:first-child {
  padding: 0;
}

/* section:nth-of-type(2n) {
  background-color: var(--bg);
} */

.main.bg-border>*:nth-child(2n) {
  background-color: var(--bg);
}

.main:not(.bg-border)>*:last-child {
  padding-bottom: 80px;
}

/* タイトル */
.titWrap span {
  display: block;
}

.titWrap .tit {
  line-height: 1.3;
}

@media screen and (max-width: 430px) {
  .max-w {
    padding: 0 20px;
  }

  .main.bg-border section {
    padding: 50px 0;
  }

}

/*----------------------
.rec_p01
-----------------------*/
.rec_p01 .max-w {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 500px) {
  .rec_p01 .max-w {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*----------------------
p
-----------------------*/
.rec_p01[data-txtype="0"] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rec_p01[data-txtype="0"] .sub {
  font-size: 0.8em;
  color: var(--gray);
  margin-top: 1em;
}

@media screen and (max-width: 500px) {
  .rec_p01[data-txtype="0"] {
    font-size: 15px;
  }

}


/*----------------------
h1
-----------------------*/
section:first-child .rec_p01[data-txtype="1"] {
  padding-top: 40px;
}

.rec_p01[data-txtype="1"] .titWrap {
  display: flex;
  flex-direction: column;
}

.rec_p01[data-txtype="1"] .titWrap[data-txalign="0"] {
  align-items: flex-start;
}

.rec_p01[data-txtype="1"] .titWrap[data-txalign="1"] {
  align-items: center;
}

.rec_p01[data-txtype="1"] .titWrap[data-txalign="2"] {
  align-items: flex-end;
}

.rec_p01[data-txtype="1"] .tit {
  font-size: 40px;
}

.rec_p01[data-txtype="1"] .sub {
  font-size: 26px;
  color: var(--tit);
  position: relative;
  padding: 0 1.5em;
  z-index: 0;
}

.rec_p01[data-txtype="1"] .sub::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 4px;
  border-radius: 5rem;
  background-color: var(--tit);
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 500px) {
  .rec_p01[data-txtype="1"] .tit {
    font-size: 30px;
  }

  .rec_p01[data-txtype="1"] .sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .rec_p01[data-txtype="1"] .tit {
    font-size: 28px;
  }

  .rec_p01[data-txtype="1"] .sub {
    font-size: 22px;
  }
}


/*----------------------
h2
-----------------------*/
.rec_p01[data-txtype="2"] {
  margin-top: 30px;
  margin-bottom: 30px;
  /* padding: 30px 0; */
}

.rec_p01[data-txtype="2"] .tit {
  font-size: 32px;
  color: var(--tit);
}

.rec_p01[data-txtype="2"] .sub {
  font-size: 13px;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  .rec_p01[data-txtype="2"] .tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .rec_p01[data-txtype="2"] .tit {
    font-size: 20px;
  }
}

/*----------------------
h3
-----------------------*/
.rec_p01[data-txtype="3"] {
  margin-top: 70px;
  margin-bottom: 30px;
  /* padding: 30px 0; */
}

.rec_p01[data-txtype="3"] .tit {
  font-size: 22px;
}

@media screen and (max-width: 500px) {
  .rec_p01[data-txtype="3"] .tit {
    font-size: 18px;
    margin-top: 50px;
  }
}

/*----------------------
画像
-----------------------*/
.rec_p02 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rec_p02+.rec_p02 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.main>.rec_p02[data-imgwidth="0"]:first-of-type {
  margin-top: 0;
}

.main>.rec_p02[data-imgwidth="0"]:first-of-type+* {
  margin-top: 0;
}

.rec_p02 .img-wrap {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rec_p02 .img-wrap h1,
.rec_p02 .img-wrap h2 {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.rec_p02[data-imgwidth="0"]>.img-wrap {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.rec_p02[data-imgwidth="1"]>.img-wrap {
  max-width: 1080px;
  padding: 0 40px;
  gap: 20px 20px;
  flex-wrap: wrap;
}

.rec_p02[data-imgwidth="2"]>.img-wrap {
  max-width: 880px;
  padding: 0 40px;
}

.rec_p02 .img-wrap>a {
  display: block;
  transition: all 0.2s;
}

.rec_p02 .img-wrap>a:hover {
  opacity: 0.7;
}

.rec_p02[data-imgcol="0"] .img-wrap>img,
.rec_p02[data-imgcol="0"] .img-wrap>a,
.rec_p02[data-imgcol="0"] .img-wrap>.img-switch-wrap {
  width: auto;
  max-width: 100%;
  margin: auto;
}

.rec_p02[data-imgcol="1"] .img-wrap>img,
.rec_p02[data-imgcol="1"] .img-wrap>a,
.rec_p02[data-imgcol="1"] .img-wrap>.img-switch-wrap {
  width: 100%;
}

.rec_p02[data-imgcol="1"] .img-wrap>img+img,
.rec_p02[data-imgcol="1"] .img-wrap>a+a,
.rec_p02[data-imgcol="1"] .img-wrap>.img-switch-wrap+.img-switch-wrap {
  margin-top: 20px;
}

.rec_p02[data-imgcol="2"] .img-wrap>img,
.rec_p02[data-imgcol="2"] .img-wrap>a,
.rec_p02[data-imgcol="2"] .img-wrap>.img-switch-wrap {
  width: calc(50% - 10px);
}

.rec_p02[data-imgcol="2"] .img-wrap>img+img+img,
.rec_p02[data-imgcol="2"] .img-wrap>a+a+a,
.rec_p02[data-imgcol="2"] .img-wrap>.img-switch-wrap+.img-switch-wrap+.img-switch-wrap {
  margin-top: 20px;
}

.rec_p02[data-imgcol="3"] .img-wrap>img,
.rec_p02[data-imgcol="3"] .img-wrap>a,
.rec_p02[data-imgcol="3"] .img-wrap>.img-switch-wrap {
  width: calc((100% - 40px)/ 3);
}

/* 画像切り替え */
.rec_p02 .img-switch-wrap {
  position: relative;
}

.rec_p02 .img-switch-wrap .switch-off {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.rec_p02 .img-switch-wrap .switch-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.rec_p02 .img-switch-wrap:hover .switch-off {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.rec_p02 .img-switch-wrap:hover .switch-on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

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

  .rec_p02[data-imgwidth="1"] .img-wrap,
  .rec_p02[data-imgwidth="2"] .img-wrap {
    padding: 0 20px;
  }
}

/*----------------------
画像×文章
-----------------------*/
.rec_p03 .max-w {
  padding: 30px 40px;
}

.rec_p03 .block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec_p03 .img-wrap {
  width: 310px;
}

.rec_p03 .tx-wrap {
  width: calc(100% - 335px);
}

.rec_p03 .tx-wrap .tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 反転 */
.rec_p03 .block-wrap[data-switch="1"] {
  flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
  .rec_p03 .img-wrap {
    width: 240px;
  }

  .rec_p03 .tx-wrap {
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 680px) {
  .rec_p03 .block-wrap {
    display: block;
  }

  .rec_p03 .img-wrap,
  .rec_p03 .tx-wrap {
    margin: auto;
  }

  .rec_p03 .tx-wrap {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .rec_p03 .img-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .rec_p03 .max-w {
    padding: 20px;
  }
}


/*----------------------
ボタン
-----------------------*/
.rec_p04 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rec_p04 .btn-wrap {
  flex-wrap: wrap;
  align-items: stretch;
  margin: auto;
  padding: 20px 30px;
  justify-content: center;
}

.rec_p04 a {
  /* max-width: 340px; */
  margin: 10px;
  text-align: center;
  line-height: 1.2;
}

/* 幅成り行き */
.rec_p04 .btn-wrap[data-btncol="0"] a {
  width: auto;
}

/* 幅100% */
.rec_p04 .btn-wrap[data-btncol="1"] a {
  width: calc(100% - 20px);
  max-width: 350px;
}

/* 2分割 */
.rec_p04 .btn-wrap[data-btncol="2"] a {
  width: calc(50% - 20px);
  max-width: 350px;
}

/* 3分割 */
.rec_p04 .btn-wrap[data-btncol="3"] a {
  width: calc((100% - 60px) / 3);
}

/* 4分割 */
.rec_p04 .btn-wrap[data-btncol="4"] a {
  width: calc(25% - 20px);
}

/* デザイン 塗り */
.rec_p04 [data-btntype="0"] a {
  border: solid 2px var(--btn);
  color: var(--white);
  background-color: var(--btn);
}

/* デザイン 枠 */
.rec_p04 [data-btntype="1"] a {
  border: solid 2px var(--btn);
  color: var(--btn);
  background-color: var(--white);
}

/* デザイン グラデ */
.rec_p04 [data-btntype="2"] a {
  border: none;
  color: var(--white);
  background: var(--gradation);
}

/* ページ内リンク用デザイン */
.rec_p04 .btn-wrap[data-btntype="3"] {
  background-color: var(--tit);
  padding: 5px 15px;
  border-radius: 5px;
}

.rec_p04 .btn-wrap[data-btntype="3"] a {
  background-color: #fff;
  color: var(--tit);
}

.rec_p04 .btn-wrap .off {
  filter: contrast(0.5);
}

.rec_p04 .btn-wrap .off:hover {
  filter: contrast(1);
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .rec_p04 .btn-wrap[data-btntype="3"][data-btncol="4"] {
    width: fit-content;
  }

  .rec_p04 .btn-wrap[data-btntype="3"][data-btncol="4"] a {
    width: calc(50% - 20px);
    max-width: 350px;
  }
}

@media screen and (max-width: 800px) {
  .rec_p04 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .rec_p04 .btn-wrap {
    padding: 20px;
  }

  /* 4分割 */
  .rec_p04 .btn-wrap[data-btncol="4"] a {
    width: calc(50% - 20px);
    max-width: 350px;
  }
}

@media screen and (max-width: 500px) {
  .rec_p04 .btn-wrap[data-btntype="3"][data-btncol="4"] a {
    width: 100%;
  }

  .rec_p04 .btn-wrap a,
  .rec_p04 .btn-wrap[data-btncol="0"] a,
  .rec_p04 .btn-wrap[data-btncol="1"] a,
  .rec_p04 .btn-wrap[data-btncol="2"] a,
  .rec_p04 .btn-wrap[data-btncol="3"] a,
  .rec_p04 .btn-wrap[data-btncol="4"] a {
    width: 100%;
    padding: 1em 1.5em
  }
}


@media screen and (max-width: 430px) {
  .rec_p04 .btn-wrap {
    padding: 20px 10px;
  }
}


/*----------------------
リスト
-----------------------*/
.rec_p05 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rec_p05 .list-wrap {
  max-width: 800px;
  margin: auto;
}

.list-wrap[data-listtype="0"] li,
.list-wrap[data-listtype="1"] li,
.list-wrap[data-listtype="2"] li {
  position: relative;
  padding-left: 1.5em;
}

.list-wrap[data-listtype="0"] li+li,
.list-wrap[data-listtype="1"] li+li {
  margin-top: 0.5em;
}

.list-wrap[data-listtype="0"] li::before,
.list-wrap[data-listtype="1"] li::before,
.list-wrap[data-listtype="2"] li::before,
.list-wrap[data-listtype="3"] li::before {
  content: "";
  position: absolute;
}

.list-wrap[data-listtype="0"] li::before {
  top: 0.6em;
  left: 0.4em;
  width: 9px;
  height: 9px;
  background-color: var(--light-gray);
  border-radius: 100%;
}

.list-wrap[data-listtype="1"] li::before {
  content: "\e920";
  font-family: 'icf' !important;
  top: 0;
  left: 0;
  font-size: 1.2em;
  color: var(--light-gray);
}

/* 塗チェック */
/* 枠中黒 */
.list-wrap[data-listtype="2"] ul,
.list-wrap[data-listtype="3"] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* 塗チェック */
.list-wrap[data-listtype="2"] li {
  background-color: var(--tit);
  color: #fff;
  border-radius: 5px;
  padding: 0.2em 1.2em 0.2em 2em;
  position: relative;
  margin: 5px;
}

.list-wrap[data-listtype="2"] li::before {
  content: "\e920";
  font-family: 'icf' !important;
  position: absolute;
  top: 0;
  left: 0.4em;
  font-size: 1.2em;
  color: #fff;
}

/* 枠中黒 */
.list-wrap[data-listtype="3"] li {
  background-color: #fff;
  border: solid 2px var(--light-gray);
  padding: 0.4em 1.2em 0.4em 2em;
  position: relative;
  margin: 5px;
  line-height: 1.2;
}

.list-wrap[data-listtype="3"] li::before {
  top: 0.7em;
  left: 0.8em;
  width: 9px;
  height: 9px;
  background-color: var(--light-gray);
  border-radius: 100%;
}

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

  .list-wrap[data-listtype="0"] li,
  .list-wrap[data-listtype="1"] li,
  .list-wrap[data-listtype="2"] li,
  .list-wrap[data-listtype="3"] li {
    font-size: 14px;
  }
}

/*----------------------
横並び
-----------------------*/
.rec_p06 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rec_p06 .max-w {
  max-width: 880px;
  padding: 0 40px;
}

.rec_p06 .tx-wrap {
  display: flex;
  justify-content: center;
}

.rec_p06 .list-wrap {
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.rec_p06 .tit {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 0.2em;
}

.rec_p06 .list-wrap+.list-wrap {
  margin-left: 20px;
}

.rec_p06 .list-wrap p {
  padding: 10px 15px 15px;
}

.rec_p06 .list-wrap p+ul {
  padding: 0 15px 15px;
}

.rec_p06 .list-wrap ul {
  padding: 10px 15px 15px;
}

@media screen and (max-width: 500px) {
  .rec_p06 .tx-wrap {
    display: block;
  }

  .rec_p06 .list-wrap {
    width: 100%;
  }

  .rec_p06 .list-wrap+.list-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}


/*----------------------
吹き出し
-----------------------*/
.rec_p07 {
  max-width: 880px;
  margin: auto;
  padding: 0 40px;
}

.rec_p07+.rec_p07 {
  margin-top: 10px;
}

.rec_p07 .talk-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.rec_p07 .talk-wrap[data-reverse="1"] {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rec_p07 .img-wrap {
  width: 70px;
}

.rec_p07 .img-wrap p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-top: 5px;
}

.rec_p07 .tx-wrap {
  display: flex;
  max-width: calc(100% - 90px);
  border: solid 3px var(--light-gray);
  margin-left: 20px;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px 15px 10px 15px;
  line-height: 1.3;
  position: relative;
}

.rec_p07 .talk-wrap[data-reverse="1"] .tx-wrap {
  margin-left: auto;
  margin-right: 20px;
}

.rec_p07 .tx-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 14px solid var(--light-gray);
  border-left: 0;
}

.rec_p07 [data-reverse="1"] .tx-wrap::before {
  top: 10px;
  left: auto;
  right: -14px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid var(--light-gray);
  border-right: 0;
}

.rec_p07 [data-color="0"] .tx-wrap {
  border-color: var(--light-gray);
}

.rec_p07 [data-color="0"] .tx-wrap::before {
  border-right-color: var(--light-gray);
}

.rec_p07 [data-reverse="1"][data-color="0"] .tx-wrap::before {
  border-left-color: var(--light-gray);
}

.rec_p07 [data-color="1"] .tx-wrap {
  border-color: var(--b-1);
}

.rec_p07 [data-color="1"] .tx-wrap::before {
  border-right-color: var(--b-1);
}

.rec_p07 [data-reverse="1"][data-color="1"] .tx-wrap::before {
  border-left-color: var(--b-1);
}

.rec_p07 [data-color="2"] .tx-wrap {
  border-color: var(--b-2);
}

.rec_p07 [data-color="2"] .tx-wrap::before {
  border-right-color: var(--b-2);
}

.rec_p07 [data-reverse="1"][data-color="2"] .tx-wrap::before {
  border-left-color: var(--b-2);
}

.rec_p07 [data-color="3"] .tx-wrap {
  border-color: var(--b-3);
}

.rec_p07 [data-color="3"] .tx-wrap::before {
  border-right-color: var(--b-3);
}

.rec_p07 [data-reverse="1"][data-color="3"] .tx-wrap::before {
  border-left-color: var(--b-3);
}

.rec_p07 [data-color="4"] .tx-wrap {
  border-color: var(--b-4);
}

.rec_p07 [data-color="4"] .tx-wrap::before {
  border-right-color: var(--b-4);
}

.rec_p07 [data-reverse="1"][data-color="4"] .tx-wrap::before {
  border-left-color: var(--b-4);
}

.rec_p07 [data-color="5"] .tx-wrap {
  border-color: var(--gray);
}

.rec_p07 [data-color="5"] .tx-wrap::before {
  border-right-color: var(--gray);
}

.rec_p07 [data-reverse="1"][data-color="5"] .tx-wrap::before {
  border-left-color: var(--gray);
}

@media screen and (max-width: 500px) {
  .rec_p07 {
    padding: 0 20px;
  }

  .rec_p07 .img-wrap {
    width: 60px;
  }

  .rec_p07 .tx-wrap {
    max-width: calc(100% - 75px);
    margin-left: 15px;
  }

  .rec_p07 .talk-wrap[data-reverse="1"] .tx-wrap {
    margin-right: 15px;
  }
}

/*----------------------
テーブル
-----------------------*/
*+.rec_p08 {
  margin: 50px auto 0;
}

.tableWrap {
  width: 100%;
  max-width: 880px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}

.tableWrap table {
  border-radius: 10px;
  overflow: hidden;
}

.tableWrap th,
.tableWrap td {
  padding: 8px 20px;
}

.tableWrap th {
  text-align: left;
  color: #fff;
  background-color: var(--btn);
  border: solid 1px #fff;
}

.tableWrap td {
  background-color: #fff;
}

/*----------------------
先輩の声 ボタン
-----------------------*/
.sv-wrap {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sv-wrap a {
  margin: 10px;
  padding: 20px 15px 15px;
  display: flex;
  align-items: center;
  width: calc((100% - 60px) / 2);
  min-width: 330px;
  position: relative;
  border: solid 3px #b8c4cb;
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  box-sizing: border-box;
}

.sv-wrap a:hover {
  background: transparent linear-gradient(90deg, #1AC5C3 0%, #04B2DA 100%) 0% 0% no-repeat padding-box;
  border-color: transparent;
}

.sv-wrap a ul {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.sv-wrap a ul li {
  font-size: 11px;
  color: #fff;
  padding: 0px 5px;
  background-color: #4F5A61;
}

.sv-wrap a ul li+li {
  margin-left: 5px;
}

.sv-wrap a::before {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 26px;
  color: #b8c4cb;
}

.sv-wrap a img {
  width: calc(100% - 200px);
  margin-right: 20px;
  max-width: 88px;
}

.sv-wrap a .tx {
  width: al(100% - 108px);
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-self: stretch;
  color: var(--tx_col);
}

.sv-wrap a .tx .catch {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sv-wrap a .tx .name {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

.sv-wrap a .tx .start {
  font-size: 13px;
  line-height: 1.2;
/*   margin-left: 10px; */
}

@media screen and (max-width: 1080px) {
  .sv-wrap a {
    width: calc((100% - 60px) / 2);
  }

  .sv-wrap a img {
    max-width: 80px;
    margin-right: 20px;
    margin-left: 10px;
  }

  .sv-wrap a .tx {
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 900px) {
  .sv-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 780px) {
  .sv-wrap a {
    width: 100%;
    padding: 25px 14px 14px;
  }

  .sv-wrap a img {
    margin-right: 20px;
    margin-left: 0;
  }

  .sv-wrap a .tx {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 500px) {
  .sv-wrap {
    padding: 0 10px;
  }

  .sv-wrap a {
    width: calc(100% - 30px);
    min-width: 250px;
  }

  .sv-wrap a img {
    width: 45px;
  }

  .sv-wrap a .tx {
    width: calc(100% - 65px);
  }

  .sv-wrap a .tx .catch {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .sv-wrap a::before {
    bottom: 10px;
    right: 10px;
    font-size: 20px;
  }

  .sv-wrap a ul li {
    font-size: 10px;
  }
  .sv-wrap a .tx .start {
  font-size: 12px;
}
}

/*----------------------
accordion
-----------------------*/
.accordion-wrap {
  max-width: 980px;
  padding: 0 40px;
  margin: auto;
}

.accordion-wrap.acc-faq {
  margin-top: 70px;
}

.acc-item {
  background-color: #fff;
  border: solid 2px var(--btn);
  border-radius: 10px;
  /* padding: 15px 20px; */
}

.acc-item+.acc-item {
  margin-top: 15px;
}

.acc-head {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 40px 15px 20px;
}

.acc-body {
  padding: 0px 15px 15px 15px;
}

.acc-head:hover {
  /* opacity: 0.7; */
  filter: saturate(0.5);
}

.acc-faq .acc-head {
  /* padding: 0 2em; */
  padding-left: 3em;
  padding-right: 2em;
  /* font-weight: 700; */
}

.acc-head::after,
.acc-faq .acc-head::before {
  font-family: 'icf' !important;
  position: absolute;
  font-size: 1.5em;
  top: 2px;
}

.acc-head::after {
  content: "\e930";
  right: 10px;
  transition: all 0.2s;
}

.acc-head.is-active::after {
  transform: rotate(45deg);
}

.acc-faq .acc-head::before {
  content: "\e933";
  left: 15px;
}

.acc-head p {
  padding-right: 25px;
  line-height: 1.2;
}

.acc-body ul {
  display: flex;
  justify-content: center;
}

.acc-faq .acc-body ul {
  /* margin-top: 10px; */
}

.acc-body ul li {
  width: calc(25% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 10px 10px 10px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  position: relative;
}

.acc-faq .acc-body ul li+li {
  margin-left: 5px;
}

.acc-body ul li::before {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  font-size: 190px;
  color: #fff;
}

.acc-body ul li.b-1 {
  background: var(--b-1-g);
}

.acc-body ul li.b-2 {
  background: var(--b-2-g);
}

.acc-body ul li.b-3 {
  background: var(--b-3-g);
}

.acc-body ul li.b-4 {
  background: var(--b-4-g);
}

@media screen and (max-width: 1000px) {
  .acc-body ul li::before {
    font-size: 160px;
  }
}

@media screen and (max-width: 900px) {
  .acc-faq .acc-body ul {
    flex-wrap: wrap;
  }

  .acc-body ul li {
    width: calc(50% - 5px);
  }

  .acc-body ul li.b-3,
  .acc-body ul li.b-4 {
    margin-top: 10px;
  }
}


@media screen and (max-width: 680px) {
  .accordion-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .acc-item {
    /* padding: 10px; */
  }

  .acc-head {
    font-size: 16px;
  }

  .acc-body ul li {
    width: 100%;
    margin-top: 10px;
  }


  .acc-faq .acc-body ul li+li {
    margin-left: 0;
  }


}

/*----------------------
100質問 4件
-----------------------*/
.que100-4-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}

.que100-4-wrap .que-wrap {
  margin: 20px 0;
  width: calc(50% - 10px);
}

.que100-4-wrap .que-wrap .que-tx {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.que100-4-wrap .que-wrap ul {
  display: flex;
  justify-content: space-between;
}

.que100-4-wrap .que-wrap li {
  width: calc(50% - 5px);
}

.que100-4-wrap .que-wrap .que-user {
  display: flex;
  padding-left: 14px;
}

.que100-4-wrap .que-wrap .que-user img {
  width: 40px;
}

.que100-4-wrap .que-wrap .que-user span {
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
}

.que100-4-wrap .que-wrap p {
  line-height: 1.2;
  margin-top: -14px;
  font-size: 15px;
  padding: 15px 13px 11px;
  border-radius: 10px;
  border: solid 3px var(--light-gray);
}

.que100-4-wrap .que-wrap p.b-1 {
  border-color: var(--b-1);
}

.que100-4-wrap .que-wrap p.b-2 {
  border-color: var(--b-2);
}

.que100-4-wrap .que-wrap p.b-3 {
  border-color: var(--b-3);
}

.que100-4-wrap .que-wrap p.b-4 {
  border-color: var(--b-4);
}

.btn-reload {
  display: block;
  width: 170px;
  margin: 50px auto;
  text-align: center;
  border-color: #4F5A61;
  background-color: #fff;
  color: #4F5A61;
}

.btn-reload::before {
  margin-right: 10px;
}

/*----------------------
100質問 30件
-----------------------*/
.que100-30-wrap {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}

.que100-30-wrap .que-wrap {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.que100-30-wrap .que-wrap .que-tx {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.que100-30-wrap .que-wrap ul {
  display: flex;
  justify-content: space-between;
}

.que100-30-wrap .que-wrap li {
  width: calc((100% - 30px)/3);
  /* display: block; */
  justify-content: stretch;
  align-items: flex-start;
  flex-direction: column;
  padding: 35px 0px 0px 0px;
  margin-left: 15px;
}

.que100-30-wrap .que-wrap li:nth-of-type(3n+1) {
  margin-left: 0;
}

.que100-30-wrap .que-wrap .que-user {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

.que100-30-wrap .que-wrap .que-user .img_ic,
.que100-30-wrap .que-wrap .que-user .img_ph {
  position: absolute;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.que100-30-wrap .que-wrap .que-user .img_ic {
  width: 85px;
  height: 85px;
  top: -35px;
  left: 0px;
}

.que100-30-wrap .que-wrap .que-user .img_ph {
  width: 60px;
  height: 60px;
  top: -20px;
  left: 10px;
}

.que100-30-wrap .que-wrap .que-user .img_ic {
  background-size: 75%;
  opacity: 1;
}

.que100-30-wrap .que-wrap .que-user:hover .img_ic {
  opacity: 0;
}

.que100-30-wrap .que-wrap .que-user .img_ph {
  background-size: cover;
  opacity: 0;
}

.que100-30-wrap .que-wrap .que-user:hover .img_ph {
  opacity: 1;
}

.que100-30-wrap .que-wrap .que-user span {
  font-size: 12px;
  font-weight: 700;
  padding-left: 90px;
}

.que100-30-wrap .que-wrap p {
  line-height: 1.4;
  width: 100%;
  height: auto;
  font-size: 16px;
  padding: 15px 14px 13px;
  border-radius: 10px;
  text-align: left;
  background-color: #f8f8f8;
}


.que100-30-wrap p[data-bc="営業"] {
  /* border-color: var(--b-1); */
  background-color: #daf6f7;
}

.que100-30-wrap p[data-bc="ネットワーク"] {
  /* border-color: var(--b-2); */
  background-color: #f4f9d8;
}

.que100-30-wrap p[data-bc="インフラ"] {
  /* border-color: var(--b-3); */
  background-color: #ece8ff;
}

.que100-30-wrap p[data-bc="キッティング"] {
  /* border-color: var(--b-4); */
  background-color: #fff3d7;
}

@media screen and (max-width: 900px) {
  .que100-30-wrap .que-wrap li {
    width: calc((100% - 15px) / 2);
    margin-left: 0;
  }

  .que100-30-wrap .que-wrap li:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .que100-30-wrap .que-wrap li:nth-of-type(2n) {
    margin-left: 15px;
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim-ic {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 880px) {
  .que100-30-wrap .que-wrap .que-user .img_ic {
    animation: change-img-anim-ic 6s infinite;
  }

  .que100-30-wrap .que-wrap .que-user .img_ph {
    animation: change-img-anim 6s infinite;
  }
}

@media screen and (max-width: 680px) {
  .que100-30-wrap {
    padding: 0 20px;
  }

  .que100-30-wrap .que-wrap li {
    width: 100%;
    margin-left: 0;
  }

  .que100-30-wrap .que-wrap li:nth-of-type(2n) {
    margin-left: 0;
  }
}

/* ---------------
tile_block
-------------- */
.tile_block ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "tile-01 tile-01 tile-01 tile-01 tile-01 tile-01"
    "tile-02 tile-02 tile-03 tile-03 tile-04 tile-04"
    "tile-05 tile-05 tile-05 tile-06 tile-06 tile-06"
    "tile-07 tile-07 tile-08 tile-08 tile-09 tile-09"
    "tile-10 tile-10 tile-10 tile-10 tile-10 tile-10"; */
}

.tile_block li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 20vw;
  max-height: 220px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.tile-01 {
  width: 100%;
  grid-area: tile-01;
}

.tile-02 {
  width: calc(100% / 3);
  grid-area: tile-02;
}

.tile-03 {
  width: calc(100% / 3);
  grid-area: tile-03;
}

.tile-04 {
  width: calc(100% / 3);
  grid-area: tile-04;
}

.tile-05 {
  width: 50%;
  grid-area: tile-05;
}

.tile-06 {
  width: 50%;
  grid-area: tile-06;
}

.tile-07 {
  width: calc(100% / 3);
  grid-area: tile-07;
}

.tile-08 {
  width: calc(100% / 3);
  grid-area: tile-08;
}

.tile-09 {
  width: calc(100% / 3);
  grid-area: tile-09;
}

.tile-10 {
  width: 100%;
  grid-area: tile-10;
}

/* ---------------
slider
-------------- */
/* .rec_p11 {
} */

/* slide */
.simple_slider-wrap {
  width: 100%;
  max-width: 780px;
  padding: 40px;
  margin: auto;
}

.simple_slider-wrap .slider {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 0;
}

.simple_slider-wrap .slick-slide,
.simple_slider-wrap .slick-slide .slideWrap,
.simple_slider-wrap .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.simple_slider-wrap .slick-slide video,
.simple_slider-wrap .slick-slide iframe {
  width: 100%;
}

.simple_slider-wrap .slick-prev,
.simple_slider-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 30px;
  z-index: 999;
  font-size: 35px;
  color: var(--gray);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.simple_slider-wrap .slick-prev:hover,
.simple_slider-wrap .slick-next:hover {
  color: var(--tit);
}

.simple_slider-wrap .slick-prev {
  left: -24px;
}

.simple_slider-wrap .slick-next {
  right: -50px;
}

.simple_slider-wrap .slick-dots {
  opacity: 1;
}

.simple_slider-wrap .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.simple_slider-wrap .slick-dots button {
  appearance: none;
  padding: 0;
  color: transparent;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  background: transparent;
  border: solid 1px var(--gray);
  cursor: pointer;
}

.simple_slider-wrap .slick-dots button:hover {
  background: var(--tit);
  border: solid 1px var(--tit);
}

/*ドットボタンの現在地表示の色*/
.simple_slider-wrap .slick-dots .slick-active button {
  background: var(--tx_col);
  border: solid 1px var(--tx_col);
}

/* mv slide */
.mv_slider-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mv_slider-wrap .slick-slide,
.mv_slider-wrap .slick-slide .slideWrap,
.mv_slider-wrap .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-list {
  padding: 0;
}

.slick-slide video,
.slick-slide iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.mv_slider-wrap .slick-dots,
.mv_slider-wrap .slick-prev,
.mv_slider-wrap .slick-next {
  display: none !important;
  opacity: 0;
}


@media screen and (max-width: 599px) {
  .mv_slider-wrap {
    height: 100vw;
    min-height: auto;
  }

  .mv_slider-wrap .slider {
    height: 100vw;
    min-height: auto;
  }

  .mv_slider-wrap .slick-slide,
  .mv_slider-wrap .slick-slide .slideWrap,
  .mv_slider-wrap .slick-initialized .slick-slide {
    width: 100%;
    height: 100vw;
    min-height: auto;
  }


  .simple_slider-wrap .slick-slide,
  .simple_slider-wrap .slick-slide .slideWrap,
  .simple_slider-wrap .slick-initialized .slick-slide {
    height: 500px;
  }

  .simple_slider-wrap .slick-prev,
  .simple_slider-wrap .slick-next {
    opacity: 0.7;
  }


  .slider {
    height: 100vw;
    min-height: auto;
  }

  .slick-slide,
  .slick-slide .slideWrap,
  .slick-initialized .slick-slide {
    height: 100vw;
    min-height: auto;
    background-size: auto 80%;
  }

  .slick-slide video {
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
  }
}

/* ---------------
bubble_slider
-------------- */
.bubble_slider-wrap {
  padding: 70px 0 50px;
  overflow: hidden;
}

.bubble_slider-wrap .slick-list {
  overflow: visible;
}

.bubble_slider .item {
  width: 20vw;
  height: 20vw;
  max-width: 300px;
  max-height: 300px;
  border-radius: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bubble_slider .item:nth-of-type(2n) {
  width: 15vw;
  height: 15vw;
  max-width: 220px;
  max-height: 220px;
  transform: translate(-3%, 30%);
}

.bubble_slider .item:nth-of-type(3n) {
  width: 10vw;
  height: 10vw;
  max-width: 150px;
  max-height: 150px;
  transform: translate(-4%, -5%);
}

.bubble_slider .item:nth-of-type(5n) {
  width: 8vw;
  height: 8vw;
  max-width: 120px;
  max-height: 120px;
  transform: translate(10%, 110%);
}

.bubble_slider .item:nth-of-type(7n) {
  width: 12vw;
  height: 12vw;
  max-width: 180px;
  max-height: 180px;
  transform: translate(0%, 10%);
}

/* ---------------
switch-img
-------------- */
.switch-img {
  max-width: 500px;
  margin: auto;
  position: relative;
}

.switch-img .switch-img1 {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.switch-img .switch-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.switch-img:hover .switch-img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.switch-img:hover .switch-img2 {
  position: relative;
  z-index: 1;
  opacity: 1;
}

/*----------------------
追加：背景animation
-----------------------*/
.fixed-bg-anime {
  width: 100%;
  height: 100svb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.fixed-bg-anime img {
  display: inline-block;
  width: auto;
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anime1 {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.8, 1.6) rotate(25deg) skew(0deg, 0deg);
    opacity: 0;
  }

  4% {
    opacity: 0;
  }

  5% {
    top: 0;
    left: 0;
    opacity: 1;
  }

  20% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  25% {
    top: 50%;
    left: 100%;
  }

  40% {
    opacity: 1.0;
  }

  50% {
    top: 20%;
    left: 50%;
  }

  60% {
    left: 0%;
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  90% {
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
    top: 100%;
    left: 100%;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes anime1 {
  0% {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scale(1.8, 1.6) rotate(25deg) skew(0deg, 0deg);
    opacity: 0;
  }

  4% {
    opacity: 0;
  }

  5% {
    top: 0;
    left: 0;
    opacity: 1;
  }

  20% {

    transform: translate(-50%, -50%) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  25% {
    top: 50%;
    left: 100%;
  }

  40% {
    opacity: 1.0;
  }

  50% {
    top: 20%;
    left: 50%;
  }

  60% {
    left: 0%;
    opacity: 1;
  }

  80% {
    transform: translate(-50%, -50%) scale(1, 1) rotate(-25deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  90% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
    top: 100%;
    left: 100%;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.fixed-bg-anime[data-anime="0"] img {
  top: 0;
  left: 0;
  -webkit-animation-name: anime1;
  animation-name: anime1;
}

@-webkit-keyframes anime2 {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.8, 1.6) rotate(-25deg) skew(0deg, 0deg);
    opacity: 0;
  }

  4% {
    opacity: 0;
  }

  5% {
    top: 0;
    right: 0;
    opacity: 1;
  }

  20% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  25% {
    top: 50%;
    right: 100%;
  }

  40% {
    opacity: 1.0;
  }

  50% {
    top: 20%;
    right: 50%;
  }

  60% {
    right: 0%;
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  90% {
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
    top: 100%;
    right: 100%;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes anime2 {
  0% {
    top: 0;
    right: 0;
    transform: translate(-50%, -50%) scale(1.8, 1.6) rotate(-25deg) skew(0deg, 0deg);
    opacity: 0;
  }

  4% {
    opacity: 0;
  }

  5% {
    top: 0;
    right: 0;
    opacity: 1;
  }

  20% {

    transform: translate(-50%, -50%) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  25% {
    top: 50%;
    right: 100%;
  }

  40% {
    opacity: 1.0;
  }

  50% {
    top: 20%;
    right: 50%;
  }

  60% {
    right: 0%;
    opacity: 1;
  }

  80% {
    transform: translate(-50%, -50%) scale(1, 1) rotate(25deg) skew(0deg, 0deg);
    opacity: 1.0;
  }

  90% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
    top: 100%;
    right: 100%;
  }

  91% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.fixed-bg-anime[data-anime="1"] img {
  top: 0;
  right: 0;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-name: anime2;
  animation-name: anime2;
}

@-webkit-keyframes anime3 {
  0% {
    top: 100%;
    left: 120%;
    -webkit-transform: rotate(0deg) skew(0deg, 0deg);
  }

  25% {
    top: 70%;
    left: 75%;
  }

  50% {
    top: 50%;
    left: 50%;
  }

  75% {
    top: 30%;
    left: 80%;
  }

  100% {
    top: 0%;
    left: -20%;
    -webkit-transform: rotate(360deg) skew(0deg, 0deg);
  }
}

@keyframes anime3 {
  0% {
    top: 100%;
    left: 120%;
    transform: rotate(0deg) skew(0deg, 0deg);
  }

  25% {
    top: 70%;
    left: 75%;
  }

  50% {
    top: 50%;
    left: 50%;
  }

  75% {
    top: 30%;
    left: 60%;
  }

  100% {
    top: 0%;
    left: -20%;
    transform: rotate(360deg) skew(0deg, 0deg);
  }
}

.fixed-bg-anime[data-anime="2"] img {
  top: 100%;
  left: 100%;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: anime3;
  animation-name: anime3;
}

@-webkit-keyframes anime4 {
  0% {
    top: 100%;
    left: 0%;
    -webkit-transform: rotate(0deg) skew(0deg, 0deg);
  }

  25% {
    top: 10%;
    left: 15%;
  }

  50% {
    top: 80%;
    left: 54%;
  }

  75% {
    top: 20%;
    left: 60%;
  }

  100% {
    top: 0%;
    left: 120%;
    -webkit-transform: rotate(360deg) skew(0deg, 0deg);
  }
}

@keyframes anime4 {
  0% {
    top: 100%;
    left: 0%;
    transform: rotate(0deg) skew(0deg, 0deg);
  }

  25% {
    top: 10%;
    left: 15%;
  }

  50% {
    top: 80%;
    left: 54%;
  }

  75% {
    top: 20%;
    left: 60%;
  }

  100% {
    top: 0%;
    left: 120%;
    transform: rotate(-360deg) skew(0deg, 0deg);
  }
}

.fixed-bg-anime[data-anime="3"] img {
  top: 100%;
  left: 0%;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: anime4;
  animation-name: anime4;
}

@-webkit-keyframes anime5 {
  0% {
    top: 50%;
    left: 120%;
  }

  25% {
    top: 30%;
    left: 75%;
  }

  50% {
    top: 50%;
    left: 50%;

  }

  75% {
    top: 60%;
    left: 25%;
  }

  100% {
    top: 50%;
    left: -20%;
  }
}

@keyframes anime5 {
  0% {
    top: 50%;
    left: 120%;
  }

  25% {
    top: 30%;
    left: 75%;
  }

  50% {
    top: 50%;
    left: 50%;

  }

  75% {
    top: 60%;
    left: 25%;
  }

  100% {
    top: 50%;
    left: -20%;
  }
}

.fixed-bg-anime[data-anime="4"] img {
  top: 50%;
  left: 100%;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: anime5;
  animation-name: anime5;
}