.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.bg-diagonal {
  position: relative;
  z-index: 0;
}

.bg-diagonal__left__bottom::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #E5F5FF)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat top left/100% 100%;
  width: 92%;
  height: 611.5px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .bg-diagonal__left__bottom::before {
    content: none;
  }
}

.bg-diagonal__left__top::before {
  z-index: -10;
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #E5F5FF)) no-repeat bottom left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat bottom left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat bottom left/100% 100%;
  width: 92%;
  height: 611.5px;
  left: 0;
  top: -200px;
}

@media screen and (max-width: 768px) {
  .bg-diagonal__left__top::before {
    top: -95.5px;
    width: 100%;
    height: 193.5px;
    content: none;
  }
}

.bg-diagonal__right__bottom::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #E5F5FF)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat top left/100% 100%;
  width: 92%;
  height: 611.5px;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .bg-diagonal__right__bottom::before {
    width: 100%;
    height: 193.5px;
    content: none;
  }
}

.bg-diagonal__right__top::before {
  z-index: -10;
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #E5F5FF)) no-repeat bottom left/100% 100%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat bottom left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E5F5FF 50%) no-repeat bottom left/100% 100%;
  width: 92%;
  height: 611.5px;
  right: 0;
  top: -200px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .bg-diagonal__right__top::before {
    top: -95.5px;
    width: 100%;
    height: 193.5px;
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .bg-diagonal__left__sp::before {
    z-index: -10;
    content: '';
    right: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100vw;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #E5F5FF)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #E5F5FF)) no-repeat bottom right/50% 100%;
    background: -webkit-linear-gradient(top left, transparent 50%, #E5F5FF 50%) no-repeat top left/50% 100%, -webkit-linear-gradient(top right, transparent 50%, #E5F5FF 50%) no-repeat bottom right/50% 100%;
    background: linear-gradient(to bottom right, transparent 50%, #E5F5FF 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, transparent 50%, #E5F5FF 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .bg-diagonal__left__sp::before:not(:first-of-type) {
    top: -193.5px;
  }
}

@media screen and (max-width: 768px) {
  .bg-diagonal__right__sp::before {
    z-index: -10;
    content: '';
    top: -193.5px;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100vw;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #E5F5FF)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #E5F5FF)) no-repeat bottom right/50% 100%;
    background: -webkit-linear-gradient(top left, transparent 50%, #E5F5FF 50%) no-repeat top left/50% 100%, -webkit-linear-gradient(top right, transparent 50%, #E5F5FF 50%) no-repeat bottom right/50% 100%;
    background: linear-gradient(to bottom right, transparent 50%, #E5F5FF 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, transparent 50%, #E5F5FF 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

.rAbout__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rAbout__flex.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rAbout__flex.is-reverse .rAbout__left {
  padding-left: 6%;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .rAbout__flex.is-reverse .rAbout__left {
    padding-left: 0;
  }
}

.rAbout__flex.is-reverse .rAbout__descSec__btn {
  margin: 60px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .rAbout__flex.is-reverse .rAbout__descSec__btn {
    margin: 30px 0 0 auto;
    max-width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.rAbout__position {
  position: relative;
}

.rAbout__left {
  width: 56%;
  padding-right: 6%;
}

@media screen and (max-width: 768px) {
  .rAbout__left {
    width: 100%;
    padding-right: 0;
  }
}

.rAbout__right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .rAbout__right {
    width: 100%;
    margin-top: 10px;
  }
}

.rAbout__img__list {
  display: block;
}

@media screen and (max-width: 768px) {
  .rAbout__img__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.rAbout__img__item {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .rAbout__img__item {
    width: 49%;
  }
}

.rAbout__img__item:last-of-type {
  margin-top: 16px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .rAbout__img__item:last-of-type {
    margin-top: 0;
    margin-left: inherit;
  }
}

.rAbout__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.rAbout__text__trpt {
  color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}

.rAbout__headSec {
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .rAbout__headSec {
    padding: 0;
  }
}

.rAbout__headSec__title {
  padding: 50px 30px 45px;
  max-width: 40%;
  background-color: #0058A6;
}

@media screen and (max-width: 1000px) {
  .rAbout__headSec__title {
    max-width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__headSec__title {
    padding: 30px;
  }
}

.rAbout__headSec__titleWrap {
  position: relative;
  color: #fff;
}

.rAbout__headSec__title__main {
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .rAbout__headSec__title__main {
    font-size: 20px;
  }
}

.rAbout__headSec__title__sub {
  width: 60%;
  padding: 5px 40px 3px 20px;
  display: inline-block;
  background-color: #1E1E1E;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-family: 'Roboto', serif;
}

@media screen and (max-width: 1000px) {
  .rAbout__headSec__title__sub {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__headSec__title__sub {
    font-size: 14px;
    padding: 5px 20px 3px 20px;
  }
}

.rAbout__headSec__img {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 62%;
}

@media screen and (max-width: 1000px) {
  .rAbout__headSec__img {
    max-width: 68%;
    position: static;
    margin-left: auto;
    margin-top: -10%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__headSec__img {
    position: static;
    max-width: 80%;
  }
}

.rAbout__headSec__img img {
  max-width: 100%;
}

.rAbout__headSec__text {
  font-size: 16px;
  font-weight: 500;
}

.rAbout__headSec__textWrap {
  width: 38%;
  padding: 30px 40px;
}

@media screen and (max-width: 1000px) {
  .rAbout__headSec__textWrap {
    width: 100%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__headSec__textWrap {
    width: 100%;
    padding: 0;
  }
}

.rAbout__popupSec {
  padding-top: 65px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

.rAbout__popupSec__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__list {
    margin-top: 20px;
  }
}

.rAbout__popupSec__item {
  width: 25%;
  height: 80px;
}

.rAbout__popupSec__item:nth-of-type(4n) .rAbout__popupSec__link {
  border-right: 2px solid #0058A6;
}

.rAbout__popupSec__item:nth-last-of-type(-n+4) .rAbout__popupSec__link {
  border-bottom: 2px solid #0058A6;
}

@media screen and (max-width: 1000px) {
  .rAbout__popupSec__item {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__item {
    height: auto;
    width: 50%;
  }
  .rAbout__popupSec__item:nth-of-type(4n) .rAbout__popupSec__link {
    border-right: none;
  }
  .rAbout__popupSec__item:nth-of-type(even) .rAbout__popupSec__link {
    border-right: 2px solid #0058A6;
  }
}

.rAbout__popupSec__link {
  display: block;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  border-top: 2px solid #0058A6;
  border-bottom: 1px solid #0058A6;
  border-left: 2px solid #0058A6;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__link {
    padding: 25px 20px;
  }
}

.rAbout__popupSec__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../image/icon-p-plus.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .rAbout__popupSec__link::after {
    top: 46%;
    right: 10px;
  }
}

.rAbout__popupSec__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 68px;
  height: 60px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .rAbout__popupSec__icon {
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
    height: 62px;
    margin-bottom: 4px;
  }
}

.rAbout__popupSec__text {
  width: 98%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #0058A6;
}

@media screen and (max-width: 1000px) {
  .rAbout__popupSec__text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 380px) {
  .rAbout__popupSec__text {
    font-size: 13px;
    line-height: 1.1;
  }
}

.rAbout__popupSec__contents .img-shadow {
  -webkit-box-shadow: 10px 10px 0 #0058a6;
          box-shadow: 10px 10px 0 #0058a6;
  position: absolute;
  right: -7%;
  bottom: 74px;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents .img-shadow {
    -webkit-box-shadow: 3px 3px 0 #0058a6;
            box-shadow: 3px 3px 0 #0058a6;
    width: 30%;
    top: 20px;
    left: 7%;
    right: auto;
  }
}

.rAbout__popupSec__contents .rAbout__text {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__contents {
    overflow-y: scroll;
    height: 100vw;
  }
}

.rAbout__popupSec__contents__list {
  width: 100%;
}

.rAbout__popupSec__contents__list:nth-of-type(even) {
  margin-top: 30px;
}

.rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__left .img-shadow {
  -webkit-box-shadow: 10px 10px 0 #0058a6;
          box-shadow: 10px 10px 0 #0058a6;
  position: absolute;
  right: auto;
  left: -7%;
  bottom: 8px;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__left .img-shadow {
    left: auto;
    right: -3%;
    bottom: auto;
    top: 20px;
  }
}

.rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__right__top {
  padding: 20px 12% 20px 30px;
}

.rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__right__bottom {
  text-align: right;
  padding: 20px 12% 20px 20px;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__right__bottom {
    padding: 0;
  }
}

.rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__right__bottom .rAbout__text {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__list:nth-of-type(even) .rAbout__popupSec__contents__right__bottom .img-shadow {
    -webkit-box-shadow: 3px 3px 0 #0058a6;
            box-shadow: 3px 3px 0 #0058a6;
    width: 30%;
    top: 20px;
    left: auto;
    right: 3%;
    bottom: auto;
  }
}

.rAbout__popupSec__contents__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.rAbout__popupSec__contents__left {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__left {
    width: 93%;
    padding: 20px;
    margin: auto;
  }
  .rAbout__popupSec__contents__left .pc {
    display: none !important;
  }
  .rAbout__popupSec__contents__left .sp {
    display: block !important;
  }
}

.rAbout__popupSec__contents__right {
  width: 50%;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__right {
    width: 100%;
  }
}

.rAbout__popupSec__contents__right__top {
  background-color: #fff;
  padding: 20px 30px 20px 12%;
}

.rAbout__popupSec__contents__right__top .rAbout__text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__contents__right__top {
    padding: 20px 30px;
  }
}

.rAbout__popupSec__contents__right__bottom {
  background-color: #EDF8FF;
  padding: 20px 20px 20px 12%;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__right__bottom {
    background-color: #fff;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__popupSec__contents__right__bottom {
    font-size: 12px;
  }
}

@media screen and (max-width: 890px) {
  .rAbout__popupSec__contents__right__bottom .rAbout__text {
    width: 70%;
    margin-left: auto;
    padding: 20px 20px 20px 12%;
    background-color: #EDF8FF;
  }
}

.rAbout__descSec {
  margin-top: 200px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .rAbout__descSec {
    margin-top: 95px;
    z-index: inherit;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__descSec__title {
    padding: 0;
  }
}

.rAbout__descSec__title__sub {
  display: block;
  color: #1E1E1E;
  font-size: 22px;
  font-family: 'Roboto', serif;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .rAbout__descSec__title__sub {
    font-size: 14px;
  }
}

.rAbout__descSec__title__main {
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .rAbout__descSec__title__main {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.rAbout__descSec__btn {
  margin: 60px auto 0 0;
}

@media screen and (max-width: 768px) {
  .rAbout__descSec__btn {
    margin: 30px auto 0 0;
    max-width: inherit;
    width: 45%;
  }
  .rAbout__descSec__btn a {
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
  }
}

.rAbout__textSec {
  position: relative;
  margin-top: 200px;
}

.rAbout__textSec__text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rAbout__textSec.rAbout__textSec::before {
    top: -100vw;
  }
}

.rAbout__productSec {
  padding: 140px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec {
    padding: 50px 0 0;
  }
}

.rAbout__productSec:last-of-type {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec:last-of-type {
    margin-top: 100px;
  }
}

.rAbout__productSec__left {
  width: 67%;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__left {
    width: 100%;
  }
}

.rAbout__productSec__right {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__right {
    width: 100%;
    margin-top: 30px;
  }
}

.rAbout__productSec__no {
  position: absolute;
  top: -114px;
  font-weight: 700;
  font-family: 'Roboto',serif;
  font-size: 90px;
  color: #EBF2F8;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__no {
    right: 0;
    bottom: 0;
    top: auto;
    font-size: 58px;
  }
}

.rAbout__productSec__title {
  padding: 50px 30px 45px;
  max-width: 46%;
  background-color: #0058A6;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .rAbout__productSec__title {
    max-width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__title {
    max-width: 80%;
    padding: 20px;
    z-index: -1;
  }
}

.rAbout__productSec__titleWrap {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.rAbout__productSec__title__main {
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__title__main {
    font-size: 20px;
  }
}

.rAbout__productSec__title__sub {
  width: 80%;
  padding: 5px 40px 3px 20px;
  display: inline-block;
  background-color: #1E1E1E;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .rAbout__productSec__title__sub {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__title__sub {
    font-size: 14px;
    padding: 5px 20px 3px 20px;
  }
}

.rAbout__productSec__title__middle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 30px 0 40px;
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__title__middle {
    padding: 30px 0 16px;
  }
}

.rAbout__productSec__img {
  position: absolute;
  right: 0;
  top: -150px;
  max-width: 63%;
}

.rAbout__productSec__img img {
  -webkit-box-shadow: 10px 10px 0 #000;
          box-shadow: 10px 10px 0 #000;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__img img {
    -webkit-box-shadow: 5px 5px 0 #000;
            box-shadow: 5px 5px 0 #000;
  }
}

@media screen and (max-width: 1000px) {
  .rAbout__productSec__img {
    max-width: 68%;
    position: static;
    margin-left: auto;
    margin-top: -10%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__img {
    position: static;
    max-width: 96%;
  }
}

.rAbout__productSec__img img {
  max-width: 100%;
}

.rAbout__productSec__text {
  padding-left: 2%;
  font-size: 16px;
  font-weight: 500;
}

.rAbout__productSec__textWrap {
  width: 38%;
  padding: 30px 40px;
}

@media screen and (max-width: 1000px) {
  .rAbout__productSec__textWrap {
    width: 100%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__textWrap {
    width: 100%;
    padding: 0;
  }
}

.rAbout__productSec__btn {
  width: auto;
  max-width: 600px;
  margin: 60px auto 0;
}

.rAbout__productSec__btn a {
  font-family: 'Noto Sans JP',sans-serif;
}

@media screen and (max-width: 768px) {
  .rAbout__productSec__btn a {
    font-size: 16px;
  }
}

.rBlankSec {
  margin-top: 200px;
  position: relative;
  height: 415.5px;
}

@media screen and (max-width: 768px) {
  .rBlankSec {
    margin-top: 60px;
    height: auto;
  }
}

/*remodal*/
.remodal {
  max-width: 970px;
}

@media screen and (max-width: 768px) {
  .remodal {
    padding: 20px 0;
  }
}

.remodal-close {
  right: 0;
  left: auto;
  top: -35px;
}

.remodal-close::before {
  left: auto;
  right: 0;
  color: #fff;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=recruit_about.css.map */