@charset "utf-8";
#mv .slideshow {
  height: 100%;
}
#mv .slideshow .slick-list {
  height: 100%;
}
#mv .slideshow .slick-track {
  height: 100%;
}
#mv .slideshow .slide_item {
  position: relative;
  height: 100%;
}
#mv .slideshow .slide_item picture {
  height: 100%;
}
#mv .slideshow .slide_item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
#mv .slideshow .slide_item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#mv .slideshow .slide_item .inner .note {
  font-size: 1.42vw;
  line-height: 2.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10.32vw;
  height: fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  #mv .slideshow .slide_item .inner {
    position: static;
  }
  #mv .slideshow .slide_item .inner .note {
    font-size: 3.42vw;
    line-height: 2.3334em;
    position: static;
    height: auto;
    width: auto;
    background: #efeff0;
    padding: 4.91vw 9.95vw;
  }
}
h1 {
  font-size: calc(1.65vw * 0.77);
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  margin: calc(8.9vw * 0.8454) 0 calc(13.44vw * 0.8454);
}
h1:after {
  content: "";
  display: block;
  width: calc(13.17vw * 0.8454);
  height: 1px;
  background: #231815;
  margin: calc(2.42vw * 0.8454 * 0.6) auto 0;
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.8vw;
    margin: 7.98vw 0 17.49vw;
  }
  h1:after {
    width: 18.61vw;
    margin: 4.43vw auto 0;
  }
}
.gray_bg {
  background: #f0f0f1;
  padding-top: 4.82vw;
}
.gray_bg .container {
  width: 78.99vw;
}
.gray_bg section {
  margin-bottom: 5.52vw;
}
.gray_bg section h2 {
  font-size: calc(1.42vw * 0.77);
  font-weight: normal;
  line-height: 1em;
  color: #fff;
  background: #3e3a39;
  padding: 0.8em 0 0.6em 0.8em;
  position: relative;
  width: calc(36.7vw * 0.77);
}
.gray_bg section h2 br {
  display: none;
}
.gray_bg section h2:before {
  content: "";
  display: block;
  height: 100%;
  background: #3e3a39;
  width: 2.26vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(99.4%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.gray_bg section .text {
  background: #fff;
  padding: 1.16vw 3.73vw 2.07vw;
  font-size: calc(1.18vw * 0.77);
  line-height: 3.2em;
  position: relative;
}
.gray_bg section .text span {
  position: relative;
  z-index: 1;
}
.gray_bg section .text .sp {
  display: none;
}
.gray_bg section picture {
  position: absolute;
  z-index: 0;
}
.gray_bg section:nth-child(2) picture {
  width: calc(45.03vw * 0.96);
  right: 0;
  bottom: 0;
}
.gray_bg section:nth-child(3) picture {
  width: 26.8vw;
  right: 0;
  bottom: 0;
}
.gray_bg section:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .gray_bg {
    background: transparent;
    padding-top: 0;
  }
  .gray_bg .container {
    width: 100%;
    padding: 0;
  }
  .gray_bg section {
    margin-bottom: 14.72vw;
  }
  .gray_bg section h2 {
    font-size: 3.99vw;
    line-height: 1.2858em;
    padding: 0.8em 0 0.6em 7.81vw;
    width: 84.6vw;
  }
  .gray_bg section h2 br {
    display: inline;
  }
  .gray_bg section h2:before {
    width: 7.93vw;
    transform: translateX(99%);
  }
  .gray_bg section .text {
    background: #efeff0;
    padding: 7.46vw 7.81vw;
    font-size: 3.42vw;
    line-height: 2em;
  }
  .gray_bg section .text div {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
  }
  .gray_bg section .text .pc {
    display: none;
  }
  .gray_bg section .text .sp {
    display: block;
    padding: 3.1vw 5.39vw;
  }
  .gray_bg section picture {
    position: static;
    z-index: 0;
  }
  .gray_bg section:nth-child(2) .text {
    display: flex;
    flex-direction: column;
  }
  .gray_bg section:nth-child(2) .text p {
    margin-bottom: 3.49vw;
  }
  .gray_bg section:nth-child(2) .text p:last-child {
    margin-bottom: 0;
  }
  .gray_bg section:nth-child(2) picture {
    width: 100%;
    right: 0;
    bottom: 0;
    order: -1;
    background: #fff;
    padding: 5.39vw 5.39vw 0;
  }
  .gray_bg section:nth-child(2) picture img {
    width: 100%;
  }
  .gray_bg section:nth-child(3) picture {
    width: 100%;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 0 5.39vw;
  }
  .gray_bg section:nth-child(3) picture img {
    width: 100%;
  }
  .gray_bg section:last-child {
    margin-bottom: 0;
  }
}
.message {
  background: #f0f0f1;
  text-align: center;
  font-size: calc(1.89vw * 0.77);
  font-weight: bold;
  line-height: 1.4em;
  padding: 7.64vw 0 9.33vw;
}
.message br {
  display: none;
}
@media (max-width: 600px) {
  .message {
    background: transparent;
    font-size: 3.8vw;
    padding: 13.16vw 0;
  }
  .message br {
    display: inline;
  }
}
#main {
  padding-bottom: 0;
}
