@charset "UTF-8";
:root {
  --color-black: #111;
  --color-blue-: #225cff;
  --color-green: #03c755;
  --color-navy: #000048;
  --color-red: #ff334b;
  --color-white: #fff;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
  --hover-duration: 0.3s;
  --hover-opacity-ratio: 0.6;
}

.grid * {
  margin: 0;
}

/* ---------------------------------------------
  *  l-h1title
  --------------------------------------------- */
.l-h1title {
  color: var(--color-green);
  font-family: var(--ff-ls-b);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4545454545;
  text-align: center;
}
@media (max-width: 1023px) {
  .l-h1title {
    font-size: 2.2rem;
  }
}

/* ---------------------------------------------
  *  l-h2title
  --------------------------------------------- */
.l-h2title {
  color: var(--co);
  color: var(--color-green);
  font-family: var(--ff-ls-eb);
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 1023px) {
  .l-h2title {
    font-size: 2.4rem;
    padding-inline: 12px;
  }
}

/* ---------------------------------------------
  *  l-contents
  --------------------------------------------- */
.l-contents {
  margin-left: auto;
  padding-inline: 15px 5.14%;
}
@media (max-width: 1023px) {
  .l-contents {
    margin-left: 0;
    padding-inline: 15px;
  }
}

/* ---------------------------------------------
  *  c-contents
  --------------------------------------------- */
.c-contents {
  align-items: start;
  display: grid;
  grid-template-areas: "left right";
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .c-contents {
    display: flex;
    flex-direction: column;
  }
}
.c-contents__left {
  width: 100%;
}
.c-contents__sec1--kv {
  text-align: center;
}
.c-contents__sec1--kv img {
  max-width: 566px;
  width: 100%;
}

/* ---------------------------------------------
*  pcパンクズ
--------------------------------------------- */
.topicpath {
  display: flex;
  justify-content: left;
  margin-left: auto;
  max-width: unset;
  max-width: calc(566px + 5.14% + 15px);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 5.14%;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 1023px) {
  .topicpath {
    display: none;
  }
}
.topicpath__list {
  display: block;
  margin-top: 0;
  max-width: 566px;
  padding-top: 0;
}
.topicpath__list li {
  color: var(--color-black-2);
  font-family: var(--ff-ls-b);
  font-weight: 600;
}
.topicpath__list li > a {
  color: var(--color-black-2);
  font-family: var(--ff-ls-m);
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .breadcrumb-sp.only-sp .topicpath {
    margin-left: 0;
    max-width: unset;
  }
}
/* ---------------------------------------------
*  c-contents__sec1
--------------------------------------------- */
.c-contents__sec1 {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .c-contents__sec1 {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .c-contents__sec1--kv {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.c-contents__sec1--txt {
  font-family: var(--ff-ls-b);
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-contents__sec1--txt {
    font-size: 1.6rem;
    margin-top: 24px;
    padding-inline: 15px;
    text-align: left;
  }
}

/* ---------------------------------------------
* c-contents__sec2
--------------------------------------------- */
.c-contents__sec2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
.c-contents__sec2.l-contents {
  padding-block: 23px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-contents__sec2.l-contents {
    padding-inline: 0;
    padding-top: 32px;
  }
}
.c-contents__sec2--inner {
  background: rgba(3, 199, 85, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  max-width: 566px;
  padding: 30px 32px 38px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-contents__sec2--inner {
    border-radius: 0;
    justify-content: center;
    max-width: unset;
    padding: 40px 20px;
  }
}
.c-contents__sec2--list {
  margin-top: 20px;
  max-width: 566px;
}
@media (max-width: 1023px) {
  .c-contents__sec2--list {
    margin-top: 10px;
  }
}
.c-contents__sec2--item {
  font-family: var(--ff-ls-b);
  font-size: 1.7rem;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-contents__sec2--item {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.c-contents__sec2--item + .c-contents__sec2--item {
  margin-top: 16px;
}
.c-contents__sec2--item::before {
  background: url(/sites/default/files/media/jp/ebook/line-mini-app/3pieceset/img/icon_check.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (max-width: 1023px) {
  .c-contents__sec2--item::before {
    height: 18px;
    width: 18px;
  }
}

/* ---------------------------------------------
*  c-contents__sec3
--------------------------------------------- */
.c-contents__sec3 {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-contents__sec3 {
    justify-content: center;
    padding-bottom: 40px;
  }
}
.c-contents__sec3 .l-contents__inner {
  max-width: 566px;
}
.c-contents__sec3--list {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .c-contents__sec3--list {
    flex-direction: column;
    gap: 24px;
  }
}
.c-contents__sec3--item {
  flex: 1;
}
.c-contents__sec3--link p {
  color: var(--color-black);
  font-family: var(--ff-ls-b);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 16px;
  text-align: left;
}
.c-contents__sec3--link img {
  width: 100%;
}

/* ---------------------------------------------
  *  フォーム
  --------------------------------------------- */
.c-contents__form {
  align-self: start;
  grid-area: right;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .c-contents__form {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-inline: 0;
    max-width: unset;
    padding: 40px 0;
  }
}
.c-contents__form--txt {
  font-family: var(--ff-ls-b);
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-contents__form--txt {
    font-size: 2.4rem;
  }
}
.c-contents__form .right-placeholder {
  background: #f9f9f9;
  max-width: 634px;
  padding: 20px 40px 60px;
}

.mktoForm {
  margin-top: 20px !important;
  max-width: unset !important;
  width: 100% !important;
}
@media (max-width: 1023px) {
  .mktoForm {
    padding: 0 !important;
  }
}

.mktoForm .mktoFormRow {
  width: auto !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  align-items: center;
  display: flex;
  font-family: "LINESeedJPStd Bold";
  font-size: 1.3rem;
  line-height: 1 !important;
  width: 100% !important;
}

.mktoForm .mktoFormCol {
  display: block;
  margin-bottom: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoField {
  box-shadow: unset;
  flex: 1;
  max-width: 100%;
  min-width: 0;
  padding-left: 20px;
  padding-top: 4px;
  width: auto !important;
}

.mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.mktoForm .mktoAsterix {
  font-size: 0 !important;
  order: 1;
  padding-top: 0 !important;
  width: 40px !important;
}

.mktoForm .mktoAsterix::after {
  background-color: #06c755 !important;
  border-radius: 10px;
  color: #fff;
  content: "必須" !important;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  border-radius: 5px;
  box-shadow: none !important;
  font-family: var(--ff-ls-m);
  font-size: 1.4rem;
  height: 50px !important;
  margin-top: 4px !important;
  min-height: 40px !important;
}
@media (max-width: 1023px) {
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    font-size: 1.4rem !important;
  }
}

.mktoForm .mktoCheckboxList {
  margin-top: 16px !important;
  padding: 0 !important;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  font-size: 1.3rem !important;
}

.mktoForm .mktoCheckboxList > label {
  font-family: var(--ff-ls-b);
  font-weight: 600;
  margin-left: 0 !important;
}

.mktoForm .mktoCheckboxList {
  align-items: center;
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 1px;
  grid-template-columns: auto 1fr;
}

.mktoForm .p1 {
  font-family: var(--ff-ls-m);
  font-size: 1rem;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  border: 2px solid #f77911 !important;
  font-family: var(--ff-ls-b) !important;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover {
  background: var(--color-white) I !important;
  border: 2px solid #f77911 !important;
  color: #f77911 !important;
}

.c-cta {
  display: none;
}
@media (max-width: 1023px) {
  .c-cta {
    display: block;
    margin-top: 20px;
  }
}
.c-cta__btn {
  width: 100%;
}
.c-cta__link {
  align-items: center;
  background: #f77911;
  border: 2px solid #fff;
  border-radius: 53px;
  box-shadow: 3px 12px 15px 0 rgba(16, 16, 16, 0.15);
  display: flex;
  gap: 12px;
  height: 60px;
  justify-content: flex-start;
  margin-inline: auto;
  max-width: 300px;
  padding-left: 20px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.c-cta__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-cta__link:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
}
.c-cta__icon {
  max-width: 34px;
  width: 100%;
}
.c-cta__txt {
  color: #fff;
  font-family: "LINESeedJPStd Bold";
  font-size: 2rem;
  line-height: 1.6;
}

.mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm button.mktoButton {
  background: #f77911 !important;
  border: 2px solid #f77911 !important;
  border-radius: 100px !important;
  box-shadow: none !important;
  color: #fff;
  max-width: 550px !important;
  position: relative;
  text-shadow: none !important;
  transition: opacity 0.3s ease-out;
}

.mktoForm button.mktoButton:hover {
  background: #fff !important;
  color: #f77911;
}

@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */