@charset "UTF-8";
/*
course_detail
- HEADER
- ANCHOR
- READ
- POINT
- RECOMMEND
- COURSE LIST
- RELASHINSHIP
*/
#whats, #course_list, #case, #feature, #step,
#course_practice, #course_knowledge { /* アンカーでスクロールされる要素に適用 */
  scroll-margin-top: 200px; /* 固定ヘッダーの高さに合わせて調整 */
}

.p-course_detail {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-course_detail {
    padding-top: 0px;
  }
}
.p-course_detail .__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-course_detail .__sp {
    display: inherit;
  }
}
.p-course_detail .__pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .p-course_detail .__pc {
    display: none;
  }
}
.p-course_detail a {
  text-decoration: none;
  color: #000;
}
.p-course_detail p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-course_detail p {
    font-size: 13px;
  }
}
.p-course_detail h2.p-course_detail_h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-course_detail h2.p-course_detail_h2 {
    font-size: 20px;
    justify-content: center;
    text-align: left;
    flex-flow: column;
    gap: 0.5em;
  }
}
.p-course_detail h2.p-course_detail_h2 span {
  font-size: 14px;
  font-weight: normal;
}
.p-course_detail .p-course_detail-width {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 230px; /* 固定ヘッダーの高さに合わせて調整 */
  margin-top: -230px;
}
@media screen and (max-width: 767px) {
  .p-course_detail .p-course_detail-width {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.p-course_detail .p-course_detail-line {
  height: 1px;
  background-color: #eee;
  border: none;
  outline: none;
}
.p-course_detail section {
  padding: 6em 3em;
}
@media screen and (max-width: 767px) {
  .p-course_detail section {
    padding: 3em 0em;
  }
}

.p-course_detail-header {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.p-course_detail-header .p-course_detail-header_img {
  width: 100%;
  height: 356px;
  object-fit: cover;
  vertical-align: bottom;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-course_detail-header .p-course_detail-header_img {
    height: 256px;
  }
}
.p-course_detail-header .p-course_detail-header_title {
  text-align: center;
  width: 100%;
  height: 356px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1em;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-course_detail-header .p-course_detail-header_title {
    align-items: first baseline;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-course_detail-header .p-course_detail-header_title {
    height: 256px;
  }
}
.p-course_detail-header .p-course_detail-header_title_p {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-course_detail-header .p-course_detail-header_title_p {
    text-align: left;
  }
}
.p-course_detail-header .p-course_detail-header_title_p span {
  color: #ECDB27;
}
.p-course_detail-header .p-course_detail-header_title_h1 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-course_detail-header .p-course_detail-header_title_h1 {
    font-size: 32px;
    text-align: left;
  }
}

.p-course_detail-anchorNav {
  max-width: 1000px;
  margin: 0 auto;
  position: sticky;
  top: 0px;
  margin-top: -32px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s 0s ease;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav {
    flex-flow: column;
    margin-top: 0;
  }
}
.p-course_detail-anchorNav a {
  height: 70px;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav a {
    height: auto;
  }
}
.p-course_detail-anchorNav.hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  top: 134px;
  border-bottom: 1px solid #ddd;
}
.p-course_detail-anchorNav.hover a {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav.hover {
    top: 70px;
  }
}
.p-course_detail-anchorNav .-action {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav .-action {
    gap: 0;
  }
}
.p-course_detail-anchorNav .-action a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0 1.5em;
  gap: 0.5em;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav .-action a {
    flex: 1;
    text-align: center;
    padding: 1em 1em;
    gap: 0;
  }
}
.p-course_detail-anchorNav .-action a.-request {
  background-color: #2462A8;
}
.p-course_detail-anchorNav .-action a.-request:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.p-course_detail-anchorNav .-action a.-quote {
  background-color: #000;
}
.p-course_detail-anchorNav .-action a.-quote:hover {
  cursor: pointer;
  color: #2462A8;
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul li {
  border-right: 1px solid #DDDDDD;
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul li:last-child {
  border-right: none;
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul li a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0 1.5em;
  gap: 0.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav .p-course_detail-anchorNav_ul li a {
    font-size: 12px;
    padding: 1.7em 1em;
    align-items: center;
    justify-content: center;
  }
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul li a:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.p-course_detail-anchorNav .p-course_detail-anchorNav_ul li a span {
  background-color: #2462A8;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-course_detail-anchorNav .p-course_detail-anchorNav_ul li a span {
    font-size: 10px;
    width: 18px;
    height: 18px;
  }
}

.p-course_detail-read h2 {
  text-align: center;
  justify-content: center;
}
.p-course_detail-read p {
  max-width: 670px;
  margin: 0 auto 2em;
}
.p-course_detail-read strong {
  font-size: 22px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #2462A8;
}
@media screen and (max-width: 767px) {
  .p-course_detail-read strong {
    font-size: 16px;
    text-align: left;
  }
}

.p-course_detail-point .p-course_detail-point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-point .p-course_detail-point_list {
    flex-flow: column;
  }
}
.p-course_detail-point .p-course_detail-point_item {
  width: calc(50% - 1em);
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-course_detail-point .p-course_detail-point_item {
    width: 100%;
  }
}
.p-course_detail-point .p-course_detail-point_item_text {
  padding: 1.5em;
}
.p-course_detail-point .p-course_detail-point_item_text .p-course_detail-point_item_title {
  padding-bottom: 1em;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-point .p-course_detail-point_item_text .p-course_detail-point_item_title {
    font-size: 16px;
  }
}
.p-course_detail-point .p-course_detail-point_item_text .p-course_detail-point_item_detail {
  font-size: 13px;
  line-height: 1.8;
}

.p-course_detail-recommend {
  background-color: #F7F7F7;
}
.p-course_detail-recommend .p-course_detail-recommend_list {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-recommend .p-course_detail-recommend_list {
    flex-flow: column;
  }
}
.p-course_detail-recommend .p-course_detail-recommend_item {
  flex: 1;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 1.5em 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-recommend .p-course_detail-recommend_item {
    flex-wrap: wrap;
    flex-flow: row wrap;
  }
}
.p-course_detail-recommend .p-course_detail-recommend_icon {
  border-radius: 50%;
  background-color: #333;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-course_detail-recommend .p-course_detail-recommend_icon {
    width: 50px;
    height: 50px;
  }
  .p-course_detail-recommend .p-course_detail-recommend_icon svg {
    width: 24px;
    height: 24px;
  }
}
.p-course_detail-recommend .p-course_detail-recommend_title {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-course_detail-recommend .p-course_detail-recommend_title {
    width: 70%;
    text-align: left;
  }
}
.p-course_detail-recommend .p-course_detail-recommend_detail {
  font-size: 13px;
  line-height: 1.8;
  padding: 0 1.5em 0;
}
@media screen and (max-width: 767px) {
  .p-course_detail-recommend .p-course_detail-recommend_detail {
    width: 100%;
  }
}

.p-course_detail .p-course_detail-list {
  padding: 6em 2em 0;
}
@media screen and (max-width: 767px) {
  .p-course_detail .p-course_detail-list {
    padding: 3em 0em 0;
  }
}

.p-course_detail-list {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-course_detail-list .p-course_detail-list_action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_action {
    padding: 1em 0;
  }
}
.p-course_detail-list .p-course_detail-list_action a {
  background-color: #000;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 0.75em 1em;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_action a {
    font-size: 16px;
    text-align: center;
  }
}
.p-course_detail-list .p-course_detail-list_action a:hover {
  background-color: #2462A8;
}
.p-course_detail-list .p-course_detail-list_anchor {
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
  position: sticky;
  top: 50px;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_anchor {
    position: relative;
    top: 0;
  }
}
.p-course_detail-list .p-course_detail-list_anchor.hover {
  max-width: none;
  width: 100%;
}
.p-course_detail-list .p-course_detail-list_anchor a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 1em;
  font-size: 24px;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_anchor a {
    font-size: 16px;
  }
}
.p-course_detail-list .p-course_detail-list_anchor a svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_anchor a svg {
    width: 24px;
    height: 24px;
  }
}
.p-course_detail-list .p-course_detail-list_anchor a:first-child {
  border-right: 1px solid #ddd;
}
.p-course_detail-list .p-course_detail-list_anchor a:after {
  width: 1em;
  height: 1em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.7em;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_anchor a:after {
    display: none;
  }
}
.p-course_detail-list .p-course_detail-list_box {
  display: flex;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_box {
    flex-flow: column;
    padding: 3em 0em;
    gap: 1em;
  }
}
.p-course_detail-list .p-course_detail-list_box .p-course_detail-list_category {
  width: 5em;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_box .p-course_detail-list_category {
    width: 100%;
    text-align: center;
  }
}
.p-course_detail-list .p-course_detail-list_box .p-course_detail-list_knowledge,
.p-course_detail-list .p-course_detail-list_box .p-course_detail-list_practice {
  width: calc(100% - 5em);
  display: flex;
  flex-flow: column;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_box .p-course_detail-list_knowledge,
  .p-course_detail-list .p-course_detail-list_box .p-course_detail-list_practice {
    width: 100%;
  }
}
.p-course_detail-list .p-course_detail-list_box .p-course_detail-list_all {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_box .p-course_detail-list_all {
    width: 100%;
  }
}
.p-course_detail-list .p-course_detail-list_item {
  border: 1px solid #ddd;
  padding: 2em;
  display: flex;
  flex-flow: column;
  gap: 1em;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item {
    padding: 0;
  }
}
.p-course_detail-list .p-course_detail-list_item:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 100%;
  content: "";
  background-color: #000;
  transition: all 0.5s 0s ease;
}
.p-course_detail-list .p-course_detail-list_item:hover {
  background-color: #f7f7f7;
  position: relative;
  color: #fff;
}
.p-course_detail-list .p-course_detail-list_item:hover:before {
  width: 100%;
}
.p-course_detail-list .p-course_detail-list_item:hover:after {
  width: 1em;
  height: 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 1.25em;
  top: 50%;
  margin-top: -0.7em;
  transform: rotate(-45deg);
  content: "";
  display: none;
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_head {
    flex-flow: column;
    align-items: baseline;
    padding: 1.5em;
    padding-bottom: 0;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_title {
    font-size: 20px;
    text-align: left;
    padding-bottom: 1em;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_category {
  background-color: #000;
  color: #fff;
  border-radius: 80px;
  padding: 0.25em 1em;
  position: relative;
  font-size: 10px;
  z-index: 10;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_category {
    font-size: 11px;
    padding: 0.4em 1em;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info {
    flex-flow: column;
    font-size: 13px;
    margin: 0 1.5em;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dt {
  width: 30%;
  border-top: 1px solid #ddd;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dt:first-child {
  border-top: none;
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dd {
  width: 70%;
  border-top: 1px solid #ddd;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dd {
    width: 100%;
    border-top: none;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_info dd:nth-child(2) {
  border-top: none;
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_detail {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_detail {
    padding: 0 0em 0em;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_detail p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_detail p {
    font-size: 11px;
    padding: 2.2em;
    padding-top: 0;
    padding-bottom: 2em;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_action {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_action {
    padding-top: 0em;
    background-color: #000;
    justify-content: center;
    width: 100%;
  }
}
.p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_action span {
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .p-course_detail-list .p-course_detail-list_item .p-course_detail-list_item_action span {
    padding: 1em;
    font-size: 14px;
  }
}

._com_section.p-relationship .p-relationship_title {
  letter-spacing: 2px;
  margin-bottom: 2em;
  font-size: 24px;
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_title {
    flex-flow: column;
    align-items: center;
    font-size: 24px;
    gap: 0.5em;
  }
}
._com_section.p-relationship .p-relationship_title_clr {
  color: #2462A8;
  font-size: 24px;
  font-weight: bold;
}
._com_section.p-relationship .p-relationship_read {
  text-align: center;
  margin-bottom: 4em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_read {
    line-height: 1.8;
  }
}
._com_section.p-relationship .p-relationship_read a {
  text-decoration: underline;
  color: #2462A8;
}
._com_section.p-relationship .p-relationship_list {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  padding: 0 2em;
}
._com_section.p-relationship .p-relationship_item {
  flex: 1;
  max-width: 320px;
  background-color: #f7f7f7;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
._com_section.p-relationship .p-relationship_item_box_text {
  padding: 1.5em;
  display: flex;
  flex-flow: column;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_item_title {
    font-size: 18px;
  }
}
._com_section.p-relationship .p-relationship_item_read {
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_item_read {
    font-size: 12px;
    line-height: 1.8;
  }
}
._com_section.p-relationship .p-relationship_item_detail_list {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
._com_section.p-relationship .p-relationship_item_detail_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._com_section.p-relationship .p-relationship_item_detail_item_span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}
._com_section.p-relationship .p-relationship_item_detail_item_strong {
  text-align: right;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_item_detail_item_strong {
    font-size: 13px;
  }
}
._com_section.p-relationship .p-relationship_item_action {
  background-color: #000;
  text-align: center;
  color: #fff;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
._com_section.p-relationship .p-relationship_item:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  ._com_section.p-relationship .p-relationship_read {
    text-align: left;
  }
  ._com_section.p-relationship .p-relationship_list {
    flex-flow: column;
    padding: 0 0em;
  }
  ._com_section.p-relationship .p-relationship_item {
    width: 100%;
    max-width: none;
  }
  ._com_section.p-relationship .p-relationship .__pc {
    display: none;
  }
}

.p-course_detail-list_more {
  text-align: center;
  padding: 0em 1.5em 1.5em;
  margin-bottom: 3em;
}
.p-course_detail-list_more a {
  text-decoration: underline;
}/*# sourceMappingURL=course.css.map */