@charset "UTF-8";


/*--------------------------------------------
wrapper
--------------------------------------------*/
body {
  background: #000;
}

.rc__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rc__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, var(--bg-opacity, 0));
  transition: background 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.rc__bg img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: top;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc__bg img {
    width: 100vw;
    height: 177.6vw;
  }
}

.rc-wrapper {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------
ttl
--------------------------------------------*/
.rc-ttl {
  min-height: 640px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl {
    min-height: 177.6vw;
    flex-direction: column;
  }
}

.rc-ttl__jp {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin: 65px 0 0 10.9375%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl__jp {
    margin: 84vw 0 0 0;
    font-size: 8.89vw;
  }
}

.rc-ttl__txt {
  margin: 65px 6.25% 0 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl__txt {
    margin: 80vw 0 0 0;
    padding: 16vw 5.33vw;
  }
}
.rc-ttl__txt h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.9;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl__txt h3 {
    font-size: 6.67vw;
    line-height: 1.583;
  }
}
.rc-ttl__txt p {
  margin-top: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl__txt p {
    margin-top: 4.27vw;
    font-size: 5vw;
    line-height: 1.556;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.rc-content {
  width: 100%;
  position: relative;
  padding: 120px 0 0 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.rc-content {
  padding: 26.666vw 0 0 0;
}
}

.rc-content.--environment,
.rc-content.--recruit {
  padding-top: 160px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content.--environment,
  .rc-content.--recruit {
    padding-top: 27vw;
  }
}

.rc-content__inner {
  position: relative;
  width: 100%;
  padding: 125px 10% 80px 10%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__inner {
    padding: 41.33vw 10% 21.33vw 10%;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content.--environment .rc-content__inner {
    padding: 41.33vw 10% 12.8vw 10%;
  }
}

.rc-content .u-ani_slide {
  width: 95%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content .u-ani_slide {
    width: 94.444vw;
  }
}

.rc-content .u-ani_slide .u-ani_slide_inner h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 10% 60px 6.25%;
  background: linear-gradient(to right, #144781, #2176d9);
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content .u-ani_slide .u-ani_slide_inner h3 {
    flex-direction: column;
    padding: 11.11vw 5.56vw 13.13vw 3.2vw;
  }
}

.rc-ttl-h3__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-size: 61px;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__en {
    font-size: 13.33vw;
    font-weight: 300;
    text-align: center;
  }
}

.rc-ttl-h3__jp {
  margin-top: 14px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__jp {
    margin-top: 1.07vw;
    font-size: 4.44vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.rc-ttl-h3__lead {
  display: block;
  width: 48%;
  font-size: 23px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__lead {
    margin-top: 6.4vw;
    width: 100%;
    font-size: 5.56vw;
    line-height: 1.6;
  }
}

.rc-ttl-h3__lead__wrapper {
  width: 64%;
  display: flex;
  flex-direction: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__lead__wrapper {
    margin-top: 5.87vw;
    width: 100%;
  }
}

.rc-ttl-h3__mainlead {
  display: block;
  font-size: 23px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__mainlead {
    font-size: 5.56vw;
  }
}

.rc-ttl-h3__sublead {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-ttl-h3__sublead {
    font-size: 4.44vw;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}

.rc-content__recommend {
  width: 100%;
  margin: 0 auto;
  padding-top: 110px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend {
    padding-top: 5vw;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend.--environment {
    padding-top: 5vw;
  }
}

.rc-content__recommend__inner {
  position: relative;
  margin: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__inner {
    margin: 0 5.56vw;
    flex-direction: column;
    padding: 17.33vw 0 17.07vw;
  }
}

.rc-content__recommend__inner__bg {
  background: linear-gradient(to right, #6E6E6E, #262626);
}
.rc-content__recommend__inner__bg.--reverse {
  background: linear-gradient(to left, #6E6E6E, #262626);
}

.rc-content__recommend__inner .rc-ttl-h3__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 45px;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__inner .rc-ttl-h3__en {
    font-size: 12.5vw;
  }
}

.rc-content__recommend__inner .rc-ttl-h3__jp {
  margin-top: 14px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__inner .rc-ttl-h3__jp {
    margin-top: 3.33vw;
    font-size: 5.56vw;
    text-align: center;
  }
}

.rc-content__recommend__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -48px;
  width: 70.3125%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__img {
    flex-direction: column;
    top: 9.33vw;
    width: 100%;
  }
}

.rc-content__recommend__link {
  position: relative;
  top: -48px;
  width: 70.3125%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__link {
    top: 8.53vw;
    width: 100%;
  }
}

.rc-content__recommend__img .rc-content__recommend__link {
  position: relative;
  top: auto;
  width: 48.3333%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__img .rc-content__recommend__link {
    width: 100%;
  }
}

.rc-content__recommend__link__btn .u-hover_img {
  border-radius: 8px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__link__btn .u-hover_img {
    border-radius: 2.13vw;
  }
}

.rc-content__recommend__link__txt {
  position: absolute;
  bottom: 65px;
  left: 3.33%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__link__txt {
    bottom: 11.47vw;
    left: 3.33%;
    font-size: 4.44vw;
  }
}

.rc-content__recommend__link .arrow_r {
  position: absolute;
  bottom: 60px;
  right: 1.39%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__link .arrow_r {
    bottom: 10.67vw;
    right: 2.67%;
    width: 8.53vw;
    height: 8.53vw;
  }
}

.rc-content__recommend__link .arrow_r::before,
.rc-content__recommend__link .arrow_r::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: right center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__recommend__link .arrow_r::before,
  .rc-content__recommend__link .arrow_r::after {
    width: 1.87vw;
  }
}

.rc-content__recommend__link .arrow_r::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rc-content__recommend__link .arrow_r::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
PEOPLE
*/
.rc-people {
  width: 90%;
  margin: 0 auto;
  padding: 65px 0 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people {
    width: 100%;
    padding: 7vw 0 0;
  }
}

.rc-people__ttl {
  margin: 0 auto;
  width: 78.472%;
  display: flex;
  align-items: flex-end;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__ttl {
    margin: 0 auto;
    width: calc(100% - 5.56vw * 2);
    flex-direction: column;
    align-items: center;
    gap: 4.27vw;
  }
}

.rc-people__ttl h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__ttl h4 {
    font-size: 13.89vw;
  }
}

.rc-people__ttl__tag {
  margin-left: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__ttl__tag {
    margin: 0 auto;
    gap: 3.2vw;
  }
}

.rc-people__ttl__tag li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 8px 10px 10px 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__ttl__tag li a {
    border-radius: 1.07vw;
    font-size: 4.72vw;
    padding: 1.87vw 2.67vw 2.4vw 2.67vw;
  }
}
.rc-people__ttl__tag li a::before {
  content: "# ";
  color: rgba(255, 255, 255, 0.5);
}

.rc-people__slider__container {
  position: relative;
  width: 100%;
}

.rc-people__slider {
  width: 81.25%;
  margin: 0 auto;
  padding: 45px 0 55px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__slider {
    width: 100%;
    padding: 13.33vw 0 32vw;
  }
}

.slick-slider {
  position: unset;
}

.slick-slide {
  padding: 0 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-slide {
    padding: 0 2.67vw;
  }
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 14.93vw;
    height: 14.93vw;
    top: auto;
    bottom: 6.67vw;
    background-size: 5.28vw auto;
  }
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: 0;
  background-image: url('/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/recruit_career/slick-arrow.svg');
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 31.11vw;
  }
}

.slick-next {
  right: 0;
  background-image: url('/recruitment/wp/wp-content/themes/onozo_recruit/assets/images/recruit_career/slick-arrow.svg');
  transform: translateY(-50%) scaleX(-1);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .slick-next {
    right: 31.11vw;
  }
}

.rc-now__item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item {
    border-radius: 1.07vw;
    height: 90.28vw;
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item img {
    height: 50.28vw;
    object-fit: cover;
    width: 100%;
    display: block;
  }
}

.rc-now__item__detail {
  padding: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item__detail {
    padding: 2.67vw;
  }
}

.rc-now__item__detail h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #439AFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item__detail h3 {
    font-size: 4.44vw;
  }
}

.rc-now__item__detail p {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #439AFF;
  opacity: 0.5;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item__detail p {
    margin-top: 2.13vw;
    font-size: 3.61vw;
    line-height: 1.538;
  }
}

.rc-now__item__detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item__detail ul {
    gap: 1.07vw;                 
    margin-top: 4.27vw;
  }
}

.rc-now__item__detail ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3em;
  border: solid 1px #d9ebff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #439AFF;
  padding: 0.4em 0.5em 0.6em 0.5em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-now__item__detail ul li {
    border-radius: 1.07vw;
    font-size: 3.06vw;
  }
}

.rc-now__item__detail ul li::before {
  content: "#";
}

.rc-people__more {
  margin: 0 0 0 auto;
  width: 384px;
  border-bottom: 1px solid #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more {
    margin: 0 auto;
    width: calc(100% - 5.56vw * 2);
  }
}

.rc-people__more__catch {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more__catch {
    font-size: 3.89vw;
  }
}

.rc-people__more__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more__link {
    padding: 1.33vw 0;
  }
}

.rc-people__more__link span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more__link span {
    font-size: 4.44vw;
  }
}

.rc-people__more__link .arrow_r {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more__link .arrow_r {
    width: 10.67vw;
    height: 10.67vw;
  }
}

.rc-people__more__link .arrow_r::before,
.rc-people__more__link .arrow_r::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: right center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-people__more__link .arrow_r::before,
  .rc-people__more__link .arrow_r::after {
    width: 1.87vw;
  }
}

.rc-people__more__link .arrow_r::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.rc-people__more__link .arrow_r::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
RECRUIT
*/
.rc-recruit__tab {
  padding-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-recruit__tab {
    padding-bottom: 8vw;
  }
}

.rc-recruit__tab__btn {
  width: 80%;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-recruit__tab__btn {
    margin: 14vw auto 0;
    width: calc(100% - 5.56vw * 2);
  }
}

.rc-recruit__tab__btn li {
  padding: 10px 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-recruit__tab__btn li {
    padding: 0 4.27vw;
    font-size: 4.44vw;
    line-height: 2;
  }
}
.rc-recruit__tab__btn li.active {
  color: #fff;
}

.rc-recruit__tab__content {
  display: none;
  margin: 64px auto 0;
  width: 80%;
  padding: 64px 64px 80px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 20px 20px 0 #283B71;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-recruit__tab__content {
    margin: 13.33vw auto 0;
    width: calc(100% - 5.56vw * 2);
    padding: 12vw 5.56vw;
    border-radius: 2.67vw;
    box-shadow: 2.67vw 2.67vw 0 #283B71;
  }
}
.rc-recruit__tab__content.active {
  display: block;
}

.rc-recruit__tab__content h4 {
  color: #296FC6;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-recruit__tab__content h4 {
    font-size: 5.56vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.rc-recruit__tab__content.-note {
  margin-bottom: 160px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.rc-recruit__tab__content.-note {
  margin-bottom: 12.27vw;
}
}

.rn-content__inner__note {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__note {
    font-size: 4.44vw;
  }
}

.rn-content__inner__list {
  margin-top: 64px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list {
    margin-top: 4.27vw;
  }
}

.rn-content__inner__list li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding: 22px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list li {
    flex-direction: column;
    padding: 3.73vw 0;
  }
}

.rn-content__inner__list li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 232px;
  height: 4px;
  background: #000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list li::before {
    content: none;
  }
}

.rn-content__inner__list__ttl {
  width: 256px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__ttl {
    width: 100%;
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.rn-content__inner__list__txt {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__txt {
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.rn-content__inner__list__txt a {
  text-decoration: underline;
}

/*
ENTRY
*/
.rc-content.--entry {
  margin: 0;
  padding: 0;
}

.rc-content.--entry .rc-content__inner {
  padding: 0 10%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content.--entry .rc-content__inner {
    padding: 0 5.33vw;
  }
}

.rc-content__inner__btn {
  margin: 60px 0 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.778;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 36px;
  border-radius: 4px;
  background: linear-gradient(to right, #144781, #2176d9);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rc-content__inner__btn {
    margin: 6.4vw 0 12.27vw;
    font-size: 4.17vw;
    line-height: 2;
    padding: 4.27vw;
    border-radius: 1.07vw;
  }
}