@charset "utf-8";

/* body {
    line-height:2.25em;
} */

.inRow01:nth-of-type(n+2) {
    margin-top: 60px;
}

label {
    cursor: pointer;
}

/*-- 見出し -----------------------------------------------------------------*/


/*-- その他 -----------------------------------------------------------------*/

.inColTxt01 {
    margin-top: 15px!important;
}

/* .inRecruitCircleBox img {
    max-width: 91px;
    width: 100%;
}
 */
.inRecruitCircleBox {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    margin:0 auto!important;
}

.flowDecoTxt {
  font-size: clamp(2.5rem, 1.5rem + 3vw, 7.5rem);
  }


/*-- アコーディオン -----------------------------------------------------------------*/

.menuBox.is-show .menuBtn i {
    transform: scale(1, -1);
}

.menuBox {
    border: 1px solid #ccc;
}

.menuTitSet {
    border-bottom: 1px solid #ccc;
}

.menuBtn {
    background: #333;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 0 10px;
    border-radius: 11px;
    color: #fff;
    transition: 0.3s;
}

.menuBox:hover .menuBtn {
    background: #ccc;
    transition: 0.3s;
}

.menuBox:nth-child(n+2) {
    margin-top: 40px;
}
/*-- ページャー*/

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #333 solid;
  /* color: #383838; */
}

.webgene-pagination > ul > li.selected > a{
  color: #fff;
  background: #333;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #383838;
    background-color: #fff;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: rgb(239, 197, 89);
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #222;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}


/*-- テキスト -----------------------------------------------------------------*/

.inDeco01 {
    padding-left: 1.5em;
    position: relative;
}

.inDeco01:before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: #111111;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.inDeco02 {
    padding-right: 1.5em;
    position: relative;
}

.inDeco02:before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: #383838;
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.inDeco03 {
    position: relative;
}

.inDeco03:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 59.7%;
    max-width: 379px;
    height: 1px;
    background: #D36A93;
    z-index: 1;
}

.inDeco03::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}


.listTxt01 {
    padding-left: 1em;
    position: relative;
}

.listTxt01:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

.inTitBx01 {
    margin-bottom: 30px;
}

.inColTit01 {
    font-size: 20px;
    line-height: 1.5em;
}

/*-- 下層カバー -----------------------------------------------------------------*/

.incover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.incover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgb(34 19 19 / 50%);
}


.gjs-dashed .incover:before {
	display:none;
}

.incoverTit{
	margin-top: 10px;
	position: relative;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin-top: 15px;
	font-weight: 400;
	font-family: "Marcellus", serif;
}

.incoverSubTit{
	font-size: 15px;
	letter-spacing: 0.1em;
}

.incoverTxtBx{
    text-align: center;
    color: #fff;
    position: relative;
    width: 96%;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.incoverWrap {
    display: flex;
}

.incoverTxtBx {
    /* width: 20%; */
}

/*-- パンくず -----------------------------------------------------------------*/

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	max-width: 1290px;
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.33em;
	flex-wrap: wrap;
}

.breadLink {
	color: #333;
	text-decoration: underline;
	display: flex;
	align-items: center;
}

.breadLink:hover {
	color: #333;
}

/*-- ブロック ----------------------------------------------------------*/

.wrap01 {
	padding: 60px 0;
	/* overflow:hidden; */
}

.inner {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	min-height: 15px;
	padding: 0 15px;
}

/*---form--*/

/*
.privacyBox {
  border: 1px solid #ccc;
  padding: 15px 2% 15px 2%;
  width: 100%;
  overflow-y: scroll;
  background: #E2E2E2;
}
*/
.privacyLabel a {
    text-decoration: underline;
    color: #333;
}

.privacyLabel a:hover {
    text-decoration: none;
}
/*-- テーブル -----------------------------------------------------------------*/

.baseTb {
    max-width: 1000px;
    border: 1px solid #D2D2D2;
}

.baseTr {
	border-bottom: 1px solid #d2d2d2;
}

.baseTr:last-of-type {
	border-bottom: 0;
}

.baseTh {
	background: #858585;
}

.baseTd {
	background: #FFF;
}

.baseThTxt {
	color: #FFF;
}

.baseThTxt,
.baseTdTxt {
	line-height: 1.75em;
	font-weight: 500;
	font-size: 14px;
}

.baseTh,
.baseTd {
	padding: 8px 15px 8px;
}

.overTbWrap {
	overflow-x: scroll;
}

.overTbWrap .baseTb {
	width: 576px;
	max-width: 576px;
}


/*-- プライバシーポリシー ----------------------------------------------------------*/


.privacyBox {
    height: 400px;
    width: 100%;
    padding: 30px 2% 30px 2%;
    background: #fff;
    border: 1px solid #D2D2D2;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}

.privacyBox a {
	color: inherit;
	text-decoration: underline;
}

.privacyBox a:hover {
	text-decoration: none;
}

/*
.privacyDt {
    border-left: 5px solid #333!important;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px 10px;
    font-weight: 700;
    margin: 31px 0 0 0;
    letter-spacing: 0.15em;
}

.privacyDd {
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.05em;
}

.privacyNum {
    max-width: 30px;
    width: 100%;
}
*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.incoverTit{
	font-size: 25px;
}

.incoverSubTit{
	font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inTit01 {
    font-size: 23px;
}
  
/*-- inCover -----------------------------------------------------------------*/

.iCovAr > h1 {
    font-size: 48px;
}

.incover {
	height: 400px;
	/* width: 80%; */
}

.incoverTit{
	/* font-size: 80px; */
	margin-bottom: 11px;
}

.incoverSubTit{
	font-size: 38px;
}
  
.coursemenuContent:nth-of-type(n+2){
    margin-top: 150px;
}

.wrap01 {
	padding: 100px 0;
	overflow:hidden;
}

.incoverTit{
	font-size: 16px;
}

.pcBr br{
  display:block;
} 

.inTitBx01 {
    margin-bottom: 50px;
}

.baseThTxt,
.baseTdTxt {
	font-size: 16px;
}

.baseTh,
.baseTd {
	padding: 15px 15px 15px;
}
  
.overTbWrap {
	overflow-x: auto;
}

.overTbWrap .baseTb {
	width: 100%;
	max-width: 100%;
}
  
.inner {
	padding: 0px 15px 15px;
}

.baseTh {
	border-bottom: 1px solid #FFF;
}

.baseTr {
	border: 0;
}

.baseTd {
	border-bottom: 1px solid #d2d2d2;
}
  
.baseTr:last-of-type .baseTh {
	border-bottom: 0;
}
  
.baseTr:last-of-type .baseTd {
	border-bottom: 0;
}

.incoverSubTit{
	font-size: 24px;
}

.incoverTit{
	font-size: 41px;
}

.menuTableRow {
    width: 1000px;
}

.menuTableCt {
    max-width: 1000px;
    width: 100%;
    margin: auto;
	overflow-y:scroll;
}
  
.inColTxt01 {
    margin-top: 25pximportant;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1002px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1002px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- inCover -----------------------------------------------------------------*/
	
.incoverTit{
	font-size: 56px;
}
    
/*-- テキスト ----------------------------------------------------------*/
  
.inColTit01 {
    font-size: 24px;
    line-height: 1.5em;
}
  
.inTit01 {
    font-size: 30px;
}
  
/*-- その他 ----------------------------------------------------------*/
  
.inColTxt01 {
    margin-top: 40px!important;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/*-- inCover -----------------------------------------------------------------*/

    
/*-- テキスト ----------------------------------------------------------*/
  
.inColTit01 {
    font-size: 30px;
    line-height: 1.5em;
}
  
/*-- 下層ヘッダー ----------------------------------------------------------*/
  

.headerLogoBox {
	width: 74px !important;
	padding: 0 0 14px !important;
	margin: 0 0 0 28px !important;
}
  
.headerNav {
	margin: 0 3.33% 0 auto !important;
	padding: 12px 0 13px !Important;
	max-width: 860px !important;
	width: 100% !important;
	justify-content: space-between !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


