/*************************************************

parts-mv01
jigyonushi-common-mv01
jigyonushi-common-lead01
jigyonushi-common-lead02
jigyonushi-common-connection

*************************************************/
/* parts-mv01
---------------------------------------*/
.parts-mv01 .parts-mv01-blow {
  width: 64rem;
}
@media screen and (max-width: 992px) {
  .parts-mv01 .parts-mv01-blow {
    width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  .parts-mv01 .parts-mv01-blow {
    width: 24.5rem;
  }
}
.parts-mv01 .parts-mv01-img {
  bottom: 0;
}
.parts-mv01 .parts-mv01-img.is-01 {
  right: calc(50% + 42.8rem);
}
@media screen and (max-width: 1220px) {
  .parts-mv01 .parts-mv01-img.is-01 {
    right: auto;
    left: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .parts-mv01 .parts-mv01-img.is-01 {
    left: 0.5rem;
  }
}
.parts-mv01 .parts-mv01-img.is-02 {
  left: calc(50% + 36.6rem);
}
@media screen and (max-width: 1220px) {
  .parts-mv01 .parts-mv01-img.is-02 {
    left: auto;
    right: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .parts-mv01 .parts-mv01-img.is-02 {
    right: 0.5rem;
  }
}
.parts-mv01 .parts-mv01-img img {
  width: auto;
  height: 24.5rem;
}
@media screen and (max-width: 1220px) {
  .parts-mv01 .parts-mv01-img img {
    height: 16.5rem;
  }
}
@media screen and (max-width: 992px) {
  .parts-mv01 .parts-mv01-img img {
    height: 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .parts-mv01 .parts-mv01-img img {
    height: 6.5rem;
  }
}

/* jigyonushi-common-mv01
---------------------------------------*/
.jigyonushi-common-mv01 {
  overflow: hidden;
  position: relative;
  background-color: #69d3ff;
}

.jigyonushi-common-mv01__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 29rem;
  max-width: 98.6rem;
  margin: 0 auto;
  padding: 4.5rem 1rem 0;
}
@media screen and (max-width: 992px) {
  .jigyonushi-common-mv01__inner {
    max-width: 81rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__inner {
    max-width: 37.5rem;
    min-height: 12.5rem;
    padding-top: 1.5rem;
  }
}

.jigyonushi-common-mv01__img {
  position: absolute;
  bottom: 0;
  line-height: 0;
  z-index: 1;
}

.jigyonushi-common-mv01__letters {
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.jigyonushi-common-mv01__blow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9rem;
  margin-bottom: 2rem;
  padding: 0 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  border: #000000 solid 0.4rem;
  background-color: #fff;
  border-radius: 10rem;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .jigyonushi-common-mv01__blow {
    height: 8rem;
    padding: 0 2.5rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__blow {
    height: 3.4rem;
    margin-bottom: 1.3rem;
    padding: 0 1.3rem;
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-common-mv01__blow {
    height: 3rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.jigyonushi-common-mv01__blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 2.6rem;
  border-right: transparent solid 2.3rem;
  border-left: transparent solid 2.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__blow::before {
    border-top-width: 1.1rem;
    border-right-width: 0.9rem;
    border-left-width: 0.9rem;
  }
}
.jigyonushi-common-mv01__blow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 2rem;
  border-right: transparent solid 1.7rem;
  border-left: transparent solid 1.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__blow::after {
    border-top-width: 0.8rem;
    border-right-width: 0.6rem;
    border-left-width: 0.6rem;
  }
}

.jigyonushi-common-mv01__lead02 {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #fde78b)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 95%, #fde78b 0%) repeat scroll;
}
@media screen and (max-width: 992px) {
  .jigyonushi-common-mv01__lead02 {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-mv01__lead02 {
    font-size: 2.2rem;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(0%, #fde78b)) repeat scroll;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 93%, #fde78b 0%) repeat scroll;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-common-mv01__lead02 {
    font-size: 1.8rem;
  }
}

/* jigyonushi-common-lead01
---------------------------------------*/
.jigyonushi-common-lead01 {
  margin: 0 1rem 3.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-lead01 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}

/* jigyonushi-common-lead02
---------------------------------------*/
.jigyonushi-common-lead02 {
  margin: 0 1rem 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-lead02 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}

/* jigyonushi-common-connection
---------------------------------------*/
.jigyonushi-common-connection {
  padding: 4rem 0;
  background-color: #effaff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection {
    padding: 2.5rem 0;
  }
}
.jigyonushi-common-connection .parts-blow01 {
  width: min(81rem, 100% - 4rem);
  background-color: #69d3ff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection .parts-blow01 {
    width: min(24.5rem, 100% - 2rem);
    margin-bottom: 2.5rem;
  }
}
.jigyonushi-common-connection .parts-blow01::after {
  border-top-color: #69d3ff;
}

.jigyonushi-common-connection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4.5rem;
  width: min(81rem, 100% - 4rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list {
    gap: 1.5rem 1.6rem;
  }
}

.jigyonushi-common-connection__list-item {
  width: calc(33.3333333333% - 3rem);
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-item {
    width: calc(50% - 0.8rem);
  }
}

.jigyonushi-common-connection__list-anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #000000;
  text-decoration: none;
  border-radius: 1.5rem;
  border: #000 solid 0.2rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-anchor {
    border-radius: 1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}

.jigyonushi-common-connection__list-label {
  position: absolute;
  top: -1.3rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem 0.4rem 0.8rem;
  border-radius: 2rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  background-color: #4c80da;
  border: #000000 solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-label {
    top: -0.7rem;
    right: -0.7rem;
    padding: 0.3rem 0.6rem 0.3rem 0.5rem;
    font-size: 1.1rem;
  }
}
.jigyonushi-common-connection__list-label .in-text {
  font-size: 1.5rem;
  padding-bottom: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-label .in-text {
    font-size: 1rem;
  }
}
.jigyonushi-common-connection__list-label .in-img {
  width: 1.4rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-label .in-img {
    width: 0.8rem;
  }
}

.jigyonushi-common-connection__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-title {
    min-height: 5.4rem;
  }
}
.jigyonushi-common-connection__list-title .in-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .jigyonushi-common-connection__list-title .in-text {
    font-size: 1.3rem;
  }
}

.jigyonushi-common-connection__list-img {
  margin: auto auto 0;
  line-height: 0;
}
.is-shanaijunbi .jigyonushi-common-connection__list-img {
  width: min(15.6rem, 66.2420382166%);
}
.is-keieiso_point .jigyonushi-common-connection__list-img {
  width: min(20.8rem, 88.3227176221%);
}
.is-genba_kantoku_point .jigyonushi-common-connection__list-img {
  width: min(20.5rem, 87.0488322718%);
}
.is-jugyouin_point .jigyonushi-common-connection__list-img {
  width: min(19.4rem, 82.3779193206%);
}
.is-simulator .jigyonushi-common-connection__list-img {
  width: min(17.2rem, 73.0360934183%);
  padding-bottom: 12%;
}
.is-shienseido .jigyonushi-common-connection__list-img {
  width: min(14.3rem, 60.7218683652%);
}