@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #EEEDE2;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.gloabal {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 共通パーツ */
.breadcrumbs {
  font-size: 14px;
  margin-top: 20px;
}

.home {
  color: #000 !important;
}

.archive {
  color: #000;
}

.section-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.section-width-md {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.pan__ul {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .pan__ul {
    margin-top: 0;
  }
}

/*
コンテンツ幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/*
  セクションタイトル用の共通クラス
  */
.section-ttl {
  font-size: 4rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  .section-ttl {
    font-size: 2.4rem;
  }
}

/* 疑似要素でタイトル下に下線を引く */
.section-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button-sp-wrap {
  display: none;
}
@media screen and (max-width: 1025px) {
  .button-sp-wrap {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 50px;
    color: #fff;
    background: #FFEA00;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 30;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.button-sp-link {
  text-align: center;
  width: 50%;
}
.button-sp-link:first-child {
  border-right: 1px solid black;
}
.button-sp-link > p {
  font-size: 1.3rem;
  color: #000;
  margin-top: -10px;
}
.button-sp-link-img > img {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: 20px;
}

.section-width-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto 100px;
  width: 90%;
}
@media screen and (max-width: 896px) {
  .section-width-under {
    margin: 0 auto 50px;
  }
}

.under-ttl {
  font-size: 8rem;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .under-ttl {
    font-size: 4rem;
    margin-bottom: 20px;
    margin-top: 130px;
  }
}
@media screen and (max-width: 896px) {
  .under-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.under-ttl > h2 > img {
  width: 80px;
}
@media screen and (max-width: 896px) {
  .under-ttl > h2 > img {
    width: 30px;
  }
}

.pan__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pan__ul > li {
  margin-right: 10px;
  font-size: 1.4rem;
}
.pan__ul > li > a {
  color: #000;
  font-size: 1.4rem;
}

.container {
  padding: 2%;
}
@media screen and (max-width: 896px) {
  .container {
    padding: 0;
  }
}

.header,
.footer {
  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;
  height: 200px;
  background: #eee;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 896px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learning-wrap {
  width: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 896px) {
  .learning-wrap {
    margin-top: 70px;
    width: 90%;
    margin: 40px auto 0;
  }
}

.side {
  width: 300px;
}
@media screen and (max-width: 896px) {
  .side {
    width: 90%;
    margin: 0 auto;
  }
}
.side-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  .side-ttl {
    display: none;
  }
}

.pager {
  text-align: center;
  margin-top: 20px;
}

.page-numbers {
  display: inline-block;
  width: 41px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  margin-right: 20px;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers:hover {
  background-color: #FFEA00;
  opacity: 1;
}

.toggle {
  display: none;
}

.Label {
  display: none;
}
@media screen and (max-width: 896px) {
  .Label {
    display: block;
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #000;
    background: #fff;
    font-size: 1.4rem;
    text-align: center;
    border: 2px solid black;
  }
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.Label,
.content-sec {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 896px) {
  .content-sec {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
  }
}

.toggle:checked + .Label + .content-sec {
  /*開閉時*/
  height: auto;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

.search-side {
  position: sticky;
  top: 250px;
  width: 100%;
}
@media screen and (max-width: 1367px) {
  .search-side {
    top: 100px;
  }
}
@media screen and (max-width: 896px) {
  .search-side {
    position: relative;
    top: 0;
  }
}
.search-side__inner {
  color: #fff;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 896px) {
  .search-side__inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
}

form {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 896px) {
  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
form > div {
  padding: 30px 20px 0 20px;
}
@media screen and (max-width: 1367px) {
  form > div {
    padding: 10px;
  }
}
@media screen and (max-width: 896px) {
  form > div {
    width: 100%;
  }
}
form > div > p {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.form-div {
  position: relative;
}
.form-div::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 7px solid #000;
  /* 好みで色を変えてください */
}

.form-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1367px) {
  .form-btn__wrap {
    margin-bottom: 10px;
  }
}

.button-l {
  background-color: #FFEA00;
  border: 2px solid #000;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 1.3rem;
  width: 55%;
  margin-right: 5%;
}

.button-r {
  background-color: #000;
  color: white;
  border: 2px solid #000;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 1.3rem;
  width: 45%;
}

select {
  background-color: #D9D9D9;
  color: #666666;
  font-size: 1.4rem;
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

input[type=text] {
  background-color: #D9D9D9;
  color: #666666;
  font-size: 1.4rem;
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

option {
  color: #666666;
  font-weight: bold;
  font-size: 1.4rem;
}

.learning-wrap__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 896px) {
  .learning-wrap__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.learning__blk {
  width: 50%;
  margin-right: 5%;
  padding: 30px 30px 30px 30px;
  color: #000;
}
@media screen and (max-width: 1367px) {
  .learning__blk {
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .learning__blk {
    padding: 10px;
    width: 100%;
    margin-bottom: 0px;
    min-height: 500px;
  }
}
@media screen and (max-width: 896px) {
  .learning__blk:nth-child(2) {
    padding-top: 30px !important;
    margin-top: 0;
  }
}
.learning__blk:nth-child(odd) {
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .learning__blk:nth-child(odd) {
    border-right: 0;
    padding-top: 30px;
  }
}
.learning__blk:nth-child(even) {
  border-bottom: 1px solid #B7B7B7;
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .learning__blk:nth-child(even) {
    border-right: 0;
    padding-top: 30px;
  }
}
.learning__blk:nth-of-type(9) {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  .learning__blk:nth-of-type(9) {
    border-bottom: 1px solid #B7B7B7;
  }
}
.learning__blk:nth-of-type(10) {
  border-bottom: none;
}
.learning__blk-img {
  width: 100%;
  height: 300px;
}
.learning__blk-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learning__blk > p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.learning__blk > h3 {
  font-size: 2rem;
  margin-top: 10px;
}
.learning__blk-txt {
  line-height: 1.8;
}
.learning__blk-detail-ttl {
  text-align: left;
}
.learning__blk-detail-ttl > h2 {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-color: #FFEA00;
}
@media screen and (max-width: 896px) {
  .learning__blk-detail-ttl > h2 {
    font-size: 2.4rem;
  }
}
.learning__blk-detail-txt > p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
}
.learning__blk-detail-img {
  width: 100%;
}
.learning__blk-detail-img > img {
  width: 100%;
}
.learning__blk-detail-card {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .learning__blk-detail-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.learning__blk-detail-card-l {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 896px) {
  .learning__blk-detail-card-l {
    width: 100%;
    margin-right: 0;
  }
}
.learning__blk-detail-card-r {
  width: 45%;
}
@media screen and (max-width: 896px) {
  .learning__blk-detail-card-r {
    width: 100%;
  }
}
.learning__blk-detail-card-r > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .learning__blk-detail-card-r > img {
    width: 100%;
    margin-top: 20px;
  }
}
.learning__blk-detail-card-ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.learning__blk-detail-card-txt {
  line-height: 1.8;
  font-size: 1.6rem;
}

.tag-wrap-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 896px) {
  .tag-wrap-under {
    margin: 20px 0 10px;
  }
}

.tag-bl {
  width: 30%;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-right: 2%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1367px) {
  .tag-bl {
    width: 32%;
  }
}
@media screen and (max-width: 896px) {
  .tag-bl {
    width: 40%;
  }
}
.tag-bl:last-child {
  margin-right: 0;
}
.tag-bl-under {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-right: 1%;
  margin-bottom: 10px;
}

.search__wrap.under {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 10;
}
@media screen and (max-width: 1367px) {
  .search__wrap.under {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .search__wrap.under {
    display: none;
  }
}
.search__wrap.under-detail {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .search__wrap.under-detail {
    display: none;
  }
}

.pagenation-ul {
  width: 90%;
  margin: 60px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 896px) {
  .pagenation-ul {
    margin: 40px auto -20px;
  }
}
.pagenation-li {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .pagenation-li {
    margin-right: 5px;
  }
}
.pagenation-li:last-child {
  margin-right: 0;
}
.pagenation-li > a > span {
  display: block;
  width: 41px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
}
.pagenation-li > a > span:hover {
  background-color: #FFEA00;
  opacity: 1;
}

.advance__blk {
  background-color: #fff;
  padding: 30px 70px;
  border: 2px solid #000;
}
@media screen and (max-width: 896px) {
  .advance__blk {
    padding: 20px;
  }
}
.advance__blk:last-child {
  border-top: none;
}
.advance__blk-wrap {
  width: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 896px) {
  .advance__blk-wrap {
    margin-top: 60px;
  }
}
.advance__blk-wrap-bottom {
  margin-top: 100px;
  width: 100%;
}
.advance__blk-ttl {
  margin-bottom: 20px;
}
.advance__blk-ttl > h4 {
  font-size: 2rem;
}
.advance__blk-ttl-bottom {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.advance__blk-txt > p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  border-left: 6px solid #FFEA00;
  padding-left: 8px;
}
.advance__outline-ttl > h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  .advance__outline-ttl > h3 {
    font-size: 2.2rem;
  }
}
.advance__outline-ttl-sec {
  text-align: center;
}
.advance__outline-ttl-sec > h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  .advance__outline-ttl-sec > h3 {
    font-size: 2.2rem;
  }
}
.advance__modelcourse {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .advance__modelcourse {
    width: 100%;
  }
}
.advance__modelcourse-bnr {
  width: 100%;
}
.advance__table {
  width: 100%;
  border: 2px solid #000;
}

dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
  word-break: break-all;
}
@media screen and (max-width: 896px) {
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
dl:last-child {
  border-bottom: none;
}

dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 27px;
  font-size: 1.6rem;
  margin-right: 0 !important;
  background-color: #FFEA00;
}
@media screen and (max-width: 896px) {
  dt {
    width: 100% !important;
    padding: 10px;
    font-size: 1.3rem;
  }
}

dd {
  width: 70%;
  padding: 27px;
  font-size: 1.6rem;
  background-color: #fff;
  margin-left: 0 !important;
}
@media screen and (max-width: 896px) {
  dd {
    width: 100% !important;
    padding: 10px;
    font-size: 1.3rem;
  }
}
dd > a {
  color: #0066CC;
}

/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-dots {
  bottom: -25px !important;
}

.section {
  max-width: 600px;
  margin: 40px auto 0;
}

.slick-slide {
  padding: 0px;
  border: none;
}

.slick-prev {
  left: -40px !important;
}

.slick-next {
  right: -30px !important;
}

.advance__bnr {
  width: 80%;
  margin: 30px auto;
  border: 2px solid black;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}
@media screen and (max-width: 1025px) {
  .advance__bnr {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.advance__bnr-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
}
.advance__bnr-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advance__bnr-topttl > p:first-child {
  font-size: 1.8rem;
}
.advance__bnr-topttl > p:last-child {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFEA00;
  border: 2px solid #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 1.8;
  margin: 10px auto 20px;
}
.advance__bnr-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advance__bnr-r-ttl {
  font-size: 2.2rem;
  text-align: left;
}
.advance__bnr-r-img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 896px) {
  .advance__bnr-r-img {
    width: 200px;
    height: 200px;
  }
}
.advance__bnr-r-img > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advance__bnr-r-more {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-top: 40px;
}
.advance__bnr-r-more > img {
  margin-left: 5px;
}