/* ------------------------------
    p-anchor01
------------------------------ */
.p-anchor01 {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01 {
    margin-top: 4rem;
  }
}

.p-anchor01__ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #134e3b;
  margin: 0;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01__ttl {
    font-size: 3.6rem;
    padding-bottom: 1rem;
  }
}
.p-anchor01__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3rem;
  height: 2px;
  border-bottom: 2px solid #134e3b;
}
@media screen and (max-width: 768px) {
  .p-anchor01__ttl::before {
    width: 4.3rem;
    height: 3px;
    border-bottom: 3px solid #134e3b;
  }
}

.p-anchor01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6rem;
  }
}

.p-anchor01__item {
  width: 14.2857142857%;
  height: 15.8rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01__item {
    width: 33.3333333333%;
    height: 22.2rem;
  }
  .p-anchor01__item:not(:nth-of-type(3n)) {
    border-right: 1px solid #cccccc;
  }
  .p-anchor01__item:nth-of-type(n+4) {
    border-top: 1px solid #cccccc;
  }
}
.p-anchor01__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-anchor01__item a {
    padding-top: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-anchor01__item:not(:nth-of-type(n+7)) {
    border-right: 1px solid #cccccc;
  }
  .p-anchor01__item a {
    position: relative;
  }
  .p-anchor01__item a::before, .p-anchor01__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .p-anchor01__item a::before {
    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%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .p-anchor01__item a::after {
    background: #f7f7f7;
    width: 100%;
    height: 100%;
  }
  .p-anchor01__item a:hover::before, .p-anchor01__item a:hover::after {
    opacity: 1;
  }
  .p-anchor01__item a > * {
    position: relative;
    z-index: 1;
  }
  .p-anchor01__item:first-of-type a::before {
    border-radius: 1rem 0 0 1rem;
  }
  .p-anchor01__item:first-of-type a::after {
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .p-anchor01__item:nth-of-type(7) a::before {
    border-radius: 0 1rem 1rem 0;
  }
  .p-anchor01__item:nth-of-type(7) a::after {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}

.p-anchor01__img {
  width: 6.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-anchor01__img {
    width: 11rem;
  }
}

.p-anchor01__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-anchor01__txt {
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-anchor01__txt::before {
    content: "";
    position: absolute;
    bottom: -1.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.2rem;
    height: 0.7rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-anchor01__item a:hover .p-anchor01__txt::before {
    opacity: 1;
  }
  .p-anchor01__item:nth-of-type(1) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23ab3d3d" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(1) a:hover {
    color: #ab3d3d;
  }
  .p-anchor01__item:nth-of-type(2) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23498389" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(2) a:hover {
    color: #498389;
  }
  .p-anchor01__item:nth-of-type(3) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23457b53" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(3) a:hover {
    color: #457b53;
  }
  .p-anchor01__item:nth-of-type(4) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%2340729a" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(4) a:hover {
    color: #40729a;
  }
  .p-anchor01__item:nth-of-type(5) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%236f438b" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(5) a:hover {
    color: #6f438b;
  }
  .p-anchor01__item:nth-of-type(6) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%23a55c34" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(6) a:hover {
    color: #a55c34;
  }
  .p-anchor01__item:nth-of-type(7) a .p-anchor01__txt::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.0000037 7.0195323"><path fill="%239e3d67" d="m6.0000018,7.0195323c-.2661133,0-.5209961-.1054688-.7084961-.2939453L.2915057,1.7055674c-.3896484-.3911133-.3886719-1.0244141.0029297-1.4140625.390625-.3891602,1.0239258-.3891602,1.4140625.0029297l4.2915039,4.3081055L10.291994.2944346c.390625-.3911133,1.0224609-.3925781,1.4140625-.0029297.390625.3896484.3925781,1.0229492.0019531,1.4140625l-4.9995117,5.0200195c-.1875.1884766-.4423828.2939453-.7084961.2939453Z" /></svg>') no-repeat center center/contain;
  }
  .p-anchor01__item:nth-of-type(7) a:hover {
    color: #9e3d67;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor01__txt {
    font-size: 2.6rem;
    margin: 0.3rem 0 0;
  }
}

/* ------------------------------
    p-facultylist01
------------------------------ */
.p-facultylist01 {
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-facultylist01 {
    margin-top: 8rem;
  }
}

.p-facultylist01__item {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.p-facultylist01__item:nth-of-type(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}
.p-facultylist01__item:nth-of-type(1) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #ab3d3d;
}
.p-facultylist01__item:nth-of-type(1) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(1) .p-facultylist01__ttl {
  color: #ab3d3d;
}
.p-facultylist01__item:nth-of-type(2) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #498389;
}
.p-facultylist01__item:nth-of-type(2) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(2) .p-facultylist01__ttl {
  color: #498389;
}
.p-facultylist01__item:nth-of-type(3) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #457b53;
}
.p-facultylist01__item:nth-of-type(3) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(3) .p-facultylist01__ttl {
  color: #457b53;
}
.p-facultylist01__item:nth-of-type(4) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #40729a;
}
.p-facultylist01__item:nth-of-type(4) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(4) .p-facultylist01__ttl {
  color: #40729a;
}
.p-facultylist01__item:nth-of-type(5) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #6f438b;
}
.p-facultylist01__item:nth-of-type(5) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(5) .p-facultylist01__ttl {
  color: #6f438b;
}
.p-facultylist01__item:nth-of-type(6) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #a55c34;
}
.p-facultylist01__item:nth-of-type(6) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(6) .p-facultylist01__ttl {
  color: #a55c34;
}
.p-facultylist01__item:nth-of-type(7) .p-facultylist01-ttlarea {
  border-bottom: 1px solid #9e3d67;
}
.p-facultylist01__item:nth-of-type(7) .p-facultylist01-ttlarea__ttl,
.p-facultylist01__item:nth-of-type(7) .p-facultylist01__ttl {
  color: #9e3d67;
}

.p-facultylist01-ttlarea {
  background: #f5f5f5;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-facultylist01-ttlarea {
    padding: 2.1rem 3.4rem;
  }
}

.p-facultylist01-ttlarea__icon {
  width: 3.6rem;
  margin-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-facultylist01-ttlarea__icon {
    width: 3.8rem;
    margin-right: 1.8rem;
  }
}

.p-facultylist01-ttlarea__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-facultylist01-ttlarea__ttl {
    font-size: 3.2rem;
  }
}

.p-facultylist01__flex {
  padding: 3.6rem 5.1rem 2.3rem 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__flex {
    padding: 3.3rem 2rem 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-facultylist01__txtarea {
  width: calc(100% - 40rem);
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__txtarea {
    width: 100%;
    padding: 5rem 0 0;
  }
}

.p-facultylist01__img {
  width: 40rem;
  height: 27rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-facultylist01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__img {
    width: 100%;
    height: 26rem;
  }
}

@media screen and (min-width: 769px) {
  .p-facultylist01__img--large {
    height: 30rem;
  }
}

.p-facultylist01__txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  margin: 0;
}
.p-facultylist01__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.p-facultylist01__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-facultylist01__txt {
    font-size: 2.6rem;
    line-height: 1.7307692308;
  }
}

.p-facultylist01__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__ttl {
    font-size: 2.8rem;
    margin: 3.8rem 0 0;
  }
}

.p-facultylist01__link {
  margin: 0.5rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__link {
    margin: 0.8rem 0 0;
  }
}
.p-facultylist01__link li {
  list-style: none;
  display: inline;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__link li {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
.p-facultylist01__link li:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  padding: 0 0.2rem;
}
@media screen and (min-width: 769px) {
  .p-facultylist01__link li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-facultylist01__link li a:hover {
    color: #008482;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.p-facultylist01__case {
  margin: 2.4rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__case {
    margin: 3rem 0 0;
    padding: 1rem 0 0;
  }
}
.p-facultylist01__case dt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__case dt {
    font-size: 2.8rem;
  }
}
.p-facultylist01__case dd {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-facultylist01__case dd {
    font-size: 2.6rem;
    line-height: 1.6538461538;
    margin: 0.3rem 0 0;
  }
}

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

.p-anchor02__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 7rem 1.2rem 7rem;
  grid-template-rows: 7rem 1.2rem 7rem;
  -ms-grid-columns: 11.3rem 57rem 6rem auto;
  grid-template-columns: 11.3rem 57rem 6rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

.p-anchor02__grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
@media screen and (max-width: 768px) {
  .p-anchor02__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: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .p-anchor02__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-anchor02__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-anchor02__grid > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-anchor02__grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-anchor02__grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-anchor02__grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-anchor02__grid > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-anchor02__grid > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-anchor02__grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-anchor02__grid > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}

.p-anchor02__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-anchor02__ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 3.6rem;
    text-align: center;
  }
}

.p-anchor02-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-anchor02-anchorarea {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.p-anchor02-anchorarea__ttl {
  width: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-anchor02-anchorarea__ttl {
    width: 9rem;
  }
}

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

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

.p-anchor02-anchorarea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2rem 2rem;
  width: calc(100% - 8rem);
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-anchor02-anchorarea__flex {
    gap: 0.9rem 0.9rem;
    width: calc(100% - 9rem);
    padding-top: 0;
  }
}

.p-anchor02-anchorarea__link {
  width: 22rem;
  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-anchor02-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-anchor02-anchorarea__link {
    border-radius: 1rem;
  }
  .p-anchor02-anchorarea__link::before {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor02-anchorarea__link {
    width: 25rem;
    height: 8rem;
  }
}
.p-anchor02-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-anchor02-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-anchor02-anchorarea__link a {
    padding: 0 1.9rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-anchor02-anchorarea__link {
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .p-anchor02-anchorarea__link a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-anchor02-anchorarea__link:hover {
    background: #008482;
    border-color: #008482;
    -o-border-image: unset;
       border-image: unset;
  }
  .p-anchor02-anchorarea__link:hover::before {
    opacity: 0;
  }
  .p-anchor02-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-anchor02-anchorarea__link:hover a {
    color: #ffffff;
  }
}

.p-anchor02-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;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-anchor02-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-anchor02-numarea01__num {
  font-size: 7.4rem;
  line-height: 1;
  font-weight: 900;
  color: #008482;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-anchor02-numarea01__num {
    font-size: 10.8rem;
    margin: 0;
  }
}

.p-anchor02-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-anchor02-numarea01__txt {
    font-size: 2.8rem;
    -webkit-transform: none;
            transform: none;
    margin: 1rem 0;
  }
}

.p-anchor02-numarea02 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -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-anchor02-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

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

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

.p-anchor02-numarea02__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-anchor02-numarea02__txt02 {
    font-size: 2.8rem;
    width: 100%;
    margin: 1rem 0 0;
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=faculty.css.map */
