 @charset "utf-8";


/* SUB COMMON */
.sub {  }
.sub_content { padding: 50px; }
.sub_content .container { max-width:1170px; padding: 0 15px}

/* SUB VISUAL */
.sub_visual { display: table;  background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height:700px; }
.sub.s1_1 .sub_visual { background-image:url('../images/sub/s1_1_visual.jpg'); }
.sub.s1_2 .sub_visual { background-image:url('../images/sub/s1_2_visual.jpg'); }
.sub.s1_3 .sub_visual { background-image:url('../images/sub/s1_3_visual.jpg'); }
.sub.s1_4 .sub_visual { background-image:url('../images/sub/s1_4_visual.jpg'); }
.sub.s2_1 .sub_visual { background-image:url('../images/sub/s2_1_visual.jpg'); }
.sub.s2_2 .sub_visual { background-image:url('../images/sub/s2_2_visual.jpg'); }
.sub.s2_3 .sub_visual { background-image:url('../images/sub/s2_3_visual.jpg'); }
.sub.s2_4 .sub_visual { background-image:url('../images/sub/s2_4_visual.jpg'); }
.sub.s2_5 .sub_visual { background-image:url('../images/sub/s2_5_visual.jpg'); }
.sub.s2_6 .sub_visual { background-image:url('../images/sub/s2_6_visual.jpg'); }
.sub.s3_1 .sub_visual { background-image:url('../images/sub/s3_1_visual.jpg'); }
.sub.s3_2 .sub_visual { background-image:url('../images/sub/s3_2_visual.jpg'); }
.sub.s3_3 .sub_visual { background-image:url('../images/sub/s3_3_visual.jpg'); }
.sub.s3_4 .sub_visual { background-image:url('../images/sub/s3_4_visual.jpg'); }
.sub.s3_5 .sub_visual { background-image:url('../images/sub/s3_5_visual.jpg'); }
.sub.s3_6 .sub_visual { background-image:url('../images/sub/s3_6_visual.jpg'); }
.sub.post .sub_visual { background-image:url('../images/sub/post_visual.jpg'); }
.sub.list .sub_visual { background-image:url('../images/sub/list_visual.jpg'); }
.sub_visual .text_wrap { display:table-cell; text-align: center; vertical-align:middle; }
.sub_visual .text_wrap .category span { display:inline-block; font-size:24px; color:#ffffff; padding-bottom:5px; border-bottom:2px solid #ffffff; margin-bottom:40px; }
.sub_visual .text_wrap .writer{font-size: 18px; color:#FFF;margin-top:40px}
.sub_visual .text_wrap .subject { font-size: 40px; line-height:54px; font-weight:600; color:#ffffff; }
.sub_top .info_box{
  padding: 1.5rem;
background: #f4f4f4;
  margin-bottom: 3.5rem
}
.sub_top .info_box .info_text{

}
.sub_content .part{
  margin-bottom: 40px;
}
.sub_content .part .txt_wrap { margin-bottom:40px; }
.sub_content .part .txt_tit { font-size:24px; font-weight:600; text-decoration: underline; margin-bottom:15px; }
.sub_content .part .txt_desc { font-size:16px; line-height:30px; letter-spacing: -0.03em}

.sub_content .part .txt_wrap {
    margin: 20px 0;
}
.sub_content .part .txt_wrap p{
  font-size: 16px;

  line-height: 30px;
  letter-spacing: -0.03em
}
.sub_content .part .txt_wrap .title{
  font-weight: bold; font-size: 22px;margin-bottom: 10px
}
.sub_content .part .img_wrap{
  text-align: center
}
.sub_content .part .caption{
  color:#666666; font-size: 14px; margin-top:10px
}

.tac{text-align: center!important}
.tal{text-align: left!important}
.tar{text-align: right!important}

.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt10 {margin-top: 0.625rem !important;}
.mt13 {margin-top: 13px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mb40 {margin-bottom: 2.5rem !important;;}



/*ROW*/
.row:after { display: block; content: ''; clear: both; }
.row .col_2 { float: left; width:50%; padding: 10px; box-sizing: border-box; }
.row .col_2:first-child { padding-left: 0px; }
.row .col_2:last-child { padding-right: 0px; }
.row .col_3 { float: left; width:33.3333%; padding: 10px; box-sizing: border-box; }
.row .col_3.two { width: 66.6666%; }
.row .col_3:first-child { padding-left: 0px; }
.row .col_3:last-child { padding-right: 0px; }
.row .col_4 { float: left; width:25%; padding: 10px; box-sizing: border-box; }
.row .col_4:first-child { padding-left: 0px; }
.row .col_4:last-child { padding-right: 0px; }



/* column */
.row {
  overflow: hidden;
}
.row:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.row.mt30 {
  margin-top: 1.875rem;
}
.row.mb30 {
  margin-bottom: 1.875rem;
}
.row.mb60 {
  margin-bottom: 3.75rem;
}
.row .column {
  display: inline-block;
  float:left;
  padding-left: 2.5%;
}
.row .column:first-child {padding-left: 0;}
.row .column figure.mid {margin-bottom: 0.9375rem;}
.row .column figure.mb0 {margin-bottom: 0; }
.row .column.mid {vertical-align: middle;}
.row .column.right {float: right; }
.row .column.right {padding-left: 2.5%; }
.row .column.right + .column {padding-left: 0; }

.row.half > .column:first-child {width: 48.75%;}
.row.half > .column {width: 51.25%;}
.row.half > .column.right:first-child {width: 51.25%;}
.row.half > .column.right + .column {width: 48.75%;}

.row.width1 > .column:first-child {width: 1%;}
.row.width1 > .column {width: 99%;}
.row.width3 > .column:first-child {width: 3%;}
.row.width3 > .column {width: 97%;}
.row.width5 > .column:first-child {width: 5%;}
.row.width5 > .column {width: 95%;}
.row.width8 > .column:first-child {width: 8%;}
.row.width8 > .column {width: 92%;}
.row.width10 > .column:first-child {width: 10%;}
.row.width10 > .column {width: 90%;}
.row.width14 > .column:first-child {width: 14%;}
.row.width14 > .column {width: 86%;}
.row.width15 > .column:first-child {width: 15%;}
.row.width15 > .column {width: 85%;}
.row.width16 > .column:first-child {width: 16%;}
.row.width16 > .column {width: 84%;}
.row.width17 > .column:first-child {width: 17%;}
.row.width17 > .column {width: 83%;}
.row.width20 > .column:first-child {width: 20%;}
.row.width20 > .column {width: 80%;}
.row.width21 > .column:first-child {width: 21%;}
.row.width21 > .column {width: 79%;}
.row.width23 > .column:first-child {width: 23%;}
.row.width23 > .column {width: 77%;}
.row.width25 > .column:first-child {width: 25%;}
.row.width25 > .column {width: 75%;}
.row.width26 > .column:first-child {width: 26%;}
.row.width26 > .column {width: 74%;}
.row.width28 > .column:first-child {width: 28%;}
.row.width28 > .column {width: 71%;}
.row.width32 > .column:first-child {width: 32%;}
.row.width32 > .column {width: 67%;}
.row.width36 > .column:first-child {width: 36%;}
.row.width36 > .column {width: 64%;}
.row.width37 > .column:first-child {width: 37%;}
.row.width37 > .column {width: 63%;}
/* .row.width36 > .column.right {width: 64%;}
.row.width36 > .column.right + .column {width: 36%;} /* 454px  40.3333 */
.row.width40 > .column:first-child {width: 40%;}
.row.width40 > .column {width: 60%;}
.row.width41 > .column:first-child {width: 41%;}
.row.width41 > .column {width: 59%;}
.row.width42 > .column:first-child {width: 42%;}
.row.width42 > .column {width: 58%;}
.row.width48 > .column:first-child {width: 48%;}
.row.width48 > .column {width: 52%;}

.row.width51 > .column:first-child {width: 51%;}
.row.width51 > .column {width: 49%;}

.row.width52 > .column:first-child {width: 52.0834%;}
.row.width52 > .column {width: 47.9166%;} /* 545px 45.4166 */
.row.width54 > .column:first-child {width: 54.6667%;}
.row.width54 > .column {width: 45.3333%;} /* 514px */
.row.width56 > .column:first-child {width: 57.1117%;}
.row.width56 > .column {width: 42.8883%;}
.row.width57 > .column:first-child {width: 57.6667%;}
.row.width57 > .column {width: 42.3333%;} /* 478px  40.3333 */

.row.width57_2 > .column:first-child {width: 57%;}
.row.width57_2 > .column {width: 43%;} /* 478px  40.3333 */

.row.width59_2 > .column:first-child {width: 59%;}
.row.width59_2 > .column {width: 41%;} /* 462px  41 */

.row.width59 > .column:first-child {width: 59.6667%;}
.row.width59 > .column {width: 40.3333%;} /* 454px  40.3333 */
.row.width59 > .column.right {width: 62.1667%;}
.row.width59 > .column.right + .column {width: 37.8333%;} /* 454px  40.3333 */

.row.width60 > .column {width: 60%;}
.row.width60 > .column + .column {width: 40%;}
.row.width61 > .column {width: 61%;}
.row.width61 > .column + .column {width: 39%;}
.row.width62 > .column {width: 62%;}
.row.width62 > .column + .column {width: 38%;}
.row.width63 > .column {width: 63%;}
.row.width63 > .column + .column {width: 37%;}

.row.width64 > .column {width: 64.6667%;}
.row.width64 > .column + .column {width: 35.3333%;}

.row.width65 > .column {width: 64.6667%;}
.row.width65 > .column + .column {width: 35.3333%;}

.row.width66 > .column {width: 66%;}
.row.width66 > .column + .column {width: 34%;}
.row.width67 > .column {width: 67%;}
.row.width67 > .column + .column {width: 33%;}
.row.width68 > .column {width: 68%;}
.row.width68 > .column + .column {width: 32%;}
.row.width70 > .column {width: 70%;}
.row.width70 > .column + .column {width: 30%;}
.row.width71 > .column {width: 71%;}
.row.width71 > .column + .column {width: 29%;} /* 311  */
.row.width72 > .column {width: 72%;}
.row.width72 > .column + .column {width: 28%;} /* 311  */
.row.width74 > .column {width: 74%;}
.row.width74 > .column + .column {width: 26%;} /* 311  */
.row.width77 > .column {width: 77%;}
.row.width77 > .column + .column {width: 23%;} /* 311  */
.row.width85 > .column {width: 85%;}
.row.width85 > .column + .column {width: 15%;} /* 311  */





/* SUB */
.s1_1_box { position: relative; background-color:#54c7af; padding: 150px 10px 180px 10px; }
.s1_1_box:before { display: block; content: ''; clear: both; background-image: url(../images/sub/s1_1_bg1.png); height: 100px; position: absolute; left: 0px; right: 0px; top: 0px; z-index: 2; width: 100%; background-repeat: no-repeat; background-position: top center; background-size: contain; }
.s1_1_box:after { display: block; content: ''; clear: both; background-image: url(../images/sub/s1_1_bg2.png); height: 570px; position: absolute; left: 0px; right: 0px; bottom: 0px; z-index: 2; width: 100%; background-repeat: no-repeat; background-position: right bottom; background-size: contain; }
.s1_1_box .txt_point { position: relative; font-size:30px; font-weight: 600; text-align: center; line-height:35px; margin-bottom:40px; z-index:2; }
.s1_1_box .txt_point span { color:#ffffff; }
.s1_1_box .txt_desc { position: relative; font-size:16px; text-align: center; line-height:30px; z-index: 2; }

.s1_2_title{
  color: #96ccbf; font-size: 36px; font-weight: 900
}
.s1_2_title span{
    color: #96ccbf; font-size: 22px;font-weight: 700;
    border-bottom: 2px solid #96ccbf
}
.s1_2_c1{color:#96ccbf; text-align: center; margin-bottom: 10px;font-size: 18px}


.s1_4_title{
  border-bottom: 1px solid #222; display: inline-block;
}



.s2_1_box { position: relative; }
.s2_1_box .img_info { font-size:14px; color:#ffffff; text-decoration:underline; margin-bottom:30px; }
.s2_1_box .txt_desc { position: relative; background-color:#1eb4d5; padding: 10px 10px 180px 10px; font-size:16px; color:#ffffff; text-align: center; line-height:30px; z-index: 2; }
.s2_1_box .txt_point { font-size:24px; font-weight:600; color: #ffffff; margin-bottom:10px; }

.s2_2_box .txt_tit span { display: inline-block; background-color:#aedbeb; letter-spacing: -3px; margin-bottom: 2px;}
.s2_2_box .people {}
.s2_2_box .people_list { margin-bottom:30px; }
.s2_2_box .people_list .peopl_info {}
.s2_2_box .people_info {font-weight: bold;}
.s2_2_box .people_info .category { font-size:16px; }
.s2_2_box .people_info .name { font-size:24px; margin-bottom:15px; }
.s2_2_box .people_info .desc_wrap { background-color:#e9f5fa; padding: 20px; border: 2px solid #000;}
.s2_2_box .people_info .comment{font-weight: 500; margin-top:10px}

.s2_3_box { position: relative; }
.s2_3_box .row {}
.s2_3_box .row:after { display:block; content:''; clear:both; }
.s2_3_box .column { float:left; }
.s2_3_box .row.half .column { width:49%; margin-right: 2%; }
.s2_3_box .row.half .column:last-child { margin-right: 0px; }
.s2_3_box .color_box { background-color:#e8e0d4; background-image: url('../images/sub/s2_3_3.png'); background-size: 400px; background-repeat: no-repeat; background-position: right bottom; padding: 50px 60px; border-radius:20px; margin-bottom:40px; }
.s2_3_box .color_box .txt_tit { font-size:20px; }
.s2_3_box .txt_wrap { margin-bottom:40px; }
.s2_3_box .txt_tit { font-size:24px; font-weight:600; text-decoration: underline; margin-bottom:15px; }
.s2_3_box .txt_desc { font-size:16px; line-height:30px; letter-spacing: -0.03em}


.s2_4_box { position: relative; }
.s2_4_box .txt_wrap { margin-bottom:40px; }
.s2_4_box .txt_tit { font-size:24px; font-weight:600; margin-bottom:10px; }
.s2_4_box .txt_desc { font-size:16px; line-height:30px; letter-spacing: -0.03em}

.sub_content .s2_5_box .part { margin-bottom:120px; }
.s2_5_box .section_title {}
.s2_5_box .section_title .title_img { text-align:center; margin-bottom:30px; }
.s2_5_box .section_title .title_txt { font-size:30px; line-height:40px; font-weight:600; text-align:center; margin-bottom:30px; }

.s2_6_box .card_box{ background-color: #f7f7f7; padding:40px }
.s2_6_box .card_number { position: relative; border-bottom:3px solid #000; padding-bottom:10px; }
.s2_6_box .card_number .name { font-size:14px; position:absolute; right:0px; bottom: 20px; }
.s2_6_box .card_number .count { }
.s2_6_box .card_number .count span { display:inline-block; width: 40px; line-height:40px; height:40px; text-align:center; border-radius:30px; border: 3px solid #000; font-size:16px; }

.s3_1_box { position: relative; }
.s3_1_box .img_info { font-size:14px; color:#ffffff; text-decoration:underline; margin-bottom:30px; }
.s3_1_box .txt_desc { position: relative; background-color:#f9ca2e; padding: 10px 10px 80px 10px; font-size:16px; color:#ffffff; text-align: center; line-height:30px; z-index: 2; }
.s3_1_box .txt_point { font-size:24px; font-weight:600; color: #ffffff; margin-bottom:10px; }

.s3_2_box .txt_tit { text-decoration:none !important; }
.s3_2_box .photo_booth { text-align:center; margin-top: 50px; }
.s3_2_box .photo_booth span { display: inline-block;  font-size:30px; font-weight: 600; background-color:#fdd55b; padding: 10px; }
.s3_2_box .list_img { text-align:center; margin-bottom:10px; }
.s3_2_box .list_tit {  font-size:16px;font-weight:600; margin-bottom:5px; }
.s3_2_box .list_desc { font-size:16px; line-height:30px; margin-bottom:15px; }
.s3_2_box .list_point {  }
.s3_2_box .list_point span { display: inline-block; font-size: 22px; font-weight: 600; padding: 5px; background-color: #fdd55b; margin-bottom: 3px;  }

.s3_3_box .txt_tit { color:#8cb059; text-decoration:none !important; }
.s3_3_box .img_info { text-align:left; font-size:24px; font-weight:600; color:#8cb059; margin-bottom:15px; }
.s3_3_box .img_info .info_name { margin-top:10px; }
.s3_3_box .img_info .info_name span { display: inline-block; padding: 10px 20px; border-top-left-radius: 25px; border-top-right-radius: 25px; background-color: #8cb059; color: #FFF; }

.s3_4_box .column { margin-bottom:15px; }
.s3_4_box .place_area {}
.s3_4_box .place_img { margin-bottom:20px; }
.s3_4_box .place_name { font-size:24px; text-decoration:underline; margin-bottom:30px; }
.s3_4_box .place_desc { font-size:16px; line-height:30px; }
.s3_4_box .place_address { font-size: 18px; line-height: 30px; padding: 10px 0px; border-top: 1px solid #000; border-bottom:1px solid #000; margin-top:20px; }

.s3_5_box .txt_desc { color:#ea835b; padding: 20px; border: 2px solid #303030; }
.s3_5_box .color_box .txt_desc { background-color: #fcede3; color:#000; }
.s3_5_box .color_box .txt_desc .txt_tit { font-weight:400; line-height:36px; font-size:22px; }


.s3_6_box .txt_wrap { margin-bottom:40px; }
.s3_6_box .txt_tit { font-size:24px; font-weight:600; text-decoration: underline; margin-bottom:15px; }
.s3_6_box .txt_tit span { display: inline-block; padding: 10px 25px 10px 66px; background-color: #ea835b; color: #ffffff; border-radius: 30px; background-image: url(../images/sub/s3_6_ico.png); background-repeat: no-repeat; background-position: center left 20px; }

.post { position: relative; }
.post .img_info { font-size:14px;  text-decoration:underline; margin-bottom:30px; }
.post .txt_desc { position: relative; font-weight: bold;background-color:#ffecc0; padding: 10px 10px 80px 10px; font-size:16px;  text-align: center; line-height:30px; z-index: 2; }
.post .txt_point {font-weight:600; color: #f6615e; margin-bottom:10px; }



/* SUB BOX */
.start_box { background-color:#f7f7f7; padding: 20px; font-size:16px; line-height:30px; text-align:center; margin-bottom:50px; }
.end_box { border-top: 1px solid #303030; border-bottom: 1px solid #303030; padding: 20px; font-size:16px; line-height:30px; margin-bottom:50px; }

.img_wrap { text-align: center; margin-bottom:40px; }
.img_wrap.half {}
.img_wrap.half:after { display:block; content:''; clear:both; }
.img_wrap.half figure { float:left; width:49%; margin-right:2%; }
.img_wrap.half figure:last-child { margin-right:0px; }

/* SUB ARROW */
.sub_move_arrow { position: relative; background-color:#f1f1f1; text-align:center; margin-top:80px;  }
.sub_move_arrow:after { display: block; content: ''; clear: both; width: 1px; height: 20px; background-color: #333333; position: absolute; left: 0px; right: 0px; top: 50%; margin: -10px auto 0px auto; z-index:2; }
.sub_move_arrow .move_prev { display:inline-block; padding-right:40px; }
.sub_move_arrow .move_next { display:inline-block; padding-left: 40px;}
.sub_move_arrow a { display: block; font-size: 16px; color: #333333; line-height: 40px; padding: 20px 0px; height: 80px; box-sizing: border-box; }



/*listPage*/
.listarea{padding: 50px; width: 80%;margin:0 auto}
.listPages {
	padding: 50px 80px;
	background-color: #fff;
}

.listPages-area {
	margin-bottom: 50px;
}

.list_title {
	margin-bottom: 40px;
	font-size: 28px;
	font-family: 'S-CoreDream-6Bold';
	text-align: center;
  border-bottom: 1px solid #333;;
  padding-bottom: 10px;
  font-weight: bold;
}

.list_list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.list_item.one{width:100%}
.list_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48.6078%;
	margin-right: 7.1896%;
}

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

.list_item-vol {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.list_item-img {
	margin-bottom: 15px;
	box-shadow: 5px 5px #ddd;
	width:200px;
}

.list_item-webzine {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 30px;
	background-color: #62b0e3;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
}

.list_item-view {
	text-align: center;
	width: 100%;
}
.list_item-view .vol{
  font-weight: bold;
  font-size: 22px
}
.list_item-view a {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 14px 16px;
	padding-left: 20px;
}
.list_item-view a:first-child {
	background-image: url('../images/list/ico-pdf.png');
}
.list_item-view a:last-child{
	background-image: url('../images/list/ico-ebook.png');
}

@media all and (max-width:1410px) {

 }
 @media all and (max-width:1024px) {
  .sub_visual { height:600px; }
  .sub_visual .text_wrap .category span { font-size:18px; margin-bottom:30px; }
  .sub_visual .text_wrap .subject { font-size:30px; line-height:42px; }
  .s1_1_box .txt_point { font-size:26px; line-height:28px; }
 }
 .mo-only{display: none}
@media all and (max-width:768px) {

  .re-mt0{margin-top: 0}
  .mo-only{display: block}
  .pc-only{display: none}

  .sub_visual { height:400px; }
  .sub_visual .text_wrap .category span { font-size:16px; margin-bottom:20px; }
  .sub_visual .text_wrap .subject { font-size:26px; line-height:36px; }

  .row .column{display: block; float: none; width:100% !important}
  .row .col_2 { width: 100%; padding: 0px; }
  .row .col_3 { width: 100%; padding: 0px; }
  .row .col_3.two { width: 100%; padding: 0px; }
  .row .col_4 { width: 50%; padding: 0px; }

  .listarea{width:100%}
  .list_list{display: block;}
  .list_item{width:100%;padding:20px}


  .s1_1_box{padding:50px 10px 180px 10px }
  .s1_1_box .txt_point { font-size:22px; line-height:24px; }
  .s1_1_box .txt_desc { font-size:14px; line-height:20px;    word-break: keep-all; }
  .s2_3_box .color_box { padding-bottom:200px; }
  .s2_3_box .row.half .column { width:100%; }
  .s2_3_box .txt_tit { font-size:15px; }
  .s2_3_box .txt_desc  { font-size:13px; }
  .s2_4_box .txt_tit { font-size:18px; }
  .s2_4_box .txt_desc { font-size:14px; line-height:26px; }
  .s3_2_box .column { margin-bottom:50px; }
  .start_box  { font-size: 14px;}
  .start_box br {display: none;}
  .end_box { font-size: 14px; text-align:center; }
  .end_box br {display: none;}

 }
@media all and (max-width:460px) {
  .sub_visual { height:300px; }
  .sub_visual .text_wrap .category span { font-size:14px; margin-bottom:10px; }
  .sub_visual .text_wrap .subject { font-size:22px; line-height:28px; }
  .s1_1_box .txt_point { font-size:20px; line-height:24px; }
  .sub.s3_4 .sub_visual { background-image:url('../images/sub/s3_4_visual-mo.jpg'); }
}
@media all and (max-width:400px) {
 }
