.page-title {
  width: calc(100% - 100px);
  height: 270px;
  border-radius: 24px;
  background-image: url(/soshiki_file/newworld-pj/page-title-left.svg), url(/soshiki_file/newworld-pj/page-title-right.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 98px, top 50% right 98px;
  background-color: #F1F2F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
.page-title h1 {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-title {
    width: calc(100% - 30px);
    height: 200px;
    background-position: top 50% left 0px, top 50% right 0px;
    background-size: auto 200px;
  }
  .page-title h1 {
    font-size: 2.4rem;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 10px 100px;
  font-size: 1.2rem;
  margin: 0 0 124px;
}
.breadcrumbs a {
  display: block;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:first-of-type) {
  padding-left: 20px;
}
.breadcrumbs__item:not(:first-of-type):after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  left: 8px;
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
.breadcrumbs__item:last-of-type a{
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 60px;
    padding: 10px 25px;
  }
}

.hdg-type01{
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
.hdg-type02{
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  width: max-content;
  max-width: 100%;
  border-bottom: 3px dotted #111;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .hdg-type01{
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .hdg-type02{
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.anchorLink{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin-bottom: 110px;
}
.anchorLink__item{
  padding: 0 48px;
  border-left: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
}
.anchorLink__item:last-of-type{
  border-right: 1px solid #ddd;
}
.anchorLink__item a{
  padding-left: 25px;
  display: block;
  background: url(/soshiki_file/newworld-pj/arrow-bottom.svg) no-repeat left;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .anchorLink{
    flex-direction: column;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .anchorLink__item{
    padding: 0 25px;
    border-right: 1px solid #ddd;
    font-size: 1.4rem;
  }
}

.about__text{
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 70px;
  text-align: center;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about__targetTtl{
  background: #F1F2F5;
  text-align: center;
  border: 1px solid #9FA3AE;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 15px 15px;
}
.about__targetContents{
  background: #fff;
  text-align: center;
  border: 1px solid #9FA3AE;
  border-top: none;
  border-radius: 0 0 10px 10px; 
  padding: 25px 15px;
  font-size: 1.8rem;
  margin-bottom: 100px;
}
.about__targetContents p{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about__text{
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .about__targetTtl{
    background: #F1F2F5;
    text-align: center;
    border: 1px solid #9FA3AE;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
    line-height: 1.4;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 450px) {
  .about__text{
    text-align: left;
  }
}
.about__movie{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__movie__item{
  width: calc(50% - 20px);
  max-width: 640px;
}
.about__movie__link{
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 36px;
}
.about__movie__link:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/soshiki_file/newworld-pj/top/btn-movie.svg) no-repeat center;
  background-color: rgba(0, 0, 0, .22);
}
.about__movie__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.about__movie__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .about__movie__item{
    width: 100%;
    margin: 0 auto;
  }
  .about__movie__item:nth-of-type(n+2){
    margin-top: 50px;    
  }
  .about__movie__link{
    margin-bottom: 24px;
  }
  .about__movie__btn{
    width: calc(100% - 40px);
    padding: 21px 15px;
  }
}

.about-purpose{
  padding: 0 0 90px;
}
.about__guideBook{
  background: #008A00;
  border-radius: 15px;
  padding: 30px 50px;
  color: #fff;
  margin: 80px 0 0;
}
.about__guideBook__ttl{
  grid-area: ttl;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-left: 30px;
  background: url(/soshiki_file/newworld-pj/about/ico-guidebook.svg) no-repeat left 0 top 4px;
  margin: 0 0 20px;
}
.about__guideBook__text{
  grid-area: text;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
}
.about__guideBook__btn{
  grid-area: btn;
  text-decoration: none;
  background: #fff;
  color: #111;
  display: block;
  border-radius: 9999px;
  width: 295px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px;
}
.about__guideBook__btn:after{
  content: url(/soshiki_file/newworld-pj/about/ico-dl.svg);
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .about__guideBook{
    display: grid;
    grid-template-areas:
      "ttl ttl"
      "text btn";
    grid-template-columns: 1fr max-content;
    align-items: start;
    gap: 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .about__guideBook{
    padding: 30px 20px;
  }
  .about__guideBook__ttl{
    font-size: 2rem;
  }
  .about__guideBook__text{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.about-faq{
  padding-top: 90px;
}
.about-faq__list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.about-faq__list__item{
  width: calc(50% - 20px);
  border: 1px solid #111;
  border-radius: 15px;
  padding: 20px 30px 30px;
}
.about-faq__list__question{
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 2px dotted #111;
  padding-left: 60px;
  padding-bottom: 15px;
  position: relative;
  min-height: 59px;
}
.about-faq__list__question:before{
  content: "Q";
  font-family: "Inter Tight", serif;
  background: #E21E49;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  line-height: 44px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-faq__list__answer{
  padding-left: 60px;
  position: relative;
}
.about-faq__list__answer:before{
  content: "A";
  font-family: "Inter Tight", serif;
  background: #0047C6;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-faq__list__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 30px;
  margin-top: 15px;
}
.about-faq__list__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .about-faq{
    padding-top: 25px;
  }
  .about-faq__list__item{
    width: 100%;
  }
  .about__guideBook__btn{
    font-size: 1.5rem;
  }
}

.guide__flow{
  counter-reset: flow;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.guide__flow__item{
  counter-increment: flow;
  background: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
  width: calc(50% - 40px);
  padding: 40px 50px 45px;
  display: grid;
  grid-template-areas:
  "ttl image"
  "text text"
  "btn btn";
  grid-template-columns: 1fr max-content;
  gap: 0 15px;
  position: relative;
}
.guide__flow__item:nth-of-type(2):before{
  content: "";
  height: 96px;
  width: 26px;
  background: url(/soshiki_file/newworld-pj/guide/arrow.png) no-repeat center / contain;
  position: absolute;
  left: -46px;
  top: calc(50% - 48px);
}
.guide__flow__ttl{
  grid-area: ttl;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 15px;
}
.guide__flow__ttl:before{
  content: "STEP " counter(flow,  decimal-leading-zero);
  display: block;
  font-family: "Inter Tight", serif;
  width: max-content;
  background: #0047C6;
  border-radius: 9999px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 4px 20px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px;
  
}
.guide__flow__item:nth-of-type(2) .guide__flow__ttl:before{
  background: #E21E49;
}
.guide__flow__image{
  grid-area: image;
}
.guide__flow__text{
  grid-area: text;
  font-size: 1.6rem;
  margin: 0;
}
.guide__flow__btn{
  grid-area: btn;
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.guide__flow__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .guide__flow__item{
    width: 100%;
    padding: 30px 20px 35px;
  }
  .guide__flow__item:nth-of-type(2):before{
    top: -86px;
    left: calc(50% - 13px);
    transform: rotate(90deg);
  }
  .guide__flow__ttl{
    font-size: 2rem;
  }
  .guide__flow__ttl:before{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .top-about__movie__btn{
    padding: 21px 15px;
  }
}

.search__list{
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.search__list__item{
  width: calc((100% - 60px) / 3);
  text-align: center;
  padding: 38px 50px 40px;
  border-radius: 15px;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.search__list__item img{
  margin: 0 auto 30px;
}
.search__list__nameJp{
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
}
.search__list__nameEn{
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.search__list__info{
  font-size: 1.5rem;
  border-top: 1px solid #E8E8E8;
  margin: 20px 0 30px;
  padding: 20px 0 0;
}
.search__list__info div{
  display: flex;
  flex-wrap: wrap;
}
.search__list__info dt{
  font-weight: bold;
  text-align: left;
}
.search__list__info dt:after{
  content: "：";
  margin: 0 5px;
}
.search__list__info dd{
  margin: 0;
  text-align: left;
}


.search__list__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.search__list__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
.search__btn{
  text-decoration: none;
  background: #0047C6;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}

@media screen and (max-width: 1024px) {
  .search__list__item{
    padding: 38px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .search__list__item{
    width: 100%;
  }
  .search__btn{
    padding: 21px 15px;
  }
}
@media screen and (max-width: 450px) {
  .search__list__item{
    width: 100%;
    padding: 30px 30px 32px;
  }
}

.flow__list{
  counter-reset: flow;
  max-width: 1160px;
  margin: 0 auto;
  background: url(/soshiki_file/newworld-pj/flow/line-blue.png) repeat-y top 0 left 70px / 6px 12px;
}
.flow__list__item{
  counter-increment: flow;
  display: grid;
  grid-template-areas:
  "num ttl image"
  "num text image";
  grid-template-columns: max-content 1fr max-content;
  gap: 15px 40px;
  min-height: 188px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 60px 20px 40px;
}
.flow__list__item:before{
  content: counter(flow);
  font-family: "Inter Tight", serif;
  background: #0047C6;
  border-radius: 50%;
  color: #fff;
  width: 66px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 66px;
  text-align: center;
  display: block;
  grid-area: num;
  align-self: center;
}
.flow__list__item:nth-of-type(n+2){
  margin-top: 36px;
}
.flow__list__item__ttl{
  grid-area: ttl;
  margin: 0;
  align-self: end;
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.flow__list__item__ttl__time{
  display: inline-block;
  font-size: 1.4rem;
  background: #F1F2F5;
  border-radius: 4px;
  padding: 4px 12px 2px;
}
.flow__list__item__text{
  grid-area: text;
  margin: 0;
  align-self: start;
  line-height: 1.4;
  font-size: 1.8rem;
}
.flow__list__item__image{
  grid-area: image;
  align-self: center;
  min-width: 122px;
}
.flow__list__item__image img{
  margin: 0 auto;
}
.flow__list.is-red{
  counter-reset: flow 3;
  background-image: url("/soshiki_file/newworld-pj/flow/line-red.png");
}
.flow__list.is-red .flow__list__item:before{
  background: #E21E49;
}
@media screen and (max-width: 767px) {
  .flow__list__item{
    grid-template-areas:
    "num ttl"
    "num text"
    "image image";
    grid-template-columns: max-content 1fr;
    gap: 15px 20px;
    padding: 30px 20px;
  }
  .flow__list__item:before{
    width: 40px;
    font-size: 2rem;
    line-height: 40px;
    align-self: start;
  }
  .flow__list__item__ttl{
    padding-top: 7px;
    font-size: 2.2rem;
  }
  .flow__list__item__text{
    font-size: 1.6rem;
  }
}
.flow01__next{
  margin-top: 50px;
  padding-top: 70px;
  background: url(/soshiki_file/newworld-pj/flow/arrow.png) no-repeat top / 144px 36px;;
}
.flow01__next__text{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px
}
.flow01__next__btn{
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 15px;
}
.flow01__next__btn:after{
  content: url(/soshiki_file/newworld-pj/arrow-right.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .flow01__next__btn{
    padding: 21px 15px;
  }
}
.flow01__guideBook{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  background: #F1F2F5;
  border: 1px solid #9FA3AE;
  border-radius: 10px;
  margin: 100px 0 0;
  padding: 45px;
}
.flow01__guideBook__text{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
.flow01__guideBook__btn{
  text-decoration: none;
  background: #008A00;
  color: #fff;
  display: block;
  border-radius: 9999px;
  width: 295px;
  max-width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px;
}
.flow01__guideBook__btn:after{
  content: url(/soshiki_file/newworld-pj/flow/ico-dl.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .flow01__guideBook{
    padding: 30px;
    margin-top: 50px;
  }
  .flow01__guideBook__btn{
    font-size: 1.5rem;
  }
}
.flow02 + .flow02{
  margin-top: 180px;
}
.flow02 .flow01__guideBook{
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .flow02 + .flow02{
    margin-top: 100px;
  }
  .flow02 .flow01__guideBook{
    margin-top: 80px;
  }
}

.case-voice{
  background: url(/soshiki_file/newworld-pj/case/voice-bg-2x.jpg) no-repeat top / cover;
  border-radius: 15px;
  color: #fff;
  padding: 125px 40px 165px;
  margin-bottom: 150px;
}
.case-voice h2{
  margin: 0 0 65px;
}
.case-voice h2 img{
 margin: 0 auto;
}
.case-voice__listWrap{
  max-width: 1040px;
  margin: 0 auto;
}
.case-voice__list li:nth-of-type(n+2){
  margin-top: 70px;
}
.case-voice__list h3{
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .case-voice__listWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case-voice__list{
    width: calc(50% - 20px);
    max-width: 480px;
  }
  .case-voice__list p{
    min-height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .case-voice{
    padding: 60px 20px;
    margin-bottom: 70px;
  }
  .case-voice h2{
    margin: 0 0 30px;
  }
  .case-voice__list:nth-of-type(n+2),
  .case-voice__list li:nth-of-type(n+2){
    margin-top: 40px;
  }
  .case-voice__list li{
    font-size: 1.4rem;
  }
  .case-voice__list h3{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}


main:has(.case-voice) .detail_free h2{
  font-size: 2.4rem;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.4;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
main:has(.case-voice) .detail_free h2:nth-of-type(n+2){
  padding-top: 80px;
  border-top: 1px solid #111;
  margin-top: 40px;
}

main:has(.case-voice) .detail_free img{
  border-radius: 15px;
  margin: 40px auto 0;
}
main:has(.case-voice) .detail_free a{
  margin: 40px 0 0;
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px;
}
main:has(.case-voice) .detail_free a:after{
  content: url(/soshiki_file/newworld-pj/flow/ico-dl.svg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  main:has(.case-voice) .detail_free h2{
    font-size: 2rem;
  }
  main:has(.case-voice) .detail_free a{
    font-size: 1.5rem;
    margin-top: 20px;
  }
  main:has(.case-voice) .detail_free img{
    margin-top: 20px;
  }
}

.searchDetail-box{
  border: 1px solid #111;
  border-radius: 15px;
  padding: 50px 80px;
  max-width: 1160px;
  margin: 0 auto;
}
.searchDetail-box + .searchDetail-box{
  margin-top: 20px;
}
.searchDetail-box h2{
  font-size: 2.4rem;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.searchDetail-box__status{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  width: max-content;
  max-width: 100%;
  background: #008A00;
  line-height: 1.4;
  padding: 5px 15px;
  margin: 0 auto 15px;
  border-radius: 999px;
}
.searchDetail-box__status.is-pink{
  background: #E21E49;
}
.searchDetail-box a{
  margin: 30px 0 0;
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px;
}
.searchDetail-box a:after{
  content: url(/soshiki_file/newworld-pj/flow/ico-dl.svg);
  margin-left: 10px;
}
.searchDetail-box a + a{
  margin-top: 10px;
}
.searchDetail-box a[target='_blank']:after{
  content: url(/soshiki_file/newworld-pj/search/ico-external.svg);
}
.searchDetail-box dt{
  font-size: 1.5rem;
}
.searchDetail-box dt{
  font-weight: bold;
}

.searchDetail-box dd{
  margin: 0;
}
@media screen and (min-width: 768px) {
  .searchDetail-box dl > div{
    display: flex;
    flex-wrap: wrap;
  }
  .searchDetail-box dt:after{
    content: "：";
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .searchDetail-box{
    padding: 30px 20px;
    font-size: 1.5rem;
  }
  .searchDetail-box h2{
    font-size: 2rem;
  }
  .searchDetail-box a{
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .searchDetail-box img{
    margin-top: 20px;
  }
  .searchDetail-box dt{
    margin-top: 10px;
  }
}
.detail_free{
  max-width: 1000px;
  margin: 0 auto;
}
.detail_free + .detail_free{
  margin-top: 40px;
  padding-top: 80px;
  border-top: 1px solid #111;
}

main:not(:has(.case-voice)) .detail_free h2{
  font-size: 2.4rem;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
main:not(:has(.case-voice)) .detail_free h2:nth-of-type(n+2){
  padding-top: 80px;
  border-top: 1px solid #111;
  margin-top: 40px;
}
main:not(:has(.case-voice)) .detail_free a{
  margin: 30px 0 0;
  text-decoration: none;
  background: #111;
  color: #fff;
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 15px;
}
main:not(:has(.case-voice)) .detail_free a[href$='.pdf']:after{
  content: url(/soshiki_file/newworld-pj/flow/ico-dl.svg);
  margin-left: 10px;
}
main:not(:has(.case-voice)) .detail_free a[target='_new']:after,
main:not(:has(.case-voice)) .detail_free a[target='_blank']:after{
  content: url(/soshiki_file/newworld-pj/search/ico-external.svg);
  margin-left: 10px;
}
main:not(:has(.case-voice)) .detail_free p:has(a) + p:has(a) a{
  margin-top: 0;
}
main:not(:has(.case-voice)) .detail_free p img{
  margin: 0 auto;
}

.detail_free ul{
  list-style: disc;
  padding-left: 20px;
}
.detail_free ol{
  list-style: decimal;
  padding-left: 30px;
}
.detail_free h3,
.detail_free h4,
.detail_free h5,
.detail_free h6{
  border-bottom: 1px solid #E8E8E8;
}

.about__movie__item iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__movie__item iframe{
    margin-bottom: 20px;
  }
}