@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;
    font-feature-settings: "palt";
    text-align: justify;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 85%;
    }
}

body {
    min-width: 1100px;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    body {
        min-width: initial;
    }
}
body.fixed {
    height: 100%;
    overflow: hidden;
}


/* --------------------------------------
基本設定
---------------------------------------*/
a {
    text-decoration: none;
    color: #036EB8;
    transition: 0.5s;
}
a.gray {
    color: #505050;
}
a:hover,a p:hover {
    color: #de5c1b;
    transition: 0.5s;
}
a img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.link_btn {
    padding: 0.5rem 1rem;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: 130%;
    font-size: 1.2rem;
    font-weight: 600;
}

.link_btn.btn01 {
    min-width: 370px;
    background-color: #ba5b4b;
    border: #ba5b4b 1px solid;
    color: #fff;
    border-radius: 1rem;
    transition: 0.5s;
    white-space: nowrap;
}

.link_btn.btn01:hover {
    background-color: #fff;
    border: #ba5b4b 1px solid;
    color: #ba5b4b;
    transition: 0.5s;
}
@media screen and (max-width: 400px) {
    .link_btn.btn01 {
        min-width: 100%;
    }
}

@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: 1.25rem;
    font-weight: 400;
    line-height: 170%;
}
p {
    font-feature-settings: "palt";
    line-height: 200%;
}
p.title_L {
    font-size: 1.75rem;
    font-weight: 600;
}

p.indent_text {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-feature-settings: "palt";
}   
h4 {
    font-size: 2rem;
    font-weight: 600;
}
.bk {
    color: #000;
}

.wt {
    color: #fff;
}
.red {
    color: red;
}
.bold {
    font-weight: 600;
}
.small_tx {
    font-size: 14px;
}



/* @media screen and (max-width: 768px) {
    h3 {
        font-size: 1.75rem;
    }
} */

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


.bg_blue {
    background-color: #006EB7;
}
.bg_wt {
    background-color: #fff;
}
.bg_green {
    background-color: #00974B;
}

.sec_inner {
    width: 90%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
}
.sec_inner800 {
    width: 800px;
    margin: auto;
}
@media screen and (max-width: 1100px) {
    .sec_inner {
        width: 96%;
        height: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .sec_inner800 {
        width: 96%;
        height: 100%;
        margin: auto;
        /* background-color: rgba(255, 238, 0, 0.411); */
    }
}
.relative {
    position: relative;
}
.center {
    width: 100%;
    text-align: center;
}




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


/* --------------------------------------
カラム設定
---------------------------------------*/
.two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.two_column_re {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.three_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left_box,.right_box {
    width: 50%;
}
.three_column_box {
    width: 33%;
}

@media screen and (max-width: 768px) {
    .two_column {
        display: block;
    }
    .two_column_re {
        display: block;
    }
    .left_box,
    .right_box {
        width: 100%;
    }
}


/* --------------------------------------
マージン調整
---------------------------------------*/
.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: #FFEE00;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #359cc9;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #ba5b4b;
    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;
}

/* @media screen and (max-width: 786px) {
    #page-top {
        position: fixed;
        right: 10px;
        bottom: 90px;
        z-index: 2;
        opacity: 0;
        transform: translateY(200px);
    }
    #page-top.UpMove {
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(200px);
        }
        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(200px);
        }
    }
} */


