@charset "utf-8";
/* CSS Document */
#wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:0;
  box-sizing:border-box;
  color: #604136;
}
#wrapper a {color: #604136;}
.inner {
  padding: 0px;
}
.main {
  width: 760px;
}
.side {
  width: 300px;
  margin-left: 40px;
}
.m-box {
  margin-bottom: 60px;
}
.s-box {
  margin-bottom: 40px;
}
@media screen and (max-width:750px) {
#wrapper {
  display: block;
  padding:0 0.5%;
}
.main, .side {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
}
.mr5 {
  margin-right: 5px;
}
.btn-blue a {
  color: #0e7ac4;
  font-size: 1.4rem;
  text-align: center;
  border: solid #604136 1px;
  font-weight: 600;
  border-radius: 7px;
  padding: 10px 0px;
  display: block;
  box-sizing: border-box;
}
.btn-blue a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-right: 5px;
  color: #604136;
}
.btn-blue a:hover {
  background-color: #604136;
  color: #fff !important;
  text-decoration: none;
}
.tags {
  margin-bottom: 12px;
}
.tags-item {
  line-height: 1.6;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #eee;
  border-radius: 10px;
  padding: 3px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
}
a.tags-item {
  text-decoration: none;
}
.link-more { 
  margin:-20px 0px 40px;
  text-align:right;}
.link-more a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 5px;
}
@media screen and (max-width:750px) {
  .link-more {
    margin:0px 0px 20px;}
}
/*main---------------*/
.searchCondition {
  padding:0px;
}
.serch-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #604136;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.serch-ttl {
  font-size: 2.2rem;
}
.search-num {
  align-items: center;
}
.search-num span {
}
.search-all {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 100%;
  margin-bottom: 15px;
}
.search-all li {
  text-align: center;
}
.search-all li strong {
  font-weight: 700;
}
.search-all li a {
  padding: 5px 7px;
  display: block;
}
.search-all li.search-point a { font-weight:700;}
.search-all li a:hover {
}
.search-all li.on a {
  background-color: #604136;
  color: #fff !important;
  border-radius: 6px;
}
.search-pref {
  background-color: #eee;
  padding: 10px;
  margin-bottom:15px;
}
.search-pref ul {
  overflow: hidden;
}
.search-pref ul li {
  float: left;
  margin: 0 5px;
}
.search-pref ul li a {
  padding: 5px;
  display: block;
}
.search-pref ul li.on a {
  background-color: #604136;
  color: #fff !important;
  border-radius: 6px;
}
.serch-ttl-pref {
  padding: 5px 0;
  float: left;
  font-weight: 700;
}
.searchCondition-button {
  padding: 0;
  overflow: hidden;
}
.searchCondition-submit a {
  width: 300px;
  float: right;
}
/*When there are two buttons*/
.rows-2 {
  width: 640px;
  margin:0 auto;
}
.rows-2 a {
  margin-left:10px;
  margin-right:10px;
  float: left !important;
}
 @media screen and (max-width:750px) {
.serch-ttl {
  font-size: 1.8rem;
}
.serch-info {
  display: inherit;
  padding-bottom: 10px;
  margin-bottom:15px;
}
.search-num {
  font-size: 1.2rem;
}
.search-all li {
  width: calc((100% - 10px)/ 4);
  text-align: center;
  border: 1px solid #d2c0b9;
  margin: 1px;
  border-radius: 6px;
  box-sizing: border-box;
}
.search-all li.search-point {
  width: calc((100% - 5px)/ 2);}
.serch-ttl-pref {
  padding: 0;
  float: none;
}
.search-pref ul li {
  margin: 0 10px 0 0;
}
.searchCondition-submit a {
  width: 100%;
  float: none;
}
.rows-2 {
  width: 100%;
  margin-bottom: -10px;
}
.rows-2 a {
  margin-left: 0px;
  margin-lright: 0px;
  float: none !important;
}
.rows-2 a:first-child {
  margin-bottom: 10px
}
}
/*search---------------*/
.event-search-area {
  border:1px solid #999;
  padding:10px;
  box-sizing:border-box;
  margin-bottom:40px;
  line-height:1.6;
}
.event-search-area span {
  margin-right:15px;
  vertical-align: baseline;
}
.event-search-area .ttl {
  font-weight:700;
  margin-right:5px !important;
}
.search-change-btn { 
  display:block;
  width:50%;
  text-align:center;
  border-radius:4px;
  background-color:#604136;
  color:#fff !important;
  padding:3px;
  margin:10px auto 0px;
}
.search-change-txt { 
  display: inline-block;
  margin-left:10px;
  color:#0e7ac4;
}
.search-change-txt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-right: 5px;
}
.txtarea-search {
  padding:20px;
  border-radius:7px;
  background-color:#F2F1F0;
  margin-bottom:30px;
}
@media screen and (max-width:750px) {
.search-change-btn { 
  display:block;
  width:100%;
  text-align:center;
  }
.search-change-txt{ 
  display: block;
  margin-left:0px;
}
}
.recoItem-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.recoItem-link li {
  width: calc(99% / 2);
  margin-right: 1%;
  margin-bottom: 3px;
  background-color: #eee;
}
.recoItem-link li:nth-child(even) {
  margin-right: 0;
}
.recoItem-link li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 5px;
}
.recoItem-link li a {
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width:750px) {
.recoItem-link li {
  width: calc(100%);
  margin-right: 0;
}
}
.content-header {
  position: relative;
  margin-bottom: 25px;
}
.content-header .mds1 {
  font-size: 2.2rem;
  font-weight: 700;
}
.tab-group {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  margin-bottom: 20px;
}
.tab-group li {
  width: 100%;
  background: #efefef;
  text-align: center;
}
.tab-group a {
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*#基本*/
.event {
  border: 1px solid#CCC;
  margin-bottom: 40px;
  position: relative;
}
.event-inner {
  padding-top: 15px;
  padding-right: 40px;
  padding-left: 40px;
}
.event-label {
  position: absolute;
  top: 10px;
  left: -5px;
  color: #ffffff;
  padding: 0 7px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}
.event-label:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px rgb(149, 158, 155);
}
.event-label.pr {
  background-color: #fcba29 !important;}
.event-label.sold-out {
  background-color: #F00 !important;}
.event-label.join-now {
  background-color: #0098d9 !important;
  writing-mode: vertical-rl;
  padding:5px;}
.event-header {
  padding: 0px;
}
.event-sponsor {
  margin-bottom: 5px;
  float: left;
}
.event-sponsor img {
  width: 100px;
  height: 25px;
  border: 1px solid #CCC;
  padding: 2px 0px;
  background-color: #fff;
  border-radius: 3px;
}
.pickup-logo {
  margin-bottom: 5px;
  float: left;
  margin-left: 60px;
}
.pickup-logo:before{
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 31px;
background-image: url("../images/sponsor/x-logo01.jpg");
background-position: center;
background-repeat: no-repeat;
margin-left: -40px;
}
.pickup-logo img {
  width: 100px;
  height: 25px;
  border: 1px solid #CCC;
  padding: 2px 0px;
  background-color: #fff;
  border-radius: 3px;
}
.event-title,
.event-desc-title{
	clear: both;
}
.event-title h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom:15px;
}
.event-body {
  overflow: hidden;
}
.detail-info > div:last-child{
  margin-bottom:15px;}
.date, .location, .residue {
  margin-bottom: 2px;
}
.residue span {
  color: #F00;
}
.info-txt {
  margin-bottom: 15px;
  font-size: 1.2rem;
  /*
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
  overflow: hidden;
}
.highlight-special .info-txt {
  font-size: 1.4rem;}
.company > div:last-child{
  margin-bottom: 15px;}
.company-feature, .company-list {
  margin-bottom: 5px;
}
.company-feature dl {
  overflow: hidden;
}
.company-feature dl dt {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 1rem;
  float: left;
  width: 80px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.company-feature dl dd {
  font-size: 1.2rem;
  line-height: 1.8;
  display: table-cell;
  padding-right: 10px;
}
.event-report {
  font-size: 1.2rem;
  margin-bottom:15px;
}
.click-count, .another-date {
  overflow: hidden;
}
.click-count dl dt, .another-date dl dt {
  font-weight: 700;
  margin-right: 10px;
  float: left;
}
.click-count dl dd span {
  margin-right: 10px;
}
.click-count dl dd span a {
  color:#0098d9;
}
.hr01 {
  margin-top: 6px;
  margin-bottom: 5px;
}
.btn-bg-orange a {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 120px;
  background-color: #ff9324;
  color: #fff !important;
  border-radius: 3px;
  text-align: center;
  line-height: 5.6rem;
}
.btn-bg-green a {
  position: absolute;
  top: 15px;
  right: 140px;
  width: 120px;
  background-color: #00CC00;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 5.6rem;
}
.highlight .event-image {
  width: 100px;
  float: left;
  text-align: right;
  margin-left:10px;
  margin-bottom:15px;
}
.highlight .detail-info, .highlight .info-txt, .highlight .tags, .highlight .company {
  margin-left: 120px;
}
.highlight-special {
	border-color: #ff9324;
}
.highlight-special .event-image, .highlight-special-slide .event-image, .large .event-image {
  width: 250px;
  float: left;
  text-align: right;
  margin-left:10px;
  margin-bottom:15px;
}
.highlight-special .event-detail, .highlight-special-slide .event-detail, .large .event-detail {
  margin-left: 290px;
}

.highlight-special h2 a{
	color: #ff9324 !important;
}
.lg-movie .event-image {
  width: 250px;
  float: left;
  text-align: right;
  margin-left:10px;
}
.lg-movie .event-image iframe {
  width: 250px !important;
  height: auto;
}
.secret {
  padding: 0px;
  border: 1px solid#CCC;
  position: relative;
  background-color: #e5e4e5;
}
.btn-secret {
  border: 1px solid #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
  background-color: #ffffff;
  border-radius: 5px;
}
.btn-secret a {
  display: block;
  width: 300px;
  padding: 20px 0px;
  text-align: center;
}
.btn-secret a:hover {
  background-color: #E9E9E8;
}
.link-secret {
  position: absolute;
  left: 40px;
  top: 10px;
  border: 1px solid #CCC;
}
@media screen and (max-width:750px) {
.h2-even {
  font-size: 1.8rem;
}
.event {
  margin-bottom: 20px;
}
.event-inner {
  padding: 15px 15px 0px;
}
.event-title {
width: 100%;
}
.event-label {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  left: inherit;
  z-index: 2;
  padding: 0 12px;
}
.event-label:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  left: auto;
  border: none;
  border-bottom: solid 6px #999;
  border-right: solid 6px transparent;
}
.event-label.join-now {
  writing-mode: horizontal-tb;
  padding:0px 12px;}

.event-sponsor img,
.pickup-logo img{
  padding: 1px;
}
.date, .location, .residue {
  font-size: 1.2rem;
}
.company-feature dl dt {
  display: block;
  margin-right: 0px;
  float: none;
}
.company-feature dl dd {
  display: table-cell;
}

.clicks span, .other-dates span {
  display: block;
}

.btn-bg-orange a {
  position: static;
  display: block;
  width: 100%;
  margin: 0px 0px 15px;
}
.btn-bg-green a {
  position: static;
  display: block;
  width: 100%;
  margin: 0px 0px 15px;
}
.highlight .info-txt { clear:both;}
.highlight .info-txt, .highlight .tags, .highlight .company {
  margin-left: 0px;
}
.highlight .event-image {
  margin-left:0px;
}
/*
.highlight .detail-info, .highlight .info-txt, .highlight .tags, .highlight .company {
  margin-left: 120px;
}*/
.highlight-special .event-image, .highlight-special-slide .event-image, .large .event-image {
  float: none;
  margin:0px auto 15px;
}
.highlight-special .event-detail, .highlight-special-slide .event-detail, .large .event-detail {
  margin-left: 0px;
}

.highlight-special .info-txt {
  font-size: 1.2rem;}
.event-secret img {
  width: 100%;
}
.btn-secret {
  width: 90%;
}
.btn-secret a {
  width: 100%;
  padding: 10px 0px;
}
.link-secret {
  position: absolute;
  left: 10px;
}
.link-secret img { 
  width:100px;
  height:auto;}
}
/*side---------------*/
.side-heading h2 {
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.side-heading h3 {
	margin-bottom: 10px;
}
.side-heading02 {
  border-bottom: 2px solid #604136;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.side-heading02 h3 {
  font-size: 1.6rem;
}
.campanynotice {
  border-radius: 5px;
  background-color: #eee;
  padding: 20px;
}
.campanynotice ul li {
  margin-bottom: 5px;
  border-top: 1px solid #D7D8D7;
  padding: 5px 0px;
  padding-left: 18px;
  text-indent: -18px;
}
.campanynotice ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 5px;
}
.campanynotice ul li a {
  padding: 5px;
  box-sizing: border-box;
}
.push-list li {
  padding-left: 23px;
  text-indent: -23px;
  margin-bottom: 8px;
}
.push-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  padding-right: 5px;
}
.push-list li a {
  padding: 5px;
  box-sizing: border-box;
}
.jumpLink {
  padding: 0;
  margin-top: 10px;
}
.jumpLink a {
  display: block;
}
/*banner*/
.bnr-pr-w300 span {
  display: block;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
}
.bnr-pr-w600 {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0px auto 40px;
}
@media screen and (max-width:750px) {
 .bnr-pr-w600 {
  margin-bottom: 20px;
}
.bnr-pr-w300 span {
  margin-left: auto;
  margin-right: auto;
}
}
.pr-movie {
  position: relative;
  width: 100%;
  padding-top: 0%;
  height: 180px;
}
.pr-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 750px) {
.pr-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pr-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
/*event desdription-----------------------------*/
.event-desc {margin-bottom: 50px;}
.event-desc .tags{margin-bottom: 0px !important;}
.event-desc .map{ margin-top:20px;}
.event-info-period a,
.event-desc-block a {color:#0098d9;}
.event-desc-block span a {margin-right:10px;}
.event-desc-title h1,
.event-desc-title h2 {font-size: 2.4rem; line-height:1.4; margin-bottom:30px;}
.event-info-col {
  border-right:  #CCC 1px solid;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.event-info-col [class*="event-info-"] {
  border-left: #CCC 1px solid;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:10px;
}
[class*="event-info-"] dt {
  color: #ff9324;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom:10px;
}
[class*="event-info-"] dd {
  font-size: 1.8rem;
  font-weight: 600;
}
.event-desc-mds {
  background-color: #000;
  padding: 10px 20px;
}
.event-desc-mds h2 {
  color: #fff;
  font-size: 1.8rem;
}
.event-desc-block {
  padding:10px;
  font-size:1.6rem;}
.event-desc-block dl {
  border-bottom: #ccc 1px solid;
  padding-bottom:10px;
  margin-bottom:10px;
}
.event-desc-block dd {
  padding-left:10px;}
.point-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.point-title:before {
  background-color: #ff9324;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  width: 6px;
}
.event-desc-foot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.event-desc-foot [class*="btn-"] {
  width: calc((100% - 8px)/2);
  margin: 0 2px 20px;
  text-align: center;
  border: solid 3px #000;
  font-weight: 600;
  border-radius: 7px;
  box-sizing: border-box;
}
.event-desc-foot a {
  padding: 10px 0px;
  display: block;}
.event-desc-foot a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-right: 5px;
}
.btn-eventsite {
  background-color: #ff9324 !important;
  border-color: #ff9324 !important;
}
.btn-eventsite a {
  color: #fff !important;
}
.btn-joinlist {
  border-color: #ff9324 !important;
}
.btn-joinlist a {
  color: #ff9324 !important;
  background-color:#fff;
}
 @media screen and (max-width: 750px) {
.event-desc-title h1,
.event-info-col {margin-bottom:15px;}
.event-desc-title h2 {font-size: 2rem;}
.event-info-col {
  border-right:  none;
  margin-bottom: 10px;
}
.event-info-col [class*="event-info-"] {
  border-left: none;
  width: calc(100%);
  padding:10px 0px;
}
.event-info-day{
  border-bottom:solid 1px #ccc;}
.event-desc-block {
 background-color:#f9f9f9;
}
}
/*注釈--------------------*/
.notes li{
	font-size: 1.4rem;
	padding-left: 1em;
	color: #666;
}
.notes li:before{
	content: "※";
}
.notes li:first-letter{
	margin-left: -1.3em;
}
.notes li a {
	text-decoration: underline;
}
.notes-txt { 	
	font-size: 1.4rem;
  font-weight:normal;}

/*common*/
.event-title h2 a {
  color: #0098d9;
}
.co-name {
  padding-right: 10px;
  color: #0098d9;
}
/*even*/
.even .content-header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.even .content-header h1 span {
  color: #005dad;
  padding-right: 10px;
}
.even .tab-group {
  border-bottom: 5px solid #005dad;
}
.even .tab-item {
  border-left: 1px solid #005dad;
}
.even .tab-item:first-child {
  border-left: none;
}
.even .tab-item a:hover {
  background: #005dad;
}
.even .tab-item.on a {
  background-color: #005dad;
  color: #fff;
}

/*odd*/
.odd .content-header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.odd .content-header h1 span {
  color: #0098d9;
  padding-right: 10px;
}
.odd .tab-group {
  border-bottom: 5px solid #0098d9;
}
.odd .tab-item {
  border-left: 1px solid #0098d9;
}
.odd .tab-item:first-child {
  border-left: none;
}
.odd .tab-item a:hover {
  background: #0098d9;
}
.odd .tab-item.on a {
  background-color: #0098d9;
  color: #fff;
}
/*career*/
.career .content-header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.career .content-header h1 span {
  color: #ff9324;
  padding-right: 10px;
}
.career .tab-group {
  border-bottom: 3px solid #604136;
}
.career .tab-item {
  
}
.career .tab-item:first-child {
  border-left: none;
}
.career .tab-item a:hover {
  background: #604136;
  color: #fff !important;
}
.career .tab-item.on a {
  background-color: #604136;
  color: #fff !important;
}
/*past*/
.past .content-header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.past .content-header h1 span {
  color: #188533;
  padding-right: 10px;
}

/*hr*/
.hr .content-header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.hr .content-header h1 span {
  color: #188533;
  padding-right: 10px;
}
.hr .tab-group {
  border-bottom: 5px solid #188533;
}
.hr .tab-item {
  border-left: 1px solid #188533;
}
.hr .tab-item:first-child {
  border-left: none;
}
.hr .tab-item a:hover {
  background: #188533;
}
.hr .tab-item.on a {
  background-color: #188533;
  color: #fff;
}


.co-career{background-color: #F2DBD0;}
.co-even{background-color: #D5D8FFC2;}
.co-odd{background-color: #C5E8F9B0;}
.co-hr{background-color: #D8E8C1;}


.event a,
.tags a span{
	text-decoration: underline;}

.btn1 .event-title,
.btn1.btn2 .event-title {width: 100%;}

.jointbriefing {
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 40px;
  margin: 40px 0;
}
.jointbriefing * {
  line-height: 1.8;
  font-size: 1.6rem;
}
.jointbriefing p:not(:last-child) {
  margin-bottom: 1em;
}
.jointbriefing section {
  margin-bottom: 30px;
}
.jointbriefing section:last-child {
  margin-bottom: 0px;
}
.jointbriefing-header {
  display: flex;
  margin-bottom: 5px;
}
.jointbriefing-header h3 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 36px;
}
.jointbriefing-icon {
  background-color: #604136;
  color: #fff;
  font-size: 16px;
  flex: none;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 40px;
  text-align: center;
  margin-right: 10px;
}
.jointbriefing ul {
  padding-left: 20px;
}
.jointbriefing ul li {
  list-style: disc;
}
.jointbriefing dl {
  padding-left: 10px;
}
.jointbriefing dl dt {
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
}
.jointbriefing dl dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\e4e3";
  padding-right: 5px;
}
.jointbriefing dl dd {
  margin-bottom: 5px;
  padding-left: 1em;
}
.btn-jointbriefing {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 6px;
}
.btn-jointbriefing a {
  display: block;
}
.btn-jointbriefing a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
.btn1 .event-title,
.btn1.btn2 .event-title {width: 100%;}
 .jointbriefing {
   padding: 20px;
 }
 .jointbriefing * {
   font-size: 1.2rem;
 }
 .jointbriefing-header h3 {
   font-size: 1.4rem !important;
   font-weight: 800;
   line-height: 28px;
 }
 .jointbriefing-icon {
   height: 28px;
   width: 28px;
   line-height: 28px;
 }
 }
.bg-white{
		background-color: #ffffff;
}
.bg-cream{
		background-color: #fdfcee;
}
.large .event-image img,
.large .event-image iframe,
.highlight .event-image img,
.highlight-special .event-image img,
.ad-box iframe {
   box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .2);
   margin-top: 5px;
   margin-bottom: 5px;
   border-radius: 4px;
}
.large .event-image img:hover,
.highlight .event-image img:hover,
.highlight-special .event-image img:hover{
   box-shadow:0 0px 1px 0;
   mix-blend-mode: darken;
}

/*banner---------------*/
.banner-box {
  display: flex;
  flex-wrap: wrap;
  margin:0 11px 50px;
}
.banner-box li {
  width: calc((100% - 6px) / 2);
  margin: 0 6px 0 0;
}
.banner-box li:nth-child(2n){
  margin-right: 0px;
}
@media screen and (max-width: 750px) {
  .banner-box li {
    width: 100%;
    margin-bottom: 20px;
	margin-right: 0px;
  }
}
/*form--------------------*/
.searchfilter * {
  box-sizing: border-box;
}
.searchfilter {
  padding: 10px 0px;
  border-bottom: 3px solid #000;
}
.searchfilter-group p{
	font-size: 1.2rem !important;
	margin-top: 5px;
}
.searchfilter-group select {
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}
.searchfilter-group dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px solid #eee;
}
.searchfilter-group dt {
  width: 130px;
  padding: 15px;
  font-weight: 700;
  background-color: #eee;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
}
.searchfilter-group dd {
  padding: 15px;
  width: calc(100% - 130px);
  border-top: 2px solid #eee;
  vertical-align: center;
}
.searchfilter-group dt:first-of-type, .searchfilter-group dd:first-of-type {
  border-top: none;
}

.searchfilter-group .searchBox {
  border: 2px solid #f2eee6;
  background-color: #fff;
  padding: 10px 15px;
  color: #604136;
}
.t-area_h{
	height: 50px;
}
.ans-keyword {
  width: 50%;
}
.ans-graduation, .ans-area {
  width: 200px;
}
#startYear, #startMonth, #startDay, #endYear, #endMonth, #endDay {
  width: 100px;
}
/*矢印*/
.arrow_r {
  position: relative;
}
.arrow_r::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ffc119;
  border-bottom: 3px solid #ffc119;
  transform: rotate(45deg);
  pointer-events: none;
}
.arrow_l{
  position: relative;
  display: inline-block;
}
.arrow_l::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffc119;
  border-right: solid 2px #ffc119;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

/*対象*/
.target-year ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.target-year .checkbox{
	margin-right: 10px;
}
/*開催日*/
.date-block span {
  display: inline-table;
}
.btn-week, .btn-month {
  border-radius: 5px;
  border: 2px solid #f5f2eb;
  padding: 10px 25px;
  background-color: #fff;
}
.on_ {
  background-color: #f5f2eb;
}

.ans-date{
	margin-top: 15px;
	display: flex;
}
.ans-date span {
   display: table-cell;
    vertical-align: center !important;
    text-align: center;
    line-height: 50px;
    width: 20px;
    padding: 0;
    margin: 0;
	
}
.ans-date-input input[type="date"]{
width: 250px;
	height: 50px;
border: 2px solid #f2eee6;
background-color: #fff;
padding: 10px 25px;
color: #604136;
}


/*開催場所*/
.search_address {
  width: 100%;
  display: flex;
}
.search_address dt, .search_address dd {
  border-top: none !important;
	padding-top: 0px;
}
/*種別*/
.search_tag ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f5f2eb;
}
.search_tag ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* チェックボックス全体 */
.search_tag .checkbox {
  margin-right: 10px;
	width: calc((100% - 30px)/4);
}
.search_tag .checkbox:nth-child(4n){
	margin-right: 0px;
}
.search_tag .checkbox label {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.search_tag .checkbox label:not(:last-of-type) {
  margin-right: 20px;
}
.checkbox input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd6c4;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox input:checked {
  background-color: #ffc119;
  border: 1px solid #ffc119;
}
.checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
  pointer-events: none;
}
/*ボタン*/
.submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px auto;
  gap: 20px;
}

.buttons.btn_search{
	position: relative;
  display: inline-block;
  
}
.buttons.btn_search::before {
 content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.buttons.btn_search input[type="button"] {
  background-color: #ffc119;
  border: 2px solid #ffc119;
  width: 400px;
  padding: 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
.btn_search input[type="button"]:hover {
 
}
.buttons.btn_clear input {
  width: 250px;
  border: 2px solid #f2eee6;
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
}

.buttons.btn_clear{
	position: relative;
}
.buttons.btn_clear::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12d";
  color: #604136;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: 0px;
  transform: translateY(-50%);
  pointer-events: none;
}
/* プレースホルダーのスタイル */

.placeholder-text {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none; /* クリックを無効にして入力の邪魔をしない */
  font-size: 14px;
}

/* 入力が値を持つときに非表示にする */
input:focus + .placeholder-text,
input:not(:placeholder-shown) + .placeholder-text {
  display: none;
}
@media screen and (max-width: 750px) {
  .searchfilter {
    padding: 0px 0px 10px;
    background-color: #fff;
  }
	.searchfilter-group *{
		font-size: 1.6rem;
	}
  .searchfilter-group dl {
    padding: 0px;
    width: 100%;
	  border: none;
  }
  .searchfilter-group dt, .searchfilter-group dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .searchfilter-group dd {
    padding: 15px 0px;
  }
  /*txtボックス*/
  .ans-keyword, .ans-graduation, .ans-area {
    width: 100%;
  }
  /*矢印*/
  .arrow_l_ro::before {
    left: 5px;
  }
  /*開催日*/
  .btn-week.t-area_h,
	.btn-month.t-area_h {
    height: auto;
		
  }

.ans-date-input {
  display: flex;
  flex: 1;
}
.ans-date-input input[type="date"] {
  flex: 1;
	padding: 10px 5px;
}
.ans-date-input input[type="date"]{
	width: auto;
}
  /*開催場所*/
  .search_address {
    display: block;
  }
  .searchfilter-group .search_address dt {
    padding-top: 15px;
  }
  .searchfilter-group .search_address dd {
   
  }
  /*チェックポックス*/
  .search_tag .checkbox {
    width: calc(100% / 2);
    margin-right: 0px;
  }
  /*ボタン*/
  .submit {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .buttons.btn_clear, .buttons.btn_search {
    width: 100%;
  }
  .buttons.btn_clear::before {
    left: 0px;
    margin-top: -5px;
  }
  .buttons.btn_clear input {
    width: auto;
    border: none;
    padding: 15px 25px 25px;
  }
  .buttons.btn_search input[type="button"] {
    width: 100%;
  }
}
 /*new icon*/
 .event-label_new {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 20px;
   font-size: 12px;
   line-height: 20px;
   border-radius: 6px;
   background-color: #ff0000;
   color: #fff;
   text-align: center;
   transition: .2s;
   top: -5px;
   left: 10px;
 }
 .event-label_new:before, .event-label_new:after {
   content: "";
   position: absolute;
   z-index: -10;
   width: 40px;
   height: 20px;
   top: 0;
   left: 0;
   border-radius: 6px;
   background: #FF7D7D;
   transform: translate3d(0, 0, 0);
 }
 .event-label_new:before {
   animation: newanime 1s ease-out infinite;
 }
 .event-label_new:after {
   animation: newanime 1s ease-out 1s infinite;
 }
 @keyframes newanime {
   0% {
     transform: scale(.95);
     opacity: 1
   }
   90% {
     opacity: .1
   }
   to {
     transform: scale(1.2, 1.4);
     opacity: 0
   }
 }
/*件数追加*/
.event-number{
display: inline-block;
margin-top: -10px;
  margin-bottom: 10px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,220,122) 70%);
}
.event-number span{
	font-size: 2rem;
	font-weight: 700;
		display: inline-block;
	margin-right: 3px;
}
/*202508 お気に入りハート追加
ヘッダー固定*/
#wrapper {
margin-top: 85px;
}
/* スクロール時に追加されるクラス */
.event-report {
  position: relative;
}
.event-report .hr01 {
  width: calc(100% - 5px);
}
.favorite-btn {
  font-size: 20px;
  cursor: pointer;
  color: #c0c0c0;
	border: none;
  transition: color 0.2s ease-in-out;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0px;
  right: -25px;
  bottom: 0;
}
.favorite-btn.active {
  color: #e74c3c;
}
@media screen and (max-width: 750px) {
	#wrapper {
	margin-top: 65px;
}
  .favorite-btn {
    top: auto;
    transform: none;
    right: 0px;
    bottom: -5px;
  }
  .event-report .hr01 {
    width: calc(100% - 35px);
  }
  .another-date {
    padding-right: 35px;
  }
}
.event-header{
	position: relative;
}
.favorite-btn01 {
  font-size: 2.5rem;
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s ease-in-out;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 11px;
  border: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.favorite-btn01.active {
  border-color: #ff0606;
  color: #ff0606;
}
/*TOP 卒　転職　採用担当*/
.btn-bg-orange a {
  right: 50px;
  line-height: 31px;
}
.btn-bg-green a {
  right: 175px;
  line-height: 31px;
}
/*過去イベント*/
.past .btn-bg-orange a{
	right: 10px;
}
@media screen and (max-width: 750px) {
  .event-label {
    left: 15px;
    right: inherit;
    top: -10px;
  }
  .event-label::before {
    border-bottom: solid 10px #999;
  }
  .favorite-btn01 {
    font-size: 2.5rem;
    right: 10px;
    top: 15px;
    height: 27px;
    margin: 2px 0px;
  }
}
