@charset "UTF-8";
/* education/wings01.phpのスタイル */
p, li {
    font-weight: lighter;
}
/* ===============================================
                SPスタイル
=============================================== */
@media screen and (max-width: 768px) {

    /* ↓↓↓ === ページ内共通 === ↓↓↓ */
    .sec_ttl {
        width: 100%;
        font-size: 2.4rem;
        font-weight: 700;
        font-style: italic;
        color: #002D69;
        text-align: center;
    }
    .sec_lead {
        width: 100%;
        margin-top: 0.5rem;
        font-style: italic;
        font-weight: bold;
        text-align: center !important
    }
    /* ↑↑↑ === ページ内共通 === ↑↑↑ */


    .wings01_sec01 h3 {
        text-align: center;
    }
    .wings01_sec01 h3 span {
        display: block;
    }
    .wings01_sec01 .sub-ttl {
        margin-top: 2.64rem;
        font-style: italic;
    }
    .wings01_sec01 .title-32 {
        margin: 1rem auto;
    }
    .wings01_sec01 p:nth-child(2) {
        margin-top: 1rem;
    }
    .wings01_sec01 p:last-child {
        box-sizing: border-box;
        width: 100%;
        margin-top: 30px;
        text-align: justify;
    }


    .wings01_sec02, .wings01_sec03 {
        margin-top: 6rem;
    }
    .wings01_sec02 {
        box-sizing: border-box;
        width: 100%;
    }
    .wings01_sec02 div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 3rem;
        font-weight: lighter;
        color: #333;
    }
    .wings01_sec02 div h4 {
        width: 100%;
        margin-top: 2rem;
        color: #002D69;
        font-weight: 500;
        text-align: left;
        order: 2;
    }
    .wings01_sec02 div h4 img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .wings01_sec02 div figure {
        width: 100%;
        position: relative;
        order: 1;
    }
    .wings01_sec02 div figure:after {
        content: "";
        display: block;
        width: 7rem;
        height: 7rem;
        border-radius: 3.5rem;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: -1rem;
        left: 1rem;
    }
    .wings01_sec02 div.sec02_item01 figure:after {
        background: url('../image/fig_logo_jal.gif') center center / contain no-repeat;
    }
    .wings01_sec02 div.sec02_item02 figure:after {
        background: url('../image/fig_logo_ana.gif') center center / contain no-repeat;
    }
    .wings01_sec02 figure figcaption {
        text-align: left;
    }
    .wings01_sec02 div p {
        text-align: justify;
        order: 3;
    }


    .wings01_sec03 figure {
        margin-top: 3rem;
    }
    .wings01_sec03 figcaption {
        font-weight: lighter;
        color: #333;
        text-align: left;
    }

}


/* ===============================================
                PCスタイル
=============================================== */
@media screen and (min-width: 769px) {

    /* ↓↓↓ === 共通 === ↓↓↓ */
    .sec_ttl {
        width: 100%;
        font-size: 2.4rem;
        font-weight: 700;
        font-style: italic;
        color: #002D69;
        text-align: center;
    }
    .sec_lead {
        width: 100%;
        margin-top: 0.5rem;
        font-style: italic;
        font-weight: bold;
    }
    /* ↑↑↑ === 共通 === ↑↑↑ */

    .wings01_sec01 h3 {
        text-align: center;
    }
    .wings01_sec01 h3 span {
        display: block;
    }
    .wings01_sec01 .sub-ttl {
        font-style: italic;
    }
    .wings01_sec01 .title-32 {
        margin-bottom: 1rem;
    }
    .wings01_sec01 p:last-child {
        margin-top: 30px;
        text-align: justify;
    }


    .wings01_sec02 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 90px;
    }
    .wings01_sec02 div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: space-between;
        width: 31.5%;
        margin-top: 30px;
    }
    .wings01_sec02 h4 {
        width: 100%;
        margin-top: 30px;
        color: #002D69;
        font-weight: 500;
        text-align: left;
        line-height: 1.2;
        order: 2;
    }
    .wings01_sec02 div figure {
        order: 1;
        position: relative
    }
    .wings01_sec02 h4 img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .wings01_sec02 div p {
        font-weight: lighter;
        text-align: justify;
        color: #333;
        order: 3;
    }
    .wings01_sec02 figure:after {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 35px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: -10px;
        left: 10px;
    }
    .sec02_item01 figure:after {
        background: url('../image/fig_logo_jal.gif') center center / contain no-repeat;
    }
    .sec02_item02 figure:after {
        background: url('../image/fig_logo_ana.gif') center center / contain no-repeat;
    }
    .wings01_sec02 figure figcaption{
        font-size: 1.4rem;
        font-weight: lighter;
        text-align: left;
        color: #333;
    }


    .wings01_sec03 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 90px;
    }
    .wings01_sec03 figure {
        width: 31.5%;
        margin-top: 30px;
    }
    .wings01_sec03 figure figcaption{
        font-size: 1.4rem;
        font-weight: lighter;
        text-align: left;
        color: #333;
    }
}