@charset "utf-8";
/* CSS Document */

#page_top {
    display: none;
}

main {
    padding-bottom: 0;
}

#main_p_global {
    position: relative;
}

#membership_bb {
    position: fixed;
    bottom: 20px;
    left: 5%;
    right: 5%;
    margint: auto;
    z-index:10;
    display: flex;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 80px;
    padding: 3px;
}

#membership_bb > a {
    width: 50%;
}

#membership_bb > a img {
    width: 100%;
}

#main_p {
    position: relative;
    height: calc(100vh - 62px);
    overflow: hidden;
    background-image: url(/images/skjamainp_sp.png);
    background-position: bottom;
    background-size: cover;
}

#main_p > h1 {
    position: absolute;
    margin: auto;
    left: 5%;
    top: 18%;
    bottom: 0;
    display: flex;
    align-items: start;
    width: 90%;
}

#main_p > img {
    display: none;
}

#main_p_global {
    position: relative;
}

#main_p_global > dl {
    position: relative;
    bottom: 0;
	background-color: #faf9f7;
    width: 100%;
}

#main_p_global > dl > div {
    display: flex;
    align-items: start;
    gap: 12px;
    flex-flow: column;
    padding: 27px 0;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#main_p_global > dl > div > dt {
    color: #e72c40;
    font-size: 1.8rem;
}

#main_p_global > dl > div > dd > * {
    display: flex;
    flex-flow: column;
    gap: 2px;
}


h2 {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
}

h2 > span {
    display: block;
    font-size: 1.5rem;
    color: #008bd5;
    padding-bottom: 13px;
    font-weight: 600;
}

#about {
    background: linear-gradient(rgb(255, 255, 255) 50%, rgb(229, 243, 251));
}

#about > div {
    padding: 40px 0 40px;
    position: relative;
}

#about > div > .txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#about > div > .txt > dl {
    margin-top: 36px;
}

#about > div > .txt > dl > dt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #00344f;
}

#about > div > .txt > dl > dd {
    color: #666666;
    margin-top: 10px;
}

#about > div > .txt > a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#about > div > .scroll {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
}

#about > div > .scroll > div.pc {
    display: none;
}

#about > div > .scroll > div.sp {
    display: flex;
    flex-flow: row;
    animation: vertical-animation_sp 10s linear infinite;
    margin: 0;
    padding: 0;
    width: max-content;
}

#about > div > .scroll > div > img {
    vertical-align: bottom;
}

#about > div > .scroll > div.sp > img {
    width: 150%;
    max-width: 800px;
}

@keyframes vertical-animation_sp {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


#news {
    background-color: #faf9f7;
    padding: 60px 0 80px;
}

#news > div {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#news > div > div#news_txt {
    display: flex;
    flex-flow: column;
    margin-top: 15px;
}

#news > div > div#news_txt > * {
    display: flex;
    align-items: start;
    flex-flow: row;
    gap: 10px;
    padding: 27px 0;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

#news > div > div#news_txt > * > span:first-child {
    width: 5.2em;
    min-width: 5.2em;
    color: #008bd5;
    line-height: 1;
}

#news > div > div#news_txt > * > span:nth-child(2) {
    width: 140px;
    min-width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008bd5;
    color: #ffffff;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
}

#news > div > div#news_txt > * > span:last-child {
    width: 100%;
    padding-right: 60px;
}

#news > div > div#news_txt > * > span:last-child::after {
    content: "";
    display: block;
    background-color: #008bd5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#news > div > div#news_txt > div > span:last-child::after {
    background-color: #d8d8d8;
}

#news > div > div#news_txt > * > span:last-child::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff;
	-webkit-mask: url(../images/skjyaji01.svg) 0% / 100% no-repeat;
	mask: url(../images/skjyaji01.svg) 0% / 100% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    z-index: 1;
}

#news > div > div.tt {
    display: flex;
    justify-content: space-between;
    align-items: end;
	position: relative;
}

#news > div > div.tt > .link01 {
    display: none;
}

#news > div > .link01 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#news > div#banner {
    margin-top: 30px;
}

#news > div#banner > a {
    display: flex;
    align-items: start;
    flex-flow: column;
    gap: 20px;
    border: solid 3px #008bd5;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
}

#news > div#banner > a > div:first-of-type {
	width: 100%;
}

#news > div#banner > a > div:first-of-type img {
	width: 100%;
}

#news > div#banner > a > div:last-of-type {
    padding: 0 4% 20px;
}

#news > div#banner > a > div > dl > dt {
	font-size: clamp(1.6rem, 1.7vw, 2.4rem);
    color: #000000;
    font-weight: 500;
}

#news > div#banner > a > div > dl > dd {
	font-size: clamp(2rem, 2.2vw, 3.2rem);
    color: #008bd5;
    padding-top: 5px;
    font-weight: 500;
    line-height: 1.5;
}

#ourwork {
    position: relative;
}

#ourwork::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
    to right, 
    #008bd5 0%, #008bd5 25%, /*ピンク*/
    #f8b800 25%, #f8b800 50%, /*黄色*/
    #7cb12a 50%, #7cb12a 75%, /*緑*/
    #e62a40 75%, #e62a40 100% /*青*/
    );
}

#ourwork > div {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 80px;
}

#ourwork > div > .tt {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-flow: column;
}

#ourwork > div > .tt > div {
    margin-top: 25px;
}

#ourwork > div > .txt {
    padding: 40px 0;
    background-color: #f2f9fd;
    border-radius: 15px;
    margin-top: 30px;
}

#ourwork > div > .txt h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #008bd5;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

#ourwork > div > .txt dl {
    display: flex;
    flex-flow: column;
    gap: 30px;
    margin-top: 40px;
    max-width: 1100px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#ourwork > div > .txt dl > * {
    width: 100%;
    justify-items: start;
}

#ourwork > div > .txt dl > * > dt {
    font-size: 1.8rem;
    padding: 10px 30px 5px 0;
    position: relative;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}

#ourwork > div > .txt dl > * > dd img {
    border-radius: 15px;
}

#ourwork > div > .txt dl > a > dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/skjyaji02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#ourwork > div > .txt > #pickup {
    max-width: 1100px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 35px;
    display: flex;
    flex-flow: column;
    gap: 40px;
    border-top: solid 1px #c6c6c6;
    overflow: hidden;
}

#ourwork > div > .txt > #pickup > div:first-of-type {
    width: 100%;
}

#ourwork > div > .txt > #pickup > div:first-of-type h4 {
    font-size: 2.8rem;
    color: #008bd5;
    line-height: 1.5;
}

#ourwork > div > .txt > #pickup > div:first-of-type p {
    color: #666666;
    font-size: 1.6rem;
}

#ourwork > div > .txt > #pickup > div:first-of-type p br {
    display: none;
}

#ourwork > div > .txt > #pickup > div:last-of-type {
    width: 100%;
    display: flex;
    gap: 30px;
}

#ourwork > div > .txt > #pickup .slick-track {
    display: flex;
}

#ourwork > div > .txt > #pickup > div:last-of-type a {
    width: 100%;
    margin-right: 30px;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .img {
    aspect-ratio: 1 / 1;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: solid 1px #c6c6c6;
    border-radius: 20px;
	background-color: #ffffff;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .day {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    gap:5px;
    justify-content: space-between;
    font-size: 1.4rem;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .day span:first-of-type {
    color: #666666;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .day span:last-of-type {
    color: #ffffff;
    background-color: #008bd5;
    border-radius: 20px;
    padding: 0 14px;
    width: fit-content;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .txt {
    margin-top: 10px;
}

#pickup .slick-list {
    padding: 0 26% 0 0 !important;
}

#ourwork > div > .tt > div:last-of-type {
    color: #666666;
}

#api {
    position: relative;
}

#api::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
    to right, 
    #008bd5 0%, #008bd5 25%, /*ピンク*/
    #f8b800 25%, #f8b800 50%, /*黄色*/
    #7cb12a 50%, #7cb12a 75%, /*緑*/
    #e62a40 75%, #e62a40 100% /*青*/
    );
}

#api > div {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0;
}

#api > div > .tt {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-flow: column;
}

#api > div > .tt > div {
    color: #666666;
    margin-top: 25px;
}

#api > div > .txt {
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 40px;
    background-color: #f2f9fd;
    border-radius: 15px;
    margin-top: 20px;
}

#api > div > .txt > div {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 30px;
    width: 94%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#api > div > .txt > div > div {
    display: flex;
    align-items: start;
    flex-flow: column;
    gap: 10px 40px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}

#api > div > .txt > div > div > h3 {
    font-size: 2rem;
    color: #008bd5;
}

#api > div > .txt > div > div > span {
    color: #666666;
}

#api > div > .txt > div > div > a {
    margin-left: auto;
    margin-right: auto;
}

#api > div > .txt > div > a {
    margin-left: auto;
    margin-right: auto;
}

#api > div > .txt ul {
    margin: 40px auto 0;
    padding: 0;
    gap: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    max-width: 1100px;
}

#api > div > .txt ul > li {
    width: calc((100% - 15px) / 2);
    aspect-ratio: 1 / 1;
    position: relative;
    border: solid 1px #c6c6c6;
    border-radius: 15px;
    overflow: hidden;
}

#api > div > .txt ul > li img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

#api > div > .txt ul > li span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    background-color: #008bd5;
    border: solid 1px #ffffff;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    color: #ffffff;
    height: 36px;
    font-size: 1.5rem;
}

#membership {
    background-color: #dcddd5;
    background-image: url(../images/skjap11_sp.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 85%;
    position: relative;
    margin-top: 50px;
}

#membership::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 85%;
    left: 0;
    right: 0;
    background: linear-gradient(rgb(250, 249, 247), rgb(220, 221, 213));
    z-index: 0;
}

#membership > div {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

#membership > div > h2 {
    color: #ffffff;
    font-size: 2.6rem;
    color: #00344f;
    line-height: 1.7;
}

#membership > div > .txt {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 15px;
    color: #00344f;
}

#membership > div > .link {
    border-radius: 34px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    padding: 4px;
    width: 100%;
    max-width: 448px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#membership > div > .link > a {
    border-radius: 35px;
    color: #ffffff;
    height: 68px;
    max-width: 338px;
    width: 100%;
    padding: 0 20px 0 30px;
    display: flex;
    align-items: center;
    border: solid 4px #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#membership > div > .link > a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff;
	-webkit-mask: url(../images/skjyaji01.svg) 0% / 100% no-repeat;
	mask: url(../images/skjyaji01.svg) 0% / 100% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    z-index: 1;
}

#membership > div > .link > a:first-of-type {
    background-color: #008bd5;
}

#membership > div > .link > a:last-of-type {
    background-color: #e62a40;
}

footer {
	border-top: none;
}




/***********************************************************/
@media only screen and (min-width:768px) {

main {
    padding-bottom: 0;
}

#membership_bb {
    top: auto;
    bottom: 30px;
    right: 5%;
    left: auto;
    margin: auto;
    z-index:10;
    display: flex;
    justify-content: end;
    gap: 10px;
    background-color: transparent;
    width: 330px;
    transition: all 0.3s 0s ease;
}

#membership_bb.active {
    width: 250px;
}

#membership_bb > a {
    width: fit-content;
    position: relative;
    top: 120px;
    opacity: 0;
}

#membership_bb > a:hover.active_on {
    animation: membership_bb_on 0.3s ease-in-out forwards;
}
 
@keyframes membership_bb_on {
  0%  {
    top: 0px;
    opacity: 1;
  }
  50%  {
    top: -20px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

#membership_bb > a img {
    width: auto;
}
 
@keyframes membership_bb {
  0%  {
    transform: scale(1.0, 1.0) translateY(50px);
  }
  100% {
    transform: scale(1.0, 1.0) translateY(0px);
  }
  0%, 100% {
    opacity: 1;
  }
}

#membership_bb > a:hover img {
    opacity: 1;
}
 

#main_p > div {
    position: absolute;
    margin: auto;
    left: 10%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 43%;
    height: auto;
    overflow: auto;
}

#main_p {
    height: fit-content;
}

#main_p > h1 {
    top: 25%;
    left: 10%;
    width: 41.7%;
}

#main_p > h1 > img {
    width: 100%;
}

#main_p > img {
    display: block;
}

#main_p > div > img {
    margin-bottom: 20%;
    width: 100%;
}

#main_p_global > dl {
    position: absolute;
    bottom: 0;
	background-color: rgb(255 255 255 / 0.8);
    width: 100%;
}

#main_p_global > dl > div {
    flex-flow: row;
    gap: 30px;
    align-items: center;
    padding: 20px 0;
}

#main_p_global > dl > div > dd > * {
    flex-flow: row;
    gap: 20px;
}

h2 {
    font-size: 4.5rem;
    line-height: 1;
}

h2 > span {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 15px;
}

#about {
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(229, 243, 251));
}

#about > div {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0 88px;
}

#about > div > .txt {
    width: 65%;
    margin-left: 0;
    margin-right: auto;
}

#about > div > .txt > dl > dt {
    font-size: 2.4rem;
}

#about > div > .txt > dl > dd {
    margin-top: 30px;
}

#about > div > .txt > a {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
}

#about > div > .scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    overflow: hidden;
    max-width: 382px;
    padding: 0;
    padding: 30px 0 40px;
}

#about > div > .scroll > div.pc {
    display: flex;
    flex-flow: column;
    animation: vertical-animation 14s linear infinite;
}

#about > div > .scroll > div.sp {
    display: none;
}

@keyframes vertical-animation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}


#news {
    padding: 80px 0;
}

#news > div > div#news_txt {
    margin-top: 40px;
}

#news > div > div#news_txt > * {
    flex-flow: row;
    gap: 30px;
    padding: 30px 0;
}

#news > div > div#news_txt > * > span:first-child {
    font-size: 1.4rem;
}

#news > div > div#news_txt > * > span:last-child {
    position: relative;
}

#news > div > div#news_txt > * > span:nth-child(2) {
    font-size: 1.4rem;
    width: 150px;
    min-width: 150px;
}

#news > div > div.tt > .link01 {
    display: flex;
}

#news > div > .link01 {
    display: none;
}

#news > div#banner > a {
    flex-flow: row;
    align-items: center;
    padding-right: 50px;
    border-radius: 30px;
    gap: 50px;
    transition: all 0.3s 0s ease;
    border: solid 4px #008bd5;
}

#news > div#banner > a:hover {
    background-color: #f2f9fd;
}

#news > div#banner > a:hover img {
    opacity: 1;
}

#news > div#banner > a > div:first-of-type {
	max-width: 500px;
	width: 45%;
}

#news > div#banner > a > div:last-of-type {
    padding: 0;
	width: calc(55% - 40px);
}

#news > div#banner > a > div > dl > dd {
    padding-top: 10px;
}

#ourwork > div {
    padding: 80px 0;
}

#ourwork > div > .tt {
    flex-flow: row;
    align-items: end;
}

#ourwork > div > .tt > div {
    width: 50%;
    margin-top: 0;
}

#ourwork > div > .tt > div:last-of-type {
    text-align: right;
}

#ourwork > div > .txt {
    padding: 40px 0 25px;
    margin-top: 40px;
    border-radius: 30px;
}

#ourwork > div > .txt h3 {
    font-size: 2.8rem;
}

#ourwork > div > .txt h3 br {
    display: none;
}

#ourwork > div > .txt dl {
    flex-flow: row;
    margin-top: 51px;
}

#ourwork > div > .txt dl > * {
    width: calc(100% / 3);
}

#ourwork > div > .txt dl > * > dt {
    font-size: 2rem;
    padding: 8px 30px 2px 0;
}

#ourwork > div > .txt > #pickup {
    flex-flow: row;
    padding-top: 40px;
}

#ourwork > div > .txt > #pickup > div:first-of-type {
    width: 18%;
}

#ourwork > div > .txt > #pickup > div:first-of-type p {
    margin-top: 10px;
}

#ourwork > div > .txt > #pickup > div:first-of-type p br {
    display: block;
}

#ourwork > div > .txt > #pickup > div:last-of-type {
    width: 78%;
    gap: 30px;
}

#ourwork > div > .txt > #pickup .slick-track {
    gap: 30px;
}

#ourwork > div > .txt > #pickup > div:last-of-type a {
    margin-right: 0;
    width: calc((100% - 120px) / 3) !important;
    max-width: 266px;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .day {
    flex-flow: row;
    flex-wrap: wrap;
    gap:10px;
}

#ourwork > div > .txt > #pickup > div:last-of-type a .txt {
    margin-top: 18px;
}

#pickup .slick-list {
    padding: 0 !important;
    width: 100%;
}

#ourwork > div > .txt > #pickup .slick-track {
    width: calc(100% + 60px) !important;
    position: relative;
    left: -30px;
}

#api > div {
    padding: 80px 0 0;
}

#api > div > .tt {
    flex-flow: row;
    align-items: end;
}

#api > div > .tt > div {
    width: 50%;
}

#api > div > .tt > div:last-of-type {
    text-align: right;
}

#api > div > .txt {
    padding: 35px 0 40px;
    border-radius: 30px;
    margin-top: 40px;
}

#api > div > .txt + .txt {
    margin-top: 20px;
}

#api > div > .txt > div {
    flex-flow: row;
    gap: 40px;
}

#api > div > .txt.txt_block > div > div {
    display: grid;
    align-items: center;
    flex-flow: column;
}

#api > div > .txt.txt_block > div > div > h3 {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}

#api > div > .txt.txt_block > div > div > div {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}

#api > div > .txt.txt_block > div > div > a {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}

#api > div > .txt > div > div {
    flex-flow: row;
    align-items: center;
}

#api > div > .txt > div > div > h3 {
    font-size: 2.8rem;
    font-weight: 500;
}

#api > div > .txt > div > div > a {
    margin-left: auto;
    margin-right: 0;
}

#api > div > .txt > div > a {
    margin-left: auto;
    margin-right: 0;
}

#api > div > .txt ul {
    margin: 35px auto 0;
}

#api > div > .txt ul > li {
    width: calc((100% - (15px * 3)) / 4);
    border-radius: 30px;
}

#api > div > .txt ul > li a {
    transition: all 0.3s 0s ease;
}

#api > div > .txt ul > li a:hover {
    opacity: 0.7;
}

#api > div > .txt ul > li a:hover img {
    opacity: 1;
}

#api > div > .txt ul > li span {
    font-size: 2rem;
}

#membership {
    background-image: url(../images/skjap11_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-top: 80px;
}

#membership::before {
    display: none;
}

#membership > div {
    height: 560px;
}

#membership > div > h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    color: #ffffff;
    width: 60%;
}

#membership > div > .txt {
    color: #ffffff;
    font-size: 2.2rem;
    width: 55%;
    margin-top: 30px;
}

#membership > div > .link {
    background-color: #ffffff;
    border-radius: 34px;
    display: flex;
    flex-flow: row;
    gap: 4px;
    padding: 4px;
    width: 448px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
}

#membership > div > .link > a {
    border-radius: 30px;
    color: #ffffff;
    height: 60px;
    max-width: 218px;
    width: 50%;
    padding: 0 20px 0 30px;
    display: flex;
    align-items: center;
    border: none;
}
@keyframes link01a {
    from {
        right: 20px;
    }

    to {
        right: 10px;
    }
}

#membership > div > .link > a:hover::before {
    animation: link01a 0.15s linear 2 alternate forwards;
}


}




/***********************************************************/
@media only screen and (min-width:1366px) {



}

