@charset "UTF-8";
/* ==========================================================================//
//
// 研修教育
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.contents {
  padding: 40px 0 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFEEB5), to(#D4EEB5));
  background: linear-gradient(#DFEEB5 0%, #D4EEB5 100%);
  z-index: 0;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 80px 0 0;
  }
}
.contents::after {
  position: absolute;
  content: "";
  background-image: url(../../images/culture/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(180px, 100%);
  height: 282px;
}
@media all and (min-width: 751px) {
  .contents::after {
    width: min(425px, 100%);
    height: 761px;
  }
}

@media all and (min-width: 751px) {
  section {
    padding: 0 60px;
  }
}

.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media all and (max-width: 750px) {
  .sec_ttl {
    padding-bottom: 5px;
  }
  .sec_ttl::before {
    position: absolute;
    content: "";
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90.5%;
    height: 100%;
  }
}
.sec_ttl span {
  display: inline-block;
  text-align: center;
}
.sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(32px, 3vw, 42px);
  }
}
.sec_ttl .jp {
  padding-bottom: 3px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    padding-bottom: 0;
    font-size: 26px;
  }
  .sec_ttl .jp::before, .sec_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16.7%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_ttl .jp::before {
    left: 0;
  }
  .sec_ttl .jp::after {
    right: 0;
  }
  .sec_ttl .jp::before {
    left: 18.7%;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1000px) {
  .sec_ttl .jp::before {
    left: 13%;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl .jp::after {
    right: 18.7%;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1000px) {
  .sec_ttl .jp::after {
    right: 13%;
  }
}
.sec_ttl .hind {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media all and (min-width: 751px) {
  .sec_ttl .hind {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: 40px;
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
  }
}

.detail_list {
  margin-inline: auto;
}
.detail_list .detail {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .detail_list .detail {
    margin-top: 80px;
  }
}
.detail_list .detail:nth-child(1) {
  margin-top: 6px;
}
@media all and (min-width: 751px) {
  .detail_list .detail:nth-child(1) {
    margin-top: 40px;
  }
}
.detail_list .detail:nth-child(1) .contents_wrap .image {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1081px) {
  .detail_list .detail:nth-child(even) .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail:nth-child(even) .contents_wrap .bg_contents {
    margin: 0 0 0 -40px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail:nth-child(even) .contents_wrap .bg_contents .detail_ttl {
    padding: 0 0 20px 40px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail:nth-child(even) .contents_wrap .bg_contents p {
    padding: 0 10px 0 40px;
  }
}
@media all and (min-width: 751px) {
  .detail_list .detail:nth-child(even) .contents_wrap .bg_contents .features {
    margin: 30px 20px 0 40px;
  }
}
.detail_list .detail .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.detail_list .detail .contents_wrap .bg_contents {
  padding: 18px 15px 25px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents {
    border-radius: 0 0 0 60px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .bg_contents {
    margin: 0 -40px 0 0;
    padding: 42px 38px 40px 0;
    width: 54%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .detail_list .detail .contents_wrap .bg_contents {
    padding: 42px 38px 42px;
  }
}
.detail_list .detail .contents_wrap .bg_contents .detail_ttl {
  margin-bottom: 15px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .detail_ttl {
    margin-bottom: 25px;
    padding-bottom: 20px;
    gap: 0 26px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .bg_contents .detail_ttl {
    padding: 0 25px 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.detail_list .detail .contents_wrap .bg_contents .detail_ttl span {
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .detail_list .detail .contents_wrap .bg_contents .detail_ttl span {
    margin-inline: auto;
  }
}
.detail_list .detail .contents_wrap .bg_contents .detail_ttl .number {
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .detail_ttl .number {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(58px, 4.86vw, 68px);
  }
}
.detail_list .detail .contents_wrap .bg_contents .detail_ttl .jp {
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .detail_ttl .jp {
    padding-top: 0;
    font-size: 26px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.detail_list .detail .contents_wrap .bg_contents p {
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents p {
    padding: 0 25px 0 40px;
    line-height: 2.187;
    letter-spacing: 0.075em;
  }
}
.detail_list .detail .contents_wrap .bg_contents .features {
  margin: 10px 0 0;
  padding: 10px;
  background-color: #F3F9FD;
  border-radius: 0 0 0 20px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .features {
    margin: 30px 53px 0 40px;
    padding: 15px 20px;
    border-radius: 0 0 0 30px;
  }
}
.detail_list .detail .contents_wrap .bg_contents .features .features_ttl {
  margin-bottom: 5px;
  padding-left: 13px;
  position: relative;
  color: #3B97D4;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .features .features_ttl {
    font-size: 16px;
  }
}
.detail_list .detail .contents_wrap .bg_contents .features .features_ttl::before {
  position: absolute;
  content: "";
  background-color: #3B97D4;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 6.5px;
  left: 0;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .features .features_ttl::before {
    top: 9px;
  }
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list.no_dot .features_detail p {
  padding-left: 0;
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list.no_dot .features_detail p.ttl {
  font-weight: bold;
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list.no_dot .features_detail p::before {
  display: none;
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list.no_dot .features_detail:not(:last-child) {
  margin-bottom: 10px;
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list .features_detail p {
  padding-left: 12px;
  position: relative;
  font-size: 12px;
  line-height: 1.35;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .features .features_list .features_detail p {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.45;
  }
}
.detail_list .detail .contents_wrap .bg_contents .features .features_list .features_detail p::before {
  position: absolute;
  content: "";
  background-color: #595757;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  top: 8px;
  left: 3px;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .features .features_list .features_detail p::before {
    width: 3px;
    height: 3px;
    top: 10px;
    left: 5px;
  }
}
.detail_list .detail .contents_wrap .image {
  overflow: hidden;
  border: 1.5px solid #3B97D4;
  border-radius: 0 0 0 60px;
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .image {
    margin-top: 74px;
    width: 51%;
  }
}

.lead {
  text-align: center;
}
.lead p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .lead p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

/* KOWA 6つの教育体制
---------------------------------------------------------- */
.sec_training {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_training {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

/* related
---------------------------------------------------------- */
.related {
  margin-top: 0;
}
.related .related_list .related_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (min-width: 751px) {
  .related .related_list .related_item:last-child a {
    font-size: 18px;
    line-height: 1;
  }
}
.related .related_list .related_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}