@import url('column.css');

/*========= body背景色の変化CSS ===============*/

.h1kv{
  width: auto;
  height: 100%;
  z-index: 1;
  width: 100%;
}

/* イラストを一旦非表示にします */
/* 
.kvpiyo{
  position: relative;
}

.kvpiyo::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/index/kv_piyo.png") no-repeat;
  background-size: auto;
  width: 91px;
  height: 73px;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 69%;
  animation: poyon 1.2s both;
} */

.pickup{
  background-color: #fff;
  padding:20px 10px;
  margin: 40px 15px 10px;
  border-radius: 0.5rem;
  position: relative;
  /* filter: drop-shadow(0 1px 0 rgba(140, 209, 234, 0.05)) drop-shadow(0 2px 3px rgba(140, 209, 234,1.5)); */
  box-shadow: 0 0 0 3px #ededed inset, 0 3px 0 0 rgb(48 51 59 / 10%);
  height: auto;
  width: auto;
}

.pickup::after{
  content: '';
  top: 81%;
  right: 32px;
  width: 0.6em;
  height: 0.6em;
  border-bottom: solid 2px #EE829B;
  border-right: solid 2px #EE829B;
  transform: translate(0, -50%) rotate(-45deg);
}

.pickup.anim-box.poyopoyo::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/index/img_pickup.png") no-repeat;
  background-size: auto;
  width: 211px;
  height: 42px;
  background-size: contain;
  position: absolute;
  right: 20%;
  top: -18%;
  left: calc(50% - 100px);
  animation: poyopoyo 1.6s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.pickup a{
  position: relative;
  display: flex;
}

.pickup img{
  width: 170px;
}

.pickup p{
  line-height: 1.8;
  padding: 1rem;
  height: 75px;
}

@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btnlist {
  height: 100%;
  display: flex;
  margin: 0 auto;
}

li.senter{
  flex: 1 1;
  position: relative;
  display: flex;
}

li.senter::after{
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #595757;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}

li.senter.end::after{
  content: none;
}

.senter.current a.current{
  position: relative;
  font-weight: 700;
}

.senter.current a::after{
  content:"";
  display:block;
  height:3px;
  background-color: #66C6EA;
  position:absolute;
  width: 32px;
  top: 18px;
  right: 23%;
  bottom: 107%;
  transform: translate(-50%, 0);
}

.senter.career.current a{
  position: relative;
  font-weight: 700;
}



.senter.career.current a::after{
    content: "";
    display: block;
    height: 3px;
    background-color: #66C6EA;
    position: absolute;
    width: 50px;
    top: 18px;
    right: 7%;
    bottom: 107%;
    transform: translate(-50%, 0);
}

.senter.end.current a::after{
    content: "";
    display: block;
    height: 3px;
    background-color: #66C6EA;
    position: absolute;
    width: 32px;
    top: 18px;
    right: 23%;
    bottom: 107%;
    transform: translate(-50%, 0);
}

.senter.current a::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/index/kirakira.png") no-repeat;
  background-size: auto;
  width: 15px;
  height: 13px;
  background-size: contain;
  right: 37%;
  bottom: 107%;
  transform: translate(-50%, 0);
}

.senter.exam.current a::after{
  content:"";
  display:block;
  height:3px;
  background-color: #66C6EA;
  position:absolute;
  bottom:0;
  left: 17px;
  width: 64px;
  top: 18px;
}

.senter.exam a::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/index/kirakira.png") no-repeat;
  background-size: auto;
  width: 11px;
  height: 13px;
  background-size: contain;
  right: 42%;
  bottom: 107%;
}

.topbtn{
  top: 39%;
  position: relative;
}

.btnlist a{
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 0 10px;
}

.btnlist span{
  display: flex;
  align-items: center;
  word-break: keep-all;
}

.gnavi{
  height: 58px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 360px;
  margin: 0 auto;
  border: solid 1px #595757;
  border-radius: 0.5rem;
  position: relative;
  z-index: 10;
  bottom: 21px;
}

.gnavi::after{
  content: "";
  height: 2rem;
  left: calc(50% - 2px);
  bottom: -2rem;
  position: absolute;
  width: 1px;
  z-index: 3;
  background: #595757;
}

.backcollar{
  background:linear-gradient(45deg, #C0E5F4,#C0E5F4,#E9C3DC,#F4AEAF);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 5s ease infinite;
}

.kvpiyo{
  z-index: 5;
  width: auto;
  margin: 0 auto;
}

.absolute{
  position: relative;
}

/* 見出し */
.indexmidasi{
  position: relative;
  width: fit-content;
  margin: 4rem auto 1rem ;
  font-size: 20px;
  color: #66C6EA;
}

.tagmidasi{
  padding: 1rem;
  box-shadow:5px 5px 0 #66C6EA;
  border: 2px solid #66C6EA;
  color: #66C6EA;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 220px;
  margin: 2rem auto 10px;
}

/* コラムリスト */
ul.columlist{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap; /* 折返し指定 */
}

.columlist li{
  background-color: #fff;
  padding: 10px;
  padding-bottom: 20px;
  margin: 15px 10px;
  border-radius: 0.5rem;
  position: relative;
  /* filter: drop-shadow(0 1px 0 rgba(140, 209, 234, 0.05)) drop-shadow(0 2px 3px rgba(140, 209, 234,1.5)); */
  box-shadow: 0 0 0 3px #ebebeb inset, 0 4px 0 0 rgb(48 51 59 / 10%);
  height: auto;
  width: auto;
}

.columlist li:active{
  filter: none;
  position: relative;
  top: 3px;
}

.columlist li::after{
  content: '';
  top: 90%;
  right: 15px;
  width: 0.6em;
  height: 0.6em;
  border-bottom: solid 2px #EE829B;
  border-right: solid 2px #EE829B;
  transform: translate(0, -50%) rotate(-45deg);
}

.width{
  width: 50%;
}

.columlist li p{
  line-height: 1.8;
  margin: 1rem 0;
  height: 75px;
}

/* ハッシュタグ */
.hashtag{
  background-color: #EFEFEF;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.manyhashtag ul li{
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 30px;
  width: fit-content;
  display: inline-block;
  margin: 5px 6px;
}

.manyhashtag ul{
  background: linear-gradient(45deg, #C0E5F4,#C0E5F4,#E9C3DC,#F4AEAF);
  padding: 2rem 1rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.manyhashtag{
  position: relative;
}

.manyhashtag::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/index/hashtag_piyo.png") no-repeat;
  background-size: auto;
  width: 120px;
  height: 92px;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 88%;
}

.boxbackground {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
}

/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .fadeUpTrigger{
    opacity: 0;
  }

  .is-hide {
    display: none;
  }

  .hashtagposition{
    height: 40px;
  }

  .btnBox{
    background-color: #8EC3B0;
    color: #fff;
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-top: 5rem!important;
    border-radius: 3rem;
    width: 294px;
    margin: 1rem auto;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
  }

  .btnBox::before{
    content: "";
    background: url("/new/_app/_webroot/img/page/newcolumn/index/icon_pen.png") no-repeat;
    background-size: auto;
    width: 20px;
    height: 34px;
    background-size: contain;
    position: absolute;
    right: 88%;
    top: 23%;
    animation: poyopoyo 1s ease-out infinite;
    opacity: 1;
  }

  /* .pickupfukidasi{
    width: 280px;
    margin: 0 auto;
  }

  .pickupset{
    
  } */


/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {
    @import url('column_pc.css');
    .h1kv{
    width: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    }
    .btnlist {
      width: 490px;
    }

    /* イラストを一旦非表示にします */
    /* .kvpiyo{
      width: 1200px;
      margin: 0 auto;
      max-width: 100%;
    }

    .kvpiyo::after{
      width: 104px;
      height: 85px; 
      right: 18%;
      top: 53%;
    } */

    .kvpiyo{
      width: 100%;
    }

    .gnavi{
    max-width: 500px;
    }

    .indexmidasi{
      margin-top: 4rem;
    }

    .senter.current a::after{
      left: 50%;
      width: 39px;
      top: 22px;
    }

    .senter.current a::before{
      right: 41%;
    }

    .width {
      width: 30%;
    }
    
    .contentArea.column{
      width: 960px;
      margin: 0 auto;
      max-width: 100%;
    }

    .columlist li{
      padding: 25px;
      
    }

    .indexmidasi{
      font-size: 25px;
    }

    .indexmidasi::before{
      top: 20%;
    }

    .indexmidasi::after{
      top: 20%;
    }

    .boxbackground {
      /* 方眼紙模様に必須のスタイル */
      background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                        linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
      background-size: 25px 25px;
      background-repeat: repeat;
      background-position: center center;
      padding: 20px;
    }

    .manyhashtag ul{
      width: 970px;
      margin: 2rem auto;
      max-width: 100%;
      padding-right: 3rem;
    }

    .manyhashtag::after{
      width: 192px;
      height: 99px;
      right: 10%;
      top: 47%;
    }

    .columlist li p {
      height: 86px;
    }

    .hashtagposition {
      height: 57px;
    }

    .senter.career.current a::after {
      left: 50%;
      width: 107px;
      top: 22px;
    }
    
    .senter.end.current a::after {
      left: 50%;
      width: 71px;
      top: 24px;

    }

    .btnBox{
      width: 374px;
      margin-top: 6rem;
      margin-bottom: 3rem;
    }

    .pickup.anim-box.poyopoyo{
      padding-top: 20px;
      height: 194px;
      width: 489px;
      margin: 60px auto;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      z-index:10;
    }

    .pickup img {
      width: 214px;
    }

    .pickup.anim-box.poyopoyo::before {
      content: '';
      background: url("/new/_app/_webroot/img/page/newcolumn/index/img_pickup.png") no-repeat;
      background-size: auto;
      width: 269px;
      height: 56px;
      background-size: contain;
      position: absolute;
      right: 20%;
      top: -18%;
      left: calc(50% - 130px);
    }

    .pickupset{
      position: relative;
    }

    .pickupset::after{
      content: '';
      position: absolute;
      background: url("/new/_app/_webroot/img/page/newcolumn/index/img_pickup_side.png") no-repeat;
      width: 104px;
      height: 165px;
      top: 7%;
      left: 79%;
      z-index: 5;
    }

    .pickupset::before{
      content: '';
      position: absolute;
      background: url("/new/_app/_webroot/img/page/newcolumn/index/img_pickup_side.png") no-repeat;
      width: 104px;
      height: 165px;
      top: 7%;
      left: 12%;
      z-index: 5;
      transform: scale(-1, 1);
    }

    ul.columlist{
      row-gap: 1rem;
      column-gap: 3rem;
      width: none;
      justify-content: inherit;
      margin-left:3em;
    }
/* 
    .sideline{
      position: absolute;
      right: 20%;
      width: 64px;
      height: auto;
      top: 5%;
    }

    .sideline.left{
      position: absolute;
      right: 74%;
      width: 64px;
      height: auto;
      top: 5%;
      transform: scale(-1, 1);
    } */
}