@charset "UTF-8";

h2 {
    clear: both;
}

.one-column {
    font-size: 16px;
    line-height: 32px;
}

.text_for_beginner {
    width: calc(100% - 305px);
    padding: 10px 10px 20px;
    color: #000000;
    border: solid 2px #000000;
    border-radius: 5px;
    list-style: none;
}
@media screen and (max-width: 800px) {
    .text_for_beginner {
        width: inherit;
        padding: 10px 10px 20px;
        color: #000000;
        border: solid 2px #000000;
        border-radius: 5px;
        list-style: none;
    }
}

.text_for_beginner1,
.text_for_beginner2 {
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    border-bottom: dashed 1px #448ccb;
}

.text_for_beginner1::before .text_for_beginner2::before {
    content: "・";
    position: absolute;
    left: 0px;
}

.stepup-image {
    min-width: 320px;
    width: 36%;
    height: auto;
    float: right;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
}
@media screen and (max-width: 800px) {
    .stepup-image {
        width: 320px;
        height: auto;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        background-color: white;
    }
}

.voice-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 15px;
}

.user-voice {
    width: calc((100% - 30px) / 2 - 6px);
    background: white;
    text-align: center;
    border-radius: 30px;
    padding: 8px;
    margin: 3px;
    margin-top: 50px;
    border: 1px var(--shadow) solid;
}
@media screen and (max-width: 800px) {
    .user-voice {
        width: 100%;
        background: white;
        text-align: center;
        border-radius: 15px;
        padding: 8px;
        margin: 3px;
        margin-top: 50px;
        border: 1px var(--shadow) solid;
    }
}

.user-voice .element {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

.user-voice .man-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: skyblue;
    margin-top: -50px;
    text-align: center;
}

.user-voice .woman-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(248, 108, 150);
    margin-top: -50px;
    text-align: center;
}

.person-icon {
    width: 100%;
}

.slider {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: right;
}
@media screen and (max-width: 800px) {
    .slider {
        width: 300px;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
    }
}

.slider-item {
    width: 300px;
    float: left;
}

img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .our-trial {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 800px) {
    .Programmer-Training-Curriculum {
        display: flex;
        flex-direction: column-reverse;
    }
}

.achievement,
.achievement-ireko {
    margin-left: 1.8em;
}

.code-mastar {
    display: flex;
    flex-direction: column;
}

.code-mastar-logo {
    width: 300px;
    aspect-ratio: 500/110;
}

.code-mastar-link {
    text-decoration: solid underline var(--text-color) 1px;
    text-underline-offset: 2px;
    width: fit-content;
}

.code-mastar-link:hover {
    text-decoration: none;
}

.highlight {
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, #f7fd9b 70%);
}

.language-big-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 15px;
}

.language-medium-container {
    width: calc((100% - 90px) / 4 - 6px);
    text-align: center;
    margin: 3px;
}
@media screen and (max-width: 800px) {
    .language-medium-container {
        width: calc((100% - 30px) / 2 - 6px);
        text-align: center;
        margin: 3px;
    }
}

.programming-language-small-container,
.markup-language-small-container,
.framework-language-small-container,
.sql-language-small-container {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
    margin: 3px;
    border: 1px var(--shadow) solid;
}

.language-element {
    gap: 0px 1%;
}

.headline {
    font-size: min(3.5vw, 17px);
    font-weight: bold;
    color: black;
}

.programming-language-small-container {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.markup-language-small-container {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.framework-language-small-container {
    background-image: linear-gradient(
        to top,
        #fdcbf1 0%,
        #fdcbf1 1%,
        #e6dee9 100%
    );
}

.sql-language-small-container {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.text-for-curriculum {
    width: 63%;
    max-width: calc(98% - 315px);
    padding: 10px 10px 10px;
    color: #000000;
    border: solid 2px #000000;
    border-radius: 5px;
    list-style: none;
}
@media screen and (max-width: 800px) {
    .text-for-curriculum {
        width: 100%;
        max-width: 100%;
        padding: 10px 10px 10px;
        color: #000000;
        border: solid 2px #000000;
        border-radius: 5px;
        list-style: none;
    }
}

.max-content {
    width: 100%;
}

.slider {
    position: relative;
    z-index: 1;
    width: 300px;
}

.slider-item {
    width: 300px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 2.5%;
    transform: rotate(45deg);
}

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}

.slick-dots .slick-active button {
    background: #333;
}
