@charset "UTF-8";
:root {
  --color-black: #111;
  --color-black-2: #00003b;
  --color-blue-: #225cff;
  --color-green: #06c755;
  --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: .3s;
  --hover-opacity-ratio: .6;
}

/* ---------------------------------------------
*  pcパンクズ
--------------------------------------------- */
.topicpath {
  margin-inline: auto;
  max-width: 1230px;
  overflow: hidden;
  width: 100%;
}
.topicpath__list {
  display: block;
  margin-top: 0;
  max-width: 1280px;
}
.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;
}

/* ---------------------------------------------
*  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 {
  display: inline-block;
  font-family: var(--ff-ls-b);
  font-size: 2rem;
  padding-inline: 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .l-h2title {
    font-size: 2.2rem;
    padding-inline: 12px;
  }
}
.l-h2title::before {
  background-color: var(--color-green);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.5%22%20height%3D%2256%22%20viewBox%3D%220%200%2015.5%2056%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_154477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20154477%22%20d%3D%22M2878.179%2C554.172h-15v55h15%22%20transform%3D%22translate(-2862.679%20-553.672)%22%20fill%3D%22none%22%20stroke%3D%22%2306c755%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.5%22%20height%3D%2256%22%20viewBox%3D%220%200%2015.5%2056%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_154477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20154477%22%20d%3D%22M2878.179%2C554.172h-15v55h15%22%20transform%3D%22translate(-2862.679%20-553.672)%22%20fill%3D%22none%22%20stroke%3D%22%2306c755%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 4px;
  width: 8px;
}
.l-h2title::after {
  background-color: var(--color-green);
  content: "";
  display: block;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.5%22%20height%3D%2256%22%20viewBox%3D%220%200%2015.5%2056%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_154477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20154477%22%20d%3D%22M2878.179%2C554.172h-15v55h15%22%20transform%3D%22translate(-2862.679%20-553.672)%22%20fill%3D%22none%22%20stroke%3D%22%2306c755%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.5%22%20height%3D%2256%22%20viewBox%3D%220%200%2015.5%2056%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_154477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20154477%22%20d%3D%22M2878.179%2C554.172h-15v55h15%22%20transform%3D%22translate(-2862.679%20-553.672)%22%20fill%3D%22none%22%20stroke%3D%22%2306c755%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(180deg);
  width: 8px;
}

/* ---------------------------------------------
*  c-contents
--------------------------------------------- */
.c-contents {
  padding-inline: 20px;
}
.c-contents__inner {
  align-items: start;
  -moz-column-gap: 6.1666666667%;
       column-gap: 6.1666666667%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: 45px 80px;
}
@media (max-width: 1023px) {
  .c-contents__inner {
    grid-template-columns: 1fr;
  }
}
.c-contents__kv {
  margin-top: 20px;
}
.c-contents__txt {
  font-family: var(--ff-ls-b);
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.7272727273;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-contents__txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.c-contents__container {
  margin-top: 40px;
  text-align: center;
}
.c-contents__logo {
  margin-top: 20px;
}
.c-contents__list {
  display: flex;
  gap: 1.6666666667%;
  justify-content: flex-start;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .c-contents__list {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.c-contents__item {
  flex: 1;
}
.c-contents__itemTxt {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: var(--ff-ls-m);
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 600;
  gap: 8px;
  margin-top: 20px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 1023px) {
  .c-contents__itemTxt {
    font-size: 2rem;
  }
}
.c-contents__itemTxt--green {
  color: var(--color-green);
}
@media (max-width: 1023px) {
  .c-contents__itemTxt--green {
    font-family: var(--ff-ls-b);
    font-weight: 700;
  }
}
.c-contents__itemTxt--black {
  color: var(--color-black);
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .c-contents__img-1 {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .c-contents__img-2 {
    display: block;
    margin-inline: auto;
    max-width: 200px;
    width: 100%;
  }
}

/* ---------------------------------------------
*  フォーム
--------------------------------------------- */
.c-contents__form {
  background: #f9f9f9;
  padding: 20px 40px 60px;
}
@media (max-width: 1023px) {
  .c-contents__form {
    margin-top: 40px;
    padding: 40px 20px;
  }
}
.c-contents__form--txt {
  font-family: var(--ff-ls-b);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

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

.mktoForm div {
  width: 100% !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;
  height: 50px;
  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-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 div.mktoLogicalField {
  width: 100% !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;
  padding-left: 26px !important;
}

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  background-color: #fff;
  border: 1px solid #aeb0b6;
  box-shadow: none !important;
  content: "";
  font-size: 13px;
  height: 1.2em;
  left: 0;
  line-height: 1.2em;
  margin-left: 0 !important;
  position: absolute;
  width: 1em;
}

.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: 3px 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: 3px solid #fff;
  border-right: 3px 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: 56px;
  width: 100%;
}
.c-cta__txt {
  color: #fff;
  font-family: "LINESeedJPStd Bold";
  font-size: 2rem;
  line-height: 1.6;
}

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