@charset "UTF-8";
.top-contents{
    position: relative;
}
.top-contents::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/01.png);
    background-size: 33.46666666vw 1px;
    background-position: center top;
    left: 0;
    top: 0;
    z-index: -2;
}

/* =====================
  共通
===================== */
.article .wrapper{
    max-width: 89.33333333vw;
}

/* =====================
  MV
===================== */
.mv01{
    background-image: url("../../img/top/mv/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv01 .swiper-container{
    max-width: 100%;
}
.mv01 .swiper-pagination{
    bottom: 2vw;
    text-align: right;
    padding-right: 2vw;
}
.mv01 .swiper-pagination-bullet{
    width: 7.6vw;
    height: 7.6vw;
    border-radius: var(--radiusPill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border:  1px solid white;
    font-size: var(--fz-small);
    font-weight: bold;
    background: transparent;
    opacity: 1;
    margin: 0 2vw!important;
}
.mv01 .swiper-pagination-bullet-active{
    background: rgba(0,56,118,.4);
    border: 1px solid transparent;
}

.mv01 img{
    aspect-ratio: 2 / 1;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

/* =====================
  バナー
===================== */
.mv02 .swiper-slide{
    width: 380px;
    position: relative;
}
.mv02 .swiper-slide .more{
    position: absolute;
    right: .7em;
    bottom: .7em;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-size: var(--fz-small);
    text-shadow: 0px 0px 4px var(--black);
}
.mv02 .swiper-slide .more [data-icon="w-more"] {
    margin-left: .5em;
    filter: drop-shadow(0 0 2px var(--black));
}
.mv02 img{
    width: 100%;
    aspect-ratio: 4/2.3;
    object-fit: cover;
}
.mv02 .swiper-pagination{
    position: static;
    margin-top: 4vw;
    margin-bottom: 13vw;
}
.mv02 .swiper-pagination-bullet{
    background-color: #e3e8f1;
    opacity: 1;
    margin: 0 8px!important;
    width: 2.66666666vw;
    height: 2.66666666vw;
}
.mv02 .swiper-pagination-bullet-active{
    background-color: var(--black);
}
.mv02 .swiper-button-prev,
.mv02 .swiper-button-next{
    width: 10vw;
    height: 24vw;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 9.5vw;
    z-index: 10;
    cursor: pointer;
}
.mv02 .swiper-button-prev::after,
.mv02 .swiper-button-next::after{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    top: 50%;
    margin-top: -2vw;
}
.mv02 .swiper-button-prev{
    left: 0;
}
.mv02 .swiper-button-prev::after{
    transform: rotate(135deg);
    left: 50%;
    margin-left: -1vw;
}
.mv02 .swiper-button-next{
    right: 0;
}
.mv02 .swiper-button-next::after{
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -1vw;
}

/* =====================
  重要なお知らせ
===================== */
.article[data-id="1"]{
    padding-bottom: 15vw;
}
.article[data-id="1"] .wrapper{
    background-color: var(--white);
    border-radius: 1.33333333vw;
    border: 1px solid #d6d6d6;
    padding: 7vw 6vw;
}
.article[data-id="1"] h2{
    color: var(--sky);
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5vw;
}
.article[data-id="1"] h3{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4vw;
}
.article[data-id="1"] p{
    line-height: 2.1;
    font-size: var(--fz-small);
}

/* =====================
  セミナー
===================== */
.article[data-id="2"]{
    padding-top: 14.3vw;
    padding-bottom: 17.5vw;
    position: relative;
    background-color: var(--white);
}
.article[data-id="2"]::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 80vw;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-image: url(../../img/top/article02/bg_2x.png);
}
.article[data-id="2"] .wrapper{
    position: relative;
    z-index: 1;
}
.article[data-id="2"] h2{
    font-size: var(--fz-small);
    margin-bottom: 8vw;
    font-weight: bold;
    text-align: center;
    color: var(--white);
}
.article[data-id="2"] h2::before{
    font-size: 8vw;
    display: block;
    line-height: 1;
    margin-bottom: 1.5vw;
}
.article[data-id="2"] h2 + p{
    color: var(--white);
}
.article[data-id="2"] .button{
    margin-top: 7vw;
}

/* =====================
  事業内容
===================== */
.article[data-id="3"]{
    padding-top: 15vw;
    padding-bottom: 15.33333333vw;
    background-color: rgb(135 191 227 / 20%);
}
.article[data-id="3"] h2{
    font-size: var(--fz-xsmall);
    margin-bottom: 6.5vw;
    font-weight: bold;
    text-align: center;
}
.article[data-id="3"] h2::before{
    font-size: 8vw;
    color: var(--sky);
    display: block;
    line-height: 1;
    margin-bottom: 1.5vw;
}

/* =====================
  リンク
===================== */
.article[data-id="4"]{
    padding-top: 15.5vw;
    padding-bottom: 16vw;
}
.article[data-id="4"] .unit{
    display: grid;
    gap: 5.2vw;
}
.article[data-id="4"] .unit .item{
    background-color: var(--white);
    border: 1px solid #d6d6d6;
    border-radius: 1.33333333vw;
    padding: 5vw 4.5vw 5.2vw;
    transition: var(--all-animation);
}
.article[data-id="4"] .unit .item picture{
    display: block;
    margin-bottom: 3.5vw;
}
.article[data-id="4"] .unit .item picture img{
    width: 100%;
}
.article[data-id="4"] .unit .item h2{
    font-size: 4.53333333vw;
    color: var(--sky);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5vw;
}
.article[data-id="4"] .unit .item p{
    line-height: 1.8;
}
.article[data-id="4"] .unit .item:hover{
    box-shadow: 3px 8px 10px rgba(0,0,0,.1);
}

/* =====================
  ABOUT
===================== */
.article[data-id="5"]{
    padding-top: 13.7vw;
    padding-bottom: 18vw;
    background-color: rgb(135 191 227 / 20%);
}
.article[data-id="5"] .wrapper{
    position: relative;
}
.article[data-id="5"] h2{
    position: absolute;
    top: 0;
    left: 0;
}
.article[data-id="5"] h2 .ja{
    font-size: 7.46666666vw;
    font-weight: bold;
    display: block;
    margin-top: .5vw;
}
.article[data-id="5"] h2 .en{
    color: var(--sky);
    display: inline-flex;
    align-items: center;
    letter-spacing: .07em;
    font-weight: bold;
    font-size: var(--fz-small);
    line-height: 1;
}
.article[data-id="5"] h2 .en::after{
    display: inline-block;
    content: "";
    width: 20.53333333vw;
    height: 1px;
    background-color: var(--sky);
    margin-left: 15px;
}
.article[data-id="5"] .unit[data-id="1"]{
    margin-left: -5.3vw;
    margin-right: -5.3vw;
    display: block;
    padding-top: 25vw;
}
.article[data-id="5"] .unit[data-id="2"]{
    margin-top: 4vw;
}
.article[data-id="5"] p{
    line-height: 1.8;
}
.article[data-id="5"] .button{
    margin-top: 10vw;
    text-align: center;
}

/* =====================
  賛助会員
===================== */
.article[data-id="6"]{
    padding-top: 17.5vw;
}
.article[data-id="6"] .item{
    display: block;
    grid-template-columns: auto auto 30px;
    background-color: var(--white);
    border: 1px solid #d6d6d6;
    border-radius: 1.33333333vw;
    padding: 5vw 4.5vw 9.3vw;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    align-items: center;
    transition: var(--all-animation);
    position: relative;
}
.article[data-id="6"] picture{
    display: block;
    padding-top: 24.2vw;
    margin-bottom: 4.3vw;
}
.article[data-id="6"] h2{
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    left: 4.5vw;
    top: 9.8vw;
}
.article[data-id="6"] h2 .ja{
    font-size: 4.133333vw;
    font-weight: bold;
    margin-top: .5vw;
}
.article[data-id="6"] h2 .en{
    color: var(--sky);
    display: inline-flex;
    align-items: center;
    letter-spacing: .07em;
    font-weight: bold;
    font-size: var(--fz-small);
}
.article[data-id="6"] h2 .en::after{
    display: inline-block;
    content: "";
    width: 14.4vw;
    height: 1px;
    background-color: var(--sky);
    margin-left: 1em;
}
.article[data-id="6"] p{
    line-height: 1.85;
}
.article[data-id="6"] .item:hover{
    box-shadow: 3px 8px 10px rgba(0,0,0,.1);
}
.article[data-id="6"] [data-icon="b-more"]{
    position: absolute;
    right: 4.5vw;
    top: 11.5vw;
}

/* =====================
  セミナー・インフォメーション
===================== */
.article[data-id="7"]{
    padding-top: 15.5vw;
    padding-bottom: 2.5vw;
}
.article[data-id="7"] .wrapper{
    display: block;
    max-width: 100%;
}
.article[data-id="7"] .unit h2{
    color: var(--white);
    height: 15vw;
    display: flex;
    align-items: center;
    padding-left: 5vw;
}
.article[data-id="7"] .unit h2 .ja{
    font-size: 4.53333333vw;
    font-weight: bold;
    margin-left: 2vw;
}
.article[data-id="7"] .unit h2 .en{
    font-size: var(--fz-mini);
    opacity: .5;
    margin-left: 3vw;
}
.article[data-id="7"] .unit h2 .en::before{
    display: inline-block;
    content: "";
    width: 9.33333333vw;
    height: 1px;
    background-color: var(--white);
    vertical-align: middle;
    margin-right: 3vw;
}
.article[data-id="7"] .unit .item{
    font-size: var(--fz-small);
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 12.5vw;
}
.article[data-id="7"] .unit .item .box{
    max-height: 78vw;
    overflow: auto;
}
.article[data-id="7"] .unit .item .obj{
    display: block!important;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 6.7vw;
    padding-bottom: 5vw;
    background-color: var(--white);
}
.article[data-id="7"] .unit .date{
    color: #747474;
    font-weight: bold;
    margin-bottom: 2.5vw;
    display: inline-block;
}
.article[data-id="7"] .unit .ttl{
    text-overflow: inherit;
    overflow: auto;
    white-space: inherit;
}
.article[data-id="7"] .unit .ttl::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: var(--i-right);
    flex: none;
    margin-top: .5vw;
}
.article[data-id="7"] .unit .category{
    border: 1px solid var(--blue);
    border-radius: var(--radiusPill);
    font-size: var(--fz-mini);
    padding: .5vw 2vw;
    color: var(--blue);
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    margin-left: 2vw;
}
.article[data-id="7"] .button{
    margin-top: auto;
    padding-top: 5.2vw;
}
.article[data-id="7"] .no-data{
    margin-top: 10vw;
}

/* ==== セミナー ==== */
.article[data-id="7"] .unit[data-id="1"] .item{
    position: relative;
}
.article[data-id="7"] .unit[data-id="1"] h2{
    background-color: var(--sky);
}
.article[data-id="7"] .unit[data-id="1"] h2 [data-icon="seminar"]{
    width: 9.2vw;
    height: 8vw;
}
.article[data-id="7"] .unit[data-id="1"] .date::before{
    display: inline-block;
    content: "";
    background-image: var(--i-schedule);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    vertical-align: -.5vw;
    margin-right: .5em;
}

/* ==== インフォメーション ==== */
.article[data-id="7"] .unit[data-id="2"] h2{
    background-color: var(--darkblue);
}
.article[data-id="7"] .unit[data-id="2"] h2 [data-icon="info"]{
    width: 8.13333333vw;
    height: 8.13333333vw;
}