@charset "UTF-8";
.sec-inner {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-inner {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px), print {
    .sec-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
}

.header-container.m--smallMedia {
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .header-container.m--smallMedia {
        display: none;
    }
}

.header-container.m--largeMedia {
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .header-container.m--largeMedia {
        display: none;
    }
}

.header-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1247px;
    width: 100%;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .header-inner {
        padding-right: 16px;
        padding-left: 16px;
    }
}

h1.header-inner {
    max-width: 987px;
}

.header-nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7eb+0,0058b0+100 */
    background: #00a7eb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a7eb 0%, #0058b0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7eb', endColorstr='#0058b0', GradientType=1);
    /* IE6-9 */
}

.header-container {
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .header-container h1 {
        /* margin-top: 24px;
        margin-bottom: 24px; */
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .header-container h1 .logo {
        /* width: 432px; */
        width: 324px;
    }
    .header-container .nav-list {
        display: flex;
        justify-content: center;
    }
    .header-container .nav-list > li {
        padding: 16px 32px;
    }
    .header-container .nav-list > li.m--active {
        background-color: #000;
    }
    .header-container .nav-list > li:hover {
        background-color: #000;
    }
    .header-container .nav-list > li:hover a {
        color: #fff;
    }
    .header-container .nav-list > li:hover .hover-list {
        display: block;
    }
    .header-container .nav-list > li.about, .header-container .nav-list > li.activity, .header-container .nav-list > li.members {
        position: relative;
    }
    .header-container .nav-list > li .nav-item {
        color: #FFF;
        display: block;
        font-size: 0.875rem;
        font-weight: bold;
    }
    .header-container .nav-list > li.members a, .header-container .nav-list > li.activity a {
        display: block;
        margin: 0 auto;
        text-align: left;
    }
    .header-container .nav-list > li.members .hover-list {
        width: 264px;
    }
    .header-container .nav-list > li.members .hover-list a {
        width: 216px;
    }
    .header-container .nav-list > li.activity .hover-list {
        width: 216px;
    }
    .header-container .nav-list > li.activity .hover-list a {
        width: 164px;
    }
    .header-container .nav-list .hover-list {
        display: none;
        margin-top: 16px;
        position: absolute;
        left: 0;
        z-index: 9;
        text-align: center;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7eb+0,0058b0+100 */
        background: #00a7eb;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #00a7eb 0%, #0058b0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7eb', endColorstr='#0058b0', GradientType=1);
        /* IE6-9 */
    }
    .header-container .nav-list .hover-list li {
        border-bottom: 1px solid #000;
        padding: 16px 0;
    }
    .header-container .nav-list .hover-list li:last-child {
        margin-bottom: 0;
    }
    .header-container .nav-list .hover-list li a {
        color: #fff;
        font-size: 0.875rem;
    }
    .header-container .nav-list .hover-list li a:hover span {
        border-bottom: 1px solid #fff;
    }
}

.header-container.m--smallMedia.m--top {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: .3s all;
}

.header-container.m--smallMedia.m--top.m--active {
    height: 100%;
}

.hm-nav-container {
    z-index: 999;
    margin: auto;
    background-color: #FFF;
    width: 100%;
    transition: all 0.3s;
}

.hm-nav-container.m--active {
    transform: translateY(0%);
    height: 100%;
}

.hm-nav-container.m--active .logo {
    display: none;
}

.hm-header {
    padding: 0 21px;
    /* display: flex;
    align-items: center; */
    /* height: 56px; */ /*20220829 86pxに変更*/
}

.hm-header .logo img {
    height: 34px;
}

.hm-trigger {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 3;
    background: #0055AE;
    text-align: center;
    /* ハンバーガーメニューボタンクリック時 */
}

.hm-trigger span {
    display: block;
    position: absolute;
    /* .hm-triggerに対して */
    width: 16px;
    border-bottom: solid 3px #FFF;
    transition: .35s ease-in-out;
    left: 20px;
}

.hm-trigger span:nth-child(1) {
    top: 20px;
}

.hm-trigger span:nth-child(2) {
    top: 28px;
}

.hm-trigger span:nth-child(3) {
    top: 36px;
}

.hm-trigger.m--active {
    background: transparent;
}

.hm-trigger.m--active span {
    border-bottom: solid 3px #FFF;
}

.hm-trigger.m--active span:nth-child(1) {
    top: 28px;
    left: 20px;
    transform: rotate(-45deg);
}

.hm-trigger.m--active span:nth-child(2), .hm-trigger.m--active span:nth-child(3) {
    top: 28px;
    transform: rotate(45deg);
}

.hm-list.m--defaultType {
    z-index: 2;
    height: 0;
    padding: 0 21px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
}

.hm-list.m--defaultType > li {
    width: 100%;
    padding: 0;
}

.hm-list.m--defaultType > li:last-child {
    margin-bottom: 48px;
    /* @mixin media-range */
}

@media screen and (max-width: 480px) {
    .hm-list.m--defaultType > li:last-child {
        margin-bottom: 24px;
    }
}

.hm-list.m--defaultType > li:last-child .hm-item {
    border-bottom: none;
}

.hm-list.m--defaultType > li .hm-item {
    position: relative;
    border-bottom: 1px solid #fff;
    display: block;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    padding: 18px 10px;
    text-align: left;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .hm-list.m--defaultType > li .hm-item {
        font-size: 1.125rem;
    }
}

.hm-list.m--defaultType > li .hm-item.m--member {
    background: #000;
    text-align: center;
    margin-top: 18px;
}

.hm-nav-container.m--active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a7eb+0,00a7eb+16,0055ae+83,0055ae+100 */
    background: #00a7eb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a7eb 0%, #00a7eb 16%, #0055ae 83%, #0055ae 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7eb', endColorstr='#0055ae', GradientType=1);
    /* IE6-9 */
}

.hm-nav-container.m--active .hm-list.m--defaultType {
    opacity: 1;
    height: calc(100% - 70px);
}

.hm-nav-container.m--active .hm-list.m--defaultType > li:first-of-type {
    margin-top: 48px;
}

.news-list > li {
    border-bottom: 1px solid #CCCCCC;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-list > li {
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .news-list > li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px), print {
    .news-list > li {
        padding: 16px 0;
    }
    .news-list > li:last-child {
        margin-bottom: 0;
    }
}

.news-item {
    font-size: 0.875rem;
    position: relative;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item {
        display: block;
    }
}

@media screen and (min-width: 768px), print {
    .news-item {
        display: flex;
        align-items: center;
    }
}

.news-item .date {
    color: #0055AE;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item .date {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 768px), print {
    .news-item .date {
        margin-left: 8px;
    }
}

.news-item h3 {
    color: #000;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item h3 {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 768px), print {
    .news-item h3 {
        font-size: 0.875rem;
        margin-left: 16px;
    }
}

.news-item:after {
    content: "\FF1E";
    color: #0055AE;
    position: absolute;
    top: 0;
    right: 0;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item:after {
        bottom: 0;
        height: 16px;
        margin: auto 0;
    }
}

.footer-container {
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .footer-container {
        margin-top: 16px;
    }
}

.footer-top {
    background-color: #EAEAEA;
    display: block;
    height: 45px;
}

.footer-top:hover {
    background-color: #A5A5A5;
}

.footer-top:hover .anchor-top {
    background-image: url(/assets/images/common/anchor-top-active.png);
    color: #A5A5A5;
}

.footer-top .anchor-top {
    display: block;
    padding: 8px 0;
    text-align: center;
    width: 52px;
    height: 100%;
    margin: 0 auto;
    background-image: url(/assets/images/common/anchor-top.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-container .footer-main1 {
    background-color: #0055AE;
}

.footer-container .nav-list {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .nav-list {
        padding-top: 24px;
        padding-bottom: 24px;
        text-align: center;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .nav-list {
        display: flex;
        padding: 24px 0;
    }
}

.footer-container .nav-list > li {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .nav-list > li {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    .footer-container .nav-list > li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .nav-list > li {
        font-size: 0.875rem;
        margin-right: 16px;
    }
    .footer-container .nav-list > li:last-child {
        margin-right: 0;
    }
}

.footer-container .nav-item {
    color: #fff;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .nav-item {
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .nav-item:hover {
        border-bottom: 1px solid #fff;
    }
}

.footer-container .footer-main2 .footer-address {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .footer-main2 .footer-address {
        margin-bottom: 16px;
        text-align: center;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .footer-main2 .footer-address {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 0;
    }
}

.footer-container .footer-main2 .toyama-logo > img {
    width: 125px;
}

.footer-container .footer-main2 .text-container {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .footer-main2 .text-container {
        margin: 32px 0 16px;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .footer-main2 .text-container {
        display: flex;
        align-items: center;
    }
}

.footer-container .footer-main2 .text-container .logo {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .footer-main2 .text-container .logo {
        margin-bottom: 16px;
        width: 232px;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .footer-main2 .text-container .logo {
        width: 232px;
    }
}

.footer-container .footer-main2 .text-container address {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .footer-container .footer-main2 .text-container address {
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px), print {
    .footer-container .footer-main2 .text-container address {
        font-size: 0.875rem;
        line-height: 1.6;
        margin-left: 24px;
    }
}

.phone {
    color: #000;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .phone:hover {
        cursor: default;
    }
}

.footer-bottom {
    background-color: #EAEAEA;
    color: #3C3C3C;
    font-size: 0.75rem;
    padding: 8px 0;
    text-align: center;
}
/* 20220829追加（youtubeバナーをヘッダーに移動） */
.hm-nav-container.m--active .bl_banner_youtube_hm {
    display: none;
}
.bl_banner_youtube_hm{
    margin-top: 8px;
}
.bl_banner_youtube{
    margin-bottom: -8px;
    margin-left: 12px;
}
.header-container .header-inner {
    display: flex;
    align-items: flex-end;
}
.hm-header {
    height: 112px;
}
.hm-header .logo img {
    margin-top: 14px;
}
@media screen and (min-width: 768px){
    .bl_banner_youtube_hm{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .bl_banner_youtube{
        display: none;
    }
}
