@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 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;
  margin: 0;
}

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

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*color*/
/*mediaquery*/
/* フォント */
/* jp 300 400 500 700 */
/* noto 500 700 */
/* price 500 700 */
/* ホバー */
/*
function
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-display: swap;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-display: swap;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Medium.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-display: swap;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-display: swap;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Black.ttf) format("truetype");
}

/*-------- font --------*/
/*-------- content --------*/
html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  line-height: 1.7;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  position: relative;
}

.siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.header_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mv_wrapper {
  max-width: 62.5vw;
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: all 0.2s;
  transform: scale(1.02);
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*============================
#ふわっと表示アニメーション
============================*/
.header_fadeup {
  animation-name: header_fadeup;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes header_fadeup {
  0% {
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fade.view {
  opacity: 1;
  transform: translate(0, 0);
}

/*============================
共通パーツ
============================*/
div.cta div.cta_top {
  text-align: center;
  background-color: #fffad4;
  padding: 40px 4% 50px;
}

div.cta div.cta_top img {
  max-width: 756px;
}

div.cta div.cta_top p {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

div.cta div.cta_top .cta_business_travel_wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

div.cta div.cta_top .cta_business_travel_lion {
  width: 130px;
}

div.cta div.cta_top .cta_business_travel {
  width: 150px;
  aspect-ratio: 1 / 1;
  padding: 62px 15px 10px;
  line-height: 1.2;
  color: #ffa100;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}

div.cta div.cta_top .cta_business_travel_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

div.cta div.cta_top .cta_business_travel_area {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

div.cta div.cta_top .cta_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.375em;
  background: #0a5aa2;
  color: #fff;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 900;
  position: relative;
}

div.cta div.cta_top .cta_title_deco1 {
  width: 1.1em;
  position: absolute;
  top: -5px;
  left: calc(100% + 0.35em);
}

div.cta div.cta_top .cta_catch {
  margin-top: 0.25em;
  font-size: 48px;
  font-weight: 900;
  color: #ffa100;
  line-height: 1.45;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0.3em;
}

div.cta div.cta_bottom {
  background: url(../img/cta_bg.jpg) no-repeat center center/cover;
  padding: 30px 0 40px;
  line-height: 1;
}

div.cta div.cta_bottom .cta_bottom_text {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

div.cta div.cta_bottom .cta_bottom_flex {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a5aa2;
  font-weight: bold;
  max-width: 385px;
  width: 100%;
  height: 80px;
  background-color: white;
  border-radius: 15px;
}

div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
}

div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left p::before {
  content: "";
  background: url(../img/icon_header_phone.svg) no-repeat center center/cover;
  width: 34px;
  height: 34px;
  display: block;
}

div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right {
  max-width: 385px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd900;
  gap: 10px;
  border-radius: 15px;
}

div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right img {
  width: 37px;
}

div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right p {
  font-size: 24px;
  font-weight: bold;
}

.cta2 {
  background: url(../img/cta2-bg.jpg) no-repeat center/cover;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}

.cta2 .wrapper {
  padding: 80px 0;
}

.cta2_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.cta2_title_deco {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.cta2_title_deco::before, .cta2_title_deco::after {
  content: '';
  width: 1em;
  aspect-ratio: 24/32;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta2_title_deco::before {
  background-image: url(../img/cta2-title-before.png);
}

.cta2_title_deco::after {
  background-image: url(../img/cta2-title-after.png);
}

.cta2_title .large {
  display: block;
  margin-top: 10px;
  font-size: 2.2em;
}

.cta2_title_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}

.cta2 .cta2_lion {
  width: 203px;
  aspect-ratio: 203/186;
  position: absolute;
  bottom: 13px;
  left: 100%;
}

.cta2 .cta2_lion_text {
  font-size: 16px;
  color: #0a5aa2;
  font-weight: bold;
  line-height: 1.5;
  filter: drop-shadow(#fff 0 0 1px) drop-shadow(#fff 0 0 1px) drop-shadow(#fff 0 0 1px) drop-shadow(#fff 0 0 1px) drop-shadow(#fff 0 0 1px) drop-shadow(#fff 0 0 1px);
  position: absolute;
  top: 6.9%;
  right: -3.2%;
  z-index: 2;
}

.cta2 .cta2_lion_text .year {
  font-size: 1.625em;
}

.cta2 .cta2_lion_text--before9 {
  top: 13.5%;
  right: 3.2%;
}

.cta2 .cta2_lion_bg {
  display: block;
  width: 100%;
  height: auto;
}

.cta2_box {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 24px 5.4% 50px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}

.cta2_box_top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: .5em .8em 1.6em;
  background: url(../img/cta2-box-fukidashi.png) no-repeat center/100% 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -47%;
}

.cta2_box_title {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.cta2_box_title::before, .cta2_box_title::after {
  content: '';
  width: 4.5em;
  max-width: 180px;
  aspect-ratio: 180/13;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta2_box_title::before {
  background-image: url(../img/cta2-title-line-l.png);
}

.cta2_box_title::after {
  background-image: url(../img/cta2-title-line-r.png);
}

.cta2_box_title_text {
  display: inline-block;
  width: auto;
  height: 1.7em;
}

.cta2_box_price {
  width: -moz-fit-content;
  width: fit-content;
  margin: -12px auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr auto;
  gap: 0 14px;
}

.cta2_box_price_main {
  display: contents;
}

.cta2_box_price_arrow {
  grid-column: 1;
  grid-row: 1;
  align-self: flex-end;
  padding: 0 2.57em 0.43em 0.83em;
  background: url(../img/cta2-arrow.png) no-repeat center bottom/100% auto;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #FF8800;
}

.cta2_box_price_value {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 205px;
}

.cta2_box_price_note {
  grid-column: 1;
  grid-row: 2;
  align-self: flex-start;
  margin-top: 10px;
  padding-bottom: 1.2em;
  font-size: 18px;
  font-weight: bold;
}

.cta2_box_btnWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.4%;
  align-items: flex-end;
}

.cta2_box_btnBefore {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #0a5aa2;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 7px;
}

.cta2_box_btnBefore::before, .cta2_box_btnBefore::after {
  content: '';
  width: 1.1em;
  aspect-ratio: 16/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta2_box_btnBefore::before {
  background-image: url(../img/cta2-text-before.png);
}

.cta2_box_btnBefore::after {
  background-image: url(../img/cta2-text-after.png);
}

.cta2_box_btnBefore_text {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.cta2_box_btnBefore_time {
  display: inline-block;
  width: auto;
  height: 1.56em;
  translate: 0 .2em;
}

.cta2_box_btn {
  min-height: 105px;
  margin-top: 17px;
  padding: 10px;
  background: var(--btn-color, #FFD938);
  border: 3px solid var(--btn-color, #FFD938);
  border-radius: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta2_box_btn_balloon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 2em;
  background: #fff;
  border: 3px solid var(--btn-color, #FFD938);
  border-radius: 10em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
}

.cta2_box_btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.cta2_box_btn_icon {
  display: block;
  width: 1em;
  height: auto;
}

.cta2_box_btn_number {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
}

.cta2_box_btn--blue {
  --btn-color: #0a5aa2;
  background: #fff;
  color: var(--btn-color);
}

.cta2_box_btn--blue .cta2_box_btn_balloon {
  background: var(--btn-color);
  color: #fff;
}

.top {
  background: url(../img/mv_bg.jpg) no-repeat center center/cover;
}

.top header {
  height: 90px;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.top header div.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.top header div.header_wrapper div.header_right {
  display: flex;
  align-items: center;
}

.top header div.header_wrapper div.header_right h1.logo {
  max-width: 300px;
  height: 70px;
}

.top header div.header_wrapper div.header_right h1.logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top header div.header_wrapper div.header_left {
  display: flex;
  height: 100%;
}

.top header div.header_wrapper div.header_left a.pc_header_cv_tell {
  color: #0a5aa2;
  font-weight: bold;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}

.top header div.header_wrapper div.header_left a.pc_header_cv_tell p.number {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
}

.top header div.header_wrapper div.header_left a.pc_header_cv_tell p.number::before {
  content: url(../img/icon_header_phone.svg);
  width: 24px;
  vertical-align: middle;
  padding-right: 4px;
}

.top header div.header_wrapper div.header_left a.pc_header_cv_tell p.business_hours {
  font-size: 12px;
}

.top header div.header_wrapper div.header_left a.header_cv_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: #ffd900;
  padding-top: 5px;
  text-align: center;
}

.top header div.header_wrapper div.header_left a.header_cv_form img {
  width: 28px;
}

.top header div.header_wrapper div.header_left a.header_cv_form p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.top header div.header_wrapper div.header_left a.header_cv_line {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: #40bd48;
  padding-top: 4px;
}

.top header div.header_wrapper div.header_left a.header_cv_line img {
  width: 28px;
}

.top header div.header_wrapper div.header_left a.header_cv_line p {
  color: white;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.top div.mv {
  padding: 5.20833vw 0 4.0625vw;
  background: url(../img/mv_shower.png) no-repeat top right/49vw;
  position: relative;
}

.top div.mv div.mv_wrapper {
  position: relative;
}

.top div.mv div.mv_wrapper picture.mv_top_img img {
  width: 33.85417vw;
}

.top div.mv div.mv_wrapper p {
  font-size: max(1.25vw,16px);
  font-weight: bold;
  color: #fff;
  margin-top: 1.92708vw;
  line-height: 1.625;
}

.top div.mv div.mv_wrapper picture.mv_bottom_img {
  display: block;
  margin-top: 2.23958vw;
}

.top div.mv div.mv_wrapper picture.mv_bottom_img img {
  width: 32.29167vw;
}

.top div.mv div.mv_wrapper .mv_bottom_points {
  margin-top: 1.35417vw;
  padding: 0 1.51042vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.30208vw;
}

.top div.mv div.mv_wrapper .mv_bottom_point {
  width: 9.89583vw;
  aspect-ratio: 1 / 1;
  padding: 4.58333vw 0.78125vw 0;
  border-radius: 50%;
  line-height: 1.2;
  color: #fff;
  font-size: 1.14583vw;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}

.top div.mv div.mv_wrapper .mv_bottom_point_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top div.mv div.mv_wrapper .mv_bottom_point_small {
  font-size: 0.83333vw;
  font-weight: 500;
  line-height: 1.6;
}

.top div.mv div.mv_wrapper .mv_bottom_minimum_time {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.82292vw;
  margin-left: 1.51042vw;
  padding-bottom: 0.1em;
  color: #0a5aa2;
  font-size: 1.71875vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 5;
}

.top div.mv div.mv_wrapper .mv_bottom_minimum_time::before {
  content: '';
  width: 110%;
  height: 80%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  transform: skewX(-15deg);
}

.top div.mv div.mv_wrapper .mv_30_minimum {
  width: auto;
  height: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
}

.top div.mv .mv_price {
  position: absolute;
  bottom: 2.60417vw;
  right: 18.22917vw;
  width: 23.4375vw;
}

.line_marker {
  padding: 0 0.2em;
  background: linear-gradient(transparent 70%, #ffd900 70%);
}

h2 {
  color: #0a5aa2;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

h2 .h2_small {
  font-size: .89em;
}

h2 .h2_small2 {
  font-size: .73em;
}

h2 .h2_num {
  font-size: 1.59em;
  color: #ffa100;
  line-height: 1;
}

h2 .h2_sub {
  font-size: .5em;
}

footer {
  overflow: hidden;
}

footer div.footer_top {
  padding: 40px 0 23px;
  background-color: #f8f8f8;
}

footer div.footer_top .footer_logo {
  max-width: 141px;
  margin: 0 auto;
}

footer div.footer_top p.text1 {
  text-align: center;
  font-weight: bold;
  margin-top: 19.44px;
  line-height: 1;
}

footer div.footer_top p.text2 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}

footer div.footer_top hr {
  max-width: 600px;
  margin: 40px auto 0;
  color: #e3e3e3;
}

footer div.footer_top a {
  margin-top: 12px;
  display: block;
  text-align: center;
  color: #878787;
  font-size: 12px;
}

footer p.copy {
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  color: white;
  background-color: #0a5aa2;
}

.button-disabled {
  pointer-events: none;
}

[data-bg-text] {
  display: inline-block;
  position: relative;
  z-index: 5;
}

[data-bg-text]::before {
  content: attr(data-bg-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-weight: inherit;
  -webkit-text-stroke: var(--width, 10px) var(--color, #fff);
  text-stroke: var(--width, 10px) var(--color, #fff);
  paint-order: stroke;
  color: var(--fill, currentColor);
}

.popup_banner {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 50;
}

.popup_banner a:hover {
  transform: none;
}

.popup_banner_item {
  display: none;
  position: relative;
}

.popup_banner_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  translate: 50% -50%;
  cursor: pointer;
}

.popup_banner_body {
  display: block;
  max-width: 300px;
  position: relative;
}

.popup_banner_body img {
  display: block;
  width: 100%;
  height: auto;
}

.popup_banner_body_btn {
  width: 100%;
  aspect-ratio: 600 / 120;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.grecaptcha-badge {
  bottom: 240px;
}

.btn {
  display: block;
  margin: 40px auto 0;
  width: 369px;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  background-color: #0a5aa2;
  border-radius: 33px;
  text-align: center;
}

.btn:hover {
  transform: none;
}

#top_page {
  /* ==================================
case
=================================== */
  /*============================
#products
============================*/
  /*============================
#repair_trade
============================*/
  /*============================
#reason
============================*/
  /*============================
    #loop_slider
    ============================*/
  /*============================
#about
============================*/
  /*============================
#example_slider
============================*/
  /*============================
#flow
============================*/
  /*============================
#question
============================*/
  /*============================
#message
============================*/
  /*============================
#contact
============================*/
  /* 光の動き */
}

#top_page .subsidy {
  padding: 0 0 40px;
  background-repeat: no-repeat;
  background-position: center top, center bottom, center top;
  background-size: 100% auto, 100% auto, 100% 100%;
  background-image: url(../img/subsidy_bg_top.png), url(../img/subsidy_bg_bottom.png), linear-gradient(180deg, #E50D14, #73070A);
}

#top_page .subsidy .subsidy_title {
  margin-bottom: 20px;
  text-align: center;
  translate: 0 -22px;
}

#top_page .subsidy .subsidy_title img {
  max-width: 570px;
}

#top_page .subsidy .subsidy_catch {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .018em;
}

#top_page .subsidy .subsidy_catch .txt-yellow {
  color: #FFF100;
}

#top_page .subsidy .subsidy_catch .txt-white {
  color: #fff;
}

#top_page .subsidy .subsidy_catch .txt-red {
  color: #CE0F0F;
  font-size: 1.15em;
  line-height: 1;
}

#top_page .subsidy .subsidy_catch .w-black {
  font-weight: 900;
}

#top_page .subsidy .subsidy_catch [data-bg-text]::before {
  --width: 5px;
}

#top_page .subsidy .wrapper .subsidy_img {
  max-width: 1100px;
  margin: 0 auto;
}

#top_page .subsidy .wrapper a {
  display: block;
}

#top_page .subsidy .wrapper a:hover {
  transform: none;
  opacity: .9;
}

#top_page .subsidy .wrapper a + a {
  margin-top: 10px;
}

#top_page .subsidy .wrapper a:nth-child(n+1):last-child {
  margin-bottom: 80px;
}

#top_page #case {
  padding: 80px 0;
  background-color: #dceff9;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#top_page #case .case_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#top_page #case .case_heading .case_heading_img {
  max-width: 1100px;
  margin: 0 auto;
}

#top_page #case .case_heading .case_heading_lion {
  width: 18.7%;
  position: absolute;
  top: 0;
  right: 0;
}

#top_page #case .case_heading_sub {
  width: 525px;
  height: 75px;
  background: url(../img/case_heading_sub.png) no-repeat center/cover;
  margin: 20px auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_page #case .case_heading_sub p {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #021F6B;
  line-height: 1;
  text-shadow: 0 2px 0 #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_page #case .case_heading_sub p span {
  font-size: 2em;
  color: #CE0F0F;
  padding: 0 3px 10px;
}

#top_page #case .case_txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

#top_page #case .case_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: -50px auto 0;
  padding-bottom: 52px;
  position: relative;
}

#top_page #case .case_container .case_slider {
  overflow: visible;
}

#top_page #case .case_container .case_slider .swiper-slide {
  width: 300px;
  background-color: #fff;
  border: #FFD820 3px solid;
  border-radius: 10px;
  padding: 24px 17px 17px;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before,
#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after {
  position: relative;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before img,
#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after img {
  width: 115px;
  aspect-ratio: 115/164;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before .case_img_label,
#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after .case_img_label {
  font-size: 15px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100px;
  padding-top: 2px;
  border-radius: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before .case_img_label {
  background-color: #021F6B;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after .case_img_label {
  background-color: #CE0F0F;
}

#top_page #case .case_container .case_slider .swiper-slide .case_img .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #CE0F0F;
}

#top_page #case .case_container .case_slider .swiper-slide .case_txt_date {
  display: inline-block;
  margin-bottom: .5em;
  padding: 2px 12px;
  background: #021F6B;
  color: #fff;
  font-size: 14px;
}

#top_page #case .case_container .case_slider .swiper-slide .case_txt_head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #021F6B;
  margin-bottom: 10px;
}

#top_page #case .case_container .case_slider .swiper-slide .case_txt_body {
  font-size: 16px;
  line-height: 1.5;
}

#top_page #case .case_container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

#top_page #case .case_container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#top_page #case .case_container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}

#top_page #case .case_container .swiper-pagination-bullet {
  background-color: #F37819;
  height: 12px;
  width: 12px;
}

#top_page div.maker {
  padding: 40px 0;
}

#top_page div.maker p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#top_page div.maker ul {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

#top_page div.maker ul li {
  width: 200px;
}

#top_page section#products {
  background-color: #2EB1ED;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../img/products_bg.svg);
  padding: 80px 0 100px;
}

#top_page section#products .products_group + .products_group {
  margin-top: 170px;
}

#top_page section#products .products_inner {
  max-width: 1000px;
  margin: 60px auto 0;
  font-size: 17px;
  font-weight: 500;
}

#top_page section#products .products_title {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 900;
  color: #E50D29;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top_page section#products .products_title .latest-date {
  --color: #E50D29;
  font-size: 0.68em;
  color: #fff;
}

#top_page section#products div.wrapper {
  /*
            .about_text {
                font-size: 20px;
                font-weight: bold;
                text-align: center;
                margin-top: 50px;
                @include sp {
                    font-size: 16px;
                    margin-top: 20px;
                    text-align: center;
                }
            }
            */
}

#top_page section#products div.wrapper h2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#top_page section#products div.wrapper ul.products_ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li {
  --li-color: #E50D29;
  --label-color: var(--li-color);
  width: 480px;
  box-shadow: 0 0 0 8px var(--li-color);
  border-radius: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
  padding: 20px 25px 25px;
  color: #000;
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.mitubisi_small {
  background: #fff url(../img/products_mitubisi375_bg.png) no-repeat center top/contain;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.mitubisi_large {
  background: #fff url(../img/products_mitubisi465_bg.png) no-repeat center top/contain;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.daikin {
  background: #fff url(../img/products_daikin_bg.png) no-repeat center top/contain;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.soldout {
  pointer-events: none;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.soldout::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 395px;
  height: 188px;
  background: url(../img/products_soldout.svg) no-repeat center center/contain;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.soldout::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 20px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li.subsidized {
  --li-color: #0EBF20;
  --label-color: linear-gradient(180deg, #3AE64B, #259F31);
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex {
  display: flex;
  justify-content: space-between;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.maker_logo.mitubisi {
  width: 128px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.maker_logo.daikin {
  width: 163px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--label-color);
  padding: 5px 12px;
  color: #fff;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label p.left {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.083;
  padding: 2px 5px 4px;
  border: 1px solid #fff;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label p.right {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-top: -3px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li p.product_name {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
}

#top_page section#products div.wrapper ul.products_ul li.products_li ul.product_tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#top_page section#products div.wrapper ul.products_ul li.products_li ul.product_tag li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 3px 18px 5px;
  background-color: #075AA5;
  border-radius: 999px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li p.koukan_haiki {
  margin-top: 9px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  padding-left: 3px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex {
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_left {
  flex: 1;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_left p.komikomi_price {
  margin-top: 18px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  background-color: #e50d29;
  text-align: center;
  padding: 4px 0;
  position: relative;
  width: 95%;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_left p.komikomi_price::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e50d29;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right {
  width: 100%;
  max-width: 150px;
  position: absolute;
  right: 0;
  top: 100%;
  translate: 0 -75%;
  z-index: 5;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount {
  padding-top: 5px;
  aspect-ratio: 158/144;
  background: linear-gradient(180deg, #2480D4, #075AA5);
  border-radius: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  color: #fff;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .medium {
  font-weight: 500;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .bold {
  font-weight: bold;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto .5em;
  padding: 0 1.2em;
  background: #fff;
  color: #075AA5;
  font-size: 15px;
  line-height: 1.6;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .caption {
  font-size: 17px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .value {
  margin-top: -.05em;
  font-size: 75px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .per {
  display: block;
  font-size: 35px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .off {
  display: block;
  margin-top: -.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: inherit;
  font-size: 19px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.left {
  line-height: 1.1875;
  font-size: 14px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.right {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.015em;
  font-size: 23px;
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.right::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e50d29;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.right::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e50d29;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price--flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .default_price--open + .special_price .left::before {
  content: none;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .special_price {
  margin-top: 7px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .special_price .left {
  width: -moz-fit-content;
  width: fit-content;
  padding: .34em 0.6em;
  background: linear-gradient(180deg, #2480D4, #075AA5);
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .special_price .left::before {
  content: '';
  width: 51px;
  aspect-ratio: 108/76;
  background: url(../img/discount-arrow1.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: calc(100% + 10px);
}

#top_page section#products div.wrapper ul.products_ul li.products_li .special_price .right {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-size: 30px;
  color: #075AA5;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .special_price .tax_included_price {
  margin-bottom: 1em;
  font-size: 10px;
  font-weight: 500;
  color: #075AA5;
  line-height: 1;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex {
  margin-bottom: 5px;
  border-bottom: 5px solid #FF0000;
  color: #e50d29;
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed {
  width: -moz-fit-content;
  width: fit-content;
  padding: .34em 0.6em;
  background: linear-gradient(180deg, #F1841F, #E50D29);
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed::before {
  content: '';
  width: 115px;
  aspect-ratio: 108/76;
  background: url(../img/discount-arrow1.svg) no-repeat center/contain;
  position: absolute;
  bottom: -2px;
  left: 142px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed_price {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 101px;
  line-height: 1;
  letter-spacing: -.05em;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed_price .en {
  font-size: 69px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed_price .value {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .35);
}

#top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex .tax_included_price {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: right;
  color: #e50d29;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .note {
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #5d5d5d;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .note + .free_presents {
  margin-top: 8px;
}

#top_page section#products div.wrapper ul.products_ul li.products_li .free_presents {
  margin-top: 30px;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .16));
}

#top_page section#products div.wrapper ul.products_ul li.products_li a.products_a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 9px auto 0;
  padding: 9px;
  background-image: linear-gradient(180deg, #3AE64B, #259F31);
  border: 2px solid white;
  border-radius: 100px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#top_page section#products div.wrapper ul.products_ul li.products_li a.products_a::before {
  content: '';
  width: 1.72em;
  aspect-ratio: 1/1;
  margin-right: 0.36em;
  background: url(../img/icon_tel.svg) no-repeat center/contain;
}

#top_page #reduction {
  padding: 100px 0;
  background-color: #dceff9;
  position: relative;
}

#top_page #reduction .reduction_lion {
  width: 21.6%;
  max-width: 415px;
  position: absolute;
  bottom: 0;
  right: 7%;
}

#top_page section#repair_trade {
  padding: 100px 0;
  overflow: hidden;
}

#top_page section#repair_trade div.wrapper div.flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#top_page section#repair_trade div.wrapper div.flex img {
  width: 43.75vw;
  margin-left: calc(50% - 50vw);
}

#top_page section#repair_trade div.wrapper div.flex div.right h3 {
  font-size: 28px;
  font-weight: bold;
  color: #0a5aa2;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.option {
  margin-top: 24px;
  display: flex;
  gap: 15px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.option p {
  padding: 12px 24px;
  background: #0a5aa2;
  color: white;
  font-size: 22px;
  font-weight: bold;
  border-radius: 999px;
}

#top_page section#repair_trade div.wrapper div.flex div.right p.menu_text {
  font-size: 18px;
  margin-top: 35px;
}

#top_page section#repair_trade div.wrapper div.flex div.right p.menu_text span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 26px;
  color: #0a5aa2;
  font-weight: bold;
  line-height: 1;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right,
#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left {
  width: 260px;
  height: 130px;
  background: #dceff9;
  border-radius: 10px;
  text-align: center;
  padding: 24px 0;
  position: relative;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right h4,
#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left h4 {
  width: 112px;
  margin: 0 auto;
  background-color: white;
  font-size: 18px;
  text-align: center;
  border-radius: 999px;
  padding: 6px 0 4px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p,
#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p {
  font-size: 34px;
  margin-top: 15px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p span.en,
#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.en {
  font-size: 22px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p span.absolute,
#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.absolute {
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p {
  font-size: 22px;
}

#top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.orange {
  font-size: 40px;
  color: #ffa100;
}

#top_page section#repair_trade div.wrapper div.trade {
  margin-top: 122px;
}

#top_page section#repair_trade div.wrapper div.trade div.flex img {
  display: flex;
  order: 2;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

#top_page section#reason {
  background-color: #f8f8f8;
  padding: 100px 0;
}

#top_page section#reason div.wrapper h2 .h2_sub {
  font-size: .7em;
}

#top_page section#reason div.wrapper div.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 27px;
  margin-top: 50px;
}

#top_page section#reason div.wrapper div.flex div.reason_box {
  width: 280px;
  margin: 0 auto;
}

#top_page section#reason div.wrapper div.flex div.reason_box .reason_box_icon {
  max-width: 250px;
  margin: 0 auto 16px;
}

#top_page section#reason div.wrapper div.flex div.reason_box .reason_box_title {
  padding: 17px 5px;
  background: #fff;
  border: 3px dashed #dceff9;
  color: #0a5aa2;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

#top_page section#reason div.wrapper div.flex div.reason_box p {
  margin-top: 21px;
}

#top_page div.about_slider {
  margin-top: 95px;
}

#top_page ul#about_loop_slider li {
  margin: 0 10px;
}

#top_page section#about {
  padding: 100px 0;
}

#top_page section#about div.wrapper img {
  display: block;
  margin: 60px auto 0;
  width: 607px;
  max-width: 100%;
}

#top_page section#about div.wrapper p {
  font-size: 18px;
  margin: 45px auto 0;
  width: 1000px;
  max-width: 100%;
}

#top_page section#example {
  background-color: #f8f8f8;
  padding: 80px 0;
}

#top_page section#example div.wrapper div#example_slider {
  margin-top: 60px;
  padding: 0 52.5px;
}

#top_page section#example div.wrapper div#example_slider div.slider_box {
  border-radius: 20px;
  margin: 0 12.5px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#top_page section#example div.wrapper div#example_slider div.slider_box img {
  border-radius: 20px 20px 0 0;
  height: 238px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom {
  padding: 25px 30px;
  background-color: white;
  border-radius: 0 0 20px 20px;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex:not(:nth-of-type(1)) {
  border-top: 1px dotted #d2d2d2;
  padding: 8px 0;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex:nth-of-type(1) {
  height: 56px;
  padding-bottom: 8px;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex:nth-of-type(2) {
  height: 113px;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex .heading {
  font-weight: bold;
  color: #ffa100;
  width: 64px;
  white-space: nowrap;
  line-height: 1.5;
}

#top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex .text {
  line-height: 1.5;
}

#top_page section#example div.wrapper div#example_slider .slick-prev,
#top_page section#example div.wrapper div#example_slider .slick-next {
  background: url(../img/arrow_left.svg);
  width: 40px;
  height: 40px;
}

#top_page section#example div.wrapper div#example_slider .slick-prev::before,
#top_page section#example div.wrapper div#example_slider .slick-next::before {
  display: none;
}

#top_page section#example div.wrapper div#example_slider .slick-prev {
  left: 0;
  z-index: 10;
}

#top_page section#example div.wrapper div#example_slider .slick-next {
  background: url(../img/arrow_right.svg);
  right: 0;
}

#top_page section#example div.wrapper div#example_slider .slick-dots {
  position: relative;
}

#top_page section#example div.wrapper div#example_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #dbdbdb;
  border-radius: 50%;
  display: block;
}

#top_page section#example div.wrapper div#example_slider .slick-dots li button::before {
  display: none;
}

#top_page section#example div.wrapper div#example_slider .slick-dots li.slick-active button {
  background-color: #0a5aa2;
}

#top_page section#example div.wrapper div#example_slider .slick-track {
  padding-bottom: 5px;
}

#top_page section#flow {
  padding: 100px 0;
}

#top_page section#flow div.wrapper h3 {
  height: 58px;
  background-color: #0a5aa2;
  font-size: 26px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 29px;
  padding-left: 25px;
}

#top_page section#flow div.wrapper h3::before {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  font-weight: bold;
  color: #0a5aa2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffd900;
}

#top_page section#flow div.wrapper div.step1 {
  max-width: 1100px;
  margin: 60px auto 0;
}

#top_page section#flow div.wrapper div.step1 h3::before {
  content: "1";
}

#top_page section#flow div.wrapper div.step1 div.flex {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

#top_page section#flow div.wrapper div.step1 div.flex .left {
  max-width: 500px;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right p {
  line-height: 2;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone {
  margin-top: 40px;
  padding: 40px 36px 23px 30px;
  width: 385px;
  background-color: #f8f8f8;
  border-radius: 20px;
  position: relative;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .free_price {
  width: 134px;
  position: absolute;
  top: -20px;
  left: 20px;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  display: flex;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou::before {
  display: block;
  content: "";
  margin-top: -7px;
  width: 20px;
  height: 20px;
  border-left: 1px solid black;
  margin-right: 2px;
  transform: rotate(-45deg);
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou::after {
  display: block;
  content: "";
  margin-top: -7px;
  width: 20px;
  height: 20px;
  border-right: 1px solid black;
  margin-left: -8px;
  transform: rotate(45deg);
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number {
  margin-top: 13px;
  display: flex;
  gap: 8.6px;
  align-items: center;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number img {
  width: 32px;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number p {
  font-size: 36px;
  font-weight: bold;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #0a5aa2;
  line-height: 1;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right a.mail {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.5px;
  width: 385px;
  padding: 26px 23px;
  background-color: #ffd900;
  border-radius: 15px;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right a.mail .mail_icon {
  width: 37px;
}

#top_page section#flow div.wrapper div.step1 div.flex div.right a.mail p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

#top_page section#flow div.wrapper div.step2 {
  margin: 80px auto 0;
  max-width: 1100px;
}

#top_page section#flow div.wrapper div.step2 h3::before {
  content: "2";
}

#top_page section#flow div.wrapper div.step2 div.flex {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}

#top_page section#flow div.wrapper div.step2 div.flex .left {
  max-width: 500px;
}

#top_page section#flow div.wrapper div.step2 div.flex div.right img {
  width: 160px;
}

#top_page section#flow div.wrapper div.step2 div.flex div.right p {
  margin-top: 20px;
  line-height: 2;
}

#top_page section#flow div.wrapper div.step3 {
  margin-top: 80px;
}

#top_page section#flow div.wrapper div.step3 div.flex_button {
  display: flex;
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
  gap: 20px;
}

#top_page section#flow div.wrapper div.step3 div.flex_button .button {
  width: 360px;
  padding: 26px 0 24px;
  font-size: 24px;
  font-weight: bold;
  color: #0a5aa2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 20px 20px 0 0;
  border: 3px solid #0a5aa2;
  border-bottom: none;
  transition: all 0.2s;
}

#top_page section#flow div.wrapper div.step3 div.flex_button .button:hover {
  transform: scale(1.05);
  cursor: pointer;
}

#top_page section#flow div.wrapper div.step3 div.flex_button .button.active {
  background-color: #0a5aa2;
  color: white;
}

#top_page section#flow div.wrapper div.step3 div.case_area {
  background-color: #dceff9;
  padding: 50px;
  border-radius: 20px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case h3::before {
  content: "3";
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex .left {
  max-width: 500px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right {
  margin-top: 8px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right .top_text {
  line-height: 2;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table {
  margin-top: 18px;
  border-radius: 10px;
  background-color: white;
  padding: 20px 25px;
  color: #0a5aa2;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table h4 {
  padding-bottom: 14px;
  padding-left: 11px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #0a5aa2;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table h4::before {
  content: "";
  background: url(../img/icon_price.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li {
  padding: 12px 0 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0a5aa2;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.menu {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.menu::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffd900;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.price {
  font-weight: bold;
  line-height: 1;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.price span {
  font-size: 12px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.annotation {
  margin-top: 16px;
  font-size: 13px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 {
  display: none;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 h3::before {
  content: "3";
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 div.flex {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 div.flex .left {
  max-width: 500px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 div.flex div.right p {
  line-height: 2;
  font-size: 15px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 {
  display: none;
  margin-top: 40px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 h3::before {
  content: "4";
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex .left {
  max-width: 500px;
}

#top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex div.right p {
  line-height: 2;
}

#top_page section#question {
  padding: 100px 0;
  background: url(../img/question_bg.jpg) no-repeat center center/cover;
}

#top_page section#question div.wrapper h2 {
  width: 330px;
  margin: 0 auto;
}

#top_page section#question div.wrapper ul.question_area {
  max-width: 1000px;
  margin: 60px auto 0;
}

#top_page section#question div.wrapper ul.question_area li div.q {
  padding: 3px 30px 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: bold;
}

#top_page section#question div.wrapper ul.question_area li div.q span {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-weight: bold;
  font-size: 38px;
  color: #0a5aa2;
  margin-top: -2px;
}

#top_page section#question div.wrapper ul.question_area li div.a {
  padding: 29px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
}

#top_page section#question div.wrapper ul.question_area li div.a span {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-weight: bold;
  font-size: 38px;
  color: #ffa100;
  margin-top: -17px;
}

#top_page section#message {
  padding: 80px 0;
  background: url(../img/message_bg.jpg) no-repeat center center/cover;
}

#top_page section#message div.wrapper div.message_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 80px;
  background: white;
  border-radius: 50px;
}

#top_page section#message div.wrapper div.message_area h2 {
  max-width: 400px;
  margin: 0 auto;
}

#top_page section#message div.wrapper div.message_area div.profile_area {
  margin: 25px auto 0;
  max-width: 345px;
}

#top_page section#message div.wrapper div.message_area p.text {
  margin-top: 40px;
}

#top_page section#message div.wrapper div.message_area p.text:nth-of-type(1) {
  margin-top: 30px;
}

#top_page section#message div.wrapper div.message_area div.right {
  margin-top: 35px;
  text-align: right;
}

#top_page section#message div.wrapper div.message_area div.right p.position {
  line-height: 1;
}

#top_page section#message div.wrapper div.message_area div.right p.name {
  line-height: 1;
  margin-top: 9px;
  font-size: 22px;
}

#top_page section#message .message_slider {
  margin-top: 80px;
}

#top_page section#contact {
  padding: 100px 0;
}

#top_page section#contact div.wrapper h2 {
  max-width: 462px;
  margin: 0 auto;
}

#top_page section#contact div.wrapper div.form_area {
  margin: 60px auto 0;
  padding: 60px 100px;
  max-width: 1000px;
  background: #f8f8f8;
  border-radius: 50px;
}

#top_page section#contact div.wrapper div.form_area form.form dl:not(:nth-of-type(1)) {
  margin-top: 20px;
}

#top_page section#contact div.wrapper div.form_area form.form dl dt {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

#top_page section#contact div.wrapper div.form_area form.form dl dt span.required {
  font-size: 12px;
  font-weight: bold;
  color: #ffa100;
  border: 1px solid #ffa100;
  border-radius: 11px;
  padding: 2px 12px;
}

#top_page section#contact div.wrapper div.form_area form.form dl dd {
  line-height: 1;
  margin-top: 10px;
}

#top_page section#contact div.wrapper div.form_area form.form dl dd input {
  width: 100%;
  background: white;
  padding: 12px 10px;
  border-radius: 5px;
}

#top_page section#contact div.wrapper div.form_area form.form dl dd textarea {
  width: 100%;
  background: white;
  min-height: 171px;
  padding: 12px 10px;
  border-radius: 5px;
}

#top_page section#contact div.wrapper div.form_area form.form div.privacy {
  margin-top: 30px;
  padding: 25px 35px;
  background: white;
  border: 2px dotted #a0a0a0;
}

#top_page section#contact div.wrapper div.form_area form.form div.privacy h3 {
  font-weight: bold;
  text-align: center;
}

#top_page section#contact div.wrapper div.form_area form.form div.privacy p.text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}

#top_page section#contact div.wrapper div.form_area form.form div.privacy p.text a {
  color: #60b7c6;
  font-size: 15px;
  text-decoration: underline;
}

#top_page section#contact div.wrapper div.form_area form.form p.agree_area {
  margin-top: 30px;
}

#top_page section#contact div.wrapper div.form_area form.form p.agree_area label.agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#top_page section#contact div.wrapper div.form_area form.form p.agree_area label.agreement input {
  width: 30px;
  height: 30px;
}

#top_page section#contact div.wrapper div.form_area form.form button.form_submit {
  display: block;
  margin: 40px auto 0;
  width: 300px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #0a5aa2;
  border-radius: 33px;
  text-align: center;
}

#top_page .scroll_top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 140px;
  z-index: 999;
}

#top_page .following_phone {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 10px 0 8px;
  bottom: 0;
  height: 80px;
  background-image: linear-gradient(180deg, #ffa100, #f53011);
  /* 光らせるためのstyle */
}

#top_page .following_phone .top_text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

#top_page .following_phone .following_phone_flex {
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#top_page .following_phone .following_phone_flex img {
  width: 24px;
}

#top_page .following_phone .following_phone_flex .number_text {
  font-size: 28px;
  font-weight: bold;
  color: white;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
}

#top_page .following_phone.shine {
  overflow: hidden;
  /* 光の疑似要素 */
}

#top_page .following_phone.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

/*============================
#voice
============================*/
section#voice {
  background: #DCEFF9;
  padding: 100px 0;
}

section#voice .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 10px;
  max-width: 1010px;
  margin: 0 auto;
}

section#voice h2 {
  margin-bottom: 70px;
}

section#voice .voice_box {
  border-radius: 15px;
  background: #fff;
  width: 47.5%;
  padding: 20px 20px 32px;
}

section#voice .voice_image_wrapper {
  width: 100%;
  aspect-ratio: 440/265;
  overflow: hidden;
}

section#voice .voice_image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section#voice h3 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 20px;
  line-height: 36px;
}

section#voice .man1 h3, section#voice .man2 h3, section#voice .man3 h3 {
  color: #0a5aa2;
}

section#voice .woman1 h3, section#voice .woman2 h3 {
  color: #D43182;
}

section#voice .voice_icon {
  width: 27px;
  height: 32px;
}

section#voice .voice_header {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

section#voice .voice_city {
  margin-left: 12px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
}

section#voice .voice_age {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 700;
}

section#voice .voice_main {
  margin-top: 7px;
  line-height: 1.625;
}

.review {
  padding: 70px 0 160px;
  background: #FAF9EE;
}

.review h2 {
  margin-bottom: 57px;
}

.review h2 img {
  max-width: 818px;
}

.review_google {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.42857;
}

.review_google .blue {
  color: #0a5aa2;
}

.review_google .engine {
  font-size: 1.28em;
  font-weight: 600;
}

.review_google .star {
  display: inline-block;
  width: 1.2em;
  height: auto;
  margin: 0 6px;
}

.review_google .point {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.42857;
  position: relative;
}

.review_google .point .red {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #E50D29;
}

.review_google .point .starballoon {
  width: 3.77em;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  translate: -8% -76%;
}

.review_google .point .starballoon_rate {
  width: 70.5%;
  aspect-ratio: 117/19;
  background-color: #E0E0E0;
  -webkit-mask-image: url(../img/star_level2.svg);
          mask-image: url(../img/star_level2.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 39.4%;
  left: 19.3%;
  z-index: 1;
}

.review_google .point .starballoon_rate::before {
  content: '';
  width: var(--star-rate);
  height: 100%;
  background: #FFD938;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.review_google .point .starballoon_bg {
  display: block;
  width: 100%;
  height: auto;
}

.review_txt1 {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45833;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 4px;
}

.review_txt1::before, .review_txt1::after {
  content: '';
  width: 1em;
  aspect-ratio: 16/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0);
}

.review_txt1::before {
  background-image: url(../img/cta2-text-before.png);
}

.review_txt1::after {
  background-image: url(../img/cta2-text-after.png);
}

.review_list {
  max-width: 1165px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 78px 5.5%;
}

.review_item {
  height: 100%;
  padding: min(4.2%, 15px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 0 #D0DAE3;
  position: relative;
}

.review_item_head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D0DAE3;
  font-size: 14px;
  line-height: 1.42857;
  display: grid;
  grid-template-columns: min(22.2%, 70px) 1fr;
  grid-template-rows: auto auto 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.review_item_thumb {
  grid-column: 1;
  grid-row: 1 / span 3;
  position: relative;
}

.review_item_thumb::before {
  content: '';
  width: 64.3%;
  aspect-ratio: 45/42;
  background: url(../img/dummy_balloon.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  translate: -50% -50%;
}

.review_item_thumb img {
  display: block;
  width: 100%;
  max-width: 70px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.review_item_name {
  grid-column: 2;
  grid-row: 1;
  padding-top: 4px;
  font-weight: 500;
}

.review_item_count {
  grid-column: 2;
  grid-row: 2;
  font-size: 12px;
}

.review_item_level {
  grid-column: 2;
  grid-row: 3;
  height: 25px;
  max-width: 138px;
  margin-top: 4px;
  color: transparent;
  background-color: #E0E0E0;
  -webkit-mask-image: url(../img/star_level.svg);
          mask-image: url(../img/star_level.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  z-index: 1;
}

.review_item_level::before {
  content: '';
  width: var(--star-rate);
  height: 100%;
  background: #FFD938;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.review_item_body {
  font-size: 14px;
  line-height: 1.42857;
}

.line {
  padding: 100px 0;
  background: #FAF9EE;
}

.line_title_before {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45833;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 4px;
}

.line_title_before::before, .line_title_before::after {
  content: '';
  width: 1em;
  aspect-ratio: 16/19;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0);
}

.line_title_before::before {
  background-image: url(../img/cta2-text-before.png);
}

.line_title_before::after {
  background-image: url(../img/cta2-text-after.png);
}

.line h2 {
  margin-bottom: 40px;
}

.line h2 .h2_small2 {
  display: block;
}

.line_points {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 45px 13.5%;
  background: #fff;
  border: 4px solid #F8EB42;
  border-radius: 20px;
  position: relative;
}

.line_points::before, .line_points::after {
  content: '';
  width: 15.8%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}

.line_points::before {
  aspect-ratio: 158/214;
  background-image: url(../img/person1.png);
  left: 2.7%;
  translate: 0 12.6%;
}

.line_points::after {
  aspect-ratio: 159/234;
  background-image: url(../img/person2.png);
  right: 3.2%;
  translate: 0 13.6%;
}

.line_points ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45833;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 15px;
}

.line_points ul li {
  padding-left: 1.58em;
  position: relative;
}

.line_points ul li::before {
  content: '';
  width: 1.33em;
  aspect-ratio: 1/1;
  background: url(../img/icon_light.svg) no-repeat center/contain;
  position: absolute;
  top: .5lh;
  left: 0;
  translate: 0 -50%;
}

.line .next_arrow {
  display: block;
  max-width: 60px;
  margin: 0 auto 20px;
}

.line_balloon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 55px;
  position: relative;
  z-index: 5;
}

.line_balloon .lion {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  translate: 47.7% -28.4%;
}

.line_balloon .red {
  color: #E50D29;
}

.line_balloon .large {
  font-size: 1.83em;
  font-weight: 900;
  line-height: 1;
}

.line_balloon_fukidashi {
  padding: 5px 86px 16px;
  background: #fff;
  border-radius: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, .2));
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}

.line_balloon_fukidashi::before {
  content: '';
  width: 32px;
  aspect-ratio: 32/28;
  background: inherit;
  position: absolute;
  top: calc(100% - 1px);
  left: 15%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.line_steps {
  padding: 75px 3% 70px;
  background: #fff;
  border: 5px solid #00B900;
  border-radius: 20px;
  position: relative;
}

.line_steps_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 1.3em;
  background: #00B900;
  border-radius: 10em;
  font-size: 44px;
  line-height: 1.45455;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
}

.line_steps_guide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.line_steps_guide_title {
  flex-shrink: 0;
  padding: 0.8em 1.4em 0.8em 0.6em;
  background: url(../img/guide_title_bg.svg) no-repeat center/100% 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}

.line_steps_flow {
  display: flex;
  -moz-column-gap: 7.5%;
       column-gap: 7.5%;
}

.line_steps_flow li {
  width: 26%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
  position: relative;
}

.line_steps_flow li:first-child .step_img {
  border: 5px solid #E5FAE7;
}

.line_steps_flow li:not(:last-child)::after {
  content: '';
  width: 28%;
  aspect-ratio: 68/40;
  background: url(../img/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 39%;
  left: 100%;
  rotate: -90deg;
}

.line_steps_flow .step_title {
  height: 46px;
  margin-bottom: 10px;
}

.line_steps_flow .step_title img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.line_steps_flow .step_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}

.line_steps_flow .step_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.line_steps_flow .step_img:hover {
  transform: none;
}

.area {
  padding: 100px 0;
  background: #FAF9EE;
}

.area h2 {
  margin-bottom: 83px;
}

.area_box {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 75px 10px 45px;
  background: #C7DDF0;
  border: 4px solid #0a5aa2;
  border-radius: 20px;
  position: relative;
}

.area_box_title {
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.45455;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
  -webkit-text-stroke: 7px #0a5aa2;
  text-stroke: 7px #0a5aa2;
  paint-order: stroke;
  color: #fff;
}

.area_box_title .size2 {
  display: inline-block;
  font-size: 1.36em;
  line-height: 1.45;
  color: #FCD901;
  position: relative;
  z-index: -1;
}

.area_box_list {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.area_box_list li {
  min-width: 135px;
  padding: 10px;
  background: #0a5aa2;
  border-radius: 6px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.42857;
  text-align: center;
}

.area_box_img {
  width: 20.8%;
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
}

/*============================
#company
============================*/
main#company.contents {
  background-color: #f8f8f8;
  padding: 80px;
}

main#company.contents div.wrapper h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

main#company.contents div.wrapper div.contents__bg {
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
  padding: 100px;
}

main#company.contents div.wrapper div.contents__bg dl {
  display: flex;
  border-bottom: 1px solid black;
}

main#company.contents div.wrapper div.contents__bg dl dt {
  width: 35%;
  padding: 24px;
  font-weight: bold;
}

main#company.contents div.wrapper div.contents__bg dl dd {
  padding: 24px 0;
}

/*============================
#privacy
============================*/
main#privacy.contents {
  background-color: #f8f8f8;
  padding: 80px 0;
}

main#privacy.contents div.wrapper h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

main#privacy.contents div.wrapper div.contents__bg {
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
  padding: 100px;
}

main#privacy.contents div.wrapper div.contents__bg ul.list li {
  margin-top: 20px;
}

main#privacy.contents div.wrapper div.contents__bg ul.list li p span.bold {
  font-size: 18px;
  font-weight: bold;
}

main#privacy.contents div.wrapper div.contents__bg ul.list li ol.list.list--order2 li {
  margin-top: 0;
}

/*============================
#contact
============================*/
main#contact.contents {
  background-color: #f8f8f8;
  padding: 80px 0;
}

main#contact.contents div.wrapper h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

main#contact.contents div.wrapper div.contents__bg {
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
  padding: 100px;
}

main#contact.contents div.wrapper div.contents__bg p.center {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .mv_wrapper {
    max-width: 80vw;
  }
  div.cta div.cta_top .cta_catch {
    font-size: 40px;
  }
  div.cta div.cta_bottom {
    flex-direction: column;
    padding: 30px 4%;
    gap: 20px;
  }
  .cta2_box_top {
    font-size: 18px;
  }
  .cta2_box_price_arrow {
    font-size: 26px;
  }
  .cta2_box_price_note {
    font-size: 16px;
  }
  .cta2_box_btnBefore {
    font-size: 13px;
  }
  .cta2_box_btn {
    font-size: 18px;
  }
  .cta2_box_btn_number {
    font-size: 30px;
  }
  .top header div.header_wrapper div.header_right h1.logo {
    max-width: 200px;
    margin-left: 20px;
  }
  .top div.mv div.mv_wrapper picture.mv_top_img img {
    width: 445px;
  }
  .top div.mv div.mv_wrapper picture.mv_bottom_img img {
    width: 413px;
  }
  .top div.mv .mv_price {
    right: 7.8125vw;
  }
  #top_page section#repair_trade div.wrapper div.flex {
    display: block;
  }
  #top_page section#repair_trade div.wrapper div.flex img {
    width: 80vw;
    margin-bottom: 30px;
  }
  #top_page section#reason div.wrapper div.flex div.reason_box .reason_box_title {
    padding: 10px 5px;
    font-size: 2vw;
  }
  #top_page section#flow div.wrapper div.step1 div.flex {
    gap: 30px;
    flex-direction: column;
  }
  #top_page section#flow div.wrapper div.step1 div.flex .left {
    margin: 0 auto;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone {
    margin: 40px auto 0;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right a.mail {
    margin: 20px auto 0;
  }
  #top_page section#flow div.wrapper div.step2 div.flex {
    flex-direction: column;
    gap: 30px;
  }
  #top_page section#flow div.wrapper div.step3 div.flex_button .button {
    width: 240px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex {
    flex-direction: column;
    gap: 30px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex .left {
    margin: 0 auto;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 div.flex {
    flex-direction: column;
    gap: 30px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex {
    flex-direction: column;
    gap: 30px;
  }
  .review_list {
    row-gap: 35px;
  }
  .area_box_title {
    font-size: 34px;
  }
  .area_box_img {
    top: auto;
    bottom: 100%;
    translate: -8.7% 15%;
  }
  main#company.contents div.wrapper div.contents__bg {
    padding: 40px;
  }
  main#privacy.contents div.wrapper div.contents__bg {
    padding: 40px;
  }
  main#contact.contents div.wrapper div.contents__bg {
    padding: 40px;
  }
}

@media (max-width: 750px) {
  .mv_wrapper {
    max-width: 92%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  div.cta div.cta_top {
    padding: 30px 4% 30px;
  }
  div.cta div.cta_top p {
    text-align: left;
    font-size: 15px;
  }
  div.cta div.cta_top .cta_business_travel_wrap {
    margin-bottom: 3.46667vw;
    gap: 1.6vw;
  }
  div.cta div.cta_top .cta_business_travel_lion {
    width: 25.06667vw;
  }
  div.cta div.cta_top .cta_business_travel {
    width: 37.33333vw;
    padding: 12.26667vw 1.33333vw 1.33333vw;
    font-size: 4.26667vw;
  }
  div.cta div.cta_top .cta_business_travel_area {
    font-size: 3.2vw;
  }
  div.cta div.cta_top .cta_title {
    font-size: 5.06667vw;
    line-height: 1.47;
  }
  div.cta div.cta_top .cta_catch {
    font-size: 5.6vw;
    text-decoration-thickness: 2px;
  }
  div.cta div.cta_bottom .cta_bottom_text {
    font-size: 16px;
  }
  div.cta div.cta_bottom .cta_bottom_flex {
    flex-direction: column;
    gap: 20px;
  }
  div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left {
    height: auto;
    padding: 12px 0;
    border-radius: 999px;
  }
  div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left p {
    font-size: 30px;
  }
  div.cta div.cta_bottom .cta_bottom_flex .cta_bottom_left p::before {
    width: 30px;
    height: 30px;
  }
  div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right {
    height: auto;
    padding: 12px 0;
    border-radius: 999px;
  }
  div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right img {
    width: 30px;
  }
  div.cta div.cta_bottom .cta_bottom_flex a.cta_bottom_right p {
    font-size: 18px;
  }
  .cta2 .wrapper {
    padding: 40px 0 50px;
  }
  .cta2_title_deco {
    align-items: flex-start;
  }
  .cta2_title .large {
    margin-top: 0;
    font-size: inherit;
  }
  .cta2 .cta2_lion {
    width: 130px;
    aspect-ratio: 130/86;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .cta2 .cta2_lion_text {
    font-size: 9px;
    top: 10.4%;
    right: 0;
  }
  .cta2 .cta2_lion_text--before9 {
    top: 18.6%;
    right: 6.1%;
  }
  .cta2_box {
    margin-top: 28px;
    padding: 26px 12px 30px;
  }
  .cta2_box_top {
    font-size: 12px;
    translate: 0 -41%;
  }
  .cta2_box_title {
    font-size: 18px;
    -moz-column-gap: .8em;
         column-gap: .8em;
  }
  .cta2_box_title::before, .cta2_box_title::after {
    max-width: 82px;
  }
  .cta2_box_price {
    margin-top: -6px;
    gap: 0 11px;
  }
  .cta2_box_price_arrow {
    margin-top: 26px;
    padding: 0 1.67em .4em 0;
    font-size: 18px;
    white-space: nowrap;
  }
  .cta2_box_price_value {
    max-width: 82px;
  }
  .cta2_box_price_note {
    grid-column: 1 / span 2;
    font-size: 12px;
    text-align: left;
  }
  .cta2_box_btnWrap {
    grid-template-columns: 100%;
    row-gap: 15px;
    position: relative;
    z-index: 5;
  }
  .cta2_box_btnBefore {
    font-size: 13px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .cta2_box_btn {
    min-height: 78px;
    margin-top: 12px;
    font-size: 18px;
  }
  .cta2_box_btn_balloon {
    padding: 2px 3em;
    border-width: 2px;
    font-size: 12px;
  }
  .cta2_box_btn_icon {
    width: 1.3em;
  }
  .cta2_box_btn_number {
    font-size: 30px;
  }
  .cta2_box_btn--blue .cta2_box_btn_icon {
    width: 1.1em;
  }
  .top header {
    display: none;
    height: 78px;
  }
  .top header div.header_wrapper div.header_right h1.logo {
    max-width: 200px;
    height: 60px;
    margin-left: 20px;
  }
  .top header div.header_wrapper div.header_left a.pc_header_cv_tell {
    display: none;
  }
  .top header div.header_wrapper div.header_left a.sp_header_cv_tell {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    width: 80px;
    background-color: #0a5aa2;
    padding-top: 7px;
  }
  .top header div.header_wrapper div.header_left a.sp_header_cv_tell img {
    width: 22px;
  }
  .top header div.header_wrapper div.header_left a.sp_header_cv_tell p {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1.2;
  }
  .top header div.header_wrapper div.header_left a.header_cv_form {
    padding-top: 7px;
    gap: 9.5px;
    width: 80px;
  }
  .top header div.header_wrapper div.header_left a.header_cv_form img {
    width: 26px;
  }
  .top header div.header_wrapper div.header_left a.header_cv_form p {
    font-size: 11px;
  }
  .top header div.header_wrapper div.header_left a.header_cv_line {
    gap: 7px;
    width: 80px;
    padding-top: 4px;
  }
  .top header div.header_wrapper div.header_left a.header_cv_line img {
    width: 26px;
  }
  .top header div.header_wrapper div.header_left a.header_cv_line p {
    font-size: 11px;
  }
  .top div.mv {
    padding-top: 48.53333vw;
    padding-bottom: 9.86667vw;
    background: url(../img/sp_mv_shower.png) no-repeat top right/63.46667vw;
  }
  .top div.mv div.mv_wrapper picture.mv_top_img img {
    width: 100%;
  }
  .top div.mv div.mv_wrapper p {
    font-size: 3.73333vw;
    letter-spacing: -0.05em;
  }
  .top div.mv div.mv_wrapper .mv_bottom_points {
    margin-top: 3.2vw;
    padding: 0;
    justify-content: center;
    gap: 2.66667vw;
  }
  .top div.mv div.mv_wrapper .mv_bottom_point {
    width: 26.66667vw;
    padding: 11.73333vw 1.33333vw 0;
    font-size: 4vw;
  }
  .top div.mv div.mv_wrapper .mv_bottom_point_small {
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  .top div.mv div.mv_wrapper .mv_bottom_minimum_time {
    margin: 2.66667vw auto 0;
    font-size: 4vw;
  }
  .top div.mv .mv_price {
    width: 54.4vw;
    right: auto;
    bottom: auto;
    left: 1.33333vw;
    top: 1.06667vw;
  }
  h2 {
    font-size: 6.13333vw;
    line-height: 1.4;
  }
  h2 .h2_small2 {
    font-size: .78em;
  }
  footer p.copy {
    font-size: 12px;
  }
  [data-bg-text]::before {
    --width: 6px;
  }
  .popup_banner {
    bottom: 85px;
  }
  .popup_banner_close {
    width: 8vw;
  }
  .popup_banner_body {
    max-width: 53.33333vw;
  }
  .grecaptcha-badge {
    bottom: 210px;
  }
  .btn {
    margin: 30px auto 0;
    width: 280px;
    font-size: 18px;
  }
  #top_page .subsidy {
    padding: 0 0 30px;
    background-image: url(../img/subsidy_bg_top_sp.png), url(../img/subsidy_bg_bottom_sp.png), linear-gradient(180deg, #E50D14, #73070A);
  }
  #top_page .subsidy .subsidy_title {
    translate: 0 -11px;
  }
  #top_page .subsidy .subsidy_title img {
    max-width: 285px;
  }
  #top_page .subsidy .subsidy_catch {
    font-size: 3.73333vw;
  }
  #top_page .subsidy .subsidy_catch [data-bg-text]::before {
    --width: 3px;
  }
  #top_page .subsidy .wrapper .subsidy_img {
    max-width: 90%;
  }
  #top_page .subsidy .wrapper a:nth-child(n+1):last-child {
    margin-bottom: 0;
  }
  #top_page #case {
    padding: 30px 0;
  }
  #top_page #case .case_heading_sub {
    width: 262px;
    height: 37px;
    margin: 11px auto 15px;
  }
  #top_page #case .case_heading_sub p {
    font-size: 14px;
    padding-bottom: 0;
  }
  #top_page #case .case_heading_sub p span {
    padding: 0 3px 10px;
  }
  #top_page #case .case_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #top_page #case .case_container {
    margin-top: -17px;
    padding-bottom: 30px;
  }
  #top_page #case .case_container .case_slider .swiper-slide {
    width: 290px;
    padding: 24px 17px 17px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_img {
    margin-bottom: 10px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before img,
  #top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after img {
    width: 115px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_before .case_img_label,
  #top_page #case .case_container .case_slider .swiper-slide .case_img .case_img_after .case_img_label {
    width: 100px;
    font-size: 15px;
    top: 0;
    translate: 0 -50%;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_img .triangle {
    border-width: 10px 0 10px 10px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_txt_date {
    font-size: 14px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_txt_head {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #top_page #case .case_container .case_slider .swiper-slide .case_txt_body {
    font-size: 14px;
  }
  #top_page div.maker {
    padding: 30px 0;
  }
  #top_page div.maker p {
    font-size: 16px;
  }
  #top_page div.maker ul {
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 15px;
  }
  #top_page div.maker ul li {
    width: 100px;
  }
  #top_page section#products {
    padding: 40px 0;
    background-image: url(../img/products_bg_sp.svg);
  }
  #top_page section#products .products_group + .products_group {
    margin-top: 90px;
  }
  #top_page section#products .products_inner {
    margin-top: 50px;
    font-size: 10px;
  }
  #top_page section#products .products_title {
    margin-bottom: 4px;
    font-size: 8vw;
    display: block;
  }
  #top_page section#products .products_title .latest-date {
    font-size: 0.9em;
  }
  #top_page section#products div.wrapper ul.products_ul {
    gap: 20px;
    margin-top: 20px;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li.soldout::before {
    width: 300px;
    height: 142px;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li {
    width: 100%;
    padding: 3.73333vw 4.8vw 4.8vw;
    box-shadow: 0 0 0 4px var(--li-color);
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.maker_logo.mitubisi {
    width: 24.53333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.maker_logo.daikin {
    width: 31.2vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label {
    gap: 1.6vw;
    padding: 1.33333vw 2.13333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label p.left {
    font-size: 2.66667vw;
    padding: 0.8vw 1.33333vw 1.06667vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.top_flex div.special_label p.right {
    font-size: 4.8vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li p.product_name {
    font-size: 10.4vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li ul.product_tag {
    gap: 6px;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li ul.product_tag li {
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li p.koukan_haiki {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_left p.komikomi_price {
    margin-top: 1.6vw;
    margin-bottom: 2.66667vw;
    font-size: 4.53333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right {
    max-width: 29.6vw;
    top: auto;
    bottom: 0;
    translate: 0 12%;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount {
    border-radius: 2.66667vw;
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .heading {
    padding: 0 2px;
    font-size: 3.46667vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .caption {
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .value {
    font-size: 12vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .per {
    font-size: 5.86667vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li div.price_flex div.price_flex_right .price_discount .off {
    font-size: 2.93333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .default_price {
    margin-bottom: 5px;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.left {
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .default_price p.right {
    font-size: 5.06667vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .special_price .left {
    font-size: 3.73333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .special_price .left::before {
    width: 13.6vw;
    left: calc(100% + 2.93333vw);
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .special_price .right {
    font-size: 8vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed {
    padding: .34em 0.8em;
    font-size: 4.53333vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed::before {
    width: 22.66667vw;
    left: 100%;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed_price {
    font-size: 18.4vw;
    letter-spacing: 0;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .non_taxed_price_flex p.non_taxed_price .en {
    font-size: 13.06667vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .note {
    margin-top: 1.06667vw;
    gap: 12px;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .note .note_text {
    padding-left: 1em;
    text-indent: -1em;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li .free_presents {
    margin-top: 8vw;
  }
  #top_page section#products div.wrapper ul.products_ul li.products_li a.products_a {
    font-size: 4.26667vw;
    padding: 8px;
  }
  #top_page #reduction {
    padding: 8vw 0;
  }
  #top_page #reduction .reduction_lion {
    width: 29.6%;
    right: 1%;
  }
  #top_page section#repair_trade {
    padding: 40px 0;
  }
  #top_page section#repair_trade div.wrapper div.flex {
    margin-top: 20px;
    gap: 40px;
  }
  #top_page section#repair_trade div.wrapper div.flex img {
    margin-bottom: 20px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right h3 {
    font-size: 18px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.option {
    margin-top: 6px;
    display: block;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.option p {
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.option p:nth-of-type(2) {
    margin-top: 5px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right p.menu_text {
    font-size: 16px;
    margin-top: 12px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right p.menu_text span {
    margin-top: 8px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex {
    justify-content: center;
    margin-top: 15px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right,
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left {
    width: 46%;
    height: 110px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right h4,
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left h4 {
    width: 100px;
    font-size: 16px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p,
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p {
    font-size: 24px;
    margin-top: 8px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p span.en,
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.en {
    font-size: 18px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.right p span.absolute,
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.absolute {
    font-size: 12px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p {
    font-size: 18px;
  }
  #top_page section#repair_trade div.wrapper div.flex div.right div.flex div.left p span.orange {
    font-size: 28px;
  }
  #top_page section#repair_trade div.wrapper div.trade {
    margin-top: 80px;
  }
  #top_page section#reason {
    padding: 40px 0;
  }
  #top_page section#reason div.wrapper h2 {
    line-height: 1.4;
  }
  #top_page section#reason div.wrapper div.flex {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }
  #top_page section#reason div.wrapper div.flex div.reason_box {
    width: 45%;
  }
  #top_page section#reason div.wrapper div.flex div.reason_box .reason_box_icon {
    margin-bottom: 4.26667vw;
  }
  #top_page section#reason div.wrapper div.flex div.reason_box .reason_box_title {
    padding: 2.66667vw 1.33333vw;
    font-size: 4vw;
  }
  #top_page section#reason div.wrapper div.flex div.reason_box p {
    font-size: 15px;
  }
  #top_page div.about_slider {
    margin-top: 50px;
  }
  #top_page ul#about_loop_slider li {
    margin: 0 8px;
  }
  #top_page section#about {
    padding: 20px 0 40px;
  }
  #top_page section#about div.wrapper img {
    margin: 30px auto;
  }
  #top_page section#about div.wrapper p {
    margin-top: 20px;
    font-size: 15px;
  }
  #top_page section#example {
    padding: 50px 0;
  }
  #top_page section#example div.wrapper div#example_slider {
    margin-top: 30px;
    padding: 0;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box {
    margin: 0 8px 0;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box img {
    height: 150px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom {
    padding: 16px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex {
    gap: 20px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex:nth-of-type(1) {
    height: 50px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex:nth-of-type(2) {
    height: 101px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex .heading {
    font-size: 15px;
  }
  #top_page section#example div.wrapper div#example_slider div.slider_box .box_bottom .flex .text {
    font-size: 14px;
  }
  #top_page section#example div.wrapper div#example_slider .slick-prev,
  #top_page section#example div.wrapper div#example_slider .slick-next {
    background-size: cover;
  }
  #top_page section#example div.wrapper div#example_slider .slick-prev {
    top: 45%;
    left: -10px;
  }
  #top_page section#example div.wrapper div#example_slider .slick-next {
    right: -10px;
    top: 45%;
  }
  #top_page section#example div.wrapper div#example_slider .slick-dots {
    bottom: -5px;
  }
  #top_page section#example div.wrapper div#example_slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  #top_page section#flow {
    padding: 40px 0 0;
  }
  #top_page section#flow div.wrapper h3 {
    font-size: 20px;
    height: 40px;
    padding-left: 20px;
  }
  #top_page section#flow div.wrapper h3::before {
    margin-right: 8px;
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  #top_page section#flow div.wrapper div.step1 {
    margin-top: 30px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex {
    gap: 20px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex {
    margin-top: 20px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right p {
    font-size: 15px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone {
    padding: 20px 18px 12px 15px;
    width: 100%;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .free_price {
    width: 120px;
    top: -30px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou {
    font-size: 16px;
    justify-content: center;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou::before {
    width: 18px;
    height: 18px;
    margin-right: -3px;
    margin-top: -5px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone .syuttyou::after {
    width: 18px;
    height: 18px;
    margin-left: -5px;
    margin-top: -6px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number {
    justify-content: center;
    gap: 6px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number img {
    width: 25px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right div.phone div.number p {
    font-size: 30px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right a.mail {
    width: 100%;
    gap: 6px;
    padding: 18px 12px;
    margin: 16px auto 0;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right a.mail .mail_icon {
    width: 28px;
  }
  #top_page section#flow div.wrapper div.step1 div.flex div.right a.mail p {
    font-size: 20px;
  }
  #top_page section#flow div.wrapper div.step2 {
    margin: 50px auto 0;
  }
  #top_page section#flow div.wrapper div.step2 div.flex {
    margin-top: 20px;
    gap: 20px;
  }
  #top_page section#flow div.wrapper div.step2 div.flex div.right img {
    width: 120px;
  }
  #top_page section#flow div.wrapper div.step2 div.flex div.right p {
    margin-top: 5px;
    font-size: 15px;
  }
  #top_page section#flow div.wrapper div.step3 {
    margin-top: 50px;
  }
  #top_page section#flow div.wrapper div.step3 div.flex_button {
    gap: 8px;
    width: 100%;
  }
  #top_page section#flow div.wrapper div.step3 div.flex_button .button {
    width: 45%;
    padding: 18px 0 16px;
    font-size: 20px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area {
    padding: 30px 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex {
    margin-top: 20px;
    gap: 10px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right .top_text {
    font-size: 15px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table {
    padding: 20px 15px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table h4 {
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 17px;
    gap: 6px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table h4::before {
    margin-top: -3px;
    width: 17px;
    height: 17px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.menu {
    font-size: 15px;
    gap: 6px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.repair_case div.flex div.right div.price_table ul li p.menu::before {
    width: 5px;
    height: 5px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case1 div.flex {
    margin-top: 20px;
    gap: 20px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 {
    margin-top: 50px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex {
    margin-top: 20px;
    gap: 20px;
  }
  #top_page section#flow div.wrapper div.step3 div.case_area div.trade_case2 div.flex div.right p {
    font-size: 15px;
  }
  #top_page section#question {
    padding: 40px 0;
  }
  #top_page section#question div.wrapper h2 {
    width: 60%;
  }
  #top_page section#question div.wrapper ul.question_area {
    margin: 30px auto 0;
  }
  #top_page section#question div.wrapper ul.question_area li div.q {
    padding: 8px 20px 6px;
    gap: 10px;
    line-height: 1.3;
    font-size: 16px;
  }
  #top_page section#question div.wrapper ul.question_area li div.q span {
    font-size: 30px;
  }
  #top_page section#question div.wrapper ul.question_area li div.a {
    padding: 16px 20px;
    gap: 10px;
    font-size: 15px;
  }
  #top_page section#question div.wrapper ul.question_area li div.a span {
    font-size: 30px;
    margin-top: -13px;
  }
  #top_page section#message {
    padding: 40px 0;
  }
  #top_page section#message div.wrapper div.message_area {
    padding: 40px 16px;
  }
  #top_page section#message div.wrapper div.message_area h2 {
    width: 60%;
  }
  #top_page section#message div.wrapper div.message_area div.profile_area {
    margin: 10px auto 0;
    width: 60%;
  }
  #top_page section#message div.wrapper div.message_area p.text {
    margin-top: 20px;
    font-size: 15px;
  }
  #top_page section#message div.wrapper div.message_area p.text:nth-of-type(1) {
    margin-top: 20px;
  }
  #top_page section#message div.wrapper div.message_area div.right {
    margin-top: 20px;
  }
  #top_page section#message div.wrapper div.message_area div.right p.position {
    font-size: 14px;
  }
  #top_page section#message div.wrapper div.message_area div.right p.name {
    font-size: 18px;
  }
  #top_page section#message .message_slider {
    margin-top: 40px;
  }
  #top_page section#contact {
    padding: 50px 0 0;
  }
  #top_page section#contact div.wrapper h2 {
    width: 70%;
  }
  #top_page section#contact div.wrapper div.form_area {
    margin-top: 30px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 16px;
    border-radius: 0;
  }
  #top_page section#contact div.wrapper div.form_area form.form dl dt {
    font-size: 16px;
  }
  #top_page section#contact div.wrapper div.form_area form.form dl dd input {
    padding: 8px 10px;
  }
  #top_page section#contact div.wrapper div.form_area form.form dl dd textarea {
    padding: 8px 10px;
  }
  #top_page section#contact div.wrapper div.form_area form.form div.privacy {
    margin-top: 20px;
    padding: 25px 16px;
  }
  #top_page section#contact div.wrapper div.form_area form.form div.privacy h3 {
    font-size: 15px;
  }
  #top_page section#contact div.wrapper div.form_area form.form div.privacy p.text {
    font-size: 14px;
  }
  #top_page section#contact div.wrapper div.form_area form.form p.agree_area {
    margin-top: 20px;
  }
  #top_page section#contact div.wrapper div.form_area form.form p.agree_area label.agreement {
    gap: 10px;
  }
  #top_page section#contact div.wrapper div.form_area form.form p.agree_area label.agreement input {
    width: 20px;
    height: 20px;
  }
  #top_page section#contact div.wrapper div.form_area form.form button.form_submit {
    margin: 30px auto 0;
    width: 280px;
  }
  #top_page .scroll_top {
    width: 80px;
    bottom: 70px;
    display: none;
  }
  section#voice {
    padding: 40px 0;
  }
  section#voice h2 {
    margin-bottom: 35px;
  }
  section#voice .voice_box {
    width: 100%;
  }
  .review {
    padding: 40px 0 50px;
  }
  .review h2 {
    margin-bottom: 38px;
  }
  .review h2 img {
    max-width: 179px;
  }
  .review_google {
    font-size: 14px;
  }
  .review_google .star {
    width: 1.64em;
    margin: 0;
  }
  .review_google .point {
    font-size: 24px;
  }
  .review_txt1 {
    margin-bottom: 26px;
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 16px;
    white-space: nowrap;
  }
  .review_list {
    row-gap: 16px;
  }
  .line {
    padding: 50px 0;
  }
  .line_title_before {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .line_title_before::before, .line_title_before::after {
    width: 1.6em;
  }
  .line h2 {
    margin-bottom: 20px;
  }
  .line_points {
    margin-bottom: 14px;
    padding: 17px 17px 22px;
    border-width: 3px;
  }
  .line_points::before, .line_points::after {
    width: 15.4%;
  }
  .line_points::before {
    translate: 0 69.9%;
  }
  .line_points::after {
    translate: 0 68%;
  }
  .line_points ul {
    font-size: 14px;
    row-gap: 5px;
  }
  .line .next_arrow {
    max-width: 34px;
    margin-bottom: 18px;
  }
  .line_balloon {
    margin-bottom: 26px;
  }
  .line_balloon .lion {
    width: 63px;
    translate: -3px 7px;
  }
  .line_balloon .large {
    font-size: 1.75em;
  }
  .line_balloon_fukidashi {
    padding: 5px 74px 14px 47px;
    font-size: 16px;
    line-height: 1.1875;
  }
  .line_balloon_fukidashi::before {
    width: 22px;
  }
  .line_steps {
    padding: 30px 12px 25px;
    border-width: 3px;
  }
  .line_steps_title {
    padding: 5px 1.66em;
    font-size: 18px;
    line-height: 1.44444;
  }
  .line_steps_guide {
    display: block;
  }
  .line_steps_guide_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 5px 22px 13px;
    background: url(../img/guide_title_bg_sp.svg) no-repeat center/100% 100%;
    font-size: 14px;
  }
  .line_steps_flow {
    flex-direction: column;
    row-gap: 40px;
  }
  .line_steps_flow li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .line_steps_flow li:not(:last-child)::after {
    width: 34px;
    top: calc(100% + 10px);
    left: 50%;
    rotate: 0deg;
    translate: -50% 0;
  }
  .line_steps_flow .step_title {
    width: 100%;
    height: 28px;
  }
  .line_steps_flow .step_img {
    flex-shrink: 0;
    width: 38%;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .line_steps_flow .step_img + p {
    width: calc(62% - 10px);
  }
  .area {
    padding: 50px 0;
  }
  .area h2 {
    margin-bottom: 43px;
  }
  .area_box {
    margin-bottom: 14px;
    padding: 20px 15px 18px;
    border-width: 2px;
    border-radius: 10px;
  }
  .area_box_title {
    font-size: 18px;
    translate: 0 -70%;
    -webkit-text-stroke: 5px #0a5aa2;
    text-stroke: 5px #0a5aa2;
    paint-order: stroke;
    color: #fff;
  }
  .area_box_title.str-over {
    font-size: 16px;
  }
  .area_box_list {
    gap: 10px;
  }
  .area_box_list li {
    min-width: 70px;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
  }
  .area_box_img {
    width: 23%;
    max-width: 80px;
  }
  main#company.contents {
    padding: 40px 0 0;
  }
  main#company.contents div.wrapper h1 {
    font-size: 20px;
  }
  main#company.contents div.wrapper div.contents__bg {
    margin-top: 20px;
    padding: 30px 16px;
  }
  main#company.contents div.wrapper div.contents__bg dl dt {
    padding: 16px;
    font-size: 14px;
  }
  main#company.contents div.wrapper div.contents__bg dl dd {
    padding: 16px 0;
    font-size: 14px;
  }
  main#privacy.contents {
    padding: 40px 0 0;
  }
  main#privacy.contents div.wrapper h1 {
    font-size: 20px;
  }
  main#privacy.contents div.wrapper div.contents__bg {
    margin-top: 20px;
    padding: 30px 16px;
  }
  main#contact.contents {
    padding: 40px 0 0;
  }
  main#contact.contents div.wrapper h1 {
    font-size: 20px;
  }
  main#contact.contents div.wrapper div.contents__bg {
    margin-top: 20px;
    padding: 30px 16px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
