<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-experienceItems .c-experienceItem + .c-experienceItem {
  margin-top: 60px; }
  @media only screen and (max-width: 750px) {
    .c-experienceItems .c-experienceItem + .c-experienceItem {
      margin-top: 10.2564102564vw; } }
.c-experienceItems .c-experienceItem a:hover .experienceItem__info__btn {
  background-color: #207676;
  color: #ffff; }
  .c-experienceItems .c-experienceItem a:hover .experienceItem__info__btn:after {
    background: url("/anca/img/message/arrow--hover.svg") no-repeat center center/100% 100%; }
.c-experienceItems .c-experienceItem a:hover .experienceItem__info {
  color: #207676; }
.c-experienceItems .c-experienceItem a:hover .experienceItem__thumb {
  opacity: .8; }

.l-experienceItem {
  overflow: hidden; }

.experienceItem__thumb {
  width: 152px;
  margin-right: 30px;
  float: left; }
  @media only screen and (max-width: 750px) {
    .experienceItem__thumb {
      float: none;
      width: 40vw;
      margin: 0 auto 1em; } }

.experienceItem__info {
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .experienceItem__info {
      overflow: inherit;
      overflow: auto; } }

.experienceItem__info__label {
  display: flex;
  align-items: center; }

.experienceItem__info__labelNew {
  display: inline-block;
  margin-right: 15px;
  background-color: #207676;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1; }

.experienceItem__info__labelTxt {
  font-size: 18px;
  font-weight: bold;
  color: #207676; }

.experienceItem__info__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3; }
  @media only screen and (max-width: 750px) {
    .experienceItem__info__title {
      margin-top: .8em;
      font-size: 4.6153846154vw; } }

.experienceItem__info__specialistInfo {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5; }
  @media only screen and (max-width: 750px) {
    .experienceItem__info__specialistInfo {
      margin-top: 1.2em;
      font-size: 3.5897435897vw; } }

.experienceItem__info__btn {
  width: 230px;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  box-sizing: border-box;
  border: 1px solid #207676;
  border-radius: 10px;
  padding: .4em 0;
  color: #207676;
  margin-top: .5em;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .experienceItem__info__btn {
      font-size: 4.1025641026vw;
      padding: 1em 0;
      margin-top: .8em;
      width: 100%; } }
  .experienceItem__info__btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    margin-right: 17px;
    width: 7px;
    height: 14px;
    background: url("/anca/img/message/arrow.svg") no-repeat center center/100% 100%; }

/**
detail
 */
.article__intro {
  border: 1px solid #666;
  margin-bottom: 4.5em;
  padding: 1.4em; }

.article__wrap {
  margin-top: 4.5em; }

.article__title {
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 1.2;
  margin: 1.4em 0;
  font-weight: bold; }
  @media only screen and (max-width: 750px) {
    .article__title {
      font-size: 6.1538461538vw;
      line-height: 1.6; } }
  .article__title span {
    display: block;
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: .8em; }
    @media only screen and (max-width: 750px) {
      .article__title span {
        font-size: 4.6153846154vw; } }

.article__head {
  position: relative;
  padding-left: 1em;
  font-size: 28px;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em; }
  @media only screen and (max-width: 750px) {
    .article__head {
      font-size: 5.1282051282vw;
      padding-left: 1.4em; } }
  .article__head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -1em;
    height: 1px;
    width: 20px;
    background-color: #207676; }
    @media only screen and (max-width: 750px) {
      .article__head:before {
        width: 1em;
        margin-left: -1.4em; } }

.article__txtBox + .article__txtBox {
  margin-top: 75px; }

.article__txtBox__txt {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-size: 1.28571rem;
  line-height: 2.2; }
  @media only screen and (max-width: 750px) {
    .article__txtBox__txt {
      font-size: 4.1025641026vw; } }
  .article__txtBox__txt + .article__txtBox__txt {
    margin-top: 1em; }

.article__txtBox__txt--a + .article__txtBox__txt--q {
  margin-top: 1em; }
.article__txtBox__txt--a + .article__txtBox__txt--a {
  margin-top: 4em; }

.article__txtBox__txt--q {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.8;
  font-weight: bold; }
  @media only screen and (max-width: 750px) {
    .article__txtBox__txt--q {
      font-size: 4.6153846154vw; } }

.article__img {
  width: 100%;
  margin: 2em 0; }

.article__note {
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-top: 1em; }
  @media only screen and (max-width: 750px) {
    .article__note {
      font-size: 3.5897435897vw; } }
  .article__note.u-marginTop {
    margin-top: 3em; }
  .article__note a {
    border-bottom: 1px solid #207676;
    color: #207676; }
    .article__note a:hover {
      border-color: transparent; }

.c-btn-2.c-btn-2--experience {
  position: relative;
  width: 337px;
  padding-left: 1.8em;
  border: 2px solid #207676;
  color: #207676; }
  @media only screen and (max-width: 750px) {
    .c-btn-2.c-btn-2--experience {
      width: auto; } }
  .c-btn-2.c-btn-2--experience:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    margin-left: 18px;
    width: 20px;
    transform: rotate(-180deg);
    height: 17px;
    background: url(/anca/img/message/arrow.svg) no-repeat center center/100% 100%; }

/*# sourceMappingURL=experience.css.map */
</pre></body></html>