@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #333;
}
a:hover {
  cursor: pointer;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 22px 4px;
  gap: 8px;
}
@media (max-width: 640px) {
  header .header_inner {
    padding: 8px 10px 4px;
  }
}
header .header_inner .logo {
  width: 44.4vw;
  max-width: 332.955px;
  margin-left: 0.8vw;
  margin-top: 2px;
}
@media (max-width: 640px) {
  header .header_inner .logo {
    width: 44vw;
  }
}
@media (min-width: 1079px) {
  header .header_inner .logo {
    margin-left: 0;
    width: 220px;
  }
}
header .header_inner .text {
  text-align: center;
}
header .header_inner .text p {
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 640px) {
  header .header_inner .text p {
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  header .header_inner .text p {
    font-size: 14px;
  }
}
@media (min-width: 1079px) {
  header .header_inner .text p {
    font-size: 18px;
  }
}
header .header_inner .text p.txt_green {
  font-size: 22px;
  position: relative;
  margin-bottom: -10px;
  letter-spacing: 4px;
}
@media (max-width: 640px) {
  header .header_inner .text p.txt_green {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (max-width: 410px) {
  header .header_inner .text p.txt_green {
    font-size: 14px;
  }
}
@media (min-width: 1079px) {
  header .header_inner .text p.txt_green {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
header .header_inner .text p.txt_green::before, header .header_inner .text p.txt_green::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #00a832;
  bottom: 0;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  header .header_inner .text p.txt_green::before, header .header_inner .text p.txt_green::after {
    width: 28px;
    left: -4px;
  }
}
@media (max-width: 410px) {
  header .header_inner .text p.txt_green::before, header .header_inner .text p.txt_green::after {
    width: 20px;
    left: -8px;
  }
}
@media (min-width: 1079px) {
  header .header_inner .text p.txt_green::before, header .header_inner .text p.txt_green::after {
    width: 28px;
    left: -4px;
  }
}
header .header_inner .text p.txt_green::after {
  left: auto;
  right: -4px;
}
@media (max-width: 410px) {
  header .header_inner .text p.txt_green::after {
    left: auto;
    right: -6px;
  }
}

footer {
  background-color: #036eb5;
  text-align: center;
  padding: 28px 10px 20px;
  font-size: clamp(14px, 2.93vw, 22px);
  font-weight: 700;
}
@media (max-width: 640px) {
  footer {
    font-size: 16px;
  }
}
@media (min-width: 1079px) {
  footer {
    font-size: 16px;
  }
}
footer a {
  display: block;
  width: 100%;
  max-width: 689px;
  margin: 0 auto 22px;
  padding-bottom: 18px;
  color: white;
  border-bottom: 1px solid white;
}
footer small {
  color: white;
  font-size: clamp(10px, 2.5vw, 20px);
  font-weight: 900;
  max-width: 689px;
  letter-spacing: 2px;
}
@media (min-width: 1079px) {
  footer small {
    font-size: 14px;
  }
}

.sp {
  display: block;
}
@media (min-width: 641px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 641px) {
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

main {
  display: block;
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

/***********************
  　　　txt
*************************/
.txt_bold {
  font-weight: bold;
}

/***********************
  　　　form
*************************/
select::-ms-expand {
  display: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

input,
select {
  vertical-align: middle;
  border: none;
}

input[type=submit],
input[type=button],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

[data-whatinput=mouse] :focus,
[data-whatinput=touch] :focus {
  outline: none;
}

input {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #000;
  background-color: #fff;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  input {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}
input[type=checkbox]:checked + span:after,
input[type=radio]:checked + span:after {
  opacity: 1;
}

select {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  background-color: #fff;
}

select:invalid {
  color: #ccc;
}

select option {
  color: #000;
}

select option:first-child {
  color: #ccc;
}

@media screen and (max-width: 800px) {
  select {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}
option {
  color: #000;
}

/***********************
　　　リンク
*************************/
@media (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

/* 埋め込みウィジェットのスタイル */
.assessment-embedded-widget {
  /* padding: 60px 0; */
}
.assessment-embedded-widget__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.widget-header {
  background: #036db8;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
.widget-header .time-badge {
  font-weight: bold;
  font-size: clamp(24px, 6vw, 32px);
  /* color: #333; */
  color: #ffff00;
  line-height: 100%;
}
.widget-header .time-badge .text-small {
  font-size: 14px;
}
.widget-header .main-title {
  font-size: clamp(20px, 4vw, 32px);
  margin-top: 8px;
  font-weight: bold;
  color: #333;
  line-height: 100%;
}
.widget-header .main-title span {
  /* color: #0cad2e; */
  color: #fff;
}

.widget-input-car {
  color: #fafafa;
  background-color: #036db8;
  position: relative;
  width: 90%;
  margin: 24px auto 0px;
  padding: 12px 0 14px 16px;
  font-size: clamp(18px, 5vw, 32px);
  line-height: 110%;
  font-weight: bold;
}
.widget-input-car::before {
  content: "必須";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  font-size: clamp(14px, 3vw, 18px);
  height: 36px;
  padding: 4px 12px;
  top: 0;
  bottom: 0;
  text-align: center;
  right: 12px;
  margin: auto;
  border-radius: 10px;
  line-height: 100%;
  border: 2px solid #fff;
  background-color: #ef0003;
}
.widget-input-car::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #036db8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.widget-body {
  padding: 40px 5%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .widget-body {
    padding: 20px;
  }
}

.widget-row {
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .widget-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.widget-group {
  flex: 1;
  display: flex;
  align-items: center;
  color: #036db8;
  background-color: #c8e6f1;
  border: 1px solid #036db8;
  margin-bottom: 8px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.widget-group::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.widget-group label {
  font-weight: bold;
  text-align: center;
  width: 120px;
  font-size: clamp(18px, 3vw, 22px);
}
@media screen and (max-width: 768px) {
  .widget-group label {
    /* width: 80px; */
    /* font-size: 14px; */
  }
}

.widget-input {
  flex: 1;
  border-radius: 0 6px 6px 0;
  background: #fbfbfb;
  padding: 16px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .widget-input {
    padding: 12px 14px;
  }
}
.widget-input:hover {
  background: #f9fff9;
  border-color: #036db8;
}
.widget-input span {
  color: #999; /* プレースホルダー色 */
  font-size: 16px;
  font-weight: bold;
}
.widget-input span.selected {
  color: #333; /* 選択済み色 */
}
@media screen and (max-width: 768px) {
  .widget-input span {
    font-size: 14px;
  }
}

.plus-icon {
  font-style: normal;
  font-weight: bold;
  color: #0cad2e;
  font-size: 20px;
}

.widget-footer {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.widget-submit-btn {
  background: #ed3c46; /* 赤 */
  color: #fff;
  font-size: clamp(24px, 7vw, 36px);
  width: 70%;
  line-height: 160%;
  font-weight: bold;
  border-radius: 4px;
  padding: 15px 0 17px;
  cursor: pointer;
  transition: transform 0.1s;
  background: linear-gradient(#fe0000 0%, #fe0000 50%, #dc0000 51%, #dd0707 100%);
  box-shadow: 1px 1px 0px #671010, 0 0 2px #FFF inset;
  text-shadow: 0px 0 2px #6e0505, 0px 0 6px #6e0505;
}
.widget-submit-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b21625;
}
.widget-submit-btn .badge {
  background: #fff;
  color: #ed3c46;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

#high_value {
  background-image: url("../images/bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  letter-spacing: 0.05em;
  color: #333;
  background-attachment: fixed;
  z-index: 1;
  transition: 0.7s;
}
#high_value .txt_black {
  color: #000;
}
#high_value .txt_yellow {
  color: #ffff00;
}
#high_value .txt_red {
  color: #e31818;
}
#high_value .txt_green {
  color: #00a832;
}
#high_value .txt_blue {
  color: #036eb5;
}
#high_value .txt_white {
  color: #fff;
}
#high_value .bg_yellow {
  padding: 1px 10px 3px;
  letter-spacing: -1px;
  line-height: 1;
  margin-left: -8px;
  display: inline-flex;
}
@media (min-width: 1079px) {
  #high_value .bg_yellow {
    padding: 1px 6px 3px;
  }
}
#high_value .bg_yellow {
  background-color: #ffff00;
}
#high_value .bg_white {
  background-color: #fff;
  padding: 1px 10px 3px;
  letter-spacing: -1px;
  line-height: 1;
  margin-left: -8px;
  display: inline-flex;
}
@media (min-width: 1079px) {
  #high_value .bg_white {
    padding: 1px 6px 3px;
  }
}
#high_value .marker {
  background: linear-gradient(transparent 50%, #ffff00 50%);
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 4px;
}
#high_value .sign {
  position: relative;
  border-radius: 5px;
}
#high_value .sign::before, #high_value .sign::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #036eb5;
  border-radius: 50%;
}
#high_value .sign::before {
  top: 18px;
  left: 14px;
}
#high_value .sign::after {
  top: 18px;
  right: 14px;
}
#high_value .sign .sign2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 15px 60px;
}
#high_value .sign .sign2::before, #high_value .sign .sign2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #036eb5;
  border-radius: 50%;
}
#high_value .sign .sign2::before {
  bottom: 18px;
  left: 14px;
}
#high_value .sign .sign2::after {
  bottom: 18px;
  right: 14px;
}
#high_value main {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (min-width: 1680px) {
  #high_value main {
    margin: 0 auto;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  #high_value main {
    margin: 0 min(3vw, 80px) 0 auto;
  }
}
@media (max-width: 810px) {
  #high_value main {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #high_value main {
    overflow-x: hidden;
    margin: 0 auto;
  }
}
#high_value .fix_layout {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  #high_value .fix_layout {
    display: none;
  }
}
#high_value .fix_layout .bottom_fix_pc {
  position: absolute;
  bottom: 0;
  left: 0;
  top: inherit;
  transform: inherit;
  -webkit-transform: inherit;
}
@media (max-width: 640px) {
  #high_value .fix_layout .bottom_fix_pc {
    display: none;
  }
}
#high_value .fix_layout .form_contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(7vw, 200px);
  z-index: 5;
  width: 100%;
  max-width: 760px;
}
@media (min-width: 1479px) {
  #high_value .fix_layout .form_contents {
    left: inherit;
    right: 45.3%;
  }
}
@media (max-width: 1580px) {
  #high_value .fix_layout .form_contents {
    left: min(4vw, 80px);
  }
}
@media (max-width: 1480px) {
  #high_value .fix_layout .form_contents {
    width: 35%;
    left: min(5vw, 60px);
  }
}
@media (max-width: 1080px) {
  #high_value .fix_layout .form_contents {
    display: none;
  }
}
#high_value .fix_layout .form_contents .aside_wrap {
  position: relative;
}
#high_value .fix_layout .form_contents .aside_wrap .flag {
  position: absolute;
  top: -10px;
  left: 60px;
  z-index: 1;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_wrap .flag {
    left: 30px;
  }
}
@media (max-width: 640px) {
  #high_value .fix_layout .form_contents .aside_wrap .flag {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_wrap .flag img {
    width: 70%;
    max-width: 80px;
  }
}
#high_value .fix_layout .form_contents .aside_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  max-height: 100vh;
  scrollbar-color: #036eb5 #f1f2f2;
  scrollbar-width: thin;
}
#high_value .fix_layout .form_contents .aside_inner::-webkit-scrollbar {
  width: 6px;
}
#high_value .fix_layout .form_contents .aside_inner::-webkit-scrollbar-track {
  background-color: #f1f2f2;
  border-radius: 5px;
}
#high_value .fix_layout .form_contents .aside_inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #036eb5;
}
@media (max-height: 900px) {
  #high_value .fix_layout .form_contents .aside_inner {
    max-height: 90vh;
  }
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_inner {
    padding: 0;
  }
}
#high_value .fix_layout .form_contents .aside_inner h2 {
  text-align: center;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 25px);
  margin-bottom: 18px;
  letter-spacing: 5px;
}
#high_value .fix_layout .form_contents .aside_inner .logo {
  max-width: 400px;
  margin: 0 auto 54px;
}
#high_value .fix_layout .form_contents .aside_inner .logo img {
  display: block;
  margin-left: -14px;
  width: 100%;
}
@media (max-width: 1480px) {
  #high_value .fix_layout .form_contents .aside_inner .logo img {
    margin-left: 0;
  }
}
#high_value .fix_layout .form_contents .aside_inner nav {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 585px;
  margin: 0 auto 40px;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_inner nav {
    flex-direction: column;
    gap: 0;
  }
}
#high_value .fix_layout .form_contents .aside_inner nav ul {
  width: 100%;
  max-width: 241px;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_inner nav ul {
    width: 100%;
    margin: 0 auto;
  }
}
#high_value .fix_layout .form_contents .aside_inner nav ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#high_value .fix_layout .form_contents .aside_inner nav ul a {
  display: block;
  padding: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 900;
  position: relative;
}
#high_value .fix_layout .form_contents .aside_inner nav ul a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  inset: 0 0 0 auto;
  margin: auto;
  right: 10px;
}
#high_value .fix_layout .form_contents .aside_inner nav ul a:hover {
  color: #036eb5;
}
#high_value .fix_layout .form_contents .aside_inner .tel_area {
  max-width: 375.6072px;
  margin: 0 auto 8px;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_inner .tel_area {
    margin: 20px auto 10px;
  }
}
#high_value .fix_layout .form_contents .aside_inner .btn_area {
  max-width: 315px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .aside_inner .btn_area {
    margin: 0 auto 20px;
  }
}
#high_value .fix_layout .form_contents .aside_inner .btn_area a {
  font-size: clamp(12px, 1.4vw, 22px);
  width: 100%;
}
#high_value .fix_layout .form_contents .copyright {
  text-align: center;
  color: #fff;
  font-size: clamp(10px, 1.6vw, 12px);
  margin-top: 30px;
}
@media (max-width: 1300px) {
  #high_value .fix_layout .form_contents .copyright {
    margin-top: 15px;
  }
}
#high_value .fix_layout_content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 3px gray;
  background: #fff;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content {
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
#high_value .fix_layout_content .sec_mv {
  margin-bottom: 20px;
}
#high_value .fix_layout_content .sec_mv .mv_area {
  margin-bottom: 36px;
}
#high_value .fix_layout_content .sec_mv .mv_area img {
  width: 100%;
}
#high_value .fix_layout_content .sec_mv .tel_area {
  max-width: 710px;
  margin: 0 auto;
  margin-left: 24px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_mv .tel_area {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_mv .tel_area {
    margin-left: 0;
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_example {
  background-color: #ccf4fa;
  padding: 28px 0 90px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example {
    padding: 28px 0 80px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner h1 {
  position: relative;
  width: 93.3vw;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: -80px;
  z-index: 10;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example .sec_inner h1 {
    margin-bottom: -70px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner h1 {
    width: 465px;
    margin-bottom: -70px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper {
  padding-bottom: 52px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper {
    padding-bottom: 40px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
  padding: 0 63px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
    padding: 0 8.4vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
    padding: 0 42px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
  background-color: #fff;
  padding: 48px 50px 36px;
  max-width: 623px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
    padding: 48px 6.6vw 24px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
    padding: 48px 33px 24px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header {
  display: flex;
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure {
  position: relative;
  width: 26.6667vw;
  max-width: 200px;
  height: auto;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure {
    width: 133px;
    height: 133px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
  position: absolute;
  bottom: -1.33vw;
  left: -2.93vw;
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
    bottom: -10px;
    left: -22px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
    bottom: -7px;
    left: -17px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.53vw;
  gap: 14px;
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
    margin-bottom: 19px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
    margin-bottom: 12px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h2 {
  font-size: clamp(16px, 4.67vw, 35px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.24;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h2 {
    letter-spacing: -1px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h2 {
    font-size: 24px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl {
  display: flex;
  gap: 10px;
  line-height: 1.4;
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
  background: #868686;
  color: #fff;
  font-size: clamp(10px, 2.67vw, 20px);
  text-align: center;
  padding: 0 2.5vw;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
    font-size: 14px;
  }
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
    padding: 0 19px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dd {
  font-size: clamp(10px, 2.67vw, 20px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dd {
    font-size: 14px;
  }
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-pagination {
  bottom: 0;
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 5px;
}
#high_value .fix_layout_content .sec_example .sec_inner .swiper_outer .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #036eb5;
  opacity: 1;
  width: 7px;
  height: 7px;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: clamp(32px, 9.33vw, 70px);
  font-weight: 900;
  text-align: center;
  line-height: 1.28;
  letter-spacing: 0px;
  margin-bottom: 44px;
  z-index: 1;
  background: #036eb5;
  color: #fff;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 {
    font-size: 44px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .kaisetu {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 60%);
  width: 33%;
  max-width: 370px;
  min-width: 150px;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .small {
  position: relative;
  font-size: clamp(22px, 6.67vw, 50px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .small {
    font-size: 32px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .text_3 {
  position: relative;
  width: 8.686vw;
  max-width: 65.1449px;
  top: -14px;
  left: -8px;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .text_3 {
    width: 36px;
    top: -8px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .text_3 {
    width: 36px;
    top: -6px;
    left: -4px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper h3 .text_3 {
    width: 36px;
    top: -8px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 {
  position: relative;
  display: flex;
  gap: 28px;
  font-size: clamp(22px, 8vw, 60px);
  font-weight: 900;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 {
    letter-spacing: -0.1vw;
  }
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 {
    gap: 12px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 {
    gap: 10px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 {
    gap: 12px;
    font-size: 34px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 img {
  width: 120px;
  height: 240px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 img {
    width: 60px;
    height: 120px;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 img {
    width: 50px;
    height: 100px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 img {
    width: 60px;
    height: 120px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 span.position_relative {
  position: relative;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 span.absolute_note {
  position: absolute;
  color: #333;
  font-size: clamp(10px, 2.4vw, 18px);
  top: 2px;
  right: -6px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 span.absolute_note {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 span.note {
  position: absolute;
  color: #333;
  display: block;
  font-size: clamp(10px, 2.4vw, 18px);
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 500;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper h4 span.note {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p {
  font-size: clamp(14px, 4.27vw, 32px);
  font-weight: 500;
  max-width: 690px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0px;
  padding: 0 20px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p {
    font-size: 22px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.txt_big {
  font-size: clamp(28px, 8vw, 60px);
  font-weight: 900;
  text-align: center;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.txt_big {
    font-size: 42px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.txt_middle {
  font-size: clamp(18px, 5.33vw, 40px);
  font-weight: 900;
  text-align: center;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.txt_middle {
    font-size: 28px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.image_5 {
  margin-bottom: 38px;
  max-width: none;
  padding: 0;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p.image_6 {
  max-width: 400px;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .txt_red {
  font-weight: 900;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .remark {
  font-size: clamp(10px, 2.4vw, 18px);
  position: relative;
  top: -5px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .remark {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .note {
  font-size: clamp(10px, 2.4vw, 18px);
  display: block;
  margin-top: 11px;
  letter-spacing: -1px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .note {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .note_mark {
  font-size: clamp(10px, 2.4vw, 18px);
  color: #333;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper p .note_mark {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure {
  max-width: 730px;
  margin: 0 auto;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_1 {
  width: 90%;
  margin: 18px auto 0;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_1 {
    padding: 20px 0 0;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_1 {
    padding: 20px 0 0;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_2 {
  margin-bottom: 22px;
  max-width: 646.3426px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_2 {
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_2 {
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_4 {
  margin-bottom: 24px;
  max-width: 700px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_4 {
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_4 {
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_7 {
  max-width: 712px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_7 {
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_7 {
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_8 {
  max-width: 610px;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_8 {
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper figure.image_8 {
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_2 h4 {
  font-size: clamp(22px, 8vw, 60px);
  letter-spacing: -1px;
  margin-bottom: 28px;
  white-space: nowrap;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_2 h4 {
    font-size: 34px;
  }
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_2 .txt_big {
  margin-top: 26px;
  margin-bottom: 20px;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_2 .txt_middle {
  margin-bottom: 42px;
  line-height: 1.3;
}
#high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_3 h4 {
  letter-spacing: -3px;
  margin-bottom: 14px;
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_reason .sec_inner .reasons_wrapper .reason_wrapper.reason_wrapper_3 h4 {
    letter-spacing: -1px;
  }
}
#high_value .fix_layout_content .sec_zisseki {
  margin-bottom: 110px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_zisseki {
    margin-bottom: 60px;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_zisseki {
    margin-bottom: 30px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki {
    margin-bottom: 60px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner h2 {
  max-width: 651.6536px;
  margin: 0 auto;
  margin-bottom: 42px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner h2 {
    padding: 0 20px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner h2 {
    padding: 0 20px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner h2 img {
  margin-left: 18px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner h2 img {
    margin-left: 0;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner h2 img {
    margin-left: 0;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content {
  display: none;
  gap: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 20px;
  box-sizing: border-box;
  scrollbar-width: none;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content::-webkit-scrollbar {
  display: none;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content.active {
  display: flex;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li {
  flex-shrink: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 3px;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li figure {
  width: 100%;
  max-width: 320px;
  height: 280px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li figure {
    max-width: 280px;
    height: auto;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li figure {
    max-width: 280px;
    height: auto;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content {
  padding: 0 20px 20px;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content p {
  font-size: clamp(10px, 3.2vw, 24px);
  font-weight: 500;
  border-bottom: #c6c7c7 solid 1px;
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 1.2;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content p {
    font-size: 17px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 {
  color: #dc0000;
  font-size: clamp(36px, 10.67vw, 80px);
  font-weight: 900;
  line-height: 1;
  margin-block: 16px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 {
    font-size: 56px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 .small {
  display: block;
  font-size: clamp(12px, 3.33vw, 25px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 .small {
    font-size: 18px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 .unit {
  font-size: clamp(14px, 4vw, 30px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content h3 .unit {
    font-size: 21px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content dl {
  display: flex;
  gap: 10px;
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content dl dt {
  background: #868686;
  color: #fff;
  font-size: clamp(10px, 2.67vw, 20px);
  text-align: center;
  width: 100px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content dl dt {
    font-size: 14px;
  }
}
#high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content dl dd {
  font-size: clamp(10px, 2.67vw, 20px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_zisseki .sec_inner .case_list_content li .case_content dl dd {
    font-size: 14px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_header {
  margin-bottom: 20px;
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_header h2 .flow_header_img {
  position: relative;
  z-index: 2;
}
#high_value .fix_layout_content .sec_flow .sec_inner .txt_yellow {
  margin-right: 10%;
}
#high_value .fix_layout_content .sec_flow .sec_inner p {
  font-size: clamp(16px, 4.67vw, 35px);
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p {
    padding: 0 3.125vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p {
    font-size: 25px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner p.text_4 {
  max-width: 120px;
  margin-bottom: -7px;
  position: relative;
  z-index: 3;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_4 {
    margin-bottom: 6px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner p.text_5 {
  position: relative;
  font-size: clamp(16px, 5.33vw, 40px);
  font-weight: 900;
  line-height: 2.2;
  margin-bottom: 30px;
  z-index: 2;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_5 {
    line-height: 1.4;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_5 {
    font-size: 28px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner p.text_5 .txt_underline {
  text-decoration: underline;
  text-decoration-color: #e75514;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
  display: inline-block;
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_5 .txt_underline {
    text-underline-offset: 8px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner p.text_5 img {
  width: 48.2151vw;
  max-width: 361.6133px;
  margin-left: 28px;
  margin-right: 9px;
  vertical-align: baseline;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_5 img {
    margin-top: 16px;
    margin-left: 3.73vw;
    margin-right: 1.2vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner p.text_5 img {
    width: 300px;
    vertical-align: sub;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner p.text_5 .inline-block {
  display: inline-block;
}
#high_value .fix_layout_content .sec_flow .sec_inner p .txt_red {
  font-weight: 900;
}
#high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper {
  position: relative;
  padding: 0 20px 70px;
  z-index: 1;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper {
    padding: 0 10px 40px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper {
    padding: 0 20px 40px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper::before {
  position: absolute;
  content: "";
  background-image: url("../images/kyoukai_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 416px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner {
  position: relative;
  border: 4px solid #00c8e6;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px 30px 22px;
  background: #fff;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner {
    padding: 20px 20px 15px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner {
    padding: 20px 20px 15px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner h3 {
  position: absolute;
  color: #00c8e6;
  font-size: clamp(16px, 4.53vw, 34px);
  font-weight: 900;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  white-space: nowrap;
  padding: 0px 22px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner h3 {
    font-size: 24px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner p {
  font-size: clamp(14px, 4.27vw, 32px);
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: justify;
  padding: 0;
  word-break: break-all;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .kyoukai_wrapper .kyoukai_inner p {
    font-size: 22px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper {
  background: #32c896;
  padding: 20px 20px 40px;
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper {
    padding: 40px 20px 60px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper h3 {
  position: relative;
  color: #ffff00;
  font-size: clamp(22px, 6.67vw, 50px);
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  letter-spacing: 4px;
  width: fit-content;
  z-index: 1;
  width: 57.62vw;
  max-width: 432px;
  min-width: 210px;
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper h3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper h3 {
    font-size: 35px;
    width: 312px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper h3::before {
  position: absolute;
  content: "";
  background-image: url("../images/border_3.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper h3::before {
    bottom: -4px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li {
  display: flex;
  gap: 36px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 660px;
  border-radius: 100px;
  background: #fff;
  padding-right: 5px;
}
@media (max-width: 749px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li {
    gap: 4.8vw;
  }
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li {
    gap: 10px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li {
    gap: 10px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li {
    gap: 8px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li:last-child {
  margin-bottom: 0;
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li figure {
  width: 160px;
  height: 160px;
  margin: auto 0;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li figure {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li figure {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li figure {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li figure {
    width: 120px;
    height: 120px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 {
  font-size: clamp(16px, 4.67vw, 35px);
  font-weight: 900;
  margin-top: 8px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 {
    margin-top: 4px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 {
    font-size: 18px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 span {
  background: #ffff00;
  border-radius: 100px;
  text-align: center;
  color: #00c8e6;
  font-size: clamp(14px, 4vw, 30px);
  width: 150px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: -7px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 span {
    width: 110px;
    height: 30px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 span {
    font-size: 18px;
    width: 110px;
    height: 30px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper h4 span {
    font-size: 16px;
    width: 100px;
    height: 28px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p {
  font-size: clamp(12px, 3.33vw, 25px);
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-align: left;
  padding: 0;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p {
    font-size: 16px;
  }
}
#high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p .note {
  font-size: clamp(10px, 2.4vw, 18px);
  display: inline-block;
  letter-spacing: 1px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p .note {
    font-size: 12px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_flow .sec_inner .flow_wrapper ul li .txt_wrapper p .note {
    font-size: 10px;
  }
}
#high_value .fix_layout_content .sec_voice {
  position: relative;
  background: #ccf4fa;
  padding: 25px 0 30px;
}
#high_value .fix_layout_content .sec_voice::before {
  position: absolute;
  content: "";
  background-image: url("../images/voice_bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: 59.4141px;
  height: 476.1255px;
  top: 0;
  left: 0;
  z-index: 0;
}
#high_value .fix_layout_content .sec_voice .sec_inner h2 {
  font-size: clamp(30px, 8.67vw, 65px);
  font-weight: 900;
  text-align: center;
  margin-bottom: -8px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner h2 {
    font-size: 46px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper {
  padding-bottom: 10px;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper {
  padding: 20px 0;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
  padding: 0 63px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
    padding: 0 8.4vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide {
    padding: 0 42px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
  position: relative;
  background-color: #fff;
  padding: 48px 50px 32px;
  max-width: 623px;
  margin: 0 auto;
  border-radius: 40px 0 40px 0;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
    padding: 36px 6.6vw 24px;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
    padding: 24px 6.6vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner {
    padding: 40px 33px 30px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::before, #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::after {
  position: absolute;
  content: "";
  background-image: url("../images/voice_slider_deco.svg");
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 8vw;
  max-width: 72.9002px;
  max-height: 60px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::before, #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::after {
    width: 48.4px;
    height: 40px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::before {
  top: -2vw;
  left: -2vw;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::before {
    top: -14px;
    left: -4px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::after {
  bottom: -2vw;
  right: -2vw;
  transform: rotate(180deg);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner::after {
    bottom: -14px;
    right: 0;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header {
  display: flex;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure {
  position: relative;
  width: 26.6667vw;
  max-width: 200px;
  height: auto;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure {
    width: 133px;
    height: 133px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
  position: absolute;
  bottom: -1.33vw;
  left: -2.93vw;
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
    bottom: -10px;
    left: -22px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header figure img {
    bottom: -7px;
    left: -17px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.53vw;
  gap: 14px;
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
    margin-bottom: 19px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div {
    margin-bottom: 12px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h3 {
  font-size: clamp(16px, 4.67vw, 35px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.24;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h3 {
    letter-spacing: -1px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div h3 {
    font-size: 24px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl {
  display: flex;
  gap: 10px;
  line-height: 1.4;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
  background: #868686;
  color: #fff;
  font-size: clamp(10px, 2.67vw, 20px);
  text-align: center;
  padding: 0 2.5vw;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
    font-size: 14px;
  }
}
@media (min-width: 751px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dt {
    padding: 0 19px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dd {
  font-size: clamp(10px, 2.67vw, 20px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_header div dl dd {
    font-size: 14px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_body figure {
  margin-bottom: 6px;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_body p {
  font-size: clamp(12px, 3.73vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: justify;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-wrapper .swiper-slide .slider_inner .slider_body p {
    font-size: 20px;
  }
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-pagination {
  bottom: -5px;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 5px;
}
#high_value .fix_layout_content .sec_voice .sec_inner .swiper_outer .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #036eb5;
  opacity: 1;
  width: 7px;
  height: 7px;
}
#high_value .fix_layout_content .sec_qna {
  padding: 50px 0 15px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_qna {
    padding: 40px 0 15px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna {
    padding: 40px 0 15px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner {
  padding: 0 16px;
}
#high_value .fix_layout_content .sec_qna .sec_inner h2 {
  position: relative;
  font-size: clamp(30px, 8.6vw, 65px);
  font-weight: 900;
  text-align: center;
  z-index: 1;
  margin-bottom: 53px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_qna .sec_inner h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner h2 {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner h2::before {
  position: absolute;
  content: "";
  background-image: url("../images/qna_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 43.1vw;
  max-width: 323.1327px;
  height: 15.9vw;
  max-height: 119.0918px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner h2::before {
    width: 216px;
    height: 80px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper {
  max-width: 710px;
  margin: 0 auto 40px;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper {
    margin: 0 auto 30px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper {
    margin: 0 auto 36px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3 {
  position: relative;
  font-size: clamp(16px, 5.33vw, 40px);
  font-weight: 800;
  z-index: 1;
  background: #036eb5;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 16px 20px;
  padding-left: 14.7vw;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3 {
    border-radius: 6px;
    padding: 10px;
    padding-left: 14.7vw;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3 {
    padding-left: 13.5vw;
  }
}
@media (min-width: 750px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3 {
    padding-left: 110px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3 {
    font-size: 26px;
    padding: 12px 10px;
    padding-left: 74px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3::before {
  position: absolute;
  content: "";
  background-image: url("../images/q_icon.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 8vw;
  height: 8vw;
  max-width: 60px;
  max-height: 60px;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3::before {
    left: 30px;
  }
}
@media (max-width: 410px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3::before {
    left: 3vw;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper h3::before {
    width: 40px;
    height: 40px;
    left: 20px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details {
  width: 100%;
  max-width: 708px;
  padding-left: 40px;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details {
    padding-left: 24px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details {
    padding-left: 24px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary {
  border-bottom: 1px solid #d9dada;
  display: flex;
  align-items: center;
  padding: 24px 50px 24px 8px;
  cursor: pointer;
  font-size: clamp(14px, 4.27vw, 32px);
  font-weight: 800;
  line-height: 1.4;
  position: relative;
  list-style: none;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary {
    padding: 12px 30px 12px 4px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary {
    font-size: 22px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::-webkit-details-marker {
  display: none;
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::marker {
  content: "";
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 48px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #036eb5;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::before {
    left: -22px;
    top: 42px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::before {
    left: -18px;
    top: 6vw;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::before {
    left: -22px;
    top: 42px;
    width: 12px;
    height: 12px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 44px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: linear-gradient(#036eb5, #036eb5) center/4px 100% no-repeat, linear-gradient(#036eb5, #036eb5) center/100% 4px no-repeat;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::after {
    top: 40px;
    width: 20px;
    height: 20px;
    background: linear-gradient(#036eb5, #036eb5) center/3px 100% no-repeat, linear-gradient(#036eb5, #036eb5) center/100% 3px no-repeat;
  }
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::after {
    right: 4px;
    top: 22px;
    width: 14px;
    height: 14px;
    background: linear-gradient(#036eb5, #036eb5) center/2px 100% no-repeat, linear-gradient(#036eb5, #036eb5) center/100% 2px no-repeat;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary::after {
    top: 40px;
    width: 20px;
    height: 20px;
    background: linear-gradient(#036eb5, #036eb5) center/3px 100% no-repeat, linear-gradient(#036eb5, #036eb5) center/100% 3px no-repeat;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .summary span {
  display: block;
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details[open] > .summary {
  border-bottom: none;
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details[open] > .summary::after {
  background: linear-gradient(#036eb5, #036eb5) center/100% 4px no-repeat;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details[open] > .summary::after {
    background: linear-gradient(#036eb5, #036eb5) center/100% 2px no-repeat;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details[open] > .summary::after {
    background: linear-gradient(#036eb5, #036eb5) center/100% 3px no-repeat;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content {
  padding: 0 10px 24px 8px;
  margin-top: -14px;
  border-bottom: 1px solid #d9dada;
}
@media (max-width: 510px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content {
    padding: 0 10px 14px 4px;
    margin-top: -4px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p {
  font-size: clamp(12px, 3.73vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: justify;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p {
    font-size: 20px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p .txt_blue {
  font-weight: 900;
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p .note {
  font-size: clamp(10px, 2.4vw, 18px);
  display: block;
  margin-top: 4px;
  letter-spacing: -1px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p .note {
    font-size: 13px;
  }
}
#high_value .fix_layout_content .sec_qna .sec_inner .qna_wrapper .details .content p .note.inline {
  display: inline;
}
#high_value .fix_layout_content .sec_contact {
  padding-bottom: 20px;
}
#high_value .fix_layout_content .sec_contact h3 {
  font-size: clamp(18px, 5vw, 42.28px);
  font-weight: 900;
  text-align: center;
  padding: 60px 20px 20px;
  background: url("../images/contact_bg.webp") no-repeat center/cover;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact h3 {
    font-size: 24px;
  }
}
#high_value .fix_layout_content .sec_contact h3 .bg_white {
  font-size: clamp(20px, 5vw, 42.28px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact h3 .bg_white {
    font-size: 28px;
  }
}
#high_value .fix_layout_content .sec_contact .sec_inner {
  padding: 0 20px;
}
#high_value .fix_layout_content .sec_contact .sec_inner h2 {
  font-size: clamp(16px, 5.07vw, 38px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact .sec_inner h2 {
    font-size: 26px;
  }
}
#high_value .fix_layout_content .sec_contact .sec_inner h2 .contact_car_1 {
  margin: 20px 0;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_contact .sec_inner h2 p {
    font-size: clamp(20px, 5.07vw, 38px);
  }
}
#high_value .fix_layout_content .sec_contact .sec_inner h2 p .bg_yellow {
  font-size: clamp(22px, 5.07vw, 38px);
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact .sec_inner h2 p .bg_yellow {
    font-size: 26px;
  }
}
#high_value .fix_layout_content .sec_contact .sec_inner .temanaku {
  margin: 20px 0;
  text-align: center;
  font-size: clamp(22px, 5vw, 42.28px);
  font-weight: 900;
  letter-spacing: -2px;
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact .sec_inner .temanaku {
    font-size: 30px;
  }
}
#high_value .fix_layout_content .sec_contact .sec_inner figure {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#high_value .fix_layout_content .sec_contact .sec_inner .tel_area {
  max-width: 710px;
  margin: 0 auto;
  margin-left: 24px;
}
@media (max-width: 640px) {
  #high_value .fix_layout_content .sec_contact .sec_inner .tel_area {
    margin-left: 0;
  }
}
@media (min-width: 1079px) {
  #high_value .fix_layout_content .sec_contact .sec_inner .tel_area {
    margin-left: 0;
  }
}
@keyframes cursorHintShow {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */