@charset "UTF-8";
.l-stepContainer {
  width: 100%;
  padding: 18px 3.125vw 0;
}
@media only screen and (max-width: 768px) {
  .l-stepContainer {
    padding: 0 2rem;
  }
}

.p-hero_title img {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .p-hero_title {
    width: 54.9333333333vw;
  }
}

.p-hero {
  overflow: hidden;
  position: relative;
}

.p-hero_inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1377px;
  height: 705px;
  margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
  .p-hero_inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1080px) {
  .p-hero_inner {
    height: 546px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero_inner {
    display: block;
    position: relative;
    height: 153.7333333333vw;
    padding: 6.9333333333vw 20px 0;
  }
}

.p-hero_main {
  padding: 0 0 110px;
}
@media only screen and (max-width: 1430px) {
  .p-hero_main {
    width: 41.08%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .p-hero_main .p-iconDeco {
    width: 34.6666666667vw;
  }
}

.p-hero_video {
  position: absolute;
  top: 40%;
  z-index: -1;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1430px) {
  .p-hero_video {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media only screen and (max-width: 768px) {
  .p-hero_video {
    width: 100vw;
    height: 153.7333333333vw;
  }
}
.p-hero_video video {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 1260px) {
  .p-hero_video video {
    width: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero_video video {
    width: auto;
    height: 100%;
  }
}

.p-hero_img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 546px;
  height: 511px;
  margin: 0 0 87px;
}
.p-hero_img .p-iconDeco {
  position: absolute;
  top: 84%;
  right: -114px;
  width: 160px;
  transform: translateY(-50%);
}
.p-hero_img .p-iconDeco img {
  width: 100%;
}
@media only screen and (max-width: 1430px) {
  .p-hero_img .p-iconDeco {
    right: -7.97vw;
    width: 10.81vw;
  }
}
.p-hero_img a {
  transition: all 0.3s;
}
.p-hero_img a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-hero_img a:hover {
    opacity: 1;
  }
}
.p-hero_img .p-btn {
  position: absolute;
  bottom: -87px;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 22px;
}
.p-hero_img .p-btn::after {
  transform: translateY(-70%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .p-hero_img .p-btn {
    bottom: -12vw;
    font-size: 3.7333333333vw;
    padding: 10px;
  }
  .p-hero_img .p-btn:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 420px) {
  .p-hero_img .p-btn {
    bottom: -16vw;
  }
}
@media only screen and (max-width: 1680px) {
  .p-hero_img {
    margin: 0 60px 87px 0;
  }
}
@media only screen and (max-width: 1430px) {
  .p-hero_img {
    width: 36.89vw;
    height: 34.53vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero_img {
    position: absolute;
    top: 48vw;
    width: calc(100% - 40px);
    max-width: none;
    height: 89.3333333333vw;
  }
  .p-hero_img img {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 420px) {
  .p-hero_img {
    height: 84.2666666667vw;
  }
}

.p-sectionTitle--service {
  text-align: center;
}
.p-sectionTitle--service .p-sectionTitle {
  display: inline-block;
  position: relative;
  margin: 0 0 52px;
  padding: 0 0 11px;
  border-bottom: solid 4px #034C88;
}
@media only screen and (max-width: 768px) {
  .p-sectionTitle--service .p-sectionTitle {
    margin: 0 0 32px;
    padding: 0 0 1px;
  }
}

.p-sectionTitle {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .p-step {
    position: relative;
    border: none;
    margin: 0 0 40px;
  }
}

.p-task, .p-partner {
  border-bottom: solid 4px #333;
}

.l-serviceWrap {
  padding: 55px 0 80px;
  border-bottom: solid 4px #333;
}
@media only screen and (max-width: 768px) {
  .l-serviceWrap {
    padding: 44px 0 80px;
  }
}

.l-stepWrap {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1194px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-stepWrap {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
  }
}

.l-stepWrap_margin .l-stepService_item {
  margin: 0;
}

.l-stepService_item {
  align-items: center;
  width: calc(20% - 14.6px);
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .l-stepService_item {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 0 92px;
  }
  .l-stepService_item img {
    width: 100%;
  }
  .l-stepService_item::after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 50%;
    width: 26px;
    height: 15px;
    background-image: url(../images/202210/arrow_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
  }
}

.l-stepService_item__step03 {
  width: 19.5%;
}
@media only screen and (max-width: 768px) {
  .l-stepService_item__step03 {
    width: 100%;
  }
}

.l-stepService_item__last {
  width: 19.5%;
}
@media only screen and (max-width: 768px) {
  .l-stepService_item__last {
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
  }
  .l-stepService_item__last::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-stepService_item {
    margin: 23px 0 0;
  }
}

.p-stepSupplement_text {
  margin: 10px 0 0;
  font-size: 1.4rem;
}

.p-stepSymbol {
  display: block;
  position: relative;
  margin: 10px auto 0;
}
.p-stepSymbol img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-stepSymbol {
    max-width: 335px;
  }
}

@media only screen and (max-width: 768px) {
  .p-first_deco {
    margin: 45px auto 0;
  }
}
.p-first_deco::before {
  content: "上場企業に特にお勧め";
  display: block;
  position: absolute;
  z-index: 10;
  top: -42px;
  left: 50%;
  width: auto;
  padding: 3px 15px 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 15px;
  background-color: #E83418;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .p-first_deco::before {
    top: -44px;
    padding: 2.5px 12px;
    border-radius: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .p-second_deco {
    margin: 45px auto 0;
  }
}
.p-second_deco::before {
  content: "上場/非上場企業ともにお勧め";
  display: block;
  position: absolute;
  z-index: 10;
  top: -42px;
  left: 50%;
  width: auto;
  padding: 3px 15px 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 15px;
  background-color: #E83418;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .p-second_deco::before {
    top: -44px;
    padding: 2.5px 12px;
    border-radius: 100px;
  }
}

.p-sectionSubtitle {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .p-sectionSubtitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sectionSubtitle {
    line-height: 2.7rem;
  }
}

.l-stepService_item_wrap {
  display: flex !important;
  justify-content: center;
  margin: 16px 0 32px;
}
.p-stepService_time_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  max-width: 122px;
  margin: 0 5px;
  font-size: 1.6rem;
}

.l-stepService_item_wrap h3 {
  width: 100%;
  margin: 0 0 9px;
  color: #034C88;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}
@media only screen and (max-width: 1430px) {
  .l-stepService_item_wrap h3 {
    font-size: 1.1458333333vw;
    line-height: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-stepService_item_wrap h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    white-space: nowrap;
  }
}

.l-stepService_item_wrap p {
  width: 100%;
  padding: 1px 0;
  font-size: 1.6rem;
  text-align: center;
  border-top: solid 2px #034C88;
  border-bottom: solid 2px #034C88;
}
@media only screen and (max-width: 1430px) {
  .l-stepService_item_wrap p {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-stepService_item_wrap p {
    font-size: 1.6rem;
  }
}

.p-stepService_item_text {
  width: 92%;
  margin: 24px 0 0;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .p-stepService_item_text {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p-stepService_content_accordion {
  display: block;
  position: relative;
  width: 100%;
  margin: 24px 0 0;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #215F90;
}
@media only screen and (max-width: 768px) {
  .p-stepService_content_accordion {
    margin: 0;
  }
}
.p-stepService_content_accordion i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 13px;
}
.p-stepService_content_accordion i::before, .p-stepService_content_accordion i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
}
.p-stepService_content_accordion i::before {
  width: 10px;
  height: 2px;
}
.p-stepService_content_accordion i::after {
  width: 2px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  .p-stepService_content_accordion i {
    width: 26px;
    height: 26px;
  }
}
.p-stepService_content_accordion i::before {
  height: 2px;
}
.p-stepService_content_accordion i::after {
  height: 14px;
}
@media only screen and (max-width: 768px) {
  .p-stepService_content_accordion {
    position: relative;
    padding: 12px 0;
    font-size: 2rem;
  }
}

.p-stepService_content_head {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #215F90;
  line-height: 1;
  border-top: #215F90 2px solid;
  border-bottom: #215F90 2px solid;
}
@media only screen and (max-width: 768px) {
  .p-stepService_content_head {
    position: relative;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.l-stepService_content.on .p-stepService_content_accordion i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center center;
}

.l-stepService_content_wrap {
  display: none;
  margin: 24px 0 0;
}

.l-stepService_content_wrap.on {
  display: block;
}
.l-stepService_content_wrap.on img {
  display: block;
  width: 100%;
}

.l-stepService_content {
  width: 92%;
}
.l-stepService_content .p-stepService_item_text {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-stepService_content {
    width: 100%;
  }
}

.l-stepService_content .p-stepSupplement_text {
  padding: 0 24px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .l-stepService_content .p-stepSupplement_text {
    margin: -4px 0 0;
    padding: 0 20px 20px;
  }
}

.l-stepService_content_list {
  padding: 19px 0 0;
}
.l-stepService_content_list .l-stepService_content {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-stepService_content_list {
    padding: 20px 0 30px;
  }
}

.l-stepService_content .p-stepSupplement_text {
  padding: 0 24px 24px;
}

.p-stepService_content_list {
  position: relative;
  margin: 2px 0 0;
  padding: 0 0 0 16px;
  font-size: 1.6rem;
}

.p-stepService_content_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #034C88;
  transform: translateY(-60%);
}

.p-sectionSubtext {
  width: 92%;
  max-width: 1194px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  line-height: 2.9rem;
}

.l-stepWrap_wide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5625vw 0 3.125vw;
}
@media only screen and (max-width: 768px) {
  .l-stepWrap_wide {
    display: block;
    padding: 0 2rem;
  }
}

.l-stepWrap_wide--output {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-stepService_smallItem {
  width: 15.4166666667vw;
}
@media only screen and (max-width: 768px) {
  .l-stepService_smallItem {
    width: 100%;
  }
}

.l-stepService_smallItem img {
  width: 100%;
  height: auto;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .l-stepService_smallItem img {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}

.l-stepService_smallItem_wrap {
  width: 13.8020833333vw;
}
@media only screen and (max-width: 768px) {
  .l-stepService_smallItem_wrap {
    width: 100%;
    height: auto;
  }
}

.l-stepService_smallItem_wrap__output {
  width: 13.8020833333vw;
  border: solid 1px #034C88;
}

.l-stepService_smallItem_textWrap {
  width: 13.8020833333vw;
}
@media only screen and (max-width: 768px) {
  .l-stepService_smallItem_textWrap {
    width: 100%;
    margin: 16px 0 30px;
  }
}

.p-stepService_smallItem_text {
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .p-stepService_smallItem_text {
    margin: 0 0 1px;
  }
}

.p-stepService_smallItem_subText {
  margin: 0 0 6px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .p-stepService_smallItem_subText {
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 26px;
  }
}

.p-sectionSubhead {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-sectionSubhead {
    margin: 0 0 7px;
    font-size: 1.5rem;
  }
}

.p-alertText {
  display: flex;
  justify-content: flex-end;
  width: 92%;
  max-width: 1194px;
  margin: 60px auto 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-alertText {
    margin: -50px auto 0;
  }
}

.p-iconDeco_title {
  position: absolute;
  top: 12px;
  right: -206px;
  width: 160px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-iconDeco_title:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-iconDeco_title:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .p-outputBlock {
    position: relative;
    margin: 0 0 92px;
    border: solid 1px #215F90;
  }
  .p-outputBlock::after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 50%;
    width: 26px;
    height: 15px;
    background-image: url(../images/202210/arrow_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
  }
}

.p-outputBlock h3 {
  margin: 0;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background-color: #215F90;
}
@media only screen and (max-width: 768px) {
  .p-outputBlock h3 {
    padding: 9px;
  }
}

.p-outputBlock p {
  margin: 0;
  padding: 20px 24px;
  font-size: 1.6rem;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .p-outputBlock p {
    padding: 16px 20px;
  }
}

.p-outputBlock p.on {
  display: block;
}

.p-outputBlock__last {
  margin: 0;
}
.p-outputBlock__last::after {
  content: none;
}

.p-bnr_wrap {
  display: block;
  width: 94%;
  max-width: 800px;
  margin: 60px auto;
  transition: all 0.3s;
}
.p-bnr_wrap:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-bnr_wrap:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-bnr_wrap {
    width: calc(100% - 40px);
    max-width: 375px;
    margin: 44px 20px;
    margin-inline: auto;
  }
}

.l-watch__btnWrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-watch__btnWrap::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  }
}

.l-stepWrap_wide.l-watch__btnWrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-stepWrap_wide.l-watch__btnWrap::after {
    bottom: 0;
    left: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .l-serviceWrap_wide.l-watch__btnWrap {
    position: relative;
  }
  .l-serviceWrap_wide.l-watch__btnWrap::after {
    left: -20px;
    bottom: 160px;
  }
  .l-serviceWrap_wide.l-watch__btnWrap .p-btn__watch {
    bottom: 80px;
  }
  .l-serviceWrap_wide.l-watch__btnWrap .p-btn__watch::after {
    transform: translateY(-70%) rotate(135deg);
  }
}

@media only screen and (max-width: 768px) {
  .l-noWatch {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-btn__watch {
    display: block !important;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    left: 50%;
    width: calc(100% - 80px);
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .p-btn__watch::after {
    transform: translateY(-70%) rotate(135deg);
  }
}

.p-btn__watch.on {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .l-spHeadtext {
    width: 85.3333333333vw;
    max-width: 335px;
    margin: 0 auto;
    text-align: left;
  }
  .l-spHeadtext .p-sectionSubtitle {
    text-align: left;
  }
  .l-spHeadtext .p-sectionTitle {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
    white-space: nowrap;
  }
  .l-spHeadtext .p-sectionTitle .p-iconDeco_title {
    top: -5px;
    right: -5.3333333333vw;
    width: 42.67%;
    max-width: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item {
    width: 100% !important;
    margin: 0 0 92px;
  }
  .p-step_list_item::after {
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 50%;
    width: 32px;
    height: 36px;
    transform: translateX(-50%);
    background: url(../../assets/images/202210/arrow_content_sp.svg) no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step01 {
    margin: 0 0 80px;
  }
  .p-step_list_item.-step01::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step01.on::after {
    content: "" !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step01 .p-step_list_item_img {
    width: 187px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step02 .p-step_list_item_img {
    width: 169px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step03 .p-step_list_item_img {
    width: 187px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step04 .p-step_list_item_img {
    width: 187px;
  }
}

.p-step_list_item.-step05 {
  margin: 0 0 40px;
}

.p-step_list_item.-step05::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  .p-step_list_item.-step05 .p-step_list_item_img {
    width: 274px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step .p-btn__watch {
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-step.on::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 80px;
    width: 120%;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  }
}

@media only screen and (max-width: 768px) {
  .p-step p.u-ar {
    margin: 40px 0 0;
    text-align: left !important;
  }
}

.p-step p.u-ar a {
  color: #333;
}
@media only screen and (max-width: 768px) {
  .p-step p.u-ar a {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item_img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-step_list_item_img::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-online .p-sectionInner {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .u-ac.u-mb10 {
    text-align: left !important;
    margin: 0 0 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_listItem.-step01 .p-service_listItem_img img,
.p-service_listItem.-step04 .p-service_listItem_img img {
    max-width: 187px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_listItem.-step02 .p-service_listItem_img img,
.p-service_listItem.-step03 .p-service_listItem_img img {
    max-width: 169px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service_listItem.-step05 .p-service_listItem_img img {
    max-width: 274px;
  }
}

.p-free .p-online_text {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-free .p-online_text {
    margin: 0;
  }
}

.p-free .p-btn {
  margin: 15px auto 0;
}

@media only screen and (max-width: 1080px) {
  .l-nav_list.-fixed .l-nav_list_item a {
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav_list.-fixed .l-nav_list_item a {
    line-height: 16px;
  }
}

.p-btn.-online.red {
  background-color: #e83418;
}

.p-sectionAbout {
  width: 89.33vw;
  max-width: 1194px;
  margin: 0 auto;
  padding: 54px 0;
}
@media only screen and (max-width: 768px) {
  .p-sectionAbout {
    padding: 9.3333333333vw 0 11.7333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-task_list_item_title {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-task_list_item_title {
    white-space: inherit;
  }
}

.p-task_list_item_text {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-task_list_item_text {
    white-space: inherit;
  }
}

.p-partner {
  padding: 60px 0 8rem;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .p-partner {
    padding: 44px 0 40px;
  }
}

.p-partner::before, .p-partner::after {
  display: block;
  position: absolute;
  content: "";
}

.p-partner::before {
  top: 0;
  left: 0;
  width: 640px;
  height: 329px;
  background-color: #f0e1d5;
}

.p-partner::after {
  right: 0;
  top: 50%;
  width: 480px;
  height: 380px;
  background-color: #d5e8ed;
  transform: translateY(-50%);
}

.p-partner i {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 640px;
  transform: translate(-50%, 50%);
  border-radius: 640px;
  background-color: #dae8dc;
}

@media (max-width: 768px) {
  .p-partner::before {
    top: 0;
    right: 0;
    left: auto;
    width: 66.6%;
    height: 66.6vw;
  }
  .p-partner::after {
    display: none;
  }
  .p-partner i {
    width: 133.3%;
    height: 133.3vw;
  }
}
.p-partnerSubText {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-partnerSubText {
    font-size: 16px;
    line-height: 29px;
  }
}

.p-partneWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 92%;
  max-width: 1798px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-partneWrap {
    display: block;
    margin: 36px auto 0;
  }
}

.p-partnerItems {
  width: calc(33.3% - 8px);
  padding: 45px 35px;
  background-color: #fff;
  border: solid #034C88 2px;
}
@media only screen and (max-width: 768px) {
  .p-partnerItems {
    width: 100%;
    margin: 0 0 10px;
    padding: 32px 20px;
    border: none;
  }
}

.p-partnerHead {
  display: flex;
  justify-content: space-between;
  border-bottom: #004C88 solid 2px;
}
@media only screen and (max-width: 768px) {
  .p-partnerHead {
    display: block;
    height: auto;
    padding: 0 0 20px;
  }
}

.p-partnerHead__left p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-partnerHead__left p {
    font-size: 12px;
  }
}
.p-partnerHead__left h3 {
  margin: 15px 0 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 39px;
  color: #034C88;
}
@media only screen and (max-width: 768px) {
  .p-partnerHead__left h3 {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 28px;
  }
}

.p-partnerText {
  height: 246px;
  margin: 30px 0 0;
}
@media only screen and (max-width: 1800px) {
  .p-partnerText {
    height: 276px;
  }
}
@media only screen and (max-width: 1680px) {
  .p-partnerText {
    height: 39%;
  }
}
@media only screen and (max-width: 1430px) {
  .p-partnerText {
    height: 42%;
  }
}
@media only screen and (max-width: 1300px) {
  .p-partnerText {
    height: 46%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-partnerText {
    height: 48%;
  }
}
@media only screen and (max-width: 1000px) {
  .p-partnerText {
    height: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .p-partnerText {
    height: auto;
  }
}

.p-partnerSubTitle {
  display: inline-block;
  margin: 30px 0 0;
  padding: 9px 15px 7px;
  font-size: 14px;
  line-height: 1;
  color: #004C88;
  border: solid #004C88 1px;
  border-radius: 15px;
}

.textAlign-c {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .textAlign-c {
    text-align: left;
  }
}

.p-partnerSubTitle__text {
  margin: 20px 0 0;
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  border-bottom: #CDCDCD solid 1px;
}

.p-partnerList {
  position: relative;
  padding: 0 0 15px 19px;
}
@media only screen and (max-width: 768px) {
  .p-partnerList {
    line-height: 22px;
  }
}
.p-partnerList a {
  font-size: 16px;
  line-height: 24px;
  color: #004C88;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .p-partnerList a {
    line-height: 22px;
  }
}
.p-partnerList::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #004C88;
  border-radius: 50%;
}

.p-partnerListText {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-partnerListText {
    line-height: 22px;
  }
}

.p-pickup {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .p-pickup {
    padding: 40px 0;
  }
}

.p-pickupWrap {
  width: 92%;
  max-width: 1194px;
  margin: 0 auto;
}

.p-pickupItem {
  margin: 0 0 40px;
  padding: 40px;
  border: solid #034C88 2px;
}
@media only screen and (max-width: 768px) {
  .p-pickupItem {
    margin: 0 0 30px;
    padding: 20px;
  }
  .p-pickupItem .p-sectionSubtext {
    width: 100%;
    margin: 0;
  }
}

.p-pickupItem__ttl {
  margin: 0 0 8px;
  color: #034C88;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-pickupItem__ttl02 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.c-whiteBox {
  background: #fff;
  padding: 20px;
}
.c-whiteBox.-border {
  border: 2px solid #034C88;
}

@media only screen and (max-width: 768px) {
  .p-pickupItem__ttl {
    font-size: 20px;
    line-height: 30px;
  }
}

.p-pickupService {
  display: flex;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1200px) {
  .p-pickupService {
    display: block;
    margin: 20px 0 0;
  }
  .u-pc3 {
    display: none;
  }
}

.p-pickupService__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 291px; */
  max-width: 220px;
  min-height: 122px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #034C88;
}
@media only screen and (max-width: 1200px) {
  .p-pickupService__ttl {
    max-width: none;
    min-height: 50px;
    min-height: auto;
    font-size: 20px;
  }
}

.p-pickupService__list {
  width: 100%;
  padding: 24px 15px 11px;
  background-color: #F5F5F5;
}
.p-pickupService__list.-ver02 {
  padding: 24px 15px;
}
.p-pickupService__list_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 654px;
  margin-inline: auto;
}
.p-pickupService__list.-ver02 .p-pickupService__list_inner {
  display: block;
}
.p-pickupService__listImg {
  margin: 0;
}
.p-pickupService__listImg figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-pickupService__list {
    padding: 20px 15px 7px;
  }
  .p-pickupService__list.-ver02 {
    padding: 20px 15px;
  }
  .p-pickupService__list_inner {
    display: block;
  }
  .p-pickupService__listImg {
    max-width: 250px;
    margin-inline: auto;
  }
  .p-pickupService__listImg figcaption {
    font-size: 13px;
  }
}
.p-pickupService__listText {
  position: relative;
  width: 295px;
  margin: 0 0 13px;
  padding: 0 0 0 18px;
  line-height: 1;
}
.p-pickupService__list.-ver02 .p-pickupService__listText  {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.p-pickupService__list.-ver02 .p-pickupService__listText + .p-pickupService__listText {
  margin-top: 1em;
}
.p-pickupService__listText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #034C88;
  transform: translateY(-50%);
}
.p-pickupService__list.-ver02 .p-pickupService__listText::before  {
  display: none;
}
.p-pickupService__listDt {
  position: relative;
  padding: 0 0 0 18px;
  font-weight: bold;
  line-height: 1.4;
}
.p-pickupService__listDt::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #034C88;
  transform: translateY(-50%);
}
.p-pickupService__listDt.-noCircle {
  padding: 0;
}
.p-pickupService__listDt.-noCircle::before {
  display: none;
}
.p-pickupService__listDd {
  margin-top: 0.5em;
  line-height: 1.5;
}

.p-pickupService__dl {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 4rem;
  row-gap: 4rem;
  position: relative;
  margin: 0 0 47px;
  padding-bottom: 20px;
  border-bottom: 1px solid #034C88;
}
.p-pickupService__dl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  z-index: 2;
  width: 57px;
  height: 24px;
  background: #F5F5F5 url("../../assets/images/202503/icon_arrow_flow_02.svg") no-repeat center / contain;
  transform: translateX(-50%);
}
.p-pickupService__item {
  position: relative;
  background: #fff;
}
.p-pickupService__item:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 2;
  width: 23px;
  height: 36px;
  background: url("../../assets/images/202503/icon_arrow_flow_01.svg") no-repeat center / contain;
  position: absolute;
  transform: translateX(100%);
}
.p-pickupService__item dt {
  position: relative;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #034C88;
  padding: 9px 10px 8px 40px;
}
.p-pickupService__item span:not(.p-pickupService__num) {
  display: block;
}
.p-pickupService__num {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #034C88;
  background: #fff;
  text-align: center;
  width: 21px;
  line-height: 21px;
  border-radius: 50%;
}
.p-pickupService__item dd {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 10px 15px;
}
.p-pickupService__output {
  display: grid;
  align-items: center;
  grid-template-columns: 84px 1fr;
  column-gap: 20px;
}
.p-pickupService__outputText {
  color: #034C88;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.p-pickupService__outputBox {
  color: #034C88;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #034C88;
  text-align: center;
}
.p-result_boxItem_cat.-skyBlue {
  color: #fff;
  background: #00ADEE;
  border-color: #00ADEE;
}
.p-result_boxItem_caption {
  text-align: left;
  width: min(448px, 100%);
  margin-inline: auto;
}

@media only screen and (min-width: 769px) {
  .p-pickupService__dl {
    column-gap: min(40px, 3.23vw);
    row-gap: min(40px, 3.23vw);
    margin: 0 0 min(47px, 3.8vw);
    padding-bottom: min(20px, 1.62vw);
  }
  .p-pickupService__dl::before {
    bottom: calc(-1 * min(24px, 1.94vw));
    width: min(57px, 4.6vw);
    height: min(24px, 1.94vw);
  }
  .p-pickupService__item:not(:last-child)::before {
    right: calc(-1 * min(8px, 0.65vw));
    width: min(23px, 1.86vw);
    height: min(36px, 2.91vw);
  }
  .p-pickupService__item dt {
    gap: min(10px, 0.81vw);
    font-size: min(16px, 1.3vw);
    padding: min(9px, 0.73vw) min(10px, 0.81vw) min(8px, 0.65vw) min(40px, 3.23vw);
  }
  .p-pickupService__num {
    top: min(10px, 0.81vw);
    left: min(10px, 0.81vw);
    font-size: min(16px, 1.3vw);
    width: min(21px, 1.7vw);
    line-height:  min(21px, 1.7vw);
  }
  .p-pickupService__item dd {
    font-size: min(16px, 1.3vw);
    padding: min(10px, 0.81vw) min(15px, 1.21vw);
  }
  .p-pickupService__output {
    grid-template-columns: min(84px, 6.78vw) 1fr;
    column-gap: min(20px, 1.62vw);
  }
  .p-pickupService__outputText {
    font-size: min(20px, 1.62vw);
  }
  .p-pickupService__outputBox {
    padding: min(10px, 0.81vw);
    font-size: min(24px, 1.94vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-pickupService__dl {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-pickupService__item:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2px;
    background: url("../../assets/images/202503/icon_arrow_flow_01.svg") no-repeat center / contain;
    position: absolute;
    transform: translate(-50%, 100%) rotate(90deg);
  }
  .p-pickupService__output {
    display: block;
    text-align: center;
  }
  .p-pickupService__outputText {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-pickupService__outputBox {
    padding: 10px;
    font-size: 18px;
  }
}



@media only screen and (max-width: 768px) {
  .p-contact_box {
    position: relative;
    padding: 0 0 500px;
  }
}

.p-contact_box_side {
  width: 434px;
  height: 434px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .p-contact_box_side {
    position: absolute;
    left: 50%;
    bottom: 31px;
    justify-self: center;
    width: 430px;
    height: 430px;
    padding-top: 5rem;
    transform: translateX(-50%);
  }
}
.p-contact_box_side .p-contact__img01 {
  display: block;
  width: 300px;
  margin: 12px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contact_box_side .p-contact__img01 {
    width: 300px;
  }
}
.p-contact_box_side .p-contact__img02 {
  display: block;
  width: 207px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-contact_box_side .p-contact__img02 {
    width: 224px;
    margin: 12px auto 0;
  }
}

.p-contact_box_side::after {
  left: 0;
}

.p-contact_box_side span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #023067;
}

.p-sectionAbout__txt {
  font-size: 1.6rem;
  line-height: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .p-sectionAbout__txt {
    font-size: 16px;
    line-height: 28.5px;
  }
}

.p-stepSymbolLink:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-stepSymbolLink:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .p-btn__uniSpot {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .l-support {
    padding: 44px 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p-online {
    padding: 5px 0;
  }
}

.c-textBlue {
  margin-bottom: 5px;
  font-size: 18px;
  color: #034C88;
  font-weight: bold;
}

.u-pdf {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.u-hover {
  transition: opacity 0.3s;
}
.u-hover:hover {
  opacity: 0.6;
}
.u-link {
  font-weight: bold;
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .u-hover:hover {
    opacity: 1;
  }
  .u-link:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=renew.css.map */