@charset "UTF-8";
:root {
	--main-color: #c0153f;
  --borderRedSec: 2px solid #c0153f;
}
main ul {
  list-style: none;
}
main figure {
  margin: 0 !important;
}
main a:hover {
  text-decoration: none;
}
main p {
  line-height: 1.6;
}
.sp { display: none !important; }
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*　//////////////////////////////////////////////////
202607改修 Armトレーニングトップページ
//////////////////////////////////////////////////　*/

/* kv */
@media (min-width: 768px) {
  .main-heading {
    position: relative;
  }
  .main-heading ul {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 2%;
    right: 0.5%;
  }
  .main-heading ul li {
    background: #013270;
    border-radius: 10px;
    box-shadow: 2px 2px #fff;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0.6rem 1.0rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .main-heading__text .heading-Lv1__caption {
    font-size: 1rem;
  }
}
@media (min-width: 821px) {
    .main-heading ul {
      gap: 20px;
      bottom: 3%;
      right: 3%;
    }
    .main-heading ul li {
      font-size: 1rem;
      padding: 0.6rem 1.6rem;
      display: flex;
      align-items: center;
      gap: 0 5px;
    }
    .main-heading__text .heading-Lv1__caption {
    font-size: 1.125rem;
    }
}
@media (max-width: 767px) {
  .main-heading__text {
    margin: 0 0 1.2rem;
    }
    .main-heading ul {
      color: #013270;
      padding: 0;
      margin: 0 0 2rem;
    }
    .main-heading ul li {
      font-weight: bold;
      font-size: 0.95rem;
      position: relative;
      padding-left: 01.5rem;
      line-height: 1.8;
    }
    .main-heading ul li:before,
    .main-heading ul li:after{
      content:"";
      display:block;
      position:absolute;
    }
    .main-heading ul li:before{
      width:16px;
      height:16px;
      border-radius:10px;
      background:#013270;
      left:0;
      top:5px;
    }
    .main-heading ul li:after{
      border-left:2px solid #fff;
      border-bottom:2px solid #fff;
      width:5px;
      height:2px;
      -webkit-transform:rotate(-45deg);
      transform:rotate(-45deg);
      left:5px;
      top:10px;
    }
}

/* 豊富なトレーニング実績 */
@media (min-width: 768px) {
  .l-sectionWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-sectionWrap div {
    width: 70%;
  }
  .l-sectionWrap figure {
    width: 28%;
    text-align: center;
  }
  .l-sectionWrap figure img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .l-sectionWrap figure{
    text-align: center;
  }
  .l-sectionWrap figure img{
    width: 60%;
  }
}

/* コース */
.course {
  padding: 0;
}
.course span {
    display: block;
    font-size: 1.125rem;
    padding: 0.6rem 0 0.6rem 1.2rem;
    position: relative;
}
.course span:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: var(--borderRedSec);
    border-right: var(--borderRedSec);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.course a:hover {
    opacity: 0.6;
}
@media (min-width: 768px) {
  .course {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .course li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .course li:first-child {
    padding-bottom: 1rem;
  }
}
/*　//////////////////////////////////////////////////
202607改修 各コースページ
//////////////////////////////////////////////////　*/

/* 申込ボタン */
.cvBtn a{
  display: block;
  padding: 1rem 2.8rem;
  font-size: 1.15rem;
  border: 2px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  border-radius: 50px;
  text-align: center;
  width: fit-content;
  margin: 4rem auto 0;
  position: relative;
  letter-spacing: 0.1dvw;
}
.cvBtn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
  bottom: 0;
  margin: auto;
}
.cvBtn a:hover {
  text-decoration: none;
  border: var(--borderRedSec);
  background: #fff;
  color: var(--main-color);
}
.cvBtn a:hover:after {
  border-top: var(--borderRedSec);
  border-right: var(--borderRedSec); 
}
.toTop {
  text-align: right;
}
.toTop a {
  position: relative;
}
.toTop a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: var(--borderRedSec);
  border-right: var(--borderRedSec);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  margin: auto;
}
.toTop a:hover {
  opacity: 0.6;
}
@media (max-width: 480px) {
  .sp { 
    display: block !important; 
  }
  .cvBtn a {
    padding: 0.8rem 0.6rem;
    font-size: 0.8rem;
    margin: 2rem auto 0;
    width: 95%;
  }
}

/*　//////////////////////////////////////////////////
202607改修 マイコン制御開発 基礎コース
//////////////////////////////////////////////////　*/
.mcu {
	margin: 2em auto 4em;
	text-wrap: pretty;
}
.mcu figure img {
	width: 100%;
}
.mcu .txt p,.mcu .txt ul {
	font-size: 110%;
}
.mcu .txt span {
	font-weight: bold;
}
.mcu .txt .red {
	color: var(--main-color);
	font-weight: bold;
	font-size: 116%;
}
.mcu .txt ul {
	padding: 0 0 0.8em 1.2em;
	list-style: disc;
	text-indent: -5px;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.mcu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mcu figure {
		width: 52%;
	}
	.mcu .txt {
		width: 43%;
	}
}
@media (max-width: 767px) {
	.mcu .txt {
		margin-top: 2em;
	}
}
