@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

/****************************
会社案内
****************************/
.ttl_main_company {
  background: url("/images/company/company_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_company h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_company h2 span {
  display: block;
}
.ttl_main_company h2 .txt_deco_size {
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 1.14rem;
}
.page_company .breadcrumbs {
  margin-top: 23px;
  margin-bottom: 98px;
}
.box_content01_company {
  padding-bottom: 54px;
}
.box_company_link {
  margin-top: 30px;
}
.box_company_link ul {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.box_company_link ul li {
  float: left;
  margin-right: 7px;
}
.box_content02_company {
  padding-bottom: 114px;
}
.box_content02_company_title {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.875rem;
  text-align: center;
}
.box_content02_company_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  border-top: solid 5px #bababa;
  z-index: 1;
}
.box_content02_company_title span {
  position: relative;
  padding: 0 46px;
  background: #fff;
  z-index: 5;
}
.box_content02_company_wrapper {
  display: flex;
  justify-content: space-between;
}
.box_content02_company_left {
  width: 50.234%;
}
.company_img_box {
  padding-top: 83.826%;
  position: relative;
  overflow: hidden;
}
.company_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_content02_company_right {
  position: relative;
  width: 44.3%;
}
.box_content02_company_lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 44px;
  letter-spacing: 0.07em;
  line-height: 1.25;
}
.box_content02_company_txt {
  margin-bottom: 27px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.733;
}
.box_content02_company_companyname {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
.box_content02_company_name {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: right;
}
.box_content03_company {
  padding-bottom: 66px;
}
.bnr_content03_company {
  position: relative;
  height: 138px;
  margin-bottom: 62px;
  overflow: hidden;
}
.bnr_content03_company img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_content03_company_wrapper {
  display: flex;
  justify-content: space-between;
}
.box_content03_company_left {
  width: 49.45%;
}
.list_company_info {
  width: 100%;
}
.list_company_info th,
.list_company_info td {
  padding: 14px 0;
  border-bottom: 1px solid #c8c9c3;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}
.list_company_info th {
  position: relative;
  width: 90px;
  padding-left: 30px;
  font-size: 0.875rem;
  font-weight: bold;
}
.list_company_info th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.list_company_info th::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list_company_info td {
  padding-left: 26px;
}
.list_company_info td a {
  color: #9c0e26;
  text-decoration: underline;
}
.list_company_info td a:hover {
  text-decoration: none;
}
.box_content03_company_right {
  width: 45.156%;
  padding-top: 22px;
}
.company_map_box {
  position: relative;
  padding-top: 76.99%;
  overflow: hidden;
}
.company_map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.bnr_company_gallery {
  position: relative;
  height: 453px;
  overflow: hidden;
}
.bnr_company_gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_content05_company {
  width: 90%;
  margin: 0 auto;
  padding-top: 86px;
}
.box_content05_company_title {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.75rem;
  text-align: center;
}
.box_content05_company_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  border-top: solid 5px #bababa;
  z-index: 1;
}
.box_content05_company_title span {
  position: relative;
  padding: 0 34px;
  background: #fff;
  z-index: 5;
}
.list_company_history {
  width: 900px;
  max-width: 100%;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
.list_company_history th,
.list_company_history td {
  padding: 14px 0;
  border-bottom: 1px solid #c8c9c3;
  text-align: left;
  vertical-align: middle;
}
.list_company_history th {
  position: relative;
  width: 78px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
.list_company_history th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.list_company_history th::before {
  left: 8px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list_company_history td {
  padding-left: 35px;
}
.list_company_history td a {
  color: #9c0e26;
  text-decoration: underline;
}
.list_company_history td a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .box_company_link ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .box_company_link ul li {
    width: 30%;
  }
  .box_company_link ul li img {
    width: 100%;
  }
  .box_content02_company {
    width: 90%;
    margin: 0 auto;
  }
  .box_content02_company_title {
    font-size: 1.6875rem;
  }
  .box_content02_company_wrapper {
    display: block;
  }
  .box_content02_company_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .box_content02_company_right {
    width: 100%;
  }
  .box_content02_company_lead {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
  .box_content02_company_txt {
    margin-bottom: 20px;
  }
  .bnr_content03_company img {
    height: 138px;
  }
  .box_content03_company_wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .box_content03_company_left {
    width: 100%;
  }
  .list_company_info {
    margin-bottom: 40px;
    width: 100%;
  }
  .list_company_info th {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    border-bottom: none;
    font-size: 0.9rem;
  }
  .list_company_info td {
    display: block;
    width: 100%;
    padding: 0px 0 15px 0;
  }
  .box_content03_company_right {
    display: block;
    width: 100%;
  }
  .box_content05_company_title {
    margin-bottom: 30px;
    font-size: 1.6875rem;
  }
  .list_company_history {
    margin-top: 30px;
    width: 100%;
  }
  .list_company_history th {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    border-bottom: none;
    font-size: 0.9rem;
  }
  .list_company_history td {
    display: block;
    width: 100%;
    padding: 0px 0 15px 0;
  }
}

/****************************
チャレンジコース （詳細）
****************************/
.ttl_main_course {
  background: url("/images/course/course_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pageCourse.modeTest .ttl_main_course {
  background: url("/images/course/course_bg_ttl-2026.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ttl_main_course h2 {
  padding: 80px 0;
  font-size: 3.1rem;
}
.ttl_main_course h2 span {
  display: block;
}
.ttl_main_course h2 .txt_deco_size {
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 1.14rem;
}
.page_course_single .breadcrumbs {
  margin-top: 23px;
}
.box_content01_singleCourse {
  padding-bottom: 72px;
  overflow: hidden;
}
.box_singleCourse_info {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.box_singleCourse_info_left {
  flex: 0 0 70px;
  margin-right: 20px;
}
.box_singleCourse_info_left p {
  font-family: "Oswald", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.box_singleCourse_info_right {
  flex: 0 1 91.72%;
}
.box_singleCourse_info_title_wrap {
  display: flex;
}
.page_course_single .course_level {
  display: inline-block;
  width: 84px;
  padding: 16px 0;
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.box_singleCourse_post_title {
  flex-grow: 1;
  padding-top: 6px;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  position: relative;
}
.box_singleCourse_post_title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 4px;
  background-color: #000;
}
.box_singleCourse_info_dl {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 20px;
  overflow: hidden;
}
.box_singleCourse_info_dl dl {
  display: flex;
  margin-bottom: 10px;
}
.box_singleCourse_info_dl dl:not(:last-of-type) {
  margin-right: 26px;
}
.box_singleCourse_info_dl dl dt {
  width: 84px;
  padding: 4px 0;
  border: 1px solid #b8b8b8;
  font-weight: bold;
  text-align: center;
}
.box_singleCourse_info_dl dl dd {
  margin-left: 16px;
  padding: 4px 0;
}
.singleCourse_keyword_list {
}
.singleCourse_keyword_item {
  display: inline-block;
  color: #0071be;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  position: relative;
}
.singleCourse_keyword_item:not(:last-child) {
  margin-right: 10px;
}
.singleCourse_keyword_item:not(:last-child)::after {
  content: ",";
  position: absolute;
  top: 2px;
  right: -4px;
}
.box_singleCourse_image {
  display: flex;
  justify-content: space-between;
}
.box_singleCourse_image_left {
  width: 48.67%;
}
.singleCourse_slider_img_box {
  position: relative;
  padding-top: 78.01%;
  overflow: hidden;
}
.singleCourse_slider_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* pagenation */
.box_singleCourse_image .bx-pager {
  margin-top: 10px;
}
.box_singleCourse_image .bx-pager ul li {
  width: auto;
}
.box_singleCourse_image .bx-pager .pagenation_bar {
  width: 8px;
  height: 8px;
  background: #000;
}
.box_singleCourse_image .bx-pager ul li a.active .pagenation_bar {
  width: 30px;
  background: red;
}

.box_singleCourse_image_right {
  width: 48.67%;
}
.singleCourse_map_box {
  /*padding-top: 78.01%;*/
  position: relative;
  overflow: hidden;
}
.singleCourse_map_box img {
  width: 100%;
}
.box_singleCourse_image_right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.box_singleCourse_features {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
}
.box_singleCourse_features_left {
  flex: 0 0 190px;
}
.box_singleCourse_features_right {
  flex: 0 1 82.8%;
}
.box_singleCourse_features_lead {
  padding-top: 20px;
  padding-bottom: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.box_singleCourse_features_txt {
  line-height: 26px;
  font-size: 0.9375rem;
  color: #373737;
  letter-spacing: 0.06em;
}
.box_singleCourse_spotInfo {
}
.box_singleCourse_spotInfo_title {
  position: relative;
  text-align: center;
}
.box_singleCourse_spotInfo_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  border-top: solid 5px #bababa;
  z-index: -1;
}
.box_singleCourse_spotInfo_title img {
  padding: 0 15px;
  background: #fff;
  z-index: 1;
}
.spotInfo_wrap {
}
.spotInfo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 50px;
  padding-bottom: 80px;
}
.spotInfo_item {
  width: 23.3%;
  margin-bottom: 30px;
}
.spotInfo_item:not(:nth-child(4n)) {
  margin-right: 2.26%;
}
.spotInfo_item_img_box {
  padding-top: 69.799%;
  position: relative;
  overflow: hidden;
}
.spotInfo_item_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .spotInfo_item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.spotInfo_item_ttl {
  margin-top: 22px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
.spotInfo_item_txt {
  margin-top: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.spotInfo_item_address {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.box_content01_singleCourse_footer {
  margin-bottom: 98px;
}
.box_content01_singleCourse_footer .btn_back a {
  display: block;
  padding: 20px 0;
  background: #ffffff;
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #1c1c1c;
  text-align: center;
}
.bnr_content02_singleCourse {
  position: relative;
  overflow: hidden;
  height: 128px;
}

.bnr_content02_singleCourse img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_course_single .box_footer_contact_layer {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .box_content01_singleCourse {
    width: 90%;
    margin: 0 auto;
  }
  .box_singleCourse_info {
    display: block;
    padding-bottom: 40px;
  }
  .box_singleCourse_num_sp {
    display: flex;
    margin-bottom: 14px;
  }
  .box_singleCourse_num_sp p {
    margin-left: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.06em;
  }
  .box_singleCourse_num_sp img {
    width: 68px;
    height: 32px;
  }
  .page_course_single .course_level {
    flex: 0 0 78px;
    padding: 8px 0;
    height: auto;
  }
  .box_singleCourse_post_title {
    margin-bottom: 0;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .box_singleCourse_post_title::after {
    bottom: 0;
  }
  .box_singleCourse_info_dl {
    display: block;
  }
  .box_singleCourse_info_dl dl dt {
    width: 78px;
  }
  .box_singleCourse_image {
    display: block;
  }
  .box_singleCourse_image_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .box_singleCourse_features {
    display: block;
  }
  .bnr_singleCourse_features {
    height: auto;
    margin-top: 30px;
    padding: 20px 0;
    background: #000;
    background: url("/images_sp/course/course_bnr_bg.png") no-repeat center
      center / cover;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bnr_singleCourse_features p {
    text-align: center;
  }
  .box_singleCourse_image_right {
    width: 100%;
  }
  .box_singleCourse_spotInfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .spotInfo_wrap {
  }
  .spotInfo_list {
    justify-content: space-between;
    /* padding-top: 50px; */
  }
  .spotInfo_item {
    width: 49%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .spotInfo_item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .spotInfo_item_ttl {
    margin-top: 22px;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.09em;
  }
  .spotInfo_item_txt {
    margin-top: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .spotInfo_item_address {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .bnr_content02_singleCourse {
    height: auto;
    padding: 20px 0;
    background: #000;
    background: url("/images_sp/course/course_bnr_bg.png") no-repeat center
      center / cover;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .bnr_content02_singleCourse p {
    text-align: center;
    line-height: 1.3;
  }
  .bnr_content02_singleCourse_eng_ttl {
    margin-top: 10px;
    color: #909090;
    font-size: 1rem;
  }
}

/****************************
チャレンジコース （一覧）
****************************/

body.modeTest.pageCourse.archive {
  min-width: 1120px;
}
@media all and (max-width: 750px) {
  body.modeTest.pageCourse.archive {
    min-width: auto;
  }
}

/*
body.modeTest.pageCourse.archive {
  background-image: url('/images/design/design-rideupchallenge.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/

/*
body.modeTest.pageCourse.archive .boxTest {
  min-height: 16000px;
}*/

body.pageCourse.archive.modeTest .baseCsnk .baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px) {
  body.pageCourse.archive.modeTest .baseCsnk .baseW {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  body.pageCourse.archive.modeTest .baseCsnk .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.page_course_arch .breadcrumbs {
  margin-top: 23px;
  margin-bottom: 92px;
}

.boxCourseTopWrap {
  padding-top: 2.1em;
  padding-bottom: 11em;
  background-image: url("./../images/course/course-top-bg01.webp");
  background-repeat: no-repeat;
  background-position: 101% top;
  background-size: auto auto;
}
@media all and (max-width: 750px) {
  .boxCourseTopWrap {
    padding-bottom: 12.5vw;
    background-position: 101% 8%;
    background-size: 80% auto;
  }
}

.boxCourseTop .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
}

.boxCourseTop .ttl01 .ttlSub {
  margin-bottom: 0.76em;
  letter-spacing: 0.006em;
  font-family: var(--base-font-en);
  font-size: 3rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourseTop .ttl01 .ttlSub {
    font-size: 6.7vw;
  }
}

.boxCourseTop .ttl01 .ttlMain {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxCourseTop .ttl01 .ttlMain .ttlEn {
  margin-bottom: 0.42em;
  letter-spacing: 0.003em;
  font-family: var(--base-font-en);
  font-size: 5.97rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourseTop .ttl01 .ttlMain .ttlEn {
    font-size: 12.3vw;
  }
}

.boxCourseTop .ttl01 .ttlMain .ttlJa {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourseTop .ttl01 .ttlMain .ttlJa {
    font-size: 5.6vw;
  }
}

.boxCourseTop .ttl01 .ttlMain .ttlJa:before,
.boxCourseTop .ttl01 .ttlMain .ttlJa:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.76em;
  height: 0.12em;
  margin: auto;
  background-color: #000;
}
.boxCourseTop .ttl01 .ttlMain .ttlJa:before {
  left: -1.1em;
}
.boxCourseTop .ttl01 .ttlMain .ttlJa:after {
  right: -1.1em;
}

.boxCourseTop .p01 {
  margin-bottom: 2.95em;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourseTop .p01 {
    line-height: 1.4;
    font-size: 4vw;
    text-shadow: 2px 2px 5px #fff, 1px 1px 5px #fff, -2px -2px 5px #fff,
      -1px -1px 5px #fff, 2px 2px 10px #fff, 2px 2px 10px #fff,
      1px 1px 10px #fff, -1px -1px 10px #fff, -2px -2px 10px #fff;
  }
}

.boxCourseTop .p01 .txtLarge {
  font-size: 2rem;
}
@media all and (max-width: 750px) {
  .boxCourseTop .p01 .txtLarge {
    font-size: 5vw;
  }
}

.boxCourseTop .dl01 {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.9em;
  border: 3px #999 solid;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 {
    max-width: 90%;
    margin-bottom: 11vw;
  }
}

.boxCourseTop .dl01 > dt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.72em;
  background-color: #000;
  letter-spacing: -0.02em;
  font-size: 1.27rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 > dt {
    font-size: 4.5vw;
  }
}

.boxCourseTop .dl01 > dt:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 3px);
  background-color: #000;
}

.boxCourseTop .dl01 > dt > span {
  position: relative;
  z-index: 2;
  top: -0.1em;
}

.boxCourseTop .dl01 > dd {
  position: relative;
  padding: 1.6em 5% 1em 5%;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 > dd {
    padding: 1.6em 3% 1em 4.5%;
  }
}

.boxCourseTop .dl01 > dd .ttl02 {
  position: relative;
  margin-bottom: 0.9em;
  padding-left: 3.6em;
  letter-spacing: normal;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 > dd .ttl02 {
    padding-left: 3.1em;
    font-size: 4.2vw;
  }
}

.boxCourseTop .dl01 > dd .ttl02:before {
  content: "";
  position: absolute;
  top: -0.25em;
  left: 0.05em;
  width: 2.85em;
  background-image: url("./../images/base/base-icn-deco01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 51 / 28;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 > dd .ttl02:before {
    width: 2.5em;
  }
}

.boxCourseTop .dl01 > dd .boxBaseCom > p {
  line-height: 1.8;
  letter-spacing: normal;
  font-size: 1rem;
}
@media all and (max-width: 750px) {
  .boxCourseTop .dl01 > dd .boxBaseCom > p {
    font-size: 4vw;
  }
}

.boxCourseTop .dl01 > dd .txtDeco01 {
  position: absolute;
  top: -0.3em;
  right: 0.08em;
  line-height: 1;
  font-size: 10rem;
  font-weight: 700;
  color: rgb(167, 167, 167, 0.29);
  transform: rotate(14deg);
}

.boxCourse01Wrap {
  position: relative;
  z-index: 4;
  margin-top: -5.45em;
  padding-bottom: 5.55em;
}
@media all and (max-width: 750px) {
  .boxCourse01Wrap {
    margin-top: 0;
    padding-bottom: 12vw;
  }
}

.boxCourse01Wrap:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.5em;
  width: 5em;
  height: 5em;
  margin: auto;
  border: 5em rgba(255, 255, 255, 0) solid;
  border-top: 4em #fff solid;
}
@media all and (max-width: 750px) {
  .boxCourse01Wrap:after {
    bottom: -18vw;
    width: 10vw;
    height: 10vw;
    border: 10vw rgba(255, 255, 255, 0) solid;
    border-top: 9vw #fff solid;
  }
}

.boxCourse01 .ttlBase03:before {
  width: calc(50% - 15.9em);
}
.boxCourse01 .ttlBase03:after {
  width: calc(50% - 14.9em);
}
@media all and (max-width: 750px) {
  .boxCourse01 .ttlBase03:before {
    width: calc(50% - 45vw);
  }
  .boxCourse01 .ttlBase03:after {
    width: calc(50% - 44vw);
  }
}

.boxCourse01 .boxCont01 {
  position: relative;
  max-width: 813px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.88em;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont01 {
    margin-bottom: 5.5vw;
  }
}

.boxCourse01 .boxCont01 .txt01 {
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 1.81;
  font-weight: 700;
}
.boxCourse01 .boxCont01 .txt01.no01 {
  top: 30.5%;
  left: 7.4%;
}
.boxCourse01 .boxCont01 .txt01.no02 {
  top: 13%;
  left: 34%;
}
.boxCourse01 .boxCont01 .txt01.no03 {
  top: 20.7%;
  left: 66.4%;
}
.boxCourse01 .boxCont01 .txt01.no04 {
  top: 48.3%;
  left: 81.8%;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont01 .txt01 {
    letter-spacing: -0.05em;
    font-size: 2.7vw;
  }
  .boxCourse01 .boxCont01 .txt01.no01 {
    top: 25.5%;
    left: 4.8%;
  }
  .boxCourse01 .boxCont01 .txt01.no02 {
    top: 11%;
    left: 30.5%;
  }
  .boxCourse01 .boxCont01 .txt01.no03 {
    top: 16.5%;
    left: 64%;
  }
  .boxCourse01 .boxCont01 .txt01.no04 {
    top: 45%;
    left: 79%;
  }
}

.boxCourse01 .boxCont02 .boxBaseCom {
  margin-bottom: 0.95em;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont02 .boxBaseCom {
    margin-bottom: 1.5em;
  }
}

.boxCourse01 .boxCont02 .boxBaseCom > p {
  text-align: center;
  line-height: 1.81;
  letter-spacing: normal;
  font-size: 1rem;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont02 .boxBaseCom > p {
    font-size: 4vw;
  }
}

.boxCourse01 .boxCont02 .p01 {
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 1.54rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont02 .p01 {
    font-size: 4.5vw;
  }
}

.boxCourse01 .boxCont02 .p01 .txtLarge {
  letter-spacing: 0.01em;
  font-size: 1.97rem;
}
@media all and (max-width: 750px) {
  .boxCourse01 .boxCont02 .p01 .txtLarge {
    font-size: 5.5vw;
  }
}

.boxCourse0201Wrap {
  position: relative;
  z-index: 3;
  padding-top: 5.9em;
  padding-bottom: 5em;
  background-color: #ebebeb;
}
@media all and (max-width: 750px) {
  .boxCourse0201Wrap {
    padding-top: 12.5vw;
  }
}

.boxCourse0201Wrap:before {
  content: "";
  position: absolute;
  bottom: -19vw;
  right: -19vw;
  width: 19vw;
  height: 19vw;
  border: 19vw rgba(255, 255, 255, 0) solid;
  border-top: 19vw #e6e6e6 solid;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.boxCourse0201Wrap:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.9em;
  width: 5em;
  height: 5em;
  margin: auto;
  border: 5em rgba(255, 255, 255, 0) solid;
  border-top: 4em #ebebeb solid;
}
@media all and (max-width: 750px) {
  .boxCourse0201Wrap:after {
    bottom: -18vw;
    width: 10vw;
    height: 10vw;
    border: 10vw rgba(255, 255, 255, 0) solid;
    border-top: 9vw #ebebeb solid;
  }
}

.boxCourse0201 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5.3em;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .ttl01 {
    margin-bottom: 19.6vw;
  }
}

.boxCourse0201 .ttl01 .ttlJa {
  margin-bottom: 0.39em;
  padding-right: 0.19em;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .ttl01 .ttlJa {
    margin-bottom: 0.25em;
    line-height: 1.4;
    font-size: 8.5vw;
  }
}

.boxCourse0201 .ttl01 .ttlJa .txtEn {
  position: relative;
  top: 0.1em;
  margin-right: 0.12em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 4rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .ttl01 .ttlJa .txtEn {
    font-size: 10vw;
  }
}

.boxCourse0201 .ttl01 .ttlJa .txtSmall {
  font-size: 3rem;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .ttl01 .ttlJa .txtSmall {
    font-size: 7vw;
  }
}

.boxCourse0201 .ttl01 .ttlEn {
  letter-spacing: 0.05em;
  font-family: var(--base-font-en);
  font-size: 1rem;
  font-weight: 700;
  color: #7f7f7f;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .ttl01 .ttlEn {
    font-size: 3.5vw;
  }
}

.boxCourse0201 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01F {
    display: block;
  }
}

.boxCourse0201 .boxCont01FOne {
  position: relative;
  width: 32.4%;
  margin-right: calc((100% - 32.4% * 3) / 2);
  background-color: #fff;
}
.boxCourse0201 .boxCont01FOne:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15vw;
  }
  .boxCourse0201 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxCourse0201 .boxCont01FOne:before,
.boxCourse0201 .boxCont01FOne:after {
  content: "";
  position: absolute;
}
.boxCourse0201 .boxCont01FOne:before {
  bottom: 1.3em;
  right: 5.45%;
  width: 1.58em;
  height: 1.58em;
  border-radius: 1.58em;
  background-color: #000;
}
.boxCourse0201 .boxCont01FOne:after {
  z-index: 2;
  bottom: 1.93em;
  right: 7.7%;
  width: 0.4em;
  height: 0.4em;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  transform: rotate(45deg);
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOne:before {
    bottom: 3vw; /*15.5vw;*/
    right: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 5vw;
  }
  .boxCourse0201 .boxCont01FOne:after {
    bottom: 5vw; /*17.4vw;*/
    right: 6.7vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}

.boxCourse0201 .boxCont01FOneIn {
  display: block;
}

.boxCourse0201 .boxCont01FOneIn .ttl02 {
  position: relative;
}

.boxCourse0201 .boxCont01FOneIn .ttl02 .ttlNum {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 0.3em);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.4em;
  height: 1.8em;
  margin: auto;
  padding-top: 0.06em;
  border-radius: 1.8em 1.8em 0 0;
  line-height: 1;
  font-family: var(--base-font-en);
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
}
.boxCourse0201 .boxCont01FOne:nth-child(1) .boxCont01FOneIn .ttl02 .ttlNum {
  background-color: #9c0e26;
}
.boxCourse0201 .boxCont01FOne:nth-child(2) .boxCont01FOneIn .ttl02 .ttlNum {
  background-color: #8cc63f;
}
.boxCourse0201 .boxCont01FOne:nth-child(3) .boxCont01FOneIn .ttl02 .ttlNum {
  background-color: #007bc7;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOneIn .ttl02 .ttlNum {
    font-size: 6vw;
  }
}

.boxCourse0201 .boxCont01FOneIn .ttl02 .ttlStr {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 4.5em;
  padding-top: 0.1em;
  background-color: #000;
  background-repeat: no-repeat;
  line-height: 1.35;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.boxCourse0201 .boxCont01FOne:nth-child(1) .boxCont01FOneIn .ttl02 .ttlStr {
  padding-left: 3.65em;
  background-image: url("./../images/base/base-icn-deco02.png"),
    url("./../images/course/course02-ttl-bg01.png"),
    linear-gradient(90deg, #000000 0%, #4c4949 100%);
  background-position: calc(50% - 4.8em) calc(50% + 0.08em), left top, left top;
  background-size: 2.64em auto, cover, cover;
}
.boxCourse0201 .boxCont01FOne:nth-child(2) .boxCont01FOneIn .ttl02 .ttlStr {
  padding-left: 2.2em;
  background-image: url("./../images/base/base-icn-deco03.png"),
    url("./../images/course/course02-ttl-bg01.png"),
    linear-gradient(90deg, #000000 0%, #4c4949 100%);
  background-position: calc(50% - 5.05em) calc(50% + 0.02em), left top, left top;
  background-size: 1.87em auto, cover, cover;
}
.boxCourse0201 .boxCont01FOne:nth-child(3) .boxCont01FOneIn .ttl02 .ttlStr {
  padding-left: 2.65em;
  background-image: url("./../images/base/base-icn-deco04.png"),
    url("./../images/course/course02-ttl-bg01.png"),
    linear-gradient(90deg, #000000 0%, #4c4949 100%);
  background-position: calc(50% - 4.2em) center, left top, left top;
  background-size: 2.5em auto, cover, cover;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOneIn .ttl02 .ttlStr {
    font-size: 5vw;
  }
}

.boxCourse0201 .boxCont01FOneIn .boxBaseCom {
  padding: 2.2em 5%;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOneIn .boxBaseCom {
    padding: 6.5vw 5% 8vw 5%; /* 6.5vw 5% 20.7vw 5%;*/
  }
}

.boxCourse0201 .boxCont01FOneIn .boxBaseCom > p {
  letter-spacing: normal;
}
@media all and (max-width: 750px) {
  .boxCourse0201 .boxCont01FOneIn .boxBaseCom > p {
    font-size: 4vw;
  }
}

.boxCourse0202Wrap {
  position: relative;
  z-index: 2;
  padding-top: 14.2em;
  padding-bottom: 5.5em;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourse0202Wrap {
    padding-top: 30vw;
    padding-bottom: 10vw;
  }
}

.boxCourse0202Wrap:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.9em;
  width: 5em;
  height: 5em;
  margin: auto;
  border: 5em rgba(255, 255, 255, 0) solid;
  border-top: 4em #fff solid;
}
@media all and (max-width: 750px) {
  .boxCourse0202Wrap:after {
    bottom: -18vw;
    width: 10vw;
    height: 10vw;
    border: 10vw rgba(255, 255, 255, 0) solid;
    border-top: 9vw #fff solid;
  }
}

.boxCourse0202 {
  position: relative;
  z-index: 2;
}

.boxCourse0202 .boxCont01 {
  margin-bottom: 14.6em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01 {
    margin-bottom: 60vw;
  }
}

@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01 .ttlBase02 .ttlJa > span {
    padding-left: 1.8em;
  }
}

.boxCourse0202 .boxCont01 .ttlBase02 .ttlJa > span:before {
  top: 0;
  left: 0.73em;
  width: 1.4em;
  background-image: url("./../images/base/base-icn-deco02.png");
  aspect-ratio: 63 / 57;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01 .ttlBase02 .ttlJa > span:before {
    left: 0;
  }
}

.boxCourse0202 .boxCont01In .boxBaseCom {
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxBaseCom {
    margin-bottom: 7vw;
  }
}

.boxCourse0202 .boxCont01In .boxBaseCom > p {
  text-align: center;
  letter-spacing: -0.052em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxBaseCom > p {
    text-align: left;
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont01In .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 5.35em;
  margin-bottom: 4.65em;
  background-color: #e6e6e6;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 {
    display: block;
    min-height: auto;
    margin-bottom: 13vw;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 305px;
  background-color: #000;
  letter-spacing: normal;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 > dt {
    width: 100%;
    height: 15vw;
    font-size: 4.5vw;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border: 0.5em rgba(255, 255, 255, 0) solid;
  border-left: 0.8em #000 solid;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 > dt:after {
    top: auto;
    bottom: -5.9vw;
    right: 0;
    left: 0;
    width: 3vw;
    height: 3vw;
    border: 3vw rgba(255, 255, 255, 0) solid;
    border-top: 3.4vw #000 solid;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 305px);
  padding: 0.3em 1.75% 0.3em 3.2%;
}
@media all and (max-width: 1170px) {
  .boxCourse0202 .boxCont01In .dl01 > dd {
    padding: 0.3em 1.75% 0.3em 2.5%;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 6vw 4% 4vw 5%;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dd .p01 {
  padding-right: 2%;
  line-height: 1.77;
  letter-spacing: normal;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 > dd .p01 {
    margin-bottom: 5vw;
    padding-right: 0;
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dd .link01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 13.7em;
  min-width: 13.2em;
  height: 3em;
  padding: 0.4em 0.3em 0.2em 2.1em;
  background-color: #fff;
  letter-spacing: 0.045em;
  font-weight: 700;
}
@media all and (max-width: 1170px) {
  .boxCourse0202 .boxCont01In .dl01 > dd .link01 {
    min-width: 13em;
    padding: 0.4em 0.3em 0.2em 1.8em;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .dl01 > dd .link01 {
    margin-left: auto;
    margin-right: auto;
    font-size: 4.1vw;
  }
}

.boxCourse0202 .boxCont01In .dl01 > dd .link01:before,
.boxCourse0202 .boxCont01In .dl01 > dd .link01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxCourse0202 .boxCont01In .dl01 > dd .link01:before {
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-color: #000;
}
.boxCourse0202 .boxCont01In .dl01 > dd .link01:after {
  z-index: 2;
  left: 0.45em;
  width: 0.3em;
  height: 0.3em;
  border: 0.3em rgba(255, 255, 255, 0) solid;
  border-left: 0.3em #9f9f9f solid;
}

.boxCourse0202 .boxCont01In .ttlBase03 {
  margin-bottom: 7.75em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .ttlBase03 {
    margin-bottom: 27vw;
  }
}

.boxCourse0202 .boxCont01In .ttlBase03:before,
.boxCourse0202 .boxCont01In .ttlBase03:after {
  top: -1.56em;
}
.boxCourse0202 .boxCont01In .ttlBase03:before {
  width: calc(50% - 15.7em);
}
.boxCourse0202 .boxCont01In .ttlBase03:after {
  width: calc(50% - 15.8em);
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .ttlBase03:before,
  .boxCourse0202 .boxCont01In .ttlBase03:after {
    content: none;
  }
}

@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .ttlBase03 .ttlJa {
    line-height: 1.3;
    text-align: center;
    /*letter-spacing: 0.03em;
		font-size: 5.2vw;*/
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 4.34em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne {
    position: relative;
    display: block;
    margin-bottom: 40vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxImg {
  position: relative;
  width: 277px;
  text-align: center;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxImg {
    width: 100%; /*30%;*/
    margin-bottom: 5vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne:before,
.boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne:before {
  top: 100%;
  width: 3px;
  height: 4.3em;
  background-color: rgba(255, 0, 0, 0.2);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no01 .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne.no01:before {
  background: linear-gradient(to bottom, #9d9d9d 0%, #828282 100%);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no02 .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne.no02:before {
  background: linear-gradient(to bottom, #828282 0%, #565656 100%);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no03 .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne.no03:before {
  background: linear-gradient(to bottom, #565656 0%, #000 100%);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no04 .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne.no04:before {
  background: linear-gradient(to bottom, #000 0%, #9c0e26 100%);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no05 .boxImg:before,
.boxCourse0202 .boxCont01In .boxCont01FOne.no05:before {
  height: 2.3em;
  background: linear-gradient(to bottom, #9c0e26 0%, #9c0e26 100%);
}
.boxCourse0202 .boxCont01In .boxCont01FOne:before {
  content: none;
}
.boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne:after {
  bottom: -4.2em;
  width: 1em;
  height: 1em;
  border-right: 3px rgba(255, 0, 0, 0.5) solid;
  border-bottom: 3px rgba(255, 0, 0, 0.5) solid;
  transform: rotate(45deg);
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no01 .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne.no01:after {
  border-right: 3px #828282 solid;
  border-bottom: 3px #828282 solid;
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no02 .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne.no02:after {
  border-right: 3px #565656 solid;
  border-bottom: 3px #565656 solid;
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no03 .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne.no03:after {
  border-right: 3px #000 solid;
  border-bottom: 3px #000 solid;
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no04 .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne.no04:after {
  border-right: 3px #9c0e26 solid;
  border-bottom: 3px #9c0e26 solid;
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no05 .boxImg:after,
.boxCourse0202 .boxCont01In .boxCont01FOne.no05:after {
  bottom: -2.2em;
  border-right: 3px #9c0e26 solid;
  border-bottom: 3px #9c0e26 solid;
}
.boxCourse0202 .boxCont01In .boxCont01FOne:after {
  content: none;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:before {
    content: none;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne:before {
    content: "";
    top: calc(100% + 14vw);
    height: 20vw;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne.no05:before {
    top: calc(100% + 10vw);
    height: 10vw;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxImg:after {
    content: none;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne:after {
    content: "";
    bottom: -34vw;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne.no05:after {
    bottom: -20vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne.no01 .boxImg .txtStart {
  position: absolute;
  top: -4.7em;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5em;
  height: 2.05em;
  margin: auto;
  border-radius: 2.05em;
  background-color: #c0c0c0;
  font-family: var(--base-font-en);
  font-size: 0.8rem;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne.no01 .boxImg .txtStart {
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne.no01 .boxImg .txtStart:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 3px;
  height: 2.67em;
  margin: auto;
  background-color: #ddd;
}

.boxCourse0202 .boxCont01In .boxCont01FOne.no05 .boxImg .txtEnd,
.boxCourse0202 .boxCont01In .boxCont01FOne.no05 .txtEnd {
  position: absolute;
  top: calc(100% + 2.1em);
  left: 0;
  right: 0;
  margin: auto;
  font-family: var(--base-font-en);
  font-size: 1.45rem;
  font-weight: 600;
  color: #9c0e26;
}
.boxCourse0202 .boxCont01In .boxCont01FOne.no05 > .txtEnd {
  display: none;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne.no05 .boxImg .txtEnd {
    display: none;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne.no05 > .txtEnd {
    top: calc(100% + 26vw);
    display: inline;
    text-align: center;
    font-size: 5.5vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt {
  width: calc(100% - 277px);
  padding-left: 2.6%;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt {
    width: 100%; /*calc(100% - 30%);*/
    padding-left: 0;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.7em;
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 6.6em);
  height: 1px;
  background-color: #eee;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop:before {
    width: calc(100% - 18vw);
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .ttl02 .ttlStep {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5.8em;
  height: 2.2em;
  margin-bottom: 1.1em;
  padding-top: 0.13em;
  background-color: rgba(255, 0, 0, 0.2);
  font-family: var(--base-font-en);
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no01
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep {
  background-color: #9d9d9d;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no02
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep {
  background-color: #828282;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no03
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep {
  background-color: #565656;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no04
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep {
  background-color: #000;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no05
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep {
  position: relative;
  background-color: #9c0e26;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .ttl02 .ttlStep {
    width: 4.4em;
    font-size: 3.5vw;
  }
}

.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no05
  .boxTxt
  .boxTop
  .ttl02
  .ttlStep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.2em;
  right: -0.65em;
  width: 1.52em;
  background-image: url("./../images/base/base-icn-flag01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 20 / 43;
}
@media all and (max-width: 750px) {
  .boxCourse0202
    .boxCont01In
    .boxCont01FOne.no05
    .boxTxt
    .boxTop
    .ttl02
    .ttlStep:before {
    right: auto;
    left: 0.5vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .ttl02 .ttlSubMain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCourse0202
  .boxCont01In
  .boxCont01FOne
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  width: 2.7em;
  margin-right: 0.6em;
  text-align: center;
  font-family: var(--base-font-en);
  font-size: 1.7rem;
  font-weight: 400;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no01
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  color: #9d9d9d;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no02
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  color: #828282;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no03
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  color: #565656;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no04
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  color: #000;
}
.boxCourse0202
  .boxCont01In
  .boxCont01FOne.no05
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlSub {
  color: #9c0e26;
}
@media all and (max-width: 750px) {
  .boxCourse0202
    .boxCont01In
    .boxCont01FOne
    .boxTxt
    .boxTop
    .ttl02
    .ttlSubMain
    .ttlSub {
    font-size: 5.5vw;
  }
}

.boxCourse0202
  .boxCont01In
  .boxCont01FOne
  .boxTxt
  .boxTop
  .ttl02
  .ttlSubMain
  .ttlMain {
  position: relative;
  top: 0.15em;
  letter-spacing: -0.06em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0202
    .boxCont01In
    .boxCont01FOne
    .boxTxt
    .boxTop
    .ttl02
    .ttlSubMain
    .ttlMain {
    top: auto;
    line-height: 1.4;
    font-size: 5vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .link01,
.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxLink .link01 {
  position: relative;
  top: 1.6em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 15.95em;
  height: 2.35em;
  background-image: url("./../images/course/course02-link-bg01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  letter-spacing: -0.025em;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxTop .link01 {
    display: none;
  }
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxLink .link01 {
    top: auto;
    width: 100%;
    height: 2.7em;
    font-size: 4.1vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .dl02 > dt {
  position: relative;
  margin-bottom: 1.08em;
  padding-left: 1em;
  letter-spacing: -0.04em;
  font-size: 1.05rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .dl02 > dt {
    margin-bottom: 0.8em;
    font-size: 4.2vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .dl02 > dt:before {
  content: "";
  position: absolute;
  top: 0.17em;
  left: 0.05em;
  width: 0.7em;
  height: 0.7em;
  background-color: #000;
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .dl02 > dd {
  line-height: 1.8;
  letter-spacing: normal;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .dl02 > dd {
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxLink {
  display: none;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont01In .boxCont01FOne .boxTxt .boxLink {
    display: block;
    margin-top: 1.2em;
  }
}

.boxCourse0202 .boxCont02 {
  margin-bottom: 10.2em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02 {
    margin-bottom: 27vw;
  }
}

.boxCourse0202 .boxCont02 .ttlBase02 .ttlJa > span {
  padding-left: 1.7em;
}

.boxCourse0202 .boxCont02 .ttlBase02 .ttlJa > span:before {
  top: -0.1em;
  left: 0;
  width: 1.2em;
  background-image: url("./../images/base/base-icn-deco03.png");
  aspect-ratio: 45 / 49;
}

.boxCourse0202 .boxCont02In .boxCont02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR {
    display: block;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt {
  width: calc(100% - 386px);
  padding-right: 5%;
  padding-bottom: 0.2em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxTxt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 7vw;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .boxBaseCom {
  margin-bottom: 1.67em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .boxBaseCom {
    margin-bottom: 1.1em;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .boxBaseCom > p {
  line-height: 1.85;
  letter-spacing: -0.074em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .boxBaseCom > p {
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .boxBaseCom > p .txt01 {
  font-weight: 700;
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .pCaution {
  position: relative;
  padding-left: 1.75em;
  letter-spacing: normal;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .pCaution {
    line-height: 1.7;
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .pCaution:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.15em;
  width: 1.2em;
  background-image: url("./../images/base/base-icn-check01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .pCaution:before {
    top: 0.2em;
  }
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxTxt .pCaution .txt01 {
  color: #8cc63f;
}

.boxCourse0202 .boxCont02In .boxCont02LR .boxImg {
  width: 386px;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont02In .boxCont02LR .boxImg {
    width: 100%;
    text-align: center;
  }
}

.boxCourse0202 .boxCont03 .ttlBase02 .ttlJa > span {
  padding-left: 2.1em;
}

.boxCourse0202 .boxCont03 .ttlBase02 .ttlJa > span:before {
  top: 0;
  left: 0;
  width: 1.65em;
  background-image: url("./../images/base/base-icn-deco04.png");
  aspect-ratio: 60 / 42;
}

.boxCourse0202 .boxCont03In .boxBaseCom {
  margin-bottom: 4.8em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont03In .boxBaseCom {
    margin-bottom: 7vw;
  }
}

.boxCourse0202 .boxCont03In .boxBaseCom > p {
  text-align: center;
  line-height: 1.95;
  letter-spacing: -0.074em;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont03In .boxBaseCom > p {
    text-align: left;
    font-size: 4vw;
  }
}

.boxCourse0202 .boxCont03In .boxBaseCom > p .txt01 {
  font-weight: 700;
}

.boxCourse0202 .boxCont03In .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /*-webkit-align-items: flex-start;
	align-items: flex-start;*/
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont03In .boxImg {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxCourse0202 .boxCont03In .boxImgIn {
  width: 24.4%;
  margin-right: calc((100% - 24.4% * 4) / 3);
}
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(1),
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(4) {
  width: 21.7%;
}
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(2),
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(3) {
  width: 27.1%;
}
.boxCourse0202 .boxCont03In .boxImgIn:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px) {
  .boxCourse0202 .boxCont03In .boxImgIn {
    width: 48.8%;
    margin-right: calc(100% - 48.8% * 2);
    margin-bottom: 2vw;
  }
  .boxCourse0202 .boxCont03In .boxImgIn:nth-child(1),
  .boxCourse0202 .boxCont03In .boxImgIn:nth-child(4) {
    width: 43.4%;
  }
  .boxCourse0202 .boxCont03In .boxImgIn:nth-child(2),
  .boxCourse0202 .boxCont03In .boxImgIn:nth-child(3) {
    width: 54.2%;
  }
  .boxCourse0202 .boxCont03In .boxImgIn:nth-child(2n) {
    margin-right: 0;
  }
}

.boxCourse0202 .boxCont03In .boxImgIn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(1) img {
  object-position: right center;
}
.boxCourse0202 .boxCont03In .boxImgIn:nth-child(4) img {
  object-position: left center;
}

.boxCourse0301Wrap {
  position: relative;
  padding-top: 5.74em;
  padding-bottom: 5.2em;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px) {
  .boxCourse0301Wrap {
    padding-top: 13vw;
    padding-bottom: 12vw;
  }
}

.boxCourse0301Wrap:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.7em;
  width: 5em;
  height: 5em;
  margin: auto;
  border: 5em rgba(255, 255, 255, 0) solid;
  border-top: 4em #f5f5f5 solid;
}
@media all and (max-width: 750px) {
  .boxCourse0301Wrap:after {
    bottom: -18vw;
    width: 10vw;
    height: 10vw;
    border: 10vw rgba(255, 255, 255, 0) solid;
    border-top: 9vw #f5f5f5 solid;
  }
}

.boxCourse0301 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01F {
    display: block;
  }
}

.boxCourse0301 .boxCont01FOne {
  width: 31.8%;
  /*margin-right: calc((100% - 31.8% * 3) / 2);*/
  margin-right: calc((100% - (34.8% + 30.6% + 30.4%)) / 2);
}
.boxCourse0301 .boxCont01FOne:nth-child(1) {
  width: 34.8%;
}
.boxCourse0301 .boxCont01FOne:nth-child(2) {
  width: 30.6%;
}
.boxCourse0301 .boxCont01FOne:nth-child(3) {
  width: 30.4%;
}
.boxCourse0301 .boxCont01FOne:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .boxCourse0301 .boxCont01FOne:nth-child(1),
  .boxCourse0301 .boxCont01FOne:nth-child(2),
  .boxCourse0301 .boxCont01FOne:nth-child(3) {
    width: 100%;
  }
  .boxCourse0301 .boxCont01FOne:last-child {
    margin-bottom: 0;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.6em;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .ttl01 {
    margin-bottom: 5vw;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 53px;
  font-family: var(--base-font-en);
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .ttl01 .ttlSub {
    width: 12.5vw;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 .ttlSub .ttlStr {
  position: relative;
  top: -0.18em;
  margin-bottom: 0.4em;
  padding-left: 0.1em;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .ttl01 .ttlSub .ttlStr {
    font-size: 3.5vw;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 .ttlSub .ttlNum {
  font-size: 2.3rem;
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .ttl01 .ttlSub .ttlNum {
    font-size: 8.5vw;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 .ttlMain {
  position: relative;
  width: calc(100% - 53px);
  padding-top: 1.35em;
  padding-left: 0.2em;
  letter-spacing: -0.025em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .ttl01 .ttlMain {
    width: calc(100% - 12.5vw);
    font-size: 5vw;
  }
}

.boxCourse0301 .boxCont01FOne .ttl01 .ttlMain:before {
  content: "";
  position: absolute;
  top: 0.15em;
  right: 0;
  width: calc(100% - 0.1em);
  height: 2px;
  background-color: #b8b8b8;
}

.boxCourse0301 .boxCont01FOne .boxBaseCom {
  min-height: 8.9em;
  padding-left: 0.2em;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxBaseCom {
    min-height: auto;
  }
}

.boxCourse0301 .boxCont01FOne .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-size: 1.03rem;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxBaseCom > p {
    font-size: 4vw;
  }
}

.boxCourse0301 .boxCont01FOne:nth-child(3n) .boxLink {
  padding-left: 5%;
}
@media all and (max-width: 1300px) {
  .boxCourse0301 .boxCont01FOne:nth-child(3n) .boxLink {
    padding-left: 0;
  }
}

@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink {
    margin-top: 5vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 9.8em;
  padding: 1.35em 0.5em 0.5em 0.5em;
  border: 0.3em #000 solid;
  background-color: #dcdcdc;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link01 {
    height: 32vw;
    padding: 4vw 2vw 2vw 2vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link01:after {
  content: "";
  position: absolute;
  top: 0.15em;
  bottom: 0;
  right: 1.83em;
  width: 0.85em;
  height: 0.85em;
  margin: auto;
  border-top: 0.2em #000 solid;
  border-right: 0.2em #000 solid;
  transform: rotate(45deg);
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dt {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 2.85em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 1.5rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dt {
    padding-left: 3.2em;
    font-size: 5vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dt:before {
  content: "";
  position: absolute;
  top: -0.55em;
  left: 0.02em;
  width: 2.5em;
  background-image: url("./../images/base/base-icn-calendar01.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dt:before {
    width: 2.3em;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dd {
  padding-right: 0.4em;
  line-height: 1.3;
  letter-spacing: -0.08em;
  font-size: 1.08rem;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dd {
    font-size: 4vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link01 .dl01 > dd .txtEn {
  letter-spacing: -0.03em;
  font-family: var(--base-font-en);
}

.boxCourse0301 .boxCont01FOne .boxLink .link02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: 1em;
  border: 0.3em #000 solid;
  background-color: #dcdcdc;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link02 {
    height: 19vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link02 .txtTelno {
  position: relative;
  margin-bottom: 0.36em;
  padding-left: 1.7em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 1.5rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link02 .txtTelno {
    font-size: 5.56vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link02 .txtTelno:before {
  content: "";
  position: absolute;
  top: -0.06em;
  left: 0;
  width: 1.2em;
  background-image: url("./../images/base/base-icn-tel01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 28 / 29;
}

.boxCourse0301 .boxCont01FOne .boxLink .link02 .txtReceptionTime {
  position: relative;
  left: 0.25em;
  letter-spacing: normal;
  font-size: 0.85rem;
}
@media all and (max-width: 1240px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link02 .txtReceptionTime {
    letter-spacing: -0.03em;
    font-size: 0.8rem;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link02 .txtReceptionTime {
    font-size: 3.3vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link03 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 4.2em;
  padding-right: 1.55em;
  border: 0.3em #000 solid;
  background-color: #dcdcdc;
}
.boxCourse0301 .boxCont01FOne .boxLink .link03:after {
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: 1.1em;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-top: 0.2em #000 solid;
  border-right: 0.2em #000 solid;
  transform: rotate(45deg);
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link03 {
    height: 19vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link03 > span {
  position: relative;
  padding-left: 1.9em;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 1.35rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0301 .boxCont01FOne .boxLink .link03 > span {
    font-size: 5vw;
  }
}

.boxCourse0301 .boxCont01FOne .boxLink .link03 > span:before {
  content: "";
  position: absolute;
  top: 0.13em;
  left: -0.1em;
  width: 1.2em;
  background-image: url("./../images/base/base-icn-mail01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 26 / 19;
}

.boxCourse0302Wrap {
  padding-top: 9em;
  padding-bottom: 5.3em;
}
@media all and (max-width: 750px) {
  .boxCourse0302Wrap {
    padding-top: 13vw;
    padding-bottom: 12vw;
  }
}

.boxCourse0302 .boxBaseCom {
  margin-bottom: 0.85em;
}
@media all and (max-width: 750px) {
  .boxCourse0302 .boxBaseCom {
    margin-bottom: 1.2em;
  }
}

.boxCourse0302 .boxBaseCom > p {
  text-align: center;
  line-height: 1.92;
  letter-spacing: -0.08em;
}
@media all and (max-width: 750px) {
  .boxCourse0302 .boxBaseCom > p {
    text-align: left;
    letter-spacing: normal;
    font-size: 4vw;
  }
}

.boxCourse0302 .p01 {
  text-align: center;
  font-size: 1.47rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0302 .p01 {
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 4.2vw;
  }
}

.boxCourse04Wrap {
  margin-bottom: -3.3em;
}

.boxCourse0401Wrap .ulCourseTopTab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px #000 solid;
}
@media all and (max-width: 750px) {
  .boxCourse0401Wrap .ulCourseTopTab {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxCourse0401Wrap .ulCourseTopTab > li {
  position: relative;
  bottom: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 12%;
  height: 2.7em;
  margin: 0 0.4%;
  border: 1px #000 solid;
  background-color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.boxCourse0401Wrap .ulCourseTopTab > li.current {
  padding-top: 0.3em;
  background-color: #f5f5f5;
  cursor: auto;
}
@media all and (max-width: 1400px) {
  .boxCourse0401Wrap .ulCourseTopTab > li {
    width: 15%;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0401Wrap .ulCourseTopTab > li {
    width: 32%;
    margin: 0 0.5%;
    margin-top: 1vw;
    letter-spacing: -0.1em;
    font-size: 3.5vw;
  }
}

.boxCourse0401Wrap .ulCourseTopTab > li.current:before,
.boxCourse0401Wrap .ulCourseTopTab > li.current:after {
  content: "";
  position: absolute;
  width: 100%;
}
.boxCourse0401Wrap .ulCourseTopTab > li.current:before {
  top: 0;
  left: 0;
  height: 0.3em;
  background-color: #9c0e26;
}
.boxCourse0401Wrap .ulCourseTopTab > li.current:after {
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px) {
  .boxCourse0401Wrap .ulCourseTopTab > li.current:after {
    content: none;
  }
}

.boxCourse0401Wrap .boxCourseTabCont {
  padding-top: 7.7em;
  padding-bottom: 2em;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px) {
  .boxCourse0401Wrap .boxCourseTabCont {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}

.boxCourse0401 .boxCatName {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.7em;
  margin-bottom: 3.125em;
  border: 1px #191919 solid;
  background-color: #fff;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxCatName {
    height: 2.2em;
    margin-bottom: 1.5em;
    font-size: 4.5vw;
  }
}

.boxCourse0401 .boxBaseNoPost {
  padding: 1em 0 4em 0;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxBaseNoPost {
    padding: 1em 0 5em 0;
  }
}

.boxCourse0401 .boxListOne {
  position: relative;
  margin-bottom: 2.4em;
  padding-bottom: 2.5em;
}
.boxCourse0401 .boxListOne:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOne {
    margin-bottom: 7vw;
    padding-bottom: 7vw;
  }
}

.boxCourse0401 .boxListOne:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92%;
  height: 1px;
  margin: auto;
  background-color: #b8b8b8;
}
.boxCourse0401 .boxListOne:last-child:after {
  content: none;
}

.boxCourse0401 .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn {
    display: block;
  }
}

.boxCourse0401 .boxListOneIn .boxImg {
  width: 280px;
  aspect-ratio: 277 / 188;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxImg {
    width: 100%;
    text-align: center;
  }
}

.boxCourse0401 .boxListOneIn .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxCourse0401 .boxListOneIn .boxTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 280px);
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxt {
    width: 100%;
    padding-top: 5vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtL {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 10.7%;
  padding-top: 5.15em;
  padding-bottom: 1.8em;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtL {
    width: 15%;
    padding-top: 13vw;
    padding-bottom: 5vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtL .boxTtl {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--base-font-en);
}

.boxCourse0401 .boxListOneIn .boxTxtL .boxTtl:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 0;
  right: 0;
  width: 2.125em;
  margin: auto;
  background-image: url("./../images/base/base-icn-pin01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 34 / 47;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtL .boxTtl:before {
    width: 7vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtEn01 {
  margin-bottom: 0.17em;
  padding-left: 0.06em;
  letter-spacing: 0.13em;
  font-size: 1.13rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtEn01 {
    font-size: 4.3vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtEn02 {
  margin-bottom: 0.45em;
  padding-bottom: 0.6em;
  border-bottom: 0.3em #000 solid;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtEn02 {
    font-size: 2.6vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtNum {
  letter-spacing: 0.06em;
  font-size: 2.05rem;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtL .boxTtl .txtNum {
    font-size: 7.6vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR {
  width: calc(100% - 10.7%);
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR {
    width: calc(100% - 15%);
    padding-left: 2%;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .ttlList {
  margin-bottom: 1.25em;
  padding-left: 0.05em;
  padding-top: 0.6em;
  letter-spacing: 0.044em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .ttlList {
    margin-bottom: 0.7em;
    padding-top: 0;
    line-height: 1.3;
    font-size: 5vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .boxMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.47em;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 6.7%;
}
.boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList:last-child {
  margin-right: 0;
}
@media all and (max-width: 1300px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList {
    margin-right: 3.7%;
  }
}
@media all and (max-width: 1200px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList {
    margin-right: 2.5%;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList {
    margin-bottom: 2vw;
  }
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList:last-child {
    margin-bottom: 0;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5.6em;
  height: 2em;
  padding-top: 0.1em;
  border: 1px #bbb solid;
  font-size: 0.96rem;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dt {
    width: 4.5em;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dt {
    font-size: 4vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dd {
  padding-left: 1em;
  /*padding-bottom: 0.1em;*/
  letter-spacing: 0.01em;
}
@media all and (max-width: 1200px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dd {
    padding-left: 0.7em;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .boxMeta .dlList > dd {
    font-size: 4vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .boxPList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxCourse0401 .boxListOneIn .boxTxtR .pList {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
  line-height: 1.6;
  letter-spacing: normal;
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .pList {
    width: 100%;
    font-size: 4vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .linkList {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 156px;
  height: 2.05em;
  margin-top: 2.18em;
  margin-left: auto;
  padding-left: 1.95em;
  background-color: #000;
  letter-spacing: 0.01em;
  font-family: var(--base-font-en);
  font-size: 0.95rem;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 1260px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .linkList {
    width: 136px;
    padding-left: 1.4em;
  }
}
@media all and (max-width: 750px) {
  .boxCourse0401 .boxListOneIn .boxTxtR .linkList {
    margin-top: 1em;
    font-size: 3.5vw;
  }
}

.boxCourse0401 .boxListOneIn .boxTxtR .linkList:before,
.boxCourse0401 .boxListOneIn .boxTxtR .linkList:after {
  content: "";
  position: absolute;
}
.boxCourse0401 .boxListOneIn .boxTxtR .linkList:before {
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  background-color: #980f26;
}
.boxCourse0401 .boxListOneIn .boxTxtR .linkList:after {
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

.box_content01_archCourse {
  position: relative;
  margin-bottom: 88px;
}
.img_tiremarks {
  content: "";
  position: absolute;
  top: 200px;
  left: 59%;
}
.box_content01_archCourse h3 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 5px solid #000;
  font-size: 1.625rem;
}
.box_content01_archCourse p {
  margin-top: 30px;
  line-height: 1.7333;
  font-size: 0.9375rem;
}
.box_archCourse_link {
  margin-top: 48px;
}
.box_archCourse_link ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.box_archCourse_link ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.box_content02_archCourse {
  margin-bottom: 80px;
}
.box_coursemap_title {
  position: relative;
  text-align: center;
}
.box_coursemap_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 1px;
  border-top: solid 5px #bababa;
  z-index: -1;
}
.box_coursemap_title img {
  padding: 0 26px;
  background: #fff;
  z-index: 1;
}
.box_course_map {
  margin-top: 48px;
}
.box_course_map iframe {
  max-width: 100%;
  width: 1280px;
  height: 609px;
}
.box_content03_archCourse {
  position: relative;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.box_content03_archCourse::after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 117px;
  height: 55px;
  background: url("/images/course/search_arrow.png") no-repeat center center /
    cover;
}
.bnr_content03_archCourse {
  position: relative;
  height: 128px;
  overflow: hidden;
}
.bnr_content03_archCourse img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_content04_archCourse {
  padding-top: 126px;
  padding-bottom: 200px;
  background: #f5f5f5;
}
.result_course_list {
  padding-bottom: 30px;
  position: relative;
}
.result_course_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91.95%;
  height: 1px;
  background-color: #b8b8b8;
}
.result_course_list:not(:first-child) {
  padding-top: 30px;
}
.result_course_item_wrapper {
  display: flex;
  justify-content: space-between;
}
.result_course_img {
  flex: 0 0 277px;
}
.result_course_img_box {
  padding-top: 68.23%;
  position: relative;
  overflow: hidden;
}
.result_course_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result_course_num {
  flex: 0 0 54px;
  padding-top: 26px;
  position: relative;
}
.result_course_num img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.result_course_num p {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.result_course_info {
  flex: 0 1 894px;
}
.result_course_level {
  display: inline-block;
  padding: 6px 22px;
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.result_course_ttl {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.375rem;
  font-weight: bold;
}
.box_result_course_info_dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  overflow: hidden;
}
.box_result_course_info_dl dl {
  display: flex;
  margin-bottom: 18px;
}
.box_result_course_info_dl dl:not(:last-child) {
  margin-right: 22px;
}
.box_result_course_info_dl dl dt {
  width: 84px;
  padding: 4px 0;
  border: 1px solid #b8b8b8;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
.box_result_course_info_dl dl dd {
  margin-left: 16px;
  padding: 4px 0;
  font-size: 0.9375rem;
  letter-spacing: 0.07em;
}
.result_course_keyword_list {
  margin-bottom: 18px;
}
.result_course_keyword_item {
  display: inline-block;
  color: #0071be;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  position: relative;
}
.result_course_keyword_item:not(:last-child) {
  margin-right: 10px;
}
.result_course_keyword_item:not(:last-child)::after {
  content: ",";
  position: absolute;
  top: 2px;
  right: -4px;
}
.result_course_read_more {
  width: 157px;
  height: 31px;
  margin-left: auto;
}
.page_course_arch .box_footer_contact_layer {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .box_content01_archCourse {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .box_archCourse_link {
    width: 90%;
    margin: 30px auto 0;
  }
  .box_archCourse_link ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box_archCourse_link ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .box_archCourse_link ul li img {
    width: 100%;
  }
  .box_archCourse_link ul li:nth-child(odd) {
    margin-right: 3.99%;
  }
  .box_content02_archCourse {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .bnr_content03_archCourse {
    height: auto;
    padding: 20px 0;
    background: url("/images_sp/course/course_bnr_bg.png") no-repeat center
      center / cover;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .bnr_content03_archCourse p {
    line-height: 1.3;
    text-align: center;
  }
  .bnr_content03_archCourse_eng_ttl {
    margin-top: 10px;
    color: #909090;
    font-size: 1rem;
  }
  .box_content04_archCourse {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .result_course_list {
    width: 90%;
    margin: 0 auto;
  }
  .result_course_num_sp {
    display: flex;
  }
  .result_course_num_sp img {
    width: 63px;
    height: 34px;
  }
  .result_course_num_sp p {
    margin-left: 10px;
    margin-bottom: 12px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 32px;
  }
  .result_course_title_sp {
    display: flex;
    margin-bottom: 12px;
  }
  .result_course_level {
    flex: 0 0 70px;
    padding: 6px 0;
    text-align: center;
  }
  .result_course_ttl {
    padding-top: 4px;
  }
  .box_result_course_info_dl dl {
    margin-bottom: 12px;
  }
  .result_course_read_more img {
    width: 100%;
    height: auto;
  }
}

/****************************
検索フォーム
****************************/
.box_course_search_area {
  padding: 40px 0 48px;
  margin-bottom: 6px;
}
.course_search_item {
  margin-bottom: 7px;
}
.course_search_item_wrap {
  display: flex;
}
.btn_course_search_item {
  width: 297px;
  height: 52px;
}
.course_search_labels {
  margin-left: 18px;
}
.course_search_label {
  line-height: 52px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.course_search_label:not(:last-of-type) {
  margin-right: 30px;
}
.search_selectbox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #373737;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
.search_selectbox {
  display: inline-block;
  width: 280px;
  height: 47px;
  margin-left: 20px;
  border: solid 1px #b8b8b8;
  background: #fff;
  vertical-align: top;

  position: relative;
  z-index: 1;
}
.search_selectbox::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #b8b8b8;
  border-right: 2px solid #b8b8b8;
  z-index: -1;
}
.checkbox_course_keyword_wrap {
  margin-top: 16px;
}
.checkbox_course_keyword {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 18px;
}
.checkbox_course_keyword input {
  display: none;
}
.checkbox_course_keyword span {
  padding: 5px 20px;
  border: 1px solid #5894cc;
  border-radius: 20px;
  color: #0071be;
  font-size: 0.875rem;
}
.checkbox_course_keyword input:checked + span {
  border: 1px solid #5894cc;
  background: #d6eeff;
  font-weight: bold;
}
.box_course_search_area input[type="submit"] {
  display: block;
  width: 315px;
  height: 55px;
  margin: 0 auto;
  background: url("/images/course/btn_search.png") no-repeat center center /
    cover;
  cursor: pointer;
}
.box_course_search_area input[type="reset"] {
  display: block;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-bottom: 1px solid #373737;
  background: transparent;
  color: #373737;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
}
.btn_course_search {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .box_course_search_area {
    padding: 40px 10px;
  }
  .btn_course_search_item {
    margin-left: 8px;
  }
  .course_search_item {
    margin-bottom: 20px;
  }
  .course_search_item_wrap {
    display: block;
  }
  .course_search_label {
    line-height: 38px;
  }
  .search_selectbox {
    margin-top: 10px;
  }
  .box_course_search_area input[type="submit"] {
    background: url("/images_sp/course/btn_search_sp.png") no-repeat center
      center / cover;
  }
}

/* 202412 チャレンジコースページ調整　*/

.box_singleCourse_free {
  margin-top: 76px;
  width: 100%;
}
.box_singleCourse_free a {
  display: block;
  padding: 20px 74px;
  font-size: 1.1rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
  z-index: 1;
  text-align: center;
}

.box_singleCourse_free a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 500%;
  background: #cecece;
  transform: rotate(-45deg);
  z-index: -1;
}
.box_singleCourse_free a::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(45deg);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.box_singleCourse_free a:hover {
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.box_singleCourse_free .sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .box_singleCourse_free a {
    display: block;
    padding: 20px 10px 20px 0px;
    width: 100%;
  }
  .box_singleCourse_free .sp_only {
    display: block;
  }
}

.page_course_arch .tab-container {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 72px;
}
.page_course_arch .tab {
  padding: 10px 10px;
  background: #ffffff;
  border: 1px solid #000000;
  border-bottom: none;
  text-align: center;
  font-weight: 700;
}
.page_course_arch .tab.active {
  color: #fff;
  background: linear-gradient(to left, #545454, #000000);
  border-left: 5px solid #9c0e26;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page_course_arch .tab.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 500%;
  background: #000000;
  transform: rotate(-45deg);
  z-index: -1;
}
.page_course_arch .tab:hover {
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.page_course_arch .map-container {
  display: none;
}

.page_course_arch .map-container.active {
  display: block;
}

.page_course_arch .map-container img {
  width: 100%;
  display: none;
}

.page_course_arch .map-container.active img.pc_img {
  display: block;
}

.page_course_arch .map-container.active img.sp_img {
  display: none;
}

/* スマホ用メディアクエリ */
@media only screen and (max-width: 750px) {
  .page_course_arch .map-container.active img.pc_img {
    display: none;
  }

  .page_course_arch .map-container.active img.sp_img {
    display: block;
  }

  .page_course_arch .tab-container {
    flex-direction: column;
  }

  .page_course_arch .map-container {
    position: relative;
    top: -30px;
  }
}
.ttl_taxonomy {
  width: 100%;
  text-align: center;
  padding: 0.6em 0;
  border: 1px solid;
  font-weight: bold;
  background-color: #fff;
  font-size: 1.4rem;
  margin-bottom: 3.2em;
}
.box_content04_archCourse ul + .ttl_taxonomy {
  margin-top: 3rem;
}
@media only screen and (max-width: 750px) {
  .ttl_taxonomy {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 0.8em;
  }
  .box_pagination {
    position: relative;
  }
  .box_pagination li.previous_pagination {
    position: absolute;
    left: 0;
    bottom: -1.5em;
  }
  .box_pagination li.next_pagination {
    position: absolute;
    right: 0;
    bottom: -1.5em;
  }
}
@media only screen and (min-width: 751px) {
  .result_course_list:not(:has(~ .width_750_none)):after {
    content: none;
  }
}

.pageCourse.modeTest .box_movie{
	z-index: 1;
}