@charset "utf-8";

/*--
中 font-size:96%;
小 font-size:88%;
--*/
/*---------------------------------------*/
/* breadcrumbs */
/*---------------------------------------*/
.breadcrumbs {
  width: 100%;
  line-height: 1;
  font-size: 1.2rem;
  color: #937cb8;
}

@media screen and (max-width:767px) {
  .breadcrumbs {
    font-size: 7pt;
    height: auto;
    padding-bottom: 6px;
  }
}

@media print {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs ol {
  width: 90%;
  margin: 0 auto;
  max-width: 1060px;
}

.breadcrumbs li {
  display: inline;
  list-style: none;
  vertical-align: middle;
  color: #937cb8;
}

.breadcrumbs li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  color: #937cb8;
  border-top: 1px solid rgba(147, 124, 184, 0.3);
  border-right: 1px solid rgba(147, 124, 184, 0.3);
  transform: rotate(45deg);
  margin: 0 12px 0 10px;
  position: relative;
  top: -2px;
}

@media screen and (max-width:767px) {
  .breadcrumbs li:after {
    margin: 0 8px 0 6px;
    width: 3px;
    height: 3px;
    top: -1px;
  }
}

.breadcrumbs li:last-child:after {
  display: none;
}

/*---------------------------------------*/
/*pager*/
/*---------------------------------------*/
.pager a {
  display: inline-block;
  width: 25px;
  line-height: 30px;
  background: #fff;
  color: #937cb8;
  border: 1px solid #937cb8;
  margin: 0 3px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .pager a {
    width: 22px;
    line-height: 25px;
  }
}

.pager a:hover {
  background: #EFEBF4;
}

.pager .current {
  display: inline-block;
  width: 25px;
  line-height: 30px;
  background: #937cb8;
  color: #fff;
  margin: 0 3px;
}

@media screen and (max-width: 767px) {
  .pager .current {
    width: 22px;
    line-height: 25px;
  }
}

.pager .previouspostslink .icon-arrow-n {
  display: inline-block;
  transform: rotate(180deg);
}

/*---------------------------------------*/
/* btnLinks */
/*---------------------------------------*/
.btnLinks {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 90;
}

@media screen and (max-width:767px) {
  .btnLinks {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
  }
}

.btnLinks a {
  width: 130px;
  height: 90px;
}

@media only screen and (max-width:980px) {
  .btnLinks a {
    width: 130px;
    height: 80px;
  }
}

@media screen and (max-width:767px) {
  .btnLinks li {
    flex: 1;
  }

  .btnLinks a {
    width: 100%;
    height: 78px;
  }
}

.btnLinks a:hover {
  opacity: 0.7;
}

.btnLinks a .icon {
  left: 10px;
  font-size: 18px;
}

@media only screen and (max-width:980px) {
  .btnLinks a .icon {
    left: 13px;
  }
}

@media screen and (max-width:767px) {
  .btnLinks a .icon {
    font-size: 16px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 28%;
  }
}

.btnLinks a .txt {
  left: 48px;
  line-height: 1.4;
}

@media only screen and (max-width:980px) {
  .btnLinks a .txt {
    left: 50px;
  }
}

@media screen and (max-width:767px) {
  .btnLinks a .txt {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 68%;
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*---------------------------------------*/
/* moreBtn*/
/*---------------------------------------*/
.moreBtn a {
  width: 100%;
  max-width: 350px;
  height: 75px;
  border: 1px solid #fff;
}

@media screen and (max-width:767px) {
  .moreBtn a {
    height: 60px;
  }
}

.moreBtn a .icon-more,
.moreBtn02 a .icon-more {
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .moreBtn a .icon-more {
    margin-bottom: 5px;
  }
}

.moreBtn--hight a {
  height: 225px;
}

@media screen and (max-width:767px) {
  .moreBtn--hight a {
    height: 155px;
  }
}

.moreBtn--hight a .ttl {
  height: 3.6em;
}

.moreBtn--mini a {
  width: 100px;
  height: 30px;
}

.moreBtn--mini a .icon-more {
  font-size: 12px;
  margin-right: 8px;
}

.moreBtn a:hover {
  background: #C9BDDB;
}

.moreBtn--blue a:hover {
  background: #AEC7E5;
}

.moreBtn--pink a:hover {
  background: #DEB1CA;
}

/*---------------------------------------*/
/* linksBtn*/
/*---------------------------------------*/
.linksBtn a {
  height: 45px;
  width: 100%;
  max-width: 460px;
}

.linksBtn--height a {
  height: 100px;
}

@media screen and (max-width:767px) {
  linksBtn--height a {
    height: 75px;
  }
}

.linksBtn a .corner {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}

.linksBtn a:hover {
  background: #C9BDDB;
}

.linksBtn--blue a:hover {
  background: #AEC7E5;
}

.linksBtn a.u-bgBlueA:hover {
  background: #AEC7E5;
}

.linksBtn--pink a:hover {
  background: #DEB1CA;
}

.linksBtn a.u-bgDrPinkA:hover {
  background: #DEB1CA;
}

/*---------------------------------------*/
/* cateList /newsList*/
/*---------------------------------------*/
.cateList li {
  border-right: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-left: -1px;
}

.cateList li:first-child {
  border-left: 1px solid #C7C7C7;
}

.cateList li a {
  display: block;
}

.cateList li a:before {
  content: "#";
}

.newsList {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .date {
  width: 7em;
}

/*---------------------------------------*/
/* nextMore* /
/*---------------------------------------*/
.nextMore {
  margin-top: 20px;
  transition: all 0.3s ease;
}

.nextMore.close {
  transform: rotate(180deg);
}

.nextMoreBlock--none {
  display: none;
}

/*---------------------------------------*/
/* line50* /
/*---------------------------------------*/
.line50 {
  width: 50px;
  height: 1px;
}

/*---------------------------------------*/
/* pageBg* /
/*---------------------------------------*/
.pageBg {
  padding-bottom: 1px;
}

/*---------------------------------------*/
/* borderTtl* /
/*---------------------------------------*/
.borderTtl {
  border: 1px solid #464646;
  padding: 8px;
  box-sizing: border-box;
}

/*---------------------------------------*/
/* ttlIcon* /
/*---------------------------------------*/
.ttlIcon {
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .ttlIcon {
    font-size: 50px;
  }
}

/*---------------------------------------*/
/* imgHalf* /
/*---------------------------------------*/
.imgHalf img {
  max-width: 50%;
  height: auto;
}

@media screen and (max-width:767px) {
  .imgHalf img {
    max-width: 100%;
  }
}

/*---------------------------------------*/
/* topArea--page* /
/*---------------------------------------*/
.topArea {
  height: calc(100vh - 64px);
  max-height: 70vw;
}

@media screen and (max-width:767px) {
  .topArea {
    max-height: 85vw;
  }
}

.topArea--page {
  height: 500px;
}

@media screen and (max-width:767px) {
  .topArea--page {
    height: 250px;
  }
}

.topArea--page .bg {
  width: 100%;
  height: 500px;
}

@media screen and (max-width:767px) {
  .topArea--page .bg {
    height: 250px;
  }
}

#about .topArea--page .bg {
  background: url("../images/page/topimg-about.jpg") center;
  background-size: cover
}

#careerconsultant .topArea--page .bg {
  background: url("../images/page/topimg-careerconsultant.jpg") center;
  background-size: cover
}

#company .topArea--page .bg {
  background: url("../images/page/topimg-company.jpg") center;
  background-size: cover
}

#privacy .topArea--page .bg {
  background: url("../images/page/topimg-privacy.jpg") center;
  background-size: cover
}

#crequest .topArea--page .bg {
  background: url("../images/page/topimg-crequest.jpg") center;
  background-size: cover
}

#corporation .topArea--page .bg {
  background: url("../images/page/topimg-corporation.jpg") center;
  background-size: cover
}

#news .topArea--page .bg {
  background: url("../images/page/topimg-news.jpg") center;
  background-size: cover
}

#koushin .topArea--page .bg {
  background: url("../images/page/topimg-koushin.jpg") center;
  background-size: cover
}

#couse .topArea--page .bg {
  background: url("../images/page/topimg-couse.jpg") center;
  background-size: cover
}

.e-learning-bg {
  background: url("../images/page/topimg-e-learning.jpg") center;
  background-size: cover
}

#couse .topArea--page .yousei-bg {
  background: url("../images/page/yousei_mv.jpg") center;
  background-size: cover
}

#zoom .topArea--page .bg {
  background: url("../images/page/topimg-zoom.jpg") center;
  background-size: cover
}

#e-learning-operate .topArea--page .bg {
  background: url("../images/page/e-learning-operate01.jpg") center;
  background-size: cover
}

#teacher .topArea--page .bg {
  background: url("../images/page/topimg-teacher.jpg") center;
  background-size: cover
}

#teacherPost .topArea--page .bg {
  background-position: center;
  background-size: cover
}

#tsudach .topArea--page .bg {
  background: url("../images/page/topimg-tsudach.jpg") center;
  background-size: cover
}

#jobintroduction .topArea--page .bg {
  background: url("../images/page/topimg-jobintroduction.jpg") center;
  background-size: cover
}

#seminar .topArea--page .bg {
  background: url("../images/page/seminar_mv_pc.jpg") center;
  background-size: cover
}

#mail .topArea--page .bg {
  background: url("../images/page/topimg-mail.jpg") center bottom;
  background-size: cover
}

#job-information .topArea--page .bg {
  background: url("../images/page/topimg-news.jpg") center;
  background-size: cover
}

.topAreaTtl {
  width: 90%;
  max-width: 760px;
  height: 250px;
  border-left: 25px solid #937cb8;
  border-right: 25px solid #937cb8;
  box-sizing: border-box;
}

.topAreaTtl.chishiki {
  border-left: 25px solid #5E8FCB;
  border-right: 25px solid #5E8FCB;
}

.topAreaTtl--blue {
  border-left: 25px solid #5E8FCB;
  border-right: 25px solid #5E8FCB;
}

.topAreaTtl--pink {
  border-left: 25px solid #be6496;
  border-right: 25px solid #be6496;
}

.topAreaTtl--pink.e-learning {
  border-left: 25px solid #937cb8;
  border-right: 25px solid #937cb8;
}

@media screen and (max-width:767px) {
  .topAreaTtl {
    height: 120px;
    border-left: 10px solid #937cb8;
    border-right: 10px solid #937cb8;
  }

  .topAreaTtl.chishiki {
    border-left: 10px solid #5E8FCB;
    border-right: 10px solid #5E8FCB;
  }

  .topAreaTtl--blue {
    border-left: 10px solid #5E8FCB;
    border-right: 10px solid #5E8FCB;
  }

  .topAreaTtl--pink {
    border-left: 10px solid #be6496;
    border-right: 10px solid #be6496;
  }

  .topAreaTtl--pink.e-learning {
    border-left: 10px solid #937cb8;
    border-right: 10px solid #937cb8;
  }
}

@media screen and (max-width:767px) {
  .topAreaTtl.cousepostTtl {
    height: auto;
    border-left: none;
    border-right: none;
  }

  .topAreaTtl.cousepostTtl .fs-6xl {
    font-size: 1.8rem;
    letter-spacing: normal !important;
  }
}

/*---------------------------------------*/
/*pageContent* /
/*---------------------------------------*/
.pageContent {
  padding: 90px;
  max-width: 560px;
}

@media screen and (max-width:767px) {
  .pageContent {
    padding: 40px 16px;
  }
}

.pageContentBg .bg {
  width: 100%;
  height: 300px;
}

@media screen and (max-width:767px) {
  .pageContentBg .bg {
    height: 150px;
  }
}

#crequest .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-crequest.jpg") center;
  background-size: cover
}

#corporation .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-coporation.jpg") center;
  background-size: cover
}

#koushin .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-koushin.jpg") center;
  background-size: cover
}

#couse .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-couse.jpg") center;
  background-size: cover
}

#couse .pageContentBg .yousei-bg {
  background: url("../images/page/yousei-pagecontent.jpg") center;
  background-size: cover
}

#zoom .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-zoom.jpg") center;
  background-size: cover
}

#e-learning-operate .pageContentBg .bg {
  background: url("../images/page/e-learning-operate02.jpg") center;
  background-size: cover
}

#mail .pageContentBg .bg {
  background: url("../images/page/pagecontentimg-mail.jpg") center;
  background-size: cover
}

#teacherPost .pageContentBg .bg {
  background-position: center;
  background-size: cover
}

.detail-intro {
  height: 280px;
}

@media screen and (max-width:767px) {
  .detail-intro {
    height: 20px;
  }
}

/*---------------------------------------*/
/* about* /
/*---------------------------------------*/
.aboutContent .bg {
  top: 100px;
  width: 50%;
  height: calc(100% - 50px);
}

@media screen and (max-width:1200px) {
  .aboutContent .bg {
    position: static;
    height: 450px;
    width: 90%;
  }
}

@media screen and (max-width:767px) {
  .aboutContent .bg {
    height: 250px;
  }
}

.about01 .bg {
  left: 0;
  background: url("../images/page/img-aboutcontent01.jpg") center;
  background-size: cover;
}

.about02 .bg {
  right: 0;
  background: url("../images/page/img-aboutcontent02.jpg") center bottom;
  background-size: cover;
}

@media screen and (max-width:1200px) {
  .about02 .bg {
    margin-left: 10%;
  }
}

.aboutContent .txtBox {
  width: 60%;
  padding: 50px 60px;
  box-sizing: border-box;
}

@media screen and (max-width:1200px) {
  .aboutContent .txtBox {
    margin-top: -150px;
    width: 80%;
  }
}

@media screen and (max-width:767px) {
  .aboutContent .txtBox {
    padding: 20px;
    width: 95%;
    margin-top: -50px;
  }
}

.about01 .txtBox {
  margin-left: 40%;
}

@media screen and (max-width:1200px) {
  .about01 .txtBox {
    margin-left: 20%;
  }
}

@media screen and (max-width:767px) {
  .about01 .txtBox {
    margin-left: 5%;
  }
}

/*---------------------------------------*/
/* couseBtnArea */
/*---------------------------------------*/
.couseBtnArea {
  max-width: 650px;
}

.couseBtnArea .moreBtn {
  width: 46%;
}

@media screen and (max-width:767px) {
  .couseBtnArea .moreBtn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*---------------------------------------*/
/* careerconsultant */
/*---------------------------------------*/
.careconContent .bg {
  width: calc(50% - 530px);
  height: 50%;
}

@media screen and (max-width:1900px) {
  .careconContent .bg {
    width: calc(50% - 300px);
    height: 50%;
  }
}

.careconContent .bg01 {
  top: 0;
  left: 0;
  background: url("../images/page/bg-careconcontent_01.jpg") center;
  background-size: cover;
}

.careconContent .bg02 {
  top: 50%;
  left: 0;
  background: url("../images/page/bg-careconcontent_02.jpg") center;
  background-size: cover;
}

.careconContent .bg03 {
  top: 0;
  right: 0;
  background: url("../images/page/bg-careconcontent_03.jpg") center;
  background-size: cover;
}

.careconContent .bg04 {
  top: 50%;
  right: 0;
  background: url("../images/page/bg-careconcontent_04.jpg") center;
  background-size: cover;
}

@media screen and (max-width:1900px) {
  .careconContent .areaInner {
    max-width: 600px;
  }
}

/*---------------------------------------*/
/* company */
/*---------------------------------------*/
.companyInfo .ttl {
  width: 130px;
}

@media screen and (max-width:767px) {
  .companyInfo .ttl {
    width: 90px;
  }
}

.companyInfo .note {
  width: calc(100% - 130px);
}

@media screen and (max-width:767px) {
  .companyInfo .note {
    width: calc(100% - 90px);
  }
}

.mapIframe {
  width: 100%;
  height: 275px;
  border: none;
}

.bookBlock .img {
  max-width: 105px;
}

.shopBtn a {
  width: 100px;
  height: 20px;
  line-height: 20px;
}

.shopBtn a .arrow {
  top: 0;
  right: 5px;
  transform: scale(0.8, 0.8);
}

.shopBtn.amazon a {
  background: #fdb54e;
  border: 1px solid #fdb54e;
}

.shopBtn.amazon a:hover {
  background: #fff;
}

.shopBtn.kindle a {
  background: #4d5ca3;
  border: 1px solid #4d5ca3;
}

.shopBtn.kindle a:hover {
  background: #fff;
}

.shopBtn.gmap a {
  background: #A2A2A2;
  border: 1px solid #A2A2A2;
}

.shopBtn.gmap a:hover {
  background: #fff;
}

.shopBtn.zoom a {
  background: #937cb8;
  border: 1px solid #937cb8;
}

.shopBtn.zoom a:hover {
  background: #fff;
}

/*---------------------------------------*/
/* posteditorBlock */
/*---------------------------------------*/
.posteditorBlock {
  word-break: break-all;
}

.posteditorBlock p {
  margin-bottom: 1.8em;
}

.day-of-week {
  display: block;
  margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
  .posteditorBlock p {
    margin-bottom: 1.5em;
  }
}

.posteditorBlock p.mn {
  margin-bottom: 0 !important;
}

.posteditorBlock img {
  max-width: 100%;
  height: auto;
}

.posteditorBlock pre {
  white-space: pre-line;
}

.posteditorBlock .youtubeOuter {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3em;
}

.posteditorBlock .youtubeOuter iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.posteditorBlock .youtubeOuter p {
  margin-bottom: 0;
}

.posteditorBlock iframe {
  width: 100% !important;
}

/*e-learning動作環境*/
#couse .dousaTableStyle {
  width: 100%;
  border: 1px solid rgba(70, 70, 70, 0.3);
}

#couse .dousaTableStyle th,
#couse .dousaTableStyle td {
  width: 25%;
  padding: 10px 5px;
  border: 1px solid rgba(70, 70, 70, 0.3);
  vertical-align: middle;
  line-height: 1.5;
}

#couse .dousaTableStyle-3 th,
#couse .dousaTableStyle-3 td {
  width: 33.33333%;
}

#couse .dousaTableStyle-2 th {
  width: 20%;
}

#couse .dousaTableStyle-2 td {
  width: 80%;
}

/*---------------------------------------*/
/* couse */
/*---------------------------------------*/
.pageContent--couse {
  padding-bottom: 1px;
}

@media screen and (max-width:767px) {
  .pageContent--couse {
    padding-top: 32px;
  }
}

.pageContent--couse .borderTtl {
  max-width: 560px;
}

.pageContent--couse .couse {
  max-width: 680px;
  margin: 0 auto 48px;
  background-color: #faf9f9;
  transition: all 0.2s ease;
}

@media screen and (max-width:767px) {
  .pageContent--couse .couse {
    margin-bottom: 24px;
  }
}

.pageContent--couse .couse:first-child {
  margin-top: 80px;
}

@media screen and (max-width:767px) {
  .pageContent--couse .couse:first-child {
    margin-top: 40px;
  }
}

/* .pageContent--couse .couse:hover{
  opacity: 0.7;
} */
@media screen and (max-width:980px) {
  .pageContent--couse .couse {
    width: 100%;
  }
}

.couseLink {
  display: flex;
}

.couseArrow {
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .couseArrow {
    width: 8px;
  }
}

.couseArrowInner {
  width: 50%;
  transform: translateX(8%);
}

@media screen and (max-width:767px) {
  .couseArrowInner {
    width: 60%;
  }
}

.pageContent--couse .couseCont {
  flex: 1;
  padding: 36px 32px 24px;
  transition: all 0.3s ease;
}

/* .pageContent--couse .couseCont:hover{
  opacity: 0.85;
} */

.e-learning .u-bgDrPinkB {
  background: #A395C4;
}

.e-learning .u-fcDrPinkA {
  color: #937cb8;
}

.chishiki .u-bgPurpleG {
  background-color: #6E9AD0;
}

.chishiki .u-fcPurpleA {
  color: #5e8fcb;
}

.couseItem01:hover .couseCont {
  background-color: #f2f6fc;
}

.couseItem02:hover .couseCont {
  background-color: #fbf4f8;
}

.couseItem02.e-learning :hover .couseCont {
  background-color: #f6f3fb;
}

.couseItem03 :hover .couseCont {
  background-color: #f6f3fb;
}

.couseItem03.chishiki :hover .couseCont {
  background-color: #f2f6fc;
}

@media screen and (max-width:767px) {
  .pageContent--couse .couseCont {
    padding: 32px 12px 20px;
  }
}

.couseContTitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.couseItem01:hover .couseContTitle {
  border-bottom: 1px solid #AEC7E5;
}

.couseItem02:hover .couseContTitle {
  border-bottom: 1px solid #dcc6d2;
}

.couseItem03:hover .couseContTitle {
  border-bottom: 1px solid #d7cfe2;
}

.couseItem03.chishiki:hover .couseContTitle {
  border-bottom: 1px solid #AEC7E5;
}

.couseContText {
  line-height: 1.7;
  transition: all 0.3s ease;
}

.pageContent--couse .couse:hover .couseContText {
  color: #464646;
}

.couseCorner {
  bottom: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.pageContent--couse .couse:hover .couseCorner {
  bottom: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
}

@media screen and (max-width:767px) {
  .couseCorner {
    bottom: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
  }
}

.couseLink-tag {
  position: absolute;
  top: 14px;
  right: 34px;
  color: #fff;
  padding: 0 12px;
  border-radius: 50px;
  font-size: 11px;
}

@media screen and (max-width:767px) {
  .couseLink-tag {
    top: 10px;
    left: 20px;
    right: auto;
    padding: 0 8px;
  }
}

.pageContent--couse .ttlBlock {
  height: 100px;
}

.pageContent--couse .ttlBlock .corner {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
}

.stepTtl {
  border-bottom: 1px solid rgba(147, 124, 184, 0.3);
  padding-bottom: 10px;
}

.stepTtl--blue {
  border-bottom: 1px solid rgba(94, 143, 203, 0.3);
}

.stepTtl .icon-step {
  font-size: 34px;
  top: 0;
  left: 0;
  transform: translate(-60%, 0);
}

@media screen and (max-width:767px) {
  .stepTtl .icon-step {
    font-size: 25px;
    transform: translate(-20%, 0);
  }
}

.stepArrow .icon-arrow-step {
  font-size: 66px;
}

@media screen and (max-width:767px) {
  .stepArrow .icon-arrow-step {
    font-size: 35px;
  }
}

.cancelBlock .cancelTtl {
  height: 25px;
  border: 1px solid rgba(70, 70, 70, 0.3);
  box-sizing: border-box;
}

.cancelBlock .cancelDate {
  width: 160px;
  margin-right: 40px;
}

@media screen and (max-width:767px) {
  .cancelBlock .cancelDate {
    width: 115px;
    margin-right: 5px;
  }
}

.cancelBlock .cancelInfo {
  width: calc(100% - 200px);
}

@media screen and (max-width:767px) {
  .cancelBlock .cancelInfo {
    width: calc(100% - 120px);
  }
}

.cancelBlock .leader {
  top: 0;
  left: calc(100% + 10px);
}

/* couse */
.cousepostContent .bg {
  top: -90px;
  left: 0;
  width: 100%;
  height: 900px;
  max-height: 100%;
  background-size: cover;
}

#role .cousepostContent .bg {
  background-image: url('../images/page/cousecontentimg-roleplay.jpg');
}

#consultation .cousepostContent .bg {
  background-image: url('../images/page/cousecontentimg-consultation.jpg');
}

.tableStyle th {
  width: 20%;
  padding: 10px 5px;
  border: 1px solid rgba(70, 70, 70, 0.3);
}

@media screen and (max-width:767px) {
  .tableStyle th {
    width: 25%;
  }
}

.tableStyle td {
  width: 80%;
  padding: 10px;
  border: 1px solid rgba(70, 70, 70, 0.3);
}

@media screen and (max-width:767px) {
  .tableStyle td {
    width: 75%;
  }
}

.tableStyle td .gmap a {
  margin: 0 0 0 auto;
}

.postContactArea {
  max-width: 560px;
}

.postContactTtl {
  height: 100px;
  width: 100%;
}

@media screen and (max-width:767px) {
  .postContactTtl {
    height: 75px;
    width: 100%;
  }
}

.adobeImg img {
  max-width: 150px;
}

.e-learning table .u-bgDrPinkD {
  background-color: #EFEBF4;
}

.chishiki table .u-bgPurpleD {
  background-color: #DFE9F5;
}

.gino .u-fcBlueA {
  color: #937cb8;
}

.youseiLicense {
  display: block;
  padding: 0.3em 0;
}

.youseiLicense>div {
  display: flex;
  width: fit-content;
  border-bottom: 1px solid #5e8fcb;
  line-height: 1.2;
}

.youseiLicense>div::before {
  content: ">";
  font-size: 80%;
  margin-right: 0.2em;
}



/* ボタン用レイアウト追記 */
.pageContent--couse .couseCont {
  flex: 1;
  padding: 44px 30px 56px 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width:767px){
  .pageContent--couse .couseCont{
    padding: 44px 16px 56px 16px;
  }
}
.couseContTitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
  margin-bottom: 16px;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media screen and (max-width:767px){
  .couseContTitle{
    padding-bottom: 12px;
    margin-bottom: 11px;
  }
}
/* eラーニング/オンラインのタグ */
.couseLink-tag {
  top: 16px;
  right: 16px;
  padding: 3px 12px;
}
.couseItem02.online .couseLink-tag{
  background: #cc8bb2;
}
.couseItem02.e-learning .couseLink-tag{
  background: #ad9bc9;
}
.couseItem03.gino .couseLink-tag{
  background: #ad9bc9;
}
.couseItem03.chishiki .couseLink-tag{
  background: #74A1D1;
}
@media screen and (max-width:767px) {
  .couseLink-tag {
    top: 10px;
    left: 24px;
    right: auto;
    padding: 0 8px;
  }
}
.couseItem02.online .couseArrow{
  background: #cc8bb2;
}
.couseItem02.e-learning .couseArrow{
  background: #ad9bc9;
}
.couseItem03.gino .couseArrow{
  background: #ad9bc9;
}
.couseItem03.chishiki .couseArrow{
  background: #74A1D1;
}
.couseItem01 .couseArrow.u-bgBlueB{
  background: #74A1D1;
}

.click_button-wrap {
  width: fit-content;
  background-color: #AD9BC9;
  bottom: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  border-radius: 2px 0 0 0;
}
.couseItem02.online .click_button-wrap{
  background-color: #cc8bb2;
}
.couseItem03.chishiki .click_button-wrap{
  background: #74A1D1;
}
.couseItem01 .click_button-wrap{
  background: #74A1D1;
}
.click_button {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 7px 20px 8px 24px;
}
.click_button p {
  padding-right: 12px;
  text-decoration: underline;
}
.click_button-img {
  width: 13px;
}
@media screen and (max-width:767px){
  .click_button-img {
    width: 11px;
  }
}
.couseCorner {
  display: block;
  z-index: 2;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #BEB0D4;
}
.couseItem02.online .couseCorner{
  background-color: #d8a2c0;
}
.couseItem03.chishiki .couseCorner{
  background: #88B3E2;
}
.couseItem01 .couseCorner{
  background: #88B3E2;
}
@media screen and (max-width:767px) {
  .click_button {
    font-size: 13px;
    padding: 6px 12px 6px 20px;
  }
  .click_button p {
    padding-right: 6px;
  }
}



/*---------------------------------------*/
/* teacher */
/*---------------------------------------*/
.teacherList:last-child {
  margin-bottom: 0;
}

.teacherList .corner {
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
}

.teacherList .lavel {
  width: 80%;
  height: 26px;
  line-height: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  bottom: -1px;
  left: 10%;
}

.teacherList .lavel .en {
  margin-right: 3em;
}

#teacherPost .nameEn {
  margin-right: 2em;
}

/*---------------------------------------*/
/* tsudach*/
/*---------------------------------------*/
.movieArea {
  max-width: 960px;
}

.movieCateList li {
  border-left: 1px solid #C7C7C7;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .movieCateList li {
    width: 50%;
  }
}

.movieCateList li:nth-child(5n) {
  border-right: 1px solid #C7C7C7;
}

@media screen and (max-width:767px) {
  .movieCateList li:nth-child(5n) {
    border-right: none;
  }

  .movieCateList li:nth-child(2n) {
    border-right: 1px solid #C7C7C7;
  }
}

.movieCateList li:last-child {
  border-right: 1px solid #C7C7C7;
}

.movieCateList li a {
  display: block;
}

.movieCateList li a:before {
  content: "#";
}

.movieList {
  border: 1px solid #C7C7C7;
}

.movieList:last-child {
  margin-bottom: 0;
}

.movieList .img {
  width: 270px;
  margin-right: 25px;
}

@media screen and (max-width:767px) {
  .movieList .img {
    width: 100%;
    margin-right: 0;
  }
}

.movieList .img a {
  height: 100%;
}

.movieList .img a img {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.movieList .img a:hover img {
  transform: scale(1.05) translate(-47.5%, -47.5%);
}

.movieList .txtBox {
  flex: 1;
  box-sizing: border-box;
  padding: 20px 20px 10px 0;
}

@media screen and (max-width:767px) {
  .movieList .txtBox {
    width: 100%;
    padding: 20px 20px 10px;
  }
}

.movieList .txtBox .cate {
  min-height: 3em;
}

.movieList .txtBox .cate a {
  display: inline-block;
  margin-right: 1em;
}

.movieList .txtBox .cate a:before {
  content: "#";
}

.movieUnder .logo {
  width: 55px;
  margin-right: 35px;
}

@media screen and (max-width:767px) {
  .movieUnder .logo {
    margin-right: 0;
  }
}

.movieUnder .txt {
  width: calc(100% - 90px);
}

@media screen and (max-width:767px) {
  .movieUnder .txt {
    width: 100%;
  }
}

.movieUnder .cate a {
  margin-right: 1em;
  display: inline-block;
}

.movieUnder .cate a:before {
  content: "#";
}

.movieInfo {
  margin-left: 90px;
}

@media screen and (max-width:767px) {
  .movieInfo {
    margin-left: 0;
  }
}

.movieInfo .info {
  margin-right: 3em;
}

@media screen and (max-width:767px) {
  .movieInfo .info {
    margin-right: 0;
  }
}

/*---------------------------------------*/
/* job-information */
/*---------------------------------------*/
.jobInfoList {
  border-bottom: 1px solid #c7c7c7;
}

.jobInfoTitle a:hover {
  color: #5e8fcb;
}

/*---------------------------------------*/
/* jobintroTop */
/*---------------------------------------*/
.jobintroTop {
  max-width: 960px;
}

.jobintroTop .ttl {
  width: 400px;
  margin-top: -16px;
}

@media screen and (max-width:980px) {
  .jobintroTop .ttl {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.jobintroTop .txt {
  width: calc(100% - 400px);
}

@media screen and (max-width:980px) {
  .jobintroTop .txt {
    width: 100%;
  }
}

.jobintroContent {
  height: 475px;
}

@media screen and (max-width:980px) {
  .jobintroContent {
    height: auto;
  }
}

.jobintroContent .img {
  top: 0;
  width: 50%;
  height: 475px;
}

@media screen and (max-width:980px) {
  .jobintroContent .img {
    width: 100%;
    position: static;
    height: 300px;
  }
}

@media screen and (max-width:767px) {
  .jobintroContent .img {
    height: 250px;
  }
}

.jobintroContent.jobintro01 .img {
  left: 0;
}

.jobintroContent.jobintro02 .img {
  right: 0;
}

.jobintroContent.jobintro01 .img {
  background: url("../images/page/img-jobintroduction_01.jpg") center;
  background-size: cover;
}

.jobintroContent.jobintro02 .img {
  background: url("../images/page/img-jobintroduction_02.jpg") center;
  background-size: cover;
}

.jobintroContent .txt {
  padding: 80px 0;
  max-width: 480px;
  width: 44%;
}

@media screen and (max-width:1200px) {
  .jobintroContent .txt {
    padding: 64px 0;
  }
}

@media screen and (max-width:980px) {
  .jobintroContent .txt {
    padding: 50px 0;
    max-width: 90%;
    width: 90%;
  }
}

@media screen and (max-width:767px) {
  .jobintroContent .txt {
    padding: 25px 0;
  }
}

.jobintroContent.jobintro01 .txt {
  margin-left: 54%;
}

@media screen and (max-width:980px) {
  .jobintroContent.jobintro01 .txt {
    margin: 0 auto;
  }
}

.jobintroContent.jobintro02 .txt {
  margin: 0 54% 0 auto;
}

@media screen and (max-width:980px) {
  .jobintroContent.jobintro02 .txt {
    margin: 0 auto;
  }
}

.strengths .txt {
  width: 48.5%;
  padding: 30px 20px;
  box-sizing: border-box;
  min-height: 290px;
}

@media screen and (max-width:980px) {
  .strengths .txt {
    width: 100%;
    margin-bottom: 40px;
    min-height: inherit;
  }

  .strengths .txt:last-child {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:980px) {
  .strengths .txt {
    margin-bottom: 20px;
  }
}

.strengths .cross {
  top: calc(100% + 20px);
  left: 102.91%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
}

.strengths .cross:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #937cb8;
  transform: rotate(45deg);
  transform-origin: center;
}

.strengths .cross:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #937cb8;
  transform: rotate(-45deg);
}

.flowBlock {
  padding: 35px 40px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .flowBlock {
    padding: 20px;
  }
}

.flowBlock .num {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid rgba(147, 124, 184, 0.3);
  margin-right: 50px;
}

@media screen and (max-width:980px) {
  .flowBlock .num {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
  }
}

@media screen and (max-width:767px) {
  .flowBlock .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.flowBlock .ttl {
  width: 300px;
}

@media screen and (max-width:980px) {
  .flowBlock .ttl {
    width: 240px;
  }
}

.flowBlock .note {
  width: calc(100% - 452px);
}

@media screen and (max-width:980px) {
  .flowBlock .note {
    width: calc(100% - 292px);
  }
}

@media screen and (max-width:767px) {
  .flowBlock .note {
    width: 100%;
    margin-top: 15px;
  }
}

.flowBlock .arrow {
  top: 100%;
  left: 90px;
  display: block;
  transform: translate(0, -20px);
  width: 5px;
  height: 90px;
  background: url("../images/page/flowarrow.svg") bottom center;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width:980px) {
  .flowBlock .arrow {
    left: 80px;
  }
}

@media screen and (max-width:767px) {
  .flowBlock .arrow {
    left: 50px;
    height: 55px;
    transform: translate(0, -10px);
  }
}

/*---------------------------------------*/
/* entry */
/*---------------------------------------*/
#jobEntrySection::before,
#jobPostingSection::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}

.moreBtn02 {
  width: 280px;
  border: 1px solid #fff;
}

.moreBtn02 a {
  padding: 12px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moreBtn02 a:hover {
  opacity: .6;
}

@media screen and (max-width:767px) {
  .moreBtn02 {
    margin-left: auto;
    margin-right: auto;
  }
}

.entryMainText {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #C9BDDB;
  border-bottom: 1px solid #C9BDDB;
  padding: 40px 0;
}

@media screen and (max-width:980px) {
  .entryMainText {
    flex-direction: column;
    padding: 16px 0;
  }
}

.entryMainTitle {
  line-height: 1.6;
}

@media screen and (max-width:980px) {
  .entryMainTitle {
    text-align: center;
  }
}

.entryBorder {
  width: 1px;
  height: 120px;
}

@media screen and (max-width:980px) {
  .entryBorder {
    width: 56px;
    height: 2px;
    margin: 2em 0;
  }
}

.entryMainItem span {
  background: linear-gradient(transparent 65%, #fff000 65%);
  margin-right: 1.5em;
}

.entryMainItem+.entryMainItem {
  margin-top: .3em;
}

.entryImage01 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------------*/
/* job */
/*---------------------------------------*/
.jobMainText {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #9EBCE0;
  border-bottom: 1px solid #9EBCE0;
  padding: 40px 0;
}

@media screen and (max-width:980px) {
  .jobMainText {
    flex-direction: column;
    padding: 16px 0;
  }
}

.jobMainTitle {
  line-height: 1.6;
}

@media screen and (max-width:980px) {
  .jobMainTitle {
    text-align: center;
  }
}

.flowBlock .jobNum {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #9EBCE0;
  margin-right: 50px;
}

@media screen and (max-width:980px) {
  .flowBlock .jobNum {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
  }
}

.flowBlock .jobArrow {
  top: 100%;
  left: 90px;
  display: block;
  transform: translate(0, -20px);
  width: 5px;
  height: 90px;
  background: url("../images/page/job-flowarrow.svg") bottom center;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width:980px) {
  .flowBlock .jobArrow {
    left: 80px;
  }
}

@media screen and (max-width:767px) {
  .flowBlock .jobArrow {
    left: 50px;
    height: 55px;
    transform: translate(0, -10px);
  }
}

@media screen and (max-width:767px) {
  .jobBr {
    display: none;
  }
}

/*---------------------------------------*/
/* basePage */
/*---------------------------------------*/
#basePage .centerContentOuter {
  text-align: center;
}

#basePage .centerContentOuter .centerContent {
  display: inline-block;
  text-align: left;
}

/*---------------------------------------*/
/* mail* /
/*---------------------------------------*/
.mailForm {
  padding: 30px;
}

@media screen and (max-width:767px) {
  .mailForm {
    padding: 15px;
  }
}

.mailForm .corner {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}

.mailForm .inputTxt .lavel {
  height: 35px;
  line-height: 35px;
  width: 120px;
  position: relative;
}

@media screen and (max-width:767px) {
  .mailForm .inputTxt .lavel {
    width: 100%;
    text-align: left;
  }
}

.mailForm .inputTxt input {
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  width: calc(100% - 120px);
  height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 0;
}

@media screen and (max-width:767px) {
  .mailForm .inputTxt input {
    width: 100%;
  }
}

.mailForm .sendBtn {
  width: 130px;
  height: 40px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.mailForm .sendBtn:hover {
  background: #C9BDDB;
  color: #fff;
}

.ronjyutsuhover {
  transition: 0.4s ease-out;
}

.ronjyutsuhover:hover {
  opacity: 0.3;
}

/*---------------------------------------*/
/* seminar* /
/*---------------------------------------*/
.txt p {
  letter-spacing: .17em;
  line-height: 2.2;
  font-size: 1.5rem;
}

.lowerSection {
  position: relative;
  z-index: 1;
  margin: 120px auto 0;
  padding-top: 80px;
  width: 90%;
  max-width: 1080px;
}

.lowerSection_text {
  width: 70%;
  margin-top: 48px;
}

.seminarFeatureWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seminarFeatureWrapper02 {
  flex-direction: row-reverse;
  margin-top: 80px;
}

.seminarFeature_image {
  width: 60%;
}

.seminarFeatureContent {
  width: 55%;
  margin-left: -5%;
  background-color: #efebf4;
  box-sizing: border-box;
  padding: 48px 5%;
}

.seminarFeatureContent_title {
  font-size: 18px;
  letter-spacing: .17em;
}

.seminarFeatureContent02 {
  margin-left: 0;
  margin-right: -5%;
  background-color: #d9d1e6;
}

.ib {
  display: inline-block;
}

.seminarFeatureContent_title_point {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.seminarList_title {
  font-size: 20px;
  letter-spacing: .24em;
  text-align: center;
}

.seminarListLink {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.seminarListLink_item+.seminarListLink_item {
  border-left: 1px solid #aaa;
}

.seminarListLink_item {
  font-weight: bold;
  font-size: 110%;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 0 2em;
}

.seminarListContent {
  width: 100%;
  margin-top: 160px;
}

.seminarListContent_title {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: .2em;
}

.seminarListBorder {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #111;
  margin-top: 24px;
}

.seminarTableWrapper {
  overflow-x: scroll;
  margin-top: 32px;
}

.seminarTable {
  width: 100%;
  display: flex;
  font-size: 90%;
}

.seminarTable+.seminarTable>.seminarTableInner {
  border-top: none;
}

.seminarTableInner {
  border: 1px solid #aaa;
}

.seminarTableInner+.seminarTableInner {
  border-left: none;
}

.seminarTableIndex {
  min-width: 200px;
  max-width: 200px;
}

.seminarTableContent {
  min-width: 280px;
  max-width: 280px;
}

.seminarTableTime {
  min-width: 104px;
  max-width: 104px;
}

.seminarTablePurpose {
  min-width: 488px;
  max-width: 488px;
}

.seminarTable_title {
  background-color: #937cb8;
  color: #fff;
  font-weight: bold;
  letter-spacing: .24em;
  text-align: center;
  box-sizing: border-box;
  padding: .3em 0;
}

.seminarTable_text {
  box-sizing: border-box;
  padding: 40px 1.6em 32px;
}

.seminarTable_text+.seminarTable_text {
  padding: 0 1.6em 32px;
}

.seminarTableIndex>.seminarTable_text {
  font-weight: bold;
}

.seminarFlow {
  margin-bottom: 200px;
}

.seminarFlow_figure {
  margin-top: 120px;
}

.seminar_contactbtn {
  margin-top: 100px;
}

@media screen and (max-width:980px) {
  .seminarFeatureWrapper {
    flex-direction: column;
  }

  .seminarFeature_image {
    width: 65%;
    margin: 0 auto;
  }

  .seminarFeatureContent {
    margin: -32px auto 0;
    padding: 32px 3%;
  }
}

@media screen and (max-width:767px) {
  .lowerSection {
    max-width: 480px;
    margin-top: 44px;
    padding-top: 60px;
  }

  .indent_sp {
    display: none;
  }

  .seminarMessage {
    width: 90%;
    max-width: 440px;
  }

  .seminarFeatureWrapper02 {
    margin-top: 64px;
  }

  .seminarFeature_image {
    width: 100%;
  }

  .seminarFeatureContent {
    width: 90%;
    margin: -24px auto 0;
    padding: 24px 3%;
  }

  .seminarFeatureContent_title {
    font-size: 14px;
  }

  .seminarFeatureContent_title_point {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .seminarList_title {
    font-size: 18px;
  }

  .seminarListLink {
    flex-direction: column;
    align-items: center;
  }

  .seminarListLink_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .seminarListLink_item+.seminarListLink_item {
    border-left: none;
  }

  .seminarListLink_item+.seminarListLink_item::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #aaa;
    margin: 8px 0;
  }

  .seminarListContent {
    margin-top: 104px;
  }

  .seminarListBorder {
    margin-top: 16px;
  }

  .seminarTableWrapper {
    margin-top: 24px;
  }

  .seminarTable_text {
    padding: 24px 1.6em 16px;
  }

  .seminarTable_text+.seminarTable_text {
    padding: 0 1.6em 16px;
  }

  .seminarTableIndex {
    min-width: 152px;
    max-width: 152px;
  }

  .seminarTableContent {
    min-width: 200px;
    max-width: 200px;
  }

  .seminarTableTime {
    min-width: 88px;
    max-width: 88px;
  }

  .seminarTablePurpose {
    min-width: 320px;
    max-width: 320px;
  }

  .seminarFlow {
    margin-bottom: 104px;
  }

  .seminarFlow_figure {
    margin-top: 40px;
  }

  .seminar_contactbtn {
    margin-top: 60px;
  }
}

/*---------------------------------------*/
/* corporation */
/*---------------------------------------*/
.seminarmoreBtn a {
  width: 250px;
  height: 50px;
}

.seminarmoreTxt {
  font-size: 1.4rem;
  font-weight: bold;
}



/*---------------------------------------*/
/* リスキリング養成HP */
/*---------------------------------------*/
.reskilling-logo {
  width: max(201px, 55%);
  margin: 0 auto;
}

.reskilling-program>li {
  margin-top: 2.5em;
  padding: 1.5em;
}

.reskilling-program__head {
  display: flex;
  align-items: center;
}

.reskilling-program__num {
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

.reskilling-program__txt {
  margin-top: 0.5em;
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {}

/* --------------- form --------------- */
.reskilikg-contact__head {
  text-align: center;
}

.reskilikg-contact__head>p+p {
  margin-top: 0.8em;
}

.reskilikg-contact__ttl {
  width: 80%;
  margin: 0 auto;
}

.reskilikg-contact__form {
  max-width: 38em;
  margin: 0 auto;
}

.contact-group {
  padding: 4em 0;
}

.contact-group+.contact-group {
  border-top: 1px solid #aaa;
}

.contact-group__head {
  margin-bottom: 2.5em;
}

.contact-group__ttl {
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact-group__txt {
  margin-top: 0.2em;
}

.contact-group__ttl::before {
  content: "";
  width: 3px;
  height: 1.2em;
  background-color: #5e8fcb;
  margin-right: 0.5em;
}

.contact-item {
  margin-top: 2em;
}

.contact-item__name {
  font-weight: 600;
  margin-bottom: 0.2em;
}

.contact-item__required {
  font-size: 0.9em;
  color: #5e8fcb;
}

.contact-item__important {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #5e8fcb;
  padding: 0em 0.6em;
  border-radius: 0.2em;
  margin-bottom: 0.4em;
}

.contact-item__input01 {
  width: 100%;
  font-size: 16px;
  background-color: #dfe9f5;
  padding: 0.3em;
  border-radius: 0.3em;
  border: none;
}

.contact-item__radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.6em;
}

.contact-item__radio>span {
  margin: 0 1em 0 0;
}

.contact-item__check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.6em;
}

.contact-item__check>span {
  display: flex;
  align-items: center;
  width: fit-content;
  font-feature-settings: "palt" 1;
  margin: 0.4em 1.2em 0 0;
}

.contact-item__check label {
  display: flex;
  align-items: center;
}

.contact-item__check input {
  margin-right: 0.3em;
  cursor: pointer;
}

.contact-item select {
  width: 10em;
  text-align: center;
  background-color: #dfe9f5;
  padding: 0.3em;
  border-radius: 0.3em;
  border: none;
}

.contact-item__textarea {
  width: 100%;
  font-size: 16px;
  background-color: #dfe9f5;
  padding: 0.3em;
  border-radius: 0.3em;
  border: none;
}

.contact-item__koshu-mei {
  width: 100%;
  font-size: 16px;
  background-color: #dfe9f5;
  padding: 0.3em;
  border-radius: 0.3em;
}

.contact-item__birthday {
  display: flex;
  align-items: center;
  gap: 0.2em;
}

.contact-item__birthday select {
  width: 6em;
}

.contact-item__nittei select {
  width: min(100%, 22em);
}

.contact-item__desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.6em;
}

.contact-item__desc .txt-bold {
  font-weight: 600;
}

.contact-item__teishutu-list {
  font-weight: 600;
}

.contact-item__caution {
  font-size: 14px;
  text-align: center;
  margin: 2em auto 0;
}

.submit-btn input {
  position: relative;
  display: block;
  width: min(90%, 20em);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #5e8fcb;
  margin: 1.5em auto 0;
  padding: 1em 0;
  border-radius: 10em;
  transition: 0.2s ease-out;
  border: none;
  cursor: pointer;
}

.submit-btn input:hover {
  background-color: #517ebf;
  box-shadow: 6px 6px 18px 0px rgba(0, 37, 98, 0.1);
}

.contact-item__privacy-cont {
  position: relative;
  font-size: 14px;
  margin: 1em 0 1em;
}

.contact-item__privacy-inner {
  position: relative;
  height: 15em;
  overflow-y: scroll;
  line-height: 1.8;
  background-color: #dfe9f5;
  padding: 2em 2em 4em;
}

/* .contact-item__privacy-cont::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(223, 233, 245, 0) 70%, rgba(223, 233, 245, 1));
  pointer-events: none;
} */
@media (max-width: 1023px) {}

@media (max-width: 767px) {
  .reskilikg-contact__ttl {
    width: 100%;
  }

  .contact-group {
    padding: 3em 0;
  }

  .contact-item+.contact-item {
    margin-top: 2em;
  }
}



/* リスキリング養成講習バナー */
.banner {
  width: fit-content;
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 999;
  /* 11-16 */
  font-size: clamp(11px, 10px + 0.26vw, 15px);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt" 1;
  background: linear-gradient(300deg, #d192b5, #5f8bc7);
  padding: 0.25em;
}

.banner.closed {
  display: none;
}

.banner-wrap {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 1.2em 1.5em 0.6em;
}

.banner-wrap:hover,
.banner-wrap:active {
  color: #464646;
}

.banner-logo {
  width: 201px;
}

.banner-txt {
  margin-top: 1em;
}

.banner-caption {
  color: #e04f4f;
  margin-top: 0.1em;
}

.banner .num {
  font-size: 1.2em;
  letter-spacing: 0.04em;
}

.banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #5e8fcb;
  line-height: 1.2;
  margin: 0.8em auto 0;
  border-bottom: 2px solid #5e8fcb;
}

.img-sp {
  display: none;
}

.close-btn {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  right: 2%;
  top: 0;
}

/* 閉じるボタンにホバーしたときのスタイル */
.close-btn:hover {
  color: #000;
}

@media screen and (max-width:1299px) {
  .banner-logo {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }

  .banner {
    max-width: 400px;
    width: 83%;
    bottom: 90px;
    line-height: 1.35;
    text-align: left;
  }

  .banner-wrap {
    padding: 0.5em;
  }

  .banner-txt {
    margin-top: 0;
  }

  .banner-btn {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    border-bottom: 1px solid #5e8fcb;
  }

  .close-btn {
    right: 1%;
    top: -3%;
  }
}

@media screen and (max-width:500px) {
  .banner {
    left: 50%;
    transform: translateX(-50%);
  }
}



/* 投稿ページバナー */
.blog-banner {
  width: min(70%, 480px);
  margin: 80px auto 0;
}

.blog-banner>li+li {
  margin-top: 40px;
}

.blog-banner>li>a {
  transition: 0.12s linear;
}

.blog-banner>li>a:hover {
  opacity: 0.8;
}

.blog-link {
  width: min(90%, 760px);
  margin: 88px auto 0;
  line-height: 1.4;
  word-wrap: break-word;
}

.blog-link a,
.blog-link a:link,
.blog-link a:visited {
  color: #937cb8;
}

.blog-link-cont+.blog-link-cont {
  position: relative;
}

.blog-link-cont+.blog-link-cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background-color: #A395C4;
}

.blog-link-ttl {
  font-size: 1.1em;
  font-weight: 600;
}

.blog-link-list {
  margin-top: 16px;
}

.blog-link-list>li+li {
  margin-top: 12px;
}

@media screen and (max-width:1023px) {}

@media screen and (max-width:767px) {
  .blog-banner {
    width: min(90%, 400px);
    margin-top: 64px;
  }

  .blog-banner>li+li {
    margin-top: 24px;
  }

  .blog-link {
    margin-top: 64px;
  }

  .blog-link-list {
    margin-top: 12px;
  }

  .blog-link-list>li+li {
    margin-top: 10px;
  }

  .blog-link-cont+.blog-link-cont::before {
    margin: 24px 0;
  }
}






