/* ------------------------------
    p-anchor01
------------------------------ */
.p-anchor01 {
  background: #f4f8f7;
  margin-top: 7.2rem;
  padding: 5.1rem 0 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01 {
    margin-top: 5.6rem;
    padding: 3.6rem 0 6.6rem;
  }
}

.p-anchor01__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 7rem 1.2rem 7rem;
  grid-template-rows: 7rem 1.2rem 7rem;
  -ms-grid-columns: 10rem 44.5rem 7rem 17.5rem 4rem auto;
  grid-template-columns: 10rem 44.5rem 7rem 17.5rem 4rem auto;
}

.p-anchor01__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-anchor01__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-anchor01__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-anchor01__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-anchor01__grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p-anchor01__grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.p-anchor01__grid > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-anchor01__grid > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.p-anchor01__grid > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.p-anchor01__grid > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.p-anchor01__grid > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.p-anchor01__grid > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.p-anchor01__grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-anchor01__grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.p-anchor01__grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-anchor01__grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.p-anchor01__grid > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.p-anchor01__grid > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
@media screen and (max-width: 768px) {
  .p-anchor01__grid {
    width: 63rem;
    margin: 0 auto;
    -ms-grid-rows: 7rem 3rem 18rem 0.8rem 13rem;
    grid-template-rows: 7rem 3rem 18rem 0.8rem 13rem;
    -ms-grid-columns: 14.8rem 24.8rem auto;
    grid-template-columns: 14.8rem 24.8rem auto;
  }
  .p-anchor01__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-anchor01__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-anchor01__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-anchor01__grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-anchor01__grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-anchor01__grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-anchor01__grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-anchor01__grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-anchor01__grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-anchor01__grid > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-anchor01__grid > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-anchor01__grid > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .p-anchor01__grid > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-anchor01__grid > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .p-anchor01__grid > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

.p-anchor01__ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-size: 3rem;
  font-weight: bold;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01__ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    font-size: 3.6rem;
    text-align: center;
  }
}

.p-anchor01-anchorarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

.p-anchor01-anchorarea__ttl {
  width: 11rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__ttl {
    width: 12.5rem;
  }
}

.p-anchor01-anchorarea__num {
  font-size: 8rem;
  line-height: 1;
  font-weight: 900;
  color: #008482;
  margin: 0;
  -webkit-transform: translate(-0.5rem, -1rem);
          transform: translate(-0.5rem, -1rem);
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__num {
    font-size: 10.8rem;
    -webkit-transform: translateY(-2.3rem);
            transform: translateY(-2.3rem);
  }
}

.p-anchor01-anchorarea__txt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__txt {
    font-size: 2.8rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}

.p-anchor01-anchorarea__flex {
  width: calc(100% - 12.5rem);
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__flex {
    gap: 0.9rem 0.9rem;
    width: calc(100% - 16.5rem);
    padding-top: 0;
  }
}

.p-anchor01-anchorarea__link {
  width: 100%;
  height: 6rem;
  position: relative;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
}
.p-anchor01-anchorarea__link::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__link {
    border-radius: 1rem;
  }
  .p-anchor01-anchorarea__link::before {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__link {
    height: 8rem;
  }
}
.p-anchor01-anchorarea__link::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33"><path fill="%23134e3b" d="m16.5,33C7.4018555,33,0,25.5976562,0,16.5,0,7.4018555,7.4018555,0,16.5,0c9.0976562,0,16.5,7.4018555,16.5,16.5,0,9.0976562-7.4023438,16.5-16.5,16.5Zm0-32C7.953125,1,1,7.953125,1,16.5s6.953125,15.5,15.5,15.5,15.5-6.953125,15.5-15.5S25.046875,1,16.5,1Zm.7040412,18.7161592l5-5.0205078c.3896484-.3911133.3876953-1.0244141-.0029297-1.4140625-.3916016-.3901367-1.0234375-.3876953-1.4150391.0029297l-4.2905273,4.3076172-4.2817383-4.3071289c-.3901367-.3911133-1.0229492-.3945312-1.4140625-.0039062-.3916016.3891602-.3935547,1.0224609-.0039062,1.4140625l4.9902344,5.0200195c.1875.1884766.4423828.2949219.7084961.2949219h.0004883c.2661133,0,.5205078-.1054688.7089844-.2939453Z" /></svg>') no-repeat center center/contain;
}
.p-anchor01-anchorarea__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  color: #134e3b;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__link a {
    padding: 0 1.9rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-anchor01-anchorarea__link {
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .p-anchor01-anchorarea__link a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-anchor01-anchorarea__link:hover {
    background: #008482;
    border-color: #008482;
    -o-border-image: unset;
       border-image: unset;
  }
  .p-anchor01-anchorarea__link:hover::before {
    opacity: 0;
  }
  .p-anchor01-anchorarea__link:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33"><path fill="%23ffffff" d="m16.5,33C7.4018555,33,0,25.5976562,0,16.5,0,7.4018555,7.4018555,0,16.5,0c9.0976562,0,16.5,7.4018555,16.5,16.5,0,9.0976562-7.4023438,16.5-16.5,16.5Zm0-32C7.953125,1,1,7.953125,1,16.5s6.953125,15.5,15.5,15.5,15.5-6.953125,15.5-15.5S25.046875,1,16.5,1Zm.7040412,18.7161592l5-5.0205078c.3896484-.3911133.3876953-1.0244141-.0029297-1.4140625-.3916016-.3901367-1.0234375-.3876953-1.4150391.0029297l-4.2905273,4.3076172-4.2817383-4.3071289c-.3901367-.3911133-1.0229492-.3945312-1.4140625-.0039062-.3916016.3891602-.3935547,1.0224609-.0039062,1.4140625l4.9902344,5.0200195c.1875.1884766.4423828.2949219.7084961.2949219h.0004883c.2661133,0,.5205078-.1054688.7089844-.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01-anchorarea__link:hover a {
    color: #ffffff;
  }
}
.p-anchor01-anchorarea__link:nth-of-type(n+2) {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01-anchorarea__link:nth-of-type(n+2) {
    margin-top: 1.2rem;
  }
}

.p-anchor01-numarea01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea01 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 0;
    display: block;
    text-align: center;
  }
}

.p-anchor01-numarea01__num {
  font-size: 7.4rem;
  line-height: 1;
  font-weight: 900;
  color: #008482;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea01__num {
    font-size: 10.8rem;
    margin: 0;
  }
}

.p-anchor01-numarea01__txt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  -webkit-transform: translate(0.5rem, -0.5rem);
          transform: translate(0.5rem, -0.5rem);
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea01__txt {
    font-size: 2.8rem;
    -webkit-transform: none;
            transform: none;
    margin: 1rem 0;
  }
}

.p-anchor01-numarea02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea02 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 0;
    display: block;
    text-align: center;
  }
}

.p-anchor01-numarea02__num {
  font-size: 7.4rem;
  line-height: 1;
  font-weight: 900;
  color: #008482;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea02__num {
    font-size: 10.8rem;
    margin: 0;
  }
}

.p-anchor01-numarea02__txt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea02__txt {
    font-size: 2.8rem;
    -webkit-transform: none;
            transform: none;
    margin: 1rem 0;
  }
}

.p-anchor01-numarea03 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea03 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}

.p-anchor01-numarea03__num {
  font-size: 7.4rem;
  line-height: 1;
  font-weight: 900;
  color: #008482;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea03__num {
    font-size: 10.8rem;
  }
}

.p-anchor01-numarea03__txt01 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea03__txt01 {
    font-size: 2.6rem;
  }
}

.p-anchor01-numarea03__txt02 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
@media screen and (max-width: 768px) {
  .p-anchor01-numarea03__txt02 {
    font-size: 2.8rem;
    width: 100%;
    margin: 1rem 0 0;
    -webkit-transform: none;
            transform: none;
  }
}

/* ------------------------------
    p-feature
------------------------------ */
.p-feature {
  background: url(../img/education/graduate/bg_feature01_pc.jpg) no-repeat center center/100% 100%;
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature {
    background: url(../img/education/graduate/bg_feature01_sp.jpg) no-repeat center center/100% auto;
    margin-top: 8.3rem;
  }
}
.p-feature .u-wrap__1100 {
  padding: 7rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature .u-wrap__1100 {
    padding: 0 0 1rem;
  }
}

.p-feature__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    margin: 3.5rem 0 0;
  }
}

.p-feature-box01 {
  margin-top: 6.8rem;
}
@media screen and (max-width: 768px) {
  .p-feature-box01 {
    margin-top: 5.5rem;
  }
}

.p-feature-box01__item {
  width: 100%;
  position: relative;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 243, 193)), to(rgb(78, 178, 215)));
  background: linear-gradient(90deg, rgb(96, 243, 193) 0%, rgb(78, 178, 215) 100%);
  padding: 1px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-feature-box01__item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.6rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-feature-box01__item {
    border-radius: 1rem;
  }
  .p-feature-box01__item::before {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-box01__item {
    display: block;
  }
}
.p-feature-box01__item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature-box01__item:nth-of-type(n+2) {
    margin-top: 1.8rem;
  }
}
.p-feature-box01__item > * {
  position: relative;
}

.p-feature-box01-imgarea {
  position: relative;
  width: 51rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-imgarea {
    width: 100%;
    height: 28.8rem;
  }
}

.p-feature-box01-imgarea__img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
}
.p-feature-box01-imgarea__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-imgarea__img {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}

.p-feature-box01-imgarea__num {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 11.4rem;
  height: 11.4rem;
  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;
  background: #008482;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  font-family: "Lexend";
  border-radius: 0.8rem 0 0 0;
  color: #ffffff;
}

.p-feature-box01-txtarea {
  width: calc(100% - 51rem);
  padding: 1rem 5.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea {
    width: 100%;
    padding: 4.5rem 3rem;
    display: block;
  }
}

.p-feature-box01-txtarea__num {
  color: #008482;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea__num {
    font-size: 2.8rem;
  }
}

.p-feature-box01-txtarea__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #134e3b;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea__ttl {
    font-size: 3.4rem;
    line-height: 1.5294117647;
    margin: 1.3rem 0 0;
  }
}

.p-feature-box01-txtarea__txt {
  font-size: 1.5rem;
  line-height: 1.9333333333;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea__txt {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin: 1rem 0 0;
  }
}

.p-feature-box01-txtarea-list {
  margin: 1.5rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea-list {
    margin: 2.5rem 0 0;
  }
}

.p-feature-box01-txtarea-list__link {
  list-style: none;
}
.p-feature-box01-txtarea-list__link:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea-list__link:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-feature-box01-txtarea-list__link a {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
.p-feature-box01-txtarea-list__link a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23161c22" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
  -webkit-transform: translate(1.4rem, 0.1rem);
          transform: translate(1.4rem, 0.1rem);
}
@media screen and (min-width: 769px) {
  .p-feature-box01-txtarea-list__link a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-feature-box01-txtarea-list__link a::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-feature-box01-txtarea-list__link a:hover {
    color: #008482;
  }
  .p-feature-box01-txtarea-list__link a:hover::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="%23008482" d="m3,36c-.8000002,0-1.5-.2999992-2.0999999-.9000015-.5999999-.5999985-.9000001-1.2999992-.9000001-2.0999985V3c0-.8000002.3000002-1.5.9000001-2.0999999s1.2999997-.9000001,2.0999999-.9000001h14v3H3v30h30v-14h3v14c0,.7999992-.2999992,1.5-.9000015,2.0999985-.5999985.6000023-1.2999992.9000015-2.0999985.9000015H3Zm10.1000004-11l-2.1000004-2.1000004L30.9000015,3h-10.9000015V0h16v16h-3V5.1000004L13.1000004,25Z" /></svg>') no-repeat center center/contain;
    -webkit-transform: translate(2rem, 0.1rem);
            transform: translate(2rem, 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .p-feature-box01-txtarea-list__link a {
    font-size: 2.8rem;
  }
  .p-feature-box01-txtarea-list__link a::after {
    width: 2rem;
    height: 2rem;
    -webkit-transform: translate(1.8rem, 0.15rem);
            transform: translate(1.8rem, 0.15rem);
  }
}
/*# sourceMappingURL=graduate.css.map */
