@media print, (min-width: 768px) {
  main {
    background: #00a7ff url("../img/company/relationship/thumbnail_bg_01.png") top center/cover no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    background: url("../img/company/relationship/sp/thumbnail_bg_01.png") center top/cover no-repeat;
  }
}

.section-relationship-keyvisual {
  position: relative;
  overflow: hidden;
}
.section-relationship-keyvisual .keyvisual-title {
  position: relative;
  margin: 0 auto;
}
.section-relationship-keyvisual .keyvisual-text {
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-relationship-keyvisual {
    min-height: 832px;
    padding-top: 185px;
    padding-bottom: 221px;
    background: url("../img/company/relationship/keyvisual_bg_01.png") center bottom/cover no-repeat;
  }
  .section-relationship-keyvisual .keyvisual-title {
    width: 290px;
    margin-bottom: 182px;
  }
  .section-relationship-keyvisual .keyvisual-text {
    font-size: 0.24rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relationship-keyvisual {
    padding-top: 0.84rem;
    padding-bottom: 0.45rem;
  }
  .section-relationship-keyvisual .keyvisual-title {
    width: 1.26rem;
    margin-bottom: 0.8rem;
  }
  .section-relationship-keyvisual .keyvisual-text {
    margin: 0 -0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
}

.section-relationship-work {
  position: relative;
}
.section-relationship-work .work-label {
  color: #0076ee;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-relationship-work .label-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.section-relationship-work .work-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.section-relationship-work .work-wrapper {
  position: relative;
  border: 0.01rem solid #fff;
}
.section-relationship-work .work-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-relationship-work .group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-relationship-work .group-link {
  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;
  border: 0.01rem solid #fff;
  background: #0076ee;
  color: #fff;
  font-weight: 700;
}
.section-relationship-work .group-link.is-light {
  background: #55d6fc;
}
.section-relationship-work .item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  background: #323f57;
  color: #fff;
  font-weight: 700;
}
.section-relationship-work .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #323232;
  font-weight: 700;
}
.section-relationship-work .item-link::before, .section-relationship-work .item-link::after {
  content: "";
  position: absolute;
}
.section-relationship-work .item-link::before {
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #1b54aa url("../img/company/relationship/button_ico_01.png") center/100% auto no-repeat;
}
.section-relationship-work .work-description {
  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;
  margin: 0;
  background: #323f57;
  color: #fff;
  font-weight: 700;
}
.section-relationship-work .work-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-relationship-work .work-group {
  width: 50%;
}
@media print, (min-width: 768px) {
  .section-relationship-work {
    margin-top: -130px;
    padding-bottom: 130px;
  }
  .section-relationship-work .work-label {
    margin-bottom: 40px;
    font-size: 0.2rem;
    line-height: 2;
  }
  .section-relationship-work .label-wrapper {
    min-height: 50px;
    padding: 6px 103px 4px;
    border-radius: 100px;
  }
  html.is-mac .section-relationship-work .label-wrapper {
    padding-top: 5px;
  }
  .section-relationship-work .work-title {
    margin-bottom: 15px;
    font-size: 0.3rem;
  }
  .section-relationship-work .work-wrapper {
    margin: 0 78px;
    padding: 14px 23px 39px;
    border-radius: 60px;
  }
  .section-relationship-work .work-wrapper:not(:last-child) {
    margin-bottom: 88px;
  }
  .section-relationship-work .work-wrapper.is-merchandise {
    padding-top: 35px;
  }
  .section-relationship-work .work-wrapper.is-merchandise .group-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 -12px;
    padding: 0 12px;
  }
  .section-relationship-work .work-wrapper.is-merchandise .group-list .list-item {
    width: 20%;
    padding: 0 12px;
  }
  .section-relationship-work .work-wrapper.is-merchandise .group-list .item-link::before {
    right: 20px;
  }
  .section-relationship-work .work-wrapper.is-merchandise::before {
    top: -109px;
    width: 180px;
    height: 128px;
    background: url("../img/company/relationship/arrow_ico_03.png") center/100% auto no-repeat;
  }
  .section-relationship-work .work-wrapper.is-support {
    padding-top: 35px;
  }
  .section-relationship-work .work-wrapper.is-support .group-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 12px;
  }
  .section-relationship-work .work-wrapper.is-support .item-link::after {
    bottom: -44px;
    width: 632px;
    height: 54px;
    background: url("../img/company/relationship/arrow_ico_05.png") center/100% auto no-repeat;
    pointer-events: none;
  }
  .section-relationship-work .work-wrapper.is-support::before {
    top: -109px;
    width: 180px;
    height: 128px;
    background: url("../img/company/relationship/arrow_ico_04.png") center/100% auto no-repeat;
  }
  .section-relationship-work .work-inner {
    margin: 0 -12px 20px;
  }
  .section-relationship-work .work-group {
    width: 50%;
    padding: 0 12px;
  }
  .section-relationship-work .work-group:nth-child(2) .item-label {
    width: 180px;
    margin: 9px auto 0;
  }
  .section-relationship-work .group-link {
    min-height: 80px;
    border-radius: 100px;
    font-size: 0.2rem;
  }
  .section-relationship-work .group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
  .section-relationship-work .list-item {
    width: 33.3333333333%;
    padding: 0 5px;
  }
  .section-relationship-work .list-item.is-full {
    width: 100%;
  }
  .section-relationship-work .list-item.is-full .item-link {
    padding: 10px 45px 11px;
  }
  .section-relationship-work .list-item.is-full .item-link::before {
    right: 20px;
  }
  .section-relationship-work .item-label {
    min-height: 40px;
    margin-top: 9px;
    padding: 4px 20px;
    border-radius: 100px;
    font-size: 0.18rem;
  }
  .section-relationship-work .item-label .is-small {
    position: relative;
    top: 2px;
    font-size: 0.14rem;
  }
  .section-relationship-work .item-wrapper {
    margin-top: -10px;
    padding-top: 32px;
    padding-bottom: 21px;
    background: url("../img/company/relationship/arrow_ico_01.png") top center/auto 100% no-repeat;
  }
  .section-relationship-work .item-wrapper + .item-link {
    margin-top: -1px;
  }
  .section-relationship-work .item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    padding: 10px 45px 11px 10px;
    border-radius: 100px;
    font-size: 0.2rem;
  }
  .section-relationship-work .item-link::before {
    right: 10px;
  }
  .section-relationship-work .item-link::after {
    bottom: -44px;
    left: 50%;
    width: 20px;
    height: 54px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/company/relationship/arrow_ico_02.png") center/100% auto no-repeat;
    pointer-events: none;
  }
  .section-relationship-work .item-wrapper + .item-link.is-disable  {
    padding: 10px 10px 11px;
  }
  .section-relationship-work .item-wrapper + .item-link.is-disable::before {
    content: none;
  }
  .section-relationship-work .work-description {
    min-height: 40px;
    padding: 5px 100px 4px;
    border-radius: 100px;
    font-size: 0.18rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relationship-work {
    padding-bottom: 0.5rem;
  }
  .section-relationship-work .work-label {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .section-relationship-work .label-wrapper {
    width: 100%;
    min-height: 0.8rem;
    padding: 0.05rem 0.4rem 0.06rem;
    border-radius: 0.6rem;
  }
  .section-relationship-work .work-wrapper {
    padding: 0.15rem 0.09rem 0.39rem;
    border-radius: 0.6rem;
  }
  .section-relationship-work .work-wrapper.is-merchandise::before {
    top: -0.9rem;
    width: 1.4rem;
    height: 1rem;
    background: url("../img/company/relationship/sp/arrow_ico_03.png") center/100% auto no-repeat;
  }
  .section-relationship-work .work-wrapper.is-merchandise .group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.1325rem;
  }
  .section-relationship-work .work-wrapper.is-merchandise .list-item {
    width: 50%;
    padding: 0 0.1325rem;
  }
  .section-relationship-work .work-wrapper.is-merchandise .work-inner {
    margin: 0;
  }
  .section-relationship-work .work-wrapper.is-support::before {
    top: -0.9rem;
    width: 1.4rem;
    height: 1rem;
    background: url("../img/company/relationship/sp/arrow_ico_04.png") center/100% auto no-repeat;
  }
  .section-relationship-work .work-wrapper.is-support .group-list {
    width: 100%;
  }
  .section-relationship-work .work-wrapper.is-support .item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0.8rem;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .section-relationship-work .work-wrapper.is-support .item-link::after {
    top: calc(50% + 0.35rem);
    left: 50%;
    width: 0.09rem;
    height: 0.45rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/company/relationship/sp/arrow_ico_05.png") center/100% auto no-repeat;
    pointer-events: none;
  }
  .section-relationship-work .work-wrapper:not(:last-child) {
    margin-bottom: 0.69rem;
  }
  .section-relationship-work .work-block {
    width: 3.54rem;
    margin: 0 auto;
  }
  .section-relationship-work .work-block:not(:last-child) {
    margin-bottom: 0.69rem;
  }
  .section-relationship-work .work-title {
    margin-bottom: 0.15rem;
    font-size: 0.26rem;
  }
  .section-relationship-work .work-inner {
    margin: 0 -0.05rem;
  }
  .section-relationship-work .work-group {
    padding: 0 0.05rem;
  }
  .section-relationship-work .group-link {
    min-height: 0.6rem;
    border-radius: 1rem;
    font-size: 0.2rem;
  }
  .section-relationship-work .item-label {
    width: 1.2rem;
    min-height: 0.4rem;
    margin: 0 auto;
    border-radius: 1rem;
    font-size: 0.14rem;
  }
  .section-relationship-work .item-label .is-small {
    font-size: 0.12rem;
  }
  .section-relationship-work .item-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 0.5rem;
    padding: 0.1rem 0.35rem 0.1rem 0.2rem;
    border-radius: 1rem;
    font-size: 0.16rem;
  }
  .section-relationship-work .item-link::before {
    right: 0.1rem;
  }
  .section-relationship-work .item-link::after {
    top: 50%;
    left: -0.11rem;
    width: 0.15rem;
    height: 0.1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/company/relationship/sp/arrow_ico_02.png") center/100% auto no-repeat;
    pointer-events: none;
  }
  .section-relationship-work .item-wrapper + .item-link.is-disable  {
    padding: 0.1rem 0.2rem;
  }
  .section-relationship-work .item-wrapper + .item-link.is-disable::before {
    content: none;
  }
  .section-relationship-work .item-wrapper + .item-link.is-disable span {
    width: 100%;
    text-align: center;
  }
  .section-relationship-work .item-link span {
    position: relative;
  }
  .section-relationship-work .item-link span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.31rem;
    width: 0.01rem;
    height: calc(100% + 0.84rem);
    background: #323f57;
    pointer-events: none;
  }
  .section-relationship-work .item-link span.is-modify::before {
    height: calc(100% - 0.23rem);
  }
  .section-relationship-work .item-link span.is-full::before {
    top: calc(50% + 0.15rem);
    left: -0.33rem;
    height: calc(100% + 0.64rem);
  }
  .section-relationship-work .group-list {
    padding: 0 0.11rem 0.1rem;
  }
  .section-relationship-work .list-item:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-relationship-work .list-item.is-height .item-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    min-height: 1.7rem;
    padding: 0.4rem 0.1rem 0.69rem;
    border-radius: 0.4rem;
    line-height: 1.5;
  }
  .section-relationship-work .list-item.is-height .item-link::before {
    top: unset;
    bottom: 0.41rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-relationship-work .work-description {
    min-height: 0.4rem;
    border-radius: 1rem;
    font-size: 0.14rem;
  }
  .section-relationship-work .item-wrapper {
    padding: 0.2rem 0 0.45rem;
    background: url("../img/company/relationship/sp/arrow_ico_01.png") top center/auto 100% no-repeat;
  }
  .section-relationship-work .item-wrapper + .group-list {
    margin-top: -0.35rem;
  }
}

.section-relationship-project .title-wrapper {
  margin: 0;
}
.section-relationship-project .content-title,
.section-relationship-project .project-note {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-relationship-project .content-text {
  margin: 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.section-relationship-project .project-note {
  text-align: right;
}
.section-relationship-project .project-inner {
  border-bottom: 0.01rem solid #fff;
}
.section-relationship-project .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-relationship-project .title-thumbnail {
  position: relative;
}
.section-relationship-project .title-thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0076ee;
}
.section-relationship-project .title-thumbnail img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.section-relationship-project .title-content {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-relationship-project .item-position {
  position: relative;
  margin: 0;
  background: #0076ee;
  color: #fff;
  text-align: right;
}
.section-relationship-project .item-position::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 0.01rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.section-relationship-project .position-name,
.section-relationship-project .position-label {
  font-weight: 700;
}
.section-relationship-project .position-year {
  display: inline-block;
  font-weight: 500;
}
.section-relationship-project .item-wrapper {
  position: relative;
}
.section-relationship-project .content-detail {
  color: #fff;
  letter-spacing: 0.05em;
}
.section-relationship-project .content-detail p:last-child {
  margin-bottom: 0;
}
.section-relationship-project .content-detail .is-highlight {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ffe200;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.03rem;
  -webkit-text-decoration-color: #ffe200;
  -webkit-text-decoration-thickness: 0.05rem;
  -webkit-text-underline-offset: 0.03rem;
}
.section-relationship-project .project-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-relationship-project .list-item {
  position: relative;
}
.section-relationship-project .list-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #0076ee;
}
.section-relationship-project .list-item.is-last {
  overflow: hidden;
  background: #0076ee;
}
@media print, (min-width: 768px) {
  .section-relationship-project {
    padding-top: 71px;
    padding-bottom: 90px;
  }
  .section-relationship-project .wrapper {
    padding: 0 79px;
  }
  .section-relationship-project .project-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    padding: 0 3px 113px;
  }
  .section-relationship-project .project-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 452px;
    padding-right: 35px;
  }
  .section-relationship-project .title-wrapper {
    width: 370px;
  }
  .section-relationship-project .content-title {
    margin-top: -6px;
    margin-bottom: 28px;
    font-size: 0.24rem;
    line-height: 2;
  }
  .section-relationship-project .content-text {
    font-size: 0.18rem;
    line-height: 2;
  }
  .section-relationship-project .project-note {
    font-size: 0.24rem;
    line-height: 2;
  }
  .section-relationship-project .title-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 160px;
    height: 160px;
    margin-right: 34px;
  }
  .section-relationship-project .title-thumbnail::before {
    width: 180px;
    height: 180px;
  }
  .section-relationship-project .title-content {
    width: 100%;
    font-size: 0.3rem;
    line-height: 2;
  }
  .section-relationship-project .title-content.is-modify {
    margin-right: -10px;
  }
  .section-relationship-project .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .section-relationship-project .item-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.01rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #0076ee;
  }
  .section-relationship-project .position-name {
    font-size: 0.26rem;
    line-height: 1.7692307692;
  }
  .section-relationship-project .position-label {
    margin-left: 16px;
    font-size: 0.2rem;
    line-height: 2.3;
  }
  .section-relationship-project .position-year {
    margin-top: 6px;
    font-size: 0.16rem;
    line-height: 2.0625;
  }
  .section-relationship-project .project-list {
    padding-top: 103px;
    padding-left: 9px;
  }
  .section-relationship-project .item-position {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 400px;
    min-height: 100px;
    padding: 2px 20px 0;
    border-radius: 1000px 0 0 1000px;
  }
  .section-relationship-project .item-position::before {
    left: 0;
    width: 100%;
  }
  .section-relationship-project .item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-relationship-project .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 116px;
  }
  .section-relationship-project .content-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 384px;
  }
  .section-relationship-project .content-detail {
    margin-top: -2px;
    margin-left: 51px;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .section-relationship-project .content-detail p {
    margin-bottom: 1px;
  }
  .section-relationship-project .list-item:not(:last-child) {
    padding-bottom: 56px;
  }
  .section-relationship-project .list-item::before {
    right: calc(100% - 92px);
    width: 24px;
  }
  .section-relationship-project .list-item.is-last {
    margin: -9px 0 0 -10px;
    border-radius: 120px;
  }
  .section-relationship-project .list-item.is-last .content-detail {
    margin: -2px 0 0;
    padding: 44px 40px;
  }
  .section-relationship-project .list-item.is-last .title-content {
    margin-bottom: 35px;
  }
  .section-relationship-project .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-relationship-project .item-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 408px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relationship-project {
    padding-top: 0.48rem;
    padding-bottom: 0.8rem;
  }
  .section-relationship-project .project-inner {
    margin-bottom: 0.17rem;
    padding-bottom: 0.46rem;
  }
  .section-relationship-project .project-title {
    margin-bottom: 0.27rem;
    padding: 0 0.04rem;
  }
  .section-relationship-project .title-wrapper {
    width: 2.94rem;
  }
  .section-relationship-project .content-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 2;
  }
  .section-relationship-project .content-text {
    line-height: 2;
  }
  .section-relationship-project .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px;
  }
  .section-relationship-project .project-note {
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .section-relationship-project .title-thumbnail {
    width: 1.07rem;
    height: 1.07rem;
  }
  .section-relationship-project .title-thumbnail::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .section-relationship-project .item-position {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0.72rem;
    margin-left: -0.1rem;
    padding: 0.04rem 0.19rem 0.05rem 0.1rem;
    border-radius: 0 1rem 1rem 0;
  }
  .section-relationship-project .item-position::before {
    left: 0.17rem;
    width: calc(100% - 0.17rem);
  }
  .section-relationship-project .position-name {
    font-size: 0.16rem;
  }
  .section-relationship-project .position-label {
    margin-left: 0.07rem;
    font-size: 0.14rem;
  }
  .section-relationship-project .position-year {
    margin-top: 0.09rem;
    font-size: 0.12rem;
  }
  .section-relationship-project .project-list {
    padding-top: 0.44rem;
    padding-left: 0.07rem;
  }
  .section-relationship-project .content-label {
    margin-bottom: 0.17rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .section-relationship-project .item-content {
    padding-left: 0.37rem;
  }
  .section-relationship-project .content-thumbnail {
    margin-bottom: 0.18rem;
  }
  .section-relationship-project .content-detail {
    line-height: 1.75;
  }
  .section-relationship-project .content-detail p {
    margin-bottom: 0;
  }
  .section-relationship-project .list-item:not(:last-child) {
    padding-bottom: 0.55rem;
  }
  .section-relationship-project .list-item.is-last {
    margin-left: -0.07rem;
    border-radius: 0.6rem;
  }
  .section-relationship-project .list-item.is-last .content-detail {
    padding: 0.17rem 0.22rem 0.38rem;
  }
  .section-relationship-project .list-item::before {
    right: calc(100% - 0.18rem);
    width: 0.24rem;
  }
  .section-relationship-project .list-item:first-child::before {
    top: 0.5rem;
  }
  .section-relationship-project .list-item.is-modify {
    padding-bottom: 0.98rem;
  }
  .section-relationship-project .list-item.is-modify::before {
    height: calc(100% + 0.5rem);
  }
  .section-relationship-project .title-content {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
}

@media print, (min-width: 768px) {
  .section-link-common {
    padding-top: 160px;
    padding-bottom: 251px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-link-common {
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
  }
  .section-link-common .link-wrapper {
    border-radius: 0.6rem;
  }
}