@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;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}


/* --------------------------------------
基本設定
---------------------------------------*/
a {
    text-decoration: none;
    color: #000;
    transition: 0.5s;
}
a:hover,a p:hover {
    color: #fd6f17;
    transition: 0.5s;
}
a img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
li {
    list-style: none;
}
p {
    font-feature-settings: "palt"
}
p.read_text {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
p.indent_text {
    padding-left: 1em;
    text-indent: -1em;
}
img {
    width: 100%;
    height: auto;
}
.link_btn {
    padding: 0.5rem 2rem;
    display: inline-block;
}
.link_btn.blue {
    background-color: #003863;
    border: #003863 1px solid;
    color: #fff;
    transition: 0.5s;
}
.link_btn.blue:hover {
    background-color: #fff;
    border: #003863 1px solid;
    color: #003863;
    transition: 0.5s;
}

.link_btn.white {
    background-color: #fff;
    border: #fff 1px solid;
    color: #003863;
    transition: 0.5s;
}
.link_btn.white:hover {
    background-color: #003863;
    border: #fff 1px solid;
    color: #fff;
    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 {
    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;
    /* background-color: rgba(255, 238, 0, 0.411); */
}

@media screen and (max-width: 768px) {
    .sec_inner {
        width: 96%;
        height: 100%;
        margin: auto;
        /* background-color: rgba(255, 238, 0, 0.411); */
    }
}


/* --------------------------------------
仕切り線
---------------------------------------*/
.partition_bar {
    width: 100%;
    height: 1px;
    background-color: #003863;
}

/* --------------------------------------
カラム設定
---------------------------------------*/
.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;
}
@media screen and (max-width: 768px) {
    .two_column {
        display: block;
    }
}


/* --------------------------------------
マージン調整
---------------------------------------*/
.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;
  }
}



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



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




/* --------------------------------------
トップへ戻る
---------------------------------------*/



/* --------------------------------------
背景動画
---------------------------------------*/
