@charset "UTF-8";

/* CSS Document */

body {
    counter-reset: index 0;
}

.main {
    width: 100%;
}

.mainbg {
    display: block;
    position: relative;
    padding-left: 0px;
    background-image: url("images/system_main_2022.webp");
    background-size: cover;
    background-position: center;
    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;
}

.system strong {
    background-color: #faff6a;
}

.system .about {
    width: 100%;
}

.system .about figure {
    width: 100%;
}

.system .about img {
    max-width: none;
    margin: auto;
    width: 100%;
}

.system .card {
    max-width: 1400px;
    margin: auto;
    padding-top: 12px 0;
}

.system 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) {
    .system h2 {
        font-size: 30px;
        line-height: 44px;
    }
}

@media screen and (max-width: 768px) {
    .system h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.system p {
    font-size: 17px;
    text-align: left;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .system p {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
    }
}

.system .point {
    background-color: #35383f;
}

.system .point .flex {
    text-align: left;
    color: white;
    justify-content: space-between;
    align-items: stretch;
}

.system .point .flex li {
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 0;
    display: flex;
}

.system .point .flex li::before {
    content: "";
    background-image: url("images/system_icon_check.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
    width: 28px;
    min-width: 28px;
    height: 28px;
}

.system .point .flex>*:nth-child(1) {
    width: 25%;
    text-align: center;
}

.system .point .flex>*:nth-child(2) {
    width: 75%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .system .point .flex>*:nth-child(1) {
        width: 100%;
    }

    .system .point .flex>*:nth-child(2) {
        width: 100%;
    }
}

.system .point figure img {
    height: 230px;
}

@media screen and (max-width: 768px) {
    .system .point figure img {
        height: 160px;
    }
}

.system .card h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    text-align: left;
    width: 100%;
    margin: 0 0 16px 0;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .system .card h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

.system .card h3:before {
    counter-increment: number 1;
    content: counter(number) " ";

    font-size: 28px;
    line-height: 64px;
    width: 36px;
    min-width: 36px;
    background-color: #35383f;
    color: white;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-right: 12px;
}

.system .sec01 {
    max-width: 1400px;
    margin: auto;
    counter-reset: number 0;
}

.system .sec01 .flex,
.system .sec02 .flex {
    justify-content: space-between;
    align-items: stretch;
}

.system .sec01 .flex>*:nth-child(1),
.system .sec02 .flex>*:nth-child(1),
.system .sec04 .flex>*:nth-child(1),
.system .sec05 .flex>*:nth-child(1) {
    width: 60%;
    text-align: center;
    margin-right: 24px;
}

.system .sec01 .flex>*:nth-child(2),
.system .sec02 .flex>*:nth-child(2),
.system .sec04 .flex>*:nth-child(2),
.system .sec05 .flex>*:nth-child(2) {
    width: 40%;
    margin-left: 24px;
}

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

    .system .sec01 .flex>*:nth-child(1),
    .system .sec02 .flex>*:nth-child(1),
    .system .sec04 .flex>*:nth-child(1),
    .system .sec05 .flex>*:nth-child(1) {
        width: 100%;
        margin: 24px 0;
    }

    .system .sec01 .flex>*:nth-child(2),
    .system .sec02 .flex>*:nth-child(2),
    .system .sec04 .flex>*:nth-child(2),
    .system .sec05 .flex>*:nth-child(2) {
        width: 100%;
        margin: 24px 0;
    }
}

.system .sec01 p,
.system .sec02 p {
    padding: 0 16px 16px 0;
}

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

    .system .sec01 p,
    .system .sec02 p {
        padding: 0 0 16px 0;
    }
}

.system .sec02 h4 {
    background-color: #d9e021;
    padding: 6px 18px;
    max-width: 640px;
    width: 100%;
    margin: 24px auto;
    display: block;
    border-radius: 60px;
}

.system .sec03 p {
    margin-top: 16px;
}

.system .sec06 img {
    width: 100%;
    max-width: none;
    display: block;
}

.system .sec07 img {
    width: 100%;
    max-width: none;
    display: block;
}

.system .prg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
    margin-bottom: 24px;
    background-color: #eee;
}

.system .prg h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

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

.system .prg:before {
    counter-increment: index 1;
    content: counter(index) "回目";
    background-color: #009fd9;
    color: white;
    width: 100px;

    height: auto;
    text-align: center;
    font-size: 14px;
    flex-grow: 0;
    min-width: 100px;
}

.system .movie02,
.system .movie03 {
    background-color: #2b2e30;
    padding: 16px;
}

.system .movie02 h4 {
    background-color: none;
}

.system .movie02 p,
.system .movie03 p {
    text-align: center;
    color: white;
    font-size: 15px;
}

.system .movie02 video {
    max-width: 720px;
    width: 100%;
    margin: auto;
}

.system .movie03 video {
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.system .prg li {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 16px 12px 16px;
    flex-grow: 1;
}

.system .sec03 .half>* {
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .system .sec03 .half>* {
        width: 100% !important;
        margin: 24px 0;
    }
}

.system .sec03 .half>*:first-child {
    margin-right: 24px;
}

.system .sec03 .half>*:last-child {
    margin-left: 24px;
}

@media screen and (max-width: 768px) {
    .system .sec03 .half>*:last-child {
        margin-left: 0;
    }
}

.system .sec03 img {
    width: 100%;
}

.system .sec03 ul li:nth-child(4):before {
    content: "3";
}

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