@charset "utf-8";

body {
    line-height:2.25em;
}

.pcBr br{
  display:none;
}

.pcBr1024 br{
  display:none;
}

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

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

.inTit01 {
    font-family: "Kiwi Maru", serif;
    font-size: 20px;
}

.titDeco01:before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: #707070;
    position: absolute;
    left: 0;
}

.titDeco01 {
    position: relative;
    padding-left: 0.7em;
}

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


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

.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: #383838;
	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%);
}

.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: "Kiwi Maru", serif;
}

.incoverSubTit{
	/* font-size: 29px; */
	/* margin-top: 5px; */
	font-family: "Voltaire", sans-serif;
	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--*/


.formInput {
    border: none;
    background: #E2E2E2;
    height: 52px;
    padding: 10px;
    width: 100%;
}

.formTextArea {
    border: none;
    background: #E2E2E2;
    padding: 10px;
    width: 100%;
    height: 250px;
}

select {
    border: none;
    background: #eaeaea;
    height: 40px;
    padding: 8px;
    width: 72px;
}

label {
    margin-bottom: 0;
    margin-right: 7px;
    color: #E2E2E2;
}

.formTh {
  padding: 15px 15px 15px 15px;
  color: #E2E2E2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  /* background-color: #605858; */
}

.formTd {
  padding: 15px 15px 15px 15px;
  color: #E2E2E2;
  /* background-color: #fff; */
}

.formRow {
  /* border-bottom: 1px solid #ccc; */
  /* padding: 10px 15px; */
}

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

.requiredText {
  /* padding: 1px 4px 1px 4px; */
  color: #f25a4a;
  font-size: 14px;
  /* background-color: #f25a4a; */
}

.privacyBox {
  border: 1px solid #ccc;
  padding: 15px 2% 15px 2%;
  width: 100%;
  overflow-y: scroll;
  background: #E2E2E2;
  /* color: #583A0E; */
}

.formTb {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.privacyLabel a {
    text-decoration: underline;
    color: #333;
}

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

/*-- テーブル -----------------------------------------------------------------*/
.baseTb {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}

.baseTh {
	padding: 10px;
	font-weight: 700;
	/* background-color: #fff; */
	color: #383838;
	line-height: 1.5em;
	display: flex;
	align-items: baseline;
}

.baseTd {
	padding: 10px;
	color: #333;
	line-height: 1.5em;
}

.baseTd > a {
	display: inline-block;
	color: #2B2939;
	text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

.baseTb .row {
    border-bottom: 1px solid #383838;
    padding: 20px 0 6px 0;
    position: relative;
}

.baseTb .row:before {
    /* content: ""; */
    display: block;
    width: 47px;
    height: 2px;
    background-color: #E55B32;
    position: absolute;
    bottom: -1px;
    left: 0;
}


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

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

.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%;
}

/*-- メニューページ -----------------------------------------------------------------*/

.menuTableTh {
    border-right: 1px solid #ccc;
}

.menuTableTd {
    border-right: 1px solid #ccc;
}

.menuTableCt {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

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

.menuTableRow {
    width: 768px;
}

.menuTableCt {
    max-width: 768px;
    width: 100%;
    margin: auto;
	overflow-y:scroll;
}

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

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

.menuRow01:nth-child(n+2) {
    margin-top: 80px;
}

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

.menuTable02Ct {
    border-bottom: none;
}

  
  /*-- 共通バナー -----------------------------------------------------------------*/
  
.inBnrLink:hover .inBnrBgBx {
    left: 0;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.inBnrLink .inBnrBgBx {
    transition: 0.3s;
}

.inBnrBgBx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inBnrLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #333333;
    z-index: 1;
}

.inBnrBgBx:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 85%);
}

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

@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: 142px 0;
	overflow:hidden;
}

.incoverTit{
	font-size: 16px;
}

.pcBr br{
  display:block;
} 

.inTitBx01 {
    margin-bottom: 50px;
}

.baseTb .row {
    padding: 17px 0 6px 0;
}

.incoverSubTit{
	font-size: 24px;
}

.incoverTit{
	font-size: 41px;
}

.menuTableRow {
    width: 1000px;
}

.menuTableCt {
    max-width: 1000px;
    width: 100%;
    margin: auto;
	overflow-y:scroll;
}
  
/*-- メニューページ -----------------------------------------------------------------*/
  
.menuTable02Th {
    border-right: 1px solid #ccc;
}

.menuTable02Th {
    border-bottom: none;
}
  
.menuTable02Th {
    border-right: 1px solid #ccc;
}

.menuOnyokuTit01 {
    border-right: 1px solid #ccc!important;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.menuTableTh {
    border-right: 1px solid #ccc;
}

.menuTableTd {
    border-right: 1px solid #ccc;
}

.menuTableCt {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
}

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

.menuTableRow {
    width: 1001px;
}

.menuTableCt {
    max-width: 1002px;
    width: 100%;
    margin: auto;
    overflow-y: auto;
}
  
.scrollTxt {
    display: none;
}

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

} /* 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;
}
  
/*-- その他 ----------------------------------------------------------*/
  
  
.pcBr1024 br{
  display:block;
}

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

} /* 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;
}

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

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

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


.menuTableRowSp {
    width: initial !important;
}