@charset "UTF-8";
/*
Theme Name: cec_fair
*/
/* ----------------------------- リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
sup {
  font-size: 8px;
}
em {
  font-style: normal;
}
div:before,
div:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  content: "";
  display: block;
}
div:after,
ul:after,
ol:after,
dl:after {
  clear: both;
}
div,
ul,
ol,
dl {
  zoom: 1;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}
.pagination span,
.pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 10px 14px;
  margin: 0 8px 8px 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none !important;
  cursor: pointer;
}
.pagination span.current,
.pagination a.current {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.pagination a:link,
.pagination a:visited {
  color: #333;
}
.pagination a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.pagination a.next,
.pagination a.prev {
  background: transparent;
  border-color: transparent;
  padding-right: 8px;
  padding-left: 8px;
}
.pagination a.next:hover,
.pagination a.prev:hover {
  color: #333;
}

/* ----------------------------- 全体 */
body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  font-family: "メイリオ", Meiryo, "游ゴシック体",
    "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}/*"M PLUS Rounded 1c", */
/*.login_body{ background: url(images/common/body_bg.png) top center; }*/

a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
a,
a img {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.inline_pc {
  display: inline;
}
.inline_sp {
  display: none;
}

img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

.contents {
  /* transform: rotateZ(0.03deg); */
}

/* ----------------------------- 共通 */

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap980 {
  width: 980px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

.clay {
  background: var(--clay-background, rgba(0, 0, 0, 0.005));
  border-radius: var(--clay-border-radius, 0px);
  box-shadow: var(--clay-shadow-outset, 5px 5px 10px 0 rgba(0, 0, 0, 0.3)),
    inset var(--clay-shadow-inset-primary, 0 0 10px 0 rgba(0, 0, 0, 0.3)),
    inset
      var(--clay-shadow-inset-secondary, 5px 5px 10px 0 hsla(0, 0%, 100%, 0.2));
}

/* ----------------------------- タイトル */

.c_tit1 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ----------------------------- ボタン */

.btn1 {
  width: 100%;
  text-align: center;
}

.btn1 a {
  display: block;
  background: #54509a;
  padding: 15px 0;
  border: 2px solid #54509a;
  border-radius: 40px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn1 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn1 a:hover {
  /* background: #fff;
	color: #54509a; */
  opacity: 0.65;
}

/* .btn1 a:hover:before{
	background-image: url(images/common/icon5.svg);
} */

.btn2 {
  width: 100%;
  text-align: center;
}

.btn2 a {
  display: block;
  background: #fff;
  padding: 15px 0;
  border: 2px solid #979797;
  border-radius: 10px;
  font-size: 18px;
  color: #979797;
  text-decoration: none;
  position: relative;
}

.btn2 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn2 a:hover {
  /*opacity: 0.65;*/
  color: #fff;
  background: #979797;
}

.btn2 a:hover:before {
  background-image: url(images/common/icon9.svg);
}

.btn3 {
  width: 100%;
  text-align: center;
}

.btn3 a {
  display: block;
  background: #00396f;
  padding: 15px 0;
  border: 2px solid #00396f;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn3 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 34px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn3 a:hover {
  opacity: 0.65;
}

.btn4 {
  width: 100%;
  text-align: center;
}

.btn4 a {
  display: block;
  background: #d36029;
  padding: 15px 0;
  border: 2px solid #d36029;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn4 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn4 a:hover {
  opacity: 0.65;
}

.btn5 {
  width: 100%;
  text-align: center;
}

.btn5 a {
  display: block;
  background: #00396f;
  padding: 10px 0;
  border: 2px solid #00396f;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn5 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn5 a:hover {
  opacity: 0.65;
}

.btn6 {
  max-width: 280px;
  /* text-align: center; */
  position: relative;
}

.btn6 a {
  display: block;
  /* font-size: 18px; */
  color: #fff;
  padding: 20px 2em;
  text-decoration: none;
  background-image: url(images/common/icon51.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 8% center;
  border-radius: 40px;
  background-color: #1a1a1a;
  /* --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
}

.btn6.noclick:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.btn6.noclick a{
  background-color: #ccc;
}

.btn6 a:hover {
  opacity: 0.65;
}
.btn6 a.close {
  color: rgba(0, 0, 0, 40%);
  --clay-background: rgba(0, 0, 0, 16%);
	background-image: none;
	font-weight: 400;
}

.btn6 a.close:hover {
  opacity: 1;
}

.btn7 {
  max-width: 420px;
  text-align: center;
  
}

.btn7 a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 25px 0;
  text-decoration: none;
  background-image: url(images/common/icon49.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 5% center;
  background-color: #1a1a1a;
  border-radius: 50px;
}

.btn7 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */

.header {
  position: relative;
  z-index: 9;
  background-size: cover;
  transform: rotateZ(0.03deg);
  display: flex;
  justify-content: space-between;
  align-items: start;
  background: url(images/common/header_bg2.png) left 10% bottom no-repeat;
  padding-bottom: 40px;
}

.header:before,
.header:after{
  display: none;
}

.header .box {
  /* padding: 10px 3%; */
  padding-left: 5%;
  border: 1px solid #000;
  border-top: 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3.4% 100%, 0 60%);
}

/*.header .box:before{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 9;
}*/

.header .box:after{
  content: "";
  display: block;
  /* width: 44px; */
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  /* left: -7px;
  bottom: 14px; */
  left: -6px;
  bottom: 13px;
  z-index: 9;
  transform: rotate(43deg);
}

.header .logo {
  width: 200px;
  margin-top: 20px;
  margin-left: 2%;
}

.header .logo:before{
  content: "";
  display: block;
  border-right: 160px solid transparent;
  border-top: 100px solid #fff;
  position: absolute;
  right: -160px;
  top: 0;
}

.header .logo a {
  display: block;
  /* background: url(images/common/logo3.svg) no-repeat;
	background-size: contain;
	height: 3vw; */
}

.header .logo a:hover img {
  /* opacity: 1; */
}

/* .header_home .logo{
  width: 350px;
}

.header_home .logo a{
  display: block;
  padding: 10px;
  background: rgba(255,255,255,0.5);
} */

/* ----------------------------- ナビ */

.nav {
  font-size: 14px;
  display: flex;
  position: relative;
  /* bottom: -2px; */
}

.nav ul {
  display: flex;
}

.nav li {
  margin-right: 3em;
}

.nav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 20px 0 16px;
  border-bottom: 4px solid rgba(0,0,0,0);
  transition: 0.2s;
}

.nav li a:after{
  content: "";
  width: 1px;
  height: 13px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  opacity: 0;
}

.nav li a:hover {
  color: #91c31e;
  border-bottom-color: #000;
}

.nav li a:hover:after{
  opacity: 1;
}

/* .nav li a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	margin: 0 auto;
	transition: 0.2s;
	background: #EF5A24;
}

.nav li a:hover:after{
	width: 100%;
} */

.btn_questionnaire {
  width: 75px;
}

.btn_questionnaire a{
  display: block;
  padding: 11px 0;
  background: #cee336;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
}

.btn_questionnaire img{
  display: block;
  width: 29px;
  margin: 0 auto 5px;
}

.btn_mypage {
  width: 75px;
}

.btn_mypage a{
  display: block;
  padding: 14.5px 0;
  background: #6e56e8;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
}

.btn_mypage img{
  display: block;
  width: 29px;
  margin: 0 auto;
}


.nav .btn_logout{
  width: 100px;
}

.nav .btn_logout a {
  display: block;
  padding: 20px 0;
  background: #b0b0b0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.nav .btn_questionnaire a:hover,
.nav .btn_mypage a:hover,
.nav .btn_logout a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー ログイン前 */

.header_login {
  background: url(images/common/header_bg1.png) top -100px center no-repeat;
  /* background-size: cover; */
  padding: 40px 3% 300px;
}

/*.header_login:before{
	content: "";
	display: block;
	background: url(images/common/header_bg2.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 69%;
    height: 10.5vw;
}*/

.header_login .logo {
  text-align: center;
  position: relative;
  z-index: 9;
  max-width: 500px;
  margin: 0 auto;
}

.header_login .logo a {
  display: block;
  /* background: url(images/common/logo.svg) no-repeat; 
	background-size: contain;
	height: 5.6vw;*/
}


/* ----------------------------- トップメニューページ */

.home_menu{
  padding: 100px 0 40px;
  background: url(images/top/home_menu_bg1.png) top center no-repeat;
  background-size: cover;
}

.home_menu .logo{
  text-align: center;
}

.home_menu .box{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.home_menu .box:before,
.home_menu .box:after{
  display: none;
}

.home_menu .box .special_setting{
  width: 45%;
}

.home_menu .box .special_setting a{
  display: block;
  padding: 10% 8% 7%;
  background: #000 url(images/top/special_logo_bg1.png) center bottom no-repeat;
  background-size: contain;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}

.home_menu .box .special_setting a:hover{
  opacity: 0.65;
}

.home_menu .box .special_setting a:hover img{
  opacity: 1;
}

.home_menu .box .special_setting p{
  margin-top: 80px;
  text-align: center;
}

.home_menu .box .special_setting .icon{
  width: 25px;
  margin: 10px auto 0;
}

.home_menu .box .special_setting .note{
  display: none;
}

.home_menu .box .special_setting.no_click{
  position: relative;
}

.home_menu .box .special_setting.no_click:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.home_menu .box .special_setting.no_click .note{
  display: block;
  background: #333;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.home_menu .box .special_setting.no_click .icon{
  display: none;
}

.home_menu .box ul{
  width: 52%;
}

.home_menu .box ul li:last-child{
  margin-top: 5%;
}

.home_menu .box ul li a{
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 39px 6%;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.home_menu .box ul li a:after{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(images/common/icon47.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home_menu .box ul li a:hover{
  opacity: 0.65;
}

.home_menu .box ul li a:hover img{
  opacity: 1;
}

.home_menu .box ul li .icon{
  width: 70px;
  margin-right: 10px;
}

.home_menu .box ul li p{
  font-size: 30px;
  font-weight: bold;
}

.home_menu .box ul li p small{
  font-size: 50%;
  font-weight: normal;
  display: block;
}

.home_menu .box ul li.maypege_link a{
  background: #6857e4;
}

.home_menu .box ul li.fairinfo_link a{
  background: #a8ca36;
}

.home_menu .held_date{
  margin-top: 100px;
}

.home_menu .held_date .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_menu .held_date .inner h2{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.home_menu .held_date p{
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
}

.home_menu .contact_link{
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}

.home_menu .contact_link a{
  text-decoration: none;
}

.home_menu .contact_link img{
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}


/* ----------------------------- トップ */

.kv {
  position: relative;
  padding: 10px 0 50px;
  /* background: url(images/common/kv.jpg) center no-repeat; */
  background: url(images/common/kv_bg.png) center no-repeat;
  background-size: contain;
  /* margin-top: -60px; */
}

.kv .box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.kv .box .chameleon{
  width: 55%;
  position: absolute;
  left: -10%;
  top: 0;
}

.kv .box .chameleon .chameleon_eye{
  width: 27px;
  height: 27px;
  position: absolute;
  /* left: calc(80% - 17%);
  top: 123px; */
  left: calc(78% - 17%);
  top: calc(36% - 17%);
}

.kv .box .chameleon .chameleon_right_eye_fixed{
  display: none;
}

.kv .box .chameleon .chameleon_left_eye_fixed{
  display: none;
}

.kv .box .chameleon .chameleon_eye span{
  width: 20px;
  position: absolute;
}

.kv .box .chameleon .chameleon_left_eye{
  width: 20px;
  height: 20px;
  left: calc(97% - 17%);
    top: calc(37% - 17%);
}

.kv .box .chameleon .chameleon_left_eye span{
  width: 10px;
}

.kv .box ul{
  width: 70%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kv .box li {
  /* display: inline-block; */
  width: 18%;
  margin-right: 3%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.kv .box li:nth-child(4n){
  margin-right: 0;
}

.kv .box li img:last-of-type {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.kv .box li:hover img {
  opacity: 1;
}

.kv .box .inner3 li {
  margin-right: 1%;
}

.kv .box .inner3 li:last-child {
  margin-right: 0;
}

.kv .box li.infosharing {
  animation: fuwafuwa1 3s infinite ease-in-out;
  /* top: 60px; */
}

.kv .box li.core {
  animation: fuwafuwa3 2s infinite ease-in-out;
  /* right: 40px; */
}

.kv .box li.electricbook {
  animation: fuwafuwa2 4s infinite ease-in-out;
  /* left: 60px; */
}

.kv .box li.ai {
  animation: fuwafuwa4 5s infinite ease-in-out;
  /* top: 50px; */
}

.kv .box li.municipality {
  animation: fuwafuwa2 5s infinite ease-in-out;
  /* top: 60px; */
  /* right: 40px; */
  /* margin-right: 0.1%; */
}

.kv .box li.industry {
  animation: fuwafuwa4 5s infinite ease-in-out;
  /* right: 100px; */
  margin-left: 6%;
}

.kv .box li.hardware {
  animation: fuwafuwa2 4s infinite ease-in-out;
  /* left: 100px; */
}

.kv .box li.welfare {
  animation: fuwafuwa2 4s infinite ease-in-out;
  /* left: 60px; */
  /* top: 40px; */
  /* margin-left: 16%; */
}

.kv .box li.security {
  animation: fuwafuwa3 4s infinite ease-in-out;
  /* right: 80px; */
  /* top: 30px; */
}

.kv .box li.network {
  animation: fuwafuwa4 3s infinite ease-in-out;
  /* right: 80px; */
}

.kv .box li.sfa {
  animation: fuwafuwa2 3s infinite ease-in-out;
  /* right: 80px; */
  margin-left: 16%;
}

.kv .box li.other {
  animation: fuwafuwa3 3s infinite ease-in-out;
  /* right: 60px; */
  /* top: 30px; */
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -25px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.kv .box li a {
}

/* .kv .box li a:hover img{
	opacity: 1;
	transform: scale(1.1);
}

.kv .box li img{
	transition: 0.2s;
} */

.kv .box .amazon {
  width: 23%;
  position: absolute;
  left: 10%;
  bottom: 0;
}

.kv .box .amazon a:hover img {
  opacity: 1;
  transform: scale(1.1);
}


.kv .anniversary{
  width: 170px;
  position: absolute;
  left: 2%;
  top: 10%;
  z-index: 1;
}



.top_block1 {
  /* padding: 100px 0 0; */
  /* text-align: center; */
  position: relative;
  background: url(images/common/header_bg1.png) center no-repeat;
  /* padding-bottom: 100px; */
}

/*.top_block1 .box1{
	max-width: 600px;
	margin: 0 auto;
}

.top_block1 h3{
	font-size: 30px;
	line-height: 1em;
	color: #fff;
	background: #54509a;
	border-radius: 40px;
	padding: 10px 0;
}

.top_block1 h3 img{
	width: 20px;
	margin: 0 10px;
	vertical-align: baseline;
}

.top_block1 h2{
	font-size: 38px;
	color: #d36029;
	line-height: 1.4em;
	margin-top: 20px;
}

.top_block1 h2 img{
	width: 20px;
	margin: 0 10px;
    vertical-align: baseline;
}

.top_block1 h2 strong{
	font-size: 200%;
	line-height: 1em;
}

.top_block1 h2 strong small{
	font-size: 70%;
}*/

.top_block1 .box2 {
  margin-top: 80px;
  background: #fff;
  padding: 2%;
  position: relative;
  border: 1px solid #f5911e;
  border-radius: 30px;
  padding: 8% 0 4%;
}

.top_block1 .box2 h4 {
  font-size: 22px;
  color: #fff;
  background: #f5911e;
  padding: 10px 0;
  border-radius: 40px;
  max-width: 420px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.top_block1 .box2 h4:after {
  content: "";
  display: block;
  background: url(images/common/icon32.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  /* transform: rotate(90deg); */
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_block1 .box2 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_block1 .box2 .inner .detail {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 5%;
}

.top_block1 .box2 .inner .detail:last-child {
  border-left: 1px solid #f5911e;
}

.top_block1 .box2 .inner .detail .icon {
  width: 23%;
}

.top_block1 .box2 .inner .detail p {
  width: 77%;
  padding-left: 0.8em;
  font-size: 23px;
  font-weight: bold;
  color: #7848c1;
  text-align: center;
  box-sizing: border-box;
}

.top_block1 .box2 .inner .detail p img {
  width: 23px;
  vertical-align: middle;
}

.top_block1 .box3 .nft{
  text-align: center;
  margin-top: 40px;
}


.top_block2 {
  padding: 60px 0 80px;
  position: relative;
  background: #e2f695;
  /* background: url(images/top/top_bg2.png) right center no-repeat; */
  /* background-size: contain; */
}

.top_block2 .c_tit1{
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(90deg, rgba(168,202,54,0), #91c31e, #91c31e, rgba(168,202,54,0));
  padding: 20px 0 15px;
}

.top_block2 .read{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.top_block2 .date_time h4{
  font-size: 22px;
  color: #fff;
  display: flex;
}

.top_block2 .date_time h4 .tit{
  background: #302d2a;
  padding: 12px 10px 8px;
  width: 35%;
  box-sizing: border-box;
}

.top_block2 .date_time .day1 .classifying{
  background: #4473ba;
}

.top_block2 .date_time .day2 .classifying{
  background: #6aac42;
}

.top_block2 .date_time .day3 .classifying{
  background: #9569cb;
}

.top_block2 .date_time h4 .classifying{
  width: 65%;
  padding: 12px 10px 8px;
  box-sizing: border-box;
}

.top_block2 .date_time p{
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}


.top_block2 .dateil .tool span{
  font-size: 12px;
  color: #fff;
  padding: 0 1em;
}

.top_block2 .dateil .tool .live{
  background: #181000;
}

.top_block2 .dateil .tool .real{
  background: #cc5268;
}

.top_block2 .dateil .tool .online{
  background: #009dc4;
}


.top_block2 .dateil .speaker{
  display: flex;
  align-items: center;
}

.top_block2 .dateil .speaker .degree{
  font-size: 12px;
  line-height: 1.3em;
}

.top_block2 .dateil .speaker strong{
  font-size: 28px;
  margin-left: 0.5em;
}

.top_block2 .dateil .speaker strong small{
  font-size: 50%;
  margin-left: 0.3em;
}



.top_block2 .lecture_list{
  margin-top: 40px;
}

.top_block2 .lecture_list li{
  background: #fff;
  padding: 20px 10% 20px 0;
  /* clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px); */
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  margin-bottom: 40px;
}

.top_block2 .lecture_list li:last-child{
  margin-bottom: 0;
}

.top_block2 .lecture_list li:before,
.top_block2 .lecture_list li:after{
  display: none;
}

.top_block2 .lecture_list li:before{
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: #e2f695;
  clip-path: polygon(100% 1%, 0% 100%, 0 0);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.top_block2 .lecture_list li .date_time{
  width: 40%;
  position: relative;
  z-index: 9;
}

.top_block2 .lecture_list li .dateil{
  width: 55%;
}

.top_block2 .lecture_list li .dateil h3{
  font-size: 22px;
}

.top_block2 .lecture_list li .dateil h3 small{
  display: block;
  font-size: 65%;
}

.top_block2 .lecture_list li .dateil .speaker{
  margin-top: 10px;
}

.top_block2 .lecture_list li .more{
  width: 40px;
  height: 60px;
  text-align: center;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.top_block2 .lecture_list li .more a{
  text-decoration: none;
}

.top_block2 .lecture_list li .more a:hover{
  opacity: 0.65;
}

.top_block2 .lecture_list li .more a:hover img{
  opacity: 1;
}

.top_block2 .lecture_list li .more p{
  font-size: 14px;
}

.top_block2 .lecture_list li.local_seminar{
  background: #fbf4f8;
  border: 4px solid #bbb3d8;
  box-sizing: border-box;
}

.top_block2 .lecture_list li.local_seminar:before{
  top: -5px;
  left: -5px;
}

.top_block2 .lecture_list li.local_seminar:after{
  content: "";
  display: block;
  width: 170px;
  height: 4px;
  background: #bbb3d8;
  transform: rotate(-45deg);
  position: absolute;
  top: 55px;
  left: -28px;
  z-index: 1;
}



.top_block2 .special{
  margin: 80px 0;
}

.top_block2 .special .box{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}

.top_block2 .special .box .inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* align-items: end; */
}

.top_block2 .special .box .inner:before,
.top_block2 .special .box .inner:after{
  display: none;
}

.top_block2 .special .box .inner .txt{
  width: 60%;
}

.top_block2 .special .box .inner .txt .special_day{
  display: flex;
}

.top_block2 .special .box .inner .txt .special_day .host{
  font-size: 12px;
  margin-left: 2em;
  margin-top: 10px;
}

.top_block2 .special .box .inner .txt .date_time{
  width: 55%;
}

.top_block2 .special .box .inner .txt .dateil{
  margin-top: 10px;
}

.top_block2 .special .box .inner .txt .dateil h3{
  font-size: 30px;
  margin-top: 10px;
}

.top_block2 .special .box .inner .txt .dateil h3 small{
  display: block;
  font-size: 80%;
}

.top_block2 .special .box .inner .txt .dateil p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}

.top_block2 .special .box .inner .txt .dateil .speaker{
  margin-top: 15px;
}

.top_block2 .special .box .inner .txt .more{
  width: 220px;
  margin-top: 20px;
}

.top_block2 .special .box .inner .txt .more a{
  display: block;
  border: 1px solid;
  border-radius: 40px;
  padding: 10px 8%;
  background: url(images/common/icon50.svg) center right 5% no-repeat;
  background-size: 25px;
  font-size: 14px;
  text-decoration: none;
}

.top_block2 .special .box .inner .txt .more a:hover{
  opacity: 0.65;
}

.top_block2 .special .box .inner .img{
  width: 35%;
  margin-top: 60px;
}



.top_block2 .special .box1{
  background-image: url(images/top/special_bg1.png);
  background-position: center right;
}

.top_block2 .special .box2{
  background-image: url(images/top/special_bg2.png);
  background-position: center left;
}

.top_block2 .special .box2 .inner .txt{
  order: 2;
}

.top_block2 .special .box2 .inner .img{
  order: 1;
}

.top_block2 .btn7{
  margin: 80px auto 0;
}

/* .top_block2 .btn7 {
  width: 300px;
  margin: 100px auto 0;
} */

.top_block3 {
  padding: 100px 0;
  /* background: url(images/top/top_bg2.png) right bottom no-repeat; */
  background: url(images/common/header_bg1.png) bottom -400px center no-repeat;
}

.top_block3 .top_box{
  padding: 7% 12%;
}

.top_block3 .read {
  margin-top: 30px;
}

.top_block3 .representative {
  margin-top: 40px;
  text-align: right;
}

.top_block3 .representative span{
  /* display: inline-block; */
  /* text-align: left; */
  margin-right: 1em;
}

.top_block3 .representative strong {
  /* display: block; */
  font-size: 160%;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.top_block3 .btn7{
  margin: 60px auto 0;
}

.top_block3 .note {
  font-size: 12px;
  line-height: 1.4em;
  text-align: right;
  margin-top: 60px;
}

.top_block3 .inner{
  margin-top: 80px;
}

.top_block3 .inner .explanation{
  margin-left: 8em;
  margin-bottom: -1em;
}

.top_block3 .movie {
  text-align: center;
  position: relative;
}

.top_block3 .movie span{
  display: block;
  padding: 5%;
}

.top_block3 .movie:before,
.top_block3 .movie:after,
.top_block3 .movie span:before,
.top_block3 .movie span:after{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}

.top_block3 .movie:before,
.top_block3 .movie:after{
  border-top: 1px solid;
  top: 0;
}

.top_block3 .movie:before{
  border-left: 1px solid;
  left: 0;
}

.top_block3 .movie:after{
  border-right: 1px solid;
  right: 0;
}

.top_block3 .movie span:before,
.top_block3 .movie span:after{
  border-bottom: 1px solid;
  bottom: 0;
}

.top_block3 .movie span:before{
  border-left: 1px solid;
  left: 0;
}

.top_block3 .movie span:after{
  border-right: 1px solid;
  right: 0;
}

.top_block3 .movie video {
  width: 100%;
  height: 460px;
}

.top_block4 {
  padding: 60px 0 0;
}

.top_block4 h3 {
  font-size: 28px;
  text-align: center;
  color: #cc007e;
  display: flex;
  align-items: center;
}

.top_block4 h3:before,
.top_block4 h3:after {
  border-top: 3px solid;
  content: "";
  flex-grow: 1;
}

.top_block4 h3:before {
  margin-right: 1em;
}

.top_block4 h3:after {
  margin-left: 1em;
}

.top_block4 ul {
  margin-top: 40px;
  display: flex;
}

.top_block4 li {
  width: 32%;
  margin-right: 2%;
}

.top_block4 li:last-child {
  margin-right: 0;
}

.top_block4 .starttime {
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  padding: 10px 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.top_block4 .starttime h4 {
  width: 37%;
  font-size: 20px;
  color: #cc007e;
}

.top_block4 .starttime h4 img {
  width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}

.top_block4 .starttime p {
  width: 60%;
  font-size: 14px;
  line-height: 1.6em;
}

.top_block4 .starttime p span {
  color: #cc007e;
}





.top_menu ul{
  display: flex;
  justify-content: space-between;
}

.top_menu ul:before,
.top_menu ul:after{
  display: none;
}

.top_menu ul li{
  width: 32%;
}

.top_menu ul li a{
  display: flex;
  align-items: center;
  padding: 20px 5%;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.top_menu ul li a:hover{
  opacity: 0.65;
}

.top_menu ul li a:hover img{
  opacity: 1;
}

.top_menu ul li .icon{
  width: 60px;
}

.top_menu ul li p{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  margin-left: 0.6em;
}

.top_menu ul li p small{
  display: block;
  font-size: 60%;
  font-weight: normal;
}

.top_menu ul li.top_menu_mypage a{
  background: #6857e4;
  border: 6px solid #6857e4;
}

.top_menu ul li.top_menu_aiagents a{
  background: #fff;
  border: 6px solid #a8ca36;
  color: #000;
}

.top_menu ul li.top_menu_information a{
  background: linear-gradient(0deg, #a8ca36, #7eac00);
  border: 6px solid #a8ca36;
}




.top_bnr{
  margin-top: 60px;
}

.top_bnr ul{
  display: flex;
  justify-content: space-between;
}

.top_bnr ul:before,
.top_bnr ul:after{
  display: none;
}

.top_bnr li{
  width: 48%;
}



.top_lt{
  margin-top: 60px;
  background: #333;
  padding: 60px 0;
}

.top_lt .box{
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.top_lt .box:before,
.top_lt .box:after{
  display: none;
}

.top_lt .inner1{
  width: 30%;
}

.top_lt .inner1 .day{
  text-align: center;
  margin-top: 10px;
}

.top_lt .inner1 .day span{
  font-size: 20px;
  font-weight: bold;
  margin-right: 0.5em;
}

.top_lt .inner1 .day span:last-child{
  margin-right: 0;
}

.top_lt .inner1 .day .day1{
  color: #4473ba;
}

.top_lt .inner1 .day .day2{
  color: #6aac42;
}

.top_lt .inner1 .day .day3{
  color: #9569cb;
}


.top_lt .inner2{
  width: 65%;
  color: #fff;
}

.top_lt .inner2 h3{
  font-size: 50px;
  line-height: 1em;
  margin-top: 10px;
}

.top_lt .inner2 h4{
  font-size: 24px;
  margin-top: 20px;
}

.top_lt .inner2 p{
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
}

.top_lt .btn{
  text-align: center;
  max-width: 420px;
  margin: 40px auto 0;
}

.top_lt .btn a{
  display: block;
  background: #333 url(images/common/icon49.svg) center right 5% no-repeat;
  background-size: 35px;
  border: 1px solid;
  padding: 25px 0;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.top_lt .btn a:hover{
  opacity: 0.65;
}


/* ----------------------------- トップ ログイン前 */

.top_login {
  padding: 0 0 100px;
  margin-top: -200px;
  text-align: center;
  font-size: 18px;
  background: url(images/common/header_bg1.png) bottom -50px center no-repeat;
  /* background-size: cover; */
}

.top_login .login_tit {
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}

.top_login .info_txt {
  color: #91c31e;
}

.top_login .read {
  display: inline-block;
  text-align: left;
  margin-top: 60px;
}

.top_login .box {
  /* margin-top: 80px; */
}

.top_login .box .detail{
  background: #cee336;
  border-radius: 20px;
  padding: 5%;
}

.top_login .box .detail .swpm-login-form-inner{
  background: #fff;
  padding: 40px 3%;
  margin-top: 40px;
  position: relative;
}

.top_login .help {
  /* position: relative; */
  display: inline-block;
  margin-top: 40px;
}

.top_login .help p {
  cursor: pointer;
}

.top_login .help p img {
  width: 20px;
  margin-left: 3px;
  vertical-align: middle;
}

.top_login .help .help_content {
  font-size: 15px;
  line-height: 1.6em;
  text-align: left;
  width: 880px;
  height: 620px;
  display: none;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 4px 4px 10px rgb(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.top_login .help .help_content span {
  display: block;
  /* overflow: auto;
	height: 400px; */
  padding: 6%;
}

.top_login .help .help_content span strong {
  font-weight: normal;
  color: #54509a;
}

.top_login .help .help_content .close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.top_login .help .help_content li {
  margin-bottom: 20px;
}

.top_login .help .help_content li:last-child {
  margin-bottom: 0;
}

.top_login .help .help_content li h5 {
  color: #91c31e;
}

.top_login .help .help_content li p {
  margin-top: 5px;
}

.top_login .help .help_content li p a {
  color: #0000ff;
}

.top_login .help:hover .help_content {
  opacity: 1;
  visibility: visible;
}

.top_login .box .swpm-pw-reset-widget-form {
  margin-top: 60px;
}

.top_login .box .swpm-pw-reset-widget-form .swpm-pw-reset-text {
  width: 450px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.top_login .box table {
  width: 80%;
  margin: 40px auto 0;
}

.top_login .box table th {
  padding: 15px 0;
  /* color: #6839af; */
  text-align: left;
}

.top_login .box table td {
  padding: 15px;
}

.top_login .box table td input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.top_login .box .swpm-login-submit,
.top_login .box .swpm-pw-reset-submit-button {
  /* max-width: 400px; */
  width: 300px;
  margin: 40px auto 0;
  text-align: center;
  background: linear-gradient(180deg, #d9f58f, #98ca17);
  padding: 7px;
  border-radius: 50px;
  position: relative;
}

.top_login .box .swpm-login-submit span,
.top_login .box .swpm-pw-reset-submit-button span{
  display: block;
  background: linear-gradient(0deg, #d9f58f, 70%, #c5e304, #b5dc0b);
  border-radius: 50px;
}

.top_login .box .swpm-login-submit input,
.top_login .box .swpm-pw-reset-submit-button input {
  /* display: inline-block;
  vertical-align: top; */
  /* width: 300px; */
  width: 100%;
  /* background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover; */
  background: url(images/common/icon43.svg) center right 3% no-repeat;
  background-size: 35px;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  /* color: #fff; */
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
}

.top_login .box .swpm-pw-reset-submit-button input{
  background: none;
}

.top_login .box .swpm-login-submit input:hover,
.top_login .box .swpm-pw-reset-submit-button input:hover {
  /* color: #EF5A24;
	background: #fff; */
  opacity: 0.65;
}

.top_login .box .swpm-login-submit .application_btn {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.top_login .box .swpm-login-submit .application_btn a {
  display: block;
  /* background: url(images/common/btn_bg2.png) center no-repeat;
  background-size: cover;
  padding: 30px 0; */
  background: #faf6ef;
  box-shadow: 5px 5px 10px #fff, -5px -5px 10px #eae0d9;
  border: 10px solid #faf6ef;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #c274a1;
  box-sizing: border-box;
  transition: 0.2s;
}

.top_login .box .swpm-login-submit .application_btn a span{
  display: block;
  border: 3px solid #c274a1;
  border-radius: 50px;
  padding: 8px 0;
}

.top_login .box .swpm-login-submit .application_btn a:hover {
  opacity: 0.65;
}

.top_login .box .swpm-forgot-pass-link {
  margin-top: 60px;
}

.top_login .box .swpm-forgot-pass-link a {
  color: #00396f;
}

/*.top_login .box .swpm-join-us-link{
	max-width: 400px;
	margin: 100px auto 0;
}

 .top_login .box .swpm-join-us-link a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #EF5A24;
	display: block;
	background: #fff;
	border: 8px solid #EF5A24;
	padding: 20px 0;
	border-radius: 20px;
	letter-spacing: 0.2em;
} 

.top_login .box .swpm-join-us-link a:hover{
	color: #fff;
	background: #EF5A24;
}*/

.top_login .box .forgot_pass a {
  color: #0000ff;
}

.top_login .box .txt {
  margin-top: 30px;
}

.top_login .box .inner {
  margin-top: 80px;
}

.top_login .box .inner h4 {
  font-size: 20px;
  color: #91c31e;
}

.top_login .box .inner .tel {
  font-size: 24px;
  margin-top: 10px;
}

.pw_reset .box .read {
  margin-top: 0;
  text-align: center;
}



.top_login .box .detail .new_application{
  background: #fff;
  padding: 40px 3%;
  margin-top: 20px;
}

.top_login .box .detail .new_application h3{
  font-size: 20px;
  color: #91c31e;
}

.top_login .box .detail .new_application .application_btn{
  width: 300px;
  margin: 30px auto 0;
}

.top_login .box .detail .new_application .application_btn a{
  display: block;
  padding: 7px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, #cacaca, #efefef);
}

.top_login .box .detail .new_application .application_btn a span{
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  border: 5px solid #7796ff;
  background: linear-gradient(0deg, #fff, 70%, #efefef, #e4e4e4);
}

.top_login .box .detail .new_application .application_btn a:hover{
  opacity: 0.65;
}


/* ----------------------------- トップと特設トップ共通 */

.release h3 {
  background: #ce5268;
  padding: 5px 0;
  font-size: 26px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}

.release h3 img {
  width: 14px;
  vertical-align: middle;
  margin: 0 10px;
}

.release .thatday {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 32px;
  color: #ce5268;
  text-align: center;
}

.release .thatday strong {
  font-size: 200%;
  line-height: 1em;
  margin-left: 0.3em;
}

.release .thatday .continuation {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 0.5em;
  border-top: 1px solid #ce5268;
  border-bottom: 1px solid #ce5268;
  padding: 10px 0.5em;
  font-size: 28px;
}

/* ----------------------------- 特設トップ */

.specialsite {
  /* margin-top: -110px; */
  /* margin-top: -12vw; */
}

.specialsite_mv {
  background: url(images/specialsite/specialsite_mv.png?1) center bottom
    no-repeat;
  background-size: cover;
  padding: 160px 0 60px;
}

.specialsite_mv .metaverse {
  float: left;
  width: 35%;
  /* margin-right: -10%; */
}

.specialsite_mv .btn {
  float: right;
  width: 62%;
  position: relative;
  z-index: 1;
}

.specialsite_mv .btn .opening_remarks {
  text-align: center;
}

.specialsite_mv .btn .web_btn {
  /* text-align: right; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.specialsite_mv .btn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.specialsite_mv .btn li {
  width: 32%;
  margin-right: 2%;
}

.specialsite_mv .btn li:last-child {
  margin-right: 0;
}

.specialsite_block1 {
  padding: 0 0 100px;
}

.specialsite_block1 .box2 {
  margin-top: 80px;
  border: 1px solid #7848c1;
  border-radius: 20px;
  padding: 5%;
}

.specialsite_block1 .box2 h3 {
  font-size: 28px;
  text-align: center;
  color: #7848c1;
  padding: 0 1em;
  background: #fff;
  max-width: 440px;
  margin: -65px auto 0;
  box-sizing: border-box;
}

.specialsite_block1 .box2 ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.specialsite_block1 .box2 li {
  margin-right: 3%;
  display: table;
}

.specialsite_block1 .box2 li:last-child {
  margin-right: 0;
}

.specialsite_block1 .box2 li.list1 {
  width: 28%;
}

.specialsite_block1 .box2 li.list2 {
  width: 35%;
}

.specialsite_block1 .box2 li.list3 {
  width: 30%;
}

.specialsite_block1 .box2 li .icon {
  display: table-cell;
  vertical-align: top;
  width: 95px;
}

.specialsite_block1 .box2 li p {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  color: #7848c1;
  padding-left: 1em;
}

.specialsite_block1 .box2 li p span {
  color: #cc007e;
}

.specialsite_block1 .box2 li p small {
  display: block;
  font-size: 80%;
  line-height: 1.2em;
  margin-top: 5px;
}

.specialsite_block1 .box2 .read {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #cc007e;
  margin-top: 30px;
}

.specialsite_block1 .box2 .btn {
  width: 380px;
  margin: 40px auto 0;
}

.specialsite_block1 .box2 .btn a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.specialsite_block1 .box2 .btn a:hover {
  opacity: 0.65;
}

.specialsite_block1 .box2 .btn a:hover img {
  opacity: 1;
}

.specialsite_block1 .box2 .btn img {
  width: 19px;
  vertical-align: sub;
  margin-left: 10px;
}

/* ------------------------------------------------- ルーム選択 */

.room {
  padding: 100px 0;
  background: url(images/room/room_bg.png) center bottom no-repeat;
  background-size: cover;
}

.room h2 {
  font-size: 38px;
  text-align: center;
  color: #7848c1;
}

.room .read {
  font-weight: bold;
  color: #cc007e;
  text-align: center;
  margin-top: 30px;
}

.room .read span {
  display: inline-block;
  text-align: left;
}

.room ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.room li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.room li:nth-child(3n) {
  margin-right: 0;
}

.room li a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-primary: -8px -8px 20px 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-secondary: 8px 8px 20px 0 hsla(0, 0%, 100%, 0.2);
}

.room li a:hover {
  opacity: 0.65;
}

.room li.back a {
  border: 2px solid #7848c1;
  color: #7848c1;
  border-radius: 40px;
}

.room.pre ul {
  display: block;
}

.room.pre li {
  margin: 0 auto 40px;
}

/* room-escape */
.room-escape {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 1.6em;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotateZ(0.03deg);
}
.room-escape__button {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6em;
  margin-top: 1.2em;
}
.room-escape__text {
  display: flex;
  align-items: center;
  gap: 0.6em;
  justify-content: center;
}
.room-escape__text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  color: #7848c1;
  padding-left: 1em;
  padding: 0;
}
.room-escape__text img {
  width: 28px;
}
.room-escape__button:after,
.room-escape__button:before {
  display: none;
}
.room-escape__button a {
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  width: 80%;
  border-radius: 40px;
  padding: 13px 0;
  background: #d9cceb;
  color: #7848c1;
  text-decoration: none;
  font-size: 15.5px;
  transition: all 0.2s ease-in-out;
}
.room-escape__button a:hover {
  opacity: 0.65;
}
.room-escape__button a.close {
  background: rgba(0, 0, 0, 6%);
  color: rgba(0, 0, 0, 50%);
  /* カーソルは通常 */
  cursor: default;
}
.room-escape__button a.close:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .room-escape__button {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
  .room-escape__button a {
    max-width: 45%;
  }
}

/* -------------------------------------------------新規登録　管理者用　表示入れ替え
新規登録時はresurrections3以外コメントアウト
管理者用はresurrections3のみコメントアウト */

#resurrections {
  /*display: none;*/
}

#resurrections2 {
  /* margin-top: 240px; */
}

/* #resurrections3{
	display:none;
} */

/* -------------------------------------------------新規登録　管理者用　表示入れ替え */

/* ----------------------------- 講演 */

.lecture {
  padding: 100px 0;
  /* background: url(images/common/syllabary_bg1.png) top center no-repeat; */
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.lecture h2 {
  font-size: 28px;
  text-align: center;
}

.lecture .read {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

.lecture_block {
  margin-top: 60px;
  /* border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
  /* --clay-border-radius: 40px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
  position: relative;
}

.lecture_block .bg{
  width: 100%;
  height: 100%;
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
  background: #fff;
}

.lecture_block .shadow{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}

.lecture_block .box{
  display: flex;
  justify-content: space-between;
  padding: 3% 8% 3% 0;
  position: relative;
  z-index: 9;
}

.lecture_block .box:before,
.lecture_block .box:after{
  display: none;
}


.lecture_block .date_time h4{
  font-size: 22px;
  color: #fff;
  display: flex;
}

.lecture_block .date_time h4 .tit{
  background: #302d2a;
  padding: 12px 10px 8px;
  width: 35%;
  box-sizing: border-box;
}

.lecture_block .date_time h4 .classifying{
  width: 65%;
  padding: 12px 10px 8px;
  box-sizing: border-box;
}

.lecture_block .date_time .day1 .classifying{
  background: #4473ba;
}

.lecture_block .date_time .day2 .classifying{
  background: #6aac42;
}

.lecture_block .date_time .day3 .classifying{
  background: #9569cb;
}

.lecture_block .date_time p{
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}



.lecture_block .tool span{
  font-size: 12px;
  color: #fff;
  padding: 0 1em;
}

.lecture_block .tool .live {
    background: #181000;
}

.lecture_block .tool .real {
    background: #cc5268;
}

.lecture_block .tool .online {
    background: #009dc4;
}




.lecture_block .speaker {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.lecture_block .speaker .degree {
  font-size: 12px;
  line-height: 1.3em;
}

.lecture_block .speaker strong {
  font-size: 28px;
  margin-left: 0.5em;
}

.lecture_block .speaker strong small{
  font-size: 50%;
  margin-left: 0.3em;
}



.lecture_block .btn6 {
  margin-top: 30px;
}

.lecture_block .end {
  margin-top: 30px;
}

.lecture_block .end h5 {
  color: #91c31e;
}

.lecture_block .end p {
  font-size: 14px;
  line-height: 1.4em;
}

.lecture_block .end p span{
  display: inline-block;
  vertical-align: top;
}





.lecture_block .box .inner{
  width: 35%;
}

.lecture_block .box .inner .img{
  width: 60%;
  margin-left: auto;
  margin-top: 30px;
}

.lecture_block .box .dateil{
  width: 55%;
}

.lecture_block .box .dateil h3{
  font-size: 22px;
  margin-top: 10px;
}

.lecture_block .box .dateil h3 small{
  display: block;
  font-size: 75%;
}

.lecture_block .box .dateil .foreword{
  margin-top: 20px;
}

.lecture_block .box .dateil .moderator{
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-top: 20px;
}

.lecture_block .box .dateil .moderator .img{
  width: 34%;
  border-radius: 50%;
  overflow: hidden;
}

.lecture_block .box .dateil .moderator .txt{
  margin-left: 1em;
}

.lecture_block .box .dateil .moderator .txt h5{
  font-size: 12px;
  font-weight: normal;
}

.lecture_block .box .dateil .moderator .txt p{
  font-size: 12px;
  line-height: 1.5em;
}

.lecture_block .box .dateil .moderator .txt .name{
  margin-top: 5px;
}


.lecture_block5 .bg{
  background: #fbf4f8;
  border: 3px solid #bbb3d8;
}

.lecture_block5 .bg:before{
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  background: #bbb3d8;
  transform: rotate(-45deg);
  position: absolute;
  top: 50px;
  left: -35px;
  z-index: 1;
}




.lecture_speciallecture{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 0;
}

.lecture_speciallecture .special_day{
  /* max-width: 600px; */
  display: flex;
  margin-bottom: 30px;
}

.lecture_speciallecture .special_day .date_time {
  width: 55%;
}

.lecture_speciallecture .special_day .host {
  font-size: 12px;
  margin-left: 2em;
  margin-top: 10px;
}

.lecture_speciallecture .box{
  padding: 0;
}

.lecture_speciallecture .box .txt{
  width: 55%;
}

.lecture_speciallecture .box .txt h3{
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 10px;
}

.lecture_speciallecture .box .txt h3 small{
  display: block;
  font-size: 65%;
}

.lecture_speciallecture .box .txt .foreword{
  margin-top: 10px;
}

.lecture_speciallecture .box .txt .profile{
  margin-top: 10px;
  font-size: 14px;
}

.lecture_speciallecture .box .txt .profile h5{
  color: #91c31e;
}




.lecture_speciallecture .box .img{
  width: 40%;
  margin-top: 120px;
}




.lecture_speciallecture_a{
  background-image: url(images/lecture/speciallecture_bg1.jpg);
  margin-top: 100px;
}

.lecture_speciallecture_a .box .img{
  order: 2;
}

.lecture_speciallecture_a .box .txt{
  order: 1;
}

.lecture_speciallecture_b{
  background-image: url(images/lecture/speciallecture_bg2.jpg);
}



/* ----------------------------- 講演動画共通 */

.lecture_movie {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.lecture_movie .txt{
  display: flex;
}

.lecture_movie h2{
  font-size: 18px;
}

.lecture_movie .datetime{
  font-size: 18px;
  margin-left: 1em;
}

.lecture_movie .vimeo {
  margin-top: 10px;
}

.lecture_movie .vimeo .note {
  line-height: 1.6em;
  color: #91c31e;
  margin-top: 10px;
}

.lecture_movie .vimeo .end .border{
  /* border: 1px solid #91c31e; */
  border: 1px solid;
}

.lecture_movie .box {
  max-width: 720px;
  margin: 40px auto 0;
}

.lecture_movie .box .tool span{
  font-size: 12px;
  color: #fff;
  padding: 0 1em;
}

.lecture_movie .box .tool .live {
    background: #181000;
}

.lecture_movie .box .tool .real {
    background: #cc5268;
}

.lecture_movie .box .tool .online {
    background: #009dc4;
}

.lecture_movie .box h3 {
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 10px;
}

.lecture_movie .box h3 small {
  display: block;
  font-size: 65%;
}

.lecture_movie .box .foreword {
    margin-top: 10px;
}

.lecture_movie .box .profile {
    margin-top: 10px;
    font-size: 14px;
}

.lecture_movie .box .profile h5 {
    color: #91c31e;
}

.lecture_movie .box .speaker {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.lecture_movie .box .speaker .degree {
    font-size: 12px;
    line-height: 1.3em;
}

.lecture_movie .box .speaker strong {
    font-size: 28px;
    margin-left: 0.5em;
}


.lecture_movie .box .questionnaire{
  margin-top: 60px;
  text-align: center;
}

.lecture_movie .box .questionnaire h5{
  font-size: 18px;
  color: #91c31e;
}

.lecture_movie .box .questionnaire .btn {
  max-width: 380px;
  margin: 10px auto 0;
  /*margin-top: 60px;
	width: 46%;
	float: right;*/
}

.lecture_movie .box .questionnaire .btn a {
  display: block;
  padding: 10px 0;
  background: #91c31e;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.lecture_movie .box .questionnaire .btn a img{
  width: 23px;
  margin-right: 5px;
  vertical-align: middle;
}

.lecture_movie .box .questionnaire .btn a:hover {
  opacity: 0.65;
}

.lecture_movie .box .questionnaire .btn a:hover img{
  opacity: 1;
}


/* ----------------------------- 講演A・B・C */

.generally .vimeo iframe {
  width: 100%;
  height: 600px;
}

.generally .box .btn1 {
  margin-top: 60px;
  width: 46%;
  float: left;
}

.generally .box .btn {
  /*margin-top: 60px;
	width: 46%;
	float: right;
	max-width: 100%; */
}

.lecture_webinar {
  padding: 200px 0 100px;
}

.lecture_webinar .box {
  border: 4px solid #b2c3d4;
  border-radius: 20px;
  padding: 6%;
}

.lecture_webinar .box .schedule {
  display: table;
  background: #ef5a24;
  border: 2px solid #ef5a24;
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.lecture_webinar .box .schedule h4 {
  display: table-cell;
  vertical-align: middle;
  color: #ef5a24;
  letter-spacing: 0.4em;
  background: #fff;
  padding: 6px 1em;
}

.lecture_webinar .box .schedule .time {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  color: #fff;
  padding: 6px 1em;
}

.lecture_webinar .box h2 {
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4em;
  color: #fff;
  background: linear-gradient(90deg, #5687c9, #1c4f94, #004a91, #5687c9);
  padding: 2% 5%;
  margin-top: 20px;
}

.lecture_webinar .box h2 small {
  font-size: 60%;
  line-height: 1.4em;
  display: block;
}

.lecture_webinar .box h3 {
  font-size: 18px;
  color: #00396f;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.lecture_webinar .box h3 span {
  display: inline-block;
  vertical-align: middle;
}

.lecture_webinar .box h3 span small {
  display: block;
  font-size: 65%;
  line-height: 1.2em;
}

.lecture_webinar .box h3 strong {
  font-size: 170%;
  line-height: 1em;
  margin-left: 1em;
  vertical-align: middle;
}

.lecture_webinar .box .btn {
  max-width: 470px;
  margin: 50px auto 0;
}

.lecture_webinar .box .btn a {
  display: block;
  padding: 15px 0;
  background: #ef5a24;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.lecture_webinar .box .btn img {
  width: 23px;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.2s;
}

.lecture_webinar .box .btn a:hover img {
  opacity: 1;
}

.lecture_webinar .box .btn a:hover {
  opacity: 0.65;
}

.lecture_webinar .box p {
  margin-top: 20px;
  text-align: center;
}

.lecture_webinar .top_link {
  margin-top: 60px;
  text-align: center;
}

.lecture_webinar .top_link a {
  font-weight: bold;
  color: #00396f;
}

.generally .box h2 {
  font-size: 30px;
}

.generally .box h2 small {
  display: block;
  padding-left: 0;
}

.generally .box h3 span {
  text-align: left;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}

.generally .box h3 strong {
  display: inline-block;
  vertical-align: middle;
}



/* ----------------------------- LT発表 */

.lt{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.lt h2{
  font-size: 30px;
  text-align: center;
}

.lt .read{
  text-align: center;
  line-height: 1.8em;
  margin-top: 40px;
}

.lt .box{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.lt .box:before,
.lt .box:after{
  display: none;
}

.lt .box ul{
  width: 32%;
}

.lt .box li{
  background: #333;
  padding: 10% 6% 5%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.lt .box li:last-child{
  margin-bottom: 0;
}

.lt .box li .icon{
  width: 50px;
  margin: 0 auto;
}

.lt .box li h3{
  font-size: 32px;
  line-height: 1em;
  margin-top: 5px;
}

.lt .box li table{
  width: 100%;
  margin-top: 30px;
}

.lt .box li table th{
  width: 40%;
  background: #4473ba;
  padding: 0 0.5em;
}

.lt .box li table td{
  padding: 0 0.5em;
  font-weight: bold;
  text-align: left;
  background: #fff;
}

.lt .box li p{
  margin-top: 20px;
}

.lt .box li .more{
  width: 75px;
  margin: 30px auto 0;
}

.lt .box li .more a{
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}

.lt .box li .more a:hover{
  opacity: 0.65;
}

.lt .box li .more a:hover img{
  opacity: 1;
}

.lt .box li .more img{
  display: block;
  width: 30px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
}


.lt .box .day1 li table th{
  background: #4473ba;
}

.lt .box .day1 li table td{
  color: #4473ba;
}

.lt .box .day2 li table th{
  background: #6aac42;
}

.lt .box .day2 li table td{
  color: #6aac42;
}

.lt .box .day3 li table th{
  background: #9569cb;
}

.lt .box .day3 li table td{
  color: #9569cb;
}

.lt .note{
  margin-top: 10px;
}

.lt .menu_aiagents{
  width: 300px;
  margin: 60px auto 0;
}

.lt .menu_aiagents a{
  display: flex;
  align-items: center;
  padding: 20px 5%;
  background: #fff;
  border: 6px solid #a8ca36;
  border-radius: 100px;
  text-decoration: none;
  color: #000;
}

.lt .menu_aiagents a:hover{
  opacity: 0.65;
}

.lt .menu_aiagents a:hover img{
  opacity: 1;
}

.lt .menu_aiagents .icon{
  width: 60px;
}

.lt .menu_aiagents p{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  margin-left: 0.6em;
}

.lt .menu_aiagents p small{
  display: block;
  font-size: 60%;
  font-weight: normal;
}





/* ----------------------------- LT発表 詳細 */

.delivery_schedule h5{
  font-size: 17px;
}

.delivery_schedule h5 span{
  margin-left: 0.5em;
}

.delivery_schedule table{
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}

.delivery_schedule table th{
  font-weight: normal;
  text-align: left;
  width: 30px;
}

.delivery_schedule table .time{
  width: 60px;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 1em;
}

.delivery_schedule table .matter{
  /* width: 40%; */
  padding: 0 1em;
}

.delivery_schedule table .company{
  /* width: 25%; */
  width: 35%;
  padding-left: 1em;
}




.announcement.day1 .box .inner h4 .classifying{
  background: #4473ba;
}

.announcement.day1 .box .inner h3,
.announcement.day1 .delivery_schedule h5 span,
.announcement.day1 .delivery_schedule table th{
  color: #4473ba;
}


.announcement.day2 .box .inner h4 .classifying{
  background: #6aac42;
}

.announcement.day2 .box .inner h3,
.announcement.day2 .delivery_schedule h5 span,
.announcement.day2 .delivery_schedule table th{
  color: #6aac42;
}


.announcement.day3 .box .inner h4 .classifying{
  background: #9569cb;
}

.announcement.day3 .box .inner h3,
.announcement.day3 .delivery_schedule h5 span,
.announcement.day3 .delivery_schedule table th{
  color: #9569cb;
}





.announcement{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.announcement h2{
  font-size: 30px;
  text-align: center;
}

.announcement .box{
  margin-top: 60px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  padding: 6%;
}

.announcement .box .inner{
  display: flex;
  align-items: center;
}

.announcement .box .inner h4{
  font-size: 20px;
  color: #fff;
  width: 210px;
  display: flex;
}

.announcement .box .inner h4 span{
  width: 50%;
  text-align: center;
}

.announcement .box .inner h4 .tit{
  background: #302d2a;
}

.announcement .box .inner h3{
  font-size: 20px;
  margin-left: 1em;
}

.announcement .box .vimeo{
  margin-top: 20px;
}

.announcement .box .vimeo .end .border{
  border: 1px solid;
}

.announcement .box .delivery_schedule{
  margin-top: 60px;
}




/* ----------------------------- LT発表 スケジュール */

.lt_schedule{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.lt_schedule h2{
  font-size: 30px;
  text-align: center;
}

.lt_schedule .anchor{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.lt_schedule .anchor li{
  margin-right: 3em;
}

.lt_schedule .anchor li:last-child{
  margin-right: 0;
}

.lt_schedule .anchor li a{
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.lt_schedule .anchor li a:hover{
  opacity: 0.65;
}

.lt_schedule .anchor li a:after{
  content: ">";
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transform: rotate(90deg);
  margin-left: 0.5em;
}

.lt_schedule .anchor li img{
  width: 20px;
  margin-right: 5px;
}



.lt_schedule .box{
  margin-top: 60px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
  padding: 6%;
}

.lt_schedule .box h3{
  width: 100%;
  display: table;
}

.lt_schedule .box h3 .tit{
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.lt_schedule .box h3 .tit img{
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.lt_schedule .box h3 .tool{
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  background: #333;
}

.lt_schedule .box h3 .tool span{
  font-size: 12px;
  color: #fff;
  padding: 0 1em;
}

.lt_schedule .box h3 .tool .live{
  background: #181000;
}

.lt_schedule .box h3 .tool .real{
  background: #cc5268;
}

.lt_schedule .box h3 .tool .online{
  background: #009dc4;
}

.lt_schedule .box .inner{
  margin-top: 40px;
}

.lt_schedule .box .inner .delivery_schedule{
  padding-bottom: 40px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}

.lt_schedule .box .inner .delivery_schedule:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.lt_schedule .box .inner .delivery_schedule .date{
  font-size: 14px;
  font-weight: bold;
}

.lt_schedule .box .inner .delivery_schedule .date:before{
  content: "▶";
  margin-right: 5px;
}





.lt_schedule .box1 h3 .tit{
  background: #4473ba;
}

.lt_schedule .box1 .inner .delivery_schedule h5 span,
.lt_schedule .box1 .inner .delivery_schedule table th{
  color: #4473ba;
}

.lt_schedule .box2 h3 .tit{
  background: #6aac42;
}

.lt_schedule .box2 .inner .delivery_schedule h5 span,
.lt_schedule .box2 .inner .delivery_schedule table th{
  color: #6aac42;
}

.lt_schedule .box3 h3 .tit{
  background: #9569cb;
}

.lt_schedule .box3 .inner .delivery_schedule h5 span,
.lt_schedule .box3 .inner .delivery_schedule table th{
  color: #9569cb;
}



.lt_schedule .btn7{
  margin: 80px auto 0;
}



/* ----------------------------- AI エージェント体験 */

.ai_experience{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.ai_experience h2{
  font-size: 30px;
  text-align: center;
}

.ai_experience .box{
  /*background: #fff;
  padding: 5%;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);*/
  margin-top: 80px;
}

.ai_experience .box ul{
  display: flex;
  justify-content: space-between;
}

.ai_experience .box ul:before,
.ai_experience .box ul:after{
  display: none;
}

.ai_experience .box ul li{
  width: 46%;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.ai_experience .box ul li .inner{
  background: #fff;
  border-radius: 20px;
  padding: 10%;
}

.ai_experience .box ul li h3{
  font-size: 20px;
  text-align: center;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai_experience .box ul li .img{
  margin-top: 20px;
}

.ai_experience .box ul li .img video{
  width: 100%;
}

.ai_experience .box ul li p{
  margin-top: 20px;
  line-height: 1.4em;
  height: 3em;
}

.ai_experience .box ul li .btn{
  text-align: center;
  margin-top: 20px;
}

.ai_experience .box ul li .btn a{
  display: block;
  padding: 20px 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.ai_experience .box ul li .btn a:hover{
  opacity: 0.65;
}




.ai_experience .box ul li.experience1{
  background: #cee336;
}

.ai_experience .box ul li.experience1 h3{
  color: #91c31e;
}

.ai_experience .box ul li.experience1 .btn a{
  background: #91c31e;
}

.ai_experience .box ul li.experience2{
  background: #ffd724;
}

.ai_experience .box ul li.experience2 h3{
  color: #ff901e;
}

.ai_experience .box ul li.experience2 .btn a{
  background: #ff901e;
}



/* ----------------------------- AI エージェント体験 操作方法 */

.ai_operation{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.ai_operation h2{
  font-size: 30px;
  text-align: center;
}

.ai_operation .box{
  /* max-width: 520px; */
  max-width: 700px;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
}

.ai_operation .box .inner{
  border-radius: 20px;
  background: #fff;
  padding: 4%;
}

.ai_operation .box .inner h3{
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
}

.ai_operation .box .inner h3 small{
  font-size: 70%;
  color: #1a1a1a;
  display: block;
}

.ai_operation .box .inner .read{
  margin-top: 20px;
  /* font-size: 18px; */
  font-weight: bold;
  line-height: 1.6em;
}

.ai_operation .box .inner ul{
  margin-top: 40px;
}

.ai_operation .box .inner ul li{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}

.ai_operation .box .inner ul li h4{
  font-size: 18px;
}

.ai_operation .box .inner ul li h4 .point{
  width: 50px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  margin-left: 8px;
  margin-right: 20px;
  /* clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%); */
  padding-left: 0.5em;
  /*padding-right: 10px; */
  position: relative;
}

.ai_operation .box .inner ul li h4 .point:before{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.ai_operation .box .inner ul li h4 .point:after{
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.ai_operation .box .inner ul li p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.ai_operation .box .inner ul li p span{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.ai_operation .box .inner ul li p.list_number span{
  counter-increment: dot;
}

.ai_operation .box .inner ul li p.list_number span:before{
  content: counter(dot) ".";
}

.ai_operation .box .inner ul li p.list_disc span:before{
  content: "・";
}

.ai_operation .box .inner .prompt{
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 30px;
}

.ai_operation .box .inner .note{
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 20px;
}

.ai_operation .box .inner .note span{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.ai_operation .box .inner .note span:before{
  content: "※";
  display: inline;
}




.ai_operation.secretary .box,
.ai_operation.secretary .box .inner ul li h4 .point:before{
  background: #cee336;
}

.ai_operation.secretary .box .inner h3,
.ai_operation.secretary .box .inner ul li h4 .point,
.ai_operation.secretary .box .inner ul li h4 .point:after{
  background: #91c31e;
}

.ai_operation.secretary .box .inner ul li h4,
.ai_operation.secretary .box .inner .prompt{
  color: #91c31e;
}



.ai_operation.report .box,
.ai_operation.report .box .inner ul li h4 .point:before{
  background: #ffd724;
}

.ai_operation.report .box .inner h3,
.ai_operation.report .box .inner ul li h4 .point,
.ai_operation.report .box .inner ul li h4 .point:after{
  background: #ff901e;
}

.ai_operation.report .box .inner ul li h4,
.ai_operation.report .box .inner .prompt{
  color: #ff901e;
}


/* ----------------------------- アンケート */

.questionary{
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.questionary .questionary_wrap{
  max-width: 550px;
  margin: 0 auto;
}

.questionary h2{
  font-size: 26px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  background: #71b900;
  padding: 20px 0;
  border-radius: 45px;
  position: relative;
  width: calc(100% - 40px);
}

.questionary h2:after{
  content: "";
  display: block;
  background: url(images/questionnaire/questionnaire_icon1.svg) no-repeat;
  background-size: contain;
  width: 41px;
  height: 27px;
  position: absolute;
  right: -40px;
  top: 35px;
  z-index: 9;
}

.questionary h3{
  font-size: 23px;
  color: #fff;
  text-align: center;
  background: #333;
  padding: 15px 0;
  border-radius: 20px 20px 0 0;
  margin-top: 40px;
}

.questionary .explanation{
  text-align: center;
  margin-top: 30px;
}

.questionary .box{
  margin-top: 30px;
}

.questionary .box .inner .detail1{
  background: #fff;
  border: 4px solid #edb649;
  padding: 15px 2em;
}

.questionary .box .inner .detail1 strong{
  color: #ff9000;
}


.questionary .box .inner .detail2{
  background: #ff9000;
  padding: 15px 2em;
  margin-top: 10px;
}

.questionary .box .inner .detail2 strong{
  color: #ffff00;
}


.questionary .box .order{
  margin: 40px 0;
  text-align: center;
}

.questionary .box .order .icon{
  width: 58px;
  height: 14px;
  background: #000;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin: 5px auto 0;
}



.questionary .box .inner1 .detail1 p span{
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #000;
  border-radius: 5px;
  padding: 0 1em;
  margin-right: 0.5em;
}


.questionary .box .inner2 h4{
  font-size: 18px;
  text-align: center;
  background: #333;
  padding: 5px 0;
}

.questionary .box .inner2 p{
  font-weight: bold;
  margin-top: 10px;
}

.questionary .box .inner2 .note{
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.questionary .box .inner2 .detail1 h4{
  color: #ff9000;
}

.questionary .box .inner2 .detail2 h4{
  color: #fff;
}



.questionary .winning{
  font-size: 20px;
  font-weight: bold;
  color: #ff9000;
  text-align: center;
  margin-top: 60px;
}


/* ----------------------------- 抽選会 */

.lottery {
  /* padding: 100px 0; */
  /* background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover; */
}

.lottery_block1 {
  padding: 100px 0 0;
  background: #ff9000 url(images/lottery/lottery_bg1.png) center no-repeat;
  background-size: contain;
  position: relative;
  text-align: center;
}

.lottery_block1 h2 {
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  color: #de8514;
}

.lottery_block1 .bnr {
  
}

.lottery_block1 h3{
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 30px;
}

.lottery_block1 h3 span{
  background: #000;
  padding: 0 1em;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.lottery_block1 .read {
  font-weight: bold;
  text-align: center;
  /* color: #00396f; */
  margin-top: 20px;
}

.lottery_block1 .read span{
  color: #c274a1;
}

.lottery_block1 h4{
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #ee5a24;
  /* -webkit-text-stroke: 1px #fff; */
  text-shadow: 2.5px 2.5px 0 #FFF, -2.5px -2.5px 0 #FFF,-2.5px 2.5px 0 #FFF, 2.5px -2.5px 0 #FFF,0px 2.5px 0 #FFF,  0-2.5px 0 #FFF,-2.5px 0 0 #FFF, 2.5px 0 0 #FFF;
  margin-top: 40px;
}

.lottery_block1 .digitalgifts{
  background: #333;
  padding: 3%;
  display: flex;
  align-items: center;
  position: relative;
  top: 60px;
}

.lottery_block1 .digitalgifts h5{
  font-size: 20px;
  /* text-align: center; */
  color: #ff9000;
  width: 100%;
}

.lottery_block1 .digitalgifts p{
  /* margin-left: 2em; */
  line-height: 1.6em;
  color: #fff;
}

.lottery_block1 .digitalgifts p span{
  color: #c274a1;
}




.lottery_block2 {
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(95, 179, 192, 0.6);
  background: rgba(255, 255, 255, 0.6);
  padding: 6% 8%;
}

.lottery_block2 .box {
  max-width: 700px;
  margin: 0 auto;
}

.lottery_block2 .box h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
  color: #5fb3c0;
}

.lottery_block2 .box h3 span {
  color: #fff;
  background: #5fb3c0;
  display: inline-block;
  font-size: 140%;
  margin-top: 10px;
  margin-right: 5px;
  padding: 10px;
}

.lottery_block2 .box h3 span:last-child {
  margin-right: 0;
}

.lottery_block2 .box h4 {
  color: #5fb3c0;
  margin-top: 60px;
}

.lottery_block2 .box .read {
}

.lottery_block2 .box .inner1 {
  margin-top: 60px;
}

.lottery_block2 .box .inner1 .img {
  /* float: left;
	width: 48%; */
}

.lottery_block2 .box .inner1 .txt {
  float: right;
  width: 48%;
}

.lottery_block2 .box .inner {
  position: relative;
}

.lottery_block2 .box .inner .txt h5 {
  font-size: 20px;
  color: #5fb3c0;
  text-align: center;
}

.lottery_block2 .box .inner .txt .number {
  display: inline-block;
  width: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  background: #5fb3c0;
  border-radius: 50%;
  /* margin: 0 auto; */
  margin-left: 10px;
}

.lottery_block2 .box .inner .txt p {
  margin-top: 15px;
}

.lottery_block2 .box .inner2 .txt,
.lottery_block2 .box .inner3 .txt {
  /*float: left;*/
  width: 49%;
  padding-bottom: 260px;
}

.lottery_block2 .box .inner2 .img,
.lottery_block2 .box .inner3 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
}

.lottery_block2 .box .inner2 {
  margin-top: 60px;
}

.lottery_block2 .box .inner2 .img {
  top: 80px;
}

.lottery_block2 .box .inner3 {
  /* margin-top: 60px; */
}

.lottery_block2 .box .inner3 .img {
  /* right: 15%; */
  right: 10%;
}

.lottery_block2 .box .inner4 li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.lottery_block2 .box .inner4 li:last-child {
  margin-right: 0;
}

.lottery_block2 .box .inner4 li .img {
  margin-top: 15px;
  position: relative;
}

.lottery_block2 .box .inner4 li .img:before {
  content: "";
  display: block;
  background: url(images/lottery/lottery_icon1.svg) no-repeat;
  background-size: contain;
  width: 29px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lottery_block2 .box .inner4 li:last-child .img:before {
  display: none;
}

.namecard {
  margin-top: 80px;
}

.namecard .tit {
  font-size: 20px;
  font-weight: bold;
  color: #54509a;
  text-align: center;
}

.namecard .btn4 {
  width: 380px;
  margin: 20px auto 0;
}



.lottery_block3{
  padding: 100px 0 100px;
}

.lottery_block3 .box{
  /*background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 6% 8%;
  margin-bottom: 30px;*/
  padding: 100px 0;
} 

/*.lottery_block3 .box h3{
  font-size: 30px;
  text-align: center;
  color: #c274a1;
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  padding: 20px;
}*/

.lottery_block3 .box h4{
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 10px 0;
  margin-top: 60px;
}

.lottery_block3 .box h5{
  font-size: 25px;
}

.lottery_block3 .box h5 span{
  background: #000;
  padding: 0 1em;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}




.lottery_block3 .box1 h4{
  color: #ff9000;
}

.lottery_block3 .box1 ul{
  margin-top: 10px;
}

.lottery_block3 .box1 li{
  display: flex;
  background: #f7f7f7;
  padding: 5%;
  margin-bottom: 60px;
  position: relative;
}

.lottery_block3 .box1 li:first-child:after{
  content: "";
  display: block;
  width: 85px;
  height: 30px;
  background: #000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

.lottery_block3 .box1 li:last-child{
  margin-bottom: 0;
}

.lottery_block3 .box1 li .step{
  width: 60px;
  font-weight: bold;
  text-align: center;
}

.lottery_block3 .box1 li .step strong{
  display: block;
  width: 100%;
  border-radius: 50%;
  background: #ff9000;
  padding: 5px 0;
  font-size: 50px;
  color: #fff;
  line-height: 1em;
}

.lottery_block3 .box1 li .detail{
  width: 75%;
  margin-left: 10%;
}

.lottery_block3 .box1 li .detail p{
  margin-top: 20px;
}

.lottery_block3 .box1 li .detail .means{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.lottery_block3 .box1 li .detail .means:before,
.lottery_block3 .box1 li .detail .means:after{
  display: none;
}

.lottery_block3 .box1 li .detail .means .means_item{
  width: 42%;
  padding: 3%;
  background: #fff;
  border: 1px solid #ff9000;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.lottery_block3 .box1 li .detail .means .means_item:first-child:after{
  content: "or";
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: -30%;
  top: 40%;
}

.lottery_block3 .box1 li .detail .means .means_item .icon img{
  width: 45px;
  margin: 0 auto;
}

.lottery_block3 .box1 li .detail .means .means_item h6{
  font-size: 22px;
  margin-top: 20px;
}

.lottery_block3 .box1 li .detail .inner{
  display: flex;
  justify-content: space-between;
}

.lottery_block3 .box1 li .detail .inner:before,
.lottery_block3 .box1 li .detail .inner:after{
  display: none;
}

.lottery_block3 .box1 li .detail .inner p{
  width: 65%;
  line-height: 2em;
}

.lottery_block3 .box1 li .detail .inner p strong{
  font-size: 160%;
  color: #ff9000;
}

.lottery_block3 .box1 li .detail .inner .img{
  width: 30%;
}

.lottery_block3 .box1 li .detail .btn{
  max-width: 400px;
}




.lottery_block3 .box2{
  background: #ff9000;
}

.lottery_block3 .box2 h5{
  text-align: center;
  margin-top: 40px;
}

.lottery_block3 .box2 ul{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.lottery_block3 .box2 ul:before,
.lottery_block3 .box2 ul:after{
  display: none;
}

.lottery_block3 .box2 ul li{
  width: 42%;
  padding: 5%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.lottery_block3 .box2 ul li:first-child:after{
  content: "or";
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: -27%;
  top: 45%;
}

.lottery_block3 .box2 ul li .tool{
  width: 130px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.lottery_block3 .box2 ul li .tool.real{
  background: #cc007e;
}

.lottery_block3 .box2 ul li .tool.online{
  background: #009dc4;
}

.lottery_block3 .box2 ul li .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.lottery_block3 .box2 ul li .inner .icon{
  width: 45px;
  margin-right: 20px;
}

.lottery_block3 .box2 ul li .inner h6{
  font-size: 22px;
  line-height: 1.4em;
  text-align: left;
}

.lottery_block3 .box2 ul li .btn{
  text-align: center;
}





.lottery_block3 .box3{
  text-align: center;
}

.lottery_block3 .box3 table{
  width: 600px;
  margin: 60px auto 0;
  border: 1px solid #ff9000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.lottery_block3 .box3 table th{
  color: #fff;
  background: #ff9000;
  padding: 10px 0;
  width: 50%;
}

.lottery_block3 .box3 table td{
  color: #ff9000;
  background: #fff;
  padding: 10px 0;
  width: 50%;
}

.lottery_block3 .box3 h5{
  margin-top: 40px;
}

.lottery_block3 .box3 .btn{
  width: 280px;
  margin: 40px auto 0;
}

.lottery_block3 .box3 .btn a{
  display: block;
  background: #6e56e8 url(images/common/icon_mypage.svg) left 3% center no-repeat;
  background-size: 35px;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.lottery_block3 .box3 .btn a:hover{
  opacity: 0.65;
}

.lottery_block3 .box3 .btn a:before{
  content: "";
  display: block;
  background: url(images/common/icon51.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.lottery_block3 .box3 .read{
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
}

.lottery_block3 .box3 .note{
  margin-top: 30px;
  color: #ff0000;
}


/* ----------------------------- 開催情報 */

.held {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.held .box {
  background: rgba(219,239,187,0.5);
  /* padding: 8% 10%; */
  padding-bottom: 40px;
}

.held h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.held table {
  width: 100%;
}

.held table tr{
  border-bottom: 1px solid #91c31e;
}

.held table tr:last-child{
  border-bottom: 0;
}

.held table th {
  font-weight: normal;
  width: 200px;
  text-align: left;
  /* padding: 10px 0; */
  padding: 30px 0 30px 10%;
}

.held table td {
  /* padding: 10px 0; */
  padding: 30px 10% 30px 0;
}

/* ----------------------------- 出展企業紹介 */

.exhibitors {
  /* padding: 100px 0; */
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.exhibitors_block1 {
  padding: 100px 0;
  /* background: url(images/exhibitors/exhibitors_bg1.png) center top 40px no-repeat; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.exhibitors_block1 .wrap{
  width: auto;
  max-width: 1360px;
}

.exhibitors_block1:before,
.exhibitors_block1:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%;
  z-index: -1;
}

.exhibitors_block1:before {
  width: 18%;
  height: 28%;
  left: -4%;
  background-position: left bottom;
}

.exhibitors_block1:after {
  width: 18%;
  height: 28%;
  right: -4%;
  background-position: right bottom;
}

.exhibitors_block1 .bg {
  position: relative;
  z-index: 9;
  /* padding-top: 80px; */
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: contain; */
}

.exhibitors_block1 .bg:before{
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 335px;
  position: absolute;
  bottom: 5%;
  left: 2%;
}

.exhibitors_block1 .bg:after{
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 618px;
  height: 310px;
  position: absolute;
  bottom: 5%;
  right: 0;
}

/*.exhibitors_block1 .bg:before,
.exhibitors_block1 .bg:after {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament3.png) center no-repeat;
  background-size: contain;
  width: 257px;
  height: 184px;
  position: absolute;
  bottom: -10%;
  z-index: 1;
}

.exhibitors_block1 .bg:before {
  left: -20%;
}

.exhibitors_block1 .bg:after {
  right: -20%;
  transform: scale(-1, 1);
}*/

/*.exhibitors_block1 .bg:before{
	content: "";
	display: block;
	width: 85%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
    border-radius: 20px;
}*/

.exhibitors_block1 .exhibitors_name {
  max-width: 900px;
  margin: 0 auto;
  /* color: #fff; */
  padding: 1% 5%;
  position: relative;
  z-index: 99;
  background: #efefef;
  border: 1px solid #fff;
  box-sizing: border-box;
  /*background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
  /*--clay-border-radius: 20px;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}

.exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  z-index: 9;
}

.exhibitors_block1 .exhibitors_name:before{
  background: #f7f7f7;
  left: 0;
}

.exhibitors_block1 .exhibitors_name:after{
  background: #cacaca;
  right: 0;
}

/* .exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
	content: "";
	display: block;
	background-image: url(images/exhibitors/exhibitors_patrs1.png);
	background-size: contain;
	background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    z-index: 1;
} */

/* .exhibitors_block1 .exhibitors_name:before{
	left: 0;
}

.exhibitors_block1 .exhibitors_name:after{
	right: 0;
	transform: scale(-1, 1);
} */

.exhibitors_block1 .exhibitors_name .logo {
  /*float: left;*/
  /* display: inline-block;
	vertical-align: middle; */
  width: 20%;
  height: 80px;
  /*padding: 6%;*/
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  /* position: absolute;
  left: 2%;
  top: 0;
  bottom: 9%;
  margin: auto; */
}

.exhibitors_block1 .exhibitors_name .logo.logo_hide {
  /* display: none; */
  background: none;
}

.exhibitors_block1 .exhibitors_name .logo img {
  max-width: 90%;
  max-height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.exhibitors_block1 .exhibitors_name h2 {
  /*float: left;*/
  /* display: inline-block;
	vertical-align: middle;
	width: 76%;
    margin-left: 3%; */
  font-size: 22px;
  /* text-align: center; */
  width: 80%;
  padding-left: 1em;
  box-sizing: border-box;
}

.exhibitors_block1 .box {
  position: relative;
}

.exhibitors_block1 .box:before,
.exhibitors_block1 .box:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.exhibitors_block1 .box .inner {
  width: 80%;
  margin: 0 auto;
  /* padding: 4% 1% 1%; */
  padding-top: 80px;
  text-align: center;
  position: relative;
  /*background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;*/
} 

/* .exhibitors_block1 .box .inner:before{
	content: "";
	display: block;
	background: #595959;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
} */

/*.exhibitors_block1 .box .inner:after {
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_ornament2.png) top center no-repeat;
  background-size: contain;
  width: 170%;
  height: 45%;
  position: absolute;
  bottom: -13%;
  left: -35%;
  z-index: -1;
}*/

.exhibitors_block1 ul {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
}

.exhibitors_block1 li {
  /* display: inline-block;
  vertical-align: top; */
  width: 24%;
  margin-right: 2%;
  text-align: left;
  position: relative;
  padding-bottom: 122px;
}

.exhibitors_block1 li:last-child {
  margin-right: 0;
}

.exhibitors_block1 li:after{
  content: "";
  width: 100%;
  height: 122px;
  display: block;
  background: url(images/exhibitors/list_pedestal.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

/*.exhibitors_block1 li:before {
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_ornament1.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 54%;
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}*/

/*.exhibitors_block1 li:after {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament2.png) center bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 51px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}*/

.exhibitors_block1 li a {
  text-decoration: none;
  /* background: #fff; */
  display: block;
  position: relative;
  z-index: 9;
  /*background: url(images/exhibitors/list_bg.png) center bottom no-repeat;
  background-size: cover;*/
  background: #efefef;
  /* border-radius: 20px 20px 0 0; */
  overflow: hidden;
  /* padding-bottom: 120px; */
  /* padding: 0 8% 80px; */
}

.exhibitors_block1 li a:before,
.exhibitors_block1 li a:after{
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}

.exhibitors_block1 li a:before{
  background: #f7f7f7;
  left: 0;
}

.exhibitors_block1 li a:after{
  background: #b2b2b2;
  right: 0;
}

.exhibitors_block1 li h4 {
  font-size: 10px;
  text-align: center;
  color: #fff;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 0 0 10px 10px;
}

.exhibitors_block1 li a:hover img {
  opacity: 1;
}

.exhibitors_block1 li .img {
  margin: 0 15px;
  padding: 0 4%;
  transition: 0.2s;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  /* --clay-border-radius: 20px;
  --clay-background: #fff;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
  /* margin-top: 20px; */
  background: #fff;
}

.exhibitors_block1 li .img span {
  display: block;
  /*height: 197px;*/
  height: 167px;
  position: relative;
  z-index: 9;
  /*background: #fff;*/
}

.exhibitors_block1 li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*.exhibitors_block1 li .img:before,
.exhibitors_block1 li .img:after,
.exhibitors_block1 li .img .img_box:before,
.exhibitors_block1 li .img .img_box:after{
	content: "";
	display: block;
	background: url(images/exhibitors/booth_ornament3.svg) no-repeat;
	background-size: contain;
	width: 6px;
	height: 6px;
	position: absolute;
	z-index: 9;
}

.exhibitors_block1 li .img:before{
	top: 15px;
	left: 15px;
}

.exhibitors_block1 li .img:after{
	top: 15px;
	right: 15px;
}

.exhibitors_block1 li .img .img_box:before{
	bottom: 15px;
	left: 15px;
}

.exhibitors_block1 li .img .img_box:after{
	bottom: 15px;
	right: 15px;
}*/

.exhibitors_block1 li .txt {
  position: relative;
  z-index: 8;
  padding: 0 10% 20px;
  margin-top: 10px;
  /* --clay-background: #fff;
  --clay-border-radius: 0 0 40px 40px;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
}

/*.exhibitors_block1 li .txt:before {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament1.png) no-repeat;
  background-size: contain;
  width: 173px;
  height: 13px;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}*/

.exhibitors_block1 li .genre_bg {
  /* --clay-border-radius: 40px;
  --clay-background: #fff;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
  position: relative;
  z-index: 9;
  padding: 20px 0;
  /* background: #efefef; */
}

.exhibitors_block1 li .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.exhibitors_block1 li .txt .more{
  width: 100%;
  background: #303030;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 20px;
}

.exhibitors_block1 li .txt .more .icon{
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.exhibitors_block1 li .txt .more .icon img{
  width: 7px;
  vertical-align: middle;
}

/*.exhibitors_block1 li .txt .more p{
  font-size: 12px;
  color: #c274a1;
}*/

.exhibitors_block1 li .genre {
  display: table;
  width: 90%;
  /* border-radius: 40px; */
  padding: 0 5px;
  box-sizing: border-box;
}

.exhibitors_block1 li .genre .icon {
  display: table-cell;
  width: 21px;
  text-align: center;
  vertical-align: middle;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00396F; */
}

.exhibitors_block1 li .genre .genre_name{
  font-size: 11px;
  /* padding-left: 0.3em; */
  line-height: 1.6em;
  padding: 5px 0 5px 0.3em;
}

.genre{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-left: 13px;
}

.genre:before,
.genre:after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: -1px;
}

.genre:before{
  left: -13px;
}

.genre:after{
  right: -13px;
}

.genre_ai .icon {
  background-image: url(images/common/genre_ai.svg);
}

.genre_welfare .icon {
  background-image: url(images/common/genre_welfare.svg);
}

.genre_core .icon {
  background-image: url(images/common/genre_core.svg);
}

.genre_industry .icon {
  background-image: url(images/common/genre_industry.svg);
}

.genre_infosharing .icon {
  background-image: url(images/common/genre_infosharing.svg);
}

.genre_hardware .icon {
  background-image: url(images/common/genre_hardware.svg);
}

.genre_electricbook .icon {
  background-image: url(images/common/genre_electricbook.svg);
}

.genre_municipality .icon {
  background-image: url(images/common/genre_municipality.svg);
}

.genre_security .icon {
  background-image: url(images/common/genre_security.svg);
}

.genre_network .icon {
  background-image: url(images/common/genre_network.svg);
}

.genre_sfa .icon{
  background-image: url(images/common/genre_sfa.svg);
}

.genre_other .icon {
  background-image: url(images/common/genre_other.svg?1);
}

.exhibitors_block1 li .txt .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
}

.genre_ai {
  background: #9cd4c4;
}
.genre_ai:before{
  background: #afead2;
}
.genre_ai:after{
  background: #399299;
}

.genre_welfare {
  background: #bdadff;
}
.genre_welfare:before{
  background: #cbc9ff;
}
.genre_welfare:after{
  background: #6e66b4;
}

.genre_core {
  background: #7cc8f2;
}
.genre_core:before{
  background: #a9dfe9 ;
}
.genre_core:after{
  background: #2683e1;
}

.genre_industry {
  background: #95aeff;
}
.genre_industry:before{
  background: #b6d1ff;
}
.genre_industry:after{
  background: #6378c9;
}

.genre_infosharing {
  background: #b8dc00;
}
.genre_infosharing:before{
  background: #e0f46d;
}
.genre_infosharing:after{
  background: #90a500;
}

.genre_hardware {
  background: #95d377;
}
.genre_hardware:before{
  background: #c0e9a5 ;
}
.genre_hardware:after{
  background: #368d5f;
}

.genre_electricbook {
  background: #ffc51d;
}
.genre_electricbook:before{
  background: #ffde68;
}
.genre_electricbook:after{
  background: #cb8900;
}

.genre_municipality {
  background: #ffb5de;
}
.genre_municipality:before{
  background: #ffcaff;
}
.genre_municipality:after{
  background: #b6709f;
}

.genre_security {
  background: #ffa88b;
}
.genre_security:before{
  background: #ffc99b;
}
.genre_security:after{
  background: #c66f68;
}

.genre_network {
  background: #c8a3d7;
}
.genre_network:before{
  background: #dcc6e6;
}
.genre_network:after{
  background: #8c619e;
}

.genre_sfa{
  background: #e8e324;
}
.genre_sfa:before{
  background: #f6f300;
}
.genre_sfa:after{
  background: #b9aa00;
}

.genre_other {
  background: #e0daa7;
}
.genre_other:before{
  background: #eae5bb;
}
.genre_other:after{
  background: #87713b;
}



.exhibitors_block1 li .btn1 {
  margin-top: 30px;
}

.exhibitors_block1 li .btn1 a {
  padding: 8px 0;
}

.exhibitors_block2 {
  /*padding: 100px 0 0;*/
  padding-bottom: 100px;
  text-align: center;
}

.exhibitors_block2 .box {
  /* padding: 0 8%; */
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  /*--clay-border-radius: 20px;
  --clay-background: #fff;*/
  display: table;
  width: 100%;
  border-left: 1px solid;
  border-right: 1px solid;
}

/*.exhibitors_block2 .box:before,
.exhibitors_block2 .box:after{
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_parts1.svg) center no-repeat;
  background-size: contain;
  width: 44px;
  height: 105px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.exhibitors_block2 .box:before{
  left: 0;
}

.exhibitors_block2 .box:after{
  right: 0;
  transform: scale(-1, 1);
}*/

.exhibitors_block2 .box{
  
}

.exhibitors_block2 h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
  width: 180px;
  /* color: #fff; */
  /* background: #7848c1; */
  /* width: 77px; */
  /* padding: 2px 0.5em 2px 4em; */
  /* transform: rotate(45deg); */
  border-right: 1px solid;
}

.exhibitors_block2 ul {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5%;
}

.exhibitors_block2 li {
  line-height: 1.5em;
}

.exhibitors_block2 li:last-child {
  margin-bottom: 0;
}

.exhibitors_block2 li h4 {
  /* display: table-cell; */
  background: #979797;
  width: 100px;
  font-weight: normal;
  color: #fff;
}

.exhibitors_block2 li p {
  /* padding: 0 0 0 2em;
	display: table-cell; */
  text-align: left;
}

/* ----------------------------- 出展企業紹介 パターン1 */

.pattern1 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern1_bg1.png?1);
}

.pattern1 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern1_bg2.png?1);
}

.pattern1 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg1.png?1);
}

.pattern1 .exhibitors_block1 .bg:before{
  background-image: url(images/exhibitors/booth_ornament1.png?1);
}

.pattern1 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts1.png?1);
}

.pattern1 .exhibitors_block1 .exhibitors_name {
  /* background: #5fb3c0;  */
  /* background-image: url(images/exhibitors/booth_design1.png);  */
  /* --clay-background: #c80022; */
}

.pattern1 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man1.png);
  width: 163px;
  height: 470px;
  right: 0;
}

.pattern1 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman1.png);
  width: 210px;
  height: 395px;
  left: -2%;
}

/* .pattern1 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg1.png);
} */

/* .pattern1 .exhibitors_block1 li h4 {
  background: #ca252b;
} */

.pattern1 .exhibitors_block2 h3 {
  /* background: #5fb3c0; */
}

/* ----------------------------- 出展企業紹介 パターン2 */

.pattern2 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern2_bg1.png?1);
}

.pattern2 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern2_bg2.png?1);
}

.pattern2 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg2.png?1);
}

.pattern2 .exhibitors_block1 .bg:before{
  background-image: url(images/exhibitors/booth_ornament2.png?1);
}

.pattern2 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts2.png?1);
}

.pattern2 .exhibitors_block1 .exhibitors_name {
  /* background: #f5911e;  */
  /* background-image: url(images/exhibitors/booth_design2.png); */
  /* --clay-background: #3a59c9; */
}

.pattern2 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man2.png?1);
  width: 170px;
  height: 405px;
  right: 0;
}

.pattern2 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman2.png?1);
  width: 140px;
  height: 410px;
  left: -2%;
}

/* .pattern2 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg2.png);
} */

/* .pattern2 .exhibitors_block1 li h4 {
  background: #2e3190;
} */

.pattern2 .exhibitors_block2 h3 {
  /* background: #f5911e; */
}

/* ----------------------------- 出展企業紹介 パターン3 */

.pattern3 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern3_bg1.png?1);
}

.pattern3 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern3_bg2.png?1);
}

.pattern3 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg3.png?1);
}

.pattern3 .exhibitors_block1 .bg:before{
  background-image: url(images/exhibitors/booth_ornament3.png?1);
}

.pattern3 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts3.png?1);
}

.pattern3 .exhibitors_block1 .exhibitors_name {
  /* background: #7fca00; */
  /* background-image: url(images/exhibitors/booth_design3.png); */
  /* --clay-background: #39b34a; */
}

.pattern3 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man3.png);
  width: 195px;
  height: 410px;
  /* right: 0; */
  right: -4%;
}

.pattern3 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman3.png);
  width: 200px;
  height: 410px;
  left: -4%;
}

/* .pattern3 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg3.png);
}

.pattern3 .exhibitors_block1 li h4 {
  background: #009045;
} */

.pattern3 .exhibitors_block2 h3 {
  /* background: #7fca00; */
}

/* ----------------------------- 出展企業紹介 パターン4 */

.pattern4 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern4_bg1.png?1);
}

.pattern4 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern4_bg2.png?1);
}

.pattern4 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg4.png);
}

.pattern4 .exhibitors_block1 .bg:before{
  background-image: url(images/exhibitors/booth_ornament4.png);
}

.pattern4 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts4.png);
}

.pattern4 .exhibitors_block1 .exhibitors_name {
  /* background: #6476da; */
  /* background-image: url(images/exhibitors/booth_design4.png); */
  /* --clay-background: #009fff; */
}

.pattern4 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man4.png?1);
  width: 135px;
  height: 405px;
  right: 0;
}

.pattern4 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman4.png?1);
  width: 165px;
  height: 410px;
  left: -2%;
}

/* .pattern4 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg4.png);
}

.pattern4 .exhibitors_block1 li h4 {
  background: #009dd3;
} */

.pattern4 .exhibitors_block2 h3 {
  /* background: #6476da; */
}

/* ----------------------------- 出展企業紹介 パターン5 */

.pattern5 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern5_bg1.png?1);
}

.pattern5 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern5_bg2.png?1);
}

.pattern5 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg5.png?1);
}

.pattern5 .exhibitors_block1 .bg:before{
  background-image: url(images/exhibitors/booth_ornament5.png?1);
}

.pattern5 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts5.png?1);
}

.pattern5 .exhibitors_block1 .exhibitors_name {
  /* background: #8c6cdb; */
  /* background-image: url(images/exhibitors/booth_design5.png); */
  /* --clay-background: #dc8d20; */
}

.pattern5 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man5.png);
  width: 205px;
  height: 400px;
  right: 0;
}

.pattern5 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman5.png);
  width: 175px;
  height: 420px;
  left: -2%;
}

/* .pattern5 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg5.png);
}

.pattern5 .exhibitors_block1 li h4 {
  background: #f5911e;
} */

.pattern5 .exhibitors_block2 h3 {
  /* background: #8c6cdb; */
}

/* ----------------------------- 製品詳細 */

.product {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
  position: relative;
}

/*.product:before{
  content: "";
  display: block;
  background: url(images/product/pagename_product.png) no-repeat;
  background-size: contain;
  width: 7%;
  height: 1250px;
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 1;
}*/

.product .wrap1000{
  position: relative;
  z-index: 9;
}

.product h2{
  font-size: 22px;
  text-align: center;
}

.product_block1 {
  padding: 40px 0 0;
}

.product_block1 h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  float: right;
}

.product_block1 .genre {
  display: table;
  position: relative;
  width: 300px;
  padding: 0 5px;
  box-sizing: border-box;
}

/* .product_block1 .genre:before{
	content: "";
	display: block;
	background: url(images/common/genre_ornament.png) bottom left no-repeat;
	background-size: cover;
	width: 515px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
} */

.product_block1 .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.product_block1 .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}

.product_block1 .tit{
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 1.5% 2%;
  margin-top: 10px;
}

.product_block1 .tit:before,
.product_block1 .tit:after{
  display: none;
}

.product_block1 .tit .sub{
  font-size: 10px;
  line-height: 1.4em;
  border-right: 1px solid;
  width: 68px;
}

.product_block1 .tit h3{
  font-size: 24px;
  line-height: 1.5em;
  width: 83%;
  padding-left: 1em;
}

.product_block1 .tit .btn_favorite{
  width: 10%;
  text-align: center;
  border-left: 1px solid;
  padding-left: 1em;
  cursor: pointer;
}

.product_block1 .tit .btn_favorite img{
  display: block;
  width: 33px;
  margin: 0 auto;
}

.product_block1 .company{
  background: #4d4d4d;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 1.5% 2%;
}

.product_block1 .company .sub{
  font-size: 10px;
  line-height: 1.4em;
  border-right: 1px solid;
  width: 65px;
}

.product_block1 .company .companyname{
  line-height: 1.5em;
  padding-left: 1.5em;
}


.product_block1 .box {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 5%;
  overflow: hidden;
}

.product_block1 .box1{
  padding-top: 40px;
}

.product_block1 .box1 .inner{
 display: flex;
 justify-content: space-between;
}

.product_block1 .box1 .inner:before,
.product_block1 .box1 .inner:after{
  display: none;
}

.product_block1 .box1 .inner .anchor{
  display: flex;
}

.product_block1 .box1 .inner .anchor li{
  margin-right: 2em;
}

.product_block1 .box1 .inner .anchor li:last-child{
  margin-right: 0;
}

.product_block1 .box1 .inner .anchor li a{
  text-decoration: none;
}

.product_block1 .box1 .inner .anchor li a:hover{
  opacity: 0.65;
}

.product_block1 .box1 .inner .anchor li a:hover img{
  opacity: 1;
}

.product_block1 .box1 .inner .anchor li img{
  width: 20px;
  margin-right: 5px;
  vertical-align: sub;
}

.product_block1 .box1 .inner .anchor li span{
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
}

.product_block1 .box1 .inner .chat_btn{
  width: 200px;
  background: #6e56e8;
  padding: 6px 0;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}

.product_block1 .box1 .inner .chat_btn:hover{
  opacity: 0.65;
}

.product_block1 .box1 .inner .chat_btn img{
  width: 20px;
  margin-right: 5px;
  vertical-align: sub;
}

.product_chat{
  display: none;
  width: 400px;
  box-sizing: border-box;
  background: #6e56e8;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  bottom: 30px;
  right: 8%;
  z-index: 9999;
}

.product_chat .title{
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid;
  position: relative;
  padding: 0 20px 5px 0;
}

.product_chat .title img{
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.product_chat .title .close_btn{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.product_chat .title .close_btn:before,
.product_chat .title .close_btn:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.product_chat .title .close_btn:before{
  transform: rotate(45deg);
}

.product_chat .title .close_btn:after{
  transform: rotate(-45deg);
}

.product_chat p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.product_chat p small{
  font-size: 70%;
}

.product_chat .sending_history{
  text-align: center;
  margin-top: 30px;
}

.product_chat .sending_history a{
  font-size: 18px;
  text-align: center;
  color: #f5a73b;
  text-decoration: none;
  display: block;
  border: 2px solid;
  border-radius: 15px;
  padding: 10px 0;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.product_chat .sending_history a:after{
  content: ">";
  height: 20px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product_chat .chat_box{
  margin-top: 30px;
}

.product_chat .chat_box .chat_message li{
  margin-bottom: 20px;
  line-height: 1.4em;
}

.product_chat .chat_box .chat_message li:last-child{
  margin-bottom: 0;
}

.product_chat .chat_box .chat_message .customer{
  background: #fff;
  border-radius: 10px;
  padding: 3%;
}

.product_chat .chat_box .chat_message .source{
  color: #fff;
}

.product_chat .chat_box .send{
  margin-top: 20px;
  display: flex;
  align-items: center;
  background: #b7b0d6;
  padding: 10px;
  border-radius: 10px;
}

.product_chat .chat_box .send textarea{
  width: 85%;
  height: 5.5em;
  padding: 8px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.4em;
}

.product_chat .chat_box .send .send_btn{
  width: 15%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  background: url(images/common/icon_send.svg) center top no-repeat;
  background-size: 22px;
  padding-top: 25px;
  cursor: pointer;
}

.product_chat .chat_box .send .send_btn img{
  width: 22px;
  display: block;
  margin: 0 auto;
}

.product_chat .history{
  text-align: right;
  margin-top: 20px;
}

.product_chat .history a{
  color: #fff;
}


.product_block1 .box1 .img{
  text-align: center;
  margin-top: 40px;
}

.product_block1 .box1 .txt{
  margin-top: 40px;
}

.product_block1 .box1 .txt p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
}


.product_block1 .box2 {
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}

.product_block1 .box2 .inner {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.product_block1 .box2 .inner:before,
.product_block1 .box2 .inner:after{
  display: none;
}

.product_block1 .box2 .inner:last-child {
  margin-bottom: 0;
  /* padding-bottom: 0; */
  border-bottom: 0;
}

.product_block1 .box2 .inner.center{
  align-items: center;
}

.product_block1 .box2 .inner.end{
  align-items: end;
}

.product_block1 .box2 .inner .txt {
  /* float: left; */
  /*width: 65%;*/
  width: 55%;
}

.product_block1 .box2 .inner .sub{
  font-size: 12px;
  color: #fff;
  background: #4d4d4d;
  padding: 0 1em;
  position: relative;
}

.product_block1 .box2 .inner .sub:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.product_block1 .box2 .inner .sub span{
  position: relative;
  z-index: 9;
}

.product_block1 .box2 .inner h4 {
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 20px;
}

.product_block1 .box2 .inner .txt p {
  /* font-size: 13px; */
  line-height: 1.7em;
  margin-top: 20px;
}

.product_block1 .box2 .inner .img {
  /* float: right; */
  /*width: 30%;*/
  width: 40%;
  text-align: center;
  /*margin-top: 50px;*/
}

.product_block1 .box2 .inner .img .img1 {
  margin-bottom: 20px;
}





.product_block3 .movie {
  position: relative;
  background: #1a1a1a;
  padding: 5% 7%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  overflow: hidden;
}

.product_block3 .movie h3 {
  max-width: 500px;
  font-size: 12px;
  color: #fff;
  border: 1px solid;
  position: relative;
}

.product_block3 .movie h3:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -15%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.product_block3 .movie h3 span{
  display: block;
  background: #1a1a1a;
  padding: 0 1em;
  position: relative;
  z-index: 9;
}

.product_block3 .movie ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}

.product_block3 .movie ul:before,
.product_block3 .movie ul:after{
  display: none;
}

.product_block3 .movie li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.product_block3 .movie li:nth-child(2n) {
  margin-right: 0;
}

.product_block3 .movie li .thumb img {
  width: 100%;
}

.product_block3 .movie li a {
  text-decoration: none;
  color: #fff;
}

.product_block3 .movie li h5 {
  margin-top: 10px;
}

.pdf_parent {
  background: #e9e9e9;
  padding: 5% 7%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  overflow: hidden;
}

.pdf_parent h3 {
  max-width: 500px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

.pdf_parent h3:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  left: -15%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.pdf_parent h3 span{
  display: block;
  background: #4d4d4d;
  padding: 0 1em;
  position: relative;
  z-index: 9;
}

.pdf_parent .pdf_box {
  margin-top: 40px;
  padding: 0 5%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pdf_parent .pdf_box:before,
.pdf_parent .pdf_box:after{
  display: none;
}

.pdf_parent .pdf_child {
  /* display: inline-block; */
  vertical-align: top;
  width: 22%;
  margin-right: 3%;
}

.pdf_parent .pdf_child:last-child {
  margin-right: 0;
}

.pdf_parent .pdf_child a {
  text-decoration: none;
}

.pdf_parent .pdf_child .pdf_url {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6em;
}

.product_block2 {
  padding: 60px 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.product_block2 .btn_content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.product_block2 .btn_content li {
  /* float: left; */
  width: 22%;
  /* margin-right: 2%; */
  margin-right: 4%;
  text-align: center;
  position: relative;
}

.product_block2 .btn_content li:last-child {
  margin-right: 0;
}

/* .product_block2 .btn_content li:nth-child(3n){
	margin-right: 0;
} */

.product_block2 .btn_content li .guidance{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4em;
}

.product_block2 .btn_content li a {
  display: block;
  position: relative;
  /* color: #fff; */
  text-decoration: none;
  /* padding: 40px 0; */
  /* --clay-background: #775bbe;
  --clay-border-radius: 20px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
}

.product_block2 .btn_content li.prohibited a {
  /* background: #979797; */
  /* opacity: 0.6; */
}

.product_block2 .btn_content li.prohibited:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}

/* .product_block2 .btn_content li img{
	margin-left: 10px;
	vertical-align: middle;
}

.product_block2 .btn_content li span{
	display: block;
	font-size: 50%;
	line-height: 1em;
	color: #FFFF00;
}*/

.product_block2 .btn_content li a:hover img {
  opacity: 1;
}

.product_block2 .btn_content li a:hover {
  opacity: 0.65;
}

.product_block2 .btn_content li .icon {
  width: 90px;
  margin: 0 auto;
  border: 10px solid #faf6ef;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border-radius: 50%;
}

.product_block2 .btn_content li p {
  font-weight: bold;
  color: #c274a1;
  margin-top: 10px;
}

.product_block2 .btn_content li p small {
  display: block;
  font-size: 80%;
  font-weight: normal;
  color: #000;
  line-height: 1em;
}

.product_block2 .btn_content li.btn_today .icon {
  /* width: 58px;
  margin-bottom: 10px; */
}

.product_block2 .btn_content li.btn_contact .icon {
  /* width: 58px;
  margin-bottom: 10px; */
}

.product_block2 .btn_content li.btn_document .icon {
  /* width: 37px;
  margin-bottom: 30px; */
}

.product_block2 .btn_content li.btn_product .icon {
  /* width: 38px;
  margin-bottom: 20px; */
}

.product_block2 .btn_content li.btn_today a,
.product_block2 .btn_content li.btn_contact a {
  /* padding: 40px 0; */
}

/* .product_block2 .btn_content li.btn_product a,
.product_block2 .btn_content li.btn_document a {
  color: #775bbe;
  --clay-background: #eee;
} */

/*.product_block2 .btn_content li.btn_back a{
	background-color: #fff;
	background-image: url(images/common/icon13.svg);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center right 20%;
	color: #979797;
	border: 2px solid #979797;
}

.product_block2 .btn_content li.btn_back a:hover{
	background-image: url(images/common/icon9.svg);
	background-color: #979797;
	color: #fff;
}

.product_block2 .btn_content li.btn_back img{
	width: 22px;
}

.product_block2 .booth_back{
	text-align: center;
	margin-top: 40px;
}

.product_block2 .booth_back a{
	text-decoration: none;
	font-weight: bold;
}

.product_block2 .booth_back a:hover{
	opacity: 0.65;
}*/

.product_block2 .metaverse_btn {
  margin: 80px auto 0;
}


.product_block2 .productsite_btn{
  width: 280px;
  margin: 0 auto;
  text-align: center;
}

.product_block2 .productsite_btn a{
  display: block;
  text-decoration: none;
  padding: 20px 0;
  border: 1px solid;
  border-radius: 50px;
  position: relative;
}

.product_block2 .productsite_btn a:before{
  content: "";
  display: block;
  background: url(images/common/icon41.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.product_block2 .productsite_btn a:hover{
  opacity: 0.65;
}

.product_block2 .box {
  margin-top: 60px;
  text-align: center;
}

.product_block2 .box h5 {
  font-size: 30px;
  line-height: 1.2em;
}

.product_block2 .box .tel {
  /* font-size: 14px; */
  margin-top: 10px;
}

.product_block2 .box .url {
  /* font-size: 14px; */
}

.product_block2 .box .url a {
  color: #0000ff;
  text-decoration: none;
}

.product_block2 .box2 {
  /* max-width: 745px;
  margin: 100px auto 0; */
  margin-top: 100px;
}

.product_block2 .box2 li {
  width: 48%;
  float: left;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
}

.product_block2 .box2 li:last-child {
  float: right;
}

.product_block2 .box2 li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 5%;
  border: 6px solid #7848c1;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #7848c1;
  box-sizing: border-box;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}

.product_block2 .box2 li a:hover {
  opacity: 0.65;
}

.product_block2 .box2 li .btn_search a {
  background-image: url(images/common/icon23.svg);
  background-size: 25px;
}

.product_block2 .box2 li .btn_back a {
  background-image: url(images/common/icon24.svg);
  background-size: 21px;
}

.btn_back{
  width: 280px;
  margin: 80px auto 0;
  text-align: center;
}

.btn_back a{
  display: block;
  text-decoration: none;
  padding: 20px 0;
  border: 1px solid;
  border-radius: 50px;
  background-color: #fff;
  background-image: url(images/common/icon42.svg);
  background-size: 18px;
  background-position: center right 5%;
  background-repeat: no-repeat;
}

.btn_back a:hover{
  opacity: 0.65;
}



.product .btn_search{
  width: 250px;
  margin: 60px auto 0;
}

.product .btn_search a{
  display: block;
  /* background-color: #fff; */
  background-image: url(images/common/icon23.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right 5%;
  border: 2px solid #c274a1;
  padding: 15px 0;
  border-radius: 40px;
  /* font-size: 20px; */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #c274a1;
  box-sizing: border-box;
}

.product .btn_search a:hover{
  opacity: 0.65;
}




.correspondence {
}

.correspondence ul {
  /* float: left; */
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.correspondence li {
  /* float: left; */
  margin-right: 2em;
  position: relative;
}

.correspondence li:last-child {
  margin-right: 0;
}

.correspondence li a {
  font-size: 16px;
  font-weight: 500;
  /* color: #7848c1; */
  text-decoration: none;
  display: block;
}

.correspondence li a:hover {
  opacity: 0.65;
}

.correspondence li a:hover img {
  opacity: 1;
}

.correspondence li img {
  width: 33px;
  /* vertical-align: middle;
  margin-right: 10px; */
  display: block;
  margin: 0 auto 5px;
}

.correspondence li.prohibited a {
  color: #cacaca;
}

.correspondence li.prohibited:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.correspondence .metaverse_btn {
  width: 350px;
  float: right;
}

.product .metaverse_btn {
  max-width: 350px;
  text-align: center;
}

.product .metaverse_btn a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  --clay-background: #cc007e;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.product .metaverse_btn img {
  width: 43px;
  vertical-align: middle;
  margin-right: 5px;
}

.product .metaverse_btn a:hover {
  opacity: 0.65;
}

.product .metaverse_btn a:hover img {
  opacity: 1;
}

/* ----------------------------- 動画 */

.video {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.video .box iframe {
  width: 100%;
  height: 580px;
}

.video h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.video .product_back {
  text-align: center;
  margin-top: 80px;
}

.video .product_back a {
  text-decoration: none;
  font-weight: bold;
}

.video .product_back a:hover {
  opacity: 0.65;
}

.video .btn2 {
  width: 300px;
  margin: 100px auto 0;
}

/* ----------------------------- パンフレット */

.pamphlet {
  padding: 200px 0 100px;
}

.pamphlet h2 {
  font-size: 20px;
  text-align: center;
}

.pamphlet .img {
  width: 240px;
  margin: 60px auto;
}

.pamphlet .btn {
  width: 300px;
  margin: 20px auto 0;
}

/* ----------------------------- フォーム */

.form_format .detail{
  padding: 20px 30px;
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
}

.form_format .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  /* color: #54509a; */
  /* border-left: 10px solid #7848c1;
  padding-left: 1em;
  padding-bottom: 10px; */
}

.form_format .product_name {
  padding-bottom: 0;
}

.form_format table {
  width: 100%;
}

.form_format table th {
  font-weight: normal;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
  width: 200px;
}

.form_format table th .required {
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #00aca4;
  padding: 2px 1em;
  margin-left: 1em;
  border-radius: 20px;
}

.form_format table td {
  padding: 20px 0;
  position: relative;
}

.form_format table td input[type="text"],
.form_format table td input[type="email"],
.form_format table td input[type="tel"],
.form_format table td textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4em;
  box-sizing: border-box;
}

.form_format table td textarea {
  height: 270px;
}

.form_format table td .required_txt {
  color: #dc3232;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1em;
}

.form_format .contact_btn {
  /*width: 260px;
	margin: 60px auto 0;*/
  margin-top: 60px;
  text-align: center;
}

.form_format .contact_btn input {
  width: 260px;
  /* background: #54509a; */
  padding: 15px 0;
  /* border: 3px solid #54509a; */
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  /*background: #c274a1;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border: 10px solid #faf6ef;*/
  /* --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
}

.form_format .contact_btn input:hover {
  /*background: #fff;
	color: #00396f;*/
  opacity: 0.65;
}

.form_format .contact_btn #btn_product,
.form_format .contact_btn #btn_back {
  margin-right: 1em;
  background-color: #fff;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 22px;
  /*border-color: #979797;*/
  border: 2px solid #979797;
  color: #979797;
}

.form_format .contact_btn #btn_product:hover,
.form_format .contact_btn #btn_back:hover {
  background-color: #979797;
  background-image: url(images/common/icon9.svg);
  color: #fff;
}

/* ----------------------------- 資料請求 */

.request {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.request_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.request h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.request .box {
  margin-top: 40px;
}

.request .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 当日対応希望 */

.respond {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.respond_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.respond h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.respond .box {
  margin-top: 40px;
}

.respond .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 出展企業へのお問い合わせ */

.inquiries {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.inquiries_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.inquiries h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.inquiries .box {
  margin-top: 40px;
}

.inquiries .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 送信完了メッセージ */

.completemsg {
  padding: 100px 0;
}

.completemsg p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------- 出展企業・製品検索タブ */

.search_tab {
  /* text-align: center; */
}

.search_tab ul{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
}

.search_tab ul:before,
.search_tab ul:after{
  display: none;
}

.search_tab li {
  width: 48%;
  border: 1px solid #333;
  border-bottom: 0;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  box-sizing: border-box;
  position: relative;
}

.search_tab li.current {
  color: #fff;
  padding: 10px 0 10px 3em;
  background: #c274a1;
  background: #333;
}

.search_tab li.current:after{
  content: "";
  display: block;
  background: #fff;
  height: calc(tan(60deg) * 15px / 2);
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.search_tab li:last-child {
}

.search_tab li a {
  display: block;
  font-weight: bold;
  /* color: #c274a1; */
  text-decoration: none;
  padding: 10px 0 10px 3em;
  position: relative;
}

.search_tab li a:before{
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #333;
  position: absolute;
  left: -14px;
  top: 14px;
  z-index: 9;
  transform: rotate(-45deg);
}

.search_tab li a:after{
  content: "";
  display: block;
  background: #333;
  height: calc(tan(60deg) * 15px / 2);
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.search_tab li a:hover {
  /* opacity: 0.65; */
  background: #333;
  color: #fff;
}

.search_tab li a:hover:after{
  background: #fff;
}

/* ----------------------------- 五十音検索 */

.syllabary_block1 {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

/*.syllabary_block1:before{
  content: "";
  display: block;
  background: url(images/common/pagename_exhibitor.png) no-repeat;
  background-size: contain;
  width: 7%;
  height: 1305px;
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 1;
}*/

.syllabary_block1 .box {
  margin-top: 60px;
}

.syllabary_block1 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.tool{
  
}

.syllabary_block1 .consonant {
  margin-top: 40px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 62px);
  position: relative;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.syllabary_block1 .consonant:before{
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -8px;
  bottom: 14px;
  z-index: 9;
  transform: rotate(44deg);
}

.syllabary_block1 .consonant span {
  margin-right: 1.5em;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  border: 1px solid #333333;
}

.syllabary_block1 .consonant span.current {
  background: #333;
  /* --clay-background: #775bbe; */
  color: #fff;
  padding: 14px 0.9em;
}

.syllabary_block1 .consonant span:last-child {
  margin-right: 0;
}

.syllabary_block1 .consonant span a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 0.9em;
}

.syllabary_block1 .consonant span a:hover {
  background: #333;
  color: #fff;
}

.syllabary_block1 .box h3 {
  background: #00396f;
  color: #fff;
  padding: 2px 10px;
  font-weight: normal;
  margin-top: 40px;
}

.syllabary_block1 .box .inner {
  margin-top: 40px;
}

.syllabary_block1 .box .inner .syllabary_content {
  margin-bottom: 60px;
  /* padding: 4% 6% 6%; */
  background: rgba(255,255,255,0.6);
  border: 1px solid #000;
}

.syllabary_block1 .box .inner .syllabary_content h4 {
  font-size: 24px;
  position: relative;
}

.syllabary_block1 .box .inner .syllabary_content h4 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  border-bottom: 1px solid #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 82px);
  position: relative;
  height: 3.5em;
}

.syllabary_block1 .box .inner .syllabary_content h4 a:before{
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -17px;
  bottom: 19px;
  z-index: 9;
  transform: rotate(44deg);
}

.syllabary_block1 .box .inner .syllabary_content h4 a:hover{
  opacity: 0.65;
}

.syllabary_block1 .box .inner .syllabary_content h4 span{
  padding-right: 1em;
}

.syllabary_block1 .box .inner .syllabary_content h4 small{
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-align: right;
  float: right;
  padding-right: 20px;
  position: relative;
}

.syllabary_block1 .box .inner .syllabary_content h4 small:after{
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.syllabary_block1 .box .inner .syllabary_content h4 small img{
  width: 15px;
  vertical-align: middle;
  margin-left: 10px;
  display: none;
}

.syllabary_block1 .box .inner .syllabary_content ul {
  /* padding: 4%; */
  /* margin-top: 40px; */
  padding: 6%;
}

.syllabary_block1 .box .inner .syllabary_content li {
  margin-bottom: 30px;
  overflow: hidden;
  padding-right: 100px;
  position: relative;
}

.syllabary_block1 .box .inner .syllabary_content li:last-child {
  margin-bottom: 0;
}

.syllabary_block1 .box .inner .syllabary_content li .genre {
  display: table;
  width: 300px;
  padding: 0 5px;
  box-sizing: border-box;
}

.syllabary_block1 .box .inner .syllabary_content li .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00396F; */
}

.syllabary_block1 .box .inner .syllabary_content li .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  /* color: #fff; */
  padding: 0 5px;
}

.syllabary_block1 .box .inner .syllabary_content li .detail {
  /* float: right;
  width: 65%; */
  margin-top: 10px;
}

.syllabary_block1 .box .inner .syllabary_content li h5 {
  font-size: 20px;
  /* margin-top: 10px; */
}

.syllabary_block1 .box .inner .syllabary_content li h5 a {
  /* color: #54509a; */
  /* text-decoration: none; */
}

.syllabary_block1 .box .inner .syllabary_content li h5 a:hover{
  /* opacity: 0.65; */
}

.syllabary_block1 .box .inner .syllabary_content li p {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 5px;
}

.syllabary_block1 .box .inner .syllabary_content li .more{
  width: 45px;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 9;
}

/* ----------------------------- 企業リスト */

.company_block1 {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

/*.company_block1:before{
  content: "";
  display: block;
  background: url(images/common/pagename_exhibitor.png) no-repeat;
  background-size: contain;
  width: 7%;
  height: 1305px;
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 1;
}*/

.company_block1 h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.company_block1 .bg{
  
}

.company_block1 .box {
  padding: 60px 5% 40px;
  border: 1px solid #000;
  border-top: 0;
  background: rgba(255,255,255,0.6);
  /* --clay-background: #fff;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
  /* padding: 6%; */
}

.company_block1 .box ul {
  /*margin-top: 30px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
}

.company_block1 .box li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  font-size: 18px;
  padding-right: 1%;
  padding-left: 40px;
  text-indent: -40px;
  box-sizing: border-box;
}

.company_block1 .box li:before{
  content: ">";
  /* display: inline-block;
  width: 20px; */
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #4d4d4d;
  border-radius: 50%;
  padding: 1px 7px;
  margin-right: 1em;
}

.company_block1 .box li a {
  /* color: #54509a; */
  text-decoration: none;
}
.company_block1 .box li a:hover{
  opacity: 0.65;
}

/* ----------------------------- 製品検索 */

.results li {
  /* border-top: 1px dotted #979797; */
  padding: 4% 15% 4% 4%;
  border: 1px solid #000;
  border-bottom: 0;
  /* background: #fff; */
  position: relative;
}

.results li:last-child {
  /* border-bottom: 1px dotted #979797; */
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.results li .inner{
  display: flex;
  align-items: center;
}

.results li .genre {
  display: table;
  /* width: 300px; */
  width: 38%;
  padding: 0 5px;
  box-sizing: border-box;
}

.results li .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.results li .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  /* color: #fff; */
  padding: 0 5px;
}

.results li .detail {
  /* float: right;
  width: 64%; */
  margin-top: 30px;
}

.results li .company_name {
  font-size: 17px;
  font-weight: bold;
  margin-left: 2em;
}

.results li h5 {
  font-size: 22px;
}

.results li h5 a {
  /* color: #54509a; */
}

.results li p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.results li .more{
  width: 45px;
  position: absolute;
  right: 6%;
  top: 35%;
  z-index: 9;
}

/* ----------------------------- キーワード検索 */

.keyword_block1 {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
  position: relative;
}

/*.keyword_block1:before{
  content: "";
  display: block;
  background: url(images/common/pagename_search.png) no-repeat;
  background-size: contain;
  width: 7%;
  height: 1025px;
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 1;
}*/

.keyword_block1 .box1 {
  margin-top: 60px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 62px);
  position: relative;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.keyword_block1 .box1:before{
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -8px;
  bottom: 15px;
  z-index: 9;
  transform: rotate(45deg);
}

.keyword_block1 h2 {
  font-size: 24px;
  /* color: #c274a1; */
  text-align: center;
  margin-bottom: 40px;
}

.keyword_block1 .box1 .read {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

/*.keyword_block1 .bg{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 4%;
}*/

.keyword_block1 .box1 .search_box {
  /* border: 1px solid #979797; */
  /* border-radius: 20px;
	padding: 4%;
	margin-top: 40px;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
}

.keyword_block1 .box1 .search_box .space {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}

.keyword_block1 .box1 .search_box .space .keyword {
  width: 80%;
}

.keyword_block1 .box1 .search_box .space .keyword input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
  border: 2px solid #a8ca36;
  font-size: 16px;
  background: #fff url(images/common/icon44.svg) left 2% center no-repeat;
  background-size: 20px;
}

.keyword_block1 .box1 .search_box .space .btn {
  width: 20%;
  position: relative;
}

.keyword_block1 .box1 .search_box .space .btn input {
  font-size: 22px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  box-sizing: border-box;
  background: #a8ca36;
  cursor: pointer;
  transition: 0.2s;
}

/*.keyword_block1 .box1 .search_box .space .btn:before {
  content: "";
  display: block;
  background-image: url(images/common/icon11.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 20%;
  top: 0;
  bottom: 3px;
  margin: auto;
  z-index: 9;
  transition: 0.2s;
}*/

.keyword_block1 .box1 .search_box .space .btn input:hover {
  opacity: 0.65;
}

/* .keyword_block1 .box1 .search_box .btn:hover:before{
	background-image: url(images/common/icon11.svg);
} 

.keyword_block1 .box1 .search_box .btn:hover input{
	background: #00396F;
	color: #fff;
}*/

.keyword_block1 .box2 {
  margin-top: 100px;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
	padding: 7% 9%;
	border-radius: 20px; */
}

/* ----------------------------- 製品ジャンル検索 */

.product_genre_block1 {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
  position: relative;
}

/*.product_genre_block1:before{
  content: "";
  display: block;
  background: url(images/common/pagename_search.png) no-repeat;
  background-size: contain;
  width: 7%;
  height: 1025px;
  position: absolute;
  top: 100px;
  left: 3%;
  z-index: 1;
}*/

.product_genre_block1 .box1 {
  margin-top: 50px;
}

.product_genre_block1 h2 {
  font-size: 24px;
  /* color: #c274a1; */
  text-align: center;
  margin-bottom: 40px;
}
.product_genre_block1 .bg{
}

.product_genre_block1 .box1 .genre_selection {
  /* margin-top: 80px; */
}

.product_genre_block1 .box1 .genre_selection ul{
  display: flex;
  flex-wrap: wrap;
}

.product_genre_block1 .box1 .genre_selection li {
  width: 24.6%;
  margin: 0;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  box-sizing: border-box;
  background: none;
  border: 1px solid #000;
  background: rgba(255,255,255,0.6);
}

.product_genre_block1 .box1 .genre_selection li:nth-child(4n) {
  margin-right: 0;
}

.product_genre_block1 .box1 .genre_selection li:before,
.product_genre_block1 .box1 .genre_selection li:after{
  display: none;
}

.product_genre_block1 .box1 .genre_selection li a,
.product_genre_block1 .box1 .genre_selection li span {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.product_genre_block1 .box1 .genre_selection li a:hover {
  /* color: #fff; */
}

.product_genre_block1 .box1 .genre_selection li .icon {
  width: 105px;
  height: 70px;
  text-align: center;
  /* background-size: 55%; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: 0.2s;
}

.product_genre_block1 .box1 .genre_selection li .genre_name {
  font-size: 15px;
  font-weight: bold;
  /* text-align: center; */
  line-height: 1.4em;
  /* color: #fff; */
  transition: 0.2s;
  /* margin-top: 10px; */
}

.product_genre_block1 .box1 .genre_selection li .genre_name small{
  font-size: 80%;
}

/* .product_genre_block1 .box1 .genre_selection li a:hover .genre_name {
  color: #fff;
} */

.product_genre_block1 .box1 .genre_selection li.current .genre_name {
  /* border-radius: 15px; */
  /* padding: 0.9%; */
  /* color: #fff; */
}


.product_genre_block1 .box1 .genre_selection li.current,
.product_genre_block1 .box1 .genre_selection li a:hover {
  color: #fff;
}

.product_genre_block1 .box1 .genre_selection li.genre_ai.current,
.product_genre_block1 .box1 .genre_selection li.genre_ai a:hover {
  background-color: #7ed4c4;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_welfare.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_welfare
  a:hover{
  background-color: #c3aeff;
}

.product_genre_block1 .box1 .genre_selection li.genre_core.current,
.product_genre_block1 .box1 .genre_selection li.genre_core a:hover{
  background-color: #41c8f3;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_industry.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_industry
  a:hover{
  background-color: #8aafff;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_infosharing.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_infosharing
  a:hover{
  background-color: #a8dc00;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_hardware.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_hardware
  a:hover{
  background-color: #71d372;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_electricbook.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_electricbook
  a:hover{
  background-color: #ffc500;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_municipality.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_municipality
  a:hover{
  background-color: #ffb5df;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_security.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_security
  a:hover{
  background-color: #ffa98a;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_network.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_network
  a:hover{
  background-color: #d5a4d9;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_sfa.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_sfa
  a:hover{
  background-color: #eae300;
}

.product_genre_block1 .box1 .genre_selection li.genre_other.current,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_other
  a:hover{
  background-color: #b48c58;
}

.product_genre_block1 .box1 .genre_selection li.genre_ai .icon {
  background-image: url(images/common/genre_ai2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_welfare .icon {
  background-image: url(images/common/genre_welfare2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_core .icon {
  background-image: url(images/common/genre_core2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_industry .icon {
  background-image: url(images/common/genre_industry2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_infosharing .icon {
  background-image: url(images/common/genre_infosharing2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_hardware .icon {
  background-image: url(images/common/genre_hardware2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_electricbook .icon {
  background-image: url(images/common/genre_electricbook2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_municipality .icon {
  background-image: url(images/common/genre_municipality2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_security .icon {
  background-image: url(images/common/genre_security2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_network .icon {
  background-image: url(images/common/genre_network2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_sfa .icon {
  background-image: url(images/common/genre_sfa2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_other .icon {
  background-image: url(images/common/genre_other2.svg);
}
/*****/
.product_genre_block1 .box1 .genre_selection li.genre_ai.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_ai a:hover .icon{
	background-image: url(images/common/genre_ai3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_welfare.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_welfare a:hover .icon{
	background-image: url(images/common/genre_welfare3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_core.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_core a:hover .icon{
	background-image: url(images/common/genre_core3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_industry.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_industry a:hover .icon{
	background-image: url(images/common/genre_industry3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_infosharing.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_infosharing a:hover .icon{
	background-image: url(images/common/genre_infosharing3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_hardware.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_hardware a:hover .icon{
	background-image: url(images/common/genre_hardware3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_electricbook.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_electricbook a:hover .icon{
	background-image: url(images/common/genre_electricbook3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_municipality.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_municipality a:hover .icon{
	background-image: url(images/common/genre_municipality3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_security.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_security a:hover .icon{
	background-image: url(images/common/genre_security3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_network.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_network a:hover .icon{
	background-image: url(images/common/genre_network3.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_sfa.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_sfa a:hover .icon{
	background-image: url(images/common/genre_sfa3.svg?1);
}

.product_genre_block1 .box1 .genre_selection li.genre_other.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_other a:hover .icon{
	background-image: url(images/common/genre_other3.svg?1);
}

/*.product_genre_block1 .box1 .genre_selection li.current .icon,
.product_genre_block1 .box1 .genre_selection li a:hover .icon{
	/* background-color: #00396F; */ /*
}*/

.product_genre_block1 .box2 {
  margin-top: 40px;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
	padding: 7% 9%;
	border-radius: 20px; */
}

/* ----------------------------- お問い合わせ */

.contact {
  padding: 100px 0;
  background: url(images/common/bg1.png) top center no-repeat;
  background-size: cover;
}

.contact h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  /* color: #c274a1; */
}

.contact_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  border: 1px solid #000;
  background: rgba(255,255,255,0.6);
  padding: 8%;
}

.contact_block1 .box h3{
  font-size: 22px;
  line-height: 1.6em;
  text-align: center;
  color: #91c31e;
}

.contact_block1 .box .read{
  text-align: center;
  margin-top: 30px;
}

.contact_block1 .box  .inner{
  margin-top: 40px;
}

.contact_block1 .box table th{
  display: block;
  width: auto;
  padding: 20px 0 10px;
  text-align: left;
}

.contact_block1 .box table td{
  display: block;
  padding: 0 0 20px;
}



.contact .box {
  margin-top: 40px;
}

.contact .box .contact_btn {
  width: auto;
  text-align: center;
}

.contact .box .contact_btn p{
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(180deg, #d9f58f, #98ca17);
  padding: 7px;
  border-radius: 50px;
  position: relative;
}

.contact .box .contact_btn .btn{
  display: block;
  background: linear-gradient(0deg, #d9f58f, 70%, #c5e304, #b5dc0b);
  border-radius: 50px;
}

.contact .box .contact_btn .btn input{
  width: 100%;
  background: url(images/common/icon45.svg) center right 3% no-repeat;
  background-size: 30px;
  padding: 15px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
  box-shadow: none;
}

.contact .box .contact_btn .wpcf7-spinner{
  display: none;
}

.contact .box .contact_btn input {
  width: 260px;
}

.contact .box .contact_btn input[type="button"] {
  margin-right: 1em;
  background-color: #fff;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 22px;
  border: 2px solid #979797;
  color: #979797;
}

.contact .box .contact_btn input[type="button"]:hover {
  background-color: #979797;
  background-image: url(images/common/icon9.svg);
  color: #fff;
}

.completion {
  padding: 200px 0 100px;
  text-align: center;
}

.completion h2 {
  font-size: 23px;
  color: #91c31e;
}

.completion p {
  margin-top: 40px;
  font-size: 18px;
}

/* ----------------------------- エラーページ */

.error {
  padding: 100px 0;
}

.error p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------- ページタイトル */

.page_tit1 {
  font-size: 22px;
  /* color: #fff; */
  /* background: #c274a1; */
  padding: 10px 0;
  text-align: center;
  /* margin-top: 110px; */
  margin-top: -200px;
}


/* ----------------------------- 告知ページ */

.soon{
  padding: 0 0 120px;
  margin-top: -100px;
  text-align: center;
}

.soon h2{
  font-size: 30px;
  line-height: 1.2em;
  /* color: #c274a1; */
}

/* ----------------------------- パスワード登録・詳細情報入力 */

.register_block1 {
  padding: 100px 0;
}

.register_block1 .read {
  text-align: center;
}

.register_block1 .password {
  max-width: 400px;
  margin: 60px auto 0;
}

.register_block1 .password .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.register_block1 .password h4 {
  width: 42%;
  padding-top: 8px;
  /* color: #6839af; */
}

.register_block1 .password .password_input {
  width: 58%;
}

.register_block1 .password .password_input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.register_block1 .box {
  margin-top: 60px;
}

.register_block1 .box .read {
}

.register_block1 .box .inner {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 40px;
  padding: 6% 8%;
  margin-top: 40px;
}

.register_block1 .box table {
  width: 100%;
  font-size: 14px;
}

.register_block1 .box table th {
  /* background: #CEC8C8; */
  text-align: left;
  padding: 20px 0;
  width: 180px;
  /* border: 1px solid #707070; */
  vertical-align: top;
}

.register_block1 .box table th .required {
  background: #00aca4;
  color: #fff;
  padding: 0 1em;
  border-radius: 50px;
  font-size: 70%;
  line-height: 1.6em;
  /* margin-left: 2em; */
  float: right;
  margin-top: 5px;
}

.register_block1 .box table td {
  padding: 20px;
  /* border: 1px solid #707070; */
}

.register_block1 .box table td input[type="text"],
.register_block1 .box table td select {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size: 14px;
}

.register_block1 .box table td .checkbox label {
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.register_block1 .box .privacy_policy {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fcfcfc;
  padding: 20px;
  margin-top: 100px;
}

.register_block1 .box .privacy_policy p {
  max-height: 20em;
  overflow: auto;
  font-size: 14px;
}

.register_block1 .box .contact_btn {
  /* margin: 60px auto 0; */
  margin-top: 60px;
  text-align: center;
  position: relative;
}

.register_block1 .box .contact_btn span{
  display: block;
  background: linear-gradient(180deg, #d9f58f, #98ca17);
  padding: 7px;
  border-radius: 50px;
  width: 500px;
  margin: 0 auto;
}

.register_block1 .box .contact_btn input {
  width: 100%;
  /* background: #5FB3C0; */
  /* background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover; */
  background: linear-gradient(0deg, #d9f58f, 70%, #c5e304, #b5dc0b);
  border-radius: 50px;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
}

.register_block1 .box .contact_btn input:hover {
  opacity: 0.65;
}

.register_block1 .box .contact_btn input[name="btn_confirm"] {
  width: 500px;
}

.register_block1 .box .contact_btn input[name="btn_back"] {
  width: 100%;
  /* background: #faf6ef;
  color: #c274a1; */
  /* border: 3px solid; */
  background: #fff;
  margin-right: 20px;
}

.register_block1 .box .contact_btn input[name="btn_send"] {
  width: 100%;
}

.register_block1 .required_txt {
  font-weight: bold;
  color: #f94415;
  margin-top: 5px;
}

/* ----------------------------- パスワード登録確認 */

.register_confirm .register_block1 .password {
  text-align: center;
}

.register_confirm .register_block1 .password h4 {
  width: auto;
}

.register_confirm .register_block1 .password .password_input {
  width: auto;
}

.register_confirm .register_block1 .box .contact_btn span{
  display: inline-block;
  width: 300px;
}

/* ----------------------------- パスワード登録完了 */

.register_completion .read strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  /* color: #cc007e; */
  margin: 30px 0;
}

.register_completion .btn {
  width: 340px;
  margin: 60px auto;
}

.register_completion .btn a {
  display: block;
  /* background: #5FB3C0; */
  /* background: url(images/common/btn_bg1.png) center no-repeat; */
  /* background-size: cover; */
  background: linear-gradient(rgb(217, 245, 143), rgb(152, 202, 23));
  padding: 7px;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}

.register_completion .btn a span{
  display: block;
  background: linear-gradient(0deg, rgb(217, 245, 143), 70%, rgb(197, 227, 4), rgb(181, 220, 11));
  border-radius: 50px;
  padding: 15px 0;
}

.register_completion .btn a:hover {
  opacity: 0.65;
}



/* ----------------------------- パスワード登録・詳細情報入力 */

.passwordregister .box .contact_btn{
  width: 340px;
  margin: 60px auto 0;
}

.passwordregister .box .contact_btn a{
  display: block;
  background: linear-gradient(rgb(217, 245, 143), rgb(152, 202, 23));
  padding: 7px;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  border: 0;
}

.passwordregister .box .contact_btn a input{
  width: 100%;
  background: linear-gradient(0deg, rgb(217, 245, 143), 70%, rgb(197, 227, 4), rgb(181, 220, 11));
  border-radius: 50px;
  padding: 15px 0;
}


/* ----------------------------- CECフェア2023講演お申込みフォーム */

.reservechange_block1 {
  padding: 100px 0;
}

.reservechange_block1 .read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}

.reservechange_block1 .box {
  margin-top: 60px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 40px;
  padding: 6% 8%;
}

.reservechange_block1 .box h3 {
  font-size: 22px;
  color: #6839af;
  text-align: center;
}

.reservechange_block1 .box .inner {
  max-width: 700px;
  margin: 40px auto 0;
}

.reservechange_block1 .box .inner table {
  width: 400px;
}

.reservechange_block1 .box .inner table th {
  text-align: left;
  padding: 15px 0;
}

.reservechange_block1 .box .inner table td {
  padding: 15px 0;
}

.reservechange_block1 .box .inner .dibl {
  margin-top: 30px;
}

.reservechange_block1 .box .inner .dibl .choice {
  margin-top: 10px;
}

.reservechange_block1 .box .inner .dibl .choice label {
  cursor: pointer;
}

.reservechange_block1 .box .inner .dibl .choice .checkbox label {
  display: block;
  margin-bottom: 5px;
}

.reservechange_block1 .box .inner .desired {
  display: none;
}

.reservechange_block1 .box .inner .dibl .choice .checkbox label:last-child {
  margin-bottom: 0;
}

.reservechange_block1 .box .inner .note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
  color: #777;
}

.reservechange_block1 .privacy_policy {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fcfcfc;
  padding: 40px 60px;
  margin-top: 60px;
}

.reservechange_block1 .contact_btn {
  margin-top: 60px;
  text-align: center;
}

.reservechange_block1 .contact_btn input {
  width: 500px;
  background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

.reservechange_block1 .contact_btn input:hover {
  opacity: 0.65;
}

.reservechange_block1 .contact_btn input[name="btn_back"] {
  width: 280px;
  background: #fff;
  color: #707070;
  border: 1px solid;
  margin-right: 20px;
}

.reservechange_block1 .contact_btn input[name="btn_send"] {
  width: 300px;
}

.reservechange_block1 .required_txt {
  font-weight: bold;
  color: #f94415;
  margin-top: 5px;
}

/* ----------------------------- フッター */

.footer {
  background: #303030;
  text-align: center;
  padding: 40px 3% 20px;
  position: relative;
  z-index: 9;
}

.login_body .footer {
  /* background: none; */
}

.footer .logo {
  width: 200px;
  margin: 0 auto;
}

.footer .footer_link {
  margin-top: 10px;
}

.footer .footer_link a {
  padding: 0 0.5em;
  font-size: 14px;
  text-decoration: none;
  color: #00396f;
}

.footer .link{
  text-align: center;
  margin-top: 30px;
}

.footer .link a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.footer .link a:hover{
  opacity: 0.65;
}

.footer .link a:hover img{
  opacity: 1;
}

.footer .link img{
  display: block;
  width: 40px;
  margin: 0 auto;
}

.copy {
  background: #cee336;
  font-size: 10px;
  font-weight: 500;
  /* color: #fff; */
  text-align: center;
  position: relative;
  z-index: 9;
}

.pagetop {
  position: fixed;
  width: 60px;
  right: 1%;
  bottom: 30px;
  z-index: 9;
}

/* -----------------------------  */

.no_click {
  position: relative;
  z-index: 9;
}

.no_click:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.no_click a {
  background: #ccc;
  border-color: #ccc;
}

.entertainment-link a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.entertainment-link a:hover {
  color: #7848c1;
}





@media only screen and (min-width: 768px) {
	#chatbotToggleImg {
		position: fixed;
    z-index: 10;
	    top:20vh;
		right:0vh;
        max-width: 100%;
	    cursor: pointer;
	    /* 画像のサイズを調整するために必要に応じて以下を追加 */
	    width: auto;
	    height: auto;
        content: url(images/chatbot/CB_PC.png);
	}
}


@media only screen and (max-width: 768px) {
    #chatbotToggleImg {
	    position: fixed;
      z-index: 10;
	    bottom: 0vh;
        max-width: 100%;
        content: url(images/chatbot/CB_SP.png);
    }
    
    #pagetop {
	    position: fixed;
	    bottom: 11%;
		right:0vh;
        width: 15%;
        z-index:0;
    }
}




/* ----------------------------- チャットボックス */



/* ----------------------------- 共通 */

.reduction .wrap{
	width: 95%;
}

.reduction .wrap1000{
	width: 95%;
}

.reduction .wrap980{
	width: 95%;
}

.reduction .wrap900{
	width: 95%;
}

.reduction .wrap800{
	width: 95%;
}

.reduction .wrap700{
	width: 95%;
}




/* ----------------------------- ヘッダー */

.reduction .header .box{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4.5% 100%, 0 60%);
}



/* ----------------------------- ナビ */

.reduction .nav li{
  margin-right: 1em;
}

.reduction .nav li a{
  font-size: 13px;
}

.reduction .nav .btn a{
  font-size: 11px;
  padding: 0 0.5em;
}


/* ----------------------------- メインビジュアル */

.reduction .kv{
  padding: 10px 0 50px;
}

.reduction .kv .box{
  padding: 0 1%;
}

.reduction .kv .box .chameleon{
  width: 65%;
  /* left: -2%; */
}

.reduction .kv .box .chameleon .chameleon_right_eye{
  display: none;
}

.reduction .kv .box .chameleon .chameleon_right_eye_fixed{
  display: block;
  left: calc(79% - 17%);
  /* top: calc(36% - 17%); */
}

.reduction .kv .box .chameleon .chameleon_left_eye{
  display: none;
}

.reduction .kv .box .chameleon .chameleon_left_eye_fixed{
  display: block;
  top: calc(36.5% - 17%);
  left: calc(96.4% - 17%);
}

.reduction .kv .box .chameleon .chameleon_left_eye_fixed span{
  width: 10px;
}

.reduction .kv .box .amazon{
  width: 20%;
  left: 12%;
  bottom: 0;
}

.reduction .kv .anniversary {
  width: 130px;
}




/* ----------------------------- トップ */

.reduction .release .thatday{
  font-size: 26px;
}

.reduction .top_box{
  padding: 7% 5%;
}



/* ----------------------------- ブース */

.reduction .exhibitors_block1 .box .inner{
  width: 85%;
}



/* ----------------------------- 製品フォーム */

.reduction .respond_block1 .box,
.reduction .inquiries_block1 .box,
.reduction .request_block1 .box{
  padding: 8% 6%;
}


/* ----------------------------- 講演 */

.reduction .lecture_block{
}


/* ----------------------------- 開催情報 */

.reduction .held .box{
}



/* ----------------------------- お問い合わせ */

.reduction .contact_block1 .box{
}



/* ----------------------------- フッター */

.reduction .pagetop{
  right: 38%;
}




@media screen and (min-width: 1081px) and (max-width: 1230px) {

.reduction .header .logo{
  width: 200px; 
}

.reduction .header .logo:before{
  border-top: 60px solid #fff;
}


.reduction .nav li {
    margin-right: 0.7em;
}

.reduction .nav li a {
    font-size: 12px;
}

.reduction .nav .btn a{
  font-size: 10px;
}


}