@charset "UTF-8";
/***********************共通設定************************/
.single_tit {
  border-top: 2px solid #152D5E;
  border-bottom: 2px solid #152D5E;
  padding: 30px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .single_tit {
    margin: 30px 0 0px;
    padding: 20px 0 0;
  }
}

h1 {
  font-family: "futura-pt";
  letter-spacing: -0.008em;
  font-weight: bold;
  font-size: 42px;
  color: #000;
  margin: 10px 0 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  h1 {
    font-size: 31px;
  }
}

.open_status li {
  color: #fff;
  font-size: 10px;
  width: 80px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.open_status li.募集中 {
  background: #88242C;
}
.open_status li.開催中 {
  background: #242488;
}
.open_status li.終了 {
  background: #A8A8A8;
}

/*----------------------------------------------------
アンカーメニュー
----------------------------------------------------*/
.course_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid;
  margin: 0 0 30px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .course_menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.course_menu li {
  font-size: 12px;
  font-weight: bold;
  padding: 40px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .course_menu li {
    padding: 15px 0;
  }
  .course_menu li.details {
    width: 35%;
  }
  .course_menu li.curriculum {
    width: 65%;
  }
  .course_menu li.entry {
    width: 35%;
  }
  .course_menu li.contact {
    width: 65%;
  }
}
.course_menu li span {
  font-family: "futura-pt";
  letter-spacing: -0.008em;
  display: block;
  font-size: 24px;
  color: #122D60;
}
.course_menu li a {
  color: #000;
  position: relative;
  display: block;
}
.course_menu li a::after {
  content: "";
  position: absolute;
  background-image: url(../images/course/arr_anchor.png);
  width: 18px;
  height: 13px;
  background-size: cover;
  top: -20px;
  left: 50%;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.course_menu li a:hover::after {
  top: -10px;
  opacity: 1;
}

/*----------------------------------------------------
コースの常時表示領域
----------------------------------------------------*/
.course_main {
  text-align: left;
}
.course_main p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2.14;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .course_main p {
    font-size: 15px;
    line-height: 2;
  }
}
.course_main p a {
  color: #000;
  position: relative;
}
.course_main p a::before, .course_main p a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}
.course_main p a::before {
  width: 100%;
}
.course_main p a::after {
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.course_main p a:hover::after {
  width: 100%;
}
.course_main p a:hover::before {
  width: 0;
}
.course_main h2 {
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 40px;
  padding: 20px 0 0;
}
.course_main h2 span {
  display: block;
  color: #122D60;
}
.course_main h2 span.en {
  font-family: "futura-pt";
  letter-spacing: -0.008em;
  font-size: 35px;
  font-weight: bold;
}
.course_main h2 span.jp {
  margin: 0 0 0 10px;
}
.course_main h3 {
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 40px 0 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .course_main h3 {
    padding-bottom: 12px;
  }
}

/*----------------------------------------------------
グループ交互に背景色変更
----------------------------------------------------*/
.group {
  margin: 40px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 40px 0;
  /* DETAILとCONTACTのみ */
}
.group.bg {
  background: #F8FAFC;
}

.wp-block-columns {
  margin: 0;
}

/*----------------------------------------------------
CURRICULUM/DATE カリキュラム / 日程
----------------------------------------------------*/
h2#anc_curriculum {
  margin: 0 0 40px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  h2#anc_curriculum {
    display: block;
  }
  h2#anc_curriculum span.jp {
    margin: 0 0 10px 0;
  }
}

.wp-block-table {
  margin: 30px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .wp-block-table {
    font-size: 10px;
  }
}
.wp-block-table td {
  border: 1px solid #D9D9D9;
  border-left: none;
  border-right: none;
  padding: 10px 20px;
  vertical-align: top;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .wp-block-table td {
    padding: 10px;
  }
}
@media all and (min-width: 751px) {
  .wp-block-table td {
    line-height: 1.714;
  }
}
.wp-block-table td:first-child {
  white-space: nowrap;
}
.wp-block-table tr:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.wp-block-table tr:nth-child(odd) td {
  background: #F0F3F8;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .wp-block-table tr:nth-child(odd) td {
    padding: 10px 0px 10px 10px;
  }
}

/*----------------------------------------------------
LECTURERS 講師
----------------------------------------------------*/
.wp-block-columns {
  z-index: 1;
}
.wp-block-columns .wp-block-column {
  padding: 0 0 20px;
}
.wp-block-columns .wp-block-image {
  margin: 0;
}
.wp-block-columns p {
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
}
.wp-block-columns p strong {
  font-size: 17px;
  padding: 10px 0 5px;
  display: block;
}

.lectures_large {
  gap: 1em;
  /* 750以下  */
}
.lectures_large .is-layout-flow.wp-block-column {
  background: #fff;
}
@media all and (max-width: 750px) {
  .lectures_large {
    gap: 1em;
  }
}
.lectures_large:not(.is-not-stacked-on-mobile) > .wp-block-column {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .lectures_large:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    width: 45.7%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

.lectures_small {
  gap: 1em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .lectures_small {
    gap: 1em;
  }
}
.lectures_small > .is-layout-flow.wp-block-column .wp-block-column {
  background-color: #fff;
}
.lectures_small:not(.is-not-stacked-on-mobile) > .wp-block-column {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .lectures_small:not(.is-not-stacked-on-mobile) > .wp-block-column .wp-block-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    width: 45.7%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

/*----------------------------------------------------
ENTRY お申し込み
----------------------------------------------------*/
.change_page {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ABC7EB;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.change_page.view {
  opacity: 1;
}

.entry_btn li {
  border: 1px solid #122D60;
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .entry_btn li {
    width: 386px;
  }
}
.entry_btn li::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_bk.png);
  width: 13px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry_btn li:hover {
  background: #122D60;
  color: #fff;
}
.entry_btn li:hover::after {
  right: 30px;
  background-image: url(../images/arr_w.png);
}

.course_1 {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.course_1.view {
  display: block;
  opacity: 1;
}

.course_2 {
  background: #F8FAFC;
  display: none;
  opacity: 0;
  padding: 0 0 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.course_2.view {
  display: block;
  opacity: 1;
}
.course_2 .wrapper {
  background: #fff;
}
.course_2 .course_bread {
  margin: 30px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .course_2 .course_bread {
    margin: 30px 0 15px;
  }
}
.course_2 .course_inner {
  max-width: 716px;
  margin: 0 auto;
  padding: 40px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .course_2 .course_inner {
    padding: 20px 20px;
  }
}
.course_2 .single_tit {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .course_2 .single_tit {
    margin: 0px 0 20px;
  }
}
.course_2 .application_list li {
  display: none;
}
.course_2 .application_list li.view {
  display: block;
}

.back_c1 {
  cursor: pointer;
  position: relative;
  margin: 0 30px 0 0;
}
.back_c1::after {
  content: ">";
  right: -20px;
  position: absolute;
}
.back_c1::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back_c1:hover::before {
  width: 100%;
}

.entry_tit {
  color: #152D5E;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .entry_tit {
    font-size: 18px;
  }
}

.entry_info {
  margin-bottom: 60px;
  text-align: left;
}
.entry_info p {
  margin: 10px 0;
}

.entry_link a {
  border: solid 1px #000;
  color: #000;
  margin: 20px auto 0;
  padding: 20px 45px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: left;
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .entry_link a {
    width: 386px;
  }
}
.entry_link a:not(:first-of-type) {
  margin: 20px auto 0;
}
.entry_link a::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_bk.png);
  width: 13px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry_link a:hover {
  background: #122D60;
  color: #fff;
}
.entry_link a:hover::after {
  right: 30px;
  background-image: url(../images/arr_w.png);
}

/*----------------------------------------------------
CONTACT 問い合わせ
----------------------------------------------------*/
#contact {
  margin: 60px auto 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #contact {
    width: 386px;
  }
}
#contact p {
  font-size: 10px;
}

.contact_btn a {
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_btn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_bk.png);
  width: 13px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_btn a:hover {
  background: #122D60;
  color: #fff;
}
.contact_btn a:hover::after {
  right: 30px;
  background-image: url(../images/arr_w.png);
}

/*----------------------------------------------------
アコーディオン
----------------------------------------------------*/
.accordion {
  margin-top: 40px;
  /* よくあるご質問 */
}
.accordion.contact p.question {
  margin: 20px 0 0;
}
.accordion.contact p.question:first-of-type {
  margin: 10px 0 0;
}
.accordion .accordion_ttl {
  margin: 10px 0 0;
  padding-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #000;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .accordion .accordion_ttl {
    margin: 0 0 0;
    padding-bottom: 12px;
  }
}
.accordion .accordion_ttl.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion .accordion_ttl::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_bk.png);
  width: 13px;
  height: 18px;
  top: 35%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -9px;
  right: 20px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .details {
  margin-bottom: 20px;
}
/*# sourceMappingURL=course_single.css.map */