@charset "utf-8";

/*リセット
==================================================================================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
hr,
dl,
dt,
dd,
ol,
ul,
menu,
li,
form,
fieldset,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
section,
header,
main,
article,
aside,
nav,
footer,
address,
summary,
span,
a,
cite,
strong,
em,
small,
i,
b,
q,
u,
sub,
sup,
ruby,
rt,
img,
picture,
source,
figure,
figcaption,
canvas,
iframe,
audio,
video {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-align: inherit;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    border: 0 none;
}

* {
    outline: none;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
    height: 100%;
}

body {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
}

ol,
ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: bold;*/
}

img {
    border: 0 none;
    width: auto;
    height: auto;
    max-width: 100%;
}

strong,
em {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
    top: -.5em;
}

sub {
    vertical-align: text-bottom;
    bottom: -.25em;
}







/*基本スタイル
==================================================================================================================*/
img {
    vertical-align: top;
    display: inline;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

a[target="_blank"]::after {
    /*font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #5b75b4;
    font-size: 11px;*/
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_center {
    align-items: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}


/*下部に余白*/
.cap01 {
    font-size: 85%;
    display: block;
    line-height: 1.2;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #333631;
}

a:hover {
  opacity: 0.8;
}



/*off*/

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #ccc 1px solid;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #fff;
    color: #333631;
}

thead td,
tfoot td {
    background-color: #fff;
    color: #333631;
}

tbody th {
    background-color: #e2f7f0;
    color: #333631;
}

tbody td {
    background-color: #fff;
}



/*レイアウト共通*/
#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 94%;
    margin: 0 auto;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.inner-section {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

.contents_btm01 {
    margin-bottom: 100px;
}

.contents_btm02 {
    margin-bottom: 80px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 40px;
}

.contents_btm05 {
    margin-bottom: 20px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.content section {
    padding: 0 0 80px;
    width: 100%;
}

p {
    margin: 0 0 0.6em;
}






/*グローバルナビゲーション
==================================================================================================================*/
/*ヘッダー*/
header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
}

.mian_area {}

.nav_box {
    display: flex;
    justify-content: flex-start;
    padding: 5rem 0 7rem 0;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}


.nav_menu {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vh 0;
    align-items: first baseline;
}

#gnav li a {
    display: block;
    overflow: hidden;
    margin: 0 1px 0 0;
    color: #333631;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

#gnav li a::before {
}


.copy {
  
}






/*グローバルメニュー*/
#gnav_wrap {
    /*justify-content: space-between;
    width: 100%;
    height: 100vh;*/
}


#gnav li {
    position: relative;
}

#gnav li a {
    transition-duration: .3s;
}

#gnav li a::after {}


@media (min-width: 600px) {}

.hamMenu {
    display: none;
}


@media (max-width:1000px) {
    header {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
    }

    .mian_area {
        width: 100vw;
        margin: 50px 0 0;
    }

    #hdr_logo {
        width: 100%;
        display: block;
        text-align: left;
        margin: auto;
        padding: 0 10px;
    }

    #hdr_logo h1 {
        padding: 0;
        font-weight: normal;
        line-height: 1.4;
    }


    #hdr_logo h1 a {
        padding: 0;
        line-height: 1;
        font-size: 1.2em;
        color: #256CB9;
    }

    #hdr_logo h1 a .small {
        font-size: 12px;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    #hdr_logo img {
        max-height: 46px;
        object-fit: contain;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 999;
        padding: 0 0 0 1%;
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }


    #gnav_wrap {
        display: block !important;
        transition: .5s ease-in-out;
        float: none;
        width: 100%;
        max-height: 100vh;
        /* padding-top: 50px;*/
        margin: 0;
        position: absolute;
        top: 0;
        right: -100vw;
        z-index: 1000;
        overflow: auto;
    }

    .menu-is-open #gnav_wrap {
        /* transform: translateX(-900px);
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #fff;
    top: 0;*/
        transform: translateX(-900px);
        padding: 0;
        margin: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: #fff;
        z-index: 8888;
    }

    .nav_box {
        padding: 7em 0 2em 0;
        align-items: center;
    }

    .hamMenu {
        /*display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2000;
        text-indent: -9999px;
        margin: 0;
        background: none;*/
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 0;
        right: 0;
        text-indent: -9999px;
        margin: 0;
        background: none;
        z-index: 9999;
    }

    .hamMenu span {
        display: block;
        position: absolute;
        top: 14px;
        right: 10px;
        width: 30px;
        height: 20px;
        background: #333;
        border-top: 9px solid #fff;
        border-bottom: 9px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamMenu span:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #333;
        top: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamMenu span:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #333;
        bottom: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-is-open .hamMenu span {
        background: #1110;
    }

    .menu-is-open .hamMenu span:before {
        transform: rotate(-135deg);
        top: 0;
        right: 0;
    }

    .menu-is-open .hamMenu span {
        background: none;
        border-top: 9px solid #1110;
        border-bottom: 9px solid #1110;
    }

    .menu-is-open .hamMenu span:after {
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }

    #gnav {
        border: none;
        padding: 0;
    }

    #gnav li {
        width: auto;
        border: none;
    }

    #gnav li a {
        font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    }

    .nav_menu,
    .sub_page .nav_menu {
        margin: 0;
        margin: 0 0 3em;
    }

    .menu-is-open .header .overlay {
        display: block;
    }

    .sns_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: unset;
        align-items: center;
    }
}

@media (max-width:599px) {}

/*フッター*/

footer {}

#footer {
    width: 100%;
}

#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 2%;
    bottom: 3em;
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}




/***動き**********************************/

/*フェード*/
.fadein {
    display: block;
    transition: 2s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}