@charset "UTF-8";

*{margin: 0;padding: 0;}
html{
	overflow-x: hidden;
}
body {
	color: #2F2725;
	font-size: 15px;
/*	font-family:  'Helvetica Neue', Arial,'Noto Sans JP', sans-serif;*/
	font-family:  'Noto Sans JP', sans-serif;
	line-height:1;
	letter-spacing:.04em;
	overflow-x:hidden;
	background:#F7F6ED;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td{line-height:2;font-weight:normal;}
h1, h2, h3, h4, h5, h6{font-weight:500;}
ul,ol {margin: 0;padding: 0;list-style: none;}
li{line-height: 1.5;margin-bottom: 0.5em;}
ul ul{margin-left: 1em;}
img{max-width:100%;height:auto;border:none;vertical-align:top;}
a {text-decoration: none;color:#333;transition:.2s;}

.font_en,
.point_num,
.btn_more a,
.top_info_title p,
.flow_num{font-family: 'Marcellus', serif;}

.flex{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
  	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
/****************************************

          WordPress Misc

*****************************************/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left {float: left;}
.right {float: right;}
.clear{clear:both !important;}
img.alignright,figure.alignright {float:right;display: inline-block;margin: 0 0 1em 1.5em;}
img.alignleft,figure.alignleft {float:left;display: inline-block;margin: 0 1.5em 1em 0;}
.b{font-weight:bold !important;}
.b500{font-weight:500 !important;}
.normal{font-weight:normal !important;}

.al-r{text-align:right !important;}
.al-l{text-align:left !important;}
.al-c{text-align:center !important;}
.f06em{font-size:0.6em !important;}
.f07em{font-size:0.7em !important;}
.f08em{font-size:0.8em !important;}
.f09em{font-size:0.9em !important;}
.f11em{font-size:1.1em !important;}
.f12em{font-size:1.2em !important;}
.f14em{font-size:1.4em !important;}
.f16em{font-size:1.6em !important;}
.f18em{font-size:1.8em !important;}
.f20em{font-size:2em !important;}
.m0-b{margin-bottom:0 !important;}
.m5-b{margin-bottom:5px !important;}
.m20-t{margin-top:20px !important;}
.m40-t{margin-top:40px !important;}
.m10-b{margin-bottom:10px !important;}
.m20-b{margin-bottom:20px !important;}
.m40-b{margin-bottom:40px !important;}
.m60-t{margin-top:60px !important;}
.m80-t{margin-top:80px !important;}
.p10{padding:10px;box-sizing:border-box;}
.p0-t{padding-top:0 !important;}
.p0-b{padding-bottom:0 !important;}
.p20-b{padding-bottom:20px !important;}

.bg_lgray{background:#f7f7f7 !important}
.bg_lblue{background:#f0f4ff !important}
.bg_white{background:#fff !important}
.bg_pink{background:#e84388;color:#fff;padding:.5em;}
.bg_lgreen{background:#F7F6ED !important}
.bg_gfc{background:#e97862 !important;}
.bg_h-l{background:#76bd89 !important;}
.bg_h-b{background:#ef8da5 !important;}
.bg_lifeplan{background:#6389bf !important;}
.bg_lifestyle{background:#e9c350 !important;}
.bg_work{background:#49b0be !important;}
.bg_housing{background:#a98061 !important;}
.bg_sdgs{ background-image: linear-gradient(90deg, rgba(233, 123, 101, 1), rgba(237, 205, 116, 1) 50%, rgba(84, 178, 189, 1)) !important;}
.bg_special{background:#846485 !important;}
.bg_o-n{background:#bfacac !important;}

.white{color:#fff !important;}
.pink{color:#e84388 !important;}
.brown{color:#bca693 !important;}
.orange{color:#e77b52 !important;}
.lblue{color:#9AA58F !important;}
.red{color:#d71a1c !important;}

.c_gfc{color:#e97862 !important;}
.c_h-l{color:#76bd89 !important;}
.c_h-b{color:#ef8da5 !important;}
.c_lifeplan{color:#6389bf !important;}
.c_lifestyle{color:#e9c350 !important;}
.c_work{color:#49b0be !important;}
.c_housing{color:#a98061 !important;}
.c_sdgs{ color: #65b4ba !important;}


.line_pink{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f4b4d0 0%) repeat scroll 0 0;font-weight:bold;font-weight:900}
.line_gray{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #efefef 0%) repeat scroll 0 0;font-weight:bold;font-weight:600}
.line_lgreen{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f3f1e2 0%) repeat scroll 0 0;font-weight:bold;font-weight:600}

.underline{
	text-decoration:underline;
	text-underline-offset: 1.5px;
}

.noborder{border:none;}
.clearfix:after,.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

.lh15{line-height:1.5 !important}
.lh17{line-height:1.7 !important}

.border_gray{
	border:1px solid #ccc;
	padding:20px;
	box-sizing:border-box;
}
.border_gray p:last-child{
	margin-bottom:0;
}
/* clearfix for ie7 */

.clearfix,.cf {
	display: inline-block;
}
.clearfix,.cf {
	display: block;
}
.breadcrumbs {
    margin-top: 20px;
    font-size: .85em;
}
.breadcrumbs br{
	display:none;
}
/* ローディングアニメーション */
.loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
	text-align:center;
	height: 143px;
}
.loading_inner .loading_text {
  -webkit-animation: spinner1_1 3s infinite 1s linear forwards;
          animation: spinner1_1 3s infinite 1s linear forwards;
}
@-webkit-keyframes spinner1_1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes spinner1_1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.loading_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: all 1.2s ease; /* 1.2秒でフェードアウト */
          transition: all 1.2s ease;
  background-color: #F7F6ED;
}
/* ローディング表示を消すための定義 */
.loading_wrap.loaded{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.inner{
	width:1100px;
	max-width:100%;
	display:block;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}
.inner.inner_wide{
	width:1200px;
}
.inner.inner_m{
	width:960px;
	max-width:100%;
}
.inner.inner_s{
	width:750px;
	max-width:100%;
}
.inner.inner_ss{
	width:500px;
	max-width:100%;
}
form.post-password-form {
	width:800px;
	max-width:100%;
	display:block;
	margin:80px auto;
	padding:0 20px;
	box-sizing:border-box;
}
input[name="post_password"] {
    padding: 0.5em;
}

#page{
/*	padding:0px 0 100px;*/
	min-height:60vh;
	box-sizing:border-box;
}
#single{
	padding:80px 10px 100px;
	min-height:80vh;
	box-sizing:border-box;
}
/*#page .inner{
	width:960px;
	max-width:100%;
	margin:auto;
	padding:0 10px;
	box-sizing:border-box;
}*/
.header_logo {
	box-sizing:border-box;
	line-height:1;
    width: 340px;
	height:auto;
    padding: 15px 20px 15px 15px;
	max-width: calc(100% - 45px);
}
.header_logo_w {
	display:none;
}
#header{
	z-index:4;
	width:100%;
    height: 60px;
}
#header.fixed{
	position: fixed;
	background:#9AA58F;
}
#header.fixed .header_logo {
    width: 260px;
	padding:18px 20px;
}
#header.fixed .header_logo .header_logo_g {
	display:none;
}
#header.fixed .header_logo .header_logo_w {
	display:block;
}
#page-top #header{
	position:absolute;
	top: 0;
	left: 0;
}
/*#page-top #header .header_logo{
	display:none;
}*/
/*#header_menu > li > a {
    color: #fff;
}
*/
#header_menu{
	position: absolute;
    top: 20px;
	right:0;
  	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    align-items: center;
}
#header_menu > li > a,
#header_menu > li .pre{
	padding:.8em .5em .5em;
    margin-right: 0.8em;
	color:#333;
   font-size: .9em;
   border-bottom:5px solid transparent;
/*	letter-spacing:-.01em;*/
}
#header_menu > li .pre{
	color:#d1d1d1;
}
#header_menu a,
#header_menu > li .pre{
	position:relative;
}

#header_menu > li > a::after,
#header_menu > li .pre::after{
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background:#9AA58F;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
    z-index: 4;
}
#header.fixed #header_menu > li > a::after,
#page-top #header #header_menu > li > a::after{
  background:#fff;
}
#header_menu > li .pre::after{
  background:transparent;
}
#header.fixed #header_menu > li > a{
	color:#fff
}
/*トップページ　header*/
#page-top .header_logo{
	display:none;
}
#page-top #header.fixed .header_logo{
	display:inline-block;
}
#page-top #header_menu{
    background: #9AA58F;
    border-radius: 40px;
	padding: 16px 30px 12px;
}
#page-top #header_menu > li > a{
	color:#fff;
}
#page-top #header.fixed{
	position:fixed;
}
#page-top #header.fixed #header_menu{
    background: none;
    border-radius: none;
	padding: 0;
}


@media (max-width:1300px){
#header_menu > li > a, #header_menu > li .pre {
    margin-right: 0.6em;
}
}
#header_menu > li{
	position:relative;
}
#header_menu li .submenu {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    position: absolute;
	width:270px;
    left: 0;
    box-sizing: border-box;
    padding: 20px 2%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
#header_menu > li .submenu li {
    width: 100%;
    border: none;
    margin: 0 !important;
}
#header_menu li .submenu li:nth-child(3n+2) {
    margin: 0 1%;
}

.submenu li a,
.submenu li > span{
    color: #333;
    font-size: .9em;
    display: block;
    padding: 10px;
}
.submenu li a::after{
	content: "\f105";
    font-family: FontAwesome;
	transition:.3s;
	margin-left:.8em;
}
.submenu ul {
	width:100%;
	margin-left:0;
}
.submenu{
	display:flex;
}

section{
	padding:40px 0 80px;
}
h2{
	font-size:1.6em;
	line-height:2;
	margin-bottom:40px;
	text-align:center;
	font-weight:bold;
}
#page_title {
    height: 100px;
    position: relative;
/*	background:#fff;*/
	z-index:1;
	border-bottom:2px dashed #ccc;
	margin-top:20px;
}
#page_title h2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:1.6em;
	margin:0;
	line-height:1.5;
	width:95%;
	font-weight:500;
}

.inner h3{
    margin-bottom: 2em;
/*    text-align: center;*/
/*    letter-spacing: 2px;*/
    font-size: 1.4em;
	position:relative;
	line-height:2.4;
	line-height:52px;
}
/*.inner h3:after{
    content: "";
    position: absolute;
    background: #9AA58F;
    width: 3em;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}*/
.inner h4{
	font-size:1.3em;
	margin-bottom: 1em;
}
.inner h4.h4_title {
    font-size: 1.2em;
    padding: 0.3em 1em;
    background: #f9dde9;
	margin-top:30px;
}
.inner h5{
	font-size:1.25em;
	margin-bottom:1em;
}
.inner h5.h5_title{
    background:#efefef;
	padding:2px .8em;
}
.inner h6{
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:10px;
}
p{
	margin-bottom:1em;
}
p a {
    color: #9AA58F;
}
.page_menu{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.page_menu li{
	box-sizing:border-box;
	text-align:center;
	width:100%;
	margin-bottom:20px;
}
.page_menu li a{/*ページ下3つのボタン*/
	padding:20px;
	box-sizing:border-box;
	width:100%;
	height:100%;
	display:block;
	color: #9AA58F;
    border: 3px solid #9AA58F;
    border-radius: 8px;
	background:#fff;
	position: relative;
}

.btn a{
    background: #9AA58F;
	color:#fff;
	padding:.5em 1.5em;
	border-radius:60px;
	box-sizing:border-box;
	margin:1em auto;
	display:block;
	width:95%;
    max-width:400px;
    text-align: center;
	position:relative;
	line-height:2;
	border:1px solid #9AA58F;
}

.btn.btn_l .btn_pre {
    background: #d4dadf;
    color: #fff;
    padding: 1.2em 1.5em;
    border-radius: 60px;
    box-sizing: border-box;
    margin: 1em auto;
    display: block;
    width: 95%;
    max-width: 500px;
    text-align: center;
    position: relative;
    font-size: 1.4em;
/*    font-weight: bold;*/
    line-height: 1.4;
	border:1px solid #d4dadf;
}

.page_menu li a::after,
.btn a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
	top:50%;
	transform:translateY(-50%);
    right: 1em;
    transition: .2s;
}
.entry_wrap{
	background:#F7F6ED;
	padding:40px 0 !important;
	text-align:center;
}
section.page_menu_area{
	padding:20px 0;
}
.btn.btn_l a{
	width:95%;
    max-width:500px;
	font-size:1.4em;
/*	font-weight:bold;*/
	line-height:1.4;
    padding: 1.2em 1.5em;
}
.btn.btn_blue a{
	background:#375ea3;
}
.btn_pre{
	background:#ccc;
	color:#fff;
	width:95%;
	max-width:500px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4;
	padding: 0.5em 1.5em;
	box-sizing:border-box;
    margin: 1em auto;
	border-radius:8px;
}
#footer{
	padding:50px 0 20px;
	background:#2F2725;
}
#footer p,
#footer a{
	color:#F7F6ED;
}
#footer .btn a{
	background:#F7F6ED;
	color:#2f2725;
	border:none;
	width:240px;
	padding:5px;
}
.footer_info {
    width: 420px;
	text-align:center;
	margin-bottom:30px;
}
.footer_logo {
    width: 200px;
    display: block;
    margin: 0 auto 10px;
}
.footer_sns i {
    font-size: 20px;
}
.footer_menu_wrap {
/*    width: calc(100% - 340px);*/
	max-width:550px;
}
#footer_menu a,
#footer_menu .pre{
	font-size:12px;
	display: block;
}
#footer_menu .pre{
	color:#888;
}
#footer .inner > .flex {
    justify-content: space-between;
}
ul#footer_menu > li {
    width: 50%;
    float: left;
}
ul#footer_menu > li a::before,
#footer_menu .pre::before {
    content: "－";
    margin-right: 5px;
}
.footer_submenu {
    margin-top: 10px;
}
.copyright{
	background:#2F2725;
	padding:10px;
}
.copyright p{
	font-size:.7em;
	font-weight:normal;
	margin-bottom:0;
	color:#F7F6ED;
	text-align:center;
}
.copyright p a{
	color:#F7F6ED;
}
.movie_wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table{
	border-collapse: collapse;
	width:100%;
}

dl dt{
	clear:both;
	width:8em;
	float:left;
	padding:.7em;
	box-sizing:border-box;
}
dl dd{
	padding:.7em .7em .7em 8.5em;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
}

#top_info {
    padding: 20px 0;
}
#top_info .cat{
	background:#fff;
}
#news_list dt{
	padding:0;
	padding-top:.7em;
	width:14em;
}
#news_list dd{
	border-bottom:1px solid #d9e3ce;
	font-size:.9em;
	padding-left: 16em;
}
dl#news_list dd a {
    display: block;
    padding: 5px;
	color:#333;
}
.news_date {
    font-size: .8em;
	margin-right:1em;
}
.cat{
	font-size: .65em;
    margin-right: 5px;
    background: #efefef;
    color: #555;
    padding: 1px 0.5em;
    width: 10em;
    display: inline-block;
    text-align: center;
    margin:0 2px;
	border-radius:30px;
}
.wp-pagenavi {
    clear: both;
    margin-top: 40px;
}
.overview{
	max-width:730px;
	margin:auto;
}
.overview th,
.overview td{
	padding:20px 15px;
}
.overview th{
    border-bottom: 2px solid #9AA58F;
	min-width:7em;
}
.overview td{
    border-bottom: 2px solid #efefef;
}

ul.disc{
	margin-bottom:10px;
	margin-left:1.5em;
	list-style-type: disc;
}
ul.disc.disc_gray ::marker {
    color: #ccc;
}

ul.disc li{
	line-height:2;
}
ol.decimal{
	margin-bottom:10px;
	margin-left:1.5em;
	list-style-type: decimal;
}
.block_link{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#go_top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 200%;
	z-index:1;
	transition:.2s;
	margin-bottom:0;
}
#go_top a {
    text-decoration: none;
    width: 55px;
    padding: 10px;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    color: #9AA58F;
}
.bg_lgrayimg{
	background:url(images/entry_bg.jpg);
}
.plink{
	padding-top:80px;
	margin-top:-80px;
}
img.alignright, figure.alignright,
img.alignleft, figure.alignleft{
    max-width: 50%;
}
/*トップ　スライダー*/
@keyframes zoomOut {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomOut 10s linear 0s 1 normal both;
}
.swiper-slide{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.slide-img{
	width:100vw;
	height:100vh;
	overflow:hidden;
}
.slide-img img{
  display: block;
  position:absolute;
  width:100%;
  height:auto;
}
@media screen and (max-width:1200px){
.top_mv .slide-img {
    max-height: 650px;
}
}
@media screen and (max-width:900px){
.top_mv .slide-img {
    height: 65vh;
}
.top_mv .slide-img img{
    width: 180%;
    max-width: 180%;
    left: -30%;
}
}
@media screen and (max-width:767px){
.top_mv .slide-img {
    height: 80vh;
    max-height: 800px;
}
}
#mv{
	position:relative;
	width:100%;
	background:#fff;
}
#lp_mv {
	width:100vw;
	height:calc(100vh - 60px);
	overflow:hidden;
	position:relative;
	z-index:1;
}
@media screen and (min-height:720px){
#lp_mv {
	height: calc(100vh - 260px);
}
}
.gfc #lp_mv {
    background: url(images/gfc_bg.jpg) no-repeat center center;
    background-size: cover;
}
.housing #lp_mv {
    background: url(images/housing_bg.jpg) no-repeat center center;
    background-size: cover;
}
.h-b #lp_mv {
    background: url(images/h-b_bg.jpg) no-repeat center center;
    background-size: cover;
}
.lifestyle #lp_mv {
    background: url(images/lifestyle_bg.jpg) no-repeat center center;
    background-size: cover;
}
.h-l #lp_mv {
    background: url(images/h-l_bg.jpg) no-repeat center center;
    background-size: cover;
}
.lifeplan #lp_mv {
    background: url(images/lifeplan_bg.jpg) no-repeat center center;
    background-size: cover;
}
.sdgs #lp_mv {
    background: url(images/sdgs_bg.jpg) no-repeat center center;
    background-size: cover;
}
.special #lp_mv {
    background: url(images/special_bg.jpg) no-repeat center center;
    background-size: cover;
}
.aat #lp_mv {
    background: url(images/aat_bg.jpg) no-repeat center center;
    background-size: cover;
}
.lp_mv_catch{
	text-align:center;
	font-weight:500;
	font-size:1.6em;
	color:#fff;
	line-height:1.8;
	margin-bottom:1em;
}
.mv_cont_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    z-index: 3;
	width:100%;
}
#lp .mv_cont_wrap{
	margin-top:-30px;
}

.mv_cont_logo {
    width:90%;
	max-width:410px;
    display: block;
    margin: auto;
/*	margin-top:40px;*/
}
#lp .mv_cont_logo {
	max-width:550px;
}
.mv_ribbon {
/*    display: inline-block;*/
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 5px 0;
    color: #fff;
    background: #eacd6a;
    width: 100%;
    text-align: center;
	letter-spacing:1px;
}
.mv_ribbon p {
    margin: 0;
    padding: 0 30px 0 22px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
/*    line-height: 40px;*/
    margin-bottom: 0;
    font-weight: 500;
}
#page-top section{
	background:#F7F6ED;
	padding:60px 0;
}
#top_concept .inner {
    padding: 80px 60px 50px;
}
#top_concept h3.font_en {
	font-size: 70px;
    font-weight: normal;
    margin-bottom: .5em;
    color: #ccc;
/*	color:#d9e3ce;*/
}
.catch {
	font-weight:500;
    font-size: 26px;
}
.deco_flash {
    position: relative;
    padding: 0 60px;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
}
.deco_flash::before {
    width: 36px;
    height: 26px;
    background: url(images/deco_flash_l.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    margin: auto;
}
.deco_flash::after {
    width: 36px;
    height: 26px;
    background: url(images/deco_flash_r.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    margin: auto;
}

.area_list{
	display:flex;
	flex-wrap:wrap;
}
.area_list li{
	width: calc(33.3333% - 8px);
    margin-right: 12px;
	margin-bottom:12px;
    border: 1px solid #d9e3ce;
    border-radius: 6px;
	box-sizing:border-box;
	position:relative;
	height:110px;
	background:#fff;
}
.area_name {
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 25px;
    margin-bottom: 0;
    font-size: 1.1em;
}
.area_list li img.expo_chara {
    width: 90px;
    position: absolute;
    top: 15px;
    right: 5px;
}
.area_list li:nth-child(3n){
	margin-right:0;
}
.area_logo_aat{
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 300px;
	max-width:calc(100% - 50px);
	margin-bottom:0;
}
#top_point .bg_white{
    padding: 60px 60px 20px;
}
.point_catch{
    font-weight: normal;
    border-bottom: 1px solid #d9e3ce;
}
#top_point .point_list li{
	width:calc(25% - 15px);
	margin:0 20px 20px 0;
	text-align:center;
}
#top_point .point_list li p{
	font-size:1.2em;
}
#top_point .point_list li:last-child{
	margin-right:0;
}
.point_icon {
    width: 150px;
    display: block;
    margin: 0 auto 20px;
    background: #F7F6ED;
    padding: 40px;
    border-radius: 50%;
	box-sizing:border-box;
}
.point_list li .point_num {
    font-size: 30px;
    font-style: italic;
}
.point_wrap {
    position: relative;
	margin-bottom:60px;
}
.point_wrap .point_title_wrap{
	display:flex;
	align-items:center;
    z-index: 2;
    position: relative;
}
.point_wrap .point_num {
    font-size: 180px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
    margin-right: 40px;
    margin-left: -30px;
    color: #9aa58f;
}
.point_wrap .point_title {
    font-size: 24px;
}
.point_cont_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.point_wrap.point_wrap_odd .point_cont_wrap{
    flex-direction: row-reverse;
}
@media (min-width:1025px){
.point_wrap.point_wrap_even .point_title_wrap {
    margin-left: 55%;
}
.point_wrap .point_img{
	margin-top: -60px;
    width: 60%;
}
.point_wrap .point_text {
    width: 40%;
	padding-left:30px;
	box-sizing:border-box;
}
.point_wrap.point_wrap_odd .point_text {
	padding-left:0;
	padding-right:30px;
}
.pcOnly2{
	display:none;
}
}
@media (max-width:1024px){
.point_img {
    width: 80%;
    margin-top: -60px;
	margin-bottom:30px;
}
.point_wrap.point_wrap_even .point_title_wrap {
	justify-content: flex-end;
}
.pcOnly02{
	display:none;
}
}

.catch ruby > rt{
	font-size:30%;
}

.flow li {
    width: 25%;
    padding: 40px 20px;
    box-sizing: border-box;
    border-left: 1px dashed #d5d5d5;
}
.flow li:last-child {
    border-right: 1px dashed #d5d5d5;
}
.flow_num{
    text-align: center;
	font-size: 30px;
    font-style: italic;
	margin-bottom:0;
}
.flow_img {
    width: 85px;
    height: 85px;
    margin: 20px auto;
    border-radius: 50%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.flow_title {
    text-align: center;
	font-size:1.2em;
}

table.tb_schedule {
border-collapse: separate;
border-spacing: 0px 15px;
}

table.tb_schedule th,
table.tb_schedule td {
padding: 10px;
border:none;
}

table.tb_schedule th {
background: #ddd;
vertical-align: middle;
width: 220px;
overflow: visible;
position: relative;
font-weight: normal;
font-size:.9em;
}

table.tb_schedule th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #ddd;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.tb_schedule td {
background: #f8f8f8;
padding-left: 20px;
}

.fee_wrap{
    background: #fff;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}
.fee_wrap h4{
	margin-bottom:5px;
	line-height: 1.6;
}
.fee_wrap h4 .font_en{
	color:#ccc;
}
.fee_wrap .flex_inner > ul {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
	margin-bottom:10px;
}
.fee_list > li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    margin-bottom: 0;
	font-size: .95em;
}
.fee_list > li:last-child {
	border:none;
}
.label_lgreen {
/*    background: #f7f6ed;*/
	background:#ebe8d2;
    padding: 1px 1em;
    font-size: .9em;
    margin-right: 10px;
}
.label_bk {
    background: #2F2725;
    padding: 0px 1em 2px;
    font-size: .8em;
	color:#fff;
}
.list_m-partner li{
	width:calc(25% - 30px);
	margin:0 40px 20px 0;
	position:relative;
}
.list_m-partner li:nth-child(4),
.list_m-partner li:last-child{
	margin-right:0;
}

/**************旧・出展オプション*************/
/*table.tb_stage th,
table.tb_stage td{
	font-size:.85em;
	text-align:center;
	border:1px solid #ccc;
}
table.tb_stage th{
	background:#efefef;
}
ul.disc_pink,
ul.disc_gray{
	margin-top:.5em;
}
ul.disc_pink li,
ul.disc_gray li,
ul.square li,
ul.checklist{
	padding-left:1.5em;
	box-sizing:border-box;
}
.disc_pink li::before{
	content: "\f111";
    font-family: FontAwesome;
	margin-left:-1em;
	margin-right:.3em;
	color:#e84388;
}
.disc_gray li::before{
	content: "\f111";
    font-family: FontAwesome;
	margin-left:-1em;
	margin-right:.3em;
	color:#ccc;
}*/

ul.square li,
ul.checklist{
	padding-left:1.5em;
	box-sizing:border-box;
}
.square li::before{
	content: "■";
	margin-left:-1em;
	margin-right:.3em;
	color:#333;
}
.checklist li::before{
	content: "\f00c";
    font-family: FontAwesome;
	margin-left:-1em;
	margin-right:.3em;
	color:#d71a1c;
}
/*.checklist.lp_onayami li {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
	text-align:center;
}
.checklist.lp_onayami li::before{
	font-size: 1.4em;
}
*/
.cont_bg_white {
    padding: 50px;
	background:#fff;
}
#lp h3{
	font-size:1.5em;
	margin-bottom:.5em;
}
.border_lp_lead {
    border: 4px double #ccc;
    padding: 5px 20px 10px;
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
    text-align: center;
}
.lp_data4 p {
    font-size: .88em;
    line-height: 1.6;
}
.lp_data4 p.lp_data_title,
.lp_voice p.lp_data_title {
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: 500;
	line-height:2;
	letter-spacing:1px;
}
.lp_data4 .flex_inner {
    width: calc(25% - 22.5px);
    padding-bottom: 24%;
    position: relative;
	margin-right:30px;
}
.lp_data4 .flex_inner:nth-child(4n) {
    margin-right: 0;
}
.lp_data4 img {
    position: absolute;
    bottom: 1em;
    left: 0;
}
.pr_num{
	font-size:3em;
	font-weight:500;
	margin:0 3px;
}
.pr_list{
	justify-content:center;
}
.pr_list .flex_inner p{
	text-align:center;
	margin-bottom:0;
}
.pr_list .flex_inner{
	border-radius:50%;
	position:relative;
	margin: 0 15px 20px;
}
.pr_list .flex_inner .pr_cont{
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.flex.pr_list .flex_inner.pr01 {
    /* border: 2px solid #fde6d0; */
    width: 350px;
    height: 350px;
    box-sizing: border-box;
    background: #fff8f2;
}
.flex.pr_list .flex_inner.pr02 {
    /* border: 2px solid #efefef; */
    width: 330px;
    height: 330px;
    box-sizing: border-box;
    background: #f0f7f7;
}
.flex.pr_list .flex_inner.pr03 {
    /* border: 2px solid #efefef; */
    width: 320px;
    height: 320px;
    box-sizing: border-box;
    background: #fbfbf1;
}
.flex.pr_list .flex_inner.pr04 {
    /* border: 2px solid #efefef; */
    width: 270px;
    height: 270px;
    box-sizing: border-box;
    background: #f4f8fb;
    margin-top: -100px;
}
.flex.pr_list .flex_inner.pr05 {
    /* border: 2px solid #efefef; */
    width: 230px;
    height: 230px;
    box-sizing: border-box;
    background: #edf7ef;
    margin-top: 60px;
}
.pr01_deco {
    position: absolute;
    width: 110px;
    top: 0;
    left: 30px;
}
.pr02_deco {
    position: absolute;
    width: 320px;
    bottom: -60px;
    right: -140px;
	z-index:2;
}
.pr03_deco {
    position: absolute;
    width: 180px;
    top: -20px;
    left: -20px;
}
.pr04_deco {
    position: absolute;
    width: 80px;
    bottom: -30px;
    left: 30%;
}
.pr05_deco {
    position: absolute;
    width: 110px;
    bottom: 30px;
    right: -80px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 12px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius:8px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.fukidashi p {
  margin: 0;
  padding: 0;
  font-size:.9em;
  line-height:1.8;
}
.fukidashi_chara {
    width: 120px;
    margin: auto;
}
.flex.flex3.fukidashi_wrap {
    align-items: end;
}

table.tb_option th {
    text-align: left;
	position:relative;
}
table.tb_option th::after {
    border-bottom: 1px dashed #ccc;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    right: 10px;
    top: 50%;
	z-index:1;
}
.tb_option th .tb_option_text {
    background: #fff !important;
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 0 1em;
}

/*GOOD LIFE フェアとは*/
.list_bird{
	width:100%;
	max-width:800px;
	margin:60px auto 0;
}
.list_bird > li{
	padding-left: 45px;
    background: url(images/list_bird.png) no-repeat top left / 30px;
    margin-bottom: 1.5em;
    line-height: 2;
    font-size: 1.15em;
    font-weight: 500;
}
/*.line_tegaki {
    background: url(images/line_tegaki.png) no-repeat center bottom / 600px;
    padding-bottom: 8px;
}*/
.line_khaki{
    text-decoration: underline;
    text-decoration-color: #bbb29f;
    text-decoration-thickness: 3px;
	text-underline-offset: 8px;
}

.about_fukidashi_wrap{
    justify-content: center;
}
.about_fukidashi_wrap li {
    background: #fff;
    text-align: center;
    margin: 0 8px 30px;
    padding: 40px 32px;
    box-sizing: border-box;
    max-width: calc(33.3333% - 20px);
	height: fit-content;
	position:relative;
	z-index: 0;
}
.about_fukidashi_wrap li::before {
	position:absolute;
	bottom: -20px;
    right: 40px;
	content:url(images/fukidashi01.png);
	z-index: -1;
}
.about_fukidashi_wrap li:nth-child(2n)::before {
    transform: rotateY(130deg);
    right: 80px;
}
.about_fukidashi_wrap li:nth-child(3n)::before {
    transform: rotate(25deg);
    bottom: -15px;
}
.about_fukidashi_wrap li:first-child {
	border-radius:45% 36% 47% 33% / 21% 41% 39% 61%;
}
.about_fukidashi_wrap li:nth-child(2) {
	border-radius:45% 11% 46% 37% / 10% 15% 70% 32%;
}
.about_fukidashi_wrap li:nth-child(3) {
	border-radius:45% 35% 25% 29% / 37% 40% 38% 42% ;
}
.about_fukidashi_wrap li:nth-child(4) {
	border-radius:38% 25% 50% 29% / 25% 46% 24% 42% ;
}
.about_fukidashi_wrap li:nth-child(5) {
	border-radius:50% 65% 40% 62% / 51% 46% 48% 45%;
}
.about_fukidashi_wrap li:nth-child(6) {
	border-radius:25% 19% 43% 21% / 31% 46% 38% 28%;
}
.about_fukidashi_wrap li:nth-child(7) {
	border-radius:44% 49% 59% 58% / 15% 28% 32% 17% ;
}
.about_fukidashi_wrap li:nth-child(8) {
	border-radius:44% 49% 59% 91% / 45% 28% 32% 45% ;
}
.about_fukidashi_wrap li:nth-child(9) {
	border-radius:10% 49% 59% 66% / 11% 39% 52% 78% ;
}
.about_fukidashi_wrap li:nth-child(10) {
	border-radius:33% 25% 44% 66% / 26% 14% 76% 56% ;
}
.about_test .label_bk,
.about .label_bk{
	display:inline-block;
}
@media (max-width:1000px){
.about_fukidashi_wrap li {
    max-width: calc(50% - 16px);
	padding: 40px 15px;
}
}
@media (max-width:767px){
.about_fukidashi_wrap li {
    min-width: 40%;
}
}
@media (max-width:580px){
.about_fukidashi_wrap {
    justify-content: flex-start;
}
.about_fukidashi_wrap li {
    max-width: calc(100% - 16px);
	margin:0 0 25px;
	min-width:60%;
}
.about_fukidashi_wrap li:nth-child(odd) {
    transform: translateX(43%);
    min-width: 70%;
}
}
/*.about_pr_wrap {
	width:100%;
    max-width: 540px;
    margin: 0 auto;
}
.about_pr_wrap li{
    margin-bottom: 1.2em;
    line-height: 2;
    font-size: 1.15em;
    font-weight: 500;
}
.about_pr_wrap li::before{
	color:#ef8da5;
}*/

.tegaki {
    font-size: .9em;
    padding: 4px 0.5em;
    margin-right: 0.5em;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    border: 2px solid #333;
	background:#333;
}
.nyuryoku{
    font-size: .9em;
    background: #333;
    padding: 3px 0.5em;
    margin-right: 0.5em;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #333;
    background: #fff;
}
.application_menu li{
	margin-bottom:1em;
}
.application_menu a{
	position:relative;
}
.application_menu li a::after {
    content: "\f105";
    font-family: FontAwesome;
    transition: .3s;
    margin-left: 0.8em;
}
.application_menu li:hover a::after {
        margin-left: 1.3em;
}


/*よくあるご質問*/

#faq_list{
	border-bottom:1px solid #ccc;
}
#faq_list dt{
    display: block;
    margin-bottom: 1px;
	padding: 23px 50px 23px 23px;
    position: relative;
    border-top: 1px solid #ccc;
	font-weight:bold;
	width:100%;
	float:none;
}
#faq_list dt::before {
    content: "Q";
	font-size:1.6em;
	line-height:1;
	color:#e84388;
	margin-right:.5em;
}
#faq_list dd{
	display:none;
    padding:0 20px 20px;
	border:none;
}
.faq_a{
	color:#f77c42;
	font-weight:bold;
}

#faq_list dt:after{
    box-sizing: border-box;
	content:"＋";
    display: block;
    height: 52px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0px;
	font-size:22px;
	color:#e84388;
}
#faq_list dt.faq_active:after{
	content:"－";
}
#faq_list dd h4{
	border-bottom:none;
	margin-bottom:.5em;
}
#faq_list dd p{
	margin-bottom:0;
}
#faq_list dd a{
	color:#000;
	text-decoration:underline;
}
.bnr_download{
	text-align:center;
}
.bnr_download figcaption{
	margin:10px 0;
	font-size:.85em;
}
.bnr_download input {
    width: 320px;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 5px;
}

/*出展者一覧*/
/*#page-exhibitor-pre,
#page-exhibitor-pre2,
#page-exhibitor-pre3 {
	background:#f7f7f7;
}
#page-exhibitor-pre #header,
#page-exhibitor-pre2 #header,
#page-exhibitor-pre3 #header{
	background:#fff;
}*/
#page-exhibitor-pre section.page_menu_area,
#page-exhibitor-pre2 section.page_menu_area,
#page-exhibitor-pre3 section.page_menu_area,
#page-exhibitor2023-pre section.page_menu_area {
    display: none;
}
#page-exhibitor-pre #page,
#page-exhibitor-pre2 #page,
#page-exhibitor-pre3 #page,
#page-exhibitor2023-pre #page{
	padding-bottom:0;
}

.exhibitor-pre .inner,
.exhibitor-pre2 .inner,
.exhibitor-pre3 .inner,
.exhibitor2023-pre .inner{
	width:1280px;
}
.exh_pickup {
	background: #fff;
    padding: 30px 0 30px;
    margin-bottom: 80px;
    position: relative;
/*    box-shadow: 0 5px 10px #ede6e0;*/
    margin-left: 40px;
    border-radius: 40px 0 0 40px;
}
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -10px;
/*  width: calc(100% + 20px);*/
	width:10em;
  color:#fff;
  background: #bca693;
/*  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);*/
}
.ribbon p{
  margin: 0;
  padding: 0 30px 0 22px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 23px;
  margin-bottom:0;
  font-weight:bold;
}
.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 18px 15px 18px 0px;
  border-color: transparent #fffff8 transparent transparent;
  border-style: solid;
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 10px #888;
}
.exh_pickup .swiper-slide{
	position:relative;
}
.pickup_img {
    overflow: hidden;
	position:relative;
	border-radius:40px 40px;
	height:0;
	padding-top:65%;
}
.pickup_img img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	min-width:100%;
}
.pickup_name {
    bottom: 40px;
    right: 0;
    margin-bottom: 0;
    padding: .5em 1.2em;
    font-size: .8em;
}

span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #888;
}
.exh_pickup .swiper.slider-pickup{
    padding-bottom: 40px;
    margin: 20px 40px 0;
}

.exh_tag_list{
	display:flex;
	flex-wrap:wrap;
}
.exh_tag_list li {
    font-size: .9em;
    padding: 0 5px;
    border-radius: 30px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 2px 10px;
    text-align: center;
    line-height: 2;
	background:#fff;
	transition:.2s;
	width:calc(20% - 4px);
	cursor: pointer;
}
.exh_tag_list li.check_on{
	background:#9AA58F;
	color:#fff;
	border-color:#9AA58F;
	position:relative;
}
.exh_tag_list li.check_on::after{
	content: "\f00c";
    font-family: FontAwesome;
	position:absolute;
	top:0;
	right:1em;
}

.exh_list {
    display: flex;
    flex-wrap: wrap;
	margin-top:60px;
}
.exh_list > li{
	width:calc(25% - 30px);
	margin:0 40px 70px 0;
	position:relative;
	padding:18px 18px 100px;
	box-sizing:border-box;
	background:#fff;
/*	box-shadow: 0 5px 10px #ede6e0;*/
	border-radius:0 0 40px 40px;
}
.exh_list > li:nth-child(4n){
	margin-right:0;
}
.exh_area {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: .8em;
/*    background: #ccc;*/
	background-image: linear-gradient(90deg, rgba(233, 123, 101, 1), rgba(237, 205, 116, 1) 50%, rgba(84, 178, 189, 1)); /*SDGsの色*/
    padding: 8px;
    z-index: 0;
    border-radius: 40px 40px 0 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
	text-align:center;
}
.exh_eyecatch {
    position: relative;
    width: 100%;
    height: 244px;
	overflow:hidden;
	margin-bottom:10px;
	border-radius:40px;
}
.exh_eyecatch img{
	position:absolute;
/*	height:244px;
	width:auto;*/
	max-width:inherit;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:.3s;
	width:100%;
	height:auto;
}
.exhibitor-pre2 .exh_eyecatch img{
	position:absolute;
	width:100%;
	max-width:100%;
	height:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:.3s;
}
.exhibitor-pre3 .exh_eyecatch img{
	position:absolute;
	height:244px;
	width:auto;
	max-width:inherit;
	top:0;
	right:inherit;
	bottom:inherit;
	left:50%;
	margin:auto;
	transition:.3s;
	transform:translateX(-50%);
}

.exh_name {
    text-align: center;
	margin-bottom:0;
}
.exh_booth {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
}
.booth_bg {
    background: #efefef;
    padding: 3px 5px;
    margin-right: 10px;
    font-size: .9em;
}
p.exh_outline {
    font-size: .85em;
    line-height: 1.7;
    padding: 8px 0;
	max-height: 65px;
    overflow: hidden;
}
.exh_icon {
    display: flex;
    flex-wrap: wrap;
	margin-left:0;
}
.exh_icon > li{
    width: calc(24% - 4px);
    margin: 0 4px 10px 0;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
	font-weight:bold;
    opacity: .3;
}
.exh_icon > li:nth-child(4n){
    width: 28%;
	margin-right:0;
}
.exh_icon > li img {
    width: 20px;
    display: block;
    margin: 0 auto 2px;
}
.exh_icon > li.icon_on{
	opacity:1;
	background: radial-gradient(#e3ebef, #fff 50%);
}
.exh_desc_cat .exh_icon > li.icon_on{
	background: radial-gradient(#e3ebef, #F7F6ED 50%);
}
.block_link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.exh_more {
    margin-bottom: 0;
    text-align: center;
    font-size: .85em;
    background: #9AA58F;
    color: #fff;
	position:relative;
	border-radius:5px;
	transition:.3s;
}
.exh_more::after {
	content: "\f105";
    font-family: FontAwesome;
	position:absolute;
	top:0;
	right:1em;
	transition:.3s;
}
.exh_bottom {
    position: absolute;
    bottom: 28px;
    width: calc(100% - 36px);
}

/* 出展者　詳細 */
#page-exh01 #page_title h2,
#page-exh02 #page_title h2{
	display:none;
}
.exh_desc_img{
	width:50%;
	padding-right:30px;
	box-sizing:border-box;
}
.exh_desc_text{
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.exh_desc_img .swiper-slide{
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius: 40px;
	position: relative;
    padding-top: calc(100% - 2px);
	overflow:hidden;
}
.exh_desc_img .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}
.slider-thumbnail .swiper-wrapper{
    justify-content: center;
}
.slider-thumbnail .swiper-slide {
	opacity: .5;
	transition: opacity .5s;
	max-width: calc(16.6666% - 10px);
	border-radius:50%;
	position: relative;
	padding-top: calc(16.6666% - 12px);
	overflow:hidden;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev{
	color: #9AA58F !important;
}
.swiper.slider-thumbnail{
	max-width:95%;
	margin-top:20px;
}
.swiper.slider-thumbnail .swiper-slide img{
	width:calc(100% + 2px);
	max-width: calc(100% + 2px);
}

.exh_desc h3.exh_catch {
	font-size: 2em;
	padding-bottom: 14px;
    margin-bottom: 20px;
	text-align:center;
}
.exh_desc .exh_name{
	font-size:1.4em;
	margin-bottom:0;
/*	font-weight:bold;*/
	font-weight:500;
}
.exh_desc .exh_name a{
	color:#555;
}
.sns_list {
    display: flex;
    justify-content: center;;
}
.sns_list li a {
    font-size: 1.6em;
    margin:0 5px 10px;
    color: #9AA58F;
}
.exh_desc_cat{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:5px;
	flex-wrap:wrap;
}
.exh_desc .exh_icon {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    width: 244px;
    float: right;
}
.exh_desc .exh_area {
    position: inherit;
    border-radius: 5px;
    width: 200px;
    text-align: center;
	border-radius:0;
	padding:2px;
}
.exh_aboutus {
    background: #f7f7f7;
    font-size: .85em;
    padding: 40px;
    margin-top: 40px;
    border-radius: 40px;
}
.exh_aboutus p:last-child{
	margin-bottom:0;
}
.exh_desc h5 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #9AA58F;
	padding-bottom:5px;
	margin-top:50px;
}
.exh_desc h5 img {
    width: 36px;
    padding: 6px;
    box-sizing: border-box;
    background: #9AA58F;
    height: 36px;
    margin-right: 10px;
}
.exh_story {
    font-size: 1.07em;
    font-weight: bold;
/*    margin-bottom: 60px;*/
}
.exh_story a {
    color: #555;
}
.btn.story_link a {
    max-width: 240px;
    font-size: .9em;
	background:#9AA58F;
}
.exh_exp {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

/* 出展者詳細2023 */
#page-exh01_2023{
	background:#F7F6ED;
}
.exh01_2023 .exh_desc_header{
	border-top:1px solid #9AA58F;
	border-bottom:1px solid #9AA58F;
	padding: 10px 0;
	margin-bottom:40px;
	background:#fff;
}
.exh01_2023 .exh_desc .exh_name {
    font-size: 1.7em;
}
.exh01_2023 .exh_desc h3.exh_catch {
    font-size: 1.5em;
    color: #759679;
}
.exh01_2023 .exh_product p {
    font-size: 1.05em;
}
.exh01_2023 .exh_product p:last-child{
	margin-bottom:2.5em;
}
.exh01_2023 h4 {
    font-size: 1.1em;
/*    border-bottom: 2px solid #ccc;*/
    width: 270px;
	max-width:100%;
    padding-bottom: 5px;
	position:relative;
	margin-top:50px;
}
.exh01_2023 h4::after {
    width: 100%;
    height: 2px;
    content: "";
    background: url(images/title_border.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.exh01_2023 .exh_desc_text h4:first-child{
	margin-top:0;
}
.exh01_2023 .exh_desc_img .swiper-slide,
.exh01_2023 .slider-thumbnail .swiper-slide{
	border-radius:0;
}

.exh01_2023 span.exh_booth {
    position: absolute;
	top:inherit;
    right: 0;
	font-weight:500;
}
.exh01_2023 .exh_desc h5 {
    margin-top: 20px;
    margin-bottom: 1em;
    border: none;
    font-size: 1em;
    font-weight: 500;
}
.exh01_2023 .exh_arealogo_wrap{
	display:flex;
	flex-wrap:wrap;
    margin-bottom: 30px;
	align-items:center;
	width:510px;
	max-width:100%;
}
.exh01_2023 .exh_arealogo01 {
	width:53%;
	max-width: 270px;
}
.exh01_2023 .exh_arealogo_arrow {
    width: 17%;
    text-align: center;
}
.exh01_2023 .exh_arealogo_arrow p{
    font-size: 2em;
    color: #ccc;
	margin-bottom:0;
}
.exh01_2023 .exh_arealogo02 {
    width: 30%;
	max-width: 150px;
}

.exh_cando,
.exh_sdgs{
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.exh_cando li{
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    border: 1px solid #ebe8d2;
	background:#ebe8d2;
    border-radius: 30px;
    padding: 3px;
    font-size: .9em;
    box-sizing: border-box;
    text-align: center;
    opacity: .3;
    font-weight: 500;
}
.exh_cando li.cando_on{
	opacity: 1;
}
.exh_cando li:nth-child(even){
	margin-right:0;
}
.exh_sdgs li{
	width:calc(11% - 4.5px);
	margin:0 5px 5px 0;
}
.exh_sdgs li:nth-child(9){
	margin-right:0;
}
.exh_int_link{
	color:#2F2725;
}
.exh_int_link i{
	color:#9AA58F;
}

/* 出展者一覧2023 */
#page-exhibitor2023-pre #page_title {
    border-top: 1px solid #9AA58F;
    border-bottom: 1px solid #9AA58F;
    padding: 10px 0;
    margin-bottom: 40px;
	height:120px;
	background:#fff;
}
#page-exhibitor2023-pre #page_title h2 {
	color:#759679;
}
#page-exhibitor2023-pre #page_title h2::after{
	width: 200px;
    height: 2px;
    content: "";
    background: url(images/title_border.png) repeat-x;
    position: absolute;
	bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
#page-exhibitor2023-pre #page_title h2 .page_title_catch {
    font-size: 12px;
    color: #2F2725;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#page-exhibitor2023-pre .breadcrumbs{
	display:none;
}
/*#page-exhibitor2023-pre{
	background:#fff;
}*/
#page-exhibitor2023-pre .exh_cando{
	margin-left:0;
}
#page-exhibitor2023-pre .exh_cando li{
    width: calc(50% - 3px);
    margin: 0 6px 5px 0;
    padding: 1px;
	font-size:6px;
}
#page-exhibitor2023-pre .exh_cando li:nth-child(even){
    margin: 0 0 5px 0;
}

#page-exhibitor2023-pre .exh_list > li{
    border: 1px solid #e3e3e3;
	border-radius:0;
	padding-top:60px;
}
#page-exhibitor2023-pre .exh_eyecatch {
	border-radius:0;
}
#page-exhibitor2023-pre .exh_area {
    border-radius: 0;
    width: 144px;
    position: absolute;
    left: inherit;
    top: -1px;
	right: -1px;
    padding: 2px 3px;
	font-size:.7em;
}
#page-exhibitor2023-pre li.exhibitor_box::before {
    content: "";
	position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    top: -1px;
    left: -1px;
}
#page-exhibitor2023-pre li.exhibitor_box::after{
    content: "";
	position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: -1px;
    left: -1px;
}
#page-exhibitor2023-pre li.exhibitor_box .block_link a::after{
    content: "";
	position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: -1px;
    right: -1px;
}

@media (min-width:1025px){
#page-exhibitor2023-pre	.exh_more{
	display:none;
}
#page-exhibitor2023-pre .exh_list > li{
	padding-bottom: 60px;
}
#page-exhibitor2023-pre .exh_bottom{
	bottom:20px;

}
}
/*ストーリーPLUS　→　インタビュー*/

.swiper.slider-interview{
	padding-bottom:40px;
}
.slider-interview .pickup_img {
	padding-top:55%;
	border-radius:0;
}
.slider-interview .pickup_img img{
	min-width:100%;
}
.interview_pickup {
	margin-top:10px;
}
.interview_pickup_text p{
	margin-bottom:0;
	line-height:1.8;
}
.interview_pickup_title{
	font-size:1.6em;
}
.interview_list{
	display:flex;
	flex-wrap:wrap;
}
.interview_list li{
	width:calc(33.3333% - 20px);
	margin:0 30px 30px 0;
	background:#f7f7f7;
	position:relative;
	border-radius:40px;
	overflow:hidden;
}
.interview_list li:nth-child(3n){
	margin-right:0;
}
.interview_list li .eyecatch {
	overflow:hidden;
    position: relative;
	padding-top:60%;
}
.interview_list li .eyecatch img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:.3s;
}
.interview_list_text{
	padding:.5em 1.4em 1em;
}
.interview h3 {
    text-align: left;
    font-size: 1.1em;
	margin-bottom:.5em;
	line-height:1.5;
}
.interview h3::after {
	content:none;
}
.interview .interview_date{
	font-size:.8em;
	float:right;
	color:#898989;
}
.interview .interview_category {
    width: auto;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 10px;
	float:left;
	margin-top: 5px;
}
.sponsored{
	font-size:.8em;
	color:#898989;
	line-height:1;
}
/*ストーリーPLUS　→　インタビュー　詳細*/
#page.single.interview{
	padding-bottom:0;
}
#page.single.interview > section{
	background:#F7F6ED;
}
.single.interview .inner{
	background:#fff;
	padding:80px 150px;
	max-width:calc(100% - 40px);
	margin:0 auto;
	border-radius:40px;
	border: 1px solid #efefef;
}
.single.interview .page_menu_area .inner {
    padding: 20px;
	border:none;
}
.single.interview h3 {
	font-size:1.65em;
}
.single.interview .interview_name {
    font-size: 1.1em;
    margin-bottom: 5px;
	font-weight:bold;
}
.single.interview h4{
	margin-top:40px;
}
.single.interview p a{
	text-decoration:underline;
	text-underline-offset: 1.5px;
}
.single.interview .page_menu li {
    width: auto;
    margin-top: 80px;
}
.interview_intro {
    padding: 20px 30px;
    box-sizing: border-box;
	margin:40px 0;
	background:#f7f7f7;
}
.interview_intro p:last-child{
	margin-bottom:0;
}
.interview_intro p{
	font-size:.9em;
}
.interview .addtoany_content {
	margin-top: 80px;
}
.single.interview .inner p {
	margin-bottom:40px;
}
.single.interview p.exhibitor_link{
	margin-bottom:10px !important;
	font-weight:bold;
	font-size:.9em;
}
.single.interview .btn_s a {
    margin:0 0 30px;
    max-width: 200px;
	font-size:.9em;
}
.single figure{
	margin-bottom:60px;
}
.single figcaption {
    margin: 10px 0 20px;
    font-size: .85em;
    text-align: center;
    color: #888;
	line-height: 1.5;
}
.addtoany_list::before {
    content: "＼ シェアする ／";
    display: block;
    font-size: .8em;
    margin-left: 1em;
}
.navigation{
	margin-top:100px;
}
.navigation a{
    border: 1px solid #ccc;
    padding: 10px 1.5em;
    color: #555;
	display: block;
    line-height: 1.8;
}
.navileft{
	float:left;
    width:calc(50% - 15px);
    font-size: .85em;
}
.naviright {
	float:right;
    width:calc(50% - 15px);
    text-align: left;
    font-size: .85em;
}
.prev_text {
    text-align: right;
    width: 100%;
    display: inline-block;
}
.page-numbers li .page-numbers {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 5px;
    font-size: .9em;
    float: left;
}
.page-numbers li .page-numbers.current {
    background: #efefef;
    border-color: #efefef;
}

/*交通アクセス*/
.tb_access{
	margin-bottom:40px;
}
.tb_access th,
.tb_access td,
.tb_parking th,
.tb_parking td{
	padding:.5em 1em;
	border:2px solid #fff;
    box-sizing: border-box;
}
.tb_access th{
	background:#e7edf1;
	width: 300px;
}
.tb_access.tb_parking th,
.tb_access.tb_parking td{
	font-size:.9em;
}
.tb_parking th{
	background:#e7edf1;
	width:8em;
}

.tb_access td,
.tb_parking td{
	background:#f7f7f7;
}
.access .inner h4 {
	border-bottom: 2px solid #ccc;
    padding: 0.3em 0.5em;
	margin-top:80px;
}
.access .inner h5{
    border-left: 8px solid #e7edf1;
    padding: 0 .5em;
    margin-top: 10px;
}
.access iframe{
	max-width:100%;
	border-radius: 40px;
}

.faq_visit #faq_list dt::before,
.faq_visit #faq_list dt::after {
    color: #9AA58F;
}
#faq_list dd a{
	color:#555;
	text-underline-offset: 1.5px;
}

/*ご入場方法*/
#page.admission{
	padding-bottom:0;
}
.step_wrap{
	background:#f7f7f7;
	padding:20px;
	margin-bottom: 30px;
	display:flex;
	flex-wrap: wrap;
	align-items:flex-start;
}
.step_wrap p:last-child{
	margin-bottom:0;1
}
.step_img{
	width:130px;
	margin-right:40px;
}
.step_text{
	width:calc(100% - 170px);
}
.step_num {
    background: #555;
    color: #fff;
    width: 120px;
    text-align: center;
}
.admission .circle{
	margin-bottom: 10px;
    margin-left: 1.5em;
	list-style:circle;
	margin-top:5px;
}
.admission_info{
	background:#e7edf1;
	padding:30px;
}
.admission_info .subtext{
	padding-left:1em;
}
.admission_info .subtext .subtext_mark{
	margin-left:-1em;
}
.admission h6{
	border-left: 8px solid #e7edf1;
    padding: 0 0.5em;
    margin-top: 40px;
}
.btn.btn_pink a{
	background:#ec9cae;
}

/*イベント・セミナー*/
.event .inner_event,
.event_test .inner_event{
    width: 1280px;
}
.event .inner.event_info,
.event_test .inner.event_info{
    width: 820px;
}
.event_link a{
	color:#555;
}
.event_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
}
.event_list li {
    width: calc(25% - 21px);
    margin: 0 28px 40px 0;
    position: relative;
    padding: 30px 18px 15px;
    box-sizing: border-box;
    box-shadow: 3px 3px 1px #ccc;
    background: #f7f7f7;
	position:relative;
	font-size:.9em;
	transition:.3s;
    max-width:294px;
}
.event_list li .event_img {
    width: 230px;
    height: 230px;
	overflow:hidden;
    position: relative;
	margin:auto;
}
.event_list li .event_img img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:.3s;
}
.event_more {
    margin-bottom: 0;
    text-align: center;
    font-size: .9em;
	position:relative;
}
.event_more::after {
	content: "\f105";
    font-family: FontAwesome;
	margin-left:.5em;
	transition:.3s;
}
.tag-reservation {
    background: #9AA58F;
    color: #fff;
    font-size: .85em;
    padding: 0 1em;
	width: 6em;
    text-align: center;
	margin-bottom:.5em;
}
.event_list li .tag-reservation {
    position: absolute;
    top: 0;
    right: 0;
}
.event_list li:nth-child(4n){
	margin-right:0;
}
.event_list li::after {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    content: "●";
	text-shadow: 3px 3px 1px #ccc;
/*    font-size: 1.8em;*/
}
.event_list li:nth-child(2n){
	transform:rotate(-1deg);
}
.event_list li:nth-child(3n){
	transform:rotate(1.3deg);
}
.event_list li:nth-child(5n){
	transform:rotate(-.5deg);
}
.event_list li:nth-child(6n){
	transform:rotate(0.8deg);
}
.event_title{
	margin-bottom:.5em;
    color: #555;
    font-weight: bold;
    font-size: 1.1em;
	line-height: 1.5;
    margin-top: 20px;
}

.modal-content{
	display: flex;
	flex-wrap:wrap;
}
.event_name {
    font-size: .9em !important;
    line-height: 1.5 !important;
    color: #555;
}
.modal_event_text {
    width: calc(100% - 250px);
}
.modal_event_img {
	width:220px;
    margin-right: 30px;
}
.modal_event_img img:not(first-child){
    margin-top: 15px;
}
.modal-content p{
	text-align:left;
	font-size:.95em;
	line-height:1.8;
}
.modal-content .event_title{
	font-size:1.2em;
}
.event_date{
	font-weight:bold;
}
.modal-content .event_date_bk{
    text-align: center;
    padding: 3px 1em;
    background: #555;
    color: #fff;
    font-weight: normal;
    font-size: .85em;
    margin-right: 0.5em;
    border-radius: 10px;
}
.modal-content p a{
	text-decoration:underline;
	text-underline-offset: 1.5px;
}
#e0925_1200-2.modal-wrapper ul li{
	margin-bottom:0;
	line-height:1.8;
	font-size:.95em;
}
.dl_e0923_lt dt{
	float:left;
	padding:3px;
	width:80px;
	clear:both;
	font-size:.8em;
}
.dl_e0923_lt dd{
	padding:3px 3px 3px 80px;
	font-size:.8em;
	text-align:left;
	display:block;
}
/*--------------------------------------
モーダル
--------------------------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align:center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 1000px;
  padding: 30px 40px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  border-radius:40px;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background:#9AA58F;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content p.reservation_info{
	background:#e6eaed;
	font-size:.85em;
	font-weight:bold;
	margin-bottom:0;
	padding: 3px 10px;
    text-align: left;
}
.highlight .inner h3{
	text-align:left;
	font-size: 1.65em;
	margin-bottom:1em;
}
.highlight .inner h3::after{
	content:none;
}
.highlight .inner h5 {
    border-left: 8px solid #e7edf1;
    padding: 0 .5em;
    margin-top: 60px;
}
.highlight .area_info_wrap {
    display: flex;
    align-items: center;
	margin-bottom:20px;
	margin-top:60px;
}
.highlight .inner .area_info_robots {
    width: 100px;
	max-width: 20%;
    margin-right: 20px;
}
.highlight .inner .area_info_title h4{
	margin-bottom:0;
	line-height:1.5;
}
.highlight .inner .area_info_title h4::first-letter {
    font-size: 1.6em;
}
table.tb_glt th,
table.tb_glt td{
	border:1px solid #ccc;
	padding:5px 10px;
}
table.tb_glt th{
	background:#efefef;
}

@media (min-width:1025px){
a:hover,#footer_menu a:hover{text-decoration:none;color:#999;}
a:hover img{text-decoration: none;}
header_menu > li > a:hover::after,
#header_menu > li:hover a::after{
	transform:scale(1,1)
}
#header_menu li:hover .submenu {
    top: 30px;
    visibility: visible;
    opacity: 1;
}
.submenu li a:hover::after{
	margin-left:1.3em;
}
.submenu li a:hover{
	color:#bca693;
}
#news_list dd a:hover {
/*    background: #efefef;*/
    color: #888;
}
.expo_list li:hover img{
	margin-top:-10px;
}
.expo_list li::before{
	content:"";
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	transition:.2s;
}
.expo_list li:hover::before{
	width:100%;
}
.expo_list li:hover a::after {
    content: "MORE →";
    position: absolute;
    bottom: 0px;
    right: 0;
    /* display: block; */
    width: 100%;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}

.top_cat_btn a:hover,
.top_cat_btn li.top_cat_visit a:hover,
.top_cat_btn li.top_cat_apply a:hover{
	background:#efefef;
	color:#333;
}
.top_cat_btn a:hover::after{
    right: 2.5em;
}
.btn a:hover,
.btn.btn_l a:hover{
	color:#9AA58F;
	background:#fff;
	border-color:#9AA58F;
}
.page_menu li a:hover::after,
.btn a:hover::after {
    right: .8em;
}
.page_menu li a:hover,
#footer .btn a:hover{
/*    border-radius:60px;*/
	background:#fff;
}
.info_early a:hover,
.info_seminar a:hover{
    background: #ffd900;
    color: #d71a1c;
}
.btn a:hover{
	border-radius: 60px;
}
.exh_tag_list li:hover{
	background:#9AA58F;
	color:#fff;
	border-color:#9AA58F;
}
.exh_list > li:hover .exh_eyecatch img,
.interview_list > li:hover .eyecatch img{
	transform:scale(1.1);
}
.exhibitor-pre2 .exh_list > li:hover .exh_eyecatch img{
	transform:scale(1.1);
}
.exhibitor-pre3 .exh_list > li:hover .exh_eyecatch img{
	transform:translateX(-50%) scale(1.1);
}
.exh_list > li:hover .exh_more{
	background:#9AA58F;
}
.exh_list > li:hover .exh_more::after{
	right:.7em;
}
.exh_desc a:hover {
    color: #9AA58F;
}
.event_link a:hover{
	color:#9AA58F;
}
.event_link a:hover i{
	transform:translateY(3px);
}
.event_list > li{
	transition:.15s;
}
.event_list > li:hover{
	transform:translate(-1px,-3px)
}
/*.btn.story_link a:hover {
	background: #cd7d9f;
    color: #fff;
}*/
.navigation a:hover {
/*    border-color: #9AA58F;
    color: #9AA58F;*/
	background:#f7f7f7;
}
/*#sp-nav {
    max-width: 500px;
    right: 0;
}*/
.area_list li,
.area_list li img,
.mv_ribbon,
.img_op,
.list_m-partner li{
	transition:.2s;
}
.mv_ribbon:hover {
    background: #d5b754;
}
.area_list li.linkactive:hover{
	border-color:#888;
}
.img_op:hover,
.list_m-partner li:hover{
	opacity:.7;
}
}
@media (max-width:1260px){
#header_menu {
    right: 0px;
}
#header_menu > li > a,
#header_menu > li .pre {
    margin-right: .3em;
}
}
@media (min-width:1241px){
#nav-toggle{
	display:none;
}
}
@media (max-width:1240px){
#header_menu{
	display:none;
}
.header_logo {
    padding: 20px;
}
.swiper-wrapper .info_early,
.exhibit_top_main .info_early,
.zone_main .info_early,
#page_title .info_early{
    top: 0%;
	right:inherit;
    left: 0px;
	width: 400px;
}
.swiper-wrapper .info_seminar,
.exhibit_top_main .info_seminar,
.zone_main .info_seminar,
#page_title .info_seminar{
    top: 50px;
	right:inherit;
    left: 0px;
	width: 400px;
}
.swiper-wrapper .info_early a,
.exhibit_top_main .info_early a,
.zone_main .info_early a{
	font-size:1.2em;
	padding:10px;
}
.swiper-wrapper .info_seminar a,
.exhibit_top_main .info_seminar a,
.zone_main .info_seminar a{
	font-size:1.1em;
	padding:10px;
}
.info_early a br{
    display: none;
}
.exh_tag_list li {
    width: calc(25% - 4px);
}
.exh_list {
    justify-content: center;
}
.exh_list > li,
.exh_list > li:nth-child(4n) {
    width: calc(33.3333% - 20px);
	margin-right:30px;
	max-width:280px;
}
.exh_list > li:nth-child(3n) {
	margin-right:0;
}

.event_list li,
.event_list li:nth-child(4n) {
	width: calc(33.3333% - 16px);
    margin-right: 24px;
}
.event_list li:nth-child(3n) {
	margin-right:0;
}
/*#sp-nav {
    background: #ebf0f3;
}
#sp-nav ul a {
    border-bottom: 1px dashed #9AA58F;
}*/
.nav_title {
    border-bottom: 1px dashed #9AA58F;
}
}


@media (min-width:768px){
.spOnly{
	display:none !important;
}

/*.fl-wrap,.fl_wrap{
  	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}*/
.flex_inner{
	width:100%;
	margin-bottom:20px;
	margin-right:30px;
}
.flex.jc-center{
	justify-content:center;
}
.flex.ai-center{
	align-items: center;
}
.flex.flex2 .flex_inner {
    width: calc(50% - 15px);
}
.flex.flex3 .flex_inner {
    width: calc(33.3333% - 20px);
}
.flex.flex4 .flex_inner {
    width: calc(25% - 22.5px);
}
.flex.flex2 .flex_inner:nth-child(even),
.flex.flex3 .flex_inner:nth-child(3n),
.flex.flex4 .flex_inner:nth-child(4n){
	margin-right:0;
}
.flex.flex2 .flex_inner.w40{
	width:calc(40% - 30px)
}
.flex.flex2 .flex_inner.w60{
	width:60%;
}
.flex.flex2 .flex_inner.w30{
	width:calc(30% - 30px)
}
.flex.flex2 .flex_inner.w70{
	width:70%;
}
.flex.flex2 .flex_inner.w20{
	width:calc(20% - 30px)
}
.flex.flex2 .flex_inner.w80{
	width:80%;
}
.page_menu li{
	box-sizing:border-box;
	width:calc(33.3333% - 20px);
	margin-right:30px;
}
.page_menu li:nth-child(3n){
	margin-right:0;
}
.interview_pickup_text{
    width: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    bottom: 0;
	font-weight:bold;
	border-radius:0;
}
.interview_pickup_text .sponsored{
	color:#fff;
}
}

@media (max-width:1100px){
.exh_desc h3.exh_catch{
	text-align:left;
}
.single.interview .inner {
    padding: 80px 110px;
}
.area_list > div{ /*2:3:2で配置*/
    width: calc(33.3333% - 9px);
}
.btn.btn_l a,
.btn.btn_l .btn_pre {
    font-size: 1.25em;
}
.interview_pickup_title {
    font-size: 1.2em;
}
.interview_list h3{
	font-size:1.1em;
}
.access .flex.flex2 {
    flex-wrap:wrap;
}
.access .flex.flex2 .flex_inner {
    width: 100%;
    margin: 0;
}
}

@media screen and (max-width:1200px){
#top_concept .flex_inner{
	width:100%;
}
.area_list li,
.area_list li:nth-child(3n) {
    width: calc(50% - 8px);
    margin-right: 12px;
}
.area_list li:nth-child(even) {
	margin-right:0;
}
#top_point .point_list li {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
}
.flex.pr_list .flex_inner.pr01 {
    width: 300px;
    height: 300px;
}
.flex.pr_list .flex_inner.pr02 {
    width: 260px;
    height: 260px;
}
.flex.pr_list .flex_inner.pr03 {
    width: 250px;
    height: 250px;
}
.flex.pr_list .flex_inner.pr04 {
	width:230px;
    height: 230px;
}
.flex.pr_list .flex_inner.pr05 {
    width: 200px;
    height: 200px;
}
.pr03_deco {
    width: 140px;
}
.lp_data4 .flex_inner {
    width: calc(50% - 15px);
	padding-bottom:0px;
}
.lp_data4 .flex_inner:nth-child(2),
.lp_data4 .flex_inner:nth-child(4n) {
    margin-right: 0;
}
.lp_data4 img{
	position:relative;
	margin-top:20px;
}
}

@media screen and (max-width:1024px){
.section_about .flex.flex.flex2 .flex_inner,
.flex.flex2.application_menu_wrap .flex_inner{
	width:100%;
}
.about_img {
    position: static;
    left: 0;
    right: 0;
    margin: auto;
}
}
@media (max-width:1000px){
.event_list li .event_img {
    width: 160px;
    height: 160px;
}
}
@media (max-width:940px){
#news_list dt {
    float: none;
}
#news_list dd {
    padding: 5px 0;
}
.exh_tag_list li {
    width: calc(33.3333% - 4px);
}
.exh_outline {
    max-height: 82px;
}
.exh_eyecatch{
	width:186px;
    height: 186px;
	margin:auto;
}
p.exh_outline {
    max-height: 90px;
}
.exh_list > li {
    padding: 10px 10px 90px;
}
.exh_bottom {
    width: calc(100% - 20px);
}
.exh_desc h3.exh_catch{
	font-size:1.8em;
}
.exh_desc .flex{
	justify-content:center;
}
.exh_desc_img{
	padding-right:0;
	margin-bottom:60px;
    width: 500px;
    max-width: 100%;
}
.exh_desc_text{
	width:100%;
	padding-left:0;
}
.exh_desc .exh_icon {
    width: 200px;
}
.interview_list{
	justify-content:center;
}
.interview_list li,
.interview_list li:nth-child(3n){
	width:calc(50% - 15px);
    margin: 0 30px 30px 0;
	max-width:335px;
}
.interview_list li:nth-child(even){
	margin-right:0;
}

}



@media screen and (max-width:900px){
.expo_list li {
    height: 120px;
}
.top_main_center .zone_info.flex.flex2{
	max-width: 420px;
	display:block;
}
.top_main_center .zone_info.flex.flex2 > .flex_inner{
	width:100%;
}

#footer .inner > .flex {
    justify-content: center;
}
.flow li {
    width: 50%;
}
#lp_mv {
    height: 65vh;
	min-height:500px;
}
.flex.pr_list .flex_inner.pr04 {
    margin-top: 0;
}
.flex.pr_list .flex_inner.pr05 {
    margin-top: 0;
}
#lp .border_lp_lead .label_lgreen{
	display:block;
}
#lp .tb_option th .tb_option_text{
	padding:0;
}
#lp .tb_option th,
#lp .tb_option td{
	display:block;
	width:100%;
}
#lp .tb_option th:after{
	content:none;
}
#lp .tb_option td{
	text-align:right;
}
}

@media (max-width:870px){
.single.interview .inner {
    padding: 80px 60px;
}
.btn.btn_l a,
.btn.btn_l .btn_pre {
    font-size: 1.15em;
}

}

@media screen and (max-width:767px){
.pcOnly{
	display:none !important;
}
img{
	max-width: 100%;
	height: auto;
	margin:auto;
}
/*img.alignright,img.alignleft,.right,.left{
	float: none;
    margin: 0 0 1em 0;
}*/
img.alignright, figure.alignright,
img.alignleft, figure.alignleft{
    max-width: 100%;
    margin: 0 auto 1em;
	float:none;
	display:block;
}
figure.alignright img,
figure.alignleft img{
	float: none;
    margin: 0 auto 1em;
	display:block;
}
.flex_inner{
	margin-bottom:20px;
	width:100%;
}
.top_info_content {
    width: 100%;
}
.top_cat_btn li a::after {
    right: 0.5em;
}
.top_info_title{
	position:relative;
}
.top_info_title a{
	position:absolute;
	top:10px;
	right:20px;
}
.point_wrap .flex .flex_inner:last-child img:last-child {
	margin-bottom:0;
}
.lp_reason_img{
	margin-bottom:20px;
}
.lp_reason_text {
    padding: 0 20px;
}
.lp_reason_text p {
    font-size: 1.2em;
}
.exh_tag_list li {
    width: calc(50% - 4px);
}
.exh_list > li,
.exh_list > li:nth-child(3n),
.exh_list > li:nth-child(4n) {
    width: calc(50% - 20px);
	margin-right:40px;
}
.exh_list > li:nth-child(even) {
	margin-right:0;
}
.exh01_2023 .exh_desc .exh_name {
    font-size: 1.3em;
    line-height: 1.7;
}
.interview_pickup_text {
    margin: 5px 10px;
}
.event_list li,
.event_list li:nth-child(4n),
.event_list li:nth-child(3n) {
	width: calc(50% - 10px);
    margin-right: 20px;
    padding: 30px 10px 15px;
}
.event_list li:nth-child(even) {
    margin-right: 0;
}

.area_list li,
.area_list li:nth-child(even),
.area_list li:nth-child(3n){
    width: 100%;
	margin:0 0 12px;
}
.lp_data4 .flex_inner{
	width:100%;
	margin:0;
}
.pr02_deco {
	bottom: -30px;
    right: -160px;
    width: 280px;
}
.pr03_deco {
	top:0;
    left: -70px;
}
.list_m-partner li{
	width: calc(50% - 20px);
    margin-right: 40px;
}
.list_m-partner li:nth-child(even) {
    margin-right: 0;
}
}

@media (max-width:640px){
.area_list > div {
    width: calc(50% - 10px);
    margin: 0 5px 30px 0 !important;
}
.modal-content{
	justify-content:center;
}
.modal_event_img {
	margin-right:0;
    margin-bottom: 30px;
}
.modal_event_text {
    width: 100%;
}
.interview_pickup_text {
    border-radius: 0;
}
.interview_pickup_name {
    font-size: 1.05em;
}
.single.interview .inner {
    padding: 60px 20px;
}
.single.interview h3,
.highlight .inner h3 {
    font-size: 1.5em;
}

.tb_access th,
.tb_access td {
    width: 100%;
    display: block;
}
}
@media screen and (max-width:600px){
body{
	font-size:90%;
}
#page_title h2{
	font-size:1.2em;
}
.inner h3{
	font-size:18px;
}
.inner h4{
	font-size:120%;
}
.catch{
	font-size:1.4em;
}
.expo_list li {
    width: calc(50% - 10px);
}
.expo_list li:nth-child(even) {
    margin-right: 0;
}
.expo_list li img {
    width: 90%;
    max-width: 180px;
}
table.tb_schedule th {
    width: 120px;
}
.product_list li{
	width:100%;
	margin-right:0;
}
.top_cat_btn{
	display:block;
}
.top_cat_btn li{
	width:100%;
	margin-bottom:0;
}
.h-b .zone_main{
	background-position:center right;
}
.interview_list li,
.interview_list li:nth-child(3n),
.interview_list li:nth-child(even) {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
}
.inner h3{
    line-height: 1.5;
    padding-bottom: 10px;
}

.catch {
    font-size: 22px;
}
.point_wrap .point_num {
    font-size: 120px;
}
.point_wrap .point_title {
    font-size: 18px;
}
#top_concept .inner {
    padding: 60px 20px;
}
#top_point .bg_white {
    padding: 60px 20px 10px;
}
.cont_bg_white{
	padding: 40px 20px;
}
#lp .h5_title .label_bk{
	display:block;
	width:fit-content;
}
}
@media screen and (min-width:320px) and (max-width:500px){
.info_early,
.info_seminar{
	width:100%;
	text-align:center;
}
}
@media screen and (max-width:520px){
.exh_tag_list li {
    font-size: .7em;
}
.exh_list > li,
.exh_list > li:nth-child(3n),
.exh_list > li:nth-child(4n) {
    width: calc(50% - 6px);
	margin-right:12px;
	margin-bottom:45px;
}
.exh_list > li:nth-child(even) {
	margin-right:0;
}
.exh_eyecatch{
    width: 160px;
    height: 160px;
}
.exh_name{
	font-size:.85em;
}
p.exh_outline {
    font-size: .8em;
}
.exh_area {
    font-size: .7em;
}
.exh_aboutus {
    padding: 40px 30px;
}
.exh_cando li{
	font-size:.8em;
}
#page-exhibitor2023-pre .exh_area {
    font-size: 9px;
    width: 130px;
}
.event_list li{
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 30px 20px 15px;
}
.event_list li .event_img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    float: left;
	max-width: 40%;
}
.event_title {
    font-size: 1em;
}
.event_more{
	clear:both;
	padding-top:20px;
}
.event_date {
    line-height: 1.6;
}
.event_date .event_time{
    display:inline-block;
	padding-left:65px;
	width: 100%;
    box-sizing: border-box;
}
.interview_pickup_title {
    font-size: .75em;
	letter-spacing:.2px;
}
.interview_pickup_name {
    font-size: .6em;
}
.single.interview h3,
.highlight .inner h3 {
    font-size: 1.3em;
}
.single.interview .interview_name {
    font-size: 1.05em;
	margin-bottom: 40px;
}
.single.interview .inner p {
    margin-bottom: 40px;
}
.naviright,.navileft{
	width:95%;
	font-size:.7em;
}
.navileft {
    margin-top: 20px;
}
.navigation a {
    padding: 10px;
}
.step_img {
    width: 90px;
    margin-right: 20px;
}
.step_text {
    width: calc(100% - 110px);
}
.point_img {
    width: 100%;
    margin-top: 0;
    margin-right:0;
}
#top_point .point_list li {
    width: 100%;
}
.point_wrap .point_num {
    font-size: 90px;
    margin-right: 20px;
}
.point_wrap {
    margin-bottom: 30px;
}
.flow li,
.flow li:last-child {
    width: 100%;
	border:none;
	border-bottom:1px dashed #d5d5d5;
}
.fee_wrap{
    padding: 40px 20px;
}
.fee_wrap h4 .font_en {
    font-size: 1.4em !important;
}
.fee_list .label_lgreen {
    display: block;
	margin-top: 20px;
}
}
@media screen and (min-width:501px){
.spOnly2{
	display:none;
}
}

@media screen and (max-width:500px){
.top_mv.swiper-container, .swiper-slide,
.exhibit_top_main {
    height: calc(100vh - 20px);
}
.top_mv.swiper-container, .top_mv .swiper-slide{
	height:450px;
}
.mv_cont_wrap {
	width:65%;
}
#lp .mv_cont_wrap{
	width:95%;
}
.lp_mv_catch{
	font-size:1.25em;
	line-height:1.6;
}
#top_concept h3.font_en {
    font-size: 40px !important;
}
.point_wrap.point_wrap_even .point_title_wrap {
    justify-content: flex-start;
}
.point_wrap.point_wrap_even .point_cont_wrap {
    flex-direction: row-reverse;
}
/*.zone_info dl dt{
	float:none;
	padding-bottom:0;
}
.zone_info dl dd{
	padding:3px .7em;
	line-height:1.3;
}
.top_main_center .zone_info {
    font-size: 1.2em;
}
.zone_info .t-expo_info{
    margin-top:10px
}
.top_main_center .main_logo{
	margin-top:20px;
	margin-bottom:10px;
}
.top_main_center {
    transform: translate(-50%, -42%);
}
.top_main_center .zone_info.flex.flex2 {
    max-width: 360px;
}*/
.swiper-wrapper .info_early a,
.exhibit_top_main .info_early a,
.zone_main .info_early a,
#page_title .info_early a,
.swiper-wrapper .info_seminar a,
.exhibit_top_main .info_seminar a,
.zone_main .info_seminar a,
#page_title .info_seminar a{
	font-size:1em;
	padding:5px;
}
.swiper-wrapper .info_seminar,
.exhibit_top_main .info_seminar,
.zone_main .info_seminar,
#page_title .info_seminar{
	top:32px;
}

.overview th, .overview td {
    padding: 10px;
	box-sizing:border-box;
	width:100%;
	display:block;
	text-align: left;
}
.overview td{
	margin-bottom:10px;
	border-bottom:none;
}
.top_cat_btn li a {
    font-size: 90%;
}
table.tb_schedule th,
table.tb_schedule td{
	width:100%;
	display:block;
	box-sizing:border-box;
}
table.tb_schedule th:after {
	content:"";
    left: 0%;
    right: 0%;
    bottom: -50px;
    margin: auto;
    border: solid transparent;
    border-top-color: #ddd;
    border-width: 10px;
}
/*.point_text{
	font-size:1.35em;
	line-height: 1.4;
}*/
#news_list dt{
	float:none;
}
#news_list dd{
	padding: 5px 0;
}
/*.point_title {
    align-items: flex-start;
}
.point_num {
    font-size: 4em;
	padding-right:10px;
	margin-right:10px;
}
.point_wrap {
    padding: 30px 20px;
}*/
.btn.btn_l a {
    font-size: 1.15em;
}
.application_menu a {
    display: block;
    margin-top: 0.5em;
}

.lp_answer {
    padding-right: 100px;
}
.lp_answer .lp_answer_img {
    width: 60px;
}
.overview td {
    border-bottom: none;
}
section {
    padding: 40px 0 40px !important;
}
.btn.btn_l a,
.btn.btn_l .btn_pre {
    font-size: 1.05em;
}
ul#footer_menu > li {
    width: 100%;
}
.mv_ribbon p {
    line-height: 30px;
}
}
@media (max-width:400px){
.header_logo{
    padding: 18px 20px;
    width: 260px;
}
.btn.btn_l a {
    font-size: 1.05em;
}

.area_name {
    left: 15px;
}
.area_list li img.expo_chara {
    width: 60px;
    top: 25px;
}
.flex.pr_list .flex_inner.pr01,
.flex.pr_list .flex_inner.pr02{
	width:260px;
	height:260px;
    margin: 0 0 20px;
}
.pr01_deco {
    left: 0;
}
}
@media (max-width:375px){
.exh_eyecatch {
    width: 120px;
    height: 120px;
}
.exh_outline {
    max-height: 120px;
}
.step_img,
.step_text{
    width: 100%;
    margin: 0;
}
.step_img img {
    max-width: 90px;
    margin: 0 auto 20px;
    display: block;
}
.al-c.event_link a {
    font-size: .9em;
}
.exh_tag_list li {
	font-size:.6em
}
.inner h3{
	font-size:16px !important;
}
#top_concept h3.font_en {
    font-size: 40px !important;
}
.flex.pr_list .flex_inner.pr01,
.flex.pr_list .flex_inner.pr02,
.flex.pr_list .flex_inner.pr03,
.flex.pr_list .flex_inner.pr04{
	width:210px;
	height:210px;
    margin: 0 0 20px;
}
.list_bird li,
.about_pr_wrap li{
	font-size:1em;
}
.about_test .label_bk,
.about .label_bk{
	font-size:1.1em !important;
}
}
@media (max-width:320px){
body{
	font-size:80%;
}
.menu_wrap {
    padding: 30px;
}
.info_early a,
.info_seminar a {
    font-size: 1.1em;
}
.lp_mv_catch{
	font-size:1.22em;
}
}

/*ハンバーガーメニュー*/
#nav-toggle {
  position: fixed;
  padding:18px;
  right:0;
  top:0;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
    background: #9AA58F;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.3s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
.open #nav-toggle{
	background:none;
}
.open #nav-toggle span:nth-child(1){
  top: 15px;
  transform: rotate(45deg);
  background:#9AA58F;
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3){
  top: 15px;
  transform: rotate(-45deg);
   background:#9AA58F;
}
#container {
  z-index: 900;
}
#page-top #sp-nav .header_logo {
    display: inline-block;
}
#sp-nav {
	background: #F7F6ED;
	position: fixed;
	z-index: 990;
	top:0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	width:100%;
	height:100%;
}
#sp-nav > ul {
    padding: 5px 20px 40px;
}
#sp-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
  margin:0;
}
#sp-nav ul li .pre {
    display: block;
    color:#b3b3b3;
    transition: color 0.3s ease;
    padding: 1em;
    margin: 0;
    border-bottom: .5px solid #ccc;
    box-sizing: border-box;
}
#sp-nav ul a {
  display: block;
  color: #2F2725;
  transition: color 0.3s ease;
	padding: 1em;
	margin: 0;
	border-bottom:.5px solid #2F2725;
	box-sizing: border-box;
}
.open {
  overflow: hidden;
}
.open #sp-nav {
  visibility: visible;
  opacity: 0.95;
    overflow-y: scroll;
}
.open #sp-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.sp_logo{
	width:160px;
	height:auto;
	margin:0 auto 20px;
}
#sp-nav li ul{
	display:none;
  padding: 0 0.5em;
}
/*#sp-nav li:hover ul{
	display:block;
}*/
.nav_title {
    border-bottom:.5px solid #333;
    padding: 1em;
    /* width: 100%; */
    display: block;
    box-sizing: border-box;
	position:relative;
}
.nav_title::after{
	content: "\f107";
    font-family: FontAwesome;
	position:absolute;
    top: 0.4em;
	right:1em;
	font-size:1.5em;
}
.nav_title.nav_active::after{
	content:none;
}

/* 要素フェードイン
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 500ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
 */
/* すけっと用
#suketto #nav-toggle,
#suketto #header_menu{
	display:none;
}
 */

#lp_pre{
	background: #fffeef;
}

#page-exhibitor-pre h2::before {
    content: "前回｜GOOD LIFEフェア2022";
    font-size: .6em;
    background: #2F2725;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
	padding:0px 1em 2px;
}