.training{
  margin-top: 48px;
}
.training-head-wrapper{
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
  text-align: center;
}

.training-desc{
  font-size: 15px;
  line-height: 1.55em;
  margin: 15px 0 0;
  font-weight: 800;
}
.training-map{
  width: 100%;
  display: block;
  height: 328px;
  margin-top: 32px;
}
.training-info-wrapper{
  position: relative;
  margin-top: 140px;
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
}
.training-info-wrapper img{
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%,-50%);
  width: 80%;
  display: block;
  z-index: 2;
}
.training-info-container{
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 13px;
  padding: 110px 20px 20px;
  text-align: left;
}
.training-info-container h3{
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 800;
}
.training-info-container h3 span{
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 6px;
  display: block;
}
.training-info-container p{
  font-size: 15px;
  line-height: 1.55em;
  margin: 16px 0 0;
}

.training-section{
  margin-top: 70px;
  position: relative;
}
.training-section + .training-section{
  margin-top: 40px;
}

.training-section + .training-section .training-section-txt-wrapper{
  /* border-top: 1px solid #000; */
  padding-top: 40px;
}



.training-deco{
  position: absolute;
}
.training-deco.section1{
  top: 5%;
  left: 10%;
  height: 103px;
  display: block;
}
.training-deco.section2{
  top: 6.5%;
  right: 7.5%;
  height: 184px;
  display: block;
}
.training-deco.section3{
  top: 13.5%;
  left: 5%;
  height: 83px;
  display: block;
}

.training-section-txt-wrapper{
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  box-sizing: content-box;
}
.training-section-txt-wrapper h2{
  font-size: 32px;
  font-weight: 800;
}

.training-ttl-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.training-ttl{
  font-size: 24px!important;
  line-height: 1.35em;
  font-weight: 800;
}
.training-ttl-deco{
  display: block;
  height: 48px;
  margin-right: 8px;
  transform: translateZ(0);
}
.training-section-txt-wrapper .txt-small{
  font-size: 28px;!important;
  line-height: 1.5em;
}
.training-section-txt-wrapper p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55em;
  margin-top: 12px;
}

.training-section-txt-wrapper ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 16px auto 0;
  gap: 6px;
}
.training-section-txt-wrapper ul li{
  font-size: 14px;
  line-height: 1;
  height: 28px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.training-section-txt-wrapper ul li:nth-child(1){
  background-color: #26dac1;
  color: #000;
}
.training-section-txt-wrapper ul li:nth-child(2){
  background-color: #bdf34f;
  color: #000;
}
.training-section-txt-wrapper ul li:nth-child(3){
  background-color: #66ffff;
  color: #000;
}
.training-section-txt-wrapper ul li:nth-child(4){
  background-color: #d80c18;
  color: #fff;
}

.training-section-txt-date-wrapper{
  gap: 36px;
  margin-top: 24px;
  text-align: center;
}
.training-section-txt-date{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.training-section-txt-date li{
  font-size: 20px;
}
.training-section-txt-date li:nth-child(1){
  line-height: 1;
  display: inline-block;
  padding: 8px 2px 8px 12px;
  font-weight: 600;
  background-color: #d3edf9;
}
.training-section-txt-date.day2 li:nth-child(1){
  background-color: #e8f0c5;
}


.training-section-nav-wrapper{
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.training-slider-wrapper{
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, .15));
  transform: translateZ(0);
}
.training-swiper1{
  width: 120%;
  left: -10%;
  position: relative;
}

.training-content-card{
  padding: 12px;
  height: auto;
  position: relative;
}
.training-content-deco{
  transform: translateZ(0);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50px;
}

.training-content-card-inner{
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  display: block;
}
.training-content-card-img-wrapper{
  width: 100%;
  padding-top: 50.8%;
  position: relative;
}
.training-content-card-img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.training-content-card-txt-wrapper{
  padding: 20px 16px 20px;
}
.training-content-card-txt-wrapper h3{
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1.25em;
  text-align: center;
}
.training-content-card-txt-wrapper h3 span{
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  margin: 4px 0 4px;
  line-height: 1.25em;
  display: block;
  text-align: center;
}

.training-content-card-txt-inner{
}

.training-content-card-txt-wrapper p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}

.training-info{
  padding: 0 15px;
  width: 100%;
  margin-top: 42px;
  position: relative;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .training-info{
    padding: 0 80px;
  }
}
.training-info h2{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.training-info p{
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5em;
}
.training-info ul{
  margin-top: 20px;
  font-size: 15px;
}
.training-info li{
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}


.training-border{
  border-top: 1px solid #000;
  border-bottom: none;
  margin: 48px 15px;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .training-border{
    margin: 48px 80px;
  }
}
.training-btn-wrapper{
  text-align: center;
  margin-top: 24px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .training-btn-wrapper{
    padding: 0 80px;
  }
}
.training-btn-desc{
  font-size: 18px;
  line-height: 1.4em;
}
.training-btn-notes{
  font-size: 15px;
  margin-top: 4px;
}

.training-btn-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 16px;
  width: 100%;
  margin: 24px auto 0;
}
.training-btn-link{
  width: 100%;
  display: block;
  transition: 0.3s;
  left: 0;
  position: relative;
}
.hover_ok .training-btn-link:hover{
  left: 4px;
}

@media screen and (min-width: 431px) and (max-width: 834px){
  .training-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 16px;
    width: 100%;
    margin: 24px auto 0;
  }
  .training-btn-link{
    width: 50%;
    display: block;
    transition: 0.3s;
    left: 0;
    position: relative;
  }
  .training-btn-link img{
    display: block;
    width: 100%;
  }
}
.training-btn-link img{
  display: block;
  width: 100%;
}

.training-acordion-wrapper{
  margin: 40px auto 0;
  width: calc(100% - 30px);
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .training-acordion-wrapper{
    width: calc(100% - 160px);
  }
}
.training-acordion{
  text-align: center;
  position: relative;
  background: #f2f2f2;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
}
.training-acordion-trg{
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.training-acordion-trg.is-show{
  transform: translateY(-50%) rotate(45deg);
}
.training-acordion-trg::before,
.training-acordion-trg::after{
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.training-acordion-trg::after{
  transform: translate(-50%,-50%) rotate(90deg);
}

.training-acordion-body{
  line-height: 1.5em;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  padding: 24px;
  display: none;
}
.training-acordion-body p{
  font-size: 15px;
}
.training-acordion-body dl{
  margin-top: 24px;
}
.training-acordion-body dl dt{
  font-size: 16px;
  font-weight: 800;
}
.training-acordion-body dl dd{
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
