@charset "utf-8";

h1 {
    width: 250px !important;
    padding: 10px;
}

.title_news {
    font-size: 60px !important;
    margin-bottom: 36px !important;
    margin-top: 20px;
}

.img_line {
    margin-bottom: 50px !important;
}

.section_news {
    padding-bottom: 20px;

}

/* アーティクル */
.title {
    font-size: 30px;
    font-weight: 800;
    width: fit-content;
    max-width: 800px;
    line-height: 1.4;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    letter-spacing: -0.2px;
}

.title small {
    font-size: 28px;
    color: #3A3A3C;
}

.pen img {
    width: 60px;
}

.subtitle {
    margin: 0 10px 25px;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
}

.slider {
    width: 90%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
}

.slider .slick-slide {
    height: auto !important;
}

.background00 {
    background-color: #f5f5f5;
}

.a_content01 {
    padding: 45px 0;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}

.a_content02 {
    padding: 45px 0;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}

.a_content03 {
    padding: 45px 0 0;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}

.a_content04 {
    padding: 25px 0 45px;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}

.a_content {
    padding: 0;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    align-items: flex-start;
}



.a_img {
    width: 35%;
}

.b_img {
    width: 45%;
}

.small {
    width: 35% !important;
}

.col_2_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px;
}

.col_2_img img {
    width: 48%;

    border-radius: 5px;
}

.w_85 {
    width: 85%;
    margin: 0 auto;
}

.center_text {
    width: 85%;
    text-align: justify;
    font-size: 15px;
    margin: 0 auto;
}

.a_text01 {
    width: 60%;
    text-align: justify;
    font-size: 15px;
}

.b_text01 {
    width: 50%;
    text-align: justify;
    font-size: 15px;
}

.c_text01 {
    width: 95%;
    text-align: justify;
    font-size: 15px;
    margin: 0 auto 20px;
}

.a_text01 b,
.b_text01 b,
.c_text01 b,
.center_text b {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.a_text01 strong,
.b_text01 strong,
.c_text01 strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

.c_text01 strong b {
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1.6;
}

b.lead {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 25px 0;
}

b.name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 0;
}


.b_text01 b span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    padding: 5px 10px;
    line-height: 1;
    background-color: #14dcff;
    color: white;
}

.c_text01 b span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    line-height: 1;
    background-color: #14dcff;
    color: white;
}

.a_text01 span,
.b_text01 span {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.6;
}

span.guest {
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    width: 90%;
    line-height: 1.5;
}

span.guest b {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.center_text .name {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.6;
}

.a_img img,
.full_img img,
.b_img img {
    border-radius: 5px;
    margin-bottom: 5px;
}

.full_img img {
    width: 95%;
    max-width: 860px;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

.full_img p.text_end {
    width: 85%;
    margin: 35px auto;
    text-align: justify;
}

a.text_link,
span.text_link {
    text-decoration: underline;
    color: rgb(55, 118, 201);
    display: inline-block;
    padding: 0 2px;
    font-weight: bold;
}

span.underline {
    font-weight: bold;
    display: inline-block;
    padding: 0 2px;

}

.back_PAGE {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 50px;
    width: 90%;
    text-align: center;
}

.back_PAGE a {
    display: inline-block;
}

.back_PAGE br {
    display: none;
}

@media only screen and (max-width: 750px) {

    .back_PAGE a {
        font-size: 14px;
        line-height: 1.2;
    }

    .back_PAGE br {
        display: block;
    }
}

/* アナウンス */

#news section {
    width: 85%;
    margin: 0 auto;

}

.a_top-img {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.a_top-img img {
    border-radius: 5px;
    width: 100%;
}

.event_ttl {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    max-width: 860px;
    margin: 75px auto;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.event_ttl:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 100%);
    height: 3px;
    width: 40%;
    display: inline-block;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#news section h5 {
    width: 100%;
    max-width: 860px;
    margin: 50px auto 20px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
    border-left: 10px solid rgb(55, 118, 201);
    box-sizing: border-box;
}

#news section dl {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

#news dl span {
    font-size: 15px;
    width: 100%;
    display: block;
    padding: 10px 0 0;

}

#news section dl dt {
    width: 140px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    padding: 10px 0;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 16px;
}

#news section dl dd strong {
    font-weight: bold;
    display: block;
    text-decoration: underline;
    padding-bottom: 3px;
}

#news section dl dd {
    width: calc(100% - 150px);
    box-sizing: border-box;
    letter-spacing: 0.2px;
    padding: 10px 0;
    line-height: 1.6;
    text-align: justify;
    font-size: 16px;
}

#news section dl dd b {
    color: rgba(255, 0, 0, 0.685);
    font-weight: bold;
    text-decoration: underline;
}

#news section dl dd .underline {
    text-decoration: underline;
    font-weight: normal;
}

#news section dl dd p {
    padding-left: 1em;
}

/* 追加分 */

#news section dl.L_list {
    width: 90%;
    margin: 0 auto 35px;
    display: flex;
}

#news section dl.L_list dt {
    width: 25%;
}

#news section dl.L_list dt img {
    width: 100%;
}

#news section dl.L_list dd {
    width: 75%;
    padding-left: 25px;
    font-size: 15px;
    box-sizing: border-box;
}

#news section dl.L_list dd .font_b {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    border-bottom: dotted #999999 1px;
    line-height: 1.4;
    width: 100%;
}

#news section dl.L_list dd .font_b small {
    font-size: 17px;
    display: block;
    text-align: left;
}

#news section dl.L_list dd strong {
    font-size: 17px;
    font-weight: bold;
    color: #3A3A3C;
    display: block;
    padding: 0 10px 10px 0;
    line-height: 1.4;
    text-decoration: none;
}

#news section dl.L_list dd small {
    color: #3A3A3C;
    font-size: 16px;
}


#news section dl.L_list img {
    border-radius: 5px;
    width: 100%;
}

/* ----------------講師リスト------------*/

#news section dl dd.point {
    font-weight: bold;
}

#news section dl dd.point b {
    display: block;
    color: crimson;
    padding: 10px 0 10px;
    font-weight: bold;
}

#news section dl dd.point ul li {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
    padding-left: 10px;
    line-height: 1.4;
}

#news section dl dd.point ul li:before {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url(../img/check.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    left: -20px;
    top: 5px;
}

/* 点滅 */
.blinking {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}

a.text_link {
    text-decoration: underline;
    color: #4158D0;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ここまで */


@media only screen and (max-width: 750px) {

    #news section dl dt,
    #news section dl dd {
        width: 100%;
    }

    #news section dl dt {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #news section dl.L_list {
        width: 90%;
        margin: 0 auto 35px;
        display: flex;
        flex-direction: column;
    }

    #news section dl.L_list dt {
        width: 80% !important;
        margin: 0 auto;
    }

    #news section dl.L_list dt img {
        width: 100%;
    }

    #news section dl.L_list dd {
        width: 100%;
        padding-left: 0;
        font-size: 15px;
        box-sizing: border-box;
    }

    #news section dl dd strong {
        display: inline-block;
    }
}

ul.col_2 {
    width: 100%;
    max-width: 860px;
    margin: 25px auto 50px;
    display: flex;
    justify-content: center;
}

ul.col_2 li {
    width: 40%;
    padding: 0 5%;
}

ul.col_2 li img {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0 auto 25px;
}

ul.col_2 li p {
    line-height: 1.4;
    text-align: justify;
    font-size: 15px;
}

ul.col_2 li p .profile {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

@media only screen and (max-width: 750px) {
    ul.col_2 li {
        width: 45%;
        padding: 0 2.5%;
    }

    ul.col_2 li p .profile br {
        display: none;
    }
}


#news section .backnumber {
    border-radius: 5px;
    margin: 50px auto 50px;
    padding: 30px 0;
    font-size: 28px;
    font-weight: bold;
    box-sizing: border-box;
}

.backnumber span {
    display: block;
    width: fit-content;
    border-radius: 5px;
    margin: 0 5px 10px;
    padding: 15px 30px;
    letter-spacing: 1px;
    background-image: linear-gradient(125deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 60%);
    filter: drop-shadow(1px 1px 1px rgb(230, 228, 228));
    border: 2px solid white;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

@media only screen and (max-width: 510px) {
    #news section .backnumber {
        font-size: 24px;
        width: 100%;
    }

    #news section .backnumber a {
        width: 100%;
    }
}

.a_text-inner {
    padding: 40px 0;
}

.announce_text {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.a_time {
    width: 85%;
    margin: 0 auto;
}

.a_time dt {
    font-weight: 700;
    padding: 30px 0;
}

.a_time dd {
    padding-left: 1em;
    text-indent: 0em;

}

.a_name {
    font-size: 25px;
    font-weight: 700;
    padding-right: 0.5rem;
    padding-left: 20px;
}

.a_people {
    align-items: flex-start;
    padding: 50px 0;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.a_people02 {
    width: 45%;
}

.a_people02 img {
    border-radius: 5px;

}

.introduction dt {
    padding: 20px 0;
}

.introduction dd {
    padding-left: 20px;
}


/* 文字サンプル */
.text_sample {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    line-height: 40px;
}

.text_sample p {
    width: 30%;
}

strong.lead {
    display: block;
    width: 90%;
    margin: 50px auto;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify !important;
    max-width: 860px;
}

strong.lead_insert {
    display: block;
    width: 90%;
    margin: 25px auto 0;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify !important;
}

strong.headline {
    display: block;
    margin: 20px auto 10px;
    font-weight: bold;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify !important;
}

.c_thick {
    font-weight: 800;
}

.c_change {
    display: inline-block;
    background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
    background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c_line00 {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
    display: inline-block;
}

.c_line01 {
    text-decoration: underline;
    text-decoration-style: wavy;
}

@media only screen and (min-width: 980px) {
    .slider img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 980px) {
    .pen_top {
        width: 90%;
        margin: 0 auto;
    }

    .title br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {

    .title {
        font-size: 24px;
        text-align: left;
        padding-left: 15px;
        margin-top: 25px;
    }

    .pen img {
        width: 45px;
    }

    .pen_top {
        width: 90%;
        margin: 0 auto;
    }

    .a_content01,
    .a_content03 {
        display: block;
    }

    .a_text01,
    .b_text01 {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .col_2_img {
        flex-direction: column;
    }

    .a_img,
    .b_img,
    .col_2_img img {
        width: 95%;
        margin: 15px auto;
    }

    .w_85 {
        width: 90%;
        margin: 0 auto;
    }


    .a_content02 {
        flex-flow: column-reverse;
    }

    /* アーティクル */
    .slider img {
        height: auto;
    }

    .pc_none {
        display: block;
    }

    /* アナウンス */
    .a_people {
        display: block;
    }

    .a_people02 {
        width: 80%;
        margin: 0 auto;
    }

    .a_name {
        font-size: 20px;
    }

    .text_sample {
        display: block;
    }

    .text_sample p {
        width: 100%;
        margin: 0 auto;
    }
}

ul.company_list {
    width: 85%;
    margin: 35px auto !important;
    background-color: white;
    padding: 50px 25px 25px;
    box-sizing: border-box;
    text-align: center;
    max-width: 760px;
}

ul.company_list li {
    margin: 0 auto 50px;
}

ul.company_list li strong {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #3A3A3C;
    display: block;
    width: fit-content;
    line-height: 1.4;
}

ul.company_list li dl dt {
    font-weight: bold;
    color: white;
    background: rgb(102, 204, 255);
    margin: 0 auto 15px !important;
    padding: 2px 15px !important;
    width: fit-content !important;
    display: block;
    border-radius: 15px;
}

ul.company_list li dl dd {
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
}

ul.company_list li dl dd br {
    display: none;
}

/* グラデーションを設定したい要素に対するCSS */
.gradient-border {
    background-color: white;
    border-width: 5px;
    /* ボーダーの幅を指定 */
    border-style: solid;
    /* ボーダーのスタイルを指定 */
    border-image: linear-gradient(90deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 100%);
    border-image-slice: 1;
    /* ボーダーのスライスを設定（通常は1を指定） */
    border-radius: 10px;
    /* 角丸を設定 */
}

/*調整*/

.pb_50 {
    padding-bottom: 50px;
}

.pt_30 {
    padding-top: 30px !important;
}

@media only screen and (max-width: 750px) {

    ul.company_list li strong {
        font-size: 16px;
    }

    ul.company_list li dl dd {
        font-size: 15px;
        font-weight: normal;
    }

    ul.company_list li dl dd br {
        display: none !important;
    }

    ul.company_list li dl dd br {
        display: block;
    }
}

.PC_only_ {
    display: block;
}

.SP_only_ {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .PC_only_ {
        display: none !important;
    }

    .SP_only_ {
        display: block !important;
    }

}

.col_3 {
    width: 90%;
    margin: 0 auto;
}

.col_3 li {
    width: 100%;
    display: flex;
    margin: 0 0 45px;
    align-items: flex-start;
    flex-flow: row wrap;
}

.col_3 li img {
    width: 30%;
    min-width: 180px;
    align-self: auto;

}

.col_3 li:nth-child(odd) p {
    flex: 1;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    font-size: 15px;
    text-align: justify;
}

.col_3 li:nth-child(even) p {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    font-size: 15px;
    text-align: justify;
}

@media only screen and (max-width: 750px) {
    .col_3 li img {
        width: 100%;
        min-width: auto;
    }

    .col_3 li:nth-child(odd) p {
        padding: 20px 0 0;
    }


    .col_3 li:nth-child(even) p {
        padding: 20px 0 0;
    }
}



.col_3 li p strong {
    font-weight: bold;
    display: block;
    font-size: 17px;
    line-height: 1.6;
    padding: 0 0 10px;
}

.col_3 li p b {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

.lead_ttl {
    width: 86%;
    margin: 0 auto 0;
    padding: 45px 0 0;
}

.lead_ttl b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
}

.lead_ttl b span {
    font-size: 18px;
    display: block;
    padding-left: 10px;
}