@charset "UTF-8";
.p_ttl {
  height: 750px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 225px;
}
@media screen and (max-width: 1400px) {
  .p_ttl {
    height: auto;
    aspect-ratio: 1400/750;
    padding-top: 16%;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl {
    aspect-ratio: auto;
    padding-top: 110px;
  }
}
.p_ttl.f1 {
  background: -webkit-linear-gradient(305deg, rgb(239, 129, 74) 35%, rgb(59, 96, 171) 75%);
  background: linear-gradient(145deg, rgb(239, 129, 74) 35%, rgb(59, 96, 171) 75%);
}
.p_ttl.f2 {
  background: -webkit-linear-gradient(305deg, rgb(59, 96, 171) 35%, rgb(239, 129, 74) 75%);
  background: linear-gradient(145deg, rgb(59, 96, 171) 35%, rgb(239, 129, 74) 75%);
}
.p_ttl.f3 {
  background: -webkit-linear-gradient(305deg, #09a598 35%, #eecf31 75%);
  background: linear-gradient(145deg, #09a598 35%, #eecf31 75%);
}
.p_ttl .inr {
  position: relative;
  width: 85.71%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p_ttl .inr {
    width: 86.7%;
  }
}
.p_ttl .field {
  margin-bottom: 35px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .p_ttl .field {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.p_ttl .name {
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: clamp(42.8571428571px, 3.5714285714vw, 5rem);
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .p_ttl .name {
    font-size: 3rem;
  }
}
.p_ttl .name .sub {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
}
.p_ttl .tags {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .p_ttl .tags {
    margin-top: 18px;
  }
}
.p_ttl .tags span {
  padding: 0.4em 0.6em;
  font-size: 1.2rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .p_ttl .tags span {
    font-size: 1rem;
  }
}
.p_ttl .name:has(.sub) + .tags {
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .p_ttl .name:has(.sub) + .tags {
    margin-top: 14px;
  }
}
.p_ttl .en {
  margin-top: 45px;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .p_ttl .en {
    margin-top: 12px;
    font-size: 1.1rem;
  }
  .p_ttl .en br {
    display: none;
  }
}
.p_ttl .img {
  position: absolute;
  right: 0;
  top: -15px;
  width: 54.2%;
  max-width: 650px;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .p_ttl .img {
    position: relative;
    top: 0;
    width: 96vw;
    border-radius: 10px 0 0 10px;
    margin: 22px -6.66vw -22px -2.64vw;
  }
}

.p_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
  margin: 205px auto 0;
  width: 1100px;
}
@media screen and (max-width: 480px) {
  .p_index {
    width: 86.7%;
    margin: 70px auto 0;
  }
}
.p_index .en {
  width: 100%;
  color: #a62126;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p_index .en {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.p_index .txt {
  margin-right: auto;
}
.p_index .txt p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .p_index .txt p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p_index .txt p br {
    display: none;
  }
}
.p_index .ttl {
  margin-top: -0.25em;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.5;
}
.p_index .ttl .slash {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W3", "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p_index .ttl {
    font-size: 2rem;
  }
}

#s_outline {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_outline {
    padding-top: 55px;
  }
}
#s_outline .overview {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 480px) {
  #s_outline .overview {
    width: 95%;
    display: block;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 25px 0;
  }
}
#s_outline .overview .ttl {
  width: 300px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 255px;
    height: auto;
    margin: 0 auto;
  }
}
#s_outline .overview .ttl .main {
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .ttl .main {
    font-size: 2rem;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#s_outline .overview .ttl .main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 141.42%;
  background: #a62126;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .ttl .main::after {
    margin: 0 38px;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
#s_outline .overview .ttl .sub {
  display: block;
  margin-top: 22px;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .ttl .sub {
    margin: -0.1em 0;
    font-size: 1rem;
  }
}
#s_outline .overview .table {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .table {
    width: 76vw;
    margin: 25px auto 0;
  }
}
#s_outline .overview .table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .table li {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
#s_outline .overview .table h4 {
  width: 95px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .table h4 {
    width: 3.2em;
  }
}
#s_outline .overview .table p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#s_outline .overview .table p .notes {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_outline .overview .table p .notes {
    margin-top: 0.4em;
    font-size: 1rem;
  }
}
#s_outline .movie {
  width: 950px;
  margin: 130px auto 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_outline .movie {
    width: 77%;
    margin: 55px auto 0;
  }
}
#s_outline .movie .inr {
  position: relative;
  color: #fff;
}
#s_outline .movie .inr::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
  border-radius: 10px;
  position: absolute;
  left: -50px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .inr::before {
    left: -5.3vw;
    border-radius: 5px;
  }
}
#s_outline .movie.f1 .inr::before {
  background: -webkit-linear-gradient(305deg, rgb(239, 129, 74) 35%, rgb(59, 96, 171) 75%);
  background: linear-gradient(145deg, rgb(239, 129, 74) 35%, rgb(59, 96, 171) 75%);
}
#s_outline .movie.f2 .inr::before {
  background: -webkit-linear-gradient(305deg, rgb(59, 96, 171) 35%, rgb(239, 129, 74) 75%);
  background: linear-gradient(145deg, rgb(59, 96, 171) 35%, rgb(239, 129, 74) 75%);
}
#s_outline .movie .btn_play {
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin-right: -50px;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .btn_play {
    border-radius: 5px;
    margin-right: -5.3vw;
  }
}
#s_outline .movie .btn_play > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#s_outline .movie .btn_play .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .btn_play .ttl {
    gap: 8px;
  }
}
#s_outline .movie .btn_play .ttl::after {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 1;
  background: url("/assets/img/btn_play_wh.svg") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .btn_play .ttl::after {
    width: 30px;
  }
}
#s_outline .movie .btn_play .time {
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .btn_play .time {
    right: 5px;
    bottom: 5px;
    font-size: 1rem;
    border-radius: 4px;
  }
}
#s_outline .movie .notes {
  position: relative;
  padding: 25px 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .notes {
    padding: 7px 15px 7px 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #s_outline .movie .notes br {
    display: none;
  }
}
#s_outline .movie .link {
  position: absolute;
  right: 35px;
  bottom: 35px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 21px;
  padding-bottom: 1em;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    color: inherit;
    font-size: 1.1rem;
    line-height: 1;
    padding-right: 22px;
    padding-bottom: 8px;
  }
}
#s_outline .movie .link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .link::before {
    background: #a62126;
  }
}
#s_outline .movie .link::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("/assets/img/arr1_wh_14.png") no-repeat center center/7px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  #s_outline .movie .link::after {
    width: 14px;
    border: 1px solid #a62126;
    background: url("/assets/img/arr1_re_10.png") no-repeat center center/5px;
    top: calc(0.5em - 7px);
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_outline .movie .link:hover::after {
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
}
#s_outline .fig {
  width: 92%;
  max-width: 1200px;
  margin: 130px auto 0;
  position: relative;
  text-align: left;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  #s_outline .fig {
    width: 95%;
    margin: 50px auto 0;
    padding: 50px 0;
  }
}
#s_outline .fig .ttl {
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 480px) {
  #s_outline .fig .ttl {
    top: 15px;
    left: 15px;
  }
}
#s_outline .fig .ttl .ja {
  display: block;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
#s_outline .fig .ttl .en {
  display: block;
  margin: 8px 0 0 1em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_outline .fig .ttl .en {
    margin: 8px 0 0;
    -webkit-transform: none;
    transform: none;
  }
}
#s_outline .fig > picture img,
#s_outline .fig > img {
  display: block;
  margin: 0 auto;
}

#s_feature {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_feature {
    width: 86.7%;
    padding-top: 50px;
  }
}
#s_feature .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_feature .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_feature .feature_list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 35px;
    margin-top: 60px;
  }
}
#s_feature .feature_list li {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list li {
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px 20px;
  }
}
#s_feature .feature_list .ttl {
  padding-bottom: 40px;
  border-bottom: 1px solid #a62126;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list .ttl {
    padding-bottom: 25px;
    width: 100%;
  }
}
#s_feature .feature_list .ttl .ja {
  display: block;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list .ttl .ja {
    font-size: 2.1rem;
  }
}
#s_feature .feature_list .ttl .en {
  display: block;
  margin-top: 14px;
  color: #a62126;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list .ttl .en {
    margin-top: 8px;
    font-size: 1rem;
  }
}
#s_feature .feature_list .txt {
  margin: 36px 0 auto;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list .txt {
    margin: -0.35em 0;
    width: calc(50% - 10px);
    font-size: 1.4rem;
  }
}
#s_feature .feature_list img {
  margin-top: 20px;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #s_feature .feature_list img {
    margin: 0;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 5px;
  }
}

#s_flow {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_flow {
    width: 86.7%;
    padding-top: 50px;
  }
}
#s_flow .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_flow .inr {
    width: auto;
    padding-left: 0;
  }
}

#s_case {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_case {
    width: 86.7%;
    padding-top: 50px;
  }
}
#s_case .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_case .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_case .case {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#s_case .case + .case {
  border-top: none;
}
#s_case .case .notes {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px 20px;
}
@media screen and (max-width: 480px) {
  #s_case .case .notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1rem;
    gap: 6px;
  }
}
#s_case .case .hd {
  display: grid;
  color: inherit;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 25px;
  position: relative;
  gap: 0 25px;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 14px 0 20px;
  }
}
#s_case .case .hd .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .num {
    width: 35px;
    font-size: 2rem;
    line-height: 26px;
  }
}
#s_case .case .hd .img img {
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .img img {
    width: 94px;
    height: auto;
  }
}
#s_case .case .hd .name {
  padding: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .name {
    padding: 0;
    display: block;
    font-size: 1.8rem;
    line-height: 26px;
  }
}
#s_case .case .hd .notes {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .notes {
    padding: 0 0 0 5px;
    width: calc(100% - 99px);
    min-height: 53px;
  }
}
#s_case .case .hd .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .logo {
    padding-right: 0;
  }
}
#s_case .case .hd .logo img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .logo img {
    width: 100%;
  }
}
#s_case .case .hd .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .ico {
    width: 26px;
    margin-left: auto;
  }
}
#s_case .case .hd .ico span {
  aspect-ratio: 1;
  background: -webkit-linear-gradient(45deg, #222 40%, #a62126 60%, #690208 100%) no-repeat left bottom/300%;
  background: linear-gradient(45deg, #222 40%, #a62126 60%, #690208 100%) no-repeat left bottom/300%;
  border-radius: 50%;
  width: 50px;
  position: relative;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .ico span {
    width: 26px;
  }
}
#s_case .case .hd .ico span::before, #s_case .case .hd .ico span::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#s_case .case .hd .ico span::before {
  width: 15px;
  height: 1px;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .ico span::before {
    width: 8px;
  }
}
#s_case .case .hd .ico span::after {
  width: 1px;
  height: 15px;
}
@media screen and (max-width: 480px) {
  #s_case .case .hd .ico span::after {
    height: 8px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_case .case .hd:hover .ico span {
    background-position: right top;
  }
}
#s_case .case .detail {
  display: none;
  margin-bottom: 22px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 60px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail {
    margin-bottom: 20px;
    padding: 25px 20px;
    font-size: 1.4rem;
  }
}
#s_case .case .detail > .name {
  margin-top: -0.2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail > .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2.4rem;
    gap: 12px;
  }
}
#s_case .case .detail > .notes {
  width: 100%;
  line-height: 1;
}
#s_case .case .detail > .ttl {
  width: 100%;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail > .ttl {
    font-size: 1.8rem;
    line-height: 1.44;
    margin-bottom: 15px;
  }
}
#s_case .case .detail .txt {
  width: 560px;
  margin-right: auto;
}
#s_case .case .detail .txt > p:first-child {
  margin-top: -0.5em;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .txt {
    width: 100%;
  }
}
#s_case .case .detail .img {
  width: 284px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .img {
    width: 100%;
  }
}
#s_case .case .detail .img img {
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .img img {
    width: 100%;
    max-width: 284px;
    height: auto;
  }
}
#s_case .case .detail .img img:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .img img:not(:first-child) {
    margin-top: 15px;
  }
}
#s_case .case .detail .img .cap {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .img .cap {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
#s_case .case .detail .btn_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .btn_area {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#s_case .case .detail .btn1.wh2 {
  width: 235px;
}
@media screen and (max-width: 480px) {
  #s_case .case .detail .btn1.wh2 {
    width: 160px;
  }
}
#s_case .case.on .hd .ico span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
}
#s_case .case.on .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#s_achv {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_achv {
    width: 86.7%;
    padding-top: 50px;
  }
}
#s_achv .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_achv .inr {
    width: auto;
    padding-left: 0;
  }
}

#s_movie {
  width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_movie {
    width: 86.7%;
    padding-top: 50px;
  }
}
#s_movie .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_movie .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_movie .movie_list {
  margin-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #s_movie .movie_list {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }
}
#s_movie .movie_list li {
  width: 280px;
}
#s_movie .movie_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #s_movie .movie_list .ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
#s_movie .movie_list .txt {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #s_movie .movie_list .txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
#s_movie .btn_play {
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #s_movie .btn_play {
    margin-top: 12px;
  }
}
#s_movie .btn_play::before {
  background: rgba(34, 34, 34, 0.1);
}
#s_movie .btn_play .time {
  right: 5px;
  bottom: 5px;
  border-radius: 4px;
  font-size: 1.2rem;
}
#s_movie .btn_play::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1;
  background: url("/assets/img/btn_play_wh.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 480px) {
  #cvp #s_outline .movie .btn_play .ttl img {
    width: 171px;
    height: auto;
  }
}
#cvp #s_outline .fig {
  padding: 130px 0 90px;
}
@media screen and (max-width: 480px) {
  #cvp #s_outline .fig {
    padding: 80px 0 20px;
  }
  #cvp #s_outline .fig img {
    width: 325px;
    height: auto;
  }
}
#cvp #s_exp {
  width: 92%;
  max-width: 1200px;
  margin: 75px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp {
    width: 86.7%;
    margin-top: 40px;
    padding-top: 50px;
  }
}
#cvp #s_exp .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .inr {
    width: auto;
    padding-left: 0;
  }
}
#cvp #s_exp .exp_list {
  margin: 130px auto 0 120px;
  width: 615px;
  display: grid;
  grid-template-columns: 　185px 185px 185px;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .exp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    margin: 60px auto 0;
    gap: 65px;
  }
}
#cvp #s_exp .exp_list li {
  aspect-ratio: 1;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .exp_list li {
    aspect-ratio: auto;
    min-height: 130px;
  }
}
#cvp #s_exp .exp_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 261.59px;
  background: #a62126;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .exp_list li::after {
    top: 65px;
    left: 106px;
    height: 183.82px;
  }
}
#cvp #s_exp .exp_list li:nth-child(1) {
  grid-column: 3/4;
  grid-row: 1/2;
}
#cvp #s_exp .exp_list li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}
#cvp #s_exp .exp_list li:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
#cvp #s_exp .exp_list .en {
  position: absolute;
  left: -120px;
  top: -0.4em;
  display: block;
  font-weight: 500;
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .exp_list .en {
    position: relative;
    left: 0;
    top: -0.2em;
    font-size: 2.1rem;
  }
}
#cvp #s_exp .exp_list .ja {
  position: absolute;
  left: 155px;
  top: 80px;
  display: block;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #cvp #s_exp .exp_list .ja {
    margin: 40px 0 0 130px;
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.6rem;
  }
}
#cvp #s_feature {
  margin-top: 95px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature {
    margin-top: 35px;
  }
}
#cvp #s_feature .compare {
  margin-top: 135px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .compare {
    margin-top: 60px;
  }
}
#cvp #s_feature .compare .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .compare .ttl {
    font-size: 2.1rem;
  }
}
#cvp #s_feature .compare .notes {
  margin-top: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .compare .notes {
    margin-top: 10px;
    font-size: 1rem;
  }
}
#cvp #s_feature .table {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 30px;
  }
}
#cvp #s_feature .table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div {
    gap: 5px;
  }
}
#cvp #s_feature .table > div > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div > ul {
    gap: 5px;
  }
}
#cvp #s_feature .table > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div > ul > li {
    gap: 5px;
  }
}
#cvp #s_feature .table > div > ul > li:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#cvp #s_feature .table > div > ul > li > * {
  border-radius: 10px;
  background: #f7f7f7;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div > ul > li > * {
    border-radius: 5px;
    font-size: 1.2rem;
  }
}
#cvp #s_feature .table > div > ul > li > *:not(.th) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div > ul > li > *:not(.th) {
    padding: 10px;
  }
}
#cvp #s_feature .table > div > ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table > div > ul ul {
    gap: 7px;
  }
}
#cvp #s_feature .table > div > ul ul li {
  position: relative;
  padding-left: 1em;
}
#cvp #s_feature .table > div > ul ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}
#cvp #s_feature .table h5 {
  width: 415px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table h5 {
    width: calc(100% - 65px);
    line-height: 30px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}
#cvp #s_feature .table p sup {
  font-size: 10px;
}
#cvp #s_feature .table .th {
  width: 150px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table .th {
    width: 60px;
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
#cvp #s_feature .table .td {
  width: 415px;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table .td {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#cvp #s_feature .table .oversea h5 {
  background: -webkit-linear-gradient(135deg, #002304 calc(50% - 25px), #00722d calc(50% + 25px));
  background: linear-gradient(-45deg, #002304 calc(50% - 25px), #00722d calc(50% + 25px));
}
#cvp #s_feature .table .japan h5 {
  background: -webkit-linear-gradient(135deg, #000041 calc(50% - 25px), #364399 calc(50% + 25px));
  background: linear-gradient(-45deg, #000041 calc(50% - 25px), #364399 calc(50% + 25px));
}
#cvp #s_feature .table .japan .th {
  display: none;
}
@media screen and (max-width: 480px) {
  #cvp #s_feature .table .japan .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cvp #s_flow {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow {
    margin-top: 45px;
  }
}
#cvp #s_flow .flow_support {
  margin-top: 120px;
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 435px auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support {
    margin-top: 60px;
    gap: 5px;
    font-size: 1.1rem;
    grid-template-columns: 3.8em auto 105px;
  }
}
#cvp #s_flow .flow_support > * {
  background: #f7f7f7;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support > * {
    border-radius: 5px;
  }
}
#cvp #s_flow .flow_support h4, #cvp #s_flow .flow_support h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  line-height: 1.36;
}
#cvp #s_flow .flow_support h4 {
  height: 50px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support h4 {
    height: 30px;
  }
}
#cvp #s_flow .flow_support .num {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  background: #222;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .num {
    width: 16px;
    font-size: 10px;
    margin-right: 5px;
  }
  #cvp #s_flow .flow_support .num span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#cvp #s_flow .flow_support .num::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  width: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .num::before {
    top: -9px;
    width: 4px;
  }
}
#cvp #s_flow .flow_support .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .label {
    display: inline-block;
    margin: calc(0.8525rem - 0.8em) 0 calc(0.8525rem - 0.8em) 6px;
    vertical-align: top;
    font-size: 1rem;
    height: 1.6em;
    overflow: hidden;
    line-height: 1.6;
    padding: 0 4px;
  }
}
#cvp #s_flow .flow_support .label.term {
  background: #51656f;
}
#cvp #s_flow .flow_support .label.oversea {
  background: #00722d;
}
#cvp #s_flow .flow_support .label.japan {
  background: #364399;
}
#cvp #s_flow .flow_support .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow {
    line-height: 1.55;
    display: block;
  }
}
#cvp #s_flow .flow_support .flow .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow .labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
  }
  #cvp #s_flow .flow_support .flow .labels .label {
    display: block;
    margin: 0;
  }
}
#cvp #s_flow .flow_support .flow .labels,
#cvp #s_flow .flow_support .flow > .label {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow .labels,
  #cvp #s_flow .flow_support .flow > .label {
    margin-left: 6px;
  }
}
#cvp #s_flow .flow_support .support {
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 150px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  background: rgba(166, 33, 38, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .support {
    top: 5px;
    width: 95px;
    height: auto;
    border-radius: 5px;
    gap: 5px;
  }
}
#cvp #s_flow .flow_support .ttl1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
#cvp #s_flow .flow_support .ttl2 {
  grid-column: 3/4;
  grid-row: 1/2;
  background: rgba(166, 33, 38, 0.1);
}
#cvp #s_flow .flow_support .subttl1 {
  grid-column: 1/2;
  grid-row: 2/5;
}
#cvp #s_flow .flow_support .subttl2 {
  grid-column: 1/2;
  grid-row: 5/8;
}
#cvp #s_flow .flow_support .subttl3 {
  grid-column: 1/2;
  grid-row: 8/9;
}
#cvp #s_flow .flow_support .flow1 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow1 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow1::before, #cvp #s_flow .flow_support .flow1::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow1::before, #cvp #s_flow .flow_support .flow1::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow1::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow1::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow1::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow1::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow2 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow2 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow2::before, #cvp #s_flow .flow_support .flow2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow2::before, #cvp #s_flow .flow_support .flow2::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow2::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow2::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow2::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow2::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow3 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow3 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow3::before, #cvp #s_flow .flow_support .flow3::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow3::before, #cvp #s_flow .flow_support .flow3::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow3::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow3::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow3::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow3::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow4 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow4 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow4::before, #cvp #s_flow .flow_support .flow4::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow4::before, #cvp #s_flow .flow_support .flow4::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow4::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow4::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow4::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow4::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow5 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow5::before, #cvp #s_flow .flow_support .flow5::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5::before, #cvp #s_flow .flow_support .flow5::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow5::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow5::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow6 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow6 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow6::before, #cvp #s_flow .flow_support .flow6::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow6::before, #cvp #s_flow .flow_support .flow6::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow6::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow6::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow6::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow6::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow7 {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow7 {
    height: auto;
    min-height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#cvp #s_flow .flow_support .flow7::before, #cvp #s_flow .flow_support .flow7::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow7::before, #cvp #s_flow .flow_support .flow7::after {
    left: 18px;
  }
}
#cvp #s_flow .flow_support .flow7::before {
  top: 0;
  bottom: calc(50% + 22px);
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow7::before {
    bottom: calc(50% + 13px);
  }
}
#cvp #s_flow .flow_support .flow7::after {
  top: calc(50% + 15px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow7::after {
    top: calc(50% + 13px);
    bottom: -5px;
  }
}
#cvp #s_flow .flow_support .flow1 {
  grid-column: 2/4;
  grid-row: 2/3;
}
#cvp #s_flow .flow_support .flow1::before {
  display: none;
}
#cvp #s_flow .flow_support .flow1::after {
  background: #e98150;
}
#cvp #s_flow .flow_support .flow1 .num {
  background: #e98150;
}
#cvp #s_flow .flow_support .flow1 .num::before {
  display: none;
}
#cvp #s_flow .flow_support .flow2 {
  grid-column: 2/4;
  grid-row: 3/4;
}
#cvp #s_flow .flow_support .flow2::before {
  background: #d37f63;
}
#cvp #s_flow .flow_support .flow2::after {
  background: #b87d76;
}
#cvp #s_flow .flow_support .flow2 .num {
  background: #d37f63;
}
#cvp #s_flow .flow_support .flow2 .num::before {
  border-color: #e98150;
}
#cvp #s_flow .flow_support .flow3 {
  grid-column: 2/4;
  grid-row: 4/5;
}
#cvp #s_flow .flow_support .flow3::before {
  background: #b87d76;
}
#cvp #s_flow .flow_support .flow3::after {
  background: #967788;
}
#cvp #s_flow .flow_support .flow3 .num {
  background: #b87d76;
}
#cvp #s_flow .flow_support .flow3 .num::before {
  border-color: #d37f63;
}
#cvp #s_flow .flow_support .flow3 .support {
  left: 485px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow3 .support {
    left: auto;
    right: 5px;
    height: calc(100% + 35px);
  }
}
#cvp #s_flow .flow_support .flow4 {
  grid-column: 2/4;
  grid-row: 5/6;
}
#cvp #s_flow .flow_support .flow4::before {
  background: #967788;
}
#cvp #s_flow .flow_support .flow4::after {
  background: #777096;
}
#cvp #s_flow .flow_support .flow4 .num {
  background: #967788;
}
#cvp #s_flow .flow_support .flow4 .num::before {
  border-color: #b87d76;
}
#cvp #s_flow .flow_support .flow5 {
  grid-column: 2/4;
  grid-row: 6/7;
}
#cvp #s_flow .flow_support .flow5::before {
  background: #777096;
}
#cvp #s_flow .flow_support .flow5::after {
  background: #5969a2;
}
#cvp #s_flow .flow_support .flow5 .num {
  background: #777096;
}
#cvp #s_flow .flow_support .flow5 .num::before {
  border-color: #967788;
}
#cvp #s_flow .flow_support .flow5 .support {
  left: 485px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5 .support {
    top: 10px;
    left: auto;
    right: 5px;
    width: 70px;
    height: calc(100% + 30px);
  }
}
#cvp #s_flow .flow_support .flow5 .support + .support {
  left: 647px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5 .support + .support {
    top: 5px;
    left: auto;
    right: 10px;
    bottom: 5px;
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #cvp #s_flow .flow_support .flow5 .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cvp #s_flow .flow_support .flow6 {
  grid-column: 2/4;
  grid-row: 7/8;
}
#cvp #s_flow .flow_support .flow6::before {
  background: #5969a2;
}
#cvp #s_flow .flow_support .flow6::after {
  background: #3b60ab;
}
#cvp #s_flow .flow_support .flow6 .num {
  background: #5969a2;
}
#cvp #s_flow .flow_support .flow6 .num::before {
  border-color: #777096;
}
#cvp #s_flow .flow_support .flow7 {
  grid-column: 2/4;
  grid-row: 8/9;
}
#cvp #s_flow .flow_support .flow7::before {
  background: #3b60ab;
}
#cvp #s_flow .flow_support .flow7::after {
  display: none;
}
#cvp #s_flow .flow_support .flow7 .num {
  background: #3b60ab;
}
#cvp #s_flow .flow_support .flow7 .num::before {
  border-color: #5969a2;
}
#cvp #s_achv {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv {
    margin-top: 45px;
  }
}
#cvp #s_achv .fig1 {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 {
    margin-top: 55px;
  }
}
#cvp #s_achv .fig1 .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#cvp #s_achv .fig1 .num {
  margin-top: 20px;
  color: #a62126;
  font-weight: 500;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .num {
    margin-top: 10px;
    font-size: 4rem;
  }
}
#cvp #s_achv .fig1 .num .suf {
  color: #222;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .num .suf {
    font-size: 2rem;
  }
}
#cvp #s_achv .fig1 .notes {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .notes {
    margin-top: 15px;
  }
}
#cvp #s_achv .fig1 .notes li {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .notes li {
    font-size: 1.2rem;
  }
}
#cvp #s_achv .fig1 .notes li + li {
  margin-top: 0.7em;
}
#cvp #s_achv .fig1 .notes li::before {
  content: "■";
}
#cvp #s_achv .fig1 .notes li:nth-child(1)::before {
  color: #00722d;
}
#cvp #s_achv .fig1 .notes li:nth-child(2)::before {
  color: #364399;
}
#cvp #s_achv .fig1 .img {
  margin: -110px auto 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .fig1 .img {
    margin: 20px -6.65vw 0;
  }
  #cvp #s_achv .fig1 .img .scroll {
    overflow-x: auto;
    padding: 0 6.65vw 15px;
    direction: rtl;
  }
  #cvp #s_achv .fig1 .img .scroll img {
    width: 800px;
    height: auto;
  }
  #cvp #s_achv .fig1 .img::after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 100%;
    height: 17px;
    background: url("/assets/img/label_scroll.png") no-repeat center center/contain;
  }
}
#cvp #s_achv .link_list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
#cvp #s_achv .link_list li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list li {
    width: 100%;
  }
}
#cvp #s_achv .link_list a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 24px 18px 16px;
  background: -webkit-linear-gradient(45deg, #216383 10%, #71bfbc 40%, #71bfbc 60%, #216383 90%);
  background: linear-gradient(45deg, #216383 10%, #71bfbc 40%, #71bfbc 60%, #216383 90%);
  background-size: 200%;
  background-position: left center;
  position: relative;
  font-size: 2.5rem;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list a {
    padding: 16px 14px 14px;
    font-size: 1.7rem;
  }
}
#cvp #s_achv .link_list a::after {
  position: absolute;
  right: 15px;
  bottom: 20px;
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("/assets/img/arr1_wh_14.png") no-repeat center center/7px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list a::after {
    right: 20px;
    bottom: auto;
    top: calc(16px + 1.02rem - 10.5px);
  }
}
#cvp #s_achv .link_list a.dl::after {
  border: none;
  background: url("/assets/img/i_dl_wh.png") no-repeat center center/17px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (any-hover: hover) and (min-width: 481px) {
  #cvp #s_achv .link_list a:hover {
    background-position: right center;
  }
  #cvp #s_achv .link_list a:hover:not(.dl)::after {
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
  #cvp #s_achv .link_list a:hover.dl::after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
#cvp #s_achv .link_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list .ttl {
    padding-right: 30px;
    font-size: 1.7rem;
  }
  #cvp #s_achv .link_list .ttl br {
    display: none;
  }
}
#cvp #s_achv .link_list .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #cvp #s_achv .link_list .txt {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  #cvp #s_achv .link_list .txt br {
    display: none;
  }
}
#cvp #s_case {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case {
    margin-top: 45px;
  }
}
#cvp #s_case .oversea,
#cvp #s_case .japan {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .oversea,
  #cvp #s_case .japan {
    margin-top: 60px;
  }
}
#cvp #s_case .oversea .s_subttl {
  background: -webkit-linear-gradient(135deg, #002304 calc(50% - 25px), #00722d calc(50% + 25px));
  background: linear-gradient(-45deg, #002304 calc(50% - 25px), #00722d calc(50% + 25px));
}
@media screen and (max-width: 480px) {
  #cvp #s_case .oversea .s_subttl {
    background: -webkit-linear-gradient(135deg, #002304 calc(50% - 15px), #00722d calc(50% + 15px));
    background: linear-gradient(-45deg, #002304 calc(50% - 15px), #00722d calc(50% + 15px));
  }
}
#cvp #s_case .oversea .place {
  color: #00722d;
}
#cvp #s_case .oversea .place::before {
  background: url("/assets/img/i_cvp_oversea.png") no-repeat center center/contain;
}
#cvp #s_case .oversea .place_detail {
  color: #00722d;
}
#cvp #s_case .oversea .place_detail .label {
  background: -webkit-linear-gradient(135deg, #002304 0%, #00722d 100%);
  background: linear-gradient(-45deg, #002304 0%, #00722d 100%);
}
#cvp #s_case .japan .s_subttl {
  background: -webkit-linear-gradient(135deg, #000041 calc(50% - 25px), #364399 calc(50% + 25px));
  background: linear-gradient(-45deg, #000041 calc(50% - 25px), #364399 calc(50% + 25px));
}
@media screen and (max-width: 480px) {
  #cvp #s_case .japan .s_subttl {
    background: -webkit-linear-gradient(135deg, #000041 calc(50% - 15px), #364399 calc(50% + 15px));
    background: linear-gradient(-45deg, #000041 calc(50% - 15px), #364399 calc(50% + 15px));
  }
}
#cvp #s_case .japan .place {
  color: #364399;
}
#cvp #s_case .japan .place::before {
  background: url("/assets/img/i_cvp_japan.png") no-repeat center center/contain;
}
#cvp #s_case .japan .place_detail {
  color: #364399;
}
#cvp #s_case .japan .place_detail .label {
  background: -webkit-linear-gradient(135deg, #000041 0%, #364399 100%);
  background: linear-gradient(-45deg, #000041 0%, #364399 100%);
}
#cvp #s_case .s_subttl {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .s_subttl {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
  }
}
#cvp #s_case .s_subttl + .case {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .s_subttl + .case {
    margin-top: 30px;
  }
}
#cvp #s_case .case .person,
#cvp #s_case .case .place {
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .person,
  #cvp #s_case .case .place {
    line-height: 14px;
  }
}
#cvp #s_case .case .person::before,
#cvp #s_case .case .place::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 16px;
  margin-right: 6px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .person::before,
  #cvp #s_case .case .place::before {
    width: 13px;
    height: 14px;
    margin-right: 4px;
  }
}
#cvp #s_case .case .person::before {
  background: url("/assets/img/i_person.png") no-repeat center center/contain;
}
#cvp #s_case .case .hd {
  grid-template-columns: 50px 142px auto 170px 50px;
}
#cvp #s_case .case .hd .num {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .num {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#cvp #s_case .case .hd .img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .img {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
#cvp #s_case .case .hd .name {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 151px);
  }
}
#cvp #s_case .case .hd .notes {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .notes {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
#cvp #s_case .case .hd .logo {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 75px;
  }
  #cvp #s_case .case .hd .logo img {
    margin: -3.5px -5px;
    width: 85px;
  }
}
#cvp #s_case .case .hd .ico {
  grid-column: 5/6;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .hd .ico {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail > .name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#cvp #s_case .case .detail > .notes {
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail > .notes {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
    gap: 15px;
  }
}
#cvp #s_case .case .detail .place_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail .place_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    font-size: 1.2rem;
  }
}
#cvp #s_case .case .detail .place_detail .label {
  width: 50px;
  aspect-ratio: 1;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail .place_detail .label {
    aspect-ratio: auto;
    width: auto;
    padding: 0 0.4em;
    font-size: 1rem;
    line-height: 1.6;
  }
}
#cvp #s_case .case .detail .place_detail p:not(.label) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}
#cvp #s_case .case .detail .place_detail .notes {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail .place_detail .notes {
    margin-top: 2px;
  }
}
#cvp #s_case .case .detail .ttl {
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail .ttl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #cvp #s_case .case .detail .txt {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #cvp #s_case .case .detail .img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
  }
}
#cvp #s_partner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner {
    width: 86.7%;
    padding-top: 95px;
  }
}
#cvp #s_partner .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .inr {
    width: auto;
    padding-left: 0;
  }
}
#cvp #s_partner .s_subttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .s_subttl {
    font-size: 1.8rem;
  }
}
#cvp #s_partner .country {
  margin-top: 105px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .country {
    margin-top: 65px;
  }
}
#cvp #s_partner .country_list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 36px 20px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .country_list {
    margin-top: 20px;
    gap: 16px 0;
  }
}
#cvp #s_partner .country_list li {
  width: 82px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .country_list li {
    width: 25%;
    font-size: 1.1rem;
  }
}
#cvp #s_partner .country_list li img {
  display: block;
  margin: 0 auto 12px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .country_list li img {
    width: 60.3%;
    height: auto;
    margin: 0 auto 10px;
  }
}
#cvp #s_partner .field {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field {
    margin-top: 50px;
  }
}
#cvp #s_partner .field .s_subttl {
  margin-right: auto;
}
#cvp #s_partner .field .sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#cvp #s_partner .field .sum .label {
  padding-right: 0.2em;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field .sum .label {
    font-size: 1.2rem;
  }
}
#cvp #s_partner .field .sum .num {
  color: #a62126;
  font-weight: 500;
  font-size: 6rem;
  margin-bottom: -0.1em;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field .sum .num {
    font-size: 3rem;
  }
}
#cvp #s_partner .field_list {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 10px 40px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3px;
  }
}
#cvp #s_partner .field_list li {
  width: 480px;
  min-height: 50px;
  padding: 5px 20px;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field_list li {
    width: 100%;
    min-height: 0;
    border-radius: 5px;
    padding: 8px 10px;
  }
}
#cvp #s_partner .field_list .label {
  margin-right: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field_list .label {
    font-size: 1.2rem;
  }
}
#cvp #s_partner .field_list .num {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .field_list .num {
    font-size: 1.5rem;
  }
}
#cvp #s_partner .org {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .org {
    margin-top: 65px;
  }
}
#cvp #s_partner .org .oversea,
#cvp #s_partner .org .japan {
  border-top: 1px solid #ebebeb;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .org .oversea,
  #cvp #s_partner .org .japan {
    padding: 30px 0;
    display: block;
  }
}
#cvp #s_partner .org .oversea .ttl,
#cvp #s_partner .org .japan .ttl {
  margin: 20px auto 0 0;
  width: 90px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .org .oversea .ttl,
  #cvp #s_partner .org .japan .ttl {
    margin: 0;
    width: 65px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
  }
}
#cvp #s_partner .org .oversea {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .org .oversea {
    margin-top: 25px;
    padding: 0 0 30px;
    border-top: none;
  }
}
#cvp #s_partner .org .oversea .ttl {
  background: -webkit-linear-gradient(135deg, #002304 calc(50% - 20px), #00722d calc(50% + 20px));
  background: linear-gradient(-45deg, #002304 calc(50% - 20px), #00722d calc(50% + 20px));
}
#cvp #s_partner .org .japan {
  border-bottom: 1px solid #ebebeb;
}
#cvp #s_partner .org .japan .ttl {
  background: -webkit-linear-gradient(135deg, #000041 calc(50% - 20px), #364399 calc(50% + 20px));
  background: linear-gradient(-45deg, #000041 calc(50% - 20px), #364399 calc(50% + 20px));
}
#cvp #s_partner .partner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 880px;
  gap: 20px 12px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .partner_list {
    margin: 20px -2.67vw 0;
    width: calc(100% + 5.34vw);
    gap: 8px 2.14%;
  }
}
#cvp #s_partner .partner_list li {
  width: 211px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .partner_list li {
    width: 31.9%;
  }
  #cvp #s_partner .partner_list li img {
    width: 100%;
    height: auto;
  }
}
#cvp #s_partner .link {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .link {
    margin-top: 20px;
  }
}
#cvp #s_partner .link p {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .link p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
#cvp #s_partner .link .btn1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #cvp #s_partner .link .btn1 {
    margin-top: 15px;
  }
}
#cvp #s_movie {
  padding: 195px 0 120px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 130px;
}
@media screen and (max-width: 480px) {
  #cvp #s_movie {
    padding: 85px 0 65px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  #fs #s_outline .movie .btn_play .ttl img {
    width: 203px;
    height: auto;
  }
}
#fs #s_outline .fig {
  padding: 85px 0 70px;
  position: relative;
}
#fs #s_outline .fig > picture img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #fs #s_outline .fig {
    padding: 50px 0 25px;
  }
  #fs #s_outline .fig > picture img {
    width: 325px;
    height: auto;
  }
  #fs #s_outline .fig ul {
    width: 86%;
    margin: 40px auto 0;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 1fr 1fr 1fr auto;
    gap: 15px;
  }
}
#fs #s_outline .fig li {
  position: absolute;
  width: 180px;
}
@media screen and (max-width: 480px) {
  #fs #s_outline .fig li {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
  }
}
#fs #s_outline .fig li:nth-child(1) {
  top: 96px;
  left: calc(50% - 500px);
}
#fs #s_outline .fig li:nth-child(2) {
  top: 345px;
  left: calc(50% - 500px);
}
#fs #s_outline .fig li:nth-child(3) {
  top: 345px;
  right: calc(50% - 500px);
}
#fs #s_outline .fig li:nth-child(4) {
  top: 96px;
  right: calc(50% - 500px);
}
#fs #s_outline .fig li .num {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 26px;
  top: -10px;
  left: -10px;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 480px) {
  #fs #s_outline .fig li .num {
    z-index: 1;
  }
}
#fs #s_outline .fig li .txt {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_outline .fig li .txt {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#fs #s_outline .fig li .txt h5 {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
#fs #s_outline .fig li .txt p {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1.7;
}
#fs #s_outline .fig li img {
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #fs #s_outline .fig li img {
    width: 125px;
    height: auto;
  }
}
#fs #s_benefit {
  width: 92%;
  max-width: 1200px;
  margin: 75px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit {
    width: 86.7%;
    margin-top: 35px;
    padding-top: 50px;
  }
}
#fs #s_benefit .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .inr {
    width: auto;
    padding-left: 0;
  }
}
#fs #s_benefit .benefit_list {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 70px;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list {
    margin-top: 55px;
    gap: 40px;
  }
}
#fs #s_benefit .benefit_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#fs #s_benefit .benefit_list .ttl {
  width: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .ttl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2.3rem;
  }
}
#fs #s_benefit .benefit_list .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #a62126;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .ttl::before {
    left: 13px;
    right: auto;
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#fs #s_benefit .benefit_list .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .ttl span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}
#fs #s_benefit .benefit_list .ttl span::after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #a62126;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .ttl span::after {
    margin-left: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#fs #s_benefit .benefit_list .ttl::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #a62126;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .ttl::after {
    width: 1px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#fs #s_benefit .benefit_list .txt {
  margin-top: calc(1.75rem - 0.875em);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #fs #s_benefit .benefit_list .txt {
    margin-top: 7px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  #fs #s_benefit .benefit_list .txt br {
    display: none;
  }
}
#fs #s_pattern {
  width: 92%;
  max-width: 1200px;
  margin: 75px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern {
    width: 86.7%;
    margin-top: 35px;
    padding-top: 50px;
  }
}
#fs #s_pattern .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .inr {
    width: auto;
    padding-left: 0;
  }
}
#fs #s_pattern .s_lead {
  margin-top: 120px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .s_lead {
    margin-top: 55px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#fs #s_pattern .s_subttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .s_subttl {
    font-size: 2.1rem;
  }
}
#fs #s_pattern .pat1 {
  margin-top: 125px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat1 {
    margin-top: 50px;
  }
}
#fs #s_pattern .table {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 30px;
  }
}
#fs #s_pattern .table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table > div {
    gap: 5px;
  }
}
#fs #s_pattern .table > div > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table > div > ul {
    gap: 5px;
    width: 100%;
  }
}
#fs #s_pattern .table > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table > div > ul > li {
    gap: 5px;
  }
}
#fs #s_pattern .table > div > ul > li:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#fs #s_pattern .table > div > ul > li > * {
  border-radius: 10px;
  background: #f7f7f7;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table > div > ul > li > * {
    border-radius: 5px;
    font-size: 1.2rem;
  }
}
#fs #s_pattern .table > div > ul > li > *:not(.th) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table > div > ul > li > *:not(.th) {
    padding: 12px 10px;
  }
}
#fs #s_pattern .table .ttl {
  width: 415px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table .ttl {
    width: calc(100% - 65px);
    line-height: 30px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}
#fs #s_pattern .table .th {
  width: 150px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table .th {
    width: 60px;
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
#fs #s_pattern .table .td {
  width: 415px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table .td {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#fs #s_pattern .table .td img {
  display: block;
  margin: 25px auto 10px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table .td img {
    margin: 8px auto 0;
    width: 177px;
    height: auto;
    border-radius: 5px;
  }
}
#fs #s_pattern .table .japan .ttl {
  background: -webkit-linear-gradient(315deg, #ff6786 calc(50% - 50px), #ffb696 calc(50% + 50px));
  background: linear-gradient(135deg, #ff6786 calc(50% - 50px), #ffb696 calc(50% + 50px));
}
#fs #s_pattern .table .oversea .ttl {
  background: -webkit-linear-gradient(315deg, #158dee calc(50% - 50px), #5fd5c4 calc(50% + 50px));
  background: linear-gradient(135deg, #158dee calc(50% - 50px), #5fd5c4 calc(50% + 50px));
}
#fs #s_pattern .table .oversea .th {
  display: none;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .table .oversea .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#fs #s_pattern .pat2 {
  margin-top: 130px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat2 {
    margin-top: 60px;
  }
}
#fs #s_pattern .pat_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat_list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
#fs #s_pattern .pat_list li {
  width: calc(50% - 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 38px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat_list li {
    width: 100%;
    border-radius: 5px;
    padding: 20px 18px;
  }
}
#fs #s_pattern .pat_list li:nth-child(1) .ttl {
  background: #00a598;
}
#fs #s_pattern .pat_list li:nth-child(2) .ttl {
  background: #3c60ab;
}
#fs #s_pattern .pat_list .ttl {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat_list .ttl {
    width: 10.7em;
    height: 2.14em;
    border-radius: 5px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#fs #s_pattern .pat_list .txt {
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .pat_list .txt {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#fs #s_pattern .option {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 60px 45px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option {
    margin-top: 60px;
    display: block;
  }
}
#fs #s_pattern .option .lead {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option .lead {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
#fs #s_pattern .option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list {
    margin-top: 25px;
  }
}
#fs #s_pattern .option_list li {
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list li {
    display: block;
    border-radius: 5px;
    padding: 25px 20px 20px;
  }
}
#fs #s_pattern .option_list .ttl {
  width: 340px;
  text-align: center;
  color: #a62126;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list .ttl {
    width: auto;
    text-align: left;
    font-size: 1.5rem;
  }
}
#fs #s_pattern .option_list .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list .txt {
    padding: 0;
    margin-top: 15px;
  }
}
#fs #s_pattern .option_list .txt p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: -0.375em;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list .txt p {
    font-size: 1.2rem;
    margin: 0;
  }
}
#fs #s_pattern .option_list .txt p .notes {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list .txt p .notes {
    margin-top: 0.4em;
    font-size: 1rem;
  }
}
#fs #s_pattern .option_list .txt .btn1 {
  margin-top: 20px;
  min-width: 235px;
}
@media screen and (max-width: 480px) {
  #fs #s_pattern .option_list .txt .btn1 {
    margin-top: 15px;
    min-width: 170px;
  }
}
#fs #s_flow {
  margin-top: 55px;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_flow {
    margin-top: 45px;
    padding-top: 50px;
  }
}
#fs #s_flow .flow_list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list {
    margin-top: 60px;
  }
}
#fs #s_flow .flow_list > li {
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 35px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list > li {
    padding: 22px 30px 20px 50px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
#fs #s_flow .flow_list > li::before, #fs #s_flow .flow_list > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list > li::before, #fs #s_flow .flow_list > li::after {
    left: 26px;
  }
}
#fs #s_flow .flow_list > li::before {
  top: 0;
  bottom: calc(50% + 25px);
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list > li::before {
    bottom: auto;
    height: 12px;
  }
}
#fs #s_flow .flow_list > li::after {
  top: calc(50% + 25px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list > li::after {
    top: 58px;
  }
}
#fs #s_flow .flow_list > li:first-child::before, #fs #s_flow .flow_list > li:first-child .num::before, #fs #s_flow .flow_list > li:last-child::after {
  display: none;
}
#fs #s_flow .flow_list > li:nth-child(1)::after,
#fs #s_flow .flow_list > li:nth-child(1) .num,
#fs #s_flow .flow_list > li:nth-child(1) .label {
  background: #e98150;
}
#fs #s_flow .flow_list > li:nth-child(2)::before {
  background: #e98150;
}
#fs #s_flow .flow_list > li:nth-child(2) .num::before {
  border-color: #e98150;
}
#fs #s_flow .flow_list > li:nth-child(2)::after,
#fs #s_flow .flow_list > li:nth-child(2) .num,
#fs #s_flow .flow_list > li:nth-child(2) .label {
  background: #967788;
}
#fs #s_flow .flow_list > li:nth-child(3)::before {
  background: #967788;
}
#fs #s_flow .flow_list > li:nth-child(3) .num::before {
  border-color: #967788;
}
#fs #s_flow .flow_list > li:nth-child(3) .num,
#fs #s_flow .flow_list > li:nth-child(3) .label {
  background: #3b60ab;
}
#fs #s_flow .flow_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4px;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list ul {
    width: auto;
    margin-top: 12px;
    gap: 6px;
  }
}
#fs #s_flow .flow_list ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .flow_list ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#fs #s_flow .flow_list ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#fs #s_flow .num {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  background: #222;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 12px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .num {
    width: 24px;
    font-size: 12px;
    margin-right: 0;
    position: absolute;
    left: 14px;
    top: 22px;
  }
}
#fs #s_flow .num::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  width: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #222;
}
#fs #s_flow .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #fs #s_flow .ttl {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
#fs #s_flow .label {
  margin: 0 auto 0 12px;
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.8em 0.05em;
  border-radius: 5px;
  color: #fff;
  background: #222;
  font-size: 1.2rem;
}
@supports (-webkit-backdrop-filter: none) {
  #fs #s_flow .label {
    padding: 0.05em 0.8em 0;
  }
}
@media screen and (max-width: 480px) {
  #fs #s_flow .label {
    margin: 0 0 0 12px;
    font-size: 1.1rem;
    padding: 0 0.6em 0.1em;
    height: 20px;
  }
}
#fs #s_achv {
  margin-top: 80px;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_achv {
    margin-top: 45px;
    padding-top: 50px;
  }
}
#fs #s_achv .fig1 {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 {
    margin-top: 55px;
  }
}
#fs #s_achv .fig1 .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#fs #s_achv .fig1 .data {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 .data {
    margin-top: 10px;
    gap: 5px;
  }
}
#fs #s_achv .fig1 .num {
  color: #a62126;
  font-weight: 500;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 .num {
    font-size: 4rem;
  }
}
#fs #s_achv .fig1 .num .suf {
  padding-left: 0.05em;
  color: #222;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 .num .suf {
    font-size: 2rem;
  }
}
#fs #s_achv .fig1 img {
  display: block;
  margin-top: -52px;
}
@media screen and (max-width: 480px) {
  #fs #s_achv .fig1 img {
    margin: -85px auto 0;
    width: 100%;
    max-width: 325px;
    height: auto;
  }
}
#fs #s_case {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  #fs #s_case {
    margin-top: 40px;
  }
}
#fs #s_case .japan,
#fs #s_case .oversea {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .japan,
  #fs #s_case .oversea {
    margin-top: 60px;
  }
}
#fs #s_case .japan .s_subttl {
  background: -webkit-linear-gradient(315deg, #ff6786 calc(50% - 25px), #ffb696 calc(50% + 25px));
  background: linear-gradient(135deg, #ff6786 calc(50% - 25px), #ffb696 calc(50% + 25px));
}
#fs #s_case .oversea .s_subttl {
  background: -webkit-linear-gradient(315deg, #158dee calc(50% - 25px), #5fd5c4 calc(50% + 25px));
  background: linear-gradient(135deg, #158dee calc(50% - 25px), #5fd5c4 calc(50% + 25px));
}
#fs #s_case .s_subttl {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #fs #s_case .s_subttl {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
  }
}
#fs #s_case .s_subttl + .case {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .s_subttl + .case {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes {
    gap: 10px;
  }
}
#fs #s_case .case .notes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 4px 20px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes p {
    gap: 4px 8px;
  }
}
#fs #s_case .case .notes span.place, #fs #s_case .case .notes span.days {
  color: #929fa5;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes span.place, #fs #s_case .case .notes span.days {
    line-height: 14px;
  }
}
#fs #s_case .case .notes span.place::before, #fs #s_case .case .notes span.days::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes span.place::before, #fs #s_case .case .notes span.days::before {
    height: 14px;
    margin-right: 4px;
  }
}
#fs #s_case .case .notes span.place::before {
  width: 11px;
  background: url("/assets/img/i_pin_gr.png") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes span.place::before {
    width: 14px;
  }
}
#fs #s_case .case .notes span.days::before {
  width: 15px;
  background: url("/assets/img/i_night_gr.png") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes span.days::before {
    width: 14px;
  }
}
#fs #s_case .case .notes span.label {
  margin: -4.5px 0;
  padding: 0 0.6em 0.05em;
  font-size: 1.2rem;
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
}
@supports (-webkit-backdrop-filter: none) {
  #fs #s_case .case .notes span.label {
    padding: 0.05em 0.6em 0;
  }
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .notes span.label {
    margin: 0;
    padding: 0 0.6em 0.05em;
    font-size: 1.1rem;
    border-radius: 4px;
    height: 20px;
  }
}
#fs #s_case .case .notes span.label.l1 {
  background: #00a598;
}
#fs #s_case .case .notes span.label.l2 {
  background: #3c60ab;
}
#fs #s_case .case .notes span.label.l3 {
  background: #ff900e;
}
#fs #s_case .case .hd {
  grid-template-columns: 50px 142px auto 50px;
}
#fs #s_case .case .hd .num {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .hd .num {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#fs #s_case .case .hd .img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .hd .img {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
#fs #s_case .case .hd .name {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .hd .name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 71px);
  }
}
#fs #s_case .case .hd .notes {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .hd .notes {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
#fs #s_case .case .hd .ico {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .hd .ico {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .detail > .name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#fs #s_case .case .detail .notes {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .detail .notes {
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#fs #s_case .case .detail .ttl {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .detail .ttl {
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #fs #s_case .case .detail .ttl br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #fs #s_case .case .detail .txt {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #fs #s_case .case .detail .img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
  }
}
#fs #s_voice {
  width: 92%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_voice {
    width: 86.7%;
    margin-top: 45px;
    padding-top: 50px;
  }
}
#fs #s_voice .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .inr {
    width: auto;
    padding-left: 0;
  }
}
#fs #s_voice .voice_list {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 65px 100px;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 55px;
  }
}
#fs #s_voice .voice_list > li {
  width: 450px;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list > li {
    width: 100%;
  }
}
#fs #s_voice .voice_list > li:nth-child(1) .pie {
  background: url("/assets/img/program_fs_voice_pie1.png") no-repeat center center/contain;
}
#fs #s_voice .voice_list > li:nth-child(2) .pie {
  background: url("/assets/img/program_fs_voice_pie2.png") no-repeat center center/contain;
}
#fs #s_voice .voice_list > li:nth-child(3) .pie {
  background: url("/assets/img/program_fs_voice_pie3.png") no-repeat center center/contain;
}
#fs #s_voice .voice_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
#fs #s_voice .voice_list .pie {
  margin: 35px auto 0;
  width: 150px;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 44px;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .pie {
    margin: 18px auto 0;
    width: 120px;
    padding-top: 34px;
  }
}
#fs #s_voice .voice_list .pie::before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #fff;
}
#fs #s_voice .voice_list .pie p {
  position: relative;
  z-index: 1;
}
#fs #s_voice .voice_list .pie .yes {
  font-weight: 500;
}
#fs #s_voice .voice_list .pie .yes .num {
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .pie .yes .num {
    font-size: 32px;
  }
}
#fs #s_voice .voice_list .pie .yes .per {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .pie .yes .per {
    font-size: 16px;
  }
}
#fs #s_voice .voice_list .pie .yes .suf {
  margin-top: 3px;
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .pie .yes .suf {
    margin-top: 2px;
    font-size: 10px;
  }
}
#fs #s_voice .voice_list .pie .sum {
  display: block;
  margin-top: 8px;
  color: #929fa5;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .pie .sum {
    margin-top: 5px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
#fs #s_voice .voice_list .voice {
  margin-top: 45px;
  background: #f7f7f7;
  border-radius: 10px;
  position: relative;
  padding: 25px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .voice {
    margin-top: 25px;
    padding: 15px 20px;
    font-size: 1.2rem;
  }
}
#fs #s_voice .voice_list .voice + .voice {
  margin-top: 15px;
}
#fs #s_voice .voice_list .voice::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  aspect-ratio: 20/17;
  background: url("/assets/img/i_quo_gr.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .voice_list .voice::before {
    width: 13px;
    left: -4px;
    right: -4px;
  }
}
#fs #s_voice .notes {
  position: absolute;
  right: 0;
  bottom: 45px;
  color: #929fa5;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #fs #s_voice .notes {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 1rem;
  }
}
#fs #s_movie {
  margin: 95px auto 130px;
  padding: 100px 0 120px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #fs #s_movie {
    margin: 45px auto 50px;
    padding: 50px 0 65px;
  }
}

#vr .p_index .txt img {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #vr .p_index .txt img {
    margin-top: 10px;
    width: 180px;
    height: auto;
  }
}
#vr #s_outline {
  padding-top: 150px;
}
@media screen and (max-width: 480px) {
  #vr #s_outline {
    padding-top: 55px;
  }
  #vr #s_outline .movie .btn_play .ttl img {
    width: 242px;
    height: auto;
  }
}
#vr #s_feature {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  #vr #s_feature {
    margin-top: 35px;
  }
}
#vr #s_feature .feature_list .ttl .ja {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #vr #s_feature .feature_list .ttl .ja {
    font-size: 1.8rem;
  }
}
#vr #s_feature .effect {
  margin-top: 60px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 60px 0 65px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #vr #s_feature .effect {
    margin-top: 45px;
    padding: 36px 0;
  }
}
#vr #s_feature .effect .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #vr #s_feature .effect .ttl {
    font-size: 1.4rem;
  }
}
#vr #s_feature .effect .txt {
  margin-top: 40px;
  color: #a62126;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  #vr #s_feature .effect .txt {
    margin-top: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#vr #s_program {
  width: 92%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #vr #s_program {
    width: 86.7%;
    margin-top: 45px;
    padding-top: 50px;
  }
}
#vr #s_program .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #vr #s_program .inr {
    width: auto;
    padding-left: 0;
  }
}
#vr #s_program .table {
  margin-top: 135px;
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 50px;
    width: 100%;
  }
}
#vr #s_program .table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px 0;
}
#vr #s_program .table > div:not(:first-child) {
  border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div:not(:first-child) {
    border-left: none;
  }
}
#vr #s_program .table > div:not(:first-child) .th {
  display: none;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div:not(:first-child) .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#vr #s_program .table > div:last-child .hd {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div:last-child .hd {
    padding: 0;
  }
}
#vr #s_program .table > div:last-child .td {
  width: 278px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div:last-child .td {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div > ul {
    width: 100%;
  }
}
#vr #s_program .table > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div > ul > li {
    gap: 5px;
  }
}
#vr #s_program .table > div > ul > li.scale .td > span {
  min-height: 80px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table > div > ul > li.scale .td > span {
    min-height: 40px;
  }
}
#vr #s_program .table > div > ul > li:first-child .th,
#vr #s_program .table > div > ul > li:first-child .td {
  padding-top: 0;
}
#vr #s_program .table > div > ul > li:last-child .th,
#vr #s_program .table > div > ul > li:last-child .td {
  padding-bottom: 0;
}
#vr #s_program .table > div > ul > li + li {
  border-top: 1px solid #ebebeb;
}
#vr #s_program .table .hd {
  width: 268px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .hd {
    width: calc(100% - 70px);
    padding: 0;
  }
}
#vr #s_program .table h5 {
  text-align: center;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  background: -webkit-linear-gradient(45deg, #a62126 30%, #690208 70%);
  background: linear-gradient(45deg, #a62126 30%, #690208 70%);
}
@media screen and (max-width: 480px) {
  #vr #s_program .table h5 {
    line-height: 40px;
  }
}
#vr #s_program .table .img img {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .img img {
    width: 100%;
    height: auto;
  }
}
#vr #s_program .table .btn_play {
  height: 151px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .btn_play {
    height: auto;
    aspect-ratio: 16/9;
  }
}
#vr #s_program .table .btn_play .time {
  right: 7px;
  bottom: 7px;
  border-radius: 4px;
  font-size: 1.2rem;
}
#vr #s_program .table .btn_play::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1;
  background: url("/assets/img/btn_play_wh.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#vr #s_program .table .th,
#vr #s_program .table .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .th,
  #vr #s_program .table .td {
    padding: 10px 0;
  }
}
#vr #s_program .table .th > span,
#vr #s_program .table .td > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #f7f7f7;
}
#vr #s_program .table .th {
  border-right: 1px solid #ebebeb;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .th {
    border-right: none;
  }
}
#vr #s_program .table .th > span {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83px;
  padding: 5px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .th > span {
    width: 65px;
    font-size: 1.1rem;
  }
}
#vr #s_program .table .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
  overflow: visible;
  width: 288px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}
#vr #s_program .table .td > span {
  position: relative;
  z-index: 1;
  width: 268px;
  min-height: 60px;
  padding: 8px 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .td > span {
    width: auto;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 1.2rem;
  }
}
#vr #s_program .table .td > span.double {
  white-space: nowrap;
  width: 557px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .td > span.double {
    white-space: inherit;
    width: auto;
  }
}
#vr #s_program .table .td > span.sp {
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .td > span.sp {
    visibility: visible;
    white-space: inherit;
  }
}
#vr #s_program .table .td > span.ex {
  min-height: 125px;
}
@media screen and (max-width: 480px) {
  #vr #s_program .table .td > span.ex {
    min-height: inherit;
  }
}
#vr #s_program .table .td > span .notes {
  font-size: 1.2rem;
}
#vr #s_program .table .td > span .anc {
  font-size: 1.2rem;
}
#vr #s_program .table .td > span .anc::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 1px solid #2da3f5;
  border-radius: 50%;
  background: url("/assets/img/arr2_lb_10.png") no-repeat center center/5px;
  margin: calc(0.75em - 6px) 0 calc(0.75em - 6px) 5px;
}
#vr #s_content {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #vr #s_content {
    width: 86.7%;
    margin-top: 45px;
    padding-top: 50px;
  }
}
#vr #s_content .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #vr #s_content .inr {
    width: auto;
    padding-left: 0;
  }
}
#vr #s_content .s_lead {
  margin-top: 125px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #vr #s_content .s_lead {
    margin-top: 55px;
    font-size: 1.4rem;
  }
  #vr #s_content .s_lead br {
    display: none;
  }
}
#vr #s_content .content_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 60px 70px;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }
}
#vr #s_content .content_list li {
  width: 465px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list li {
    width: 100%;
    padding: 20px 20px 24px;
  }
}
#vr #s_content .content_list .img {
  position: relative;
}
#vr #s_content .content_list .img img {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list .img img {
    width: 100%;
    height: auto;
  }
}
#vr #s_content .content_list .num {
  aspect-ratio: 1;
  border: 1px solid #a62126;
  background: #fff;
  width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list .num {
    width: 34px;
    font-size: 13px;
    left: -10px;
    top: -10px;
  }
}
#vr #s_content .content_list .ttl {
  margin-top: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list .ttl {
    margin-top: 15px;
  }
}
#vr #s_content .content_list .org {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list .org {
    margin-top: 5px;
    font-size: 1rem;
  }
}
#vr #s_content .content_list .logo {
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 480px) {
  #vr #s_content .content_list .logo {
    width: 165px;
    height: auto;
    margin: 0 auto 8px;
  }
}
#vr #s_case {
  margin-top: 85px;
}
@media screen and (max-width: 480px) {
  #vr #s_case {
    margin-top: 45px;
  }
}
#vr #s_case .s_lead {
  margin-top: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #vr #s_case .s_lead {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
#vr #s_case .s_lead .num {
  color: #a62126;
  font-weight: 500;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  #vr #s_case .s_lead .num {
    font-size: 2.5rem;
  }
}
#vr #s_case .s_lead + .case {
  margin-top: 65px;
}
@media screen and (max-width: 480px) {
  #vr #s_case .s_lead + .case {
    margin-top: 55px;
  }
}
#vr #s_case .case .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(45deg, #a62126 30%, #690208 70%);
  background: linear-gradient(45deg, #a62126 30%, #690208 70%);
  padding: 0 0.6em 0.05em;
  font-size: 1.2rem;
  height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}
@supports (-webkit-backdrop-filter: none) {
  #vr #s_case .case .label {
    padding: 0.05em 0.6em 0;
  }
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .label {
    font-size: 11px;
    border-radius: 4px;
    height: 20px;
    padding: 0 0.6em 0.05em;
  }
}
#vr #s_case .case .hd {
  grid-template-columns: 50px 142px auto 170px 50px;
  grid-template-rows: 1fr 1fr;
}
#vr #s_case .case .hd .num {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .num {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#vr #s_case .case .hd .img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .img {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
#vr #s_case .case .hd .name {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 71px);
  }
}
#vr #s_case .case .hd .notes {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .notes {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: calc(100% - 104px - 90px);
  }
}
#vr #s_case .case .hd .notes .label {
  margin: -4.5px 0;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .notes .label {
    margin: 0;
  }
}
#vr #s_case .case .hd .logo {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .logo {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 90px;
    min-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#vr #s_case .case .hd .ico {
  grid-column: 5/6;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .hd .ico {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
#vr #s_case .case .detail {
  grid-template-columns: 560px 284px;
  gap: 0 36px;
}
#vr #s_case .case .detail > .name {
  grid-column: 1/3;
  grid-row: 1/2;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail > .name {
    margin-bottom: 20px;
  }
}
#vr #s_case .case .detail > .name .label {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W3", "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  font-weight: 400;
}
#vr #s_case .case .detail .txt1 {
  grid-column: 1/2;
  grid-row: 2/3;
}
#vr #s_case .case .detail .flow {
  margin-top: 25px;
}
#vr #s_case .case .detail .flow .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .flow .ttl {
    font-size: 1.5rem;
  }
}
#vr #s_case .case .detail .flow ol {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  counter-reset: li;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .flow ol {
    margin-top: 15px;
  }
}
#vr #s_case .case .detail .flow ol li {
  padding: 12px 0 12px 40px;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .flow ol li {
    padding: 10px 0 10px 30px;
    font-size: 1.2rem;
  }
}
#vr #s_case .case .detail .flow ol li::before {
  counter-increment: li;
  content: counter(li);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: calc(12px + 1.05rem - 12px);
  width: 24px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #a62126;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .flow ol li::before {
    width: 20px;
    font-size: 10px;
    top: calc(10px + 0.9rem - 10px);
  }
}
#vr #s_case .case .detail .img {
  grid-column: 2/3;
  grid-row: 2/4;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .img {
    margin-top: 30px;
  }
}
#vr #s_case .case .detail .txt2 {
  grid-column: 1/2;
  grid-row: 3/4;
}
#vr #s_case .case .detail .voice {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .voice {
    margin-top: 25px;
  }
}
#vr #s_case .case .detail .voice .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .voice .ttl {
    font-size: 1.4rem;
  }
}
#vr #s_case .case .detail .voice .profile {
  margin: 25px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .voice .profile {
    gap: 10px;
    margin: 18px 0 15px;
  }
}
#vr #s_case .case .detail .voice .profile p > span {
  display: block;
}
#vr #s_case .case .detail .voice .profile img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case .detail .voice .profile img {
    width: 95px;
    height: auto;
  }
}
#vr #s_case .case .detail .voice .profile .company {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}
#vr #s_case .case .detail .voice .profile .pos {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}
#vr #s_case .case .detail .voice .profile .name {
  margin-top: 5px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
#vr #s_case .case.on .detail {
  display: grid;
}
@media screen and (max-width: 480px) {
  #vr #s_case .case.on .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#vr #s_education {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #vr #s_education {
    width: 86.7%;
    margin-top: 35px;
    padding-top: 50px;
  }
}
#vr #s_education::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto;
}
@media screen and (max-width: 480px) {
  #vr #s_education::after {
    margin: 50px auto;
  }
}
#vr #s_education .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #vr #s_education .inr {
    width: auto;
    padding-left: 0;
  }
}
#vr #s_education .s_lead {
  margin-top: 135px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #vr #s_education .s_lead {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 2;
  }
  #vr #s_education .s_lead br {
    display: none;
  }
}
#vr #s_education .education_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 60px 70px;
}
@media screen and (max-width: 480px) {
  #vr #s_education .education_list {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }
}
#vr #s_education .education_list li {
  width: 465px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #vr #s_education .education_list li {
    width: 100%;
    padding: 20px;
  }
}
#vr #s_education .education_list .img {
  position: relative;
}
@media screen and (max-width: 480px) {
  #vr #s_education .education_list .img img {
    width: 100%;
    height: auto;
  }
}
#vr #s_education .education_list a:not(.btn_play) {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#vr #s_education .education_list a:not(.btn_play) img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (any-hover: hover) and (min-width: 481px) {
  #vr #s_education .education_list a:not(.btn_play):hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
#vr #s_education .education_list .btn_play {
  border-radius: 10px;
}
#vr #s_education .education_list .btn_play .time {
  right: 7px;
  bottom: 7px;
  border-radius: 4px;
  font-size: 1.2rem;
}
#vr #s_education .education_list .btn_play::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1;
  background: url("/assets/img/btn_play_wh.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#vr #s_education .education_list .ttl {
  margin-top: 28px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #vr #s_education .education_list .ttl {
    margin-top: 16px;
    line-height: 1.5;
  }
}
#vr #s_education .education_list .txt {
  margin-top: 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #vr #s_education .education_list .txt {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
#vr #s_education .other {
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  #vr #s_education .other {
    margin-top: 60px;
  }
}
#vr #s_education .other .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #vr #s_education .other .ttl {
    font-size: 1.6rem;
  }
}
#vr #s_education .other .link_list1 {
  margin-top: 45px;
}

#cc #s_outline {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  #cc #s_outline {
    padding-top: 55px;
  }
}
#cc #s_outline .overview .ttl {
  height: auto;
}
#cc #s_background {
  width: 92%;
  max-width: 1200px;
  margin: 75px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #cc #s_background {
    width: 86.7%;
    margin-top: 45px;
    padding-top: 50px;
  }
}
#cc #s_background .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cc #s_background .inr {
    width: auto;
    padding-left: 0;
  }
}
#cc #s_background .txt {
  margin-top: 120px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #cc #s_background .txt {
    margin-top: 55px;
    font-size: 1.4rem;
  }
  #cc #s_background .txt br {
    display: none;
  }
}
#cc #s_background .approach {
  margin-top: 40px;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 50px 30px;
  padding: 55px 60px 60px;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach {
    margin-top: 25px;
    display: block;
    padding: 30px 5.3vw;
  }
}
#cc #s_background .approach .ttl {
  width: 100%;
  text-align: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#cc #s_background .approach .ttl .red {
  color: #a62126;
}
#cc #s_background .approach .fig {
  position: relative;
}
#cc #s_background .approach .fig::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: #a62126;
  top: 37px;
  left: calc(100% - 14px);
  width: 43px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .fig::after {
    top: calc(42.6vw - 1px);
    left: auto;
    right: 11.8%;
    width: 1px;
    height: auto;
    bottom: -14px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
#cc #s_background .approach .img {
  position: relative;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .img {
    margin-top: 18px;
  }
  #cc #s_background .approach .img img {
    width: 100%;
    height: auto;
  }
}
#cc #s_background .approach .img::before, #cc #s_background .approach .img::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cc #s_background .approach .img::before {
  width: 138px;
  border: 2px solid #a62126;
  border-radius: 5px;
  top: 17px;
  right: 13px;
  bottom: 22px;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .img::before {
    width: 32.63%;
    top: 7.1%;
    bottom: 8.4%;
    right: 3.16%;
  }
}
#cc #s_background .approach .img::after {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #a62126;
  width: 5px;
  top: 37px;
  right: 14px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .img::after {
    top: auto;
    bottom: calc(8.4% + 1px);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    right: 11.8%;
  }
}
#cc #s_background .approach .cap {
  margin-top: 15px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .cap {
    margin-top: 8px;
    text-align: left;
    font-size: 1rem;
    padding-right: 19%;
  }
  #cc #s_background .approach .cap br {
    display: none;
  }
}
#cc #s_background .approach .approach_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 32px;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .approach_list {
    margin-top: 14px;
    gap: 20px;
  }
}
#cc #s_background .approach .approach_list::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #a62126;
  top: 37px;
  left: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .approach_list::before {
    top: 0;
    left: auto;
    right: 11.8%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
#cc #s_background .approach .approach_list li {
  padding: 0 24px;
  color: #929fa5;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .approach_list li {
    padding: 0 12px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#cc #s_background .approach .approach_list li.pickup {
  background: #fff;
  border-radius: 5px;
  padding: 26px 24px;
  color: #222;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .approach_list li.pickup {
    padding: 14px 12px;
  }
}
#cc #s_background .approach .approach_list li.pickup .label {
  color: #a62126;
  line-height: 1;
}
#cc #s_background .approach .approach_list .label {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach .approach_list .label {
    margin-bottom: 6px;
    font-size: 1rem;
  }
}
#cc #s_background .approach + .txt {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  #cc #s_background .approach + .txt {
    margin-top: 25px;
  }
}
#cc #s_background .notes {
  margin-top: 32px;
  color: #51656f;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #cc #s_background .notes {
    margin-top: 10px;
    font-size: 1rem;
  }
}
#cc #s_activity {
  width: 92%;
  max-width: 1200px;
  margin: 70px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity {
    width: 86.7%;
    margin-top: 35px;
    padding-top: 50px;
  }
}
#cc #s_activity .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .inr {
    width: auto;
    padding-left: 0;
  }
}
#cc #s_activity .s_lead {
  margin-top: 120px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .s_lead {
    margin-top: 50px;
    font-size: 1.4rem;
  }
  #cc #s_activity .s_lead br {
    display: none;
  }
}
#cc #s_activity .s_subttl {
  color: #a62126;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .s_subttl {
    font-size: 1.8rem;
  }
}
#cc #s_activity .approach {
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach {
    margin-top: 40px;
  }
}
#cc #s_activity .approach_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 25px;
  }
}
#cc #s_activity .approach_list li {
  border-radius: 10px;
  background: #f7f7f7;
  width: calc(50% - 20px);
  text-align: center;
  position: relative;
  padding: 60px 0 55px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list li {
    width: 100%;
    padding: 40px 0 25px;
  }
}
#cc #s_activity .approach_list .num {
  width: 40px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #a62126;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list .num {
    width: 32px;
    font-size: 12px;
  }
}
#cc #s_activity .approach_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list .ttl {
    font-size: 1.8rem;
  }
}
#cc #s_activity .approach_list .ttl::after {
  content: "";
  display: block;
  margin: 28px auto 0;
  width: 110px;
  height: 1px;
  background: #a62126;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list .ttl::after {
    margin: 25px auto 0;
  }
}
#cc #s_activity .approach_list .txt {
  margin-top: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .approach_list .txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
#cc #s_activity .activity {
  margin-top: 140px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity {
    margin-top: 60px;
  }
}
#cc #s_activity .activity_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 40px;
    margin-top: 40px;
  }
}
#cc #s_activity .activity_list li {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list li {
    width: 100%;
    display: grid;
    gap: 0 10px;
    grid-template-columns: 1fr 1fr;
  }
}
#cc #s_activity .activity_list .ttl {
  padding-bottom: 40px;
  border-bottom: 1px solid #a62126;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list .ttl {
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#cc #s_activity .activity_list .ttl .ja {
  display: block;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list .ttl .ja {
    font-size: 2.1rem;
  }
}
#cc #s_activity .activity_list .ttl .en {
  display: block;
  margin-top: 14px;
  color: #a62126;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list .ttl .en {
    margin-top: 8px;
    font-size: 1rem;
  }
}
#cc #s_activity .activity_list .txt {
  margin: 36px 0 auto;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list .txt {
    margin: -0.35em 0;
    font-size: 1.4rem;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#cc #s_activity .activity_list img {
  margin-top: 20px;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list img {
    margin: 0;
    width: calc(50% - 10px);
    width: 100%;
    height: auto;
    border-radius: 5px;
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
#cc #s_activity .activity_list .btn1 {
  margin-top: 25px;
  min-width: 185px;
}
@media screen and (max-width: 480px) {
  #cc #s_activity .activity_list .btn1 {
    margin-top: 12px;
    grid-column: 1/2;
    grid-row: 3/4;
    width: 120px;
    min-width: 120px;
  }
}
#cc #s_case {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  #cc #s_case {
    margin-top: 45px;
  }
}
#cc #s_case .s_subttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #cc #s_case .s_subttl {
    font-size: 1.6rem;
  }
}
#cc #s_case .s_subttl + .case {
  margin-top: 40px;
}
#cc #s_case .activity {
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .activity {
    margin-top: 65px;
  }
  #cc #s_case .activity + .activity {
    margin-top: 60px;
  }
}
#cc #s_case .case .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 124px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .hd {
    height: auto;
    padding: 20px 0;
  }
}
#cc #s_case .case .hd .num {
  width: 50px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .hd .num {
    width: 35px;
  }
}
#cc #s_case .case .hd .img {
  width: 142px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .hd .img {
    width: 94px;
  }
}
#cc #s_case .case .hd .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .hd .name {
    font-size: 1.6rem;
    padding: 0 5px;
    margin: calc(0.5em - 13px) 0;
  }
}
#cc #s_case .case .hd .ico {
  width: 50px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .hd .ico {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #cc #s_case .case .detail .img {
    margin-top: 15px;
  }
  #cc #s_case .case .detail .img + .btn_area {
    margin-top: 20px;
  }
}
#cc #s_case .past {
  margin-top: 115px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .past {
    margin-top: 60px;
  }
}
#cc #s_case .link_list1 {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #cc #s_case .link_list1 {
    margin-top: 22px;
  }
}
#cc #s_case::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto;
}
@media screen and (max-width: 480px) {
  #cc #s_case::after {
    margin: 50px auto;
    width: 100%;
  }
}