@charset "UTF-8";
.p_ttl1 {
  background: url("/assets/img/vision_mv.webp") no-repeat center 75%/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 {
    background: url("/assets/img/vision_mv_sp.webp") no-repeat center center/cover;
  }
}

.p_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
  margin: 185px auto 0;
  width: 1100px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  gap: 100px 0;
}
@media screen and (max-width: 480px) {
  .p_index {
    width: 86.7%;
    margin: 50px auto 0;
    padding-left: 0;
    gap: 0;
  }
}
.p_index > .en {
  position: absolute;
  color: #a62126;
  font-size: 1.2rem;
  top: 0;
  left: calc(1em - 45px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .p_index > .en {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 1.1rem;
  }
}
.p_index .txt {
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .p_index .txt {
    margin-top: 25px;
  }
}
.p_index .txt p {
  margin-top: -0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_index .txt p {
    font-size: 1.4rem;
  }
  .p_index .txt p br {
    display: none;
  }
}
.p_index .anc1 .s {
  display: block;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W3", "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

#s_program {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_program {
    width: 86.7%;
    margin: 5px auto 0;
    padding-top: 50px;
  }
}
#s_program .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_program .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_program .table {
  margin-top: 110px;
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 415px 415px;
}
@media screen and (max-width: 480px) {
  #s_program .table {
    margin-top: 55px;
    gap: 5px;
    grid-template-columns: 60px calc(100% - 65px);
  }
}
#s_program .table > * {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #s_program .table > * {
    border-radius: 5px;
  }
}
#s_program .table h5 {
  grid-row: 1/2;
  background: -webkit-linear-gradient(5deg, #3b60ab 10%, #ef814a 90%);
  background: linear-gradient(85deg, #3b60ab 10%, #ef814a 90%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
#s_program .table h5.cvp {
  grid-column: 2/3;
}
#s_program .table h5.fs {
  grid-column: 3/4;
}
@media screen and (max-width: 480px) {
  #s_program .table h5.fs {
    margin-top: 30px;
    grid-column: 2/3;
    grid-row: 6/7;
  }
}
@media screen and (max-width: 480px) {
  #s_program .table h5 {
    line-height: 30px;
    font-size: 1.4rem;
  }
}
#s_program .table .tr1 {
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  #s_program .table .tr1.fs {
    grid-row: 7/8;
  }
}
#s_program .table .tr2 {
  grid-row: 3/4;
}
@media screen and (max-width: 480px) {
  #s_program .table .tr2.fs {
    grid-row: 8/9;
  }
}
#s_program .table .tr3 {
  grid-row: 4/5;
}
@media screen and (max-width: 480px) {
  #s_program .table .tr3.fs {
    grid-row: 9/10;
  }
}
#s_program .table .tr4 {
  grid-row: 5/6;
}
@media screen and (max-width: 480px) {
  #s_program .table .tr4.fs {
    grid-row: 10/11;
  }
}
#s_program .table h6 {
  grid-column: 1/2;
  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;
  padding: 30px 0;
  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) {
  #s_program .table h6 {
    padding: 15px 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}
#s_program .table h6.fs {
  display: none;
}
@media screen and (max-width: 480px) {
  #s_program .table h6.fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#s_program .table h6,
#s_program .table > div {
  background: #f7f7f7;
}
#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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px;
}
@media screen and (max-width: 480px) {
  #s_program .table > div {
    padding: 15px 12px;
  }
}
#s_program .table > div.cvp {
  grid-column: 2/3;
}
#s_program .table > div.cvp.tr1 {
  grid-column: 2/4;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #s_program .table > div.cvp.tr1 {
    grid-column: 2/3;
    text-align: left;
  }
}
#s_program .table > div.fs {
  grid-column: 3/4;
}
@media screen and (max-width: 480px) {
  #s_program .table > div.fs {
    grid-column: 2/3;
  }
}
#s_program .table > div.fs.tr1 {
  display: none;
}
@media screen and (max-width: 480px) {
  #s_program .table > div.fs.tr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 2/3;
  }
}
#s_program .table > div p {
  margin: -0.375em 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_program .table > div p {
    font-size: 1.2rem;
  }
}
#s_program .table > div p.notes {
  margin: 20px 0 0;
  color: #51656f;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #s_program .table > div p.notes {
    margin: 15px 0 0;
    font-size: 1rem;
  }
}
#s_program .table > div 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: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #s_program .table > div ul {
    gap: 15px;
    font-size: 1.2rem;
  }
}
#s_program .table > div ul li {
  margin: -0.25em 0;
  position: relative;
  padding-left: 1em;
}
#s_program .table > div ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}

#s_step {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_step {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_step .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_step .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_step .s_lead {
  margin-top: 115px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_step .s_lead {
    margin-top: 55px;
    font-size: 1.4rem;
  }
  #s_step .s_lead br {
    display: none;
  }
}
#s_step .flow_list {
  margin-top: 55px;
  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) {
  #s_step .flow_list {
    margin-top: 25px;
  }
}
#s_step .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 50px 40px 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 170px;
}
@media screen and (max-width: 480px) {
  #s_step .flow_list > li {
    padding: 22px 25px 20px 50px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    min-height: inherit;
  }
}
#s_step .flow_list > li::before, #s_step .flow_list > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #a62126;
}
@media screen and (max-width: 480px) {
  #s_step .flow_list > li::before, #s_step .flow_list > li::after {
    left: 26px;
  }
}
#s_step .flow_list > li::before {
  top: 0;
  bottom: calc(50% + 25px);
}
@media screen and (max-width: 480px) {
  #s_step .flow_list > li::before {
    bottom: auto;
    height: 12px;
  }
}
#s_step .flow_list > li::after {
  top: calc(50% + 25px);
  bottom: -10px;
}
@media screen and (max-width: 480px) {
  #s_step .flow_list > li::after {
    top: 58px;
  }
}
#s_step .flow_list > li:first-child::before, #s_step .flow_list > li:first-child .num::before, #s_step .flow_list > li:last-child::after {
  display: none;
}
#s_step .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: #a62126;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_step .num {
    width: 24px;
    font-size: 12px;
    margin-right: 0;
    position: absolute;
    left: 14px;
    top: 22px;
  }
}
#s_step .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: #a62126;
}
#s_step .ttl {
  width: 230px;
  text-align: center;
  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_step .ttl {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 25px;
  }
  #s_step .ttl br {
    display: none;
  }
}
#s_step .ttl .s {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #s_step .ttl .s {
    display: inline;
    font-size: 1.2rem;
  }
}
#s_step .detail {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #s_step .detail {
    margin-top: 8px;
    padding-left: 0;
  }
}
#s_step .detail p {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_step .detail p {
    font-size: 1.2rem;
  }
}
#s_step .detail p.notes {
  margin-top: 0.5em;
  color: #51656f;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_step .detail p.notes {
    font-size: 1.1rem;
  }
}
#s_step .detail .btn1 {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #s_step .detail .btn1 {
    margin-top: 10px;
  }
}

#s_voice {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_voice {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_voice .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
}
@media screen and (max-width: 480px) {
  #s_voice .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_voice .voice_list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }
}
#s_voice .voice_list li {
  background: #f7f7f7;
  width: 470px;
  border-radius: 10px;
  padding: 70px 0 65px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list li {
    width: auto;
    padding: 40px 0 30px;
  }
}
#s_voice .voice_list .program {
  color: #51656f;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .program {
    font-size: 1rem;
  }
}
#s_voice .voice_list .ttl {
  margin-top: 40px;
  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) {
  #s_voice .voice_list .ttl {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
#s_voice .voice_list .voice {
  width: 320px;
  margin: 25px 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .voice {
    width: 75vw;
    margin: 20px 0 auto;
    font-size: 1.4rem;
  }
}
#s_voice .voice_list .img {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .img {
    margin-top: 15px;
  }
}
#s_voice .voice_list .img img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .img img {
    width: 100px;
    height: auto;
  }
}
#s_voice .voice_list .notes {
  margin-top: 32px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .notes {
    margin-top: 12px;
    font-size: 1.1rem;
  }
}
#s_voice .voice_list .name {
  margin-top: 10px;
  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) {
  #s_voice .voice_list .name {
    margin-top: 7px;
    font-size: 1.5rem;
  }
}
#s_voice .voice_list .name .suf {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .name .suf {
    font-size: 1.2rem;
  }
}
#s_voice .voice_list .en {
  margin-top: 10px;
  color: #a62126;
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .en {
    margin-top: 6px;
    font-size: 1rem;
  }
}
#s_voice .voice_list .logo {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  #s_voice .voice_list .logo img {
    width: 140px;
    height: auto;
  }
}

#s_faq {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_faq {
    width: 86.7%;
    margin: 40px auto 100px;
    padding-top: 50px;
  }
}
#s_faq .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_faq .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_faq .s_subttl {
  margin-top: 120px;
  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_faq .s_subttl {
    margin-top: 60px;
    font-size: 2.1rem;
  }
  #s_faq .s_subttl:first-child {
    margin-top: 50px;
  }
}
#s_faq .faq_list {
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list {
    margin-top: 25px;
  }
}
#s_faq .faq_list li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
#s_faq .faq_list li.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list li.middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list li {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 30px;
  }
}
#s_faq .faq_list .ttl {
  width: 300px;
  margin: -0.25em 0;
  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) {
  #s_faq .faq_list .ttl {
    width: auto;
  }
}
#s_faq .faq_list .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -0.5em 0;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list .txt {
    font-size: 1.4rem;
  }
}
#s_faq::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 200px auto 130px;
}
@media screen and (max-width: 480px) {
  #s_faq::after {
    display: none;
  }
}