@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 */
.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 #1C63A5;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cv_box .main_content {
    border-bottom: 3vw solid #1C63A5;
  }
}
.cv_box .main_content .title_area {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  background-color: #1C63A5;
}
@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: -39px;
  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: #D0E8FF;
}
.form .form_box {
  border: 4px solid #1C63A5;
  background-color: #fff;
}
.form .form_box .section-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  background: #1C63A5;
  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 #1C63A5;
  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(#FFBE57), to(#FF8900));
  background: linear-gradient(#FFBE57, #FF8900);
  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: #1C63A5;
  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(#D0E8FF));
  background: linear-gradient(#FFFFFF, #D0E8FF);
}
.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: #D0E8FF;
  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: #FD5503;
  -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(#FFD9B1), to(#fff));
  background: linear-gradient(#FFD9B1, #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: #D0E8FF;
  }
}

.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;
  }
}

/* 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 #1C63A5;
  background-color: #fff;
}
.reasons .reason-card dt {
  background: #1C63A5;
  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: #1C63A5;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .reasons .reason-card dd p {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

/* flow */
.flow {
  margin-top: 76px;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D0E8FF));
  background: linear-gradient(#fff, #D0E8FF);
}
@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: -20px;
  top: 0;
  width: 22px;
  height: 100%;
  display: block;
  z-index: 2;
}
.flow .steps .step.step01 {
  background-color: #E8F1F8;
}
.flow .steps .step.step01:after {
  background: url(../images/flow_arw1.svg) no-repeat center/100% auto;
}
.flow .steps .step.step02 {
  background-color: #D4E3F0;
}
.flow .steps .step.step02:after {
  background: url(../images/flow_arw2.svg) no-repeat center/100% auto;
}
.flow .steps .step.step03 {
  background-color: #BFD3E7;
}
.flow .steps .step.step03:after {
  background: url(../images/flow_arw3.svg) no-repeat center/100% auto;
}
.flow .steps .step.step04 {
  background-color: #AAC3DF;
}
.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: #1C63A5;
  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: #1C63A5;
    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: #E8F1F8;
  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: #1C63A5;
  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% - 90px);
}
@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: #D4E2F0;
  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(#D0E8FF));
  background: linear-gradient(#fff, #D0E8FF);
}

.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: #1C63A5;
  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: #1C63A5;
  -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;
  padding-bottom: 225px;
}
@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: #1C63A5;
  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: #D0E8FF;
  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 .intro_text--min {
  font-size: 12px;
  margin-top: 16px;
  color: #FF0000;
}
@media screen and (max-width: 750px) {
  .complete_content .message .intro_text--min {
    margin-top: 2vw;
    font-size: 3.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: #1C63A5;
  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 #1C63A5;
}
@media screen and (max-width: 750px) {
  .complete_content .price .price_box {
    border-radius: 0;
  }
}
.complete_content .price .section-head {
  background-color: #1C63A5;
  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: #1C63A5;
  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;
  }
}