#saf.-fix .mv {
  position: sticky;
  top: 0;
  left: 0;
}
#saf.-fix .cloud {
  opacity: 0.9;
  visibility: visible;
}
#saf .section-title {
  color: #233e76;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .section-title {
    margin-bottom: 44px !important;
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .section-title {
    margin-bottom: 5.3333333333vw;
    font-size: 8vw;
  }
}
#saf .section-title span {
  display: inline-block;
}
#saf .acc-content {
  display: none;
}
#saf .acc-btn {
  display: block;
  position: relative;
  margin-left: auto;
  background: url(/content/dam/corp/jp/ja/saf/img/acc_bg_button.png) left center no-repeat;
  background-size: auto 100%;
  color: #233e76;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #saf .acc-btn {
    margin-top: 22px;
    padding-left: 70px;
    font-size: 1.4rem;
    line-height: 2;
    transition: 0.3s ease-out 0s;
  }
  #saf .acc-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .acc-btn {
    margin-top: 5.3333333333vw;
    padding-left: 16vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
#saf .acc-btn::before, #saf .acc-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .acc-btn::before, #saf .acc-btn::after {
    left: 25px;
    width: 11px;
    height: 2px;
  }
}
@media screen and (max-width: 899px) {
  #saf .acc-btn::before, #saf .acc-btn::after {
    left: 5.8666666667vw;
    width: 2.9333333333vw;
    height: 0.5333333333vw;
  }
}
#saf .acc-btn::after {
  transform: translateY(-50%) rotateZ(90deg);
  transition: 0.5s ease-out 0s;
}
#saf .acc-btn.-open::after {
  transform: translateY(-50%) rotateZ(0);
}
#saf .mv {
  position: relative;
  height: 100vh;
  z-index: 5;
}
#saf .mv .mv-title {
  width: 100%;
  height: 100vh;
}
#saf .mv .mv-title .imageElement {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#saf .mv .mv-title .imageElement.-active {
  opacity: 1;
}
#saf .mv .mv-title img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#saf .mv .news {
  display: flex;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #saf .mv .news {
    bottom: 30px;
    left: 36px;
    width: 488px;
    min-height: 80px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news {
    bottom: 5.3333333333vw;
    left: 50%;
    width: 92.8vw;
    min-height: 13.8666666667vw;
    border-radius: 2.1333333333vw;
    transform: translateX(-50%);
  }
}
#saf .mv .news dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #233e76;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #saf .mv .news dt {
    width: 96px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news dt {
    width: 18.1333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .mv .news dd {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news dd {
    width: calc(100% - 13.8666666667vw);
  }
}
#saf .mv .news dd a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 900px) {
  #saf .mv .news dd a {
    gap: 6px;
    padding: 0 20px;
    transition: 0.3s ease-out 0s;
  }
  #saf .mv .news dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news dd a {
    gap: 1.0666666667vw;
    padding: 0 3.7333333333vw;
  }
}
#saf .mv .news dd time {
  color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .mv .news dd time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news dd time {
    font-size: 3.4666666667vw;
  }
}
#saf .mv .news dd span {
  display: inline-block;
  color: #233e76;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #saf .mv .news dd span {
    width: 328px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .news dd span {
    width: 66.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
#saf .mv .mv-scroll {
  position: absolute;
  background: #ffffff url(/content/dam/corp/jp/ja/saf/img/mv_txt_scrolldown.png) center top repeat-y;
  text-indent: -9999px;
}
@media screen and (min-width: 900px) {
  #saf .mv .mv-scroll {
    right: 40px;
    bottom: 30px;
    width: 30px;
    height: 122px;
    background-size: auto 292px;
    border-radius: 15px;
    animation: mvScroll 8s linear 0s infinite;
  }
}
@media screen and (max-width: 899px) {
  #saf .mv .mv-scroll {
    display: none;
    left: 3.7333333333vw;
    bottom: 24vw;
    width: 6.4vw;
    height: 25.3333333333vw;
    background-size: auto 64.8vw;
    border-radius: 6.9333333333vw;
    animation: mvScroll 8s linear 0s infinite;
  }
}
@media screen and (min-width: 900px) {
  @keyframes mvScroll {
    0% {
      background-position: center top 0;
    }
    100% {
      background-position: center top 292px;
    }
  }
}
@media screen and (max-width: 899px) {
  @keyframes mvScroll {
    from {
      background-position: center top 0;
    }
    to {
      background-position: center top 64.8vw;
    }
  }
}
#saf .mv .mv-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#saf .mv .mv-movie .videoElement {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#saf .mv .mv-movie .videoElement.-active {
  opacity: 1;
}
#saf .header,
#saf .mv-scroll,
#saf .news {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#saf .header.-active,
#saf .mv-scroll.-active,
#saf .news.-active {
  opacity: 1;
}
#saf .cloud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out 0s;
  pointer-events: none;
  z-index: 10;
}
#saf .cloud .cloud-item {
  position: fixed;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 900px) {
  #saf .cloud .cloud-item {
    width: 110%;
  }
}
@media screen and (max-width: 899px) {
  #saf .cloud .cloud-item {
    width: 200%;
  }
}
#saf .cloud .cloud01 {
  transform: translate(-80%, -50%) rotateZ(-45deg);
}
#saf .cloud .cloud02 {
  transform: translate(-25%, -50%) rotateZ(25deg);
}
#saf .cloud .cloud03 {
  transform: translate(-65%, 0%) rotateZ(32deg);
}
#saf .cloud .cloud04 {
  transform: translate(-20%, -37%) rotateZ(-45deg);
}
#saf .bg-top {
  background-position: center top, center top;
  background-size: 100% auto, auto auto;
  background-repeat: no-repeat, repeat;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  #saf .bg-top {
    background-image: url(/content/dam/corp/jp/ja/saf/img/bg_top_pc.png), url(/content/dam/corp/jp/ja/saf/img/bg_top_02.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .bg-top {
    background-image: url(/content/dam/corp/jp/ja/saf/img/bg_top_sp.png), url(/content/dam/corp/jp/ja/saf/img/bg_top_02.png);
  }
}
#saf .bg-bottom {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  #saf .bg-bottom {
    background-image: url(/content/dam/corp/jp/ja/saf/img/bg_bottom_pc.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .bg-bottom {
    background-image: url(/content/dam/corp/jp/ja/saf/img/bg_bottom_sp.png);
  }
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-inner {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-inner {
    padding-block: 164px 0;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-inner {
    padding-block: 24.5333333333vw 0;
  }
}
#saf .lead .lead-title {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-title {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-title {
    width: 75.4666666667vw;
  }
}
#saf .lead .lead-txt {
  color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-txt {
    margin-top: 16px;
    font-size: 2.4rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-txt {
    margin-top: 8vw;
    font-size: 4.8vw;
    line-height: 2;
    white-space: nowrap;
  }
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-txt:first-of-type {
    margin-top: 52px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-txt:first-of-type {
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .lead .lead-img {
    margin-top: 120px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .lead-img {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .lead .annotation-list {
    margin-top: 44px;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .annotation-list {
    margin-top: 7.4666666667vw;
  }
}
#saf .lead .annotation-list li {
  color: #233e76;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .lead .annotation-list li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .annotation-list li {
    font-size: 2.6666666667vw;
  }
}
#saf .lead .annotation-list li span {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  #saf .lead .annotation-list li span {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  #saf .lead .annotation-list li span {
    margin-right: 0.3em;
  }
}
@media screen and (min-width: 900px) {
  #saf .process {
    padding-block: 156px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process {
    padding-block: 25.6vw 16vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .process-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-inner {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .process-title {
    padding-right: 260px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-slider {
    margin-top: 26.6666666667vw;
  }
}
#saf .process .splide__pagination {
  display: flex;
  position: absolute;
  background: url(/content/dam/corp/jp/ja/saf/img/process_bg_pagination.png) left center repeat-x;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__pagination {
    justify-content: flex-end;
    gap: 27px;
    top: -60px;
    right: 0;
    background-size: auto 22px;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .process .splide__pagination {
    background-size: auto 1.5277777778vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__pagination {
    justify-content: space-between;
    top: -21.3333333333vw;
    width: 100%;
    background-size: auto 3.2vw;
  }
}
#saf .process .splide__pagination li:first-of-type .splide__pagination__page::before {
  content: "01";
}
#saf .process .splide__pagination li:nth-of-type(2) .splide__pagination__page::before {
  content: "02";
}
#saf .process .splide__pagination li:nth-of-type(3) .splide__pagination__page::before {
  content: "03";
}
#saf .process .splide__pagination li:last-of-type .splide__pagination__page::before {
  content: "04";
}
#saf .process .splide__pagination li .splide__pagination__page {
  display: block;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__pagination li .splide__pagination__page {
    width: 60px;
    height: 60px;
    border: 2px solid #233e76;
    border-radius: 6px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .process .splide__pagination li .splide__pagination__page {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border: 0.1388888889vw solid #233e76;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__pagination li .splide__pagination__page {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border: 0.5333333333vw solid #233e76;
    border-radius: 1.6vw;
  }
}
#saf .process .splide__pagination li .splide__pagination__page::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #233e76;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .process .splide__pagination li .splide__pagination__page::before {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .process .splide__pagination li .splide__pagination__page::before {
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__pagination li .splide__pagination__page::before {
    font-size: 6.4vw;
  }
}
#saf .process .splide__pagination li .splide__pagination__page.-current {
  background-color: #233e76;
}
#saf .process .splide__pagination li .splide__pagination__page.-current::before {
  color: #ffffff;
}
#saf .process .splide__arrows {
  position: absolute;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__arrows {
    bottom: -100px;
    right: 0;
    width: 160px;
    height: 75px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__arrows {
    display: none;
    bottom: -18.6666666667vw;
    left: 0;
    width: 32vw;
    height: 14.9333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .splide__arrows .splide__arrow {
    transition: 0.3s ease-out 0s;
  }
  #saf .process .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
#saf .process .splide__arrows .splide__arrow--prev {
  background: url(/content/dam/corp/jp/ja/saf/img/process_btn_prev.png) right top no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__arrows .splide__arrow--prev {
    width: 80px;
    height: 75px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__arrows .splide__arrow--prev {
    width: 16vw;
    height: 14.9333333333vw;
  }
}
#saf .process .splide__arrows .splide__arrow--next {
  background: url(/content/dam/corp/jp/ja/saf/img/process_btn_next.png) left top no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__arrows .splide__arrow--next {
    width: 80px;
    height: 75px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__arrows .splide__arrow--next {
    width: 16vw;
    height: 14.9333333333vw;
  }
}
#saf .process .splide__track {
  overflow: visible;
}
#saf .process .splide__slide {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide {
    padding-right: 18px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide {
    padding-right: 3.2vw;
  }
}
#saf .process .splide__slide::before {
  display: block;
  position: absolute;
  background: url(/content/dam/corp/jp/ja/saf/img/process_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide::before {
    top: 217px;
    left: -60px;
    width: 34px;
    height: 37px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide::before {
    top: 52.2666666667vw;
    left: -9.0666666667vw;
    width: 6.9333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step01 {
    width: 724px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_01_pc.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step01 {
    width: 92.8vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_01_sp.png);
  }
  #saf .process .splide__slide.step01 .process-icons {
    width: 19.4666666667vw;
  }
  #saf .process .splide__slide.step01 .process-img img {
    width: 84.5333333333vw;
  }
}
#saf .process .splide__slide.step01::before {
  display: none;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step02 {
    width: 724px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_01_pc.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step02 {
    width: 114.4vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_02_sp.png);
  }
  #saf .process .splide__slide.step02 .process-icons {
    width: 28.5333333333vw;
  }
  #saf .process .splide__slide.step02 .process-img img {
    width: 87.7333333333vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step02 .tips {
    bottom: 2.1333333333vw;
    right: 16.8vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step03 {
    width: 1063px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_02_pc.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step03 {
    width: 140.8vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_03_sp.png);
  }
  #saf .process .splide__slide.step03 .process-icons {
    width: 19.4666666667vw;
  }
  #saf .process .splide__slide.step03 .process-img img {
    width: 136vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step03 .tips {
    top: auto;
    bottom: 59px;
    left: 132px;
    width: 128px;
    height: 58px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step03 .tips {
    bottom: 15.2vw;
    left: 12vw;
    right: auto;
    width: 29.3333333333vw;
    height: 13.3333333333vw;
  }
}
#saf .process .splide__slide.step03 .tips .js-tips-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step03 .tips .js-tips-open img {
    width: 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step03 .tips .js-tips-open img {
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .splide__slide.step04 {
    width: 534px;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_03_pc.png);
  }
}
@media screen and (max-width: 899px) {
  #saf .process .splide__slide.step04 {
    width: 93.0666666667vw;
    background-image: url(/content/dam/corp/jp/ja/saf/img/process_bg_04_sp.png);
  }
  #saf .process .splide__slide.step04 .process-img img {
    width: 45.3333333333vw;
  }
}
#saf .process .process-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  #saf .process .process-head {
    height: 106px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-head {
    height: 34.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
#saf .process .process-head h3 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #saf .process .process-head h3 {
    gap: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-head h3 {
    gap: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#saf .process .process-head h3 span:first-child {
  display: block;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .process .process-head h3 span:first-child {
    width: 140px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-head h3 span:first-child {
    width: 21.3333333333vw;
    font-size: 10.9333333333vw;
  }
}
#saf .process .process-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  #saf .process .process-img {
    height: 353px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .process-img {
    padding-bottom: 4.8vw;
    height: 68.2666666667vw;
  }
}
#saf .process .tips-wrap {
  position: relative;
}
#saf .process .tips {
  position: absolute;
}
@media screen and (min-width: 900px) {
  #saf .process .tips {
    top: -2px;
    right: -20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips {
    bottom: 4vw;
    right: -4vw;
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .process .tips .js-tips-open {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s ease-out 0s;
  }
  #saf .process .tips .js-tips-open:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips .js-tips-open {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#saf .process .tips .js-tips-open img {
  width: 100%;
  height: auto;
}
#saf .process .tips .tips-popup {
  display: none;
  position: absolute;
  background-color: #233e76;
  transform: translate(0, -100%);
}
@media screen and (min-width: 900px) {
  #saf .process .tips .tips-popup {
    top: 0;
    left: 100%;
    width: 285px;
    padding: 24px 36px 20px 44px;
    border: 2px solid #ffffff;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips .tips-popup {
    top: 100%;
    left: 0;
    width: 76vw;
    padding: 6.4vw 9.6vw 5.3333333333vw 11.7333333333vw;
    border: 0.5333333333vw solid #ffffff;
    border-radius: 1.8666666667vw;
    transform: translate(-50%, 10%);
  }
}
#saf .process .tips .tips-popup::before {
  display: block;
  position: absolute;
  background: url(/content/dam/corp/jp/ja/saf/img/process_icon_tips.svg) left top no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .process .tips .tips-popup::before {
    top: 27px;
    left: 19px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips .tips-popup::before {
    top: 7.2vw;
    left: 5.0666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
#saf .process .tips .tips-popup p {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  #saf .process .tips .tips-popup p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips .tips-popup p {
    font-size: 3.2vw;
  }
}
#saf .process .tips .tips-popup .js-tips-close {
  display: block;
  position: absolute;
}
@media screen and (min-width: 900px) {
  #saf .process .tips .tips-popup .js-tips-close {
    top: 14px;
    right: 12px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: 0.3s ease-out 0s;
  }
  #saf .process .tips .tips-popup .js-tips-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .process .tips .tips-popup .js-tips-close {
    top: 3.7333333333vw;
    right: 3.2vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
#saf .process .tips .tips-popup .js-tips-close img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 899px) {
  #saf .process .tips .tips-popup#tips03 {
    top: 2.6666666667vw;
    left: 24vw;
  }
}
#saf .process .splide__pagination {
  z-index: 1;
}
#saf .process .splide__arrows {
  z-index: 3;
}
#saf .process .splide__track {
  z-index: 2;
}
@media screen and (min-width: 900px) {
  #saf .airline {
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline {
    padding-bottom: 26.6666666667vw;
  }
}
#saf .airline .airline-title {
  color: #233e76;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .airline .airline-title {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline .airline-title {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .airline .airline-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline .airline-title {
    font-size: 8vw;
    line-height: 1.2;
  }
}
#saf .airline .airline-box {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .airline .airline-box {
    margin: 20px auto 0;
    padding: 30px 30px 10px;
    max-width: 1090px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline .airline-box {
    margin: 5.3333333333vw auto 0;
    padding: 6.4vw 8vw 13.3333333333vw 2.6666666667vw;
  }
}
#saf .airline .airline-head {
  color: #233e76;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .airline .airline-head {
    margin-bottom: 33px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline .airline-head {
    margin-bottom: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
#saf .airline .airline-date {
  position: absolute;
  color: #233e76;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  #saf .airline .airline-date {
    bottom: 15px;
    right: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .airline .airline-date {
    bottom: 9.3333333333vw;
    right: 5.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .qa {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa {
    padding-bottom: 12.8vw;
  }
}
#saf .qa .splide__pagination {
  gap: 3.2vw;
  margin-top: 9.6vw;
}
#saf .qa .splide__pagination li button {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: rgba(35, 62, 118, 0.1);
  border-radius: 100%;
}
#saf .qa .splide__pagination li button.is-active {
  background-color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-title {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-title {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-slider {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list {
    gap: 3.4722222222vw;
  }
}
#saf .qa .qa-list li {
  cursor: pointer;
  position: relative;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-image: url(/content/dam/corp/jp/ja/saf/img/qa_bg_01.png);
  mask-image: url(/content/dam/corp/jp/ja/saf/img/qa_bg_01.png);
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list li {
    width: 360px;
    height: 476px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list li {
    width: 25vw;
    height: 33.0555555556vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list li {
    width: 77.3333333333vw;
    height: 101.8666666667vw;
  }
}
#saf .qa .qa-list li.item01 {
  background-image: url(/content/dam/corp/jp/ja/saf/img/qa_bg_01.png);
}
#saf .qa .qa-list li.item01 .qa-open {
  border-color: #26685d;
}
#saf .qa .qa-list li.item01 .qa-open::before, #saf .qa .qa-list li.item01 .qa-open::after {
  background-color: #26685d;
}
#saf .qa .qa-list li.item02 {
  background-image: url(/content/dam/corp/jp/ja/saf/img/qa_bg_02.png);
}
#saf .qa .qa-list li.item02 .qa-open {
  border-color: #1a3e7a;
}
#saf .qa .qa-list li.item02 .qa-open::before, #saf .qa .qa-list li.item02 .qa-open::after {
  background-color: #1a3e7a;
}
#saf .qa .qa-list li.item03 {
  background-image: url(/content/dam/corp/jp/ja/saf/img/qa_bg_03.png);
}
#saf .qa .qa-list li.item03 .qa-open {
  border-color: #f24d38;
}
#saf .qa .qa-list li.item03 .qa-open::before, #saf .qa .qa-list li.item03 .qa-open::after {
  background-color: #f24d38;
}
#saf .qa .qa-list li.-open .answer {
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question {
    padding-top: 150px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question {
    padding-top: 33.0666666667vw;
  }
}
#saf .qa .qa-list .question h3 {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question h3 {
    font-size: 5.3333333333vw;
  }
}
#saf .qa .qa-list .question h3 span {
  display: block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question h3 span {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question h3 span {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 0.8333333333vw;
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question h3 span {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
    font-size: 10.6666666667vw;
  }
}
#saf .qa .qa-list .question h3 span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #000000;
  transform: translateX(-50%);
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question h3 span::after {
    width: 19px;
    height: 1px;
    border-radius: 0.5px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question h3 span::after {
    width: 1.3194444444vw;
    height: 0.0694444444vw;
    border-radius: 0.5px;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question h3 span::after {
    width: 6.4vw;
    height: 0.2666666667vw;
    border-radius: 0.1333333333vw;
  }
}
#saf .qa .qa-list .question .qa-open {
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 100%;
  text-indent: -9999px;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question .qa-open {
    bottom: 76px;
    width: 120px;
    height: 56px;
    border: 2px solid #000000;
    transition: 0.3s ease-out 0s;
  }
  #saf .qa .qa-list .question .qa-open:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question .qa-open {
    bottom: 5.2777777778vw;
    width: 8.3333333333vw;
    height: 3.8888888889vw;
    border: 0.1388888889vw solid #000000;
    transition: 0.3s ease-out 0s;
  }
  #saf .qa .qa-list .question .qa-open:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question .qa-open {
    bottom: 20.2666666667vw;
    width: 22.6666666667vw;
    height: 10.4vw;
    border: 0.5333333333vw solid #000000;
  }
}
#saf .qa .qa-list .question .qa-open::before, #saf .qa .qa-list .question .qa-open::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .question .qa-open::before, #saf .qa .qa-list .question .qa-open::after {
    width: 20px;
    height: 3px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .question .qa-open::before, #saf .qa .qa-list .question .qa-open::after {
    width: 1.3888888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .question .qa-open::before, #saf .qa .qa-list .question .qa-open::after {
    width: 4vw;
    height: 0.8vw;
  }
}
#saf .qa .qa-list .question .qa-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#saf .qa .qa-list .answer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #233e76;
  color: #ffffff;
  transform: translateY(-100%);
  transition: 0.4s ease-out 0s;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .answer {
    padding: 20px 52px 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .answer {
    padding: 1.3888888889vw 3.6111111111vw 0;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .answer {
    padding: 3.2vw 10.6666666667vw 0;
  }
}
#saf .qa .qa-list .answer p {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .answer p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .answer p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .answer p {
    font-size: 3.3333333333vw;
  }
}
#saf .qa .qa-list .answer p span {
  display: block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .answer p span {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .answer p span {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.1111111111vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .answer p span {
    margin-bottom: 4.2666666667vw;
    font-size: 9.6vw;
  }
}
#saf .qa .qa-list .answer p span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .answer p span::after {
    width: 29px;
    height: 1px;
    border-radius: 0.5px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .answer p span::after {
    width: 2.0138888889vw;
    height: 0.0694444444vw;
    border-radius: 0.5px;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .answer p span::after {
    width: 7.4666666667vw;
    height: 0.2666666667vw;
    border-radius: 0.1333333333vw;
  }
}
#saf .qa .qa-list .qa-close {
  display: block;
  position: absolute;
  left: 50%;
  background-color: #ffffff;
  border-radius: 100%;
  text-indent: -9999px;
  transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .qa-close {
    bottom: 40px;
    width: 109px;
    height: 50px;
    transition: 0.3s ease-out 0s;
  }
  #saf .qa .qa-list .qa-close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .qa-close {
    bottom: 2.7777777778vw;
    width: 7.5694444444vw;
    height: 3.4722222222vw;
    transition: 0.3s ease-out 0s;
  }
  #saf .qa .qa-list .qa-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .qa-close {
    bottom: 8vw;
    width: 22.6666666667vw;
    height: 10.4vw;
  }
}
#saf .qa .qa-list .qa-close::before, #saf .qa .qa-list .qa-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #233e76;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
}
@media screen and (min-width: 900px) {
  #saf .qa .qa-list .qa-close::before, #saf .qa .qa-list .qa-close::after {
    width: 20px;
    height: 3px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .qa .qa-list .qa-close::before, #saf .qa .qa-list .qa-close::after {
    width: 1.3888888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .qa .qa-list .qa-close::before, #saf .qa .qa-list .qa-close::after {
    width: 4.2666666667vw;
    height: 0.8vw;
  }
}
#saf .qa .qa-list .qa-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#saf .qa .qa-list .qa-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 900px) {
  #saf .topics {
    padding-top: 120px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics {
    padding-top: 12.8vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-inner {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-title {
    flex-shrink: 0;
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-list {
    width: 760px;
  }
}
#saf .topics .topics-list li {
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-list li {
    width: 100%;
    border-radius: 8px;
  }
  #saf .topics .topics-list li:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-list li {
    border-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-list li.-topic2 .more-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-list li.-topic2 .more-link {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-list li.-topic3 img {
    -o-object-position: center right;
    object-position: center right;
  }
}
#saf .topics .splide__pagination {
  gap: 3.2vw;
  margin-top: 9.6vw;
}
#saf .topics .splide__pagination li button {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: rgba(35, 62, 118, 0.1);
  border-radius: 100%;
}
#saf .topics .splide__pagination li button.is-active {
  background-color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-box {
    display: flex;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-box {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics a {
    transition: 0.3s ease-out 0s;
  }
  #saf .topics a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-img {
    flex-shrink: 0;
    width: 255px;
    height: 263px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-img {
    width: 100%;
  }
}
#saf .topics .topics-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  #saf .topics .topics-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics .topics-img img {
    border-top-left-radius: 2.1333333333vw;
    border-top-right-radius: 2.1333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .topics dl {
    padding: 25px 36px 36px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dl {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
#saf .topics dt time {
  font-weight: normal;
  color: #233e76;
}
@media screen and (min-width: 900px) {
  #saf .topics dt time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dt time {
    font-size: 3.7333333333vw;
  }
}
#saf .topics dt span {
  display: block;
  color: #233e76;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  #saf .topics dt span {
    margin-top: 8px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dt span {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
#saf .topics dd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  #saf .topics dd {
    gap: 28px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dd {
    gap: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
#saf .topics dd p {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .topics dd p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dd p {
    font-size: 3.7333333333vw;
  }
}
#saf .topics dd .more-link {
  display: block;
}
@media screen and (min-width: 900px) {
  #saf .topics dd .more-link {
    position: absolute;
    bottom: 12px;
    right: 36px;
    font-size: 1.3rem;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 899px) {
  #saf .topics dd .more-link {
    font-size: 3.4666666667vw;
    background-size: 4.2666666667vw auto;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm {
    margin-top: 156px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm {
    margin-top: 25.6vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-inner {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-title {
    flex-shrink: 0;
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list {
    width: 760px;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item + .cm-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item + .cm-item {
    margin-top: 18.1333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item.-item2 .cm-box {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item.-item2 .cm-box {
    margin-bottom: 6.4vw;
  }
}
#saf .cm .cm-list .cm-item.-item2 h4 {
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item.-item2 h4 {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item.-item2 h4 {
    margin-bottom: 3.2vw;
    font-size: 4vw;
  }
}
#saf .cm .cm-list .cm-item.-item2 table {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-bottom-width: 0;
  border-spacing: 0;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item.-item2 table + h4 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item.-item2 table + h4 {
    margin-top: 6.4vw;
  }
}
#saf .cm .cm-list .cm-item.-item2 th {
  width: 100%;
  background-color: #F5F7FD;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item.-item2 th {
    width: 157px;
    padding: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item.-item2 th {
    width: 26.1333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 4vw;
  }
}
#saf .cm .cm-list .cm-item.-item2 td {
  background-color: #ffffff;
  border-bottom: 1px solid #E3E3E3;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-item.-item2 td {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-item.-item2 td {
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 4vw;
  }
}
#saf .cm .cm-list .cm-box {
  display: flex;
  flex-direction: column;
}
#saf .cm .cm-list .cm-box h3 {
  order: 2;
  color: #233e76;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-box h3 {
    margin-top: 32px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-box h3 {
    margin-top: 6.4vw;
    font-size: 4.8vw;
  }
}
#saf .cm .cm-list .cm-box p {
  order: 3;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .cm-box p {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .cm-box p {
    margin-top: 4.2666666667vw;
    font-size: 4vw;
  }
}
#saf .cm .cm-list .movie {
  order: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .movie {
    width: 100%;
    padding-bottom: 56.3157894737%;
    height: 428px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .movie {
    width: 89.0666666667vw;
    height: 50.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
#saf .cm .cm-list .img {
  order: 1;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #saf .cm .cm-list .img {
    width: 100%;
    border-radius: 12px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cm .cm-list .img {
    width: 89.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
#saf .cm .cm-list .img img {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf {
    margin-top: 156px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf {
    margin-top: 10.8333333333vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf {
    margin-top: 25.6vw;
  }
}
#saf .cosmo_saf .cosmo_saf-inner {
  display: block;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 350px;
    padding-left: 50px;
    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 (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf .cosmo_saf-inner {
    height: 24.3055555556vw;
    padding-left: 3.4722222222vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .cosmo_saf-inner {
    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 .more-title {
  color: #233e76;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .more-title {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf .more-title {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .more-title {
    font-size: 10.6666666667vw;
  }
}
#saf .cosmo_saf .more-title span {
  display: block;
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .more-title span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf .more-title span {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .more-title span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .cosmo_saf .cosmo_saf-morelink {
    margin-top: 36px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1220px) {
  #saf .cosmo_saf .cosmo_saf-morelink {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 899px) {
  #saf .cosmo_saf .cosmo_saf-morelink {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .expo {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-top: 156px;
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 899px) {
  #saf .expo {
    margin-top: 25.6vw;
    padding: 0 5.3333333333vw 25.6vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .expo .expo-bnr {
    width: 360px;
  }
}
@media screen and (max-width: 899px) {
  #saf .expo .expo-bnr {
    width: 80vw;
    margin: 0 auto;
  }
}
#saf .expo .expo-bnr img {
  width: 100%;
  height: auto;
}
#saf .expo .expo-bnr span {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}
@media screen and (min-width: 900px) {
  #saf .expo .expo-bnr span {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .expo .expo-bnr span {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 900px) {
  #saf .expo p {
    padding-top: 64px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 899px) {
  #saf .expo p {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    text-align: center;
  }
}