@charset "utf-8";
body {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5em;
	color:#333;
}
.heimaru{
	font-family: heisei-maru-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
a {
	color: #00408E;
}
img{
	max-width:100%;
}
#content,
#content input,
#content textarea {
	font-size: 0.95rem;
	line-height: 2em;
}

/*  ヘッダー
----------------------------- */
header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    position: fixed;
    z-index: 100;
    padding: 0;
}
#header {
	height: 200px;
}
#site-title {
	position:static;
	padding:1rem 0 0 0;
}
#site-title a{
	display:inline-block;
}
/*ユーティリティ*/
.header-utility{
	position: absolute;
	right:0;
	top:1.8rem;
}
.header-utility li{
	display:inline-block;
	margin:0;
	padding:0 0 0 0.6rem;
	list-style:none;
}
.header-utility li a{
    color: #fff;
    line-height: 2.5rem;
    padding-top: 0.3rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: block;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #ff809e;
}
.header-utility li a:hover{
	color:#fff;
	background-color:#ffbdcd;
}

#menu-footermenu .formmenu a {
	color: #ff809e;
}

/*メニュー*/
#navi{
	display:none;/*PC*/
}
.menu-header{
}
.menu-header ul{
	margin:0;
	padding:0;
	list-style:none;
	/*フレキシブルレイアウト*/
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.menu-header ul li{
	width:25%;
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
	margin:0;
	padding:0;
}
.menu-header ul li.headerform{
	display: none;
}
.menu-header ul li a{
	color:#4d4d4d;
	text-decoration:none;
	border-left: 3px dashed #e6e6e6;
	height:5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-header ul li a span{
	display:block;
	text-align:center;
}
.menu-header ul li a span b{
	display:block;
}
.menu-header ul li.mm01 a span b{
	display:inline;
}
.menu-header ul li a b{
	font-weight:800;
}

.menu-header ul li:last-child a{
	border-right: 3px dashed #e6e6e6;
}

.comingsoon{
	position: relative;
}
.comingsoon:after{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	content:"";
	background:url("img/comingsoon.png") center no-repeat;

}



#mainimage {
	padding-top: 200px;/*header高さ*/
	background: #deccdc;
}
#img-box {
	max-width: 960px;
	padding: 2rem 0 3rem 0;
	margin: 0 auto;
}
/*レイアウト
----------------------------- */
#container {
	float: none;
    margin: 0;
    width: 100%;
    padding-top: 200px;
}
.entry-content,
.entry-summary {
	border: 0;
	width: 960px;
    margin: 0 auto;
}

/*コンテンツ
----------------------------- */
.contentsbox{
	max-width: 960px;
	margin:0 auto;
	padding:2rem 0 4rem 0;
}

/*お知らせ
----------------------------- */
#news {
	width: 100%;
}
#news .entry-title{
	font-weight: 600;
    padding: 15px 10px 10px 34px;
    background: #7ccfed;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    position: relative;
}
#news .entry-title:after{
	content: '●';
	position: absolute;
	top: 15px;
	left: 10px;
	color: #fff;
}
#fb-box {
	width: calc(50% - 30px);
	float: right;
}
#fb-box .entry-title{
	font-weight: 600;
    padding: 15px 10px 10px 34px;
    background: #3c5998;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    position: relative;
}
#fb-box .entry-title:after{
	content: '●';
	position: absolute;
	top: 15px;
	left: 10px;
	color: #fff;
}
#news ul {
    overflow: hidden;
    margin: 0;
    margin-bottom: 0 !important;
    list-style: none;
    display: block;
    flex-wrap: wrap;
}
#news ul li {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
#news ul li .img {
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
    height: 120px;
    float: left;
    margin-right: 20px;
}
#news ul li .text {
    padding: 10px 0;
    float: left;
    width: calc(100% - 170px);
}
#news ul li .title a {
    text-decoration: none;
    font-weight: 600;
    color: #58c449;
}
#news ul li .date {
    display: block;
    font-size: 0.8em;
    color: #999999;
    line-height: 1.5em;
}
#news ul li .excerpt {
    display: block;
    font-size: .9em;
    line-height: 1.5em;
    color: #666666;
}
/*single
----------------------------- */
#main {
    clear: both;
    padding: 0;
    padding-top: 250px;
}
#main #container{
	float: right;
    margin: 0;
    width: calc(100% - 25% - 30px);
   	padding-top: 0px;
}
#main .entry-content {
	width: 100%!important;
}
#main #content .entry-title{
	font-size: 26px;
	text-align: left;
	padding: 1.8rem 1.6rem 1.6rem;
	border-radius: 15px;
	margin-bottom: 30px;
}
#sidebox {
	width: 25%;
	float: left;
	margin: 0;
}
#sidebox #sidemenu{
	margin-bottom: 30px;
	border-right: 5px solid #b38ad6;
	border-bottom: 5px solid #b38ad6;
	border-left: 5px solid #b38ad6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	z-index: 100;
}
#sidebox #sidemenu h2{
	background: #b38ad6;
	padding: 15px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
#sidebox #sidemenu h3{
	background: #e5e5e5;
	padding: 5px 5px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin: 0
}
#sidebox #sidemenu ul{
	margin: 0;
	list-style: none;
}
#sidebox #sidemenu ul li{
	border-top: 0;
	border-bottom: 1px dotted #333;
}
#sidebox #sidemenu ul li a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #333;
}
#sidebox #sidemenu ul li:last-child a{
	border-bottom: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#sidebox #sidemenu ul li a:hover{
	background-color: #f2f2f2;
}
#sidebox #sidemenu ul li.current_page_item a,
#sidebox #sidemenu ul li.current-cat a{
	background: #bae5ba;
}

/*アーカイブ
----------------------------- */
#news_list {

}
#news_list ul {
	list-style-type: none;
	margin:0;
}
#news_list ul li{
    padding: 10px 0;
    border-bottom: 1px dotted #aaa;
}

/*トップコピー*/
#topcopy{
	padding-bottom:6rem;
}
#topcopy .btn a{
	display:block;
	color:#ef709e;
	font-size: 1.9rem;
	line-height: 2.2em;
	padding-top: 0.5rem;
	font-weight:800;
	text-align:center;
	text-decoration:none;
	border:solid 6px #ffbdcd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#topcopy .btn a:hover{
	color:#fff;
	background-color:#ffbdcd;
}
#topcopy h3{
	text-align:center;
	color:#ef709e;
	font-size:2rem;
	font-weight:800;
	line-height: 1.6em;
	letter-spacing: 0.1rem;
	margin:0;
	padding:5rem 0 2rem 0;
}
#topcopy p{
	max-width:80%;
	margin:0 auto;
	line-height:1.9rem;
}


/*プログラム*/
ul.list_program{
	margin:0;
	padding:0;
}
ul.list_program li{
	zoom:1;
	margin:0;
	padding:4rem 0;
	list-style:none;
	text-align:center;
	border-bottom: 3px dashed #e6e6e6;
}
ul.list_program li:first-child{
	padding-top:2rem;
}
ul.list_program li:last-child{
	padding-bottom:2rem;
	border-bottom:none;
}

ul.list_program li:after{content : ''; display : block; clear : both;}


ul.list_program li .lecturer{
	position: relative;
	padding-top:2.5rem;
}
ul.list_program li .lecturer .book{
	position: absolute;
	right: -5.5rem;
	bottom: -1.5rem;
}
ul.list_program li .detail{
	width:65%;
	text-align:left;
}

ul.list_program li h3{
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 800;
	color:#ef709e;
	clear:none;
	margin:0 0 0.5rem 0;
}
ul.list_program li h3 span.course{
	display:inline-block;
	font-size: 1rem;
	letter-spacing:0.1rem;
	line-height: 1.2em;
	padding: 0.4rem 0.6rem 0.2rem 0.6rem;
	margin-bottom: 1rem;
	font-weight: 400;
	color:#fff;
	background-color:#ef709e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.list_program li h4{
	font-size: 1.15rem;
	font-weight: 800;
	color:#6c4e34;
	margin:0;
	padding:1rem 0 0.5rem 0;
	border:none;
	clear:none;
	display:table;
	width:100%;
}
ul.list_program li h4 span.katagaki{
	display:table-cell;
	vertical-align:bottom;
}
ul.list_program li h4 span.name{
	display:table-cell;
	text-align:right;
	vertical-align:bottom;
}
ul.list_program li h4 b{
	font-size:2rem;
}
ul.list_program li p{
	font-size:0.95rem;
}

/*緑*/
ul.list_program li.green .lecturer{
	padding-top:0;
}
ul.list_program li.green h3{
	color:#86c24e;
	margin:0;
}
ul.list_program li.green h3 .course{
	background-color:#86c24e;
}
ul.list_program li.green h3 .small{
	font-size:1.15rem;
	font-weight:400;
}


/*アクセス*/
#access{
	padding:8rem 0;
}
#access .f_right{
	border:solid 5px #ccc;
}
#access iframe{
	vertical-align:bottom;
}
#access h3{
	font-size:2.6rem;
	line-height:1.5em;
	font-weight:800;
	margin:0;
	padding:4rem 0 0 0;
}
#access h4{
	line-height:1.5em;
	margin:0;
	padding:0 0 2rem 0;
	border:none;
}
#access p span{
	display:block;
	font-size:0.85rem;
	padding-top:0.2rem;
}


/*TEL*/
.contactbox{
	width:60%;
	margin:4rem auto;
	padding:4rem 0;
	text-align:center;
	background-color:#ffe9ef;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}


/* 見出し
----------------------------- */
h2.yellowband,
#content .entry-title{
	padding:1.8rem 0;
	text-align:center;
	background-color:#fff3c0;
}
#content .entry-title {
	font-size:40px;
	font-family: heisei-maru-gothic-std, sans-serif;
	color: #4d4d4d;
	margin-bottom: 36px;
	line-height: 1.3em;
}
#content .entry-content h2 {
	background: #b38ad6;
    box-shadow: 0px 0px 0px 5px #b38ad6;
    border: dashed 2px white;
    padding: 13px;
    color: #fff;
    font-family: "heisei-maru-gothic-std";
    font-size: 24px;
    border-radius: 10px;
    font-weight: 500;
}
#content .entry-content h3{
	color: #b38ad6;
	font-size: 22px;
	font-family: "heisei-maru-gothic-std";
}
#content .entry-content h4{
	color: #383838;
	border-bottom: 3px dashed #e6e6e6;
	font-family: "heisei-maru-gothic-std";
	font-size: 18px;
}

/* リスト
----------------------------- */
#content .entry-content ul {
	list-style-type: none;
	position: relative;
}
#content .entry-content ul li {
   line-height: 1.5;
   padding: 0.5em 0 0.5em 1.5em;
   list-style-type: none!important;
}

#content .entry-content ul li:before {
  content: "●";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #ffde8a; /*アイコン色*/
}

#content .entry-content ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
#content .entry-content ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

#content .entry-content ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #86c24e;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}
/* リンク
----------------------------- */
#content .entry-content a.linkbox{
    display: block;
    background-color: #ffe9ef;
    padding: 1em;
    color: #ef709e;
    margin-bottom: 3em;
}

/* テーブル
----------------------------- */
table.table_normal{
	border: none;
	margin: 15px 0;
	text-align: left;
	width: 100%;
	line-height: 2em;
}
table.table_normal tr {
	border-bottom: 3px dashed #e6e6e6;
}
table.table_normal tr:last-child {
	border-bottom:none;
}
table.table_normal tr th {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 3.8rem 2rem;
	white-space: nowrap;
	text-align: left;
	width: 25%;
	color: #ef709e;
	vertical-align: middle;
}
table.table_normal tr td {
	font-size: 1.4rem;
	font-weight: bold;
    line-height: 2rem;
    padding: 3.8rem 2rem;
    vertical-align: middle;
}
table.table_normal ul {
	margin:0;
	padding:0;
}
table.table_normal ul li{
	font-size:1.2rem;
	line-height:1.6rem;
	font-weight:normal;
	margin:0;
	padding:0.3rem 0;
}
.font_large{
	font-size:2.4rem;
	margin-right:0.2rem;
}



/*フッター
----------------------------- */
#footer {
	margin-top: 40px;
}
#colophon {
	padding:0;
	text-align:left;
	position: relative;
}
.menu-footer{
	position: absolute;
	right:0;
	top:10px;
}
.menu-footer ul{
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
.menu-footer ul li{
	font-size:0.95rem;
	line-height:1em;
	display:inline-block;
	margin:0;
	padding:0 1rem;
}
.menu-footer ul li:nth-child(2){
	border-left:solid 1px #333;
	border-right:solid 1px #333;
}
.menu-footer ul li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding:0;
}
.menu-footer ul li a:hover{
	text-decoration:underline;
}
.menu-footer ul li.fb{
	vertical-align:middle;
	padding-right: 0;
}
.menu-footer ul li.fb a{
	width:40px;
	height:0;
	padding-top:40px;
	overflow:hidden;
	font-size:0;
	background:url("img/facebook.png") 0 0 no-repeat;
	background-size:100% auto;
}



#site-copy{
	margin-top:2rem;
	background-color:#f2f2f2;
}
#site-copy p{
	color:#666;
	max-width:960px;
	font-size:0.9rem;
	line-height:3rem;
	margin:0 auto;
	padding:0;
}

/* Q&A
----------------------------- */
.faq-list ul {
	list-style-type: none;
}
.faq-list ul li a {
	display: block;
	padding: 0px 0px 10px 25px;
	background-image: url(images/icon_01.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#faq-block .scroll-back {
	display: none;
}
.faq-answer {
	margin-bottom: 40px;
}
#faq-block .single-faq .faq-question, #faq-block .single-faq .faq-question a {
	color: #333 !important;
}
#content h3.faq-question {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0 9px 40px;
    position: relative;
}
#content h3.faq-question::before {
    content: "Q";
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #6dc65d;
    padding: 5px 9px 3px 9px;
    border-radius: 5px;
}
.faq-answer {
	margin-bottom: 40px;
}
.faq-answer p{
	padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px dotted #6dc65d;
}
.faq-answer p::before{
    content: "A";
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fffcf0;
    font-size: 18px;
    font-weight: bold;
    background: #ff809e;
    padding: 5px 9px 3px 9px;
    border-radius: 5px;
    font-family: "heisei-maru-gothic-std";
}



/* 求人情報
----------------------------- */
ul#recruitlist {

}
ul#recruitlist li {
	border: 4px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 6px;
}
ul#recruitlist li h3 {
	font-size:1.6rem;
	font-weight: 600;
	padding: 15px;
	background: #fff3c0;
}
ul#recruitlist li h3 .cats {
	margin-left: 10px;
	display: inline-block;
}
ul#recruitlist li h3 .cats .cat{

}
ul#recruitlist li h3 .cats .cat a{
	border: 1px solid #c9d3d7;
    margin-top: 0;
    margin-right: 8px;
    padding: 5px 10px 5px;
    font-size: 12px;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    line-height: 1.4em;
    text-decoration: none;
}
ul#recruitlist li h3 .cats .cat a.youchien{
	border:0;
	background: #ff809e;
	color: #fff;
}
ul#recruitlist li h3 .cats .cat a.shokibo{
	border:0;
	background: #83c4ff;
	color: #fff;
}
ul#recruitlist li h3 .cats .cat a.hoikujo{
	border:0;
	background: #79c659;
	color: #fff;
}
ul#recruitlist li h3 .cats .cat a.kodomoen{
	border:0;
	background: #ff9c52;
	color: #fff;
}


ul#recruitlist li .text p{
	line-height: 1.6em;
}
ul#recruitlist li table{
	margin: 0 0 20px 0;
	border: none;
}
ul#recruitlist li table tr {
	border-bottom: 2px solid #efefef;
}
ul#recruitlist li table tr th{
    color: #76578d;
	font-weight: bold;
	border: none;
	width: 28%;
	padding: 8px;
	border-right: 2px dotted #efefef;
}
ul#recruitlist li table tr td{
	border-right: 6px solid #fff;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
#content table.recruit {
  border: none;
}
#content table.recruit tr {
  border-bottom: 2px dashed #efefef;
}
#content table.recruit tr th{
	color: #76578d;
	font-weight: bold;
	border-right: 6px solid #fff;
	width: 22%;
	border-bottom: 5px solid #fff;
	padding: 10px 15px;
	background: #f8f8f8;
	border-left: 0;
}
#content table.recruit tr td{
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	background: #fff;
	vertical-align: middle;
	border: none;
	padding: 0 0 0 15px;
}


/*20181205追加*/
#content table.joblist {
	border: solid 1px #E3E5E8;
}
#content table.joblist tr th {
	background: #e3d0f1;
    color: #76578d;
    line-height: 1.3em;
    font-size: .9em;
	text-align: center;
	vertical-align: middle;
}
#content table.joblist tr td {
	text-align: center;
	vertical-align: middle;
}
/*20181205追加*/
 .mr20 {
 	margin-right: 20px;
 }
 /*20191003追加*/
 ul#recruitlist p {
   margin-bottom: 10px;
 }
#content p.days {
	font-size: 12px;
	margin-bottom: 0;
	color: #adadad;
 }
 ul#recruitlist li .text p {
   line-height: 1.6em;
 }
 .k-box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
 }
 .k-box .i-item {
  width: 30%;
 }
 .k-box .t-item {
  width: 65%;
 }
 .k-box .t-item-100 {
 	width: 100%;
 }
 .shosai {
  text-align: right;
  margin-right: 10px;
 }
 .entry-content {
  padding: 0 0 15px 0;
  margin: 0 auto;
 }
 #content .back {
  color: #b38ad6;
  float: left;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#content .back:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #b38ad6;
  border-right: solid 2px #b38ad6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 57%;
  left: 0;
  margin-top: -4px;
}

.movie-area {
	width: 960px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.movie-youtube {
	width: 465px;
}
.movie-bunner {
	width: 465px;
}
/*　----------　PC用（960px以下）　----------　*/
@media(max-width: 960px) {
	.contentsbox{
		padding-left:1rem;
		padding-right:1rem;
	}
	ul.list_program li .lecturer{
		width:30%;
	}
	ul.list_program li .lecturer .book{
		right:0;
		bottom:-7rem;
		width:50%;
	}
	/*レイアウト*/
	.entry-content, .entry-summary {
		width: 92%;
		padding: 4% 0;
	}

}
/*　----------　タブレット用（768px以下）　----------　*/
@media(max-width: 768px) {
	.movie-area {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 1rem;
		flex-wrap: wrap;
	}
	.movie-youtube {
		width: 100%;
		margin-bottom: 20px; 
	}
	.movie-bunner {
		width: 100%;
	}
	#header {
		height: auto;
	}
	#site-title {
		padding:0.5rem 0 0 0.5rem;
	}
	#site-title img{
		width:144px;
	}

	#mainimage,
	#container {
		padding-top: 65px;/*header高さ*/
	}
	.header-utility{
		right:1rem;
		display: none;
	}
	.header-utility{
		display:none;
	}
	#navi{
		display:block;
		position: absolute;
		right:1rem;
		top:1rem;
		font-size: 1.3rem;
	}
	.menu-header{
		display:none;
	}
	.menu-header ul{
		display:block;
	}
	.menu-header ul li{
		width:100%;
	}
	.menu-header ul li.headerform{
	display: block;

	}
	.menu-header ul li.headerform a{
		background: #ff809e;
	color: #fff;
}
	.menu-header ul li a{
		height:4rem;
		border-top: 3px dashed #e6e6e6;
		border-left:none;
	}
	.menu-header ul li:last-child a{
		border-right: none;
		border-bottom: 3px dashed #e6e6e6;
	}
	.menu-header ul li.mm01 a span b,
	.menu-header ul li a span b{
		display:inline;
	}
	#img-box{
		padding:1rem;
	}
	.contactbox{
		width:auto;
	}
	ul.list_program li h4 span.katagaki{
		display:block;
		padding-bottom:0.5rem;
	}
	ul.list_program li h4 span.name{
		display:block;
	}
	#access{
		padding:2rem 1rem;
	}
	#access h3{
		padding:0;
	}
	#access .f_left{
		float:none;
	}
	#access .f_right{
		float:none;
		width:auto;
	}
	#access iframe{
		width:100%;
		height:500px;
	}
	table.table_normal tr td span.time{
		display:block;
	}
	#pagetop{
		padding:0 1rem;
		display: none;
	}
	#colophon,
	#site-copy p{
		padding:0 1rem;
	}
	.menu-footer{
		right:1rem;
	}
	#news {
		width: 100%;
		margin-bottom:30px;
	}
	#news ul li {
		width: 100%;
	}
	#fb-box {
		width: 100%;
	}
	#main {
		padding: 65px 15px 0 15px;
	}
	#main #container {
		width: 100%;
	}
	#sidebox {
		width: 100%;
	}

}
/*　----------　スマホ用（640px以下）　----------　*/
@media(max-width:640px) {
	/*ヘッダー*/

	/*コンテンツ*/
	.contentsbox{
		padding:2rem 1rem;
	}
	#topcopy{
		padding-bottom:2rem;
	}
	#topcopy .btn a {
		font-size: 1.2rem;
	}
	#topcopy h3{
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 2rem 0 0 0;
		text-align: left;
	}
	#topcopy h3 br{
		display:none;
	}
	#topcopy p{
		max-width:none;
	}
	ul.list_program li{
		padding:2rem 0;
	}
	ul.list_program li .lecturer{
		width:auto;
		display:inline-block;
		padding-top:0;
		padding-right:5.5rem;
		float:none !important;
		margin:0 auto;
	}
	ul.list_program li .lecturer .book{
		bottom:0;
		width:45%;
	}
	ul.list_program li .detail{
		width:auto;
		padding-right:0;
		float:none !important;
	}
	ul.list_program li h4{
		display:block;
		padding:0 0 1rem 0;
	}
	ul.list_program li h4 span.katagaki{
		font-size:1rem;
	}
	ul.list_program li.green .lecturer{
		padding-right:0;
	}
	#access iframe{
		height:330px;
	}
	.contactbox{
		margin: 2rem 0 0 0;
		padding:2rem;
	}
	.fooer-logo{
		text-align:center;
	}
	.fooer-logo img{
		width:144px;
	}
	.menu-footer{
		position: static;
	}
	.menu-footer ul{
		text-align:center;
	}
	.menu-footer ul li{
		font-size:0.8rem;
		padding:0 0.5rem;
	}
	.menu-footer ul li.fb a{
		width:20px;
		padding-top:20px;
	}
	#site-copy p{
		font-size:0.7rem;
	}
	h2.yellowband{
		padding:1rem 0;
	}
	h2.yellowband img{
		height:43px;
	}
	table.table_normal{
		margin:0;
	}
	table.table_normal tr th{
		font-size: 1rem;
		padding: 1rem 0;
	}
	table.table_normal tr td{
		font-size: 0.9rem;
		line-height: 1.5rem;
		padding: 1rem 0;
	}
	table.table_normal ul li{
		font-size:0.9rem;
		line-height: 1.4rem;
	}
	#content .entry-title {
		font-size: 26px;
	}
	#content .entry-content h2 {
		font-size: 22px;
	}
	ul#recruitlist li table tr th{
	  font-size: 12px;
	  line-height: 1.4em;
	  display: table-cell;
    width: auto;
    border: 0;
	}
	ul#recruitlist li table tr td{
	  font-size: 12px;
	  line-height: 1.4em;
	  display: table-cell;
    width: auto;
    border-right: 0;
		padding: 7px 0;
	}
	.k-box {
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.k-box .i-item {
	 width: 100%;
	}
	.k-box .t-item {
	 width: 100%;
	}
	#content table.recruit tr {
    border-bottom: none;
  }
	#content table.recruit tr th {
    color: #76578d;
    font-weight: bold;
    border-right: none;
    border-bottom: 5px solid #fff;
    padding: 4px 8px;
    background: #f8f8f8;
    border-left: 0;
    display: block;
		width: auto;
  }
	#content table.recruit tr td {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    background: #fff;
    vertical-align: middle;
    border: none;
    padding: 0 0 5px 12px;
    display: block;
    width: 100%;
  }
}

/*20190717追加*/
.seminar_subtitle p {
  font-size: 20px;
  color: #ef709e;
  font-weight: bold;
}

/* 202412 求人情報ページ改修 */
#main #container.recruit,
.single-recruit #main #container {
	box-sizing: border-box;
	float: unset;
	width: 100%;
  }
  #main #container.recruit .l-wide {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
	width: 100cqw;
	max-width: 100vw;
	max-width: 100cqw;
  }
  #main #container.recruit .l-bg {
	background-color: #FFF3C0;
  }
  #main #container.recruit .l-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .l-content {
	  padding: 24px 15px;
	}
  }
  #main #container.recruit .l-content * {
	margin: 0;
  }
  #main #container.recruit .c-title {
	font-weight: 900;
	margin: 0;
	font-family: heisei-maru-gothic-std, sans-serif;
  }
  #main #container.recruit .p-recruit__form_wrapper {
	background-color: #FFFFFF;
	padding: 24px 52px;
	margin-top: 15px;
	border-radius: 12px;
  }
  #main #container.recruit .p-recruit__form_wrapper label,
  #main #container.recruit .p-recruit__form_wrapper input:not([type=text]) {
	cursor: pointer;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .p-recruit__form_wrapper {
	  padding: 24px;
	  border-radius: 4px;
	}
  }
  #main #container.recruit .c-form__midashi {
	font-weight: bold;
	background-color: #F2F2F2;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 4px 12px;
	font-size: 1rem;
  }
  #main #container.recruit .c-form__midashi .c-form__midashi--small {
	font-size: 0.875em;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .c-form__midashi {
	  margin-bottom: 10px;
	}
  }
  #main #container.recruit .c-form__checkboxes {
	display: grid;
	grid-template-columns: repeat(3, auto);
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .c-form__checkboxes {
	  grid-template-columns: 1fr;
	}
  }
  #main #container.recruit .c-form__textbox {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
  }
  #main #container.recruit .c-form__textbox input {
	border-radius: 4px;
	background-color: #FFFFFF;
  }
  #main #container.recruit .c-form__checkbox_wrapper {
	position: relative;
	padding: 20px;
  }
  #main #container.recruit .c-form__checkbox_wrapper:first-child {
	padding-left: unset;
  }
  #main #container.recruit .c-form__checkbox_wrapper:last-child {
	padding-right: unset;
  }
  #main #container.recruit .c-form__checkbox_wrapper + .c-form__checkbox_wrapper {
	border-left: 3px dashed #E6E6E6;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .c-form__checkbox_wrapper {
	  padding: unset;
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	#main #container.recruit .c-form__checkbox_wrapper:first-child {
	  padding-top: unset;
	}
	#main #container.recruit .c-form__checkbox_wrapper:last-child {
	  padding-bottom: unset;
	}
	#main #container.recruit .c-form__checkbox_wrapper + .c-form__checkbox_wrapper {
	  border-left: unset;
	  border-top: 3px dashed #E6E6E6;
	}
  }
  #main #container.recruit .c-form__checkBox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	font-weight: bold;
	line-height: 1.5;
  }
  #main #container.recruit .c-form__checkBox.--single {
	grid-template-columns: 1fr;
  }
  #main #container.recruit .c-form__checkBox input {
	margin-right: 5px;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .c-form__checkBox {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px 20px;
	}
  }
  #main #container.recruit .c-form__button__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
  }
  #main #container.recruit .c-form__button__wrapper .c-form__button {
	background-color: #FF809E;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
	padding: 12px 40px;
	border-radius: 14px;
	text-align: center;
	transition: 0.2s;
	cursor: pointer;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .c-form__button__wrapper .c-form__button {
	  font-size: 14px;
	  width: 100%;
	}
  }
  #main #container.recruit .c-form__button__wrapper .c-form__button:hover {
	opacity: 0.8;
  }
  #main #container.recruit .c-form__button__wrapper input {
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	border: none;
	cursor: pointer;
  }
  #main #container.recruit .p-recruit_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	line-height: 1.4;
	margin: 0;
	margin-top: 100px;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .p-recruit_list {
	  grid-template-columns: 1fr;
	  margin-top: 30px;
	}
  }
  #main #container.recruit .p-recruit_list * {
	margin: 0;
  }
  #main #container.recruit .p-recruit_card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 4px solid #E6E6E6;
	border-radius: 8px;
  }
  #main #container.recruit .p-recruit_card__main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 20px;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .p-recruit_card__main {
	  padding: 15px;
	}
  }
  #main #container.recruit .p-recruit_card__sub {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #9B9B9B;
	font-size: 0.75rem;
	border-top: 1px solid #E6E6E6;
	padding: 5px 20px;
  }
  @media screen and (max-width: 768px) {
	#main #container.recruit .p-recruit_card__sub {
	  padding: 5px 15px;
	}
  }
  #main #container.recruit .p-recruit_card__title {
	font-size: 1.25rem;
	font-weight: bold;
  }
  #main #container.recruit .p-recruit_card__item_list,
  .single-recruit #main #container .p-recruit_card__item_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
  }
  .p-recruit_card__category {
	color: #00409D;
	font-size: 0.75rem;
	font-weight: bold;
	border: 1px solid #C9D3D7;
	border-radius: 4px;
	line-height: 1;
	padding: 5px;
  }
  .p-recruit_card__category.--other,
  .p-recruit_card__category.--main{
	color: #FFFFFF;
	border-color: #848484;
	background-color: #848484;
  }
  .p-recruit_card__category.--hoikuen,
  .p-recruit_card__category.--hoikujo{
	color: #FFFFFF;
	border-color: #79C659;
	background-color: #79C659;
  }
  .p-recruit_card__category.--youchien {
	color: #FFFFFF;
	border-color: #FF809E;
	background-color: #FF809E;
  }
  .p-recruit_card__category.--kodomoen {
	color: #FFFFFF;
	border-color: #FF9C52;
	background-color: #FF9C52;
  }
  .p-recruit_card__category.--shokibo {
	color: #FFFFFF;
	border-color: #83C4FF;
	background-color: #83C4FF;
  }
  .p-recruit_card__category.--kateiteki {
	color: #FFFFFF;
	border-color: #CD853F;
	background-color: #CD853F;
  }
  .p-recruit_card__category.--jigyousyonai {
	color: #FFFFFF;
	border-color: #6A5ACD;
	background-color: #6A5ACD;
  }
 .p-recruit_card__explain {
	position: relative;
	font-size: 0.75rem;
	font-weight: bold;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	background-color: #FBFBFB;
	line-height: 1;
	padding: 5px;
	padding-left: calc( 1em + 10px );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
  }
@media screen and (max-width: 768px) {
.p-recruit_card__explain {
		max-width: 200px;
	}
}
.p-recruit_card__explain::before {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	color: #747474;
	font-weight: 900;
  }
.p-recruit_card__explain.--day::before {
	content: "\f784";
  }
.p-recruit_card__explain.--time::before {
	content: "\f017";
  }
.p-recruit_card__explain.--money::before {
	content: "\f0d6";
  }
.p-recruit_card__address {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	margin-top: 30px !important;
}
.recruit_page.p-recruit_card__address{
	margin-top: 10px !important;
}
.p-recruit_card__address::before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight: 900;
	margin-right: 5px;
}
.recruit_page_data{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 5px;
}
  #main #container.recruit .p-recruit_card__summary {
	color: #747474;
	font-size: 0.875rem;
	margin-top: 12px;
  }
  #main #container.recruit .p-recruit_card__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
  }
  #main #container.recruit .p-recruit_card__license {
	font-size: 0.75rem;
	font-weight: bold;
	color: #747474;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	background-color: #EBEBEB;
	line-height: 1;
	padding: 5px;
  }
  #main #container.recruit .p-recruit_card__link {
	color: #D84769;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #D84769;
	padding-bottom: 3px;
	margin-left: auto;
	transition: border-color 0s, opacity 0.2s;
  }
  #main #container.recruit .p-recruit_card__link:hover {
	border-color: transparent;
  }

.post-type-archive-recruit,
.search-results{
	overflow-x: hidden;
}

#main #container.recruit .c-numberOfSearch{
    margin: 0;
    margin-top: 40px;
    margin-bottom: -60px;
    text-align: center;
    font-size: 1.5rem;
}

#main #container.recruit .c-numberOfSearch__number{
	font-size: 1.5em;
}

@media screen and (max-width: 768px) {
	#main #container.recruit .c-numberOfSearch{
		margin-top: 30px;
		margin-bottom: unset;
	}
}