#main {
  box-sizing: border-box;
  color: #333333;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-feature-settings: "palt";
}
.-pagetop img {
  box-shadow: none;
}
.-pagetop .-pagetop_btn {
  margin-right: 2%;
}
/*html {
  scroll-behavior: smooth;
}*/
.Footer {
  margin-top: 0;
}
#main img {
  vertical-align: top;
}
/*-*/
.KV_bg {
  width: 100%;
  object-fit: cover;
  background: url("../images/kv_bg.jpg") no-repeat center top;
  padding-bottom: 70px;
}
.kv_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
  padding: 28px 0;
}
.kv_main .kv_left {
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
}
.kv_main .kv_left .kv_sub_tit {
  display: inline-block;
  font-size: 2.3rem;
  color: #ffffff;
  background-color: #192954;
  padding: 5px;
}
.kv_main .kv_left .kv_tit {
  font-size: 4.5rem;
  color: #192954;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.kv_main .kv_left .kv_sub_tit {
  position: relative;
  background: #192954;
  padding: 0 10px;
}
.kv_main .kv_left .kv_sub_tit:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 289px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #192954;
  border-width: 37px 20px 0 35px;
}
.kv_main .kv_left .kv_comment {
  font-size: 1.7rem;
}
.kv_main .kv_left .kv_comment small {
  font-size: 1.3rem;
}
.kv_main .kv_right figure img {
  border-radius: 10px;
}
.kv_img{
    width: 550px;
    height: 320px;
}
.kv_main .kv_right, .kv_main .kv_left {
  width: 550px;
}
.kv_main .kv_right {
  text-align: right;
  font-size: 12px;
  color: #333333;
}
.kv_main .kv_right small {
  font-size: 1.3rem;
  font-weight: normal;
}
/*-tab-*/
#tabs-list {
  display: flex;
  justify-content: space-between;
}
#tabs-list li {
  width: calc(100%/4);
}
#tabs-list li label.panel-label {}
.tab_contents {
  /*display: none;*/
  text-align: center;
}
.tab_wrap {
  position: relative;
}
/*---------------------------------------------------------------------------------------------------------------------*/
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  padding: 20px 0;
  font-size: 18px;
  cursor: pointer;
  background: rgba(11, 90, 160, 0.50);
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  background: rgba(11, 90, 160, 0.80);
}
#panels {
  background: rgba(11, 90, 160, 1);
  padding-bottom: 20px;
}
#panels .container {
  padding-bottom: 10px
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section > div {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}
#panel-1-ctrl:checked ~ #panels #panel-1 > div {
  max-height: initial;
  opacity: 1;
}
#panel-2-ctrl:checked ~ #panels #panel-2 div {
  max-height: initial;
  opacity: 1;
}
#panel-3-ctrl:checked ~ #panels #panel-3 div {
  max-height: initial;
  opacity: 1;
}
#panel-4-ctrl:checked ~ #panels #panel-4 div {
  max-height: initial;
  opacity: 1;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background: rgba(11, 90, 160, 1);
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background: rgba(11, 90, 160, 1);
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background: rgba(11, 90, 160, 1);
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background: rgba(11, 90, 160, 1);
}
ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1120px;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 25%;
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 12px 0;
  font-size: 1.4em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}
.panel_group {
  margin: 0 auto;
}
.panel-radios {
  display: none;
}
.panel_group p {
  line-height: 1.8;
}
#li-for-panel-3, #li-for-panel-2, #li-for-panel-3, #li-for-panel-4 {
  padding-bottom: 0;
}
/*---------------------------------------------------------------------------------------------------------------------*/
.mar_top {
  margin-top: -120px;
  padding-top: 120px
}
.tab_contents h2 {
  margin: 0;
  font-size: 3.5rem;
  padding: 40px 0;
  color: #ffffff;
}
/*--*/
.post_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.post_wrap .post_wrap_box {
  width: 550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.post_wrap .post {
  display: inline-block;
  max-width: 550px;
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  min-height: 176px;
}
.post h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #192954;
  padding: 10px 0 20px;
  margin: 0;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1;
}
.post h3 span {
  padding: 0 10px;
}
.post h3 .movie_icon {
  position: relative;
}
.post h3 .movie_icon::after {
  content: "";
  display: inline-block;
  background-image: url("../images/post_movie.png");
  background-repeat: no-repeat;
  background-size: 30px 23px;
  position: absolute;
  right: -30px;
  width: 30px;
  height: 23px;
}
.post_text_box {
  position: relative;
}
.post_text_hight {
  padding: 20px 10px 40px 10px;
}
.post_text, .post_text_short {
  font-size: 1.6rem;
  line-height: 1.2;
}
.post_text_short {
  padding: 20px 10px 10px 10px;
}
.post_text_box:not(:first-of-type) {
  margin-bottom: 100px;
  margin-top: 100px;
}
.post_text_box strong {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}
.post_text_box .post_text p:not(:last-of-type) {
  margin-bottom: 10px;
}
.post_text_box .post_text p span {
  font-size: 13px;
}
.post_text_box {
  position: relative;
}
.post_text {
  height: 100px;
  overflow: hidden;
}
.post_text_btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 45%);
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 1;
}
.active_gradation {
  padding-top: 0px;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 45%);
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 1;
}
.post_text_btn span.close_cont {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  bottom: 0;
  cursor: pointer;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  z-index: 3;
  width: 200px;
  line-height: 1;
}
.post_text_btn span.close_cont::before {
  content: "+";
  position: absolute;
  left: 5px;
}
.active_cont {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  bottom: 0;
  cursor: pointer;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  z-index: 3;
  width: 200px;
  line-height: 1;
}
.active_cont::before {
  content: "-";
  position: absolute;
  left: 5px;
}
.post_link {
  color: #2c89cb;
  font-weight: bold;
  line-height: 1.5;
}
.post_link a {
  color: #2c89cb;
  position: relative;
  padding-left: 10px;
}
.post_link a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #2c89cb;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  line-height: 1;
}
.post_link a:hover {
  border-bottom: 1px solid #2c89cb;
}
.post_text_box figure img {
  border-radius: 10px;
}
.post_text_box figure {
  position: relative;
  margin: 20px 0 20px;
}
.post_text_box figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
  line-height: 1;
}
.post_text .post_list {
    margin-top: 0;
  margin-bottom: 10px;
}
.post_text .post_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 8px;
  font-size: 1.6rem;
}
.post_text .post_list li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  margin-right: 5px;
  z-index: 1;
}
.post_text .post_list li span {
  font-size: 1.3rem;
}
.post_movie {
  display: flex;
  justify-content: center;
  padding: 10px 0 20px;
}
.post_point_area {
  padding: 10px;
  border: 1px solid #fed02f;
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff3c9;
}
.post_option {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
.post_option p:first-child {
  position: relative;
  width: 90px;
  padding: 0 10px;
}
.post_option p:last-child {
  width: 428px;
}
.post_option p:first-child::after {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  margin-right: 5px;
  z-index: 1;
}
.post_option p:first-child::before {
  content: "…";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
}
/*---*/
.time_schedule_wrap {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 40px;
}
/*---*/
.time_schedule_txt {
  padding: 40px 0;
  font-size: 1.6rem;
  text-align: center;
}
.time_schedule {
  position: relative;
}
.time_schedule .line {
  position: absolute;
  content: "";
  top: 30px;
  left: 143px;
  height: 1970px;
  background: #d2d6e0;
  width: 4px;
}
.time_schedule ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.time_schedule ul li {
  width: 890px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.time_schedule ul li .clock_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 130px;
}
.time_schedule ul li .clock_box .clock_icon {
  width: 60px;
  z-index: 2;
}
.time_schedule ul li .clock_box .clock_time {
  font-weight: bold;
  color: #1e3163;
  font-size: 2rem;
}
.schedule_wrap {
  display: flex;
  justify-content: space-between;
  width: 750px;
  border-radius: 10px;
  border: 2px solid #d2d6e0;
  text-align: left;
  padding: 20px;
}
.schedule_box {}
.schedule_box h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #1e3163;
}
.schedule_box h4 span {
  font-size: 1.6rem;
}
.schedule_box p {
  margin: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.schedule_image {
  position: relative;
  width: 340px;
}
.schedule_image img {
  border-radius: 10px;
}
.schedule_image figcaption {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
}
/*--*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*--*/
.last_comment {
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.last_comment h3 {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px 60px 10px 10px;
  line-height: 1;
  font-size: 2.5rem;
  background: #fed02f;
  color: #334066;
  box-sizing: border-box;
  font-weight: bold;
}
.last_comment h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.last_comment h3:after {
  top: 0;
  right: 0;
  border-width: 22px 15px 22px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.last_comment .txt {
  font-size: 1.6rem;
  color: #333333;
  text-align: left;
  margin-left: 30px;
}

/*--------------------------------------------------------*/
.smallBnr {
	margin-bottom: 0;
	background-color: transparent;
}
.btnContainerWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
   /* background-color: #ffda5b;*/
}
.btnContainer {
	text-align: center;
    margin: 0;
   padding: 30px 0 40px;
    width: 100%;
    background-color: #D1e7ff;
}
.btnContainer2 {
    background: #ffffff;
}
.btnContainerWrap .btnContainer h4{
        font-size: 25px;
    margin: 0 0 20px;
    padding: 0 5px;
    color: #333333;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(transparent 60%, #add9ff 70%);
}
.btnContainerWrap .btnContainer2 h4{
    background: linear-gradient(transparent 60%, #ffe0d1 70%);
}


.btnContainer .yellowTxt{
	margin: 0 0 7px 0;
	color: #fbe602;
	font-size: 2.4rem;
}
.btnContainer .courseBtn {
	position: relative;
	max-width: 450px;
	width: 100%;
	margin: 0;
	padding: 20px 40px;
	background: #fff;
	color:#177AD1;
	border-radius: 10px;
	box-shadow: 0 0 0 3px #fff inset, 0 0 0 6px #177AD1 inset;
	box-sizing: border-box;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5)); 
}
.btnContainer2 .courseBtn {
    background: #F17636;
		color: #ffffff;
		box-shadow: 0 0 0 3px #F17636 inset, 0 0 0 6px #fff inset;
	
}
.btnContainer .courseBtn::after {
	content: "";
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  right: 3%; 
  border: 12px solid transparent;
  border-left: 21px solid #177AD1;
}
.btnContainer2 .courseBtn::after {
  border: 12px solid transparent;
  border-left: 21px solid #ffffff;
}
.btnContainer a {
	display: inline-block;
	width: 450px;
	font-size: 2.2rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
    .btnContainer .yellowTxt {
  font-size: 1.9rem;
  } .btnUnit {
		margin-bottom: 15px;
	} .btnUnit:last-of-type {
		margin-bottom: 0;
	} .btnContainer .courseBtn {
    max-width: 315px;
    width: 315px;
    padding: 15px 10px 15px 0;
  } .btnContainer .courseBtn::after {
    /*border: 6px solid transparent;*/
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
    border: 9px solid transparent;
    border-left: 13px solid #177AD1;
  }
    .btnContainer2 .courseBtn::after {
    border-left: 13px solid #ffffff;
  }
    .btnContainer a {
    max-width: 315px;
    width: 100%;
    font-size: 1.45rem;
  } .btnContainer .btnUnit_02 {
		max-width: 315px;
	} .btnContainer .btnUnit_02 a {
    font-size: 1.4rem;
	}
}
@media screen and (min-width:768px) {
	 .btnContainer_inner {
      display: flex;
      justify-content: center;
		 flex-wrap: wrap;
		 max-width: 1120px;
      margin: 0 auto;
		 gap:20px;
	} .btnContainer .courseBtn:last-of-type {
		margin-right: 0;
	}
    .btnContainer a:hover .courseBtn {
		background: #177AD1;
		color: #fff;
		box-shadow: 0 0 0 3px #177AD1 inset, 0 0 0 6px #fff inset;
	}
    .btnContainer2 a:hover .courseBtn {
		background: #fff;
	color:#F17636;
	box-shadow: 0 0 0 3px #fff inset, 0 0 0 6px #F17636 inset;
	}
    .btnContainer a:hover .courseBtn:last-of-type {
		margin-right: 0;
	} .btnContainer a:hover .courseBtn::after {
		border-left: 21px solid #ffffff;
	}
    .btnContainer2 a:hover .courseBtn::after {
		border-left: 21px solid #F17636;
	}
}
.Main{
    background-color: #ffd143;
}

/*--------------------------------------------------------*/
/*-------------------------------------------------------PConly----------------------------------------------------*/
@media screen and (min-width:768px) {
  .wide_wid {
    width: 1120px;
    margin: 0 auto;
  }
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
  .-pagetop{
    padding-bottom: 15px;
	}
}
/*-------------------------------------------------------PConly_768-1499px----------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1499px) {
	/*.btnContainer .courseBtn,
	.btnContainer a {
    max-width: 350px;
	}*/
	.btnContainer a {
		font-size: 2rem;
	}
}
/*-------------------------------------------------------SPonly----------------------------------------------------*/
@media screen and (max-width:767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .wide_wid {
    width: 100%;
    margin: 0 auto;
  }
  /*-*/
  .KV_bg {
    background-size: auto 100%;
  }
  .kv_main {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 30px 10px;
  }
  .kv_main .kv_left {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .kv_main .kv_left .kv_sub_tit {
    font-size: 1.7rem;
    padding: 5px 10px;
    width: 250px
  }
  .kv_main .kv_left .kv_sub_tit:after {
    left: 250px;
    border-width: 30px 20px 0 30px;
  }
  .kv_main .kv_left .kv_comment {
    font-size: 1.7rem;
  }
  .kv_main .kv_left .kv_comment small {
    font-size: 1.2rem;
  }
  .kv_right {
    padding-top: 10px;
  }
  .kv_main .kv_right {
    text-align: center;
  }
  .kv_main .kv_right, .kv_main .kv_left {
    width: 100%;
  }
  .kv_main .kv_right small {
    text-align: right;
    display: inline-block;
    font-size: 1.1rem;
    width: 100%;
  }
  .kv_main .kv_right figure img {
    max-width: 550px;
    width: 100%;
  }
  /*-tab-*/
  ul#tabs-list {
    width: 100%;
    top: -59px
  }
  /*-------------------------------------------------------------------------*/
  ul#tabs-list li label.panel-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    font-size: 1.3rem;
    min-height: 60px;
  }
  ul#tabs-list li label.panel-label br {
    display: none;
  }
  /*--*/
  .tab_contents {
    padding: 0 5px;
  }
  .post_wrap .post_wrap_box {
    justify-content: space-around;
  }
  .mar_top {
    margin-top: -120px;
    padding-top: 120px
  }
  .tab_contents h2 {
    margin: 0;
    font-size: 3rem;
    padding: 20px 0;
    line-height: 1.2;
  }
  .post_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: column;
  }
  .post_wrap .post_wrap_box {
    display: contents;
  }
  .item01 {
    order: 1;
  }
  .item02 {
    order: 2;
  }
  .item03 {
    order: 3;
  }
  .item04 {
    order: 4;
  }
  .item05 {
    order: 5;
  }
  .item06 {
    order: 6;
  }
  #panels .container {
    padding-bottom: 20px
  }
  /*--*/
  .post h3 {
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 0 15px;
  }
  .post h3 span {
    padding: 0;
  }
  .post h3 .movie_icon {
    position: relative;
  }
  .post h3 .movie_icon::after {
    content: "";
    display: inline-block;
    background-image: url("../images/post_movie.png");
    background-repeat: no-repeat;
    background-size: 30px 23px;
    position: absolute;
    right: -30px;
    width: 30px;
    height: 23px;
  }
  .post_text_box {
    position: relative;
  }
  .post_text_hight {
    padding: 20px 0 40px 0;
  }
  .active_cont {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    bottom: 0;
    cursor: pointer;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    left: 0;
    margin: auto;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .2s;
    z-index: 3;
    width: 200px;
    line-height: 1;
  }
  .active_cont::before {
    content: "-";
    position: absolute;
    left: 5px;
  }
  .post_link {
    color: #2c89cb;
    font-weight: bold;
    line-height: 1.5;
  }
  .post_link a {
    color: #2c89cb;
    position: relative;
    padding-left: 10px;
  }
  .post_link a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #2c89cb;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    line-height: 1;
  }
  .post_link a:hover {
    border-bottom: 1px solid #2c89cb;
  }
  .post_text_box figure img {
    border-radius: 10px;
  }
  .post_text_box figure {
    position: relative;
    margin: 20px 0 20px;
  }
  .post_text_box figure figcaption {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
    line-height: 1;
  }
  .post_text .post_list li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 8px;
    font-size: 1.6rem;
  }
  .post_text .post_list li::before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    margin-right: 5px;
    z-index: 1;
  }
  .post_text .post_list li span {
    font-size: 1.3rem;
  }
  .post_movie {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
  }
  .post_point_area {
    padding: 10px;
    border: 1px solid #fed02f;
    font-weight: bold;
    font-size: 1.6rem;
    background: #fff3c9;
  }
  .post_option {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
  }
  .post_option p:first-child {
    position: relative;
    width: 170px;
    padding: 0 10px;
  }
  .post_option p:last-child {
    width: 428px;
  }
  .post_option p:first-child::after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    margin-right: 5px;
    z-index: 1;
  }
  .post_option p:first-child::before {
    content: "…";
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 1;
  }
  /*---*/
  .time_schedule_wrap {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 40px;
  }
  /*---*/
  .time_schedule_txt {
    padding: 40px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }
  .time_schedule {
    position: relative;
  }
  .time_schedule .line {
    position: absolute;
    content: "";
    top: 26px;
    left: 9.1%;
    height: 97%;
    background: #d2d6e0;
    width: 4px;
  }
  .time_schedule ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .time_schedule ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-right: 5px;
  }
  .time_schedule ul li .clock_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 20%;
  }
  .time_schedule ul li .clock_box .clock_icon {
    width: 30px;
    z-index: 2;
  }
  .time_schedule ul li .clock_box .clock_time {
    font-weight: bold;
    color: #1e3163;
    font-size: 2rem;
    width: 100%;
    background-color: #ffffff;
    line-height: 1;
  }
  .schedule_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
  }
  .schedule_box {
    width: 100%;
  }
  .schedule_box h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .schedule_box h4 span {
    font-size: 1.6rem;
  }
  .schedule_box p {
    margin: 10px 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .schedule_image {
    position: relative;
    width: 100%;
    max-width: 340px;
  }
  .schedule_image img {
    border-radius: 10px;
  }
  .schedule_image figcaption {
    font-size: 1.2rem;
  }
  /*--*/
  .last_comment {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .last_comment h3 {
    padding: 10px 60px 10px 10px;
    line-height: 1;
    font-size: 2.5rem;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
  }
  .last_comment .txt {
    font-size: 1.6rem;
    margin-left: 0px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
/*-*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider div{
    position: relative;
}
.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.slider figcaption{
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 1.0;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000 ,
-1px 1px 2px #000 ,
1px -1px 2px #000 ,
-1px -1px 2px #000;
}
.slider .slick-arrow:before {
    content: '';
    display: block;
    padding-top: 100%;
    background: url(../images/btn_arrow.png) no-repeat 0 0/contain;
    opacity: 1;
}
.slick-dots li.slick-active button:before {}
/* Slider */

.kv_right figure .slick-arrow {
  width: 6.25%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kv_right figure .slick-arrow {
    width: 9.3%;
  }
}

.kv_right figure .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../images/btn_arrow.png) no-repeat 0 0/contain;
  opacity: 1;
}

.kv_right figure .slick-next {
  right: 10px;
}

.kv_right figure .slick-next:before {
  transform: rotateZ(180deg);
}

.kv_right figure .slick-prev {
  left: 10px;
}

.kv_right figure .slick-dots {
  bottom: 6px;
  line-height: 1;
}

.kv_right figure .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.kv_right figure .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}

.kv_right figure .slick-dots .slick-active button {
  background: #ffd447;
}