@charset "UTF-8";


/* ==========================
index
=========================== */
.main_visual{
  margin-top: 16px;
  text-align: center;
}

.pc_main_vs{
	width: 90%;
}

.sp_main_vs{
  display: none;
}

#clip{
  text-align: center;
}

.top_read{
  position: relative;
}

.top_read::before{
  content: "";
  position: absolute;
  background: url(../images/top_item_left.png)no-repeat center;
  background-size: contain;
  width: 180px;
  height: 180px;
  left: 0;
  top: -160px;
  vertical-align: middle;
}

.top_read::after{
  content: "";
  position: absolute;
  background: url(../images/top_item_right.png)no-repeat center;
  background-size: contain;
  width: 230px;
  height: 300px;
  right: 0px;
  top: -300px;
}

.top_download_icon {
  /*text-align: start;*/
	text-align: left;
  margin-top: -120px;
  position: relative;
}

.top_concept {
  padding: 100px 0 100px 0;
  margin-top: 80px;
}

.concept_back {
  background: url(../images/top_concept_back.png)no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  width: 100%;
}

.concept_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.concept_sec {
  margin-bottom: 32px;
}

.top_concept_h_pk , .top_concept_h_gr {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
  margin: -24px 48px 0 48px;
  position: relative;
}

.top_concept_h_pk {
  background: #92D055;
  position: relative;
}

.top_concept_h_pk::before , .top_concept_h_pk::after {
  content: "";
  position: absolute;
}

.top_concept_h_pk::before { 
  border-top: 22px solid #92D055;
  border-right: 8px solid #92D055;
  border-bottom: 22px solid #92D055;
  border-left: 8px solid transparent;
  top: 0;
  left: -8px;
}

.top_concept_h_pk::after { 
  border-top: 22px solid #92D055;
  border-right: 8px solid transparent;
  border-bottom: 22px solid #92D055;
  border-left: 8px solid #92D055;
  top: 0;
  right: -8px;
}

.top_concept_h_gr {
  background:#F28324;
  position: relative;
}


.top_concept_h_gr::before , .top_concept_h_gr::after {
  content: "";
  position: absolute;
}

.top_concept_h_gr::before {
  border-top: 22px solid#F28324;
  border-right: 8px solid#F28324;
  border-bottom: 22px solid#F28324;
  border-left: 8px solid transparent;
  top: 0;
  left: -8px;
}

.top_concept_h_gr::after {
  border-top: 22px solid#F28324;
  border-right: 8px solid transparent;
  border-bottom: 22px solid#F28324;
  border-left: 8px solid#F28324;
  top: 0;
  right: -8px;
}

.top_news {
  margin: auto 80px;
}

.top_news_wrap {
  display: flex;
  justify-content: space-around;
}

.top_news_item {
  background: #FFF7C6;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
  margin-right: 30px;
}

.top_news_item:last-child {
  margin-right: 0;
}

.top_news_item img{
  border-radius: 10px 10px 0 0;
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.top_news_sec {
  padding: 16px;
}

.top_news_h {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 16px;
}


.news_text {
  font-size: 1.4rem;
}

.news_date {
  text-align: end;
  font-size: 1.4rem;
  color: #BCBDBF;
  font-weight: 500;
}

.news_sec_btn{
  text-align: center;
}

.top_event{
	background-color: #FFF7C6;
	background-image: linear-gradient(-90deg, #fff3ad 50%, transparent 50%);
	background-size: 40px 40px;
	margin-top: 80px;
	padding-bottom: 40px;
}

.top_event .title_h1 {
  color: #fff;
}

.top_access {
  background: url(../images/top_access_back.png)no-repeat center;
  background-size: cover;
  margin-top: 80px;
}

.top_access .title_h1 {
  color: #fff;
}

.top_access_info{
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-top: 30px;
}

.top_access .link_btn {
  margin: 0;
}



/* ==========================
about
=========================== */

.about_list {
  font-size: 2rem;
}

.dot_list li:before {
  top: 20px;
}

.about_link_center_box{
  display: flex;
  justify-content: center;
}

.about_link_item{
  margin-top: -30px;
}

.about_link_title{
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.8rem 0;
  height: 32px;
  width: 134px;
  display: table-cell;
  vertical-align: middle;
}


.about_link_pk {
  background:#92D055;
  position: relative;
}

.about_link_pk::before , .about_link_pk::after {
  content: "";
  position: absolute;
}


.about_link_pk::before { 
  border-top: 24px solid #92D055;
  border-right: 8px solid #92D055;
  border-bottom: 24px solid #92D055;
  border-left: 8px solid transparent;
  top: 0;
  left: -8px;
}

.about_link_pk::after { 
  border-top: 24px solid #92D055;
  border-right: 8px solid transparent;
  border-bottom: 24px solid #92D055;
  border-left: 8px solid #92D055;
  top: 0;
  right: -8px;
}

.about_link_gr {
  background:#F28324;
  position: relative;
}


.about_link_gr::before , .about_link_gr::after {
  content: "";
  position: absolute;
}

.about_link_gr::before {
  border-top: 24px solid#F28324;
  border-right: 8px solid#F28324;
  border-bottom: 24px solid#F28324;
  border-left: 8px solid transparent;
  top: 0;
  left: -8px;
}

.about_link_gr::after {
  border-top: 24px solid#F28324;
  border-right: 8px solid transparent;
  border-bottom: 24px solid#F28324;
  border-left: 8px solid#F28324;
  top: 0;
  right: -8px;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
/*#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}*/
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #92D055;
  z-index: -1;
}
/*#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}*/
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 100px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 2em;
  top: 0;
  left: -100px;
  color: #92D055;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #f5f5f5;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 45%;
  left: 52.5%;
  width: 20px;
  height: 20px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #92D055;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 28px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/


/*about event*/
.eventbox{
	display: flex;
	margin-bottom: 40px;
}
.event_L{
	width: 40%;
	margin-right: 20px;
}
.event_L img{
	margin-top: 0.6em;
}
.event_R{
	flex: 1;
}

.e_heading1{
	font-size: 2rem;
	color: #FFF;
	background-color: #92D055;
	padding: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	margin-bottom: 0.5em;
}
.e_heading1-2{
	font-size: 2rem;
	color: #FFF;
	background-color: #F28324;
	padding: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	margin-bottom: 0.5em;
}
.e_heading2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 767px) {
	.eventbox{
	
	}
	.event_L{
	width: 40%;	
	}
	.event_L img{
		height: 200px;
		object-fit: cover;
	}
}

/* ==========================
box
=========================== */
.box{
	display: flex;
	margin: 0 -60px 60px 0;
}
.box_item{
	width: 100%;
	margin-right: 60px;
}
.box_item02{
	width: 44%;
	margin-right: 60px;
}
@media (max-width: 767px) {
	.box{
	display:block;
		margin-right: 0;
	}
	.box_item{
		margin-bottom: 16px;
	}
  .box_item02{
	  width: 100%;
		margin-bottom: 16px;
	}
}


/* ==========================
page_title
=========================== */


@media screen and (max-width: 960px){
  .top_concept .read_text {
    font-size: 2rem;
  }

  .top_news_wrap {
    flex-wrap: wrap;
  }

  .top_news_item{
    width: 48%;
    margin-right: 0;
  }

  .concept_wrap {
    flex-wrap: wrap;
    align-content: space-around;
  }

  .concept_wrap img {
    width: 94%;
  }

  .concept_sec{
    text-align: center;
    margin-bottom: 40px;
    width: 50%;
  }

  .concept_sec h3 {
    font-size: 1.4rem;
  }

  .top_concept_h_gr::before {
    border-top: 16px solid#F28324;
    border-bottom: 16px solid#F28324;
  }  
  
  .top_concept_h_gr::after {
    border-top: 16px solid#F28324;
    border-bottom: 16px solid#F28324;
  }

  .top_concept_h_pk::before {
    border-top: 16px solid #92D055;
    border-bottom: 16px solid#92D055;
  }  
  
  .top_concept_h_pk::after {
    border-top: 16px solid#92D055;
    border-bottom: 16px solid#92D055;
  }

  .top_concept_h_pk, .top_concept_h_gr {
    margin: -18px 20px 0 20px;
    padding: 9px 0;
  }

  .top_news{
    margin: 0;
    padding: 0 48px;
  }

  .top_concept .read_text {
    text-align: center;
  }

  .top_news_item {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .top_access_info {
    display: block;
    text-align: center;
  }

  .top_access .link_btn {
    margin-top: 24px;
  }

}

@media screen and (max-width: 767px){
  .top_main_img img {
    width: 100%;
  }

  .main_visual{
    margin: 0;
  }

  .top_news {
    margin: 0;
    padding: 0 32px;
  }

  .top_news_wrap {
    display: block;
  }

  .top_news_item {
    width: 100%;
    margin-right: 0;
  }

  .pc_main_vs{
    display: none;
  }

  .sp_main_vs{
    display: block;
    margin-top: 16px;
	  padding-bottom: 30px;
  }

  .top_download_icon {
    text-align: start;
    margin-left: 20px;
    margin-top: -40px;
    width: 80%;
    position: relative;
  }

  .top_concept{
    margin: 0;
    padding: 64px 20px 32px 20px;
  }

  .top_read::before{
    width: 80px;
    height: 80px;
    left: 0;
    top: -80px;
  }
  
  .top_read::after{
    width: 100px;
    height: 100px;
    right: 0px;
    top: -100px;
  }

}



/*     編集前     */
/* ==========================
faq
=========================== */
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  color: #fff;
  font-size: 1.4em;
	line-height: 1.2em;
  padding: 0.6em 2em 0.6em 1em;
	margin-bottom: 0.2em;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	border-radius:10px;
}
.qabox .accordion_one:nth-child(odd) .accordion_header {
    background-color: #BCB560;
}/*奇数背景色*/
.qabox .accordion_one:nth-child(even) .accordion_header {
    background-color: #92D055;
}/*偶数背景色*/
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  /*border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 15px 15px;
  background: #F7F7F7;
  box-sizing: border-box;
	margin-bottom: 0.2em;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.smalltxt01{
	font-size: 0.6em;
	margin-left: 1em;
}
.smalltxt02{
	font-size: 0.8em;
}
.me_headline01{
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #005F26;
}
.me_headline01 span{
	font-weight: normal;
	color: #000000;
}
.me_headline02{
    font-size: 1.8em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 0.4em 0;
}
.me_headline02 span{
	font-size: 0.8em;
}
.w80{
	width: 80%;
}

/*  Q&A  */
.qatxt01{
	font-size: 0.8em;
}
#contents .qabox p{
	margin-bottom: 0.5em;
}


@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media only screen and (min-width:1px) and (max-width:640px){
	/*  menu  */	
.s_01 .accordion_one .accordion_header {
    font-size: 1.2em;
    text-align: left;
    padding: 10px 50px 10px 10px;
  }
.me_headline01{
	margin-bottom: 0.5em!important;
	font-size: 1em;
}
.me_headline02{
    font-size: 1.4em;
}
.w80{
	width: 100%;
}
 
/*  Q&A  */
	.qatxt01{
	font-size: 0.8em;
}
#contents .qabox p{
	margin-bottom: 0;
}	
	
}






