@charset "UTF-8";
.mt20-30 {
  margin-top: 20px !important;
}
@media (min-width: 769px) {
  .mt20-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .subpage-ttl {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .subpage-ttl::before {
    top: 25px;
  }
}
@media (max-width: 768px) {
  .subpage-ttl .main.ja {
    font-size: 30px;
    line-height: 1.26666667;
  }
}
.subpage-ttl .sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .subpage-ttl .sub {
    font-size: 30px;
  }
}

.block-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid #BD399C;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .block-ttl {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.title-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
  border-left: 1px solid #BD399C;
  margin: 50px 0 20px;
}
@media (min-width: 769px) {
  .title-01 {
    margin: 80px 0 30px;
    font-size: 24px;
  }
}

.title-02 {
  font-size: 18px;
  font-weight: 700;
  color: #BD399C;
  line-height: 1.4;
  margin: 20px 0;
}

.top-text {
  margin: 30px 18px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .top-text {
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 28px auto 0;
  }
}

.text {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}

.caption {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 769px) {
  .caption {
    margin-top: 14px;
    font-size: 15px;
  }
}
.caption.small {
  font-size: 12px;
}
@media (min-width: 769px) {
  .caption.small {
    font-size: 13px;
  }
}

.note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.53846154;
}
@media (min-width: 769px) {
  .note {
    font-size: 13px;
  }
}

.txticon-01 {
  font-size: 12px;
  color: #fff;
  background: #BD399C;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .txticon-01 {
    font-size: 16px;
  }
}

.sustainability-contents {
  margin-top: 50px;
  background: #FBF9ED;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .sustainability-contents {
    margin-top: 80px;
    padding: 100px 0;
  }
}
.sustainability-contents .cmn-sec-ttl {
  margin-top: 0;
}
.sustainability-contents section + section {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .sustainability-contents section + section {
    margin-top: 100px;
  }
}
.sustainability-contents .block + .block {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .sustainability-contents .block + .block {
    margin-top: 80px;
  }
}
.sustainability-contents .text + .text {
  margin-top: 20px;
}
.pdf {
  display: inline-block;
  color: #BD399C;
  border: 1px solid;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding: 3px 13px;
  border-radius: 99px;
  margin: 0 14px;
}

.box-sdgs {
  background: #fff;
  padding: 30px 20px;
  border-radius: 6px;
}
@media (min-width: 769px) {
  .box-sdgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
  }
}
.box-sdgs .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .box-sdgs .ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.box-sdgs .icon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
@media (min-width: 769px) {
  .box-sdgs .icon {
    display: flex;
    gap: 6px;
  }
  .box-sdgs .icon img {
    width: 52px;
  }
}
.box-sdgs + .text {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .box-sdgs + .text {
    margin-top: 30px;
  }
}

.box-comment {
  position: relative;
  margin-top: 40px;
  padding-top: 60px;
}
@media (min-width: 769px) {
  .box-comment {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .box-comment .photo {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .box-comment .photo {
    width: 180px;
  }
}
.box-comment .text {
  background: #019B4A;
  border-radius: 16px;
  padding: 90px 30px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1.66666667;
}
@media (min-width: 769px) {
  .box-comment .text {
    flex: 1;
    padding: 40px 50px;
    border-radius: 30px 30px 30px 0;
  }
}
.box-comment .name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media (min-width: 769px) {
  .box-comment .name {
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  .box-comment[data-photo=right] {
    flex-direction: row-reverse;
  }
  .box-comment[data-photo=right] .text {
    border-radius: 30px 30px 0 30px;
  }
}

.box-flex {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .box-flex {
    display: flex;
    align-items: flex-start;
    gap: 4.5%;
    margin-top: 60px;
  }
}
.box-flex + .box-flex {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .box-flex + .box-flex {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .box-flex .text-area {
    flex: 1;
  }
}
.box-flex .text-area .sub-txt {
  margin-top: 12px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.box-flex .photo-area {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .box-flex .photo-area {
    margin-top: 0;
    width: 47.73%;
  }
}
.box-flex .photo-area.fit-img {
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}

.min-img {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .min-img {
    margin: 40px auto 0;
    width: 60%;
  }
}

.block-flexwrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .block-flexwrap {
    gap: 60px;
  }
}

.box-01 {
  padding: 30px 20px;
  background: #019B4A;
  border-radius: 6px;
  color: #fff;
}
@media (min-width: 769px) {
  .box-01 {
    padding: 80px 36px 80px 60px;
  }
}
.box-01 .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .box-01 .ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.box-01 .text {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .box-01 .text {
    font-size: 15px;
  }
}

.box-02 {
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .box-02 {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .box-02 .list-01,
  .box-02 .list-02,
  .box-02 .list-03,
  .box-02 .list-04  {
    gap: 20px;
  }
}

@media (min-width: 769px) {
  .box-03 {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 4.5%;
  }
}
.box-03 .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (min-width: 769px) {
  .box-03 .title-01 {
    margin-top: 0;
  }
}
.box-03 .photo {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .box-03 .photo {
    margin-top: 40px;
  }
}

[class*=list-0] .txt {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 769px) {
  [class*=list-0] .txt {
    font-size: 18px;
  }
}

.list-00 {
  margin-top: 40px;
  display: grid;
  gap: 30px;
}
@media (min-width: 769px) {
  .list-00 {
    gap: 50px;
  }
}

.list-01 {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}
@media (min-width: 769px) {
  .list-01 {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.5%;
  }
}
.list-01 .txt {
  font-size: 18px;
}
@media (min-width: 769px) {
  .list-01 .txt {
    margin-top: 20px;
    font-size: 24px;
  }
}

.list-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 19px;
}
@media (min-width: 769px) {
  .list-02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.6%;
  }
}

.list-03 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 769px) {
  .list-03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 3.6%;
  }
}

.list-04 {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}
@media (min-width: 769px) {
  .list-04 {
    margin: 60px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4.5%;
    width: 500px;
  }
  .list-04 img{
    width: 220px;
  }
}
.list-04 .txt {
  font-size: 18px;
}
@media (min-width: 769px) {
  .list-04 .txt {
    margin-top: 20px;
    font-size: 24px;
  }
}

.text + .list-01,
.text + .list-02,
.text + .list-03 {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .text + .list-01,
  .text + .list-02,
  .text + .list-03 {
    margin-top: 40px;
  }
}

.num-list {
  counter-reset: listnum;
}
.num-list li {
  position: relative;
  padding-left: 1.5em;
}
.num-list li::before {
  counter-increment: listnum;
  content: counter(listnum) "．";
  position: absolute;
  top: 0;
  left: 0;
}

.sustainability-nav {
  margin: 15px 18px 0;
}
@media (min-width: 769px) {
  .sustainability-nav {
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 50px auto 80px;
  }
}
.sustainability-nav .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 13px;
}
@media (min-width: 769px) {
  .sustainability-nav .nav-list {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
  }
}
.sustainability-nav .nav-list .nav-item a {
  border: 1px solid #BD399C;
  border-radius: 6px;
  background: #BD399C;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 10px 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .sustainability-nav .nav-list .nav-item a {
    font-size: 12px;
    line-height: 1.33333333;
    min-height: 49px;
  }
}
.sustainability-nav .nav-list .nav-item.current a {
  background: #fff;
  color: #BD399C;
}

/* === サステナビリティTOP
==================================== */
.page-sustainability .subpage-ttl {
  gap: 0;
}
.page-sustainability .subpage-ttl::before {
  top: 50px;
}
@media (min-width: 769px) {
  .page-sustainability .subpage-ttl::before {
    top: 90px;
  }
}
@media (max-width: 768px) {
  .page-sustainability .subpage-ttl .sub.ja {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .page-sustainability .sec-03 .cmn-sec-ttl {
    margin-top: 100px;
  }
}

/* === イオンタウンのマテリアリティ
==================================== */
.page-sustainability-materiality .cmn-sec-ttl {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .page-sustainability-materiality .cmn-sec-ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-sustainability-materiality .cmn-sec-ttl + .img {
    margin-top: 40px;
  }
}
.page-sustainability-materiality .img {
  display: block;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .page-sustainability-materiality .img {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .page-sustainability-materiality .col-2 {
    display: flex;
    align-items: flex-start;
    gap: 5.4%;
  }
  .page-sustainability-materiality .col-2 .text {
    flex: 1;
  }
  .page-sustainability-materiality .col-2 .img {
    margin: 0;
    width: 46.1%;
  }
}

/* === イオンタウンSDGs宣言
==================================== */
.page-sustainability-declaration .img {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .page-sustainability-declaration .img {
    margin-top: 40px;
  }
}
.page-sustainability-declaration .text + .box-sdgs {
  margin-top: 26px;
}
@media (min-width: 769px) {
  .page-sustainability-declaration .text + .box-sdgs {
    margin-top: 50px;
  }
}

/* === 地域社会への取り組み
==================================== */
.page-sustainability-community .img-bousai {
  width: 100%;
}
@media (min-width: 769px) {
  .page-sustainability-community .img-bousai {
    display: block;
    width: 230px;
    margin: 0 auto;
  }
}

/* === 従業員への取り組み
==================================== */
.page-sustainability-employee [data-box=winner] {
  margin-top: 40px;
  border-radius: 16px;
  padding: 30px;
}
@media (min-width: 769px) {
  .page-sustainability-employee [data-box=winner] {
    margin-top: 50px;
    border-radius: 30px 0 30px 30px;
    padding: 40px 50px;
  }
}
.page-sustainability-employee [data-box=winner] .ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.page-sustainability-employee [data-box=winner] .text {
  font-size: 15px;
}
.page-sustainability-employee .dl-01 {
  margin: 30px 0 20px;
}
@media (min-width: 769px) {
  .page-sustainability-employee .dl-01 {
    margin: 40px 0 30px;
  }
}
.page-sustainability-employee .dl-01 .bundle dt {
  font-weight: 500;
}
.page-sustainability-employee .dl-01 .bundle dd {
  font-weight: 700;
}

/* === イオンゆめみらい保育園
==================================== */
.yumemirai-list {
  margin-top: 50px;
  display: grid;
  gap: 50px;
}
@media (min-width: 769px) {
  .yumemirai-list {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 4.5%;
  }
}
.yumemirai-list li .photo {
  margin-bottom: 20px;
}
.yumemirai-list li .ttl {
  color: #BD399C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88888889;
  margin-bottom: 10px;
}
.yumemirai-list li .info {
  font-size: 16px;
  line-height: 1.625;
}
.yumemirai-list li .cmn-btn {
  margin-top: 30px;
}

/* === 各ショッピングセンターの詳細データ
==================================== */
.data-table {
  margin-top: 30px;
  background: #fff;
}
@media (min-width: 769px) {
  .data-table {
    margin-top: 40px;
  }
}

.table-wrap {
  position: relative;
  overflow: auto;
  height: 80svh;
  max-height: 462px;
}
@media (min-width: 769px) {
  .table-wrap {
    max-height: 611px;
  }
}
.table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.table-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #EDF2EE;
}
.table-wrap table {
  position: relative;
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .table-wrap table {
    font-size: 15px;
  }
}
.table-wrap table tr {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
.table-wrap table tr:first-child {
  z-index: 2;
  position: sticky;
  top: 0;
}
.table-wrap table th {
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  background: #EDF2EE;
  border-right: 1px solid #E0E0E0;
  text-align: center;
  vertical-align: middle;
}
.table-wrap table td {
  padding: 15px;
  border-right: 1px solid #E0E0E0;
  vertical-align: middle;
}
.table-wrap table td:last-child {
  background: none;
}
.table-wrap table td.center {
  text-align: center;
}
.table-wrap table td.right {
  text-align: right;
}

/* === 従業員への取り組み
==================================== */
.page-sustainability-employee-act .sustainability-contents,
.page-sustainability-employee-woman .sustainability-contents {
  padding-bottom: 0;
}
.page-sustainability-employee-act .cmn-main-nav,
.page-sustainability-employee-woman .cmn-main-nav {
  border-bottom: 1px solid #BD399C;
}
@media (max-width: 768px) {
  .page-sustainability-employee-act .cmn-main-nav .cmn-nav-list,
  .page-sustainability-employee-woman .cmn-main-nav .cmn-nav-list {
    flex-wrap: nowrap;
    align-items: flex-end;
    width: calc(100% - 36px);
    max-width: 1106px;
    margin: 30px auto 0;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .page-sustainability-employee-act .cmn-main-nav .nav-item,
  .page-sustainability-employee-woman .cmn-main-nav .nav-item {
    width: 100%;
    transform: translateY(1px);
  }
}
@media (max-width: 768px) {
  .page-sustainability-employee-act .cmn-main-nav .nav-item a,
  .page-sustainability-employee-act .cmn-main-nav .nav-item button,
  .page-sustainability-employee-woman .cmn-main-nav .nav-item a,
  .page-sustainability-employee-woman .cmn-main-nav .nav-item button {
    font-size: 14px;
    min-height: 76px;
    border-radius: 6px 6px 0 0;
  }
}
@media (max-width: 768px) {
  .page-sustainability-employee-act .cmn-main-nav .nav-item.current a,
  .page-sustainability-employee-act .cmn-main-nav .nav-item.current button,
  .page-sustainability-employee-woman .cmn-main-nav .nav-item.current a,
  .page-sustainability-employee-woman .cmn-main-nav .nav-item.current button {
    height: 86px;
    border-bottom: none;
  }
}
.page-sustainability-employee-act .bg-white,
.page-sustainability-employee-woman .bg-white {
  padding-top: 50px;
  background: #fff;
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .bg-white,
  .page-sustainability-employee-woman .bg-white {
    padding-top: 60px;
  }
}
.page-sustainability-employee-act .dl-01,
.page-sustainability-employee-woman .dl-01 {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .dl-01,
  .page-sustainability-employee-woman .dl-01 {
    margin-top: 40px;
  }
}
.page-sustainability-employee-act .dl-01 dt,
.page-sustainability-employee-woman .dl-01 dt {
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .dl-01 .box,
  .page-sustainability-employee-woman .dl-01 .box {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
}
.page-sustainability-employee-act .dl-01 .box + .box,
.page-sustainability-employee-woman .dl-01 .box + .box {
  margin-top: 20px;
}
.page-sustainability-employee-act .dl-01 .ttl,
.page-sustainability-employee-woman .dl-01 .ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .dl-01 .ttl,
  .page-sustainability-employee-woman .dl-01 .ttl {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .dl-01 .d-cont,
  .page-sustainability-employee-woman .dl-01 .d-cont {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
}
.page-sustainability-employee-act .dl-01 .d-cont + .d-cont,
.page-sustainability-employee-woman .dl-01 .d-cont + .d-cont {
  margin-top: 10px;
}
.page-sustainability-employee-act .dl-01 [class*=label-],
.page-sustainability-employee-woman .dl-01 [class*=label-] {
  display: inline-block;
  background: #BD399C;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-width: 68px;
  padding: 4px 20px 5px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .page-sustainability-employee-act .dl-01 [class*=label-],
  .page-sustainability-employee-woman .dl-01 [class*=label-] {
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 4px 18px 5px;
  }
}
.page-sustainability-employee-act .dl-01 .label-02,
.page-sustainability-employee-woman .dl-01 .label-02 {
  background: #12969F;
}
/*# sourceMappingURL=map/sustainability.css.map */