@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
/* mobile */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/* スタイルは _page_main.scss に移管済み */
/*  研修教育制度 education
*----------------------------------- */
.page-education {
  background-image: url(../education/images/head_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 760px) {
  .page-education {
    background-image: url(../education/images/head_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.page-education .l-main.cd {
  padding-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-education .l-main.cd {
    padding-bottom: 10vw;
  }
}
.page-education .wrap {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap {
    width: 90vw;
  }
}
.page-education .wrap .education01 {
  width: 1080px;
  margin: 0 auto 118px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 60px 0 55px;
  border-radius: 146px;
}
.page-education .wrap .education01 h2 {
  font-size: 42px;
  font-weight: 900;
  color: #C63D3B;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page-education .wrap .education01 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education01 {
    width: 90vw;
    margin: 0 auto 40vw;
    text-align: left;
    padding: 12vw 5.5vw 11vw;
    border-radius: 25px;
  }
  .page-education .wrap .education01 h2 {
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4.5vw;
  }
  .page-education .wrap .education01 p {
    font-size: 4.3vw;
    line-height: 1.8;
  }
}
.page-education .wrap .education02.box,
.page-education .wrap .education03.box,
.page-education .wrap .education04.box {
  background: #fff;
  padding: 60px 60px 100px;
  border-radius: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box,
  .page-education .wrap .education03.box,
  .page-education .wrap .education04.box {
    padding: 10vw 5vw 18vw;
    border-radius: 25px;
  }
}
.page-education .wrap .education02.box .tit_area,
.page-education .wrap .education03.box .tit_area,
.page-education .wrap .education04.box .tit_area {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area,
  .page-education .wrap .education03.box .tit_area,
  .page-education .wrap .education04.box .tit_area {
    margin-bottom: 9vw;
  }
}
.page-education .wrap .education02.box .tit_area h3,
.page-education .wrap .education03.box .tit_area h3,
.page-education .wrap .education04.box .tit_area h3 {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area h3,
  .page-education .wrap .education03.box .tit_area h3,
  .page-education .wrap .education04.box .tit_area h3 {
    margin-bottom: 5vw;
  }
}
.page-education .wrap .education02.box .tit_area h3 .num,
.page-education .wrap .education03.box .tit_area h3 .num,
.page-education .wrap .education04.box .tit_area h3 .num {
  font-family: "montserrat", sans-serif;
  font-size: 150px;
  font-weight: 700;
  padding-right: 40px;
  border-right: 5px solid #DD8682;
  margin-right: 40px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area h3 .num,
  .page-education .wrap .education03.box .tit_area h3 .num,
  .page-education .wrap .education04.box .tit_area h3 .num {
    font-size: 16vw;
    padding-right: 5vw;
    margin-right: 5vw;
  }
}
.page-education .wrap .education02.box .tit_area h3 .tit,
.page-education .wrap .education03.box .tit_area h3 .tit,
.page-education .wrap .education04.box .tit_area h3 .tit {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area h3 .tit,
  .page-education .wrap .education03.box .tit_area h3 .tit,
  .page-education .wrap .education04.box .tit_area h3 .tit {
    font-size: 7vw;
  }
}
.page-education .wrap .education02.box .tit_area h4,
.page-education .wrap .education03.box .tit_area h4,
.page-education .wrap .education04.box .tit_area h4 {
  background: #DD8682;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 25px;
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area h4,
  .page-education .wrap .education03.box .tit_area h4,
  .page-education .wrap .education04.box .tit_area h4 {
    font-size: 5.5vw;
    padding: 3vw;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
}
.page-education .wrap .education02.box .tit_area p,
.page-education .wrap .education03.box .tit_area p,
.page-education .wrap .education04.box .tit_area p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .tit_area p,
  .page-education .wrap .education03.box .tit_area p,
  .page-education .wrap .education04.box .tit_area p {
    font-size: 4vw;
  }
}
.page-education .wrap .education02.box .traning,
.page-education .wrap .education03.box .traning,
.page-education .wrap .education04.box .traning {
  border: 3px solid #DD8682;
  background: rgba(221, 134, 130, 0.15);
  padding: 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .traning,
  .page-education .wrap .education03.box .traning,
  .page-education .wrap .education04.box .traning {
    padding: 5vw 5vw 8vw;
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
}
.page-education .wrap .education02.box .traning h4,
.page-education .wrap .education03.box .traning h4,
.page-education .wrap .education04.box .traning h4 {
  font-size: 30px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .traning h4,
  .page-education .wrap .education03.box .traning h4,
  .page-education .wrap .education04.box .traning h4 {
    font-size: 5.5vw;
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-education .wrap .education02.box .traning dl,
.page-education .wrap .education03.box .traning dl,
.page-education .wrap .education04.box .traning dl {
  font-size: 18px;
  line-height: 2.5;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .traning dl,
  .page-education .wrap .education03.box .traning dl,
  .page-education .wrap .education04.box .traning dl {
    font-size: 4.3vw;
    width: 100%;
    line-height: 2;
  }
  .page-education .wrap .education02.box .traning dl .lh,
  .page-education .wrap .education03.box .traning dl .lh,
  .page-education .wrap .education04.box .traning dl .lh {
    margin-top: 1vw;
    line-height: 1.3;
  }
}
.page-education .wrap .education02.box {
  border: 3px solid #DD8682;
}
.page-education .wrap .education02.box .tit_area h3 .num {
  color: #DD8682;
}
.page-education .wrap .education02.box .feature h4 {
  background: #fff;
  border: 4px solid #DD8682;
  border-radius: 40px;
  font-size: 38px;
  font-weight: 900;
  color: #DD8682;
  text-align: center;
  line-height: 1;
  padding: 15px;
  width: 840px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature h4 {
    border-width: 3px;
    font-size: 5.5vw;
    padding: 3vw;
    width: 90%;
  }
}
.page-education .wrap .education02.box .feature .feature_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -38px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature .feature_list {
    margin-top: -5vw;
    margin-bottom: 5vw;
    border: 3px solid #B8B8B8;
    padding: 5vw 3vw 3vw;
  }
}
.page-education .wrap .education02.box .feature .feature_list .item {
  width: 50%;
  border: 3px solid #B8B8B8;
  margin-right: -3px;
  margin-bottom: -3px;
  padding: 45px 45px 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature .feature_list .item {
    width: 100%;
    border: none;
    border-bottom: 3px solid #B8B8B8;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5vw 0;
  }
  .page-education .wrap .education02.box .feature .feature_list .item:last-child {
    border-bottom: none;
  }
}
.page-education .wrap .education02.box .feature .feature_list .item:nth-child(1), .page-education .wrap .education02.box .feature .feature_list .item:nth-child(2) {
  padding: 70px 45px 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature .feature_list .item:nth-child(1), .page-education .wrap .education02.box .feature .feature_list .item:nth-child(2) {
    padding: 5vw 0;
  }
}
.page-education .wrap .education02.box .feature .feature_list .item h5 {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature .feature_list .item h5 {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
}
.page-education .wrap .education02.box .feature .feature_list .item h5 span {
  background: linear-gradient(transparent 73%, #DD8682 73%);
  display: inline-block;
}
.page-education .wrap .education02.box .feature .feature_list .item p {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .feature .feature_list .item p {
    font-size: 4vw;
  }
}
.page-education .wrap .education02.box .traning h4 {
  color: #DD8682;
}
.page-education .wrap .education02.box .alert {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  width: 720px;
  margin: 0 auto 70px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .alert {
    font-size: 4vw;
    width: 90%;
    margin: 0 auto 12vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .alert li {
    margin-top: 2vw;
  }
}
.page-education .wrap .education02.box .alert li::before {
  content: "● ";
  color: #DD8682;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .alert li::before {
    font-size: 4vw;
  }
}
.page-education .wrap .education02.box .brother h4 {
  background: #DD8682;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 25px;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother h4 {
    font-size: 5.5vw;
    padding: 3vw;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.page-education .wrap .education02.box .brother .box01.box {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box01.box {
    padding-bottom: 0;
    margin-bottom: 10vw;
  }
}
.page-education .wrap .education02.box .brother .box01.box .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  width: 510px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box01.box .txt {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 3vw;
  }
}
.page-education .wrap .education02.box .brother .box01.box .ph {
  position: absolute;
  width: 538px;
  right: 0;
  bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box01.box .ph {
    position: static;
    width: 100%;
  }
}
.page-education .wrap .education02.box .brother .box02.box {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box02.box {
    flex-wrap: wrap;
  }
}
.page-education .wrap .education02.box .brother .box02.box .ph {
  width: 624px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box02.box .ph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
.page-education .wrap .education02.box .brother .box02.box .txt {
  width: 388px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box02.box .txt {
    width: 100%;
  }
}
.page-education .wrap .education02.box .brother .box02.box .txt h5 {
  font-size: 32px;
  font-weight: 900;
  color: #DD8682;
  text-align: center;
  border: 2px solid #DD8682;
  padding: 10px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box02.box .txt h5 {
    font-size: 5.5vw;
    padding: 1.5vw;
    margin-bottom: 3vw;
  }
}
.page-education .wrap .education02.box .brother .box02.box .txt p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education02.box .brother .box02.box .txt p {
    font-size: 4vw;
  }
}
.page-education .wrap .education03.box {
  border: 3px solid #96AD63;
}
.page-education .wrap .education03.box .tit_area {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .tit_area {
    margin-bottom: 9vw;
  }
}
.page-education .wrap .education03.box .tit_area h3 .num {
  color: #96AD63;
  border-right: 5px solid #96AD63;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .tit_area h3 .tit {
    font-size: 6.5vw;
  }
}
.page-education .wrap .education03.box .tit_area h4 {
  background: #96AD63;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .tit_area p {
    text-align: left;
  }
}
.page-education .wrap .education03.box .training_list {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list {
    flex-wrap: wrap;
  }
}
.page-education .wrap .education03.box .training_list .txt {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list .txt {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list .txt .box {
    margin-bottom: 9vw;
  }
  .page-education .wrap .education03.box .training_list .txt .box:last-child {
    margin-bottom: 0;
  }
}
.page-education .wrap .education03.box .training_list .txt .box h5 {
  font-size: 32px;
  font-weight: 900;
  color: #96AD63;
  text-align: center;
  border: 2px solid #96AD63;
  padding: 10px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list .txt .box h5 {
    font-size: 5.5vw;
    padding: 1.5vw;
    margin-bottom: 3vw;
    line-height: 1.3;
  }
}
.page-education .wrap .education03.box .training_list .txt .box h5:last-child {
  margin-bottom: 0;
}
.page-education .wrap .education03.box .training_list .txt .box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 15px 40px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list .txt .box p {
    font-size: 4vw;
    padding: 0 0 2vw;
  }
}
.page-education .wrap .education03.box .training_list .ph {
  width: 50%;
  padding-left: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education03.box .training_list .ph {
    width: 100%;
    padding: 0 4vw;
  }
}
.page-education .wrap .education04.box {
  border: 3px solid #7C8DC2;
}
.page-education .wrap .education04.box .tit_area h3 .num {
  color: #7C8DC2;
  border-right: 5px solid #7C8DC2;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .tit_area h3 .tit {
    font-size: 6.5vw;
  }
}
.page-education .wrap .education04.box .tit_area h4 {
  background: #7C8DC2;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .tit_area p {
    text-align: left;
  }
}
.page-education .wrap .education04.box .ph_list {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .ph_list {
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
}
.page-education .wrap .education04.box .ph_list li {
  width: 459px;
  margin: 0 15px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .ph_list li {
    width: 100%;
    margin: 0 3vw 3vw;
  }
}
.page-education .wrap .education04.box .traning {
  border: 3px solid #7C8DC2;
  background: rgba(124, 141, 194, 0.15);
  justify-content: flex-start;
  margin-bottom: 0;
}
.page-education .wrap .education04.box .traning h4 {
  color: #7C8DC2;
  margin-right: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .traning h4 {
    text-align: center;
    margin-right: 0;
  }
}
.page-education .wrap .education04.box .traning dl {
  margin-right: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-education .wrap .education04.box .traning dl {
    margin-right: 0;
    line-height: 1.5;
  }
  .page-education .wrap .education04.box .traning dl dd {
    margin-bottom: 3vw;
  }
  .page-education .wrap .education04.box .traning dl dd span {
    display: inline-block;
    margin-left: 4vw;
  }
}
.page-education .l-footer-line {
  margin-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-education .l-footer-line {
    margin-top: 18vw;
  }
}
.page-education .l-main {
  background-image: url(../education/images/bg04.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1540px auto;
}
@media print, screen and (max-width: 760px) {
  .page-education .l-main {
    background-image: url(../education/images/bg04_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}

/*# sourceMappingURL=page02.css.map */
