﻿@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #222;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img {
max-width: 100%;
vertical-align: top;
}
a {
color: #222;
}
/* reset end */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
overflow: hidden;
background: #000 url(../images/visual_bg.jpg) repeat-x center top / 100% auto;
background-attachment: fixed;
}
#header {
min-width: 320px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
max-width: 100%;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1040px;
}
	@media screen and (min-width: 768px) and (max-width: 2000px) {
	#wrap {
	background-size: 100% auto;
	}
	}
	@media screen and (max-width: 768px) {
	#wrap {
	background-image: url(../images/visual_bg_sp.jpg);
	background-position: center top;
	padding-top: 60px;
	}
	}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
/* wrap end */

/* header */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
transition: 0.2s;
}
#header * {
transition: 0.2s;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
}
#header .branding {
position: relative;
flex: 1 0 0%;
align-self: center;
display: flex;
}
#header .logo {
align-self: center;
padding: 10px;
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
max-height: 40px;
height: auto;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 0;
	padding-right: 50px;
	}
	}
#header .logo_txt {
font-size: 80%;
align-self: center;
}
	@media screen and (max-width: 768px) {
	#header .logo_txt {
	display: none;
	}
	}
/* header end */

/* menubtn */
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 23px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #ccc;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 11px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(11px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-11px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
/* menubtn end */

/* menu */
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
padding: 10px;
font-weight: bold;
color: #222;
}
#menu ul li a:hover {
color: #222;
}
#menu li a.comp span {
display: inline-block;
background: #222;
padding: 10px 20px;
border-radius: 0;
font-weight: bold;
border-radius: 30px;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.comp.contact_end span {
background: #999;
}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	color: #fff;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #222;
	background: #0D1E4A;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	font-size: 130%;
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	#menu ul li a.comp {
	padding: 20px;
	}
	#menu ul li a.comp span {
	display: block;
	background: #fff;
	color: #222;
	}
	}

#menu ul {
max-width: 800px;
}
#menu ul li.sns {
display: flex;
justify-content: center;
}
#menu ul li.sns a {
padding: 10px;
}
#menu ul li.sns img {
max-width: 30px;
vertical-align: bottom;
opacity: 1;
}
#menu ul li.sns .fb span {
display: inline-block;
background: url("../images/icon_f_w.png") no-repeat center center / contain;
}
#menu ul li.sns .tw span {
display: inline-block;
background: url("../images/icon_x_w.png") no-repeat center center / contain;
}
	@media screen and (max-width: 768px) {
	#menu ul li.sns .tw span img,
	#menu ul li.sns .fb span img {
	opacity: 0;
	}
	}
/* menu end */

/* visual */
#visual {
position: relative;
width: 100%;
height: 800px;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
max-width: 1400px;
}
#visual .area_in img {
width: 100%;
height: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
#visual {
height: auto;
}
#visual .area_in img {
height: calc(100vw * (800 / 1400));
}
}
@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	}
	#visual .area_in {
	background: url("../images/visual_sp.png") no-repeat left top / contain;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (800 / 800));
	opacity: 0;
	}
}
/* visual end */

/* lead */
#lead_area {
text-align: center;
background: none;
padding: 50px 0;
}
.lead_txt {
text-align: left;
max-width: 900px;
margin: 0 auto 20px;
line-height: 1.8;
font-size: 120%;
}
.lead_txt em {
font-style: normal;
display: block;
font-size: 150%;
font-weight: 600;
color: #222;
text-align: center;
line-height: 1.4;
}
.lead_txt b {
display: block;
font-weight: bold;
line-height: 2;
font-size: 115%;
font-weight: 600;
}
.lead_txt span {
font-size: 80%;
font-weight: 400;
line-height: 1.2;
}
	@media screen and (max-width: 768px) {
	.lead_txt {
	font-size: 100%;
	}
	}
.lead_img {
text-align: center;
margin-bottom: 20px;
}
/* lead end */

/* contact */
.contact_area {
padding: 0 0;
background: none;
}
.contact_tit {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_tit > * {
display: inline-block;
}
.contact_tit b {
font-weight: normal;
color: #005BAC;
}
	@media screen and (max-width: 768px) {
	.contact_tit {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_tit {
	font-size: 120%;
	}
	.contact_tit > * {
	display: inline;
	}
	}
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 70px;
max-width: 400px;
margin: 0 auto;
align-items: center;
justify-content: center;
font-weight: 500;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 160%;
transition: 0.3s;
border-radius: 50px;
transition: .3s;
background: #222;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn span {
display: inline-block;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 30px;
top: 50%;
width: 15px;
height: 15px;
margin-top: -9px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: #999;
}
.contact_txt {
text-align: center;
margin-top: 10px;
}
.contact_btn_box .txt {
text-align: center;
margin-top: 10px;
}
/*
.contact_btn_box.row {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.contact_btn_box.row .contact_btn {
margin: 0 10px;
}
.contact_btn.col02 {
	background: linear-gradient(to right, #ffb32c,#ffcf7a);
}
.contact_btn.col03 {
	background: linear-gradient(to right, #ff7814, #ffa25d);
}
*/
	@media screen and (max-width: 520px) {
	.contact_btn {
	width: 100%;
    max-width: inherit;
	height: 60px;
	font-size: 130%;
	}
	.contact_btn span {
	padding-right: 20px;
	}
	.contact_btn > *:before {
	width: 15px;
	height: 15px;
	right: 20px;
	margin-top: -7px;
	transform: rotate(-45deg) scale(.8);
	}
	}
.pagenav {
display: flex;
flex-flow: row wrap;
gap: 10px 20px;
max-width: 600px;
margin: 30px auto 0;
}
.pagenav > * {
flex: 0 1 calc((100% - 20px) / 2);
}
.pagenav_btn {
position: relative;
background: #95D088;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 100%;
border-radius: 20px;
text-decoration: none;
transition: .6s;
font-size: 130%;
font-weight: 600;
}
.pagenav_btn.btn02 {
background: #FFB32C;
}
.pagenav_btn::before {
content: "";
display: block;
position: absolute;
right: 10px;
height: 100%;
width: 30px;
background: var(--bottom_arrow_w);
}
.pagenav_btn:hover {
opacity: 0.7;
}
	@media screen and (max-width: 520px) {
    .pagenav {
    margin-top: 10px;
    }
    .pagenav_btn {
    font-size: 110%;
    }
    .pagenav > * {
    flex: 0 1 100%;
    }
    }
/* contact end */

/* footer */
#footer {
padding: 50px 0;
background: #fff;
}
#footer a {
transition: 0.3s;
}
#footer a:hover {
opacity: 0.7;
}
.company_logo {
padding: 30px;
text-align: center;
max-width: 260px;
margin: 0 auto;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #ddd;
}
#nav ul li.sns {
display: none;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
color: #222;
}
.footer_link {
text-align: center;
font-size: 90%;
}
.footer_link a {
text-decoration: none;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    }
	}
#footer .txt {
margin-bottom: 20px;
}
/* footer end */

/* pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: #222;
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* pagetop end */

/* title */
.base_tit {
position: relative;
margin-bottom: 50px;
text-align: center;
}
.base_tit b {
position: relative;
display: inline-block;
font-weight: 600;
font-size: 150%;
}
.base_tit span {
position: relative;
display: inline-block;
font-weight: bold;
font-weight: 600;
font-size: 130%;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	margin-bottom: 30px;
	}
	.base_tit b {
	font-size: 130%;
	}
	.base_tit span {
	font-size: 110%;
	}
	}
/* title end */

/* popup */
.mfp-bg {
opacity: 0.9;
background: #000;
}
.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
max-width: inherit!important;
padding: 50px 50px;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
button.mfp-arrow.mfp-arrow-left {
background: url(../js/prev_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
button.mfp-arrow.mfp-arrow-right {
background: url(../js/next_w.png) no-repeat center center / cover;
width: 50px;
height: 50px;
}
/*
左右矢印を中央に寄せる
	@media screen and (min-width: 768px) {
	button.mfp-arrow.mfp-arrow-left {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-370px, -25px);
	}
	button.mfp-arrow.mfp-arrow-right {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(320px, -25px);
	}
	}
*/
	
.mfp-arrow:after,
.mfp-arrow:before {
display: none;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100;
display: block;
width: 50px;
height: 50px;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: url(../js/prev_w.png) no-repeat center center / cover;
}
.pop_next {
right: 10px;
background: url(../js/next_w.png) no-repeat center center / cover;
}
.pop_prev:hover,
.pop_next:hover {
opacity: 0.7;
}
button.mfp-arrow.mfp-arrow-left,
button.mfp-arrow.mfp-arrow-right {
display: none;
}
/* popup end */

/* program */
.program .date {
display: flex;
flex-flow: row wrap;
padding: 0 0 10px;
margin-bottom: 20px;
border-bottom: 1px solid #222;
}
.program .s {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #222;
color: #fff;
font-size: 80%;
}
.program .i {
display: inline-block;
font-weight: 500;
padding: 5px 10px;
margin-right: 10px;
line-height: 1;
background: #222;
color: #fff;
font-size: 80%;
}
.program .d {
display: inline-block;
line-height: 1.4;
}
.program .d > * {
display: inline-block;
font-weight: bold;
font-style: normal;
margin-right: 10px;
}
.program .t {
display: inline-block;
font-weight: bold;
font-style: normal;
}
.program .title {
font-weight: 400;
line-height: 1.2;
padding: 0 0 20px 0;
}
.program .nolayout .title {
padding: 0;
}
.program .layout_box {
display: flex;
flex-flow: row wrap;
}
.program .layout {
display: flex;
flex: 1 0 100%;
}
.program .layout_box .layout + .layout {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ddd;
}
.program .layout .photo {
flex: 0 1 200px;
}
.program .layout .info {
flex: 1 0 0%;
}
.program .layout .photo + .info {
padding-left: 10px;
}
.program .txt {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
justify-content: center;
font-weight: 500;
}
.program .txt.gaiyou {
padding: 20px;
margin-bottom: 20px;
background: #f2f2f2;
}
.program .txt.prof {
font-size: 90%;
margin-top: 20px;
}
.program .name {
display: block;
font-style: normal;
font-size: 110%;
font-weight: bold;
}
.program .com {
line-height: 1.3;
display: inline-block;
margin-right: 5px;
font-size: 90%;
}
.program .job {
line-height: 1.3;
display: inline-block;
margin-right: 5px;
font-size: 90%;
}
/*
.program.col1 .layout {
flex: 1 0 50%;
}
*/
@media screen and (min-width: 768px) {
.program.col1 .layout_box .layout:first-child + .layout {
padding-top: 0;
margin-top: 20px;
border-top: none;
}
}
@media screen and (min-width:768px) and ( max-width:1100px) {
}
@media screen and (max-width: 768px) {
.program.col1 .layout {
flex: 1 0 100%;
}
}
/* program end */

/* popup_area */
/* popup_area end */

/* timetable_area */
#timetable_area {
padding: 50px 0;
}
.timetable_box {
padding-bottom: 0;
}
.program_box {
}
	@media screen and (max-width: 768px) {
	#timetable_area {
	padding: 30px 0;
	}
	.timetable_box {
	padding-bottom: 0;
	}
	}
	@media screen and (max-width: 420px) {
	#timetable_area {
	padding: 20px 0;
	}
	.timetable_box {
	padding-bottom: 20px;
	}
	}
/* timetable_area end */

/* program_nav */
.program_nav {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-bottom: 0;
margin: 0 auto;
padding: 5px;
}
.program_nav li {
display: flex;
flex: 1 0 0%;
padding: 5px;
}
.program_nav li > * {
display: flex;
flex: 1 0 0%;
flex-flow: row wrap;
background: #fff;
text-decoration: none;
transition: 0.3s;
cursor: pointer;
padding: 10px;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
color: #444;
}
	@media screen and (max-width: 768px) {
	.program_nav {
	flex-flow: column wrap;
	}
	.program_nav li {
	padding: 0 5px;
	}
	.program_nav li > * {
	width: 100%;
	padding: 10px;
	}
	}
.program_nav li > * > * {
display: inline-block;
font-weight: bold;
font-style: normal;
font-size: 100%;
padding: 5px;
}
.program_nav li > * > b {
margin-right: 10px;
}
.program_nav li > * > span {
}
.program_nav li > * > em {
font-style: normal;
display: block;
}
	@media screen and (max-width: 768px) {
	.program_nav li > * > span {
	margin-right: 10px;
	}
	.program_nav li > * > em {
	display: inline-block;
	margin: 0;
	}
	}
.program_nav li > *.active {
background: #444;
color: #fff;
}
.program_nav li > *:not(.active):hover {
background: #444;
color: #fff;
}
/* program_nav end */

/* program_table */
.program_table {
margin: 0 auto;
}
.program_table > dl {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding: 0;
}
.program_table > dl dt {
flex: 1 0 100%;
padding: 10px;
line-height: 1;
font-size: 130%;
font-weight: bold;
}
.program_table > dl dt > * {
display: block;
}
.program_table > dl dd {
flex: 1 0 20%;
padding: 10px;
}
.program_table > dl.col1 dd {
flex: 0 1 100%;
}
.program_table > dl.col2 dd {
flex: 0 1 50%;
}
.program_table > dl.col3 dd {
flex: 0 1 33.33%;
}
.program_table > dl.col4 dd {
flex: 0 1 25%;
}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
display: flex;
flex-flow: column;
padding: 0;
height: 100%;
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 20px;
}
.program_table .layout .photo {
flex: 0 1 80px;
}
.program_table .layout_box .layout + .layout {
padding-top: 10px;
margin-top: 10px;
}
.program_table .date {
display: none;
}
.program_table .txt.prof {
display: block;
}
.program_table > dl dd > *.popup {
cursor: pointer;
transition: .3s;
}
.program_table > dl dd > *.popup:hover {
transform: translate(0,-10px);
opacity: 0.7;
}
	@media screen and (min-width:768px) and ( max-width:970px) {
	.program_table > dl.col4 dd {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 768px) {
	.program_table > dl {
	display: block;
	}
	}
/* program_table end */

/* program_table_head */
.program_table_head {
padding: 30px 0;
font-size: 150%;
text-align: center;
}
.program_table_head > * {
text-align: center;
}
@media screen and (max-width: 768px) {
.program_table_head {
padding: 20px 0;
}
}
@media screen and (max-width: 420px) {
.program_table_head {
padding: 10px 0;
}
}
/* program_table_head end */

/* speakers_area */
#speakers_area {
padding: 50px 0;
}
.photolist_box {
padding: 0 0 50px;
}
.photolist_box .bar {
position: relative;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 10px;
color: #fff;
text-align: center;
font-size: 150%;
}
	@media screen and (max-width: 768px) {
	#speakers_area {
	padding: 30px 0;
	}
	.photolist_box {
	padding: 0 0 30px;
	}
	.photolist_box .bar {
	font-size: 120%;
	}
	}
	@media screen and (max-width: 420px) {
	#speakers_area {
	padding: 20px 0;
	}
	.photolist_box {
	padding: 0 0 20px;
	}
	.photolist_box .bar {
	font-size: 120%;
	}
	}
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
@media screen and (min-width: 768px) {
#speakers_area .area_in {
max-width: 1400px;
}
}
.photolist li {
padding: 10px;
flex: 0 1 33.33%;
flex: 0 1 25%;
flex: 0 1 20%;
}
.photolist li > *.popup_prof,
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
transition: .3s;
position: relative;
cursor: pointer;
display: block;
padding: 0;
border-radius: 0px;
overflow: hidden;
}
.photolist li > *:hover {
opacity: 0.6;
transform: translate(0,-10px);
}
.photolist li > *:hover img {
opacity: 1;
}
.photolist img {
width: 100%;
height: auto;
transition: .3s;
}
.photolist .layout {
padding-bottom: 10px;
display: block;
}
.photolist .layout .photo + .info {
padding: 10px;
}
.photolist .txt {
align-items: center;
justify-content: flex-start;
padding-top: 0;
line-height: 1.6;
}
.photolist .program .txt .com,
.photolist .program .txt .job,
.photolist .program .txt .name {
margin: 0;
padding: 0;
}
	@media screen and (max-width: 768px) {
	.photolist li {
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 520px) {
	.photolist li {
	flex: 0 1 100%;
	}
	}
/* speakers_area end */

/* overview_area */
#overview_area {
padding: 50px 0;
}
.overviewe_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px 50px 100px;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
	.overview_txt {
	padding-top: 30px;
	}
	#overview_area {
	padding: 30px 0;
	}
	.overviewe_box {
	padding: 30px 30px 60px;
	}
	}
	@media screen and (max-width: 420px) {
	#overview_area {
	padding: 20px 0;
	padding-bottom: 40px;
	}
	.overviewe_box {
	padding: 20px 20px 40px;
	}
	}
.dlist {
max-width: 700px;
margin: 0 auto;
}
.dlist dl {
display: flex;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dlist dl dt {
flex: 0 1 200px;
font-weight: bold;
position: relative;
padding: 40px 0;
vertical-align: middle;
text-align: left;
}
.dlist dl dd {
flex: 1 0 0%;
position: relative;
padding: 40px 0;
word-break: break-all;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
	@media screen and (max-width: 768px) {
	.dlist {
	padding: 0;
	}
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	display: block;
	padding: 0;
	}
	.dlist dl dt {
	padding: 20px 0;
	}
	.dlist dl dd {
	padding: 0 0 20px;
	}
	}
	@media screen and (max-width: 420px) {
	.dlist {
	}
	.dlist .txt_head {
	margin: 0 0 20px;
	}
	}
/* overview_area end */


/* sponsor_area */
#sponsor_area {
padding: 50px 0;
}
.sponsor_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 50px;
}
.sponsor_box .bar {
text-align: center;
padding-bottom: 30px;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	#sponsor_area {
	padding: 30px 0;
	}
	.sponsor_box {
	padding: 30px;
	}
	}
	@media screen and (max-width: 420px) {
	#sponsor_area {
	padding: 20px 0;
	}
	.sponsor_box {
	padding: 20px;
	}
	.sponsor_box .bar {
	padding-bottom: 20px;
	}
	}
.logolist > ul {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0 auto 30px;
}
.logolist > ul > * {
flex: 0 1 34%;
padding: 10px;
text-align: center;
}
.logolist.col2 > ul > * {
flex: 0 1 50%;
}
.logolist.col3 > ul > * {
flex: 0 1 33.33%;
}
.logolist.col4 > ul > * {
flex: 0 1 25%;
}
.logolist.col5 > ul > * {
flex: 0 1 20%;
}
.logolist.col6 > ul > * {
flex: 0 1 16.66%;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
max-width: 100%;
width: 100%;
}
.logolist_txt {
text-align: right;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
	.logolist_box {
	}
	.logolist_box .bar {
	}
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 33.33%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 33.33%;
	}
	}
	@media screen and (max-width: 500px) {
	.logolist > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col2 > ul > * {
	flex: 0 1 100%;
	}
	.logolist.col3 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col4 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col5 > ul > * {
	flex: 0 1 50%;
	}
	.logolist.col6 > ul > * {
	flex: 0 1 50%;
	}
	}
/* sponsor_area end */

/* benefits_area */
#benefits_area {
padding: 50px 0;
}
.benefits_box {
border-radius: 0;
background: #fff;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
padding: 0;
}
.benefits_box .benefits_tit {
text-align: center;
font-size: 170%;
font-weight: bold;
line-height: 1.4;
}
.benefits_box .benefits_tit b {
margin-bottom: 10px;
}
.benefits_box .benefits_txt {
text-align: center;
font-size: 90%;
margin-top: 20px;
line-height: 1.8;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	#benefits_area {
	padding: 30px 0;
	}
	.benefits_box {
	padding: 20px;
	}
	.benefits_box .benefits_tit {
	font-size: 140%;
	}
	.benefits_box .benefits_txt {
	font-size: 85%;
	margin-top: 10px;
	}
	}
	@media screen and (max-width: 500px) {
	#benefits_area {
	padding: 20px 0;
	}
	.benefits_box {
	padding: 10px;
	}
	}
/* benefits_area end */























/* edit */
#wrap {
min-width: 320px;
padding-top: 80px;
overflow: hidden;
background: #0D1E4A url(../images/visual_bg.jpg) repeat-x center top / 100% auto;
background-attachment: fixed;
}
.contents {
background: linear-gradient(rgba(16,36,89,0), rgba(16,36,89,0.6));
background: #fff;
background: #0D1E4A url("../images/bg01.jpg") repeat-x left top / 100% auto;
background-attachment: fixed;
}
.contents2 {
position: relative;
background: #fff;
}
.contents2::before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 100%;
width: 100%;
height: 300px;
clip-path: polygon(0 0, 100% 100%, 0 100%);
background: #fff;
transform: translate(0,1px);
}
	@media screen and (min-width: 768px) and (max-width: 1500px) {
	#wrap {
	background-size: auto 100%;
	}
	}

	@media screen and (max-width: 1500px) {
	.contents {
	background-size: 1500px auto;
	}
	}
/*
	@media screen and (min-width: 2000px) {
	#wrap {
	background-size: 100% auto;
	}
	}*/
	@media screen and (max-width: 768px) {
	#wrap {
    background: #0D1E4A url("../images/visual_bg_sp.jpg") no-repeat right top / 100% auto;
	background-attachment: fixed;
	padding-top: 60px!important;
	background: #fff;
	}
	.contents {
    background: #0D1E4A url("../images/bg01_sp.jpg") no-repeat right top / 100% auto;
	background-attachment: fixed;
	}
	}
#visual {
height: 800px;
}
#visual .area_in {
justify-content: center;
}
#visual .area_in img {
width: auto;
height: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
	#visual {
	height: auto;
	}
	#visual .area_in img {
	height: calc(100vw * (800 / 1400));
	}
}
@media screen and (max-width: 768px) {
	#visual {
	height: auto;
	}
	#visual .area_in {
	}
	#visual .area_in img {
	height: calc(100vw * (800 / 800));
	opacity: 0;
	}
}
#lead_area {
background: none;
background: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,0.7));
padding-top: 0;
}
.lead_txt {
font-size: 120%;
display: flex;
flex-flow: column nowrap;
gap: 1.4em;
text-align: left;
}
.lead_txt b {
display: inline-block;
color: #0D1E4A;
font-size: 180%;
font-weight: 700;
line-height: 1.3;
}
.lead_txt span {
font-size: 100%;
font-weight: 500;
line-height: 1.6;
}
.lead_txt em {
font-style: normal;
font-weight: 500;
font-size: 80%;
text-align: left;
line-height: 1.6;
display: inline-block;
}
	@media screen and (max-width: 768px) {
	.lead_txt b {
	font-size: 150%;
	}
    .lead_txt b br {
    display: none;
    }
	}
	@media screen and (max-width: 500px) {
	#lead_area {
	padding-bottom: 30px;
	}
	}
@media screen and (min-width: 768px) {
#menu li a.comp span {
background: linear-gradient(to right, #0D1E4A, #0D1E4A);
background: linear-gradient(to right, var(--main_color), var(--sub_color));
}
}

.base_tit {
margin: 0 auto;
padding: 10px 0;
margin-bottom: 30px;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 130%;
font-weight: bold;
line-height: 1.2;
text-align: left;
}
.base_tit span {
display:inline-block;
color: var(--main_color);
font-size: 80%;
margin: 0 10px;
}

	@media screen and (max-width: 768px) {
	.base_tit {
	font-size: 120%;
	}
	}
.contact_area {
background: rgba(13,30,74,0.9);
background: none;
}
.contact_btn {
background: linear-gradient(to right, var(--main_color), var(--sub_color));
}
.contact_bar {
text-align: center;
margin-bottom: 20px;
font-size: 250%;
color: #666;
line-height: 1.2;
}
.contact_txt {
text-align: center;
padding: 10px 10px 20px;
}
.contact_txt > * {
display: inline-block;
}
	@media screen and (max-width: 768px) {
	.contact_bar {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 450px) {
	.contact_bar {
	font-size: 125%;
	}
	.contact_bar br {
	display: none;
	}
	.contact_txt {
	font-size: 90%;
	}
	}
.program .s {
background: #0D1E4A;
}
.program .i {
background: #0D1E4A;
}
.program .KK .s,
.program .TT .s {
background: var(--main_color);
}
.program_table {
margin: 0 auto;
margin-bottom: 20px;
max-width: 980px;
background: #fff;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: none;
border: 3px solid #ccc;
}
.program_table > dl {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
padding: 0;
}
.program_table > dl:not(:last-child) {
border-bottom: 1px solid #ccc;
}
.program_table > dl dt {
flex: 0 1 20%;
display: flex;
background: #f2f2f2;
align-items: center;
justify-content: center;
border-right: 1px solid #ccc;
padding: 20px 0;
font-weight: bold;
font-size: 110%;
letter-spacing: 0.05em;
}
.program_table > dl dd {
flex: 1 0 0%;
padding: 0;
box-shadow: none;
}
.program_table > dl.col1 dd {
flex: 1 0 0%;
}
.program_table > dl dd > *.popup,
.program_table > dl dd > *.nolink {
box-shadow: none;
}
.program_table .program .title {
font-weight: 600;
line-height: 1.4;
font-size: 150%;
padding: 0;
}
.program_table .program .txt.gaiyou {
font-size: 110%;
margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
background: #f2f2f2;
line-height: 1.6;
}
.program_table .layout .photo {
flex: 0 1 200px;
}
.program .com {
font-size: 100%;
}
.program .job {
margin-bottom: 0;
}
.program .name {
font-size: 130%;
font-weight: 500;
}
	@media screen and (max-width: 768px) {
	.program_table > dl dt {
	flex: 1 0 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	}
	.program_table > dl dd {
	flex: 1 0 100%;
	}
	}
	@media screen and (max-width: 420px) {
	.program_table > dl {
	padding: 0;
	}
	.program_table .program .layout {
	flex-flow: column wrap;
	}
	.program_table .program .layout .photo + .info {
	padding-left: 0;
	padding-top: 10px;
	}
	}
.photolist li > *.popup_prof,
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
position: relative;
background: #0D1E4A;
color: #fff;
height: 100%;
text-decoration: none;
overflow: inherit;
}
.photolist li .txt {
text-align: center;
}
.photolist .ico {
position: absolute;
left: -5px;
top: -5px;
padding: 10px;
background: #0D1E4A;
background: var(--main_color);
display: inline-block;
line-height: 1;
}
.photolist .KK .ico {
background: var(--main_color);
}
#overview_area {
background: rgba(255, 255, 255, 0.8);
background: none;
}
.overviewe_box {
border-radius: 0;
background: none;
box-shadow: none;
padding: 0px;
}
	@media screen and (max-width: 500px) {
	#overview_area {
	padding: 30px 0;
	}
	}
.sponsor_box {
border-radius: 0;
background: #fff;
box-shadow: none;
border: 3px solid #ccc;
padding: 50px 0;
}
.sponsor_txt {
text-align: center;
font-size: 110%;
margin-bottom: 30px;
line-height: 1.6;
}
.logolist > ul {
justify-content: center;
}
.logolist > ul li {
flex: 0 1 33.33%;
padding: 15px;
}
	@media screen and (max-width: 768px) {
	.logolist > ul {
	justify-content: center;
	}
	.logolist > ul li {
	padding: 10px;
	flex: 0 1 50%;
	}
	}
	@media screen and (max-width: 420px) {
	.logolist > ul li {
	flex: 0 1 100%;
	}
	}
.dlist {
max-width: 980px;
border: 3px solid #ccc;
background: #fff;
}
.dlist dl {
border-bottom: 1px solid #ccc;
}
.dlist dl:last-child {
border-bottom: none;
}
.dlist dl:nth-child(even) {
background: #f2f2f2;
}
.dlist dl dt {
flex: 0 1 25%;
border-right: 1px solid #ccc;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.dlist dl dd {
flex: 1 0 0%;
padding: 20px;
}
.dlist a {
text-decoration: underline;
}
.dlist_txt {
text-align: center;
margin-top: 20px;
}
.lay {
display: block;
}
.lay .info {
display: block;
}
.lay .map {
display: block;
margin-top: 20px;
position: relative;
width: 100%;
height: 0;
padding-top: 75%;
}
.lay .map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px) {
    .dlist {
    padding: 0;
    }
    .dlist dl {
	display: block;
	}
	.dlist dl:nth-child(even) {
	background: #fff;
	}
	.dlist dl dt {
	border: none;
	background: #f2f2f2;
	}
	.dlist dl dt {
	border-bottom: 1px solid #ccc;
	}
	}
	@media screen and (max-width: 500px) {
	#flow_area {
	padding: 30px 0;
	}
	}
#footer {
background: #0D1E4A;
color: #fff;
}
#pagetop a {
background: #0D1E4A;
}
.ftext {
text-align: center;
font-size: 110%;
line-height: 2em;
padding: 50px 0;
}
.ftext b {
color: #073860;
font-size: 120%;
}
.flogo {
text-align: center;
padding-bottom: 20px;
}
.flogo img {
width: auto;
height: 40px!important;
}
#footer .bottom {
display: flex;
border-top: 1px solid #ddd;
padding: 30px 0;
margin-top: 30px;
}
#footer .bottom a {
text-decoration: none;
}
#footer .bottom .bottomlogo {
flex: 0 1 220px;
font-size: 80%;
text-align: center;
}
#footer .bottom .bottomlogo span {
display: block;
text-align: center;
padding: 10px 0;
}
#footer .bottom img {
width: 220px;
}
#footer .bottom ul {
display: flex;
flex: 1 0 0%;
align-items: center;
justify-content: center;
flex-flow: row wrap;
font-size: 90%;
}
#footer .bottom ul li {
padding: 10px;
}
	@media screen and (max-width: 768px) {
	.ftext {
	text-align: left;
	}
	#footer .bottom {
	display: block;
	}
	}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #666;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #fff;
display: inline-block;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    }
    }
#benefits_area {
padding: 20px 0 30px;
}
#benefits_area .contact_btn_box {
padding-top: 0;
}
.benefits_box {
max-width: 900px;
margin: 50px auto 0;
padding: 0;
border: none;
box-shadow: none;
background: #0D1E4A;
color: #fff;
}
.benefits_box .benefits_tit {
padding: 30px;
}
.benefits_box .benefits_tit b {
display: inline-block;
padding: 5px 10px;
background: rgba(255,255,255,0.2);
color: #fff;
}
.benefits_box .benefits_tit em {
font-style: normal;
color: #95D088;
}
.benefits_box .benefits_txt {
padding: 0;
margin: 0;
text-align: left;
}
.benefits_box .benefits_txt span {
display: block;
padding: 0 30px 30px;
}
.benefits_box .benefits_txt em {
display: block;
background: #eee;
color: #0D1E4A;
padding: 20px 30px 30px;
font-style: normal;
font-weight: normal;
}
	@media screen and (max-width: 768px) {
	#benefits_area {
	padding: 0 0 30px 0;
	}
	.benefits_box .benefits_tit {
	padding: 20px;
	}
	.benefits_box {
	padding: 0;
	}
	.benefits_box .benefits_txt span {
	padding: 0 20px 20px;
	}
	.benefits_box .benefits_txt em {
	padding: 10px 20px 20px;
	}
	}
	@media screen and (max-width: 500px) {
	#benefits_area {
	padding: 20px 0;
	}
	.benefits_box {
	padding: 0;
	}
	.benefits_box .benefits_tit {
	font-size: 120%;
	}
	/*
	.benefits_box .benefits_tit br {
	display: none;
	}
	*/
	}
#sponsor_area {
background: linear-gradient(to bottom, rgba(13,30,74,0), rgba(13,30,74,1));
}

/* edit end */

/* css end */


:root {
	--main_color: #39ab11;
	--sub_color: #97d18a;


--fb_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23ffffff" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23ffffff"  /%3E%3C/svg%3E') no-repeat center / contain;
--fb_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23021D40" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23021D40"  /%3E%3C/svg%3E') no-repeat center / contain;

--prev_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23cccccc"  /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23cccccc"  /%3E%3C/svg%3E') no-repeat center / contain;
--prev_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--top_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M24.54 65.56 21.72 62.73 47.17 37.27 50 34.44 52.83 37.27 52.83 37.27 78.28 62.73 75.46 65.56 50 40.1 24.54 65.56Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--bottom_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M75.46,34.44l2.82,2.83-25.45,25.46-2.83,2.83-2.83-2.83h0l-25.45-25.46,2.82-2.83,25.46,25.46,25.46-25.46Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;

--cross_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M70.55 32.35 67.72 29.52 50.04 47.2 32.37 29.52 29.54 32.35 47.22 50.03 29.54 67.71 32.37 70.54 50.04 52.86 67.72 70.54 70.55 67.71 52.87 50.03 70.55 32.35z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--burger_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M72,32H28v-4h44v4ZM72,48H28v4h44v-4ZM72,68H28v4h44v-4Z" fill="%23ddd"  /%3E%3C/svg%3E') no-repeat center / contain;

}



