    .course-wrapper p{
      margin: 0;
      
    }
    .course-block{
      margin: 0 0 60px;
    }
    
    .course-heading{
    
    }
    .course-heading h3{
      position: relative;
      width: 100%;
      font-size: 30px;
      color: #333;
      font-weight: 300;
      text-align: left;
      line-height: 1.5;
      box-sizing: border-box;
      margin: -110px 0 25px;
      padding: 110px 0 10px;
      border-bottom: 2px solid #c8c8c8;
    }
    .course-heading h3::before{
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 160px;
      height: 4px;
      background-color: #005490;
    }
    .course-table{
      border-top: 1px solid #aaa;
      border-left: 1px solid #aaa;
      border-right: 1px solid #aaa;
    }
    .course-table-heading span{
      font-weight: bold;
    }
    .course-table-item{
      display: flex;
      border-bottom: 1px solid #aaa;
    }
    .course-table-heading{
      min-width: 200px;
      display: flex;
      padding: 10px 0 10px 25px;
      align-items: flex-start;
      justify-content:center;
      flex-direction: column;
      background-color: #eeeeee;
      box-sizing: border-box;
    }
    .course-table-content{
      padding: 10px 10px 10px 15px;
    }
    .course-table-content-img{
      display: flex;
      align-items: flex-start;
    }
    .course-table-content-img img{
      max-width: 240px;
      margin: 0 20px 0 0;
    }
    .course-text{
      margin: 0 0 40px;
    }
    .course-img-left{
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .course-img-left div:nth-of-type(1){
      margin: 0 40px 0 0;
      max-width: 300px;
    }
    .course-button{
      position: relative;
      width: 450px;
      height: 80px;
      margin: 0 auto 40px;
    }
    .course-button a{
      position: relative;
      text-decoration: none;
      display: flex;
      z-index: 0;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
      margin: auto;
      width: 450px;
      height: 80px;
      font-size: 22px;
      color: #555;
      background-color: #eef1f6;
      background-image: radial-gradient(at 100% 100%, #edf2f7 0px, transparent 50%), radial-gradient(at 51% 53%, #dae5f1 0px, transparent 50%), radial-gradient(at 95% 5%, #d9e4fc 0px, transparent 50%), radial-gradient(at 99% 99%, #edf2f7 0px, transparent 50%), radial-gradient(at 0% 100%, #cccceb 0px, transparent 50%), radial-gradient(at 0% 0%, #fae5ea 0px, transparent 50%);
      transition: all .3s ease;
    }
    .course-button::before,
    .course-button::after{
      position: absolute;
      content: "";
    }
    .course-button::before{
      right: 30px;
      top: 35px;
      width: 8px;
      height: 8px;
      z-index: 100;
      border-top: 2px solid #777;
      border-right: 2px solid #777;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all .3s ease;
    }
    .course-button a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 0 3px #e83439 inset;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }
    .course-button:hover::before{
      border-top: 2px solid #e83439;
      border-right: 2px solid #e83439;
    }
    .course-button a:hover {
      color: #e83439;
    }
    .course-button a:hover::before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1;
    }
    
    
    
    /* 一覧 */
    .course-index{
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
    }
    .course-index-item{
      width: 32%;
      position: relative;
      margin: 0 1.5% 10px 0;
      border: 1px solid #eee;
      background-color: #fafafa;
      transition: .4s;
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
    }
    .course-index-item:nth-of-type(3n){
      margin: 0 0 10px;
    }
    .course-index-item:hover{
      box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    }
    .course-index-item::before{
      content: '';
      position: absolute;
      left: auto;
      bottom: 13px;
      right: 10px;
      width: 12px;
      height: 1px;
      background: #333;
    }
    .course-index-item::after{
      content: '';
      position: absolute;
      left: auto;
      bottom: 10px;
      right:10px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      transform: rotate(45deg);
    }
    .course-index-item a{
      text-decoration: none;
      width: 100%;
      /* padding: 1; */
      color: #333;
      font-size: 13px;
    }
    .course-index-text{
      padding: 10px 10px 120px;
    }
    .course-index-item h3{
      margin: 0 0 5px;
    }
    .course-index-item dl{
      display: flex;
    }
    .course-index-item dt{
      min-width: 62px;
    }
    .course-index-item dd{
      margin: 0;
    }
    .course-index-img{
      width: 100%;
      height: 160px;
      overflow: hidden;
      position: relative;
    }
    .course-index-img img{
      position: absolute;
      width: 110%;
      max-width: 110%;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
    .course-table-2{
      border-top: 1px solid #aaa;
      border-left: 1px solid #aaa;
    }
    .course-table-2 thead{
      background: #ff6363;
      color: #fff;
      /* border-right: 1px solid #aaa; */
    }
    .course-table-2 th,
    .course-table-2 td{
      padding: 5px;
    }
    .course-table-2 th{
      border-right: 1px solid #aaa;
    }
    .course-table-2 td{
      border-right: 1px solid #aaa;
    }
    .course-table-2 tr{
      border-bottom: 1px solid #aaa;
    }
    .mos-wrap{
      display: flex;
      justify-content: space-between;
      margin: 0 0 40px;
    }
    .mos-wrap .course-table-2{
      width: 100%;
    }
    .mos-item{
      width: 100%;
    }
    .mos-item:nth-of-type(1){
      margin: 0 20px 0 0;
    }
    @media screen and (max-width: 768px) {
      .course-heading h3{
        font-size: 20px;
      }
    
      .course-table-item{
        flex-direction: column;
      }
      .course-table-heading{
        font-size: 16px;
        min-width: 115px;
        padding: 5px;
      }
      .course-table-content{
        padding: 10px;
      }
    
      .course-img-left{
        flex-direction: column;
      }
      .course-img-left div:nth-of-type(1){
        margin: 0 0 20px;
        max-width: none;
      }
      .course-img-left div:nth-of-type(2){
      
      }
    
      .course-button{
        width: 300px;
      }
      .course-button::before{
        top: 28px;
      }
      .course-button a{
        width: 300px;
        height: 65px;
        font-size: 16px;
      }
    
    
      /* 一覧 */
      .course-index-item{
        width: 48.5%;
        position: relative;
      }
      .course-index-item:nth-of-type(3n){
        margin: 0 1.5% 10px 0;
      }
      .course-index-item:nth-of-type(2n){
        margin: 0 0 10px;
      }
      .course-index-item dl{
        flex-direction: column;
        margin: 0 0 5px;
      }
      .course-index-item dt{
        background-color: #666;
        color: #fff;
        padding: 0 3px;
      }
    }

                    .courselink-list{
                      list-style: none;
                      display: flex;
                      /* justify-content: center; */
  padding: 0;
                    }
                    .courselink-list li{
                      margin: 0 10px 0 0;
                    }
                    .courselink-list a{
                      transition: .4s;
                      color: #fff;
                      background-color: #005490;
                      border-radius: 30px;
                      /* padding: 5px; */
                      height: 50px;
                      display: flex;
                      position: relative;
                      align-items: center;
                      justify-content: center;
                      width: 260px;
                      /* display: inline-block; */
                      text-decoration: none;
                    }
                    .courselink-list a::before{
                      position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 15px;
                        margin: auto;
                        content: "";
                        vertical-align: middle;
                        left: auto;
                        width: 4px;
                        height: 4px;
                        border-top: 2px solid #fff;
                        border-right: 2px solid #fff;
                        transform: rotate(135deg);
                      }
                    .courselink-list a:hover{
                      opacity: .7;
                    }
                    @media screen and (max-width: 768px) {
                      .courselink-list{
                        flex-direction: column;
                        justify-content: center;
                      }
                      .courselink-list li{
                        margin: 0 0 10px;
                      }
  .courselink-list a{
  margin: auto;
  }
                    }

                    .course-preface{
                      margin: 0 0 40px;
                    }
                    .course-preface p{
                      font-size: 20px;
                      /* text-align: center; */
                    }
                    .for-fax p{
                      font-weight: bold;
                      font-size: 24px;
                      margin: 0 0 10px;
                    }
                    .for-fax img{
                      width: 300px;
                      border: 1px solid #333;
                    }
                    .for-fax a{
                      transition: .4s;
                    }
                    .for-fax a:hover{
                      opacity: .5;
                    }
  
    .course-index-item .course-button,
    .intro-list .course-button{
      /* position: absolute; */
      width: 220px;
      height: 60px;
      margin: 0 auto 0px;
  /* bottom: 15px;
  left: 50%;
  transform: translateX(-50%); */
    }
    .course-index-item .course-button a,
    .intro-list .course-button a{
      position: relative;
      text-decoration: none;
      display: flex;
      z-index: 0;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
      margin: auto;
      width: 220px;
      height: 60px;
      font-size: 16px;
      color: #555;
      background-color: #eef1f6;
      background-image: radial-gradient(at 100% 100%, #edf2f7 0px, transparent 50%), radial-gradient(at 51% 53%, #dae5f1 0px, transparent 50%), radial-gradient(at 95% 5%, #d9e4fc 0px, transparent 50%), radial-gradient(at 99% 99%, #edf2f7 0px, transparent 50%), radial-gradient(at 0% 100%, #cccceb 0px, transparent 50%), radial-gradient(at 0% 0%, #fae5ea 0px, transparent 50%);
      transition: all .3s ease;
    }
    .course-index-item .course-button::before{
      top: 25px;
      right: 20px;
    }
  
  
  @media screen and (max-width: 1000px) {
  .course-index-item .course-button::before{
          top: 20px;
          right: 15px;
  }
  .course-index-text{
  padding: 10px 10px 81px;
  }
      .course-index-item .course-button{
          width: 150px;
          height: 48px;
      bottom: 25px;
    }
    .course-index-item .course-button a{
          width: 150px;
          height: 48px;
          font-size: 14px;
    }
  }
  
  
                    @media screen and (max-width: 768px) {
                      .course-preface p{
                        font-size: 16px;
                      }
  
                    }
  




                        .header-new{
    z-index: 30;
    }
    .p-recList {
      /* width: 800px; */
      margin: 0 auto 40px;
      padding: 0;
    }
    
    .p-recList > li {
      display: flex;
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: auto;
      padding: 20px 50px;
      border-radius: 10px;
      background-color: #fff;
      /* font-size: 20px; */
      line-height: 1.5;
      text-align: left;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
    
    .p-recList > li p {
      margin: 10px 0 0;
    }
    
    .p-recList > li:nth-of-type(even) {
      background-color: #eee;
    }
    
    .p-recList > li:nth-of-type(1) {
      z-index: 20;
    }
    
    .p-recList > li:nth-of-type(2) {
      z-index: 19;
    }
    
    .p-recList > li:nth-of-type(3) {
      z-index: 18;
    }
    
    .p-recList > li:nth-of-type(4) {
      z-index: 17;
    }
    
    .p-recList > li:nth-of-type(5) {
      z-index: 16;
    }
    
    .p-recList > li:nth-of-type(6) {
      z-index: 15;
    }
    
    .p-recList > li:nth-of-type(7) {
      z-index: 14;
    }
    
    .p-recList > li:nth-of-type(8) {
      z-index: 13;
    }
    
    .p-recList > li:nth-of-type(9) {
      z-index: 12;
    }
    
    .p-recList > li:nth-of-type(10) {
      z-index: 11;
    }
    
    .p-recList > li:nth-of-type(11) {
      z-index: 10;
    }
    
    .p-recList > li:nth-of-type(12) {
      z-index: 9;
    }
    
    .p-recList > li:nth-of-type(13) {
      z-index: 8;
    }
    
    .p-recList > li:nth-of-type(14) {
      z-index: 7;
    }
    
    .p-recList > li:nth-of-type(15) {
      z-index: 6;
    }
    
    .p-recList > li:nth-of-type(16) {
      z-index: 5;
    }
    
    .p-recList > li:nth-of-type(17) {
      z-index: 4;
    }
    
    .p-recList > li:nth-of-type(18) {
      z-index: 3;
    }
    
    .p-recList > li:nth-of-type(19) {
      z-index: 2;
    }
    
    .p-recList > li:nth-of-type(20) {
      z-index: 1;
    }
    
    .p-recList > li .p-recList__num {
      display: block;
      min-width: 30px;
      height: 27px;
      margin: 0 40px 5px 0;
      padding: 3px 0 0;
      border-radius: 50%;
      background-color: #005490;
      color: #fff;
      font-family: "Roboto", sans-serif;
      /* font-size: 30px; */
      text-align: center;
    }
    
    .p-recList > li .p-recList__num::after,
    .p-recList > li .p-recList__num::before {
      display: block;
      z-index: -1;
      position: absolute;
      top: 25px;
      left: 64px;
      width: 3px;
      /* width: 100%; */
      height: 100%;
      background-color: #005490;
      content: '';
    }
    
    .p-recList > li:last-child .p-recList__num::after,
    .p-recList > li:last-child .p-recList__num::before {
      width: 0%;
      margin-right: 50%;
    }

.course-pdf{
  max-width: 480px;
  margin: 0 auto 40px;
  display: flex;
}
.course-pdf2{
  max-width: 670px;
}
.course-pdf img{
  width: 100%;
  max-width: 100%;
  transition: .4s;
}
.course-pdf a:nth-of-type(2){
  display: inline-block;
  margin: 0 0 0 20px;
}
.course-pdf img:hover{
  opacity: .7;
}










/* 2026前期講座 */
.intro-list{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.intro-list-item{
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #e9ddea;
  /* background-color: #d6f2e0; */
  justify-content: space-between;
  list-style: none;
  width: 32.6%;
  position: relative;
  margin: 0 1% 1% 0;
  transition: .4s;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
  border-radius: 10px;
  padding: 20px;
}
.intro-list-item-tyozai{
  background-color: #d6f2e0;
  /* background-color: #e7eadf; */
}
.intro-list-public .intro-list-item{
  background-color: #c5eaf4;
}
.intro-list-item-koumu{
  background-color: #f8e5cb;
}
.intro-list-item:nth-of-type(3n){
  margin: 0 0 1%;
}
.intro-list-item h4{
  /* color: #e43232; */
  /* background-color: #dcf6d3; */
  width: 100%;
  /* color: #fff; */
  text-align: left;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  margin: 0 0 0;
}
.intro-list-item h4 span.no{
    display: inline-block;
    background-color: #fff;
    padding: 0px 8px;
    margin: 0 5px 0 0;
    border: 1px solid #000;
}
.intro-list-item p{
  /* padding: 0 10px; */
  margin: 0 0 2%;
}

.intro-text{
  padding: 8px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  font-size: 14px;
}
.intro-text dl{
  display: flex;
}
.intro-text dt{
  min-width: 66px;
  color: #1e9476;
  font-weight: bold;
}
.intro-text dd{
  font-weight: bold;
  margin: 0 0 0 5px
}

.intro-img{
  /* width: 80%; */
  /* margin: auto; */
}
.intro-bold{
  font-weight: bold;
}
.intro-color{
  color: #005490;
  font-weight: bold;
}
.intro-list .course-button{
  margin: auto auto 0px;
}
.intro-list .course-button::before{
  top: 26px;
}
.intro-list .course-button a{
  background-color: #eb6ea5;
  color: #fff;
  background-image: none;
}
.intro-list .course-button::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.intro-list .course-button a:hover {
  color: #e83439;
}
.intro-list .course-button:hover::before{
  border-top: 2px solid #e83439;
  border-right: 2px solid #e83439;
}
.intro-heading{
  position: relative;
}
.intro-heading h4 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
  width: 100%;
  position: relative;
  top: -58px;
  /* left: 50%; */
}
.intro-heading div{
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); */
  height: 30px;
  width: 100%;
  background-color: #ffdd35;
}

.intro-icon-list{
  display: flex;
  padding: 0;
  margin: 0 0 80px;
  justify-content: center;
}
.intro-icon-list li{
  list-style-type: none;
  margin: 0 35px 0 0;
}
.intro-icon-list li img{
  display: block;
  border: 4px solid #249f80;
  border-radius: 50%;
}
.intro-icon-list li:nth-of-type(even) img{
  border: 4px solid #eb6ea5;
}
.intro-icon-list li:nth-of-type(1){
  transition-delay: 0.1s;
}
.intro-icon-list li:nth-of-type(2){
  transition-delay: 0.3s;
}
.intro-icon-list li:nth-of-type(3){
  transition-delay: 0.5s;
}
.intro-icon-list li:nth-of-type(4){
  transition-delay: 0.7s;
}
.intro-icon-list li:nth-of-type(5){
  transition-delay: 0.9s;
}
.intro-icon-list li:nth-of-type(6){
  transition-delay: 1.1s;
}
.intro-icon-list li:nth-of-type(7){
  transition-delay: 1.3s;
}
.intro-icon-list li:nth-of-type(8){
  transition-delay: 1.5s;
}
.intro-icon-list li:last-of-type{
  margin: 0;
}



.js-target img{
  width: 100%;
}
.js-target{
  width: 200px;
  /* margin: 0 auto 20px; */
  opacity: 0;
}
.js-slidein{
  position: relative;
  left: -60px;
  transition: .4s;
}
.is-slidein{
  left: 0;
  opacity: 1;
}
@keyframes jumpin {
0% {
  transform: translateY(0px);
}
50% {
  transform: translateY(-20px);
}
100% {
  transform: translateY(0px);
}
}
.is-jumpin{
animation: jumpin .6s ease-in-out;
opacity: 1;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translate(0px,-50%);
  }
  50% {
    opacity: 0.5;
    transform: translate(-5px,-50%);
  }
  100% {
    opacity: 1;
    transform: translate(0px,-50%);
  }
  }
  .js-popup{
    opacity: 0;
  }
  .is-popup{
  animation: jumpin .6s ease-in-out;
  opacity: 1;
  }

  @keyframes stretch {
    0% {
      opacity: 0;
      width: 0%;
    }
    100% {
      opacity: 1;
      width: 100%;
    }
    }
    .js-stretch{
      opacity: 0;
    }
    .is-stretch{
    animation: stretch 1s ease-in-out;
    opacity: 1;
    }


    .js-fuwa{
      position: relative;
      top: 10px;
      opacity: 0;
      transition: 1s ease;
    }
    .is-fuwa{
      top: 0;
      opacity: 1;
    }

.intro-point-wrap-wrap-item01{
  display: flex;
  margin: 0 0 80px;
}
.intro-point-wrap-wrap-item01 .intro-point-wrap{
  width: calc(100% / 3);
  margin: 0 20px 40px;
}
.intro-point-wrap-wrap-item01 .intro-point-wrap:nth-of-type(1){
  transition-delay: 0.1s;
}
.intro-point-wrap-wrap-item01 .intro-point-wrap:nth-of-type(2){
  transition-delay: 0.3s;
}
.intro-point-wrap-wrap-item01 .intro-point-wrap:nth-of-type(3){
  transition-delay: 0.5s;
}
.intro-point-wrap-wrap-item15 .intro-point-wrap{
  width: calc(100% / 2);
}
.intro-point-wrap{
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 0 40px;
  background-color: #effff6;
}
.intro-point-wrap-last{
  margin: 0 20px 80px;
}
.intro-point{
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
.intro-point-num{
  /* padding: 7px 10px; */
  color: #fff;
  text-align: center;
  font-size: 20px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: bold;
  background-color: #d41270;
  border-radius: 50%;
  margin: 4px 15px 0 0;
}
.fuwaintro-point-text{
  font-size: 22px;
  font-weight: bold;
}


.intro-point-second{
  display: flex;
  /* align-items: center; */
  align-items: baseline;
  margin: 0 0 10px;
}
.intro-point-second div:nth-of-type(1){
  background-color: #d41270;
  border-radius: 8px;
  color: #ffd904;
  text-align: center;
  min-width: 70px;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.intro-point-second div:nth-of-type(2){
  color: #000;
  font-weight: bold;
  color: #d41270;
  font-size: 18px;
}




.js-sizeup {
  transform: scale(0.8);
  opacity: 0;
}

.is-sizeup {
  animation: sizeup 1s ease-in-out forwards;
}
@keyframes sizeup {
0% {
transform: scale(0);
opacity: 0;
}
50%{
  transform: scale(1.1);
  opacity: 1;
}
100% {
  transform: scale(1);
  opacity: 1;
}
}


.intro-point-list{
  /* margin: 0 0 60px; */
}
.intro-point-list li:nth-of-type(1){
  transition-delay: 0.1s;
}
.intro-point-list li:nth-of-type(2){
  transition-delay: 0.2s;
}
.intro-point-list li:nth-of-type(3){
  transition-delay: 0.3s;
}

.is-fuwa{
  animation: fuwa .4s ease-in-out;
  opacity: 1;
  }

@keyframes fuwa {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
  }



  .intro-myvoice-profile{
    display: flex;
    align-items: flex-start;
    background-color: #249f80;
    border-radius: 20px;
    margin: 0 0 80px;
    padding: 20px;
    color: #fff;
  }
  .intro-myvoice-profile div:nth-of-type(1){
    width: 70px;
    margin: 0 30px 0 20px;
  }
  .intro-myvoice-profile div:nth-of-type(1) img{
    width: 70%;
    max-width: 100%;
  }
  .intro-myvoice-profile div:nth-of-type(2){
    
  }
  .intro-myvoice-profile div:nth-of-type(2) span:nth-of-type(1){
    font-weight: bold;
    font-size: 26px;
  }
  .intro-myvoice-profile div:nth-of-type(2) span:nth-of-type(2){
    
  }

  .intro-shout{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin: 0 auto 40px;
    width: 610px;
  }
  .intro-shout2{

  }
  .intro-shout::before{
    content: '';
    position: absolute;
    top: 0px;
    left: -20px;
    height: 100%;
    width: 3px;
    transform: rotate(-20deg);
    background-color: #000;
  }
  .intro-shout::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    height: 100%;
    width: 3px;
    transform: rotate(20deg);
    background-color: #000;
  }
  .intro-process{
    display: flex;
    align-items: flex-start;
    margin: 0 0 80px;
    background: #effff6;
    padding: 20px;
    border-radius: 10px;
  }
  .intro-process-item{
    border: 4px solid #249f80;
    padding: 13px;
    background-color: #fff;
    border-radius: 30px;
    /* margin: 0 0 40px; */
  }
  .intro-process-item p{
    margin: 0;
  }
  .intro-process-item:last-of-type{
    /* margin: 0 0 80px; */
  }
  .intro-process-item p{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .intro-flex-wrap{
    display: flex;
    align-items: center;
  }

  .intro-process-two-tiered{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
  }
  .intro-process-arrow{
    /* margin: 0 30px 0 0; */
  }
  .intro-process-arrow li{
    list-style: none;
    box-sizing: border-box;
    width: 63px;
    height: 38px;
    border: 35px solid transparent;
    border-left: 38px solid #eb6ea5;
  }
  .intro-process-arrow li:nth-of-type(1){
    transition-delay: 0.1s;
  }
  .intro-process-arrow li:nth-of-type(2){
    transition-delay: 0.2s;
  }
  .intro-process-arrow li:nth-of-type(3){
    transition-delay: 0.3s;
  }
  .intro-process-arrow li:nth-of-type(4){
    transition-delay: 0.4s;
  }


  .is-fuwa2{
    animation: fuwa2 .4s ease-in-out;
    opacity: 1;
    }
  
  @keyframes fuwa2 {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
    }




    /* フードコーディネーター */
    .intro-icon-list-item04{
      align-items: center;
      margin: 0 0 20px;
    }
    .intro-icon-list-item04 + .intro-point-second{
      width: 90%;
      margin: 0 auto 80px;
    }
    .intro-icon-list-item04 li{
      color: #fff;
      font-size: 21px;
      padding: 5px 20px;
      border-radius: 5px;
      font-weight: bold;
    }
    .intro-icon-list-item04 li:nth-of-type(1){
      background-color: #b216e1;
    }
    .intro-icon-list-item04 li:nth-of-type(2){
      width: 70px;
    }
    .intro-icon-list-item04 li:nth-of-type(3){
      background-color: #e116e1;
    }
    .intro-icon-list-item04 li:nth-of-type(4){
      width: 70px;
    }
    .intro-icon-list-item04 li:nth-of-type(5){
      background-color: #d062e4;
    }
    .intro-icon-list-item04 li:nth-of-type(6){
      width: 70px;
    }
    .intro-icon-list-item04 li:nth-of-type(7){
      background-color: #f429a6;
    }

    .intro-point-list-item04{

    }
    .intro-point-list-item04 li{
      color: #fff;
      list-style: none;
      font-size: 21px;
      padding: 5px 20px;
      border-radius: 5px;
      font-weight: bold;
    }
    .intro-point-list-item04 li:nth-of-type(1){
      background-color: #b216e1;
    }
    .intro-point-list-item04 li:nth-of-type(2){
      width: 70px;
      margin: 10px auto;
      /* transform: rotate(90deg); */
    }
    .intro-point-list-item04 li:nth-of-type(3){
      background-color: #e116e1;
    }
    .intro-point-list-item04 li:nth-of-type(4){
      width: 70px;
      margin: auto;
      /* transform: rotate(90deg); */
    }
    .intro-point-list-item04 li:nth-of-type(5){
      background-color: #f429a6;
    }
    .intro-flex-wrap-item04{
      justify-content: space-between;
    }
    .intro-graph{
      width: 46%;
      /* margin: 0 0 0 30px; */
    }

    .intro-flex-wrap-item05{
      align-items: flex-start;
    }
    .intro-flex-wrap-item05 div:nth-of-type(1){

    }
    .intro-flex-wrap-item05 div:nth-of-type(2){
      width: 50%;
    }
    .intro-img-title{
      color: #249f80;
      font-weight: bold;
      margin: 0 0 0 20px;
    }
    .intro-img-title-text{
      border: 1px solid #249f80;
      padding: 10px;
      background-color: #fff;
      margin: 0 0 20px 20px;
    }
    .intro-shout-item05{
      width: 600px;
    }

    /* 秘書 */

    　
    .graph-wrap {
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      height: 565px;
      width: 565px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .graph-wrap svg{
      opacity: 0;
    }
    .graph-wrap svg.is-circle {
      opacity: 1;
      transform: rotate(-90deg);
      height: 400px;
      width: 400px;
      margin: auto;
      position: relative;
    }
    
    .is-circle circle {
      fill: none;
      stroke-width: 20px;
    }
    
    /* 1つ目：60% */
    .is-circle circle:nth-child(1) {
      stroke: #fcc22e;
      stroke-dasharray: 0, 100;
      stroke-dashoffset: 0;
      animation: anime01 1.5s forwards ease-in-out;
    }
    
    /* 2つ目：40%（60%の続きから） */
    .is-circle circle:nth-child(2) {
      stroke: #bababa;
      stroke-dasharray: 0, 100;
      stroke-dashoffset: -60;
      animation: anime02 1.5s 0.5s forwards ease-in-out;
    }
    
    /* アニメーション */
    @keyframes anime01 {
      to {
        stroke-dasharray: 60, 40;
      }
    }
    
    @keyframes anime02 {
      to {
        stroke-dasharray: 40, 60;
      }
    }


    .intro-circle-wrap{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .intro-circle-item{
      position: relative;
    }
    .intro-circle-item p{
      text-align: center;
      font-weight: bold;
      margin: 0;
    }
    .intro-60{
      position: absolute;
      top: 59%;
      left: 50%;
      transform: translate(-50%,-50%);
      font-size: 30px;
      font-weight: bold;
      text-align: center;
    }
    .intro-60 span{
      color: red;
    }

    .intro-plus{
      width: 5%;
    }
    .intro-equal{
      margin: 0 auto 40px;
      width: 3%;
    }
    .intro-passed{
      font-size: 60px;
      color: red;
      font-weight: bold;
      text-align: center;
      margin: auto;
    }

    .intro-about{
      padding: 40px;
      border-radius: 20px;
      margin: 0 0 80px;
      opacity: 0;
      box-sizing: border-box;
      /* border: 4px solid #249f80; */
      /* border-top: 4px solid #249f80;
      border-right: 10px solid #249f80;
      border-bottom: 10px solid #249f80;
      border-left: 4px solid #249f80; */
    }


    
    @keyframes border {
      0% {
        border: 4px solid #249f80;
        opacity: 0;
      }
      100% {
        border-top: 4px solid #249f80;
        border-right: 12px solid #249f80;
        border-bottom: 12px solid #249f80;
        border-left: 4px solid #249f80;
        opacity: 1;
      }
    }
    .is-border{
      animation: border .4s ease-in-out;
      border-top: 4px solid #249f80;
      border-right: 12px solid #249f80;
      border-bottom: 12px solid #249f80;
      border-left: 4px solid #249f80;
      opacity: 1;
    }


    .intro-button.course-button::before{
      top: 40px;
      width: 13px;
      height: 13px;
    }
    .intro-button.course-button a{
      background-color: #eb6ea5;
      color: #fff;
      text-align: center;
      background-image: none;
      border-radius: 50px;
      height: 90px;
    }
    .intro-button.course-button::before{
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .intro-button.course-button a:hover {
      color: #e83439;
    }
    .intro-button.course-button:hover::before{
      border-top: 2px solid #e83439;
      border-right: 2px solid #e83439;
    }



    .intro-job{
      display: flex;
      align-items: normal;
      justify-content: center;
      list-style: none;
      margin: 0 0 80px;
      padding: 0;
    }
    .intro-job img{
      display: inline-block;
      margin: 0 0 10px;
      border-radius: 20px;
      width: 100%;
    }
    .intro-job li{
      color: #fff;
      transition: .4s;
      padding: 20px;
      box-sizing: border-box;
      background: #249f80;
      border-radius: 20px;
      margin: 0 20px 0 0;
      width: calc(100% / 3);
    }
    .intro-job h5{
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 10px;
    }
    .intro-job p{
      margin: 0;
    }
    .intro-job li:nth-of-type(1){
      transition-delay: 0.1s;
    }
    .intro-job li:nth-of-type(2){
      transition-delay: 0.3s;
    }
    .intro-job li:nth-of-type(3){
      transition-delay: 0.5s;
      margin: 0;
    }


    .intro-info{
      border-radius: 20px;
      margin: 0 0 80px;
      border-top: none;
      border-left: none;
      border-right: none;
      box-shadow: 4px 7px 16px rgba(9, 35, 64, 0.2);
    }
    .intro-info .course-table-heading{
      /* min-height: 82px; */
      color: #fff;
      /* height: -webkit-fill-available; */
      background-color: #52ae97;
    }

    .intro-info .course-table-heading span{
      font-weight: 300;
    }
    .intro-info .course-table-content p{
      margin: 0;
    }
    
    .intro-info .course-table-item{
      border-bottom: 1px solid #e2e2e2;
      /* align-items: center; */
    }
    .intro-info .course-table-item:nth-of-type(1) .course-table-heading{
      border-bottom: none;
      border-radius: 20px 0 0 0;
    }
    .intro-info .course-table-item:nth-of-type(2n) .course-table-heading{
      background-color: #82caa1;
    }
    .intro-info .course-table-item:last-of-type .course-table-heading{
      border-bottom: none;
      border-radius: 0 0 0 20px;
    }
    .intro-info .course-table-item:last-of-type{
      border-bottom: none;
      /* align-items: baseline; */
    }
    /* .intro-info .course-table-heading{
      border-radius: 20px;
    } */

    .intro-course-table{
      display: flex;
    }
    .intro-course-table .course-table{
      width: calc(100% / 2);
      margin: 0 20px 80px 0;
    }
    .intro-course-table .course-table:last-of-type{
      margin: 0 0 80px;
    }



    .intro-2item{
      display: flex;
      align-items: baseline;
    }
    .intro-2item p:nth-of-type(1){
      margin: 0 20px 0 0;
    }



    .intro-myvoice-top .intro-process-arrow{
      padding: 0 0 0 10px;
    }
    .intro-myvoice-top .intro-process-arrow li{
    list-style: none;
    box-sizing: border-box;
    width: 5px;
    height: 38px;
    border: 19px solid transparent;
    border-left: 17px solid #eb6ea5;
    }

    .intro-explain{
      background-color: #e5f3ff;
      padding: 20px;
      border-radius: 20px;
      margin: 0 0 40px;
      box-shadow: 4px 7px 16px rgba(9, 35, 64, 0.2);
    }
    .intro-explain dt{
      font-weight: bold;
    }
    .intro-explain dd{
      margin: 0 0 10px;
    }
    .intro-explain span.hd{
      font-weight: bold;
      font-size: 20px;
      color: #1e9476;
    }
    .intro-explain span.indent{
      margin: 0 0 0 20px;
    }


    .lecture-table{
      box-shadow: 4px 7px 16px rgba(9, 35, 64, 0.2);
      /* border-radius: 20px; */
        width: 100%;
        margin: 0 0 80px;
        border-collapse: collapse;
        table-layout: fixed;
      }
      .lecture-table th{
        color: #fff;
        background-color: #a3b3f9;
      }
      .lecture-table th,
      .lecture-table td{
        border: 1px solid #e3e3e3;
        padding: 10px 12px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
      }
      .lecture-table thead th{
        font-weight: 700;
      }
      .lecture-table th[rowspan]{
        /* width: 28%; */
      }
      .lecture-table .gray{
        background-color: #8b8b8b;
      }
      .bb{
        border-bottom: #aaa solid 2px!important;
      }
      .br{
        border-right: #aaa solid 2px!important;
      }

      .intro-course-table .lecture-table:nth-of-type(1){
        margin: 0 20px 0 0;
      }

      


    @media screen and (max-width: 768px) {
    .intro-course-table .lecture-table:nth-of-type(1){
        margin: 0 0 20px;
    }
      .intro-about{
        padding: 20px;
        font-size: 14px;
      }
      .intro-about p{
        margin: 0;
      }
      .intro-heading h4{
        font-size: 16px;
        top: -37px;
      }
      .intro-heading div{
        height: 18px;
      }

      .intro-process{
        flex-direction: column;
      }
      .intro-shout{
        font-size: 14px;
        width: 100%;
      }

      .intro-shout::before{
        left: 0;
        width: 2px;
      }
      .intro-shout::after{
        right: 0;
        width: 2px;
      }
      .intro-icon-list{
        display: flex;
        flex-wrap: wrap;
      }
      .intro-icon-list li{
        width: 47.5%;
        margin: 0 5% 10px 0;
      }
      .intro-icon-list li:nth-of-type(2n){
        margin: 0 0 10px;
      }
      .intro-point-wrap{
        padding: 15px;
      }
      .intro-point{
        margin: 0 0 10px;
      }
      .fuwaintro-point-text{
        font-size: 16px;
      }
      .intro-point-num{
        min-width: 30px;
        height: 30px;
        font-size: 17px;
      }
      .intro-point-second{
        /* flex-direction: column; */
      }
      .intro-point-second div:nth-of-type(1){
        font-size: 10px;
        margin: 0 5px 5px 0;
        min-width: 55px;
      }
      .intro-point-second div:nth-of-type(2){
        font-size: 15px;
      }
      .intro-point-list{
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 14px;
      }

      .intro-myvoice-profile{
        padding: 10px;
        margin: 0 0 40px;
      }
      .intro-myvoice-profile div:nth-of-type(2) span:nth-of-type(1){
        font-size: 16px;
      }
      .intro-myvoice-profile div:nth-of-type(1){
        margin: 0 15px 0 20px;
      }
      .intro-myvoice-profile div:nth-of-type(1) img{
        width: 100%;
      }
      .intro-myvoice-profile div:nth-of-type(2) span:nth-of-type(2){
        font-size: 14px;
      }
      .intro-process-arrow{
        margin: 0 10px 0 0;
        padding: 0;
      }
      .intro-process-arrow li{
        border: 18px solid transparent;
        border-left: 18px solid transparent;
        width: 20px;
        height: 20px;
        border-top: 30px solid #eb6ea5;
      }
      .intro-process-two-tiered{
        flex-direction: row;
        /* margin: 0 0 20px; */
      }
      .intro-process-item{
        margin: 0 0 20px;
      }
      .intro-process-item p{
        font-size: 15px;
      }
      .intro-process-item{
        padding: 9px;
      }
      .intro-flex-wrap{
        flex-direction: column;
        align-items: center;
      }


      .is-fuwa2{
        animation: fuwa2 .4s ease-in-out;
        opacity: 1;
        }
      
      @keyframes fuwa2 {
        0% {
          transform: translate(0,-10px);
          opacity: 0;
        }
        100% {
          transform: translate(0,0);
          opacity: 1;
        }
        }


        .intro-icon-list-item04{
          flex-direction: column;
          align-items: center;
        }
        .intro-icon-list-item04 li,
        .intro-point-list-item04 li{
          font-size: 15px;
        }
        .intro-icon-list-item04 li:nth-of-type(1),
        .intro-icon-list-item04 li:nth-of-type(3),
        .intro-icon-list-item04 li:nth-of-type(5){
          text-align: center;
        }
        .intro-icon-list-item04 li:nth-of-type(2),
        .intro-icon-list-item04 li:nth-of-type(4),
        .intro-icon-list-item04 li:nth-of-type(6),
        .intro-point-list-item04 li:nth-of-type(2),
        .intro-point-list-item04 li:nth-of-type(4){
          width: 40px;
        }
        .intro-icon-list-item04 li:nth-of-type(7){
          width: 75%;
        }
        .intro-point-list-item04{
          padding: 0;
        }
        /* .intro-flex-wrap-item04 div:nth-of-type(1){
          margin: 0 0 40px;
        } */
        .intro-graph{
          padding: 40px 0 0;
          width: 85%;
        }

        .intro-flex-wrap-item05 div:nth-of-type(2){
          width: 100%;
        }
        .intro-flex-wrap-item05 img{
          width: 100%;
          margin: 0 0 10px!important;
        }
        .intro-img-title{
          margin: 0 0 5px;
        }
        .intro-img-title-text{
          margin: 0 0 10px;
        }
        .intro-point-list-item08 li:last-of-type{
          margin: 0 0 20px;
        }

        .intro-point-wrap-item11 .intro-point-second div:nth-of-type(1){
          color: transparent;
          width: 15px !important;
          height: 15px;
          min-width: 15px !important;
          padding: 0 !important;
        }

        .intro-circle-wrap{
          flex-direction: column;
          align-items: center;
        }
        .graph-wrap svg.is-circle{
          height: 300px;
          width: 300px;
        }
        .intro-plus{
          width: 13%;
        }
        .intro-equal{
          width: 10%;
        }
        .intro-plus{
          margin: 20px 0 50px;
        }
        .intro-plus + .intro-circle-item p{
          margin: -20px 0 -50px;
        }
        .intro-circle-item p{
          margin: -20px 0;
        }
        .intro-60{
          top: 52%;
        }

        .intro-job{
          flex-direction: column;
        }
        .intro-job li{          
          width: 100%;
          margin: 0 0 20px;
        }
        .intro-button.course-button a{
          height: 60px;
        }
        .intro-button.course-button::before{
          top: 24px;
        }
        .intro-point-wrap-wrap-item01{
          flex-direction: column;
        }
        .intro-point-wrap-wrap-item01 .intro-point-wrap{
          width: 100%;
          margin: 0 0 20px;
        }

        .intro-job h5{
          font-size: 17px;
        }
        .intro-job p{
          font-size: 14px;
        }
        .intro-info .course-table-heading{
          min-height: auto;
        }
        .intro-info .course-table-item:nth-of-type(1) .course-table-heading{
          border-radius: 20px 20px 0 0;
        }
        .intro-info .course-table-item:last-of-type .course-table-heading{
          border-radius: 0;
          width: 100%;
        }


        .intro-2item{
          flex-direction: column;
        }
        .intro-2item p:nth-of-type(1){
          margin: 0 0 0;
        }

        .intro-point-wrap-last{
            margin:  0 0 80px;
        }


        .intro-list-item{
          width: 49.5%;
          padding: 10px;
        }
      .intro-list-item:nth-of-type(3n){
          margin: 0 1% 1% 0;
        }
        .intro-list-item:nth-of-type(2n),
        .intro-list-item:nth-of-type(6n){
          margin: 0 0 1%;
        }
        .intro-list-item h4{
          font-size: 14px;
          padding: 5px 0;
        }
        .intro-text dl{
          flex-direction: column;
        }
        .intro-text dd{
          margin: 0;
        }
        .intro-text{
          font-size: 12px;
        }
        .intro-list .course-button{
          width: 140px;
          height: 37px;
        }
        .intro-list .course-button a{
          width: 140px;
          height: 37px;
          font-size: 13px;
        }
        .intro-list .course-button::before{
          top: 14px;
          right: 12px;
        }
        .intro-explain{
          padding: 10px;
          font-size: 14px;
        }
        .intro-explain span.hd{
          font-size: 18px;
        }
        .intro-explain span.indent{
          margin: 0 0 0 15px;
        }
        .p-recList > li{
          padding: 20px;
        }
        .p-recList > li .p-recList__num::after,
        .p-recList > li .p-recList__num::before{
          left: 34px;
        }
        .p-flow-block{
          padding: 20px;
        }

        .intro-course-table-koumu{
          flex-direction: column;
        }

    }



    @media screen and (max-width: 47.9375em) {
      .page-title__title {
          font-size: 2.6rem;
          margin: 60px 0 10px;
      }
  }

/* ===== career_top: 開講講座一覧 2カラム ===== */
.career-top-course-wrap {
  display: flex;
  gap: 30px;
  margin: 0 0 20px;
}
.career-top-course-col {
  flex: 1;
}
.career-top-ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.career-top-ul li {
  padding: 8px 8px 8px 1.6em;
  text-indent: -1.6em;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.7;
}
.career-top-ul li::before {
  content: "・";
  color: #d41270;
  font-weight: bold;
}
.career-top-message {
  margin: 16px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}




.design-title{
  background-color: #0096c2;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.design-title::before{
  display: none;
}
.design-title-shikaku{
  background-color: #89378b;
}
.design-title-koumu{
  background-color: #9f7925;
}
.design-title-tyozai{
  background-color: #28803a;
}
.design-title span{
  display: inline-block;
  background-color: #fff;
  padding: 5px 8px;
  margin: 0 10px 0 0;
  color: #0096c2;
  font-size: 4rem;
}
.design-title-shikaku span{
  color: #89378b;
}
.design-title-koumu span{
  color: #9f7925;
}
.design-title-tyozai span{
  color: #28803a;
}
.course-futari{
  display: flex;
}
.course-futari img{
  max-width: 240px;
}
.course-futari div:nth-of-type(1){
  margin: 0 20px 0 0;
  max-width: 240px;
}
.course-futari div:nth-of-type(2){
  
}

@media screen and (max-width: 768px) {
  .career-top-course-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .design-title{
    font-size: 3rem;
    line-height: 1.2;
  }
  .design-title span{
    font-size: 2rem;
  }
  .course-table-content-img{
    flex-direction: column;
  }
  .course-table-content-img img{
    max-width: 100%;
    margin: 0 0 20px;
  }
  .intro-info .course-table-heading span{
    margin: 0 0 0 5px;
  }
  .course-futari{
    flex-direction: column;
  }
  .course-futari img{
    max-width: 100%;
  }
  .course-futari div:nth-of-type(1){
    margin: 0 0 20px;
    max-width: 100%;
  }
  .course-futari div:nth-of-type(2){
    
  }

  .page-title.type-under .page-title__inner{
    height: 200px;
  }
  .page-title.type-under .page-title__title{
    margin: 23px 0 0;
  }
  .heading-type01{
    margin: 20px 0;
  }
  
}
