#wapper {
  max-width: 100%;
}

#main_content .landy_container * {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
#main_content .landy_container .sponly {
  display: none;
}
#main_content .landy_know {
  background: #d74e33;
  padding: 82px 0 106px;
}
#main_content .landy_know_title {
  display: grid;
  margin-bottom: 16px;
}
#main_content .landy_know_title p,
#main_content .landy_know_title h2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
}
#main_content .landy_know_title p {
  font-size: 28px;
  font-weight: 600;
}
#main_content .landy_know_title h2 {
  font-size: 40px;
  font-weight: 800;
}
#main_content .landy_know_title h2 span {
  font-weight: 800;
  font-size: 50px;
}
#main_content .landy_know_movie {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
#main_content .landy_know_movie::before {
  content: " ";
  padding-top: 56.25%;
  display: block;
}
#main_content .landy_know_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main_content .landy_search {
  background: #f1f1f1;
  padding: 90px 0 125px;
}
#main_content .landy_search h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #cc381a;
}
#main_content .landy_search h2 span {
  font-weight: 800;
  font-size: 60px;
}
#main_content .landy_search_list {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 40px;
}
#main_content .landy_search_list .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 11px;
  position: relative;
}
#main_content .landy_search_list .item::after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -19px;
  top: 0;
  border-right: 2px dashed #cc381a;
}
#main_content .landy_search_list .item:nth-child(-n+4)::before {
  content: " ";
  width: calc(100% + 38px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -39px;
  border-bottom: 2px dashed #cc381a;
}
#main_content .landy_search_list .item:nth-child(4)::before {
  width: 100%;
}
#main_content .landy_search_list .item:nth-child(4n)::after {
  display: none;
}
#main_content .landy_search_list .item .icon {
  width: 110px;
  margin: 0 auto;
}
#main_content .landy_search_list .item p {
  font-weight: 600;
  align-content: center;
  text-align: center;
}
#main_content .landy_worries {
  padding-top: 95px;
}
#main_content .landy_worries_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
#main_content .landy_worries_title h2 {
  font-size: 35px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#main_content .landy_worries_title h2 span {
  font-weight: 800;
  font-size: 40px;
  color: #cc381a;
  margin: 0 5px;
  line-height: 1.2;
}
#main_content .landy_worries_title h2:nth-of-type(2) span {
  background: #cc381a;
  color: #ffffff;
  padding: 5px 10px;
}
#main_content .landy_worries ul {
  width: 850px;
  margin: auto;
  display: grid;
  gap: 16px;
}
#main_content .landy_worries ul li {
  width: 500px;
  height: 70px;
  border: 2px dashed #cc381a;
  border-radius: 60px;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_content .landy_worries ul li:nth-child(2n) {
  margin-left: auto;
}
#main_content .landy_worries img {
  width: 420px;
  display: block;
  margin: 30px auto -210px;
}
#main_content .landy_advice {
  background: url(./images/bg.jpg) no-repeat #f1f1f1;
  background-size: 100% auto;
  padding-top: 250px;
  padding-bottom: 110px;
}
#main_content .landy_advice_title {
  display: grid;
  gap: 10px;
}
#main_content .landy_advice_title p {
  text-align: center;
  font-weight: 600;
}
#main_content .landy_advice_title h2 {
  font-size: 35px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 50px;
}
#main_content .landy_advice_title h2 span {
  font-weight: 800;
  font-size: 40px;
  background: #cc381a;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 1.2;
}
#main_content .landy_advice_block {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#main_content .landy_advice_block .body {
  align-content: center;
}
#main_content .landy_advice_block .body p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}
#main_content .landy_support {
  padding-top: 70px;
}
#main_content .landy_support_title {
  display: grid;
  gap: 10px;
}
#main_content .landy_support_title p {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
#main_content .landy_support_title div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 0;
}
#main_content .landy_support_title h2 {
  font-size: 35px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#main_content .landy_support_title h2 span {
  font-weight: 800;
  font-size: 30px;
  background: #cc381a;
  color: #ffffff;
  padding: 5px 10px;
  line-height: 1.2;
}
#main_content .landy_support_title h2 span span {
  font-weight: 800;
  padding: 0;
  margin: 0;
  font-size: 40px;
}
#main_content .landy_support_title h2:nth-child(1) span {
  padding-right: 0;
}
#main_content .landy_support_title h2:nth-child(2) span {
  padding-left: 0;
  margin-right: 5px;
}
#main_content .landy_support_step .label {
  width: 500px;
  height: 100px;
  border: 2px dashed #cc381a;
  border-radius: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 110px;
  position: relative;
}
#main_content .landy_support_step .label::after {
  content: " ";
  width: 225px;
  height: 67px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: url(./images/step.svg) no-repeat center/cover;
}
#main_content .landy_support_step .block {
  max-width: 1150px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  background: #f1f1f1;
  margin-bottom: 40px;
}
#main_content .landy_support_step .block h3 {
  background-color: #cc381a;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
#main_content .landy_support_step .block .body {
  padding: 20px;
}
#main_content .landy_support_step .block .body > p {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
#main_content .landy_support_step .block .body ul {
  width: 920px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#main_content .landy_support_step .block .body ul li {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  line-height: 1.7;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
}
#main_content .landy_support_step .block .body ul + p {
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
#main_content .landy_support_step .block .body .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#main_content .landy_support_step .block .body .list .item {
  padding: 20px;
  line-height: 1.7;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
}
#main_content .landy_support_step .block .body .list .item p {
  font-weight: 600;
  line-height: 1.7;
}
#main_content .landy_support_step .block .body .list .item p a {
  font-weight: 600;
  color: #cc381a;
}
#main_content .landy_support_step .block .body .list .item_title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
#main_content .landy_showroom {
  background: url(./images/bg.jpg) no-repeat #f1f1f1;
  background-size: 100% auto;
  padding-bottom: 110px;
  margin-bottom: 125px;
}
#main_content .landy_showroom_container {
  max-width: 1150px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 40px;
}
#main_content .landy_showroom_container h2 {
  background-color: #cc381a;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
#main_content .landy_showroom_list {
  padding: 40px 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 15px;
}
#main_content .landy_showroom_list .item {
  border-radius: 30px 30px 0 0;
}
#main_content .landy_showroom_list .item img {
  width: 100%;
  height: auto;
}
#main_content .landy_showroom_list .item a {
  text-decoration: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.5s all;
}
#main_content .landy_showroom_list .item a:hover {
  opacity: 0.75;
}
#main_content .landy_showroom_list .item .area {
  background: #55adb2;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  border-radius: 30px 30px 0 0;
  border: solid 2px #ffffff;
  font-weight: 700;
}
#main_content .landy_showroom_list .item .area2 {
  background: #50ab87;
}
#main_content .landy_showroom_list .item .area3 {
  background: #9db255;
}
#main_content .landy_showroom_list .item .area4 {
  background: #b27c55;
}
#main_content .landy_showroom_list .item h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
#main_content .landy_showroom_list .item dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 5px 20px 35px;
}
#main_content .landy_showroom_list .item dl dt,
#main_content .landy_showroom_list .item dl dd {
  font-size: 12px;
  padding: 6px 0;
  margin: 0;
  color: #000000;
  border-bottom: 1px #BAD6D8 solid;
  align-content: center;
  font-weight: 600;
}
#main_content .landy_showroom_list .item dl dt {
  padding-right: 20px;
  white-space: nowrap;
}
#main_content .landy_showroom_list .item_btn {
  background: #cc381a;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  height: 37px;
  margin-top: auto;
  gap: 10px;
}
#main_content .landy_showroom_list .item_btn::after {
  content: " ";
  width: 10px;
  height: 16px;
  background: url(../no1/images/arrow.svg) no-repeat center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 959px) {
  #main_content .landy_container .pconly {
    display: none;
  }
  #main_content .landy_container .sponly {
    display: block;
  }
  #main_content .landy_know {
    padding: 65px 20px;
  }
  #main_content .landy_know_title {
    margin-bottom: 10px;
  }
  #main_content .landy_know_title p {
    font-size: 13px;
  }
  #main_content .landy_know_title h2 {
    font-size: 20px;
  }
  #main_content .landy_know_title h2 span {
    font-size: 24px;
  }
  #main_content .landy_know_movie {
    width: 100%;
  }
  #main_content .landy_search {
    padding: 40px 20px;
  }
  #main_content .landy_search h2 {
    font-size: 20px;
  }
  #main_content .landy_search h2 span {
    font-size: 24px;
  }
  #main_content .landy_search_list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
  #main_content .landy_search_list .item::after {
    right: -19px;
  }
  #main_content .landy_search_list .item:nth-child(-n+6)::before {
    content: " ";
    width: calc(100% + 38px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -19px;
    border-bottom: 2px dashed #cc381a;
  }
  #main_content .landy_search_list .item:nth-child(2n)::before {
    width: 100%;
  }
  #main_content .landy_search_list .item:nth-child(2n)::after {
    display: none;
  }
  #main_content .landy_search_list .item .icon {
    width: 63px;
  }
  #main_content .landy_worries {
    padding-top: 35px;
  }
  #main_content .landy_worries_title {
    flex-direction: column;
    margin-bottom: 45px;
    gap: 10px;
  }
  #main_content .landy_worries_title h2 {
    font-size: 22px;
  }
  #main_content .landy_worries_title h2 span {
    font-size: 25px;
  }
  #main_content .landy_worries ul {
    padding: 0 10px;
    width: 100%;
    margin: auto;
    display: grid;
    gap: 27px;
  }
  #main_content .landy_worries ul li {
    padding: 10px;
    min-height: 70px;
    height: auto;
    width: calc(100% - 55px);
  }
  #main_content .landy_worries img {
    width: 217px;
    margin: 20px auto -100px;
  }
  #main_content .landy_advice {
    background: url(./images/bg.jpg) no-repeat #f1f1f1;
    background-size: 100% auto;
    padding: 125px 20px 50px;
  }
  #main_content .landy_advice_title p {
    font-size: 10px;
  }
  #main_content .landy_advice_title h2 {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
  }
  #main_content .landy_advice_title h2 span {
    display: inline-block;
    font-size: 27px;
    padding: 5px 10px;
    line-height: 1;
  }
  #main_content .landy_advice_block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #main_content .landy_advice_block .body {
    align-content: left;
  }
  #main_content .landy_advice_block .body p {
    font-size: 14px;
  }
  #main_content .landy_support {
    padding-top: 45px;
  }
  #main_content .landy_support_title div {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  #main_content .landy_support_title p {
    font-size: 16px;
  }
  #main_content .landy_support_title h2 {
    font-size: 22px;
  }
  #main_content .landy_support_title h2 span {
    font-size: 19px;
    padding: 5px 10px;
  }
  #main_content .landy_support_title h2 span span {
    font-weight: 800;
    padding: 0;
    font-size: 25px;
  }
  #main_content .landy_support_title h2:nth-child(1) span, #main_content .landy_support_title h2:nth-child(2) span {
    padding: 5px 10px;
  }
  #main_content .landy_support_title h2:nth-child(1) span span, #main_content .landy_support_title h2:nth-child(2) span span {
    padding: 0;
  }
  #main_content .landy_support_step {
    padding: 0 20px;
  }
  #main_content .landy_support_step .label {
    width: 100%;
    height: 70px;
    font-size: 18px;
    margin: 0 auto 65px;
  }
  #main_content .landy_support_step .label::after {
    width: 143px;
    height: 43px;
  }
  #main_content .landy_support_step .block {
    margin-bottom: 20px;
  }
  #main_content .landy_support_step .block h3 {
    font-size: 16px;
    padding: 10px 0;
  }
  #main_content .landy_support_step .block .body {
    padding: 10px;
  }
  #main_content .landy_support_step .block .body > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #main_content .landy_support_step .block .body ul {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  #main_content .landy_support_step .block .body ul li {
    padding: 10px;
    font-size: 18px;
  }
  #main_content .landy_support_step .block .body ul + p {
    font-size: 13px;
  }
  #main_content .landy_support_step .block .body ul + p br {
    display: none;
  }
  #main_content .landy_support_step .block .body .list {
    grid-template-columns: repeat(1, 1fr);
  }
  #main_content .landy_support_step .block .body .list .item {
    padding: 10px 20px;
  }
  #main_content .landy_support_step .block .body .list .item p {
    font-size: 13px;
  }
  #main_content .landy_support_step .block .body .list .item_title {
    font-size: 16px;
  }
  #main_content .landy_showroom {
    background: url(./images/bg.jpg) no-repeat #f1f1f1;
    background-size: 100% auto;
    padding: 20px 20px 55px;
    margin-bottom: 50px;
  }
  #main_content .landy_showroom_container {
    border-radius: 0;
    background: none;
    margin-bottom: 0;
  }
  #main_content .landy_showroom_container h2 {
    border-radius: 30px 30px 0 0;
    font-size: 16px;
    padding: 10px;
  }
  #main_content .landy_showroom_list {
    padding: 15px 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 15px;
  }
  #main_content .landy_showroom_list .item {
    background: #ffffff;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    border-radius: 10px;
  }
  #main_content .landy_showroom_list .item a {
    gap: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  #main_content .landy_showroom_list .item .area {
    border-radius: 20px 20px 0 0;
    line-height: 1;
    padding: 10px;
  }
  #main_content .landy_showroom_list .item h3 {
    font-size: 12px;
    text-align: left;
  }
  #main_content .landy_showroom_list .item dl {
    margin: 10px;
  }
  #main_content .landy_showroom_list .item dl dt,
  #main_content .landy_showroom_list .item dl dd {
    font-size: 10px;
    padding: 4px 0;
  }
  #main_content .landy_showroom_list .item dl dt {
    padding-right: 10px;
  }
  #main_content .landy_showroom_list .item_btn {
    font-size: 13px;
  }
  #main_content .landy_showroom_list .item_btn::after {
    width: 6.6666666667px;
    height: 10.6666666667px;
  }
}