@charset "utf-8";

/*===============
default setting
===============*/

body {
	position: relative;
	color: #1A1A1A;
	line-height: 1.5;
	font-size: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
}

wrap {
	width: 100%;
}

a {
	color: #1A1A1A;
}

a:hover {
	opacity: 0.7;
}

.container {
	position: relative;
	width: 100%;
}

.container h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 30px;
}


/*===============
header
===============*/

header {
	position: relative;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	color: white;
	width: 100%;
}

header .header-sec  {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header1-part {
	display: flex;
}

.date {
	font-size: 5em;
    font-family: forma-djr-display, sans-serif;
	font-weight: 700;
	font-style: normal;
    padding: 10px 30px;
}


.day-time-cont {
	font-size: 2em;
    padding: 20px 0;
	font-weight: bolder;
}

.header2 {
	font-size: 1em;
    line-height: 1.8em;
    padding: 10px 30px;
}

/*===============
top
===============*/


section.top {
	width: 100%;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.top-heading-cont  {
	width: 100%;
	display: flex;
	align-items: end;
	padding: 50px 30px;
}

.top-heading-cont h1 {
	font-size: 3em;
	font-weight: bolder;
	line-height: 1.3;
	color: #D12927;
	padding: 20px 0 0 20px
	/* グラデーションにするなら
	display: inline-block;
	background: linear-gradient(90deg, #D12927, #F1AB3E);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	*/
}


.free {
	color: white;
	font-weight: bold;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	display: inline-block;
	padding:15px 30px;
	margin: 0 70px;
    height: fit-content;
}

.application {
	display: block;
	border: 1px solid #1A1A1A;
	font-weight: bold;
	padding: 20px 50px;
}

.top-heading-cont a {
    position: relative;
}

.top-heading-cont a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
	margin-left: 20px;
    width: 13px;
    height: 13px;
    border-top: solid 3px #1A1A1A;
    border-right: solid 3px #1A1A1A;
    transform: rotate(45deg);
}

.top-heading-cont a {
    position: relative;
}

.top-speaker-sec  {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	padding: 60px 0;
}

.top-speaker-cont {
	width: 29%;
	height: fit-content;
	text-align: center;
	display: flex;
}

.top-speaker-cont  img  {
	padding-right: 20px;
}

.top-speaker-info1 {
	display:block;
	color: white;
	background-color: #4D4D4D;
	border-radius:30px;
	padding: 10px 20px;
	margin: 20px auto;
	}

.top-speaker-info2 {
	display: inline-block;
	text-align: left;
}


/*===============
intro
===============*/

.intro-sec {
	background-color: #F2F2F2;
	padding-bottom: 40px;
}

.intro {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 40px;
	line-height: 2em;
}

.intro:before,.intro:after{ 
    content:'';
    width: 50px;
    height: 60px;
    position: absolute;
    display: inline-block;
}
.intro:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.intro:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.intro p {
    margin: 0; 
    padding: 0;
}

/*===============
speaker
===============*/

.speaker1,.speaker2,.speaker3 {
	position: relative;
}


.bg-speaker {
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	color: white;
	font-size: 0.9em;
	padding: 40px 0 60px;
	text-align: center;
}

.speaker-title2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 0;
}

.speaker-cont   {
	width: 60%;
	display: flex;
	align-items: flex-start;
	margin: 50px auto 70px;
}

.speaker-cont  img {
	position: relative;
	top: -90px;
}

p.career {
	font-size: 0.9em;
	text-align: left;
	padding:0 40px 0 40px;
}

/*===============
schedule-info
===============*/
.schedule-info-cont  {
	margin: 50px auto;
	background-color: #f2f2f2;
}

.schedule-info-cont-inner  {
	width: 70%;
	display: flex;
	margin: 0 auto;
	padding: 50px 0;
}


/*===============
schedule
===============*/
.schedule-sec  {
	width: 50%;
}

.cp_timeline03 {
	position: relative;
	margin: 3em auto;
}
.cp_timeline03:before {
	position: absolute;
	top: 40px;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #ed1c24;
	left: 40px;
}

.cp_timeline03 .timeline_group {
	position: relative;
	padding-top: 30px;
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
	margin-top: 1rem;
}
.cp_timeline03 .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color: #00838F;
	width: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.cp_timeline03 .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}

.cp_timeline03 .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 85px;
	min-height: 85px;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	top: 30%;
	margin-top: -33px;
	border-radius: 65px;
}
.cp_timeline03 .time_count {
	font-size: 1em;
	font-weight: 700;
	display: block;
	line-height:60px;
}

.cp_timeline03 .desc {
	padding: 0.5em 1em;
	font-size: 0.9em;
}
.cp_timeline03 .desc .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
}

/*===============
info
===============*/

.info-sec  {
	width: 50%;
}

.info-sec-inner  {
	margin: 3em auto;
}

.info-sec-inner  dl  {
	display: flex;
	margin-bottom: 20px;
}

.info-sec-inner  dt  {
	width: 20%;
	padding: 30px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	color: #FFF;
}

.info-sec-inner  dd  {
	padding-left: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

.info-sec-inner  dd  span  {
	font-size: .6em;
}

/*button*/


.application {
	display: block;
	border: 1px solid #1A1A1A;
	font-weight: bold;
	padding: 20px 50px;
}

.btn a {
    position: relative;
}

.btn a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
	margin-left: 20px;
    width: 13px;
    height: 13px;
    border-top: solid 3px #1A1A1A;
    border-right: solid 3px #1A1A1A;
    transform: rotate(45deg);
}

.btn a {
    position: relative;
}


/*===============
specal  thanks
===============*/

section.thanks-sec  {
	width: 70%;
	margin: 0 auto;
}

/*.thanks-cont  {
	display: flex;
	margin: 50px 0;
}*/

.thanks-cont-part  {
	margin: 50px auto;
	width: 80%;
}


.thanks-cont-part  dl  {
	display: flex;
	margin-bottom: 20px;
}

.thanks-cont-part  dt  {
	width: 20%;
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	color: #FFF;
}

.thanks-cont-part  dd  {
	padding-left: 30px;
	font-weight: bold;
}

/*===============
footer
===============*/

footer  {
	background-color: #595858;
}

.address {
	width: 70%;
	margin: 0 auto;
	padding: 50px 0 15px;
}

.address h3 {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding-bottom: .7em;
	color: white;
	font-weight: bold;
	
}

.address-detail {
	width: 70%;
	margin: 0 auto;
	color: white;
	font-size: .9em;
	line-height: 2em;
}

br.sp {
	display: none;
}

.link {
	color: white;	
}

.copyright {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: white;
	font-size: .7em;
}

/* デザインB（タブレットスマホ） */
@media screen and (max-width: 1023px) {

	.container h2 {
		font-size: 1.6em;
		margin: 0;
	}
	
	/* ----------------
	      header
	------------------*/
	
	header .header-sec {
		display: block;
	}
	
	.header1 {
		padding-top: 15px;
	}
	
	.header1-item {
		width: 50%;
	}
	
.date {
	font-size: 3em;
    padding: 0 auto;
}

.day-time-cont {
	font-size: 1em;	
    padding: 20px 0;
}

.header2 {
	font-size: 0.7em;
    line-height: 1.8em;
    padding: 0 20px 30px;
}
	
	/*===============
           top
    ===============*/

section.top {
	background-attachment: fixed;
}

.top-heading-cont  {
	display: block;
	text-align: center;
	padding: 30px 20px 0;
}

.top-heading-cont h1 {
	font-size: 1.7em;
	line-height: 1.3;
	padding: 10px 0 0 ;
	margin: 0 auto;
}

.free {
	margin: 30px auto;
}

.application {
	padding: 20px 50px;
}

.top-speaker-sec  {
	display: block;
	padding: 30px 0;
}

.top-speaker-cont {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.top-speaker-cont  img  {
	padding-right: 0;
}
	
/*===============
intro
===============*/

.intro {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 1em;
	line-height: 2em;
}
	
/*===============
speaker
===============*/
	
.bg-speaker {
	font-size: 0.75em;
}
	
.speaker-title2 {
	width: 95%;
	margin: 0 auto;
}

.speaker-cont   {
	width: 95%;
	display: block;
	margin: 30px auto;
}

.speaker-cont  img {
	top: -60px;
	display: block;
	margin: 0 auto -60px;
}

p.career {
	padding: 10% 4%;
}

/*===============
schedule-info
===============*/
	
.schedule-info-cont  {
	margin: 50px auto;
}

.schedule-info-cont-inner  {
	width: 95%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

/*===============
schedule
===============*/
	
	.schedule h2 {
		margin-bottom: 0;
	}
	
.schedule-sec  {
	width: 100%;
}

.cp_timeline03 {
	position: relative;
	margin: 3em auto;
}
.cp_timeline03:before {
	position: absolute;
	top: 40px;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #ed1c24;
	left: 40px;
}

.cp_timeline03 .timeline_group {
	padding-top: 10px;
}
	
.cp_timeline03 .timeline_group:not(:first-of-type) {
	margin-top: 1rem;
}
	
.cp_timeline03 .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color: #00838F;
	width: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
	
.cp_timeline03 .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
	
.cp_timeline03 .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}

.cp_timeline03 .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 85px;
	min-height: 85px;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #ed1c24, #F1AB3E);
	top: 30%;
	margin-top: -33px;
	border-radius: 65px;
}
	
.cp_timeline03 .time_count {
	font-size: 1em;
	font-weight: 700;
	display: block;
	line-height:60px;
}

.cp_timeline03 .desc {
	padding: 0.5em 0 1em 1em;
	font-size: 0.9em;
}
	
.cp_timeline03 .desc .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
}

/*===============
info
===============*/
	
	/*↓効かない*/
	
	.information h2 {
		
		padding-top: 35px;
	}
	
.info-sec  {
	width: 100%;
}

.info-sec-inner  {
	margin: 3em auto;
}

.info-sec-inner  dl  {
	margin-bottom: 20px;
}

.info-sec-inner  dt  {
	width: 25%;
	padding: 20px 0;
	font-size: 1em;
}

.info-sec-inner  dd  {
	width: 75%;
	padding-left: 15px;
	font-size: 1em;
}

.info-sec-inner  dd  span  {
	display: block;
}
	
	/*button*/

.application {
	padding: 20px 15px;
}
	
/*===============
specal  thanks
===============*/
	
section.thanks-sec  {
	width: 95%;
	margin: 0 auto;
}

.thanks-cont  {
	display: block;
	margin: 40px 0;
}

.thanks-cont-part  {
	width: 100%;
}

.thanks-cont-part  dt  {
	width: 25%;
}

.thanks-cont-part  dd  {
	width: 75%;
	padding-left: 15px;
}

	/*===============
footer
===============*/
	
footer  {
	height: auto;
}
	.address {
		width: 95%;
	}
	
	.address h3, .address-detail {
		width: 100%;
	}
	
	br.sp {
		display: block;
	}
}
















