@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap');

/*　共通設定
----------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    color: #000;
}

.body-wrapper {
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
}


/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

strong,
.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.line2 {
    line-height: 2.5;
}

.line1 {
    line-height: 1.3;
}

.f-min {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-16 {
    font-size: 1.6rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-26 {
    font-size: 2.6rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-36 {
    font-size: 3.6rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

.f-50 {
    font-size: 5rem !important;
}

.f-60 {
    font-size: 6rem !important;
}

.col-white {
    color: #fff !important;
}

.col-red {
    color: #FF0000 !important;
}

.col-darkred {
    color: #8E0100 !important;
}

.col-yel {
    color: #FFFE02 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-red {
    background: #8E0100 !important;
}

.bg-basic {
    background: #F5F3EB !important;
}

.bg-grey {
    border-radius: 10px;
    background: #F0F0F0 !important;
}


/* SPのみ表示用 */

.sp {
    display: block;
}

.pc,
.sp-hide {
    display: none;
}

@media screen and (min-width: 480px) {
    .sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none !important;
    }
    .pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .f-18 {
        font-size: 1.7rem !important;
    }
    .f-20 {
        font-size: 1.8rem !important;
    }
    .f-22 {
        font-size: 2rem !important;
    }
    .f-24,
    .f-26 {
        font-size: 2.2rem !important;
    }
    .f-30 {
        font-size: 2.4rem !important;
    }
    .f-36 {
        font-size: 2.6rem !important;
    }
    .f-40,
    .f-50 {
        font-size: 2.8rem !important;
    }
    .f-60 {
        font-size: 4rem !important;
    }
}

@media screen and (max-width: 480px) {
    .f-14 {
        font-size: 1.3rem !important;
    }
    body,
    .f-16 {
        font-size: 1.4rem !important;
    }
    .f-18 {
        font-size: 1.5rem !important;
    }
    .f-20 {
        font-size: 1.7rem !important;
    }
    .f-22 {
        font-size: 1.8rem !important;
    }
    .f-24,
    .f-26 {
        font-size: 2rem !important;
    }
    .f-30,
    .f-36 {
        font-size: 2.2rem !important;
    }
    .f-40,
    .f-50 {
        font-size: 2.4rem !important;
    }
    .f-60 {
        font-size: 3rem !important;
    }
}


/***** SP Toggle Menu Btn  *****/

.menu-trigger {
    display: none;
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 50;
    background: #8E0100;
}

.menu-trigger span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span:nth-of-type(1) {
    top: 19px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

.menu-trigger span:nth-of-type(2) {
    top: 28px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    top: 38px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}


/********************************************
***************** header ********************
********************************************/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.header_wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 25px 10px;
}

.header_logo {
    margin-right: 20px;
}

.header h1 {
    font-size: .9rem;
    line-height: 1.3;
    margin-bottom: 2px;
}

.header_tel {
    margin-right: 4rem;
    font-size: .8rem;
}

.header nav ul li a {
    display: block;
    padding: 10px 30px;
    background: #fff;
}

.header nav ul li:not(:last-child) a:hover {
    color: #8E0100;
}

.header nav ul li:first-child a {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.header nav ul li:nth-last-child(2) a {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.header nav ul li:last-child {
    margin-left: 15px;
}

.header nav ul li:last-child a {
    position: relative;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background: #8E0100;
    border-radius: 100px;
}

.header nav ul li:last-child a::after {
    content: '\f054';
    position: absolute;
    right: 1rem;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .header_tel {
        margin-right: 1rem;
    }
    .header nav ul li:not(:last-child) a {
        padding: 10px;
    }
    .header nav ul li:first-child a {
        padding-left: 20px;
    }
    .header nav ul li:nth-last-child(2) a {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header_wrapper {
        padding: 10px;
    }
    .menu-trigger {
        display: block;
    }
    header nav {
        position: fixed;
        left: 100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        flex: none !important;
        max-width: none;
        padding: 15vh 10vw;
        background: #fff;
        z-index: 10;
        transition: all .4s ease;
        overflow-y: scroll;
    }
    header nav.active {
        left: 0;
    }
    header nav ul li {
        width: 100%;
    }
    header nav>ul>li:not(:last-child)>a {
        display: block;
        text-align: center;
        line-height: 30px;
    }
}


/********************************************
****************** footer *******************
********************************************/

footer {
    text-align: center;
    border-top: 1px solid #707070;
}

footer nav ul li {
    margin: 5px 20px;
}


/********************************************
***************** common ********************
********************************************/

.col2_item {
    width: 48.5%;
    max-width: 560px;
}

.col3 {
    margin-left: -1%;
    margin-right: -1%;
}

.col3_item {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

.cmn_contact {
    background: url(../img/common/contact_bg.jpg) no-repeat center / cover;
}

.cmn_btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #0235BA;
    border: 2px solid #0235BA;
    border-radius: 100px;
}

.cmn_btn a::after {
    content: '\f105';
    position: absolute;
    right: 14px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

.cmn_btn a:hover {
    background: #fff;
    color: #0235BA;
}

.cmn_btn a.bg-red {
    border-color: #ED0303;
    background: #ED0303;
}

.cmn_btn a.bg-red:hover {
    background: #fff;
    color: #FF0000;
}

.works_list li {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.works_list li .works_img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.works_list li .works_cont {
    padding: 0 20px 30px;
}

.works_list li .works_cat {
    transform: translateY(-50%);
}

.works_cat a {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-weight: bold;
    color: #fff;
    background: #0235BA;
    border-radius: 50px;
}

.works_cat a.working {
    background: #C9AE62;
}

.works_cat a.regional {
    background: #125754;
}

.works_cat a.dx {
    background: #571212;
}

.works_list li .works_cat a {
    min-width: 104px;
    padding: 4px 10px;
    font-size: 1.2rem;
}

.works_list li h3 {
    padding: 7px 0 10px;
    border-bottom: 1px dashed #CECECE;
}

.news_list li {
    padding: 18px 0;
    border-bottom: 1px solid #CECECE;
}

.news_date {
    width: 90px;
    line-height: 20px;
}

.news_cat {
    width: 75px;
    margin-right: 20px;
    padding: 3px 5px;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    color: #0235BA;
    border: 1px solid #002688;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    .col3_item {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .col2_item {
        width: 100% !important;
    }
    .col3_item {
        width: 98%;
    }
    .news_title {
        flex: none;
        width: 100%;
        margin-top: 5px;
    }
}

/* セミナー開催予定　詳細ページ */

table.table-post {
    width: 100%;
}

tr.post-border-bottom {
    border-bottom: 1px solid #707070;
}

.table-post .post-border-bottom:nth-of-type(2),
.table-post .post-border-bottom:nth-of-type(3),
.table-post .post-border-bottom:nth-of-type(4),
.table-post .post-border-bottom:nth-of-type(5),
.table-post .post-border-bottom:nth-of-type(6) {
    border-bottom: 0.7px solid #707070;
}

tr.post-border-bottom th,
tr.post-border-bottom td {
    padding: 20px 0;
}

.sp_br {
    display: none;
}

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



