@media screen and (1024px <= width) {
  #choi_tashi {
    padding: 72px 0 50px;
  }
  #choi_tashi .introduction {
    width: 1000px;
    margin: 0 auto;
    background: #e15f1a;
    border-radius: 19px;
    position: relative;
  }
  #choi_tashi .introduction .headline {
    padding-top: 120px;
    position: relative;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 {
    transform: translateX(-50%);
    position: absolute;
    top: -41px;
    left: 50%;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 img {
    width: 214.5px;
  }
  #choi_tashi .introduction .headline p {
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 924px;
    margin: 24px auto 0;
    padding-bottom: 60px;
    gap: 42px 0;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content > dl {
    width: 410px;
  }
  #choi_tashi .introduction .content > dl > dt {
    text-align: center;
  }
  #choi_tashi .introduction .content > dl > dt img {
    width: 328px;
  }
  #choi_tashi .introduction .content > dl > dd .explain {
    padding: 10px 0 12px;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
  }
  #choi_tashi .introduction .content > dl > dd .photo {
    position: relative;
  }
  #choi_tashi .introduction .content > dl > dd .photo::after {
    content: "";
    width: calc(100% - 4px);
    height: 100%;
    background: #ffff00;
    position: absolute;
    right: 0;
    bottom: -4px;
    z-index: 0;
  }
  #choi_tashi .introduction .content > dl > dd .photo img {
    width: 406px;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .navigation {
    margin-top: 40px;
  }
  #choi_tashi .navigation a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #721518;
    border-radius: 25px;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #choi_tashi .navigation a:hover {
    background: #721518;
    color: #ffffff;
  }
}
@media screen and (width < 768px) {
  #choi_tashi {
    padding: 17.2vw 0 8.6666666667vw;
  }
  #choi_tashi .introduction {
    width: 94.6666666667vw;
    margin: 0 auto;
    background: #e15f1a;
    border-radius: 2.5333333333vw;
    position: relative;
  }
  #choi_tashi .introduction .headline {
    padding-top: 19.3333333333vw;
    position: relative;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 {
    transform: translateX(-50%);
    position: absolute;
    top: -9.7333333333vw;
    left: 50%;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 img {
    width: 37.2vw;
  }
  #choi_tashi .introduction .headline p {
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 4.2666666667vw;
    line-height: 5.6vw;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 5.3333333333vw auto 0;
    padding-bottom: 10.5333333333vw;
    gap: 8vw 0;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content > dl {
    width: 71.7333333333vw;
  }
  #choi_tashi .introduction .content > dl > dt {
    text-align: center;
  }
  #choi_tashi .introduction .content > dl > dt img {
    width: 56.6666666667vw;
  }
  #choi_tashi .introduction .content > dl > dd .explain {
    padding: 1.7333333333vw 0;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  #choi_tashi .introduction .content > dl > dd .photo {
    position: relative;
  }
  #choi_tashi .introduction .content > dl > dd .photo::after {
    content: "";
    width: calc(100% - 0.6666666667vw);
    height: 100%;
    background: #ffff00;
    position: absolute;
    right: 0;
    bottom: -0.6666666667vw;
    z-index: 0;
  }
  #choi_tashi .introduction .content > dl > dd .photo img {
    width: 71.0666666667vw;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .navigation {
    margin-top: 5.2vw;
  }
  #choi_tashi .navigation a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 52vw;
    height: 8.6666666667vw;
    margin: 0 auto;
    border: 0.3466666667vw solid #721518;
    border-radius: 8.6666666667vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.0666666667vw;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #choi_tashi .navigation a:hover {
    background: #721518;
    color: #ffffff;
  }
}
@media screen and (768px <= width < 1024px) {
  #choi_tashi {
    padding: 6.5454545455vw 0 4.5454545455vw;
  }
  #choi_tashi .introduction {
    width: 90.9090909091vw;
    margin: 0 auto;
    background: #e15f1a;
    border-radius: 1.7272727273vw;
    position: relative;
  }
  #choi_tashi .introduction .headline {
    padding-top: 10.9090909091vw;
    position: relative;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 {
    transform: translateX(-50%);
    position: absolute;
    top: -3.7272727273vw;
    left: 50%;
    z-index: 0;
  }
  #choi_tashi .introduction .headline h1 img {
    width: 19.5vw;
  }
  #choi_tashi .introduction .headline p {
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.1818181818vw;
    line-height: 1;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 84vw;
    margin: 2.1818181818vw auto 0;
    padding-bottom: 5.4545454545vw;
    gap: 3.8181818182vw 0;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .introduction .content > dl {
    width: 37.2727272727vw;
  }
  #choi_tashi .introduction .content > dl > dt {
    text-align: center;
  }
  #choi_tashi .introduction .content > dl > dt img {
    width: 29.8181818182vw;
  }
  #choi_tashi .introduction .content > dl > dd .explain {
    padding: 0.9090909091vw 0 1.0909090909vw;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.8181818182vw;
    line-height: 1;
  }
  #choi_tashi .introduction .content > dl > dd .photo {
    position: relative;
  }
  #choi_tashi .introduction .content > dl > dd .photo::after {
    content: "";
    width: calc(100% - 0.3636363636vw);
    height: 100%;
    background: #ffff00;
    position: absolute;
    right: 0;
    bottom: -0.3636363636vw;
    z-index: 0;
  }
  #choi_tashi .introduction .content > dl > dd .photo img {
    width: 36.9090909091vw;
    position: relative;
    z-index: 10;
  }
  #choi_tashi .navigation {
    margin-top: 3.6363636364vw;
  }
  #choi_tashi .navigation a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 27.2727272727vw;
    height: 4.5454545455vw;
    margin: 0 auto;
    border: 0.1818181818vw solid #721518;
    border-radius: 2.2727272727vw;
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.6363636364vw;
    line-height: 1;
    transition: background 0.4s ease, color 0.4s ease;
  }
  #choi_tashi .navigation a:hover {
    background: #721518;
    color: #ffffff;
  }
}
