﻿@charset "utf-8";
@media print, screen and (min-width:751px){
/*-------------------------------------
  下層共通
--------------------------------------*/
#breadcrumb ul {
  line-height: 20px;
  margin-top:30px;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding-right: 25px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #fff;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 0;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top #mainimage_cta{
	width:100%;
	max-width:1920px;
	margin:0 auto;
    height:auto;
	overflow:hidden;

}

#top #mainimage_cta h2{
	width:100%;
	height:auto;
	position:static;
	
}

#top #mainimage_cta h2 img{
	width:100%;
}

#top #mainimage_cta .cta_button{
	position:relative;
	top:-150px;
	left:50px;
	z-index:99;
	text-align:center;
	overflow:hidden;
	margin-bottom:-70px;
}

#top #mainimage_cta .cta_button a{
	float:left;
	display:inline-block;
	padding:15px 30px;
	border-radius:30px;
	box-shadow:5px 5px 5px #d4d2d2;
	color:#fff;
	 font-family: 'Noto Serif JP', serif;
}

#top #mainimage_cta .cta_button a:first-of-type{
	margin-right:20px;
	background: url(/Image/common/back01.jpg) repeat;
}

#top #mainimage_cta .cta_button a{
	margin-right:20px;
	 
	 border:solid 2px #cfb194;
}

#top #mainimage_cta .cta_button a:last-of-type{
	background-color:#cfb194;
}

#top #mainimage_cta .cta_button a:hover{
	background:none;
}

#top #mainimage_cta .cta_button a:hover {
	text-decoration:none;
	color:#cfb194;
	
}




#top #mainimage_top p,
#top #mainimage_top a {
  color: #fff;
  font-size: 13px;
}
#top #mainimage_top a {
  text-decoration: underline;
}
#top #mainimage_top a:hover {
  text-decoration: none;
}
#top #mainimage_top span {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}
#top #mainimage .slider_img a {
  display: block;
}
#top #mainimage .slider_img a:hover {
  opacity: 0.85;
}
#top .slick-prev,
#top .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
}
#top .slick-prev {
  top:0;
  bottom:0;
  right: 1000px;
  left: 0;
  margin:auto;
}
#top .slick-next {
  top:0;
  bottom:0;
  right: 0;
  left: 1000px;
  margin:auto;
}
#top .slick-prev:before,
#top .slick-next:before {
  content:"";
}
#top .slick-prev:after {
  content: url(/Image/top/top_slide_pager05.png);
}
#top .slick-next:after {
  content: url(/Image/top/top_slide_pager06.png);
}
#top #sec_01 {
  width: 100%;
}
#top #sec_01 .sec_box {
  padding: 60px 0;
}
#top #sec_01 .ttl {
  width: 100%;
  background: url(/Image/common/back02.jpg) repeat;
  text-align: center;
  padding: 0 0 25px;
}
#top #sec_01 .sec_box .inner {
  width: 984px;
  margin: 0 auto;
}
#top #sec_01 .sec_box .left_box {
  float: left;
  width: 48%;
}
#top #sec_01 .sec_box .right_box {
  float: right;
  width: 48%;
}
#top #sec_01 .sec_box .ttl_box {
  margin-bottom: 20px;
}
#top #sec_01 .sec_box .ttl_box h3 {
  float: left;
  font-size: 18px;
  line-height: 18px;
  border-left: 3px solid #ff7c7c;
  padding-left: 12px;
}
#top #sec_01 .sec_box .ttl_box span {
  display: block;
  font-size: 12px;
}
#top #sec_01 .sec_box .ttl_box .link_btn {
  float: right;
}
#top #sec_01 .sec_box .ttl_box .link_btn a {
  display: block;
  color: #fff;
  font-size: 11px;
  background: #ff7c7c;
  border-radius: 20px;
  padding: 4px 12px 4px 20px;
  margin-top: 7px;
  position: relative;
}
#top #sec_01 .sec_box .ttl_box .link_btn a:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 10px;
  width: 8px;
  height: 9px;
  background-image: url(/Image/common/white_arrow05.png);
  background-repeat: no-repeat;
}
#top #sec_01 .sec_box ul li a {
  display: block;
  color: #0b0b0b;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dashed #0b0b0b;
  padding: 15px;
  position: relative;
}
#top #sec_01 .sec_box ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 5px;
  width: 7px;
  height: 15px;
  background-image: url(../Image/common/gray_arrow01.png);
  background-repeat: no-repeat;
}
#top #sec_01 .sec_box ul li:first-child a {
  border-top: 1px dashed #0b0b0b;
}
#top #sec_02 {
  width: 100%;
  padding: 60px 0;
  background: url(../Image/common/back03.jpg) repeat;
}
#top #sec_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#top #sec_02 .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#top #sec_02 .ttl_txt {
  text-align: center;
  margin-bottom: 50px;
}
#top #sec_02 .interview_list li {
  float: left;
  width: 318px;
  margin-right: 15px;
  position: relative;
  box-sizing: border-box;
}
#top #sec_02 .interview_list li:last-child {
  margin-right: 0;
}
#top #sec_02 .interview_list li a {
  display: block;
  text-decoration: none;
}
#top #sec_02 .interview_list li a:hover {
  opacity: 0.85;
}
#top #sec_02 .interview_list .img_box {
  width: 318px;
  height: 199px;
  overflow: hidden;
}
#top #sec_02 .interview_list .img_box img {
  transition:.3s;
}
#top #sec_02 .interview_list li a:hover .img_box img {
  trans:scale(1.1,1.1);
}
#top #sec_02 .interview_list .txt_box {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #ff7c7c;
  padding: 8px 12px;
}
#top #sec_02 .interview_list .txt_box .left_txt {
  float: left;
}
#top #sec_02 .interview_list .txt_box .right_txt {
  float: right;
}
#top #sec_02 .interview_list .cate {
  display: inline-block;
  background: #d2b89f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  left: 0;
}

#top #sec_01 .sec_box_02 {
  width:100%;
  padding: 80px 0;
}
#top #sec_01 .sec_box_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#top #sec_01 .sec_box_02 .left_col {
  float: left;
  width: 47%;
}
#top #sec_01 .sec_box_02 .left_box  {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  border-top: 20px solid #ff7c7c;
  background-color: #fff;
  border-radius: 6px;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  padding: 30px 0;
}
#top #sec_01 .sec_box_02 .left_box:before,
#top #sec_01 .sec_box_02 .left_box:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#top #sec_01 .sec_box_02 .left_box:before {
  top: 48%;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 34px solid #fff;
  border-right: 0px solid transparent;
  margin-right: -30px;
  margin-top: -30px;
}
#top #sec_01 .sec_box_02 .left_box:after {
  top: 48%;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  border-right: 0px solid transparent;
  margin-top: -18px;
  margin-right: -18px;
}
#top #sec_01 .sec_box_02 .ttl_box {
  text-align: center;
  margin-bottom: 20px;
}
#top #sec_01 .sec_box_02 .txt_box {
  padding: 0 34px;
}
#top #sec_01 .sec_box_02 .right_col {
  float: right;
  width: 47%;
  height: 275px;
}
#top #sec_01 .sec_box_02 .right_box {
  position: relative;
  height: auto;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#top #sec_01 .sec_box_02 .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
}

#top #sec_01 .sec_box_02 .right_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}


/*-------------------------------------
  TSLとは
--------------------------------------*/
#about #mainimage {
  background:url(../Image/about/mainimage.jpg) top center no-repeat;
}
#about #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#about #sec_01 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 100px 0;
}
#about #sec_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_01 .ttl_txt {
  margin-bottom: 80px;
}
#about #sec_01 .img_box {
  text-align: center;
}
#about #sec_02 {
  width:100%;
  padding: 100px 0;
}
#about #sec_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_02 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_02 .ttl_txt {
  margin-bottom: 80px;
}
#about #sec_02 .img_box {
  text-align: center;
  margin-bottom: 80px;
}
#about #sec_02 .link_btn {
  text-align: center;
}
#about #sec_02 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #ff7c7c;
}
#about #sec_02 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #CEB396;
  text-decoration: none;
}
#about #sec_03 {
  width:100%;
  padding: 0 0 100px;
}
#about #sec_03 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#about #sec_03 .ttl_txt {
  margin-bottom: 100px;
}
#about #sec_03 .curriculum_list > li {
  border: 1px solid #D2B498;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
}
#about #sec_03 .curriculum_list > li:nth-child(5) {
  margin-bottom: 0;
}
#about #sec_03 .curriculum_list > li:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 30px solid #D2B498;
  border-right: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid transparent;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}
#about #sec_03 .curriculum_list > li:nth-child(5)::after {
  content: none;
}
#about #sec_03 .curriculum_list .head_box {
  margin-bottom: 30px;
}
#about #sec_03 .curriculum_list .head_img {
  float: left;
  padding-top: 15px;
}
#about #sec_03 .curriculum_list > li:nth-child(4) .head_img {
  padding-top: 0;
}
#about #sec_03 .curriculum_list .summary {
  float: left;
  border-left: 1px solid #D2B498;
  padding-left: 30px;
  margin-left: 30px;
}
#about #sec_03 .curriculum_list .summary h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}
#about #sec_03 .curriculum_list .item_list {
  float: left;
  font-size: 15.5px;
}
#about #sec_03 .curriculum_list .item_list:first-child {
  padding-right: 20px;
}
#about #sec_03 .curriculum_list .item_list li {
  list-style-type: disc;
  margin-left:20px;
}
#about #sec_03 .curriculum_list .img_box {
  margin-bottom: 30px;
}
#about #sec_03 .curriculum_list .img_box li {
  float: left;
  margin-right: 30px;
}
#about #sec_03 .curriculum_list .img_box li:last-child {
  margin-right: 0;
}
#about #sec_04 {
  width:100%;
  margin-bottom: 100px;
}
#about #sec_04 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#about #sec_04 .sec_box_01 {
  margin-bottom: 100px;
}
#about #sec_04 .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_04 .sec_box_01 .ttl_txt {
  margin-bottom: 100px;
}
#about #sec_04 .sec_box_01 .qa_list li {
  border: 1px solid #D2B498;
  padding: 30px;
  margin-bottom: 50px;
}
#about #sec_04 .sec_box_01 .qa_list li:last-child {
  margin-bottom: 0;
}
#about #sec_04 .sec_box_01 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#about #sec_04 .sec_box_01 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}
#about #sec_04 .sec_box_02 {
  width:100%;
  height: 608px;
  background: url(http://www.asakruachieko.com/Image/about/sec04_back01.jpg) no-repeat center center #fff;
}
#about #sec_04 .sec_box_02 .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#about #sec_04 .sec_box_02 .cts_box {
  width: 600px;
  position: absolute;
  top: 150px;
  right: 24px;
}
#about #sec_04 .sec_box_02 .ttl_box {
  margin-bottom: 20px;
}
#about #sec_04 .sec_box_02 .txt_box {
  text-align: center;
  margin-bottom: 60px;
}
#about #sec_04 .sec_box_02 .txt_box p {
  display: inline-block;
  text-align: left;
}
#about #sec_04 .sec_box_02 .link_btn {
  text-align: center;
}
#about #sec_04 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #ff7c7c;
}
#about #sec_04 .sec_box_02 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
  text-decoration: none;
}
#about #sec_05 {
  width:100%;
  margin-bottom: 100px;
}
#about #sec_05 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#about #sec_05 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_05 .honkouza {
	padding:30px;
    border: 1px solid #CEB396;
    margin-bottom: 80px;
}
#about #sec_05 .honkouza_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 27px;
  font-weight: 500;
  margin-bottom:10px;
}
#about #sec_05 .honkouza dl{
	padding-left:20px;
}
#about #sec_05 .honkouza dl dt{
	float: left;
    width: 150px;
    background: #CEB396;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    clear: both;
    margin-right: 50px;
    text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}
#about #sec_05 .honkouza dl dd{
	float: left;
    width: 400px;
    padding: 7px 0;
}
#about #sec_05 .ttl_txt {
  margin-bottom: 40px;
}
#about #sec_05 .event_wrappr {
  margin-bottom: 100px;
}
#about #sec_05 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#about #sec_05 .event_box {
  border: 1px solid #CEB396;
  margin-bottom: 30px;
}
#about #sec_05 .event_box .left_col {
  float: left;
  width: 70%;
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
}
#about #sec_05 .event_box .left_col div {
  line-height: 30px;
}
#about #sec_05 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  margin-right: 20px;
}
#about #sec_05 .event_box .left_col .date {
  margin-bottom: 20px;
}
#about #sec_05 .event_box .left_col .time .badge {
	display:block;
	float:left;
    line-height: 18px;
}
#about #sec_05 .event_box .left_col .time .time_list {
	float:left;
}
#about #sec_05 .event_box .right_col {
  float: right;
  width: 30%;
  border-left:1px solid #CEB396;
  text-align: center;
  padding: 115.5px 0;
  box-sizing: border-box;
}
#about #sec_05 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#about #sec_05 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 180px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
}
#about #sec_05 .event_box .right_col .link_btn_seminar a:hover {
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
  text-decoration: none;
}
#about #sec_05 .link_btn {
  text-align: center;
}
#about #sec_05 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 45px center no-repeat #CEB396;
}
#about #sec_05 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #ff7c7c;
  text-decoration: none;
}
#about #sec_06 {
  padding: 0 0 100px;
}
#about #sec_06 .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_06 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_01 .ttl_txt {
  margin-bottom: 100px;
}
#about #sec_06 .sec_box_01 .point_list li {
  float: left;
  width: 305px;
  margin-right: 34.5px;
}
#about #sec_06 .sec_box_01 .point_list li:nth-child(3n) {
  margin-right: 0;
}
#about #sec_06 .sec_box_01 .point_list .img_box {
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_01 .point_list .img_box img {
  width: 100%;
  height: auto;
}
#about #sec_06 .sec_box_01 .point_list .ttl_box {
  border-bottom: 1px dashed #ff7c7c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_02 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 80px 0;
}
#about #sec_06 .sec_box_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#about #sec_06 .sec_box_02 .left_col {
  float: left;
  width: 47%;
}
#about #sec_06 .sec_box_02 .left_box  {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  border-top: 20px solid #ff7c7c;
  background-color: #fff;
  border-radius: 6px;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  padding: 30px 0;
}
#about #sec_06 .sec_box_02 .left_box:before,
#about #sec_06 .sec_box_02 .left_box:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#about #sec_06 .sec_box_02 .left_box:before {
  top: 48%;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 34px solid #fff;
  border-right: 0px solid transparent;
  margin-right: -30px;
  margin-top: -30px;
}
#about #sec_06 .sec_box_02 .left_box:after {
  top: 48%;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  border-right: 0px solid transparent;
  margin-top: -18px;
  margin-right: -18px;
}
#about #sec_06 .sec_box_02 .ttl_box {
  text-align: center;
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_02 .txt_box {
  padding: 0 34px;
}
#about #sec_06 .sec_box_02 .right_col {
  float: right;
  width: 47%;
  height: 275px;
}
#about #sec_06 .sec_box_02 .right_box {
  position: relative;
  height: auto;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#about #sec_06 .sec_box_02 .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
}
#about #sec_06 .sec_box_03 .cts_box_wrapper {
  margin-bottom: 100px;
}
#about #sec_06 .sec_box_03 .cts_box_wrapper {
  width:100%;
  height: 609px;
  background: url(../Image/top/sec01_back01.jpg) no-repeat center center #fff;
}
#about #sec_06 .sec_box_03 .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#about #sec_06 .sec_box_03 .cts_box {
  width: 440px;
  position: absolute;
  top: 100px;
  right: 24px;
}
#about #sec_06 .sec_box_03 .ttl_box {
  text-align: center;
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_03 .txt_box {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_03 .txt_box p {
  display: inline-block;
  text-align: left;
}
#about #sec_06 .sec_box_04 .cts_box_wrapper {
  width:100%;
  height: 608px;
  background: url(../Image/top/sec01_back02.jpg) no-repeat center center #fff;
  position: relative;
}
#about #sec_06 .sec_box_04 .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#about #sec_06 .sec_box_04 .cts_box {
  width: 540px;
  position: absolute;
  top: 170px;
  left: 24px;
}
#about #sec_06 .sec_box_04 .ttl_box {
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_04 .txt_box {
  margin-bottom: 60px;
}
#about #sec_06 .sec_box_04 .link_btn {
  text-align: center;
}
#about #sec_06 .sec_box_04 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #ff7c7c;
}
#about #sec_06 .sec_box_04 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
  text-decoration: none;
}

/*-------------------------------------
  TSLのカリキュラム
--------------------------------------*/
#curriculum #mainimage {
  background:url(../Image/about/mainimage.jpg) top center no-repeat;
}
#curriculum #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#curriculum #sec_01 {
  width:100%;
  padding: 0 0 100px;
}
#curriculum #sec_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#curriculum #sec_01 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#curriculum #sec_01 .ttl_txt {
  margin-bottom: 100px;
}
#curriculum #sec_01 .curriculum_list > li {
  border: 1px solid #D2B498;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
}

#curriculum .curriculum-menu{
	width:100%;
	overflow:hidden;
	margin:30px 0
	}

#curriculum .curriculum-menu li{
	width:32%;
	margin-right:2%;
	float:left;
	display:inline-block;
}

#curriculum .curriculum-menu li:last-of-type{
	margin-right:0;
}

#curriculum .curriculum-menu li a:hover{
	opacity:0.7;
}

#curriculum #sec_01 .curriculum_list > li:nth-child(5) {
  margin-bottom: 0;
}
#curriculum #sec_01 .curriculum_list > li:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 30px solid #D2B498;
  border-right: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid transparent;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}
#curriculum #sec_01 .curriculum_list > li:nth-child(5)::after {
  content: none;
}
#curriculum #sec_01 .curriculum_list .head_box {
  margin-bottom: 30px;
  overflow:hidden;
}

#curriculum #sec_01 .curriculum_list  h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
  display:flex;
  vertical-align:text-bottom;
  justify-content: center;
  align-items: center;
  float:left;
  overflow:hidden;
}

#curriculum #sec_01 .curriculum_list .head_img {
  padding-top: 15px;
  display:inline-box;
  margin-right:10px;
}
#curriculum #sec_01 .curriculum_list > li:nth-child(4) .head_img {
  padding-top: 0;
}
#curriculum #sec_01 .curriculum_list .summary {
  float: left;
  border-left: 1px solid #D2B498;
  padding-left: 30px;
  margin-left: 30px;
  display:inline-box;
}

#curriculum #sec_01 .curriculum_list .item_list {
  float: left;
  font-size: 15.5px;
}
#curriculum #sec_01 .curriculum_list .item_list:first-child {
  padding-right: 20px;
}
#curriculum #sec_01 .curriculum_list .item_list li {
  list-style-type: disc;
  margin-left:20px;
}
#curriculum #sec_01 .curriculum_list .img_box {
  margin-bottom: 30px;
}
#curriculum #sec_01 .curriculum_list .img_box li {
  float: left;
  margin-right: 30px;
}
#curriculum #sec_01 .curriculum_list .img_box li:last-child {
  margin-right: 0;
}
#curriculum #sec_02 {
  width:100%;
  margin-bottom: 100px;
}
#curriculum #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#curriculum #sec_02 .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#curriculum #sec_02 .sec_box_01 .ttl_txt {
  margin-bottom: 100px;
}
#curriculum #sec_02 .sec_box_01 .qa_list li {
  border: 1px solid #D2B498;
  padding: 30px;
  margin-bottom: 50px;
}
#curriculum #sec_02 .sec_box_01 .qa_list li:last-child {
  margin-bottom: 0;
}
#curriculum #sec_02 .sec_box_01 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#curriculum #sec_02 .sec_box_01 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}
#curriculum #sec_03 {
  width:100%;
  margin-bottom: 100px;
}
#curriculum #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#curriculum #sec_03 .sec_box_01 {
  margin-bottom: 100px;
}
#curriculum #sec_03 .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#curriculum #sec_03 .sec_box_01 .honkouza {
  padding:30px;
    border: 1px solid #CEB396;
    margin-bottom: 80px;
}
#curriculum #sec_03 .sec_box_01 .honkouza_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 27px;
  font-weight: 500;
  margin-bottom:10px;
}
#curriculum #sec_03 .sec_box_01 .honkouza dl{
  padding-left:20px;
}
#curriculum #sec_03 .sec_box_01 .honkouza dl dt{
  float: left;
    width: 150px;
    background: #CEB396;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    clear: both;
    margin-right: 50px;
    text-align: center;
  margin-top:5px;
  margin-bottom:5px;
}
#curriculum #sec_03 .sec_box_01 .honkouza dl dd{
  float: left;
    width: 400px;
    padding: 7px 0;
}
#curriculum #sec_03 .sec_box_01 .ttl_txt {
  margin-bottom: 40px;
}
#curriculum #sec_03 .sec_box_01 .event_wrappr {
  margin-bottom: 100px;
}
#curriculum #sec_03 .sec_box_01 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#curriculum #sec_03 .sec_box_01 .event_box {
  border: 1px solid #CEB396;
  margin-bottom: 30px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col {
  float: left;
  width: 70%;
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col div {
  line-height: 30px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  margin-right: 20px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .date {
  margin-bottom: 20px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .time .badge {
  display:block;
  float:left;
    line-height: 18px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .time .time_list {
  float:left;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col {
  float: right;
  width: 30%;
  border-left:1px solid #CEB396;
  text-align: center;
  padding: 115.5px 0;
  box-sizing: border-box;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 180px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col .link_btn_seminar a:hover {
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
  text-decoration: none;
}
#curriculum #sec_03 .sec_box_01 .link_btn {
  text-align: center;
}
#curriculum #sec_03 .sec_box_01 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 45px center no-repeat #CEB396;
}
#curriculum #sec_03 .sec_box_01 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #ff7c7c;
  text-decoration: none;
}
#curriculum #sec_03 .sec_box_02 {
  width:100%;
  height: 608px;
  background: url(../Image/about/sec04_back01.jpg) no-repeat center center #fff;
}
#curriculum #sec_03 .sec_box_02 .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#curriculum #sec_03 .sec_box_02 .cts_box {
  width: 600px;
  position: absolute;
  top: 150px;
  right: 24px;
}
#curriculum #sec_03 .sec_box_02 .ttl_box {
  margin-bottom: 20px;
}
#curriculum #sec_03 .sec_box_02 .txt_box {
  text-align: center;
  margin-bottom: 60px;
}
#curriculum #sec_03 .sec_box_02 .txt_box p {
  display: inline-block;
  text-align: left;
}
#curriculum #sec_03 .sec_box_02 .link_btn {
  text-align: center;
}
#curriculum #sec_03 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #ff7c7c;
}
#curriculum #sec_03 .sec_box_02 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
  text-decoration: none;
}


/*-------------------------------------
  講師紹介
--------------------------------------*/
#teacher #mainimage {
  background:url(../Image/teacher/mainimage.jpg) top center no-repeat;
}
#teacher #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 81px;
}
#teacher #sec_01 .sec_box_01 {
  width:100%;
  background: url(../Image/teacher/sec01_back01.jpg) no-repeat center bottom, url(../Image/common/back03.jpg) repeat;
  height: 860px;
  padding: 100px 0;
}
#teacher #sec_01 .sec_box_01 .inner {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
#teacher #sec_01 .sec_box_01 .ttl_01 {
  text-align: center;
  margin-bottom: 60px;
}
#teacher #sec_01 .sec_box_01 .img_box {
  position: absolute;
  z-index: 9999;
  top: 145px;
  left: 0;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper {
  padding-left: 354px;
}
#teacher #sec_01 .sec_box_01 .cts_box {
  width: 620px;
  background: #fff;
  font-size: 16px;
}
#teacher #sec_01 .sec_box_01 .cts_box_inner {
  border:1px solid #333;
  padding: 30px 60px;
  position: relative;
  top: 10px;
  left: 10px;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .ttl_box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #ff7c7c;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .badge {
  font-size: 13px;
  font-weight: bold;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .name {
  font-size: 23px;
  font-weight: bold;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .name span {
  display: inline-block;
  color: #797979;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  padding-left: 15px;
  vertical-align: middle;
}
#teacher #sec_01 .sec_box_02 {
  width: 100%;
  padding: 100px 0;
}
#teacher #sec_01 .sec_box_02 .inner {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
#teacher #sec_01 .sec_box_02 .ttl_box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #ff7c7c;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
#teacher #sec_01 .sec_box_02 .txt_box {
  text-align: center;
  margin-bottom: 30px;
}
#teacher #sec_01 .sec_box_02 .book_list {
  margin-bottom: 80px;
}
#teacher #sec_01 .sec_box_02 .book_list > li {
  float: left;
  width: 167px;
  margin-right: 37px;
}
#teacher #sec_01 .sec_box_02 .book_list > li:last-child {
  margin-right: 0;
}
#teacher #sec_01 .sec_box_02 .book_list .book_img {
  margin-bottom: 10px;
}
#teacher #sec_01 .sec_box_02 .book_list .book_title {
  font-size: 14px;
  margin-bottom: 10px;
}
#teacher #sec_01 .sec_box_02 .book_list .book_info li {
  list-style-type: square;
  margin-left: 15px;
  font-size: 10px;
}
#teacher #sec_01 .sec_box_02 .link_btn {
  text-align: center;
}
#teacher #sec_01 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 45px center no-repeat #ff7c7c;
}
#teacher #sec_01 .sec_box_02 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #CEB396;
  text-decoration: none;
}
#teacher #sec_02 {
  padding-bottom: 100px;
}
#teacher #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#teacher #sec_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#teacher #sec_02 .ttl_txt {
  margin-bottom: 100px;
}
#teacher #sec_02 .slide_01 {
  width: 100%;
  margin: 0 auto;
}
#teacher #sec_02 .slide_box {
  display: block;
  width: 984px;
  border: 1px solid #CEB396;
  padding: 80px;
  margin: 0 15px;
  box-sizing: border-box;
}
#teacher #sec_02 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#teacher #sec_02 .slide_box .img_box {
  float: left;
  width: 230px;
}
#teacher #sec_02 .slide_box .name_box {
  float: right;
  width: 560px;
}
#teacher #sec_02 .slide_box .name_box .catch_copy {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}
#teacher #sec_02 .slide_box .name_box .badge {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 10px;
}
#teacher #sec_02 .slide_box .name_box .name {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 15px;
}
#teacher #sec_02 .slide_box .name_box .kana {
  color: #797979;
  font-size: 13px;
}
#teacher #sec_03 {
  padding-bottom: 100px;
}
#teacher #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#teacher #sec_03 .inner {
  width: 984px;
  margin: 0 auto;
}
#teacher #sec_03 .ttl_txt {
  margin-bottom: 100px;
}
#teacher #sec_03 .slide_02 {
  width: 100%;
  margin: 0 auto;
}
#teacher #sec_03 .slide_box {
  display: block;
  width: 984px;
  border: 1px solid #CEB396;
  padding: 80px;
  margin: 0 15px;
  box-sizing: border-box;
}
#teacher #sec_03 .slide_box .navi_list {
  margin-bottom: 40px;
  text-align: center;
}
#teacher #sec_03 .slide_box .navi_list li {
  display: inline-block;
  width: 180px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  background: #CEB396;
  margin-right: 34px;
  z-index: 9999;
}
#teacher #sec_03 .slide_box .navi_list li:hover {
  background: #E8D7CA;
}
#teacher #sec_03 .slide_box .navi_list li:last-child {
  margin-right: 0;
}
#teacher #sec_03 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#teacher #sec_03 .slide_box .img_box {
  float: left;
  width: 230px;
}
#teacher #sec_03 .slide_box .name_box {
  float: right;
  width: 560px;
}
#teacher #sec_03 .slide_box .name_box .catch_copy {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 20px;
}
#teacher #sec_03 .slide_box .name_box .badge {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
#teacher #sec_03 .slide_box .name_box .name {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 15px;
}
#teacher #sec_03 .slide_box .name_box .kana {
  color: #797979;
  font-size: 13px;
}
#teacher .slick-prev,
#teacher .slick-next {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
#teacher .slick-prev {
  top: 0;
  bottom: 0;
  left: 0;
  right: 944px;
  margin: auto
}
#teacher .slick-next {
  top: 0;
  bottom: 0;
  left: 944px;
  right: 0;
  margin: auto
}
#teacher .slick-prev:before,
#teacher .slick-next:before {
  content:"";
}
#teacher .slick-prev:after {
  content: url(../Image/teacher/slide_pager01.jpg);
}
#teacher .slick-next:after {
  content: url(../Image/teacher/slide_pager02.jpg);
}
#teacher #sec_02 .slider_nav_01,
#teacher #sec_03 .slider_nav_02 {
  text-align: center;
  margin-bottom: 50px;
}
#teacher #sec_02 .slider_nav_01 li,
#teacher #sec_03 .slider_nav_02 li {
  float: none;
  display: inline-block;
  width: 180px!important;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  background: #CEB396;
  margin-right: 30px;
  cursor: pointer
}
#teacher #sec_02 .slider_nav_01 li:last-child,
#teacher #sec_03 .slider_nav_02 li:last-child {
  margin-right: 0;
}
#teacher #sec_02 .slider_nav_01 li:hover,
#teacher #sec_03 .slider_nav_02 li:hover {
  background: #ff7c7c;
}
#teacher #sec_02 .slider_nav_01 .slick-current,
#teacher #sec_03 .slider_nav_02 .slick-current {
  background: #ff7c7c;
}
/*-------------------------------------
  卒業生の声
--------------------------------------*/
#voice #mainimage {
  background:url(../Image/voice/mainimage.jpg) top center no-repeat;
}
#voice #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#voice #sec_01 {
  width:100%;
}
#voice #sec_01 .sec_box_02 {
  width:100%;
  padding: 100px 0;
  background: url(../Image/common/back03.jpg) repeat;
}
#voice #sec_01 .sec_box_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#voice #sec_01 .sec_box_02 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_02 .ttl_txt {
  margin-bottom: 100px;
}
#voice #sec_01 .sec_box_02 .interview_cts {
  margin-bottom: 100px;
}
#voice #sec_01 .sec_box_02 .interview_top {
  position: relative;
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_02 .interview_bottom {
  font-weight: 500;
}
#voice #sec_01 .sec_box_02 .interview_cts:last-child {
  margin-bottom: 0;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(1) .img_box {
  float: left;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(2) .img_box {
  float: right;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(1) .interview_box {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 380px;
  background: #ff7c7c;
  box-shadow: 10px 10px #FEB9BB;
  color: #fff;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(2) .interview_box {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 420px;
  background: #ff7c7c;
  box-shadow: -10px 10px #FEB9BB;
  color: #fff;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(1) .interview_box_inner {
  position: relative;
  padding: 80px 30px 80px;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(2) .interview_box_inner {
  position: relative;
  padding: 80px 30px 60px;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(1) .ttl_img {
  position: absolute;
  top: 25px;
  left: -16px;
}
#voice #sec_01 .sec_box_02 .interview_cts:nth-child(2) .ttl_img {
  position: absolute;
  top: 25px;
  right: -16px;
}
#voice #sec_01 .sec_box_02 .interview_box .badge {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 5px;
}
#voice #sec_01 .sec_box_02 .interview_box .profile {
  font-size: 15px;
  margin-bottom: 10px;
}
#voice #sec_01 .sec_box_02 .interview_box .profile span {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding-right: 30px;
}
#voice #sec_01 .sec_box_02 .interview_cts .interview_bottom .interview_txt p{
	margin-bottom:12px;
}
#voice #sec_02 {
  padding: 100px 0;
}
#voice #sec_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#voice #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#voice #sec_02 .ttl_txt {
  margin-bottom: 100px;
}
#voice #sec_02 .graduate_list li {
  margin-bottom: 100px;
}
#voice #sec_02 .graduate_list li:last-child {
  margin-bottom: 0;
}
#voice #sec_02 .graduate_list .graduate_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#voice #sec_02 .graduate_list .graduate_img {
  float: left;
  width: 196px;
}
#voice #sec_02 .graduate_list .graduate_profile {
  float: right;
  width: 720px;
}
#voice #sec_02 .graduate_list .catch_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 25px;
  margin-bottom: 30px;
  }
#voice #sec_02 .graduate_list .badge {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 10px;
}
#voice #sec_02 .graduate_list .name {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
}
#voice #sec_02 .graduate_list .graduate_bottom .txt_box p{
	margin-bottom:12px;
}
#voice #sec_01 .interview_wrapper{
	margin-bottom:100px;
}
#voice #sec_01 .link_btn {
	text-align:center;
}
#voice #sec_01 .link_btn a {
  display: inline-block;
  width: 450px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #ff7c7c;
}
#voice #sec_01 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
  text-decoration: none;
}
/*-------------------------------------
  体験セミナー
--------------------------------------*/
#seminar #mainimage {
  background:url(../Image/seminar/mainimage.jpg) top center no-repeat;
}
#seminar #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#seminar #sec_01 {
  width: 100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 100px 0;
}
#seminar #sec_01 .inner {
  width: 984px;
  margin: 0 auto;
}
#seminar #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 100px;
}
#seminar #sec_01 .seminar_box {
  width: 750px;
  margin: 0 auto;
}
#seminar #sec_01 table {
  margin-bottom: 30px;
}
#seminar #sec_01 table:nth-child(6n) {
  margin-bottom: 0;
}
#seminar #sec_01 th {
  width: 14%;
  background: #ff7c7c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#seminar #sec_01 th:before,
#seminar #sec_01 th:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#seminar #sec_01 th:before {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-right: -8px;
  margin-top: -8px;
}
#seminar #sec_01 th:after {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-top: 8px;
  margin-right: 8px;
}
#seminar #sec_01 td {
  width: 86%;
  background: #fff;
  padding: 12px 0 12px 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#seminar #sec_01 ul li {
  list-style-type: disc;
  margin-left: 20px;
}
#seminar #sec_01 .training_time > li {
  list-style-type: none;
  margin-left: 0;
}
#seminar #sec_01 ol {
  margin-bottom: 5px;
}
#seminar #sec_01 ol li {
  line-height: 1.4;
  list-style-type: decimal;
  margin-left:20px;
  margin-bottom:20px;
}
#seminar #sec_01 ol li span {
  font-size: 12px;
}
#seminar #sec_01 .holding:nth-child(1) {
  margin-bottom: 10px;
}
#seminar #sec_01 .training_time li:nth-child(1) {
  margin-bottom: 5px;
}
#seminar #sec_01 .sfont {
  font-size: 12px;
}
#seminar #sec_02 {
  width:100%;
  margin-bottom: 100px;
}
#seminar #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#seminar #sec_02 .inner {
  width: 984px;
  margin: 0 auto;
}
#seminar #sec_02 .ttl_txt {
  margin-bottom: 100px;
}
#seminar #sec_02 .qa_list li {
  border: 1px solid #D2B498;
  padding: 30px;
  margin-bottom: 50px;
}
#seminar #sec_02 .qa_list li:last-child {
  margin-bottom: 0;
}
#seminar #sec_02 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#seminar #sec_02 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}
#seminar #sec_03 {
  width:100%;
  margin-bottom: 100px;
}
#seminar #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#seminar #sec_03 .inner {
  width: 984px;
  margin: 0 auto;
}
#seminar #sec_03 .ttl_txt {
  margin-bottom: 50px;
}
#seminar #sec_03 .ttl_txt_02 {
  margin-bottom: 30px;
  font-size:13px;
}
#seminar #sec_03 .event_wrappr {
  margin-bottom: 100px;
}
#seminar #sec_03 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#seminar #sec_03 .event_box {
  border: 1px solid #CEB396;
  margin-bottom: 30px;
}
#seminar #sec_03 .event_box .left_col {
  float: left;
  width: 70%;
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
}
#seminar #sec_03 .event_box .left_col div {
  float: left;
  line-height: 30px;
}
#seminar #sec_03 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  margin-right: 20px;
}
#seminar #sec_03 .event_box .left_col .date {
  margin-right: 40px;
}
#seminar #sec_03 .event_box .right_col {
  float: right;
  width: 30%;
  border-left:1px solid #CEB396;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
#seminar #sec_03 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#seminar #sec_03 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 180px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
}
#seminar #sec_03 .event_box .right_col .link_btn_seminar a:hover {
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
  text-decoration: none;
}
#seminar #sec_03 .link_btn {
  text-align: center;
}
#seminar #sec_03 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 45px center no-repeat #CEB396;
}
#seminar #sec_03 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #ff7c7c;
  text-decoration: none;
}
/*-----------------------------------------------------
  イベント情報
------------------------------------------------------*/
/* イベント一覧 */
#event #mainimage {
  background:url(../Image/event/mainimage.jpg) top center no-repeat;
}
#event #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#event #mainimage_bottom,
#event #environment,
#event #seminar_info,
#event #traffic_access{
	display:none;
}
#event #cts_inner {
  width: 984px;
  padding: 100px 0;
  margin: 0 auto;
}
#event #main_cts {
  width: 680px;
  float: left;
}
#event #main_cts .item_list {
  margin-bottom: 60px;
}
#event #main_cts .item_list li {
  float: left;
  width: 325px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  position: relative;
}
#event #main_cts .item_list li:nth-child(2n) {
  margin-right: 0;
}
#event #main_cts .item_list li:nth-child(n+5) {
  margin-bottom: 0;
}
#event #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#event #main_cts .item_list a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#event #main_cts .item_list .img_box {
  width: 325px;
  height: 217px;
  overflow: hidden;
}
#event #main_cts .item_list img {
  transition:.3s;
}
#event #main_cts .item_list a:hover img {
  trans:scale(1.1,1.1);
}
#event #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#event #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#event #main_cts .item_list .event_info div {
  float: left;
}
#event #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#event #main_cts .item_list .date {
  font-size: 15px;
}
#event #main_cts .item_list .ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
#event #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #ff7c7c;
}
#event #main_cts .item_list .link_btn {
  text-align: center;
}
#event #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#event #main_cts .item_list a:hover .link_btn span {
  background: url(../Image/common/white_arrow02.png) right 15px center no-repeat #ff7c7c;
  text-decoration: none;
}
#event #side_cts {
  width: 244px;
  float: right;
}
#event #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
margin-bottom:30px;
}
#event #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#event #side_cts .side_box ul {
  padding: 20px;
}
#event #side_cts .side_box li {
  margin-bottom:20px;
}
#event #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#event #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#event #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#event #side_cts .side_box li a:hover {
  text-decoration: none;
  background: url(../Image/common/brown_arrow01.png) left 15px center no-repeat #fbf7f2;
}
#event #side_cts .cate_list {
  margin-bottom: 30px;
}

/* イベント詳細 */
#event #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#event #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#event #main_cts .single .ttl_area .event_info div {
  float: left;
}
#event #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#event #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
  background: #FF7C7C;
}
#event #main_cts .single .ttl_area .event_info .date {
  font-size: 15px;
  line-height: 25px;
}
#event #main_cts .single .ttl_area h2 {
  font-size: 21px;
}
#event #main_cts .single .img_box {
  width: 680px;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#event #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#event #main_cts .single .event_detail_01 {
	margin-bottom:50px;
}
#event #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#event #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#event #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 20px;
}
#event #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}

#event #main_cts .single .theme,
#event #main_cts .single .program{
	line-height:1.5;
}
#event #main_cts .single .theme_wrap,
#event #main_cts .single .program_wrap{
	margin-bottom:50px;
}
#event #main_cts .single .profile{
	margin-bottom:50px;
}
#event #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#event #main_cts .single .prof_inner .left_img{
	float:left;
	width:220px;
	margin-right:30px;
}
#event #main_cts .single .prof_inner .left_img img{
	width:100%;
	height:auto;
}
#event #main_cts .single .prof_inner .right_text{
	float:left;
	width:430px;
}
#event #main_cts .single .prof_inner .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
}
#event #main_cts .single .prof_inner .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}
#event #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 50px;
}
#event #main_cts .single  .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#event #main_cts .single .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #CEB396;
  text-decoration: none;
}
#event #main_cts .single .link_btn a.unclickable {
  background: #999;
}
#event #main_cts .single .link_btn a.unclickable:hover {
  background: #999;
}
#event #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#event #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 20px 20px 40px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 20px center no-repeat #CEB396;
}
#event #main_cts .single .previous_next_post .prev_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow03.png) left 15px center no-repeat #CEB396;
}
#event #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#event #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #fff;
  padding: 20px 40px 20px 20px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 20px center no-repeat #CEB396;
}
#event #main_cts .single .previous_next_post .next_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow04.png) right 15px center no-repeat #CEB396;
}
/*-----------------------------------------------------
  お問い合わせ
------------------------------------------------------*/
#contact #mainimage {
  background:url(../Image/contact/mainimage.jpg) top center no-repeat;
}
#contact #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#contact #mainimage_bottom,
#contact #environment,
#contact #seminar_info,
#contact #traffic_access{
	display:none;
}
#contact #cts_inner {
  width: 850px;
  padding: 100px 0;
  margin: 0 auto;
}
#contact h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
#contact p.txt {
  margin: 0 0 20px;
	font-size:13px;
}
#contact .sheet_01 th{
  width: 30%;
  background: #CEB396;
  color:#fff;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding: 18px 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom:#fff solid 1px;
  font-weight:bold;
}
#contact .sheet_01 td {
  width: 70%;
  background: #fff;
  padding: 18px 0 18px 30px;
  box-sizing: border-box;
  border-bottom:#ccc solid 1px;
}
#contact .sheet_01 tr:last-child td {
  border-bottom:none;
}
#contact .required {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 21px;
    line-height: 21px;
    background: #ff7c7c;
    letter-spacing: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
#contact .sheet_01 .required {
	position: absolute;
    left: 20px;
    top: 20px;
}
#contact table textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
#contact table td input[type="text"] {
    height: 25px;
    font-size: 15px;
}
#contact table td input[type="checkbox"], .contact table td input[type="radio"] {
    margin: 0 3px 0 0;
}
#contact ._btns {
    margin: 20px 0 30px;
    text-align: center;
}
/*-----------------------------------------------------
  ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
  text-align: center;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
  padding: 0 10px;
  background: #fff;
  color: #CEB396;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #CEB396;
  line-height: 1.8;
}
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
  background: #CEB396;
  color: #fff;
  text-decoration: none;
}
/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
  padding: 0 10px;
  background: #CEB396;
  color: #fff;
  margin-right: 4px;
  display:inline-block;
  border: 1px solid #CEB396;
  line-height: 1.8;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #CEB396;
  background: none;
  font-weight: bold;
  line-height: 1.8;
}
/*-------------------------------------
  運営事務局
--------------------------------------*/
#supporter #mainimage {
  background:url(../Image/teacher/mainimage.jpg) top center no-repeat;
}
#supporter #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 81px;
}
#supporter #sec_03 {
	padding-bottom:100px;
}
#supporter #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
}
#supporter #sec_03 .inner {
  width: 984px;
  margin: 0 auto;
}
#supporter #sec_03 .ttl_txt {
  margin-bottom: 100px;
}
#supporter #sec_03 .slide_02 {
  width: 100%;
  margin: 0 auto;
}
#supporter #sec_03 .slide_box {
  display: block;
  width: 984px;
  border: 1px solid #CEB396;
  padding: 80px;
  margin: 0 15px;
  box-sizing: border-box;
}
#supporter #sec_03 .slide_box .navi_list {
  margin-bottom: 40px;
  text-align: center;
}
#supporter #sec_03 .slide_box .navi_list li {
  display: inline-block;
  width: 180px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  background: #CEB396;
  margin-right: 34px;
  z-index: 9999;
}
#supporter #sec_03 .slide_box .navi_list li:hover {
  background: #E8D7CA;
}
#supporter #sec_03 .slide_box .navi_list li:last-child {
  margin-right: 0;
}
#supporter #sec_03 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#supporter #sec_03 .slide_box .img_box {
  float: left;
  width: 230px;
}
#supporter #sec_03 .slide_box .name_box {
  float: right;
  width: 560px;
}
#supporter #sec_03 .slide_box .name_box .catch_copy {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 20px;
}
#supporter #sec_03 .slide_box .name_box .badge {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
#supporter #sec_03 .slide_box .name_box .name {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 15px;
}
#supporter #sec_03 .slide_box .name_box .kana {
  color: #797979;
  font-size: 13px;
}
#supporter .slick-prev,
#supporter .slick-next {
  width: 40px;
  height: 40px;
  z-index: 9999;
}
#supporter .slick-prev {
  top: 0;
  bottom: 0;
  left: 0;
  right: 944px;
  margin: auto
}
#supporter .slick-next {
  top: 0;
  bottom: 0;
  left: 944px;
  right: 0;
  margin: auto
}
#supporter .slick-prev:before,
#supporter .slick-next:before {
  content:"";
}
#supporter .slick-prev:after {
  content: url(../Image/teacher/slide_pager01.jpg);
}
#supporter .slick-next:after {
  content: url(../Image/teacher/slide_pager02.jpg);
}
#supporter #sec_03 .slider_nav_02 {
  text-align: center;
  margin-bottom: 50px;
}
#supporter #sec_03 .slider_nav_02 li {
  float: none;
  display: inline-block;
  width: 180px!important;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  background: #CEB396;
  margin-right: 30px;
  cursor: pointer
}
#supporter #sec_03 .slider_nav_02 li:last-child {
  margin-right: 0;
}
#supporter #sec_03 .slider_nav_02 li:hover {
  background: #ff7c7c;
}
#supporter #sec_03 .slider_nav_02 .slick-current {
  background: #ff7c7c;
}
/* イベント一覧 */
#supporter #sec_04 .ttl_01 {
    background: url(../Image/common/back01.jpg) repeat;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 100px;
}
#supporter #supporter_topic {
  width: 984px;
  padding: 0 0 100px;
  margin: 0 auto;
}
#supporter #main_cts {
  width: 680px;
  float: left;
}
#supporter #main_cts .item_list {
  margin-bottom: 60px;
}
#supporter #main_cts .item_list li {
  float: left;
  width: 325px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  position: relative;
}
#supporter #main_cts .item_list li:nth-child(2n) {
  margin-right: 0;
}
#supporter #main_cts .item_list li:nth-child(n+5) {
  margin-bottom: 0;
}
#supporter #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#supporter #main_cts .item_list a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#supporter #main_cts .item_list .img_box {
  width: 325px;
  height: 217px;
  overflow: hidden;
}
#supporter #main_cts .item_list img {
  transition:.3s;
width:100%;
height:auto;
max-height:120%;
}
#supporter #main_cts .item_list a:hover img {
  trans:scale(1.1,1.1);
}
#supporter #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#supporter #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#supporter #main_cts .item_list .event_info div {
  float: left;
}
#supporter #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#supporter #main_cts .item_list .date {
  font-size: 15px;
}
#supporter #main_cts .item_list .ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
#supporter #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #ff7c7c;
}
#supporter #main_cts .item_list .link_btn {
  text-align: center;
}
#supporter #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#supporter #main_cts .item_list a:hover .link_btn span {
  background: url(../Image/common/white_arrow02.png) right 15px center no-repeat #ff7c7c;
  text-decoration: none;
}
#supporter #side_cts {
  width: 244px;
  float: right;
}
#supporter #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
}
#supporter #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#supporter #side_cts .side_box ul {
  padding: 20px;
}
#supporter #side_cts .side_box li {
  margin-bottom:20px;
}
#supporter #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#supporter #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#supporter #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#supporter #side_cts .side_box li a:hover {
  text-decoration: none;
  background: url(../Image/common/brown_arrow01.png) left 15px center no-repeat #fbf7f2;
}
#supporter #side_cts .cate_list,
#supporter #side_cts .post_list {
  margin-bottom: 30px;
}

/* イベント詳細 */
#supporter #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#supporter #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#supporter #main_cts .single .ttl_area .event_info div {
  float: left;
}
#supporter #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#supporter #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
  background: #FF7C7C;
}
#supporter #main_cts .single .ttl_area .event_info .date {
  font-size: 15px;
  line-height: 25px;
}
#supporter #main_cts .single .ttl_area h2 {
  font-size: 21px;
}
#supporter #main_cts .single .img_box {
  width: 680px;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#supporter #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#supporter #main_cts .single .event_detail_01 {
	margin-bottom:50px;
}
#supporter #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#supporter #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#supporter #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 20px;
}
#supporter #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}

#supporter #main_cts .single .theme,
#supporter #main_cts .single .program{
	line-height:1.5;
}
#supporter #main_cts .single .theme_wrap,
#supporter #main_cts .single .program_wrap{
	margin-bottom:50px;
}
#supporter #main_cts .single .profile{
	margin-bottom:50px;
}
#supporter #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#supporter #main_cts .single .prof_inner .left_img{
	float:left;
	width:220px;
	margin-right:30px;
}
#supporter #main_cts .single .prof_inner .left_img img{
	width:100%;
	height:auto;
}
#supporter #main_cts .single .prof_inner .right_text{
	float:left;
	width:430px;
}
#supporter #main_cts .single .prof_inner .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
}
#supporter #main_cts .single .prof_inner .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}
#supporter #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 50px;
}
#supporter #main_cts .single  .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#supporter #main_cts .single .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #CEB396;
  text-decoration: none;
}
#supporter #main_cts .single .link_btn a.unclickable {
  background: #999;
}
#supporter #main_cts .single .link_btn a.unclickable:hover {
  background: #999;
}
#supporter #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#supporter #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 20px 20px 40px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 20px center no-repeat #CEB396;
}
#supporter #main_cts .single .previous_next_post .prev_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow03.png) left 15px center no-repeat #CEB396;
}
#supporter #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#supporter #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #fff;
  padding: 20px 40px 20px 20px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 20px center no-repeat #CEB396;
}
#supporter #main_cts .single .previous_next_post .next_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow04.png) right 15px center no-repeat #CEB396;
}
/*詳細*/
.supporter_single #mainimage_bottom,
.supporter_single #environment,
.supporter_single #seminar_info,
.supporter_single #traffic_access{
	display:none;
}
.supporter_single #cts_inner {
  width: 984px;
  padding: 100px 0;
  margin: 0 auto;
}
/*-------------------------------------
  卒業生の声一覧
--------------------------------------*/
#interview #mainimage {
  background:url(../Image/voice/mainimage-interview.jpg) top center no-repeat;
}
#interview #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}
#interview #mainimage_bottom,
#interview #environment,
#interview #seminar_info,
#interview #traffic_access{
	display:none;
}
#interview #cts_inner {
  width: 984px;
  padding: 100px 0;
  margin: 0 auto;
}
#interview #cts_inner .minus-top{
	margin-top:-40px;
	margin-bottom:50px;
}
#interview #main_cts {
  width: 680px;
  float: left;
}
#interview #main_cts .item_list {
  margin-bottom: 60px;
}
#interview #main_cts .item_list li {
  float: left;
  width: 325px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  position: relative;
}
#interview #main_cts .item_list li:nth-child(2n) {
  margin-right: 0;
}
#interview #main_cts .item_list li:nth-child(n+5) {
  margin-bottom: 0;
}
#interview #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#interview #main_cts .item_list a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#interview #main_cts .item_list .img_box {
  width: 325px;
  height: 217px;
  overflow: hidden;
}
#interview #main_cts .item_list img {
  transition:.3s;
}
#interview #main_cts .item_list a:hover img {
  trans:scale(1.1,1.1);
}
#interview #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#interview #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#interview #main_cts .item_list .event_info div {
  float: left;
}
#interview #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#interview #main_cts .item_list .date {
  font-size: 15px;
}
#interview #main_cts .item_list .ttl {
  font-weight: bold;
  float:left;
}
#interview #main_cts .item_list .prof {
	float: right;
    font-size: 15px;
    padding-top: 2px;
}
#interview #main_cts .item_list .copy {
    font-size: 14px;
  clear:both;
	margin-bottom: 15px;
    line-height: 1.4;
  margin-top: 15px;
}
#interview #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #ff7c7c;
}
#interview #main_cts .item_list .link_btn {
  text-align: center;
  clear:both;
}
#interview #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#interview #main_cts .item_list a:hover .link_btn span {
  background: url(../Image/common/white_arrow02.png) right 15px center no-repeat #ff7c7c;
  text-decoration: none;
}
#interview #side_cts {
  width: 244px;
  float: right;
}
#interview #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
}
#interview #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#interview #side_cts .side_box ul {
  padding: 20px;
}
#interview #side_cts .side_box li {
  margin-bottom:20px;
}
#interview #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#interview #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#interview #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#interview #side_cts .side_box li a:hover {
  text-decoration: none;
  background: url(../Image/common/brown_arrow01.png) left 15px center no-repeat #fbf7f2;
}
#interview #side_cts .cate_list,
#interview #side_cts .post_list {
  margin-bottom: 30px;
}
/* 受講生の声詳細 */
#interview #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#interview #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#interview #main_cts .single .ttl_area .event_info div {
  float: left;
}
#interview #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#interview #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
  background: #FF7C7C;
}
#interview #main_cts .single .ttl_area .event_info .date {
  font-size: 15px;
  line-height: 25px;
}
#interview #main_cts .single .ttl_area h2 {
  font-size: 21px;
  margin-bottom:15px;
}
#interview #main_cts .single .ttl_area .prof {
  font-size: 19px;
  float:right;
  margin-bottom:15px;
}
#interview #main_cts .single .ttl_area .copy {
 clear:both;
  font-size: 15px;
  line-height:1.5;
}
#interview #main_cts .single .img_box {
  width: 680px;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#interview #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#interview #main_cts .single .event_detail_01 {
	margin-bottom:50px;
}
#interview #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#interview #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#interview #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 20px;
}
#interview #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}

#interview #main_cts .single .theme,
#interview #main_cts .single .program{
	line-height:1.5;
}
#interview #main_cts .single .theme_wrap,
#interview #main_cts .single .program_wrap{
	margin-bottom:50px;
}
#interview #main_cts .single .theme_wrap .ttl_area h2{
	margin-bottom:0;
}
#interview #main_cts .single .profile{
	margin-bottom:50px;
}
#interview #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#interview #main_cts .single .prof_inner .left_img{
	float:left;
	width:220px;
	margin-right:30px;
}
#interview #main_cts .single .prof_inner .left_img img{
	width:100%;
	height:auto;
}
#interview #main_cts .single .prof_inner .right_text{
	float:left;
	width:430px;
}
#interview #main_cts .single .prof_inner .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
}
#interview #main_cts .single .prof_inner .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}
#interview #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 50px;
}
#interview #main_cts .single  .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#interview #main_cts .single .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 40px center no-repeat #CEB396;
  text-decoration: none;
}
#interview #main_cts .single .link_btn a.unclickable {
  background: #999;
}
#interviewevent #main_cts .single .link_btn a.unclickable:hover {
  background: #999;
}
#interview #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#interview #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 20px 20px 40px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 20px center no-repeat #CEB396;
}
#interview #main_cts .single .previous_next_post .prev_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow03.png) left 15px center no-repeat #CEB396;
}
#interview #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#interview #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #fff;
  padding: 20px 40px 20px 20px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 20px center no-repeat #CEB396;
}
#interview #main_cts .single .previous_next_post .next_post a:hover {
  opacity: 0.85;
  text-decoration: none;
  background: url(../Image/common/white_arrow04.png) right 15px center no-repeat #CEB396;
}
/*-------------------------------------
  イベントカテゴリ
--------------------------------------*/
/*#event #mainimage.women {
  background:url(../Image/event/mainimage_01.jpg) top center no-repeat;
}
#event #mainimage.dream {
  background:url(../Image/event/mainimage_02.jpg) top center no-repeat;
}
#event #mainimage.progress {
  background:url(../Image/event/mainimage_03.jpg) top center no-repeat;
}
#event #mainimage.challenge {
  background:url(../Image/event/mainimage_04.jpg) top center no-repeat;
}*/
#event #mainimage .mainimage_ttl.taxonomy {
  width: 864px;
  height: 73px;
}
#event #taxonomyBox{
	margin-bottom:60px;
}
#event #taxonomyBox .imgBox{
	padding:30px 0;
}
#event #taxonomyBox .imgBox li{
	margin-right:30px;
	float:left;
	width:308px;
}
#event #taxonomyBox .imgBox li:last-child{
	margin-right:0;
}
#event #taxonomyBox .imgBox li img{
	width:100%;
	height:auto;
}

/*-------------------------------------
  マインドフルネス
--------------------------------------*/
#mindfulness #mainimage {
  background:url(/wp/wp-content/uploads/2019/02/mind_mainimage.jpg) top center no-repeat;
}
#mindfulness #mainimage .mainimage_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 748px;
  height: 82px;
}

#mindfulness .inner {
  width: 984px;
  margin: 0 auto;
  oveflow:hidden;
}

#mindfulness .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}

#mindfulness .ttl_txt {
  margin-bottom: 80px;
}



#mindfulness #sec_06 {
  padding: 0 0 50px;
}


#mindfulness #sec_06 .sec_box_01 .point_list li {
  float: left;
  width: 305px;
  margin-right: 34.5px;
}
#mindfulness #sec_06 .sec_box_01 .point_list li:nth-child(3n) {
  margin-right: 0;
}
#mindfulness #sec_06 .sec_box_01 .point_list .img_box {
  margin-bottom: 20px;
}
#mindfulness #sec_06 .sec_box_01 .point_list .img_box img {
  width: 100%;
  height: auto;
}

#mindfulness #sec_06 .sec_box_03 .ttl_txt{
	margin-bottom:20px;
}

#mindfulness #sec_06 .sec_box_03 .cts_box_wrapper {
  width:100%;
  height: 500px;
 background: url(/wp/wp-content/uploads/2019/02/mind_back.jpg) no-repeat center center #fff;

}
#mindfulness #sec_06 .sec_box_03 .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#mindfulness #sec_06 .sec_box_03 .cts_box {
  width: 440px;
  position: absolute;
  right: 24px;
   
}
#mindfulness #sec_06 .sec_box_03 .ttl_box {
  margin-top:100px;
  margin-bottom: 30px;
}
#mindfulness #sec_06 .sec_box_03 .txt_box {
  text-align: center;
  margin-bottom: 20px;
}
#mindfulness #sec_06 .sec_box_03 .txt_box p {
  display: inline-block;
  text-align: left;
}

#mindfulness #sec_01 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 100px 0;
}


#mindfulness #sec_01 .seminar_box {
  width: 750px;
  margin: 0 auto;
}
#mindfulness #sec_01 table {
  margin-bottom: 30px;
}
#mindfulness #sec_01 table:nth-child(6n) {
  margin-bottom: 0;
}
#mindfulness #sec_01 th {
  width: 14%;
  background: #ff7c7c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#mindfulness #sec_01 th:before,
#mindfulness #sec_01 th:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#mindfulness #sec_01 th:before {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-right: -8px;
  margin-top: -8px;
}
#mindfulness #sec_01 th:after {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-top: 8px;
  margin-right: 8px;
}
#mindfulness #sec_01 td {
  width: 86%;
  background: #fff;
  padding: 12px 0 12px 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#mindfulness #sec_01 ol {
  margin-bottom: 5px;
}
#mindfulness #sec_01 ol li {
  line-height: 1.2;
  list-style-type: disc;
  margin-left:10px;
  margin-bottom:20px;
  padding-top:10px;
}

#mindfulness #sec_01 .holding:nth-child(1) {
  margin-bottom: 10px;
}

#mindfulness #sec_01 .sfont {
  font-size: 12px;
}


#mindfulness .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}

#mindfulness .prof_inner{
	overflow:hidden;
	margin-bottom:50px;
	}
	

#mindfulness .prof_inner .left_img{
	float:left;
	width:30%;
	margin-right:5%;
}
#mindfulness .prof_inner .left_img img{
	width:100%;
	height:auto;
}
#mindfulness .prof_inner .right_text{
	float:left;
	width:65%;
	display:inline-block;
}
#mindfulness .prof_inner .right_text .name{
	font-weight:bold;
	font-size:20px;
	margin-bottom:15px;
}
#mindfulness .prof_inner .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}

#mindfulness #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 50px;
}

#mindfulness #sec_03 .ttl_txt {
  margin-bottom: 10px;
}

#mindfulness #sec_03 .ttl_txt_02 {
  margin-bottom: 30px;
  font-size:13px;
}
#mindfulness #sec_03 .event_wrappr {
  margin-bottom: 100px;
}
#mindfulness #sec_03 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}


#mindfulness #sec_03 .event_box {
	 border: 1px solid #CEB396;
  margin-bottom: 30px;
  box-sizing:border-box;
  width:100%;

}


#mindfulness #sec_03 .event_box .left_col {
  float: left;
  width: 70%;
  padding: 50px 0 50px 40px;
  box-sizing: border-box;  
}
#mindfulness #sec_03 .event_box .left_col div {
  float: left;
  line-height: 30px;
}
#mindfulness #sec_03 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  margin-right: 20px;
}
#mindfulness #sec_03 .event_box .left_col .date {
  margin-right: 40px;
}
#mindfulness #sec_03 .event_box .right_col {
  float: right;
  width: 30%;
  border-left:1px solid #CEB396;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}
#mindfulness #sec_03 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#mindfulness #sec_03 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 200px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #CEB396;
}
#mindfulness .link_btn_seminar a:first-child{
	margin-bottom:10px;
}
#mindfulness #sec_03 .event_box .right_col .link_btn_mindfulness a:hover {
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
  text-decoration: none;
}


}

@media print, screen and (min-width:751px) and (max-width:1000px){
	
	#top #mainimage_cta .cta_button{
	top:-110px;
	left:30px;
	
}
	#top #mainimage_cta .cta_button a{
		padding:8px 15px;
	}
	
}


/*  入力フォーム　*/
.form_box #cts_inner {
  width: 850px;
  padding: 100px 0;
  margin: 0 auto;
}
.form_box h2 {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 20px;
    color: #222;
	text-align: center;
}

.form_box .form_area th{
  width: 30%;
  background: #CEB396;
  color:#fff;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding: 18px 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom:#fff solid 1px;
  font-weight:bold;
}
.form_box .form_area td {
  width: 70%;
  background: #fff;
  padding: 18px 0 18px 30px;
  box-sizing: border-box;
  border-bottom:#ccc solid 1px;
}
.form_box .form_area tr:last-child td {
  border-bottom:none;
}

.form_box .form_area table textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
.form_box .form_area table td input[type="text"] {
    height: 25px;
    font-size: 15px;
	width:300px;
	max-width:80%;
}
.form_box .form_area table td input[type="checkbox"], .contact table td input[type="radio"] {
    margin: 0 3px 0 0;
}
.form_box .form_area input[type="submit"] {
	display:block;
	width:50%;
    margin: 20px auto 30px;
	padding:20px 0;
    text-align: center;
}

.form_box .form_area .required {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 21px;
    line-height: 21px;
    background: #ff7c7c;
    letter-spacing: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.form_box .form_area .required {
	position: absolute;
    left: 20px;
    top: 20px;
}

.kiyaku{
	width:90%;
	max-width:1000px;
	margin:10px auto 30px;
}

.kiyaku h2{
	font-size:1.6em;
	text-align:center;
	margin:15px auto 30px;
}


iframe.kiyaku-frame{
	margin:30px auto;
	width:98%;
	display:block;
	border:solid 2px #eee;
	box-sizing: border-box;
}
.tsl-button{
	width:100%;
	overflow:hidden;
	margin:40px 0 60px;
}

.tsl-button a{
	display:block;
	width:48%;
	padding:15px 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	float:left;
	border-radius: 15px;
	box-sizing:border-box;
}

#kiyaku-check{
	 margin-top:-150px;
  padding-top:150px;
}

.tsl-button a:first-of-type{
	background-color:#f99393;
	margin-right:2%;
}

.tsl-button a:last-of-type{
	background-color:#f7b294;
}

.tsl-button a:hover{
	background-color:#cfb194;
}


#konkatsu-voice #cts_inner {
  width: 850px;
  padding: 100px 0;
  margin: 0 auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	width:90%;
	text-align:center;
	margin:30px auto;
}

#konkatsu-voice iframe{
	position: absolute;
     top: 0;
     left: 0;
	width: 100%;
     height: 100%;
	
}

#konkatsu-voice .kname{
	font-size:25px;
	font-weight:bold;
	 padding: 0.7rem 2rem;
  border-left: 5px solid #ff7c7c;
  background: #f4f4f4;
	margin:30px 0;
	
}

h3.kname span{
	font-size:0.7em;
	padding-left:30px;
	font-weight:normal;
}


#konkatsu-voice h2{
	font-size:35px;
	text-align:center;
	margin-bottom:35px;
	font-family: 'Noto Serif JP', serif;
}


.nittei th{
		border-bottom:solid 2px #eee;
		box-sizing:border-box;
		padding:15px 0;
	background:none;
	}

.nittei tr{
	background-color:#fff;
	color:#000;
}
	
	.nittei th:first-of-type{
		border-right:solid 2px #eee;
	}
	
	.nittei td{
		padding:20px 0;
		text-align:center;
		box-sizing:border-box;
		border-bottom:solid 2px #eee;
	}
	
	.nittei tr td:first-of-type{
		width:60%;
		border-right: solid 2px #eee;
	}
	
	.nittei a{
		background-color:#ff7c7c;
		font-weight:bold;
		padding:10px 20px;
		border-radius:20px;
		color:#fff;
	}

#groupe-consulting #cts_inner {
  width: 900px;
	max-width:98%;
  padding: 100px 0;
  margin: 0 auto;
}

#faqpage #cts_inner {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
	max-width:98%;
}

#faqpage h2{
	background:#ff7c7c;
	margin:30px auto 20px;
	padding:10px;
	font-size:1.6em;
	color:#fff;

}

.anker-point{
	display:block;
	margin-top:-100px;
	padding-top:100px;
}

#faqpage ul.menu{
	margin:30px auto;
	width:90%;
	border:dotted 2px #5c5c5c;
	padding:20px;
}



ul.menu li{
	list-style: disc;
	padding-left:5px;
	padding-bottom:5px;
	line-height:1.5;
	margin-bottom:15px;
	margin-left:15px;
}

ul.menu li a{
	color:#000;
}

ul.menu li.faq-cat{
	
	list-style:none;
	padding-left:0;
	font-size:1.2em;
	border-bottom:1px solid #5c5c5c;
	font-weight:bold;
	margin-top:15px;
	margin-left:5px;

}

.faq-box{
	width:98%; 
	margin:30px auto;
	border:solid #5C5C5C 1px;

}

p.question{
	padding:10px 0 10px 10px;
	background:#eee;
	font-weight:bold;
	font-size:1.2em;
}

p.question:before {
content: "Q.";
	font-size:1.5em;
}



p.answer{
	margin-top:10px;
	padding:15px;
	clear:both;
}

p.answer:before {
content: "A.";
		font-size:2em;
	color:#ff7c7c;
	float: left;
	font-weight:bold;
  padding-right: 8px;
}



