@charset "utf-8";

/* 共有
------------------------------------------------- */
/* * {
    outline: solid red 1px;
} */

html {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #707070;
    text-align: justify;
    visibility: hidden;
    opacity: 0;
}

html.wf-active {
    visibility: visible;
    opacity: 1;
    transition: .3s ease;
    scroll-behavior: smooth;
}

/* p,
h4,
h3,
h2,
h1 {
    opacity: 0;
}

p.font-active,
h4.font-active,
h3.font-active,
h2.font-active,
h1.font-active {
    opacity: 1;
    transition: 1.5s ease;
} */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #71d2de;
    border-radius: 50px;
}

body {
    background: rgba(129, 184, 199, 0.103);
    /* background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-attachment: fixed; */
}

a {
    color: #707070;
    text-decoration: none;
    width: 100%;
}

li {
    list-style: none;
}

main {
    position: relative;
    /* margin: 0;
    margin: auto;
    inset: 0; */
    left: 41vw;
    max-width: calc(400px + 8vw);
    /* max-width: 470px; */
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08); */
    padding-top: 1%;
    background: white;
    z-index: 99;
    transition: 2s;
    overflow: hidden;
}

@media (max-width:1024px) {
    main {
        max-width: 470px;
        margin: 0;
        margin: auto;
        inset: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    }

    body {
        background-image: none;
    }

    .index-slider.desktop {
        display: none;
    }

    .page-name {
        display: none;
    }
}

img {
    width: 100%;
    height: auto;
}

article {
    position: relative;
    z-index: 99;
}

.h-img {
    padding: 0 5%;
}

.h-img img {
    margin: 30px 0 10px 0;
    border-radius: 25px;
}

article img {
    margin-top: 30px;
    border-radius: 25px;
}

.link {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.link:hover {
    opacity: .8;
    transition: .3s ease;
}

.map img {
    margin-top: 20px;
}

.text-margin {
    margin: 10px 0;
}

.title {
    width: 50%;
    height: 10vh;
}


.page-name {
    position: fixed;
    top: 49%;
    transform: translateY(-50%);
    left: 6%;
}

.page-name h1 {
    font-size: 2.5vw;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-left: 5px;
    color: #636363;
}

.page-name .point-namber::after {
    width: 8px;
    height: 7rem;
}

.logo {
    max-width: 80%;
    top: 15px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

header .logo {
    padding-left: 8%;
}

@media (max-width:1024px) {
    header .logo {
        display: none;
    }
}


.icon {
    max-width: 40px;
    margin-right: 1%;
    vertical-align: middle;
}

.h-title {
    display: flex;
    align-items: center;
    padding: 0 2rem 0 5%;
    letter-spacing: 0;
    text-align: left;
    /* margin-bottom: 5px; */
}

@media (min-width:1024px) {
    .h-title {
        margin: 20px 0;
    }
}

@media (max-width:1024px) {
    .h-title {
        padding: 2rem 1.8rem 0 5%;
        margin-top: 0rem;
    }

    .h-title h2 {
        font-size: 1.55rem;
    }
}

.h-title span {
    font-size: 1.3rem;
    padding-left: 0.3rem;
}

.h-title .icon {
    max-width: 50px
}

.h-title h2 {
    color: #707070;
    line-height: 1.2;
    font-size: 1.7rem;
}

.wrapper {
    position: relative;
    z-index: 1;
    background: #71d2de;
    margin-top: 14%;
    width: 100%;
    padding: 10px 0 50px 0;
    border-radius: 60px;
}

.text-wrapper {
    background: white;
    border-radius: 15px;
    padding: 10px;
}

.partation {
    text-align: center;
    content: "";
    background: #71D2DE;
    width: 100%;
    border-radius: 20px;
    height: 3px;
    margin: 7% 0;
}

.caption {
    padding: 0 5%;
    line-height: 1.7;
}

.caption h4 {
    font-size: 0.9rem;
    font-weight: normal;
}

.caption h3 {
    font-size: 1.13rem;
    line-height: 1.7;
}

.header-margin {
    margin-top: 7%;
}

.header-caption {
    padding: 0 5%;
}

.header-caption span {
    color: #71D2DE;
}

.header-caption h4 {
    font-size: 1.05rem;
    font-weight: normal;
}

.link-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 3rem;
    background: #71d2de;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    transition: .5s ease;
}

.link-button:hover {
    background: white;
    transition: .5s ease;
}

.link-button a {
    text-align: center;
}

.link-button:hover input[type="submit"] {
    color: #71D2DE;
    transition: .5s ease;
}

.link-button div {
    width: 100%;
}

.link-button h3 {
    text-align: center;
    color: #707070;
}

.cur-button {
    width: 80%;
    text-align: center;
    background: #71d1de;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 100px;
}

.cur-button a {
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 15px 0;
}

.cur-button img {
    padding-top: 10px;
    width: 10%;
    display: block;
    margin: 0 auto;
}

.tape-text {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1%;
}

.tape-text div {
    background: #71D2DE;
    border-radius: 25px;
    width: fit-content;
    padding: 0 3%;
    margin: 5px 0;
    margin-right: 2%;
    color: white;
    white-space: nowrap;
}

.tape-text a {
    color: white;
}

.tape-text h4 {
    height: 100%;
}

.licence-key .tape-text div {
    background: white;
    color: #71D2DE;
    cursor: pointer;
    border: transparent solid .3rem;
}

.licence-key .tape-text div.active {
    background: #71D2DE;
    border: white solid .3rem;
    color: white;
}

.sequence {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.sequence div:first-child {
    margin-right: 2%;
}

.list-header::before {
    content: "ー";
    color: #71D2DE;
    font-weight: normal;
    font-size: 2rem;
    vertical-align: -8%;
}



/* background
-------------------------------------------------*/

.background {
    position: fixed;
    z-index: 0;
    width: 40%;
}

.background img {
    object-fit: cover;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    height: 100vh;
}

@media screen and (max-width:1024px) {
    .background {
        display: none;
    }
}

.banner {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    bottom: 10%;
    /* left: calc(50% + 560px); */
    left: calc(50% + 280px);
    width: 610px;
}

.banner img {
    max-width: 230px;
    border-radius: 15px;
}

.banner div {
    margin: 10px;
}

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

    .banner,
    .copy,
    .logo.absolute {
        display: none;
    }

    .copy.absolute {
        display: block;
    }
}

.copy {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 3%;
    /* font-family: 'Zen Kaku Gothic New', sans-serif; */
    color: white;
}

.copy.absolute {
    position: absolute;
    z-index: 99;
    top: 25rem;
    left: 8%;
}

.copy.absolute h1 {
    font-size: 2.8rem;
    line-height: 1.4;
}

.copy h1 {
    /* background: #71d2de; */
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2.3rem;
    width: fit-content;
}

.copy h4 {
    margin-left: 0.3rem;
}

.logo.absolute {
    position: absolute;
    top: 0.5%;
    left: 5%;
    width: 50%;
}

.entry.absolute {
    position: absolute;
    top: 39rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.entry.disabled {
    opacity: .2;
}

.entry.disabled a {
    pointer-events: none;
}

/* grid
-------------------------------------------------*/

.grid-list {
    margin: 13% auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 25px;
    background: #71d1de1a;
    color: white;
    width: 100%;
}

.grid-list h2 {
    font-size: 1.4rem;
}

.grid-list-header {
    position: relative;
    top: -20px;
    margin: 0 auto;
    text-align: center;
    background: #71D2DE;
    border-radius: 25px;
    width: 50%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    padding: 0% 4% 3% 4%;
    gap: 10px;
}

.grid div {
    text-align: center;
    background: white;
    /* max-width: 40%;
    height: 160px; */
    margin: 0 1%;
    margin-bottom: 5%;
    box-shadow: 0px 2px 6px rgb(189, 189, 189);
    border-radius: 10px;
    transition: .3s ease;
}

.grid div:hover {
    background: #71d1de88;
    transition: .3s ease;
}

.grid h4 {
    line-height: 1.2;
    padding-bottom: 7%;
}

.grid img {
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.flex-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-panel div {
    width: 48%;
}

.flex-panel img {
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}


/* accordion
-------------------------------------------------*/

.accordion {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    color: #707070;
    cursor: pointer;
    padding: 18px;
    margin-bottom: 4%;
    border-radius: 15px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    transition: .3s ease;
    background-color: white;
}

.accordion:hover {
    background-color: #71d1de8c;
    transition: .3s ease;
}

/* アコーディオンメニューのコンテンツ */
.panel {
    padding: 0 18px;
    margin-bottom: 3%;
    display: none;
    background-color: transparent;
    overflow: hidden;
}

/* アコーディオンメニューが開かれた状態のスタイル */
.panel-active {
    background-color: #71d1de8c;
}

/* slick
-------------------------------------------------*/

.slider {
    margin: 0 auto;
    margin-top: 10%;
    width: 100%;
}

.slider img {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    opacity: .3;
    transition: all ease .5s;
    transform: scale(.8);
}

.slider .slick-center img {
    opacity: 1;
    transform: scale(1);
    transition: all ease .5s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.sikaku {
    padding: 0 2.5%;
}

.sikaku tr {
    opacity: .3;
    transform: scale(.8);
    transition: all ease .5s;
}

.sikaku .slick-center tr {
    opacity: 1;
    transform: scale(1);
    transition: all ease .5s;
}

.topics img {
    height: 250px;
    object-fit: cover;
}

.slider p {
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 0.9rem;
    transform: scale(.8);
}

.slider .slick-center p {
    transform: scale(1);
}

.slider span {
    font-size: 0.8rem;
    color: #ccc;
}

.slick-dots {
    position: relative;
    top: -5px;
    left: -3%;
}

.slick-dots li button:before {
    font-size: 20px;
}

.slick-dots li.slick-active button:before {
    color: #71D2DE;
    opacity: 1;
    font-size: 30px;
}

.scroll-slider div {
    padding: 0 10px;
}

.scroll-slider img {
    border-radius: 10px;
}

.topics-slider {
    overflow: hidden;
}

.topics-slider div {
    margin: 0 0px 10px -13px;
}

@media screen and (min-width:1024px) {
    .topics-slider div {
        margin: 0 0px 10px -30px;
    }
}

.topics-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    line-height: 1.4;
}

.topics-container div {
    width: 48%;
}

.topics-container p {
    margin-top: 6px;
    font-size: 0.95rem;
}

.topics-container img {
    border-radius: 15px;
    width: 100%;
    max-height: calc(60px + 8vh);
    object-fit: cover;
    object-position: top;
}

.index-slider {
    padding: 0 3.5%;
}

.index-slider img {
    border-radius: 15px;
    margin-top: .8rem;
    height: 45rem;
    object-fit: cover;
}

@media screen and (min-width:1024px) {
    .nav-main {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .desk {
        display: none;
    }
}

iframe {
    width: 100%;
    height: 250px;
}

/* グローバルメニュー 
-------------------------------------------------*/

.nav-logo {
    position: fixed;
    top: 0%;
    left: calc(1% + 3vw);
    width: calc(160px + 10vw);
    padding: 40px 20px;
    z-index: 9;
}

.desk h2 {
    font-size: 1.3rem;
}

.desk-nav {
    position: fixed;
    top: 5%;
    /* left: calc(50% + 260px); */
    left: calc(49% + 400px);
    padding: 1% 3.5rem 1% 2rem;
    z-index: 9;
    background: white;
    border-radius: 0px 50px 50px 0px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08); */
}

.desk-nav img {
    max-width: 2.5rem;
    margin-right: 5px;
}

.desk-nav li {
    transition: 0.3s ease;
    margin: 1.1vh 0;
}

.desk-nav h2 {
    font-size: 1vmax;
    white-space: nowrap;
}

.desk-nav li:hover {
    transition: 0.3s ease;
    transform: translateX(3.5%);

}

.desk-sns {
    position: fixed;
    max-width: 40vw;
    z-index: 99;
    bottom: calc(3vh + 1.5vw);
    left: calc(1% + 3vw);
}

.desk-sns h2 {
    font-size: 1.1rem;
}

.desk-sns .sns-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
    border-radius: 1rem;
    padding: 1rem calc(.5rem + 1.5vw) 1rem calc(.5rem + 1.5vw);
}

.desk-sns .sns-link h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
}

.desk-sns .sns-link li:not(.sns-link li:last-of-type) {
    margin-right: 2.3rem;
}

.desk-sns .sns-link li:last-of-type h2 {
    color: #41dd87;
}

.desk-sns .sns-link li img {
    margin-right: .5rem;
    height: 100%;
    width: 100%;
    max-width: 2.1rem;
}

.desk-sns div:not(.sns) h2 {
    color: #71d2de;
    text-align: center;
}

.nav-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: calc(50vw - 235px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0% 0 3%;
    width: 250px;
    height: 70px;
    background: #89DDE8;
    border-radius: 0px 0px 0px 25px;
}

.nav-menu div,
.nav-menu ul {
    display: flex;
    align-items: center;
    transition: .2s ease;
}

.nav-menu img {
    filter: brightness(12);
}

.nav-menu.active {
    background: transparent;
}

.nav-menu ul.active {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.nav-menu li {
    display: block;
    text-align: center;
    font-size: 0.5rem;
}

.nav-menu p {
    color: white;
}

.nav-menu .icon {
    max-width: 32px;
}

@media screen and (max-width:1024px) {
    .nav-menu {
        width: 48%;
        right: 0;
    }
}


/* index 
-------------------------------------------------*/

/* header 
-------------------------------------------------*/

/* 中見出し
-------------------------------------------------*/

.middle-header {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.middle-header h3 {
    text-align: center;
    line-height: 1.7;
}

.middle-header .icon {
    max-width: 12%;
    margin-bottom: 2%;
}

.middle-header h2 {
    line-height: 0.8;
    margin-bottom: 4%;
}

.middle-header .partation {
    width: 30px;
    margin: 0 auto;
    margin-top: 1%;
}

/*　schedule
-------------------------------------------------*/
/* 
.schedule {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
    border: #71D2DE solid 2.5px;
    border-radius: 25px;
    height: 180px;
    color: white;
    width: 80%;
}

.schedule h2 {
    font-size: 1.5rem;
}

.schedule-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #71D2DE;
    border-radius: 20px 20px 0 0;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.schedule-open {
    display: flex;
    color: #3a4647;
    text-align: center;
    margin-top: 20px;
}

.schedule-open div {
    margin: 0px auto;
    width: 5rem;
    height: 5rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    box-shadow: none;
} */


.schedule {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
    border: #71D2DE solid 3px;
    border-radius: 25px;
    height: 160px;
    color: white;
    width: 80%;
}

.schedule h2 {
    font-size: 1.5rem;
}

.schedule-header {
    position: relative;
    top: -15%;
    margin: 0 auto;
    padding: 0 1%;
    text-align: center;
    background: #71D2DE;
    border-radius: 25px;
    width: 13rem;
    padding-bottom: 2px;
}

.schedule-open {
    display: flex;
    color: #3a4647;
    text-align: center;
    transform: translateY(-5%);
}

.schedule-open div {
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    border-radius: 10px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    box-shadow: none;
}

.schedule-open h2 {
    position: relative;
    transform: translateY(30%);
    overflow: hidden;
    white-space: nowrap;
}

.schedule-open h3 {
    color: #71D2DE;
    padding-bottom: 20%;
}

.schedule-open h4 {
    position: absolute;
    padding-top: 80px;
    color: #707070;
    line-height: 1;
}

.schedule-open p {
    font-size: 0.9rem;
    white-space: nowrap;
    font-weight: bold;
}

.schedule-briefing {
    color: #707070;
    transform: translateY(-5%);
}

.schedule-briefing .entry {
    margin: 10px auto;
}

.schedule-briefing h4 {
    padding: 0 5%;
    line-height: 1.5;
    margin-bottom: 20px;
}

.schedule-briefing a {
    color: #71D2DE;
    border-bottom: 2px solid #71d2de;
}

.h2-header {
    margin: 3rem 0 1rem 5%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.h2-header::before {
    content: "";
    display: block;
    width: .35rem !important;
    height: 3.5rem;
    background: #71d2de;
    border-radius: 25px;
    margin-right: 1rem;
}

.header-caption .h2-header {
    margin: 3rem 0 1rem 0%;
}

.wrapper .h2-header::before {
    background: white;
}

.wrapper .h2-header h2 {
    color: white;
}

.time-schedule {
    background: #F0F0F0;
    padding: 2rem;
    width: 90%;
    height: auto;
    border-radius: 3rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.slider-schedule .time-schedule {
    margin: 0 1rem;
}

.time-schedule h2:not(.entry h2) {
    border-bottom: solid .15rem #71d2de;
    padding-bottom: .7rem;
}

.time-schedule a {
    color: #71d2de;
    border-bottom: solid .15rem #71d2de;
}

.time-schedule .entry {
    margin: 1rem auto 0rem auto;
}

.time-schedule ul {
    margin-top: 1rem;
}

.slick-slider {
    overflow: hidden;
}

.slider-schedule .slick-dots {
    margin-top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.slider-schedule .slick-prev,
.slider-schedule .slick-next {
    z-index: 10000;
    border: none;
    cursor: pointer;
    top: 94.5%;
    height: 35px;
    width: 35px;
}

.slider-schedule .slick-prev {
    background-image: url(../img/icon/arrow.svg);
    background-repeat: no-repeat;
    left: 20%;

}

.slider-schedule .slick-prev:before {
    content: '';
}

.slider-schedule .slick-next {
    background-image: url(../img/icon/arrow-right.svg);
    background-repeat: no-repeat;
    right: 20%;
}

.slider-schedule .slick-next:before {
    content: '';
}

.slider-schedule .slick-prev:hover,
.slider-schedule .slick-next:hover {
    opacity: .8;
}


/* course nav
-------------------------------------------------*/

.course-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5%;
    margin: 25px 0 5px 0;
    color: white;
}

.course-nav div {
    text-align: center;
    background: #89dde8;
    font-size: 1.2rem;
    border-radius: 20px;
    /* box-shadow: 0 4px 4px 0 rgba(73, 73, 73, 0.2), 0 2px 10px 0 rgba(114, 114, 114, 0.15); */
    width: 30%;
    transition: .3s ease;
}

.course-nav div:nth-child(2) {
    margin: 0 3%;
}

.course-nav div:nth-child(2) img {
    transform: translate(0, -5%);
    filter: brightness(11);
}

.course-nav div:hover {
    transform: translateY(-5%);
    transition: .3s ease;
    box-shadow: none;
}

.course-nav h4 {
    color: white;
}

.course-nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-nav a h4:first-of-type {
    padding-top: 1rem;
}

.course-nav a h4:last-of-type {
    padding-bottom: 1rem;
}

.course-nav .icon {
    width: 90%;
    height: 2.5rem;
    padding-bottom: 10%;
}


.extra.course-nav div {
    border-radius: 5rem;
    background: white;
}

.extra.course-nav div.active {
    background: #71d2de;
}

.extra.course-nav div.active h4 {
    color: white;
}

.extra.course-nav h4 {
    font-size: .9rem;
    font-weight: bold;
    color: #aaaaaa;
}

.extra.course-nav a h4:first-of-type {
    padding-top: .7rem;
}

.extra.course-nav a h4:last-of-type {
    padding-bottom: .7rem;
}

.extra.course-nav div:hover {
    background: #71d2de;
    transition: .3s ease;
    transform: none;
}

.extra.course-nav div:hover h4 {
    color: white;
    transition: .3s ease;
}


/* poster
-------------------------------------------------*/

.poster {
    margin-top: 25px;
    text-align: center;
}

.poster img {
    width: 90%;
    border-radius: 25px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* entry
-------------------------------------------------*/

.entry {
    height: 3rem;
    background: #71D2DE;
    /* box-shadow: 0 4px 4px 0 rgba(73, 73, 73, 0.2), 0 2px 10px 0 rgba(114, 114, 114, 0.15); */
    border-radius: 25px;
    width: 16rem;
    margin: 20px auto;
    text-align: center;
    transition: .3s ease;
}

.entry h2 {
    color: white;
    padding-top: 3px;
    font-size: 1.2rem;
    height: 100%;
}

.entry:hover {
    transition: .3s ease;
    box-shadow: none;
}

/* point
-------------------------------------------------*/

/* #point {
    margin-bottom: 20%;
} */

.point-header {
    display: flex;
    align-items: center;
    margin: 10px 0 15px 0;
}

.point-header h3 {
    line-height: 1.2;
}

.point-namber {
    color: #707070;
    display: flex;
    align-items: center;
}

.point-header h2 {
    line-height: 1;
    padding-bottom: 0.1rem;
}

.point-namber::after {
    display: block;
    content: "";
    background: #71d1de;
    border-radius: 25px;
    width: 3px;
    height: 2.8rem;
    margin: 0 0.3rem;
}

/*lisence
-------------------------------------------------*/

.license {
    margin: 20px 0.4%;
}

.license-header {
    margin: 0 auto;
    text-align: center;
    background: #89e8d8;
    color: white;
    border-radius: 10px 10px 0 0;
    width: 99%;
    height: 45px;
}

.info {
    width: 100%;
    margin: 0 auto;
}

.info td {
    background: whitesmoke;
}

.info td:first-child {
    text-align: center;
    width: 25%;
    height: 50px;
    background: #bfece5;
}

.info td:last-child {
    padding: 10px 3%;
    line-height: 1.2;
}

/* work
-------------------------------------------------*/

.data {
    margin-bottom: 10%;
}

.graph-job {
    display: flex;
    padding: 0 5%;
    margin: 10px 0 20px 0;
}

.job-on {
    width: 96.2%;
    height: 80px;
    background: #71D2DE;
    color: white;
    line-height: 3;
    opacity: 0;
}

.job-on h2 {
    transform: translate(10%, -23%);
    position: absolute;
    font-size: 3rem;
}

.job-on.animation {
    animation: graphAnim 2.5s forwards;
    opacity: 1;
}

.job-off {
    width: 3.8%;
    height: 80px;
    background: #707070;
    opacity: 0;
}

.job-off.animation {
    opacity: 1;
}

@keyframes graphAnim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes graphAnim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.info-job {
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: solid 2px #70707062;
    margin: 0 auto;
    margin-bottom: 3%;
    padding-bottom: 2%;
    width: 90%;
}

.info-job h4 {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.1;
    padding-bottom: 5px;
}

.graph-bar {
    background: #71D2DE;
    width: 3rem;
    height: 20px;
    margin-right: 3%;
}

.graph-bar.gray {
    background: #707070;
}

.graph-bar.color2 {
    background: #42E0C6;
}

.graph-bar.color3 {
    background: #fffc63;
}

.graph-bar.color4 {
    background: #4267e0;
}

.graph-bar.color5 {
    background: #eede97;
}

.graph-bar.color6 {
    background: #e662db;
}

.year {
    padding-left: 5%;
}

.year h4 {
    font-weight: normal;
    line-height: 0;
}

.chart {
    width: 50%;
    margin: 10px auto 30px auto;
}

/* curriculum
-------------------------------------------------*/

.btn-list {
    margin-top: 18%;
    background: white;
    width: 33.4%;
    height: 60px;
    border-radius: 10px 10px 0 0;
    transition: .3s ease;
    color: #707070;
}

.btn-list:hover {
    background: #71d1de3f;
    transition: .3s ease;
}

.btn-list.active {
    background: #71D2DE;
    color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.btn-list.active img {
    filter: brightness(12);
}

.list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: #71D2DE solid 5px;
}

.list h2 {
    font-size: 1rem;
}

.page1-detail,
.page2-detail,
.page3-detail {
    padding-top: 6%;
    display: none;
}

.page1-detail.active,
.page2-detail.active,
.page3-detail.active {
    display: block;
}

.curriculum-info h3 {
    font-size: 1.5rem;
    font-weight: normal;
}

.curriculum-info h3::before {
    content: "-";
    color: #71D2DE;
    vertical-align: 5%;
}

.curriculum-info h4 {
    font-weight: normal;
    margin-bottom: 5%;
    line-height: 1;
}

.curriculum-info .partation {
    width: 90%;
    background: #70707062;
    height: 2px;
    margin: 10% 0 5% 0;
}

.pdf {
    border-radius: 25px;
    border: #71D2DE solid 1px;
    margin: 0 auto;
    width: 40%;
    height: 180px;
    text-align: center;
    margin-bottom: 5%;
}

.pdf h4 {
    color: #71D2DE;
}

/* container
-------------------------------------------------*/

.question {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #71d2de solid 3px;
    border-radius: 25px;
    padding: 8px 0;
    margin-top: 20px;
    transition: .3s ease;
    width: 100%;
    height: 120px;
    transform: scale(0.9);
}

.question:hover {
    transition: .3s ease;
    background: #71d2de;
    color: white;
}

.question:hover img {
    transform: scale(1.1);
    transition: .3s ease;
    filter: brightness(11);
}

.question img {
    max-width: 25%;
}

/* briefing
-------------------------------------------------*/

#briefing iframe {
    width: 100%;
    height: 250px;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 25px;
}

/* footer
-------------------------------------------------*/

footer {
    position: relative;
    z-index: 99;
    margin-top: 25%;
    padding: 0 8%;
    box-shadow: 0px 2px 6px rgb(189, 189, 189);
    border-radius: 60px 60px 0 0;
    background: white;
}

.standby {
    width: 20%;
    margin: 0 auto;
}

.links h2 {
    transition: .3s ease;
}

.links h2:hover {
    transform: translateX(2.5%);
    transition: .3s ease;
}

.links {
    padding-top: 15%;
}

footer h2 {
    color: #707070;
    font-size: 1.3rem;
}

/* footer h2::before {
    content: ">";
    color: #89DDE8;
    vertical-align: 5%;
    margin-left: 2%;
} */

footer h4 {
    font-size: 0.7rem;
    text-align: center;
}

footer figure {
    text-align: center;
    margin: 0 auto;
}

footer img {
    max-width: 75%;
    margin: 2% 0;
}

footer figure img:not(.f-logo) {
    width: 300px;
    margin: 10% 0;
}

footer .partation {
    background: #71D2DE;
}

footer .logos {
    display: flex;
}

.links .icon {
    max-width: 40px;
}

/* index
-------------------------------------------------*/

.feature {
    margin: 60px 0;
    height: 18rem;
    background: #71d2de;
    border-radius: 50%;
    width: 23rem;
}

.feature h2 {
    font-size: 4.5rem;
    padding-top: 130px;
    line-height: 1;
    color: white;
    padding-left: 8%;
}

.feature h3 {
    color: white;
    padding-left: 8%;
}

.find-course {
    display: flex;
    justify-content: center;
}

.find-course div {
    width: 40%;
    transition: .3s ease;
}

.find-course div:hover {
    transform: scale(1.05);
    transition: .3s ease;
}

@media screen and (max-width:1024px) {
    .find-course div {
        margin-top: 10px;
    }
}

.find-entry {
    position: absolute;
    padding-bottom: 2rem;
    transform: translateY(-100%);
    left: 8%;
    color: white;
}

.find-entry-img {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.find-entry-img img {
    transform: scale(1.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    height: 14.5rem;
    object-fit: cover;
    object-position: left bottom;
    transition: .6s ease;
}

.find-entry-container:hover img {
    transform: scale(1.1);
    transition: .6s ease;
}

.find-entry h2 {
    font-size: 4rem;
    line-height: 0.8;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "a1 a1 "
        "a2 a3 "
        "a4 a4 "
}

.a1 {
    grid-area: a1;
}

.a2 {
    grid-area: a2;
}

.a3 {
    grid-area: a3;
}

.a4 {
    grid-area: a4;
}

.container img {
    border-radius: 15px;
}