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

jigyonushi-top-common

*************************************************/
.jigyonushi-top-common-btn01 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01 {
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}
.jigyonushi-top-common-btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.5rem;
  width: min(61.6rem, 100%);
  margin: 0 auto;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01 {
    min-height: 8rem;
    max-width: none;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-common-btn01 {
    min-height: 8rem;
  }
}
@media (any-hover: hover) {
  .jigyonushi-top-common-btn01:hover .jigyonushi-top-common-btn01-arw {
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
  }
}

.jigyonushi-top-common-btn01-img {
  width: 19.6rem;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01-img {
    width: 11rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-common-btn01-img {
    width: 10rem;
  }
}
.jigyonushi-top-common-btn01-img img {
  width: 64.7959183673%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01-img img {
    max-width: 7.5rem;
  }
}

.jigyonushi-top-common-btn01-text {
  width: calc(100% - 19.6rem);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01-text {
    width: calc(100% - 11rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-common-btn01-text {
    width: calc(100% - 11rem);
    font-size: 1.4rem;
  }
}

.jigyonushi-top-common-btn01-arw {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 3.13rem;
  height: auto;
  aspect-ratio: 1/1;
  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;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #69d3ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01-arw {
    right: 1rem;
    width: 2rem;
  }
}
.jigyonushi-top-common-btn01-arw svg {
  display: block;
  width: 0.9rem;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-common-btn01-arw svg {
    width: 0.6rem;
  }
}
.jigyonushi-top-common-btn01-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3.75587px;
}
@media screen and (min-width: 768px) {
  .jigyonushi-top-common-btn01-arw.is-mini {
    right: 0.7rem;
    width: 2.5rem;
  }
  .jigyonushi-top-common-btn01-arw.is-mini svg {
    width: 0.7rem;
  }
}

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

jigyonushi-top-mv

*************************************************/
.jigyonushi-top-mv {
  position: relative;
  padding: 5rem 0 4rem;
  background-color: #69d3ff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv {
    padding: 3rem 0 2rem;
  }
}
.jigyonushi-top-mv .parts-breadcrumbs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jigyonushi-top-mv-blow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 55.5rem;
  margin: 0 auto 4rem;
  padding: 0.7rem 0 1rem;
  font-size: 3.6rem;
  font-weight: 700;
  border: #000000 solid 0.4rem;
  background-color: #fff;
  border-radius: 10rem;
  line-height: 1.2;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-mv-blow {
    width: 35.5rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv-blow {
    width: 21rem;
    margin-bottom: 1.5rem;
    padding: 0.4rem 0 0.6rem;
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-mv-blow {
    font-size: 1.2rem;
  }
}
.jigyonushi-top-mv-blow span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #fde78b)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 87%, #fde78b 0%) repeat scroll;
}
.jigyonushi-top-mv-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-top-mv-blow::before {
    border-top-width: 1.1rem;
    border-right-width: 0.9rem;
    border-left-width: 0.9rem;
  }
}
.jigyonushi-top-mv-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-top-mv-blow::after {
    border-top-width: 0.8rem;
    border-right-width: 0.6rem;
    border-left-width: 0.6rem;
  }
}

.jigyonushi-top-mv-lead01 {
  margin-bottom: 1.5rem;
  font-size: 4.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-mv-lead01 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv-lead01 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-mv-lead01 {
    font-size: 1.4rem;
  }
}

.jigyonushi-top-mv-lead02 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-mv-lead02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv-lead02 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-mv-lead02 {
    font-size: 1rem;
  }
}

.jigyonushi-top-mv-img {
  position: absolute;
  bottom: 0;
  line-height: 0;
}
.jigyonushi-top-mv-img.is-01 {
  right: calc(50% + 42rem);
  width: 19.2rem;
}
@media screen and (max-width: 1390px) {
  .jigyonushi-top-mv-img.is-01 {
    right: auto;
    left: 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .jigyonushi-top-mv-img.is-01 {
    width: 13.2rem;
  }
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-mv-img.is-01 {
    width: 10.2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv-img.is-01 {
    left: 1.4rem;
    width: 5rem;
  }
}
.jigyonushi-top-mv-img.is-02 {
  left: calc(50% + 39rem);
  width: 28.6rem;
}
@media screen and (max-width: 1390px) {
  .jigyonushi-top-mv-img.is-02 {
    left: auto;
    right: 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .jigyonushi-top-mv-img.is-02 {
    right: 1rem;
    width: 20.6rem;
  }
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-mv-img.is-02 {
    width: 16.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-mv-img.is-02 {
    width: 7.4rem;
  }
}

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

jigyonushi-top-merit

*************************************************/
.jigyonushi-top-merit {
  margin: 4rem 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit {
    margin: 1.2rem 1rem 2.5rem;
  }
}

/* jigyonushi-top-merit__blow
---------------------------------------*/
.jigyonushi-top-merit__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;
  max-width: 30rem;
  height: 6.8rem;
  margin: 0 auto 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  border: #000000 solid 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .jigyonushi-top-merit__blow {
    max-width: 25rem;
    height: 6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__blow {
    max-width: 15rem;
    height: 3.8rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    border-width: 0.1rem;
  }
}
.jigyonushi-top-merit__blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 1.3rem;
  border-right: transparent solid 1.1rem;
  border-left: transparent solid 1.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__blow::before {
    border-top-width: 0.7rem;
    border-right-width: 0.6rem;
    border-left-width: 0.6rem;
  }
}
.jigyonushi-top-merit__blow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 0.9rem;
  border-right: transparent solid 0.7rem;
  border-left: transparent solid 0.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__blow::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

/* jigyonushi-top-merit__btn01
---------------------------------------*/
.jigyonushi-top-merit__btn01 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01 {
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}
.jigyonushi-top-merit__btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.5rem;
  max-width: 61.6rem;
  margin: 0 auto 3rem;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01 {
    min-height: 8rem;
    max-width: none;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-merit__btn01 {
    min-height: 8rem;
  }
}
@media (any-hover: hover) {
  .jigyonushi-top-merit__btn01:hover .jigyonushi-top-merit__btn01-arw {
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
  }
}

.jigyonushi-top-merit__btn01-img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 19.6rem;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01-img {
    width: 11rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-merit__btn01-img {
    width: 10rem;
  }
}
.jigyonushi-top-merit__btn01-img img {
  width: 64.7959183673%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01-img img {
    max-width: 7.5rem;
  }
}

.jigyonushi-top-merit__btn01-text {
  width: calc(100% - 19.6rem);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01-text {
    width: calc(100% - 11rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-merit__btn01-text {
    width: calc(100% - 11rem);
    font-size: 1.4rem;
  }
}

.jigyonushi-top-merit__btn01-arw {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 3.13rem;
  height: auto;
  aspect-ratio: 1/1;
  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;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #69d3ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01-arw {
    right: 1rem;
    width: 2rem;
  }
}
.jigyonushi-top-merit__btn01-arw svg {
  display: block;
  width: 0.9rem;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btn01-arw svg {
    width: 0.6rem;
  }
}
.jigyonushi-top-merit__btn01-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3.75587px;
}

/* jigyonushi-top-merit__text01
---------------------------------------*/
.jigyonushi-top-merit__text01 {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__text01 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}

/* jigyonushi-top-merit__btns
---------------------------------------*/
.jigyonushi-top-merit__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.jigyonushi-top-merit__btns-anchor {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-anchor {
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}
.jigyonushi-top-merit__btns-anchor {
  position: relative;
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9rem;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-anchor {
    width: 100%;
    min-height: 8rem;
  }
}
@media (any-hover: hover) {
  .jigyonushi-top-merit__btns-anchor:hover .jigyonushi-top-merit__btns-arw {
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
  }
}

.jigyonushi-top-merit__btns-img {
  width: 12.3rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-img {
    width: 11rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-merit__btns-img {
    width: 10rem;
  }
}
.is-01 .jigyonushi-top-merit__btns-img img {
  width: 83.7398373984%;
}
.is-02 .jigyonushi-top-merit__btns-img img {
  width: 84.1463414634%;
}
.is-03 .jigyonushi-top-merit__btns-img img {
  width: 79.2682926829%;
}

.jigyonushi-top-merit__btns-text {
  width: calc(100% - 12.3rem);
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-text {
    width: calc(100% - 11rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-merit__btns-text {
    width: calc(100% - 11rem);
    font-size: 1.4rem;
  }
}

.jigyonushi-top-merit__btns-arw {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  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;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #69d3ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-arw {
    right: 1rem;
    width: 2rem;
  }
}
.jigyonushi-top-merit__btns-arw svg {
  display: block;
  width: 0.7rem;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-merit__btns-arw svg {
    width: 0.6rem;
  }
}
.jigyonushi-top-merit__btns-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3.75587px;
}

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

jigyonushi-top-calculation

*************************************************/
.jigyonushi-top-calculation {
  padding: 4rem 1rem;
  background-color: #eefaff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation {
    padding: 2rem 1rem;
  }
}

.jigyonushi-top-calculation-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns {
    gap: 1.5rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.jigyonushi-top-calculation-btns__anchor {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor {
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}
.jigyonushi-top-calculation-btns__anchor {
  position: relative;
  width: 61rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.5rem;
  padding-left: 20rem;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor {
    width: 100%;
    min-height: 8rem;
    padding-left: 12rem;
  }
  .jigyonushi-top-calculation-btns__anchor:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-calculation-btns__anchor {
    padding-left: 9rem;
  }
}

.jigyonushi-top-calculation-btns__anchor-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20rem;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-img {
    width: 11rem;
  }
  .jigyonushi-top-calculation-btns__anchor-img img {
    width: 75.4545454545%;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-calculation-btns__anchor-img {
    width: 9rem;
  }
}

.jigyonushi-top-calculation-btns__anchor-text {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-text {
    font-size: min(1.6rem, 1.6 * 10 / 375 * 100vw);
  }
}
.jigyonushi-top-calculation-btns__anchor-text img {
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-text img {
    width: 1rem;
  }
}

.jigyonushi-top-calculation-btns__anchor-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin: 0 2rem 0 auto;
  padding: 0 0.7rem;
  background-color: #3f77d1;
  border-radius: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-label {
    gap: 0.2rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
  }
}
.jigyonushi-top-calculation-btns__anchor-label .in-text {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-label .in-text {
    font-size: min(1.4rem, 1.4 * 10 / 375 * 100vw);
  }
}
.jigyonushi-top-calculation-btns__anchor-label .in-img {
  width: 1.6rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-calculation-btns__anchor-label .in-img {
    width: 0.9rem;
  }
}

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

jigyonushi-top-btns01

*************************************************/
.jigyonushi-top-btns01 {
  margin: 4rem 1rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01 {
    margin: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01 {
    min-height: 10.5rem;
    width: min(40rem, 100%);
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01 {
    min-height: 6.5rem;
    width: min(40rem, 80%);
  }
}
@media screen and (min-width: 768px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01-text {
    width: calc(100% - 12rem);
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01-img {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01-img {
    width: 7rem;
    margin-left: 1rem;
  }
}
.jigyonushi-top-btns01 .jigyonushi-top-common-btn01-img img {
  width: 57.6530612245%;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01 .jigyonushi-top-common-btn01-img img {
    max-width: 4.5rem;
  }
}

.jigyonushi-top-btns01__anchor {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__anchor {
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000;
            box-shadow: 0.3rem 0.3rem 0 #000;
  }
}
.jigyonushi-top-btns01__anchor {
  width: 61.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.5rem;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__anchor {
    width: 100%;
    min-height: 8rem;
  }
}

.jigyonushi-top-btns01__img {
  width: 18.5rem;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__img {
    width: 11rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-btns01__img {
    width: 9rem;
  }
}
.jigyonushi-top-btns01__img img {
  width: 75.6756756757%;
}

.jigyonushi-top-btns01__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20rem);
  padding-left: 1rem;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 11rem);
    padding-left: 1rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 374px) {
  .jigyonushi-top-btns01__text {
    width: calc(100% - 9rem);
    padding-left: 0.3rem;
    font-size: 1.5rem;
  }
}

.jigyonushi-top-btns01__btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__btn02 {
    margin-top: 1rem;
  }
}
.jigyonushi-top-btns01__btn02 .parts-button01 {
  padding: 1.6rem 7.8rem 1.6rem 6rem;
  border-radius: 30rem;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__btn02 .parts-button01 {
    padding: 1.3rem 5rem 1.3rem 4rem;
  }
}
.jigyonushi-top-btns01__btn02 .parts-button01__text01 {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jigyonushi-top-btns01__btn02 .parts-button01__text01 {
    font-size: 1.2rem;
  }
}