.sec1 {
  padding: 77px 0 0;
}
.sec1 .joke {
  width: 1520px;
  margin: 0 auto;
}
.sec1 .joke .title {
  margin: 0 0 50px;
}
.sec1 .joke .title h1 {
  font-weight: 800;
  font-size: 40px;
  color: #111111;
}
.sec1 .joke .title p {
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  margin: 5px 0 0;
}
.sec1 .joke .content {
  display: flex;
  margin: 0 0 50px;
}
.sec1 .joke .content .item {
  width: 50%;
}
.sec1 .joke .content .item h3 {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  margin: 0 0 50px;
}
.sec1 .joke .content .item ul li {
  display: flex;
  align-items: center;
}
.sec1 .joke .content .item ul li:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}
.sec1 .joke .content .item ul li .item_icon {
  width: 18px;
  margin-right: 15px;
  opacity: 0.6;
}
.sec1 .joke .content .item ul li h5 {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
.sec1 .joke .content .item ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
.sec1 .joke .content .item ul li p span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #E83928;
}
.sec1 .joke .map {
  width: 100%;
  height: 422px;
  position: relative;
}
.sec1 .joke .map .icon1 {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #FFFFFF;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec1 .joke .map .map_box {
  width: 100%;
  height: 100%;
}
.sec1 .joke .map .BMapLabel p {
  padding: 18px 15px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sec1 .joke .map .BMapLabel p:after {
  content: "";
  width: 20px;
  height: 10px;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 20;
}

.sec2 {
  padding: 50px 0 100px;
}
.sec2 .joke {
  width: 1520px;
  margin: 0 auto;
}
.sec2 .joke h3 {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  margin-bottom: 37px;
}
.sec2 .joke form .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec2 .joke form .flex input {
  width: 724px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E9E9E9;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  color: #111;
}
.sec2 .joke form .flex input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.sec2 .joke form textarea {
  width: 100%;
  height: 255px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E9E9E9;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  color: #111;
}
.sec2 .joke form textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.sec2 .joke form button {
  display: block;
  width: 140px;
  height: 50px;
  background: #E83928;
  border-radius: 6px 6px 6px 6px;
  border: unset;
  margin: 50px auto 0;
}
.sec2 .joke form button p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.template {
  display: none;
}

@media screen and (max-width: 1920px) {
  .sec1 {
    padding: 4.0104166667vw 0 0;
  }
  .sec1 .joke {
    width: 79.1666666667vw;
    margin: 0 auto;
  }
  .sec1 .joke .title {
    margin: 0 0 2.6041666667vw;
  }
  .sec1 .joke .title h1 {
    font-weight: 800;
    font-size: 2.0833333333vw;
    color: #111111;
  }
  .sec1 .joke .title p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #999999;
    margin: 0.2604166667vw 0 0;
  }
  .sec1 .joke .content {
    display: flex;
    margin: 0 0 2.6041666667vw;
  }
  .sec1 .joke .content .item {
    width: 50%;
  }
  .sec1 .joke .content .item h3 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    margin: 0 0 2.6041666667vw;
  }
  .sec1 .joke .content .item ul li {
    display: flex;
    align-items: center;
  }
  .sec1 .joke .content .item ul li:not(:nth-last-child(1)) {
    margin-bottom: 0.78125vw;
  }
  .sec1 .joke .content .item ul li .item_icon {
    width: 0.9375vw;
    margin-right: 0.78125vw;
    opacity: 0.6;
  }
  .sec1 .joke .content .item ul li h5 {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #111111;
  }
  .sec1 .joke .content .item ul li p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #111111;
  }
  .sec1 .joke .content .item ul li p span {
    display: block;
    font-weight: bold;
    font-size: 1.25vw;
    color: #E83928;
  }
  .sec1 .joke .map {
    width: 100%;
    height: 21.9791666667vw;
  }
  .sec1 .joke .map .BMapLabel p {
    padding: 18px 15px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .sec1 .joke .map .BMapLabel p:after {
    content: "";
    width: 20px;
    height: 10px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 20;
  }
  .sec2 {
    padding: 2.6041666667vw 0 5.2083333333vw;
  }
  .sec2 .joke {
    width: 79.1666666667vw;
    margin: 0 auto;
  }
  .sec2 .joke h3 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    margin-bottom: 1.9270833333vw;
  }
  .sec2 .joke form .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5625vw;
  }
  .sec2 .joke form .flex input {
    width: 37.7083333333vw;
    height: 2.6041666667vw;
    background: #FFFFFF;
    border-radius: 0.5208333333vw 0.5208333333vw 0.5208333333vw 0.5208333333vw;
    border: 1px solid #E9E9E9;
    padding: 0 1.0416666667vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #111;
  }
  .sec2 .joke form .flex input::placeholder {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #999999;
  }
  .sec2 .joke form textarea {
    width: 100%;
    height: 13.28125vw;
    background: #FFFFFF;
    border-radius: 0.5208333333vw 0.5208333333vw 0.5208333333vw 0.5208333333vw;
    border: 1px solid #E9E9E9;
    padding: 0.78125vw 1.0416666667vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #111;
  }
  .sec2 .joke form textarea::placeholder {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #999999;
  }
  .sec2 .joke form button {
    display: block;
    width: 7.2916666667vw;
    height: 2.6041666667vw;
    background: #E83928;
    border-radius: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
    border: unset;
    margin: 2.6041666667vw auto 0;
  }
  .sec2 .joke form button p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .sec1 {
    padding: 40px 0 0;
  }
  .sec1 .joke .title h1 {
    font-size: 24px;
  }
  .sec1 .joke .title p {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .sec1 .joke {
    width: 90%;
  }
  .sec1 .joke .content .item h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sec1 .joke .content .item ul li h5 {
    font-size: 16px;
    white-space: nowrap;
  }
  .sec1 .joke .content .item ul li .item_icon {
    width: 20px;
    margin: 0 10px 0 0;
  }
  .sec1 .joke .title {
    margin: 0 0 30px;
  }
  .sec1 .joke .content .item ul li p {
    font-size: 14px;
  }
  .sec1 .joke .content .item ul li p span {
    font-size: 16px;
  }
  .sec1 .joke .content {
    display: block;
  }
  .sec1 .joke .content .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .sec1 .joke .content .item ul li:not(:nth-last-child(1)) {
    margin: 0 0 10px;
  }
  .sec1 .joke .map {
    height: 400px;
  }
  .sec1 .joke .content .item ul li .item_icon img {
    display: block;
    width: 86%;
  }
  .sec2 {
    padding: 50px 0 40px;
  }
  .sec2 .joke {
    width: 90%;
  }
  .sec2 .joke h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .sec2 .joke form .flex {
    display: block;
    margin: 0;
  }
  .sec2 .joke form .flex input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .sec2 .joke form .flex input::placeholder,.sec2 .joke form textarea::placeholder {
    font-size: 14px;
  }
  .sec2 .joke form textarea {
    height: 120px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .sec2 .joke form button {
    width: 120px;
    height: 40px;
    margin: 30px auto 0;
  }
  .sec2 .joke form button p {
    font-size: 14px;
  }
  .sec1 .joke .map .icon1 {
    right: 15px;
    bottom: 30px;
  }
  html[lang='ja'] .sec1 .joke .content .item ul li p span {
    font-size: 14px;
  }
  html[lang='ja'] .sec1 .joke .content .item ul li h5 {
    font-size: 12px;
  }
}
