@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
  min-width: 950px;
}

/* ==

　02. モジュール

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
.sMv01 {
  position: relative;
  width: 100%;
  height: 375px;
  border-bottom: 3px solid #ca2b2a;
}
.sMv01 .sMv01_bg img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sMv01 .sMv01_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sMv01 .sMv01_in h1 {
  font-size: 72px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.sMv01 .sMv01_in h1 span {
  font-size: 32px;
  display: block;
}

.sInterview {
  padding: 60px 0 180px;
  overflow: hidden;
}
.sInterview .sInterview_in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.sInterview .sInterview_in .sInterview_tit {
  text-align: center;
  margin-bottom: 80px;
}
.sInterview .sInterview_in .sInterview_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sInterview .sInterview_in .sInterview_list::after {
  content: "";
  max-width: 325px;
  width: 29.55%;
  display: block;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item {
  position: relative;
  max-width: 330px;
  width: 30%;
  margin-bottom: 70px;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item {
  color: #fff;
  text-decoration: none;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background-color: #e3e4e0;
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_img-new {
  position: relative;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_img-new::after {
  content: "";
  width: 58px;
  height: 58px;
  display: block;
  background: url(/70th/interview/images/icon_new.png) no-repeat 0 0;
  background-size: 58px;
  position: absolute;
  top: 28px;
  left: 15px;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt {
  position: relative;
  background-color: #ca2b2a;
  padding: 20px 15px 60px;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt::before, .sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform-origin: 100% 50%;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt::before {
  transform: rotate(45deg);
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt::after {
  transform: rotate(-45deg);
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_sub {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.39vw;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_sub-v2 {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1140px) {
  .sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_sub {
    font-size: 16px;
  }
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 {
  position: relative;
  font-size: 1.65vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1140px) {
  .sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 2px 8px 4px;
  line-height: 1.5;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 span:nth-child(3) {
  transform: translateY(-2px);
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 span:nth-child(5) {
  transform: translateY(-4px);
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt h4 span:last-child {
  margin-bottom: 0;
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_detail {
  position: absolute;
  bottom: 12px;
  left: 25px;
  width: calc(100% - 40px);
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_detail p {
  font-size: 1.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1140px) {
  .sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_detail p {
    font-size: 14px;
  }
}
.sInterview .sInterview_in .sInterview_list .sInterview_list_item .sIntaview_item .sIntaview_item_txt .sIntaview_item_detail .sIntaview_item_name {
  font-size: 18px;
}

.sInterview_list_detail {
  background-color: #ca2b2a;
  color: #fff;
  padding: 15px 15px 20px 15px;
}
.sInterview_list_detail::before, .sInterview_list_detail::after {
  content: "";
  position: absolute;
  bottom: 33px;
  right: 15px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform-origin: 100% 50%;
}
.sInterview_list_detail::before {
  transform: rotate(45deg);
}
.sInterview_list_detail::after {
  transform: rotate(-45deg);
}
.sInterview_list_detail .sInterview_list_tit {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.sInterview_list_detail .sInterview_list_tit span {
  font-size: 20px;
}
.sInterview_list_detail .sInterview_list_message {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 10px;
  padding-left: 5px;
}
.sInterview_list_detail .sInterview_list_message span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px 4px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.sInterview_list_detail .sInterview_list_message span:last-child {
  transform: translateY(-5px);
}
.sInterview_list_detail .sInterview_list_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin-left: 5px;
}
.sInterview_list_detail .sInterview_list_col .sInterview_list_name {
  font-size: 18px;
  line-height: 1.5;
}
.sInterview_list_detail .sInterview_list_col .sInterview_list_name span {
  display: block;
  font-size: 14px;
}
.sInterview_list_detail .sInterview_list_col .sInterview_list_date {
  font-size: 14px;
}

.sMv02 {
  position: relative;
  width: 100%;
  height: 52.5vw;
}
@media screen and (max-width: 1400px) {
  .sMv02 {
    height: 720px;
  }
}
.sMv02 .sMv02_bg {
  width: 100%;
  height: 52.5vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1.5s linear;
}
@media screen and (max-width: 1400px) {
  .sMv02 .sMv02_bg {
    height: 720px;
  }
}
.sMv02 .sMv02_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .sMv02 .sMv02_bg img {
    height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sMv02 .sMv02_in {
  position: relative;
  max-width: 1040px;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
}
.sMv02 .sMv02_in .sMv02_txt {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2%;
  padding-top: 8%;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s cubic-bezier(0, 0.88, 0.5, 1);
  transition-delay: 0.5s;
}
.sMv02 .sMv02_in .sMv02_txt-v1 {
  padding-top: 14%;
}
.sMv02 .sMv02_in .sMv02_txt-v2 {
  padding-top: 5%;
}
.sMv02 .sMv02_in .sMv02_txt span {
  font-size: 20px;
  display: inline-block;
  margin-left: 20px;
}
.sMv02 .sMv02_in .sMv02_tit {
  font-size: 52px;
  font-weight: 500;
  color: #e6002f;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s cubic-bezier(0, 0.88, 0.5, 1);
  transition-delay: 0.8s;
}
.sMv02 .sMv02_in .sMv02_tit span {
  font-size: 32px;
  display: block;
}
.sMv02 .sMv02_in .sMv02_tit-v1 {
  letter-spacing: -0.08em;
}
.sMv02 .sMv02_in .sMv02_name {
  position: absolute;
  left: 10px;
  bottom: 15%;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0, 0.88, 0.5, 1);
  transition-delay: 1.2s;
}
@media screen and (max-width: 1400px) {
  .sMv02 .sMv02_in .sMv02_name {
    bottom: 70px;
  }
}
.sMv02 .sMv02_in .sMv02_name span {
  font-size: 17px;
  display: block;
  letter-spacing: 0.1em;
}
.sMv02 .sMv02_in .sMv02_name-v1 {
  bottom: 12%;
}
@media screen and (max-width: 1400px) {
  .sMv02 .sMv02_in .sMv02_name-v1 {
    bottom: 50px;
  }
}
.sMv02 .sMv02_in .sMv02_name-ff1 {
  font-family: "Noto Serif JP";
}
.sMv02 .sMv02_in-v1 {
  max-width: 1200px;
}
.sMv02 .sMv02_in-v1 .sMv02_gridbox {
  display: grid;
  justify-content: right;
}
.sMv02 .sMv02_in-v1 .sMv02_gridbox .sMv02_gridbox_in {
  text-align: right;
}
.sMv02 .sMv02_in-v1 .sMv02_gridbox .sMv02_gridbox_in .sMv02_tit {
  text-align: left;
  display: inline-block;
}
.sMv02 .sMv02_in-v1 .sMv02_name {
  left: auto;
  right: 50px;
}
.sMv02.inView .sMv02_bg {
  opacity: 1;
}
.sMv02.inView .sMv02_in .sMv02_txt {
  opacity: 1;
  transform: translateY(0px);
}
.sMv02.inView .sMv02_in .sMv02_tit {
  opacity: 1;
  transform: translateY(0px);
}
.sMv02.inView .sMv02_in .sMv02_name {
  opacity: 1;
}

.sLead {
  padding: 80px 0;
}
.sLead p {
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 46.53px;
  letter-spacing: 0.18em;
}
.sLead p::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #ca2b2a;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 15px);
}

.sProfile {
  padding: 60px 0 0;
}
.sProfile .sProfile_in {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 10px;
}
.sProfile .sProfile_in .sProfile_tit {
  text-align: center;
  margin-bottom: 5px;
}
.sProfile .sProfile_in .sProfile_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
}
.sProfile .sProfile_in .sProfile_item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #747474;
  position: absolute;
  top: 0;
  left: 0;
}
.sProfile .sProfile_in .sProfile_item::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #747474;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sProfile .sProfile_in .sProfile_item .sProfile_img {
  width: 110px;
}
.sProfile .sProfile_in .sProfile_item .sProfile_name {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
}
.sProfile .sProfile_in .sProfile_item .sProfile_name p {
  font-size: 14px;
  line-height: 1.4;
}
.sProfile .sProfile_in .sProfile_item .sProfile_name p span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 0.16em;
}
.sProfile .sProfile_in .sProfile_item .sProfile_name-ff1 span {
  font-family: "Noto Serif JP";
}
.sProfile .sProfile_in .sProfile_item .sProfile_txt {
  width: 550px;
}
.sProfile .sProfile_in .sProfile_item .sProfile_txt-v1 {
  width: 570px;
}
.sProfile .sProfile_in .sProfile_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.sProfile .sProfile_in .sProfile_col .sProfile_img {
  width: 220px;
}

.sInterview-v1 {
  padding: 160px 0 0;
  margin-bottom: 90px;
}
.sInterview-v1 .sInterview_in {
  max-width: 1360px;
  padding: 0;
}
.sInterview-v1 .sInterview_in .sInterview_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item {
  position: relative;
  max-width: 500px;
  width: 45.45%;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item-img {
  max-width: 500px;
  width: 36.76%;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item-txt {
  max-width: 755px;
  width: 55.5%;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_tit {
  width: 82.2%;
  max-width: 620px;
  text-align: left;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_tit h2 {
  text-align: left;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.64;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_tit p.sInterview_question {
  color: #ca2b2a;
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.57;
  letter-spacing: 0em;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_tit p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_tit .sInterview_note {
  font-size: 14px;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_img {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_img img {
  max-width: none;
  width: 100%;
}
.sInterview-v1 .sInterview_in .sInterview_col .sInterview_item .sInterview_img h2 {
  text-align: left;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.64;
}
.sInterview-v1 .sInterview_in .sInterview_col-reverse {
  flex-direction: row-reverse;
}
.sInterview-v1 .sInterview_in .sInterview_col-reverse .sInterview_item-txt .sInterview_tit {
  margin: 0 0 0 auto;
}

.sMessage {
  margin-bottom: 120px;
}
.sMessage .sMessage_bg img {
  width: 100%;
  height: auto;
}
.sMessage .sMessage_bg .sMessage_tit {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 0 40px;
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.sMessage .sMessage_in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}
.sMessage .sMessage_in .sMessage_block {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1020px;
  background-color: #f8f0ea;
}
.sMessage .sMessage_in .sMessage_block .sMessage_block_in {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0;
}
.sMessage .sMessage_in .sMessage_block .sMessage_block_in h3 {
  color: #ca2b2a;
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 50px;
}
.sMessage .sMessage_in .sMessage_block .sMessage_block_in p {
  margin-top: 30px;
  font-size: 18px;
}
.sMessage .sMessage_in .sMessage_block .sMessage_block_in p:last-child {
  margin-bottom: 0;
}
.sMessage .sMessage_in .sMessage_block .sMessage_block_in .sMessage_block_img {
  margin-top: 100px;
}

.sRelation {
  margin-bottom: 100px;
}
.sRelation .sRelation_tit {
  text-align: center;
}
.sRelation .sRelation_tit h3 {
  font-family: "Zen Old Mincho", serif;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.sRelation .sRelation_tit h3 span:first-child {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #ca2b2a;
}
.sRelation .sRelation_tit h3 span:last-child {
  color: #ca2b2a;
  font-size: 22px;
}
.sRelation .sIntaview_swiper {
  overflow: hidden;
  padding: 50px 0 100px;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide {
  transition: all 0.5s;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide img {
  width: 100%;
  height: auto;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item {
  color: #fff;
  text-decoration: none;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background-color: #e3e4e0;
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_img-new {
  position: relative;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_img-new::after {
  content: "";
  width: 58px;
  height: 58px;
  display: block;
  background: url(/70th/interview/images/icon_new.png) no-repeat 0 0;
  background-size: 58px;
  position: absolute;
  top: 115px;
  left: 15px;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt {
  position: relative;
  background-color: #ca2b2a;
  padding: 75px 25px 10px;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::before, .sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform-origin: 100% 50%;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::before {
  transform: rotate(45deg);
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::after {
  transform: rotate(-45deg);
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 {
  position: absolute;
  top: -50px;
  left: 25px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 {
    font-size: 17px;
    top: -45px;
    letter-spacing: -0.03em;
  }
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 2px 7px 4px;
  line-height: 1.5;
  margin-bottom: -1px;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span:nth-child(3) {
  transform: translateY(-2px);
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span:nth-child(5) {
  transform: translateY(-4px);
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt-v1 h4 {
  top: -100px;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sRelation .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt p span {
  font-size: 14px;
}
.sRelation .sIntaview_swiper .swiper-button-next::after, .sRelation .sIntaview_swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #ca2b2a;
}
.sRelation .sIntaview_swiper .swiper-button-next, .sRelation .sIntaview_swiper .swiper-button-prev {
  top: auto;
  bottom: -92px;
}
.sRelation .sIntaview_swiper .swiper-button-next {
  right: calc(50% - 130px);
}
.sRelation .sIntaview_swiper .swiper-button-prev {
  left: calc(50% - 130px);
}
.sRelation .sIntaview_swiper .swiper-pagination {
  bottom: -80px;
}
.sRelation .sIntaview_swiper .swiper-pagination-bullet {
  background-color: #f0c4c3;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.sRelation .sIntaview_swiper .swiper-pagination-bullet-active {
  background-color: #ca2b2a;
}
/*# sourceMappingURL=index.css.map */