@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/

#gt-nvframe {
    display: none;
}

/*----------------------------------------------------------------------
 common
----------------------------------------------------------------------*/
.pc_only,
.pc_tb_only {
  display: inherit;
}
.tb_sp_only,
.tb_only,
.sp_only,
.sp_sm_only {
  display: none;
}
#content table.common {
  width: 100%;
  margin-bottom: 20px;
}
#content table.common th,
#content table.common td {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ccc;
}
#content table.common thead th {
  background: #0057a4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#content table.common tbody th {
  width: 25%;
  background: #e8f2f8;
}

#content .fw400 {
  font-weight: 400;
}
#content .fw700 {
  font-weight: 700;
}
#content .fw900 {
  font-weight: 900;
}

#content .ffs_palt {
  font-feature-settings: "palt";
}
#content .marker_orange {
  background: linear-gradient(transparent 60%, #ffeb95 0%);
}

#content .btn_link {
  display: inline-block;
  line-height: 1.2;
}
#content .btn_link a {
  display: block;
  padding: 10px 50px 12px;
  background: #b44760;
  border-radius: 50px;
  color: #fff;
}
#content.program01 .btn_link a {
  background: #b44760;
}
#content.program02 .btn_link a {
  background: #3c6685;
}
#content.program03 .btn_link a {
  background: #386736;
}
#content .btn_link a::before {
  display: inline-block;
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .125rem;
  padding-right: 5px;
  background: url("/common/images/icon_arrow_w.svg") left top no-repeat;
  background-size: contain;
  vertical-align: top;
}
.icon_window {
	position: relative;
}
.icon_window::after {
	content: '';
	width: 14px;
	height: 14px;
	background: url("/common/images/icon_window.svg") left center no-repeat;
  background-size: contain;
	position: absolute;
	top: 3px;
	right: -20px;
}

/*----------------------------------------------------------------------
 h1 - h6
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
#content h1 {
}
#content h2 {
}
#content h3 {
}
#content h4 {
  margin-bottom: 15px;
  font-size: 1.375em;
  font-weight: 900;
}

#content p {
  margin-bottom: 20px;
  font-size: 1.375em;
  font-weight: 700;
}



/*----------------------------------------------------------------------
 topic-path
----------------------------------------------------------------------*/
#content .topic-path {
  margin-bottom: 48px;
  padding: 8px;
	border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#content .topic-path ul {
  margin: 0;
  font-size: 0;
}
#content .topic-path ul > li {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
}
#content .topic-path ul > li a {
}
#content .topic-path ul > .active {
  color: #5f5f5f;
}
#content .topic-path ul > li + li::before {
  padding: 0 8px;
  color: #5f5f5f;
  content: ">";
}


/*----------------------------------------------------------------------
 MV
----------------------------------------------------------------------*/
#content .mv {
  width: 100%;
	margin-bottom: 72px;
}
#content .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .mv .mv_ja,
#content .mv.es .mv_en {
  display: block;
}
#content .mv .mv_en,
#content .mv.es .mv_ja {
  display: none;
}

/*----------------------------------------------------------------------
 COMMON
----------------------------------------------------------------------*/
#content {
	width: 100%;
	overflow-x: hidden;
	z-index: 2;
}
#content .bg {
  position: relative;
}
#content .bg::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: 'INDUSTRY DAY';
	color: #f9f9f9;
	font-family: 'Roboto', sans-serif;
  font-size: 20.25rem;
  font-size: 320px;
  font-weight: 700;
  line-height: 1;
}

#content.sub .bg::before {
  font-size: 200px;
}
#content.sub {
	margin-top: 40px;
}
#content.sub h1 {
  margin-bottom: 64px;
  color: #1a4795;
  font-size: 3rem;
  font-weight: 900;
	line-height: 1.2;
	text-align: center;

  background: linear-gradient(270deg, #aa1f21 20%, #194695 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
#content.sub p {
  font-size: 1rem;
}


/*----------------------------------------------------------------------
 ABOUT
----------------------------------------------------------------------*/
#content .about h1 {
  margin-bottom: 40px;
  color: #1a4795;
  font-size: 3.625rem;
  font-weight: 900;
	line-height: 1.2;
	text-align: center;

  background: linear-gradient(270deg, #aa1f21 20%, #194695 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
#content .about h1 small {
  font-size: 3.625rem;
}

#content .information {
	width: 920px;
	margin: 96px auto 80px;
	
	padding: 64px;
	border-top: 10px solid #222;
	border-bottom: 10px solid #222;
}
#content .information dl {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
	gap: 8px 40px;
}
#content .information dt {
	width: 200px;
	padding: 8px;
	background: #222;
	border-radius: 4px;
	color: #fff;
  font-size: 1rem;
  font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#content .information dd {
	margin-bottom: 40px;
	width: calc(100% - 240px);
  font-size: 1.5rem;
  font-weight: 700;
	line-height: 1.4;
}
#content .information dd:nth-last-of-type(1) {
	margin-bottom: 0;
}
#content .information dt.date {
	margin-top: 10px;
}
#content .information dd span {
	display: inline-block;
	margin: 0 4px;
  font-size: 2.5rem;
  font-weight: 900;
	line-height: 1;
}


/*----------------------------------------------------------------------
 ENTRY
----------------------------------------------------------------------*/
#content .entry {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content .entry.visitor {
	margin-top: 80px;
	padding-top: 72px;
	border-top: 10px solid #222;
}
#content .entry h2 {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: 900;
}
#content .entry p {
	font-size: 1rem;
}


#content .form_btn {
	margin: 32px 0;
	text-align: center;
}
#content .form_btn a {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 40px 40px 46px;
  background: #069e60;
  background: linear-gradient(90deg, #003ca3 0%, #9d0004 50%, #003ca3 100%);
  background: linear-gradient(90deg, #069e60 0%, #0063af 50%, #069e60 100%);
  background-size: 200% 100%;	
	border-radius: 100px;
	color: #fff;
  font-size: 2rem;
  font-size: 1.75rem;
  font-weight: 900;
	line-height: 1.2;
	transition: .3s;
	position: relative;
}
#content .form_btn a::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url("/common/images/icon_arrow_w.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 56px;
	transform: translateY(-50%);
}
#content .form_btn a:hover {
	background-position: -100% 0;
	transform: scale(1.08);
	text-decoration: none;
	opacity: 1;
}

#content .form_btn.disabled a {
	pointer-events: none;
  background: #777;
}
#content .form_btn.disabled a::after {
	content: none;
}


/*----------------------------------------------------------------------
 KOUBO
----------------------------------------------------------------------*/
#content .koubo {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px;
	background: #f9f9f9;
	text-align: left;
}
#content .koubo h3 {
	margin: 40px 0 12px;
	padding: 4px;
	border-bottom: 1px solid #222;
	font-size: 1.25rem;
}
#content .koubo h3:nth-of-type(1) {
	margin-top: 0;
}
#content .koubo p {
	font-size: 1rem;
	font-weight: 400;
}


#content ol.num_kakko,
#content ol.kana_kakko {
	margin: 0;
	list-style-type: none;
}
#content ol.num_kakko li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#content ol.kana_kakko li {
	padding-left: 2.1em;
	text-indent: -2.1em;
}

#content .tyuui {
	margin-top: 40px;
}
#content .tyuui p {
	margin-bottom: 2px;
}

#content .check {
	max-width: 360px;
	margin: 80px auto 0;
	text-align: left;
}
#content .check label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
	column-gap: 8px;
	line-height: 1.3;
	margin-bottom: 12px;
}

#content .check [type="checkbox"] {
	margin-top: 4px;
}

/*----------------------------------------------------------------------
 ERRORS
----------------------------------------------------------------------*/
#content.errors .form_btn {
	margin-top: 64px;
}
#content.errors .form_btn a {
	width: 400px;
	padding: 16px 24px 20px;
  font-size: 1rem;
}
#content.errors .form_btn a::after {
	width: 16px;
	height: 16px;
	right: 24px;
}