html {
  font-size: 70%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic";
  color: #333;
  margin: 0 !important;
  line-height: 150%;
}
@media screen and (max-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
  line-height: 150%;
}
p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

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

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

.w100 {
  width: 100%;
}

.pb-10 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 751px) {
  .pb-10 {
    padding-bottom: 5rem !important;
  }
}

.l-section {
  padding: 5rem 0;
}
@media screen and (max-width: 751px) {
  .l-section {
    padding: 3.5rem 0;
  }
}
.l-section__title {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .l-section__title {
    margin-bottom: 2rem;
  }
}
.l-section__title span {
  display: block;
  font-size: 2.4rem;
  color: #075AA4;
}
@media screen and (max-width: 751px) {
  .l-section__title span {
    font-size: 1.4rem;
    line-height: 100%;
  }
}
@media screen and (max-width: 751px) {
  .l-section__title img {
    margin: 0 auto;
  }
}

.c-btn {
  padding: 1.5rem 2.5rem;
  font-size: 3rem;
  color: #fff !important;
  font-weight: bold;
  border-radius: 20px;
  display: flex;
  align-items: center;
  max-width: 40rem;
}
@media screen and (max-width: 751px) {
  .c-btn {
    font-size: 2.4rem;
  }
}
.c-btn img {
  width: 4rem;
  margin-right: 2rem;
}
.c-btn-line {
  background: #0FBB54;
  box-shadow: 0px 3.358px 0px #097A37;
}
.c-btn-tel {
  background: #FD3825;
  box-shadow: 0px 3.358px 0px #812017;
}

.u-red {
  color: #DD2104;
}

.u-yellow {
  color: #FFFF60;
}

.u-bg-main {
  background: #08014B;
  padding: 1rem;
}

.u-marker {
  background: linear-gradient(transparent 70%, #FFFF60 30%);
}

.u-bold {
  font-weight: bold;
}

.l-header {
  display: none;
}

.p-front__mv {
  position: relative;
}
.p-front__mv img {
  width: 100%;
}
.p-front__mv--bg {
  padding: 0;
}
.p-front__cta--bg {
  background: url(img/bg-cta.png) center/contain;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 751px) {
  .p-front__cta--bg {
    padding: 4rem 0 3rem;
    background: url(img/bg-cta-sp.png) center/contain;
  }
}
.p-front__cta--top {
  text-align: center;
  margin-bottom: 2rem;
}
.p-front__cta--top img:first-of-type {
  width: 80rem;
}
.p-front__cta--top img:nth-of-type(2) {
  width: 77rem;
}
@media screen and (max-width: 751px) {
  .p-front__cta--top img {
    margin: 0 auto 2rem;
    width: 90%;
  }
}
.p-front__cta--bottom {
  display: flex;
  justify-content: space-between;
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__cta--bottom {
    width: 90%;
    flex-direction: column;
  }
  .p-front__cta--bottom .c-btn {
    margin-bottom: 2rem;
  }
}
.p-front__01 {
  text-align: center;
}
.p-front__01--bg {
  background: linear-gradient(180deg, #B1B1B3 0%, #E1EAF6 59.13%, #D5E6FF 100%);
}
.p-front__01--top {
  width: 105rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 751px) {
  .p-front__01--top {
    width: 100%;
    flex-direction: column;
  }
}
.p-front__01--top img {
  width: 33rem;
}
@media screen and (max-width: 751px) {
  .p-front__01--top img {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.p-front__01--middle {
  margin: 3.5rem auto;
}
.p-front__01--middle img {
  width: 140rem;
}
@media screen and (max-width: 751px) {
  .p-front__01--middle {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.p-front__01--bottom img {
  width: 100rem;
}
.p-front__02 .l-section__title img {
  width: 68rem;
}
@media screen and (max-width: 751px) {
  .p-front__02 .l-section__title img {
    width: 27rem;
    position: relative;
    left: 1rem;
  }
}
.p-front__02--bg {
  background: #DFECFE;
  padding: 7rem 0;
}
.p-front__02--title {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-front__02--title--icon {
  width: 10rem;
  position: absolute;
  top: 50%;
  left: -11rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 751px) {
  .p-front__02--title--icon {
    width: 5.5rem;
    left: -5.5rem;
  }
}
.p-front__02--title--icon--right {
  left: unset;
  right: -11rem;
}
.p-front__02--work {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--work {
    margin-top: 0;
    margin-bottom: 0rem;
  }
}
.p-front__02--work img {
  width: 120rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--work img {
    margin-bottom: 5rem;
  }
}
.p-front__02--staff {
  text-align: center;
  padding: 5rem 0;
  border-radius: 20px;
  border: 6px solid #BCD8F1;
  background: #FFF;
  width: 122rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__02--staff {
    width: 90%;
    padding: 3rem 0;
  }
}
.p-front__02--staff--title {
  position: relative;
  display: inline-block;
}
.p-front__02--staff--title img {
  width: 55rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--staff--title img {
    margin: 0 auto;
    width: 30rem;
  }
}
.p-front__02--staff--title--icon {
  position: absolute;
  bottom: 0;
  right: -16rem;
  width: 15rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--staff--title--icon {
    bottom: 6.5rem;
    right: 0;
    width: 7rem;
  }
}
.p-front__02--staff--list {
  display: flex;
  justify-content: space-around;
  width: 95rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 751px) {
  .p-front__02--staff--list {
    margin-top: 3rem;
    width: 90%;
    flex-direction: column;
  }
}
.p-front__02--staff--list li {
  width: 27rem;
}
.p-front__02--staff--list li img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  .p-front__02--staff--list li {
    margin: 0 auto 2rem;
  }
  .p-front__02--staff--list li:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__03 .l-section__title img {
  width: 28rem;
}
@media screen and (max-width: 751px) {
  .p-front__03 .l-section__title img {
    width: 20rem;
  }
}
.p-front__03--list {
  display: flex;
  justify-content: space-between;
  width: 135rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__03--list {
    width: 90%;
    flex-direction: column;
  }
}
.p-front__03--list-item {
  width: 43rem;
  display: flex;
  border-radius: 10px;
  border: 4px solid #BCD8F1;
  background: #FFF;
  padding: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--list-item {
    width: 100%;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.p-front__03--list--img {
  width: 8.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--list--img {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .p-front__03--list--img img {
    width: 8.5rem;
    margin-right: 1rem;
  }
  .p-front__03--list--img h3 {
    margin-bottom: 0;
    font-weight: 500;
  }
  .p-front__03--list--img--rev {
    flex-direction: row-reverse;
  }
  .p-front__03--list--img--rev img {
    margin-right: 0;
    margin-left: 1rem;
  }
}
.p-front__03--list--text {
  width: 30rem;
  font-weight: 500;
}
.p-front__04 .l-section__title img {
  width: 55rem;
}
@media screen and (max-width: 751px) {
  .p-front__04 .l-section__title img {
    width: 20rem;
  }
}
.p-front__04--bg {
  background: url(img/bg-reason.png) center/cover;
}
.p-front__04--list {
  width: 105rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 751px) {
  .p-front__04--list {
    width: 90%;
    flex-direction: column;
  }
}
.p-front__04--list-item {
  width: 32rem;
  padding: 2.5rem 2rem 3rem;
  border-radius: 10px;
  border: 4px solid #BCD8F1;
  background: #FFF;
}
@media screen and (max-width: 751px) {
  .p-front__04--list-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-front__04--list-item h3 {
  color: #BCD8F1;
  text-align: center;
  font-family: "DM Sans";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.p-front__04--list-item h4 {
  color: #075AA4;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 1.5rem;
}
.p-front__04--list-item p {
  font-weight: 500;
  letter-spacing: 0.75px;
}
.p-front__05 .l-section__title img {
  width: 18rem;
}
@media screen and (max-width: 751px) {
  .p-front__05 .l-section__title img {
    width: 13rem;
  }
}
.p-front__05--block {
  width: 66rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__05--block {
    width: 90%;
  }
}
.p-front__05--block h3 {
  color: #075AA4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 751px) {
  .p-front__05--block h3 {
    font-size: 1.8rem;
  }
}
.p-front__05--block--caution {
  margin-top: 0.5rem;
}
.p-front__05--block--caution p {
  color: #8E9296;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
}
.p-front__05 .price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 751px) {
  .p-front__05 .price-table {
    font-size: 1.4rem;
  }
}
.p-front__05 .price-table th {
  background-color: #4DA9E5;
  color: white;
  padding: 1rem;
  border: 1px solid #2597e8;
}
@media screen and (max-width: 751px) {
  .p-front__05 .price-table th {
    padding: 0.5rem;
  }
}
.p-front__05 .price-table td {
  border: 1px solid #2597e8;
  padding: 1rem;
  vertical-align: middle;
  color: #F0944E;
  font-weight: bold;
}
@media screen and (max-width: 751px) {
  .p-front__05 .price-table td {
    padding: 0.5rem;
  }
}
.p-front__06 .l-section__title img {
  width: 23rem;
}
@media screen and (max-width: 751px) {
  .p-front__06 .l-section__title img {
    width: 16rem;
  }
}
.p-front__06--bg {
  background: url(img/bg-flow.png) center/cover;
  padding-bottom: 10rem;
}
.p-front__06--list {
  width: 65rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__06--list {
    width: 90%;
  }
}
.p-front__06--list-item {
  text-align: center;
  color: #fff;
  background: #075AA4;
  background: url(img/bg-flow-list.png) no-repeat center/contain;
  height: 12rem;
  line-height: 11rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--list-item {
    background: url(img/bg-flow-list-sp.png) no-repeat center/contain;
    height: 9rem;
    line-height: 8rem;
    margin-bottom: 1rem;
  }
}
.p-front__06--list-item:last-of-type {
  background: url(img/bg-flow-list-last.png) no-repeat center/contain;
  line-height: 12rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--list-item:last-of-type {
    background: url(img/bg-flow-list-last-sp.png) no-repeat center/contain;
    line-height: 9rem;
  }
}
.p-front__06--content {
  width: 105rem;
  margin: 5rem auto 0;
  padding: 5rem 10rem 5rem;
  border-radius: 20px;
  border: 8px solid #BCD8F1;
  background: #FFF;
  font-weight: 500;
  letter-spacing: 0.8px;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__06--content {
    width: 90%;
    padding: 2rem 1rem;
  }
}
.p-front__06--content h3, .p-front__06--content p, .p-front__06--content li {
  margin-bottom: 3rem;
}
.p-front__06--content--title {
  text-align: center;
}
.p-front__06--content--title img {
  width: 36rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--content--title img {
    width: 25rem;
    margin-bottom: 1.5rem;
  }
}
.p-front__06--content--icon {
  position: absolute;
  bottom: -7rem;
  right: 0;
  width: 17rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--content--icon {
    width: 12rem;
  }
}
.p-front__07 .l-section__title img {
  width: 28rem;
}
@media screen and (max-width: 751px) {
  .p-front__07 .l-section__title img {
    width: 20rem;
  }
}
.p-front__07--bg {
  background: #FCFDFF;
}
.p-front__faq {
  width: 88rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__faq {
    width: 90%;
  }
}
.p-front__faq--block {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 10px;
}
.p-front__faq--q {
  transition: all 0.3s;
}
.p-front__faq--q:hover {
  cursor: pointer;
}
.p-front__faq--q--inner {
  display: flex;
  align-items: center;
  color: #075AA4;
  font-weight: bold;
  font-family: "Noto Sans JP";
  padding: 1.5rem 2.5rem;
  transition: all 0.3s;
  border-radius: 10px 10px 0px 0px;
}
.p-front__faq--q .p-front__faq--index {
  background: #075AA4;
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 2rem;
  margin-bottom: 0;
}
.p-front__faq--a {
  display: none;
}
.p-front__faq--a--inner {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  padding: 1.5rem 2.5rem;
}
.p-front__faq--a .p-front__faq--index {
  background: #075AA4;
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 2rem;
  margin-bottom: 0;
}
.p-front__faq--content {
  width: calc(100% - 5rem);
}
.p-front__faq--icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.p-front__faq--icon span {
  position: absolute;
  display: block;
  background-color: #0071bb;
  transition: transform 0.3s ease;
}
.p-front__faq--icon span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.p-front__faq--icon span:last-child {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.p-front__faq .p-front__faq--q.active {
  transition: all 0.3s;
}
.p-front__faq .p-front__faq--q.active .p-front__faq--q--inner {
  background: #075AA4;
  color: #fff;
}
.p-front__faq .p-front__faq--q.active .p-front__faq--index {
  background: #fff;
  color: #075AA4;
}
.p-front__faq .p-front__faq--q.active .p-front__faq--icon span {
  background: #fff;
}
.p-front__faq .p-front__faq--q.active .p-front__faq--icon span:last-child {
  opacity: 0;
}
.p-front__faq--cancel {
  border-radius: 10px;
  border: 4px solid #BCD8F1;
  background: #FFF;
  padding: 4rem 2rem;
  width: 105rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 751px) {
  .p-front__faq--cancel {
    margin-top: 5rem;
    width: 90%;
    padding: 4rem 0;
    font-size: 1.5rem;
  }
}
.p-front__faq--cancel--title {
  text-align: center;
  margin-bottom: 3rem;
}
.p-front__faq--cancel--title img {
  width: 32rem;
}
@media screen and (max-width: 751px) {
  .p-front__faq--cancel--title img {
    width: 24rem;
  }
}
.p-front__faq--cancel--content {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
}
.p-front__fix {
  background: #fbffd4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (max-width: 751px) {
  .p-front__fix .p-front__cta--bottom {
    flex-direction: unset;
  }
  .p-front__fix .p-front__cta--bottom a {
    font-size: 1.4rem;
    padding: 1rem;
    margin-bottom: 0;
  }
  .p-front__fix .p-front__cta--bottom img {
    width: 2rem;
    margin-right: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */