@charset "utf-8";

/* ====================
   .common
   ==================== */
.contents-wrapper{
  max-width: 900px;
  margin: 0 auto;
}

.hero {
	width: 100%;
	padding: 100px 0 50px 0;
}

@media only screen and (max-width: 767px) {
	.hero {
		padding: 65px 0 5vw 0;
	}
}

.title-area{
   text-align: center;
}

.title-area .m-text{
   font-size: 29px;
   line-height: 1.4;
   border-bottom: 5px solid #dc000c;
   padding-bottom: 15px;
   margin-bottom: 20px;
}

.text{
     font-size: 17px;
     line-height: 2;
}

.m-text{
	font-size: 22px;
  font-weight: 900;
	line-height: 1.6;
  letter-spacing: 2px;
}

.title-text {
    font-size: 24px;
    line-height: 1.4;
    margin: 60px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
  .text{
    font-size: 16px;
  }
}


@media only screen and (max-width: 767px) {
   .title-area .m-text{
      font-size: 5.5vw;
      border-bottom: 3px solid #dc000c;
      padding-bottom: 5px;
      margin-bottom: 5px;
   }

   .text{
     font-size: 4vw;
     line-height: 1.78
   }
  
  .m-text{
    font-size: 4.5vw;
  }
    
   .title-text {
      font-size: 4vw;
      line-height: 1.4;
      margin: 30px 0 15px 0;
    }
}

/* =========================================
   Base / Common
   ========================================= */
.bar-title{
  background: #dc000c;
  padding: 40px 0 18px 0;
  text-align: center;
  margin: 0 auto 25px auto;
}

.bar-title__text{
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  letter-spacing: .04em;
}

.title-head{
  text-align: center;
  padding: 30px 0 25px 0;
  position: relative;
}

.title-head .title-head__title{
  position: relative;
  z-index: 1;  
}

.title-head .title-head__title:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  width: 493px;
  height: 19px;
  background: #f6d7da;
  z-index: -1;
}

.title-head .title-head__title.title_b:after{
  background: #e1e1e1;
}

.title-head__icon{
  position: absolute;
  width: 75px;
  right: 24%;
  top: 10px;
  z-index: 1;
}

.block{

}

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

@media only screen and (max-width: 767px) {
  .bar-title{
    padding: 15px 0 5px 0;
    margin: 0 auto 10px auto;
  }

  .bar-title__text{
    font-size: 3.8vw;
  }

  .title-head{
    padding: 30px 0 25px 0;
  }

  .title-head .title-head__title:after{
    bottom: 0;
    width: 80%;
    height: 13px;
  }

  .title-head__icon{
    width: 35px;
    right: 12%;
    top: 28px;
  }
}

/* =========================================
   hero
   ========================================= */
.hero{
  width: 100%;
  padding: 100px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .hero{
    padding: 65px 0 5vw 0;
  }
}

/* =========================================
   lead
   ========================================= */
.lead-inner{
  padding-bottom: 80px;
}

.lead-inner .text{
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .lead-inner{
    padding-bottom: 30px;
  }
  
  .lead-inner .text{
    line-height: 1.8;
  }

}


/* =========================================
  sec01
   ========================================= */
.sec01{
  background: #f2f2f2;
  padding-bottom: 80px;
}

.sec01 .two-col{
  justify-content: space-between;
}

.sec01 .two-col__text{
  width: 44%;
}

.sec01 .two-col__media{
  width: 53%;
}

.trainee-table{
  display: flex;
  gap: 26px;
  background: #fff;
  padding: 26px;
  margin-top: 22px;
  align-items:center;
}

.trainee-table__label{
  width: 180px;
  background: #7a7a7a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 153px;
}

.trainee-table__grid{
  display: flex;
  gap: 28px;
  flex: 1;
}

.trainee-col{
  width: 50%;
}

.trainee-item{
  padding: 1px 5px;
}

.trainee-item:not(:last-child){
  border-bottom: 1px solid #6f6f6f;
}

.sec01 .trainee-item--etc{
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sec01{
    padding-bottom: 40px;
  }
  
 .sec01 .two-col{
   flex-flow: column;
   gap: 15px 0;
  }

  .sec01 .two-col__text{
    width: 100%;
  }

  .sec01 .two-col__media{
    width: 100%;
  }

  .trainee-table{
    flex-flow: column;
    gap: 6px 0;
    padding: 0;
  }

  .trainee-table__label{
    width: 100%;
    height: auto;
  }

  .trainee-table__grid{
    flex-flow: column;
    width: 90%;
    gap: 0;
    margin-bottom: 20px;
  }

  .trainee-col{
    width: 100%;
  }
  
  .trainee-item{
    border-bottom: 1px solid #6f6f6f;
    padding: 1px 5px;
  }
  
  .sec01 .trainee-item--etc{
    text-align: right;
    border: none;
    margin: -27px 0 0 0;
  }
  
  .trainee-item.no-border{
    border: none;
  }
}

/* =========================================
   sec02
   ========================================= */
.sec02{
  padding-bottom: 80px;
}

.sec02 .boxed-list-wrap{
  display: flex;
  gap: 30px;
  margin-top: 28px;
  align-items: flex-start;
}

.sec02 .trainee-table{
  border: 1px solid #5c5c5c;
}

.sec02 .trainee-col:first-of-type{
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .sec02 .boxed-list{
    padding: 15px 10px 8px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec02{
    padding-bottom: 30px;
  }

  .sec02 .boxed-list-wrap{
    flex-flow: column;
    gap: 20px 0;
    margin-top: 15px;
  }

  .sec02 .boxed-list{
    width: 100%;
    padding: 10px 10px 8px 10px;
  }

  .sec02 .boxed-list__head{
    margin-bottom: 5px;
  }
  
  .sec02 .trainee-col:first-of-type{
    width: 100%;
  }

  .sec02 .boxed-list__item{
    padding: 1px 7px;
  }
}

/* =========================================
  sec03
   ========================================= */
.sec03{
  width: 100%;
  background: #f2f2f2;
  padding-bottom: 80px;
}

.sec03 .media{
  width: 95%;
  margin: 30px auto;
}

.sec03 .support-grid{
  flex-wrap: wrap;
  width: 94%;
  margin: 0 0 0 auto;
}

.sec03 .support-item{
  position: relative;
  padding: 0 0 0 1.2em;
  width: 20%;
}

.sec03 .support-item--span1{
  width: 40%; 
}

.sec03 .support-item--span2{
  width: 13%; 
}

.sec03 .support-grid .support-item--wide{
  width: 100%;
}

.sec03 .support-grid .support-item::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0.95em;
  transform: translateY(-50%);
}

@media only screen and (max-width:1024px) {
  .sec03 .support-grid{
    flex-flow: row wrap;
    width: 100%;
  }
  
  .sec03 .support-item{
    width: auto;
    margin-right: 10px;
  }

  .sec03 .support-item--span1{
    width: auto;
  }

  .sec03 .support-item--span2{
    width: auto;
  }
}


@media only screen and (max-width: 767px) {
  .sec03{
    padding-bottom: 40px;
  }

  .sec03 .media{
    width: 100%;
  }
  .sec03 .media img{
    display: block;
    width: 100%;
  }

  .sec03 .support-grid{
    flex-wrap: wrap;
    width: 100%;
    gap: 0 7px;
  }

  .sec03 .support-item{
    padding: 0 0 0 1.2em;
    width: auto;
  }

  .sec03 .support-item--span1{
    width: auto; 
  }

  .sec03 .support-item--span2{
    width: auto; 
  }
}

/* =========================================
   sec04
   ========================================= */
.sec04{
    padding: 80px 0;
}

.sec04 .training-panels{
  display: flex;
  gap: 26px;
  margin-top: 30px;
}

.sec04 .panel{
  width: 50%;
  background: #e6e6e6;
}

.sec04 .panel__head{
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 3px 0;
  letter-spacing: .08em;
}

.sec04 .panel__body{
  padding: 10px 18px;
}

.sec04 .panel-group + .panel-group{
  margin-top: 10px;
}

.sec04 .panel-group__label{
  background: #fff;
  width: 130px;
  text-align: center;
  margin-bottom: 5px;
}

.sec04 .bullet-list li,
.sec04 .bullet-inline li{
  position: relative;
  padding-left: 1.2em;
}

.sec04 .bullet-list li::before,
.sec04 .bullet-inline li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.sec04 .bullet-list li.text{
  line-height: 1.8;
}

.sec04 .bullet-inline{
  gap: 0 20px;
}

.sec04 .block + .block{
  margin-top: 30px;
}


@media only screen and (max-width: 767px) {
  .sec04{
      padding: 40px 0;
  }

  .sec04 .training-panels{
    flex-flow: column;
    gap: 5px 0;
    margin-top: 20px;
  }

  .sec04 .panel{
    width: 100%;
  }

  .sec04 .panel__head{
    padding: 0;
  }


  .sec04 .bullet-list li.text{
    line-height: 1.8;
  }

  .sec04 .block + .block{
    margin-top: 20px;
  }
}


