@charset "UTF-8";

/* 20251103 追加 - モニター募集ページ */
.monitor .common-header .content {
  height: 22rem;
}

.monitor .common-header .content .sub-ttl {
  margin-bottom: 0.5em;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", serif;
  font-size: 1em;
}

.c-monitor-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 83%;
  min-height: 4em;
  padding: 0.5em 3em 0.5em 2.5em;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #312121;
}

.c-monitor-button a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  border-right: 1px solid #312121;
  border-bottom: 1px solid #312121;
  transform: translate(0, -60%) rotate(-45deg);
}

.monitor-cta {
  padding: 0 0 3em;
}

.monitor-cta.monitor-cta-01 {
  padding: 3em 0;
}

.monitor-cta-img {
  width: 100%;
  margin-bottom: 2em;
}

.monitor-cta-text {
  text-align: center;
}

.monitor-cta-text .text {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 600;
}

.monitor-cta-text .text::before, .monitor-cta-text .text::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  content: "";
  background: #312121;
}

.monitor-cta-text .text::before {
  left: -0.8em;
  transform: translate(0, -50%) rotate(-30deg);
}

.monitor-cta-text .text::after {
  right: -0.8em;
  transform: translate(0, -50%) rotate(30deg);
}

.monitor-cta-text .pink {
  color: #e14c68;
}

.monitor-cta-button {
  text-align: center;
}

.monitor-cta-button a {
  display: inline-block;
  padding: 1em 4em;
  font-size: 1.1em;
  color: #fff;
  background-color: #e14c68;
  box-shadow: 0 0.4em 0.5em 0 rgb(0 0 0 / 20%);
}

.monitor-bnr {
  margin-bottom: 4em;
}

@media (width >= 769px) {
  .monitor .common-header .content {
    height: 32rem;
  }

  .monitor .common-header .content .sub-ttl {
    margin-bottom: 1em;
  }

  .c-monitor-button a {
    width: 90%;
    padding: 1em 2.5em;
    font-size: 1.1em;
  }

  .monitor-cta {
    padding: 0 0 4em;
  }

  .monitor-cta.monitor-cta-01 {
    padding: 4em 0;
  }

  .monitor-cta-img {
    margin-bottom: 4em;
  }

  .monitor-cta-button a {
    padding: 1em 7em;
  }

  .monitor-bnr {
    max-width: 1080px;
    margin: 0 auto 6em;
    box-shadow: 0 0.8em 1em 0 rgb(0 0 0 / 20%);
  }
}

.monitor-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.monitor-main img {
  width: 100%;
  height: auto;
}

.monitor-anchor {
  padding: 2.5em 0;
}

.monitor-anchor-title {
  margin-bottom: 1em;
}

.monitor-anchor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2%;
  width: 89.7436%;
  margin: 0 auto;
}

.monitor-anchor-item {
  width: 49%;
  text-align: center;
}

.monitor-anchor-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6rem;
  line-height: 1.3;
  text-align: center;
  background: #f7f7f7;
}

.monitor-anchor-item a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  border-right: 1px solid #312121;
  border-bottom: 1px solid #312121;
  transform: translate(0, -60%) rotate(45deg);
}

@media (width >= 769px) {
  .monitor-anchor {
    padding: 5em 0;
  }

  .monitor-anchor-grid {
    gap: 0.8em 2%;
    max-width: 700px;
  }

  .monitor-anchor-item {
    width: 32%;
  }
}

.monitor-seido {
  padding: 2em 0;
}

.monitor-seido-inner {
  position: relative;
  padding: 3rem 0 4.5em;
  background-color: #f0eee7;
}

.monitor-seido-inner::before, .monitor-seido-inner::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 195/7;
  content: "";
  background-image: url("../images/monitor/s-menu-wave.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.monitor-seido-inner::before {
  bottom: calc(100% - 1px);
}

.monitor-seido-inner::after {
  top: calc(100% - 1px);
  transform: scale(-1, -1);
}

.monitor-seido-content {
  position: relative;
  width: 89.7436%;
  padding: 3em 7% 4.75em;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1em;
}

.monitor-seido-content::before, .monitor-seido-content::after {
  position: absolute;
  bottom: -3.5em;
  display: block;
  width: 23%;
  height: auto;
  aspect-ratio: 19/36;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.monitor-seido-content::before {
  left: -5%;
  background-image: url("../images/monitor/deco_img_01.png");
}

.monitor-seido-content::after {
  right: -3%;
  background-image: url("../images/monitor/deco_img_02.png");
}

.monitor-seido-title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  text-align: center;
}

.monitor-seido-title span {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.8em;
  border-bottom: 1px solid #e14c68;
}

.monitor-seido-title span::before, .monitor-seido-title span::after {
  position: absolute;
  bottom: 0.5em;
  width: 1.5em;
  height: auto;
  aspect-ratio: 42/53;
  content: "";
  background-image: url("../images/monitor/deco_img_03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.monitor-seido-title span::before {
  left: -1em;
}

.monitor-seido-title span::after {
  right: -1em;
  transform: scaleX(-1);
}

.monitor-seido-text p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  text-align: justify;
}

.monitor-seido-text p .pink {
  font-size: 1.1em;
  color: #e14c68;
}

@media (width >= 769px) {
  .monitor-seido {
    padding: 4em 0;
  }

  .monitor-seido-inner {
    padding: 4em 0;
  }

  .monitor-seido-inner::before, .monitor-seido-inner::after {
    aspect-ratio: 144/5;
  }

  .monitor-seido-content {
    max-width: 925px;
    padding: 5em 10% 4em;
    border-radius: 3.125em;
  }

  .monitor-seido-content::before, .monitor-seido-content::after {
    width: 21%;
    max-width: 190px;
  }

  .monitor-seido-content::before {
    top: 1em;
    bottom: auto;
    left: -10%;
  }

  .monitor-seido-content::after {
    right: -10%;
    bottom: 2em;
  }

  .monitor-seido-title {
    font-size: 2.5em;
  }

  .monitor-seido-title span {
    padding: 0;
  }

  .monitor-seido-title span::before, .monitor-seido-title span::after {
    bottom: 0.3em;
    width: 1em;
  }

  .monitor-seido-title span::before {
    left: -1.5em;
  }

  .monitor-seido-title span::after {
    right: -1.5em;
  }

  .monitor-seido-text p {
    margin-bottom: 2em;
  }
}

.monitor-public-range {
  padding: 2em 0 4em;
  overflow: hidden;
}

.monitor-public-range-text {
  margin-bottom: 3em;
}

.monitor-public-range-text p:not(:last-child) {
  margin-bottom: 2em;
}

.monitor-public-range-item {
  padding: 0 0 4em;
}

.monitor-public-range-item:last-child {
  padding: 0;
}

.monitor-public-range-item-title {
  padding: 0.5em 0;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
  background-color: #f4f2ef;
}

.monitor-public-range-item-note {
  margin-bottom: 1.5em;
  text-align: center;
}

.monitor-public-range-item-images {
  overflow: visible;
}

.monitor-public-range-item-images img {
  width: 100%;
  height: auto;
}

.monitor-public-range-item-images .swiper-slide {
  width: 95% !important;
}

@media (width >= 769px) {
  .monitor-public-range {
    padding: 2em 0 5em;
  }

  .monitor-public-range-title {
    margin-bottom: 1.5em;
  }

  .monitor-public-range-text {
    margin-bottom: 4em;
  }

  .monitor-public-range-item {
    padding: 0 0 3em;
  }

  .monitor-public-range-item:last-child {
    padding: 0;
  }

  .monitor-public-range-item-title {
    padding: 1em 0;
    margin-bottom: 1.5em;
    font-size: 1.25em;
  }

  .monitor-public-range-item-images .swiper-wrapper {
    display: flex;
    gap: 2%;
    transform: none !important;
  }

  .monitor-public-range-item-images .swiper-slide {
    width: 32% !important;
  }
}

.monitor-conditions {
  padding: 0 0 4em;
}

.monitor-conditions-text {
  margin-bottom: 1em;
}

.monitor-conditions-text p:not(:last-child) {
  margin-bottom: 2em;
}

.monitor-conditions-text-note {
  padding: 1em;
  background-color: #f4f2ef;
}

@media (width >= 769px) {
  .monitor-conditions {
    padding: 0 0 5em;
  }

  .monitor-conditions-title {
    margin-bottom: 1.5em;
  }

  .monitor-conditions-text-note {
    padding: 1em 2em;
  }
}

.monitor-flow {
  padding: 0 0 4em;
}

.monitor-flow-step {
  padding: 2em 5%;
  background-color: #f4f2ef;
}

.monitor-flow-step:not(:last-child) {
  position: relative;
  margin-bottom: 2.5em;
}

.monitor-flow-step:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  border-right: 2px solid #312121;
  border-bottom: 2px solid #312121;
  transform: translate(-50%, -50%) rotate(45deg);
}

.monitor-flow-step-icon {
  width: 34%;
  margin: 0 auto 1.5em;
}

.monitor-flow-step-icon img {
  width: 100%;
  height: auto;
}

.monitor-flow-step-title {
  margin-bottom: 0.2em;
  font-size: 1.2em;
  color: #b1830f;
}

@media (width >= 769px) {
  .monitor-flow {
    padding: 0 0 5em;
  }

  .monitor-flow-step {
    display: flex;
    align-items: center;
    padding: 2em 5% 2em 8%;
  }

  .monitor-flow-step:not(:last-child) {
    margin-bottom: 3em;
  }

  .monitor-flow-step:not(:last-child)::after {
    top: calc(100% + 1.2em);
  }

  .monitor-flow-step-icon {
    width: 110px;
    margin: 0 5% 0 0;
  }

  .monitor-flow-step-content {
    flex: 1;
  }
}

.monitor-qa {
  padding: 0 0 4em;
}

@media (width >= 769px) {
  .monitor-qa {
    padding: 0 0 5em;
  }
}

.monitor-menu {
  padding: 2em 0 4em;
}

.monitor-menu-title {
  margin-bottom: 2em;
}

.monitor-menu-item {
  padding: 0 0 3em;
}

.monitor-menu-item:last-child {
  padding: 0;
}

.monitor-menu-item-header {
  margin-bottom: 3em;
}

.monitor-menu-item-header-img {
  position: relative;
  margin-bottom: 4em;
}

.monitor-menu-item-header-img::after {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 0;
  width: calc(100% - 2em);
  height: auto;
  aspect-ratio: 444/335;
  content: "";
  background-color: #f4f2ef;
}

.monitor-menu-item-header-img .monitor-menu-item-header-img-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 2em);
  height: auto;
  aspect-ratio: 444/335;
}

.monitor-menu-item-header-img .monitor-menu-item-header-img-inner::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: calc(100% - 1.2em);
  height: calc(100% - 1.2em);
  content: "";
  border: 1px solid #f4f2ef;
  transform: translate(50%, -50%);
}

.monitor-menu-item-header-img .monitor-menu-item-header-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
     object-fit: cover;
}

.monitor-menu-item-header-title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  color: #b1830f;
}

.monitor-menu-item-header-text {
  margin-bottom: 2em;
  line-height: 1.8;
  text-align: justify;
}

.monitor-menu-item-images {
  padding: 0 0 3em;
}

.monitor-menu-item-images-title {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-align: center;
}

.monitor-menu-item-images-slider {
  margin-bottom: 3em;
  overflow: visible;
}

.monitor-menu-item-images-slider img {
  width: 100%;
  height: auto;
}

.monitor-menu-item-images-slider .swiper-slide {
  width: 90% !important;
}

.monitor-menu-item-price {
  padding: 0 0 2em;
}

.monitor-menu-item-btn-item {
  margin-bottom: 1.5em;
  text-align: center;
}

.monitor-menu-item-btn-item a {
  position: relative;
  display: inline-block;
  min-width: 20em;
  padding: 1em 0;
  font-size: 1.1em;
  color: #fff;
  box-shadow: 0 0.4em 0.5em 0 rgb(0 0 0 / 20%);
}

.monitor-menu-item-btn-item a span {
  position: relative;
  padding-left: 2.3rem;
}

.monitor-menu-item-btn-item a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.monitor-menu-item-btn-item.web a {
  background: linear-gradient(to right, #c0991b, #a16c00);
}

.monitor-menu-item-btn-item.web a span::before {
  width: 2.1rem;
  background-image: url("../images/monitor/ico-calendar.svg");
}

.monitor-menu-item-btn-item.line a {
  background: linear-gradient(to right, #8fcc49, #2fa728);
}

.monitor-menu-item-btn-item.line a span::before {
  width: 2.5rem;
  background-image: url("../images/monitor/ico-line_w.svg");
}

@media (width >= 769px) {
  .monitor-menu {
    padding: 2em 0 5em;
  }

  .monitor-menu-item {
    padding: 0 0 4em;
  }

  .monitor-menu-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7em;
  }

  .monitor-menu-item-header-img {
    width: 46%;
    margin-bottom: 0;
  }

  .monitor-menu-item-header-content {
    width: 46%;
  }

  .monitor-menu-item-header-content .c-monitor-button a {
    margin: 0;
  }

  .monitor-menu-item-header-content .c-monitor-button a {
    margin: 0;
  }

  .monitor-menu-item-header-title {
    margin-bottom: 1em;
    font-size: 2.25em;
  }

  .monitor-menu-item-header-text {
    margin-bottom: 3em;
  }

  .monitor-menu-item-images {
    padding: 0 0 4em;
  }

  .monitor-menu-item-images .c-monitor-button a {
    width: 34%;
  }

  .monitor-menu-item-images-title {
    margin-bottom: 1.5em;
    font-size: 1.75em;
  }

  .monitor-menu-item-images-slider .swiper-wrapper {
    display: flex;
    gap: 3.5%;
    transform: none !important;
  }

  .monitor-menu-item-images-slider .swiper-slide {
    width: 31% !important;
  }

  .monitor-menu-item-price {
    padding: 0 0 4em;
  }

  .monitor-menu-item-price-content .price-table th.alignright {
    text-align: right;
  }

  .monitor-menu-item-btn {
    display: flex;
    gap: 5%;
    justify-content: center;
  }

  .monitor-menu-item-btn-item {
    margin-bottom: 1.5em;
  }

  .monitor-menu-item-btn-item a {
    min-width: 23em;
  }
}