@charset "UTF-8";
#saf {
  position: relative;
  color: #3C3C40;
}
@media screen and (min-width: 900px) {
  #saf .header {
    height: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 899px) {
  #saf .header {
    height: 20.8vw;
    padding-right: 6.4vw;
  }
}
#saf .header .logo {
  opacity: 1 !important;
}
#saf .header .logo a {
  display: block;
}
@media screen and (min-width: 900px) {
  #saf .header .logo a {
    cursor: pointer;
    transition: 0.3s ease-out 0s;
  }
  #saf .header .logo a:hover {
    opacity: 0.7;
  }
}
#saf .header .link {
  display: flex;
  align-items: center;
  color: #233e76;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .header .link {
    gap: 18px;
    font-size: 1.6rem;
  }
  #saf .header .link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 899px) {
  #saf .header .link {
    gap: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
#saf .header .link::before {
  display: block;
  background: url(/content/dam/corp/jp/ja/saf/img/topics/header_arrow_01.svg) left top no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .header .link::before {
    width: 8px;
    height: 13px;
  }
}
@media screen and (max-width: 899px) {
  #saf .header .link::before {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 899px) {
  #saf .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs-list {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 auto;
  }
}
#saf .breadcrumbs-item {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs-item {
    gap: 11px;
  }
}
#saf .breadcrumbs-item:not(:last-of-type)::after {
  display: inline-block;
  background: url(/content/dam/corp/jp/ja/saf/img/topics/breadcrumbs_arrow.svg) left top no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs-item:not(:last-of-type)::after {
    width: 5px;
    height: 9px;
  }
}
#saf .breadcrumbs-link {
  display: block;
  color: #00AD92;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs-link:hover {
    text-decoration: underline;
  }
}
#saf .breadcrumbs-name {
  line-height: 1;
}
@media screen and (min-width: 900px) {
  #saf .breadcrumbs-name {
    font-size: 1.2rem;
  }
}
#saf .bg-top {
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  #saf .bg-top {
    padding-block: 100px 100px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/topics/bg_top_02_pc.png), url(/content/dam/corp/jp/ja/saf/img/topics/bg_top_01_pc.png);
    background-position: center bottom, center top;
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (max-width: 899px) {
  #saf .bg-top {
    padding-block: 25.6vw 15.2vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/topics/bg_top_01_sp.png);
  }
}
#saf .bg-top::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .bg-top::after {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #saf .bg-top::after {
    bottom: -4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/topics/bg_top_02_sp.svg);
  }
}
#saf .bg-bottom {
  position: relative;
  background: linear-gradient(180deg, #EFF6F7 0%, #C8F9FD 100%);
}
@media screen and (min-width: 900px) {
  #saf .bg-bottom {
    margin-top: -1px;
    padding-top: 137px;
  }
}
@media screen and (max-width: 899px) {
  #saf .bg-bottom {
    padding-top: 19.2vw;
  }
}
#saf .hero {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  #saf .hero {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .hero {
    padding: 0 4.2666666667vw;
  }
}
#saf .hero-title {
  order: 1;
  color: #233e76;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  #saf .hero-title {
    margin-top: 40px;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .hero-title {
    margin-top: 10.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
#saf .hero-title span {
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  #saf .hero-title span {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .hero-title span {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
#saf .hero-date {
  order: 2;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  #saf .hero-date {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .hero-date {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
#saf .hero-img {
  order: 0;
}
@media screen and (max-width: 899px) {
  #saf .hero-img {
    width: 100%;
  }
}
#saf .profile {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  #saf .profile {
    max-width: 900px;
    margin-top: 24px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .profile {
    margin-top: 6.4vw;
    padding: 0 4.2666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .profile-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 899px) {
  #saf .profile-title {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 900px) {
  #saf .profile-name {
    margin-top: 8px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 899px) {
  #saf .profile-name {
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
#saf .lead {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  #saf .lead {
    max-width: 900px;
    margin-top: 47px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead {
    margin-top: 10.1333333333vw;
    padding: 0 4.2666666667vw;
  }
}
#saf .lead::after {
  display: block;
  position: absolute;
  background: url(/content/dam/corp/jp/ja/saf/img/topics/lead_img_01.png) left top no-repeat;
  background-size: 100% auto;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .lead::after {
    bottom: -34px;
    right: 69px;
    width: 181px;
    height: 68px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead::after {
    bottom: -7.4666666667vw;
    right: 7.2vw;
    width: 36.8vw;
    height: 13.8666666667vw;
  }
}
#saf .lead-txt {
  background: linear-gradient(180deg, #E0FDFF 16.68%, #EEF6F6 96.85%);
  color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .lead-txt {
    padding: 40px;
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead-txt {
    padding: 6.4vw 4.2666666667vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 900px) {
  #saf .article.-topic1 .section-box-img {
    width: 300px;
  }
}
@media screen and (min-width: 900px) {
  #saf .section {
    margin-top: 68px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section {
    margin-top: 16vw;
  }
}
#saf .section:first-of-type {
  margin-top: 0;
}
#saf .section:first-of-type .section-inner::before {
  display: none;
}
#saf .section:nth-of-type(odd) .section-inner::before {
  background-image: url(/content/dam/corp/jp/ja/saf/img/topics/section_bg_01.png);
  z-index: 0;
}
@media screen and (min-width: 900px) {
  #saf .section:nth-of-type(odd) .section-inner::before {
    top: -132px;
    left: -376px;
    width: 387px;
    height: 213px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section:nth-of-type(odd) .section-inner::before {
    top: -26.1333333333vw;
    left: -40.5333333333vw;
    width: 77.0666666667vw;
    height: 42.4vw;
  }
}
#saf .section:nth-of-type(even) .section-inner::before {
  background-image: url(/content/dam/corp/jp/ja/saf/img/topics/section_bg_02.png);
  z-index: 0;
}
@media screen and (min-width: 900px) {
  #saf .section:nth-of-type(even) .section-inner::before {
    top: -109px;
    right: -381px;
    width: 461px;
    height: 200px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section:nth-of-type(even) .section-inner::before {
    top: -24.2666666667vw;
    right: -28vw;
    width: 83.2vw;
    height: 36vw;
  }
}
#saf .section-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  #saf .section-inner {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-inner {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
}
#saf .section-inner::before {
  display: block;
  position: absolute;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
#saf .section-title {
  position: relative;
  color: #233e76;
  font-weight: 700;
  line-height: 1.6;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  #saf .section-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .section-title + .section-txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-title + .section-txt {
    margin-top: 6.4vw;
  }
}
#saf .section-txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  #saf .section-txt {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-txt {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
#saf .section-annotation {
  position: relative;
}
@media screen and (min-width: 900px) {
  #saf .section-annotation {
    margin-top: 8px;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-annotation {
    margin-top: 2.1333333333vw;
    padding-left: 1.3em;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
#saf .section-annotation::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
@media screen and (min-width: 900px) {
  #saf .section-annotation.-quo {
    margin-top: 56px;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-annotation.-quo {
    margin-top: 8.5333333333vw;
  }
}
#saf .section-img {
  position: relative;
}
@media screen and (min-width: 900px) {
  #saf .section-img {
    margin-top: 40px;
    pointer-events: none;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-img {
    margin-top: 8.5333333333vw;
    padding-bottom: 7.4666666667vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 900px) {
  #saf .section-img button {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-img button {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14.4vw;
    height: 14.4vw;
    background: url(/content/dam/corp/jp/ja/saf/img/topics/section_icon_zoom.svg) center center no-repeat #000000;
    background-size: 7.3333333333vw auto;
    border-radius: 3.6vw;
    text-indent: -9999px;
  }
}
#saf .section-box {
  display: flex;
}
@media screen and (min-width: 900px) {
  #saf .section-box {
    gap: 40px;
    margin-top: 30px;
  }
  #saf .section-box.-right {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-box {
    flex-direction: column;
    align-items: center;
    margin-top: 6.4vw;
  }
}
#saf .section-box-txts .section-txt:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  #saf .section-box-img {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-box-img {
    margin-top: 8.5333333333vw;
  }
}
#saf .sns-list {
  justify-content: center;
}
@media screen and (min-width: 900px) {
  #saf .sns-list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 899px) {
  #saf .sns-list {
    margin-top: 19.2vw;
  }
}
#saf .to-top {
  display: block;
  margin: 0 auto;
  background-image: url(/content/dam/corp/jp/ja/saf/img/topics/toTop_arrow.svg);
  background-repeat: no-repeat;
  background-color: #233e76;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .to-top {
    width: 216px;
    margin-top: 48px;
    padding: 14px 0;
    background-position: left 27px center;
    background-size: 7px auto;
    border-radius: 12px;
    font-size: 1.3rem;
    transition: 0.3s ease-out 0s;
  }
  #saf .to-top:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .to-top {
    width: calc(100% - 8.5333333333vw);
    margin-top: 8.5333333333vw;
    padding: 3.7333333333vw 0;
    background-position: left 7.2vw center;
    background-size: 1.8666666667vw auto;
    border-radius: 3.2vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf {
    padding: 80px 0;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf {
    padding: 19.2vw 5.3333333333vw 14.9333333333vw;
  }
}
#saf .cosmo_saf .cosmo_saf-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-inner {
    justify-content: center;
    gap: 24px;
    width: 860px;
    height: 268px;
    padding-left: 40px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/cosmo_saf_img_01_pc.jpg);
    background-position: right top;
    background-size: auto 100%;
    border-radius: 8px;
    transition: 0.3s ease-out 0s;
  }
  #saf .cosmo_saf .cosmo_saf-inner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .cosmo_saf-inner {
    gap: 10.6666666667vw;
    padding: 10.6666666667vw 8vw 61.3333333333vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/cosmo_saf_img_01_sp.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 2.1333333333vw;
  }
}
#saf .cosmo_saf .cosmo_saf-title {
  color: #233e76;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .cosmo_saf-title {
    font-size: 10.6666666667vw;
  }
}
#saf .cosmo_saf .cosmo_saf-title span {
  display: block;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-title span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf .cosmo_saf-title span {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .cosmo_saf-title span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-morelink {
    font-size: 1.2rem;
  }
}
#saf .footer-container {
  padding-top: 0 !important;
}
#saf .footer-inner {
  margin-top: 0 !important;
  border-top-width: 0;
}