@charset "utf-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/



/* ------- LINK ---------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}





/* ------- BODY ---------------------------------------------- */
html{
  font-size: 62.5%;
}
body {
  background-color: #FFF;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "palt";
  line-height: 2;
  overflow-x: hidden;
}

*{
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
}


@media print, screen and (min-width:781px) {
	body{
    font-size: 1.6rem;
	}
  .pc_ver {
    display: block;
  }
  .sp_ver {
    display: none;
  }
}
@media screen and (max-width: 781px) {
	body{
    font-size: 1.6rem;
	}
  .pc_ver {
    display: none;
  }
  .sp_ver {
    display: block;
  }
}

@media print, screen and (min-width:781px) {
	body{
		padding-top: 90px;
	}
}
@media screen and (max-width: 781px) {
	body{
		padding-bottom: 49px;
		padding-top: 50px;
	}
}




/* ------- FADE ---------------------------------------------- */

.anim-fade{
	opacity: 0;
	transform: translateY(20px);
	transition: ease-out .5s;
}
.anim-fade.show{
	opacity: 1;
	transform: translateY(0);
}
@media print{
  .anim-fade{
    opacity: 1;
  }
}


/* ------- FIXED MENU ---------------------------------------------- */
.fixed-menu{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  position: fixed;
}
.fixed-menu a{
  position: relative;
}
.fixed-menu .maypage a{
  background-color: #333333;
}
.fixed-menu .entry a{
  background-color: #006FBC;
}
.fixed-menu > li:nth-child(2) a:before,
.fixed-menu > li:nth-child(4) a:before{
  background-color: #FFF;
  content: "";
  position: absolute;
}
@media print, screen and (min-width:781px) {
	.fixed-menu{
		font-size: 1.0rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: flex;
		width: 40px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 101;
	}
	.fixed-menu > li{
		text-align: center;
		height: 80px;
	}
	.fixed-menu a{
		color: #FFF;
		display: block;
		padding: 10px 10px;
    transition: .3s;
	}
  .fixed-menu a:hover{
    opacity: .6;
  }
  .fixed-menu > li:nth-child(2) a:before,
  .fixed-menu > li:nth-child(4) a:before{
    height: 1px;
    width: 20px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 780px) {
  .fixed-menu{
		font-size: 1.3rem;
		display: flex;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 101;
	}
	.fixed-menu > li{
		text-align: center;
    width: 50%;
	}
	.fixed-menu a{
		color: #FFF;
		display: block;
		padding: 13px 10px;
	}
  .fixed-menu > li:nth-child(2) a:before,
  .fixed-menu > li:nth-child(4) a:before{
    height: 20px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}




/* ------- HEADER ---------------------------------------------- */
@media print, screen and (min-width:781px) {
  #header-area {
    background-color: #FFF;
    position: fixed;
    display: flex;
    align-items: center;
    height: 90px;
    width: 100%;
    padding: 10px 0;
    left: 0;
    top: 0;
    z-index: 100;
    transition: .3s;
  }
  #logo-main {
    margin-left: 30px;
  }
}
@media print, screen and (min-width:781px) and ( max-width:1179px) {
  #logo-main {
    margin-left: 15px;
    width: 30%;
  }
}
@media screen and (max-width: 780px) {
  #header-area {
    background-color: #FFF;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #logo-main {
    margin-left: 15px;
    width: 56.923%;
  }
}


/* ------- HUMBERGER ---------------------------------------------- */
#humberger {
	background-color: #066666;
  border-radius: 50%;
	text-align: center;
	cursor: pointer;
  position: relative;
}
#humberger.active{
  background-color: #333333;
}
#humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
#humberger .trigger{
	position: absolute;
}
#humberger .trigger > span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
#humberger .trigger > span:nth-of-type(1) {
	top: 0px;
}
#humberger .trigger > span:nth-of-type(3) {
	bottom: 0;
}
#humberger.active .trigger > span:nth-of-type(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
@media print, screen and (min-width: 781px) {
  #humberger{
    margin-right: 15px;
    height: 50px;
    width: 50px;
  }
  #humberger .trigger{
    width: 18px;
    height: 14px;
    right: 16px;
    top: 18px;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 6px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media screen and (max-width: 780px) {
  #humberger{
    margin-left: auto;
    margin-right: 12px;
    height: 30px;
    width: 30px;
  }
  #humberger .trigger{
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 4px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}


/* ------- NAVI GLOBAL ---------------------------------------------- */
#navi-global-area{
  background-color: #F4F7F8;
  position: fixed;
  left: 0;
  z-index: -1;
  overflow-y: auto;
}
#navi-global-area .navi-global > ul > li > div{
  color: #016FBC;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
}
#navi-global-area .navi-global > ul > li > ul{
  line-height: 1.6;
}
#navi-global-area .navi-global > ul > li > ul > li{
  font-weight: 400;
}
#navi-global-area .navi-global > ul > li > ul > li > a{
  display: inline-flex;
  align-items: center;
  transition: .3s;
}
#navi-global-area .navi-global > ul > li > ul > li > a:before{
  background-image: url("../img/ic_arrow_navi.svg");
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  #navi-global-area .navi-global > ul > li > ul > li > a:hover{
    color: #036EBC;
  }
  #navi-global-area .navi-global > ul > li > ul > li > a:hover:before{
    transform: translateX(10px);
  }
}
@media print, screen and (min-width:781px) {
  #navi-global-area {
    display: none;
    padding: 50px 0;
    height: 100vh;
    width: 100%;
    top: 0;
  }
  #navi-global-area .navi-wrap{
    display: flex;
    align-items: center;
    min-height: 500px;
    width: 100%;
  }
  #navi-global-area .navi-inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 82%;
  }
  #navi-global-area .logo-navi{
    width: 14.64128%;
    min-width: 200px;
    margin-top: 5px;
  }
  #navi-global-area .navi-global{
    width: 65%;
  }
  #navi-global-area .navi-global > ul{
    display: flex;
    flex-wrap: wrap;
  }
  #navi-global-area .navi-global > ul > li{
    width: 45.1%;
  }
  #navi-global-area .navi-global > ul > li:nth-child(even){
    margin-left: 3%;
    width: 50%;
  }
  #navi-global-area .navi-global > ul > li:nth-child(n + 3){
    margin-top: 30px;
  }
  #navi-global-area .navi-global > ul > li:last-child{
    margin-top: -40px;
  }
  #navi-global-area .navi-global > ul > li > div{
    font-size: 2.0rem;
  }
  #navi-global-area .navi-global > ul > li > ul > li{
    margin-top: 10px;
  }
  #navi-global-area .navi-global > ul > li > ul > li > a:before{
    margin-right: 20px;
  }
}
@media print, screen and (min-width:781px) and ( max-width:1179px) {
  #navi-global-area .navi-inner{
    width: 95%;
  }
}
@media screen and (max-width: 780px) {
  #navi-global-area {
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    height: calc(100vh - 52px);
    height: calc(100dvh - 52px);
    padding-top: 50px;
    width: 100%;
    top: 0;
  }
  #navi-global-area .navi-wrap{
    padding: 0 20%;
  }
  #navi-global-area .navi-inner{
    padding: 60px 0;
  }
  #navi-global-area .logo-navi{
    display: none;
  }
  #navi-global-area .navi-global > ul{
    display: flex;
    flex-direction: column;
  }
  #navi-global-area .navi-global > ul > li:nth-child(n + 2){
    margin-top: 60px;
  }
  #navi-global-area .navi-global > ul > li > div{
    font-size: 1.9rem;
  }
  #navi-global-area .navi-global > ul > li > ul > li{
    margin-top: 10px;
  }
  #navi-global-area .navi-global > ul > li > ul > li > a:before{
    margin-right: 20px;
  }
  
  #navi-global-area .navi-global > ul > li:nth-child(1){
    order: 0;
  }
  #navi-global-area .navi-global > ul > li:nth-child(3){
    order: 1;
  }
  #navi-global-area .navi-global > ul > li:nth-child(5){
    order: 2;
  }
  #navi-global-area .navi-global > ul > li:nth-child(2){
    order: 3;
  }
  #navi-global-area .navi-global > ul > li:nth-child(4){
    order: 4;
  }
}




/* ------- NAVI GLOBAL SUB ---------------------------------------------- */
#navi-global-sub{
  position: relative;
  z-index: -1;
}
#navi-global-sub > ul > li{
  color: #333333;
  cursor: pointer;
  position: relative;
  transition: .3s;
}
#navi-global-sub ul > li > div{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#navi-global-sub > ul > li:hover {
  background-color: #F4F7F8;
}
#navi-global-sub > ul > li > ul{
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translateY(100%);
  transition: .3s;
}
#navi-global-sub > ul > li:hover > div + ul {
  background-color: #F4F7F8;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
#navi-global-sub > ul > li > ul > li > a{
  display: flex;
  align-items: center;
  transition: .3s;
}
#navi-global-sub > ul > li > ul > li > a:before{
  background-image: url("../img/ic_arrow_navi.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  #navi-global-sub > ul > li > ul > li > a:hover{
    color: #036EBC;
  }
  #navi-global-sub > ul > li > ul > li > a:hover:before{
    transform: translateX(5px);
  }
}
@media print, screen and (min-width:781px) {
  #navi-global-sub{
    margin-right: 30px;
    margin-left: auto;
  }
  #navi-global-sub > ul{
    display: flex;
  }
  #navi-global-sub > ul > li{
    padding: 10px;
  }
  #navi-global-sub > ul > li > div{
    font-size: min(1.11vw,1.2rem);
  }
  #navi-global-sub > ul > li > ul{
    padding: 20px;
  }
  #navi-global-sub > ul > li > ul > li{
    font-size: min(1.11vw,1.2rem);
  }
  #navi-global-sub > ul > li > ul > li:nth-child(n + 2){
    margin-top: 10px;
  }
  #navi-global-sub > ul > li > ul > li > a:before{
    margin-right: 10px;
  }
}
@media screen and (max-width: 780px) {
  #navi-global-sub {
    display: none;
  }
}




/* ------- FOOTER ---------------------------------------------- */
#footer-area{
  background: rgb(158,187,255);
  background: linear-gradient(0deg, rgba(158,187,255,1) 0%, rgba(75,88,255,1) 100%);
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 1;
}
#footer-area .catch{
  font-weight: 700;
  letter-spacing: .05em;
}
#footer-area .entry{
  background-color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
}
#footer-area .copyright{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#footer-area .entry-wrap .entry2{
  background-color: #006FBC;
}
@media print, screen and (min-width:781px) {
  #footer-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 190px 0;
  }
  #footer-area .catch{
    font-size: 3.0rem;
  }
  #footer-area .entry-wrap{
    display: flex;
    margin: 35px 0;
  }
  #footer-area .entry{
    font-size: 2.0rem;
    padding: 50px 70px;
    position: relative;
    transition: .3s;
  }
  /*#footer-area .entry-wrap .entry:last-child:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 70px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }*/
  #footer-area .entry:hover{
    opacity: .6;
  }
  #footer-area .copyright{
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  #footer-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 0;
  }
  #footer-area .catch{
    font-size: 1.5rem;
  }
  #footer-area .entry-wrap{
    display: flex;
    margin: 35px 0;
  }
  #footer-area .entry{
    font-size: 1.2rem;
    padding: 25px 30px;
    position: relative;
    transition: .3s;
  }
  /*#footer-area .entry-wrap .entry:last-child:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 35px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }*/
  #footer-area .en img{
    width: 60%;
  }
  #footer-area .copyright{
    font-size: 1.0rem;
    margin-top: 10px;
  }
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}




.more{
  display:inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  margin-top: 30px;
  width: 90%;
  max-width: 166px;
}
.more::before{
  background-color: #707070;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.more::after {
    content: "";
    position: absolute;
    bottom:5px;
    width: 24px;
    height: 1px;
    border-bottom: 1px solid #707070;
    transform: rotate(26deg);
}
.more::before {
    animation: arrowlong01 2s ease infinite;
}
.more::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01{
    0%{width:14%;opacity:0}
    20%{width:14%;opacity:1}
    80%{width:100%;opacity:1}
    100%{width:100%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:86%;opacity:1}
    100%{left:86%;opacity:0}
}
@media screen and (min-width:781px) {
  .more::before{
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .more{
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 6px;
    margin-top: 15px;
    max-width: 80px;
  }
   .more::before{
    width: calc(100% - 12px);
  }
  .more::after {
    bottom:2px;
    width: 12px;
}
}



/* ------- COMMON ---------------------------------------------- */
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}



.heading h1{
  font-weight: 700;
  text-align: center;
}
.heading p{
  line-height: 2.1;
}

.bg-white{
  background-color: #FFF;
}

.bg{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btn-exp{
  background-color: #F3F7F8;
  justify-content: center;
  display: flex;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.btn-exp > span{
  background: url(../img/ic_exp.svg) left center no-repeat;
  background-size: 22px auto;
  display: block;
  padding: 2px 0 2px 28px;
}
@media screen and (min-width:781px) {
  .heading{
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    width: 90%;
  }
  .heading h1{
    font-size: 2.6rem;
  }
  .heading p{
    margin-top: 25px;
  }
  
  .wrap.bg{
    padding-top: 29.2825%;
  }
  .inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px;
    width: 90%;
  }
  
  .btn-exp{
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .heading{
    padding: 55px 40px;
  }
  .heading h1{
    font-size: 2.2rem;
  }
  .heading p{
    font-size: 1.3rem;
    margin-top: 50px;
  }
  
  
  .wrap.bg{
    padding-top: 62.82%;
  }
  .inner{
    padding: 0 20px;
  }
  
  .btn-exp{
    margin-top: 30px;
  }
}



/* ------- CONTENTS BOTTOM NAVI ---------------------------------------------- */
.contents-bottom-navi-sec h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.contents-bottom-navi{
  display: flex;
}
.contents-item > a{
  background: url("../img/ic_arrow_mini.svg") center bottom no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents-item > a.on{
  opacity: .7;
}
.contents-item > a p{
  background-color: #FFF;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:781px) {
  .contents-bottom-navi-sec{
    margin: 0 auto;
    padding: 110px 0 120px;
    max-width: 1088px;
  }
  .contents-bottom-navi-sec h2{
    font-size: 1.6rem;
  }
  .contents-bottom-navi{
    margin: 70px auto 0;
    justify-content: space-between;
    width: 90%;
    max-width: 830px;
  }
  .contents-item{
    width: 28.915%;
  }
  .contents-item > a{
    padding-bottom: 20px;
    transition: .3s;
  }
  .contents-item > a:hover{
    opacity: .7;
  }
  .contents-item > a p{
    font-size: 1.8rem;
    padding: 2px 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .contents-bottom-navi-sec{
    margin: 0 auto;
    padding: 100px 10px 100px;
  }
  .contents-bottom-navi-sec h2{
    font-size: 1.3rem;
  }
  .contents-bottom-navi{
    margin: 70px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents-item{
    margin: 10px auto;
    width: 42%;
  }
  .contents-item > a{
    padding-bottom: 20px;
  }
  .contents-item > a p{
    font-size: 1.6rem;
    padding: 2px 10px;
    margin-top: 20px;
  }
}



/* ------- WEB LECTURE HEADING ---------------------------------------------- */
.weblecture{
  background-color: #E8F6FF;
}
.weblecture main{
  overflow-x: hidden;
}
.weblecture-heading > p{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.weblecture-heading > div h1{
  font-weight: 700;
  line-height: 1.36;
}
.weblecture-heading > div p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width:781px) {
  .weblecture-heading-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 115px 0 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1088px;
  }
  .weblecture-heading{
    border: 30px solid #FFF;
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .weblecture-heading > p{
    font-size: 1.6rem;
    text-align: center;
    width: 24.32%;
    order: 0;
  }
  .weblecture-heading > p > span{
    display: inline-block;
    background-color: #FFF;
    padding: 5px 10px;
  }
  .weblecture-heading > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 24.32%;
    order: 2;
  }
  .weblecture-heading > div h1{
    font-size: 3.6rem;
  }
  .weblecture-heading > div p{
    font-size: 2.0rem;
    border-bottom: 1px solid #707070;
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }
  .weblecture-heading > .image{
    margin: -130px 0;
    width: calc(100% - 48.64%);
    order: 1;
  }
  .weblecture-heading-wrap > p{
    margin: 190px auto 0;
    width: 80%;
    max-width: 720px;
  }
}
@media screen and (max-width: 780px) {
  .weblecture-heading-wrap{
    padding: 75px 0 0;
    margin: 0 60px;
  }
  .weblecture-heading{
    border: 15px solid #FFF;
    padding: 50px 0 0;
  }
  .weblecture-heading > p{
    font-size: 1.1rem;
    text-align: center;
  }
  .weblecture-heading > p > span{
    display: inline-block;
    background-color: #FFF;
    padding: 5px 10px;
  }
  .weblecture-heading > div{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .weblecture-heading > div h1{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    order: 0;
  }
  .weblecture-heading > div p{
    font-size: 1.1rem;
    order: 1;
  }
  .weblecture-heading > .image{
    margin: 35px -11.25% -80px;
  }
  .weblecture-heading-wrap > p{
    margin-top: 110px;
    text-align: left;
  }
}


/* ------- WEB LECTURE MEMBER ---------------------------------------------- */
.weblecture-member{
  position: relative;
}
.weblecture-member:before{
  background: url("../img/bg_member.png") center center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.weblecture-member p{
  background-color: #A9CAF7;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
.weblecture-member p:after{
  background: url("../img/ic_baloon3.svg") no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
}
@media screen and (min-width:781px) {
  .weblecture-member{
    margin-top: 160px;
  }
  .weblecture-member:before{
    height: 405px;
    width: 1366px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .weblecture-member p{
    border-radius: 40px;
    font-size: 2.4rem;
    margin: 0 auto 15px;
    padding: 30px;
    width: 622px;
  }
  .weblecture-member p:after{
    height: 55px;
    width: 23px;
  }
  .weblecture-member .image{
    margin: 0 auto;
    width: 367px;
  }
}
@media screen and (max-width: 780px) {
  .weblecture-member{
    margin-top: 200px;
  }
  .weblecture-member:before{
    background: url("../img/bg_member.png") center top;
    background-size: auto 210px;
    height: 700px;
    width: 1098px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .weblecture-member p{
    border-radius: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
    margin: 0 auto 15px;
    padding: 30px 15px;
    width: 64.1%;
  }
  .weblecture-member p:after{
    background-size: 12px auto;
    height: 27px;
    width: 12px;
  }
  .weblecture-member .image{
    margin: 0 auto;
    width: 61.538%;
  }
}



/* ------- WEB LECTURE CONTENTS ---------------------------------------------- */
.weblecture-contents{
  counter-reset: number 0;
}
.weblecture-sec{
  background-color: #FFF;
  overflow: hidden;
}
.weblecture-sec:first-child{
  margin-top: 0;
}
.weblecture-sec-heading p{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.weblecture-sec-heading p:after{
  counter-increment: number 1;
  content: " " counter(number,decimal-leading-zero);
}
.weblecture-sec-heading h2{
  font-weight: 700;
}
.weblecture-item{
  display: flex;
  justify-content: space-between;
}
.weblecture-item:first-child{
  margin-top: 0;
}
.weblecture-sec:nth-child(odd) .weblecture-item{
  flex-direction: row-reverse;
}
.weblecture-sec:nth-child(even) .weblecture-item{
  flex-direction: row;
}
.weblecture-session{
    display: none;
  }
.weblecture-talk{
  align-self: center;
  border-style: solid;
  border-color: #E8F6FF;
  position: relative;
}
.weblecture-talk:after{
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 55px;
}
.weblecture-talk p{
  line-height: 2.125;
}
.weblecture-talk .txt-bold{
  font-weight: 700;
  line-height: 1.8;
}
.weblecture-sec:nth-child(odd) .weblecture-item .weblecture-talk{
  border-left-width: 0px;
}
.weblecture-sec:nth-child(even) .weblecture-item .weblecture-talk{
  border-right-width: 0px;
}
.weblecture-sec:nth-child(odd) .weblecture-item .weblecture-talk:after{
  background-image: url("../img/ic_baloon1.svg");
  right: -5px;
  transform: translateX(100%);
}
.weblecture-sec:nth-child(even) .weblecture-item .weblecture-talk:after{
  background-image: url("../img/ic_baloon2.svg");
  left: -5px;
  transform: translateX(-100%);
}
.bt-weblecture-close{
  background: url("../img/bt_close.svg") center top no-repeat;
  margin: 60px auto 0;
  color: #999999;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding-top: 32px;
  text-align: center;
  width: 42px;
}


.weblecture-comment{
  margin: 60px auto 0;
  width: 90%;
}
@media print, screen and (min-width:781px) {
  .weblecture-contents-wrap{
    margin: 0 auto;
    max-width: 1088px;
  }
  .weblecture-sec{
    margin-top: 60px;
  }
  .weblecture-sec-heading{
    background: url("../img/ic_arrow.svg") right 40px center no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 50px 80px 35px;
  }
  .weblecture-sec-heading.active{
    background: none;
  }
  .weblecture-sec-heading p{
    width: 150px;
  }
  .weblecture-sec-heading h2{
    font-size: 2.2rem;
    width: calc(100% - 175px);
  }
  .weblecture-session{
    padding-bottom: 50px;
  }
  .weblecture-image{
    align-self: center;
    width: 14.52%;
  }
  .weblecture-sec:nth-child(odd) .weblecture-item .weblecture-image{
    margin-right: -10px;
  }
  .weblecture-sec:nth-child(even) .weblecture-item .weblecture-image{
    margin-left: -10px;
  }
  .weblecture-item{
    margin-top: 50px;
  }
  .weblecture-talk{
    border-bottom-width: 15px;
    border-top-width: 15px;
    padding: 50px;
    width: 81.8%;
  }
  .weblecture-sec:nth-child(odd) .weblecture-item .weblecture-talk{
    border-right-width: 15px;
  }
  .weblecture-sec:nth-child(even) .weblecture-item .weblecture-talk{
    border-left-width: 15px;
  }
  .weblecture-talk .txt-bold{
    font-size: 2.0rem;
  }
  .weblecture-talk .txt-bold + p{
    margin-top: 25px;
  }
  
  
  .weblecture-session-image{
    margin-top: 90px;
  }
}
@media screen and (max-width: 780px) {
  .weblecture-contents-wrap{
    padding-bottom: 25px;
  }
  .weblecture-sec{
    margin: 25px 20px 0;
  }
  .weblecture-sec-heading{
    background: url("../img/ic_arrow_down.svg") right 28px center no-repeat;
    background-size: 13px auto;
    cursor: pointer;
    padding: 30px 40px 50px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
  }
  .weblecture-sec-heading.active{
    background: none;
  }
  .weblecture-sec-heading p{
    font-size: 1.1rem;
  }
  .weblecture-sec-heading h2{
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .weblecture-session{
    padding-bottom: 40px;
  }
  .weblecture-image{
    align-self: flex-start;
    width: 14.52%;
  }
  .weblecture-sec:nth-child(odd) .weblecture-item .weblecture-image{
    margin-right: -5px;
  }
  .weblecture-sec:nth-child(even) .weblecture-item .weblecture-image{
    margin-left: -5px;
  }
  .weblecture-item{
    margin-top: 50px;
  }
  .weblecture-talk{
    border-bottom-width: 7px;
    border-top-width: 7px;
    font-size: 1.3rem;
    padding: 30px;
    width: 81.8%;
  }
  .weblecture-sec:nth-child(odd) .weblecture-item .weblecture-talk{
    border-right-width: 7px;
  }
  .weblecture-sec:nth-child(even) .weblecture-item .weblecture-talk{
    border-left-width: 7px;
  }
  .weblecture-sec:nth-child(odd) .weblecture-item .weblecture-talk:after{
    background-size: 23px auto;
    width: 23px;
    top: 20px;
    right: 0;
  }
  .weblecture-sec:nth-child(even) .weblecture-item .weblecture-talk:after{
    background-size: 23px auto;
    width: 23px;
    top: 20px;
    left: 0;
  }
  .weblecture-talk .txt-bold{
    font-size: 1.4rem;
  }
  .weblecture-talk .txt-bold + p{
    margin-top: 12px;
  }
  
  .weblecture-session-image{
    margin-top: 30px;
  }
  
  .bt-weblecture-close{
    font-size: 1.1rem;
    margin: 40px auto 0;
  }
  
  .weblecture-comment{
    font-size: 1.4rem;
  }
  
  .expansion-area{
    text-align: center;
    margin-top: 40px;
  }
  .expansion-area a{
    background-color: #F3F7F8;
    display: inline-block;
    padding: 10px;
    width: 60%;
  }
  .expansion-area a > span{
    background: url("../img/ic_exp.svg") left center no-repeat;
    background-size: 22px auto;
    display: inline-block;
    padding: 2px 0 2px 28px;
  }
}