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

.training-desc{
  font-size: 20px;
  line-height: 1.55em;
  margin: 28px 0 0;
  font-weight: 800;
}
.training-map{
  width: 100%;
  display: block;
  height: 328px;
  margin-top: 32px;
}

.training-swiper1{
  width: 120%;
  left: -10%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .training-swiper1{
    width: 130%;
    left: -15%;
  }
}

.training-info-wrapper{
  position: relative;
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin-top: 80px;
}
.training-info-wrapper img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  display: block;
  z-index: 2;
}
.training-info-container{
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 68.6%;
  background-color: #fff;
  border-radius: 26px;
  padding: 44px 52px 52px 128px;
  text-align: left;
}
.training-info-container h3{
  font-size: 24px;
  font-weight: 800;
}
.training-info-container h3 span{
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  display: block;
}
.training-info-container p{
  line-height: 1.55em;
  margin: 16px 0 0;
}

.training-btn-list{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.training-btn-list li{
  width: 19%;
}
.training-btn-list li a{
  background: #000;
  color: #fff !important;
  background-size: 200% 100%;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s;
  border-radius: 27px;
  position: relative;
}
.training-btn-list li a::before{
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_yajirushi02.svg) no-repeat 0 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  transform: rotate(90deg);
}
.training-section{
  margin-top: 70px;
  position: relative;
}
.training-section + .training-section{
  margin-top: 42px;
}

.training-section + .training-section .training-section-txt-wrapper{
  /* border-top: 1px solid #000; */
  padding-top: 35px;
}
.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;
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin: 0 auto;
}

.training-ttl-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px 0 0;
}
.training-ttl{
  font-size: 38px!important;
  font-weight: 800;
  position: relative;
}
.training-ttl-deco{
  display: block;
  height: 58px;
  margin-right: 16px;
  transform: translateZ(0);
}

.training-section-txt-wrapper h2{
  font-size: 50px;
  font-weight: 800;
}

.training-section-txt-wrapper p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75em;
  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: #d80c18;
  color: #fff;
}
.training-section-txt-wrapper ul li:nth-child(4){
  background-color: #fbb03b;
  color: #000;
}

.training-section-txt-date-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 24px;
}
.training-section-txt-date{
  display: flex;
  justify-content: flex-start;
  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{
  width: 144px;
  margin: 44px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.training-slider-wrapper{
  margin-top: 28px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.training-swiper1{
  width: 120%;
  left: -10%;
  position: relative;
}

.training-content-card{
  padding: 20px;
  height: auto;
  position: relative;
  height: 100%;
}
.swiper-slide{
  height: auto;
}
.training-content-deco{
  transform: translateZ(0);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  height: 62px;
}
.training-content-card a.hover_ok{
  transition: 0.3s;
  top: 0;
}
.training-content-card a.hover_ok:hover {
  top: -4px;
}

.training-content-card-inner{
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
  border-radius: 26px;
  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 24px;
}
.training-content-card-txt-wrapper h3{
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.25em;
}
.training-content-card-txt-wrapper h3 span{
  font-size: 16px;
  font-weight: 800;
  margin: 4px 0 4px;
  line-height: 1.25em;
  display: block;
  font-weight: 600;
  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-bottom-section{
  margin: 48px auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}

.training-info{
  padding: 0 80px;
  margin: 42px auto 0;
  position: relative;
}
.training-info h2{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.training-info p{
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8em;
}
.training-info ul{
  margin-top: 12px;
  font-size: 15px;
}
.training-info li{
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}


.training-border{
  border-top: 1px solid #000;
  border-bottom: none;
  margin: 48px 0;
}
.training-btn-wrapper{
  text-align: center;
  margin: 24px auto 0;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
.training-btn-desc{
  font-size: 20px;
  line-height: 1.4em;
}
.training-btn-notes{
  font-size: 17px;
  margin-top: 4px;
}
.training-btn-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 70%;
  margin: 24px auto 0;
}
.training-btn-link{
  width: 50%;
  display: block;
  transition: 0.3s;
  left: 0;
  position: relative;
}
.hover_ok .training-btn-link:hover{
  left: 4px;
}
.training-btn-link img{
  display: block;
  width: 100%;
}
.training-acordion-wrapper{
  margin: 40px auto 0;
  width: 75%;
}
.training-acordion{
  text-align: center;
  position: relative;
  background: #f2f2f2;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
  width: 100%;
}
.training-acordion-trg{
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: transform .3s ease;
}
.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;
}
.training-acordion-body dl dd a{
  text-decoration: underline;
}
