@charset "UTF-8";

:root {
    --main-color: #1b2655;
    --sub-color: #f4f2df;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

html {
    font-size: 100%;
    overflow: auto;
}

body {
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 2px;
    width: 100%;
    background-color: var(--sub-color);
    margin: 0 auto;
    padding: 0;
    color: #1d2129;
    overflow: hidden;
    line-height: 1.8;
}

main {
    position: relative;
    padding-top: 142px;
    padding-bottom: 60px;
}

img {
    max-width: 100%;
}


/* -------------------------------
layout
------------------------------- */
body {
    /* background-color: #000000; */
    /* background: linear-gradient(180deg, rgb(30 30 29) 0%, rgb(0 70 155) 100%); */
}

.wrap {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}

#overlay {
    display: none;
}

.menu-trigger {
    display: none;
}



main section>div {
    /* background-color: white; */
    /* padding: 65px 90px; */
    margin-bottom: 0;
}

/* -------------------------------
common
------------------------------- */
ul {
    list-style: none;
}

a {
    text-decoration: none;
}


.header_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 125px;
}

.f_wrap {
    display: flex;
    flex-wrap: wrap;
}

.mb_only {
    display: none;
}

.pc_only {
    display: block;
}

.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 1s;
}

.fadein_type2 {
    transform: translate(0, 50px);
    transition: all 1.5s;
}

.fadein_type3 {
    transform: translate(0, 50px);
    transition: all 1s .4s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


.no-wrap {
    white-space: nowrap;
}

.fss {
    font-size: 80%;
}


/* -------------------------------
nav
------------------------------- */
nav {

    /* display: flex; */

    /* flex-direction: column; */

    /* gap: 13px; */
}

nav ul {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

nav ul.visible_part li {
    padding: 0 20px;
    border-left: 1px solid #fff;
    line-height: 1.2;
    /* min-height: 30px; */
    display: flex;
    align-items: center;
    height: 20px;
}

nav ul li:last-child {
    /* border-right: 1px solid #fff; */
}

nav ul a {
    color: white;
}

.page nav ul a {
    color: #000;
}

.page nav ul.visible_part li {
    border-left: 1px solid #000;
}

nav ul a.unactive {
    color: #919191;
    pointer-events: none;
}

nav ul a:hover {
    color: #ffe70e;
}

nav ul a.unactive:hover {
    color: #919191;
}

nav ul a::before {}

nav ul li span {
    /* display: block;
    font-size: 10px;
    width: 100%;
    text-align: center;
    color: #b4b4b4; */

}

.cnv_btn {
    /* position: absolute;
    right: 0;
    top: 0;
    z-index: 30; */
    display: flex;
    gap: 10px;
}

.cnv_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 60px;
    color: var(--main-color);
    letter-spacing: 2px;
    font-weight: bold;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 7px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
}

.cnv_btn a.regist {
    background-color: #bc0000;
    margin-bottom: 1px;
    color: white;
}

.cnv_btn a.regist:hover {
    /* background-color: white; */
    /* color: #bc0000; */
    transition: 0.3s;
    font-weight: bold;
    /* border: 1px solid #bc0000; */
    background-color: #790936;
}

.cnv_btn a.contact {
    background-color: #f3572d;
    color: white;
}

.cnv_btn a.contact:hover {
    background-color: white;
    color: #fff;
    transition: 0.3s;
    background-color: #bc4120;
    font-weight: bold;
    /* border: 1px solid #fff; */
}


.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
    /* padding-left: 30px; */
    transition: 0.2s;
}

.fixed_header .header_right {
    display: flex;
    align-items: center;
    gap: 20px;
    /* flex-direction: column; */
}

.fixed_header .header_right .hidden_part {
    /* display: none; */
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.fixed_header .header_right .hidden_part .date {
    font-weight: normal;
}

.fixed_header .header_right .hidden_part .date span {
    font-size: 25px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.fixed_header .header_right .hidden_part .date span.fs_s {
    font-size: 20px;
}

.fixed_header .header_right .hidden_part li {
    display: flex;
    line-height: 1.3;
    align-items: center;
    justify-content: flex-start;
}

.fixed_header .header_right .hidden_part li>div:first-child {
    border: 1px solid #fff;
    padding: 1px 20px 3px;
    margin-right: 10px;
}




body.scrolled .fixed_header {
    /* background-color: rgba(255,255,255,1); */
    background-color: #001c07;
    transition: 0.5s;
}

body .hidden_part {
    display: flex !important;
    /* gap: 20px; */
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    color: white;
}

body.scrolled .hidden_part span {
    font-size: 18px;
}



body.scrolled .visible_part a {
    /* color: #000; */

}

body.scrolled nav ul.visible_part li {
    /* border-left: 1px solid #000; */
}

body.scrolled nav ul.visible_part li span {}

body.scrolled .cnv_btn a {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
}

body.scrolled.page nav ul a {
    color: #fff;
}

body.scrolled.page nav ul.visible_part li {
    border-left: 1px solid #fff;
}



/* -------------------------------
.front_page
------------------------------- */
.wrap {
    position: relative;
    padding-top: 50px;
}

.front_page .wrap {
    padding-top: 0;
}

.wrap .header_logo {
    /* position: absolute;
    top: 21px;
    left: 6%;
    z-index: 12; */
    display: flex;
    align-items: center;
    height: 100%;
}

.wrap .header_logo a {
    display: flex;
    line-height: 1;
    padding-left: 25px;
    align-items: center;
}

.wrap .header_logo a img {
    max-width: 300px;
    height: auto;
}



.front_page header {
    height: auto;
    min-height: 800px;
    /* padding-top: 161px; */
    background-image: url(../img/mv_bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    background-attachment: fixed;
    margin-top: 130px;
}

.front_page header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 80, 29, 0.1);
}

.front_page.onLoad header::before {
    background-color: rgba(45, 80, 29, 0.5);
    transition: 2s;
}

.front_page header>div::before {
    content: "";
    position: absolute;
    transform: skewX(-13deg);
    width: 1130px;
    height: 100vh;
    min-height: 800px;
    margin: 0 auto;
    background-color: rgba(45, 80, 29, 0.1);
    border-right: 8px solid rgba(255, 255, 0, 0);
    border-left: 8px solid rgba(255, 255, 0, 0);
    z-index: 8;
}

.front_page.onLoad header>div::before {
    background-color: rgba(24, 43, 15, 0.9);
    border-right: 8px solid rgba(255, 255, 0, 0.9);
    border-left: 8px solid rgba(255, 255, 0, 0.9);
    transition: 2s;
}


.front_page header>div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.front_page header div.main_logo {
    max-width: 720px;
    z-index: 10;
}

.front_page header div.main_logo .main_logo_wrap {
    text-align: center;
}

.front_page header div.main_logo img {
    width: 100%;
    /* max-height: 40vh;
    width: auto; */
}

.front_page header .header_support {
    color: white;
    line-height: 1.7;
    margin-top: 20px;
    /* max-width: 450px; */
    margin: 0 auto;
    padding-left: 62px;
}

.front_page header .header_support .f_wrap {
    display: flex;
    font-size: 15px;
    line-height: 1.5;
}

.front_page header .header_support .f_wrap>div:first-child {
    min-width: 45px;
}


/* .front_page header > div > div {
    text-align: center;
}
.front_page header span {
    color: white;
    font-weight: bold;
    position: absolute;
    right: 0;
    font-size: 51px;
    bottom: 31%;
    transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);
    -webkit-transform: rotate(-19deg);
    -o-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
}
.front_page .sns {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    right: 100px;
    background-color: rgba(255,255,255,0.7);
    padding: 7px 10px 4px;
    z-index: 999;
    border-radius: 40px;
}
.front_page .sns a {
    display: block;
    width: 40px;
    margin: 0 8px;
    line-height: 1;
}
.front_page .sns a:last-child {
    width: 70px;
}
.front_page .sns a img {
    width: 100%;
} */





section h2 {
    text-align: center;
    margin-bottom: 30px;
    /* margin-top: 100px; */
    color: var(--main-color);
    font-size: 36px;
    /* background-color: #f3e9ed; */
    /* padding: 10px 0; */
}

.front_page section h2 img {
    width: 31%;
    min-width: 350px;
}

.front_page section h2 {
    font-size: 46px;
    font-weight: bold;
}


section>div {
    max-width: 1000px;
    margin: 0 auto;
}


h2.bg_black {
    background-color: #001c07;
    color: white;
    font-size: 28px;
    text-align: center;
    /* border-left: 10px solid #004c13; */
}

/* .front_page h2.bg_black.wide {
    padding: 6px 0;
} */


.front_page .sec1 {
    width: 100%;
    max-width: 100%;
    background-image: url(../img/mv_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 0;
    .mv_conv {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
    }
}

.front_page .sec1>div {
    padding: 79px 0 62px;
}

.front_page .sec1 .mv1 {
    max-width: 1000px;
    margin: 0 auto 38px;
    width: 100%;
}

.front_page .sec1 .mv2 {
    max-width: 580px;
    margin-bottom: 8px;
    width: 100%;
    display: block;
    margin: 0px auto 8px;
}

.front_page .sec1 .mv3 {
    max-width: 846px;
    margin-bottom: 16px;
    width: 100%;
}


.front_page .sec1 .mv_text1 {
    max-width: 600px;
    background-image: url(../img/mv_bg1.png);
    /* color: white; */
    font-weight: bold;
    /* max-width: 715px; */
    margin: 0 auto 3px;
    /* height: 50px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 23px;
    line-height: 1.6;
}

.front_page .sec1 .mv_text1 a {
    /* color: white; */
    font-weight: bold;
    margin: 0 5px;
    text-decoration: underline;
    color: #000;
}

.front_page .sec1 .mv_text1 a:hover {
    text-decoration: underline;
}

.front_page .sec1 a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(../img/mv_btn_bg.png); */
    color: white;
    font-weight: bold;
    max-width: 398px;
    width: 80%;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0 auto; */
    font-size: 26px;
    background-color: #E83E10;
    margin-top: 30px;
}

.front_page .sec1 a.btn:hover {
    opacity: 0.8;
}

.front_page .sec1 a.btn_left {
    background-color: #bc0000;
}
.front_page .sec1 a.btn_right {
    background-color: #f3572d;
}


.front_page .img_g {
    display: flex;
    flex-wrap: wrap;
}

.front_page .img_g>img {
    display: block;
    flex: 0 0 16.665%;
    width: 16%;
}

.front_page .sec2 {
    padding-bottom: 60px;
    > div {
        background-color: white;
    padding: 0;
    border: 2px solid var(--main-color);

    }
    h2 {
        background-color: var(--main-color);
    color: white;
    font-size: 22px;
    text-align: left;
    padding: 10px 19px;
    margin-bottom: 0;
    }

}

.front_page .sec2 .info_list_wrap {
    padding: 0 15px;
}

.front_page .sec2 .info_list_wrap li {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-left: 28px;
    padding: 20px 30px;
}



.front_page .sec3 {
    margin-top: 0;
    padding-top: 28px;
}

.front_page .sec3 h2 {
    background-color: transparent;
    color: var(--main-color);
    /* font-size: 34px; */
    margin-bottom: 24px;
}

.front_page .sec3 .text {
    text-align: center;
    font-size: 18px;
}




.front_page .sec3 .box {

background-color: white;

/* max-width: 1020px; */

padding-bottom: 73px;

margin-bottom: 39px;
}


.front_page .sec3 .text .brex_a {

    color: #3e6228;

    font-weight: bold;
}

.front_page .sec3 .text .brex_a:hover {
    text-decoration: underline;
}

.front_page .sec3 .text .odex_a {
    color: #001f60;
    font-weight: bold;
}

.front_page .sec3 .text .odex_a:hover {
    text-decoration: underline;
}

.front_page .sec3 .event {
    max-width: 846px;
    margin: 0 auto;
    border: 5px solid #EFEFEF;
    padding: 5px;
    margin-top: 50px;
}

.front_page .sec3 .event .event_inner {
    padding: 0 14px 20px;
}

.front_page .sec3 .event h3 {
    font-size: 22px;
    background-color: #EFEFEF;
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
}

.front_page .sec3 .text_catch {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    margin-top: 25px;
    line-height: 1.5;
}

.front_page .sec3 .text_catch span.uline {
    display: inline-block;
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fbff50 40%);
    margin-top: 2px;
}





.front_page .sec4 {
    >
    div {
        padding: 0;
    padding-top: 44px;
    }
    background-color: #1B2655;
}

.front_page .sec4 h2 {

padding: 3px 0;

margin-bottom: 46px;

color: white;
}

.front_page .sec4 .f_wrap1 {
    justify-content: space-between;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.front_page .sec4 .f_wrap1>div {
    /* padding: 21px 34px; */
    /* border: 5px solid #ddd; */
    position: relative;
    background-color: white;
    flex: 0 0 32%;
    border-radius: 4px;
}

.front_page .sec4 .f_wrap1>div h3 {
    /* border-bottom: 3px solid var(--main-color); */
    display: flex;
    /* margin-bottom: 20px; */
    /* padding-bottom: 27px; */
    line-height: 1.3;
    font-size: 20px;
    /* align-items: baseline; */
    font-weight: bold;
    /* text-align: center; */
    justify-content: center;
    margin-top: 13px;
    margin-bottom: 21px;
}

.front_page .sec4 .f_wrap1>div h3 span {
    color: var(--main-color);
    font-size: 33px;
    margin-right: 6px;
    font-family: "Plus Jakarta Sans", sans-serif;
}



.front_page .sec4 .bg_gray {
    background-color: #f7f7f7;
    padding: 30px 40px;
    margin-top: 58px;
}

.front_page .sec4 .bg_gray img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}



.front_page .sec4 .bg_gray .f_wrap2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.front_page .sec4 .bg_gray .f_wrap2>div {
    flex: 0 0 49%;
    text-align: center;
    background-color: white;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}



/* .front_page .sec4 .bg_gray .f_wrap2 > div:nth-child(4) {
    flex: 0 0 49%;
    }
    .front_page .sec4 .bg_gray .f_wrap2 > div:nth-child(5) {
        flex: 0 0 49%;
        } */

.front_page .sec4 .bg_gray .copy {
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 29px;
    font-weight: bold;
}

.front_page .sec4 .bg_gray .copy>div:last-child {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fbff50 40%);
}

.front_page .sec4 .bg_gray .f_wrap2>div {
    /* font-weight: bold; */
    font-size: 20px;
    font-weight: bold;
}

.front_page .sec4 .bg_gray .f_wrap2>div span {
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px;
}





.front_page .sec4 a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/mv_btn_bg.png);
    color: white;
    font-weight: bold;
    max-width: 498px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    font-size: 26px;
    margin-top: 60px;
}

.front_page .sec4 a.btn:hover {
    opacity: 0.8;
}














.front_page .sec4 h4 {
    color: var(--main-color);
    margin-top: 15px;
    margin-bottom: 5px;
}



.front_page .sec5 {
    background-color: white;

    >
    div {

        h2 {
            font-size: 46px;
    font-weight: bold;
    color: var(--main-color);
        }



        .f_wrap2 {
    max-width: 920px;
    margin: 0 auto 37px;

            >
    div {
                background-color: #EDEDED;
                border-radius: 4px;
                color: var(--main-color);
                font-size: 28px;
                font-weight: bold;
                background-image: url(../img/img16.png);
                background-repeat: no-repeat;
                background-size: 33px;
                span {
                    color: #E83E10;
                }
            ;
                padding-left: 88px;
                background-position: 35px;
                padding: 10px 80px;
                letter-spacing: 0px;
                margin-bottom: 8px;
            }
    }
    }
;
    padding-top: 34px;
}




.front_page .sec6 {
    background-color: transparent;
    padding: 0;
    padding-top: 45px;
}

.front_page .sec6>h2 {
    background-color: transparent;
    color: var(--main-color);
}

.front_page .sec6 p {
    text-align: left;
}

.front_page .sec6 {
    .howto {
        margin: 40px 0;
        text-align: center;
        img {
            width: 80%;
            margin: 0 auto;
        }
    }
}

.front_page .sec6 .g_map {
    margin: 20px 0 30px;
}

.front_page .sec6 h3 {
    margin-bottom: 30px;
}

.front_page .sec6>div {
    background-color: white;
    max-width: 1000px;
    padding: 65px 90px;
}

.front_page .sec6 .conv_btn {
    margin-top: 50px;
}

.front_page .sec6 .conv_btn a {
    display: flex;
    justify-content: center;
    border: 1px solid #2a5893;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    height: 60px;
    color: #2a5893;
    align-items: center;
    background-image: url(../img/target.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 13px;
}

.front_page .sec6 .conv_btn a:hover {
    background-color: #2a5893;
    color: white;
    background-image: url(../img/target_w.svg);
}



.front_page .sec7 {}

.front_page .sec7 table {
    width: 100%;
}

.front_page .sec7 th, .front_page .sec7 td {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    margin-bottom: 10px;
}

.front_page .sec7 th {
    min-width: 160px;
    color: var(--main-color);
    font-size: 17px;
}

.front_page .sec7 td {}




.front_page .sec9 {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 50px;
    
    
    
    
    
    h2 {
        font-size: 40px;
    }
    .inner {
        display: flex;
        justify-content: center;
        padding: 0 0 60px;
        table {
            min-width: 500px;
            max-width: 880px;
        th {
                border-bottom: 1px solid #0a5298;
                color: #0a5298;
                width: 120px;
            }
        td {
                border-bottom: 1px solid #ccc;
                text-align: left;
                padding: 6px 20px
            }
            td.f_wrap {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                padding: 10px 20px;
                display: block;
            }
            td.f_wrap > div {                   
                flex: 0 0 33%;
                text-align: left;
                display: inline-block;
            }
        }
    }
   
}

/* -------------------------------
outline
------------------------------- */
.page nav {
    top: 83px;
    right: 100px;
}

.page header {
    background-image: url(../img/sub_page_mv.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 440px;
    position: relative;
}

.page header>div>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 100px 20px 0;
}

.page header>div:first-child>div>a {
    width: 37%;
    padding-top: 0px;
}

.page header>div:first-child>div>a>img {
    width: 65%;
}

.page header>div:first-child>div>div {
    color: white;
}

.page header>div:first-child>div>div span {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 8px;
}

.page header>div:first-child>div>div span img {
    display: inline-block;
    width: 65px;
    margin-left: 5px;
}

.page header>div:first-child>div>div span:last-child {
    color: #9a9a9a;
}

.page header>div:first-child>div>div span:last-child a {
    color: #9a9a9a;
}

.page header .contact_data a {
    color: white;
}

.page header .top_conv {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 40px;
}

.page header .top_conv img {
    width: 25px;
    margin-right: 5px;
}

.page header .top_conv .tel img {
    width: 20px;
}

.page header .top_conv a {
    display: block;
    background-color: #ffe70e;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.page header .top_conv a.tel {
    height: 30px;
    background-color: #0069b4;
    color: white;
}




.page h2.box {
    background-color: #000000;
    color: white;
    text-align: center;
    width: 31%;
    min-width: 350px;
    margin: 60px auto 0;
    padding: 10px 0;
    color: #ffe70e;
    transform: skewX(-30deg);
    border-left: 3px solid #ffe70e;
    border-right: 3px solid #ffe70e;
}

.page h2.box>div {
    transform: skewX(30deg);
}

.page h2.box span {
    display: block;
    color: white;
    font-size: 60%;
    font-weight: normal;
}



.page #header_wide {
    width: 100%;
    max-width: 100%;
    height: 100px;
    background-color: #000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.page .last_section {
    margin-bottom: 60px;
}











.outline #sec1>div {
    max-width: 1000px;
    margin: 0 auto;
}

.outline #sec1>div>div {
    background-color: #f5f5f5;
    padding: 70px 50px 50px;
    margin-top: -40px;
}

.outline #sec1>div>div p {
    margin-bottom: 10px;
}

.outline #sec1 table {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.outline #sec1 table th {
    width: 25%;
    border-bottom: 1px solid #f5f5f5;
    background-color: black;
    color: white;
    border-left: 3px solid #ffe70e;
}

.outline #sec1 table td {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
}

.outline h3 {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 20px;
}

.outline h3::after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    width: 20px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.outline .note {
    line-height: 2.5;
}

/* -------------------------------
show
------------------------------- */
.show #sec1 {
    background-image: url(../img/show_img1.png);
    background-size: cover;
    color: white;
    padding: 20px 0 60px;
    background-attachment: fixed;
}

.show #sec1>div {
    max-width: 800px;
    margin: 60px auto 20px;
}

.show #sec1>div>div>div:last-child {
    padding: 0 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}

.show #sec1>div>div:first-child {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 0 0 3px black;
}

.show #sec1>div:first-child span {
    background: linear-gradient(transparent 55%, #003884 0%);
    display: inline;
    font-size: 34px;
    text-shadow: 0 0 3px black;
}

.show #sec1>div:first-child span.large {
    font-size: 34px;
    display: block;

}

.show #sec2 img {
    width: 280px;
}

.show #sec2>div {
    position: relative;
}

.show #sec2>div {
    max-width: 1000px;
    margin: 0 auto;
}

.show #sec2>div>div {
    background-color: #f5f5f5;
    padding: 70px 50px 50px;
    margin-top: -40px;
}

.show #sec2 .f_wrap {
    border-bottom: 1px solid #fff;
    padding: 40px 0;
}

.show #sec2 .f_wrap>div:last-child {
    padding-left: 30px;
}

.show #sec2 .merit {
    font-size: 30px;
    font-weight: bold;
    /* line-height: 1.2;
    background: linear-gradient(transparent 66%, #fff 0%);
    margin-bottom: 19px; */
}

.show #sec2 .merit span {
    color: #ffe70e;
    font-size: 36px;
}



.show #sec3 .f_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.show #sec3 .f_wrap>div {
    flex: 1;
}

.show #sec3 .f_wrap>div:first-child h2 {
    color: #00A0E9;
    border-left: 3px solid #00A0E9;
    border-right: 3px solid #00A0E9;
}

.show #sec3 .f_wrap>div:last-child>div {
    text-align: center;
    margin-top: 20px;
}

.show #sec3 .f_wrap>div:last-child>div img {
    width: 100%;
}

.show #sec3 .f_wrap>div:nth-child(2) {
    width: 100%;
    text-align: center;
}

.show #sec3 .f_wrap>div:nth-child(2) img {
    width: 90%;
}

.show #sec3 .pc_c {
    width: 100%;
}

.show #sec3 .mb_c {
    display: none;
}

.show #sec3 .f_wrap h2 {
    min-width: 65%;
    margin-top: 0;
    margin-bottom: 20px;
}

.show #sec3 ul {
    padding-left: 50px;
    list-style: disc;
}


.contact p {
    margin-bottom: 30px;
}



.visitor .sec1 .text {
    margin-bottom: 30px;
}








.conv>div>div {
    width: 100%;

}

.conv>div>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe70e;
    color: black;
    width: 50%;
    height: 80px;
    margin: 80px auto 40px;
    font-size: 20px;
    position: relative;
}

.conv>div>div a:hover {
    background-color: #fff596;
    padding: 3px 0 0 0;
}


.conv>div>div a img {
    width: 35px;
    margin-right: 16px;
}

.conv>div>div a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
}

.conv.show_top>div>div {
    background-color: #231815;
    padding: 45px 0;
}

.conv.show_top>div>div a {
    margin: 0 auto;
    width: 35%;
    height: 60px;
}

/* -------------------------------
footer
------------------------------- */

footer {
    position: relative;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 30px 0 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

footer .footer_part1 {
    position: absolute;
    top: 3%;
    right: -60px;
    width: 400px;
}

footer .footer_part2 {
    position: absolute;
    top: 75%;
    left: -60px;
    width: 400px;
}

footer>div {}

#footer_organization {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

#footer_organization span {
    font-size: 14px;
    display: block;
    font-weight: normal;
    line-height: 1.5;
}

#footer_organization span:first-child {
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px;
}

#footer_tel {
    margin-top: 8px;
    line-height: 1.5;
}

#footer_tel div.box {
    display: none;
    /* display: inline-block; */
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 17px;
    line-height: 12px;
    margin-right: 20px;
    vertical-align: middle;
}

#footer_tel span.tel_text {
    font-size: 20px;
    font-weight: bold;
    vertical-align: baseline;
}

#footer_tel span:last-child {
    font-size: 14px;
    display: block;
}

#footer_tel a {
    color: white;
    text-decoration: none;
    font-size: 27px;
    font-weight: bold;
}

#footer_adress {
    font-size: 14px;
    margin-top: 6px;
}

#footer_adress a {
    color: white;
}

#footer_adress span {
    font-size: 12px;
    display: block;
}

#footer_support {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 25px 0;
}

#footer_support span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

#footer_copyright {
    margin-top: 50px;
}

.fixed_btn_wrap_for_ie {
    width: 100%;
    left: 0;
    display: block;
    position: fixed;
    /* background-color: #000;  */
    height: 50px;
    bottom: 0;
    z-index: 30;
}

.fixed_btn_wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 50px;
}

.fixed_btn {
    right: 0;
    display: block;
    background-color: #ffe70e;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* border: 1px solid #fff; */
}

.fixed_btn.btn1 {
    background-color: #bc0000;
}

.fixed_btn.btn2 {
    background-color: #f3572d;
}

.fixed_btn:hover {
    opacity: 0.9;
    /* background-color: white; */
    /* color: #ffe70e; */
    /* font-weight: bold; */
    transition: 0.3s;
    /* border: 1px solid #ffe70e; */
}

.fixed_btn.btn1:hover {
    /* color: #bc0000;
    transition: 0.3s;
    border: 1px solid #bc0000; */
}

.fixed_btn.btn2:hover {
    /* color: #24559d;
    transition: 0.3s;
    border: 1px solid #24529b; */
}



.fixed_btn img {
    width: 25px;
    margin-right: 10px;
}

.fixed_btn_wrap>div.scrolltotop {
    width: 50px;
    background-color: #5C5C5C;
    cursor: pointer;
    position: relative;
}

.fixed_btn_wrap>div.scrolltotop::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -4px;
}


#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 200;
    height: 50px;
    background-color: #001c08;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-top img {
    width: 35%;
    cursor: pointer;
}


.stop .fixed_btn_wrap_for_ie {
    display: none;
}

#sec10>div>div {
    text-align: center;
}

#sec10>div>div img {
    max-width: 320px;
}




#sec11 .btn {
    margin-top: 50px;
}

#sec11 .btn a {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    background-color: #0071bc;
    border: 1px solid #0071bc;
    color: white;
    box-shadow: 0 4px 10px #bbb;
    transition: 0.3s;
}

#sec11 .btn a:hover {
    color: #0071bc;
    background-color: white;
    box-shadow: none;
}



/* -------------------------------
プレスページ
------------------------------- */
main.page {
    margin-top: 50px;
}


.press {
    .sec1 {
        .content_block_upper {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
        }

        ul {
            list-style: disc;
            padding-left: 20px;

            li {
                margin-bottom: 8px;
            }
        }
    }

    .sec2 {
        h3 {
            padding: 10px 10px 10px 20px;
            margin-top: 30px;
            margin-bottom: 20px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.5;
            background: #ffffff url(../img/bg_h302.svg) left center no-repeat;
            background-size: 8px;
            border: 1px solid #00275d;
            color: #00275d;
        }

        .mp {
            /* display: none; */
        }

        .tel_no {
            font-size: 30px;
            font-weight: 700;
        }
    }

    .sec4 {
        .content_block_lower {
            margin-bottom: 30px;
        }
    }
}








.page section > div {
    background-color: white;
    padding: 30px 50px;
    margin-bottom: 30px;
}
.page section h2 {
    margin-bottom: 50px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
}











.sub_page #contact_press {
    border: 3px solid #001c07;
    max-width: 1060px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 40px;
    margin-bottom: 80px;
    padding: 30px;
}

.sub_page .mainbox_wrap {
    display: flex;
    justify-content: space-between;
}

.sub_page .mainbox_wrap>div:first-child {
    flex: 3;
    /* margin-right: 30px; */
}

.sub_page .h1_pagettl {
    background-color: #202020;
    padding: 22px 40px 26px;
}

.sub_page .content_area:last-child {
    padding: 50px 40px 35px;
}

.sub_page .h1_ttltxt p {
    line-height: 1;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.2em;
    padding-top: 10px;
    margin-top: 0px;
}

.sub_page h2.style_h201 {
    padding: 16px 25px 18px 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-left: 8px solid #fbb03b;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #202020;
    background-size: 8px;
}

.sub_page .h1_pagettl h1 {
    line-height: 1.4;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin: 0 0 0 0;
}

#press .content_area #contact_press h3.style_h303 {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: #ffffff url(../img/bg_h302.svg) left center no-repeat;
    background-size: 8px;
    border: 1px solid #00275d;
    color: #00275d;
}

#press h4.style_h401 {
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    background: #ffffff url(../img/bg_h401.svg) left center no-repeat;
    background-size: 8px;
    border-bottom: 1px dashed #e6e6e6;
    color: #00275d;
}

#press .content_block_upper {
    display: flex;
    justify-content: space-between;
}

#press .content_block_upper>div:first-child {
    flex: 2;
    margin-right: 30px;
}

#press .content_block_upper>div:last-child {
    flex: 1.4;
}

#press .content_block_upper>div:last-child img {
    max-width: 100%;
}

#press .tel_no {
    font-size: 30px;
    font-weight: 700;
}

.sub_page .content_area section h3 {
    font-size: 24px;
    line-height: 24px;
    background-color: #202020;
    color: white;
    padding: 16px 30px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.sub_page #sidebox {
    width: 300px;
    float: right;
    margin: 40px 0 0;
    padding: 0 0 0 20px;
}

.sub_page #sidebox h2 {
    background: #fbb03b;
    text-align: center;
    color: #000000;
    line-height: 1;
    padding: 40px 0;
    border-radius: 8px;
    font-size: 18px;
    margin-top: 0;
}

.sub_page #sidebox h2::after {
    content: url(../img/bg_tri_black.svg);
    display: block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin: 0 auto;
}

.sub_page #sidebox .side_menu ul li a {
    display: block;
    text-decoration: none;
}

.sub_page #sidebox .side_menu ul li a {
    background: url(../img/side_li01.png) left center no-repeat;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px dashed #acacac;
    color: #202020;
}

.release_list {
    margin-bottom: 8px;
}


.press #mediapartner {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
        
    a {
        display: block;
        max-width: 300px;
        img {
            max-height: 70px;
        }
    }

}



.exhibitorslist .listsection>div {
    margin-bottom: 50px;
}

.exhibitorslist .list_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* border-bottom: 1px dashed #aaa; */
    padding: 10px 10px;
    min-height: 100px;
}

.exhibitorslist .list_wrap>div:first-child {
    flex: 3;
    padding-right: 20px;
}

.exhibitorslist .list_wrap>div:nth-child(2) {
    width: 230px;
    height: auto;
}

.exhibitorslist .list_wrap img {
    /* max-height: 60px; */
    max-width: 100%;
}

.exhibitorslist .list_wrap img.google {
    max-height: 120px;
}


.exhibitorslist .exhibitor_wrap .exhibitor_name {
    font-weight: bold;
}

.exhibitorslist .list_service_wrap ul {
    line-height: 1.5;
    list-style: disc;
}

.exhibitorslist .list_service_wrap ul li {
    display: block;
    margin-right: 10px;
    /* white-space: nowrap; */
    list-style: disc;
}

.exhibitorslist .list_service_wrap ul li .exh_service_title {
    font-size: 16px;
    margin-bottom: 5px;
}

.exhibitorslist .list_service_wrap ul li .exh_service_title::before {
    content: "・";
    margin-right: 3px;
}

.exhibitorslist .list_service_wrap ul li .exh_service_desc {
    font-size: 15px;
    background-color: #ffffff;
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-top: 9px;
}

.exhibitorslist .list_service_wrap ul li:last-child .exh_service_desc {
    margin-bottom: 5px;
}

.exhibitorslist .exhibitor_label {
    display: none;
    font-size: 11px;
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    margin-left: 6px;
    background-color: #cacaca;
    white-space: nowrap
}

.exhibitorslist .exhibitor_label.label_r {
    background-color: red;
    white-space: nowrap
}

.exhibitorslist .exhibitor_label.label_o {
    background-color: #1c2660;
    white-space: nowrap;
}

.exhibitorslist .exhibitor_logo {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibitorslist .list_service_wrap {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #f9f9f9;
}

.exhibitorslist .exhibitor_wrap {
    background-color: #e3e6e9;
    border-radius: 5px;
    padding: 5px 80px 5px 20px;
    position: relative;
    cursor: pointer;
    border-left: 5px solid #222;
}

.exhibitorslist.english .exhibitor_wrap {
    cursor: auto;
}

.exhibitorslist:not(.english) .exhibitor_wrap:hover {
    background-color: #dcdcdc;
}

.exhibitorslist .exhibitor_wrap::after {
    content: "詳細▼";
    position: absolute;
    right: 5%;
    font-size: 12px;
    color: #303e92;
    top: 8px;
}

.exhibitorslist.english .exhibitor_wrap::after {
    content: "More Details▼";
    letter-spacing: 0;
    display: none;
}

.exhibitorslist .exhibitor_wrap:hover::after {
    color: #000;
}

.exhibitorslist .toggle_area {
    padding: 10px 20px;
    line-height: 1.5;
}

.exhibitorslist .toggle_area .toggle_area_description {
    /* font-size: 14px; */
    margin-top: 10px;
    /* color: #666; */
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.exhibitorslist .list_service_wrap h5 {
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 1px 10px;
    font-size: 13px;
}

.exhibitorslist .note_tar {
    text-align: right;
    font-size: 12px;
    margin-bottom: 30px;
}


.exhibitorslist ul.kana {
    display: flex;
    gap: 6px;
    padding: 0 15px;
    margin-bottom: 35px;
}

.exhibitorslist ul.kana li a {
    background-color: white;
    color: #000;
    border-radius: 1px;
    padding: 3px 5px 2px;
    display: block;
    border: 2px solid #000000;
}

.exhibitorslist ul.kana li a:hover {
    background-color: #576b87;
    border: 2px solid #576b87;
    color: white;
}

.exhibitorslist .listsection .point {

    /* background-color: white; */

    color: #000;

    padding: 2px 20px;

    margin-bottom: 15px;

    margin-top: 20px;

    border-bottom: 2px solid #000000;

    font-size: 18px;

    display: inline-block;

}

.exhibitorslist h2.bg_black {

    margin-bottom: 22px;

}

/* .exhibitorslist .joint_exhibitors {
    
margin-top: 10px;
    
margin-left: 10px;
    
display: flex;
    
align-items: flex-start;
}
.exhibitorslist .joint_exhibitors .label {
    display: inline-block;
    padding: 5px 10px 4px;
border: 1px solid #000;
    line-height: 1;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 2px;
    background-color: #ffffff;
    border-left: 3px solid #000;
    border-radius: 3px;
    }
    
    
.exhibitorslist .joint_exhibitors .label {}
.exhibitorslist .joint_exhibitors .je_name {
    font-weight: 600;
}
.exhibitorslist .joint_exhibitors .je_data {
    font-size: 14px;
    display: none;
    padding-left: 0;
    padding-top: 0;
} */

.exhibitorslist .co-exhibitors {
    display: flex;
    font-weight: 600;
    margin-top: 6px;
}

.exhibitorslist .co-exhibitors::before {
    content: "共同出展社：";
}

.exhibitorslist.english .co-exhibitors::before {
    content: "Co-Exhibitors：";
}

/* .exhibitorslist .co-exhibitors {
    
margin-left: -20px;
    
width: calc(100% + 40px);
    
margin-top: 10px;
}
.exhibitorslist .co-exhibitors > div {
    background-color: #e3e6e9;
    border-radius: 5px;
    padding: 5px 80px 5px 20px;
    position: relative;
    border-left: 5px solid #222;
    font-weight: 600;
} */





.exhibitorslist.english .toggle_area {
    /* 共同出展社ネストなし、toggleなし*/
    display: block !important;
    padding: 0 0 10px 0;


    /* 共同出展社をネスト */
    padding: 0 0 10px 10px;
}

.exhibitorslist .co-exhibitors {
    display: flex !important;
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0;
}

.exhibitorslist .co-exhibitors>div {
    flex-grow: 1;
    flex-basis: 50%;
}

.exhibitorslist .co-exhibitors>div:nth-child(n+2) {
    padding-left: 143px;
}

/* .exhibitorslist .co-exhibitors::before {
    content: none !important;
}
.exhibitorslist .co-exhibitors > div {
    background-color: #e3e6e9;
    border-radius: 5px;
    padding: 5px 80px 5px 20px;
    position: relative;
    border-left: 5px solid #222;

    margin-top: 10px;
} */





.student {}

.student .listsection {
    margin-bottom: 50px;
}

.student .pre_text {
    padding: 0;
    /* background-color: rgba(255,255,255,0.5); */
    /* border: 1px solid #9b9b9b; */
    /* background-color: white; */
    padding-bottom: 20px;
    margin: 0 15px 45px;
}

.student .pre_text .title {
    font-size: 20px;
    font-weight: 600;
    /* border-left: 7px solid #000; */
    display: block;
    margin-bottom: 6px;
    padding: 5px 15px 2px;
    /* background-color: #6d6d6d; */
    color: black;
    /* text-shadow: 0 0 1px #000; */
}

.student .pre_text .text {
    padding: 0 12px;
}

.student .list_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* border-bottom: 1px dashed #aaa; */
    padding: 10px 10px;
    min-height: 100px;
}

.student .list_wrap>div:first-child {
    flex: 3;
    padding-right: 20px;
}

.student .list_wrap>div:nth-child(2) {
    width: 230px;
    height: auto;
}

.student .list_wrap img {
    /* max-height: 60px; */
    max-width: 100%;
}

.student .data_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.student .seminar_id {
    background-color: #900;
    color: white;
    padding: 6px 20px 6px 20px;
    line-height: 1;
    display: inline-block;
    margin-right: 15px;
    /* margin-left: -20px; */
}

.student .seminar_date {}

.student .list_wrap {
    padding: 20px;
    border: 2px solid #eeeeee;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}

.student .com_name {
    background-color: white;
    padding: 5px 13px;
    border-left: 6px solid;
    border-radius: 6px;
    box-shadow: 0 0 2px #ddd;
    font-weight: 600;
}

.student .com_text {
    padding: 15px 20px;
    font-size: 15px;
}



.fixed_header {}

.fixed_header .header_menu_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: var(--main-color);
    padding-right: 13px;
}

.fixed_header .header_menu_body {
    width: 100%;
    background-color: #ffffff;

}



.fixed_header .header_menu_body nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border-top: 1px solid white; */
    /* border-bottom: 1px solid white; */
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #eee;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(225, 231, 237, 1)100%);
}

.fixed_header .header_menu_body nav a, .fixed_header .header_menu_body nav>span {
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
    /* border-right: 1px solid #065015; */
    justify-content: center;
    width: 100%;
    max-width: 200px;
    transition: 0.3s;
}

.fixed_header .header_menu_body nav a:hover {
    background-color: var(--main-color);
    transition: 0.5s;
    color: white;
}

.fixed_header .header_menu_body nav a:first-child {
    max-width: 67px;
}

.fixed_header .header_menu_body nav a img {
    height: 20px;
}

.fixed_header .header_menu_body nav a>span {
    width: 100%;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
}

.fixed_header .header_menu_body nav>span {
    background-color: #e4e7f7;
    color: #acb3d7;
    font-weight: bold;
}

.fixed_header .header_menu_body nav a:hover #home path {
    fill: #fff;
}

header .btn {
    z-index: 10;
    width: 100%;
    padding: 30px 0;
}

header .btn a {
    display: flex;
    background-color: #bc0000;
    color: white;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
    height: 50px;
    align-items: center;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 7px;
    /* font-weight: bold; */
    transition: 0.3s;
}

header .btn a:hover {
    background-color: white;
    border: 1px solid #bc0000;
    color: #bc0000;
    font-weight: bold;
}

header .logo_data {
    font-size: 29px;
    font-weight: bold;
    color: white;
    line-height: 1;
    margin: 30px 0;
}

header .logo_data>div {
    margin-bottom: 10px;
    /* max-width: 800px; */
    margin: 14px auto;
}

header .logo_data div:first-child {
    display: flex;
    align-items: baseline;
}

header .logo_data div:first-child>div:last-child {
    display: flex;
    align-items: flex-end;
    /* justify-content: space-between; */
    flex-grow: 1;
    gap: 10px;
}

header .logo_data .time {
    font-size: 24px;
    margin-top: 0px;
}

header .logo_data div span {
    font-size: 40px;
}


.press #content1, .press #content2, .press #register {
    padding-top: 110px;
    margin-top: -110px;
}



.schedule {
    /* background: linear-gradient(90deg, rgba(14, 20, 95, 1) 0%, rgba(8, 117, 185, 1) 100%); */
    color:white;
    /* background-color: rgba(255,255,255,0.3); */
    /* padding: 30px 0; */
    max-width: 600px;
    margin: 0 auto;

    >div.f_wrap {
        max-width: 1050px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        row-gap: 10px;
        margin: 0 auto;
        
        
        
        
        
        

        >div:first-child {
            padding-right: 30px;
            line-height: 1;
            color: black;
            
            
            
            

            span:nth-child(1) {
                font-size: 35px;
                font-weight: bold;
            }

            span:nth-child(2), span:nth-child(4), span:nth-child(5) {
                font-size: 73px;
                font-weight: 700;
            }

            span:nth-child(3), span:nth-child(6) {
                font-size: 37px;
                font-weight: bold;
            }
        }

        >div:last-child {
            /* border-left: 1px solid #fff; */
            /* padding-left: 30px; */
            font-weight: bold;
            /* background-color: #1b2655; */
            padding: 4px 20px 4px 0px;
            color: black;
            
            

            >div:first-child {
                /* border: 1px solid #fff; */
                display: inline-block;
                line-height: 1;
                padding: 3px 0 5px;
                margin-bottom: 5px;
                font-size: 36px;
            }

            >div:last-child {
                font-size: 41px;
                
                line-height: 1;
            }
        }
    }

}






.sec1 {
    .purpose {
        max-width: 846px;
        margin: 0 auto;
        backdrop-filter: blur(12px);
        background-color: rgba(255, 255, 255, 0.2);

        .box {
            padding: 34px 30px;
            h3 {
                font-size: 34px;
            line-height: 1;
            margin-bottom: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
                &::after {
                    border-bottom: 1px solid #000;
                    content: "";
                    display: block;
                    flex: 0 0 28%;
                    height: 2px;
                }
                &::before {
                    border-bottom: 1px solid #000;
                    content: "";
                    display: block;
                    flex: 0 0 28%;
                    height: 2px;
                }
            }

            ;
            font-weight: bold;
            line-height: 2;
            text-align: left;
        }
    }
}


.front_page .sec3 .box {
    .box1 {
        text-align: center;
        padding-top: 65px;
        img {
            max-width: 560px;
        }
    }
    .box2 {
        text-align: center;
        padding-top: 11px;
        img {
            max-width: 760px;
        }
    }
    .box3 {
        font-size: 38px;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
    }
    .box4 {
        text-align: center;
        padding-top: 11px;
        img {
            max-width: 760px;
        }
    }
    .box5 {
        font-size: 33px;
        text-align: center;
        font-weight: bold;
        padding-top: 18px;
        line-height: 1.4;
    }
}

.front_page .sec4 {
    padding-bottom: 60px;
    .box {
    background-color: white;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
    font-size: 20px;
    }
}


.front_page .sec6 {
    h3 {
        background-color: var(--main-color);
        color: white;
        padding: 2px 10px 5px 20px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 26px;
    }
    .transportation {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-top: 20px;
        h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }
    }
    .address {
        line-height: 2.3;
        span {
            border:solid 1px var(--main-color);
            padding: 0 10px 2px;
            margin-right: 10px;
        }
    }
}


.front_page .sec8 {
    padding: 70px 0 100px;
    background-color: #030a07;
    background-image: url(../img/img18.png);
    color: white;
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    h2 {
        font-size: 40px;
        margin-bottom: 50px;
        color: white;
    }
;
    background-size: cover;
    .content {
    text-align: center;
    margin-top: 30px;
    font-size: 38px;
    }
    .btn {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        a {
            background-color: #f0e900;
            color: #000;
            display: flex;
            padding: 4px 42px 9px;
            &:
            hover {
                background-color: white}
            min-width: 4;
            transition: 0.3s;
        }
    }
;
    background-position: left;
}


.front_page {
    .sec10 {
        background-color: #1b2655;
        border-top: 10px solid #1b2655;
        border-bottom: 10px solid #1b2655;
        padding: 30px 0 50px;
        h2 {
            color: white;
        }
        .f_wrap {
            background-color: white;
            padding: 20px 20px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 40px;
            align-items: center;
            gap: 20px;
            
            a {
                display: block;
                max-width: 300px;
                /* max-height: 70px; */
                
                img {
                    max-height: 70px;
                    display: flex;
                    height: 100%;
                }
            }
        }
    }

    
    .kono {
        margin-bottom: 35px;
        margin-top: 40px;
    }
    .kono a {
        max-width: 800px;
        margin: 0 auto;
        display: block;
        /* background-color: white; */
        text-decoration: none;
        background-image: url(../img/kimura_bg3.png);
        background-size: cover;
        background-position: bottom left;
        padding: 9px 9px 10px;
        /* border: 2px solid #fff; */
    }

    .kono .f_wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .kono .f_wrap .img {
        flex: 0 0 27%;
    }
    .kono .f_wrap .text {

    text-align: center;

    flex: 1 0 60%;

    color: black;
    }
    .kono .f_wrap .text .title {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.5;
    }
    .kono .f_wrap .text .title span:first-child{
        display: block;
        font-weight: 500;
        text-shadow: 0 0 3px #000;
        line-height: 1.3;
        
    }
    .kono .f_wrap .text .title span:nth-child(2){
        display: block;
        font-weight: 500;
        text-shadow: 0 0 3px #000;
        font-size: 50px;
        margin-bottom: 15px;
    }
    .kono .f_wrap .text .title span:last-child{
        font-size: 35px;
        display: block;
        text-shadow: 0 0 3px #000;
    }
    .kono .f_wrap .text .btn {
        background-color: red;
        border-radius: 50px;
        max-width: 400px;
        margin: 25px auto 0;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: 1px solid #f00;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .kono a:hover .f_wrap .text .btn {
        background-color: #ffffff;
        color: black;
        border: 1px solid #fff;
    }

    .banner {
        display: flex;
        justify-content: center;
        /* background-color: white; */
        padding: 30px 0;
        
        
        
        
        
        
        
        
        
        
        a {
            display: flex;
            max-width: 600px;
            img.br {
                border-radius: 10px;
            }
        }
    }




    .btn_wrap {
        padding-top: 40px;
        .btn {
            display: flex;
            width: 90%;
            max-width: 500px;
            height: 60px;
            justify-content: center;
            align-items: center;
            background-color: red;
            color: white;
            margin: 0 auto;
            transition: 0.3s;
        }
        .btn:hover {
            opacity: 0.8;
        }
    }
}



