@charset "UTF-8";
/* reset.scss - 2025年最新版の軽量モダンリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 2px;
}

/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

p {
  line-height: 2;
  font-weight: 500;
}

a {
  cursor: pointer;
}

.pc {
  display: block !important;
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

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

/* ページネーション　*/
/*========= トップページ(front)用のCSS ===============*/
.p-front__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: radial-gradient(#e5e3ee 2px, transparent 2px);
  background-size: 40px 40px; /* ドット間隔 */
  z-index: -1;
}
.p-front__fv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.p-front__fv__main-img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .p-front__fv__main-img {
    position: inherit;
    right: 10px;
    width: 100%;
  }
}
.p-front__fv__content {
  position: relative;
  width: 50%;
  max-width: 500px;
  margin-left: 5%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-front__fv__content {
    margin: 0 auto;
    width: 85%;
  }
}
.p-front__fv__catchcopy {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 800px) {
  .p-front__fv__catchcopy {
    margin-top: 250px;
    font-size: 1.4rem;
  }
}
.p-front__fv__catchcopy--purple {
  font-size: 2.7rem;
  font-weight: bold;
  color: #4e3a88;
}
@media screen and (max-width: 800px) {
  .p-front__fv__catchcopy--purple {
    font-size: 1.9rem;
  }
}
.p-front__fv__logo {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .p-front__fv__logo {
    width: 90%;
  }
}
.p-front__fv__logo__text {
  position: absolute;
  top: 80px;
  left: 10px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .p-front__fv__logo__text {
    top: 320px;
    left: 5px;
    font-size: 1.5rem;
  }
}
.p-front__fv__btn {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .p-front__fv__btn {
    display: none;
  }
}
.p-front__fv__award {
  display: flex;
  gap: 20px;
}
.p-front__fv__award img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 800px) {
  .p-front__fv__award img {
    height: 70px;
  }
}
.p-front__fv__bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-front__concept {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .p-front__concept {
    padding: 100px 0;
  }
}
.p-front__concept .c-catchcopy {
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .p-front__concept .c-catchcopy {
    margin-bottom: 50px;
  }
}
.p-front__concept__explanation {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-front__concept__explanation {
    flex-direction: column;
  }
}
.p-front__concept__explanation img {
  width: 57%;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .p-front__concept__explanation img {
    margin: 50px auto 0;
    width: 90%;
  }
}
.p-front__concept__explanation-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2.6rem;
  list-style: decimal;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .p-front__concept__explanation-list {
    font-size: 1.7rem;
  }
}
.p-front__concept__explanation-list li::marker {
  font-size: 2.6rem;
}
@media screen and (max-width: 800px) {
  .p-front__concept__explanation-list li::marker {
    font-size: 2rem;
  }
}
.p-front__concept__explanation-list span {
  font-weight: bold;
  color: #63c0cd;
}
.p-front__about {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.p-front__about__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.p-front__about__item-list {
  display: flex;
}
@media screen and (max-width: 800px) {
  .p-front__about__item-list {
    flex-direction: column;
    gap: 50px;
  }
}
.p-front__about__item__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front__about__item__index {
  font-size: 4.6rem;
}
.p-front__about__item__title {
  margin-top: -20px;
  font-weight: 600;
}
.p-front__about__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 280px;
  border: rgba(112, 112, 112, 0.0588235294) 1px solid;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  .p-front__about__item::before {
    bottom: -39px;
  }
}
.p-front__about__item__text {
  max-width: 210px;
  line-height: normal;
  color: #171717;
}
.p-front__about__item--one {
  color: #4e3a88;
}
.p-front__about__item--one::before {
  background-color: rgba(78, 58, 136, 0.06);
}
.p-front__about__item--two {
  color: #5b8fcb;
}
.p-front__about__item--two::before {
  background-color: rgba(84, 112, 189, 0.06);
}
.p-front__about__item--three {
  color: #63c0cd;
}
.p-front__about__item--three::before {
  background-color: rgba(99, 192, 205, 0.06);
}
.p-front__about__item > img {
  position: relative;
  max-width: 200px;
  padding-bottom: 20px;
}
.p-front__features {
  position: relative;
  background: #fff;
}
.p-front__features__backimg-left, .p-front__features__backimg-right {
  position: absolute;
  width: 55%;
  max-width: 500px;
}
.p-front__features__backimg-left {
  position: absolute;
  top: 200px;
  left: 0;
}
@media screen and (max-width: 800px) {
  .p-front__features__backimg-left {
    top: 250px;
  }
}
.p-front__features__backimg-right {
  right: 0;
  bottom: 430px;
}
@media screen and (max-width: 800px) {
  .p-front__features__backimg-right {
    bottom: 500px;
  }
}
.p-front__features .l-inner {
  padding-top: 100px;
  padding-bottom: 110px;
}
.p-front__features .c-title--icon {
  margin-bottom: 65px;
}
@media screen and (max-width: 800px) {
  .p-front__features .c-title--icon {
    margin-bottom: 35px;
  }
}
.p-front__features__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .p-front__features__item {
    flex-direction: column;
  }
}
.p-front__features__item img {
  width: 45%;
  max-width: 350px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-front__features__item img {
    width: 90%;
  }
}
.p-front__features__item__content {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .p-front__features__item__content {
    width: 90%;
  }
}
.p-front__features__item__tag {
  width: fit-content;
  padding: 5px 22px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #4e3a88;
  border-radius: 20px;
}
.p-front__features__item__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.p-front__features__item__title span {
  font-weight: 800;
  color: #4e3a88;
}
.p-front__features__item:nth-of-type(1) .p-front__features__item__title::after {
  position: absolute;
  content: "※";
  top: -10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-front__features__item:nth-of-type(1) .p-front__features__item__title::after {
    top: 30px;
  }
}
.p-front__custom-object {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 800px) {
  .p-front__custom-object {
    padding-top: 50px;
  }
}
.p-front__custom-object p {
  margin-bottom: 50px;
}
.p-front__custom-object img {
  width: 100%;
}
.p-front__plan {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .p-front__plan {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.p-front__plan .c-title--icon {
  color: #63c0cd;
}
.p-front__plan__content {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .p-front__plan__content {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
}
.p-front__plan__content--check li {
  position: relative;
  margin-left: 40px;
  padding-left: 20px;
  padding-bottom: 7px;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-front__plan__card {
  position: relative;
  width: 350px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.p-front__plan__card--green {
  border-top: 15px solid #63c0cd;
}
.p-front__plan__card--green .p-front__plan__card__plan {
  color: #63c0cd;
}
.p-front__plan__card--green .p-front__plan__content--check li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url("../images/icons/check_green.svg") no-repeat center/contain;
}
.p-front__plan__card--blue {
  border-top: 15px solid #5b8fcb;
  padding-bottom: 50px;
}
.p-front__plan__card--blue .p-front__plan__card__plan {
  color: #5b8fcb;
}
.p-front__plan__card--blue .p-front__plan__content--check li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 10px;
  background: url("../images/icons/check_blue.svg") no-repeat center/contain;
}
.p-front__plan__card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front__plan__card__title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 2.1rem;
}
.p-front__plan__card__plan {
  font-size: 2.3rem;
  font-weight: bold;
}
.p-front__plan__card__user {
  margin-bottom: 45px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
}
.p-front__plan__card__user span {
  font-size: 1.4rem;
}
.p-front__plan .c-btn-cta {
  margin: 90px auto 0;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .p-front__plan .c-btn-cta {
    margin: 30px auto 0;
  }
}
.p-front__plan .c-btn-cta--green {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .p-front__plan .c-btn-cta--green {
    margin: 30px auto 0;
  }
}
.p-front__plan .c-btn-cta--blue {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .p-front__plan .c-btn-cta--blue {
    margin: 30px auto 0;
  }
}
.p-front__flow {
  padding-top: 125px;
  padding-bottom: 185px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 800px) {
  .p-front__flow {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.p-front__flow__head {
  margin-top: 70px;
  margin-bottom: 70px;
}
.p-front__flow__head h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.9rem;
  border-bottom: 4px solid;
}
.p-front__flow__head--purple h3 {
  color: #4e3a88;
  border-color: #4e3a88;
}
.p-front__flow__head--green h3 {
  margin-top: 100px;
  color: #5b8fcb;
  border-color: #5b8fcb;
}
@media screen and (max-width: 800px) {
  .p-front__flow__head {
    margin-bottom: 0;
  }
}
.p-front__flow__step__contents {
  display: flex;
  gap: 50px;
  margin: 15px 0;
}
@media screen and (max-width: 800px) {
  .p-front__flow__step__contents {
    gap: 20px;
  }
}
.p-front__flow__step__contents:nth-of-type(4) {
  position: relative;
  margin-bottom: 150px;
}
.p-front__flow__step__contents:nth-of-type(4)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 25px solid #4e3a88;
}
.p-front__flow__step__contents__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .p-front__flow__step__contents__left {
    flex: 0 0 60px;
  }
}
.p-front__flow__step__contents__left p {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .p-front__flow__step__contents__left p {
    font-size: 1.3rem;
  }
}
.p-front__flow__step__contents__right h4 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .p-front__flow__step__contents__right h4 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.p-front__flow__step__contents__right ul {
  margin-left: 30px;
  list-style: disc;
}
.p-front__flow__step__contents__right ul li {
  margin: 10px 0;
}
.p-front__faq {
  padding-top: 90px;
  padding-bottom: 150px;
}
.p-front__faq .c-title--icon {
  color: #5b8fcb;
  margin-bottom: 70px;
  padding-bottom: 50px;
}
.p-front__faq__accordion {
  max-inline-size: 90%;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .p-front__faq__accordion {
    max-inline-size: none;
  }
}
.p-front__faq__summary {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 60px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 0 9px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .p-front__faq__summary {
    height: fit-content;
    gap: 10px;
  }
}
.p-front__faq__summary::-webkit-details-marker {
  display: none;
}
.p-front__faq__item {
  display: grid;
  margin-bottom: 15px;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.p-front__faq__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  .p-front__faq__item__icon {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
.p-front__faq__item__inner {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.p-front__faq__item__text {
  font-weight: 600;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p-front__faq__item__text {
    padding: 10px;
    line-height: 1.9rem;
  }
}
.p-front__faq__item__question__icon {
  background-color: #5b8fcb;
}
.p-front__faq__item__question__btn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.p-front__faq__item__question__btn::before, .p-front__faq__item__question__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  transition: 0.3s;
  background-color: #5b8fcb;
}
.p-front__faq__item__question__btn::after {
  transform: rotate(90deg);
}
.p-front__faq__item__answer {
  overflow: hidden;
}
.p-front__faq__item__answer__icon {
  margin-top: 20px;
  background-color: #63c0cd;
}
.p-front__faq__item__answer__text {
  margin-right: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
details[open] .p-front__faq__item__question__btn::after {
  opacity: 0;
}
details[open] .p-front__faq__item {
  grid-template-rows: 1fr;
}
.p-front__customer {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #fff;
}
.p-front__customer p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-front__customer p span {
  font-size: 1.9rem;
  color: #63c0cd;
}
.p-front__customer img {
  width: 70%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-front__customer img {
    width: 80%;
  }
}

.p-contact {
  font-weight: 500;
}
.p-contact .l-inner {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 800px) {
  .p-contact .l-inner {
    margin-top: 100px;
  }
}
.p-contact h1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.p-contact p {
  margin-bottom: 30px;
  padding: 20px;
}
.p-contact__radio-btn {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 130px;
  margin-bottom: 80px;
  accent-color: #5b8fcb;
}
@media screen and (max-width: 800px) {
  .p-contact__radio-btn {
    margin: 30px 0 0 0;
  }
}
.p-contact__radio-btn input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.p-contact__radio-btn .wpcf7-radio {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .p-contact__radio-btn .wpcf7-radio {
    display: block;
  }
}
.p-contact__form__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .p-contact__form__row {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .p-contact__form__row label {
    margin-bottom: 10px;
  }
}
.p-contact__form__row--confirm:nth-of-type(1) {
  margin-top: 170px;
}
.p-contact__form__row--confirm p {
  width: 65%;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .p-contact__form__row--confirm p {
    width: 100%;
  }
}
.p-contact form label {
  display: block;
}
.p-contact form .p-contact__form__row {
  position: relative;
}
.p-contact form input[type=text],
.p-contact form input[type=email],
.p-contact form input[type=tel],
.p-contact form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(91, 143, 203, 0.1);
}
@media screen and (max-width: 800px) {
  .p-contact form input[type=text],
  .p-contact form input[type=email],
  .p-contact form input[type=tel],
  .p-contact form textarea {
    font-size: 1.6rem;
  }
}
.p-contact form input[type=textarea] {
  height: 360px;
  padding-top: 5px;
  margin-bottom: 80px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .p-contact form input[type=textarea] {
    font-size: 1.6rem;
  }
}
.p-contact form input[type=checkbox] {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  accent-color: #5b8fcb;
}
.p-contact form label.required::after {
  content: "※";
  margin-left: 10px;
  font-size: 1.6rem;
}
.p-contact form input[type=submit],
.p-contact form input[type=button] {
  display: block;
  padding: 10px 60px;
  margin: 0 auto;
  width: 200px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #5b8fcb;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.p-contact form input[type=submit]:nth-of-type(1),
.p-contact form input[type=button]:nth-of-type(1) {
  margin-top: 150px;
  margin-bottom: 25px;
}
.p-contact form input[type=submit]:nth-of-type(1):hover,
.p-contact form input[type=button]:nth-of-type(1):hover {
  background-color: #63c0cd;
}
.p-contact form input[type=submit]:nth-of-type(2),
.p-contact form input[type=button]:nth-of-type(2) {
  width: 200px;
  margin-bottom: 200px;
  background-color: #63c0cd;
}
.p-contact form input[type=submit]:nth-of-type(2):hover,
.p-contact form input[type=button]:nth-of-type(2):hover {
  background-color: #5b8fcb;
}
.p-contact form .wpcf7-response-output {
  margin-top: 0;
  border: none;
  color: red;
  text-align: center;
}
.p-contact form a {
  color: #5b8fcb;
  border-bottom: #5b8fcb 1px solid;
}
.p-contact form .wpcf7-form-control-wrap {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .p-contact form .wpcf7-form-control-wrap {
    width: 90%;
    max-width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .p-contact form .wpcf7-list-item {
    margin-bottom: 20px;
  }
}
.p-contact__thanks h1 {
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .p-contact__thanks h1 {
    margin-bottom: 30px;
  }
}
.p-contact__thanks p {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.p-contact__thanks__index-btn {
  display: block;
  padding: 10px 60px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #5b8fcb;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.p-contact__thanks__index-btn:hover {
  background-color: #63c0cd;
}

.c-btn-primary {
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #5b8fcb;
  border-radius: 3px;
  transition: 0.3s;
}
.c-btn-primary:hover {
  background-color: #63c0cd;
}

.c-btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 9999px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2509803922);
}
.c-btn-cta:hover .c-btn-cta__arrow {
  transform: translateX(5px);
}
.c-btn-cta__arrow {
  width: 30px;
  transition: 0.2s ease-in-out;
}
.c-btn-cta--green {
  background-color: #63c0cd;
}
.c-btn-cta--green:hover {
  background-color: rgb(61.4077669903, 175.6262135922, 191.5922330097);
}
.c-btn-cta--blue {
  background-color: #5b8fcb;
}
.c-btn-cta--blue:hover {
  background-color: rgb(58.5, 117, 184.5);
}

.c-title--icon {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #4e3a88;
}
.c-title--icon span {
  display: block;
  font-size: 0.9rem;
}
.c-title--icon img {
  width: 20px;
}

.c-catchcopy {
  margin-bottom: 100px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 800px) {
  .c-catchcopy {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.c-catchcopy__highlight {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .c-catchcopy__highlight {
    font-size: 2rem;
  }
}
.c-catchcopy__highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(99, 192, 205, 0.5);
  z-index: -1;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7); /* 半透明の背景 */
  backdrop-filter: blur(8px); /* 背景のぼかし */
  -webkit-backdrop-filter: blur(8px); /* Safari対応 */
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    align-items: normal;
    padding: 10px 25px;
  }
}
.l-header__logo {
  width: 200px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    margin-top: 58px;
    background: #fff;
    overflow: scroll;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__list {
  display: flex;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__list {
    display: block;
  }
}
.l-header__nav__item {
  position: relative;
  width: 100%;
}
.l-header__nav__item a {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__item a {
    padding: 10px;
  }
}
.l-header__nav__cta-btn {
  margin-top: 20px;
  font-size: 1.6rem;
}
.l-header__nav__cta-btn:nth-of-type(1) {
  padding-left: 35px;
}
.l-header__nav__cta-btn__box {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__cta-btn__box {
    display: block;
    width: 210px;
    margin-top: 60px;
  }
}
.l-header__nav__contact-btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__contact-btn {
    display: block;
    margin-top: 50px;
    width: 150px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .l-header .l-header__contact__btn {
    display: none;
  }
}
.l-header__menu-toggle {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__menu-toggle {
    display: block;
  }
}
.l-header__menu-toggle span {
  display: block;
  position: relative;
  width: 23px;
  height: 2px;
  background-color: #171717;
  border-radius: 2px;
  transition: transform 0.4s ease, top 0.4s ease, opacity 0.4s ease;
}
.l-header__menu-toggle span:nth-of-type(1) {
  top: -5px;
}
.l-header__menu-toggle span:nth-of-type(2) {
  top: 0;
}
.l-header__menu-toggle span:nth-of-type(3) {
  top: 5px;
}
.l-header__menu-toggle.is-active span:nth-of-type(1) {
  top: 0;
  transform: rotate(45deg);
}
.l-header__menu-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-toggle.is-active span:nth-of-type(3) {
  top: -4px;
  transform: rotate(-45deg);
}

.l-footer {
  background-color: #f7f7f7;
}
.l-footer__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .l-footer__inner {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.l-footer__info {
  margin-bottom: 25px;
  font-weight: bold;
}
.l-footer__info img {
  width: 250px;
  margin-bottom: 20px;
}
.l-footer__menu {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
}
.l-footer__menu li {
  margin-bottom: 17px;
}
.l-footer__menu li a {
  display: flex;
  gap: 7px;
}
.l-footer__menu__box {
  display: flex;
  width: 400px;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .l-footer__menu__box {
    gap: 30px;
    width: auto;
  }
}
.l-footer__menu__right li {
  display: flex;
}

.l-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-sidebar {
  position: fixed;
  bottom: 10%;
  right: 3%;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .l-sidebar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    left: 5%;
    opacity: 1;
  }
}
.l-sidebar__totop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0px 20px 20px auto;
  border-radius: 100%;
  background-color: #5b8fcb;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
  .l-sidebar__totop {
    width: 33px;
    height: 33px;
    margin: 0;
  }
}
.l-sidebar__totop img {
  width: 26px;
}
@media screen and (max-width: 800px) {
  .l-sidebar__totop img {
    width: 15px;
  }
}
.l-sidebar__totop:hover {
  transform: translateY(-2px);
  background-color: rgb(58.5, 117, 184.5);
}
.l-sidebar__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-sidebar__cta-wrap .c-btn-cta {
  justify-content: space-between;
  width: 180px;
  padding: 10px 11px 10px 20px;
  font-size: 1.4rem;
}
.l-sidebar__cta-wrap .c-btn-cta__arrow {
  width: 26px;
}
.l-sidebar.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.l-blog > * {
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  .l-blog > * {
    padding: 12px 0;
  }
}
.l-blog a {
  text-decoration: underline;
}
.l-blog ul {
  list-style: disc;
  padding-left: 20px;
}
.l-blog ol {
  list-style: decimal;
  padding-left: 20px;
}/*# sourceMappingURL=style.css.map */