@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif !important;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: border-box;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 819px) {
  .is-sp {
    display: block;
  }
}

.aeon-retail header {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .aeon-retail header {
    justify-content: center;
    padding: 28px 0px;
  }
}
.aeon-retail header .header-logo {
  width: 275px;
}
.aeon-retail header .header-logo img {
  width: 100%;
}
.aeon-retail .header-job-btn {
  background-color: #FF5475;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  display: block;
  padding: 14px 0;
  width: 210px;
  text-decoration: none;
  transition: all 0.2s;
}
.aeon-retail .header-job-btn:hover {
  background-color: #FFA7B8;
}
@media screen and (max-width: 819px) {
  .aeon-retail .header-job-btn {
    display: none;
  }
}
.aeon-retail .main-visual {
  background-image: url(../img/mv.webp);
  background-repeat: no-repeat;
  background-size: auto 700px;
  background-position: left top;
  position: relative;
  height: 750px;
}
@media screen and (max-width: 1100px) {
  .aeon-retail .main-visual {
    height: 600px;
    background-size: auto 560px;
    background-position: -100px top;
  }
}
@media screen and (max-width: 819px) {
  .aeon-retail .main-visual {
    height: 550px;
    background-size: auto 550px;
    background-position: -170px top;
  }
}
.aeon-retail .main-visual-text {
  position: absolute;
  right: 50px;
  top: 130px;
}
@media screen and (max-width: 819px) {
  .aeon-retail .main-visual-text {
    right: 30px;
    top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .aeon-retail .main-visual-text {
    right: auto;
    top: 250px;
    left: 40px;
  }
}
.aeon-retail .main-copy {
  color: #FF5475;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .aeon-retail .main-copy {
    font-size: 40px;
  }
}
@media screen and (max-width: 819px) {
  .aeon-retail .main-copy {
    font-size: 34px;
    margin-bottom: 20px;
    background-image: linear-gradient(#fff, #fff);
    display: inline;
    line-height: 1.6;
  }
}
.aeon-retail .sub-copy {
  font-size: 27px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .aeon-retail .sub-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 819px) {
  .aeon-retail .sub-copy {
    font-size: 16px;
    font-weight: bold;
  }
}
.aeon-retail .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .aeon-retail .content {
    width: 92%;
  }
}
.aeon-retail .content-title {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .aeon-retail .content-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.aeon-retail .job-btn {
  background-color: #FF5475;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  border-radius: 8px;
  display: block;
  padding: 20px 0;
  width: 300px;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.2s;
}
.aeon-retail .job-btn:hover {
  background-color: #FFA7B8;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-btn {
    font-size: 20px;
    width: 280px;
  }
}
.aeon-retail .first-btn {
  margin: 30px auto;
}
.aeon-retail .job-introduction {
  padding: 80px 0;
  background-color: #FFF5F2;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction {
    padding: 40px 0;
  }
}
.aeon-retail .job-introduction .job-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-item {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.aeon-retail .job-introduction .job-textarea {
  width: 47%;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-textarea {
    width: 100%;
    margin-bottom: 40px;
  }
}
.aeon-retail .job-introduction .job-title {
  color: #FF5475;
  font-size: 36px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-title {
    font-size: 25px;
  }
}
.aeon-retail .job-introduction .job-text {
  font-size: 16px;
  line-height: 2.4;
  color: #444;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-text {
    font-size: 14px;
  }
}
.aeon-retail .job-introduction .job-photo {
  width: 48%;
  height: 450px;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-photo {
    width: 100%;
    height: 330px;
  }
}
@media screen and (max-width: 430px) {
  .aeon-retail .job-introduction .job-photo {
    height: 270px;
    border-radius: 30px;
  }
}
.aeon-retail .job-introduction .job-photo img {
  position: absolute;
  width: 160%;
  left: -40%;
}
@media screen and (max-width: 1000px) {
  .aeon-retail .job-introduction .job-photo img {
    width: 140%;
    top: -5%;
  }
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .job-photo img {
    left: -30%;
    width: 140%;
  }
}
@media screen and (max-width: 400px) {
  .aeon-retail .job-introduction .job-photo img {
    left: -90px;
    width: 140%;
  }
}
@media screen and (max-width: 819px) {
  .aeon-retail .job-introduction .photo1 {
    order: 2;
  }
  .aeon-retail .job-introduction .text1 {
    order: 1;
  }
}
.aeon-retail .reason {
  padding: 80px 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1100px) {
  .aeon-retail .reason {
    padding: 40px 0;
  }
}
.aeon-retail .reason .reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .aeon-retail .reason .reason-list {
    flex-direction: column;
    gap: 16px;
  }
}
.aeon-retail .reason .reason-list li {
  border-radius: 20px;
  background-color: #FFF;
  background-image: linear-gradient(178deg, #FFEFFA -22.22%, #FDFDFD 22.07%, #FDFDFD 87.46%, #DFFFFD 124.03%);
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 225px;
  color: #FF5475;
  padding: 20px;
  flex-direction: column;
}
@media screen and (max-width: 819px) {
  .aeon-retail .reason .reason-list li {
    border-radius: 15px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 135px;
  }
}
.aeon-retail .reason .reason-list li img {
  display: block;
  margin-bottom: 20px;
  height: 80px;
}
@media screen and (max-width: 819px) {
  .aeon-retail .reason .reason-list li img {
    height: 50px;
    margin-bottom: 10px;
  }
}
.aeon-retail .reason .reason-list li p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 819px) {
  .aeon-retail .reason .reason-list li p {
    font-size: 18px;
  }
}
.aeon-retail .reason .detail-btn {
  background-color: #FFF;
  border: 2px solid #FF5475;
  text-align: center;
  line-height: 1;
  color: #FF5475;
  font-size: 27px;
  border-radius: 8px;
  display: block;
  padding: 20px 0;
  width: 300px;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 40px;
}
.aeon-retail .reason .detail-btn:hover {
  background-color: #FFA7B8;
}
@media screen and (max-width: 819px) {
  .aeon-retail .reason .detail-btn {
    font-size: 20px;
    width: 280px;
  }
}
.aeon-retail .reason .aside-text {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  color: #4C4C4C;
}
.aeon-retail .company {
  padding: 80px 0;
}
@media screen and (max-width: 819px) {
  .aeon-retail .company {
    padding: 40px 0;
  }
}
.aeon-retail .company .company-list {
  border-top: 1px solid #E7E7E7;
  padding: 20px;
  display: flex;
}
@media screen and (max-width: 819px) {
  .aeon-retail .company .company-list {
    padding: 16px 5px;
    flex-direction: column;
  }
}
.aeon-retail .company .company-list dt {
  color: #008DC1;
  font-size: 15px;
  font-weight: bold;
  width: 155px;
  padding-left: 20px;
}
@media screen and (max-width: 819px) {
  .aeon-retail .company .company-list dt {
    padding-left: 0;
    width: auto;
    margin-bottom: 10px;
  }
}
.aeon-retail .company .company-list dd {
  font-size: 15px;
  color: #333;
}
.aeon-retail .company .company-list:last-of-type {
  border-bottom: 1px solid #E7E7E7;
}
.aeon-retail .footer {
  padding: 0px 0px 50px 0px;
  text-align: center;
}
.aeon-retail .footer .privacy-policy {
  text-align: center;
  color: #008DC1;
  font-size: 15px;
  margin: 60px 0;
  text-decoration: none;
  display: inline-block;
}
.aeon-retail .footer .privacy-policy:hover {
  color: #7DBED6;
}
.aeon-retail .footer .copyright {
  font-size: 13px;
  color: #999;
}

/*# sourceMappingURL=style.css.map */
