@charset "UTF-8";

/* ==========================================================================
   onayami.css
   ========================================================================== */

.o-m__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.o-m__onayami-content.swiper-container {
  @media screen and (max-width: 576px) {
    padding: 0 0 40px;
  }
}

.o-m__onayami-content_answer_title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  position: absolute;
  z-index: 300;
  top: 140px;
  left: 0;
  @media screen and (max-width: 576px) {
    font-size: 22px;
    line-height: 1.3;
    top: 125px;
  }
}

.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
  @media screen and (max-width: 576px) {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}

.o-m__onayami-content_data {
  width: 23%;
  @media screen and (max-width: 576px) {
    width: 100%;
    padding: 0 35px;
  }
}

.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: var(--gray-bg-02);
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 135px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  @media screen and (max-width: 576px) {
    margin-bottom: 100px;
  }
  &:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    border-top: 15px solid var(--gray-bg-02);
  }
}

.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}

.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 470px;
  background-color: var(--rmeisai-bg-sub-03);
  padding: 45px 0px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  @media screen and (max-width: 576px) {
    min-height: 0;
    padding: 45px 0px 10px;
  }
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background-color: #FFF;
  }
  &:after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 38px;
    background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_000_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.o-m__onayami-content_data_answer h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  margin-bottom: 20px;
  @media screen and (max-width: 576px) {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}

.o-m__onayami-content_data_icon {
  background-color: #FFF;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
  @media screen and (max-width: 576px) {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
}

.o-m__onayami-content_data_icon img {
  @media screen and (max-width: 576px) {
    width: 50px;
    height: auto;
  }
}

.o-m__onayami-content_data_list {
  padding: 0px 20px;
}

.o-m__onayami-content_data_list li {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_000_check.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}

.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}

.o-m__onayami .pc-only {
  display: inline-block;
  @media screen and (max-width: 576px) {
    display: none;
  }
}

.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.o-m__onayami .swiper-slide {
  width: 23%;
}

.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}

.o-m__onayami .swiper-pagination {
  @media screen and (max-width: 576px) {
    display: block;
    bottom: 10px !important;
  }
}

.o-m__onayami .swiper-pagination-bullet-active {
  @media screen and (max-width: 576px) {
    opacity: 1;
    background: var(--rmeisai-primary) !important;
  }
}

.o-m__onayami .swiper-button-prev {
  @media screen and (max-width: 576px) {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  &:before {
    @media screen and (max-width: 576px) {
      content: "";
      width: 35px;
      height: 35px;
      border-radius: 30px;
      background-color: var(--rmeisai-primary);
      position: absolute;
      left: 0px;
    }
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: absolute;
      z-index: 1;
      display: block;
      content: "";
      width: 12px;
      height: 12px;
      top: 50%;
      left: 50%;
      bottom: auto;
      margin: auto;
      transform: translateY(-50%) translateX(-30%) rotate(45deg);
      transition: all ease .3s;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
    }
  }
}

.o-m__onayami .swiper-button-next {
  @media screen and (max-width: 576px) {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  &:before {
    @media screen and (max-width: 576px) {
      content: "";
      width: 35px;
      height: 35px;
      border-radius: 30px;
      background-color: var(--rmeisai-primary);
      position: absolute;
      left: 0;
    }
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: absolute;
      z-index: 1;
      display: block;
      content: "";
      width: 12px;
      height: 12px;
      top: 50%;
      left: 50%;
      bottom: auto;
      margin: auto;
      transform: translateY(-50%) translateX(-70%) rotate(45deg);
      transition: all ease .3s;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
  }
}
