@charset "UTF-8";
body main .sustainability-link {
  width: 100%;
  margin: auto;
  max-width: 980px;
  background-color: #f0f5f5;
  padding: 48px 30px 40px;
}
body main .sustainability-link-head {
  color: #1e277e;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  max-width: 530px;
  width: 100%;
  margin: 0 auto 18px;
}
body main .sustainability-link-head::before {
  content: "■";
  color: #00afec;
}
body main .sustainability-link-ul {
  display: flex;
  max-width: 530px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
body main .sustainability-link-li {
  width: 29.8113207547%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 16px 0;
}
body main .sustainability-link-a {
  width: 100%;
  display: flex;
  color: #1e277e;
  padding: 0 9px 11px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.1rem;
  position: relative;
}
body main .sustainability-link-a:before {
  content: "";
  display: block;
  order: 1;
  height: 1px;
  width: 100%;
  background: #1e277e;
  transition: background 0.2s, height 0.2s;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main .sustainability-link-a:hover {
  opacity: 1;
}
body main .sustainability-link-a:hover:before {
  height: 4px;
  background: #00afec;
}
body main .sustainability-link-a::after {
  content: "";
  background-image: url(../image/sustainability/top/footer-arrow.svg);
  background-size: 6px 12px;
  width: 6px;
  height: 12px;
  order: 2;
}

@media (max-width: 768px) {
  body main .sustainability-link {
    padding: 7.5vw 10vw;
  }
  body main .sustainability-link-head {
    color: #1e277e;
    font-size: 4vw;
    line-height: 5vw;
    margin: 0 auto 4.5vw;
  }
  body main .sustainability-link-head::before {
    content: "■";
    color: #00afec;
  }
  body main .sustainability-link-ul {
    max-width: none;
  }
  body main .sustainability-link-li {
    width: 36vw;
    margin: 3vw 0;
  }
  body main .sustainability-link-a {
    padding: 0 2.25vw 2vw 0;
    justify-content: space-between;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  body main .sustainability-link-a::after {
    content: "";
    background-image: url(../image/sustainability/top/footer-arrow.svg);
    background-size: 1.5vw 3vw;
    width: 1.5vw;
    height: 3vw;
  }
}
.page-sdgs {
  position: relative;
}
.page-sdgs .main {
  margin: 0 auto 167px;
}
.page-sdgs .page-header-small {
  padding: 0 40px;
  width: 1060px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-sdgs .page-header-left {
  width: 43.8775510204%;
}
.page-sdgs .page-header-right {
  width: 46.8571428571vw;
  right: 0;
  position: absolute;
}
.page-sdgs .page-header-right img {
  display: inline-block;
  width: 100%;
}
.page-sdgs .page-title {
  color: #1e277e;
  margin-bottom: 75px;
}
.page-sdgs .page-title .en {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.page-sdgs .page-title .ja {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.page-sdgs .page-catch {
  color: #00afec;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 38px;
}
.page-sdgs .page-lead {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
}
.page-sdgs .content-main {
  position: relative;
}
.page-sdgs .goal {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}
.page-sdgs .goal-header {
  border-bottom: 1px solid #1e277e;
  margin: 0 auto 82px;
  padding-bottom: 25px;
}
.page-sdgs .goal-header .ja {
  color: #1e277e;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.page-sdgs .goal-header .en {
  margin-left: 10px;
  color: #808080;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.page-sdgs .goal-inner {
  padding: 0 45px;
}
.page-sdgs .goal-inner .logo {
  width: 100%;
  max-width: 697px;
  display: block;
  margin: 0 auto 57px;
}
.page-sdgs .goal-subject {
  color: #1e277e;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 65px;
  text-align: center;
}
.page-sdgs .goal-preface {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
}
.page-sdgs .philosophy {
  text-align: center;
}
.page-sdgs .philosophy-head {
  color: #fff;
  background-color: #00afec;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding: 14px 0;
  margin-bottom: 32px;
}
.page-sdgs .philosophy-body {
  color: #1e277e;
  font-size: 1.125rem;
  line-height: 2.375rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #00afec;
}
.page-sdgs .relationship {
  max-width: 970px;
  width: 100%;
  padding: 0 40px;
  margin: 80px auto 0;
}
.page-sdgs .relationship-header {
  color: #1e277e;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
}
.page-sdgs .relationship-header * {
  padding-left: 0;
  text-indent: 0;
}
.page-sdgs .relationship-header::before {
  content: "■";
  color: #00afec;
}
.page-sdgs .relationship .icon-list {
  margin: -7.5px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .page-sdgs .relationship .icon-list::after {
    content: "";
    width: 18.4269662921%;
    height: 0;
  }
}
.page-sdgs .relationship .icon-item {
  width: 18.4269662921%;
  margin: 7.5px 0;
}
.page-sdgs .relationship .icon-item img {
  display: block;
  width: 100%;
}
.page-sdgs .content-item {
  position: relative;
  padding: 0 40px;
  max-width: 970px;
  width: 100%;
  margin: auto;
}
.page-sdgs .content-item:not(:first-child) {
  margin-top: 60px;
}
.page-sdgs .content-item .common-link {
  margin-top: 30px;
  font-family: YakuHanJP, "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro", "MS Pゴシック", "MS PGothic", "Droid Sans Mono", sans-serif;
  letter-spacing: 0.025em;
}
.page-sdgs .content-item.item05 .common-link {
  width: 100%;
  max-width: 268px;
}
.page-sdgs .content-item.item06 .common-link {
  width: 100%;
  max-width: 204px;
}
.page-sdgs .content-header {
  margin-bottom: 23px;
  color: #1e277e;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
}
.page-sdgs .content-header * {
  padding-left: 0;
  text-indent: 0;
}
.page-sdgs .content-header::before {
  content: "■";
  color: #00afec;
}
.page-sdgs .content-header-double {
  margin-bottom: 23px;
  color: #1e277e;
  font-weight: 500;
  font-size: 1rem;
}
.page-sdgs .content-header-double .first {
  margin-right: 1rem;
}
.page-sdgs .content-header-double .first::before {
  content: "■";
  color: #00afec;
}
.page-sdgs .content-header-double .second::before {
  content: "■";
  color: #00afec;
}
.page-sdgs .content-box {
  display: flex;
  justify-content: space-between;
}
.page-sdgs .content-box .box-left {
  width: 48.2062780269%;
}
.page-sdgs .content-box .box-left img {
  display: block;
  width: 100%;
}
.page-sdgs .content-box .box-right {
  width: 46.8609865471%;
}
.page-sdgs .content-box .box-right .lead {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
}
.page-sdgs .content-box .box-right .inner-logo {
  display: inline-block;
  width: 39.4736842105%;
}
.page-sdgs .content-box .box-right .inner-logo:not(:first-child) {
  margin-left: 1.0578279267%;
}
.page-sdgs .content-box .box-right .lead {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0.025em;
  margin-top: 27px;
}
.page-sdgs .sustainability-link {
  margin-top: 133px;
}

@media (max-width: 768px) {
  .page-sdgs .main {
    margin: 0 auto 17.5vw;
  }
  .page-sdgs .page-header-small {
    display: block;
    padding: 0;
    margin: 8.75vw auto 0;
  }
  .page-sdgs .page-header-left {
    width: 100%;
    margin: auto;
  }
  .page-sdgs .page-header-right {
    width: 80vw;
    margin: auto;
    position: relative;
  }
  .page-sdgs .page-header .pc-none img {
    display: block;
    width: 100%;
  }
  .page-sdgs .page-title {
    width: 80vw;
    margin: auto;
    margin-bottom: 12.5vw;
  }
  .page-sdgs .page-title .en {
    font-size: 6vw;
    line-height: 7.5vw;
    margin-bottom: 0.75vw;
  }
  .page-sdgs .page-title .ja {
    font-size: 4vw;
    line-height: 5vw;
  }
  .page-sdgs .goal {
    max-width: none;
    width: 80vw;
    padding: 0;
  }
  .page-sdgs .goal-header {
    margin-bottom: 11.25vw;
    padding-bottom: 2.5vw;
  }
  .page-sdgs .goal-header .ja {
    margin: 0 0 2vw;
    display: block;
    font-size: 4.25vw;
    display: block;
  }
  .page-sdgs .goal-header .en {
    font-size: 3.25vw;
    line-height: 5.75vw;
    margin: 0;
    display: block;
  }
  .page-sdgs .goal .logo {
    margin-bottom: 7.5vw;
  }
  .page-sdgs .goal-inner {
    padding: 0;
  }
  .page-sdgs .goal-subject {
    font-size: 4.25vw;
    line-height: 7.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 7vw;
  }
  .page-sdgs .goal-preface {
    font-size: 3.5vw;
    line-height: 6.5vw;
    text-align: left;
    margin-bottom: 10vw;
  }
  .page-sdgs .goal .philosophy-head {
    font-size: 3.75vw;
    padding: 2.25vw 0;
    margin-bottom: 8.75vw;
  }
  .page-sdgs .goal .philosophy-body {
    font-size: 4vw;
    line-height: 7.5vw;
    padding-bottom: 7.5vw;
    margin-bottom: 6.25vw;
  }
  .page-sdgs .goal .philosophy-foot {
    font-size: 3.5vw;
    line-height: 6.5vw;
    text-align: left;
  }
  .page-sdgs .relationship {
    margin: 13.75vw 0 0;
  }
  .page-sdgs .relationship-header {
    font-size: 4vw;
    line-height: 5.75vw;
    margin-bottom: 5.75vw;
  }
  .page-sdgs .relationship .icon-list {
    margin: -1.5vw 0;
  }
  .page-sdgs .relationship .icon-item {
    width: 25.25vw;
    margin: 1.5vw 0;
  }
  .page-sdgs .content-header {
    margin-bottom: 4.25vw;
    font-size: 4vw;
    line-height: 5.75vw;
  }
  .page-sdgs .content-header-double {
    margin-bottom: 4.25vw;
    font-size: 4vw;
    line-height: 5.75vw;
  }
  .page-sdgs .content-header-double .first {
    display: block;
    margin: 0;
    text-indent: -1em;
    margin-left: 1em;
  }
  .page-sdgs .content-header-double .second {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .page-sdgs .content-item {
    width: 80vw;
    margin: auto;
    padding: 0;
  }
  .page-sdgs .content-item:not(:first-child) {
    margin-top: 16.25vw;
  }
  .page-sdgs .content-item.item05 .common-link {
    width: 100%;
  }
  .page-sdgs .content-item.item06 .common-link {
    width: 100%;
  }
  .page-sdgs .content-box {
    display: block;
  }
  .page-sdgs .content-box .box-left {
    width: 100%;
    margin-bottom: 5vw;
  }
  .page-sdgs .content-box .box-right {
    width: 100%;
    text-align: center;
  }
  .page-sdgs .content-box .box-right .inner-logo {
    width: 38vw;
  }
  .page-sdgs .content-box .box-right .logo-box-double {
    display: flex;
    justify-content: space-between;
  }
  .page-sdgs .content-box .box-right .inner-logo {
    width: 38vw;
  }
  .page-sdgs .content-box .box-right .inner-logo:not(:first-child) {
    margin-left: none;
  }
  .page-sdgs .content-box .box-right .lead {
    text-align: left;
    margin-top: 3.75vw;
    font-size: 3.5vw;
    line-height: 6.25vw;
  }
  .page-sdgs .common-link {
    width: 41.5vw;
    margin: 7.5vw auto 0;
  }
  .page-sdgs .sustainability-link {
    margin-top: 21.5vw;
  }
}
.pamphlet-wrap {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pamphlet-wrap .pamphlet {
  margin: 0;
}

.pamphlet {
  margin: 125px auto 153px;
  border: 1px solid #1e277e;
  padding: 31px 36px;
  width: 422px;
  text-align: center;
}
.pamphlet a:not([class]) {
  text-decoration: underline;
  color: #00afec;
}
.pamphlet-head {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  line-height: 1.1764705882;
  color: #1e277e;
  border-bottom: 1px solid #1e277e;
  font-weight: 500;
  padding-bottom: 17px;
  margin-bottom: 27px;
  letter-spacing: 0.1em;
}
.pamphlet-text {
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05rem;
  margin-bottom: 21px;
}
.pamphlet-text::before {
  content: "■";
  color: #00afec;
}
.pamphlet-body .pamphlet-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 234px;
  border-radius: 18px;
  padding: 7px 29px;
  color: #fff;
  background-color: #00afec;
  text-decoration: none;
  transition: background-color 0.2s;
}
.pamphlet-body .pamphlet-pdf:hover {
  background-color: #1e277e;
}
.pamphlet-body .pamphlet-pdf::before {
  content: "";
  background-image: url(../image/sustainability/health-management/icon-pdf.svg);
  background-size: 16px 21px;
  width: 16px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.pamphlet-contact {
  margin-top: 30px;
}

.pamphlet-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 234px;
  border-radius: 18px;
  padding: 7px 29px;
  color: #fff;
  background-color: #00afec;
  text-decoration: none;
  transition: background-color 0.2s;
  font-size: 0.85em !important;
}
.pamphlet-pdf:hover {
  background-color: #1e277e;
}
.pamphlet-pdf::before {
  content: "";
  background-image: url(../image/sustainability/health-management/icon-pdf.svg);
  background-size: 16px 21px;
  width: 16px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .pamphlet-head {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=page-sdgs.css.map */