@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: 259px 1px;
    background-position: center top;
    left: 0;
    top: 0;
    z-index: -2;
}

/* =====================
  共通
===================== */
.article .wrapper{
    max-width: 1180px;
}

/* =====================
  MV
===================== */
.mv01{
    background-image: url("../../img/top/mv/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}
.mv01 .swiper-container{
    max-width: 1300px;
    height: 100%;
}
.swiper-wrapper{
    height: 100%;
}
.mv01 .swiper-pagination{
    bottom: 16px;
    text-align: right;
    padding-right: 16px;
}
.mv01 .swiper-pagination-bullet{
    width: 38px;
    height: 38px;
    border-radius: var(--radiusPill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border:  1px solid white;
    font-size: var(--fz-xsmall);
    font-weight: bold;
    background: transparent;
    opacity: 1;
    margin: 0 12px!important;
}
.mv01 .swiper-pagination-bullet-active{
    background: rgba(0,56,118,.4);
    border: 1px solid transparent;
}
.mv01 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
}
.mv01 .swiper-slide{
    height: 100%;
}
.mv01 .swiper-slide picture{
    display: block;
    height: 100%;
}

/* =====================
  バナー
===================== */
.mv02{
    height: 210px;
}
.mv02 .swiper-container,
.mv02 .swiper-wrapper{
    height: 100%;
}
.mv02 .swiper-slide{
    width: 380px;
    position: relative;
    height: 100%;
    text-align: center;
}
.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{
    object-fit: contain;
    height: 100%;
}
.mv02 .swiper-pagination{
    position: static;
    margin-top: 40px;
    margin-bottom: 70px;
}
.mv02 .swiper-pagination-bullet{
    background-color: #e3e8f1;
    opacity: 1;
    margin: 0 8px!important;
}
.mv02 .swiper-pagination-bullet-active{
    background-color: var(--black);
}
.mv02 .swiper-button-prev,
.mv02 .swiper-button-next{
    width: 50px;
    height: 120px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 45px;
    z-index: 10;
    cursor: pointer;
}
.mv02 .swiper-button-prev::after,
.mv02 .swiper-button-next::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    top: 50%;
    margin-top: -10px;
}
.mv02 .swiper-button-prev{
    left: 0;
}
.mv02 .swiper-button-prev::after{
    transform: rotate(135deg);
    left: 50%;
    margin-left: -5px;
}
.mv02 .swiper-button-next{
    right: 0;
}
.mv02 .swiper-button-next::after{
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -5px;
}

/* =====================
  重要なお知らせ
===================== */
.article[data-id="1"]{
    padding-top: 90px;
    padding-bottom: 90px;
}
.article[data-id="1"] .wrapper{
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    width: 1120px;
    padding: 37px 40px 44px;
}
.article[data-id="1"] h2{
    color: var(--sky);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 22px;
}
.article[data-id="1"] h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 11px;
}
.article[data-id="1"] p{
    line-height: 2.1;
}

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

/* =====================
  事業内容
===================== */
.article[data-id="3"]{
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: rgb(135 191 227 / 20%);
}
.article[data-id="3"] .wrapper{
    width: 1120px;
}
.article[data-id="3"] h2{
    font-size: var(--fz-xsmall);
    margin-bottom: 36px;
    font-weight: bold;
    text-align: center;
}
.article[data-id="3"] h2::before{
    font-size: 40px;
    color: var(--sky);
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

/* =====================
  リンク
===================== */
.article[data-id="4"]{
    padding-top: 90px;
    padding-bottom: 95px;
}
.article[data-id="4"] .unit{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px;
}
.article[data-id="4"] .unit .item{
    background-color: var(--white);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 17px 18px 30px;
    transition: var(--all-animation);
}
.article[data-id="4"] .unit .item picture{
    display: block;
    margin-bottom: 13px;
}
.article[data-id="4"] .unit .item h2{
    font-size: 20px;
    color: var(--sky);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.article[data-id="4"] .unit .item p{
    font-size: var(--fz-xsmall);
    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: 96px;
    background-color: rgb(135 191 227 / 20%);
    background-image: url(../../img/top/article05/02.png);
    background-position: right top;
    background-repeat: no-repeat;
    /* background-size: 56% auto; */
}
.article[data-id="5"] .wrapper{
    display: flex;
    max-width: 1300px;
}
.article[data-id="5"] h2{
    margin-bottom: 43px;
}
.article[data-id="5"] h2 .ja{
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
}
.article[data-id="5"] h2 .en{
    color: var(--sky);
    display: inline-flex;
    align-items: center;
    letter-spacing: .07em;
    font-weight: bold;
}
.article[data-id="5"] h2 .en::after{
    display: inline-block;
    content: "";
    width: 95px;
    height: 1px;
    background-color: var(--sky);
    margin-left: 15px;
}
.article[data-id="5"] .unit[data-id="1"]{
    margin-right: -200px;
}
.article[data-id="5"] .unit[data-id="1"] img{
    max-width: inherit;
}
.article[data-id="5"] .unit[data-id="2"]{
    margin-right: 100px;
    margin-top: 45px;
}
.article[data-id="5"] p{
    line-height: 2.13;
}
.article[data-id="5"] .button{
    margin-top: 44px;
    text-align: right;
}

/* =====================
  賛助会員
===================== */
.article[data-id="6"]{
    padding-top: 70px;
}
.article[data-id="6"] .item{
    display: grid;
    grid-template-columns: auto auto 30px;
    background-color: var(--white);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    padding: 28px;
    align-items: center;
    transition: var(--all-animation);
}
.article[data-id="6"] h2{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.article[data-id="6"] h2 .ja{
    font-size: 30px;
    font-weight: bold;
    margin-right: 20px;
}
.article[data-id="6"] h2 .en{
    color: var(--sky);
    display: inline-flex;
    align-items: center;
    letter-spacing: .07em;
    font-weight: bold;
}
.article[data-id="6"] h2 .en::after{
    display: inline-block;
    content: "";
    width: 133px;
    height: 1px;
    background-color: var(--sky);
    margin-left: 45px;
    display: none;
}
.article[data-id="6"] .item:hover{
    box-shadow: 3px 8px 10px rgba(0,0,0,.1);
}

/* =====================
  セミナー・インフォメーション
===================== */
.article[data-id="7"]{
    padding-top: 70px;
    padding-bottom: 70px;
}
.article[data-id="7"] .wrapper{
    display: grid;
    grid-template-columns: 50% 50%;
}
.article[data-id="7"] .unit{
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}
.article[data-id="7"] .unit h2{
    color: var(--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 1.8em;
}
.article[data-id="7"] .unit h2 .ja{
    font-size: 20px;
    font-weight: bold;
    margin-left: .8em;
}
.article[data-id="7"] .unit h2 .en{
    font-size: var(--fz-mini);
    opacity: .5;
    margin-left: 2em;
}
.article[data-id="7"] .unit h2 .en::before{
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--white);
    vertical-align: middle;
    margin-right: 1.5em;
}
.article[data-id="7"] .unit .item{
    border-top: 1px solid var(--sky);
    border-bottom: 1px solid var(--sky);
    height: calc(100% - 60px);
    font-size: var(--fz-small);
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
}
.article[data-id="7"] .unit .item .box{
    max-height: 258px;
    overflow: auto;
}
.article[data-id="7"] .unit .item .obj{
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 16px;
    padding-bottom: 14px;
}
.article[data-id="7"] .unit .date{
    color: #747474;
    font-weight: bold;
    margin-bottom: 7px;
    display: inline-block;
}
.article[data-id="7"] .unit .ttl::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: var(--i-right);
    flex: none;
    vertical-align: 2px;
}
.article[data-id="7"] .unit .category{
    border: 1px solid var(--blue);
    border-radius: var(--radiusPill);
    font-size: var(--fz-mini);
    padding: 3px 10px;
    color: var(--blue);
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    margin-left: 8px;
}
.article[data-id="7"] .button{
    margin-top: auto;
    padding-top: 32px;
}

/* ==== セミナー ==== */
.article[data-id="7"] .unit[data-id="1"] .item{
    border-left: 1px solid var(--sky);
    border-bottom-left-radius: 10px;
    position: relative;
}
.article[data-id="7"] .unit[data-id="1"] .item::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    right: 0;
    top: 5%;
    background-color: #e9e9e9;
}
.article[data-id="7"] .unit[data-id="1"] h2{
    background-color: var(--sky);
    margin-right: 0.6em;
}
.article[data-id="7"] .unit[data-id="1"] h2 [data-icon="seminar"]{
    width: 39px;
    height: 34px;
}
.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: 16px;
    height: 18px;
    vertical-align: -2px;
    margin-right: .5em;
}

/* ==== インフォメーション ==== */
.article[data-id="7"] .unit[data-id="2"] .item{
    border-right: 1px solid var(--sky);
    border-bottom-right-radius: 10px;
}
.article[data-id="7"] .unit[data-id="2"] h2{
    background-color: var(--darkblue);
    margin-left: 0.6em;
}
.article[data-id="7"] .unit[data-id="2"] h2 [data-icon="info"]{
    width: 33px;
    height: 34px;
}