#second {
  padding: 10px 10px 100px;
  background-color: #C4E9FB;
}

#second p {
  width: calc(100% - 10px);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
  font-size: 1.8em;
  color: #009FE8;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 35px;
}


  #second p {
	  text-align: left;
	  font-size: 1.6em;
  }

#second p span {
  background: #FFF100;
}
#second ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}

#second ul li {
  width: calc(100% - 10px);
  background: #fff;
  background-size: 100% auto;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #009FE8;
  font-weight: 700;
  text-align: left;
  padding: 20px 15px;
}
/*@media screen and (min-width: 1025px) {
  #second ul li {
    width: 410px;
    font-size: 2.1rem;
  }
}*/

  #second ul li {
	  font-size: 2.2rem;
  }


h2 {
  width: 100%;
  margin: 0 auto 40px;
}


#schedule {
  background-color: #FFFF85;
  position: relative;
  z-index: 0;
  padding: 40px 15px 100px;
}

#schedule::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(5deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFF85;
}
#schedule div:not(.btn_content) {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  margin: 0 5px;
  position: relative;
}

#schedule div:not(.btn_content) .list {
  width: 345px;
  margin-bottom: 20px;
}
#schedule div:not(.btn_content) .list.disp_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #schedule div:not(.btn_content) .list {
    width: 100%;
  }
  #schedule div:not(.btn_content) .list.disp_smt {
    display: none;
  }
  #schedule div:not(.btn_content) .list.disp_pc {
    display: inherit;
  }
}

#schedule div:not(.btn_content) .present {
  width: 100%;
}


#booth {
  background-color: #C4E9FB;
  position: relative;
  z-index: 0;
  padding: 40px 10px 100px;
}
#booth h4{font-size: 150%; font-weight: bold; color: #009FE8;}
	
.t_link {max-width: 500px; margin: 0 auto;}	
.t_link img{width: 100%; height: auto;}
.job_txt{ font-size: 120%; font-weight: bold; margin-top: 15px; margin-left: 15px;}

#booth::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #C4E9FB;
}
#booth ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
  margin: 0 0 40px;
  position: relative;
  z-index: 10;
}

#booth ul li {
  width: calc((100% - 10px) / 2);
  background-color: #FFF100;
  border-top: solid 3px #E3007F;
  border-left: solid 3px #E3007F;
  border-right: solid 3px #009FE8;
  border-bottom: solid 3px #009FE8;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}

#booth ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #009FE8, #009FE8 1.5px, transparent 0, transparent 3px);
  z-index: -1;
}

#booth ul li:hover {
  cursor: pointer;
}
#booth ul li:hover::after {
  opacity: 0;
}
#booth ul li a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  position: relative;
}

#booth ul li a::after {
  width: 15px;
  height: 7px;
  content: "";
  background: url("/special/files/arrow_down.svg") no-repeat left 50%;
  position: absolute;
  bottom: 0;
}

#booth ul li a:hover {
  cursor: pointer;
}
#booth div:not(.btn_content) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin: 0 5px;
}

#booth div:not(.btn_content) article {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

#booth div:not(.btn_content) article h3 {
  /*height: 18px;*/
  max-width: 100%;
}

#booth div:not(.btn_content) article h3 img {
  height: 100%;
}
#booth div:not(.btn_content) article p {
  font-size: 1.4rem;
}

#booth div:not(.btn_content) article figure {
  width: 100%;
  text-align: center;
}
#booth div:not(.btn_content) article figure img {
  width: 100%;
}

#booth div:not(.btn_content) article#booth04 h3 {
 /* height: 38px;*/
}
/*@media screen and (min-width: 1025px) {
  #booth div:not(.btn_content) article#booth04 h3 {
    
  }
}*/
#booth div:not(.btn_content) article#booth05 {
  width: 100%;
  margin-bottom: 30px;
}
#booth div:not(.btn_content) article#booth05 #kouza_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
/*@media screen and (min-width: 1025px) {
  #booth div:not(.btn_content) article#booth05 #kouza_list {
    justify-content: space-between;
  }
}*/
#booth div:not(.btn_content) article#booth05 #kouza_list div {
  width: 100%;
  min-height: 155px;
  position: relative;
  margin: 0;
  display: block;
}
@/*media screen and (min-width: 1025px) {
  #booth div:not(.btn_content) article#booth05 #kouza_list div {
    width: calc((100% - 45px) / 2);
    min-height: 280px;
  }
}*/
#booth div:not(.btn_content) article#booth05 #kouza_list div h4 {
  width: 100%;
  padding: 5px;
}
/*@media screen and (min-width: 1025px) {
  #booth div:not(.btn_content) article#booth05 #kouza_list div h4 {
    padding: 10px 20px;
  }
}*/
#booth div:not(.btn_content) article#booth05 #kouza_list div h4 img {
  height: 21px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div .list {
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div .chara {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90px;
  max-height: 165px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.hotel {
  border: solid 5px #52A863;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.hotel h4 {
  background-color: #52A863;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.hotel .list {
  height: 77px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.travel {
  border: solid 5px #52A8DC;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.travel h4 {
  background-color: #52A8DC;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.travel .list {
  height: 107px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.railway {
  border: solid 5px #3570AF;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.railway h4 {
  background-color: #3570AF;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.railway .list {
  height: 107px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.airline {
  border: solid 5px #58B3AC;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.airline h4 {
  background-color: #58B3AC;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.airline .list {
  height: 77px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.bridal {
  border: solid 5px #D24934;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.bridal h4 {
  background-color: #D24934;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.bridal .list {
  height: 77px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.cafe {
  border: solid 5px #EFA94D;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.cafe h4 img {
  height: 16px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.cafe h4 {
  background-color: #EFA94D;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.cafe .list {
  height: 77px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.funeral {
  border: solid 5px #75549C;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.funeral h4 {
  background-color: #75549C;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.funeral .list {
  height: 100px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.global {
  border: solid 5px #C3D552;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.global h4 {
  background-color: #C3D552;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.global .list {
  height: 77px;
}

#booth div:not(.btn_content) article#booth05 #kouza_list div.korean {
  border: solid 5px #B81C22;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.korean h4 {
  background-color: #B81C22;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.korean .list {
  height: 110px;
}


#booth div:not(.btn_content) article#booth05 #kouza_list div.it {
  border: solid 5px #F9DE55;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.it h4 {
  background-color: #F9DE55;
}
#booth div:not(.btn_content) article#booth05 #kouza_list div.it .list {
  height: 77px;
}



#privilege {
  background-color: #FFFF85;
  position: relative;
  z-index: 0;
  padding: 40px 10px 100px;
}

#privilege::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(5deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFF85;
}
#privilege div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 5px;
  row-gap: 40px;
}

#privilege div article {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 20px;
}

#privilege div article .batch {
  width: 74px;
  float: left;
  margin-right: 10px;
}

#privilege div article .batch img {
  width: 100%;
}
#privilege div article p {
  font-size: 2.1rem;
  color: #009FE8;
  font-weight: 700;
}

#privilege div article.support {
  width: 100%;
}
#privilege div article.support .batch {
  margin-bottom: 20px;
}

#privilege div article.support ul {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#privilege div article.support ul li {
  width: calc((100% - 10px) / 2);
}

#privilege div article.support ul li img {
  width: 100%;
}

#access {
  background-color: #C4E9FB;
  position: relative;
  z-index: 0;
  padding: 40px 10px 100px;
}

#access::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #C4E9FB;
}
#access div {
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 5px;
  padding: 20px;
}

#access div p {
  font-size: 1.4rem;
  color: #009FE8;
  font-weight: 700;
  margin-bottom: 40px;
}

#access div img {
  width: 100%;
  border: solid 5px #009FE8;
}
	
#contact {
  background-color: #FFFF85;
  position: relative;
  z-index: 0;
  padding: 40px 10px 100px;
}	


#btn_sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px 0 10px;
}
#btn_sticky img {
  width: 300px;
}

#btn_sticky img:hover {
  cursor: pointer;
}
/*240306追加*/
.caption{ font-size: 70%;}
/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}


h3{
font-size: 1.5em; font-weight: bold; color: #029CD1;
}
.e_table img{width: 100%; height: auto;}	
.e_table table{ }
.e_table table td{ 
padding: 10px; text-align: left;
}
#experience ul li{ 
color: #535252; font-size: 1.5em; font-weight: bold; 
}
.support img{
width:100%; height:auto;
}


#fv {
  /*background:  url(/special/files/spacer.png) no-repeat center top,url(/special/files/back_fv_240306.png) no-repeat center 50%;*/
  background-size: 100% auto, cover;
  padding-top: 0px;
  position: relative;
}	
.e_table h3 {font-size: 110%;}	

.scr{
	font-size: 100%; margin-top: 50px; text-align: center;
}

.balloon1-top p {
    background: #fff;
    
    position: relative;
}
.balloon1-top p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 15px 15px 15px;
    position: absolute;
    left: calc(50% - 15px);
    top: -15px
}

.tbl-r05 td:first-child {
}

  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

#fv .info01 img{width: 100%; height: auto;}
	
	#fv .info01{
	position: absolute;	
	width: 50%;	
	left: 0%;
    top: 35%;
	z-index: 1;	
}	
#fv .info02 img{width: 100%; height: auto;}
	
	#fv .info02{
	position: absolute;	
	width: 20%;	
	right: 50%;
    top: 68%;
	z-index: 0;	
}
	
.lp-bg {
  background-image: url('/special/files/2603/bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#contact_bnr{float: left; }
	#contact_bnr .cont_left{float: left; width: 48%;}
	#contact_bnr .cont_right{float: right; width: 48%;}
#contact_bnr img{width: 100%; float: left;margin-top: 10px; margin-bottom: 10px;}	
@media screen and (min-width: 768px) {
	.l_txt{max-width: 500px; margin-top: 50px;}
	}
@media screen and (max-width: 768px) {
	#contact_bnr .cont_left{float: left; width: 100%; padding-top: 15px;}
	#contact_bnr .cont_right{float: right; width: 100%;}
	#fv .info01{
	position: absolute;	
	width: 50%;	
	left: 0%;
    top: 35%;
	z-index: 1;	
}	
	
	#fv .info02{
	position: absolute;	
	width: 30%;	
	right: 15%;
    top: 60%;
	z-index: 0;	
}
	l_txt{max-width: 100%; margin-top: 20px;}
	}
