@charset "UTF-8";
/*---------------------------
  フォントの読み込み
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
/*---------------------------
  関数
---------------------------*/
/*---------------------------
  サーチアンドデベロップメントコンテンツ
---------------------------*/
.rdTop__maxWidth {
  max-width: 2000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .rdTop__maxWidth {
    padding-right: 4.8vw;
    padding-left: 4.8vw;
  }
}

.rdTop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .rdTop__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rdTop__listItem {
  width: 49.8%;
  position: relative;
  background: #000000;
  margin-bottom: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rdTop__listItem {
    width: 100%;
    margin-bottom: 10px;
  }
}

.rdTop__listItem--noBottom {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .rdTop__listItem--noBottom {
    margin-bottom: 10px;
  }
}

.rdTop__listItem--noBottom2 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .rdTop__listItem--noBottom2 {
    margin-bottom: 0px;
  }
}

.rdTop__listItem--image {
  opacity: 0.7;
  width: 100%;
}

.rdTop__listItem--imageImg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rdTop__listItem--title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.rdTop__listItem--pageTitle {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .rdTop__listItem--pageTitle {
    font-size: 2.1rem;
    line-height: 1.619;
    padding-bottom: 25px;
  }
}

.rdTop__listItem--pageSubTitle {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rdTop__listItem--pageSubTitle {
    font-size: 1.4rem;
    line-height: 1.428;
  }
}

.rdTop__listItem:hover .rdTop__listItem--imageImg {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rdTop__listItem:hover .rdTop__listItem--title {
  opacity: 1;
}

/*---------------------------
  詳細ページ
---------------------------*/
/*---------------------------
  タイトル・カバー
---------------------------*/
.pageRdKeyVisual {
  position: relative;
  text-align: center;
  margin-top: 70px;
  padding: 0;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual {
    width: 100%;
    margin-top: 50px;
  }
}

.pageRdKeyVisual__image {
  width: 100%;
  background: #000000;
}

.pageRdKeyVisual__image--img {
  opacity: 0.6;
}

.pageRdKeyVisual__text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  width: 58.56515vw;
  max-width: 1038px;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text {
    padding: 0 4.53333vw;
    width: 100%;
    top: 47%;
  }
}

.pageRdKeyVisual__text--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.6rem, 3.44vw);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--title {
    font-size: min(2.5rem, 6.66vw);
  }
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--titleSmall {
    font-size: min(3.4rem, 9.06vw);
  }
}

.pageRdKeyVisual__text--subTitle {
  font-family: "Oswald", sans-serif;
  font-size: min(2.1rem, 1.53vw);
  display: inline-block;
  padding: 0px 0.29283vw 0.58565vw 0.29283vw;
  margin-bottom: 5.12445vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--subTitle {
    font-size: min(1.7rem, 4.53vw);
    margin-bottom: 9.06667vw;
  }
}

.pageRdKeyVisual__text--subTitle::after {
  content: '';
  width: 26.93997vw;
  height: 4px;
  display: inline-block;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -5px;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--subTitle::after {
    width: 80vw;
  }
}

.pageRdKeyVisual__text--subTitleMiddle::after {
  width: 29.79502vw;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--subTitleMiddle::after {
    width: 80vw;
  }
}

.pageRdKeyVisual__text--subTitleLong::after {
  width: 33.67496vw;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--subTitleLong::after {
    width: 80vw;
  }
}

.pageRdKeyVisual__text--description1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: min(1.8rem, 1.24vw);
  letter-spacing: 0.1em;
  line-height: 1.647;
  margin-bottom: 2.78184vw;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--description1 {
    font-size: min(1.4rem, 3.73vw);
    line-height: 1.785;
  }
}

.pageRdKeyVisual__text--description2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: min(1.6rem, 1.17vw);
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__text--description2 {
    font-size: min(1.4rem, 3.73vw);
    line-height: 2.142;
    text-align: left;
  }
}

.pageRdKeyVisual__copy {
  position: absolute;
  right: 10.46852vw;
  bottom: 20px;
  font-size: 1.0rem;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .pageRdKeyVisual__copy {
    right: 17px;
    bottom: 16px;
  }
}

/*---------------------------
  スクロール
---------------------------*/
.scroll {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 0%;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scroll span {
  /*描画位置*/
  position: absolute;
  left: -16px;
  top: -25px;
  /*テキストの形状*/
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .scroll span {
    font-size: min(1.6rem, 4.26vw);
  }
}

/* 線の描写 */
.scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #FFFFFF;
  opacity: 1;
}

/*---------------------------
  トピックス
---------------------------*/
.rdTopics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rdTopics__wrapper:after {
  content: "";
  display: block;
  width: calc(329 / 1104 * 100%);
  height: 0;
}

@media screen and (max-width: 1060px) {
  .rdTopics__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rdTopics__itemWrapper {
  background-color: #fff;
  border-top: 1px dotted #000;
  width: calc(329 / 1104 * 100%);
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 63.4px;
}

@media screen and (max-width: 1060px) {
  .rdTopics__itemWrapper {
    margin-bottom: 25px;
    width: 100%;
  }
}

.rdTopics__itemWrapper:hover .rdTopics__no {
  background-color: #000;
  color: #fff;
}

.rdTopics__itemWrapper:hover .rdTopics__imgBlock img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.rdTopics__itemWrapper:hover .rdTopics__arrow {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.rdTopics__noBlock {
  width: 40px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.rdTopics__no {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rdTopics__imgBlock {
  width: calc(94 / 329 * 100%);
  margin-right: calc(21 / 329 * 100%);
  overflow: hidden;
}

.rdTopics__imgBlock img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rdTopics__animationBlock {
  width: calc(243 / 329 * 100%);
  overflow: hidden;
}

.rdTopics__title {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-size: 1rem;
  padding: 2px 0.73206vw;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1060px) {
  .rdTopics__title {
    padding: 2px 2.66667vw;
  }
}

.rdTopics__titleNarrow {
  padding: 2px 0.62225vw;
}

.rdTopics__description {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.rdTopics__descriptionLine {
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.rdTopics__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------
  セクション01-08
---------------------------*/
.pageRd__hr {
  max-width: 2000px;
  padding: 0 10.46852vw;
  margin: 0 auto;
  margin-top: 190px;
  margin-bottom: 190px;
}

@media screen and (max-width: 767px) {
  .pageRd__hr {
    padding: 0;
    margin-top: 85px;
    margin-bottom: 165px;
  }
}

.pageRd__hr--hr {
  border-top: 1px solid #707070;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.pageRd__hr2 {
  max-width: 2000px;
  padding: 0 10.46852vw;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 190px;
}

@media screen and (max-width: 767px) {
  .pageRd__hr2 {
    padding: 0 4.8vw;
    margin-top: 100px;
    margin-bottom: 165px;
  }
}

.pageRd__hr2--hr2 {
  border-top: 1px dotted #707070;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.pageRd__section {
  margin: 0 auto;
  padding: 0;
  width: 58.56515vw;
  max-width: 1038px;
}

@media screen and (max-width: 767px) {
  .pageRd__section {
    padding: 0 4.8vw;
    width: 100%;
  }
}

.pageRd__section--topics {
  width: 82.13763vw;
  margin-top: 122px;
}

@media screen and (max-width: 767px) {
  .pageRd__section--topics {
    padding: 0 6.4vw 0 10.66667vw;
    width: 100%;
  }
}

.pageRd__sectionTitle--title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #000000;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionTitle--title {
    font-size: 2.1rem;
    letter-spacing: -0.01em;
  }
}

.pageRd__sectionTitle--title::before {
  position: absolute;
  top: -120%;
  left: -15%;
  content: "01";
  font-size: min(3.2rem, 2.34vw);
  font-family: "Oswald", sans-serif;
  width: 7.17423vw;
  max-width: 98px;
  height: 7.17423vw;
  max-height: 98px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
  margin: 0 auto;
  /* ←円を中央揃え */
  text-align: center;
  /* ←文字を左右に中央揃え */
  line-height: min(9.6rem, 7.02vw);
  /* ←文字を上下に中央揃え */
}

@media screen and (max-width: 767px) {
  .pageRd__sectionTitle--title::before {
    top: -140%;
    left: 0%;
    font-size: min(1.7rem, 4.53vw);
    width: 50px;
    height: 50px;
    line-height: 48px;
    /* ←文字を上下に中央揃え */
  }
}

.pageRd__sectionTitle--titleTwoLines::before {
  top: -80%;
}

.pageRd__sectionTitle--titleThreeLines::before {
  top: -50%;
}

.pageRd__sectionTitle--title2::before {
  content: "02";
}

.pageRd__sectionTitle--title3::before {
  content: "03";
}

.pageRd__sectionTitle--title4::before {
  content: "04";
}

.pageRd__sectionTitle--title5::before {
  content: "05";
}

.pageRd__sectionTitle--title6::before {
  content: "06";
}

.pageRd__sectionTitle--title7::before {
  content: "07";
}

.pageRd__sectionTitle--title8::before {
  content: "08";
}

.pageRd__sectionTitle--title9::before {
  content: "09";
}

.pageRd__sectionTitle--title10::before {
  content: "10";
}

.pageRd__sectionTitle--title11::before {
  content: "11";
}

.pageRd__sectionTitle--title12::before {
  content: "12";
}

.pageRd__sectionTitle--subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionTitle--subTitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.pageRd__sectionDescription--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionDescription--title {
    font-size: 1.8rem;
    line-height: 1.555;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pageRd__sectionDescription--titleNarrow {
    letter-spacing: 0;
  }
}

.pageRd__sectionDescription--description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.875;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionDescription--description {
    font-size: 1.4rem;
    line-height: 2.142;
    margin-bottom: 40px;
  }
}

.pageRd__sectionPart {
  margin: 0 1.0981vw;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width71 {
  margin: 0 20.49780vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width71 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width405 {
  margin: 0 14.27526vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width405 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width505 {
  margin: 0 10.61493vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width505 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width525 {
  margin: 0 9.88287vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width525 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width650 {
  margin: 0 5.49048vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width650 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width710 {
  margin: 0 3.29429vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width710 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--width730 {
  margin: 0 2.56223vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--width730 {
    margin: 0 9.06667vw;
  }
}

.pageRd__sectionPart--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--title {
    font-size: 1.5rem;
  }
}

.pageRd__sectionPart--image {
  border-top: 3px solid #000000;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--image {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pageRd__sectionPart--imageItem {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--imageItem {
    margin-bottom: 24px;
  }
}

.pageRd__sectionPart--imageItem:nth-child(n+2) {
  margin-left: 1.0981vw;
}

.pageRd__sectionPart--btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  padding-top: 12px;
  padding-right: 1.31772vw;
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--btn {
    padding-top: 10px;
    padding-right: 6.66667vw;
    padding-bottom: 3px;
  }
}

.pageRd__sectionPart--btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CECECE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.pageRd__sectionPart--btn:after {
  content: "";
  display: block;
  background: #000000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pageRd__sectionPart--btn:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pageRd__sectionPart--btnNoLink {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--btnNoLink {
    padding-top: 10px;
    padding-right: 0vw;
    padding-bottom: 3px;
  }
}

.pageRd__sectionPart--btnNoImage {
  padding-top: 12px;
  padding-right: 1.31772vw;
  padding-bottom: 3px;
  margin-bottom: 22px;
  margin-left: 2.78184vw;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart--btnNoImage {
    padding-top: 10px;
    padding-right: 6.66667vw;
    padding-bottom: 3px;
    margin-bottom: 12px;
  }
  .pageRd__sectionPart--btnNoImage:last-child {
    margin-bottom: 0px;
  }
}

.pageRd__sectionPart--btnArrow {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pageRd__sectionPart--btnArrow:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../img/common/arrow-diagonal_gray2.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 7px;
  right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pageRd__sectionPart__bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .pageRd__sectionPart__bg {
    display: none;
  }
}

.pageRd__sectionPersonPc {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 43px 6.22255vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 142px;
}

.pageRd__sectionPersonPc--item {
  margin-left: 2.70864vw;
  width: 65%;
}

.pageRd__sectionPersonPc--image {
  width: 30%;
}

.pageRd__sectionPersonPc--nameName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 3px solid #000000;
  margin-bottom: 10px;
  line-height: 1.2;
}

.pageRd__sectionPersonPc--nameName span {
  margin-left: 0.87848vw;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  vertical-align: 3px;
}

.pageRd__sectionPersonPc--namePosition {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.pageRd__sectionPersonPc--description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.pageRd__sectionPersonSp {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 25px 4.8vw;
  margin-top: 16px;
  margin-bottom: 118px;
}

.pageRd__sectionPersonSp--item {
  overflow: auto;
}

.pageRd__sectionPersonSp--image {
  float: left;
  width: 50%;
  margin-right: 3.2vw;
}

.pageRd__sectionPersonSp--nameName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 3px solid #000000;
  margin-bottom: 3px;
}

.pageRd__sectionPersonSp--nameName span {
  margin-left: 4.13333vw;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  vertical-align: 2px;
  letter-spacing: 0.05em;
  vertical-align: middle；;
}

.pageRd__sectionPersonSp--namePosition {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.pageRd__sectionPersonSp--description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.833;
}

.pageRd__sectionPart--btn:hover .pageRd__sectionPart--btnArrow:before {
  background-image: url(../img/common/arrow-diagonal_black2.png);
  bottom: 9px;
  right: 3px;
}

/*---------------------------
  フェードイン
---------------------------*/
/* フェードイン(初期値) */
.fadeIn {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.fadeIn.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  /* フェード開始を0.5秒遅らせる */
}

/*---------------------------
  リンク部分
---------------------------*/
.rdLink__block {
  padding-top: 61px;
  padding-bottom: 94px;
  border: 1px solid #EFEFEF;
  border-top: none;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EFEFEF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EFEFEF calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .rdLink__block {
    padding-top: 82px;
    padding-bottom: 98px;
  }
}

.rdLink__title {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.rdLink__list {
  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: 767px) {
  .rdLink__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.33333vw;
  }
}

.rdLink__listItem {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rdLink__listItem:nth-child(n+2) {
  margin-left: 0.36603vw;
}

@media screen and (max-width: 767px) {
  .rdLink__listItem:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.rdLink__listItem--image {
  width: 100%;
}

.rdLink__listItem--image img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.rdLink__listItem--title {
  -webkit-filter: none;
          filter: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  display: inline;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rdLink__listItem--title {
    font-size: 1.2rem;
  }
}

.rdLink__returnBtn {
  text-align: center;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-top: 60px;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .rdLink__returnBtn {
    margin-top: 40px;
  }
}

.rdLink__returnBtn a {
  z-index: 1000;
}

.rdLink__listItem:hover .rdLink__listItem--image img {
  -webkit-filter: brightness(20%);
          filter: brightness(20%);
}

.rdLink__listItem:hover .rdLink__listItem--title {
  opacity: 1;
}

.pageLink {
  display: block;
  padding-top: 10.98097vw;
  margin-top: -10.98097vw;
}

@media screen and (max-width: 767px) {
  .pageLink {
    padding-top: 40vw;
    margin-top: -40vw;
  }
}
/*# sourceMappingURL=r_d.css.map */