
/* -----
	
	Common Setting
	
------------------------------ */

#wrap {
	overflow: hidden;
}
	
/* -----
	
	Font Setting
	
------------------------------ */
	
/* -----
	Font Face
------------------------------ */

body {
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	color: #000;
}

p {
	font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* -----
	
	Header
	
------------------------------ */

#header__aoharu2020 {
	position: relative;
	z-index: 10;
}

#header__aoharu2020 .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#header__aoharu2020 .logo img {
	height: 30px;
}

#header__aoharu2020 .sns {
	position: absolute;
	display: flex;
	top: 20px;
	right: 20px;
}

#header__aoharu2020 .sns li {}

#header__aoharu2020 .sns li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	background: #000;
	margin-left: 7px;
	border-radius: 50%;
}

#header__aoharu2020 .sns li a ion-icon {
	position: relative;
	top: 1px;
}

#header__aoharu2020 .sns li.tw a { background: #1DA1F2;}
#header__aoharu2020 .sns li.fb a { background: #3C5A99;}
#header__aoharu2020 .sns li.in a {
	background: #fbd67a;
	background: -moz-linear-gradient(45deg,  #fbd67a 0%, #f5923d 20%, #f35834 40%, #db0271 55%, #ab0b9e 70%, #6c1ccf 85%, #383ded 100%);
	background: -webkit-linear-gradient(45deg,  #fbd67a 0%,#f5923d 20%,#f35834 40%,#db0271 55%,#ab0b9e 70%,#6c1ccf 85%,#383ded 100%);
	background: linear-gradient(45deg,  #fbd67a 0%,#f5923d 20%,#f35834 40%,#db0271 55%,#ab0b9e 70%,#6c1ccf 85%,#383ded 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd67a', endColorstr='#383ded',GradientType=1 );
}
#header__aoharu2020 .sns li.yt a { background: #DA1725;}

@media screen and (min-width: 781px) {
	
#header__aoharu2020 .logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

#header__aoharu2020 .logo img {
	height: 35px;
}

#header__aoharu2020 .sns {
	top: 40px;
	right: 40px;
}
	
}

/* -----

	Loading

------------------------------ */

.loading__aoharu2020 {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: #0061fe;
    background: -moz-linear-gradient(45deg, #0061fe 0%, #003487 100%);
    background: -webkit-linear-gradient(45deg, #0061fe 0%,#003487 100%);
    background: linear-gradient(45deg, #0061fe 0%,#003487 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061fe', endColorstr='#003487',GradientType=1 );	
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 9999;
}

.loading__aoharu2020 .logo {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.loading__aoharu2020 .logo img{
	height: 50px;
	margin: 0 auto;
}


/* -----
	
	Contents
	
------------------------------ */

/* -----
	Main Visual
------------------------------ */

.lp__mv__wrap {
	position: relative;
	width: 100%;
	height: 85vh;
	background: url("../img/lp/aoharu2020/mv/mv_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.lp__mv__wrap .head {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.lp__mv__wrap .head .sub img {
	height: 14px;
	margin: 0 auto 7px;
	opacity: 0;
	transform: translateY(40px);
	transition: .5s cubic-bezier(0.330, 1.700, 0.510, 0.820).3s;
}

.lp__mv__wrap .head h1 img {
	height: 55px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(40px);
	transition: .5s cubic-bezier(0.330, 1.700, 0.510, 0.820);
}

.lp__mv__wrap .head .copy img {
	height: 20px;
	margin: 30px auto 0;
	opacity: 0;
	transform: scale(2);
	transition: .5s cubic-bezier(0.330, 1.700, 0.510, 0.820)1s;
}

.is__visible.lp__mv__wrap .head h1 img,
.is__visible.lp__mv__wrap .sub img,
.is__visible.lp__mv__wrap .copy img {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.scroll__downs {
	position: absolute;
	width: 30px;
	height: 35px;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 1s cubic-bezier(0.330, 1.700, 0.510, 0.820)1.5s;
}

.is__visible .scroll__downs {
	opacity: 1;
}

.mousey {
	width: 3px;
	padding: 7px 12px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 25px;
	box-sizing: content-box;
}

.scroller {
	width: 2px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(20px); opacity: 0;}
}

@media screen and (min-width: 781px) {
	
.lp__mv__wrap .head .sub img {
	height: 24px;
	margin: 0 auto 15px;
}

.lp__mv__wrap .head h1 img {
	height: 100px;
	margin: 0 auto;
}

.lp__mv__wrap .head .copy img {
	height: 40px;
	margin: 40px auto 0;
}
	
}

/* -----
	Common
------------------------------ */

.sec__head {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sec__head .sub {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 3px;
	margin-right: -3px;
	margin-bottom: 10px;
}

.lp__sec p {
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
}

@media screen and (min-width: 781px) {
	
.sec__head {
	font-size: 72px;
	font-size: 7.2rem;
	margin-bottom: 40px;
}

.sec__head .sub {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}
	
.lp__sec p {
	font-size: 16px;
	font-size: 1.6rem;
}
	
.col__2 {
	display: flex;
}	
	
}

/* -----
	Concept Sec
------------------------------ */

.lp__sec.concept {
	background: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.lp__sec.concept .inner {
	max-width: 640px;
	padding: 60px 20px;
	margin: 0 auto;
}

.lp__sec.concept .sec__head {
	color: #0047ba;
}

.lp__sec.concept .inner h2 {
	color: #e1251b;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

.lp__sec.concept .inner h2 img {
	height: 35px;
	margin: 0 auto;
}

@media screen and (min-width: 781px) {
	
.lp__sec.concept .inner {
	padding: 100px 0 120px;
}
	
.lp__sec.concept .inner h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin: 60px 0 30px;
}
	
.lp__sec.concept .inner h2 img {
	height: 55px;
	margin: 0 auto;
}	
	
}

/* -----
	How to Sec
------------------------------ */

.lp__sec.how__to {
	color: #fff;
	background: #e1251b;
	background: -moz-linear-gradient(45deg, #e1251b 0%, #e74037 100%);
	background: -webkit-linear-gradient(45deg, #e1251b 0%,#e74037 100%);
	background: linear-gradient(45deg, #e1251b 0%,#e74037 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1251b', endColorstr='#e74037',GradientType=1 );
}

.lp__sec.how__to .inner {
	max-width: 800px;
	padding: 60px 20px;
	margin: 0 auto;
}

.lp__sec.how__to .inner .video {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	margin-bottom: 40px;
}

.lp__sec.how__to .inner .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.how__to__list__wrap h2 {
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	margin-right: -3px;
	text-align: center;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

.how__to__list__wrap h2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .0) 3px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 6px);
    left: 0;
    bottom: 0;
}

.how__to__list__wrap a {
	color: #fff;
}

.how__to__list__wrap ul, .how__to__list__wrap ol {
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    padding-left: 2.25em;
}


.how__to__list__wrap ul li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -2em;
    background: #fff;
    top: 6px;
}


.how__to__list__wrap ol {
	counter-reset: number;
    list-style-type: none!important;
}

.how__to__list__wrap ul li, .how__to__list__wrap ol li {
	position: relative;
    line-height: 1.5;
    list-style-type: none!important;
	margin-bottom: 15px;
}

.how__to__list__wrap ol li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #e1251b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50%;
    left: -2.5em;
    background: #fff;
    line-height: 20px;
    text-align: center;
    top: 2px;
}

@media screen and (min-width: 781px) {
	
.how__to__list__wrap {
	width: 100%;
	display: flex;
}	

.how__to__list, .info__list {
	width: 47.5%;
}	

.how__to__list {
	margin-right: 5%;
}	

}

/* -----
	Online Expo Sec
------------------------------ */

.lp__sec.online__expo {
	background: #fefeff;
	background: -moz-linear-gradient(#fefeff 0%, #dce9ff 100%);
	background: -webkit-linear-gradient(#fefeff 0%,#dce9ff 100%);
	background: linear-gradient(#fefeff 0%,#dce9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#dce9ff',GradientType=1 );
	border-top: solid 1px #e1e1e1;
}

.lp__sec.online__expo .inner {
	padding: 60px 10px;
}

.lp__sec.online__expo .inner .sec__head img {
	height: 75px;
	margin: 0 auto;
}

.lp__sec.online__expo .inner .desc {
	max-width: 640px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
	font-style: italic;
	padding: 0 10px;
	margin: 0 auto 30px;
}

.online__expo .tab__nav {
	position: relative;
	display: flex;
	margin-bottom: 25px;
	z-index: 10;
}

.online__expo .tab__nav li {
	width: 25%;
	color: #0047ba;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
	text-align: center;
	padding: 0 10px 15px;
	cursor: pointer;
}

.online__expo .tab__nav li span {
	display: block;
    font-size: 20px;
    font-size: 2rem;
}

.online__expo .tab__nav li:not(:last-child) {
	margin-right: 2%;
}

.online__expo .tab__nav li .sub {
	display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
	margin-top: 3px;
}

.online__expo .tab__nav li.active {
	border-bottom: solid 5px #0047ba;
}

.online__expo .tab__contents {
	display: none;
	animation: tab__contents__show .3s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}

.online__expo .tab__contents.show {
	display: block;
	opacity: 1;
}

@keyframes tab__contents__show {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}

.online__expo .tab__area {}

.expo__schedule {}

.expo__schedule .youtube__link {
	color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
	text-align: center;
	background: #e74037;
	background: -moz-linear-gradient(45deg,  #e74037 0%, #a41b14 100%);
	background: -webkit-linear-gradient(45deg,  #e74037 0%,#a41b14 100%);
	background: linear-gradient(45deg,  #e74037 0%,#a41b14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74037', endColorstr='#a41b14',GradientType=1 );
	box-shadow: 7px 7px 15px 3px #999;
	padding: 20px 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.expo__schedule .youtube__link a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.expo__schedule .youtube__link ion-icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.expo__schedule table {
	margin: 0;
	border: 0;
	box-shadow: none;
}

.expo__schedule table tr {
	display: table;
	vertical-align: middle;
	margin-bottom: 20px;
}

.expo__schedule table tr:last-child {
	margin-bottom: 0;
}

.expo__schedule table th, .expo__schedule table td {
	display: table-cell;
	border: 0;
	background: none;
	padding: 10px 0;
}

.expo__schedule table th {
	color: #000;
	max-width: 40px;
	min-width: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 0 0;
}

.expo__schedule td {
	width: 100%;
	vertical-align: middle;
	padding-left: 10px;
	border-radius: 3px;
	box-shadow: 7px 7px 15px 3px #999;
}

.expo__schedule th .line {
	display: block;
	margin: 5px 0 7px;
}

.expo__schedule .seminar td {
	color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
	background: #0061fe;
	background: -moz-linear-gradient(45deg,  #0061fe 0%, #003487 100%);
	background: -webkit-linear-gradient(45deg,  #0061fe 0%,#003487 100%);
	background: linear-gradient(45deg,  #0061fe 0%,#003487 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061fe', endColorstr='#003487',GradientType=1 );
	padding: 10px 10px;
}

.expo__schedule .break td {
	color: #0047ba;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
	background: #fff;
	border: solid 2px #0047ba;
	padding: 10px 10px;
	border-radius: 3px;
}

.expo__schedule .time__table td {
	position: relative;
	background: #0061fe;
	background: -moz-linear-gradient(45deg,  #0061fe 0%, #003487 100%);
	background: -webkit-linear-gradient(45deg,  #0061fe 0%,#003487 100%);
	background: linear-gradient(45deg,  #0061fe 0%,#003487 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061fe', endColorstr='#003487',GradientType=1 );
	padding: 15px;
}

.expo__schedule .time__table .info {
	width: 100%;
	display: flex;
}

.expo__schedule .time__table .info .logo {
	min-width: 85px;
	width: 85px;
	margin-right: 15px;
}

.expo__schedule .time__table .info .logo img {
	background: #fff;
    border-radius: 3px;
}

.expo__schedule .time__table .info .detail {
	width: 100%;
	color: #fff;
	position: relative;
}


.expo__schedule .time__table .info .detail .company {
	position: absolute;
	top: 0;
	left: 0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
}

.expo__schedule .time__table .copy {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
	text-align: left;
	margin: 25px 0 10px;
}

.expo__schedule .time__table p {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
	text-align: left;
}

.expo__schedule .time__table .link {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.expo__schedule .time__table .link li {
	width: 50%;
}

.expo__schedule .time__table .link li:not(:last-child) {
	margin-right: 10px;
}

.expo__schedule .time__table .link li a {
	display: block;
	height: 30px;
	color: #0047ba;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	border-radius: 3px;
	background: #fff;
	padding: 0 10px;
}

.tab__area .expo__schedule .time__table .link li a ion-icon {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.tab__area .expo__schedule .time__table .link .youtube a {
	color: #fff;
	background: #e1251b;
}

.expo__schedule .comments {
	margin-top: 30px;
	border: solid 1px #000;
	padding: 15px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 7px 7px 15px 3px #999;
}

.expo__schedule .comments li {
    font-size: 12px;
    font-size: 1.2rem;
	line-height: 1.5;
}

@media screen and (min-width: 781px) {
	
.lp__sec.online__expo .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.lp__sec.online__expo .inner .sec__head img {
	height: 125px;
	margin: 0 auto;
}
	
.online__expo .tab__nav {
	display: flex;
	margin-bottom: 25px;
}

.online__expo .tab__nav li {
	width: 25%;
    font-size: 28px;
    font-size: 2.8rem;
	padding: 0 5px 15px;
}
	
.online__expo .tab__nav li span {
	display: block;
    font-size: 24px;
    font-size: 2.4rem;
}

.online__expo .tab__nav li {
	border-bottom: solid 5px #0047ba;
}
	
.online__expo .tab__area {
	display: flex;
}	

.online__expo .tab__contents {
	width: 25%;
	display: block;
}
	
.online__expo .tab__contents:not(:last-child) {
	margin-right: 2%;
}
	
}

/* -----
	Sponsor Sec
------------------------------ */

.lp__sec.sponsor__a .inner {
	max-width: 800px;
	padding: 60px 10px;
	margin: 0 auto;
}

.lp__sec.sponsor__b .inner {
	max-width: 1200px;
	padding: 60px 10px;
	margin: 0 auto;
}

.sponsor__list__a {
	display: flex;
	flex-wrap: wrap;
}

.sponsor__list__a li {
	width: 50%;
	padding: 5px;
}

.sponsor__list__a li img {
	border: solid 1px #e1e1e1;
	border-radius: 3px;
}

.sponsor__list__b {
	display: flex;
	flex-wrap: wrap;
}

.sponsor__list__b li {
	width: 33.3333%;
	padding: 5px;
}

.sponsor__list__b li img {
	border: solid 1px #e1e1e1;
	border-radius: 3px;
}

@media screen and (min-width: 781px) {
	
.sponsor__list__a li {
	width: 33.33333%;
	padding: 10px;
}
	
.sponsor__list__b li {
	width: 12.5%;
	padding: 10px;
}

}

/* -----
	Career Talk Sec
------------------------------ */

.lp__sec.career__talk {
	background: #fffcfc;
	background: -moz-linear-gradient(#fffcfc 0%, #fbdfde 100%);
	background: -webkit-linear-gradient(#fffcfc 0%,#fbdfde 100%);
	background: linear-gradient(#fffcfc 0%,#fbdfde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#fbdfde',GradientType=1 );
}

.lp__sec.career__talk > .inner {
	padding: 60px 10px;
	margin: 0 auto;
}

.lp__sec.career__talk .inner .desc {
	max-width: 640px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
	font-style: italic;
	padding: 0 10px;
	margin: 0 auto 30px;
}

.lp__sec.career__talk .inner .sec__head {
	position: relative;
}

.lp__sec.career__talk .inner .sec__head img {
	height: 95px;
	margin: 0 auto;
}

.career__talk__schedule table {
	margin: 0;
	border: 0;
	box-shadow: none;
}

.career__talk__schedule table tr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	background: #e74037;
	background: -moz-linear-gradient(45deg,  #e74037 0%, #a41b14 100%);
	background: -webkit-linear-gradient(45deg,  #e74037 0%,#a41b14 100%);
	background: linear-gradient(45deg,  #e74037 0%,#a41b14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74037', endColorstr='#a41b14',GradientType=1 );
	border-radius: 3px;
	box-shadow: 7px 7px 15px 3px #999;
}

.career__talk__schedule table tr:last-child {
	margin-bottom: 0;
}

.career__talk__schedule table th {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
	padding: 15px;
	border: none;
	background: none;
}

.career__talk__schedule table th .week {
    font-size: 13px;
    font-size: 1.3rem;
}

.career__talk__schedule table th .time {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
	text-align: right;
}

.career__talk__schedule table th .time span {
	display: block;
    font-size: 12px;
    font-size: 1.2rem;
	margin-bottom: 5px;
}

.career__talk__schedule td {
	width: 100%;
	padding: 0 15px 15px 15px;
	border: 0;
}

.career__talk__schedule td .inner {
	padding: 15px;
	background: #fff;
	border-radius: 3px;
}

.career__talk__schedule td .info {
	width: 100%;
	display: flex;
}

.career__talk__schedule td .info .logo {
	min-width: 85px;
    width: 85px;
    margin-right: 15px;
}

.career__talk__schedule td .info .logo img {
    background: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
}

.career__talk__schedule td .info .detail {
	position: relative;
}

.career__talk__schedule td .info .detail .guest {
	position: absolute;
	color: #e1251b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    top: 0;
    left: 0;
}

.career__talk__schedule td .info .detail .company {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    margin: 20px 0 5px;
}

.career__talk__schedule td .info .detail .coming__soon {
	color: #e1e1e1;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 0;
}

.career__talk__schedule td .info .detail .name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
	margin-bottom: 10px;
}

.career__talk__schedule td .info .detail p {
	font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

.career__talk__schedule .time__table .link {
	display: flex;
	margin-top: 15px;
}

.career__talk__schedule .time__table .link li {
	width: 50%;
	margin-right: 10px;
}

.career__talk__schedule .time__table .link li:last-child {
	margin-right: 0;
}

.career__talk__schedule .time__table .link li a {
	display: block;
	height: 30px;
	color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	border-radius: 3px;
	background: #e1251b;
	padding: 0 10px;
}

.career__talk__schedule .time__table .link li a ion-icon {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.career__talk__schedule .time__table .link .youtube a {
	background: #e1251b;
}

@media screen and (min-width: 781px) {

.lp__sec.career__talk > .inner {
	max-width: 1100px;
	padding: 60px 0;
	margin: 0 auto;
}
	
.lp__sec.career__talk .inner .sec__head img {
	height: 145px;
	margin: 0 auto;
}
	
.career__talk__schedule table tbody {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.career__talk__schedule table tr {
	width: 32%;
	margin-right: 2%;
}
	
.career__talk__schedule table tr:nth-child(3n) {
	margin-right: 0;
}
	
.career__talk__schedule table tr:nth-last-child(1),
.career__talk__schedule table tr:nth-last-child(2),
.career__talk__schedule table tr:nth-last-child(3)	{
	margin-bottom: 0;
}
	
}

/* -----
	Banner Sec
------------------------------ */

.lp__sec.banner {
	background: #fafafa;
	border-bottom: solid 1px #e1e1e1;
}

.lp__sec.banner .inner {
	padding: 30px 20px;
	margin: 0 auto;
}

.lp__sec.banner .inner h1 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 900;
	border-bottom: solid 1px #000;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.lp__sec.banner .inner p {
    font-size: 13px;
    font-size: 1.3rem;
	padding: 0 10px;
}

.lp__sec.banner .inner .link__btn {
	text-align: center;
}

.lp__sec.banner .inner .link__btn a {
	display: inline-block;
	color: #000;
    font-size: 12px;
    font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px #000;
	border-radius: 3px;
	padding: 15px 20px;
	margin-top: 20px;
}


@media screen and (min-width: 781px) {
	
.lp__sec.banner {
	width: 50%;
}
	
.lp__sec.banner .inner {
	padding: 60px 80px;
	margin: 0 auto;
}
	
.lp__sec.banner .inner h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.lp__sec.banner .inner p {
    font-size: 14px;
    font-size: 1.4rem;
	padding: 0 20px;
}

.lp__sec.banner .inner .link__btn {
	text-align: center;
}

.lp__sec.banner .inner .link__btn a {
    font-size: 13px;
    font-size: 1.3rem;
	padding: 15px 40px;
	margin-top: 30px;
}


}

/* -----
	Sponsored Sec
------------------------------ */

.lp__sec.sponsored {}

.lp__sec.sponsored .inner {
	padding: 40px 10px 60px;
	margin: 0 auto;
	background: #fafafa;
}

.lp__sec.sponsored .inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.lp__sec.sponsored .inner .logo__wrap {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.lp__sec.sponsored .inner .logo {
	width: 100%;
}

.lp__sec.sponsored .inner .logo img {
	margin: 0 auto;
}

.lp__sec.sponsored .inner ion-icon {
    font-size: 28px;
    font-size: 2.8rem;
	margin: 15px auto 10px;
}

.lp__sec.sponsored .inner .logo .logo__a {
	height: 20px;
}

.lp__sec.sponsored .inner .logo .logo__b {
	height: 35px;
}

@media screen and (min-width: 781px) {
	
.lp__sec.sponsored .inner .logo__wrap {
	max-width: 600px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
	
.lp__sec.sponsored .inner ion-icon {
    font-size: 62px;
    font-size: 6.2rem;
	margin: 0 15px 0;
}
	
.lp__sec.sponsored .inner .logo .logo__a {
	margin: 0 0 0 auto;
}

.lp__sec.sponsored .inner .logo .logo__b {
	margin: 0 auto 0 0;
}
	
}

/* -----

	SP Navigation

------------------------------ */




/* -----
	
	Footer
	
------------------------------ */

#footer__aoharu__2020 {
	color: #fff;
	background: #e1251b;
	padding: 80px 0;
}
			
#footer__aoharu__2020 .copy {
	text-align: center;
}

#footer__aoharu__2020 .copy small {
    font-size: 12px;
    font-size: 1.2rem;
}

.fi {
	transform: translateY(30px);
	opacity: 0;
	transition: .5s cubic-bezier(.64,.25,.35,.75);
}

.is__show.fi {
	transform: translateY(0);
	opacity: 1;
}

.fs {
	transform: scale(2);
	opacity: 0;
	transition: .5s cubic-bezier(.64,.25,.35,.75);
}

.is__show.fs {
	transform: scale(1);
	opacity: 1;
}
