@charset "UTF-8";
.lr-line {
  display: flex;
  align-items: center;
}
.lr-line:before, .lr-line:after {
  content: "";
  flex-grow: 1;
  height: 5px;
  background: #444;
  display: block;
}
.lr-line:before {
  margin-right: .4em;
}
.lr-line:after {
  margin-left: .4em;
}

main {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hero-area {
  margin: 30px 0;
  overflow: hidden;
  color: #fff;
}
@media print, screen and (min-width: 741px) {
  .hero-area {
    background: url("../kagukaden/img/hero-bg.jpg") no-repeat left top;
    background-size: contain;
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .hero-area .hero-left {
    width: 405px;
    float: left;
    padding-top: 170px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-left {
    background: url("../kagukaden/img/hero-bg_sp.png") no-repeat center top;
    background-size: 100%;
    margin-top: -10vw;
    position: relative;
    padding-top: 11vw;
  }
}
.hero-area .hero-catch {
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch {
    margin-bottom: 0;
    margin-left: 16%;
  }
}
.hero-area .hero-hedding {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-hedding {
    font-size: 18px;
    display: block;
    position: relative;
    margin-bottom: -0.7em;
    top: -0.7em;
  }
}
.hero-area .hero-hedding:before, .hero-area .hero-hedding:after {
  height: 2px;
  background: #FFD24D;
}
.hero-area .hero-hedding:before {
  margin-right: 0.6em;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-hedding:before {
    margin-right: 0;
    height: 0;
  }
}
.hero-area .hero-hedding:after {
  margin-left: 0.6em;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-hedding:after {
    position: absolute;
    width: calc(100% - 3.5em);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.hero-area .hero-text-wrap {
  font-size: 30px;
  color: #FFD24D;
  font-weight: 500;
  margin: 0 30px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 741px) {
  .hero-area .hero-text-wrap {
    border-bottom: 2px solid #FFD24D;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-text-wrap {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0.7em -10px 0;
    padding: 0px 20px 10px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-title {
    line-height: 1.2;
    text-align: center;
  }
}
.hero-area .hero-title img {
  margin: 0 11px -6px;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-title img {
    width: 22px;
    margin: 0 11px -4px;
  }
}

.intro-area {
  background: url("../kagukaden/img/img-bg-1.jpg") no-repeat center top;
  background-size: auto;
}
@media print, screen and (min-width: 741px) {
  .intro-area {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 740px) {
  .intro-area {
    background: url("../kagukaden/img/img-bg-1_sp.jpg") no-repeat center bottom;
    background-size: 200px;
    padding-bottom: 140px;
  }
}
.intro-area .intro-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .intro-area .intro-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .intro-area .intro-title img {
    height: 28px;
  }
}
@media print, screen and (min-width: 741px) {
  .intro-area ul {
    margin-left: 190px;
  }
}
@media only screen and (max-width: 740px) {
  .intro-area ul {
    padding: 0 10px;
  }
}
.intro-area li {
  padding-left: 1em;
}
.intro-area li:before {
  content: "・";
  margin-left: -1em;
}

.merit-area {
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .merit-area {
    margin-bottom: 20px;
  }
}
.merit-area .merit-title {
  text-align: center;
  font-size: 43px;
  color: #024385;
  font-weight: 500;
  background: url("../kagukaden/img/text-bg-1.png") no-repeat center top;
  padding: 13px 0 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 740px) {
  .merit-area .merit-title {
    font-size: 16px;
    padding: 3px 0 12px;
    margin-bottom: 20px;
    background-size: 300px;
  }
}
.merit-area ul {
  padding: 20px 90px;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .merit-area ul {
    padding: 20px 10px;
  }
}
.merit-area li {
  width: 48%;
  margin-bottom: 4%;
  box-shadow: 0 0 16px #ccc;
  padding: 38px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 741px) {
  .merit-area li {
    margin-right: 4%;
    float: left;
  }
}
@media only screen and (max-width: 740px) {
  .merit-area li {
    width: 100%;
    padding: 20px 30px;
    box-shadow: 0 0 8px #ccc;
  }
}
.merit-area li:nth-child(even) {
  margin-right: 0;
}

.plan-area .plan-title {
  color: #01064C;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .plan-area .plan-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.plan-area .nav-wrap {
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .plan-area .nav-wrap {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap {
    margin-bottom: 20px;
  }
}
.plan-area .nav-wrap a {
  width: 420px;
  height: 317px;
  text-align: center;
  color: #fff;
  padding: 25px;
  margin-bottom: 80px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 741px) {
  .plan-area .nav-wrap a {
    float: left;
  }
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap a {
    width: auto;
    height: auto;
    display: block;
    margin: 0 10px 40px;
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .plan-area .nav-wrap a + a {
    margin-left: 35px;
  }
}
.plan-area .nav-wrap a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #01064C transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap a:after {
    bottom: -25px;
  }
}
.plan-area .nav-wrap a .text-1 {
  color: #FFFF00;
}
.plan-area .nav-wrap a .point {
  display: inline-block;
  background-color: #fff;
  padding: 3px 85px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap a .point {
    padding: 3px 0px;
    font-size: 18px;
    width: 90%;
    margin-bottom: 10px;
  }
}
.plan-area .nav-wrap a ul {
  font-size: 18px;
  text-align: left;
  padding: 0 40px;
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap a ul {
    font-size: 16px;
    padding: 0 10px;
  }
}
.plan-area .nav-wrap .monthly-link {
  background-color: #01064C;
}
.plan-area .nav-wrap .monthly-link .point {
  color: #01064C;
}
.plan-area .nav-wrap .monthly-link .point:before {
  content: "";
  position: absolute;
  width: 63px;
  height: 84px;
  background: url("../kagukaden/img/icon-1.png") no-repeat center;
  background-size: contain;
  left: -30px;
  bottom: -10px;
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap .monthly-link .point:before {
    width: 55px;
    height: 73px;
    left: -10px;
  }
}
.plan-area .nav-wrap .year-link {
  background-color: #676A94;
}
.plan-area .nav-wrap .year-link .point {
  color: #676A94;
}
.plan-area .nav-wrap .year-link .point:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 84px;
  background: url("../kagukaden/img/icon-2.png") no-repeat center;
  background-size: contain;
  right: -30px;
  bottom: -25px;
}
@media only screen and (max-width: 740px) {
  .plan-area .nav-wrap .year-link .point:after {
    width: 47px;
    height: 74px;
    right: -10px;
    bottom: -20px;
  }
}
.plan-area .nav-wrap .year-link:after {
  border-color: #676A94 transparent transparent transparent;
}

.plan-contents {
  padding: 90px;
}
@media only screen and (max-width: 740px) {
  .plan-contents {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 740px) {
  .plan-contents .list-text li {
    padding-left: 1em;
  }
}
.plan-contents .list-text li:before {
  content: "●";
}
@media only screen and (max-width: 740px) {
  .plan-contents .list-text li:before {
    margin-left: -1em;
  }
}
.plan-contents .plan-sub-title {
  font-size: 40px;
  color: #fff;
  background-color: #01064C;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 60px;
  padding: 10px 0;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .plan-contents .plan-sub-title {
    width: 658px;
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  .plan-contents .plan-sub-title {
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
}
.plan-contents .plan-sub-title:after {
  content: "";
  position: absolute;
  background: url("../kagukaden/img/icon-3.png") no-repeat center;
  background-size: contain;
  width: 81px;
  height: 182px;
  right: -20px;
  bottom: -30px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .plan-sub-title:after {
    width: 47px;
    height: 109px;
    right: 10px;
    bottom: -36px;
  }
}
.plan-contents .sub-title {
  width: 480px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 740px) {
  .plan-contents .sub-title {
    font-size: 16px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.plan-contents .sub-title:before {
  margin-right: 20px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .sub-title:before {
    margin-right: 10px;
  }
}
.plan-contents .sub-title:after {
  margin-left: 20px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .sub-title:after {
    margin-left: 10px;
  }
}
.plan-contents .sub-title:before, .plan-contents .sub-title:after {
  height: 1px;
}
.plan-contents .item-area {
  padding: 30px;
  overflow: hidden;
  width: 733px;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .item-area {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.plan-contents .item-area li {
  width: 145px;
  text-align: center;
  float: left;
  margin-right: 50px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .item-area li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media print, screen and (min-width: 741px) {
  .plan-contents .item-area li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .plan-contents .item-area li:nth-child(3n) {
    margin-right: 0;
  }
}
.plan-contents .item-area li .item-img {
  width: 100%;
  height: 145px;
  background-color: #fff;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  .plan-contents .item-area li .item-img {
    height: 29.1vw;
  }
}
.plan-contents .item-area li .item-img img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 740px) {
  .plan-contents .item-area li .item-img img {
    max-width: 18vw;
    max-height: 19vw;
  }
}
.plan-contents .btn-plan {
  width: 592px;
  margin: auto;
  background: url("../kagukaden/img/btn-bg.png") no-repeat center;
  background-size: contain;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  padding: 34px 0 40px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .plan-contents .btn-plan {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    padding: 12px 0 15px;
  }
}
.plan-contents .btn-plan:after {
  content: "";
  background: url("../kagukaden/img/icon-5.png") no-repeat center;
  display: block;
  position: absolute;
  width: 30px;
  height: 37px;
  right: 110px;
  top: 0;
  bottom: 10px;
  margin: auto;
}
@media only screen and (max-width: 740px) {
  .plan-contents .btn-plan:after {
    width: 16px;
    height: 19px;
    right: 36px;
    bottom: 4px;
    background-size: contain;
  }
}

#monthly {
  margin-bottom: 70px;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 740px) {
  #monthly {
    margin-bottom: 20px;
  }
}

#year .year-title {
  background-color: #676A94;
}
#year .year-title:after {
  background-image: url("../kagukaden/img/icon-4.png");
  width: 187px;
  height: 213px;
  right: -90px;
  bottom: -30px;
}
@media only screen and (max-width: 740px) {
  #year .year-title:after {
    background-size: contain;
    width: 70px;
    right: 2px;
    height: 80px;
    bottom: -14px;
  }
}
#year .item-img {
  background-color: #F0F0F4;
}
#year .btn-plan:after {
  background: url("../kagukaden/img/icon-6.png") no-repeat center;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 740px) {
  #year .btn-plan:after {
    width: 20px;
    background-size: contain;
  }
}

/*動画バナー掲載 - 20231110*/
.new-build-area {
  overflow: hidden;
  height: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.new-build-area .movie-area {
  max-width: 900px;
  height: 100%;
  max-height: 374px;
  margin: auto;
  position: relative;
  border: 5px solid #FF0;
  overflow: hidden;
}
.new-build-area .movie-area .movie-bg {
  position: absolute;
  background-image: url(../.././collegecourt/img/video_stripe.34f61ad….png);
  background-color: rgba(12, 8, 30, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.new-build-area .movie-area .hero-logo {
  width: 127px;
}
.new-build-area .movie-area .hero-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
  text-align: center;
}
.new-build-area .movie-area .hero-catch .text-1 {
  margin-bottom: 10px;
  color: #FF0;
  background-color: #DB4182;
  text-align: center;
}
.new-build-area .movie-area .hero-catch .text-2 {
  margin-bottom: 10px;
}
.new-build-area .movie-area .hero-catch .text-3 {
  margin-bottom: 15px;
}
.new-build-area .movie-area .movie-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-build-area .movie-area .movie-main {
  height: 100%;
  pointer-events: none;
}
  .new-build-head p {
    font-size: 28px;
    font-weight: bolder;
    letter-spacing: 3px;
    margin-bottom: 0.85em;
  }
@media only screen and (max-width: 740px) {
  .new-build-area {
    height: 61vw;
    margin-bottom: 40px;
  }
  .new-build-area .movie-area {
    max-height: 48.65vw;
  }
  .new-build-area .movie-area .hero-logo {
    transform: scale(0.5);
    transform-origin: top left;
  }
  .new-build-area .movie-area .hero-catch {
    width: 60%;
    margin-top: 0;
  }
  .new-build-area .movie-area .hero-catch .text-1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .new-build-area .movie-area .hero-catch .text-2 {
    margin-bottom: 5px;
    font-size: max(10px, 3.5vw);
  }
  .new-build-area .movie-area .hero-catch .text-3 {
    margin-bottom: 10px;
  }
  .new-build-head p {
    font-size: 22px;
    margin-bottom: 0.3em;
  }
}


/*# sourceMappingURL=page_kagukaden.css.map */
