@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
  scroll-behavior: smooth;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #17283C;
  background-color: #fff;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

.column {
  display: flex;
}

.grecaptcha-badge {
  display: none;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.secLpMv01__inner {
  position: relative;
}

.secLpMv01__button {
  position: absolute;
  transform: translateX(-50%);
  bottom: 3.2rem;
  left: 50%;
  z-index: 10;
}

.buttonMain {
  display: block;
  width: 33.6rem;
}

.secProgramIntro {
  background-image: url(../images/lp01/program_intro_bg_01.png);
  background-size: cover;
}

.secProgramIntro__inner {
  padding: 3.8rem 2rem 0;
}

.secProgramIntro__title {
  width: 23.7rem;
  margin: 0 auto;
}

.secProgramIntro__contents {
  margin-top: 2.5rem;
}

.secProgramIntro__blk + .secProgramIntro__blk {
  margin-top: 2.4rem;
}

.secProgramIntro__arrow {
  width: 2.4rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.secLpProgramJoin {
  background-image: url(../images/lp01/program_join_bg_01.png);
  background-size: cover;
}

.secLpProgramJoin__inner {
  padding-top: 3.5rem;
  padding-bottom: 4.8rem;
}

.secLpProgramJoin__title {
  width: 17.7rem;
  margin: 0 auto;
}

.secLpProgramJoin__contents {
  margin-top: 2.2rem;
}

.secLpProgramJoin__blk + .secLpProgramJoin__blk {
  margin-top: 6rem;
}

.secLpProgramJoin__subtitle {
  width: 16.2rem;
  margin: 0 auto;
}

.secLpProgramJoin__slide {
  margin-top: 1.8rem;
}
.secLpProgramJoin__slide .swiper {
  position: relative;
}
.secLpProgramJoin__slide .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0 1.4rem;
  width: 100%;
  bottom: -1.6rem;
}
.secLpProgramJoin__slide .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 1;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.9rem;
}
.secLpProgramJoin__slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17283C;
}
.secLpProgramJoin__slide .swiper-button-prev::after, .secLpProgramJoin__slide .swiper-button-next::after {
  content: none;
}
.secLpProgramJoin__slide .swiper__swiper-prev {
  width: 4.4rem;
  height: auto;
  display: block;
  left: 3.4rem;
}
.secLpProgramJoin__slide .swiper__swiper-next {
  width: 4.4rem;
  height: auto;
  display: block;
  right: 3.4rem;
  transform: rotate(180deg);
}
.secLpProgramJoin__slide .swiper-slide {
  width: 26.4rem;
  padding: 0 0.8rem;
}

.secLpProgramJoin__button {
  width: fit-content;
  margin: 6rem auto 0;
}

.secLpAbout {
  background-color: #17283C;
}

.secLpAbout__inner {
  padding-top: 4rem;
  padding-bottom: 4.6rem;
}

.secLpAbout__img {
  width: 33.5rem;
  margin: 0 auto;
}

.secLpFeature {
  background-image: url(../images/lp01/feature_bg_01.png);
  background-size: cover;
}

.secLpFeature__inner {
  padding-top: 3.6rem;
  padding-bottom: 5.5rem;
}

.secLpFeature__title {
  width: 27.5rem;
  margin: 0 auto;
}

.secLpFeature__list {
  max-width: 33.5rem;
  margin: 2.3rem auto 0;
}

.listLpFeature__item + .listLpFeature__item {
  margin-top: 2.4rem;
}

.secLpReason {
  background-color: #17283C;
}

.secLpReason__inner {
  padding-top: 3.8rem;
  padding-bottom: 5rem;
}

.secLpReason__title {
  width: 20.5rem;
  margin: 0 auto;
}

.secLpReason__subtitle {
  width: 28.2rem;
  margin: 1.4rem auto 0;
}

.secLpReason__contents {
  margin: 2rem auto 0;
  width: 33.5rem;
}

.secLpFaq {
  background-color: #E5F2FF;
}

.secLpFaq__inner {
  padding-top: 3.3rem;
  padding-bottom: 4rem;
}

.secLpFaq__title {
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
}

.secLpFaq__contents {
  margin: 4rem auto 0;
  max-width: 33.5rem;
}

.secLpFaq__ac + .secLpFaq__ac {
  margin-top: 1.6rem;
}

.acBoxLpFaq__blk {
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.4rem 0 #76B5F5;
}

.acBoxLpFaq__head {
  padding: 1.6rem 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.acBoxLpFaq__qIcon {
  display: block;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.9rem;
}
.acBoxLpFaq__qIcon svg {
  width: 100%;
  display: block;
}

.acBoxLpFaq__title {
  color: #17283C;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375; /* 22.4px */
  padding-left: 0.9rem;
  position: relative;
}
.acBoxLpFaq__title::before {
  content: "";
  display: block;
  background-color: #D9D9D9;
  width: 0.1rem;
  height: calc(100% - 0.6rem);
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.acBoxLpFaq__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
  margin-left: 1.3rem;
}
.acBoxLpFaq__icon::before, .acBoxLpFaq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #F3A10D;
  transform: translate(-50%, -50%);
}
.acBoxLpFaq__icon::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .acBoxLpFaq__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.acBoxLpFaq__content {
  border-top: 0.1rem solid #D9D9D9;
  padding: 1.6rem 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.acBoxLpFaq__content--a {
  color: #17283C;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375; /* 22.4px */
}

.acBoxLpFaq__aIcon {
  display: block;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.9rem;
}
.acBoxLpFaq__aIcon svg {
  width: 100%;
  display: block;
}

.acBoxLpFaq__text {
  color: #17283C;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375; /* 22.4px */
  padding-left: 0.9rem;
  position: relative;
}
.acBoxLpFaq__text::before {
  content: "";
  display: block;
  background-color: #D9D9D9;
  width: 0.1rem;
  height: calc(100% - 0.6rem);
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.acBoxLpFaq__text--bold {
  font-weight: 700;
}

.secLpDetail__inner {
  padding-top: 2.8rem;
  padding-bottom: 2.1rem;
}

.secLpDetail__contents {
  max-width: 33.5rem;
  margin: 0 auto;
}

.secLpDetail__ac + .secLpDetail__ac {
  margin-top: 2.2rem;
}

.acBoxLpDetail {
  border-radius: 0.4rem;
  overflow: hidden;
}

.acBoxLpDetail__head {
  display: flex;
  padding: 2.4rem 2rem;
  justify-content: space-between;
  align-items: center;
  gap: 0 1.3rem;
  align-self: stretch;
  background-color: #17283C;
  cursor: pointer;
}

.acBoxLpDetail__title {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 28px */
}

.acBoxLpDetail__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
  margin-left: 1.3rem;
}
.acBoxLpDetail__icon::before, .acBoxLpDetail__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #FFF;
  transform: translate(-50%, -50%);
}
.acBoxLpDetail__icon::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .acBoxLpDetail__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.acBoxLpDetail__content {
  background-color: #F3F4F5;
  padding: 2.4rem 2rem;
}

.acBoxLpDetail__text {
  color: #17283C;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375; /* 22.4px */
}
.acBoxLpDetail__text--bold {
  font-weight: 700;
}
.acBoxLpDetail__text--small {
  font-size: 1.2rem;
}
.acBoxLpDetail__text--db {
  display: block;
}
.acBoxLpDetail__text--link {
  text-decoration: underline;
}
.acBoxLpDetail__text--dot {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.acBoxLpDetail__text--dot::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.6rem;
  background-color: #17283C;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.secCv {
  background: linear-gradient(180deg, #07366D 0%, #17283C 100%);
}

.secCv__inner {
  padding-top: 3.6rem;
  padding-bottom: 4.2rem;
}

.secCv__form {
  max-width: 33.5rem;
  margin: 0 auto;
}

.secCv__lead {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}

.secCv__inputWrapper {
  margin-top: 0.6rem;
}

.secCv__input {
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.2rem solid #D6D6D6;
  width: 100%;
  padding: 1.9rem 1.8rem;
}
.secCv__input::placeholder {
  color: #7D7D7D;
}

.secCv__lower {
  margin-top: 2.6rem;
}

.secCv__fukidashi {
  display: block;
  width: 17.1rem;
  margin: 0 auto;
}

.secCv__button {
  margin-top: 1.2rem;
}

.secThanksCv {
  background-color: #17283C;
}

.secThanksCv__inner {
  padding-top: 3.4rem;
  padding-bottom: 4.6rem;
}

.secThanksCv__text {
  width: 34.2rem;
  margin: 0 auto;
}

.secThanksCv__fukidashi {
  width: 32.6rem;
  margin: 3.4rem auto 0;
  position: relative;
}

.secThanksCv__fukidashiText {
  position: absolute;
  top: 5.6rem;
  left: 0;
  padding: 0 2.7rem;
  width: 100%;
}

.boxCopy__text {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5714285714; /* 22.4px */
  letter-spacing: 0.008em;
  word-break: break-all;
}
.boxCopy__text--link {
  text-decoration: underline;
}

.boxCopy__button {
  color: #4B9FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 14.4px */
  margin-top: 0.8rem;
  width: 100%;
  text-align: right;
}
.boxCopy__button.is-active {
  color: #681da8;
}

.secThanksCv__button {
  width: fit-content;
  margin: 1.7rem auto 0;
}


.secThanksCv__share {
  width: fit-content;
  margin: 1.7rem auto 0;
}

.JsCopyBtn.is-active {
  opacity: 0.7;
}


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

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */

.error-message {
  color: #FFAC2A;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.is-hidden {
  display: none;
}



