@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #007235;
  }
}
@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #007235;
  }
}
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

p {
  word-wrap: break-word;
  line-height: 1.75;
}

a, a:hover {
  text-decoration: none;
}

/*---------------------
フォント設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.pn-title {
  display: block;
  position: relative;
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 0;
}
.pn-title span {
  display: block;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.page-title-wrap {
  padding-top: 100px;
  margin: 20px 0;
  margin-bottom: 50px;
}

.page-title-wrap2 {
  padding-top: 30px;
  margin: 20px 0;
  margin-bottom: 50px;
}

.page-title-wrap3 {
  margin: 20px 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page-title-wrap {
    padding-top: 50px;
    margin: 20px 0;
    margin-bottom: 30px;
  }
  .page-title-wrap2 {
    padding-top: 50px;
    margin: 20px 0;
    margin-bottom: 30px;
  }
  .page-title-wrap3 {
    padding-top: 30px;
    margin: 20px 0;
    margin-bottom: 30px;
  }
}
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.detail-prof-title {
  text-align: center;
}

.detail-head-bottom {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.detail-head-bottom img {
  display: block;
  width: 100%;
}

.page-title-text {
  color: #ffd471;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: 0 0 -3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-title-text2 {
  color: #ffd471;
  font-family: "Cinzel", serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: 0 0 -3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .page-title-text2 {
    font-size: 2.5rem;
  }
}
.page-title-en {
  color: #b3882d;
  font-family: "Libre Baskerville", serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 10px;
  margin-bottom: 5px;
  text-shadow: 0 0 3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-title-ja {
  color: #fed36f;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 10px;
  margin-bottom: 5px;
  text-shadow: 0 0 3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-title-ja2 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0 0 3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-title-bdline {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd471), color-stop(25%, #b8954b), color-stop(75%, #ffde91), to(#a78e55));
  background: linear-gradient(90deg, #ffd471 0%, #b8954b 25%, #ffde91 75%, #a78e55 100%);
}

.ch-title-bdline {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd471), color-stop(25%, #b8954b), color-stop(75%, #ffde91), to(#a78e55));
  background: linear-gradient(90deg, #ffd471 0%, #b8954b 25%, #ffde91 75%, #a78e55 100%);
}

.detail-title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.detail-title-text {
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cd9f0), to(#0044a5));
  background: linear-gradient(to bottom, #7cd9f0 0%, #0044a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.detail-sub-text {
  color: #fff;
  font-size: 1rem;
}

.detail-bdline {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#7cd9f0), to(#002f70));
  background: linear-gradient(90deg, #7cd9f0 0%, #002f70 100%);
}

.page-title-bottom {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-title-bottom img {
  width: 100%;
}

/* スマホ大・タブレット縦（〜767px） */
@media (max-width: 767px) {
  .page-title-text {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .page-title-line {
    max-width: 40px;
  }
  .page-title-top,
  .page-title-bottom {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.system-title-text {
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cd9f0), to(#0044a5));
  background: linear-gradient(to bottom, #7cd9f0 0%, #0044a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.system-sub-text {
  color: #fff;
  font-size: 1rem;
}

.section-title-wrap {
  margin: 40px 0 20px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  z-index: 2;
}

.section-title-text {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 10px;
  text-shadow: 0 0 3px #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-title-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  max-width: 60px;
}

.section-title-line.left {
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#b3882d));
  background: linear-gradient(to right, transparent, #b3882d);
}

.section-title-line.right {
  margin-left: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#b3882d), to(transparent));
  background: linear-gradient(to right, #b3882d, transparent);
}

.section-title-top,
.section-title-bottom {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-title-top img,
.section-title-bottom img {
  display: block;
  width: 100%;
}

/* スマホ大・タブレット縦（〜767px） */
@media (max-width: 767px) {
  .section-title-text {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .section-title-line {
    max-width: 40px;
  }
  .section-title-top,
  .section-title-bottom {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }
}
.ch-price {
  font-size: 3rem;
  color: #fff;
  font-family: "Cinzel", serif;
}
.ch-price span {
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
}

.system-box-title {
  font-size: 2.5rem;
}

.ch-system-common {
  font-size: 2.4rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.ch-system-common span {
  font-size: 1.6rem;
}

.ch-system-common2 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.ch-system-common2 span {
  font-size: 1.6rem;
}

.ch-system-common3 {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.ch-system-common3 span {
  font-size: 1.2rem;
}

.txt-system-notice {
  font-size: 0.8rem;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 767px) {
  .ch-price {
    font-size: 2rem;
  }
  .system-box-title {
    font-size: 1.2rem;
  }
  .ch-system-common {
    font-size: 1.2rem;
  }
  .ch-system-common span {
    font-size: 1.2rem;
  }
  .ch-system-common2 {
    font-size: 1.4rem;
  }
  .ch-system-common3 {
    font-size: 1.2rem;
  }
}
.txt-recruit {
  font-size: 1.4rem;
  line-height: 1.6;
}

.heading-color {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd471), color-stop(25%, #be8813), color-stop(50%, #ffde91), color-stop(75%, #be8813), to(#ffde91));
  background-image: linear-gradient(to bottom, #ffd471 0%, #be8813 25%, #ffde91 50%, #be8813 75%, #ffde91 100%);
  line-height: 1.2;
  padding-top: 0.05em;
  background-size: 100% 0.78em;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-silver {
  background: linear-gradient(-45deg, #efefef 0%, #8b8b8b 25%, #efefef 50%, #8b8b8b 75%, #efefef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.t-center-pc {
  text-align: center;
}

@media (max-width: 767px) {
  .t-center-pc {
    text-align: left;
  }
}/*# sourceMappingURL=typo.css.map */