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

/* フォント指定 */
* {
    font-family:
        "Noto Sans JP",
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
}


body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

p {
    line-height: 200%;
}
.sp-br{
    display: none;
}

body {
    /* background-image: url(../img/LWBEXPO23_website_design_back_230117.png); */
    /* background-color: #FFFAF1; */
}

.wrapper {
    position: relative;
    min-height: calc(100vh - 240px);
    /* margin-bottom:200px; */
}

.wrap {
    width: 1000px;
    margin: 0px auto;
    box-sizing: border-box;
}

/* .fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
} */

.fadeIn {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

div.stage-page{
    margin-top: 50px;
}
 div.pink-gradient, div.blue-gradient{
    padding: 0;
}

.pink-gradient {
    background: linear-gradient(to bottom,
            #e4e5ec 0%,
            #eae1e5 30%,
            #f4dad9 70%,
            #eae1e5 100%);
    /* background-attachment: fixed; */
    margin: 0;
    padding: 20px 0;
    height: 100%;
}

.blue-gradient {
    background: linear-gradient(#eae1e5 0%,
            #d8edf9 50%,
            #e4e5ec 100%);
    /* background-attachment: fixed; */
    margin: 0;
    padding: 20px 0;
    height: 100%;
}


.header_bg {
    filter: drop-shadow(0px 4px 2px rgba(102, 102, 102, 0.4));
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.header a img {
    height: auto;
    width: 200px;
}












.navi ul {
    display: flex;
    justify-content: flex-end;
}

.navi li {
    width: 123px;
    margin-left: 10px;
    text-align: center;
}

.navi li a {
    background-color: #3B9753;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    border-radius: 6px;
    padding: 5px;
}

.navi li a:hover {
    background-color: #ebbac4;
    color: #000;
}

.navi_menu {
    list-style-type: none;
    margin: 10px;
    justify-content: end;
    width: 100%;
}

ul.navi_sub_menu {
    z-index: 99;
}

.navi_menu>li {
    display: inline-block;
    border: 0px none;
    position: relative;
}

.navi_menu>li>ul {
    display: none;
}

.navi_menu>li:hover ul {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    left: 0;
    list-style-type: none;
    /* border:1px solid #fefefe; */
}

.navi {
    margin: 0 auto;
}

.navi ul {
    justify-content: space-between;
    width: 470px;
}

.navi li {
    width: 250px;
}

.navi a {
    height: 30px;
}

.navi_menu>li {
    margin: 10px;
}

.navi_sub_menu li {
    text-align: left;
    /* border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333; */
}


.navi_sub_menu li a {
    background-color: #fefefe;
    color: #222;
    border-radius: 0%;
}



.navi_menu {
    list-style-type: none;
    margin: 10px;
    justify-content: end;
    width: 100%;
}

.navi_menu>li {
    display: inline-block;
    border: 0px none;
    position: relative;
}

.navi_menu>li>ul {
    display: none;
}

.navi_menu>li:hover ul {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    left: 0;
    list-style-type: none;
    /* border:1px solid #fefefe; */
}


.navi ul {
    justify-content: space-between;
    width: 470px;
}

.navi li {
    width: 170px;
    margin-left: 0px;
}
ul.navi_sub_menu_exlist li {
    width: 220px;
    font-size: 0.95em;
}

.navi .navi_sub_menu_corner li{
    width: 290px;
    /* font-size: 0.9em; */
}


ul.navi_sub_menu_exlist.exlist_li li{
    width: 360px;
}
ul.navi_sub_menu.navi_sub_menu_exlist {
    width: 220px;
}
.navi a {
    height: 30px;
}

.navi_menu>li {
    margin: 10px;
}

.navi_sub_menu li {
    text-align: left;
    /* border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333; */
}

.navi_sub_menu li a {
    background-color: #fefefe;
    color: #222;
    border-radius: 0%;
}

.navi_menu {
    list-style-type: none;
    margin: 30px;
    justify-content: end;
    width: 100%;
}

.navi_menu>li {
    display: inline-block;
    border: 0px none;
    position: relative;
    margin: 10px;
}

.navi_menu>li>ul {
    display: none;
}

.navi_menu>li:hover ul {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    left: 0;
    list-style-type: none;
    /* border:1px solid #fefefe; */
}

.navi li {
    width: 170px;
    margin-left: 0px;
}

.navi a {
    height: 30px;
}

.navi_sub_menu {
    /* border-bottom: 1px solid #333; */
}

.navi_sub_menu li {
    /* text-align: left;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333; */
}

.navi_sub_menu li a {
    background-color: #fefefe;
    color: #222;
    border-radius: 0%;
}

.navi ul.navi_menu {width: 500px; gap: 5px; margin: 0 auto;}
.navi_menu li a {text-align: center; display: flex; justify-content: center; align-items: center; }
.navi li {min-height: 40px; margin: 0px; }
.navi li a{
    background-color: #036EB8;
    color: #fefefe;
    height: 100%;
    padding: 0 5px;
    margin: auto;
    font-weight: bold;
}
.navi_menu>li:hover ul {
    display: block;
    position: absolute;
    padding: 5px 0;
    margin: 0;
    top: 40px;
    left: 0;
    list-style-type: none;
    filter: drop-shadow(0px 4px 2px rgba(10, 39, 39, 0.5));
;
}
.navi_sub_menu li a{
    padding: 10px 30px;
    font-size: 1em;
}

.navi_menu>li:hover ul.navi_sub_menu_stage {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    position: absolute;
    padding: 5px 0;
    background-color:unset;
    margin: 0;
    top: 40px;
    left: -300px;
    list-style-type: none;
    filter: drop-shadow(0px 4px 2px rgba(10, 39, 39, 0.5));
}
li.menu_item_stage{
    width: 400px;
    max-width: 400px;
}
li.menu_item_stage.menu_kouryu_link {
    width: 800px;
    max-width: 800px;
    border-top: solid 2px #ccc;
}
.navi_sub_menu li.menu_item_stage.menu_kouryu_link  a{
    /* background-color: #E06780; */
    padding: 1em 2em;
    font-size: 1.2em;
}
.navi_sub_menu li.menu_item_stage a{
    text-align: left;
    justify-content: flex-start;
    padding: 10px 30px;
    font-size: 1em;
}
ul.navi_sub_menu_exlist.exlist_li {
    width: 220px;
}

.navi_menu > li > .navi_sub_menu > li > .navi_sub_menu_exlist > li {
    color: #333;
    background-color: #f9f9f9; 
    /* padding: 8px;  */
    /* border-bottom: 1px solid #eee;  */
    display: none;
}
.navi_menu > li > .navi_sub_menu > li:hover > ul.navi_sub_menu_exlist{
    top:0px;
    left:220px;
}
.navi_menu > li > .navi_sub_menu > li:hover > .navi_sub_menu_exlist > li {
    display: block;
}


.navi_menu > li > .navi_sub_menu > li > .navi_sub_menu_exlist > li:hover {
    background-color: #ddd; 
    cursor: pointer;
}


.navi_menu>li:hover ul.navi_sub_menu_seminar {
    display: flex;
    flex-wrap: wrap;
    width: 450px;
    position: absolute;
    padding:5px 0;
    background-color: unset;
    margin: 0;
    top: 40px;
    left: -330px;
    list-style-type: none;
}
li.menu_item_seminar{
    width: 450px;
    max-width: 450px;
}
.navi_sub_menu li.menu_item_seminar a{
    text-align: left;
    justify-content: center;
    padding: 15px 5px;
}




.navi_sub_menu_bg{display: none;}
.navi_menu:hover>.navi_sub_menu_bg {
    display: block;
    position: absolute;
    top:50px;
    left:0;
    width: 1000px;
    height: 300px;
    background-color: #fefefe;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 98;
}
ul.navi_sub_menu li {background-color: #036EB8;}
ul.navi_sub_menu li a{  
    min-height: 40px;
    width: 100%;
    text-align: left;
    justify-content: start;
}


.navi li a.preparing:hover {
    background-color: #036EB8;
    color: #fefefe;
}









.accordion {
    padding: 3em 0;
    margin: 0;
    /* max-width: 60vw; */
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.content_inner {
    padding-top: 50px;
    margin-top: -50px;
}

.contents_head {
    margin-top: 60px;
}

.contents_head .wrap {
    display: flex;
    justify-content: center;
}

.contents_head img {
    vertical-align: top;
}

.contents_head .wrap p:nth-of-type(2) {
    /* background-color: #ed7d31; */
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents_head .wrap p:nth-of-type(2) a {
    display: block;
}

.content_sub {
    margin: 50px 0 0px 0;
}
div.sub_page_title{
    background: #036EB8;
    font-size: 1.3em;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

.article_title {
    text-align: center;
}

.zabuton {
    background-color: #fff;
    padding: 10px;
    width: 450px;
    height: 150px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article {
    background-color: #cae4c0;
    padding: 40px 50px;
}

.article p {
    font-size: 16px;
}

.post_title {
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.post {
    display: flex;
}

.post p:nth-of-type(1) span:nth-of-type(1) {
    display: block;
    font-size: 12px;
}

.post p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 11px;
}

.post p:nth-of-type(2) {
    margin-left: 20px;
    line-height: 200%;
}

/*パネルディスカッション　写真*/
.panel_discussion {
    position: relative;
}

.panel_discussion .post {
    margin-bottom: 20px;
}

.panel_discussion div {
    display: flex;
    justify-content: space-around;
    z-index: 10;
}

.background_line {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 150px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 1px, #cae4c0 0, #cae4c0 4px);
}

.panel_discussion div div {
    display: block;
}

.panel_discussion div p:nth-of-type(1) {
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.panel_discussion div div p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 10px;
}

.panel_discussion div div p:nth-of-type(3) {
    font-size: 12px;
}

/*青木 裕子*/
.panel_discussion div div:nth-of-type(1) img {
    width: 240px;
    object-fit: cover;
    object-position: -10px 0px;
}

/*青野 慶久*/
.panel_discussion div div:nth-of-type(2) img {
    width: 480px;
    object-fit: cover;
    object-position: -150px 0px;
}

/*及川 美紀*/
.panel_discussion div div:nth-of-type(3) img {
    width: 320px;
    object-fit: cover;
    object-position: -70px 0px;
}

/*エハラマサヒロ*/
.panel_discussion div div:nth-of-type(4) img {
    width: 320px;
    object-fit: cover;
    object-position: -60px 0px;
}

/*青木・青野の間隔*/
.panel_discussion div div:nth-of-type(1) {
    margin-left: 30px;
}

.panel_discussion div div:nth-of-type(2) {
    margin-left: 80px;
}

/*サークル文字*/
.panel_discussion div div {
    position: relative;
}

.panel_discussion div div span {
    position: absolute;
    top: 30px;
    left: -40px;
    font-size: 12px;
    background-color: #15542d;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}


.article02 {
    /* background-color: #eaf2fa; */
    width: 1000px;
    padding: 50px 80px;
    margin: 0 auto;
}

.article02 div .g-txt {
    margin-bottom: 20px;
}

.article02 div .marking {
    width: 162px;
    background-color: #ecb200;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.article02 div p:nth-of-type(11) span {
    font-weight: bold;
}

.article03 {
    background-color: #eaf2fa;
    width: 1000px;
    padding: 50px 80px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.map {
    text-align: center;
    padding: 40px;
}


/*コンテンツ一覧*/
.contents_front {
    margin: 120px auto 40px;
    width: 800px;
    background-color: rgba(255, 255, 255, 0.9);
}

.cont_btn {
    display: flex;
    justify-content: right;
    width: 800px;
    margin: 0 auto 40px;
}

.cont_btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #ed7d31;
    width: 135px;
    height: 28px;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    border-radius: 6px;
    margin-left: 10px;
}

.contents .article_title {
    margin-bottom: 40px;
}

.article03 {
    background-color: #fff;
}

.article04 {
    width: 100%;
    background-color: #cae4c0;
    padding: 40px 50px;
    margin: 0 auto;
}

.cont_name {
    line-height: 120%;
}

.panel_block {
    margin-bottom: 40px;
}

.article05 {
    margin: 80px auto;
    text-align: center;
}

/*コンテンツ一覧  パネルディスカッション　写真*/
.contents .panel_discussion {
    position: relative;
}

.contents .panel_discussion .post {
    margin-bottom: 20px;
}

.contents .panel_discussion div {
    display: flex;
    justify-content: space-around;
    z-index: 10;
}

.contents .background_line {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 150px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 1px, #cae4c0 0, #cae4c0 4px);
}

.contents .panel_discussion div div {
    display: block;
}

.contents .panel_discussion div p:nth-of-type(1) {
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.contents .panel_discussion div div p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 10px;
}

.contents .panel_discussion div div p:nth-of-type(3) {
    font-size: 12px;
}

/*青木 裕子*/
.contents .panel_discussion div div:nth-of-type(1) img {
    width: 180px;
    object-fit: cover;
    object-position: -10px 0px;
}

/*青野 慶久*/
.contents .panel_discussion div div:nth-of-type(2) img {
    width: 380px;
    object-fit: cover;
    object-position: -110px 0px;
}

/*及川 美紀*/
.contents .panel_discussion div div:nth-of-type(3) img {
    width: 260px;
    object-fit: cover;
    object-position: -50px 0px;
}

/*エハラマサヒロ*/
.contents .panel_discussion div div:nth-of-type(4) img {
    width: 260px;
    object-fit: cover;
    object-position: -45px 0px;
}

/*エハラマサヒロ*/
.contents .panel_discussion div div:nth-of-type(5) img {
    width: 260px;
    object-fit: cover;
    object-position: -45px 0px;
}

/*青木・青野の間隔*/
.contents .panel_discussion div div:nth-of-type(1) {
    margin-left: 30px;
}

.contents .panel_discussion div div:nth-of-type(2) {
    margin-left: 80px;
}

/*サークル文字*/
.contents .panel_discussion div div {
    position: relative;
}

.contents .panel_discussion div div span {
    position: absolute;
    top: 30px;
    left: -40px;
    font-size: 12px;
    background-color: #15542d;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}



/*プレスの方へ*/
.press .press_txt {
    margin-bottom: 40px;
}

.press_dl {
    text-align: center;
}

.press_application_btn a {
    background-color: #00b050;
    color: #fff;
    width: 300px;
    height: 60px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 18px;
    margin: 40px auto 0;
    text-decoration: none;
}

.dl_item {
    margin-bottom: 40px;
}

.dl_item img{
    width: 100%;
    max-width: 400px;
}



/*展示会規約*/
.kiyaku .kiyaku_title {
    /* font-size: 24px;  */
    font-weight: bold;
    margin-bottom: 10px;
}

.kiyaku ol {
    margin-left: 40px;
    margin-bottom: 40px;
}

.kiyaku ol li {
    margin-bottom: 20px;
    line-height: 180%;
}

.kiyaku .kiyaku_txt {
    margin-left: 20px;
    margin-bottom: 40px;
    line-height: 180%;
}

/*プライバシーポリシー*/
.privacy_front {
    margin-bottom: 40px;
}

.privacy_title {
    /* font-size: 24px;  */
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy_txt {
    margin-bottom: 40px;
    margin-left: 40px;
    line-height: 180%;
}

/*コロナ対策*/
.corona_txt {
    margin-bottom: 20px;
}

.corona_txt_small {
    font-size: 13px;
    margin-bottom: 40px;
}

/*フッター*/
.footer {
    background-color: #f1dcdd;
    /* padding: -20px 0 80px 0; */
    /* margin: -30px 0 0 0; */
}
.footer img {width: 200px;}
.footer .wrap div p:nth-of-type(1) img {
    height: auto;
    width: 200px;
}

.footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_name {
    font-weight: bold;
}

.footer .footer_txt {
    font-size: 12px;
}

.footer li a {
    color: #000;
    /* font-size: 14px; */
    text-decoration: none;
}

.footer li a:hover {
    color: #3B9753;
}

/*フッター固定領域*/
.footer_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f3d922;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    filter: drop-shadow(0px -4px 2px rgba(40, 39, 39, 0.6));
}

/* .footer_fixed a{display: block; text-decoration: none; background-color: #C00000; color: #fff; padding: 0px 30px; border-radius: 20px;}
.footer_fixed a:hover{background-color: #fff; color: #C00000; font-weight: bold;} */

.footer_menu_1 img{width: 300px;}

.footer_menu_2 li a{font-size: 0.725em;}

img.goudou_img {
    width: 350px;
}

/* タイトル装飾 h2 */
h2 {
    width: 350px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    padding-left: 30px;
    position: relative;
    background-color: #036EB8;
    color: #fff;
}

/* h2:after {position: absolute;content: '';top: 0;left: 0;border-width: 0 0 20px 20px;border-style: dashed;border-color: #fff #fff #ffe100;} */
/* タイトル装飾 h3 */
h3 {
    min-width: 350px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    background-color: #009AD0;
    color: #fff;
    padding: 15px;
    text-align: center;
}

h3::before {
    border: none;
    border-top: solid 15px transparent;
    content: '';
    position: absolute;
    bottom: 100%;
}

h3::after {
    border: none;
    border-bottom: solid 15px transparent;
    content: '';
    position: absolute;
    top: 100%;
}

h3::before {
    border-right: solid 40px #0070C0;
    left: 0;
}

h3::after {
    border-left: solid 40px #0070C0;
    right: 0;
}

/* ページトップへ戻る */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}




.footer_menu_3 {
    /* margin: 2em auto; */
    text-align: center;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.content_inner {
    padding-top: 50px;
    margin-top: -50px;
}

html {
    scroll-padding-top: 50px;
}


.base-back-wrap {
    width: 100%;
    position: absolute;
    background-color: #fef7ec;
    height: 600px;
    top: 0;
    left: 0;
}

.contents_head {
    margin-top: 50px;
    padding: 0;
}

.white-back-wrap {
    background-color: #fefefe;
    width: 100%;
    height: 470px;
    position: absolute;
    z-index: 1;
    top: 500px;
}

.background-wrap {
    width: 100%;
    margin: 0 auto;
    /* background-image: url(../img/LWBEXPO23_website_design_back_230117.png); */
    padding-top: 500px;
    margin-top: -500px;
}

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

.onlinebannerarea {
    text-align: centser;
    z-index: 1;
    margin: 0 auto;
    width: 800px;
}

.news-contents-wrapper {
    margin: 0 auto;
    border: solid 2px #E17894;
    width: 800px;
    padding: 2em;
    border-radius: 10px;
    background-color: #F0F7FC;
  }

  .news-items p {
    padding: 0;
    margin: 0;
    line-height: 150%;
  }

  .news-items hr {
    margin: 1em 0;
    background-color: #E17894;
    height: 2px;
    width: 100%;
    border: none;
  }



.about-lwb-text{
    text-align: center;
    margin: 0 auto;
  }
  .about-lwb-text p{
    color:#383231;
    font-size: 1.275rem;
    font-weight: 700;
    font-family: "Noto Sans JP";
  }
  .about-lwb-text mark{
    color: #DB4E72;
    background-color: unset;
    font-size: 1.4rem;
  }
  .award-lwb-text{
    text-align: left;
    width: 640px;
    margin: 0 auto;
  }
  .award-lwb-text p{
    color:#383231;
    font-size: 1.125rem;
    font-weight: 800;
    font-family: "Noto Sans JP";
    line-height: 180%;
  }

  

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.kaisaigaiyou_taitle,
.kaisaigaiyou_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    background-color: #eaf2fa;
}

.kaisaigaiyou_taitle {
    border: solid 1px #ccc;
    padding: 0.5em;
    display: block;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    background-color: #036EB8;
    color: #fefefe;
}

.kaisaigaiyou_taitle::after,
.kaisaigaiyou_taitle::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0.8em;
    width: 3px;
    height: 0.75em;
    background-color: #fefefe;
    transition: all 0.3s;
}

.kaisaigaiyou_taitle::after {
    transform: rotate(90deg);
}

.kaisaigaiyou_content {
    max-height: 0;
    overflow: hidden;
}

.kaisaigaiyou_content p {
    margin: 0;
    /* padding: 0.5em 1em 1em; */
    /* font-size: 0.9em; */
    /* line-height: 200; */
}

.toggle:checked+.kaisaigaiyou_taitle+.kaisaigaiyou_content {
    max-height: 2500px;
    transition: all 0.5s;
}

.toggle:checked+.kaisaigaiyou_taitle::before {
    transform: rotate(90deg) !important;
}

.kaisaigaiyou_box {
    margin: 30px 100px 60px;
}

.marking {
    width: 300px;
    background-color: #ecb200;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.g-txt {
    margin-bottom: 20px;
}

.kaisaigaiyou_taitle2 {
    border: solid 1px #ccc;
    padding: 0.5em;
    display: block;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    background-color: #036EB8;
    color: #fefefe;
    margin: 0;
}


.mypage_btn a {
    position: fixed;
    top: 3.8rem;
    right: 1rem;
    background-color: #223377;
    color: #fefefe;
    text-decoration: none;
    font-size: 12px;
    display: block;
    border-radius: 6px;
    padding: 8px;
    width: 150px;
    text-align: center;
}

.drawer {
    margin-top: -8px;
}

/* slider */
.center {
    margin: 0 0 0 0;
    padding-top: 60px;
}

.center img {
    width: 100%;
    height: auto;
}

.center .slick-next {
    right: 20px;
    z-index: 99;
}

.center .slick-prev {
    left: 15px;
    z-index: 100;
}

.slick-slide {
    opacity: 0.5;
    transition: 0.5s;
}

.slick-current {
    opacity: 1;
}




.header{width: 1000px; margin: 0 auto;}
nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    position: relative;
}
.drawer{padding:0;margin:0;height: 50px;}
.header a {text-align: center; display: flex; justify-content: center; align-items: center; }
.header a img{width: auto;height: 60px;}

.header.wrap {
    position: relative;
}
.header_entry_btn_container {
    margin: 0 auto;
    /* text-align: center; */
    width: 280px;
}
.header_entry_btn_container a{
    text-decoration: none;
}
button.header_entry_btn {
border: unset;
background: #DB4E72;
color: #fefefe;
font-size: 14px;
padding: 0.5em 1.2em;
border-radius: 35px;
/* line-height: 25px; */
font-family: "Noto Sans JP",;
font-weight: 700;
/* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5); */
transition: background-color 0.3s, transform 0.3s;
}



button.header_entry_btn:hover{
    /* transform:translateY(-5px); */
    background: #E06780;
    transform: scale(1.05);
}

button.mypage_btn {
    border: unset;
    background: #DB4E72;
    color: #fefefe;
    font-size: 16px;
    padding: 0.2em 2.0em;
    border-radius: 35px;
    line-height: 25px;
    font-family: "Noto Sans JP",;
    font-weight: 700;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s, transform 0.3s;
}
.mypage_btn_container {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
    right: 0;

}

button.mypage_btn:hover{
    /* transform:translateY(-5px); */
    background: #E06780;
    transform: scale(1.05);
}


.full-view-image {
position: relative;
width: 100%;
height: calc(100vh - 50px);
overflow: hidden;
}

.full-view-image img {
/* width: 100%; */
height: 100%;
object-fit: contain;
object-position: top;
position: relative;
top: 0px;
left: 50%;
transform: translateX(-50%);
}

.full-image-link {
    position: absolute;
    bottom: 3%;    /* 領域の開始位置（上からの距離） */
    right: 19%;   /* 領域の開始位置（左からの距離） */
    width: 16%;  /* リンク領域の幅 */
    height: 16%; /* リンク領域の高さ */
    background-color: rgba(255, 0, 0, 0.0); /* 視認性のための色（開発時のみ） */
}

.entry_btn_container {
    margin: 0 auto;
    text-align: center;
}

button.entry_btn {
    border: double 9px #ffffffcc;
    background: #DB4E72;
    color: #fefefe;
    font-size: 20px;
    padding: 0.5em 2.5em;
    border-radius: 35px;
    line-height: 30px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    transition: background-color 0.3s, transform 0.3s;
}

button.entry_btn:hover {
    /* transform:translateY(-5px); */
    background: #E06780;
    transform: scale(1.05);
}


button.gaibu_link_btn {
    border: unset;
    background: #DB4E72;
    color: #fefefe;
    font-size: 14px;
    padding: 0.5em 1.5em;
    border-radius: 35px;
    line-height: 30px;
    font-weight: normal;
    transition: background-color 0.3s, transform 0.3s;
}
button.gaibu_link_btn:hover {
    background: #E06780;
    transform: scale(1.05);
}

.view-pdf-content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }

  .view-pdf-content {
    border: unset;
    background-color: #036EB8;
    color: #fefefe;
    font-family: 'BIZ UDGothic';
    font-size: 1.5em;
    font-weight: 700;
    line-height: 100%;
    width: 325px;
    height: 80px;
    border-radius: 9px;
    letter-spacing: 0.02em;
  }

  .view-pdf-content:hover {
    transform: scale(1.05);
    background-color: #2679df;
  }
  .preparing {
    cursor: default;
    filter: grayscale(1);
  }
  .preparing:hover {
    transform: unset;
    background-color: #036EB8;
  }

  .zyunbityu-txt {
    text-align: center;
    width: 100%;
    padding: 0 0 4rem;
    font-size: 1.1em;
}



@media screen and (max-width: 1300px) {
    .base-back-wrap {
        width: 100%;
        position: absolute;
        background-color: #fef7ec;
        height: 600px;
        top: 0;
        left: 0;
        display: none;
    }

    .white-back-wrap {
        background-color: #fefefe;
        width: 100%;
        height: 350px;
        position: absolute;
        z-index: 1;
        top: 600px;
        display: none;
    }

    .background-wrap {
        width: 100%;
        margin: 0 auto;
        /* background-image: url(../img/LWBEXPO23_website_design_back_230117.png); */
        padding-top: 500px;
        margin-top: -500px;
    }

    .onlinebannerarea {
        text-align: centser;
        z-index: 1;
        margin: 0 auto;
        width: 100%;
    }
    /* slider */
    .center {
        margin: 0 0 0 0;
        padding: 20px 0;
    }

}

@media screen and (max-width: 751px) {
    .contents_head img {
        width: 100%;
    }

    .wrap,
    .article02,
    .article03 {
        width: 100%;
    }

    .wrap,
    .header.post {
        display: block;
    }

    .wrap {
        text-align: center;
    }

    .kiyaku .kiyaku_txt {
        width: 95%;
        text-align: left;
        margin: 0 auto 40px;
    }
    .kiyaku ol {
        width: 95%;
        margin: 0 auto 40px;
    }
    .privacy_txt{
        text-align: left;
        width: 95%;
        margin: 0 auto 40px;
    }
    .press_txt{
        text-align: left;
        width: 95%;
        margin: 0 auto 40px;
    }

    .contents_head .wrap p:nth-of-type(2) {
        /* background-color: #ed7d31; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    p img {
        max-width: 100% !important;
    }

    .map {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .map iframe {
        width: 100% !important;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    h2,
    h3 {
        width: 100%;
    }
    .login-menu-containar {
        display: flex;
        width: 100%;
        margin: 0 auto 2em;
    }
    .header_entry_btn_container{
        width: 45%;
    }
    /* 2022/12/12追加_azuma */
    .mypage_btn {
        /* display: none; */
    }

    button.header_entry_btn {
        font-size: 16px;
        padding: 0.5em 1.2em;
        line-height: 100%;
        height: 40px;
        width: 100%;
    }

    button.gaibu_link_btn {
        border: unset;
        padding: 0.5em 1.0em;
        font-size: 13px;
        width: 70%;
        line-height: 120%;
    }

    button.mypage_btn {
        height: 40px;
        width: 100%;
        box-shadow: unset;
        padding: 0.5em 1.2em;
        line-height: 100%;
    }

    .mypage_btn_container {
        position: static;
        width: 45%;
    }
    .drawer {
        top: -10px;
    }

    .footer_menu_1 {
        margin: 0 1.5rem;
    }

    .footer_menu_2 {
        margin: 0.5rem 1.5rem;
    }

    p.g-txt {
        line-height: 1.5rem;
        font-size: 0.8rem;
    }

    .article02 {
        line-height: 1.5rem;
        padding: 10px 15px 30px 15px;
        font-size: 0.8rem;
    }

    body {
        background-image: none;
    }

    .footer_menu_3 {
        margin: 0.2em auto;
        text-align: center;
    }

    .goudou_img img {
        width: 200px;
    }
    .footer .wrap{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5em;
    }
    .footer img {
        width: 100%;
    }
    .footer_menu_2{display: none;}
}


@media screen and (max-width: 751px) {

    .goudou_img img {
        width: 300px;
        height: auto;
    }

    /*OPEN時の動き*/
    /* .navi.open {

        border: 5px solid #32cd32;
        background: #f5fffa;
        height: 75vh;
    }

    .navi {
        width: 100%;
        text-align: left;
        padding: 30px 0 0 30px;
        line-height: 200%;
    } */

    .navi a {
        font-size: 1.0rem;
    }

    #mypage {
        padding: 1px;
        margin: 10px 0 0 0px;
        color: #FFF;
        background: #003366;
        width: 150px;
        border-radius: 5px;
        font-size: 0.8rem;
        text-align: center;
    }

    #mypage a {
        color: #FFF;
        text-decoration: none;
    }

    #online {
        padding: 1px;
        margin: 10px 0 0 0px;
        color: #FFF;
        background: #ccc;
        width: 150px;
        border-radius: 5px;
        font-size: 0.8rem;
        text-align: center;
    }

    #online a {
        color: #FFF;
        text-decoration: none;
    }

    #touroku {
        padding: 1px;
        margin: 10px 0 0 0px;
        color: #FFF;
        background: #FFCC33;
        width: 150px;
        border-radius: 5px;
        font-size: 0.8rem;
        text-align: center;
    }

    #touroku a {
        color: #FFF;
        text-decoration: none;
    }

    .mikoukai {
        color: #ccc;
    }
    .kaisaigaiyou_box {
        width: 80%;
        margin: 20px auto;
    }
}

.pdf_btn {
    background-color: #EA5504;
    border-radius: 15rem;
    width: 60%;
    margin: 10px auto;
    height: 40px;
    padding: 10px;
}

.pdf_btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pdf_btn {
        background-color: #5c3724;
        border-radius: 15rem;
        width: 80%;
        margin: 2em auto 0;
        height: 40px;
        padding: 10px;
    }

    .pdf_btn a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
}



  @media screen and (max-width: 1024px) {
    .view-pdf-content-wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1em;
    }

    .view-pdf-content {
      font-size: 1.2em;
      height: 50px;
    }
    .news-contents-wrapper {
        width: 90%;
    }
    .about-lwb-text {
        text-align: center;
        margin: 0 auto;
        width: 95%;
    }
    .about-lwb-text p {
        font-size: 0.8rem;
        letter-spacing: -1.5px;
    }
    .about-lwb-text mark {
        color: #DB4E72;
        background-color: unset;
        font-size: 0.9rem;
    }
    .pc-br{
        /* display: none; */
    }
    .sp-br{
        display: block
    }
    .award-lwb-text {
        width: 90%;
    }
    .award-lwb-text p {
        font-size: 0.9rem;
    }
    .header.wrap{
        width: 100%;
    }
    .news-items p {
        font-size: 14px;
    }


}
