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

.main {
    width: 100%;
}

.mainbg {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0px;
    background-image: url(images/program_main.png);
    background-size: cover;
    background-position: center 20%;
    overflow: hidden;
    width: 100%;
    height: 380px;
}

/*
@media screen and (max-width: 768px) {
  .mainbg {

    height: 200px;
  }
}*/

.mainbg h1 {
    position: absolute;
    z-index: 5;
    left: 0;
    color: #009fd9;
    bottom: 40%;
    width: 300px;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    line-height: 2.2rem;
    height: auto;
    padding: 20px 0;
}

.program h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    font-family: "FP-ヒラギノ角ゴ StdN W6", sans-serif;
    text-align: center;
    padding: 0 0 16px 0;

}

@media screen and (max-width: 768px) {
    .program h2 {
        font-size: 30px;
        line-height: 44px;
    }
}

.program h2 strong {
    border-bottom: 5px solid #ffe836;

}

.program {
    position: relative;
}

.program h3 {
    display: flex;
    position: absolute;
    margin-top: -60px;
    margin-bottom: 16px;
    margin-left: -40px;
}

.program h4 {
    text-align: left;
    margin-left: 40px;
    padding-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 17px;
    line-height: 21px;
}

.program h4:before {
    content: '';
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #7e8b96;
    margin-top: 6px;
    margin-left: -47px;
    margin-right: 16px;
}

.program p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    padding-top: 12px;
}

.program .flex {
    margin-left: 40px;
    margin-right: 0;
}

.program .flex li {
    border-left: 3px solid #7e8b96;
    padding-bottom: 32px;
    padding-right: 16px;

}

.program .flex li:nth-child(1) {
    width: 40%;
}

.program .flex li:nth-child(2) {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .program .flex {
        flex-direction: column;
    }

    .program .flex li:nth-child(1) {
        width: 100%;
    }

    .program .flex li:nth-child(2) {
        width: 100%;
        margin-top: 48px;
    }
}

.program .fig01,
.program .fig02 {
    padding-right: 0;
    padding-left: 260px;
}

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

    .program .fig01,
    .program .fig02 {
        padding: 0;

    }
}

.program h3 span {
    background-color: #7e8b96;
    padding: 8px 16px;
    font-size: 17px;
    color: white;
    width: 45%;
    max-width: 220px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.program .triangle {
    background-color: transparent;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid #7e8b96;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.y1 {
    background-color: rgba(91, 211, 145, 0.1);
    margin-top: 64px;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.y1 .y_title span {
    background-color: #5bd391;
    font-size: 21px;
}

.y1 .y_title .triangle {
    border-left: 30px solid #5bd391;
}

.y1 .flex li:nth-child(1) {
    border-left: 3px solid #5bd391;
}

.y1 h4:before {
    background-color: #5bd391;
}

.y2 {
    background-color: rgba(91, 211, 145, 0.1);
    margin-top: 64px;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.y2 .y_title span {
    background-color: #4db278;
    font-size: 21px;
}

.y2 .y_title .triangle {
    border-left: 30px solid #4db278;
}

.y2 .flex li:nth-child(1) {
    border-left: 3px solid #4db278;
}

.y2 h4:before {
    background-color: #4db278;
}

.y3 {
    background-color: rgba(37, 119, 64, 0.1);
    margin-top: 64px;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.y3 .y_title span {
    background-color: #257740;
    font-size: 21px;
}

.y3 .y_title .triangle {
    border-left: 30px solid #257740;
}

.y3 .flex li:nth-child(1) {
    border-left: 3px solid #257740;
}

.y3 h4:before {
    background-color: #257740;
}

.y4 {
    background-color: rgba(21, 81, 38, 0.1);
    margin-top: 64px;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.y4 .y_title span {
    background-color: #155126;
    font-size: 21px;
}

.y4 .y_title .triangle {
    border-left: 30px solid #155126;
}

.y4 .flex li:nth-child(1) {
    border-left: 3px solid #155126;
    width: 100%;
}


.y4 .flex li:nth-child(2) {
    width: 0%;
}

.y4 h4:before {
    background-color: #155126;
}

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