@charset "UTF-8";
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --ink: #1a1a1a;
  --white: #fff;
  --blue: #007bc7;
  --blue2: #0162a3;
  --blue3: #0b466f;
  --blue4: #e0f1fe;
  --blue5: #065486;
  --blue6: #f0f8ff;
  --gray: #f2f2f2;
  --gray2: #666;
  --gray3: #f3f3f3;
  --gray4: #ebe9e5;
  --gray5: #7f7f7f;
  --gray6: #999;
  --gray7: #4d4d4d;
  --gray8: #ccc;
  --gray8: #ccc;
  --bgblue: #e0f1fe;
  --bglightblue: #f0f8ff;
  --border: #ccc;
  --border2: #999;
  --focus: #d3a02d;
  --arrow: #7f7f7f;
  --red: #dc1c78;
  --error: #ec0000;
  --red2: #c51162;
  --red3: #bf2f0f;
  --green: #3d8336;
  --black: #08121a;
  --max: 1440px;
  --contmax: 1120px;
  --secmax: 1280px;
  --z-index--contents: 1;
  --z-index--bg: -1;
  --z-index--header: 200;
  --z-index--modal: 100;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: var(--ink);
  margin: 0 !important;
}

body {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--white);
}
body._blue {
  background: #f3f8fc;
}

.preload *,
.preload *:before,
.preload *:after {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
a:focus-visible {
  outline: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  display: block;
}

textarea {
  resize: vertical;
}

input:-moz-focus-inner,
button:-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--ink);
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: var(--ink);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--ink);
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: var(--ink);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--ink);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: var(--ink);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: var(--ink);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: var(--ink);
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: var(--ink);
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: var(--ink);
}

option {
  height: 1.8em;
}

.customize-support {
  isolation: isolate;
}

.p-manevita .article {
  width: 1120px;
  margin: 80px auto 0;
  padding: 0 0 0 380px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .p-manevita .article {
    padding: 0 0 0 24vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .article {
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
.p-manevita .sec__title {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1120px) {
  .p-manevita .sec__title {
    width: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__title {
    display: none;
  }
}
.p-manevita .sec__title li:not(:first-of-type) {
  margin: 16px 0 0;
}
.p-manevita .sec__title li.active a {
  font-weight: bold;
  color: #0162a3;
  position: relative;
}
.p-manevita .sec__title li.active a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0162a3;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-manevita .sec__title li a {
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}
.p-manevita .sec__title__lists_sp {
  margin: 32px 0 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
}
.p-manevita .sec__title__lists_sp li:not(:last-of-type) {
  border-bottom: 1px dotted #ccc;
}
.p-manevita .sec__title__lists_sp li a {
  color: #007bc7;
  display: inline-block;
  padding: 16px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__top {
    width: 100vw;
    -webkit-transform: translateX(-4.6875vw);
    transform: translateX(-4.6875vw);
  }
}
.p-manevita .sec__top img {
  max-width: 100%;
}
.p-manevita .sec__top__btns {
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__top__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 0;
  }
}
.p-manevita .sec__top__btn {
  position: relative;
  width: 300px;
  background: #007bc7;
  border-radius: 999px;
  margin: 40px 0 0;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__top__btn {
    padding: 20px 0;
  }
}
.p-manevita .sec__top__btn:not(:first-of-type) {
  background: #cc0133;
}
.p-manevita .sec__top__btn:not(:first-of-type) .sec__top__fukidashiwrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-manevita .sec__top__btn:not(:first-of-type) .sec__top__fukidashiwrap .sec__top__fukidashi {
  color: #cc0133;
  -webkit-box-shadow: 2px 2px 0 rgba(255, 152, 255, 0.25);
  box-shadow: 2px 2px 0 rgba(255, 152, 255, 0.25);
}
.p-manevita .sec__top__btn:not(:first-of-type) .sec__top__fukidashiwrap .sec__top__fukidashi:before {
  border-top: 8px solid rgba(255, 152, 255, 0.25);
}
.p-manevita .sec__top__txt1 {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.p-manevita .sec__top__txt2 {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.p-manevita .sec__top__txt2 img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  margin: 0 0 0 2px;
}
.p-manevita .sec__top__fukidashiwrap {
  position: absolute;
  left: 50%;
  top: -38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #072c4a;
  border-radius: 999px;
}
.p-manevita .sec__top__fukidashiwrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #072c4a;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__top__fukidashiwrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__top__fukidashi {
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  color: #007bc7;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: 2px 2px 0 rgba(24, 152, 255, 0.25);
  box-shadow: 2px 2px 0 rgba(24, 152, 255, 0.25);
  white-space: nowrap;
}
.p-manevita .sec__top__fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid rgba(24, 152, 255, 0.25);
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__about {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about {
    margin: 32px 0 0;
  }
}
.p-manevita .sec__about__subttl {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__subttl {
    text-align: center;
  }
}
.p-manevita .sec__about__lead {
  margin: 30px 0 0;
}
.p-manevita .sec__about__lists {
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-manevita .sec__about__list {
  width: 235px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
}
.p-manevita .sec__about__linknum {
  font-size: 13px;
  font-weight: bold;
  background: var(--blue);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.p-manevita .sec__about__linktxt1 {
  font-size: 16px;
  font-weight: bold;
}
.p-manevita .sec__about__linktxt2 {
  margin: 10px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: var(--blue);
  padding: 0 10px 0 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__linktxt2 {
    margin: 0;
  }
}
.p-manevita .sec__about__linktxt2:before {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-manevita .sec__about__linkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__linkwrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-manevita .sec__about__imgbox {
  margin: 24px 0 0;
}
.p-manevita .sec__about__imgbox img {
  max-width: 100%;
}
.p-manevita .sec__about__merit {
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__merit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-manevita .sec__about__merit__imgbox {
  text-align: center;
}
.p-manevita .sec__about__merititem {
  width: calc(33.3333333333% - 12px);
  padding: 24px 16px;
  background: #f0f8ff;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__merititem {
    width: 100%;
    border-radius: 12px;
  }
}
.p-manevita .sec__about__merit__txt1 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 14px;
  color: var(--blue);
  font-family: "Montserrat", serif;
}
.p-manevita .sec__about__merit__txt1 span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.p-manevita .sec__about__merit__txt2 {
  text-align: center;
}
.p-manevita .sec__about__merit__txt3 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__merit__txt3 {
    text-align: center;
  }
}
.p-manevita .sec__about__voice {
  margin: 80px 0 0;
  padding: 55px 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 35px rgba(100, 138, 199, 0.2);
  box-shadow: 0 0 35px rgba(100, 138, 199, 0.2);
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice {
    margin: 65px 0 0;
    width: 100vw;
    -webkit-transform: translateX(-4.6875vw);
    transform: translateX(-4.6875vw);
    padding: 55px 4.6875vw;
  }
}
.p-manevita .sec__about__voice__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 25px;
  position: relative;
}
.p-manevita .sec__about__voice__ttl:before {
  content: "";
  width: 56px;
  height: 6px;
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--blue);
}
.p-manevita .sec__about__voice__flex {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__flex {
    margin: 50px 0 0;
    gap: 0 12px;
  }
}
.p-manevita .sec__about__voice__txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__txt {
    text-align: center;
  }
}
.p-manevita .sec__about__voice__txt .hoshi {
  display: inline-block;
  position: relative;
}
.p-manevita .sec__about__voice__txt .hoshi:before {
  content: url(../../img/p-manepita/hoshi.svg);
  position: absolute;
  top: -24px;
  left: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__about__voice__txt .mincho {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Montserrat", "Noto Sans JP", serif;
  font-size: 18px;
  margin: 0 10px 0 -7px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__txt .mincho {
    font-size: 14px;
  }
}
.p-manevita .sec__about__voice__txt .mincho:first-of-type {
  color: var(--blue);
  font-size: 44px;
  margin: 0;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__txt .mincho:first-of-type {
    font-size: 36px;
  }
}
.p-manevita .sec__about__voice__txt > span:not(:first-of-type) {
  margin: 10px 0 0;
  padding: 0 0 5px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(185, 227, 254)));
  background: -webkit-linear-gradient(transparent 60%, rgb(185, 227, 254) 60%);
  background: linear-gradient(transparent 60%, rgb(185, 227, 254) 60%);
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__txt > span:not(:first-of-type) {
    font-size: 16px;
  }
}
.p-manevita .sec__about__voice__txt2 {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__txt2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__lists {
    margin: 40px 0 0;
  }
}
.p-manevita .sec__about__voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__list {
    gap: 0 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-manevita .sec__about__voice__list:not(:first-of-type) {
  margin: 20px 0 0;
}
.p-manevita .sec__about__voice__list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__list:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-manevita .sec__about__voice__list:nth-of-type(2n) .sec__about__voice__listtxt {
  border-radius: 16px 16px 16px 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__list:nth-of-type(2n) .sec__about__voice__listtxt {
    border-radius: 16px 16px 0 16px;
  }
}
.p-manevita .sec__about__voice__listtxt {
  background: #f2f2f2;
  border-radius: 16px 16px 0 16px;
  font-size: 14px;
  padding: 16px 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__listtxt {
    padding: 16px 12px;
    border-radius: 16px 16px 16px 0;
  }
}
.p-manevita .sec__about__voice__listtxt span {
  color: #0162a3;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__listtxt span {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__listimg {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__about__voice__listimg img {
    width: 50px;
  }
}
.p-manevita .sec__post {
  margin: 80px 0 0;
}
.p-manevita .sec__post .lead {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.p-manevita .sec__post__category__ttl {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 16px 24px;
  border-radius: 8px;
}
.p-manevita .sec__post__category__ttl span {
  font-size: 13px;
  font-weight: bold;
  background: #007bc7;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-manevita .sec__post__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin: 24px 0 0;
}
.p-manevita .sec__post__list {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__post__list:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__post__list {
    width: calc(50% - 12px);
  }
}
.p-manevita .sec__post__imgbox img {
  max-width: 100%;
}
.p-manevita .sec__post__txtbox {
  padding: 16px 0 0;
}
.p-manevita .sec__post__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.p-manevita .sec__post__desc {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.p-manevita .sec__method {
  margin: 80px 0 0;
}
.p-manevita .sec__method__flex {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__method__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.p-manevita .sec__method__item {
  padding: 48px 24px;
  border: 1px solid #ccc;
  border-radius: 28px;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-manevita .sec__method__item {
    padding: 48px 10px;
    width: calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__method__item {
    width: 100%;
    padding: 24px 24px 30px;
  }
}
.p-manevita .sec__method__item__ttl {
  font-size: 18px;
  font-weight: bold;
}
.p-manevita .sec__method__item .u-fz_3 {
  margin: 15px 0 60px;
}
@media screen and (max-width: 1120px) {
  .p-manevita .sec__method__item .u-fz_3 {
    margin: 15px 0 30px;
  }
}
.p-manevita .sec__method__item:not(:first-of-type) .sec__method__btn {
  background: #cc0133;
}
.p-manevita .sec__method__item:not(:first-of-type) .sec__method__btn .sec__method__fukidashiwrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-manevita .sec__method__item:not(:first-of-type) .sec__method__btn .sec__method__fukidashiwrap .sec__method__fukidashi {
  color: #cc0133;
  -webkit-box-shadow: 2px 2px 0 rgba(255, 152, 255, 0.25);
  box-shadow: 2px 2px 0 rgba(255, 152, 255, 0.25);
}
.p-manevita .sec__method__item:not(:first-of-type) .sec__method__btn .sec__method__fukidashiwrap .sec__method__fukidashi:before {
  border-top: 8px solid rgba(255, 152, 255, 0.25);
}
.p-manevita .sec__method__btn {
  position: relative;
  display: block;
  width: 300px;
  background: #007bc7;
  border-radius: 999px;
  margin: 40px 0 0;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
}
@media screen and (max-width: 857px) {
  .p-manevita .sec__method__btn {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__method__btn {
    width: 100%;
  }
}
.p-manevita .sec__method__txt1 {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.p-manevita .sec__method__txt2 {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.p-manevita .sec__method__txt2 img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
  margin: 0 0 0 2px;
}
.p-manevita .sec__method__fukidashiwrap {
  position: absolute;
  left: 50%;
  top: -38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #072c4a;
  border-radius: 999px;
}
.p-manevita .sec__method__fukidashiwrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #072c4a;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__method__fukidashiwrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__method__fukidashi {
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  color: #007bc7;
  background: #fff;
  border-radius: 999px;
  white-space: nowrap;
  -webkit-box-shadow: 2px 2px 0 rgba(24, 152, 255, 0.25);
  box-shadow: 2px 2px 0 rgba(24, 152, 255, 0.25);
}
.p-manevita .sec__method__fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid rgba(24, 152, 255, 0.25);
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-manevita .sec__method__about {
  margin: 40px 0 0;
  border: 1px solid #cc0133;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__method__about {
    padding: 24px;
  }
}
.p-manevita .sec__method__about .u-fz_1 {
  color: #cc0133;
}
.p-manevita .sec__method__about .u-fz_3 {
  margin: 10px 0 15px;
}
.p-manevita .sec__method__about .right {
  text-align: right;
}
.p-manevita .sec__method__about .right.u-fz_3 {
  margin: 0;
}
.p-manevita .sec__method__about .right a {
  color: #cc0133;
  margin: 0;
}
.p-manevita .sec__intro {
  margin: 80px 0 0;
}
.p-manevita .sec__intro__flex {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__intro__flex {
    margin: 32px 0 0;
    gap: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-manevita .sec__intro__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__intro__item {
    width: 100%;
  }
}
.p-manevita .sec__intro__item .u-fz_1 {
  margin: 10px 0;
}
.p-manevita .sec__intro__item .u-fz_9 {
  color: #666;
  margin: 0 0 5px;
}
.p-manevita .sec__intro__iframe {
  padding: 56% 0 0;
  position: relative;
}
.p-manevita .sec__intro__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-manevita .sec__content {
  margin: 80px 0 0;
}
.p-manevita .sec__content .c-ttl-9 {
  margin: 40px 0 0;
}
.p-manevita .sec__content .u-fz_1 {
  margin: 15px 0 0;
}
.p-manevita .sec__content .u-fz_1 + .u-fz_1 {
  margin: 15px 0 0;
}
.p-manevita .sec__content .u-fz_1 a {
  color: var(--blue);
  text-decoration: underline;
}
.p-manevita .sec__content .u-fz_1 a:hover {
  text-decoration: none;
}
.p-manevita .sec__content .u-fz_1 a img {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.p-manevita .sec__content__wysywyg h3 {
  margin: 30px 0 0;
  font-size: 1.8em;
  line-height: 1.5;
  padding: 0 8px 16px 8px;
  border-bottom: 2px solid var(--gray8);
  position: relative;
  font-weight: bold;
}
.p-manevita .sec__content__wysywyg h3:before {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__content__wysywyg h3 {
    font-size: 1.8em;
  }
}
.p-manevita .sec__content__wysywyg p {
  margin: 15px 0 0;
  font-size: 1.6em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__content__wysywyg p {
    font-size: 1.4em;
  }
}
.p-manevita .sec__content__wysywyg p a {
  color: var(--blue);
  text-decoration: underline;
}
.p-manevita .sec__content__wysywyg p a:hover {
  text-decoration: none;
}
.p-manevita .sec__bg {
  margin: 80px 0 0;
  background: #fcfaee;
  padding: 55px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__bg {
    padding: 55px 24px;
  }
}
.p-manevita .sec__bg__imgbox {
  margin: 40px 0 0;
}
.p-manevita .sec__bg__imgbox img {
  max-width: 100%;
}
.p-manevita .sec__bg__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__bg__ttl {
    font-size: 18px;
  }
}
.p-manevita .sec__bg__ttl span {
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__bg__ttl span {
    font-size: 16px;
  }
}
.p-manevita .sec__bg__wysywyg p {
  font-size: 1.6em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-manevita .sec__bg__wysywyg p {
    font-size: 1.4em;
  }
}
.p-manevita .sec__bg__wysywyg p + p {
  margin: 15px 0 0;
}
.p-manevita .sec__bg__wysywyg p a {
  color: #0162a3;
  text-decoration: underline;
}
.p-manevita .sec__bg__wysywyg p a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=p-manevita.css.map */
