@charset "UTF-8";
.sm-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sm-only {
    display: block;
  }
}

.rese-title {
  display: flex;
  justify-content: center;
}
.rese-title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 650px;
  height: 92px;
}
@media screen and (max-width: 1200px) {
  .rese-title .inner {
    max-width: 54.166vw;
    height: 7.666vw;
  }
}
@media screen and (max-width: 640px) {
  .rese-title .inner {
    max-width: 78.125vw;
    height: 11.093vw;
  }
}
.rese-title .inner h2 {
  font-family: "Kaisei Decol", serif;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .rese-title .inner h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .rese-title .inner h2 {
    font-size: 3.593vw;
  }
}
.rese-title .inner .bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.rese-title .inner .bg-1 img {
  width: 100%;
}

.section-hero {
  padding-bottom: 6.666vw;
}
@media screen and (max-width: 640px) {
  .section-hero {
    padding-bottom: 7.812vw;
  }
}
.section-hero .top {
  position: relative;
}
.section-hero .top .bg img {
  width: 100%;
}
.section-hero .top .txt-1 {
  position: absolute;
  top: 13.333vw;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  font-family: "Kaisei Decol", serif;
  font-size: 3.166vw;
  line-height: 1;
  color: #d9043e;
  text-align: center;
  text-shadow: 4px 4px 4px white, 4px 0 4px white, 4px -4px 4px white, 0 4px 4px white, 0 0 4px white, 0 -4px 4px white, -4px 4px 4px white, -4px 0 4px white, -4px -4px 4px white, 8px 8px 12px white, 8px 0 12px white, 8px -8px 12px white, 0 8px 12px white, 0 0 12px white, 0 -8px 12px white, -8px 8px 12px white, -8px 0 12px white, -8px -8px 12px white;
}
@media screen and (max-width: 640px) {
  .section-hero .top .txt-1 {
    top: 4.687vw;
    font-size: 20.3 0.159vw;
  }
}
@media screen and (max-width: 640px) {
  .section-hero .middle {
    margin-top: -11.718vw;
  }
}
.section-hero .middle .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 87.5vw;
  margin: 0 auto;
}
.section-hero .middle .box-left {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-hero .middle .box-left {
    padding-top: 4.687vw;
  }
}
.section-hero .middle .box-left .img-1 img {
  width: 23.666vw;
}
.section-hero .middle .box-left h1 {
  margin-top: 5vw;
}
@media screen and (max-width: 640px) {
  .section-hero .middle .box-left h1 {
    margin-top: 3.125vw;
  }
}
.section-hero .middle .box-left h1 img {
  width: 34.5vw;
}
.section-hero .middle .box-left .img-2 {
  margin-top: 3.333vw;
}
@media screen and (max-width: 640px) {
  .section-hero .middle .box-left .img-2 {
    margin-top: 1.562vw;
  }
}
.section-hero .middle .box-left .img-2 img {
  width: 43.75vw;
}
.section-hero .middle .box-right .img-1 img {
  width: 45.666vw;
}
.section-hero .bottom {
  margin-top: 1.666vw;
}
.section-hero .bottom .txt {
  font-family: "Kaisei Decol", serif;
  font-size: 2.333vw;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-hero .bottom .txt {
    font-size: 3.188vw;
  }
}
.section-hero .bottom .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.833vw;
  max-width: 74.833vw;
  margin: 4.166vw auto 0;
}
@media screen and (max-width: 640px) {
  .section-hero .bottom .box {
    max-width: 65vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
  }
}
.section-hero .bottom .box .col {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  align-items: center;
  border: 1px solid #231815;
  border-radius: 50%;
  max-width: 17.75vw;
  aspect-ratio: 1/1;
  padding: 3.333vw 0.833vw 4.166vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-hero .bottom .box .col {
    max-width: 30.937vw;
    padding: 5.468vw 1.562vw 6.25vw;
  }
}
.section-hero .bottom .box .col .txt-1 {
  font-size: 1.4vw;
  line-height: 1;
  color: #d9043e;
}
@media screen and (max-width: 640px) {
  .section-hero .bottom .box .col .txt-1 {
    font-size: 2.437vw;
  }
}
.section-hero .bottom .box .col .txt-2 {
  font-family: "Kaisei Decol", serif;
  font-size: 3.083vw;
  line-height: 1;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 640px) {
  .section-hero .bottom .box .col .txt-2 {
    font-size: 5.414vw;
  }
}
.section-message .message-1 {
  position: relative;
  z-index: 0;
  padding: 2.5vw 0 8.333vw;
}
@media screen and (max-width: 640px) {
  .section-message .message-1 {
    padding: 3.125vw 0 12.5vw;
  }
}
.section-message .message-1 h2 {
  text-align: center;
}
.section-message .message-1 h2 img {
  width: 35vw;
}
@media screen and (max-width: 640px) {
  .section-message .message-1 h2 img {
    width: 60.937vw;
  }
}
.section-message .message-1 .txt-1 {
  margin-top: 2.5vw;
  font-size: max(1.5vw, 16px);
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-message .message-1 .txt-1 {
    font-size: 2.5vw;
  }
}
.section-message .message-1 .txt-2 {
  margin-top: 2.5vw;
  font-size: max(1.333vw, 14px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-message .message-1 .txt-2 {
    font-size: 2.031vw;
  }
}
.section-message .message-1 .bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.section-message .message-1 .bg-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.section-message .message-1 .bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-message .message-1 .bg-2 img {
  width: 27.416vw;
}
@media screen and (max-width: 640px) {
  .section-message .message-1 .bg-2 img {
    width: 46.875vw;
  }
}
.section-message .message-2 .img-1 {
  text-align: center;
}
.section-message .message-2 .img-1 img {
  width: 17.416vw;
}
@media screen and (max-width: 640px) {
  .section-message .message-2 .img-1 img {
    width: 30vw;
  }
}
.section-message .message-2 .txt-1 {
  margin-top: 1.666vw;
  font-family: "Kaisei Decol", serif;
  font-size: 4vw;
  color: #d9043e;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-message .message-2 .txt-1 {
    font-size: 6.952vw;
  }
}
.section-blend {
  overflow: hidden;
}
.section-blend .blend-1 {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 91.666vw;
  height: 60.833vw;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 {
    height: 81.25vw;
    margin-top: 4.687vw;
  }
}
.section-blend .blend-1 .img-1 {
  position: absolute;
  top: 0;
  right: 5.833vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-1 {
    top: 3.125vw;
  }
}
.section-blend .blend-1 .img-1 img {
  width: 7.166vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-1 img {
    width: 9.125vw;
  }
}
.section-blend .blend-1 .img-2 {
  position: absolute;
  top: 5.833vw;
  right: 16.666vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-2 {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.section-blend .blend-1 .img-2 img {
  width: 27.833vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-2 img {
    width: 35.781vw;
  }
}
.section-blend .blend-1 .txt-1 {
  position: absolute;
  top: 20.833vw;
  right: 4.166vw;
  font-size: 1.666vw;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .txt-1 {
    top: 12.5vw;
    right: 50%;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.187vw;
    transform: translateX(50%);
  }
}
.section-blend .blend-1 .img-3 {
  position: absolute;
  top: 5.833vw;
  left: 0;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-3 {
    top: 21.875vw;
    left: 1.562vw;
  }
}
.section-blend .blend-1 .img-3 img {
  width: 49.25vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-3 img {
    width: 64.062vw;
  }
}
.section-blend .blend-1 .img-4 {
  position: absolute;
  bottom: 0;
  right: 2.5vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-4 {
    right: -4.687vw;
  }
}
.section-blend .blend-1 .img-4 img {
  width: 42.416vw;
}
@media screen and (max-width: 640px) {
  .section-blend .blend-1 .img-4 img {
    width: 58.593vw;
  }
}
.section-blend .blend-2 {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 {
    padding: 3.333vw 0 6.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 {
    padding: 9.375vw 0;
  }
}
.section-blend .blend-2 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box {
    max-width: 79.166vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box {
    max-width: 93.75vw;
  }
}
.section-blend .blend-2 .box .col {
  position: relative;
  padding: 20px 80px;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box .col {
    padding: 1.666vw 6.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box .col {
    padding: 3.125vw 6.25vw;
  }
}
.section-blend .blend-2 .box .col:nth-child(2n)::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: repeating-linear-gradient(180deg, #231815, #231815 12px, transparent 12px, transparent 21px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
.section-blend .blend-2 .box .col:nth-child(n+3)::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: repeating-linear-gradient(90deg, #231815, #231815 12px, transparent 12px, transparent 21px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.section-blend .blend-2 .box .col .img-1 img {
  width: 301px;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box .col .img-1 img {
    width: 25.083vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box .col .img-1 img {
    width: 34.375vw;
  }
}
.section-blend .blend-2 .box .col h3 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  color: #d9043e;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box .col h3 {
    margin-top: 0.833vw;
    font-size: 2.333vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box .col h3 {
    font-size: max(2.812vw, 16px);
  }
}
.section-blend .blend-2 .box .col h3 span {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box .col h3 span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box .col h3 span {
    font-size: max(1.875vw, 10px);
  }
}
.section-blend .blend-2 .box .col .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #d9043e;
}
@media screen and (max-width: 1200px) {
  .section-blend .blend-2 .box .col .txt {
    margin-top: 0.833vw;
    font-size: max(1.166vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-blend .blend-2 .box .col .txt {
    margin-top: 1.562vw;
    font-size: max(1.562vw, 10px);
  }
}
.section-recommend {
  position: relative;
}
.section-recommend h2 {
  position: absolute;
  top: 1.666vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Shippori Mincho", serif;
  font-size: 2.666vw;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #fff;
}
@media screen and (max-width: 640px) {
  .section-recommend h2 {
    top: 3.125vw;
    font-size: 5vw;
  }
}
.section-recommend .txt-0 {
  font-family: "Kaisei Decol", serif;
  font-size: 2.666vw;
  color: #d9043e;
}
@media screen and (max-width: 640px) {
  .section-recommend .txt-0 {
    font-size: 3.75vw;
  }
}
.section-recommend .txt-0-1 {
  position: absolute;
  top: 5.5vw;
  left: 6.333vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .txt-0-1 {
    top: 13vw;
    left: 11vw;
  }
}
.section-recommend .txt-0-2 {
  position: absolute;
  top: 8.666vw;
  left: 32.5vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .txt-0-2 {
    top: 18vw;
    left: 30vw;
  }
}
.section-recommend .txt-0-3 {
  position: absolute;
  top: 12.166vw;
  left: 3.833vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .txt-0-3 {
    top: 23vw;
  }
}
.section-recommend .box-txt {
  position: absolute;
  color: #fff;
  text-align: center;
}
.section-recommend .box-txt .inner {
  position: relative;
  z-index: 1;
}
.section-recommend .box-txt .inner .txt {
  font-size: 1.391vw;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt .inner .txt {
    font-size: 2.187vw;
  }
}
.section-recommend .box-txt .inner .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-recommend .box-txt .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-recommend .box-txt.txt-1 {
  top: 18.5vw;
  left: 12.083vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-1 {
    top: 31vw;
    left: 4vw;
  }
}
.section-recommend .box-txt.txt-1 .txt {
  padding: 3.75vw 3.333vw 2.916vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-1 .txt {
    padding: 6vw 3vw 4vw;
  }
}
.section-recommend .box-txt.txt-2 {
  top: 33.333vw;
  left: 6.666vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-2 {
    top: 54vw;
    left: 1vw;
  }
}
.section-recommend .box-txt.txt-2 .txt {
  padding: 4.583vw 6.25vw 4.583vw 4.166vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-2 .txt {
    padding: 4vw 8vw 4vw 3.5vw;
  }
}
.section-recommend .box-txt.txt-3 {
  top: 13.333vw;
  left: 62.5vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-3 {
    top: 27vw;
    left: 60vw;
  }
}
.section-recommend .box-txt.txt-3 .txt {
  padding: 4.583vw 2.5vw 3.75vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-3 .txt {
    padding: 5vw 2vw 4vw 3vw;
  }
}
.section-recommend .box-txt.txt-4 {
  top: 27.5vw;
  left: 69.166vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-4 {
    top: 48vw;
    left: 64vw;
  }
}
.section-recommend .box-txt.txt-4 .txt {
  padding: 4.166vw 2.5vw 3.75vw 5vw;
}
@media screen and (max-width: 640px) {
  .section-recommend .box-txt.txt-4 .txt {
    padding: 3.5vw 2vw 3vw 5.5vw;
  }
}
.section-recommend .box .txt-5 {
  position: absolute;
  bottom: 0.833vw;
  right: 2.5vw;
  font-family: "Shippori Mincho", serif;
  font-size: 2.333vw;
  line-height: 1.2;
  color: #d9043e;
  text-shadow: 0 0 1px #d9043e;
}
.section-recommend .bg-1 {
  position: relative;
  z-index: -1;
}
.section-recommend .bg-1 img {
  width: 100%;
}
.section-recommend .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: soft-light;
}
.section-recommend .bg-2 img {
  width: 22.916vw;
}
.section-recommend .bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: soft-light;
}
.section-recommend .bg-3 img {
  width: 25.666vw;
}
.section-suggestion {
  padding: 60px 0 30px;
}
@media screen and (max-width: 1200px) {
  .section-suggestion {
    padding: 5vw 0 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-suggestion {
    padding: 9.375vw 0 4.687vw;
  }
}
.section-suggestion h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 45px;
  font-weight: normal;
  color: #d9043e;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 1px #d9043e;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .section-suggestion h2 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-suggestion h2 {
    font-size: 5vw;
  }
}
.section-suggestion h2 span {
  font-size: 57px;
}
@media screen and (max-width: 1200px) {
  .section-suggestion h2 span {
    font-size: 4.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-suggestion h2 span {
    font-size: 6vw;
  }
}
.section-suggestion .txt-1 {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 1px #231815;
}
@media screen and (max-width: 1200px) {
  .section-suggestion .txt-1 {
    margin-top: 0.833vw;
    font-size: 2.166vw;
  }
}
@media screen and (max-width: 640px) {
  .section-suggestion .txt-1 {
    margin-top: 1.562vw;
    font-size: 3.473vw;
  }
}
.section-suggestion .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 820px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .section-suggestion .box {
    gap: 0.833vw;
    max-width: 68.333vw;
    margin: 3.333vw auto 0;
  }
}
.section-suggestion .box-txt .img-1 img {
  width: 392px;
}
@media screen and (max-width: 1200px) {
  .section-suggestion .box-txt .img-1 img {
    width: 32.666vw;
  }
}
.section-suggestion .box-img .img-1 img {
  width: 408px;
}
@media screen and (max-width: 1200px) {
  .section-suggestion .box-img .img-1 img {
    width: 34vw;
  }
}
.section-suggestion .txt-2 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-suggestion .txt-2 {
    margin-top: 0.833vw;
    font-size: max(1.5vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .section-suggestion .txt-2 {
    font-size: 2.5vw;
  }
}
.section-reason {
  padding: 20px 0 80px;
}
@media screen and (max-width: 1200px) {
  .section-reason {
    padding: 1.666vw 0 6.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason {
    padding: 3.125vw 0 12.5vw;
  }
}
.section-reason .txt-1 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-reason .txt-1 {
    margin-top: 0.833vw;
    font-size: max(1.166vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-reason .txt-1 {
    margin-top: 1.562vw;
    font-size: max(2.187vw, 10px);
  }
}
.section-reason .box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .section-reason .box {
    gap: 5.833vw;
    max-width: 83.333vw;
    margin: 3.333vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box {
    gap: 10.937vw;
    max-width: 100%;
    margin-top: 6.25vw;
  }
}
.section-reason .box .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row {
    gap: 0.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row {
    grid-template-columns: 1fr;
    gap: 1.562vw;
  }
}
.section-reason .box .row-img {
  text-align: center;
}
.section-reason .box .row-img img {
  width: 512px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-img img {
    width: 42.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .point {
    padding-left: 5vw;
  }
}
.section-reason .box .row-txt .point-1 img {
  width: 178px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .point-1 img {
    width: 14.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .point-1 img {
    width: 27.812vw;
  }
}
.section-reason .box .row-txt .point-2 img {
  width: 209px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .point-2 img {
    width: 17.416vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .point-2 img {
    width: 32.656vw;
  }
}
.section-reason .box .row-txt .point-3 img {
  width: 209px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .point-3 img {
    width: 17.416vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .point-3 img {
    width: 32.656vw;
  }
}
.section-reason .box .row-txt .txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .txt {
    margin-top: 1.666vw;
  }
}
.section-reason .box .row-txt .txt h3 {
  margin-bottom: 20px;
  font-family: "Kaisei Decol", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  color: #d9043e;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .txt h3 {
    margin-bottom: 1.666vw;
    font-size: 2.166vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .txt h3 {
    font-size: 4.062vw;
  }
}
.section-reason .box .row-txt .txt p {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .section-reason .box .row-txt .txt p {
    font-size: max(1.166vw, 10px);
  }
}
@media screen and (max-width: 640px) {
  .section-reason .box .row-txt .txt p {
    font-size: max(2.187vw, 10px);
  }
}
.section-reasurances {
  padding: 20px 0 40px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances {
    padding: 1.666vw 0 3.333vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances {
    padding: 3.125vw 0 6.25vw;
  }
}
.section-reasurances .txt-1 {
  margin-top: 10px;
  text-align: center;
  font-family: "Kaisei Decol", serif;
  font-size: 32px;
  font-weight: normal;
  color: #d9043e;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .txt-1 {
    margin-top: 0.833vw;
    font-size: 2.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .txt-1 {
    margin-top: 1.562vw;
    font-size: 4vw;
  }
}
.section-reasurances .txt-2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .txt-2 {
    margin-top: 1.666vw;
    font-size: max(1.5vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .txt-2 {
    margin-top: 3.125vw;
    font-size: max(2.812vw, 12px);
  }
}
.section-reasurances .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 35px;
  max-width: 1040px;
  margin: 60px auto 0;
  margin: 5vw auto 0;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box {
    gap: 6.666vw 2.916vw;
    max-width: 86.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box {
    grid-template-columns: 1fr;
    gap: 12.5vw 5.468vw;
  }
}
.section-reasurances .box .col .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title {
    gap: 1.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title {
    gap: 3.125vw;
  }
}
.section-reasurances .box .col .title .no-1 img {
  width: 59px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title .no-1 img {
    width: 4.916vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title .no-1 img {
    width: 9.218vw;
  }
}
.section-reasurances .box .col .title .no-2 img {
  width: 80px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title .no-2 img {
    width: 6.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title .no-2 img {
    width: 12.5vw;
  }
}
.section-reasurances .box .col .title .no-3 img {
  width: 80px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title .no-3 img {
    width: 6.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title .no-3 img {
    width: 12.5vw;
  }
}
.section-reasurances .box .col .title .no-4 img {
  width: 84px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title .no-4 img {
    width: 7vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title .no-4 img {
    width: 13.125vw;
  }
}
.section-reasurances .box .col .title h3 {
  font-family: "Kaisei Decol", serif;
  font-size: 26px;
  font-weight: normal;
  color: #d9043e;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .title h3 {
    font-size: 2.166vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .title h3 {
    font-size: 4.062vw;
  }
}
.section-reasurances .box .col .row {
  display: grid;
  grid-template-columns: 207px 1fr;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .row {
    grid-template-columns: 17.25vw 1fr;
    gap: 1.25vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .row {
    gap: 2.343vw;
    margin-top: 4.687vw;
  }
}
.section-reasurances .box .col .row-txt {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .section-reasurances .box .col .row-txt {
    font-size: max(1.166vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-reasurances .box .col .row-txt {
    font-size: max(2.187vw, 10px);
  }
}
.section-review {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1200px) {
  .section-review {
    padding: 3.333vw 0 1.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-review {
    padding: 6.25vw 0 3.125vw;
  }
}
.section-review h2 {
  text-align: center;
}
.section-review h2 img {
  width: 447px;
}
@media screen and (max-width: 1200px) {
  .section-review h2 img {
    width: 37.25vw;
  }
}
@media screen and (max-width: 640px) {
  .section-review h2 img {
    width: 69.843vw;
  }
}
.section-review .box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1200px) {
  .section-review .box {
    gap: 0.833vw;
    max-width: 69.166vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-review .box {
    gap: 1.562vw;
    max-width: 90vw;
    margin-top: 4.687vw;
  }
}
.section-review .txt-1 {
  margin-top: 5px;
  text-align: right;
}
.section-review .txt-1 a {
  display: inline-block;
  border: 1px solid #231815;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .section-review .txt-1 a {
    padding: 0.833vw 1.25vw;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 640px) {
  .section-review .txt-1 a {
    padding: 1.562vw 2.343vw;
    font-size: 2.5vw;
  }
}
.section-review .txt-1 a:hover {
  opacity: 0.7;
}
.section-commitment {
  padding: 40px 0 20px;
}
@media screen and (max-width: 1200px) {
  .section-commitment {
    padding: 3.333vw 0 1.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment {
    padding: 6.25vw 0 3.125vw;
  }
}
.section-commitment .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 75px;
  max-width: 1100px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box {
    gap: 5vw 6.25vw;
    max-width: 91.666vw;
    margin: 5vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box {
    gap: 9.375vw 4vw;
    margin-top: 9.375vw;
  }
}
.section-commitment .box .col .img-1 {
  text-align: center;
}
.section-commitment .box .col .img-1 img {
  width: 193px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .img-1 img {
    width: 16.083vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .img-1 img {
    width: 30.156vw;
  }
}
.section-commitment .box .col .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title {
    gap: 0.833vw;
    margin-top: 0.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title {
    gap: 1.562vw;
    margin-top: 1.562vw;
  }
}
.section-commitment .box .col .title .list-01 img {
  width: 68px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-01 img {
    width: 5.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-01 img {
    width: 9.625vw;
  }
}
.section-commitment .box .col .title .list-02 img {
  width: 82px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-02 img {
    width: 6.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-02 img {
    width: 11.812vw;
  }
}
.section-commitment .box .col .title .list-03 img {
  width: 79px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-03 img {
    width: 6.583vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-03 img {
    width: 11.343vw;
  }
}
.section-commitment .box .col .title .list-04 img {
  width: 84px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-04 img {
    width: 7vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-04 img {
    width: 12.125vw;
  }
}
.section-commitment .box .col .title .list-05 img {
  width: 82px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-05 img {
    width: 6.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-05 img {
    width: 11.812vw;
  }
}
.section-commitment .box .col .title .list-06 img {
  width: 105px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-06 img {
    width: 8.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-06 img {
    width: 15.406vw;
  }
}
.section-commitment .box .col .title .list-07 img {
  width: 77px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-07 img {
    width: 6.416vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-07 img {
    width: 11.031vw;
  }
}
.section-commitment .box .col .title .list-08 img {
  width: 82px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-08 img {
    width: 6.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-08 img {
    width: 11.812vw;
  }
}
.section-commitment .box .col .title .list-09 img {
  width: 82px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-09 img {
    width: 6.833vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-09 img {
    width: 11.812vw;
  }
}
.section-commitment .box .col .title .list-10 img {
  width: 75px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-10 img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-10 img {
    width: 10.718vw;
  }
}
.section-commitment .box .col .title .list-11 img {
  width: 66px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title .list-11 img {
    width: 5.666vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title .list-11 img {
    width: 9.312vw;
  }
}
.section-commitment .box .col .title h3 {
  padding-top: 0.3em;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #d9043e;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .title h3 {
    font-size: 2.333vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .title h3 {
    font-size: 3.75vw;
  }
}
.section-commitment .box .col .title h3 span {
  letter-spacing: -0.1em;
}
.section-commitment .box .col .txt {
  padding: 0 20px 0 50px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .txt {
    padding: 0 1.666vw 0 4.166vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .txt {
    padding: 0;
  }
}
.section-commitment .box .col .txt .txt-1 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .txt .txt-1 {
    margin-top: 2.5vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .txt .txt-1 {
    margin-top: 4.687vw;
    font-size: 2.812vw;
  }
}
.section-commitment .box .col .txt .txt-2 {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .section-commitment .box .col .txt .txt-2 {
    margin-top: 1.666vw;
    font-size: max(1.166vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-commitment .box .col .txt .txt-2 {
    margin-top: 3.125vw;
    font-size: max(2.187vw, 10px);
  }
}
.section-detail {
  padding: 60px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-detail {
    padding: 6vw 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail {
    padding: 9.375vw 0 3.125vw;
  }
}
.section-detail .detail-1 .title {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title {
    max-width: 72vw;
  }
}
.section-detail .detail-1 .title .txt {
  position: absolute;
  top: 0;
  left: 80px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title .txt {
    left: 8vw;
  }
}
.section-detail .detail-1 .title .txt img {
  width: 86px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title .txt img {
    width: 8.6vw;
  }
}
.section-detail .detail-1 .title h2 {
  padding-left: 290px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title h2 {
    padding-left: 29vw;
  }
}
.section-detail .detail-1 .title h2 img {
  width: 278px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title h2 img {
    width: 27.8vw;
  }
}
.section-detail .detail-1 .title .img {
  margin-top: 10px;
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .title .img {
    margin-top: 1vw;
    padding-left: 8vw;
  }
}
.section-detail .detail-1 .txt-1 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .txt-1 {
    margin-top: 1vw;
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .txt-1 {
    margin-top: 1.562vw;
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-1 .box {
  display: grid;
  grid-template-rows: repeat(auto-fill, auto);
  gap: 15px;
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .box {
    gap: 1.5vw;
    max-width: 70vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .box {
    gap: 2.343vw;
    max-width: 100%;
    margin-top: 3.125vw;
  }
}
.section-detail .detail-1 .box ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .box ul {
    gap: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .box ul {
    gap: 1.875vw;
  }
}
.section-detail .detail-1 .box ul:first-child li:first-child span {
  padding: 8px 10px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .box ul:first-child li:first-child span {
    padding: 0.8vw 1vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .box ul:first-child li:first-child span {
    padding: 1.25vw 1.562vw;
  }
}
.section-detail .detail-1 .box li span {
  display: inline-block;
  border: 1px solid #b92152;
  padding: 8px 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.2;
  color: #b92152;
  text-shadow: 0 0 1px #b92152;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .box li span {
    padding: 0.8vw 2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .box li span {
    padding: 1.25vw 1.562vw;
    font-size: 2.825vw;
    text-shadow: 0 0 0.5px #b92152;
  }
}
.section-detail .detail-1 .txt-2 {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .txt-2 {
    margin-top: 2vw;
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .txt-2 {
    margin-top: 3.125vw;
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-1 .img-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 720px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .img-1 {
    gap: 2vw;
    max-width: 72vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .img-1 {
    gap: 3.125vw;
    max-width: 65.625vw;
    margin-top: 7.8125vw;
  }
}
.section-detail .detail-1 .img-1 img {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-1 .img-1 img {
    width: 35vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-1 .img-1 img {
    width: 31.25vw;
  }
}
.section-detail .detail-2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 {
    max-width: 68vw;
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section-detail .detail-2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 {
    max-width: 100%;
    padding: 9.375vw 0;
  }
}
.section-detail .detail-2 h3 {
  text-align: center;
}
.section-detail .detail-2 h3 img {
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 h3 img {
    width: 38vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 h3 img {
    width: 59.375vw;
  }
}
.section-detail .detail-2 .box-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-1 {
    gap: 8vw;
    margin-top: 2vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-1 {
    grid-template-columns: 1fr;
    gap: 6vw;
    margin-top: 3.125vw;
    padding: 0 3.125vw;
  }
}
.section-detail .detail-2 .box-1 .col h4 {
  margin: 0 10px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-1 .col h4 {
    margin: 0 1vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-1 .col h4 {
    margin: 0 1.562vw;
    font-size: max(2.343vw, 14px);
  }
}
.section-detail .detail-2 .box-1 .col h4 span {
  display: inline-block;
  border-bottom: 2px dashed #231815;
  width: 100%;
  max-width: 240px;
}
.section-detail .detail-2 .box-1 .col .txt {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-1 .col .txt {
    margin-top: 1vw;
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-1 .col .txt {
    margin-top: 1.562vw;
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-2 .box-1 .col .img {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-1 .col .img {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-1 .col .img {
    margin-top: 1.562vw;
  }
}
.section-detail .detail-2 .txt-1 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .txt-1 {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .txt-1 {
    margin-top: 4.687vw;
  }
}
.section-detail .detail-2 .txt-1 p {
  display: inline-block;
  border: 1px solid #231815;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  padding: 3px 80px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .txt-1 p {
    border-radius: 2vw;
    font-size: max(1.2vw, 12px);
    padding: 0.3vw 8vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .txt-1 p {
    border-radius: 3.125vw;
    font-size: max(1.875vw, 10px);
    padding: 0.6vw 4vw;
  }
}
.section-detail .detail-2 .box-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
  max-width: 600px;
  margin: 15px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-2 {
    gap: 0.6vw;
    max-width: 60vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section-detail .detail-2 .box-2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-2 {
    gap: 0.937vw;
    max-width: 100%;
    margin-top: 2.343vw;
  }
}
.section-detail .detail-2 .box-2 .txt-2 {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-2 .txt-2 {
    font-size: max(1.2vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-2 .txt-2 {
    font-size: max(1.875vw, 12px);
  }
}
.section-detail .detail-2 .box-2 .txt-2 span {
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-2 .txt-2 span {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-2 .txt-2 span {
    margin: 0 1.562vw;
  }
}
.section-detail .detail-2 .box-2 .img {
  line-height: 1;
}
.section-detail .detail-2 .box-2 .img img {
  width: 100%;
}
.section-detail .detail-2 .box-2 .txt-3 {
  background-color: #231815;
  border-radius: 16px;
  margin-top: 5px;
  padding: 3px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .box-2 .txt-3 {
    border-radius: 1.6vw;
    margin-top: 0.5vw;
    padding: 0.3vw;
    font-size: max(1.3vw, 12px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .box-2 .txt-3 {
    border-radius: 4vw;
    margin-top: 0.781vw;
    padding: 0.468vw 2vw;
    font-size: max(2.031vw, 12px);
  }
}
.section-detail .detail-2 .txt-4 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-2 .txt-4 {
    margin-top: 2vw;
    font-size: max(1.3vw, 11px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-2 .txt-4 {
    margin-top: 3.125vw;
    font-size: max(2.031vw, 10px);
  }
}
.section-detail .detail-3 {
  border-top: 1px dashed #231815;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 10px 20px 60px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 {
    max-width: 90vw;
    padding: 3vw 1vw 2vw 6vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 {
    padding: 4.687vw 1.562vw 3.125vw;
  }
}
.section-detail .detail-3 .box-1 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.section-detail .detail-3 .box-1 th,
.section-detail .detail-3 .box-1 td {
  padding: 7px 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-1 th,
  .section-detail .detail-3 .box-1 td {
    padding: 0.7vw 0;
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-1 th,
  .section-detail .detail-3 .box-1 td {
    padding: 1.093vw 0;
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-3 .box-1 th {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-1 th {
    width: 14vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-1 th {
    width: 80px;
  }
}
.section-detail .detail-3 .box-1 .address {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-1 .address {
    gap: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-1 .address {
    display: block;
  }
}
.section-detail .detail-3 .box-1 .address .zip {
  flex-shrink: 0;
}
.section-detail .detail-3 .box-2 {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-2 {
    max-width: 64vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-2 {
    max-width: 100%;
    margin-top: 4.687vw;
  }
}
.section-detail .detail-3 .box-2 h3 {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-2 h3 {
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-2 h3 {
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-3 .box-2 .txt-1 {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-2 .txt-1 {
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-2 .txt-1 {
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-3 .box-2 li {
  position: relative;
  margin: 0.2em 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-3 .box-2 li {
    font-size: max(1.4vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-3 .box-2 li {
    font-size: max(2.187vw, 12px);
  }
}
.section-detail .detail-3 .box-2 li::before {
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}
.section-detail .detail-4 {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-4 {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-4 {
    margin-top: 4.687vw;
  }
}
.section-detail .detail-4 .btn-1 {
  text-align: center;
}
.section-detail .detail-4 .btn-1 a:hover {
  opacity: 0.7;
}
.section-detail .detail-4 .btn-1 img {
  width: 302px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-4 .btn-1 img {
    width: 30.2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-4 .btn-1 img {
    width: 47.187vw;
  }
}
.section-detail .detail-4 .btn-2 {
  margin-top: 10px;
  text-align: center;
}
.section-detail .detail-4 .btn-2 a:hover {
  opacity: 0.7;
}
.section-detail .detail-4 .btn-2 img {
  width: 302px;
}
@media screen and (max-width: 1024px) {
  .section-detail .detail-4 .btn-2 img {
    width: 30.2vw;
  }
}
@media screen and (max-width: 640px) {
  .section-detail .detail-4 .btn-2 img {
    width: 47.187vw;
  }
}
