@charset "UTF-8";
/* training page */

.headbg.training {
  background-image: url(../img/training/bg_traning.jpg);
}

#message {
  background: #efefef;
  padding: 75px 0 140px;
}
#message .message-title {
  color: #4d4d4d;
  font-size: 2rem;
  line-height: 1.95;
}
#message .message-txt {
  margin: 50px auto 60px;
  width: 850px;
}

#training-aim {
  background: url("../img/training/bg_aim_02.png") no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
}
#training-aim h2,
#training-aim h2 span {
  color: #fff;
}
#training-aim dl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#training-aim dt {
  color: #fff;
  margin-bottom: 39px;
  width: 18.5%;
}
#training-aim dd {
  margin: 0 0 39px 0;
  width: 77.4%;
}
#training-aim .lowergrade {
  background: #66cbc2;
  /* padding-top: 84px; */
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
#training-aim .uppergrade {
  background: #78ce78;
  /* padding-top: 69px; */
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
#training-aim dd span {
  border-bottom: 1px solid #afb0b0;
  display: block;
  margin-bottom: 10px;
}
#training-aim p {
  background: #efefef;
  padding: 23px;
}

#training-example {
  padding: 90px 0 100px;
}
.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.nav-btn li {
  width: 32.5%;
}
.nav-btn a {
  border: 1px solid #afb0b0;
  color: #000;
  display: block;
  padding: 12px 12px 12px 100px;
  position: relative;
}
.nav-btn a::after {
  display: inline-block;
  background: url("../img/ic_circlearrow.svg") no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  content: "";
  margin-left: 16px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-btn a::before {
  content: "";
  height: 77px;
  width: 77px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-btn a.c01::before {
  background: url("../img/training/img01.png") no-repeat;
  background-size: contain;
}
.nav-btn a.c02::before {
  background: url("../img/training/img02.png") no-repeat;
  background-size: contain;
}
.nav-btn a.c03::before {
  background: url("../img/training/img03.png") no-repeat;
  background-size: contain;
}
.nav-btn .c01 span {
  color: #eb6085;
}
.nav-btn .c02 span {
  color: #4ba7f2;
}
.nav-btn .c03 span {
  color: #4dab63;
}

#case01,
#case02,
#case03 {
  margin-top: -156px;
  padding-top: 156px;
}
#case01,
#case02 {
  margin-bottom: 95px;
}
#training-example h3 {
  background: #fff;
  border: 6px solid #f797a7;
  color: #4d4d4d;
  font-size: 2.2rem;
  padding: 28px 38px 50px;
  position: relative;
  text-align: center;
}
#case02 h3 {
  border-color: #70c2e6;
}
#case03 h3 {
  border-color: #69c990;
}
#training-example h3::before {
  content: "";
  background: url("../img/training/img01.png") no-repeat;
  background-size: contain;
  height: 101px;
  width: 101px;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#case02 h3::before {
  background: url("../img/training/img02.png") no-repeat;
  background-size: contain;
}
#case03 h3::before {
  background: url("../img/training/img03.png") no-repeat;
  background-size: contain;
}
#training-example h3 span {
  color: #eb6085;
  display: block;
  margin-bottom: 15px;
}
#case02 h3 span {
  color: #4ba7f2;
}
#case03 h3 span {
  color: #4dab63;
}
.case-box {
  background: #f5f5f5;
  padding: 50px 75px 75px;
}
.case-box .inner-case-box {
  background: #fff;
  padding: 50px 50px 30px;
}
#case01 h4.border-h {
  border-color: #eb6085;
  color: #eb6085;
}
#case02 h4.border-h {
  border-color: #4ba7f2;
  color: #4ba7f2;
}
#case03 h4.border-h {
  border-color: #4dab63;
  color: #4dab63;
}
.schedule-box div {
  border: 1px solid #afb0b0;
  width: 365px;
}
.schedule-box dl {
  padding: 20px 20px 5px;
  text-align: left;
}
.schedule-box dl dt {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 1px 3px 3px;
  text-align: center;
  vertical-align: top;
  width: 70px;
}
.schedule-box dl dd {
  display: inline-block;
  margin: 0 0 15px 7px;
  padding: 1px 3px 3px;
  width: 243px;
}
.schedule-box ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.schedule-box h5 {
  background: #e9eaec;
  font-weight: 400;
  padding: 10px;
}
.box-center {
  margin: 0 auto;
}
.bg-pink {
  background: #ffa6a6;
}
.bg-blue {
  background: #b0d6eb;
}

.impressions-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.impressions-box dt {
  border-bottom: 1px solid #afb0b0;
  margin-bottom: 20px;
  width: 164px;
}
.impressions-box .box-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 24px 7px;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: calc(100% - 20px);
}
#case01 .impressions-box .box-title {
  background: #f797a7;
}
#case02 .impressions-box .box-title {
  background: #70c2e6;
}
#case03 .impressions-box .box-title {
  background: #69c990;
}
.impressions-box .box-title .f15 {
  font-size: 1.5rem;
}
.impressions-box dd {
  border-bottom: 1px solid #afb0b0;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 0 20px 0;
  padding: 0 0 20px 30px;
  width: 586px;
}
.impressions-box dt:last-of-type,
.impressions-box dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

#seminar {
  background: url("../img/training/bg_seminar.jpg") center no-repeat;
  background-size: cover;
  padding: 75px 0 80px;
}
#seminar h2,
#seminar p {
  color: #fff;
}
#seminar p {
  line-height: 1.875;
  margin: 0 auto;
  width: 542px;
}
#seminar .box-btn.large {
  border: none;
  margin-top: 35px;
}

.contact {
  background: #daede5;
  padding: 100px 0;
}
.contact .contact-box {
  margin-bottom: 85px;
}

/*----- 問い合わせエリア -----*/
.contact-box {
  padding: 65px 70px 55px;
}
.contact-box h2 {
  color: #4d4d4d !important;
  font-size: 2rem !important;
  margin-bottom: 30px !important;
}
.contact-box p {
  text-align: center;
}
.contact-box .tel {
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-box .square-btn {
  border-bottom: 2px solid #b1b2b2;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 30px 30px 35px;
  position: relative;
  width: 560px;
}
.contact-box .square-btn::after {
  position: absolute;
  right: 24px;
  width: 28px;
  height: 28px;
  margin: auto;
}
/*----- /問い合わせエリア -----*/

@media screen and (max-width: 767px) {
  #message {
    padding: 35px 0 50px;
  }
  #message .message-title {
    font-size: 1.69rem;
  }
  #message .message-txt {
    margin: 30px auto 30px;
    width: 90vw;
  }
  .contact-box {
    padding: 38px 26px;
  }
  .contact-box h2 {
    font-size: 1.69rem !important;
    margin-bottom: 17px !important;
  }
  .contact-box .tel {
    font-size: 2.44rem;
    font-weight: 700;
  }
  .contact-box p.f-14 {
    text-align: left;
  }
  .contact-box .square-btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 18px 18px 20px;
  }
  #training-aim dt {
    margin-bottom: 18px;
    width: 100%;
    padding: 20px;
  }
  #training-aim dd {
    margin: 0 0 30px 0;
    width: 100%;
  }
  #training-aim dd span {
    text-align: center;
  }

  #training-example {
    padding: 58px 0 0;
  }
  #training-example .inner-w-box {
    max-width: 100vw;
  }
  .nav-btn {
    display: block;
    margin: 0 auto 60px;
    width: 80vw;
  }
  .nav-btn li {
    width: 100%;
    margin-bottom: 10px;
  }
  #training-example h3:before {
    width: 70px;
    height: 70px;
  }
  #training-example h3 {
    font-size: 1.69rem;
    padding: 18px 38px 30px 60px;
  }
  #training-example h3 span {
    margin-bottom: 10px;
  }
  #case01,
  #case02,
  #case03 {
    margin-top: -64px;
    padding-top: 64px;
  }
  #case01,
  #case02 {
    margin-bottom: 60px;
  }
  .case-box {
    padding: 26px 5vw;
  }
  .case-box p {
    line-height: 1.85;
    margin: 0 6vw;
  }
  .case-box .inner-case-box {
    background: #fff;
    padding: 33px 6vw 0px;
  }
  .schedule-box div {
    width: 100%;
    margin-bottom: 15px;
  }
  .schedule-box dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .impressions-box dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .impressions-box dt:last-of-type,
  .impressions-box dd:last-of-type {
    margin-bottom: 10px;
  }
  .impressions-box .box-title {
    margin-bottom: 0;
  }
  .impressions-box dd {
    width: 100%;
    padding: 0 0 35px;
  }
  #seminar p {
    line-height: 1.85;
    font-size: 1.3rem;
    width: 90vw;
  }
  .contact {
    padding: 50px 5vw;
  }
  .contact-box .square-btn::after {
    right: 18px;
    width: 18px;
    height: 18px;
  }
  .contact .contact-box {
    margin-bottom: 35px;
  }
}
