<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 90%;
    }
}

body {
    overflow-x: hidden;
    background-color: #000;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}


/* --------------------------------------
基本設定
---------------------------------------*/
a {
    text-decoration: none;
    color: #0064b5;
    transition: 0.5s;
}
a.none {
    pointer-events: none;
}
a:hover,a p:hover {
    color: #fd6f17;
    transition: 0.5s;
}
a img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
li {
    list-style: none;
}
p {
    color: #fff;
    font-feature-settings: "palt"
}
p.read_text {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
}
p.indent_text {
    padding-left: 1em;
    text-indent: -1em;
}
img {
    width: 100%;
    height: auto;
}
.link_btn {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
}
.link_btn::after {
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #000;
}
.link_btn i {
    margin-right: 5px;
    font-size: 1.7rem;
    vertical-align: middle;
    line-height: 1;
}
.link_btn i.right {
    font-size: 1.3rem;
    margin-right: 0;
    margin-left: 5px;
}
.link_btn.blue {
    background-color: #0064b5;
    color: #fff;
    transition: 0.5s;
}
.link_btn.blue:hover {
    background-color: #fff;
    color: #0064b5;
    transition: 0.5s;
}

.link_btn.orange {
    background-color: #ff8700;
    color: #fff;
    transition: 0.5s;
}

.link_btn.orange:hover {
    background-color: #fff;
    color: #ff8700;
    transition: 0.5s;
}



@media screen and (min-width: 768px){
    .br-sp {
        display: none!important;
    }
    
    .sp {
        display: none!important;
    }
}
@media screen and (max-width: 768px){
    .pc {
        display: none!important;
    }
}

/* --------------------------------------
文字
---------------------------------------*/
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 170%;
}
h3 {
    font-size: 3rem;
    font-weight: 600;
}   
h4,h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.title_logo {
    width: 26px;
    margin-bottom: 2rem;
}
.title_font {
    font-family: kaisotai, sans-serif;
    color: #003863;
}
.text_wt {
    color: #fff;
}
.small_tx {
    font-size: 12px;
}

/* --------------------------------------
セクション・文字幅
---------------------------------------*/
section {
    height: auto;
    width: 100%;
    padding: 50px 0;
}
section.pd_50100px {
    padding: 50px 0 100px;
}
section.pd_10050px {
    padding: 100px 0 50px;
}

.sec_inner {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
}
.sec_inner800 {
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: auto;
}

@media screen and (max-width: 1100px) {
    .sec_inner {
        width: 100%;
        min-width: 1100px;
        height: 100%;
        margin: auto;

    }
}
@media screen and (max-width: 768px) {
    .sec_inner {
        width: 96%;
        min-width: auto;
        height: 100%;
        margin: auto;
    }
    .sec_inner800 {
        width: 100%;
    }
}


/* --------------------------------------
仕切り線
---------------------------------------*/
.partition_bar {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0.7rem 0;
}

/* --------------------------------------
カラム設定
---------------------------------------*/
.two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_column_re {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.three_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left_wrap,
.right_wrap {
    width: calc(50% - 0.5rem);
}
@media screen and (max-width: 768px) {
    .two_column {
        display: block;
    }
    .left_wrap,
    .right_wrap {
        width: 100%;
    }
    .left_wrap {
        margin-bottom: 1.5rem;
    }
}


/* --------------------------------------
マージン調整
---------------------------------------*/
.mgn_top_100px {
    margin-top: 100px!important;
}
.mgn_top_200px {
    margin-top: 200px!important;
}
.mgn_bottom_50px {
    margin-bottom: 50px;
}
.mgn_bottom_300px {
    margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
    .mgn_bottom_300px {
        margin-bottom: 200px;
    }
}



/* --------------------------------------
svg
---------------------------------------*/
@media screen and (max-width: 768px) {
  svg {
    width: 100%;
    height: auto;
  }
}



/* --------------------------------------
ページ
---------------------------------------*/



/* --------------------------------------
投稿の移動
---------------------------------------*/




/* --------------------------------------
トップへ戻る
---------------------------------------*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0064b5;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    border: 1px solid #ff8700;
    background: #ff8700;
    color: #fff;
}

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

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

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

i.fas.fa-angle-up {
    font-size: 2rem;
}




/* --------------------------------------
背景動画
---------------------------------------*/
</pre></body></html>