@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}

#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}

#main_visual .heading_page span {
  display: block;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}

#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

#main_visual .heading_page span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}

#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}

@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}

#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}

@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}

#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}

#main_visual .pic {
  background-image: url(../images/training/pic_mv_tw01.jpg);
}

#main_visual .title_en {
  font-size: 110px;
}

@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 30px;
  }
}

/*============================================================
SYSTEM
*/
#system {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 768px) {
  #system {
    padding: 30px 0 40px;
  }
}

#system .h_sec {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #system .h_sec {
    margin-bottom: 30px;
  }
}

#system .h_sec span {
  display: block;
}

#system .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #system .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#system .h_sec span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #system .h_sec span.ja {
    font-size: 30px;
  }
}

#system .system_content .lead {
  font-size: 17px;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #system .system_content .lead {
    font-size: 15px;
  }
}

#system .system_content .training_main {
  margin: 60px 0 40px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main {
    margin: 30px 0;
    display: block;
  }
}

#system .system_content .training_main li {
  flex: 0 0 365px;
  max-width: 365px;
  border: 4px solid #0c9fbf;
  border-top: none;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li {
    max-width: inherit;
    border: none;
  }
}

#system .system_content .training_main li .h_training {
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background: #0c9fbf;
  padding: 15px 10px 18px;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li .h_training {
    font-size: 19px;
    padding: 12px 10px 14px;
  }
}

#system .system_content .training_main li .inner {
  padding: 35px 30px;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li .inner {
    padding: 20px 15px;
    border: 3px solid #0c9fbf;
    border-top: none;
  }
}

#system .system_content .training_main li dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li dl dt {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

#system .system_content .training_main li dl dt::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #0c9fbf;
  margin-top: 14px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li dl dt::after {
    margin-top: 10px;
  }
}

#system .system_content .training_main li dl dd p {
  line-height: 2;
}

#system .system_content .training_main li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #0c9fbf;
  display: block;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_main li:not(:last-child)::after {
    border-width: 12px 10px 0 10px;
    border-color: #0c9fbf transparent transparent transparent;
    position: static;
    margin: 15px auto;
    transform: none;
  }
}

#system .system_content .training_other {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_other {
    display: block;
  }
}

#system .system_content .training_other li {
  background: #ebf7fa;
  padding: 40px 30px;
  flex: 0 0 565px;
  max-width: 565px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_other li {
    max-width: inherit;
    padding: 25px 20px;
  }
}

#system .system_content .training_other li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #0c9fbf transparent transparent transparent;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_other li::before {
    border-width: 12px 12px 0 0;
  }
}

#system .system_content .training_other li .h_training {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_other li .h_training {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

#system .system_content .training_other li p {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  #system .system_content .training_other li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*============================================================
WELFARE
*/
#welfare {
  padding: 80px 0 160px;
}

@media only screen and (max-width: 768px) {
  #welfare {
    padding: 40px 0 60px;
  }
}

#welfare .h_sec {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #welfare .h_sec {
    margin-bottom: 30px;
  }
}

#welfare .h_sec span {
  display: block;
}

#welfare .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #welfare .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#welfare .h_sec span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #welfare .h_sec span.ja {
    font-size: 30px;
  }
}

#welfare .welfare_content .lead {
  font-size: 17px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

#welfare .welfare_content .welfare_block .h_block {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0 22px;
  border-top: 1px solid #0c9fbf;
  border-bottom: 1px solid #0c9fbf;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .h_block {
    font-size: 23px;
    margin-bottom: 15px;
    padding: 12px 0 14px;
  }
}

#welfare .welfare_content .welfare_block .holiday {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday {
    display: block;
  }
}

#welfare .welfare_content .welfare_block .holiday li {
  background: #f7f8f4;
  padding: 30px;
  text-align: center;
  flex: 0 0 570px;
  max-width: 570px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li {
    max-width: inherit;
    padding: 20px;
  }
}

#welfare .welfare_content .welfare_block .holiday li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #0c9fbf transparent transparent transparent;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li::before {
    border-width: 12px 12px 0 0;
  }
}

#welfare .welfare_content .welfare_block .holiday li .h_holiday {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .h_holiday {
    font-size: 20px;
  }
}

#welfare .welfare_content .welfare_block .holiday li .number {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .number {
    font-size: 20px;
    margin: 10px 0 5px;
  }
}

#welfare .welfare_content .welfare_block .holiday li .number span {
  color: #0c9fbf;
  font-size: 55px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .number span {
    font-size: 40px;
  }
}

#welfare .welfare_content .welfare_block .holiday li .year {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .year {
    font-size: 15px;
  }
}

#welfare .welfare_content .welfare_block .holiday li .note {
  color: #666;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .note {
    margin-top: 10px;
  }
}

#welfare .welfare_content .welfare_block .holiday li .row {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li .row {
    display: block;
  }
}

#welfare .welfare_content .welfare_block .holiday li:last-child {
  text-align: left;
  padding: 30px 40px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li:last-child {
    text-align: center;
    padding: 20px;
  }
}

#welfare .welfare_content .welfare_block .holiday li:last-child .h_holiday {
  flex: 0 0 300px;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li:last-child .h_holiday {
    max-width: inherit;
    margin-bottom: 15px;
  }
}

#welfare .welfare_content .welfare_block .holiday li:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .holiday li:not(:last-child) {
    margin-bottom: 10px;
  }
}

#welfare .welfare_content .welfare_block .lead_block {
  padding: 0 40px;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block .lead_block {
    line-height: 1.8;
    padding: 0 15px;
  }
}

#welfare .welfare_content .welfare_block .lead_block a {
  text-decoration: underline;
}

#welfare .welfare_content .welfare_block .lead_block a:hover {
  text-decoration: none;
}

#welfare .welfare_content .welfare_block:not(:last-of-type) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  #welfare .welfare_content .welfare_block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
