@charset "utf-8";
/* 下層ページ個別のCSS */

#contents h2.hide {
  display: none;
}

#contents .listPuncz {
  width: 100%;
  margin-bottom: 2.3em;
  position: absolute;
  z-index: 10;
	padding:5px;
	background: #ffffff;
		
}
#contents .listPuncz #breadcrumbs{
	padding-left: 15px;
}

#contents .listPuncz span {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;

}

#contents .ttlCate {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
}

/* アーカイブページの仕様 - 一覧
-----------------------------------------------*/
.archive .item {
  padding: 0;
}
.archive .item .boxData .cate {
  margin-bottom: 20px;
}
.archive .item .boxData .cate ul {
  padding: 0;
  margin: 0;
}
.archive .item .boxData .cate li {
  padding: 0.2em 0.5em;
  padding-left: 0;
}
.archive .item .boxData .listData ul {
  padding: 0;
}
.archive .item .boxData .ttl {
  line-height: 1.3em;
}
.archive .item .inframe {
  padding: 20px 1em;
}
.archive .item .photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 1em;
  position: relative;
  border-radius: 120px;
}
.archive .item .photo img {
  min-width: 100%;
  min-height: 100%;
  max-width: 130%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.archive .item .inframe.dust {
  align-items: flex-start;
}
.archive .item .inframe.dust .photo {
  width: auto !important;
  height: auto !important;
  position: relative;
  border-radius: 80px;
}
.archive .item .inframe.dust .photo img {
  min-width: 100%;
  min-height: auto;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
}
.archive .item .ttl a {
  color: #666;
}
.archive .item a.btm {
  font-weight: 700;
  font-style: normal;
}
.archive .sectPhotoline .item {
  position: relative;
  border-radius: 10px;
}
.archive .sectPhotoline .item.hidebox {
  display: none;
}
.archive .boxData .frameLine {
  margin-bottom: 1.5em;
}
.archive .ttl .catch {
  font-size: 0.75em;
  color: #18ddb4;
  display: block;
  padding-top: 0.5em;
}

/* ニュースページ 
-----------------------------------------------*/
.listSideinfo {
  padding: 60px 0;
}
.listSideinfo h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.listSideinfo h2:after {
  display: none;
}
.listNews .item .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.08em;
  line-height: 1.5em;
}

/* ニュース詳細 
-----------------------------------------------*/
.listNews.single .item .ttl {
  overflow: hidden;
  display: block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 1.35em 1em;
}
.listNews.single .item .photo {
  width: auto;
  height: auto;
  margin-bottom: 1em;
  border-radius: 0;
}
.listNews.single .item .photo img {
  width: 100%;
}
.listNews.single .item .text {
  padding: 0.5em 0;
}
.listNews.single .item .text p {
  padding: 0.45em 0;
}

/* 講師紹介ページ - 一覧 
-----------------------------------------------*/
.listTeacher {
  padding: 1em 0 1.4em;
}
.listTeacher .item .photo {
  margin-bottom: 0.3em;
}
.listTeacher .item .photo img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.listTeacher .item .ttl {
  text-align: center;
  margin-bottom: 0.3em;
}
.listTeacher .item.boxTeacher .ttl {
  margin-bottom: 0 !important;
}
.listTeacher .item .ttl a {
  color: #000;
}
.listTeacher .item .kana {
  text-align: center;
  line-height: 1.5em;
	font-size: 0.875em;
}
.listTeacher .item .address {
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
}
.listTeacher .item .listSNS {
  display: flex;
  align-items: center;
  padding: 0.3em 0.8em;
}
.listTeacher .item .listSNS li {
  padding: 0.3em;
  width: 45px;
}
#teacherSingle.archive .item .boxData .comment {
  line-height: 1.8em;
}
.listLecture {
  padding: 60px 0;
}
.listLecture .listTeacher {
  padding-top: 0;
}
.listLecture h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.listLecture h2:after {
  display: none;
}
#teacherSingle.archive .item .boxData .ttl {
  margin-bottom: 0.1em !important;
}
#contents .ttlCate.teachers {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

/* 講師紹介ページ - 詳細 
-----------------------------------------------*/
.listTeacher.single .boxData .frameLine {
  border: solid 1px #16c8c7;
  padding: 1em 0;
  border-left: none;
  border-right: none;
}
.listTeacher.single .frameLine .ttl {
  font-size: 1.6em !important;
}
.listTeacher.single .item .ttl,
.listTeacher.single .item .kana,
.listTeacher.single .item .address {
  text-align: left;
}

/* メッセージページ - 一覧 
-----------------------------------------------*/
.listMessage .item .inframe {
  padding: 1.1em 1.5em;
}
.listMessage .item .photo {
  margin-bottom: 0.8em;
}
.listMessage .item .kana {
  line-height: 1.3em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.listMessage .item .ttl {
  font-size: 1.1em !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}
.listMessage .item .kana,
.listMessage .item .ttl {
  line-height: 1.3em !important;
}
.listMessage .item .boxData .ttl {
  line-height: 1.3em;
}

/* メッセージページ - 詳細 
-----------------------------------------------*/
.listMessage.single .item .ttl {
  border: solid 1px #16c8c7;
  padding: 1em 0;
  border-left: none;
  border-right: none;
  font-size: 1.2em;
}
.listMessage.single .name {
  margin-bottom: 1em;
}
.listMessage.single .text {
  padding: 0.8em 0;
}
.listMessage.single .text p {
  padding: 1em 0;
}

/* 実績・メディア掲載
-----------------------------------------------*/
.listAchivement .item {
  margin-bottom: 4em;
}
.listAchivement .item .photo {
  margin: 0;
}
.listAchivement .item .ttl {
  padding: 1em 0.5em;
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
#posi_achievement {
  padding-bottom: 0 !important;
}
#posi_achievement .listAchivement {
  padding-bottom: 20px;
}
#posi_achievement .listAchivement .item {
  text-align: center;
}
#posi_achievement .listAchivement .item {
  margin-bottom: 40px;
}
#posi_achievement .listAchivement .item .photo,
#pageAhrve .listAchivement .item .photo {
  display: none;
}
#posi_achievement .listAchivement .item.hidebox {
  display: none;
}
#posi_achievement .bnrContact {
  margin-bottom: 60px;
  padding: 0 0.8em;
  display: none;
}
#posi_achievement .bnrContact a {
  display: block;
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 1.2em 0.8em;
  background: #02c2c4;
  color: #fff;
  font-size: 1.2em;
}
#posi_achievement h2 {
  padding-bottom: 0;
  margin-bottom: 80px;
  font-weight: 700;
  font-weight: bold;
}
#posi_achievement h2:after {
  display: none;
}
#posi_achievement .listAchivement.retake20230713 .item,
#pageAhrve .listAchivement.retake20230713 .item {
  border: solid 1px #cccccc;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  text-align: left;
  padding: 18px 13px 38px 13px;
  margin-bottom: 15px;
}
#posi_achievement .listAchivement.retake20230713 .item .cate,
#pageAhrve .listAchivement.retake20230713 .item .cate {
  margin-bottom: 12px;
}
#posi_achievement .listAchivement.retake20230713 .item .cate ul,
#pageAhrve .listAchivement.retake20230713 .item .cate ul {
  margin: 0;
  padding: 0;
}
#posi_achievement .listAchivement.retake20230713 .item .cate ul li:first-child,
#pageAhrve .listAchivement.retake20230713 .item .cate ul li:first-child {
  padding-left: 0;
}
#posi_achievement .listAchivement.retake20230713 .item .ttl,
#pageAhrve .listAchivement.retake20230713 .item .ttl {
  text-align: left;
  border-top: none;
  border-color: #cccccc;
  padding-top: 0;
  font-weight: 700;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
#posi_achievement .listAchivement.retake20230713 .item .text,
#pageAhrve .listAchivement.retake20230713 .item .text {
  padding: 0 10px;
}

/* 活動項目ページ 
-----------------------------------------------*/
.listActivity .item {
  position: relative;
}
.listActivity .ttl {
  padding: 1em 0.5em;
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left !important;
}
.listActivity .ttl .catch {
  font-size: 0.75em;
  color: #009d9e;
  display: block;
  padding-top: 0.5em;
  font-weight: 700;
  font-style: normal;
}
.listActivity .btm.p02 {
  background: none;
  position: absolute;
  width: 70%;
  max-width: 200px;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, 50%);
}
.listActivity .item .text p {
  padding: 0.4em 0;
}
#posi_listActivity {
  width: 90%;
  background: #fff;
  max-width: 1200px;
  padding: 3.5em 1em !important;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 12px #00000017;
}
#posi_listActivity h2 {
  padding-bottom: 0;
  margin-bottom: 60px;
}
#posi_listActivity h2:after {
  display: none;
}
#posi_listActivity .inframe {
  padding: 3em 1.5em 1em;
  box-shadow: 0 0 0 #00000000;
  max-width: 1200px;
  border-radius: 10px;
}
#posi_listActivity .sectPhotoline .item {
  margin-bottom: 35px;
  padding-bottom: 30px;
}
#posi_listActivity .ttl {
  padding-left: 0;
}
#posi_activity {
  padding-top: 60px;
}
#posi_activity .item .photo {
  border-radius: 10px;
}
#posi_activity .item.activity a.btm {
  display: none;
}
#posi_activity #posi_listActivity .item .listData {
  display: none;
}
.archive .item.activity .text .ttlMin {
  font-weight: bold;
  font-size: 1.1em;
}
.archive .item.activity .text p {
  line-height: 25px;
}
.archive .item.activity .introPls {
  padding: 1em 0;
}
.archive .item.activity .introPls dl {
  padding: 0.8em 0;
}
.archive .item.activity .introPls dt {
  font-weight: bold;
  margin-bottom: 0.4em;
}
.archive .item.activity .introPls dd {
  line-height: 32px;
}
.archive .item.activity .introPls dd ul {
  margin: 0;
  padding: 0;
}
.archive .item.activity .introPls dd li {
  padding: 0.3em 0;
  padding-left: 1em;
  margin: 0;
}
.archive .item.activity .introPls dd li::before {
  content: "・";
  position: absolute;
  left: -0.3em;
  top: 0.3em;
}
.archive .item.activity a.btm {
  font-weight: 400;
  font-style: normal;
}

/* 活動項目 - 詳細 
-----------------------------------------------*/
.archive.single .item.activity {
  width: 100%;
  padding-bottom: 0;
}
.archive.single .item.activity .inframe {
  padding: 20px 2.2em;
}
.archive.single .item.activity .frameLine {
  padding: 1.5em 0;
}
.archive.single .item.activity .boxData .ttl {
  margin-bottom: 0 !important;
  line-height: 1.1em;
}
.archive.single .item.activity .ttl,
.archive.single .item.activity .kana,
.archive.single .item.activity .address {
  white-space: inherit;
}

/* 教室項目ページ 
-----------------------------------------------*/
#contents .all_class_data .group .ttl.grouptop {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}
.item.classroom .photo {
  border-radius: 10px !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 50px;
}
.item.classroom .photo img {
  min-width: 100%;
  min-height: auto;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
}
.archive .item.classroom .inframe {
  padding: 20px 2.2em;
}
.item.classroom .boxData pre {
  white-space: pre-wrap;
}
.item.classroom .boxData,
.item.classroom .boxData pre {
  font-size: 1em;
  line-height: 150%;
  margin: 0;
font-family: "M PLUS Rounded 1c", sans-serif !important;
}
.item.classroom .frameLine {
  border-top: none !important;
}
.item.classroom .linkSns {
  border-bottom: solid 1px #16c8c7;
  padding-bottom: 20px;
}
.item.classroom .linkSns ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.item.classroom .linkSns li {
  width: 40px;
  margin: 0;
  padding: 0 0.3em;
}
.listTeacher .sectPhotoline .item.classroom .linkSns li img {
  width: 100%;
}
.item.classroom .boxData .cate a.babycolor {
  background-color: #ff9999;
}
.item.classroom .boxData .cate a.childcolor {
  background-color: #02c2c4;
}
.item.classroom .boxData .cate a.colorcreator {
  background-color: #926eae;
}
.item.classroom .boxData .cate a.home-edu-baby {
  background-color: #ff9999;
}
.item.classroom .boxData .cate a.home-edu-child {
  background-color: #02c2c4;
}
.item.classroom .boxData .cate a.mujika {
  background-color: #02c2c4;
}

.item.classroom .listData {
  padding: 20px 0;
  border-bottom: solid 1px #16c8c7;
}
.item.classroom .textMessage,
.item.classroom .textTsuiki {
  padding: 20px 0;
}
.item.classroom .textTsuiki {
  border-top: solid 1px #16c8c7;
}
.item.classroom .textMessage .ttlMess,
.item.classroom .textTsuiki .ttlTsuiki {
  margin-bottom: 25px;
}
#listClassinf .listTeacher .item .photo {
  border-radius: 25px !important;
}
.item.classroom .linkurl {
  font-weight: 400 !important;
}
.archive .item.class20230712 .ttl {
  font-weight: bold !important;
}
.archive .item.class20230712 .photo {
  border-radius: 10px !important;
  width: auto;
  height: auto;
}
.item.class20230712 .ttl {
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.archive .item.class20230712 .photo img {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
}
.archive .item.class20230712 .linkpage {
  font-weight: 400;
}
.item.class20230712 .cate a.babycolor {
  background-color: #ff9999;
}
.item.class20230712 .cate a.childcolor {
  background-color: #02c2c4;
}
.item.class20230712 .cate a.colorcreator {
  background-color: #926eae;
}
.item.class20230712 .cate a.home-edu-baby {
  background-color: #ff9999;
}
.item.class20230712 .cate a.home-edu-child {
  background-color: #02c2c4;
}
.item.class20230712 .cate a.mujika {
  background-color: #02c2c4;
}
.archive .item.class20230712 .photo .frameImg {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 100% 0 0 0;
}
.archive .item.class20230712 .photo .frameImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.listClass.archive .sectPhotoline .item a.btm,
.classroom.archive .sectPhotoline .item a.btm {
  font-weight: bold !important;
}

/* 「おとな向け」ページ 
-----------------------------------------------*/
#pageAdult .blockPagemain {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: solid 1px #c7c7c7;
}
#pageAdult .blockPagemain > * {
  width: 100%;
}
#pageAdult .block.p_01 {
  padding-bottom: 40px;
  border: none;
}
#pageAdult .block.p_01 .bf-frame {
  text-align: left;
}
#pageAdult .block.p_01 .p_01 p {
  text-align: left;
}
#pageAdult .ttl.p02 {
  margin-bottom: 50px;
}
#pageAdult #posiStart {
  padding-top: 81px;
  display: flex;
  flex-wrap: wrap;
}
#pageAdult #posiStart .ttl.p01,
#pageAdult #posiStart .textbox01 {
  margin-bottom: 21px;
}
#pageAdult #posiStart .inBlock01,
#pageAdult #posiStart .inBlock02 {
  width: 100%;
}
#pageAdult #posiStart .inBlock01 {
  margin-bottom: 80px;
}
#pageAdult #posiStart .inBlock01 .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 80% 0 0 0;
  border-radius: 10px !important;
}
#pageAdult #posiStart .inBlock01 .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#pageAdult #posiStart .inBlock02 .ttl {
  font-size: 1.9em;
}
#pageAdult .item.onlineschool .boxData .ttl {
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  padding: 1em 0.5em;
  line-height: 1.5em;
}
#pageAdult .item.onlineschool .listClass {
  width: 100%;
}
#pageAdult .item.onlineschool .listClass .item {
  padding: 0;
  margin-bottom: 4.5em;
}
#pageAdult .item.onlineschool .listClass .item .photo,
#pageAdult .item.onlineschool .listClass .item .image {
  width: 100%;
  padding: 0;
  border-radius: 0;
}
#pageAdult .item.onlineschool .photo {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-bottom: 1.1em;
  border-radius: 250px;
}
#pageAdult .item.onlineschool .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pageAdult .item.onlineschool .listClass .item .photo {
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding: 65% 0 0 0;
  margin: 0;
  margin-bottom: 1em;
}
#pageAdult .item.onlineschool .listClass .item .ttl {
  margin-bottom: 1.5em;
  line-height: 1.3em;
  font-size: 1.1em;
}
#pageAdult .item.onlineschool .listClass .item .inframe {
  padding: 1em 1.5em;
  position: relative;
}
#pageAdult .item.onlineschool .listClass .item .inframe .btm {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 240px;
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
}
#pageAdult .sikiiku {
  position: relative;
}
#pageAdult .sikiiku .btm.p02 {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0 1em;
  transform: translate(-50%, 50%);
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
}
#posi_listStudent .linkArchive {
  padding-top: 2.1em;
}

#frameIntroAdult .inframe {
  padding-left: 20px;
  padding-right: 20px;
}
#frameIntroAdult .ttl.p02 {
  margin-bottom: 50px;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
#frameIntroAdult .item.onlineschool .photo {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-bottom: 1.1em;
  border-radius: 250px;
}
#frameIntroAdult .item.onlineschool .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#frameIntroAdult .item.onlineschool .boxData .ttl {
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  padding: 1em 0.5em;
  line-height: 1.5em;
  text-align: left;
}
#frameIntroAdult .onlineschool p {
  font-size: 1.2em;
  line-height: 2.1em;
  padding: 1em 0;
}
#frameIntroAdult .item.onlineschool .listClass {
  width: 100%;
}
#frameIntroAdult .item.onlineschool .listClass .item {
  padding: 0;
  margin-bottom: 4.5em;
}
#frameIntroAdult .item.onlineschool .listClass .item .photo {
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding: 65% 0 0 0;
  margin: 0;
  margin-bottom: 1em;
  border-radius: 0;
}
#frameIntroAdult .item.onlineschool .listClass .item .inframe {
  padding: 1em 1.5em;
  position: relative;
  box-shadow: 0 0 0 #00000000;
}
#frameIntroAdult .item.onlineschool .listClass .item .ttl {
  margin-bottom: 1.5em;
  line-height: 1.3em;
  font-size: 1.1em;
}
#frameIntroAdult .item.onlineschool .listClass .item .inframe .btm {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 240px;
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
}
#frameIntroAdult .sikiiku .btm.p02 {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0 1em;
  transform: translate(-50%, 50%);
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
  width: 240px;
}
#frameIntroAdult .sikiiku {
  position: relative;
}
#frameIntroAdult .onlineschool a.btm.p02 {
  z-index: 1;
  padding: 0 1em;
}
#frameIntroAdult .item.onlineschool.outline .photo {
  border-radius: 25px;
}

#frameIntroAdult_20230630 .box {
  padding: 60px;
  padding-top: 0;
}
#frameIntroAdult_20230630 .item.onlineschool.outline .ttl {
  border: solid 1px #16c8c7;
  border-left: none;
  border-right: none;
  padding: 1em 0.5em;
  line-height: 1.5em;
}
#frameIntroAdult_20230630 .ttl:after {
  display: none;
}
#frameIntroAdult_20230630 .item.onlineschool.outline {
  display: block;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
#frameIntroAdult_20230630 .item.onlineschool.outline .inline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#frameIntroAdult_20230630 .item.onlineschool.outline .inline .photo {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
#frameIntroAdult_20230630 .item.onlineschool.outline a.btm.p02 span {
  position: relative;
  z-index: 1;
}
#frameIntroAdult_20230630 .item.onlineschool.outline a.btm.p02::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #02c2c4;
  width: 100%;
  height: 100%;
  left: 3px;
  top: 3px;
  z-index: 0;
}
#frameIntroAdult_20230630 .item.onlineschool.outline .text p {
  line-height: 1.7;
}
#frameIntroAdult_20230630 .item.onlineschool.outline .text .ttlItem {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}
#posi_listQualification .archive .item.activity .text .ttlMin,
#posi_listQualification02 .archive .item.activity .text .ttlMin {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

/* 「こども向け」ページ 
-----------------------------------------------*/
#pageChild .image.n_01 {
  margin-bottom: 80px;
}
#pageChild .image.n_01.pc {
  display: none;
}
#pageChild p.p_01 {
  padding: 0;
  margin-bottom: 80px;
}
#pageChild .box_01 .image {
  margin-bottom: 25px;
}
#pageChild .box_01 .image.n_01,
#pageChild .box_01 .image.n_02,
#pageChild .box_01 .image.n_03 {
  border: solid 3px;
}
#pageChild .box_01 .image.n_01 {
  border-color: #febcbc;
}
#pageChild .box_01 .image.n_02 {
  border-color: #96f5f6;
}
#pageChild .box_01 .image.n_03 {
  border-color: #fffd98;
}

.boxSubstance #pageChild .block.p_02 {
  padding-bottom: 0;
  padding-top: 5.5em;
}
#posi_listGuardian .listMessage,
.areaCate .listMessage {
  margin-bottom: 40px;
}
#posi_listGuardian .linkArchive a {
  font-weight: 700;
  font-style: normal;
}
#groupChild_01 .sectPhotoline .item {
  margin: 5px;
  margin-bottom: 50px !important;
}
.backframe_graf.pageChild {
  padding-top: 60px;
}
.backframe_graf.pageChild .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.35em;
  margin-bottom: 1.5em;
}
#pageChild .block.p_01 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5.5em;
}
#pageChild .block.p_01 .inBlock_01,
#pageChild .block.p_01 .inBlock_02 {
  width: 100%;
}
#pageChild .block.p_01 .inBlock_01 {
  margin-bottom: 50px;
}
#pageChild .block.p_01 .inBlock_01 .bf-frame,
#pageChild .block.p_01 .inBlock_01 .center {
  text-align: left;
}
.backframe_graf.pageChild .item .photo {
  width: 210px;
  height: 210px;
  border-radius: 10px;
}
#pageChild .line.box_01 {
  display: none;
}
/* kashiko教室カラー設定 */
#groupChild_01 #position_babycolor_class .ttl {
  border-color: #ff9999;
}
#groupChild_01 #position_babycolor_class .ttl .catch {
  color: #ff9999;
}
#groupChild_01 #position_babycolor_class a.btm.p02 {
  color: #fff;
}
#groupChild_01 #position_babycolor_class a.btm.p02::after {
  background-color: #ff9999;
}
#groupChild_01 #child-color-class .ttl {
  border-color: #02c2c4;
}
#groupChild_01 #child-color-class .ttl .catch {
  color: #009d9e;
}
#groupChild_01 #child-color-class a.btm.p02 {
  color: #fff;
}
#groupChild_01 #child-color-class a.btm.p02::after {
  background-color: #02c2c4;
}
#groupChild_01 #color_cleater_junior .ttl {
  border-color: #926eae;
}
#groupChild_01 #color_cleater_junior .ttl .catch {
  color: #926eae;
}
#groupChild_01 #color_cleater_junior a.btm.p02 {
  color: #fff;
}
#groupChild_01 #color_cleater_junior a.btm.p02::after {
  background-color: #926eae;
}
#groupChild_01 #position_color_mujica {
  display: none;
}
#groupChild_01 #position_color_mujica .ttl {
  border-color: #118c3b;
}
#groupChild_01 #position_color_mujica .ttl .catch {
  color: #118c3b;
}
#groupChild_01 #position_color_mujica a.btm.p02 {
  color: #fff;
}
#groupChild_01 #position_color_mujica a.btm.p02::after {
  background-color: #118c3b;
}
#pageChild #introColorFeature {
  margin-bottom: 60px;
  display: none;
}
#pageChild #introColorFeature h2 {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#pageChild #introColorFeature h2:after {
  display: none;
}
#pageChild #introColorFeature .image {
  margin-bottom: 0;
  text-align: center;
}
#groupChild_chartClass {
  margin-bottom: 30px;
}
#groupChild_chartClass .blockChart {
  display: flex;
  flex-wrap: wrap;
}
#groupChild_chartClass .blockChart .image {
  width: 100%;
  text-align: center;
  padding: 0.5em;
}

/* 「資格を取りたい方」ページ 
-----------------------------------------------*/
#pageShikaku .block.p_01 {
  padding-bottom: 40px;
  margin-bottom: 81px;
}
#pageShikaku .block.p_01 .ttl.p01 {
  font-size: 1.92em;
}
#pageShikaku .block.p_01 .image img {
  width: 100%;
}
#pageShikaku .block.p_03 .item .image {
  margin-bottom: 25px;
}
#pageShikaku .block.p_03 {
  margin-bottom: 30px;
}
#pageShikaku .block.p_03 .ttl.p01 {
  margin-bottom: 61px;
}
#navContentsShikaku {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
#navContentsShikaku li {
  margin: 0;
  padding: 0.8em;
  width: 100%;
}
#navContentsShikaku li a {
  display: block;
  color: #fff;
  background: #999;
  text-align: center;
  padding: 1.4em 0.5em;
}
#posi_listQualification .sectPhotoline .item p {
  line-height: 21pt;
}
#posi_listQualification .listActivity .item .inframe {
  box-shadow: 0 0 0 #00000000;
}
#posi_shikakukoza {
  padding-top: 60px;
}
#posi_shikakukoza .item .photo {
  border-radius: 10px;
}
#posi_shikakukoza #posi_listQualification,
#posi_shikakukoza #posi_listQualification02 {
  margin-bottom: 50px;
}
#posi_shikakukoza #posi_linkPage_meeting {
  font-size: 1.85em;
  line-height: 1.5em;
  padding: 0;
}
#posi_shikakukoza #posi_linkPage_meeting a {
  color: #000;
  display: block;
  padding: 1.2em 0.8em;
}
#posi_listQualification .archive .item.activity .introPls dt,
#posi_listQualification02 .archive .item.activity .introPls dt,
#posi_listQualification .archive .item.activity strong,
#posi_listQualification02 .archive .item.activity strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#pageShikakuListarea {
  display: none;
}
#pageShikakuListarea a {
  text-decoration: none;
}
#pageShikakuListarea a .item {
  color: #000;
}
#pageShikakuListarea a .item .image {
  margin-bottom: 25px;
}
#pageShikakuListarea a .item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#pageShikakuListarea a .item .text p {
  margin: 0;
  padding: 0;
}
#pageShikakuListarea .block.p_03 > .ttl {
  margin-bottom: 61px;
}
#pageShikakuListarea a .item .ttl {
  font-size: 1.35em;
  margin-bottom: 25px;
}
#pageShikakuListarea .block.p_03 .line.line_3 {
  margin-bottom: 40px;
}
#pageShikakuListarea .item .text p {
  line-height: 2em;
}
#posi_listQualification02 .archive .item .inframe {
  box-shadow: 0 0 0 #00000000;
}
#posi_shikakukoza .archive .sectPhotoline .item {
  margin-bottom: 6.5em;
}
#posi_listQualification02 #position_color_instractor .catch {
  display: none;
}
#pageShikaku .pagefor-qualification_pc {
  display: none;
}

#position_color_fashii .ttl {
  border-color: #eb6f00;
}
#position_color_fashii .ttl .catch {
  color: #eb6f00;
}
#advanced_facilitator_training .ttl {
  border-color: #998675;
}
#advanced_facilitator_training .ttl .catch {
  color: #998675;
}
#babycolor_instructor_certification .ttl {
  border-color: #ff9999;
}
#babycolor_instructor_certification .ttl .catch {
  color: #ff9999;
}
#color_trainer_certification .ttl {
  border-color: #118c3b;
}
#color_trainer_certification .ttl .catch {
  color: #118c3b;
}

/* 「法人・団体向け」ページ 
-----------------------------------------------*/
#pageCorpIntroField {
  display: flex;
  flex-wrap: wrap;
}
#pageCorpIntroField .inBlock_01,
#pageCorpIntroField .inBlock_02 {
  width: 100%;
}
#pageCorpIntroField .inBlock_01 {
  margin-bottom: 60px;
}

#pageCorpIntroField .inBlock_02 .bf-frame,
#pageCorpIntroField .inBlock_02 .center {
  text-align: left;
}

/* 「プライバシーポリシー」ページ 
-----------------------------------------------*/
#pagePrivacy {
  padding: 0.5em 1em;
  max-width: 992px;
  margin: auto;
}
#pagePrivacy .group {
  padding: 0;
  margin-bottom: 60px;
}
#pagePrivacy .group .ttl {
  font-size: 1.1em;
  margin-bottom: 10px;
}
#pagePrivacy .group p {
  font-size: 1em;
  padding: 0;
  margin-bottom: 10px;
}
#pagePrivacy .group p:last-child {
  margin-bottom: 0;
}
#pagePrivacy .group ol {
  padding: 0;
}
#pagePrivacy .group ol li {
  padding: 0.5em 0;
  padding-left: 1.8em;
  position: relative;
}
#pagePrivacy .group ol li::before {
  content: "1.";
  position: absolute;
  left: 0;
  top: 0.5em;
}
#pagePrivacy .group ol li:nth-child(1)::before {
  content: "1.";
}
#pagePrivacy .group ol li:nth-child(2)::before {
  content: "2.";
}

/* 「お問い合わせ」ページ 
-----------------------------------------------*/
#pageContact {
  font-size: 1.1em;
  line-height: 2em;
}
#pageContact .wpcf7 {
  margin-top: 50px;
}
#pageContact .boxContact {
  padding-top: 50px;
}
#pageContact dl,
#pageContact dl p {
  font-size: 0.93em;
  font-weight: bold;
}
#pageContact dl {
  padding: 0.5em 0;
}
#pageContact dl p {
  padding: 0;
}
.boxContact dt .imp {
  margin-left: 0.5em;
  padding: 0.05em 0.5em;
  line-height: 1.5em;
}
#pageContact dl label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}


#pageContact .btmSend {
  max-width: 250px;
  margin: 0 auto 120px;
	height: auto;
}


#pageContact input[type="submit"],
#pageContact input[type="button"] {
    margin: 0 auto;
    font-size: 1.2em;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #31b8bd;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}

#pageContact input[type="submit"]:hover,
#pageContact input[type="button"]:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.8;
  text-decoration: none;
}

/*
#pageContact .btmSend::before {
  position: absolute;
  content: "";
  display: block;
  border: solid 1pt #4d4d4d;
  width: 250px;
  height: 37px;
  left: 0;
  top: 0;
  z-index: -1;
}
#pageContact .btmSend:after {
  content: "";
  display: block;
  position: absolute;
  background: #afeeee;
  width: 250px;
  height: 37px;
  left: 3px;
  top: 3px;
  z-index: -2;
}

-*/


#pageContact .checkp {
  display: none;
}

/* 「404」ページ 
-----------------------------------------------*/
#page404 h2 {
  margin-bottom: 60px;
}
#page404 p {
  font-size: 1.2em;
  line-height: 2.1em;
}

/* 「サンクス」ページ 
-----------------------------------------------*/
#pageThanks h2 {
  margin-bottom: 60px;
}

/* 「スケジュール」ページ 
-----------------------------------------------*/
.item.schedule .cate li.area a {
  background-color: #ed4a4f;
}
.item.schedule .cate li.area a.blue {
  background-color: #00a0e9;
}
.listTeacher.schedule.single .item .ttl {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.5em;
}
.listTeacher.schedule.single .boxData .frameLine .ttl {
  margin-bottom: 0 !important;
}

/* 「ウェルカート」ページ 
-----------------------------------------------*/
.btmPageCart {
  margin: auto;
  margin-bottom: 60px;
  max-width: 300px;
}

/* kashiko™︎について 
-----------------------------------------------*/
#whats-area {
  text-align: center;
  margin-bottom: 5em;
}
#whats-area h3 {
  font-size: 2.2em;
  font-weight: 600;
  margin: 1.7em 0 0.5em;
}
#whats-area .image-gallery {
  margin: 2em 0 4em;
}
/* WordPressの勝手な改行タグを無効化 */
.image-gallery br {
  display: none;
}
.image-gallery p {
  display: contents;
  margin: 0;
}
.image-gallery {
  margin: 2em 0;
}
/* ---- 心の成長変化：whats-process ---- */
#whats-process {
  margin-top: 4.5em;
}
#whats-process .title-head h3 {
  width: fit-content;
  margin: 0 auto 1em;
  color: #58bfc2;
  background: linear-gradient(
    transparent 70%,
    #fff100 70%
  ); /* 黄色のマーカー */
  font-size: 2.2em;
}
/* --- 3つのプロセスを横並びにする --- */
#whats-process .process-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5em;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
/* 各ボックスの設定 */
#whats-process .process-box {
  width: 28%;
  margin: 0;
  padding: 0;
  position: relative;
}
/* --- 横の矢印（画像を使用） --- */
#whats-process .process-box:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 90px;
  background: url("../img/about/arrow-process_002.webp") no-repeat center center /
    contain;
  position: absolute;
  top: 40%;
  right: -65px;
  transform: translateY(-50%);
}
#whats-process .process-box dt {
	width: 270px;
	margin: 0 auto
}
/* --- dd（下の説明文） --- */
#whats-process .process-box dd {
  margin-top: 10px;
  line-height: 1.6;
}
#whats-process .process-box dd p {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 7px !important;
  margin: 0 0 5px 0 !important;
  font-weight: 600;
  display: inline-block;
}
#whats-process .process-box dd p span {
  color: #d4362a;
}
#whats-area #whats-process dd {
  font-size: 1.125em;
  line-height: 1.5em;
}
#whats-process .process-flow img {
  width: 100%;
}
/* --- 「だから自然と…」の下矢印エリア --- */
#whats-process .process-arrow-down {
  width: 340px;
  margin: 1.875em auto 0;
}
/* --- 最終結果のボックス --- */
.process-result {
  background: #e9f9f7;
  padding: 30px;
  border-radius: 15px;
  margin: 1.875em 0 0;
}
.process-result p {
  font-weight: 600 !important;
  font-size: 1.7em;
}
.process-result strong {
  font-size: 1em;
  background: linear-gradient(
    transparent 70%,
    #fff100 70%
  ); /* 黄色のマーカー */
  font-weight: 600;
}
/* ---- 成長グラデーション：growthGradation-area ---- */
#growthGradation-area .growthGradation-head {
  text-align: center;
}
#growthGradation-area .growthGradation-head h3 {
  font-weight: 600;
  font-size: 2em;
  line-height: 1.4em;
}
#growthGradation-area .growthGradation-head img {
  max-width: 16%;
  vertical-align: baseline;
}
#growthGradation-area .t_small {
  font-size: 0.8em;
}
#growthGradation-area h4 {
  display: inline-block;
  position: relative;
  padding: 0 1.2em 0.1em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0.5em 1em;
}
/* 共通設定（左右のカッコのベース） */
#growthGradation-area h4::before,
#growthGradation-area h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}
/* 左カッコ [ */
#growthGradation-area h4::before {
  left: 0;
  border-left: 2px solid #404040; /* 左線を追加 */
}
/* 右カッコ ] */
#growthGradation-area h4::after {
  right: 0;
  border-right: 2px solid #404040; /* 右線を追加 */
}
#growthGradation-area .growthGradation-head .t_lead {
  margin-top: 0.3em;
}
#growthGradation-area .img-growthGradation {
  display: block;
  width: 68%;
  margin: 1.8em auto 0;
}
/* ---- 成長グラデーション：growthGradation-area ---- */
#approach-area .approach-head {
  text-align: center;
  margin-bottom: 2em;
}
#approach-area .approach-head img {
  max-width: 20%;
  vertical-align: baseline;
}
#approach-area .approach-head h3 {
  font-weight: 700;
  font-size: 2em;
	line-height: 1.4em;
}
#approach-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#approach-area ul li {
  width: 31%;
  border: 2px solid #58bfc2;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  padding: 0 0 1.2em;
  overflow: hidden;
}
#approach-area ul li .title_approach {
  background: #58bfc1;
  color: #ffffff;
  font-weight: 600;
  padding: 0.2em 0 0.4em !important;
}
#approach-area ul li h4 {
  color: #e71b19;
  font-weight: 700;
  font-size: 1.8em;
  padding: 0.4em 0em !important;
  text-align: center;
}
#approach-area ul li h4 img {
  max-width: 40%;
}
#approach-area ul li img {
  max-width: 28%;
}
#approach-area ul li a {
  ursor: pointer;
}
#approach-area ul li > a {
  text-decoration: none;
}
#approach-area .sub_cpy {
  background: #fff100;
  font-weight: 700;
  border-radius: 20px;
  width: 80%;
  margin: 1.2em auto 1em;
  padding: 0.2em 0em !important;
  color: #1d1d1d;
  font-size: 1.125em;
}
/* ---- アプローチ共通 ---- */
.method-title {
  background-color: #58bfc1;
  color: #fff;
  padding: 1.25em 0;
}
.method-title .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* --- 左側のアイコン画像 --- */
.method-title .inner .icon-circle {
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.method-title .inner .icon-circle img {
  width: 60% !important;
  height: auto !important;
  object-fit: contain;
}
/* --- 真ん中のテキストエリア --- */
.method-title .inner .method-txt {
  width: 36%;
}
/* ラベル */
.method-title .inner .method-txt .approach {
  display: inline-block;
  background-color: #008f95;
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  padding: 0.05em 0.75em !important;
  margin: 0 0 5px 0;
  border-radius: 2px;
}
/* サブタイトル */
.method-title .inner .method-txt p:nth-child(2) {
  font-size: 1.5em;
  line-height: 1.7em;
  margin: 0 0 10px 0;
  padding: 0.25em 0;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  width: fit-content;
}
/* メインタイトル（kashiko色彩法） */
.method-title .inner > div h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
/* --- 右側の写真 --- */
.method-title .inner .img-method {
  max-width: 480px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

/* --- 効果と身につく力 --- */
.column-sub-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
/* 直下のpタグを消す */
.column-sub-box > p {
  display: none;
}
.column-sub-box .efficacy,
.column-sub-box .skills {
  width: 50%;
  height: auto;
  background: #e9f9f7;
  border-radius: 15px;
  padding: 0 2.5em 1.5em;
  box-sizing: border-box;
}
.column-sub-box .efficacy h4,
.column-sub-box .skills h4 {
  display: block;
  width: fit-content;
  margin: 1.5em auto 1em;
  position: relative;
  padding: 0 1em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
  color: #58bfc2;
  text-align: center;
}
.column-sub-box .efficacy h4:before,
.column-sub-box .efficacy h4:after,
.column-sub-box .skills h4:before,
.column-sub-box .skills h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  border-top: 1px solid #58bfc2;
  border-bottom: 1px solid #58bfc2;
}
.column-sub-box .efficacy h4:before,
.column-sub-box .skills h4:before {
  left: 0;
  border-left: 1px solid #58bfc2; /* 左の縦線 */
}
.column-sub-box .efficacy h4:after,
.column-sub-box .skills h4:after {
  right: 0;
  border-right: 1px solid #58bfc2; /* 右の縦線 */
}
.column-sub-box ul li {
  padding: 0;
}
/* ---- 効果 ---- */
.column-sub-box .efficacy ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #31b8bd;
  border-radius: 50%;
}
.column-sub-box .efficacy ul li {
  margin-bottom: 0.75em;
  padding-left: 1em;
  text-align: left;
}
/* ---- 身につく力 ---- */
.column-sub-box .skills ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.column-sub-box .skills li {
  font-size: 0.875em;
  width: 48%;
  padding: 2px 0;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.skills li {
  width: 23%;
}
#learningMethod-area .column-sub-box .skills li {
  width: 23%;
}
.skills-01 {
  background-color: #d27c96;
} /* 感性 */
.skills-02 {
  background-color: #e59c5d;
} /* 創造力 */
.skills-03 {
  background-color: #acc941;
} /* 知性 */
.skills-04 {
  background-color: #5aaa48;
} /* プレゼン力 */
.skills-05 {
  background-color: #5cb4ba;
} /* 主体性 */
.skills-06 {
  background-color: #4a86c4;
} /* 多様性 */
.skills-07 {
  background-color: #966fa7;
} /* 協働性 */

.skills-01-b {
  border: 2px solid #d27c96;
} /* 感性 */
.skills-02-b {
  border: 2px solid #e59c5d;
} /* 創造力 */
.skills-03-b {
  border: 2px solid #acc941;
} /* 知性 */
.skills-04-b {
  border: 2px solid #5aaa48;
} /* プレゼン力 */
.skills-05-b {
  border: 2px solid #5cb4ba;
} /* 主体性 */
.skills-06-b {
 border: 2px solid #4a86c4;
} /* 多様性 */
.skills-07-b {
  border: 2px solid #966fa7;
} /* 協働性 */
/* ---- 各エリア ---- */
#colorMethod-area,
#wordsMethod-area,
#learningMethod-area {
  padding-top: 0 !important;
}
/* ---- テキストセンター ---- */
#colorMethod-area .conbox:nth-of-type(2),
#wordsMethod-area .conbox:nth-of-type(2) {
  text-align: center;
}
#learningMethod-area .conbox {
  text-align: center;
}

/* kashiko色彩法：colorMethod-area 
-----------------------------------------------*/
#colorMethod-area .color-cards-area {
  margin: 2.5em 0 1.5em;
  text-align: center;
}
#colorMethod-area p{
	
}
#colorMethod-area .color-cards-area ul {
  display: flex;
  margin: 0.3em 0 2em;
}
#colorMethod-area .color-cards-area ul li {
  width: 16%;
}
#colorMethod-area .color-cards-area ul li a {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 14px;
}
#colorMethod-area .color-cards-area ul li a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(1px);
}
#colorMethod-area .color-cards-area ul li a img {
  transition: opacity 0.3s ease;
}
#colorMethod-area .color-cards-area ul li a:hover {
  opacity: 0.8;
}

/* kashiko言葉がけ法：wordsMethod-area */
#wordsMethod-area h5 {
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
}
#wordsMethod-area .scene-box {
  display: flex;
  justify-content: space-between;
}
#wordsMethod-area .title-lead {
  margin: 3em 0 1em;
}
#wordsMethod-area .scene-box > p,
#wordsMethod-area .chat-box > p {
  display: none;
}
#wordsMethod-area .scene-box .words-scene-area,
#wordsMethod-area .scene-box .kashiko-scene-area {
  width: 490px;
  border-radius: 15px;
}
#wordsMethod-area .scene-box .words-scene-area h5 {
  padding: 0.5em 0;
  background: #6a6a6a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #ffffff;
  margin-bottom: 1.5em;
}

#wordsMethod-area .scene-box .kashiko-scene-area h5 {
  padding: 0.5em 0;
  background: #58bfc1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #ffffff;
}
#wordsMethod-area .scene-box .words-scene-area {
  background: #f3f3f3;
}
#wordsMethod-area .scene-box .kashiko-scene-area {
  background: #e9f9f7;
}
#wordsMethod-area .scene-box .chat-area {
  width: 90%;
  margin: 0 auto;
}
#wordsMethod-area .scene-box .chat-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3em;
}
#wordsMethod-area .icon-area {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
}
#wordsMethod-area .icon-dummy {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
}
#wordsMethod-area .icon-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#wordsMethod-area .message-area {
  position: relative;
  margin-left: 20px;
  padding: 20px 30px;
  border: 2px solid #888;
  border-radius: 15px;
  background: #fff;
  min-width: 334px;
}
#wordsMethod-area .message-area p {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}
/* タイプA：発言（三角形のしっぽ） */
#wordsMethod-area .talk .message-area::before,
.talk .message-area::after {
  content: "";
  position: absolute;
  top: 26px;
  border-style: solid;
}
#wordsMethod-area .talk .message-area::before {
  left: -12px;
  border-width: 10px 12px 10px 0;
  border-color: transparent #888 transparent transparent;
}
#wordsMethod-area .talk .message-area::after {
  left: -9px;
  border-width: 10px 12px 10px 0;
  border-color: transparent #fff transparent transparent;
}
/* タイプB：思考（丸いしっぽ） */
#wordsMethod-area .think .message-area::before,
#wordsMethod-area .think .message-area::after {
  content: "";
  position: absolute;
  background: #fff;
  border: 2px solid #888;
  border-radius: 50%;
}
#wordsMethod-area .think .message-area::before {
  width: 16px;
  height: 16px;
  top: 25px;
  left: -24px;
}
#wordsMethod-area .think .message-area::after {
  width: 10px;
  height: 10px;
  top: 35px;
  left: -38px;
}
/* 左右反転用（右側にアイコン） */
#wordsMethod-area .right-pos {
  flex-direction: row-reverse;
}
#wordsMethod-area .right-pos .message-area {
  margin-left: 0;
  margin-right: 20px;
}
#wordsMethod-area .right-pos.talk .message-area::before {
  left: auto;
  right: -12px;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #888;
}
#wordsMethod-area .right-pos.talk .message-area::after {
  left: auto;
  right: -9px;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
}
#wordsMethod-area .right-pos.think .message-area::before {
  left: auto;
  right: -9px;
  top: 32px;
}
#wordsMethod-area .right-pos.think .message-area::after {
  left: auto;
  right: -23px;
  top: 41px;
}
/* 影響 */
#wordsMethod-area .influence {
  margin: 2em 0;
}
#wordsMethod-area .words-scene-area .chat-area .influence h6 {
  border-radius: 6px;
  background: #6a6a6a;
  text-align: center;
  color: #ffffff;
  padding: 0.3em 0;
  margin-bottom: 1em;
}
#wordsMethod-area .kashiko-scene-area .chat-area .influence h6 {
  border-radius: 6px;
  background: #58bfc1;
  color: #ffffff;
  padding: 0.3em 0;
  margin-bottom: 1em;
}

/* kashiko学習法：learning-area 
-----------------------------------------------*/
#learningMethod-area .title-lead {
  margin: 0 0 1em !important;
}
#learningMethod-area .title-lead img {
  max-width: 148px;
  vertical-align: baseline;
}
#learningMethod-area .step-grid-container {
  margin: 0 auto;
  background: url("../img/about/bg-learning-4step-pc.webp") center center
    no-repeat;
  background-size: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 70px;
}
#learningMethod-area .step-box {
  background: #fff;
  border: 2px solid #d6000f;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#learningMethod-area .step-grid-container {
  margin-bottom: 2em;
}
#learningMethod-area .step-header {
  background: #d6000f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.1em;
  border-radius: 18px 18px 0 0;
}
#learningMethod-area .step-body {
  padding: 1.875em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  flex-grow: 1;
}
#learningMethod-area .text-area {
  flex: 1;
  text-align: left;
}
#learningMethod-area .text-area h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  font-weight: 600;
}
#learningMethod-area .text-area p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.7;
}
#learningMethod-area .img-area {
  flex-shrink: 0;
}
#learningMethod-area .img-area img {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.step-01 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.step-02 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.step-03 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.step-04 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

#learningMethod-area .senses-box {
  background: #e9f9f7;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 2.5em;
  margin-top: 2.5em;
}
#learningMethod-area .senses-box .txt-area {
  text-align: left;
  padding-right: 3em;
}
#learningMethod-area .senses-box .img-area img {
  width: 346px;
  height: 346px;
}
#learningMethod-area .senses-box .txt-area p {
  margin-bottom: 1em;
}
#learningMethod-area small {
  display: block;
  text-align: right;
  margin-top: 0.75em;
  color: #4c4c4c;
	line-height: 1.5em;
}
#learningMethod-area .step-body > p,
#learningMethod-area .step-grid-container > p {
  display: none;
}

/* 専門家メッセージ：experts-area */
#experts-area {
  background: #ffffff;
}
#experts-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#experts-area .experts-img {
  margin-right: 3.125em;
}
#experts-area .experts-img img {
  width: 380px;
  border-radius: 20px;
}
#experts-area .experts-body h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 0.3em;
}
#experts-area .experts-name {
  font-weight: 600;
  font-size: 1.125em;
  margin-top: 0.3em;
}
#experts-area .experts-cpy {
  color: #58bfc2;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.3em;
}

/* kashiko™︎について classroom 
-----------------------------------------------*/
#classroom-area .title-head .icon_kashikoName {
  font-size: 1.125em;
  display: inline-block;
  margin: 0 0 0.5em;
  line-height: 1.4em;
}

#classroom-area .classroom-box-head {
  background: #58bfc1;
  text-align: center;
  color: #ffffff;
  margin: -2.5em -2.5em 0 -2.5em;
  overflow: hidden;
  padding: 1.3em 0;
}
#classroom-area .classroom-box-head h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}
#classroom-area .classroom-box-head p {
  font-size: 1.125em;
}
#classroom-area .classroom-box-head p span {
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  color: #58bfc1;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 0 0.3em;
}
#classroom-area figure {
  margin: 2.5em 0;
}
#classroom-area .listData {
  margin: 1em 0 1.3em;
}
#classroom-area .listData ul li {
  margin-bottom: 0;
}

#classroom-area .kashiko-class-detail dt{
	font-size: 1.125em;
	font-weight: 600;
    margin-bottom: 0.25em;
}
#classroom-area .kashiko-class-detail dd{
	line-height: 1.8em;
	margin-bottom: 1.25em;
}

/* マスタースライダー */
.ms-slide-bgcont,
.ms-slide img {
  border-radius: 15px;
}
.ms-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.ms-thumb-frame {
  opacity: 0.8 !important;
}
.ms-thumb-frame-selected {
  position: relative;
  opacity: 1 !important;
}
.ms-thumb-frame-selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}
/*about Lity modal*/
.color-modal {
  background: #fff;
  max-width: 900px;
 /* 高さは中身に合わせて自動（auto）にする */
  height: auto;  
  /* ただし、画面からはみ出さないように上限（max）を決めておく */
  max-height: 80vh; /* 画面の80%くらいの高さまで */
  /* はみ出たらスクロール */
  overflow-y: auto;
  border-radius: 20px;
  padding: 50px 60px 60px 60px;
}
.color-modal .color-modal-ttl {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.color-modal .color-modal-ttl .sub-ttl {
  color: #58bfc1;
  font-weight: 600;
  font-size: 22px;
}
.color-modal .color-modal-ttl .main-ttl {
  font-size: 26px;
  font-weight: 600;
}
.color-modal .colorname {
  font-size: 26px;
  font-weight: 600;
}
/*モーダル閉じるボタン*/
.lity-container .lity-close,
.lity-container .lity-close:hover {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #000;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-family: "Noto Sans JP";
  border-radius: 0;
}
/*色個別*/
#card-red .colorname {
  color: #e60012;
}
#card-red .color-modal-ttl {
  border-bottom: 2px solid #e60012;
}
#card-orange .colorname {
  color: #ee7800;
}
#card-orange .color-modal-ttl {
  border-bottom: 2px solid #ee7800;
}
#card-yellow .colorname {
  color: #d4c800;
}
#card-yellow .color-modal-ttl {
  border-bottom: 2px solid #e2d600;
}
#card-green .colorname {
  color: #009944;
}
#card-green .color-modal-ttl {
  border-bottom: 2px solid #009944;
}
#card-blue .colorname {
  color: #0081cc;
}
#card-blue .color-modal-ttl {
  border-bottom: 2px solid #0081cc;
}
#card-purple .colorname {
  color: #69318e;
}
#card-purple .color-modal-ttl {
  border-bottom: 2px solid #69318e;
}
.color-modal .color-modal-contents {
  display: flex;
  gap: 43px;
}
.color-modal .color-modal-contents .card-img {
  width: 240px;
}
.color-modal .color-modal-contents .answer {
  text-align: center;
}
.color-modal .color-modal-contents .answer .answer-sub-ttl {
  font-size: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 14px;
}
.color-modal .color-modal-contents .answer .answer-sub-ttl::before,
.color-modal .color-modal-contents .answer .answer-sub-ttl::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 4px;
  height: 4px;
  background-color: #404040;
  border-radius: 50%;
  box-shadow: 0 -8px 0 #404040, 0 -16px 0 #404040, 0 -24px 0 #404040;
  transform-origin: center center;
}
.color-modal .color-modal-contents .answer .answer-sub-ttl::before {
  left: -20px;
  transform: rotate(-35deg);
}
.color-modal .color-modal-contents .answer .answer-sub-ttl::after {
  right: -20px;
  transform: rotate(35deg);
}
.color-modal .color-modal-contents .answer .answer-wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 28px;
}
.color-modal .color-modal-contents .answer .answer-wrap .answer-wrap-ttl {
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}
.color-modal .color-modal-contents .answer .answer-wrap .answer-wrap-txt {
  background: #f1f1f1;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.75;
  padding: 20px 28px;
  text-align: left;
}
.color-modal .color-modal-contents .answer .answer-txt {
  font-size: 1em;
  text-align: left;
}
/*modal-card個別*/
#card-red.color-modal .color-modal-contents .answer .answer-wrap {
  background: #ffeff0;
}
#card-red.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #e60012;
}
#card-orange.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #ee7800;
}
#card-yellow.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #d4c800;
}
#card-green.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #009944;
}
#card-blue.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #0081cc;
}
#card-purple.color-modal
  .color-modal-contents
  .answer
  .answer-wrap
  .answer-wrap-ttl {
  background: #69318e;
}

/* 講座・資格についてページ 
-----------------------------------------------*/
#easy-area .conbox {
  margin: 0 auto;
}
#easy-area .conbox .button-lv2 {
  margin-top: 1em;
  width: 100%;
}

/* 資格取得講座ページ /for-qualification
-----------------------------------------------*/
#qualification-acquisition-area .inner:nth-child(2) {
  margin-top: 7em;
}
#qualification-acquisition-area .summary-box-body {
  display: flex;
  margin-top: 2.5em;
}
#qualification-acquisition-area .summary-box-body figure {
  flex-shrink: 0;
  margin-right: 2em;
}
#qualification-acquisition-area .summary-box-body figure img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

#qualification-acquisition-area .summary-box-body dt {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
#qualification-acquisition-area .summary-box-body dd {
  margin-bottom: 1.25em;
	line-height: 1.8em;
}

/* 法人・団体導入ページ 
-----------------------------------------------*/
#report {
  padding-top: 3em;
}
#posi_achievement .listAchivement {
  padding-bottom: 6em !important;
}
.listAchivement .linkArchive {
  margin-top: 2.5em;
}
.listAchivement .linkArchive .button-lv2::after,
.sp-skills-accordion .button-lv2::after{
  background-image: none;
}

/* よくあるご質問ページ：タイトル周り */
#areaQuestionColor h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1em;
}

/* sdgsページ */
.sdgs-logo{
	width: 40%;
	margin: -30px auto 1em!important;
}

.sdgs-policy {
    display: flex; 
    justify-content: center;
    gap: 30px;
	margin-top: 30px;
}

.sdgs-policy li {
    width: 25%;
    text-align: center; 
}

/* 画像（アイコン） */
.sdgs-policy li img {
    width: 100%; 
    height: auto;
    vertical-align: bottom;  /* 画像下の隙間を消す */
}
/* 運営団体についてページ 
-----------------------------------------------*/

#association-area .association-box h3 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
#association-area .association-box {
	margin-bottom: 6em;
}
#association-area .association-box img{
	border-radius: 20px;
}
#association-area .mission-box {
    background-color: #E9F9F7;
    border: 2px solid #58BFC2;
    border-radius: 20px; 
	font-size: 1.2em;
	padding: 1em 0;
}
#association-area .mission-box li{
	font-weight: 600;
	padding: 18px 0 8px 25px;
}
#association-area .association-box .list-mark{
	width: 70%;
	margin: 0 auto;
}


#association-area dl {
  display: grid;
  grid-template-columns: 30% 1fr; /* 左25%、右残り全部 */
  width: 100%;
  border-top: 1px solid #E2E2E2;
  margin: 0;
}

/* ▼▼ dtとdd両方に共通の指定 ▼▼ */
#association-area dl dt{ 
  padding: 1.3em;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}
#association-area dl dd{ 
  padding: 1.3em 1.3em 1.3em 2em;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}

/* 左側（見出し）だけの指定 */
#association-area dl dt {
  background-color: #f2f2f2;
  font-weight: 600;
  justify-content: center; /* 左右中央 */
}

/* 右側（中身）だけの指定 */
#association-area dl dd {
  background-color: #fff;
  width: auto;
}



/***************************************************
min-width: 768px以上のウィンドウ幅に適応　＊PC用＊
***************************************************/

@media screen and (min-width: 768px) {
  /* アーカイブページの仕様 - 一覧
-----------------------------------------------*/
  .archive .sectPhotoline {
    display: flex;
    flex-wrap: wrap;
  }
  .archive .sectPhotoline .item {
    display: block;
    margin: 5px;
    padding-bottom: 55px;
    width: 25%;
    width: calc(100% / 4 - 10px);
  }
  .archive .sectPhotoline .item a.btm {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	background: #ffffff;
    border-radius: 0 0 30px 30px;
  }
  .archive .item .boxData {
    width: auto;
    margin: 0;
  }
  .archive .item .inframe.dust .photo {
    width: 350px !important;
  }
  .archive .item .inframe.dust .boxData {
    width: calc(100% - 270px);
  }
  .archive .item.class20230712 .boxData {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .archive .item.class20230712 .boxData .photo {
    width: 150px;
    margin: 0;
    padding: 0;
  }
  .archive .item.class20230712 .boxData .listData {
    width: calc(100% - 175px);
  }

  /* 活動項目 - 詳細 
-----------------------------------------------*/
  .archive.single .item .boxData {
    margin: 0 2em;
  }
  .archive.single .sectPhotoline {
    display: block;
  }
  .archive.single .sectPhotoline .item {
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  /* ニュースページ 
-----------------------------------------------*/
  .listNews.single .item .ttl {
    font-size: 1.32em;
  }
  .listNews.single .item .inframe {
    padding: 5em 7.5em;
  }

  /* 講師紹介ページ - 一覧 
-----------------------------------------------*/
  .sectPhotoline .item {
    margin-bottom: 2.2em !important;
  }
  .listTeacher .sectPhotoline .item {
    margin-left: 0;
    margin-right: 6px;
  }
  .listTeacher .item {
    width: 269px !important;
    height: 285px !important;
  }
  .listTeacher.single .item {
    width: auto !important;
    height: auto !important;
    padding-bottom: 0;
  }
  .listTeacher .item .ttl {
    margin-bottom: 0 !important;
  }
  .listTeacher.single .item .inframe {
    display: flex;
    padding: 2.5em 3.5em;
  }
  .listTeacher.single .item .photo {
    margin: 0;
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
  .listTeacher.single .item .boxData {
    width: calc(100% - 220px);
  }

  /* メッセージページ - 一覧 
-----------------------------------------------*/
  .listMessage .sectPhotoline .item {
    width: 269px;
    height: 380px;
    margin-left: 0;
    margin-right: 6px;
  }
  .listMessage .item .kana,
  .listMessage .item .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .listMessage .ttl a {
    overflow: inherit;
    text-overflow: initial !important;
    white-space: initial !important;
  }
  .listMessage.single .item .kana,
  .listMessage.single .item .ttl {
    line-height: 1.5em !important;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .listMessage .item .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .listMessage.single .item .inframe {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2.5em 3.5em;
  }
  .listMessage.single .item .photo {
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 200px;
  }
  .listMessage.single .item .boxData {
    width: calc(100% - 300px);
    margin-bottom: 0;
  }
  .listMessage.single .boxData .frameLine {
    margin-bottom: 0;
  }

  /* 実績ページ 
-----------------------------------------------*/
  .listAchivement .wideFrame {
    display: flex;
    flex-wrap: wrap;
  }
  .listAchivement .wideFrame .item {
    width: calc(100% / 3);
    padding: 0.5em;
  }
  #posi_achievement .listAchivement .wideFrame {
    display: flex;
    flex-wrap: wrap;
  }
  #posi_achievement .listAchivement.retake20230713 .wideFrame,
  #pageAhrve .listAchivement.retake20230713 .wideFrame {
    display: block;
  }

  /* 活動項目ページ 
-----------------------------------------------*/
  .listActivity .sectPhotoline {
    display: block;
  }
  .listActivity .sectPhotoline .item {
    width: auto;
  }
  .listActivity .item .inframe {
    display: flex;
  }
  .listActivity .item .photo {
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 200px;
  }
  .listActivity .item .boxData {
    width: calc(100% - 220px);
  }
  .archive .item.activity .boxData {
    margin: 0 2em;
  }

  /* 教室項目ページ 
-----------------------------------------------*/
  .listClass .sectPhotoline .item {
    width: calc(100% / 2 - 10px);
  }
  .item.classroom .inframe {
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 72px !important;
    padding-bottom: 120px !important;
  }
  .item.classroom .photo {
    width: 240px !important;
  }
  .item.classroom .boxData {
    margin: 0 !important;
    width: calc(100% - 280px) !important;
  }
  .item.classroom .linkurl {
    height: 90px;
    line-height: 90px;
    padding: 0;
  }
  #listClassinf {
    padding-top: 0;
    margin-top: -20px;
  }

  /* 「おとな向け」ページ 
-----------------------------------------------*/
  #pageAdult .blockPagemain .block.p_01 {
    width: 55%;
  }
  #pageAdult .blockPagemain .photo {
    width: 45%;
    padding: 0;
    padding-left: 50px;
  }
  #pageAdult .item.onlineschool {
    flex-wrap: wrap;
  }
  #pageAdult .item.onlineschool .photo {
    margin: 0;
  }
  #pageAdult .item.onlineschool .listClass {
    justify-content: space-around;
  }
  #pageAdult .item.onlineschool .listClass .item {
    width: calc(100% / 3 - 10px);
    display: block;
  }
  #frameIntroAdult .inframe {
    padding-left: 60px;
    padding-right: 60px;
  }
  #frameIntroAdult .item.onlineschool {
    flex-wrap: wrap;
  }
  #frameIntroAdult .item.onlineschool .photo {
    margin: 0;
  }
  #frameIntroAdult .item.onlineschool .listClass {
    display: flex;
    justify-content: space-around;
  }
  #frameIntroAdult .item.onlineschool .listClass .item {
    width: calc(100% / 3 - 10px);
    display: block;
  }
  #pageAdult #posiStart .inBlock01 {
    width: 30%;
  }
  #pageAdult #posiStart .inBlock02 {
    width: 70%;
    padding-left: 30px;
  }
  #frameIntroAdult .item.onlineschool.outline {
    display: block;
  }
  #frameIntroAdult .item.onlineschool.outline .inline {
    display: flex;
  }
  #frameIntroAdult .onlineschool p:first-child {
    padding-top: 0;
  }
  #frameIntroAdult .sectPhotoline .item .boxData {
    margin-top: -9px;
  }
  #frameIntroAdult .sectPhotoline .item .boxData.topitem {
    margin-top: 0;
  }
  #frameIntroAdult_20230630 .item.onlineschool.outline {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* 「こども向け」ページ 
-----------------------------------------------*/
  #pageChild .block.p_01 {
    padding-bottom: 80px;
  }
  #groupChild_01 .listActivity .item .boxData {
    margin: 0 2em;
  }
  #groupChild_01 .inframe {
    padding: 3em 0.5em;
    box-shadow: 0 0 0 #00000000;
  }
  #groupChild_01 .sectPhotoline .item {
    padding-bottom: 30px;
    margin-bottom: 60px !important;
  }
  #pageChild .block.p_01 .inBlock_01 {
    width: 55%;
    padding-right: 55px;
  }
  #pageChild .block.p_01 .inBlock_02 {
    width: 45%;
  }
  .boxSubstance #pageChild .block.p_02 {
    padding-top: 80px;
  }
  #pageChild .image.n_01 {
    margin-bottom: 95px;
  }
  #pageChild .image.n_01.sm {
    display: none;
  }
  #pageChild .image.n_01.pc {
    display: block;
  }
  #groupChild_chartClass .blockChart .image {
    width: 50%;
    padding: 0.5em;
  }

  /* 「資格を取りたい方」ページ 
-----------------------------------------------*/
  #posi_listQualification .archive .sectPhotoline .item {
    padding-bottom: 30px;
  }
  #posi_listQualification .item .boxData {
    margin: 0 2em;
  }
  .section #pageShikakuListarea .line.line_3 a {
    width: calc(100% / 3);
    display: block;
  }
  .section #pageShikakuListarea .line.line_3 .item {
    width: auto;
  }
  #navContentsShikaku li {
    padding: 0.8em;
    width: calc(100% / 3);
  }
  #posi_shikakukoza .archive .sectPhotoline .item {
    margin-bottom: 109px !important;
  }
  #posi_shikakukoza .archive .sectPhotoline .item:last-child {
    margin-bottom: 0 !important;
  }
  #listTeacher {
    padding-top: 110px !important;
  }
  #pageShikaku .pagefor-qualification_sm {
    display: none;
  }
  #pageShikaku .pagefor-qualification_pc {
    display: block;
  }

  /* 「法人・団体向け」ページ 
-----------------------------------------------*/
  #pageCorpIntroField .inBlock_01 {
    width: 55%;
    margin-bottom: 0;
    padding: 0 30px 30px 0;
  }
  #pageCorpIntroField .inBlock_02 {
    width: 45%;
    padding-left: 25px;
    text-align: left;
  }
  #posi_listActivity .inframe {
    padding: 60px 2.3em 20px;
  }
  #posi_listActivity .sectPhotoline .item {
    margin-bottom: 40px !important;
  }
  #posi_listActivity .sectPhotoline .item .boxData {
    margin-left: 2em;
    margin-right: 2em;
  }
  #posi_activity .item .inframe {
    flex-direction: row-reverse;
  }

  /* プライバシーポリシー
  -----------------------------------------------*/
  */ #pagePrivacy {
    padding: 0.5em 0;
  }

  /* お問い合わせ
  -----------------------------------------------*/
  */ #pageContact .boxContact {
    padding-left: 50px;
    padding-right: 50px;
  }
  #pageContact .btmlist {
    display: flex;
  }
  #pageContact .btmSend {
    width: 250px;
  }
	
	

  /* #page404 
  -----------------------------------------------*/
  */ #page404 p {
    max-width: 850px;
    margin: auto;
    font-size: 1.3em;
    line-height: 2.1em;
  }

  /* 「スケジュール」ページ 
-----------------------------------------------*/
  .item.schedule .cate {
    display: flex;
  }
  .listTeacher.schedule.single .item .inframe {
    padding-bottom: 110px;
  }
  .listTeacher.schedule.single .item .inframe.nobottom {
    padding-bottom: 2.5em;
  }
}

/***************************************************
 max-width: 768px以下のウィンドウ幅に適応　＊SP用＊
***************************************************/

@media screen and (max-width: 768px) {
  /* 下層ページ共通
  ----------------------------------------------- */
  #whats-area {
    margin-bottom: 4em;
  }
  #growthGradation-area {
    padding: 4em 5%;
  }
  /*パンクズ*/
  #contents .listPuncz {
    top: 0;
  }
  /* 講師紹介ページ
-----------------------------------------------*/
  .listTeacher .sectPhotoline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.2em 0;
  }
  #listLecBgDere .listTeacher .sectPhotoline {
    justify-content: center;
  }
  .listTeacher .sectPhotoline .item {
    padding-bottom: 70px;
    width: calc(100% / 2 - 10px);
    margin-bottom: 0 !important;
  }
  #listLecBgDere .listTeacher .sectPhotoline .item {
    width: calc(100% - 10px);
  }
  .listTeacher .item .inframe {
    padding: 0.5em;
  }
  .listTeacher .item .ttl,
  .listTeacher .item .kana,
  .listTeacher .item .address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .listTeacher .item a.btm {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #teacherSingle.listTeacher .sectPhotoline .item {
    width: 100%;
  }
  #teacherSingle.listTeacher.single .item .ttl,
  #teacherSingle.listTeacher.single .item .kana,
  #teacherSingle.listTeacher.single .item .address {
    text-align: center;
  }
  #teacherSingle.archive .item .boxData .cate ul {
    justify-content: center;
  }
  #teacherSingle.listTeacher .item .listSNS {
    justify-content: center;
  }
  .listTeacher .sectPhotoline .item.classroom {
    width: 100%;
  }
  .listTeacher.classroom .item .ttl {
    overflow: hidden;
    text-overflow: inherit;
    white-space: normal;
  }

  /* メッセージページ - 一覧 
-----------------------------------------------*/
  .listMessage .sectPhotoline .item .boxData {
    margin-left: 0;
    margin-right: 0;
  }

  /* 「おとな向け」ページ 
-----------------------------------------------*/
  #frameIntroAdult_20230630 .box {
    padding: 20px;
  }
  #posi_shikakukoza .item .photo {
    width: 210px;
    height: 210px;
  }
  #posi_shikakukoza #posi_linkPage_meeting a {
    border: solid 1px #cccccc;
    padding: 0.5em 1.2em;
    margin: 0 0.5em;
    border-radius: 10px;
    font-size: 0.85em;
  }

  /* 「こども向け」ページ 
-----------------------------------------------*/
  #pageChild p.p_01 {
    text-align: left;
  }

  /* 「企業・団体向け」ページ 
-----------------------------------------------*/
  #posi_listActivity {
    padding: 0 !important;
    box-shadow: 0 0 0 #00000017;
  }
  #posi_activity .item .photo {
    width: 210px;
    height: 210px;
  }
  #pageCorpIntroField .inBlock_01 {
    order: 2;
    margin-bottom: 0;
  }
  #pageCorpIntroField .inBlock_02 {
    order: 1;
    margin-bottom: 1.2em;
  }
  #pageCorpIntroField .inBlock_02 .bf-frame {
    margin-bottom: 1em;
  }

  /* 「スケジュール」ページ 
-----------------------------------------------*/
  .listTeacher.schedule.single .sectPhotoline .item {
    width: 100%;
  }

  /* kashiko™︎について 
  -----------------------------------------------*/
  .process-result {
    padding: 18px;
  }
  .process-result p {
    font-size: 1.25em;
	  text-align: center;
  }
  .method-title {
    padding: 30px 0 0 0;
  }
	.method-title .inner{
		flex-wrap: wrap;
		justify-content:space-between;
		align-items: flex-start;
	}
  .method-title .inner .icon-circle {
    width: 80px;
    height: 80px;
  }
  .method-title .inner .method-txt {
    margin: 0px 0px 20px;
	  width: 72%;
  }
  .method-title .inner .method-txt .approach {
    font-size: 0.75em;
    margin-bottom: 0px;
  }
  .method-title .inner .method-txt p:nth-child(2) {
    font-size: 1.1em;
  }
  .method-title .inner > div h3 {
    font-size: 1.5em;
  }
	/* --- 右側の写真 --- */
  .method-title .inner .img-method {
	  max-width: 100%;
	  margin-bottom: 30px;
}
  .column-sub-box .skills li,
  #learningMethod-area .column-sub-box .skills li {
    width: calc(50% - 5px);
  }
  #whats-process .process-box::after,
  #whats-process .process-box:not(:last-child)::after {
	  position: static;
	  margin: 0 auto;
	  transform: rotate(90deg);
	  height:80px;
  }
  #approach-area ul,
  #learningMethod-area .step-grid-container,
  #learningMethod-area .senses-box,
  #experts-area .inner,
  #wordsMethod-area .scene-box,
  #learningMethod-area .step-body,
  .conbox .column-box,
  .column-sub-box {
    flex-direction: column;
  }
  #approach-area ul li,
  #wordsMethod-area .scene-box .words-scene-area,
  #wordsMethod-area .scene-box .kashiko-scene-area,
  .column-sub-box .efficacy,
  .column-sub-box .skills,
  .conbox .column-box .column-img {
    width: 100%;  
  }
	.column-sub-box .efficacy,
	.column-sub-box .skills{
		padding: 0 1.8em 1.5em;
	}
	
  #whats-area h3 {
    font-size: 1.5em;
    margin: 32px 0 18px;
  }
	
  #about #whats-area .image-gallery,
  #corporation .image-gallery{
   display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 10px;
  }
#about #whats-area .image-gallery > *,
#corporation .image-gallery > * {
  width: calc(50% - 5px); 
  box-sizing: border-box;
}
	
  #whats-process .title-head h3 {
    font-size: 1.75em;
  }
  #whats-process .process-flow {
    flex-direction: column;
    width: 100%;
  }
  #whats-process .process-box {
    width: 100%;
  }
  #whats-process .process-box dt {
    width: 220px;
    margin: auto;
  }
#whats-area #whats-process dd {
  font-size: 1.25em;
}
#whats-process .process-arrow-down {
  width: 300px;
}
#approach-area .approach-head {
  margin-bottom: 1em;
}

  #growthGradation-area .growthGradation-head img,
  #approach-area .approach-head img {
    max-width: 100%;
    width: 160px;
  }
	
  #growthGradation-area .growthGradation-head h3,
  #approach-area .approach-head h3 {
    font-size: 1.75em;
  }
  #approach-area .approach_ttl_wrap {
  }
  #approach-area .approach_ttl_wrap h4 {
	  margin: 0.5em 0 0.5em;
    font-size: 1.6em;
  }
  #approach-area .approach_ttl_wrap p {
  }
  #approach-area .approach_ttl_wrap p img {
	  width: 25%;
  }
  #growthGradation-area h4 {
    font-size: 1.25em;
  }
  #growthGradation-area .img-growthGradation {
/* 幅 = 100% + (左右のマージン分 20px+20px) */
  width: calc(100% + 40px);  
  /* 左右にマイナスのマージンを指定して外側に引っ張る */
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
  }
	#growthGradation-area dl{
		margin-top: 20px;
	}
	#growthGradation-area dl dt{
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
		padding: 8px 0;
	}
	#growthGradation-area dl dd{
		padding: 10px 0;
		margin-bottom: 20px;
		text-align: center;
		font-weight: 600;
		background: #fff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		
	}	
	
  #approach-area ul li .title_approach,
  #approach-area ul li p {
    text-align: center;
  }
  #approach-area ul {
    gap: 30px;
  }

  #colorMethod-area .color-cards-area ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  #colorMethod-area .color-cards-area .title-lead {
    margin-top: 0;
  }
  #colorMethod-area .color-cards-area ul li {
    width: calc(33.333333333% - 8px);
    padding: 0;
  }
  #words-scene-area {
    margin-bottom: 30px;
  }
  #wordsMethod-area .icon-area {
    width: 60px;
    height: 60px;
  }
  #wordsMethod-area .message-area {
    min-width: auto;
    padding: 10px 15px;
  }
  #wordsMethod-area .scene-box {
    gap: 20px;
  }
  #wordsMethod-area .title-lead {
  margin: 1.5em 0 1em;
  }
  #learningMethod-area .step-grid-container {
    display: flex;
    gap: 82px;
    background: none;
  }
  #learningMethod-area .step-box {
    position: relative;
  }
  #learningMethod-area .step-box::after {
    content: "";
    width: 172px;
    height: 52px;
    background: url("../img/about/bg-learning-4step-sp.webp") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
  }
  #learningMethod-area .step-box:last-of-type::after {
    display: none;
  }
  #learningMethod-area .senses-box .txt-area {
    padding-right: 0;
  }
  #learningMethod-area .senses-box {
    padding: 8%;
    margin-top: 2em;
    border-radius: 15px;
  }
  #learningMethod-area .senses-box .img-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #learningMethod-area .text-area h3 {
    text-align: center;
  }
  #learningMethod-area .step-body {
    flex-direction: column-reverse;
    align-items: center;
  }
  #experts-area .experts-img {
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
  }
  #experts-area .experts-img img {
    width: 66.66%;
  }
  #experts-area .experts-body h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  /*color-modal*/
  .color-modal {
    padding: 10% 5%;
    margin: 0 5%;
  }
  .lity-container .lity-close,
  .lity-container .lity-close:hover {
    top: 12px;
    right: calc(5% + 12px);
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .color-modal .colorname {
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .color-modal .color-modal-contents {
    flex-direction: column;
    gap: 20px;
  }
  .color-modal .color-modal-ttl .main-ttl {
    font-size: 1.25em;
    line-height: 1.3;
  }
  .color-modal .color-modal-contents .card-img {
    width: 100%;
    text-align: center;
  }
  .color-modal .color-modal-contents .card-img img {
    width: 33.333%;
  }
  .color-modal .color-modal-contents .answer .answer-sub-ttl {
    line-height: 1.3;
  }
  /* 教室について /classroom
  -----------------------------------------------*/
  #classroom-area figure {
    margin: 1.5em 0;
  }
  /* 資格取得講座 /for-qualification
  -----------------------------------------------*/
  #qualification-acquisition-area .summary-box-body {
    margin-top: 5%;
    flex-direction: column;
    gap: 20px;
  }
  #qualification-acquisition-area .summary-box-body figure {
    margin-right: 0;
  }
  #qualification-acquisition-area .summary-box-body figure img {
    width: 100%;
    height: auto;
  }
  #qualification-acquisition-area .inner:nth-child(2) {
    margin-top: 4em;
  }
  /* sdgsページ */
.sdgs-logo{
	width: 80%;
}

.sdgs-policy {
    display:block;
}

/* 各アイテム（li） */
.sdgs-policy li {
    width: 60%;
    text-align: center; 
	margin: 0 auto 30px;;
	padding: 0px;
	
}

/* 画像（アイコン） */
.sdgs-policy li img {
    width: 100%; 
    height: auto;
    vertical-align: bottom;  /* 画像下の隙間を消す */
}
	
	/* 運営団体についてページ 
-----------------------------------------------*/

#association-area .association-box h3 {
  font-size: 1.6em;
}
#association-area .association-box {
		margin-bottom: 3em;
}
#association-area .association-box img{
	border-radius: 15px;
}
#association-area .mission-box {
    border-radius: 15px; 
	font-size: 1.2em;
}
#association-area .association-box .list-mark{
	width: 85%;
}
/* ▼▼ dtとdd両方に共通の指定 ▼▼ */
	#association-area dl dt{
		width: 100%;
	}
#association-area dl dt,
#association-area dl dd { 
  padding: 1.25em ;
}





}


