@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border: 0;
  border-top: 1px solid;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,"Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  overflow-x: hidden;
}

a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover,
a:focus {
  opacity: 0.8;
}

.about {
  background-image: url(../img/about_bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
}

.about_title {
  font-size: 50px;
}

.about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.about_logo {
  margin-right: 60px;
}

.about_logo img {
  width: 100%;
}

.about_text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.2;
  margin-top: 24px;
  width: 600px;
}

.about_news {
  background: rgba(34, 34, 34, 0.3);
  margin-top: 80px;
  padding: 40px;
  width: 1100px;
}

.about_news_text {
  font-size: 26px;
}

.about_news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.about_news_item:first-of-type {
  width: 58%;
}

.about_news_item:last-of-type {
  width: 38%;
}

.about_news_item img {
  width: 100%;
}

.about_news_item figcaption {
  margin-top: 20px;
}

.about_news_item figcaption span:first-of-type {
  display: block;
  font-size: 18px;
}

.about_news_item figcaption span:last-of-type {
  color: #a4c2f2;
  display: block;
  font-size: 20px;
  margin-top: 16px;
}

.catch {
  background-color: #317aca;
  padding: 50px 0;
  position: relative;
}

.catch::after {
  border-color: #317aca transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  bottom: -29px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.catch_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}

.catch_img {
  margin-right: 24px;
  width: 15%;
}

.catch_img img {
  width: 100%;
}

.catch_points span {
  background-color: #fff;
  border-radius: 23px;
  color: #014c85;
  display: inline-block;
  font-size: 35px;
  height: 46px;
  line-height: 46px;
  margin: 0 8px;
  padding: 0 32px;
}

.catch_text {
  color: #ffe600;
  font-size: 40px;
  margin-top: 16px;
}

.comparison {
  padding-top: 180px;
}

.comparison_title {
  color: #4593e9;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.comparison_title::before {
  color: #014c85;
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.comparison_title::after {
  background: #014c85;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.comparison_table {
  margin-top: 60px;
}


.cta1 {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 0;
  width: 100%;
}

.cta1_container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 16px;
}

.cta1_button {
  background-color: #094;
  border-radius: 4px;
  box-shadow: 0px 3px 0 #00692F, inset -3px -3px 3px #007c37,
    inset 2px 2px 2px #1da559;
  color: #fff;
  display: block;
  font-size: 32px;
  position: relative;
  text-align: center;
  padding: 20px;
}

.cta1_button.--tel{
  background-color: #C22E2B;
  box-shadow: 0px 3px 0 #88201E, inset -3px -3px 3px #88201E,inset 2px 2px 2px #ea706d;
}

.cta1_button span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.cta1_button img {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta1_box2 {
  width: 43%;
}

.cta1_label {
  background-color: #4593e9;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}

.cta1_tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}

.cta1_tel img {
  margin-right: 16px;
  vertical-align: middle;
  width: 60px;
}

.cta1_info {
  font-size: 15px;
  margin-left: 78px;
  margin-top: 4px;
}

.cta1_text {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}

.cta1_text2{
  text-align: center;
  border-bottom: dashed 2px #aaa;
  width: fit-content;
  margin: 0 auto 10px;
  padding-bottom: 5px;
}

.cta1_text2 strong{
  font-size: 1.25em;
  color: #317aca;
}

.cta2 {
  background: #222;
  bottom: 0;
  color: #fff;
  padding: 20px 0;
  position: fixed;
  transform: translateY(120%);
  transition: transform 0.5s ease;
  width: 100%;
  z-index: 100;
}

.cta2.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cta2 .cta1_button{
  padding: 16px;
  font-size: 24px;
}

.cta2 .cta1_button span{
  font-size: 14px;
}

/* 上部固定のCTA */
.cta-fixed{
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 1.2rem 1.6rem;
  width: 480px;
  z-index: 999;
  box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.24);
  border-radius: 4px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.cta-fixed.js-inview{
  transform: translateY(0%);
  opacity: 1;
}

.cta-fixed .cta1_text{
  font-size: 12px;
}

.cta-fixed__container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 8px;
}

.cta-fixed .cta1_button{
  font-size: 14px;
  padding: 8px 0;
}

.cta-fixed .cta1_button span{
  font-size: 10px;
  margin-bottom: 4px;
}

.cta-fixed .cta1_button img{
  height: auto;
  width: 20px;
  left: 8px;
}


.faq {
  padding-bottom: 80px;
}

.faq_title {
  color: #08304e;
  font-size: 40px;
  margin-top: 180px;
  position: relative;
  text-align: center;
}

.faq_title span {
  color: #317aca;
  font-size: 26px;
  line-height: 2.5;
}

.faq_title::before {
  color: #014c85;
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.faq_title::after {
  background: #014c85;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.faq_list {
  margin-top: 60px;
}

.faq_question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #317aca;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 2;
  padding: 16px 30px;
}

.faq_question::before {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #014c85;
  border-radius: 50%;
  content: "Q";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  height: 48px;
  margin-right: 20px;
  text-align: center;
  width: 48px;
}

.faq_answer {
  color: #08304e;
  font-size: 22px;
  line-height: 1.5;
  margin-left: 98px;
  margin-top: 30px;
  padding-right: 30px;
}

.faq_answer:not(:last-of-type) {
  margin-bottom: 40px;
}

.features {
  padding-top: 180px;
}

.features_title {
  color: #08304e;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.features_title::before {
  color: #014c85;
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.features_title::after {
  background: #014c85;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.features_list {
  margin-top: 70px;
}

.features_item {
  background: #f5f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.features_item_img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 35%;
}

.features_item_textbox {
  padding-bottom: 32px;
}

.features_item_title {
  background: #317aca;
  color: #fff;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 120px;
}

.features_item_title span {
  font-size: 23px;
}

.features_item_catch {
  font-size: 30px;
  line-height: 2;
  margin-top: 32px;
  padding: 0 40px;
}

.features_item_detail {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.2;
  margin-top: 8px;
  padding: 0 40px;
}

.footer {
  padding: 60px 0 200px;
}

.footer_logo {
  display: block;
  margin: 0 auto;
  width: 60px;
}

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.footer_item {
  color: #aaa;
  font-size: 11px;
  line-height: 2;
}

.footer_item span {
  color: #014c85;
  font-size: 13px;
}

.form {
  background-size: cover;
  background-image: url(../img/form_bg.jpg);
  padding-bottom: 120px;
  padding-top: 160px;
}

.form_title {
  color: #fff;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.form_title span {
  font-size: 26px;
  line-height: 2.5;
}

.form_title::before {
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form_title::after {
  background: #4593e9;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.form_form {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}

.form_container {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

.form_container:not(:last-of-type) {
  margin-bottom: 24px;
}

.form_label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #08304e;
  border-radius: 8px 0 0 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 25%;
}

.form_label.required {
  position: relative;
}

.form_label.required::after {
  content: "※必須";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form_input {
  color: #08304e;
  display: block;
  padding: 24px 40px;
  width: 100%;
}

.form_input_note {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.form_input.select {
  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;
}

.form_input.select div {
  width: 50%;
}

.form_input.select div:first-of-type {
  margin-bottom: 16px;
}

.form_input.select label {
  display: block;
  margin: 8px 0;
}

.form input[type="checkbox"] {
  height: 26px;
  margin-right: 10px;
  width: 26px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  background: #e1edfa;
  border-radius: 8px;
  display: block;
  padding: 10px;
  width: 100%;
}

.form input[type="text"],
.form input[type="email"] {
  height: 46px;
}

.form textarea {
  height: 400px;
}

.form_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #094;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 0 #222, inset -4px -4px 4px #007c37,
    inset 2px 2px 2px #1da559;
  box-shadow: 4px 4px 0 #222, inset -4px -4px 4px #007c37,
    inset 2px 2px 2px #1da559;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  width: 600px;
}

.form_button::before {
  background-image: url(../img/mail-icon.png);
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 43px;
}

.form .wpcf7-form-control.wpcf7-submit{
  margin-right: 0;
}

.form .wpcf7-spinner{
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
}

.header_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  width: 50%;
}

.header_logo img {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_tel {
  margin: 20px 20px 20px 0;
}

.header_tel_text {
  color: #014c85;
  font-size: 15px;
}

.header_tel_number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_tel_number img {
  width: 34px;
  margin-right: 8px;
}

.header_tel_info {
  font-size: 14px;
}

.header_button {
  background: #08304e;
  color: #fff;
  display: block;
  padding: 30px 16px;
  text-align: center;
}

.header_button * {
  vertical-align: middle;
}

.header_button_icon {
  margin-right: 8px;
}

.header_button span {
  font-size: 23px;
  margin-right: 16px;
}

.message {
  background-color: #08304e;
  background-image: url(../img/message_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 80px;
  padding-bottom: 100px;
  padding-top: 140px;
}

.message_title {
  font-size: 46px;
  margin-left: 40px;
  position: relative;
  width: 370px;
}

.message_title::before,
.message_title::after {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 40px;
}

.message_title::before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  left: -40px;
  top: -40px;
}

.message_title::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  bottom: -20px;
  right: -40px;
}

.message_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.message_box {
  width: 55%;
}

.message_info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message_titlebox {
  width: 73%;
}

.message_face {
  width: 25%;
}

.message_face img {
  width: 100%;
}

.message_name {
  font-size: 20px;
  line-height: 2;
}

.message_name span {
  font-size: 24px;
}

.message_subtitle {
  font-size: 30px;
  margin-top: 40px;
}

.message_body {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.2;
  margin-top: 40px;
}

.message_img {
  display: block;
  width: 40%;
}

.message_img img {
  width: 100%;
}

.message_img2 {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  width: 40%;
}

.message_img2 img {
  width: 100%;
}

.mv {
  /* padding-bottom: 120px; */
  background-color: #E5F2FF;
}
.mv_img img{
  width: 100%;
}
.mv_wrap{
  position: relative;
}

.mv_nav {
  background: rgba(239, 236, 236, 0.8);
}

.mv_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_nav_item {
  background: #f5f1f1;
  border-bottom: 6px solid #a4c2f2;
  border-left: 2px solid #fff;
  border-right: 1px solid #aaa;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 25%;
}

.mv_nav_item:hover,
.mv_nav_item:focus {
  border-bottom: 6px solid #4593e9;
}

.mv_nav_item a {
  display: block;
  height: 100%;
  width: 100%;
}

.mv_text {
  background: url(../img/honda/fv__img.jpg)center center/cover;
  height: 680px;
}

/* 追加セクション */
.explanation{
  position: relative;
  background-image: url(../img/explanation_bg.png);
  padding: 80px 0;
}
.explanation__title{
  font-size: 40px;
  text-align: center;
  color: #08304E;
}
.explanation__title .-big{
  font-size: 66px;
  color: #4593E9;
}
.explanation__img01{
  margin-top: 30px;
  text-align: center;
}
.explanation__img01 img{
  width: 100%;
}
.explanation__img02{
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.explanation__img02::before{
  content: "";
  background: url(../img/explanation_icon01.svg)center center/contain no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -6px;
  left: -6px;
}
.explanation__img02::after{
  content: "";
  background: url(../img/explanation_icon02.svg)center center/contain no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
.explanation__img02 img{
  width: 100%;
}
.system{
  padding: 80px 0 40px;
}
.system .system__inner{
  margin: 0 auto;
  max-width: 960px;
}
.system__title{
  font-size: 40px;
  text-align: center;
  color: #08304E;
}
.system__title .-big{
  font-size: 66px;
  color: #4593E9;
}
.system__img01{
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 960px;
}
.system__img01 img{
  width: 100%;
}
.system__text{
  font-size: 15px;
  line-height: 2;
}
.system__text.-mtb{
  margin: 35px 0;
}
.system__img02{
  text-align: center;
  margin: 50px 0 40px;
}
.system__img02 img{
  width: 100%;
}
.system__items{
  display: flex;
  justify-content: space-between;
}
.system__items.-num01{
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #E4E4E4;
}
.system__item{
  width: 50%;
}
.system__item.-img{
  width: 45%;
}
.system__item img{
  width: 100%;
}
/* タブレット */
@media (max-width: 1024px) {

  .explanation__title{
    font-size: 28px;
  }
  .explanation__title .-big{
    font-size: 56px;
  }
  .system__title{
    font-size: 28px;
  }
  .system__title .-big{
    font-size: 56px;
  }
  .system .system__inner{
    padding: 0 40px;
  }
  .comparison_table{
    white-space: nowrap;
    overflow: scroll;
  }
}
/* スマホ */
@media (max-width: 768px) {
  .explanation{
    padding: 30px 0 40px;
  }
  .explanation__title{
    font-size: 24px;
  }
  .explanation__title .-big{
    font-size: 35px;
  }
  
  .explanation__img01{
    margin-top: 30px;
    text-align: center;
  }
  .explanation__img01.u-sp{
    display: block;
  }
  .explanation__img01 img{
    width: 100%;
  }

  .explanation__img02{
    margin-top: 40px;
    text-align: center;
    position: relative;
  }
  .explanation__img02.u-sp{
    display: block;
  }
  .explanation__img02::before{
    content: "";
    background: url(../img/explanation_icon01.svg)center center/contain no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -6px;
    left: -6px;
  }
  .explanation__img02::after{
    content: "";
    background: url(../img/explanation_icon02.svg)center center/contain no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -6px;
    right: -6px;
  }
  .explanation__img02 img{
    width: 100%;
  }

  .system{
    padding: 40px 0;
  }
  .system .system__inner{
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
  }
  .system__title{
    font-size: 24px;
    text-align: center;
    color: #08304E;
  }
  .system__title .-big{
    font-size: 35px;
    color: #4593E9;
  }
  .system__img01{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 960px;
  }
  .system__img01.u-sp{
    display: block;
  }
  .system__img01 img{
    width: 100%;
  }
  .system__text{
    font-size: 14px;
    line-height: 2;
  }
  .system__text.-mtb{
    margin: 15px 0;
  }

  .system__img02{
    text-align: center;
    margin: 0;
  }
  .system__img02.u-sp{
    display: block;
  }
  .system__img02 img{
    width: 100%;
  }

  .system__items{
    display: flex;
    flex-direction: column-reverse;
  }
  .system__items.-num01{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #E4E4E4;
    flex-direction: column;
  }
  .system__item{
    width: 100%;
  }
  .system__item.-img{
    width: 100%;
    margin-bottom: 30px;
  }
  .system__item img{
    width: 100%;
  }

  /* 固定CTA */
  .cta-fixed{
    width: 100%;
    bottom: 0;
    top:auto;
    right: auto;
    padding: 8px;
    border: none;
    border-radius: 0;
  }

  .cta-fixed .cta1_text{
    margin-bottom: 8px;
  }
  .cta-fixed .cta1_button img{
    display: none;
  }

}


/* ポイント */
.points {
  background-image: url(../img/points_bg.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
}

.points_cta {
  max-width: 1240px;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}

.points_title {
  color: #222;
  display: inline-block;
  font-size: 90px;
  padding: 40px 0;
  position: relative;
}

.points_text {
  color: #08304e;
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}

.points_list {
  display: flex;
  gap: 15px;
  margin-top: -16px;
}

.points_item img{
  max-width: 100%;
}

/* 

  メーリングリスト作成の強み（PC） 

--------------------------------*/
.mailing-list{
  padding: 80px 0;
  background-color: #4493e9;
}

/* タイトル */
.mailing-list__title{
  position: relative;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-bottom: 54px;
}

.mailing-list__title .one{
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.mailing-list__title .one span{
  font-size: 66px;
  background-color: #ffe600;
  line-height: 1;
  display: inline-block;
  padding: 4px 6px 6px;
  color: #004C85;
}

.mailing-list__title .two{
  font-size: 40px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.mailing-list__title .img{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

/* 内容 */
.mailing-list__content{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.mailing-list__box{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.mailing-list__box.-column{
  flex-basis: calc(50% - 20px);
}

.mailing-list__point{
  font-size: 20px;
  color: #004C85;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mailing-list__point::before{
  content: "";
  background-image: url(../img/mailing-list/mailing-list__point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.mailing-list__heading{
  font-size: 32px;
  font-weight: 900;
  color: #004C85;
  margin-top: 10px;
}

.mailing-list__description{
  font-weight: 400; 
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.5;
}

.mailing-list__description + .mailing-list__description {
  margin-top: 24px;
}

.mailing-list__supplement {
  margin-top: 40px;
  text-align: center;
  color: #3279ca;
  font-size: 20px;
}

.mailing-list__ex{
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  text-decoration: underline;
}

.mailing-list__ex::before{
  content: "";
  background-image: url(../img/mailing-list/mailing-list__ex.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}

.mailing-list__lineup{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mailing-list__lineup-category{
  border-radius: 4px;
  border: solid 1px #eee;
  padding: 15px;
}

.mailing-list__lineup-category.-saiyo{
  flex-basis: calc(70% - 16px);
}
.mailing-list__lineup-category.-biyo{
  flex-basis: 30%;
}
.mailing-list__lineup-category.-eigyo{
  flex-basis: calc(44% - 16px);
}
.mailing-list__lineup-category.-insyoku{
  flex-basis: calc(35% - 16px);
}
.mailing-list__lineup-category.-iryo{
  flex-basis: 30%;
}
.mailing-list__lineup-category.-seizo{
  flex-basis: 20%;
}
.mailing-list__lineup-category.-koho{
  flex-basis: calc(30% - 16px);
}
.mailing-list__lineup-category.-ec{
  flex-basis: calc(60% - 16px);
}

.mailing-list__lineup ul{
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mailing-list__lineup li{
  padding: 7px 8px;
  font-size: 13px;
  background-color: #F6FBFF;
  color: #3179CA;
  font-weight: 400;
}

.mailing-list__lineup li.-etc{
  font-size: 13px;
  background: none;
  color: #c12e2a;
  font-weight: 500;
}

/* 

  メーリングリスト作成の強み（スマホ） 

--------------------------------*/
@media (max-width: 768px) {
  .mailing-list{
    padding: 40px 0;
  }
  .mailing-list__content{
    gap: 20px;
  }
  .mailing-list__box.-column{
    flex-basis: 100%;
  }
  .mailing-list__title{
    padding-bottom: 24px;
  }
  .mailing-list__title .one{
    font-size: 25px;
    position: relative;
    z-index: 1;
  }
  
  .mailing-list__title .one span{
    font-size: 25px;
  }
  
  .mailing-list__title .two{
    font-size: 25px;
    margin-top: 10px;
  }
  .mailing-list__title .img{
    display: none;
  }
  .mailing-list__box{
    padding: 20px;
  }
  .mailing-list__heading{
    font-size: 24px;
    line-height: 1.3;
  }
  .mailing-list__lineup-category{
    flex-basis: 100%!important;
  }
  .mailing-list__ex{
    justify-content: center;
  }
  .mailing-list__supplement {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
  }
}




.present {
  background-image: url(../img/present_bg.png);
  background-size: cover;
  padding-bottom: 60px;
}

.present_container {
  display: flex;
  padding-top: 60px;
  align-items: center;
  justify-content: space-between;
}
.present_container--top {
  justify-content: center;
}

.present_img {
  width: 20%;
  transform: rotate(10deg);
}

.present_img img {
  width: 100%;
}

.present_box{
  flex-grow: 1;
}

.present_text {
  letter-spacing: -0.1em;
  font-weight: 900;
}

.present_text .text2{
  margin-top: 24px;
}

.present_text .text1 {
  color: #317aca;
  font-size: 32px;
}

.present_text .text2 {
  color: #014c85;
  font-size: 40px;
}

.present_text .text3 {
  color: #317aca;
  font-size: 60px;
}

.present_text .text3 span:first-of-type {
  font-size: 39px;
}

.present_text .text3 span:last-of-type {
  color: #014c85;
  font-size: 39px;
}

.present_person{
  flex-basis: 320px;
}
.present_person img{
  width: 100%;
}

.present_note {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 24px;
}

.present_cta {
  margin-top: 20px;
}

.prices {
  background: #e1edfa;
  padding-bottom: 100px;
  padding-top: 160px;
}

.prices_title {
  color: #08304e;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.prices_title span {
  color: #317aca;
  font-size: 26px;
  line-height: 2.5;
}

.prices_title::before {
  color: #014c85;
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prices_title::after {
  background: #014c85;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.prices_container {
  background: #fff;
  border-radius: 8px;
  color: #08304e;
  margin-top: 64px;
  padding: 40px 80px;
  text-align: center;
}

.prices_subtitle {
  text-align: center;
}
.prices_subtitle img{
  max-width: 100%;
}

.prices_tip{
  max-width: 100%;
}

.prices_price-bg{
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 40px 15px;
  border-radius: 10px;
}

.prices_price {
  font-size: 80px;
  color: #de3d37;
  margin-top: 10px;
}

.prices_price span {
  font-size: 30px;
}

.prices_note {
  font-size: 14px;
  margin-top: 10px;
  line-height: 2;
}

.prices_note02 {
  width: fit-content;
  margin: 20px auto;
  font-size: 20px;
  text-decoration: ;
  text-decoration: underline wavy;
  text-underline-offset: 0.3em;
}

.prices_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices_item {
  background: #317aca;
  border-radius: 8px;
  color: #fff;
  padding: 40px 0 25px;
  width: 30%;
}

.prices_item_title {
  border: solid 1px #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 22px;
  padding: 5px 20px;
  letter-spacing: 0.2em;
  background: #004C85;
}

.prices_item_description{
  font-size: 20px;
  margin-bottom: 20px;
}

.prices_item_description span{
  font-size: 28px;
}

.prices_item_main {
  font-size: 48px;
  text-shadow: 4px 0px 0px #5B540E;
}

.prices_item_main span:first-of-type {
  color: #ffe600;
  font-size: 140px;
  line-height: 1;
}

.prices_item_main span:last-of-type {
  color: #ffe600;
  font-size: 53px;
}


.profile {
  background: #08304e;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 160px;
}

.profile_title {
  font-size: 40px;
  position: relative;
  text-align: center;
}

.profile_title::before {
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.profile_title::after {
  background: #4593e9;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.profile_table {
  font-size: 14px;
  margin: 0 auto;
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.profile_table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile_table div:not(:last-of-type) {
  margin-bottom: 30px;
}

.profile_table div:last-of-type dt {
  border: none;
}

.profile_table div:last-of-type dd span {
  font-weight: bold;
}

.profile_table dt {
  line-height: 1.75;
}

.profile_table dd {
  font-weight: normal;
  line-height: 1.75;
}

.profile_table dt {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 40px;
  text-align: center;
  width: 160px;
}

.reasons_title {
  font-size: 40px;
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-weight: 900;
  position: relative;
}

.reasons_title::before{
  content: "";
  display: block;
  position: absolute;
  top:-48px;
  left:50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 48px;
  border-color: transparent transparent #fff transparent;
}


.reasons_title .big {
  font-size: 66px;
}

.reasons_title .lightblue {
  color: #d62b38;
}

.reasons_title .blue {
  color: #d62b38;
}

.reasons_list {
  display: flex;
  align-items: stretch;
  background: #f5f1f1;
}

.reasons_item {
  text-align: center;
  flex-basis: calc( 100 / 3 * 1% );
}

.reasons_box {
  background: #f5f1f1;
  padding-top: 30px;
}

.reasons_box.light {
  background: #f8f8f8;
}

.reasons_name {
  border-bottom: 1px solid #333;
  margin: 0 auto;
  padding-bottom: 24px;
  width: calc(100% - 60px);
}

.reasons_name.light {
  border-bottom: 1px solid #014c85;
}

.reasons_name span:first-of-type {
  background-color: #e14a51;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  width: 62px;
}

.reasons_name span:last-of-type {
  color: #333;
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  vertical-align: bottom;
}

.reasons_name span:last-of-type.light {
  color: #333;
}

.reasons_goal {
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #333;
  display: inline-block;
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
  padding: 0 32px;
}

.reasons_number {
  color: #d62b38;
  font-size: 70px;
  margin-top: 14px;
}

.reasons_number span {
  font-size: 46px;
}

.reasons_up-arrow {
  margin-bottom: -1px;
  margin-top: 16px;
}

.reasons_text {
  background: #f5f1f1;
  font-size: 15px;
  font-weight: normal;
  height: 320px;
  line-height: 2;
  padding: 40px 32px;
  text-align: left;
}

.reasons_text.light {
  background: #f8f8f8;
}

.reasons_note {
  color: #aaa;
  font-size: 12px;
  margin-top: 18px;
  text-align: right;
}

.reasons_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.reasons_main_box {
  width: 45%;
}

.reasons_main_title {
  font-size: 60px;
  line-height: 1.5;
  margin-top: 66px;
}

.reasons_main_catch {
  color: #4593e9;
  font-size: 22px;
  margin-top: 40px;
}

.reasons_main_text {
  display: inline-block;
  font-size: 26px;
  line-height: 2;
  margin-top: 40px;
  padding: 10px 30px;
  position: relative;
}

.reasons_main_text::before,
.reasons_main_text::after {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 40px;
}

.reasons_main_text::before {
  border-left: 4px solid #222;
  border-top: 4px solid #222;
  left: 0;
  top: 0;
}

.reasons_main_text::after {
  border-bottom: 4px solid #222;
  border-right: 4px solid #222;
  bottom: 0;
  right: 0;
}

.reasons_main_figure {
  width: 55%;
}

.reasons_main_figure img {
  width: 100%;
}

.reasons_table {
  background: #f5f1f1;
  margin-top: 40px;
  padding: 40px;
}

.reasons_table_title {
  color: #08304e;
  font-size: 40px;
}

.reasons_table_title span {
  color: #aaa;
  font-size: 12px;
  margin-left: 20px;
}

.reasons_table_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  text-align: center;
}

.reasons_table_item1 {
  width: 33%;
}

.reasons_table_item1 dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #08304e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reasons_table_item1 dt img {
  margin-right: 20px;
}

.reasons_table_item1 dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffe600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px;
}

.reasons_table_item1 dd img {
  max-width: calc(100% - 30px);
}

.reasons_table_item2 {
  margin-top: 25px;
  width: 33%;
}

.reasons_table_item2 dt {
  background: #317aca;
  color: #fff;
  font-size: 18px;
  height: 75px;
  line-height: 75px;
}

.reasons_table_item2 dd {
  background: #fff;
  font-size: 30px;
  height: 114px;
  line-height: 114px;
  margin-top: 6px;
}

.reasons_table_item2 dd span {
  font-size: 20px;
}

.service {
  background: #f5f1f1;
  padding: 100px 0 0;
  text-align: center;
}

.service_title {
  margin: 0 auto;
  width: 75%;
}

.service_title img {
  width: 100%;
}

.service_desc {
  color: #317aca;
  font-size: 24px;
  line-height: 2;
  margin-top: 64px;
}

.service_desc .strong {
  color: #08304e;
  font-size: 36px;
}

.service_desc .u-marker::after {
  margin-top: -24px;
}

.service_note {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 48px;
}

.service_figure {
  margin-top: 40px;
}

.service_figure img {
  width: 100%;
}


.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.table > div:not(:last-of-type) {
  margin-right: 20px;
}

.table > div > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table > div > div:first-of-type {
  height: 80px;
}

.table > div > div:not(:first-of-type) {
  height: 110px;
}

.table_c1 {
  color: #317aca;
  font-size: 22px;
  margin-top: 8px;
  width: 155px;
}

.table_c1 > div {
  border-bottom: solid 4px #317aca;
}

.table_c2 {
  border: solid 4px #317aca;
  width: 230px;
}

.table_c2 > div:first-of-type {
  background-color: #317aca;
  color: #fff;
  font-size: 22px;
}

.table_c2 > div:not(:first-of-type) {
  background-color: #fbf6cd;
  background-image: url(../img/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #317aca;
  font-size: 30px;
}

.table_c2 > div:nth-of-type(2) {
  font-size: 36px;
}

.table_c2 > div:nth-of-type(2) > span {
  font-size: 16px;
  padding-top: 20px;
}

.table_c2 > div:nth-of-type(3) > div > span {
  background: #317aca;
  border-radius: 13px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  width: 160px;
}

.table_c2 > div:nth-of-type(3),
.table_c2 > div:nth-of-type(4),
.table_c2 > div:nth-of-type(5),
.table_c2 > div:nth-of-type(6),
.table_c2 > div:nth-of-type(7) {
  position: relative;
}

.table_c2 > div:nth-of-type(3)::before,
.table_c2 > div:nth-of-type(4)::before,
.table_c2 > div:nth-of-type(5)::before,
.table_c2 > div:nth-of-type(6)::before,
.table_c2 > div:nth-of-type(7)::before {
  background: #317aca;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
}

.table_c3,
.table_c4,
.table_c5 {
  border: solid 4px #aaa;
  width: 235px;
}

.table_c3 > div:first-of-type,
.table_c4 > div:first-of-type,
.table_c5 > div:first-of-type {
  background-color: #aaa;
  color: #fff;
  font-size: 22px;
}

.table_c3 > div:not(:first-of-type),
.table_c4 > div:not(:first-of-type),
.table_c5 > div:not(:first-of-type) {
  line-height: 2;
}

.table_c3 > div:nth-of-type(3),
.table_c3 > div:nth-of-type(4),
.table_c3 > div:nth-of-type(5),
.table_c3 > div:nth-of-type(6),
.table_c3 > div:nth-of-type(7),
.table_c4 > div:nth-of-type(3),
.table_c4 > div:nth-of-type(4),
.table_c4 > div:nth-of-type(5),
.table_c4 > div:nth-of-type(6),
.table_c4 > div:nth-of-type(7),
.table_c5 > div:nth-of-type(3),
.table_c5 > div:nth-of-type(4),
.table_c5 > div:nth-of-type(5),
.table_c5 > div:nth-of-type(6),
.table_c5 > div:nth-of-type(7) {
  position: relative;
}

.table_c3 > div:nth-of-type(3)::before,
.table_c3 > div:nth-of-type(4)::before,
.table_c3 > div:nth-of-type(5)::before,
.table_c3 > div:nth-of-type(6)::before,
.table_c3 > div:nth-of-type(7)::before,
.table_c4 > div:nth-of-type(3)::before,
.table_c4 > div:nth-of-type(4)::before,
.table_c4 > div:nth-of-type(5)::before,
.table_c4 > div:nth-of-type(6)::before,
.table_c4 > div:nth-of-type(7)::before,
.table_c5 > div:nth-of-type(3)::before,
.table_c5 > div:nth-of-type(4)::before,
.table_c5 > div:nth-of-type(5)::before,
.table_c5 > div:nth-of-type(6)::before,
.table_c5 > div:nth-of-type(7)::before {
  background: #aaa;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
}

.table2 {
  font-size: 12px;
}

.table2 th,
.table2 td {
  border: solid 1px #aaa;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  width: calc((100vw - 40px) / 5);
}

.table2 th span,
.table2 td span {
  font-size: 10px;
}

.table2 th {
  color: #014c85;
}

.table2 td:not(:first-of-type) {
  font-weight: normal;
}

.table2 tbody tr:first-of-type td:first-of-type {
  background: #317aca;
  color: #fff;
}

.table2 tbody tr:first-of-type td:not(:first-of-type) {
  background: #fbf6cd;
  background-image: url(../img/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #317aca;
  font-weight: bold;
}

.table2 tbody tr:nth-of-type(2) td:first-of-type,
.table2 tbody tr:nth-of-type(3) td:first-of-type,
.table2 tbody tr:nth-of-type(4) td:first-of-type,
.table2 tbody tr:nth-of-type(5) td:first-of-type,
.table2 tbody tr:nth-of-type(6) td:first-of-type {
  background-color: rgba(170, 170, 170, 0.5);
}
@media (max-width: 768px) {
  .table2.u-sp{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
   }
}

.voices {
  padding-top: 180px;
}

.voices_title {
  font-size: 40px;
  position: relative;
  text-align: center;
}

.voices_title::before {
  color: #014c85;
  content: attr(data-title);
  display: block;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.voices_title::after {
  background: #014c85;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}

.voices_list {
  margin-top: 80px;
}

.voices_item {
  margin-bottom: 60px;
}

.voices_info {
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.voices_face {
  margin-right: 20px;
}

.voices_company {
  font-size: 16px;
}

.voices_position {
  font-size: 14px;
  margin-top: 16px;
}

.voices_name {
  font-size: 18px;
  margin-top: 20px;
}

.voices_subtitle {
  line-height: 1.5;
  color: #317aca;
  font-size: 24px;
  margin-top: 28px;
}

.voices_body {
  font-weight: normal;
  line-height: 2.2;
  margin-top: 46px;
}

.why_title {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  font-size: 38px;
  margin-bottom: 100px;
  margin-top: 130px;
  position: relative;
  text-align: center;
}

.why_title::before,
.why_title::after {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 40px;
}

.why_title::before {
  border-left: 4px solid #222;
  border-top: 4px solid #222;
  left: 40px;
  top: -40px;
}

.why_title::after {
  border-bottom: 4px solid #222;
  border-right: 4px solid #222;
  bottom: -40px;
  right: 40px;
}

.why_container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why_box1,
.why_box2 {
  padding-bottom: 64px;
  padding-top: 80px;
  position: relative;
}

.why_box1::before,
.why_box2::before {
  border-style: solid;
  border-width: 0 27px 26px 27px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -25px;
  width: 0;
}

.why_box1 {
  background: #4593e9;
  margin-left: calc(50% - 50vw);
  margin-right: 40px;
  padding-left: calc(50vw - 50%);
  padding-right: 40px;
}

.why_box1::before {
  border-color: transparent transparent #4593e9 transparent;
  right: 260px;
}

.why_box2 {
  background: #08304e;
  margin-right: calc(50% - 50vw);
  padding-left: 40px;
  padding-right: calc(50vw - 50%);
}

.why_box2::before {
  border-color: transparent transparent #08304e transparent;
  left: 260px;
}

.why_summary {
  font-size: 30px;
  line-height: 1.6;
}

.why_img {
  display: block;
  margin-top: 35px;
  width: 100%;
}

.why_detail {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.1;
  margin-top: 32px;
}

.u-container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 60px;
}
.u-marker {
  display: inline-block;
}

.u-marker::after {
  background-color: #ffe600;
  content: "";
  display: block;
  height: 14px;
  margin-top: -14px;
  width: 100%;
}

.u-marker2 {
  background: #ffe600;
  color: #222;
  font-weight: bold;
}

.u-tab {
  display: none;
}

.u-sp {
  display: none;
}

@media (max-width: 1360px) {
  .about_title {
    font-size: 46px;
  }
  .about_news {
    width: 100%;
  }
  .catch_points span {
    font-size: 28px;
  }
  .cta1_button{
    font-size: 24px;
  }
  .cta1_button img{
    left: 16px;
  }
  .catch_text {
    font-size: 34px;
  }
  .cta1_button span {
    font-size: 13px;
    font-weight: 500;
  }
  .cta1_box2 {
    width: 47%;
  }
  .cta1_tel {
    font-size: 40px;
    text-align: center;
  }
  .cta1_info {
    margin-left: 0;
    text-align: center;
  }
  .cta2_box1 {
    width: 50%;
  }
  .cta2_button {
    font-size: 24px;
  }
  .cta2_button span {
    font-size: 16px;
  }
  .cta2_box2 {
    width: 46%;
  }
  .header_logo {
    width: 30%;
  }
  .header_tel_text {
    font-size: 12px;
  }
  .header_tel_number {
    font-size: 20px;
  }
  .header_tel_info {
    font-size: 11px;
  }
  .header_button span {
    font-size: 18px;
  }
  .message_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .message_subtitle {
    font-size: 26px;
    margin-top: 20px;
  }
  .message_img2 {
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
  }
 .mv_text {
    background: url(../img/honda/fv__img.jpg)center center/cover;
    height: 50vw;
  }

  .points {
    padding-top: 230px;
  }
  .points_cta {
    max-width: calc(100% - 80px);
  }
  .points_title {
    font-size: 64px;
  }
  .present_text .text1 {
    font-size: 26px;
  }
  .present_text .text2 {
    font-size: 38px;
  }
  .present_text .text3 {
    font-size: 56px;
  }
  .present_text .text3 span:first-of-type {
    font-size: 30px;
  }
  .present_text .text3 span:last-of-type {
    font-size: 30px;
  }
  .prices_item {
    padding: 20px 0;
    width: 31.5%;
  }
  .reasons_text {
    font-size: 14px;
    height: auto;
    padding: 20px;
  }
  .reasons_main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reasons_main_box {
    width: 50%;
  }
  .reasons_main_title {
    font-size: 50px;
  }
  .reasons_main_figure {
    width: 50%;
  }
  .service_desc {
    font-size: 16px;
  }
  .service_desc .strong {
    font-size: 24px;
  }
  .service_desc .u-marker::after {
    margin-top: -14px;
  }
  .why_title {
    font-size: 32px;
  }
  .u-container {
    padding: 0 40px;
  }
}

@media (max-width: 1024px) {
  .about_title {
    font-size: 36px;
  }
  .about_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about_logo {
    width: 100px;
  }
  .catch_points span {
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin: 0 4px;
    padding: 0 24px;
  }
  .catch_text {
    font-size: 24px;
  }
  .comparison_title {
    font-size: 34px;
  }
  .cta1_label {
    font-size: 16px;
    padding: 10px;
  }
  .cta1_tel {
    font-size: 30px;
  }
  .cta1_tel img {
    margin-right: 8px;
    width: 40px;
  }
  .cta1_info {
    font-size: 12px;
  }
  .cta1_text {
    font-size: 12px;
  }
  .cta2_text {
    font-size: 12px;
  }
  .cta2_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta2_button img {
    right: 20px;
  }
  .cta2_tel {
    font-size: 32px;
  }
  .cta2_tel img {
    margin-right: 10px;
    width: 44px;
  }
  .cta2_info {
    margin-left: 0;
    margin-top: 8px;
  }
  .faq_list {
    margin-top: 30px;
  }
  .faq_question {
    border-radius: 29px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .faq_answer {
    font-size: 18px;
  }
  .features_title {
    font-size: 30px;
  }
  .features_item_img {
    width: 40%;
  }
  .features_item_textbox {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .features_item_title {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    width: 100px;
  }
  .features_item_title span {
    font-size: 18px;
  }
  .features_item_catch {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .features_item_detail {
    font-size: 14px;
  }
  .form_input.select label {
    font-size: 13px;
  }
  .form input[type="checkbox"] {
    height: 18px;
    margin-right: 5px;
    width: 18px;
  }
  .header_tel {
    margin: 10px 10px 10px 0;
  }
  .header_button {
    padding: 16px;
  }
  .mv_nav_item {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
  .points {
    padding-top: 200px;
  }
  .points_title {
    font-size: 48px;
  }
  .points_text {
    font-size: 20px;
  }
  .present {
    padding-bottom: 30px;
  }
  .present_container {
    background-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
  }
  .present_box{
    flex-shrink: 0;
  }
  .present_text {
    margin-top: 10px;
  }
  .present_text .text2,
  .present_text .text3 {
    margin-top: 20px;
  }
  .present_text .text1 {
    font-size: 20px;
  }
  .present_text .text2 {
    font-size: 26px;
  }
  .present_text .text3 {
    font-size: 40px;
  }
  .present_text .text3 span:first-of-type {
    font-size: 30px;
  }
  .present_text .text3 span:last-of-type {
    font-size: 30px;
  }
  .present_person{
    flex-shrink: 1;
  }
  .present_note {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .prices_container {
    padding: 30px;
  }
  .prices_subtitle {
    font-size: 20px;
  }
  .prices_item_title {
    font-size: 14px;
  }
  .prices_item_description{
    font-size: 16px;
  }
  .prices_item_description span{
    font-size: 22px;
  }
  .prices_item_main {
    font-size: 40px;
  }
  .prices_item_main span:first-of-type {
    font-size: 90px;
  }
  .prices_item_main span:last-of-type {
    font-size: 46px;
  }
  .reasons_title {
    font-size: 28px;
  }
  .reasons_title .big {
    font-size: 56px;
  }
  .reasons_name span:first-of-type {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    width: 50px;
  }
  .reasons_name span:last-of-type {
    font-size: 16px;
    line-height: 24px;
  }
  .reasons_goal {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
  }
  .reasons_number {
    font-size: 64px;
    margin-top: 0;
  }
  .reasons_number span {
    font-size: 36px;
  }
  .reasons_main_title {
    font-size: 34px;
  }
  .reasons_main_text {
    font-size: 20px;
  }
  .reasons_table_title {
    font-size: 28px;
  }
  .reasons_table_item1 dt {
    font-size: 16px;
  }
  .reasons_table_item1 dt img {
    margin-right: 10px;
    width: 24px;
  }
  .reasons_table_item2 dt {
    font-size: 16px;
  }
  .reasons_table_item2 dd {
    font-size: 24px;
  }
  .reasons_table_item2 dd span {
    font-size: 16px;
  }
  .table_c1 {
    font-size: 18px;
  }
  .voices_face {
    width: 18%;
  }
  .voices_face img {
    width: 100%;
  }
  .voices_company {
    font-size: 14px;
  }
  .voices_position {
    font-size: 12px;
    margin-top: 5px;
  }
  .voices_name {
    font-size: 16px;
    margin-top: 5px;
  }
  .voices_subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .voices_body {
    font-size: 14px;
    margin-top: 20px;
  }
  .why_summary {
    font-size: 22px;
  }
  .u-tab {
    display: unset;
  }
}

@media (max-width: 768px) {
  .about_title {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .about_box {
    display: block;
  }
  .about_logo {
    margin: 0 auto;
  }
  .about_text {
    font-size: 14px;
    width: 100%;
  }
  .about_news {
    margin-top: 40px;
    padding: 16px;
  }
  .about_news_text {
    font-size: 20px;
    line-height: 1.3;
  }
  .about_news_list {
    display: block;
  }
  .about_news_item:first-of-type {
    width: 100%;
  }
  .about_news_item:last-of-type {
    width: 100%;
  }
  .about_news_item figcaption {
    margin-top: 10px;
  }
  .about_news_item figcaption span:first-of-type {
    font-size: 14px;
  }
  .about_news_item figcaption span:last-of-type {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 8px;
  }
  .catch_container {
    display: block;
  }
  .catch_img {
    margin: 0 auto;
    width: 30%;
  }
  .catch_points span {
    display: block;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin: 10px auto 0;
    padding: 8px 60px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .catch_text {
    font-size: 18px;
    text-align: center;
  }
  .comparison {
    padding-top: 130px;
  }
  .comparison_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .comparison_table {
    margin-top: 30px;
  }
  .cta1_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cta1{
    padding: 16px 0;
  }
  .cta1_box1 {
    width: 100%;
  }
  .cta1_button {
    font-size: 20px;
    padding: 12px 0;
  }
  .cta1_button span {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .cta1_button img {
    width: 24px;
  }
  .cta1_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  .cta1_tel {
    font-size: 7vw;
    margin-top: 0;
  }
  .cta1_tel img {
    width: 11vw;
  }
  .cta1_info {
    font-size: 3vw;
  }
  .cta2 {
    padding: 16px 0;
  }
  .cta2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cta2 .cta1_button{
    padding: 8px;
    font-size: 20px;
  }
  .cta2 .cta1_button span{
    font-size: 12px;
  }
  .faq_title {
    font-size: 30px;
    margin-top: 130px;
  }
  .faq_question {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 10px;
    border-radius: 4px;
  }
  .faq_question::before {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    width: 36px;
  }
  .faq_answer {
    font-size: 16px;
    margin-left: 0;
    margin-top: 16px;
    padding: 0 16px;
    padding-right: 0;
  }
  .features {
    padding-top: 130px;
  }
  .features_title {
    font-size: 24px;
  }
  .features_list {
    margin-top: 30px;
  }
  .features_item {
    display: block;
  }
  .features_item_img {
    width: 100%;
  }
  .features_item_title {
    height: 48px;
    line-height: 48px;
  }
  .features_item_catch {
    font-size: 16px;
    padding: 0 16px;
  }
  .features_item_detail {
    padding: 0 16px;
  }
  .footer_list {
    display: block;
  }
  .footer_item {
    text-align: center;
  }
  .footer_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .form {
    padding-bottom: 60px;
    padding-top: 130px;
  }
  .form_title {
    font-size: 26px;
  }
  .form_title span {
    font-size: 18px;
    line-height: 1.5;
  }
  .form_form {
    margin-top: 40px;
  }
  .form_container {
    display: block;
  }
  .form_label {
    border-radius: 8px 8px 0 0;
    padding: 20px 0;
    width: 100%;
  }
  .form_label.required::after {
    margin-left: 30px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .form_input {
    padding: 16px;
  }
  .form_input label {
    font-size: 14px;
  }
  .form_input.select {
    display: block;
  }
  .form_input.select div {
    width: 100%;
  }
  .form_input.select div:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .form_button {
    width: 100%;
  }
  .form_button {
    height: 60px;
    margin-top: 30px;
  }
  .form_button::before {
    left: 50%;
    transform: translate(-200%, -50%);
  }
  .header_container {
    display: block;
  }
  .header_logo {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
  .header_right {
    margin: 0 calc(50% - 50vw);
  }
  .header_tel {
    background: #e1edfa;
    margin: 0;
    padding: 6px;
    text-align: center;
    width: 50%;
  }
  .header_tel_number {
    font-size: 14px;
  }
  .header_tel_number img {
    margin-right: 4px;
    width: 20px;
  }
  .header_tel_info {
    font-size: 10px;
    margin-top: 4px;
  }
  .header_button {
    width: 50%;
  }
  .header_button_icon {
    margin-right: 4px;
    width: 20px;
  }
  .header_button span {
    font-size: 12px;
    margin-right: 0;
  }
  .header_button_chevron {
    width: 10px;
  }
  .message {
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .message_title {
    font-size: 36px;
    line-height: 1.5;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .message_title::before,
  .message_title::after {
    height: 40px;
    width: 20px;
  }
  .message_title::before {
    left: 0;
    top: 0;
  }
  .message_title::after {
    bottom: 0;
    right: 0;
  }
  .message_container {
    display: block;
  }
  .message_box {
    width: 100%;
  }
  .message_info {
    display: block;
  }
  .message_titlebox {
    width: 100%;
  }
  .message_face {
    margin: 16px auto 0;
    max-width: 200px;
    width: 40%;
  }
  .message_name {
    font-size: 10px;
  }
  .message_name span {
    font-size: 14px;
  }
  .message_subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
  .message_body {
    margin-top: 16px;
    font-size: 14px;
  }
  .mv {
    position: relative;
  }
  .mv_nav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(50% - 50vw);
  }
  .mv_nav_item {
    border-bottom: 3px solid #a4c2f2;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 50%;
  }
  .mv_nav_item:hover,
  .mv_nav_item:focus {
    border-bottom: 3px solid #a4c2f2;
  }
  .mv_text {
    background: url(../img/honda/fv__img-sp.jpg)center center/cover;
    height: 100vw;
  }
 
  .points {
    padding-top: 40px;
  }
  .points_cta {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    border-radius: 0;
  }
  .points_title {
    display: block;
    font-size: 10vw;
    line-height: 1.3;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .points_text {
    font-size: 3.5vw;
    margin-top: 16px;
    text-align: center;
  }
  .points_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }
  .points_item {
    margin: 0 auto;
    width: 100%;
  }
  .points_item:not(:last-of-type) {
    /* margin-bottom: 20px; */
  }
  .present_container {
    flex-direction: column-reverse;
  }
  .present_person{
    text-align: center;
    flex-basis: auto;
    display: none;
  }
  .present_person img{
    width: 200px;
  }
  .present_img {
    margin: 0 auto;
    width: 70%;
    /* transform: rotate(0deg); */
  }
  .present_text {
    text-align: center;
  }
  .present_text .text1 {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .present_text .text2 {
    font-size: 20px;
  }
  .present_text .text3 {
    font-size: 30px;
  }
  .present_text .text3 span:first-of-type {
    font-size: 20px;
  }
  .present_text .text3 span:last-of-type {
    font-size: 20px;
  }
  .prices {
    padding-bottom: 60px;
    padding-top: 130px;
  }
  .prices_title {
    font-size: 30px;
  }
  .prices_title span {
    font-size: 18px;
  }
  .prices_container {
    margin-top: 30px;
    padding: 16px;
  }
  .prices_subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .prices_price-bg{
    margin-top: 20px;
  }
  .prices_price {
    font-size: 56px;
  }
  .prices_price span {
    font-size: 18px;
  }
  .prices_note {
    line-height: 1.5;
    margin-top: 16px;
  }
  .prices_note02 {
    font-size: 16px;
    line-height: 2;
  }
  .prices_list {
    display: block;
  }
  .prices_item {
    padding: 16px 0;
    width: 100%;
  }
  .prices_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  
  .profile {
    padding-bottom: 50px;
    padding-top: 130px;
  }
  .profile_title {
    font-size: 30px;
  }
  .profile_table {
    margin-top: 30px;
  }
  .profile_table div {
    display: block;
  }
  .profile_table dd {
    line-height: 2.0;
    margin-top: 10px;
    text-align: center;
  }
  .profile_table dt {
    font-size: 18px;
    margin: 0 auto;
  }
  .reasons_title {
    font-size: 24px;
  }
  .reasons_title::before{
    top: -24px;
    border-width: 0 24px 24px 24px;
  }
  .reasons_title .big {
    font-size: 35px;
  }
  .reasons_list {
    display: block;
  }
  .reasons_item {
    width: 100%;
  }
  .reasons_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .reasons_main {
    display: block;
  }
  .reasons_main_box {
    width: 100%;
  }
  .reasons_main_title {
    font-size: 28px;
    text-align: center;
  }
  .reasons_main_catch {
    font-size: 18px;
    text-align: center;
  }
  .reasons_main_text {
    display: block;
    text-align: center;
  }
  .reasons_main_figure.u-sp {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .reasons_table {
    padding: 16px;
  }
  .reasons_table_title {
    font-size: 20px;
    text-align: center;
  }
  .reasons_table_list {
    display: block;
  }
  .reasons_table_item1 {
    width: 100%;
  }
  .reasons_table_item1 dt {
    height: 60px;
  }
  .reasons_table_item1 dd {
    height: 80px;
    margin-top: 0;
  }
  .reasons_table_item2 {
    width: 100%;
  }
  .reasons_table_item2 dt {
    height: 60px;
    line-height: 60px;
  }
  .reasons_table_item2 dd {
    height: 80px;
    line-height: 80px;
    margin-top: 0;
  }
  .service {
    padding: 50px 0 0;
  }
  .service_title {
    width: 100%;
  }
  .service_desc {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    text-align: center;
  }
  .service_desc .strong {
    font-size: 16px;
  }
  .service_note {
    font-size: 14px;
    margin-top: 24px;
    text-align: left;
  }
  .service_figure {
    margin-top: 20px;
    width: 100%;
  }

  .voices {
    padding-top: 130px;
  }
  .voices_title {
    font-size: 30px;
  }
  .voices_list {
    display: block;
    margin-top: 40px;
  }
  .voices_item {
    margin-bottom: 30px;
    width: 100%;
  }
  .why_title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 80px;
  }
  .why_title::before,
  .why_title::after {
    height: 40px;
    width: 20px;
  }
  .why_title::before {
    left: 0;
    top: -20px;
  }
  .why_title::after {
    bottom: -20px;
    right: 0;
  }
  .why_container {
    display: block;
  }
  .why_box1,
  .why_box2 {
    padding-bottom: 30px;
    padding-top: 40px;
    width: 100%;
  }
  .why_box1::before,
  .why_box2::before {
    display: none;
  }
  .why_box1 {
    margin: 60px 0 0;
    padding: 16px;
  }
  .why_box2 {
    margin: 20px 0 0;
    padding: 16px;
  }
  .why_summary {
    font-size: 18px;
  }
  .why_img {
    margin-top: 20px;
  }
  .why_detail {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
	}
	.voices_infobox {
    width: 60%;
	}
	.voices_face {
		width: 38%;
	}
  .u-container {
    padding: 0 20px;
  }
  .u-container.section-hk__inner{
    padding: 0;
  }
  .u-marker {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, transparent),
      color-stop(70%, rgba(255, 230, 0, 0.8))
    );
    background: linear-gradient(transparent 70%, rgba(255, 230, 0, 0.8) 70%);
    display: unset;
  }
  .u-marker::after {
    display: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: unset;
  }
}



/* 

  本田圭佑さんバージョン

-----------------------------------*/
.section-hk{
  background: #000000;
  position: relative;
  padding-bottom: 80px;
}



.section-hk__bg{
  background: url(..//img/catch_bg.png) center center/cover no-repeat;
  position: absolute;
  height: 775px;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0px;
}
@media (max-width: 768px) {
  .section-hk__bg{
    background: url(..//img/catch_bg.png) top center/contain no-repeat;
  }
}


.section-hk__inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-hk__heading{
  padding: 435px 0 0px;
  color: #fff;
  font-weight: bold;
  flex: 1 0 auto;  
  position: relative;
  z-index: 1;
  text-align: center;
  position: relative;
}
.section-hk__heading::after{
  content: "";
  background: url(..//img/honda/hk__heading_img.png) center center/contain no-repeat;
  width: 535px;
  height: 525px;
  position: absolute;
  z-index: -1;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.section-hk__heading-text{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #d62a38;
  display: block;
  padding: 20px 0;
}

.section-hk__heading-text .text01{
  font-size: 48px;
  letter-spacing: 0.1em;
  display: block;
}
.section-hk__heading-text .text02{
  font-size: 80px;
  letter-spacing: 0.1em;
  display: block;
}

.section-hk__img{
  position: absolute;
  bottom: 0;
  width: 360px;
  right: 6%;
  z-index: 0;
  filter:drop-shadow(0px 4px 10px rgba(255, 255, 255, 0.35));
}
.section-hk__img img{
  width: 100%;
  height: auto;
}

.section-hk__content{
  position: relative;
  z-index: 1;
}
.section-hk__heading.--separate{
  padding: 415px 0 25px;
  color: #fff;
  font-weight: bold;
  flex: 1 0 auto;  
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 4px 25px #CE4406);
  text-align: center;
  position: relative;
}
.section-hk__heading.--separate .-small{
  font-size: 70px;
  display: inline;
}
.section-hk.--separate{
  background: linear-gradient(180deg, #3C3C3C 0%, #000000 100%);
  padding-bottom: 50px;
}
.section-hk__bg.--separate{
  background: url(..//img/catch_bg02.png) center center/cover no-repeat;
  position: absolute;
  height: 775px;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0px;
}

.section-hk__heading.--separate .section-hk__heading-text{
  background: #004c85;
}
.section-hk__heading.--separate .section-hk__heading-text .text01{
  display: block;
}
.section-hk__heading.--separate .section-hk__heading-text .text02{
  display: inline-block;
}
.section-hk__heading.--separate .section-hk__heading-text .text03{
  display: inline-block;
  font-size: 70px;
}


.section-hk__heading.--separate::after{
  
  background: url(..//img/honda/section-hk__img02-add.png) center center/contain no-repeat;
  width: 389px;
  height: 689px;
  bottom: 0;
}
@media (max-width: 1024px) {

  .section-hk__heading span{
    font-size: 80px;
  }

  .section-hk__img{
    width: 300px;
  }

}
.sp-db{
  display: none;
}
@media (max-width: 768px) {
  .sp-db{
    display: block;
  }
  .section-hk__heading{
    font-size: 24px;
    padding: 236px 0 0px;
    text-align: center;
    filter: drop-shadow(0px 4px 25px #CE4406);
  }

  .section-hk__heading-text{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 0;
  }

  .section-hk__heading-text .text01{
    font-size: 24px;
  }
  .section-hk__heading-text .text02{
    font-size: 40px;
  }

  .section-hk__heading.--separate{
    filter: drop-shadow(0px 4px 25px #CE4406);
  }
  .section-hk__heading.--separate .section-hk__heading-text{
    margin: 0 20px;
  }
  .section-hk__heading.--separate .section-hk__heading-text .text01{font-size: 20px;}
  .section-hk__heading.--separate .section-hk__heading-text .text02{font-size: 40px;}
  .section-hk__heading.--separate .section-hk__heading-text .text03{font-size: 40px;}
  .section-hk__heading.--separate span{font-size: 0;}
  
  .section-hk__heading::after{
    content: "";
    background: url(..//img/honda/hk__heading_img.png) center center/contain no-repeat;
    width: 350px;
    height: 330px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-hk__heading.--separate::after{
    background: url(..//img/honda/section-hk__img02-add.png) center center/contain no-repeat;
    width: 249px;
    height: 307px;
    bottom: 0;
  }
  
  .section-hk__img{
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 240px;
    bottom: 0;
    filter: drop-shadow(0px 4px 6px rgba(255, 255, 255, 0.35));
  }

  .section-hk__img.--seika{
    width: 300px;
    padding-left: 18px;
  }

  .section-hk__heading.--separate{
    font-size: 24px;
    padding: 230px 0 0px;
  }
  .section-hk__heading.--separate .-small{
    font-size: 24px;
  }

}



.service_hk{
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 10px auto 0;
}
.service_hk__img{
  max-width: 260px;
  width: 100%;
}
.service_hk__img img{
  width: 100%;
}
.service_hk__texts{
  width: calc(100%  - 260px);
  text-align: left;
}
.Hksttext__text {
  display: inline-block;
  padding: 5px 8px;
  background: #3179CA;
  color: #FED813;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 5%;

}
.Hksttext__text.-mb {
  margin-bottom: 16px;
}
.service_hk__text{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media (max-width: 768px) {

.service_hk{
  flex-direction: column;
  max-width: 100%;
  margin: 10px auto 0;
}
.service_hk__img{
  max-width: 240px;
  margin: 20px auto 0;
}
.service_hk__texts{
  width: 100%;
  text-align: left;
}
.service_hk__text{
  text-align: left;
  margin-top: 10px;
}

.Hksttext__text {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.Hksttext__text.-mb {
  margin-bottom: 16px;
}

}
.pricespoint{
  background: #3179CA;
  padding: 29px 24px 20px;
  margin: 60px auto 0;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.pricespoint__list::after{
  content: "";
  background: url(../img/honda/anshin__img.png) center center/contain no-repeat;
  width: 264px;
  height: 385px;
  position: absolute;
  bottom: 90px;  
  left: 180px;
  z-index: -10;
}
.pricespoint__head{
  max-width: 433px;
  margin: 0 25% 0 auto;
}
.pricespoint__head img{
  width: 100%;
}
.pricespoint__list{
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0 0;
  position: relative;
}

.pricespoint__list__item{
  width: 33%;
  padding: 10px 20px 0;
  text-align: center;
}
.pricespoint__list__item.-center{
  border-left: 3px solid #A5BFDD;
  border-right: 3px solid #A5BFDD;
}

.pricesListtitle {
  color: #014c85;
  font-size: 20px;
  text-align: center;
}

.pricesListtitle span {
  font-size: 28px;
}

.pricesListtitle::after {
  background: #4593e9;
  content: "";
  display: block;
  height: 5px;
  margin: 6px auto 0;
  width: 84px;
}

.pricesListbody {
  color: #014c85;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pricespoint{
    margin: 30px auto 0;
    padding: 186px 24px 20px;
  }
  .pricespoint__list::after{
    width: 244px;
    height: 305px;
    top: -263px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pricespoint__head{
    max-width: 433px;
    margin: 0 auto;
  }
  .pricespoint__list{
    flex-direction: column;
    margin: 0;
  }
  .pricespoint__list__item{
    width: 100%;
    margin-top: 20px;
    padding: 10px 0px 0;
    text-align: left;
  }  
  .pricespoint__list__item.-first{
    margin-top: 0;
  }
  .pricespoint__list__item.-center{
    border: none;
  }
  .pricesListtitle {
    font-size: 14px;
  }
  
  .pricesListtitle span {
    font-size: 20px;
  }
  
  .pricesListtitle::after {
    width:70px;
  }
  
  .pricesListbody {    
    font-size: 16px;
    margin-top: 15px;
  }
}

.comparison__table{
  margin: 70px auto 0;
  border-collapse: separate;
}
.comparison__table--sp{
  display: none;
}
@media (max-width: 768px) {
  .comparison__table{
    display: none;
  }
  .comparison__table--sp{
    display: block;
  }
  .comparison__table--sp img{
    width: 100%;
  }
}
.comparison__table__sth{
  background: #ABADAF;
  padding: 16px 40px;
  text-align: center;
  width: 195px;
  color: #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.comparison__table__sth--IB{
  width: 250px;
  background: #317ACA;  
  border-right: none;
}
.comparison__table__vth{
  background: #052C4C;
  color: #fff;
  padding: 24px 16px;
  border-top: 1px solid #fff;
  width: 160px;
}
.comparison__table th{
  font-size: 16px;
  font-weight: 700;
}
.comparison__table td{
  padding: 26px 16px 26px 50px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  position: relative;
}
.comparison__table .comparison__table__ib{
  font-size: 16px;
  border-right: 6px solid #317ACA;
  border-left: 6px solid #317ACA;
  background: #FFFAE7;
  color: #317ACA;
}
.comparison__table .comparison__table__ib--last{
  border-bottom: 6px solid #317ACA;
}
.comparison__table td::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comparison__table .icon-01::before{
  background: url(../img/table_icon01.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
}
.comparison__table .icon-02::before{
  background: url(../img/table_icon02.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
}
.comparison__table .icon-03::before{
  background: url(../img/table_icon03.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
}
.comparison__table .icon-04::before{
  background: url(../img/table_icon04.png) center center/contain no-repeat;
  width: 17px;
  height: 17px;
}

.present__img{
  padding: 50px 16px 30px;
}
.present__img img{
  width: 100%;
}
.present__colimg{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.present__colimg__item{
  width: 48%;
}
.present__colimg__item a{
  display: flex;
}
.present__colimg__item img{
  width: 100%;
}
@media (max-width: 768px) {
  .present__img{
    padding: 20px 0px 0px;
  }
  .present__colimg{
    display: block;
  }
  .present__colimg__item{
    width: 90%;
    margin: 20px auto 0;
  }
  .present__colimg__item a{
    display: block;
  }
}