@charset "utf-8";

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

label {
    cursor: pointer;
}

.inSpBlock {
  display:block;
}

.inPcBlock{
  display:none;
}

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

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

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

.inCovBox {
    max-width: 1220px;
    width: 100%;
    margin: auto;
	padding: 20px 15px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.inCovJpTtl {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.inCovEnTtl {
    font-family: "Marcellus", serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #111;
}

.pankuzuLink:hover {
    color: #111;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
}

.pankuzuLink > p {
    text-decoration: none;
}

.pankuzuLink:hover > p {
    text-decoration: underline;
}

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

.pankuzuWr + .inWrap {
    padding: 40px 0 80px;
}

.inWrap {
    padding: 80px 0;
}

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

/*-- 改行 -----------------------------------------------------------------*/

.pcBr br{
  display:none;
}

.spBr br{
  display:block;
}

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

.inColTxt01 {
    margin-top: 4%;
}

.inTit01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inEnTit01 {
    font-family: "Marcellus", serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.26em;
}

.inSubTit01 {
    font-size: 14px;
}

.inTitBx01 {
    margin-bottom: 30px;
}

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

.inColTit01 br {
	display: none;
}

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

.inTxt01 {
    font-size: 13px;
	font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

/*-- テキスト（装飾） -----------------------------------------------------------------*/

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

.inDeco01:before {
    content: "";
    display: block;
    width: 1.9em;
    height: 1px;
    background-color: #263B61;
    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: 19.7%;
    max-width: 379px;
    height: 1px;
    background: #263B61;
    z-index: 1;
}

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

.inDeco04:after{
    content: "";
    display: block;
    width:32px;
    height:1px;
    margin: 5% auto 0 auto;
    background-color:#05283D;
}

.inDeco04White:after{
    content: "";
    display: block;
    width:32px;
    height:1px;
    margin: 5% auto 0 auto;
    background-color:#263B61;
}

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

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

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

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


/*-- アンカーリンクボタン -----------------------------------------------------------------*/

.anchorBtn {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    color: #111111;
    padding: 10px 5px;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);*/
    border: 1px solid #111111;
    transition: all .5s;
    background-color: #fff;
    flex-direction: column;
    background-color: #fff;
	font-size:13px;
}

.anchorBtn:hover {
    color: #fff;
    border: 1px solid #263B61;
    background-color: #263B61;
}

.anchorBtn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(181deg) brightness(107%) contrast(94%);
    transition: 0.3s;
}


/*-- 背景色 -----------------------------------------------------------------*/

.bgColor01 {
    background-color: #F8F8F8;
}

/*-- テキストカラー -----------------------------------------------------------------*/

.colorNavy {
    color: #05283D;
}


/*-- 共有装飾 -----------------------------------------------------------------*/

.border-box01 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*-- 共有css -----------------------------------------------------------------*/

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

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

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


/*-- table ----------------------------------------------------------*/

.tableRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tableTh
,.tableTd {
    width: 100%;
}


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


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

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #574641;
}

.privacyBox::-webkit-scrollbar {
    width: 5px;
}

.privacyBox::-webkit-scrollbar-track {
     background-color: #E3E3E3;
}

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

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

.privacyDt {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.privacyDd {
    margin-bottom: 10px;
}

/*-- スライダー -----------------------------------------------------------------*/

.cmnSlider01 {
    padding: 0;
}

.cmnIndicators01 {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 10px auto 0;
    transition: .5s all;
}

.indicator {
    transition: .5s all;
}
  
.cmnIndicators01 > .indicator:hover, .cmnIndicators01 > .indicator.active {
    opacity: 0.5;
    transition: .5s all;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.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: 40px 10px 0;
  height: 40px;
  width:100%;
  max-width: 40px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

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

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 40px;
  width: 40px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color: #fff;
  background-color: #263B61;
  text-decoration: none;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    height: 40px;
    width: 40px;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    /* opacity: .5; */
    /* background-color: initial; */
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    /* content: ""; */
    display: block;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #263B61 transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #263B61;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #333;
    font-size: 14px;
}


/*--------------------共通バナー-------------------------------------------------------*/

.cmnBnr01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    position: relative;
    transition: 0.3s;
}

.cmnBnr01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(245,245,245,0.9);
    transition: 0.3s;
}

.cmnBnrTxtBx {
    font-family: "EB Garamond", serif;
    position: absolute;
    width: 90%;
}

.cmnBnrTxt01 {
    color: #263B61;
    font-size: 40px;
    letter-spacing: 0.05em;
}

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

.cmnBnr01:hover :before {
    background-color: none;
}

.cmnBnr01:hover:before {
    background-color: rgba(245, 245, 245, 0.5);
    transition: 0.3s;
}

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

/*-- メニュー -----------------------------------------------------------------*/


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

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

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

.incoverTit{
	/* font-size: 25px; */
}

.inTit01 {
    font-size: 17px;
}

.inColTit01 br {
	display: block;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


.beginnerCt:after {
    bottom: -7%;
}

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

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

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

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

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

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

.inTxt01 {
    font-size: 14px;
}
  
.inTit01 {
    font-size: 22px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- 下層共通 -----------------------------------------------------------------*/

/* incover */
  
.incover {
    height: 400px;
}

.inCovBox {
    margin: 2% auto 0 auto;
} 
  
.inCovEnTtl {
    font-size: 60px;
}
  
.inCovJpTtl {
    font-size: 20px;
}

/* パンくず */

.pankuzuWr {
    font-size: 13px;
} 

/* ブロック */

.pankuzuWr + .inWrap {
    padding: 100px 0 150px;
}

.inWrap {
    padding: 150px 0;
}  


/*-- 改行 -----------------------------------------------------------------*/

.pcBr br{
  display:block;
}

.spBr br{
  display:none;
}
  
/*-- 見出し -----------------------------------------------------------------*/
  
.inEnTit01 {
    font-size: 48px;
}


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

.inTitBx01 {
    margin-bottom: 50px;
}

.inDeco04:after{
    margin: 2% auto 0 auto;
}

.inTit01 {
    font-size: 25px;
}

/*-- table ----------------------------------------------------------*/

.tableTh {
    width: 30%;
}

.tableTd {
    width: 70%;
}
  
/*--------------------共通バナー-------------------------------------------------------*/

.cmnBnr01 {
	height: 240px;
}

.cmnBnrTxt01 {
    font-size: 50px;
}
  
/*-- コンセプト -----------------------------------------------------------------*/

.conceptCharmColorBg01:nth-of-type(even) .conceptCharmColorItem {
    flex-direction:row-reverse;
}

.conceptIntroTxt br {
	display:block ;
}  
  
.beginnerCt:after {
    bottom: -14%;
}


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inSpBlock {
  display:none;
}

.inPcBlock{
  display:block;
}

/*-- 下層共通 --------------------------------------------------------------*/
  
/* incover */
  
.incover {
    height: 480px;
}

.inCovEnTtl {
    font-size: 80px;
}
    
  
/* パンくず */

.pankuzuWr {
    font-size: 14px;
}

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

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

.inTit01 {
    font-size: 32px;
} 
  
.inTxt01 {
    font-size: 16px;
}

/*-- アンカーリンクボタン -----------------------------------------------------------------*/

.anchorBtn {
	font-size:14px;
}

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

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


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

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

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

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

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

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

/*-- アンカーリンクボタン -----------------------------------------------------------------*/

.anchorBtn {
	font-size:16px;
}

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

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

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

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

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

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

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

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

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

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

