@charset "utf-8";

.c-ico-arrow {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 1.5em;
    border-radius: 3px;
    transition: .3s;
    margin: 10px 0;
}
.c-ico-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border-radius: 50vh;
    display: block;
}
.c-ico-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
list
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-ico-check li {
    background: url(../images/ico_check.svg) no-repeat left 0;
    background-size: 2em;
    padding-left: 2em;
}
.c-list-border {
    margin: auto;
}
.c-list-border li:after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #cbc6c5 4px, transparent 4px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    margin-bottom: 5px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
タイトル \ hogehoge /
:::::::::::::::::::::::::::::::::::::::::::::::::*/
/* \ hogehoge / */
.c-ttl-v {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}
.c-ttl-v:before,
.c-ttl-v:after {
    content: '';
    width: 2px;
    height: 1.2em;
    background-color: #111;
}
.c-ttl-v:before {
    margin-right: 0.8em;
    transform: rotate(-35deg);
}
.c-ttl-v:after {
    margin-left: 0.8em;
    transform: rotate(35deg);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::
LINE
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.c-line-yellow {
    background: linear-gradient(transparent 1em, rgb(255 246 119 / 70%) 0, rgb(255 246 119 / 70%) calc(1em + 10px), transparent 0);
    background: linear-gradient(rgba(251, 250, 140, 0) 50%, #ffeb3bb8 0%)
}

.c-line_dot:after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #92BDD9 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}

.c-ttl-line {
    text-align: center;
}

.c-ttl-line:after {
    content: "";
    margin: 10px auto;
    width: 120px;
    height: 10px;
    border-radius: 5px;
    background: #1cb57b;
    display: block;
}


.c-wave {
    background: url(../images/wave.svg) no-repeat 0 100%;
    background-size: contain;
    padding-bottom: 0.5em;
    display: block;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::
LINK
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-set {
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}
.c-link-set + .c-link-set {
    margin-top: 10px;
}
.c-link  {
  color: #0066cc;
  text-decoration: none;
  position: relative;
}
.c-link span {
    border-bottom: 1px solid;
}
.c-link-arrow {
    padding-left: 15px;
}
.c-link-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ddd;
    position: absolute;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
BOX
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.c-box_double-01 {
    position: relative;
    background: #fff;
    border: 3px solid #3F51B5;
    padding: 5%;
}
.c-box_double-01:before {
    position: absolute;
    content: "";
    z-index: -1;
    background: #fff;
    border: 3px solid #3F51B5;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
タイトルライン左右
:::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-head-border {
    display: flex;
    align-items: center;
}

.c-head-border:before,
.c-head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.c-head-border:before {
    margin-right: 1rem;
}

.c-head-border:after {
    margin-left: 1rem;
}


/*::::::::::::::::::::::::::::::::::::::
ANIMATION
:::::::::::::::::::::::::::::::::::::::*/
.u-motion__shake {
    -webkit-animation:buruburu 0.2s infinite linear alternate;
    animation:buruburu 0.2s infinite linear alternate;
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
.u-motion-arrows {
    position: relative;
    display: flex;
    height: 110px;
    justify-content: center;
    align-items: center;
}
.u-motion-arrows .u-motion-arrows__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 10px;
    opacity: 0;
}
.u-motion-arrows .u-motion-arrows__item:first-child {
    animation: arrow-move08 2s ease-in-out infinite;
}
.u-motion-arrows .u-motion-arrows__item:nth-child(2) {
    animation: arrow-move08 2s 1s ease-in-out infinite;
}
.u-motion-arrows .u-motion-arrows__item:before,
.u-motion-arrows .u-motion-arrows__item:after {
    position: absolute;
    content: '';
    top: 0;
    width: 30px;
    height: 3px;
    background: #fd3534;
}
.u-motion-arrows .u-motion-arrows__item:before {
    left: 3px;
    transform: rotate(30deg);
}
.u-motion-arrows .u-motion-arrows__item:after {
    right: 3px;
    transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% {
        opacity: 0;
        top: 40%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.u-motion__InBig {
    transition: 0.4s;
    animation: InBig 0.5s ease 0s infinite alternate;
}

@keyframes InBig {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
