@charset "UTF-8";
section.fv {
    background: #fff;
}
video.sp {
    display: none;
}

.wrap {
    padding: 50px 0px 100px;
}

.area {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

section.fv video {
    width: 100%;
}

.inner {
    /* max-width: 900px; */
    width: 100%;
    margin: 0 0 0 auto;
    margin-top: 50px;
}

.wrap section {
    padding: 50px 15px;
    overflow-x: hidden;
}

p.top01_txt {
    font-size: 20px;
    font-weight: 600;
}

p.top01_tit {
    font-size: 32px;
    font-weight: 600;
    display: block;
}

.cmn_contact_area {
    max-width: 780px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

p.cmn_contact_txt {
    font-size: 18px;
    font-weight: 600;
}

.top_shadow_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top_shadow_box {
    max-width: 600px;
    width: 49%;
    box-shadow: 1px 1px 10px rgb(0 242 210 / 100%) inset;
    border-radius: 16px;
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
}

.num_in {
    max-width: 290px;
    width: 100%;
    margin: auto;
}

.num_in2 {
    max-width: 325px;
    width: 100%;
    margin: auto;
}

.sns_icon_box {
    display: flex;
    align-items: center;
}

.sns_icon {
    display: flex;
    align-items: center;
    height: 35px;
}

p.sns_name {
    /* padding: 0 0 3px; */
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.sns_icon_01 {
    position: relative;
}

.sns_icon_01:before {
    content: "";
    background: url(../img/logo_deco01.png)no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 25px;
}

.sns_icon_02 {
    position: relative;
}

.sns_icon_02:before {
    content: "";
    background: url(../img/logo_deco02.png)no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 25px;
}

.num_txt_box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

p.num_tit {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  text-shadow: 3px 3px 0px #333; */
}

p.num_txt {
    font-size: 24px;
    margin-left: 5px;
}

p.num_mini {
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
    color: #383838;
}

section.top03 .btn02 {
    margin: 50px auto 0;
}

p.top03_in_tit {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.top03_icon_ar {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.top03_icon {
    max-width: 68px;
    width: 100%;
    margin-left: 15px;
}

.top03_icon2 {
    max-width: 78px;
    width: 100%;
    margin-left: 15px;
}

.top_loop {
    /* overflow: hidden; */
    margin-left: calc((100vw - 760px) / 2);
    width: 100%;
}

.top_loop_inner {
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 10px rgb(0 242 210 / 100%) inset;
    border-radius: 16px;
    /* padding: 10px; */
    background: #fff;
}

.top_shadow_box2 {
    box-shadow: 1px 1px 10px rgb(0 242 210 / 100%) inset;
    border-radius: 16px;
    padding: 35px;
    box-sizing: border-box;
}

.top04_in {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    width: 100%;
    margin: auto;
    align-items: center;
}

h3.top04_tit {
    font-size: 24px;
}

.top04_img {
    max-width: 308px;
    width: 100%;
}

p.top04_txt {
    font-size: 14px;
    margin-top: 20px;
}

.top05_in_tit {
    font-size: 22px;
    padding-left: 15px;
    border-left: 1px solid #D0D0D0;
    font-weight: 600;
    margin-top: 20px;
}

p.news_date {
    color: #919191;
    margin-top: 15px;
}

p.news_txt {
    font-size: 14px;
    margin-top: 10px;
}

p.news_tit {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}

p.news_txt02 {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ccc; */
}

.news_bd {
    border-bottom: 1px solid #ccc;
}

p.news_txt a {
    color: #333;
    text-decoration: underline;
}

p.news_txt a:hover {
    text-decoration: none;
}

p.top05_in_txt {
    font-size: 14px;
    margin-top: 20px;
}

.top05_img {
    text-align: center;
}

.top_books .top_shadow_box {
    width: 100%;
    max-width: 100%;
}

.top_books .top_shadow_box img {
    max-width: 500px;
    width: 100%;
}

.top_loop h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #D0D0D0;
    display: inline-block;
    padding: 0 0 5px;
}

.top_media_logo_ar {
    display: none;
}

.add_line{
    border: 1px solid #eee;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:1200px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .top_loop {
        /* overflow: hidden; */
        margin-left: auto;
        width: 100%;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* max-width: 1200px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:992px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    p.num_tit {
        font-size: 40px;
    }
    p.top03_in_tit {
        font-size: 20px;
    }
    p.top03_in_txt {
        font-size: 14px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* max-width: 992px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:768px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .wrap {
        padding: 30px 0px 50px;
    }
    .inner {
        margin-top: 30px;
    }
    .wrap section {
        padding: 30px 15px;
        overflow-x: hidden;
    }
    .top_shadow_area {
        flex-flow: column;
    }
    .top_shadow_box {
        width: 100%;
        margin: 30px auto 0;
    }
    .top04_in {
        flex-flow: column-reverse;
    }
    .top_shadow_box2 {
        max-width: 430px;
        margin: auto;
    }
    .top04_txt_box {
        margin-top: 20px;
    }
    .top_shadow_box:first-child {
        margin-top: 0;
    }
    .slick__images {
        padding: 70px 0 0 0;
    }
    .slick__prev,
    .slick__next {
        top: 30px!important;
    }
    .slick-list.draggable {
        padding: 40px 15px 15px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* max-width: 768px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:544px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    video.pc {
        display: none;
    }
    video.sp {
        display: block;
    }
    p.top01_txt {
        font-size: 17px;
    }
    p.top01_tit {
        font-size: 22px;
    }
    p.num_tit {
        font-size: 32px;
    }
    p.num_txt {
        font-size: 18px;
    }
    .num_in {
        max-width: 235px;
    }
    .num_in2 {
        max-width: 235px;
    }
    section.top03 .btn02 {
        margin: 30px auto 0;
    }
    p.top03_in_tit {
        font-size: 18px;
    }
    .top_shadow_box {
        padding: 25px 20px;
    }
    .top_shadow_box2 {
        padding: 25px 20px;
    }
    h3.top04_tit {
        font-size: 20px;
    }
    .top05_in_tit {
        font-size: 18px;
        padding-left: 15px;
        border-left: 1px solid #D0D0D0;
        font-weight: 600;
        margin-top: 15px;
    }
    p.top05_in_txt {
        font-size: 14px;
        margin-top: 15px;
    }
    .num_txt_box {
        margin-top: 3px;
    }
    .d-none {
        display: none!important;
    }
    .top_media_logo_ar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .top_media_logo {
        box-shadow: 1px 1px 10px rgb(0 242 210 / 100%) inset;
        border-radius: 16px;
        padding: 10px;
        background: #fff;
    }
    p.num_tit {
        /* -webkit-text-stroke-width: 1px; */
        /* text-shadow: 2px 2px 0px #333; */
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* max-width: 544px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* section.top05 {
      background: #f8f8f8;
  } */

#globe {
    display: grid;
    place-items: center;
    height: 100vh;
    position: fixed!important;
    z-index: -9;
    bottom: 0;
    width: 100vw;
    ;
}

#bird {
    display: grid;
    place-items: center;
    height: 500px;
}

#globe:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffffcc;
    pointer-events: none;
}

.top_slide {
    margin-top: 120px;
}
@media screen and (max-width:544px) {
.top_slide {
    margin-top: 60px;
}
}