@charset "UTF-8";
/* ======================================================
 * PC
====================================================== */
#course .maincontents {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* ------------------------------------------------------
 * main visual
------------------------------------------------------ */
.course_mv_txtbox {
  padding-top: 20px;
}
.course_mv_ttl {
  margin: 10px auto 8px;
  position: relative;
}
.course_mv_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -26px;
  left: -46px;
  width: 92px;
  height: 92px;
  background: url(../images/oe01-v2_mv_im03.png) no-repeat center center / 100%;
}
.course_mv_ttl span {
  padding: 3px 28px 9px 50px;
}
.course_mv_skill {
  padding: 0 0 6px;
}
.course_mv_award {
  margin-top: -20px;
}

/* ------------------------------------------------------
 * headLead
------------------------------------------------------ */
.headLead {
  background-color: #f0f4f2;
}
.headLead-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.headLead-txt {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

/* ------------------------------------------------------
 * intro
------------------------------------------------------ */
.intro-inner {
  padding: 80px 0 70px;
}
.intro-ttl {
  color: #092f45;
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}
.intro-ttl span {
  font-size: 52px;
}
.intro-list {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 20px auto 0;
}
.intro-item {
  width: 210px;
  text-align: center;
}
.intro-lead {
  margin-top: 15px;
  font-size: 20px;
}
.intro-lead .type-accent {
  padding: 0 5px 0 8px;
  color: #e9334a;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(transparent 60%, #fff461 60%);
}
.intro-lead .type-highlight {
  color: #e9334a;
  font-weight: bold;
  font-size: 24px;
}
.intro-lead .type-em {
  font-weight: bold;
}

/* ------------------------------------------------------
 * intro-combi
------------------------------------------------------ */
.intro-combi {
  padding: 80px 0 70px;
  background: url(../../common/images/bg_check.png);
}
.intro-combi_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.intro-combi_box {
  margin-top: 40px;
}
.intro-combi_box + .intro-combi_box {
  margin-top: 80px;
}
.intro-combi_head {
  display: flex;
  align-items: center;
}
.intro-combi_thumb {
  flex-shrink: 0;
  max-width: 270px;
  margin-right: 40px;
}
.intro-combi_subttl {
  font-weight: bold;
  font-size: 32px;
}
.intro-combi_subttl .type-em {
  font-size: 38px;
  padding: 0 5px 0 8px;
  background: linear-gradient(transparent 60%, #fff461 60%);
}
.intro-combi_subttl .type-small {
  padding: 0 5px 0 1px;
  font-size: 19px;
}
.intro-combi_step {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.intro-combi_step_item {
  width: calc((100% - (10px * 2)) / 3);
  padding: 28px 32px;
  border: 1px solid #15a4fd;
  background-color: #fff;
  border-radius: 10px;
}
.type-business .intro-combi_step_item,
.type-test .intro-combi_step_item {
  width: calc((100% - 10px) / 2);
}
.intro-combi_step_item > *:first-child {
  margin-top: 0;
}
.intro-combi_step_column {
  display: flex;
  align-items: center;
}
.intro-combi_step_column .intro-combi_step_lead {
  margin-top: 0;
}
.intro-combi_step_label {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  padding: 5px 10px 3px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #0c5eb2;
}
.intro-combi_step_label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 22px;
  border-color: transparent transparent transparent #0c5eb2;
}
.intro-combi_step_lead {
  margin-top: 20px;
  color: #0c5eb2;
  font-weight: bold;
  font-size: 25px;
}
.intro-combi_step_txt {
  margin-top: 20px;
  font-size: 16px;
}
.intro-combi_step_note {
  margin-top: 20px;
  font-size: 13px;
}

/* ------------------------------------------------------
 * courseDetail
------------------------------------------------------ */
.courseDetail {
  margin-top: 50px;
}
.cp-ribbon_area + .courseDetail {
  margin-top: 20px;
}
.courseDetail-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.courseDetail-ttl .type-em {
  color: #e53421;
}
.courseDetail-headLead {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.courseDetail-table {
  width: 100%;
  margin-top: 30px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
/* thead */
.courseDetail-table thead th {
  position: relative;
  width: calc((100% - (50px + 120px)) / 3);
  padding: 15px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.courseDetail-table thead th:nth-child(1) {
  width: 50px;
}
.courseDetail-table thead th:nth-child(2) {
  width: 120px;
}
.courseDetail-light {
  background-color: #f7e9cb;
}
.courseDetail-standard {
  background-color: #fcddcf;
}
.courseDetail-plus {
  background-color: #d3deeb;
}
.courseDetail-icon {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 60px;
  height: 60px;
  padding: 24px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  background-color: #ffef5b;
  border-radius: 50%;
}
.courseDetail-lead {
  font-size: 16px;
}
.courseDetail-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
}
/* tbody */
.courseDetail-table tbody th {
  position: relative;
  padding: 5px 10px;
  background-color: #f9f9f9;
}
.courseDetail-table tbody th.courseDetail-head {
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 10px 0 0 10px;
}
.courseDetail-label {
  display: inline-block;
  margin-top: 5px;
  padding: 4px 15px 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  background-color: #ffd4d4;
}
.courseDetail-balloon {
  position: absolute;
  top: -110px;
  left: -8px;
  width: 120px;
}
.courseDetail-table td {
  padding: 5px;
  text-align: center;
}
.courseDetail-table tbody td:nth-last-child(3) {
  background-color: #fffaf0;
}
.courseDetail-table tbody td:nth-last-child(2) {
  background-color: #fff5f0;
}
.courseDetail-table tbody td:nth-last-child(1) {
  background-color: #f2f8ff;
}
.courseDetail-apply {
  padding: 10px 20px;
}
.courseDetail-price {
  font-weight: bold;
  font-size: 24px;
}
.courseDetail-price span {
  font-size: 16px;
}
.courseDetail-btn {
  margin-top: 5px;
}
.courseDetail-btn a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 35px;
  font-family: heisei-kaku-gothic-std, sans-serif;
  color: #fff;
  font-size: 15px;
  background-color: #fb6d00;
  border-radius: 100vh;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
.courseDetail-btn a:visited {
  color: #fff;
}
.courseDetail-btn a:hover {
  text-decoration: none;
  background-color: #de6e18;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.courseDetail-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 23px;
  height: 22px;
  background: url(../../common/images/course_nav_btn-ic01.png) no-repeat center center / 100%;
  transform: translateY(-50%);
}
.courseDetail-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  height: 10px;
  background: url(../../common/images/course_nav_btn-ic02.png) no-repeat center center / 100%;
  transform: translateY(-50%);
}
.courseDetail-btn.type-year a {
  background-color: #ff0000;
}
.courseDetail-btn.type-year a:hover {
  background-color: #df1818;
}
.courseDetail-txt_label {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 4px 2px 8px;
  font-weight: bold;
  line-height: 1.3;
  background-color: #ffef5b;
}

/* ------------------------------------------------------
 * courseTab
------------------------------------------------------ */
.courseTab {
  margin-top: 20px;
  text-align: center;
}
.courseTab-list {
  display: inline-block;
  padding: 4px;
  font-size: 0;
  background-color: #e5e5e5;
  border-radius: 30px;
}
.courseTab-item {
  display: inline-block;
  width: 136px;
}
.courseTab-item:not(:first-child) {
  margin-left: 4px;
}
button.courseTab-btn {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 0;
  border: none;
  font-size: 20px;
  background-color: #e5e5e5;
  border-radius: 30px;
  cursor: pointer;
  transition: all .2s ease-out 0s;
}
button.courseTab-btn:hover {
  opacity: 0.7;
  box-shadow: none;
}
button.courseTab-btn:focus {
  box-shadow: none;
}
.courseTab-btn.is-active {
  border-color: #188149;
  color: #fff;
  background-color: #188149;
  pointer-events: none;
}


/* ------------------------------------------------------
 * benefit
------------------------------------------------------ */
.benefit {
  margin-top: 50px;
}
.benefit-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.benefit-ttl .type-em {
  color: #e53421;
}
.benefit-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.benefit-item {
  width: calc((100% - (20px * 2)) / 3);
  border: 2px solid #15a4fd;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.benefit-subttl {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 10px;
  border-bottom: 2px solid #15a4fd;
  text-align: center;
}
.benefit-inner {
  padding: 12px 15px;
}
.benefit-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 6px 0 4px;
  color: #3e1a09;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  background-color: #ffd4d4;
}
.benefit-txt {
  margin-top: 15px;
  font-size: 16px;
}
.benefit-btn {
  margin-top: 15px;
  text-align: center;
}
.benefit-btn a,
.benefit-btn span {
  display: inline-block;
  position: relative;
  padding: 6px 15px 6px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #209ce9;
  border-radius: 10px;
  transition: all .2s ease-out 0s;
  cursor: pointer;
}
.benefit-btn a::after,
.benefit-btn span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 19px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.benefit-btn a:visited {
  color: #fff;
}
.benefit-btn a:hover,
.benefit-btn span:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ------------------------------------------------------
 * mainAbout
------------------------------------------------------ */
.mainAbout {
  margin: 40px auto;
  border: 2px solid #15a4fd;
  background-color: #fff;
  border-radius: 10px;
}
.mainAbout-inner {
  padding: 0 20px 50px;
}
.mainAbout-head {
  display: flex;
  align-items: center;
  padding: 10px 20px 8px;
  border-bottom: 2px solid #15a4fd;
}
.mainAbout-head_logo {
  flex-shrink: 0;
  margin-right: 40px;
}
.mainAbout-head_cont {
  font-size: 17px;
  letter-spacing: 0.03em;
}

/* ------------------------------------------------------
 * leadArea
------------------------------------------------------ */
.leadArea {
  height: 210px;
  margin: 0 -20px;
  padding: 30px 40px;
  background: #f4f5f8 url(../images/oe01_leadArea_bg01.png) no-repeat right top;
}
.leadArea-txt {
  font-size: 18px;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0 #fff, -2px 2px 0px #fff, 2px -2px 0 #fff, 0px 2px 0px #fff, 0px -2px 0 #fff, -2px 0px 0px #fff, 2px 0 0 #fff;
  line-height: 1.4;
}
.leadArea-txt + .leadArea-txt {
  margin-top: 25px;
}

/* ------------------------------------------------------
 * anchor
------------------------------------------------------ */
.anchor {
  margin-top: 15px;
}
.anchor-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.anchor-item {
  width: calc((100% - 10px) / 2);
  padding: 6px 0;
  border-bottom: 1px dashed #ccc;
}
.anchor-ttl {
  font-weight: bold;
  font-size: 16px;
}
.anchor-ttl a {
  position: relative;
  padding-left: 22px;
  color: #0080ec;
}
.anchor-ttl a:visited {
  color: #0080ec;
}
.anchor-ttl a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #0080EC;
  border-bottom: 0;
}
.anchor-txt {
  margin-top: 5px;
}

/* ------------------------------------------------------
 * point
------------------------------------------------------ */
.point {
  margin-top: 50px;
}
.point-item:not(:first-child) {
  margin-top: 60px;
}
.point-subttl {
  margin-top: 25px;
}
.point-lead {
  margin-top: 15px;
  font-size: 17px;
}
.point-detail {
  display: flex;
  margin-top: 15px;
}
.point-detail + .point-detail {
  margin-top: 30px;
}
.point-thumb {
  flex-shrink: 0;
  margin-right: 40px;
}
.point-caption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.point-cont {
  position: relative;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.point-txt + .point-txt {
  margin-top: 15px;
}
.point-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.point-btn a {
  display: inline-block;
  position: relative;
  padding: 5px 15px 2px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #209ce9;
  border-radius: 10px;
}
.point-btn a:visited {
  color: #fff;
}
.point-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.point-btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0px 19px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.point-column {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.point-column .point-detail {
  width: calc((100% - 40px) / 2);
  margin-top: 0;
}
.point-column .point-thumb {
  max-width: 240px;
  margin-right: 20px;
}
.point-column .point-cont {
  padding-top: 0;
}

/* ------------------------------------------------------
 * carousel01
------------------------------------------------------ */
.carousel01 {
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 174px;
  opacity: 0;
  z-index: 1;
}
.carousel01.slick-initialized {
  opacity: 1;
}
.carousel01 .slide-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  opacity: 0.8;
}
.carousel01 .slide-arrow:hover {
  opacity: 0.6;
  box-shadow: none;
}
.carousel01 .slide-arrow:active,
.carousel01 .slide-arrow:focus,
.carousel01 .slide-arrow:visited {
  box-shadow: none;
}
.carousel01 .prev-arrow {
  left: -14px;
}
.carousel01 .next-arrow {
  right: 18px;
}
.carousel01 .slide-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #a4aaae;
  border-radius: 50%;
}
.carousel01 .slide-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left: 12px solid #fff;
}
.carousel01 .prev-arrow::after {
  left: 0;
  border-left: 0;
  border-right: 12px solid #fff;
}

/* ------------------------------------------------------
 * curriculum
------------------------------------------------------ */
.curriculum {
  margin: 40px -20px 0;
  padding: 40px 20px 50px;
  font-size: 16px;
  background-color: #fffde8;
}
.curriculum-ttl img {
  margin: 0 auto;
}
.curriculum-box {
  margin-top: 30px;
}
.curriculum-subttl {
  text-align: center;
}
.curriculum-subttl span {
  display: inline-block;
  padding: 5px 20px 1px;
  color: #188149;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
}
.curriculum-detail {
  margin-top: 10px;
}
.curriculum-lead {
  padding: 8px 10px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background-color: #188149;
}
.curriculum-list {
  padding: 10px 20px;
  background-color: #fff;
}
.curriculum-item {
  display: inline;
  padding: 3px 0 1px 8px;
  border: 1px solid #cfcfcf;
  font-size: 15px;
  line-height: 2.2;
  border-radius: 6px;
}

/* curriculum-tab */
.curriculum-tab {
  margin-top: 15px;
}
.curriculum-tab_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.curriculum-tab_item {
  position: relative;
  width: calc((100% - (7px * 2)) / 3);
}
.curriculum-tab_item:not(:nth-child(-n+3)) {
  margin-top: 12px;
}
button.curriculum-tab_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  padding: 12px 14px 10px 48px;
  border: 1px solid #009748;
  color: #009748;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
button.curriculum-tab_btn:hover {
  opacity: 0.7;
  box-shadow: none;
}
button.curriculum-tab_btn:focus {
  box-shadow: none;
}
button.curriculum-tab_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 90%;
}
.curriculum-tab_btn.is-active::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto -8px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #009748;
}
button.curriculum-tab_btn.is-active {
  border: 1px solid #009748;
  color: #fff;
  background-color: #009748;
}
.curriculum-tab_btn span {
  display: block;
  position: relative;
}
.curriculum-tab_btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  border: 7px solid transparent;
  border-top: 10px solid #009748;
}
.curriculum-tab_btn.is-active span::after {
  border-top-color: #fff;
}

/* #tab1_button */
button#tab1_button {
  font-size: 18px;
}
button#tab1_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic09_off.png");
}
#tab1_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic09_on.png");
}
/* #tab2_button */
button#tab2_button {
  font-size: 17px;
}
button#tab2_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic10_off.png");
}
#tab2_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic10_on.png");
}
/* #tab3_button */
button#tab3_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic07_off.png");
}
#tab3_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic07_on.png");
}
/* #tab4_button */
button#tab4_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic08_off.png");
}
#tab4_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic08_on.png");
}
/* #tab5_button */
button#tab5_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic12_off.png");
}
#tab5_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic12_on.png");
}
/* #tab6_button */
button#tab6_button::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic11_off.png");
}
#tab6_button.is-active::before {
  background-image: url("https://azby.fmworld.net/manabi/course/oe01/images/oe01_ic11_on.png");
}

.curriculum-tab_wrap {
  margin-top: 30px;
}
.curriculum-tab_box {
  display: none;
  border: 1px solid #009748;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.curriculum-tab_box.is-active {
  display: block;
}
.curriculum-tab_head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 10px 8px;
  background-color: #009748;
}
.curriculum-tab_ttl {
  margin-left: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 0.2rem;
}
.curriculum-tab_inner {
  display: flex;
  justify-content: space-between;
  padding: 35px 28px;
}
.curriculum-tab_detail {
  width: calc((100% - 38px) / 2);
}
.curriculum-tab_ttlArea {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #009748;
  font-weight: bold;
}
.curriculum-tab_name {
  font-size: 19px;
}
.curriculum-tab_count {
  color: #009748;
  font-size: 13px;
}
.curriculum-tab_count span {
  padding: 0 4px;
  font-weight: bold;
  font-size: 22px;
}
.curriculum-tab_thumb {
  margin-top: 12px;
}
.curriculum-tab_txt {
  margin-top: 15px;
}
.curriculum-tab_txt .type-em {
  font-weight: bold;
}

/* ------------------------------------------------------
 * merit
------------------------------------------------------ */
.merit {
  margin-top: 40px;
  background-color: #fff;
}
.merit-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.merit-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.merit-item {
  width: calc((100% - 20px) / 3);
  text-align: center;
}
.merit-txt {
  font-weight: bold;
  font-size: 16px;
}
.merit-thumb {
  margin-top: 5px;
}

/* ------------------------------------------------------
 * example
------------------------------------------------------ */
.example {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px dashed #ccc;
}
.example-head {
  display: flex;
}
.example-head_note {
  margin-left: 30px;
  font-size: 14px;
}
.example-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.example-item {
  position: relative;
  width: calc((100% - (30px * 3)) / 4);
  padding-left: 10px;
  border-left: 3px solid #009748;
}
.example-label {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-left: -10px;
  padding: 1px 30px 1px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  background-color: #009748;
}
.example-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 16px 9px 16px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
.example-thumb {
  margin-top: -10px;
}
.example-cont {
  margin-top: 18px;
  padding: 0 10px;
  font-size: 15px;
}
.example-txt .type-em {
  color: #f62457;
  font-weight: bold;
}

/* ------------------------------------------------------
 * userpage
------------------------------------------------------ */
.userpage {
  margin-top: 60px;
}
.userpage-lead {
  margin-top: 15px;
  font-size: 15px;
}
.userpage-thumb {
  margin: 15px auto 0;
  text-align: center;
}

/* ------------------------------------------------------
 * combination
------------------------------------------------------ */
.combination {
  margin-top: 60px;
}
.combination-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.combination-item {
  width: calc((100% - 20px) / 2);
  padding: 10px 0 4px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  font-size: 16px;
}
.combination-item span {
  font-size: 8px;
  padding: 0 5px 0 1px;
}
.combination-box {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccc;
}
.combination-box + .combination-box {
  margin-top: 60px;
}
.combination-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.combination-head {
  display: flex;
  align-items: center;
}
.combination-thumb {
  flex-shrink: 0;
  margin-right: 50px;
}
.combination-subttl {
  font-weight: bold;
  font-size: 28px;
}
.combination-subttl .type-em {
  font-size: 33px;
  padding: 0 5px 0 8px;
  background: linear-gradient(transparent 60%, #fff461 60%);
}
.combination-subttl .type-small {
  padding: 0 5px 0 1px;
  font-size: 17px;
}
.combination-step {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.combination-step_item {
  width: calc((100% - (40px * 2)) / 3);
}
.type-business .combination-step_item,
.type-test .combination-step_item {
  width: calc((100% - 40px) / 2);
}
.combination-step_item > *:first-child {
  margin-top: 0;
}
.combination-step_column {
  display: flex;
  align-items: center;
}
.combination-step_column .combination-step_lead {
  margin-top: 0;
}
.combination-step_label {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  padding: 5px 10px 3px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #0c5eb2;
}
.combination-step_label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 22px;
  border-color: transparent transparent transparent #0c5eb2;
}
.combination-step_lead {
  margin-top: 20px;
  color: #0c5eb2;
  font-weight: bold;
  font-size: 25px;
}
.combination-step_txt {
  margin-top: 20px;
  font-size: 16px;
}
.combination-step_note {
  margin-top: 20px;
  font-size: 13px;
}

/* ======================================================
 * SP
====================================================== */
@media screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * main visual
  ------------------------------------------------------ */
.course_mv_ttl::before {
  top: -32px;
  left: -34px;
  background: url(../images/oe01-v2_mv_im03.png) no-repeat center center / 90%;
}
.course_mv_ttl span {
  padding: 3px 28px 9px 56px;
}

  /* ------------------------------------------------------
   * headLead
  ------------------------------------------------------ */
  .headLead-inner {
    padding: 30px 10px;
  }
  .headLead-txt {
    font-size: 16px;
  }
  /* ------------------------------------------------------
   * intro
  ------------------------------------------------------ */
  .intro-inner {
    padding: 50px 10px;
  }
  .intro-ttl {
    font-size: 28px;
  }
  .intro-ttl span {
    font-size: 33px;
  }
  .intro-list {
    flex-wrap: wrap;
    max-width: 450px;
  }
  .intro-item {
    width: calc((100% - 20px) / 2);
  }
  .intro-item:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .intro-lead {
    font-size: 16px;
  }
  .intro-lead .type-accent {
    font-size: 19px;
  }
  .intro-lead .type-highlight {
    font-size: 19px;
  }
  /* ------------------------------------------------------
   * intro-combi
  ------------------------------------------------------ */
  .intro-combi {
    padding: 50px 10px;
  }
  .intro-combi_box + .intro-combi_box {
    margin-top: 50px;
  }
  .intro-combi_head {
    display: block;
  }
  .intro-combi_thumb {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .intro-combi_subttl {
    margin-top: 20px;
    font-size: 23px;
  }
  .intro-combi_subttl .type-em {
    font-size: 28px;
  }
  .intro-combi_subttl .type-small {
    font-size: 14px;
  }
  .intro-combi_step {
    display: block;
  }
  .intro-combi_step_item {
    width: 100%;
    padding: 20px 22px;
  }
  .intro-combi_step_item:not(:first-child) {
    margin-top: 10px;
  }
  .type-business .intro-combi_step_item,
  .type-test .intro-combi_step_item {
    width: 100%;
  }
  .intro-combi_step_column {
    display: block;
  }
  .intro-combi_step_lead {
    min-height: auto !important;
    margin-top: 10px;
  }
  .intro-combi_step_column .intro-combi_step_lead {
    margin-top: 10px;
  }
  .intro-combi_step_txt {
    margin-top: 10px;
  }
  .intro-combi_step_note {
    margin-top: 15px;
  }
  /* ------------------------------------------------------
   * courseDetail
  ------------------------------------------------------ */
  .courseDetail {
    padding: 0 10px;
  }
  .courseDetail-ttl {
    font-size: 22px;
  }
  .courseDetail-headLead {
    font-size: 16px;
  }
  .courseDetail-scroll {
    margin: 0 -10px;
    overflow-x: scroll;
  }
  .courseDetail-table {
    min-width: 750px;
    margin: 30px 10px 0;
    border-spacing: 2px;
  }
  /* thead */
  .courseDetail-table thead th {
    width: calc((100% - (30px + 100px)) / 3);
  }
  .courseDetail-table thead th:nth-child(1) {
    width: 30px;
  }
  .courseDetail-table thead th:nth-child(2) {
    width: 100px;
  }
  .courseDetail-icon {
    width: 45px;
    height: 45px;
    padding: 17px 0;
    font-size: 12px;
  }
  .courseDetail-lead {
    font-size: 14px;
  }
  .courseDetail-name {
    font-size: 16px;
  }
  /* tbody */
  .courseDetail-table tbody th {
    padding: 5px;
  }
  .courseDetail-table tbody th.courseDetail-head {
    padding: 0 5px;
    font-size: 14px;
  }
  .courseDetail-label {
    padding: 4px 10px 2px;
    font-size: 13px;
  }
  .courseDetail-balloon {
    top: -70px;
    left: 0px;
    width: 90px;
  }
  .courseDetail-apply {
    padding: 5px 12px;
  }
  .courseDetail-btn a {
    padding-left: 30px;
    font-size: 13px;
  }
  .courseDetail-btn a::before {
    left: 8px;
    width: 18px;
    height: 17px;
  }
  .courseDetail-btn a::after {
    right: 8px;
    width: 8px;
    height: 9px;
  }
  /* ------------------------------------------------------
   * courseTab
  ------------------------------------------------------ */
  button.courseTab-btn {
    padding: 6px 0;
    font-size: 16px;
  }
  /* ------------------------------------------------------
   * benefit
  ------------------------------------------------------ */
  .benefit {
    padding: 0 10px;
  }
  .benefit-ttl {
    font-size: 22px;
  }
  .benefit-list {
    display: block;
  }
  .benefit-item {
    width: 100%;
  }
  .benefit-item:not(:first-child) {
    margin-top: 15px;
  }
  .benefit-subttl {
    display: block;
    height: auto;
    padding: 5px 40px;
  }
  .benefit-lead {
    display: block;
    min-height: auto;
    font-size: 17px;
    text-align: center;
  }
  .benefit-txt {
    min-height: auto !important;
  }
  .benefit-btn a,
  .benefit-btn span {
    display: block;
    padding: 6px 0 6px 10px;
  }
  .benefit-btn a::after,
  .benefit-btn span::after {
    margin-left: 15px;
  }
  /* ------------------------------------------------------
   * mainAbout
  ------------------------------------------------------ */
  .mainAbout {
    margin: 40px 10px 0;
  }
  .mainAbout-inner {
    padding: 0 10px 40px;
  }
  .mainAbout-head {
    display: block;
    padding: 20px 10px 8px;
  }
  .mainAbout-head_logo {
    margin-right: 0;
    text-align: center;
  }
  .mainAbout-head_cont {
    margin-top: 15px;
  }
  /* ------------------------------------------------------
   * leadArea
  ------------------------------------------------------ */
  .leadArea {
    height: auto;
    margin: 0 -10px;
    padding: 30px 10px;
    background-size: contain;
  }
  .leadArea-txt {
    margin-top: 80px;
    font-size: 15px;
  }
  /* ------------------------------------------------------
   * anchor
  ------------------------------------------------------ */
  .anchor-list {
    padding: 0;
  }
  .anchor-txt {
    font-size: 14px;
  }
  /* ------------------------------------------------------
   * point
  ------------------------------------------------------ */
  .point {
    margin-top: 40px;
  }
  .point-item:not(:first-child) {
    margin-top: 40px;
  }
  .point-lead {
    margin-top: 10px;
    font-size: 16px;
  }
  .point-detail {
    display: block;
    margin-top: 15px;
  }
  .point-detail + .point-detail {
    margin-top: 20px;
  }
  .point-thumb {
    margin-right: 0;
    text-align: center;
  }
  .point-cont {
    padding-top: 10px;
  }
  .point-btn {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .point-btn a {
    display: block;
    padding: 6px 0 6px 10px;
  }
  .point-btn a::after {
    margin-left: 15px;
  }
  .point-column {
    display: block;
    margin-top: 20px;
  }
  .point-column .point-detail {
    width: 100%;
  }
  .point-column .point-thumb {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .point-column .point-cont {
    padding-top: 10px;
  }
  /* ------------------------------------------------------
   * carousel01
  ------------------------------------------------------ */
  .carousel01 {
    margin: 0 auto;
  }
  /* ------------------------------------------------------
   * curriculum
  ------------------------------------------------------ */
  .curriculum {
    margin: 40px -10px 0;
    padding: 20px 10px 30px;
  }
  .curriculum-subttl span {
    font-size: 22px;
  }
  .curriculum-lead {
    font-size: 16px;
    text-align: left;
  }
  .curriculum-list {
    padding: 10px;
  }
  /* curriculum-tab */
  .curriculum-tab {
    margin-top: 10px;
  }
  .curriculum-tab_list {
    display: block;
  }
  .curriculum-tab_item {
    width: 100%;
  }
  .curriculum-tab_item:not(:first-child) {
    margin-top: 10px;
  }
  .curriculum-tab_item:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }
  button.curriculum-tab_btn {
    height: 54px;
    padding: 10px 15px 8px 42px;
  }
  .curriculum-tab_wrap {
    margin-top: 20px;
  }
  .curriculum-tab_head {
    padding: 12px 10px 10px;
  }
  .curriculum-tab_icon {
    width: 34px;
  }
  .curriculum-tab_ttl {
    font-size: 20px;
  }
  .curriculum-tab_inner {
    display: block;
    padding: 20px 10px 30px;
  }
  .curriculum-tab_detail {
    width: 100%;
  }
  .curriculum-tab_detail + .curriculum-tab_detail {
    margin-top: 30px;
  }
  .curriculum-tab_ttlArea {
    display: block;
  }
  .curriculum-tab_name {
    font-size: 18px;
  }
  .curriculum-tab_count {
    font-size: 11px;
  }
  .curriculum-tab_count span {
    font-size: 18px;
  }
  /* ------------------------------------------------------
   * merit
  ------------------------------------------------------ */
  .merit-ttl {
    font-size: 22px;
  }
  .merit-list {
    display: block;
    margin-top: 20px;
  }
  .merit-item {
    width: 100%;
  }
  .merit-item:not(:first-child) {
    margin-top: 20px;
  }
  /* ------------------------------------------------------
   * example
  ------------------------------------------------------ */
  .example {
    margin-top: 30px;
    padding-top: 30px;
  }
  .example-head {
    display: block;
  }
  .example-head_note {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .example-list {
    display: block;
  }
  .example-item {
    width: 100%;
    margin-top: 10px;
  }
  .example-thumb {
    margin-top: -5px;
    text-align: center;
  }
  .example-cont {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  /* ------------------------------------------------------
   * userpage
  ------------------------------------------------------ */
  .userpage {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
   * combination
  ------------------------------------------------------ */
  .combination {
    margin-top: 40px;
  }
  .combination-box {
    margin-top: 40px;
    padding: 0 10px 30px;
  }
  .combination-box + .combination-box {
    margin-top: 40px;
  }
  .combination-head {
    display: block;
  }
  .combination-thumb {
    margin-right: 0;
    text-align: center;
  }
  .combination-subttl {
    margin-top: 20px;
    font-size: 22px;
  }
  .combination-subttl .type-em {
    font-size: 26px;
  }
  .combination-subttl .type-small {
    font-size: 13px;
  }
  .combination-step {
    display: block;
    margin-top: 40px;
  }
  .combination-step_item {
    width: 100%;
  }
  .combination-step_item:not(:first-child) {
    margin-top: 40px;
  }
  .type-business .combination-step_item,
  .type-test .combination-step_item {
    width: 100%;
  }
  .combination-step_column {
    display: block;
  }
  .combination-step_lead {
    min-height: auto !important;
    margin-top: 10px;
  }
  .combination-step_column .combination-step_lead {
    margin-top: 10px;
  }
  .combination-step_txt {
    margin-top: 10px;
  }
  .combination-step_note {
    margin-top: 15px;
  }
}