#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
}

#page-top a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(253, 201, 133);
    color: #fff;
}

#page-top i {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
}

#page-top a:hover {
    background-color: rgb(255, 226, 189);
}




/*************************/
/******    common    *****/
/*************************/

.c-pink {
    color: #ff7086;
}

.c-white {
    color: #fff;
}

.c-navy {
    color: #00508f;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #609CD4;
}
.bg-brown {
    background-color: #C3A165;
}
.bg-sblue {
    background-color: #8AC0EF;
}
.bg-sblue2 {
    background-color: #D9EFF4;
}
.bg-sblue3 {
    background-color: #D2E0F3;
}
.bg-red {
    background-color: #EA5962;
}

.bg-pink {
    background-color: #E76F81;
}

.bg-spink {
    background-color: #F9DFE1;
}

.bg-spink2 {
    background-color: #F8E3DD;
}

.bg-yellow {
    background-color: #EBCE23;
}

.bg-orange {
    background-color: #E6672F;
}
.bg-sorange {
    background-color: #FAD2B7;
}
.bg-cream {
    background-color: #FAF4D1;
    background-color: #FCF7F0;
}

.bg-green {
    background-color: #68B297;
}
.bg-green2 {
    background-color: #83C4A7;
}
.bg-green3 {
    background-color: #8EB832;
}
.bg-green4 {
    background-color: #0A5652;
}
.bg-sgreen {
    background-color: #E1EABA;
}

.bg-purple {
    background-color: #766FA5;
}
.bg-spurple {
    background-color: #D3D0E5;
}
.bg-ptn {
    background: url(../img/bk_ptn01.png) center center repeat;
}


a {
    cursor: pointer;
}

sup {
    font-size: 6px!important;
}

.pst_relate {
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.imgover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.imgover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.link-arrow-icon {
    position: relative;
}

.link-arrow-icon i {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.btn-link {
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 70px;
    color: #fff!important;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
    /* CSS3草案 */
    -webkit-border-radius: 35px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 35px;
    /* Firefox用 */
}

.btn-link span {
    font-size: 28px;
    margin-right: 5px;
}

.mv_btn {
    width: 50%;
    margin: 0 auto;
}

.kv_block {
    padding-top: 70px;
    width: 100vw;
    height: 100vh;
}

.mv_24ku{
    width: 40%;
}


/* 〜　768px  */

@media (max-width: 767.98px) {

    h1 {
        width: 280px;
    }

    .kv_block {
        padding-top: 80px;
        width: 100vw;
        height: 100vh;
    }

    .kv_title {
        padding: 0 40px;
    }

    .mv_btn_sp {
        padding: 0 40px;
    }

    .btn-link {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    }
}



.btn-small:hover,
.btn-big:hover {
    text-decoration: none;
}

.ol-list-pl {
    padding-left: 1rem!important;
    line-height: 1.6;
}

.sec-line {
    margin: 2.5rem 0 3.5rem 0;
}

.box-round {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}

.txt-cap{
    font-size: 12px;
}


/* 〜　992px  */

@media screen and (max-width: 992px) {

    .sec-line {
        margin: 1rem 0 1.5rem 0;
    }

    .btn-big {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        /* CSS3草案 */
        -webkit-border-radius: 20px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 20px;
        /* Firefox用 */
    }
}



/*大デバイス（デスクトップ, 1200px 未満）*/

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .f-xl {
        font-size: 0.8rem!important;
    }
}



/*中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
    .f-lg {}
}

/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
    .f-md {
        font-size: 2.0rem;
    }
}

/*極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
    .f-sm {
        font-size: 1.0rem;
    }
}


/*************************/
/******    layout    *****/
/*************************/

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

body {
    /*background-color: #ffefbd;*/
    font-family: 'Noto Sans JP', sans-serif;
}

main {
    margin: 0px 0 0 0;
}

h1 {
    margin: 0 0 0px 0;
}

h2 {
    font-weight: 700;
    line-height: 1.6;
}

h3 {
    margin: 0 0 60px 0;
}

h3 span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0px 0;
    line-height: 2;
    border-bottom: 5px solid #FC6F43;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #FC6F43;
    margin-bottom: 30px;
    background-color: #FC6F43;
}


/*========= ナビゲーションのためのCSS ===============*/
.navi_box{
    height: 80px;
    width: 100%;
    position:fixed;
    z-index:999;
}

.navi_box h1{
    padding: 10px 0 0 10px;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
    display: none;
/*    z-index: -1;*/
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#EA5962;
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
    opacity: 1;
    z-index:999;
    display: block;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
    list-style: none;
    text-align: center;
}

#g-nav li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding:15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height:50px;
}

/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 55%;
  }

.openbtn span:nth-of-type(1) {
    top:15px;
}

.openbtn span:nth-of-type(2) {
    top:23px;
}

.openbtn span:nth-of-type(3) {
    top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/* 〜　768px  */
@media (max-width: 767.98px) {
    .navi_box{
        height: 60px;
    }

    .navi_box h1{
        padding: 10px 0 0 10px;
    }

    .navi_box .brand img {
        width: 100%;
    }

    .openbtn{
        top:8px;
        right: 8px;
    }

    #g-nav ul {
        left:46%;
    }
}


/*************************/
/******     Top     *****/
/*************************/

.pt_mv_box {
    padding-top: 40px;
}
.pt_box {
    padding-top: 100px;
}

.pb_box {
    padding-bottom: 100px;
}

.mt_box {
    margin-top: 100px;
}

.mb_box {
    margin-bottom: 100px;
}

.top_txt_read {
    font-size: 16px;
    line-height: 34px;
}

.top_img_fright{
    max-width: 25%;
    height: auto;
    float: right;
    margin: 0 0 40px 40px;
}

.top_img_fleft{
    max-width: 24%;
    height: auto;
    float: left;
    margin: 0 80px 40px 0;
}

.top_mitani_box{
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 40px 40px 20px 40px;
    border: 1px solid #00508F;

    border-radius: 20px;
}

.top_mitani_box .title{
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0;
}

.top_mitani_box .mitani_img{
    max-width: 20%;
    float: right;
    margin: 0 0 20px 20px;
}

.top_mitani_box .greet_img{
     max-width: 18%;
     float: left;
     margin-right: 20px;
}

.top_mitani_box p{
    line-height: 1.8;
}


.top_txt_prof {
    font-size: 14px;
    line-height: 26px;
}
.top_txt_prof2 {
    font-size: 14px;
    line-height: 26px;
    margin-left: 50px;
}
.top_team {
    margin-bottom: 60px;
}

.top_team_bk {
    /*    width: 950px;*/
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin: 0 auto;
    padding: 80px 0 60px 0;
    position: relative;
}



.workshop_cap{
    font-size: 11px;
    padding-top: 5px;
}

.top_illust01 {
    position: absolute;
    top: -100px;
    right: 60px;
}

.top_illust01 {
    width: 26%;
}

.top_flag {
    position: absolute;
    top: -20px;
    left: -10px;
}

.top_flag img {
    width: 50%;
}

.staff_box{
    padding: 0 90px;
}

.top_name {
    margin: 0 0 0 0;
}

.top_name .title {
    font-size: 14px;
    color: #fff;
    margin: 0 0 7px 0;
}

.top_name .thumb{
    max-width: 57%;
    margin-bottom: 10px;
}

.top_name .thumb2{
    max-width: 80%;
    margin-bottom: 10px;
}

.top_name .name {
    font-size: 22px;
    font-weight: bold;
    color: #0A5652;
}

.top_name .name2 {
    font-size: 18px;
    font-weight: bold;
    color: #0A5652;
}

.top_staff_title{
    display: block;
    font-weight: bold;
    color: #0A5652;
    text-decoration: underline;
    padding-top: 5px;
}

.top_name .title span {
    background-color: #F5AA34;
    padding: 2px 10px;
}

.top_name .name span, .top_name .name2 span {
}

.top_video_bk {
    background: url(../img/bk_ptn02.png) top center repeat;
    height: 40px;
    margin-top: -40px;
}

.top_video_ttl {
    text-align: center;
    margin-top: -210px;
    margin-bottom: 40px;
}

.top_video_ttl img {
    width: 290px;
}

.top_cal_bk {
    background: url(../img/top_img18.png) top center repeat;
    width: 950px;
    height: 860px;
}

.top_cal_ttl {
    text-align: center;
    padding: 60px 0 0 0;
}

.top_cal_ttl img {
    width: 450px;
}

.top_cal {
    padding: 40px 0;
}

.top_cal_btn {
    padding: 0 40px;
    margin-bottom: 60px;
}

.top_cal_bt img {
    max-width: 70%;
}

/* 〜　768px  */

@media (max-width: 767.98px) {

    .top_img_fright{
        max-width: 50%;
        height: auto;
        float: none;
        margin: 0 0 40px 0;
    }

    .top_img_fleft{
        max-width: 100%;
        height: auto;
        float: none;
        margin: 0 0px 20px 0;
    }

    .pt_mv_box {
        padding-top: 20px!important;
    }

    .pb_box {
        padding-bottom: 60px;
    }

    .top_team_bk {
        padding: 60px 20px 20px 20px;
    }

    .top_video_ttl {
        margin-top: -140px;
        margin-bottom: 20px;
    }

    .top_video_ttl img {
        width: 190px;
    }
    .top_cal_ttl{
        padding: 0;
    }
    .top_cal_ttl img {
        width: 80%;
    }

    .top_cal {
        padding: 40px 5px 40px 5px;
    }

    .top_cal_bk {
        background: url(../img/top_img18.png) top center repeat;
        width: 100%;
        height: auto;
    }
    .top_cal_btn {
        margin-bottom: 40px;
    }
    .pt_box {
        padding-top: 40px;
    }

    .pt_next_box{
        padding-top: 140px;
    }

    .top_mitani_box{
        font-size: 14px;
        line-height: 1.6;
        padding: 40px 20px 20px 20px;        
    }

    .top_mitani_box .mitani_img{
        max-width: 65%;
        float: none;
        margin: 10px 0 20px 0px;
    }

    .staff_box{
        padding: 0 0px;
    }

    .top_flag img {
        width: 40%;
    }

    .top_cal_btn {
        padding: 0 0px;
    }

    .top_txt_read {
        font-size: 15px;
        line-height: 30px;
    }

    .top_mitani_box{
        padding: 20px 20px 20px 20px;
    }

    .top_mitani_box .title{
        font-size: 20px;
        padding: 10px 0;
    }
    .top_txt_prof {
        font-size: 13px;
        line-height: 22px;
    }
    .top_txt_prof2 {
        font-size: 13px;
        line-height: 22px;
    }
    .top_name .thumb, .top_name .thumb2{
        max-width: 50%;
        margin: 0 auto 10px auto;
    }
    .top_name .name, .top_name .name2 {
        font-size: 18px;
        text-align: center;
    }
    .top_cal_bt img {
        max-width: 95%;
    }
}




/*************************/
/******     sche     *****/
/*************************/

/*.sche_mv_wrap{
    height: 580px;
    width: 100%;

}*/
.sche_txt {
    font-size: 16px;
    line-height: 34px;
}

.sche_mv {
    width: 100%;
    padding-top: 80px;
}

.next_ttl {
    margin-top: -170px;
    margin-bottom: 50px;
}

.sche_illust01 {
    position: absolute;
    width: 20%;
    top: -10px;
    left: 30px;
}

.sche_txt_read {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.sche_ttl_box{
padding-top: 50px;
}

.sche_ttl {
    color: #fff;
    padding: 20px 0;
}

.sche_ttl img {
    max-width: 80%;
}

.sche_subttl {
    font-size: 22px;
    color: #000;
    border-bottom: dotted 4px #E68790;
    padding: 0 0 8px 0px;
    margin: 0 0 30px 0px;
    line-height: 1.8;
}


.sche_day1_box {
    background-color: #FAE1E2;
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */

    padding: 40px 40px 20px 40px;
    position: relative;
}

.sche_day1_box .badge img {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 110px;
}

.sche_day1_box .thumb {
    margin-bottom: 20px;
}

.map_title{
    color:#0A5652;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.map_exp{
    font-size: 13px;
    padding: 0 0 0 20px;
}

.sche_day1_box2{
  background: #E1EABA;   /* 背景色 */
  border-radius: 16px;   /* 角丸 */
  position:relative;
  padding: 50px 50px 10px 50px;
}

.sche_day1_box2 .txt{
    padding-left: 100px;
    line-height: 1.8;
}

.sche_day1_badge{
    position:absolute;
    top: 0px;
    left: -30px;
}
    .sche_day1_badge img{
        max-width: 60%;
    }

.sche_day3_box {

    background-color: #E3F0DF;
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */

    padding: 80px 50px 40px 50px;
    position: relative;
}

.sche_day3_box .ribbon {
    position: absolute;
    top: -30px;
    left: 0;
}

.sche_day3_box .ribbon img {
    width: 70%;
}

.sche_day3_ttl {
    text-align: center;
    color: #075598;
    font-size: 22px;
    margin-bottom: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.sche_day3_img {
    text-align: center;
}

.sche_day3_img img {
    width: 40%;
}


/* 〜　768px  */
@media (max-width: 767.98px) {

    .sche_mv {
        padding-top: 60px;
    }
    .sche_txt_read {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }
    .sche_day3_box {
        padding: 80px 20px 40px 20px;
    }

    .sche_day3_img img {
        width: 80%;
    }

    .sche_ttl_box{
        padding-top:30px;
        }
        
        .sche_ttl {
            color: #fff;
            padding: 20px 0;
        }
        
        .sche_ttl img {
            max-width: 100%;
        }
    .sche_subttl{
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .sche_day1_box2{
    padding: 50px 30px 10px 30px;
    }

    .sche_day1_box2 .txt{
        padding-left:0px;
        font-size: 15px;
    }

    .sche_day1_badge{
        position:absolute;
        top: -50px;
        left: 0px;
    }
    .sche_day1_badge img{
        max-width: 40%;
    }
}



/*************************/
/******     movie     *****/
/*************************/
.movie_illust01 {
    position: absolute;
    width: 20%;
    top: 160px;
    right: 0px;
}

.movie_box {
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */

    padding: 80px 100px 40px 100px;
    position: relative;
}

.movie_box .ribbon {
    position: absolute;
    top: -50px;
    left: 0;
}

.movie_box .ribbon img {
    width: 50%;
}

.movie_box h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
    padding: 20px 0;
}

.movie_box .ttl01{
    padding: 0;
}
.movie_box .ttl01 img{
    max-width: 60%;
}

.movie_info div span {
    display: block;
    color: #075598;
    text-decoration: underline;
}

.movie_info .txt{
    font-size: 14px;
    line-height: 2;
}

.voice_ttl{text-align: center;}
.voice_ttl img{
    max-width: 50%;
}

.movie_comment_box {
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */

    padding: 80px 100px 40px 100px;
    position: relative;
    /* background-color: #F9DFE1; */
    color: #000;
}

.movie_comment_box .qa {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
}
.movie_comment_box .ribbon {
    position: absolute;
    top: -30px;
    left: 0;
}
.movie_comment_box .ribbon img {
    width: 70%;
}
.movie_comment_box .flag {
    position: absolute;
    top: 50px;
    left: 200px;
}
.movie_comment_box .flag img{
    width: 50%;
}


/* 〜　768px  */
@media (max-width: 767.98px) {

    .movie_box h2 {
        font-size: 18px;
        color: #075598;
        text-align: center;
        padding: 25px 0;
    }

    .movie_box {
        border-radius: 30px;
        /* CSS3草案 */
        -webkit-border-radius: 30px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 30px;
        /* Firefox用 */
        padding: 60px 20px 20px 20px;
        position: relative;
    }

    .movie_box .ribbon {
        position: absolute;
        top: -30px;
        left: 0;
    }

    .movie_box .ribbon img {
        width: 30%;
    }
    
    .movie_comment_box {
        padding: 60px 20px 20px 20px;
    }

    .movie_comment_box .ribbon {
        position: absolute;
        top: -30px;
        left: 0;
    }

    .movie_comment_box .ribbon img {
        width: 55%;
    }
}


/* 〜　1200px  */
@media screen and (max-width: 1200px) {

    .movie_comment_box .flag {
        position: absolute;
        top: 50px;
        left: 120px;
    }

    .movie_comment_box .flag img {
        width: 40%;
    }
}


/* 〜　992px  */
@media screen and (max-width: 991px) {

    .movie_comment_box .flag {
        position: absolute;
        top: 60px;
        left: 20px;
    }

    .movie_comment_box .flag img {
        width: 40%;
    }
}

/* 〜　767px  */
@media screen and (max-width: 767px) {

    .movie_comment_box .flag {
        position: absolute;
        top: 60px;
        left: 20px;
    }

    .movie_comment_box .flag img {
        width: 30%;
    }
}

.course_box {
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */

    padding: 40px 100px 40px 100px;
}

.course_box h2{
    font-size: 24px;
}

.course_title{
    border-bottom: #0A5652 dashed 4px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
     .course_title img{
        max-width: 25%;
    }


/* 〜　1200px  */
@media screen and (max-width: 1200px) {
    .course_box {
            padding: 40px 50px 40px 50px;
    }
}


/* 〜　992px  */
@media screen and (max-width: 991px) {
    .course_box {
            /* padding: 40px 100px 40px 100px; */
    }
}

/* 〜　767px  */
@media screen and (max-width: 767px) {
    .course_box {
            padding: 30px 20px 30px 20px;
    }

    .course_title h2{
        font-size: 18px;
    }

     .course_title img{
        max-width: 40%;
    }

    .course_inst img{
        max-width: 50%;
        margin: 0 auto;;
    }

    .course_flag img {
        width: 60%;
        margin-bottom: 20px;
    }
    .top_workshop_bk {
        padding: 40px 0;
    }
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
    padding-left: 0px;
    margin-bottom: 0px;
}

.slider li {
    vertical-align: bottom;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/

    height: auto;
}



/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin: 0 0px;
    /*スライド左右の余白調整*/
}



/* 〜　768px  */
@media (max-width: 767.98px) {

    .slider li {
        width: 138px!important;
    }
}




/*************************/
/******     footer     *****/
/*************************/
footer {
    font-size: 14px;
    padding: 20px 0;
    color: #fff;
}

.foot_logo {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.foot_logo img {
    width: 50%;
}

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

.foot_info li {
    margin: 0 20px;
}

.btn-ft {
    font-size: 16px;
    font-weight: bold;
    display: block;
    /*    width: 150%;*/

    height: 60px;
    color: #fff!important;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    /* CSS3草案 */

    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */

    -moz-border-radius: 30px;
    /* Firefox用 */
}


/* 〜　768px  */
@media (max-width: 767.98px) {

    footer {
        font-size: 14px;
        padding: 40px 20px;
        color: #fff;
    }

    .foot_logo img {
        width: 80%;
    }
}


.foot_link{
  list-style: none;
  padding-left: 0;
  margin: 0;

  display: flex;
  flex-direction: column;  /* SP: 縦 */
  gap: 10px;

  align-items: center;      /* SP: 中央（縦並びなので横方向の中央） */
}

.foot_link a{
    color: #fff;
    text-decoration: underline;
}

.foot_link a:hover{
    color: #EA5962;
    text-decoration: none;
}

@media (min-width: 768px){
  .foot_link{
    flex-direction: row;     /* PC: 横 */
    justify-content: center; /* PC: 中央 */
    align-items: center;     /* PC: 高さも中央 */
    gap: 18px;
    flex-wrap: wrap;         /* 折り返しOKなら */
  }
}


/* リンクの見た目（任意） */
.foot_link .nav-link{
  padding: 0;             /* Bootstrapのnav-linkの余白が不要なら */
  display: inline-block;
  text-decoration: none;
}
.foot_link .nav-link:hover{
  text-decoration: underline;
}


/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #085598;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #00508F;
}



/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/

    opacity: 0;
    transform: translateX(100px);
}



/*　左の動き　*/
#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/*　右の動き　*/
#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}