.retail img {
  width: 100%;
}

.retail_inner {
  margin: 0 auto;
  width: 77.5%;
  max-width: 900px;
}

.retail_mv {
  box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/mv.jpg);
  background-size: 100%;
  height: 326px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .retail_mv {
    background-image: url(../img/mv_sp.jpg);
    height: 206px;
    margin-top: 77px;
  }
}
.retail_mv_box {
  position: relative;
  color: #FFF;
  background: linear-gradient(135deg, rgb(26, 190, 196) 0%, rgb(0, 166, 185) 100%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 630px;
  height: 270px;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .retail_mv_box {
    box-sizing: border-box;
    width: 86.2%;
    height: auto;
    padding: 5% 0;
  }
}
.retail_mv_box::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/mv_shadow.svg) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 20px;
  bottom: -20px;
}
.retail_mv_ttl {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .retail_mv_ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.retail_mv_txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .retail_mv_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.retail_mv_img {
  width: 422px;
}
@media screen and (max-width: 767px) {
  .retail_mv_img {
    width: 80%;
  }
}

.retail_menu {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .retail_menu {
    padding: 32% 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .retail_menu .retail_inner {
    width: 93.1%;
  }
}
.retail_menu_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .retail_menu_ttl {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.retail_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .retail_menu_list {
    margin-top: 0;
  }
}
.retail_menu_list_box {
  position: relative;
  background: #f1f0e5;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 273px;
  height: 154px;
  margin-top: 60px;
  font-size: 18px;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_box {
    width: 48.5%;
    height: auto;
    padding: 7% 0 8%;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}
.retail_menu_list_box:hover {
  text-decoration: none;
  opacity: 0.7;
}
.retail_menu_list_box:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .retail_menu_list_box:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.retail_menu_list_box::before, .retail_menu_list_box::after {
  content: "";
  display: block;
  position: absolute;
}
.retail_menu_list_box::before {
  left: 0;
  bottom: 0;
  background: #1abec4;
  width: 100%;
  height: 28px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_box::before {
    height: 18px;
    border-radius: 0 0 2px 2px;
  }
}
.retail_menu_list_box::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #ffd458 transparent transparent transparent;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_box::after {
    border-width: 10px 6px 0 6px;
    bottom: 3px;
  }
}
.retail_menu_list_label {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3e3a39;
  color: #ffd458;
  border-radius: 4px;
  width: 150px;
  height: 48px;
  position: absolute;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_label {
    width: 100px;
    height: auto;
    padding: 1% 0;
    border-radius: 4px;
    top: -12px;
    font-size: 1.2rem;
  }
}
.retail_menu_list_label span {
  font-weight: bold;
  font-size: 28px;
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .retail_menu_list_label span {
    font-size: 1.8rem;
  }
}
.retail_menu_list_txt {
  font-weight: bold;
}
.retail_menu_bal {
  position: relative;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffd458;
  width: 746px;
  height: 64px;
  margin: 50px auto 0;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .retail_menu_bal {
    width: 77.5%;
    height: auto;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 3% 0;
    margin: 20px auto 0;
  }
}
.retail_menu_bal::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/menu_bal.svg) no-repeat 0 0;
  background-size: 100%;
  width: 74px;
  height: 42px;
  bottom: -42px;
}
@media screen and (max-width: 767px) {
  .retail_menu_bal::after {
    width: 37px;
    height: 21px;
    bottom: -21px;
  }
}

.retail_case {
  background: #1abec4;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .retail_case {
    padding: 20px 0 40px;
  }
}
.retail_case_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .retail_case_box {
    display: block;
  }
}
.retail_case_desc {
  color: #FFF;
  width: 395px;
}
@media screen and (max-width: 767px) {
  .retail_case_desc {
    width: auto;
  }
}
.retail_case_img {
  overflow: hidden;
  width: 450px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .retail_case_img {
    width: auto;
    border-radius: 20px;
    margin-top: 15px;
  }
}
.retail_case_label {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3e3a39;
  color: #ffd458;
  border-radius: 4px;
  width: 180px;
  height: 56px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .retail_case_label {
    width: 110px;
    height: auto;
    font-size: 1.2rem;
    padding: 1% 0;
    border-radius: 4px;
    margin: 0 auto;
  }
}
.retail_case_label span {
  font-weight: bold;
  font-size: 34px;
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .retail_case_label span {
    font-size: 2rem;
  }
}
.retail_case_ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .retail_case_ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 15px;
  }
}
.retail_case_txt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .retail_case_txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.retail_solution {
  position: relative;
  background: #f1f0e5;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .retail_solution {
    padding: 30px 0 0;
  }
}
.retail_solution_ttl {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f0e5;
  position: absolute;
  left: 50%;
  width: 456px;
  height: 74px;
  font-size: 26px;
  top: -40px;
  margin-left: -228px;
}
@media screen and (max-width: 767px) {
  .retail_solution_ttl {
    width: 70.3%;
    height: auto;
    margin-left: -35.15%;
    font-size: 1.4rem;
    padding: 2% 0;
    top: -1.5%;
  }
}
.retail_solution_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list {
    margin-bottom: 20px;
  }
}
.retail_solution_list_box {
  background: #FFF;
  width: 280px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_box {
    width: auto;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
  }
}
.retail_solution_list_box:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.retail_solution_list_img {
  position: relative;
}
.retail_solution_list_tag {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  z-index: 9;
}
.retail_solution_list_tag_box {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_tag_box {
    width: 60px;
    height: 20px;
    font-size: 1.1rem;
  }
}
.retail_solution_list_tag_box._c01 {
  background: #1a91c4;
}
.retail_solution_list_tag_box._c02 {
  background: #ea849f;
}
.retail_solution_list_desc {
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_desc {
    padding: 5%;
  }
}
.retail_solution_list_ttl {
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  min-height: 52px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_ttl {
    min-height: auto;
    font-size: 1.4rem;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.retail_solution_list_txt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.retail_solution_list_btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid;
  color: #1abec4;
  width: fit-content;
  height: 36px;
  border-radius: 36px;
  font-size: 12px;
  margin: 15px auto 0;
  transition: 0.3s;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .retail_solution_list_btn {
    height: auto;
    font-size: 1.1rem;
    padding: 1.5% 15px;
  }
}
.retail_solution_list_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.retail_ex {
  background: #ffd458;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .retail_ex {
    padding: 10px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .retail_ex .retail_inner {
    width: 90%;
  }
}
.retail_ex_ttl {
  font-weight: bold;
  box-sizing: border-box;
  background: #3e3a39;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  width: 746px;
  height: 112px;
  font-size: 26px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .retail_ex_ttl {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    font-size: 1.6rem;
    padding: 4% 0;
  }
}
.retail_ex_ttl span {
  font-weight: bold;
  color: #ffd458;
  font-size: 20px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .retail_ex_ttl span {
    font-size: 1.2rem;
    margin-right: 0;
  }
}
.retail_ex_img {
  position: relative;
  width: 740px;
  margin: 0 auto;
  z-index: 1;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .retail_ex_img {
    width: auto;
    top: auto;
  }
}
.retail_ex_img._case01 {
  right: -45px;
}
@media screen and (max-width: 767px) {
  .retail_ex_img._case01 {
    right: 0;
  }
}
.retail_ex_img + .retail_ex_img {
  width: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .retail_ex_img + .retail_ex_img {
    width: 77.5%;
    margin-top: 20px;
  }
}

.retail_cv {
  background: #db0038;
}
.retail_cv_list_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_box {
    display: block;
    padding: 20px 0;
  }
}
.retail_cv_list_box:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.retail_cv_list_box._contact .retail_cv_list_desc {
  text-align: center;
  margin: 0 55px;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_box._contact .retail_cv_list_desc {
    margin: 0;
  }
  .retail_cv_list_box._contact .retail_cv_list_desc:not(:last-child) {
    margin-bottom: 20px;
  }
}
.retail_cv_list_box._contact .retail_cv_list_btn {
  margin: 0 auto;
}
.retail_cv_list_box._contact .retail_cv_list_ttl {
  margin-bottom: 10px;
}
.retail_cv_list_img {
  width: 368px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_img {
    width: auto;
    margin: 0 0 15px;
  }
}
.retail_cv_list_desc {
  color: #FFF;
}
.retail_cv_list_ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_ttl {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.retail_cv_list_txt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.retail_cv_list_btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF url(../img/btn_arw.svg) no-repeat 95% 50%;
  background-size: 20px;
  color: #db0038;
  width: 340px;
  height: 56px;
  border-radius: 56px;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .retail_cv_list_btn {
    background-size: 6%;
    margin: 0 auto;
    width: 73.27%;
    height: auto;
    font-size: 1.2rem;
    padding: 3% 0;
  }
}
.retail_cv_list_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=retail.css.map */