@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: inline-block;
  }
}

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

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* CSS Document */
html {
  overflow-y: scroll;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

main,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #231815;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
}

a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

input,
select {
  vertical-align: middle;
}

summary {
  list-style: none;
}

/* Chrome/Safari用 */
summary::-webkit-details-marker {
  display: none;
}

/* CSS Document */
/* CSS Document */
.tel--hidden {
  display: none;
}

.container {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(215, 227, 247, 0.7);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  width: 94%;
}
@media screen and (max-width: 750px) {
  .header-inner {
    padding: 4vw 0;
  }
  .header-inner .brand {
    width: 49%;
  }
  .header-inner .header-cta {
    width: 47%;
  }
}

.brand-mark {
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0b3a8c;
  color: #fff;
  display: inline-block;
}

.tel {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.1;
}

/* Hero */
.hero {
  padding: 0;
}

/* cv */
.cv_box .container {
  position: relative;
  top: 0;
  left: 0;
}
.cv_box .main_content {
  border-bottom: 18px solid #B10014;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content {
    border-bottom: 3vw solid #B10014;
  }
}
.cv_box .main_content .title_area {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  background-color: #B10014;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content .title_area {
    padding: 2vw 6vw;
  }
}
.cv_box .main_content .content_area {
  background: url(../images/cv_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 49px 49px 10px;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content .content_area {
    display: block;
    padding: 0px 3.4vw 5vw;
  }
}
.cv_box .main_content .content_area .text_area {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content .content_area .text_area {
    width: 102%;
    position: relative;
    top: -8px;
    left: 0;
  }
  .cv_box .main_content .content_area .text_area img {
    display: block;
    width: 100%;
  }
}
.cv_box .main_content .content_area .btn {
  width: 49%;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content .content_area .btn {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
  }
  .cv_box .main_content .content_area .btn a {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  .cv_box .main_content .content_area .btn a img {
    width: 100%;
  }
}
.cv_box .main_content .content_area .attention_block {
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content .content_area .attention_block {
    display: none;
  }
}
.cv_box .card_block {
  margin-top: 20px;
  width: 88%;
}
@media screen and (max-width: 750px) {
  .cv_box .card_block {
    margin-top: 12vw;
    width: 100%;
  }
}
.cv_box .cv_catch_img {
  position: absolute;
  bottom: 0;
  right: 22px;
  width: 260px;
}
@media screen and (max-width: 750px) {
  .cv_box .cv_catch_img {
    display: none;
  }
}

/* form */
.form .container {
  padding: 37px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .form .container {
    padding: 8vw 0 7vw;
  }
}
.form .container .cv_box_attention {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .form .container .cv_box_attention {
    font-size: 2.9vw;
  }
}
.form .cv_box {
  background-color: #FCE8EA;
}
.form .form_box {
  border: 4px solid #B10014;
  background-color: #fff;
}
.form .form_box .section-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  background: #B10014;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-head {
    padding: 4vw 4vw 4vw;
  }
}
.form .form_box .section-head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../images/form_arw.svg) no-repeat center/auto 100%;
}
.form .form_box .section-content {
  padding: 35px 38px;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-content {
    padding: 12vw 5vw 8vw;
  }
}
.form .form_box .section-content .quote-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1% 1fr 1% 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1%;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-content .quote-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
.form .form_box .section-content .box label {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-content .box select {
    -webkit-appearance: none;
  }
}
.form .form_box .section-content .box select,
.form .form_box .section-content .box input {
  width: 100%;
  font-size: 16px;
  padding: 31px 10px;
  border: 1px solid #B10014;
  background-color: #E5E5E5;
  border-radius: 10px;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-content .box select,
  .form .form_box .section-content .box input {
    padding: 5.5vw 4vw;
    border-radius: 5px;
    font-size: 4.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.form .form_box .section-content .box .attention {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .form .form_box .section-content .box .attention {
    font-size: 2.9vw;
  }
}
.form .form_box .quote-actions {
  margin-top: 69px;
}
@media screen and (max-width: 750px) {
  .form .form_box .quote-actions {
    margin-top: 8vw;
  }
}
.form .form_box .quote-actions .quote-btn a,
.form .form_box .quote-actions .quote-btn button {
  display: block;
  margin: 0 auto;
  max-width: 824px;
  width: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC6694), to(#FF0027));
  background: linear-gradient(#FC6694, #FF0027);
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  font-size: 24px;
  padding: 12px 0;
}
@media screen and (max-width: 750px) {
  .form .form_box .quote-actions .quote-btn a,
  .form .form_box .quote-actions .quote-btn button {
    font-size: 5vw;
    width: 86%;
    padding: 4.2vw 0;
  }
}
.form .form_box .quote-actions .quote-text {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .form .form_box .quote-actions .quote-text {
    text-align: left;
    margin-top: 7vw;
    font-size: 2.9vw;
  }
}
.form .form_box .quote-actions .quote-text a {
  font-weight: bold;
  text-decoration: underline;
}
.form .form_area {
  padding: 80px 0;
  background: url(../images/cv_price_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .form .form_area {
    background: none;
    padding: 0;
  }
  .form .form_area .container {
    max-width: 100%;
    width: 100%;
  }
}

/* services */
.services {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .services {
    margin-top: 0;
  }
}
.services .section-head {
  text-align: center;
  background-color: #B10014;
  padding: 19px 0;
}
@media screen and (max-width: 750px) {
  .services .section-head {
    padding: 10vw 0;
  }
}
.services .container {
  width: min(1104px, 100% - 32px);
}
@media screen and (max-width: 750px) {
  .services .container {
    width: 98%;
  }
}
.services .icon-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5% 1fr 0.5% 1fr 0.5% 1fr 0.5% 1fr 0.5% 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 23px 0.5%;
}
@media screen and (max-width: 750px) {
  .services .icon-grid {
    -ms-grid-columns: 1fr 0.5% 1fr 0.5% 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5vw 0.5%;
  }
}
.services .services_in {
  padding: 32px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FCE8EA));
  background: linear-gradient(#FFFFFF, #FCE8EA);
}
.services .grid_attntion {
  font-size: 14px;
  text-align: right;
}
.services .service_copy {
  margin: 0 auto;
  max-width: 440px;
  width: 90%;
}
.services .service_bottom {
  position: relative;
  top: 0;
  left: 0;
  background-color: #FCE8EA;
  padding-top: 63px;
}
@media screen and (max-width: 750px) {
  .services .service_bottom {
    padding-top: 44vw;
  }
}
.services .service_bottom .text_box {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .services .service_bottom .text_box {
    top: -2vw;
  }
  .services .service_bottom .text_box .service_copy {
    margin: 0 auto;
    width: 77%;
  }
}
.services .service_bottom .text_box .service_attention {
  font-size: 20px;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .services .service_bottom .text_box .service_attention {
    margin-bottom: 9vw;
    font-size: 4.1vw;
  }
}

/* compare */
.compare .section-head {
  background-color: #1C63A5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 0;
}
@media screen and (max-width: 750px) {
  .compare .section-head {
    padding: 4vw 0 5vw;
  }
}
.compare .section-head .section-title {
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .compare .section-head .section-title {
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 1.6em;
  }
}
.compare .compare_in {
  padding: 47px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0E8FF), to(#fff));
  background: linear-gradient(#D0E8FF, #fff);
}
@media screen and (max-width: 750px) {
  .compare .compare_in {
    padding: 8vw 0 0;
  }
}
.compare .compare_in .table_toptext {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .compare .compare_in .table_toptext {
    margin-bottom: 7vw;
  }
}
.compare .compare_in figure {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .compare .compare_in figure {
    overflow-x: scroll;
  }
  .compare .compare_in figure img {
    width: 147%;
    max-width: 1000vw;
  }
}
.compare .compare_in figure figcaption {
  margin-top: 9px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .compare .compare_in figure figcaption {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.compare .compare_in .cv_box {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .compare .compare_in .cv_box {
    margin: 7vw calc(50% - 50vw) 0;
    padding: 3vw 0 7vw;
    background: #FCE8EA;
  }
}
.compare {
  /* =========================
   compare お客様の声 slider
  ========================= */
}
.compare .voice-slider {
  padding: 0 40px;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 54px;
}
.compare .voice-slider__head {
  margin-bottom: 42px;
  text-align: center;
}
.compare .voice-slider__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
@media screen and (max-width: 750px) {
  .compare .voice-slider__title {
    font-size: 5.5vw;
  }
}
.compare .voice-slider__title span {
  color: #B10014;
}
.compare .voice-slider input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.compare .voice-slider__main {
  position: relative;
}
.compare .voice-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.compare .voice-card {
  width: 33.3333%;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.compare .voice-card__inner {
  background: #f4f4f4;
  border: 1px solid #8d8d8d;
  border-radius: 40px;
  -webkit-box-shadow: 0 20px 35px rgba(216, 170, 181, 0.28);
          box-shadow: 0 20px 35px rgba(216, 170, 181, 0.28);
  padding: 43px 68px 64px;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__inner {
    padding: 10vw 5vw;
  }
}
.compare .voice-card__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__place {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
}
.compare .voice-card__place .map_icon {
  width: 50px;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__place .map_icon {
    width: 8vw;
  }
}
.compare .voice-card__list {
  margin: 0;
}
.compare .voice-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 16px 0;
  border-top: 2px dashed #B10014;
}
.compare .voice-card__row:last-child {
  border-bottom: 2px dashed #B10014;
}
.compare .voice-card__row dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  padding: 6px 10px;
  border-radius: 999px;
  background: #B10014;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__row dt {
    font-size: 3.6vw;
    padding: 5px 14px;
  }
}
.compare .voice-card__row dd {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #111;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__row dd {
    font-size: 4vw;
  }
}
.compare .voice-card__comment {
  position: relative;
  margin-top: 48px;
  padding: 12px 36px 60px;
  background: #F2B4BB;
  border: 4px solid #B10014;
  border-radius: 28px;
}
@media screen and (max-width: 750px) {
  .compare .voice-card__comment {
    padding: 3vw 5vw 4vw;
  }
}
.compare .voice-card__comment::before {
  content: "";
  position: absolute;
  left: 90px;
  bottom: -34px;
  width: 0;
  height: 0;
  border-top: 34px solid #B10014;
  border-right: 34px solid transparent;
}
.compare .voice-card__comment::after {
  content: "";
  position: absolute;
  left: 94px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-top: 28px solid #F2B4BB;
  border-right: 28px solid transparent;
}
.compare .voice-card__comment p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #111;
}
.compare #voice-slide-1:checked ~ .voice-slider__main .voice-slider__track {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.compare #voice-slide-2:checked ~ .voice-slider__main .voice-slider__track {
  -webkit-transform: translateX(-33.3333%);
          transform: translateX(-33.3333%);
}
.compare #voice-slide-3:checked ~ .voice-slider__main .voice-slider__track {
  -webkit-transform: translateX(-66.6666%);
          transform: translateX(-66.6666%);
}
.compare .voice-slider__arrows {
  pointer-events: none;
}
.compare .voice-slider__arrow-group {
  display: none;
}
.compare #voice-slide-1:checked ~ .voice-slider__main .voice-slider__arrow-group--1,
.compare #voice-slide-2:checked ~ .voice-slider__main .voice-slider__arrow-group--2,
.compare #voice-slide-3:checked ~ .voice-slider__main .voice-slider__arrow-group--3 {
  display: block;
}
.compare .voice-slider__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.compare .voice-slider__arrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 11px auto 0;
  border-top: 6px solid #B10014;
  border-right: 6px solid #B10014;
}
.compare .voice-slider__arrow--prev {
  left: -18px;
}
.compare .voice-slider__arrow--prev::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 11px auto 0;
  border-top: 6px solid #B10014;
  border-right: 6px solid #B10014;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.compare .voice-slider__arrow--next {
  right: -18px;
}
.compare .voice-slider__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.compare .voice-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.compare .voice-slider__dots label {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfd8dc;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compare #voice-slide-1:checked ~ .voice-slider__main .voice-slider__dots label:nth-child(1),
.compare #voice-slide-2:checked ~ .voice-slider__main .voice-slider__dots label:nth-child(2),
.compare #voice-slide-3:checked ~ .voice-slider__main .voice-slider__dots label:nth-child(3) {
  background: #B10014;
}
@media screen and (max-width: 750px) {
  .compare .voice-slider {
    margin-top: 50px;
    padding: 0 12px;
  }
  .compare .voice-slider__head {
    margin-bottom: 22px;
  }
  .compare .voice-slider__title {
    font-size: 28px;
    line-height: 1.5;
  }
  .compare .voice-card {
    padding: 0 10px;
  }
  .compare .voice-card__inner {
    border-radius: 24px;
    padding: 10vw 5vw 6vw;
  }
  .compare .voice-card__place {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .compare .voice-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
  }
  .compare .voice-card__row dt {
    min-width: 0;
    padding: 7px 14px;
    font-size: 14px;
  }
  .compare .voice-card__row dd {
    font-size: 16px;
    line-height: 1.7;
  }
  .compare .voice-card__comment {
    margin-top: 28px;
    padding: 20px 18px 36px;
    border-width: 3px;
    border-radius: 18px;
  }
  .compare .voice-card__comment::before {
    left: 42px;
    bottom: -22px;
    border-top: 22px solid #B10014;
    border-right: 22px solid transparent;
  }
  .compare .voice-card__comment::after {
    left: 45px;
    bottom: -17px;
    border-top: 18px solid #F2B4BB;
    border-right: 18px solid transparent;
  }
  .compare .voice-card__comment p {
    font-size: 15px;
    line-height: 1.9;
  }
  .compare .voice-slider__arrow {
    width: 30px;
    height: 30px;
  }
  .compare .voice-slider__arrow::before {
    width: 14px;
    height: 14px;
    margin-top: 8px;
    border-top-width: 4px;
    border-right-width: 4px;
  }
  .compare .voice-slider__arrow--prev {
    left: -2px;
  }
  .compare .voice-slider__arrow--next {
    right: -2px;
  }
  .compare .voice-slider__dots {
    margin-top: 18px;
    gap: 10px;
  }
  .compare .voice-slider__dots label {
    width: 10px;
    height: 10px;
  }
}

.section-title--icon {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section-title--icon {
    font-size: 7.5vw;
  }
  .section-title--icon .line {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
  .section-title--icon .line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -14%;
    width: 128%;
    height: 5vw;
    background-color: #FAFA53;
    z-index: -1;
  }
}
.section-title--icon .icon {
  position: relative;
  top: 0;
  left: 0;
}
.section-title--icon .icon:before {
  content: "";
  position: relative;
  top: 0.1em;
  left: -0.2em;
  display: inline-block;
  height: 1em;
  width: 0.8em;
  background: url(../images/title_icon.svg) no-repeat center/100% auto;
}
@media screen and (max-width: 750px) {
  .section-title--icon .icon:before {
    display: none;
  }
}

/* reason-flow bg */
.reason-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FCE8EA));
  background: linear-gradient(#fff, #FCE8EA);
}

/* reasons */
.reasons {
  padding-top: 30px;
}
.reasons .reason-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 37px;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 36px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2vw;
    margin-top: 8vw;
    grid-auto-rows: unset;
  }
}
.reasons .container {
  width: min(1096px, 100% - 32px);
}
.reasons .reason-card {
  border-radius: 15px;
  border: 4px solid #B10014;
  background-color: #fff;
}
.reasons .reason-card dt {
  background: #B10014;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dt {
    padding: 1vw 0;
  }
}
.reasons .reason-card dt h3 {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dt h3 {
    font-size: 6vw;
  }
}
.reasons .reason-card dt h3 sup {
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dt h3 sup {
    font-size: 3vw;
  }
}
.reasons .reason-card dd {
  padding: 20px 24px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dd {
    padding: 5vw 4vw 4vw;
  }
}
.reasons .reason-card dd p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dd p {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.reasons .reason-card dd p .clr-red {
  color: #B10014;
}

/* flow */
.flow {
  margin-top: 76px;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .flow {
    padding-bottom: 7vw;
  }
}
.flow .steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 102px;
}
@media screen and (max-width: 750px) {
  .flow .steps {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 11vw calc(50% - 50vw) 0;
  }
}
.flow .steps .step {
  position: relative;
  top: 0;
  left: 0;
  padding: 60px 20px 20px;
}
@media screen and (max-width: 750px) {
  .flow .steps .step {
    position: relative;
    top: 0;
    left: 0;
    padding: 10vw 9vw 12vw;
  }
}
.flow .steps .step.step--arw:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 22px;
  height: 100%;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .flow .steps .step.step--arw:after {
    display: none;
  }
}
.flow .steps .step.step01 {
  background-color: #F7C3C8;
}
.flow .steps .step.step01:after {
  background: url(../images/flow_arw1.svg) no-repeat center/100% auto;
}
.flow .steps .step.step02 {
  background-color: #F2B4BB;
}
.flow .steps .step.step02:after {
  background: url(../images/flow_arw2.svg) no-repeat center/100% auto;
}
.flow .steps .step.step03 {
  background-color: #E2959C;
}
.flow .steps .step.step03:after {
  background: url(../images/flow_arw3.svg) no-repeat center/100% auto;
}
.flow .steps .step.step04 {
  background-color: #E0868E;
}
.flow .steps .step .step-num {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .flow .steps .step .step-num {
    position: absolute;
    top: -14%;
    left: 9%;
    width: 82%;
    text-align: left;
    padding: 0;
  }
}
.flow .steps .step .step-num span {
  width: 163px;
  padding: 4px 0;
  display: inline-block;
  border-radius: 100px;
  background-color: #B10014;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow .steps .step .step-num span {
    font-weight: 500;
    font-size: 5vw;
    line-height: 1em;
    padding: 1em;
    width: 5vw;
    height: 5vw;
  }
}
.flow .steps .step h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow .steps .step h3 {
    text-align: left;
    color: #B10014;
    font-size: 5.6vw;
  }
}
.flow .steps .step .step-icon {
  width: 117px;
  margin: 34px auto 0;
}
.flow .steps .step p {
  margin-top: 33px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .flow .steps .step p {
    margin-top: 3vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .flow .steps .step .step-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow .steps .step .step-body .step-body-in {
    width: 64%;
  }
  .flow .steps .step .step-body .step-icon-in {
    width: 29%;
  }
}
.flow .cv_box {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .flow .cv_box {
    margin-top: 4vw;
  }
}

/* faq */
.faq {
  padding: 78px 0;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 5vw 0;
  }
}
.faq .faq-list {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  row-gap: 18px;
}
@media screen and (max-width: 750px) {
  .faq .faq-list {
    margin-top: 6vw;
  }
}
.faq .faq-list details:first-of-type summary::marker,
.faq .faq-list :is(::-webkit-details-marker) {
  display: none;
}
.faq .faq-list summary {
  position: relative;
  top: 0;
  left: 0;
}
.faq .faq-list .faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 23px;
  background-color: #FCE8EA;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .faq .faq-list .faq-q {
    padding: 5.2vw 5vw;
  }
}
.faq .faq-list .faq-q:after {
  content: "";
  margin-right: 10px;
  display: inline-block;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .faq .faq-list .faq-q:after {
    position: absolute;
    right: 0;
    top: 40%;
  }
}
.faq .faq-list .faq-q .q-badge {
  background-color: #B10014;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  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;
  font-size: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .faq .faq-list .faq-q .q-badge {
    font-size: 3.2vw;
    font-weight: 500;
    width: 8vw;
    height: 8vw;
  }
}
.faq .faq-list .faq-q .q-text {
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 140px);
}
@media screen and (max-width: 750px) {
  .faq .faq-list .faq-q .q-text {
    font-size: 4vw;
    width: calc(100% - 12vw);
  }
}
.faq .faq-list .faq-a {
  background-color: #F2B4BB;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px;
}
@media screen and (max-width: 750px) {
  .faq .faq-list .faq-a {
    font-size: 4vw;
    padding: 6vw 4vw;
  }
}

/* area */
.area-overview-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FCE8EA));
  background: linear-gradient(#fff, #FCE8EA);
  padding-bottom: 225px;
}

.area {
  padding-top: 58px;
}
@media screen and (max-width: 750px) {
  .area {
    padding-top: 2vw;
  }
}
.area .container {
  width: min(1070px, 100% - 32px);
}
.area .initial span {
  background-color: #B10014;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  width: 64px;
  padding: 4px 0;
}
.area .area-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  font-size: 16px;
  margin-top: 77px;
}
@media screen and (max-width: 750px) {
  .area .area-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    font-size: 3.6vw;
    row-gap: 12vw;
    margin-top: 5vw;
    border-bottom: 1px solid #707070;
    padding-bottom: 9vw;
  }
}
.area .area-grid h3 {
  font-size: 32px;
  border-radius: 10px;
  color: #fff;
  background-color: #B10014;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  padding: 18px 33px;
}
@media screen and (max-width: 750px) {
  .area .area-grid h3 {
    font-size: 5vw;
    text-align: center;
    padding: 2.3vw 0;
  }
}
.area .area-grid ul {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  row-gap: 18px;
}
@media screen and (max-width: 750px) {
  .area .area-grid ul {
    margin-top: 9vw;
  }
}
.area .area-grid .area-text {
  margin-top: 10px;
}

/* overview */
.overview {
  margin-top: 76px;
}
@media screen and (max-width: 750px) {
  .overview {
    margin-top: 0;
    padding-top: 9vw;
    padding-bottom: 50vw;
  }
}
.overview table {
  margin-top: 37px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .overview table {
    font-size: 3.6vw;
  }
}
.overview table th {
  font-weight: normal;
  width: 400px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .overview table th {
    background-color: #E5E5E5;
    width: 30%;
    padding: 5vw 0;
    text-align: center;
  }
}
.overview table td {
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .overview table td {
    padding: 5vw 4vw;
  }
}

/* bottom-cta */
.bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #B10014;
  padding: 26px 0;
}
@media screen and (max-width: 750px) {
  .bottom-cta {
    padding: 0;
  }
  .bottom-cta .sp_copy {
    width: 100%;
    background-color: #F5A623;
    text-align: center;
    padding: 3vw 0;
  }
  .bottom-cta .sp_copy img {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
  .bottom-cta .tel-block {
    display: none;
  }
}
.bottom-cta .bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
}
@media screen and (max-width: 750px) {
  .bottom-cta .bottom-inner {
    width: 90%;
    padding: 4vw 0;
  }
}

/* complete_content */
.complete_content {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .complete_content {
    padding-bottom: 0;
  }
}
.complete_content .message {
  padding-top: 114px;
  padding-bottom: 77px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .complete_content .message {
    padding-top: 15vw;
    padding-bottom: 8vw;
  }
}
.complete_content .message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background-color: #FCE8EA;
  z-index: -1;
}
.complete_content .message .main_text {
  letter-spacing: 0.05em;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .complete_content .message .main_text {
    font-size: 5.8vw;
  }
}
.complete_content .message .intro_text {
  font-size: 20px;
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  .complete_content .message .intro_text {
    text-align: left;
    margin-top: 8vw;
    font-size: 4.2vw;
    padding: 0 6vw;
  }
}
.complete_content .message .attention_block {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .complete_content .message .attention_block {
    margin-top: 8vw;
    padding: 8vw 5vw;
  }
}
.complete_content .message .attention_block .attention_text {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .complete_content .message .attention_block .attention_text {
    font-size: 4.2vw;
  }
}
.complete_content .message .attention_block .attention_text span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .complete_content .message .attention_block .attention_text span {
    padding-bottom: 2vw;
  }
}
.complete_content .message .attention_block .attention_number {
  font-size: 50px;
  color: #B10014;
  font-weight: bold;
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .complete_content .message .attention_block .attention_number {
    font-size: 8.7vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .complete_content .price .container {
    width: 100%;
  }
}
.complete_content .price .price_box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #B10014;
}
@media screen and (max-width: 750px) {
  .complete_content .price .price_box {
    border-radius: 0;
  }
}
.complete_content .price .section-head {
  background-color: #B10014;
  text-align: center;
  color: #fff;
  padding: 25px 0;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-head {
    padding: 9vw;
  }
  .complete_content .price .section-head .section-title--icon .icon:before {
    display: inline-block;
  }
}
.complete_content .price .section-content {
  text-align: center;
  padding: 62px 4% 73px;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content {
    padding: 13vw 3% 10vw;
  }
}
.complete_content .price .section-content .main_text {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .main_text {
    font-size: 6.1vw;
  }
}
.complete_content .price .section-content .sub_text {
  font-size: 16px;
  margin-top: 17px;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .sub_text {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.complete_content .price .section-content .plan_list {
  margin: 40px auto 0;
  display: -ms-grid;
  display: grid;
  row-gap: 19px;
  max-width: 800px;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .plan_list {
    margin-top: 12vw;
  }
}
.complete_content .price .section-content .plan_list li {
  background-color: #E5E5E5;
  border-radius: 20px;
  padding: 18px 0 15px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .plan_list li {
    font-size: 5vw;
    padding: 5vw 0;
  }
}
.complete_content .price .section-content .plan_list li .plan_price .price {
  color: #B10014;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .plan_list li .plan_price .price {
    font-size: 7vw;
  }
}
.complete_content .price .section-content .btn {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .complete_content .price .section-content .btn {
    margin-top: 9vw;
    font-size: 4vw;
  }
}