@charset "UTF-8";
/*===============================================================================
COMMON
===============================================================================*/
.container .sp {
  display: none;
}

/* SNS Area */
.container .sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.container .sns ul li {
  margin: 0px 10px 0px 0px;
}

/* ------------------ Page Only ------------------ */
.container {
  position: relative;
  /* ------------------ */
  /* -- MAIN CONTENTS-- */
  /* ------------------ */
  /* ------------------ */
  /* --- COURSE LIST --- */
  /* ------------------ */
  /* ------------------ */
  /* --- MAIN COLOR --- */
  /* ------------------ */
}
.container h1, .container h2, .container h3, .container h4, .container ul, .container li, .container p, .container span, .container img, .container a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.container p {
  font-size: 16px;
  color: #191919;
}
.container li {
  line-height: 0;
}
.container h2.courseTtl {
  font-family: "Noto Serif JP", serif;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  color: #191919;
  margin-top: 80px;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
.container h2.courseTtl::before {
  display: block;
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #191919;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container h2.courseTtl::after {
  display: block;
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #191919;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container h2.courseTtl span {
  display: block;
  font-size: 24px;
}
.container h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
.container h4 {
  font-size: 24px;
  color: #8D5050;
  text-align: center;
  margin-top: 8px;
}
.container .pd32 {
  padding-bottom: 40px;
}
.container .threeIcon {
  width: 120px;
  height: 16px;
  border-bottom: 4px double #339ADF;
  color: #339ADF;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}
.container .sixIcon {
  width: 120px;
  height: 16px;
  border-bottom: 4px double #DE4D4D;
  color: #DE4D4D;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}
.container .twlIcon {
  width: 140px;
  height: 16px;
  border-bottom: 4px double #DE4D4D;
  color: #DE4D4D;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}
.container .sampleIcon {
  width: 120px;
  height: 16px;
  border-bottom: 4px double #EE7F00;
  color: #EE7F00;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
}
.container .count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 16px 8px;
}
.container .count dt {
  line-height: 1;
  padding: 4px 8px;
  border: 1px solid #191919;
  font-size: 16px;
}
.container .count dd {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.container .count dd::after {
  content: "円(税込)";
  font-size: 16px;
}
.container .linkBtn {
  display: block;
  background-color: #E40101;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.container .linkBtn::after {
  position: absolute;
  content: url("images/arrow01.png");
  margin-left: 2px;
  top: 50%;
  transform: translateY(-42%) rotate(0deg);
}
.container .courseDesc {
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
}
.container #goTop {
  width: 100%;
  background-color: #E40101;
  height: 60px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.container #goTop a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.container .singlecourseLink {
  margin-top: 56px;
  text-align: center;
}
.container .singlecourseLink a {
  background-color: #EE7F00;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 48px 16px 24px;
  position: relative;
}
.container .singlecourseLink a::after {
  position: absolute;
  content: url("images/arrow01.png");
  margin-left: 2px;
  top: 50%;
  transform: translateY(-42%) rotate(0deg);
}
.container .aboutHanpu {
  display: block;
  width: 368px;
  margin: 40px auto 0;
  text-align: center;
  color: #EB4E4E;
  padding: 18px 0;
  border: 2px solid #EB4E4E;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
.container .aboutHanpu span {
  font-size: 16px;
}
.container .pageNav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 24px;
  justify-content: center;
  margin-top: 64px;
}
.container .pageNav li {
  width: 240px;
  height: 96px;
  border-radius: 20px;
  position: relative;
}
.container .pageNav li:first-of-type {
  background-color: #FDECA7;
}
.container .pageNav li:nth-of-type(2) {
  background-color: #BAE9FB;
}
.container .pageNav li:nth-of-type(3) {
  background-color: #BDF4EE;
}
.container .pageNav li:nth-of-type(4) {
  background-color: #FFC1DC;
}
.container .pageNav li::after {
  content: url("images/navarrow.png");
  position: absolute;
  right: 8px;
  bottom: 40%;
  transform: translateY(-40%);
}
.container .pageNav li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #4E1D1D;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.6;
}
.container .pageNav li a p {
  font-weight: bold;
  color: #4E1D1D;
  font-size: 20px;
}
.container .pageNav li a span {
  display: block;
  font-size: 16px;
}
.container .pageNav li:hover {
  opacity: 0.5;
}
.container .courseListWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  margin-top: 40px;
}
.container .courseListWrap h3 {
  font-size: 28px;
}
.container .courseListWrap .courseItem {
  margin: 0;
  border: 8px solid;
  box-sizing: border-box;
  width: calc((100% - 16px) / 2);
  padding-bottom: 16px;
}
.container .courseListWrap .courseItem a {
  display: block;
  padding: 16px;
  position: relative;
}
.container .courseListWrap .courseItem .ttlFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 16px;
  align-items: flex-start;
}
.container .courseListWrap .courseItem .ttlFlex + p {
  margin-top: 16px;
}
.container .courseListWrap .courseItem .ttlFlex .threeTtl {
  padding: 10px 0;
  border: 2px solid;
  text-align: center;
  box-sizing: border-box;
  width: 240px;
}
.container .courseListWrap .courseItem .ttlFlex .iconList {
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.container .courseListWrap .courseItem .ttlFlex .iconList .svgicon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.container .courseListWrap .courseItem .descWrap {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.container .courseListWrap .courseItem .descWrap .count {
  width: calc(100% - 190px);
}
.container .courseListWrap .courseItem .descWrap .linkBtn {
  width: 180px;
  text-align: left;
  padding: 24px 0 24px 16px;
}
.container .courseListWrap .courseItem .imgBox {
  margin-top: auto;
  height: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.container .courseListWrap .courseItem .imgBox .main_img {
  width: 200px;
  height: 200px;
}
.container .courseListWrap .courseItem .imgBox .sub_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: static;
  gap: 4px;
  width: calc(100% - 216px);
}
.container .courseListWrap .courseItem .imgBox .sub_img li {
  width: 80px;
  height: 80px;
}
.container .courseListWrap .courseItem .imgBox .sub_img .current {
  border: 1px solid #DE4D4D;
  box-sizing: border-box;
}
.container .courseListWrap .sixTtl {
  color: #fff;
  position: relative;
  text-align: center;
  width: 230px;
  z-index: 1;
}
.container .courseListWrap .sixTtl::after {
  position: absolute;
  content: "";
  display: block;
  width: 264px;
  height: 132px;
  top: -17px;
  left: -17px;
  z-index: -1;
}
.container .courseListWrap .sixTtl + p {
  margin-top: 40px;
}
.container .courseListWrap.noWrap {
  flex-direction: column;
}
.container .courseListWrap.noWrap .courseItem {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  padding: 24px;
}
.container .courseListWrap.noWrap .courseItem a {
  width: 48%;
  padding: 0;
}
.container .courseListWrap.noWrap .courseItem .iconList {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: left;
  column-gap: 8px;
}
.container .courseListWrap.noWrap .courseItem h3 + p {
  margin-top: 16px;
}
.container .courseListWrap.noWrap .courseItem .descWrap {
  flex-direction: column;
  align-items: start;
}
.container .courseListWrap.noWrap .courseItem .descWrap .linkBtn {
  width: 200px;
  margin-top: 16px;
  text-align: left;
  padding: 24px 0 24px 40px;
}
.container .courseListWrap.noWrap .courseItem .imgBox {
  width: 48%;
}
.container .motherCourse {
  margin-top: 80px;
}
.container .motherCourse .motherListWrap {
  padding: 40px;
  background: url("images/top/motherBK01.png") no-repeat left 80px/160px auto, url("images/top/motherBK02.png") no-repeat right 80px/160px auto, #ffe1ed;
}
.container .motherCourse .motherListWrap h2 {
  text-align: center;
}
.container .motherCourse .motherListWrap ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
.container .motherCourse .motherListWrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .motherCourse .motherListWrap ul li a img {
  width: 200px;
  height: auto;
  display: block;
}
.container .motherCourse .motherListWrap ul li a .linkBtn {
  width: 200px;
  margin-top: 16px;
  text-align: left;
  padding: 24px 0 24px 40px;
}
.container .clrRed {
  color: #E40101;
}
.container .clr01 {
  border-color: #57573E !important;
}
.container .clr01 h3 {
  color: #57573E;
}
.container .clr01 .threeTtl {
  border-color: #57573E;
}
.container .clr02 {
  border-color: #664698 !important;
}
.container .clr02 h3 {
  color: #664698;
}
.container .clr02 .threeTtl {
  border-color: #664698;
}
.container .clr03 {
  border-color: #E85376 !important;
}
.container .clr03 h3 {
  color: #E85376;
}
.container .clr03 .threeTtl {
  border-color: #E85376;
}
.container .clr04 {
  border-color: #EB681F !important;
}
.container .clr04 h3 {
  color: #EB681F;
}
.container .clr04 .threeTtl {
  border-color: #EB681F;
}
.container .clr05 {
  border-color: #B84F83 !important;
}
.container .clr05 h3 {
  color: #B84F83;
}
.container .clr05 .threeTtl {
  border-color: #B84F83;
}
.container .clr06 {
  border-color: #6FB92C !important;
}
.container .clr06 h3 {
  color: #6FB92C;
}
.container .clr06 .threeTtl {
  border-color: #6FB92C;
}
.container .clr07 {
  border-color: #EA6D93 !important;
}
.container .clr07 h3 {
  color: #EA6D93;
}
.container .clr07 .threeTtl {
  border-color: #EA6D93;
}
.container .clr08 {
  border-color: #8d9d37 !important;
}
.container .clr08 h3 {
  color: #8d9d37;
}
.container .clr08 .threeTtl {
  border-color: #8d9d37;
}
.container .clr09 {
  border-color: #D24568 !important;
}
.container .clr09 h3 {
  color: #D24568;
}
.container .clr09 .threeTtl {
  border-color: #D24568;
}
.container .clr10 {
  border-color: #F964A5 !important;
}
.container .clr10 h3 {
  color: #F964A5;
}
.container .clr10 .threeTtl {
  border-color: #F964A5;
}
.container .clr11 {
  border-color: #7BA918 !important;
}
.container .clr11 h3 {
  color: #7BA918;
}
.container .clr11 .threeTtl {
  border-color: #7BA918;
}
.container .clr12 {
  border-color: #39B382 !important;
}
.container .clr12 h3 {
  color: #39B382;
}
.container .clr12 .threeTtl {
  border-color: #39B382;
}
.container .clr13 {
  border-color: #AD894C !important;
}
.container .clr13 h3 {
  color: #AD894C;
}
.container .clr13 .threeTtl {
  border-color: #AD894C;
}
.container .clr14 {
  border-color: #E85388 !important;
}
.container .clr14 h3 {
  color: #E85388;
}
.container .clr14 .threeTtl {
  border-color: #E85388;
}
.container .clr15 {
  border-color: #ED7959 !important;
}
.container .clr15 h3 {
  color: #ED7959;
}
.container .clr15 .threeTtl {
  border-color: #ED7959;
}
.container .clr16 {
  border-color: #EA5E00 !important;
}
.container .clr16 h3 {
  color: #EA5E00;
}
.container .clr16 .threeTtl {
  border-color: #EA5E00;
}

/* ------------------ print ------------------ */
@media print {
  #fix_header {
    position: static;
  }
}