@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figcaption,figure{
	margin: 0;
	padding: 0;
}
section,article,aside,nav,header,footer,hgroup,details,figcaption,figure,menu{
	display: block;
}
li{
	list-style-type: none;
}
a{
	outline: none;
	word-break: break-all;
}
*{
	box-sizing: border-box;
}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
  /* scroll-behavior: smooth; */
}
body{
	width: 100%;
	color: #000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1;
}

h1,h2,h3,h4,h5,h6,.review-text,.contact-company{
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}

a:focus {outline:none;}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{vertical-align: bottom;}
.spview{display: none;}
sup{font-size: 1.0rem;vertical-align: top !important;}

@media screen and (max-width: 812px){
	body{
		-webkit-text-size-adjust: 100%;
	}
}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* wrapper
----------------------------------------*/
.wrapper{
  border-bottom: solid 1px #ccc;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* review
----------------------------------------*/
.review{
  padding: 0 3%;
}
.review-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.review-text{
  width: 55%;
}
.review-text .title{
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #000;
  color: #5022c3;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
}
.review-text .title span{
  display: block;
  color: #f16523;
  font-size: 75%;
}
.review-text .detail{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.review-text .detail span{
  display: inline-block;
  margin-right: 1em;
}
.review-text .detail span:last-of-type{
  margin-right: 0;
}
.review-image{
  width: 45%;
}

@media screen and (max-width: 1000px){
  .review-text .title{
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px){
  .review{
    padding: 0;
  }
  .review-text{
    width: 100%;
    padding: 10px;
  }
  .review-text .title{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.9rem;
  }
  .review-text .detail{
    font-size: 1.2rem;
  }
  .review-image{
    width: 100%;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 40px 3% 70px;
  background: linear-gradient(120deg,#efefef,#d6d6d6);
}

@media screen and (max-width: 767px){
  .contents{
    padding: 40px 3%;
  }
}


/* main
----------------------------------------*/
.main{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.main-inner{
  max-width: 840px;
  margin: 0 auto;
  padding: 70px 20px;
}
.main-title{
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.main-title span{
  color: #f16523;
}

@media screen and (max-width: 767px){
  .main-inner{
    padding: 50px 10px;
  }
  .main-title{
    font-size: 3.0rem;
  }
}


/* lead
----------------------------------------*/
.lead{
  margin: 40px auto;
}
.lead p{
  color: #f16523;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    margin: 20px auto;
  }
}


/* speaker
----------------------------------------*/
.speaker{
  padding: 0 6.25%;
}
.speaker-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.speaker-list-item{
  width: 31.42857142857143%;
}
.speaker-list-item:nth-child(n+4){
  margin-top: 20px;
}
.speaker-list-item .name{
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.speaker-list-item .name span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .speaker{
    padding: 0;
  }
  .speaker-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .speaker-list-item + .speaker-list-item{
    margin-top: 10px;
  }
  .speaker-list-item .image{
    width: 40%;
  }
  .speaker-list-item .name{
    width: 56%;
  margin-top: 0;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
	margin-top: 70px;
}
.section-text{
  padding: 0 6.25%;
}
.section-heading{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	margin-bottom: 40px;
	padding: 15px 20px;
  background: linear-gradient(90deg,#4a47a6,#8274fb 80%,#c6bfff);
	color: #fff;
}
.section-heading .icon{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0.5em;
}
.section-heading .theme{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}
.section-heading .number{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #4a47a6;
  font-size: 1.6rem;
}
.section-heading .text{
	font-size: 2.6rem;
	font-weight: bold;
  line-height: 1.5;
}
.section-subheading{
  margin: 30px 0;
  color: #f16523;
	font-size: 2.4rem;
	font-weight: bold;
  line-height: 1.5;
}
.section-text p{
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-text p:last-of-type{
  margin-bottom: 0;
}
@media screen and (max-width: 767px){
  .section{
    margin-top: 50px;
  }
  .section-heading{
    margin-bottom: 30px;
    padding: 10px;
  }
  .section-heading .icon{
    flex-wrap: wrap;
    margin: 0 0 5px;
  }
  .section-heading .theme{
    font-size: 1.7rem;
  }
  .section-heading .number{
    width: 15px;
    height: 15px;
    font-size: 1.3rem;
  }
  .section-heading .text{
    font-size: 2.2rem;
  }
  .section-subheading{
    margin: 20px 0;
    font-size: 2.0rem;
  }
  .section-text{
    padding: 0;
  }
}


/* photo
----------------------------------------*/
.photo-right{
  float: right;
  width: 57.14285714285714%;
  margin: 0 -50px 40px 40px;
}
.photo-center{
  margin: 50px auto;
}
.photo-center .caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.section:nth-of-type(3) .photo-center:last-of-type{
  margin: 50px auto 0;
}

@media screen and (max-width: 767px){
  .photo-right{
    float: none;
    width: 100%;
    margin: 30px auto;
  }
  .photo-center{
    margin: 30px auto;
  }
  .section:nth-of-type(3) .photo-center:last-of-type{
    margin: 30px auto 0;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 90px 5%;
  background-color: #fff;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-company{
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
.contact-link{
  margin-top: 50px;
  font-size: 2.4rem;
  text-align: center;
}
.contact-link a{
  text-decoration: none;
}
.contact-link a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 50px 5%;
  }
  .contact-company{
    font-size: 2.8rem;
  }
  .contact-link{
    margin-top: 30px;
    font-size: 1.8rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: relative;
}
.pagetop p{
	position: fixed;
	bottom: 1em;
	right: 2em;
	width: 60px;
	height: 60px;
}
.pagetop p img{
	width: 100%;
	height: auto;
}
.pagetop a{
	transition: 0.5s;
}
.pagetop a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
  .pagetop p{
    right: 1em;
    width: 40px;
    height: 40px;
  } 
}
