@charset "UTF-8";
html,
body {
  font-size: 16px;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.c-heading {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 750px) {
  .c-heading {
    font-size: 28px;
    line-height: 1.4;
  }
}
.c-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
  width: 2px;
  height: 30px;
  background-color: navy;
}
@media screen and (max-width: 750px) {
  .c-heading:after {
    bottom: -40px;
  }
}
.c-heading.--white {
  color: #fff;
}
.c-heading.--white:after {
  background-color: #fff;
}

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.inner2 {
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) {
  .pconly {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .spTab {
    display: block !important;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  color: #fff;
  padding: 20px 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 16px 0 0;
  }
}

.header__wrap {
  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;
  max-width: inherit;
}

.header__logo {
  font-size: 32px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .header__logo {
    font-size: 24px;
  }
}

.p-mainvisual {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100dvh;
}

.p-mainvisual__video {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
.p-mainvisual__wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  max-width: 1120px;
}
@media screen and (max-width: 750px) {
  .p-mainvisual__wrap {
    width: calc(100% - 40px);
  }
}

.p-mainvisual__heading {
  max-width: 540px;
  margin: 0 auto;
}
.p-mainvisual__text {
  color: #fff;
  margin-top: 60px;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-mainvisual__text {
    font-size: 24px;
  }
}

.p-mainvisual__anchor {
  height: 150px;
  width: 150px;
  position: absolute;
  right: 10%;
  bottom: 35px;
  text-align: center;
  padding: 3px;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .p-mainvisual__anchor {
    height: 130px;
    width: 130px;
    right: 20px;
    bottom: 25px;
  }
}

.p-mainvisual__link {
  background: -webkit-gradient(linear, left top, right top, from(#ff10ff), color-stop(50%, #4c2eff), to(#0beeff));
  background: linear-gradient(90deg, #ff10ff 0%, #4c2eff 50%, #0beeff 100%);
  outline: 1px solid #fff;
  outline-offset: -7px;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  width: calc(100% - 6px);
  display: block;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  padding: 46px 0;
  font-size: 17px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .p-mainvisual__link {
    padding: 36px 0;
    font-size: 14px;
  }
}
.p-mainvisual__link:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/arrow_under.svg") no-repeat center/contain;
  width: 15px;
  height: 9px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
.p-mainvisual__link .big {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .p-mainvisual__link .big {
    font-size: 20px;
  }
}
.p-mainvisual__link:hover {
  outline-offset: -1px;
}

.p-stream {
  position: relative;
  background-color: #F6F6F6;
  padding: 100px 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-stream {
    padding: 60px 0;
  }
}
.p-stream:after {
  content: "";
  background: url("../img/bg01.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (min-width: 751px) {
  .p-stream:after {
    bottom: -20%;
    left: -10%;
  }
}
@media screen and (max-width: 750px) {
  .p-stream:after {
    background: url("../img/bg01_sp.png") no-repeat center/cover;
    top: 0%;
    right: -5%;
    opacity: 0.2;
  }
}

.p-stream__list {
  margin: 100px auto 60px;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .p-stream__list {
    margin: 60px auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.p-stream__item {
  padding: 30px 24px;
  border-radius: 15px;
  background-color: #fff;
}

.p-stream__heading {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-stream__heading {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.p-stream__imgWrap {
  max-width: 420px;
  margin: 0 auto;
}
.p-solution {
  position: relative;
  background-color: navy;
  padding: 100px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-solution {
    padding: 60px 0;
  }
}

.p-solution__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  margin: 100px auto 60px;
}

.p-solution__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-solution__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-solution__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1080px) and (min-width: 750px) {
  .p-solution__list {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-solution__list {
    display: block;
    margin: 60px auto;
  }
}

.p-solution__item {
  padding: 30px 24px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-solution__item {
    padding: 20px;
    width: 100%;
    display: block;
  }
  .p-solution__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-solution__wrap01 {
  position: relative;
  height: 60px;
  place-items: center;
  place-content: center;
}

.p-solution__step {
  position: absolute;
  top: 0;
  left: 0;
  background-color: navy;
  border-radius: 120px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .p-solution__step {
    width: 60px;
    height: 60px;
  }
}

.p-stream__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.p-solution__heading {
  color: navy;
  font-size: 28px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  margin-left: 30px;
}
@media screen and (max-width: 1080px) and (min-width: 750px) {
  .p-solution__heading {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1079px) {
  .p-solution__heading {
    font-size: 24px;
  }
}

.p-solution__wrap02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.p-solution__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-solution__text.--center {
  text-align: center;
}

.p-solution__imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
}

.p-solution__imgList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-solution__imgList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 750px) {
  .p-solution__imgList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.p-introduction {
  position: relative;
  padding: 100px 0;
  background-color: #F6F6F6;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-introduction {
    padding: 60px 0;
  }
}
.p-introduction:after {
  content: "";
  background: url("../img/bg02.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (min-width: 751px) {
  .p-introduction:after {
    top: 0;
    left: -10%;
  }
}
@media screen and (max-width: 750px) {
  .p-introduction:after {
    background: url("../img/bg02_sp.png") no-repeat center/cover;
    top: 0%;
    right: -5%;
    opacity: 0.2;
  }
}

.p-introduction__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 100px auto 60px;
}
@media screen and (max-width: 750px) {
  .p-introduction__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin: 40px auto;
  }
}

.p-introduction__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 1079px) {
  .p-introduction__step {
    font-size: 21px;
  }
}

.p-introduction__heading {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1079px) {
  .p-introduction__heading {
    font-size: 24px;
    line-height: 38px;
  }
}

.p-introduction__num {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  z-index: 5;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .p-introduction__num {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
.p-introduction__num:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: navy;
}
@media screen and (max-width: 750px) {
  .p-introduction__num:before {
    width: 60px;
    height: 60px;
  }
}

.p-introduction__text {
  margin-top: 20px;
}
.p-introduction__wrap {
  position: relative;
  background-color: #fff;
  color: #a1c5e2;
  padding: 24px;
}
@media screen and (max-width: 750px) {
  .p-introduction__wrap {
    padding: 24px;
  }
}

.p-introduction__case {
  position: absolute;
  top: -36px;
  left: -36px;
  width: 105px;
  height: 105px;
  background-color: #a1c5e2;
  border: 2px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .p-introduction__case {
    top: -40px;
    left: -16px;
    width: 70px;
    height: 70px;
  }
}

.p-introduction__caseText {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  padding: 28px 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-introduction__caseText {
    font-size: 18px;
    padding: 16px 10px;
  }
}

.p-introduction__pointText {
  color: #a1c5e2;
  font-size: 25px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .p-introduction__pointText {
    font-size: 20px;
  }
}

.p-merit {
  background-color: navy;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-merit {
    padding: 60px 0;
  }
}

.p-merit__list {
  display: block;
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .p-merit__list {
    margin: 60px auto 0;
  }
}

.p-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .p-merit__item {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.p-merit__item:nth-child(n+2) {
  margin-top: 20px;
}

.p-merit__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media screen and (min-width: 1080px) {
  .p-merit__wrap {
        grid-template-areas: "image title" "image text";
  }
}
@media screen and (max-width: 1079px) {
  .p-merit__wrap {
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
        grid-template-areas: "image title" "text text";
  }
}
@media screen and (max-width: 1080px) and (min-width: 750px) {
  .p-merit__wrap {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}

.p-merit__icon {
  grid-area: image;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1080px) {
  .p-merit__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .p-merit__icon {
    width: 50px;
    height: 50px;
  }
}

.p-merit__heading {
  color: navy;
  grid-area: title;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 1079px) {
  .p-merit__heading {
    font-size: 21px;
  }
}

.p-merit__text {
  grid-area: text;
  margin-top: 6px;
}

@media screen and (min-width: 1080px){
  .p-merit__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-merit__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-merit__text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 1079px){
  .p-merit__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-merit__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-merit__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.p-cost {
  position: relative;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #F6F6F6;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-cost {
    padding: 60px 0;
  }
}
.p-cost:after {
  content: "";
  background: url("../img/bg02.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (min-width: 751px) {
  .p-cost:after {
    right: -15%;
    bottom: -24%;
  }
}
@media screen and (max-width: 750px) {
  .p-cost:after {
    background: url("../img/bg02_sp.png") no-repeat center/cover;
    top: 0%;
    right: -5%;
    opacity: 0.2;
  }
}

.p-cost__list {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-cost__list {
    display: block;
    margin: 60px auto 0;
  }
}

.p-cost__item {
  border: 1px solid navy;
  background-color: #fff;
  display: block;
  padding: 20px;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 751px) {
  .p-cost__item:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p-cost__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-cost__item {
    display: block;
    margin: 0 auto;
  }
}

.p-cost__wrap {
  text-align: center;
}

.p-cost__heading {
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: navy;
}
.p-cost__heading small {
  font-size: 21px;
}

.p-cost__option {
  color: #000;
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 10px 0;
  display: block;
}

.p-cost__fee {
  border-radius: 20px;
  text-align: center;
  margin: 60px auto 0;
}

.p-cost__feeWrap {
  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;
  margin-bottom: 10px;
}

.p-cost__option02 {
  color: #000;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 1079px) {
  .p-cost__option02 {
    font-size: 21px;
  }
}

.p-cost__heading02 {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: navy;
}
.p-cost__heading02 small {
  font-size: 24px;
}

.p-cost__box {
  width: 100%;
  background-color: #EDEAFF;
  border: 1px solid navy;
  padding: 20px;
  color: #000;
  margin: 60px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .p-cost__box {
    margin: 40px auto 0;
  }
}

.p-cost__boxText {
  position: relative;
  font-size: 18px;
  padding-left: 27px;
}
@media screen and (max-width: 750px) {
  .p-cost__boxText {
    font-size: 16px;
  }
}
.p-cost__boxText:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: navy;
  -webkit-mask: url("../img/icon-memo.svg") no-repeat center/contain;
          mask: url("../img/icon-memo.svg") no-repeat center/contain;
  width: 20px;
  height: 24px;
  display: inline-block;
}

.p-case {
  background-color: navy;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .p-case {
    padding: 60px 0;
  }
}

.p-case__list {
  margin: 100px auto 0;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .p-case__list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 60px auto 0;
  }
}

.p-case__item {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-case__item {
    width: 100%;
    display: block;
  }
}

.p-case__heading {
  color: navy;
  font-size: 28px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1079px) {
  .p-case__heading {
    font-size: 24px;
  }
}

.p-case__list02 {
  margin: 20px auto 0;
}

.p-case__item02 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-case__item02:before {
  content: "・";
}

.p-flow {
  position: relative;
  padding: 100px 0;
  background-color: #F6F6F6;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-flow {
    padding: 60px 0;
  }
}
.p-flow:after {
  content: "";
  background: url("../img/bg04.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p-flow:after {
    background: url("../img/bg04_sp.png") no-repeat center/cover;
    opacity: 0.2;
  }
}

.p-flow__list {
  margin-top: 32px;
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 50px;
  border: 1px solid navy;
  border-radius: 10px;
  background-color: #fff;
  margin: 80px auto 60px;
}
.p-flow__item:nth-child(n+2) {
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
.p-flow__item:nth-child(n+2):before {
  content: "";
  top: -36px;
  left: 80px;
  position: absolute;
  border-width: 11px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .p-flow__item:nth-child(n+2):before {
    top: -26px;
    left: 48%;
  }
}
.p-flow__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-flow__item {
    padding: 20px;
    margin: 40px auto;
  }
  .p-flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-flow__iconWrap {
  width: 80px;
}
@media screen and (max-width: 750px) {
  .p-flow__iconWrap {
    width: 60px;
  }
}

@media screen and (min-width: 751px) {
  .p-flow__desc {
    width: calc(97% - 110px);
  }
}
@media screen and (max-width: 750px) {
  .p-flow__desc {
    width: calc(98% - 80px);
    background-color: #fff;
  }
}

.p-flow__itemTitle {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: navy;
}
.p-flow__itemText {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .p-flow__itemText {
    line-height: 1.87;
  }
}
@media screen and (max-width: 750px) {
  .p-flow__itemText {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-difference {
  background-color: navy;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .p-difference {
    padding: 60px 0;
  }
}

.p-difference__list {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .p-difference__list {
    margin: 60px auto 0;
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-difference__item {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}

.p-difference__heading {
  color: navy;
  font-size: 28px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1079px) and (max-width: 750px) {
  .p-difference__heading {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.contents-contact {
  position: relative;
  padding: 36px 0;
  background-color: #fff;
}
.contents-contact:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 107px 81.5px 0 81.5px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .contents-contact:after {
    border-width: 63px 52px 0 52px;
    bottom: -30px;
  }
}

.contents-contact__text {
  position: relative;
  z-index: 2;
  letter-spacing: 0.5em;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: navy;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .contents-contact__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.contents-contact__text.--f45 {
  letter-spacing: normal;
  font-size: 45px;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .contents-contact__text.--f45 {
    font-size: 25px;
    line-height: 28px;
  }
}

.footer {
  background-color: #707070;
  color: #fff;
  text-align: left;
  padding: 100px 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 80px 0 30px;
  }
}

.footer__wrap {
  display: block;
}
.footer__tel {
  display: block;
  margin: 0 auto;
  max-width: 540px;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .footer__tel {
    padding-bottom: 10px;
  }
}
.footer__tel small {
  color: #000;
  display: block;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__tel small {
    font-size: 16px;
  }
}

.footer__telLink {
  padding: 30px 40px 10px;
  font-size: 55px;
  line-height: 1;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  background: -webkit-gradient(linear, left top, right top, from(#ff10ff), color-stop(50%, #4c2eff), to(#0beeff));
  background: linear-gradient(90deg, #ff10ff 0%, #4c2eff 50%, #0beeff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .footer__telLink {
    padding: 20px 20px 10px;
    font-size: 32px;
  }
}
.footer__telLink:hover {
  background-position: 100% 0;
}

.footer__wrap01 {
  text-align: center;
  margin-top: 60px;
}

.footer__office {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .footer__office {
    font-size: 24px;
  }
}

.footer__address {
  margin-top: 15px;
  line-height: 24px;
}