@charset "UTF-8";

.img_full {
  width: 100%;
}

.title_section_sub {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 40px 0;
}
.list_class + .title_section_sub {
  margin-top: 80px;
}

.list_skill {
  display: flex;
  justify-content: center;
  gap: 25px;
	margin-top:30px;
}
.list_skill li {
  width: 316px;
  border: solid 2px #e49292;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.list_skill a {
  display: block;
  text-decoration: none;
  padding: 25px 0;
  transition: all .3s;
}
.list_skill a:hover {
  opacity: .7;
}
.list_skill a .type {
  display: flex;
  align-items: center;
  margin: 0 10px 0 15px;
}
.list_skill a .type .number {
  width: 30px;
  font-size: 1.6rem;
  color: #e49292;
}
.list_skill a .type .name {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.8em;
  flex-grow: 2;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #000;
  background-image: url("../img/common/arrow_right_punctuation.svg"), url("../img/common/arrow_right_circle.svg");
  background-size: 6px auto, auto 2em;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  padding-left: 15px;
}

.list_class {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.list_class li {
  display: flex;
  flex-direction: column;
  width: 220px;
}
.list_class li h5 {
  font-size: 1.6rem;
	font-weight: bold;
	margin-top:1em;
	line-height: 150%;
	text-align: center;
}
.list_class li p {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 1em 0;
}
.list_class li .btn_detail {
  align-items: flex-end;
}
.list_class .thumb_wrap{
	width: 220px;
	height: 220px;
}
.list_class .thumb_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn_detail {
  text-align: center;
}
.btn_detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  text-decoration: none;
  font-size: 1.6rem;
  color: #FFF;
  background-color: #e49292;
  border-radius: .56em;
  transition: all .3s;
}
.btn_detail.large a {
  width: 18em;
  height: 4em;
  font-size: 2.1rem;
  margin-top: 2.85715em;
}
.btn_detail a:hover {
  opacity: .7;
}

.btn_line {
  text-align: center;
}
.btn_line a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 4em;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
  background-color: #06c755;
  margin-top: 2.85715em;
  padding-left: 3em;
  box-sizing: border-box;
  border-radius: .56em;
  transition: all .3s;
}
.btn_line a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background-image: url("../img/course/icon_line.svg");
  background-size: 100%;
}
.btn_line a:hover {
  opacity: .7;
}

.title_class {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 45px;
}

.list_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 45px;
}
.list_detail li {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.list_detail li h5 {
  text-align: center;
  font-size: 2.0rem;
  margin-top: 1em;
}
.list_detail li .frame {
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    background: #ed8498;
    margin-top: 1em;
    color: #FFF;
}
.list_detail li p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1em;
}

