/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.0 | 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.15;
  /* 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 */
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
}

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/
/* common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

.impact {
  font-size: 20pt;
  font-weight: bold;
}

.impact2 {
  color: red;
}

.impact3 {
  background: yellow;
  color: #000;
}

.impact5 {
  background: #173b50;
  padding: 2px 5px;
  color: #fff;
}

.impact6 {
  background: #f4f4f4;
  padding: 3px;
  line-height: 1.1;
}

.impact7 {
  background: #b60000;
  padding: 2px 5px;
  color: #fff;
}

.style2 {
  color: #ff0000;
}

.style3 {
  color: #333333;
}

.style4 {
  color: #000000;
}

img {
  border: none;
}

/* layout
---------------------------------------------*/
/*TopIntro-Start*/
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "MS UI Gothic", Verdana, Times New Roman;
}

#intro {
  width: 800px;
  margin: 0px auto;
}

.wrap {
  background-repeat: repeat-y;
  margin: 0px auto;
  width: 918px;
}

#container {
  background-color: #ffffff;
  width: 800px;
  margin: 0px auto;
  line-height: 180%;
  text-align: left;
}

/*TopIntro-End*/
/*
------------------------------------------------------*/
#copyright {
  text-align: center;
  padding: 15px 0px;
}

#container p {
  clear: both;
  padding: 0px 35px;
  line-height: 1.5;
}

div.clear {
  clear: both;
  margin: 0 0 10px 0;
}

th,
td {
  font-size: 14px;
}

/* Tokuten
------------------------------------------------------*/
#tokuten p {
  clear: none;
  padding: 0px;
  line-height: 1.3;
  font-size: 14px;
}

/* User's Voice_Underline
------------------------------------------------------*/
#uservoice_under p {
  clear: none;
  padding: 0px;
  line-height: 1.3;
  font-size: 14px;
  border-bottom: 1px #cccccc dashed;
}

/* User's Voice
------------------------------------------------------*/
#uservoice p {
  clear: none;
  padding: 0px;
  line-height: 1.3;
  font-size: 14px;
}

/* Mawarikomi_editmode
------------------------------------------------------*/
#mawarikomi_edit p {
  clear: none;
  padding: 0px;
  line-height: 1.3;
  font-size: 14px;
}

/* Mawarikomi_previewmode
------------------------------------------------------*/
#mawarikomi_prv p {
  clear: none;
  padding: 0px 35px;
  line-height: 1.3;
  font-size: 14px;
}

/*
------------------------------------------------------*/
/*TopIntro-BgStyleStart*/
.topintro {
  padding: 20px 20px 0px 20px;
  text-align: left;
  margin: 0px auto;
  line-height: 1.2;
  width: 680px;
  height: px;
  font-size: 30px;
  font-weight: bold;
}

/*TopIntro-BgStyleEnd*/
.topintro_onlytext {
  text-align: left;
  margin: 0px auto;
  line-height: 1.1;
  width: 680px;
}

.topintro_sample {
  padding: 15px 10px;
  font-size: 14px;
}

#topintro_sample p {
  padding: 0px;
  line-height: 1.1;
  font-size: 14px;
}

/* frame_border
------------------------------------------------------*/
#frame_border {
  border: 1px #cccccc dotted;
}

/* SubCatch [Text Type]
------------------------------------------------------*/
.sch001_text {
  margin: 20px auto;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

#sch001_text p {
  padding: 0px;
  line-height: 1.1;
}

/* SubCatch [Image Type]
------------------------------------------------------*/
.sch001_img {
  text-align: center;
  margin: 20px auto;
}

/* SubCatch [Bar Type]
------------------------------------------------------*/
.sch001_barBg_1 {
  margin: 10px auto;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  line-height: 1.1;
}

.sch001_barBg_2 {
  margin: 20px auto;
  padding: 50px 20px 50px 20px;
  font-weight: bold;
  line-height: 1.1;
}

#sch001_bar p {
  padding: 0px;
  line-height: 1.1;
}

/* Price
------------------------------------------------------*/
#price p {
  padding: 0px;
  line-height: 1.2;
  font-size: 14px;
}

/* Subcatch Bar
------------------------------------------------------*/
#sbc_bar p {
  padding: 0px;
  line-height: 1.2;
  font-size: 14px;
}

/* CheckList
------------------------------------------------------*/
.checklist_text {
  width: 550px;
  margin: 0px auto 10px;
  padding: 0px;
  font-size: 14px;
}

#checklist_text p {
  clear: none;
  padding: 0px;
  line-height: 1.3;
  font-size: 14px;
}

/* sign
------------------------------------------------------*/
.sign001_text {
  text-align: right;
  margin: 0px auto;
  line-height: 1.3;
  width: 650px;
  padding: 0px 30px 0px 0px;
}

.sign001_img {
  width: 600px;
  margin: 5px auto;
  text-align: right;
  padding: 0px 10px;
}

/*
------------------------------------------------------*/
.ImgCenter {
  text-align: center;
  margin: 100px auto;
}

.ImgCenter01 {
  text-align: center;
  margin: 50px auto;
}

.ImgCenter02 {
  text-align: center;
  margin: 30px auto 50px;
}

/* Tokutei Table
------------------------------------------------------*/
.tb01 {
  width: 600px;
  margin: 30px auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb01 .title {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  background-color: #e4e4e4;
  width: 35%;
}

.tb01 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  text-align: left;
  background-color: #ffffff;
}

/*
------------------------------------------------------*/
#image_FullWidth p {
  padding: 0px;
}

/*
------------------------------------------------------*/
.imgR {
  float: right;
  margin: 0px 0px 10px 10px;
}

/*
------------------------------------------------------*/
.nameRight {
  text-align: right;
  padding: 0px 60px;
}

/*
------------------------------------------------------*/
.AutodateRight {
  text-align: right;
  padding: 0px 0px;
}

/*
------------------------------------------------------*/
ul.checkbox {
  text-align: left;
  padding: 10px 20px;
}

ul.checkbox li {
  list-style: none;
  line-height: 1.1;
  text-align: left;
  margin: 3px 0;
  padding: 4px 0px 4px 30px;
}

ul.checkbox li.txt {
  margin-bottom: 15px;
}

/*
------------------------------------------------------*/
.inbox {
  width: 500px;
  margin: 0px auto 50px;
  padding: 20px 30px;
  text-align: left;
  background: #f5f5f5;
  border: 2px solid #e4e4e4;
  color: #333;
  font-size: 12px;
}

/*
------------------------------------------------------*/
.list {
  text-align: left;
  display: block;
}

.list dt {
  line-height: 1.1;
  padding-left: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.list dd {
  margin-bottom: 30px;
  padding-left: 22px;
}

.list01 {
  text-align: left;
  display: block;
  width: 500px;
  margin: 20px auto 60px;
  padding: 20px;
  border: 6px solid #ccc;
}

.list01 dt {
  line-height: 1.1;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
}

.list01 dd {
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 12px;
}

/* faq
---------------------------------------------*/
#faq {
  margin: 10px auto 0px;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.1;
}

#faq p {
  padding: 0px;
  line-height: 1.1;
  font-size: 14px;
}

/* InFrame
---------------------------------------------------------- */
.inf01_dottit {
  font-size: larger;
  font-weight: bold;
  border: 1px dotted #666666;
  padding: 10px 20px;
  text-align: left;
  margin: 0px 65px 10px;
}

/*  hover
---------------------------------------------------------- */
#dropin td {
  padding: 2px;
}

.popup_box {
  width: 300px;
  padding: 5px;
}

#hover_btn {
  cursor: pointer;
  text-indent: -99999px;
  overflow: hidden;
  border: none;
  width: 327px;
  height: 52px;
}

/*  Button-Custom
---------------------------------------------------------- */
#BtnStyle_ctm_one a {
  color: #fff;
}

#BtnStyle_ctm_one a:hover {
  color: #ffd640;
}

#BtnStyle_ctm2_two a {
  color: #000;
}

#BtnStyle_ctm2_two a:hover {
  color: #1c5dce;
}

/*  ul
---------------------------------------------------------- */
ol,
ul {
  list-style-position: inside;
  padding-left: 10px;
}

ol li,
ul li {
  text-align: left;
}

#tool {
  background-repeat: repeat-y;
}

#toolmozi {
  width: 500px;
  margin-left: 160px;
}

.l-header {
  background-color: #00024c;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100px;
}
.l-header__logo {
  width: 34.08%;
  color: #fff;
}
.l-header__logo svg {
  height: 73px;
}
.l-header__buttons {
  display: flex;
  align-items: center;
}
.l-header__button, .l-header__button--orange, .l-header__button--outline {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  white-space: nowrap;
  border-radius: 27.5px;
}
.l-header__button--outline {
  margin-right: 11.4px;
  padding: 12px;
  letter-spacing: 0.02em;
  border: 3px solid #fff;
}
.l-header__button--outline::after {
  content: "050-3577-4840";
}
.l-header__button--outline svg {
  width: 24.67px;
  height: auto;
  transform: rotate(-15deg);
}
.l-header__button--orange {
  padding: 12px 33px 12px 21px;
  background-color: #ff622a;
}
.l-header__button--orange::after {
  content: "お問い合わせ";
}
.l-header__button--orange svg {
  margin-right: 9px;
  width: 31px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .l-header__logo svg {
    width: 344px;
    width: 34.4vw;
    height: 73px;
    height: 7.3vw;
  }
  .l-header__container {
    padding: 20px;
    height: 100px;
    height: 9.2592592593vw;
  }
  .l-header__button, .l-header__button--outline, .l-header__button--orange {
    font-size: 25px;
    font-size: 2.3148148148vw;
  }
  .l-header__button--outline {
    padding-left: 12px;
    padding-left: 1.1111111111vw;
    padding-right: 12px;
    padding-right: 1.1111111111vw;
  }
  .l-header__button--orange {
    padding: 12px 33px 12px 21px;
    padding: 1.1111111111vw 3.0555555556vw 1.1111111111vw 1.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .l-header__logo svg {
    width: 385.93px;
    width: 51.4573333333vw;
    height: 73.39px;
    height: 9.7853333333vw;
  }
  .l-header__container {
    height: 115px;
    height: 15.3333333333vw;
    padding-left: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
  }
  .l-header__logo {
    width: 39.33%;
  }
  .l-header__buttons {
    align-items: stretch;
  }
  .l-header__button, .l-header__button--outline, .l-header__button--orange {
    flex-direction: column;
    justify-content: space-between;
    width: 105.78px;
    width: 14.104vw;
    height: 100%;
    font-size: 20px;
    font-size: 2.6666666667vw;
    border-radius: 10px;
  }
  .l-header__button--outline {
    margin-right: 30px;
    margin-right: 4vw;
    padding: 5px 0px 4px 0px;
    padding: 0.6666666667vw 0vw 0.5333333333vw 0vw;
    border-width: 2px;
  }
  .l-header__button--outline::after {
    content: "TEL";
  }
  .l-header__button--outline svg {
    margin-bottom: 8px;
    margin-bottom: 1.0666666667vw;
    width: 45.84px;
    width: 6.112vw;
  }
  .l-header__button--orange {
    padding: 15px 0px 4px 0px;
    padding: 2vw 0vw 0.5333333333vw 0vw;
  }
  .l-header__button--orange::after {
    content: "お問合せ";
  }
  .l-header__button--orange svg {
    margin-right: 0;
    width: 47px;
    width: 6.2666666667vw;
  }
}

.l-footer {
  background-color: #00024c;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  padding: 67px 20px 0;
  height: 242px;
  color: #fff;
}
.l-footer__container div {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
.l-footer__container div p {
  font-weight: bold;
}
.l-footer__container div:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.l-footer__container div:last-of-type a {
  text-decoration: underline;
}
.l-footer__container div:last-of-type a:last-of-type {
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1080px) {
  .l-footer__container {
    padding-top: 6.2vw;
    height: 242px;
    height: 22.4074074074vw;
  }
  .l-footer__container div {
    font-size: 25px;
    font-size: 2.3148148148vw;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__container {
    flex-direction: column;
    padding-top: 54px;
    padding-top: 7.2vw;
    padding-left: 77.2px;
    padding-left: 10.2933333333vw;
    padding-right: 77.2px;
    padding-right: 10.2933333333vw;
    padding-bottom: 47.24px;
    padding-bottom: 6.2986666667vw;
    height: 323px;
    height: 43.0666666667vw;
  }
  .l-footer__container div {
    font-size: 15px;
    font-size: 2vw;
  }
  .l-footer__container div:last-of-type {
    align-items: center;
  }
}

.p-firstview {
  height: 682px;
  background-position: center;
  background-size: cover;
}
.webp .p-firstview {
  background-image: url(../images/firstview.webp);
}
.no-webp .p-firstview {
  background-image: url(../images/firstview.png);
}
.p-firstview__container {
  position: relative;
  margin: 0 auto;
  padding-top: 52px;
  max-width: 691px;
}
.p-firstview__container picture:first-of-type {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.p-firstview__container picture:last-of-type {
  position: absolute;
  top: 36.7%;
  right: -9.3%;
  width: 149px;
  height: 167px;
}
.p-firstview__container p {
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  font-size: 2.08rem;
  line-height: 1.3;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
  z-index: 1;
}
.p-firstview__button-wrapper::after {
  content: "※成約までのご利用が完全無料となります。";
  margin-top: 8px;
  display: block;
  color: #fff;
  font-size: 1.667rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .p-firstview__container picture:last-of-type {
    right: 0;
    width: 149px;
    width: 17.9951690821vw;
    height: 167px;
    height: 20.1690821256vw;
  }
}
@media screen and (max-width: 750px) {
  .p-firstview {
    height: 801px;
    height: 106.8vw;
  }
  .p-firstview__container {
    padding-top: 62px;
    padding-top: 8.2666666667vw;
    padding-left: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
    max-width: none;
  }
  .p-firstview__container picture:last-of-type {
    top: 241.156px;
    top: 32.1541333333vw;
    width: 137px;
    width: 18.2666666667vw;
    height: 154px;
    height: 20.5333333333vw;
  }
  .p-firstview__container p {
    font-size: 29.17px;
    font-size: 3.8893333333vw;
    margin-bottom: 71px;
    margin-bottom: 9.4666666667vw;
  }
  .p-firstview__button-wrapper::after {
    margin-top: 8px;
    margin-top: 1.0666666667vw;
    font-size: 16.67px;
    font-size: 2.2226666667vw;
  }
}

.p-flow {
  background-color: #f0eff1;
}
.p-flow__container {
  position: relative;
  padding: 60px 20px 34.29px;
}
.p-flow__container::before {
  content: "";
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%) skewX(-40deg);
  display: block;
  width: 441px;
  height: 43px;
  background-color: #fff;
}
.p-flow__container::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 185px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.webp .p-flow__container::after {
  background-image: url(../images/flow_head.webp);
}
.no-webp .p-flow__container::after {
  background-image: url(../images/flow_head.png);
}
.p-flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-flow__item {
  position: relative;
  width: 23.77%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.p-flow__item::before {
  content: "";
  position: absolute;
  top: -19px;
  display: block;
  width: 92px;
  height: 92px;
  background-size: cover;
  z-index: -1;
}
.p-flow__item::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #00024c;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: pre;
  text-align: center;
}
.p-flow__item--line {
  flex: 1;
  height: 4px;
  background-color: #fff;
}
.webp .p-flow__item:first-of-type::before {
  background-image: url(../images/num1.webp);
}
.no-webp .p-flow__item:first-of-type::before {
  background-image: url(../images/num1.png);
}
.p-flow__item:first-of-type picture {
  margin: 19px auto 0;
  width: 96px;
  height: 122px;
  -webkit-box-reflect: below 0px linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent 21%);
}
.p-flow__item:first-of-type::after {
  content: "ヒアリング";
  bottom: 17%;
}
.webp .p-flow__item:nth-of-type(3)::before {
  background-image: url(../images/num2.webp);
}
.no-webp .p-flow__item:nth-of-type(3)::before {
  background-image: url(../images/num2.png);
}
.p-flow__item:nth-of-type(3) picture {
  margin: 14px auto 0;
  width: 126px;
  height: 120px;
  -webkit-box-reflect: below 0px linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent 21%);
}
.p-flow__item:nth-of-type(3)::after {
  content: "ご希望に合う営業代理店を\aピックアップし商談";
  bottom: 11%;
}
.webp .p-flow__item:last-of-type::before {
  background-image: url(../images/num3.webp);
}
.no-webp .p-flow__item:last-of-type::before {
  background-image: url(../images/num3.png);
}
.p-flow__item:last-of-type picture {
  margin: 46px auto 0;
  width: 140px;
  height: 88px;
  -webkit-box-reflect: below 0px linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent 40%);
}
.p-flow__item:last-of-type::after {
  content: "依頼先の\a営業代理店確定";
  bottom: 10%;
}
@media screen and (max-width: 1080px) {
  .p-flow__item::before {
    width: 92px;
    width: 8.5185185185vw;
    height: 92px;
    height: 8.5185185185vw;
  }
  .p-flow__item::after {
    font-size: 25px;
    font-size: 2.3148148148vw;
  }
  .p-flow__item:first-of-type picture {
    width: 96px;
    width: 8.8888888889vw;
    height: 122px;
    height: 11.2962962963vw;
  }
  .p-flow__item:nth-of-type(3) picture {
    width: 126px;
    width: 11.6666666667vw;
    height: 120px;
    height: 11.1111111111vw;
  }
  .p-flow__item:last-of-type picture {
    width: 140px;
    width: 12.962962963vw;
    height: 88px;
    height: 8.1481481481vw;
  }
}
@media screen and (max-width: 750px) {
  .p-flow__container {
    padding-top: 82.86px;
    padding-top: 11.048vw;
    padding-bottom: 57.3px;
    padding-bottom: 7.64vw;
    padding-left: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
  }
  .p-flow__container::before {
    width: 442px;
    width: 58.9333333333vw;
    height: 43px;
    height: 5.7333333333vw;
  }
  .p-flow__container::after {
    width: 185px;
    width: 24.6666666667vw;
    height: 32px;
    height: 4.2666666667vw;
  }
  .p-flow__list {
    gap: 20px;
    gap: 2.6666666667vw;
  }
  .p-flow__item {
    width: 221.89px;
    width: 29.5853333333vw;
    height: 221.89px;
    height: 29.5853333333vw;
  }
  .p-flow__item::after {
    font-size: 22.92px;
    font-size: 3.056vw;
  }
  .p-flow__item:first-of-type picture {
    margin-top: 15.06px;
    margin-top: 2.008vw;
    width: 83px;
    width: 11.0666666667vw;
    height: 107px;
    height: 14.2666666667vw;
  }
  .p-flow__item:nth-of-type(3) picture {
    margin-top: 11.25px;
    margin-top: 1.5vw;
    width: 111px;
    width: 14.8vw;
    height: 105px;
    height: 14vw;
  }
  .p-flow__item:nth-of-type(3)::after {
    content: "ご希望に合う\a営業代理店を\aピックアップし商談";
    bottom: -2%;
  }
  .p-flow__item:last-of-type picture {
    margin-top: 39.97px;
    margin-top: 5.3293333333vw;
    width: 123px;
    width: 16.4vw;
    height: 77px;
    height: 10.2666666667vw;
  }
}

.p-problem1 {
  padding-top: 76.96px;
  height: 539px;
  background-size: cover;
  background-position: center bottom;
}
.webp .p-problem1 {
  background-image: url(../images/problem_bg.webp);
}
.no-webp .p-problem1 {
  background-image: url(../images/problem_bg.png);
}
.p-problem1__container {
  padding: 0 20px;
}
.p-problem1__head {
  margin-bottom: 82.02px;
}
.p-problem1__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-problem1__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.63%;
  height: 155px;
  font-size: 2.917rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 5px;
}
.p-problem1__item span {
  color: #5484c4;
  text-decoration: underline;
}
.p-problem1__item:first-of-type::before {
  content: "";
  position: absolute;
  bottom: -32%;
  right: 6%;
  width: 40.63px;
  height: 40.63px;
  border-radius: 50%;
  background-color: #fff;
}
.p-problem1__item:first-of-type::after {
  content: "";
  position: absolute;
  bottom: -38%;
  right: -2%;
  width: 21.28px;
  height: 21.28px;
  background-color: #fff;
  border-radius: 50%;
}
.p-problem1__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: -29%;
  width: 40.63px;
  height: 40.63px;
  border-radius: 50%;
  background-color: #fff;
}
.p-problem1__item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: -44%;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
}
.p-problem1__item:last-of-type::before {
  content: "";
  position: absolute;
  bottom: -32%;
  left: 11%;
  width: 40.63px;
  height: 40.63px;
  border-radius: 50%;
  background-color: #fff;
}
.p-problem1__item:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -38%;
  left: 3%;
  width: 21.28px;
  height: 21.28px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  .p-problem1 {
    padding-top: 76.96px;
    padding-top: 7.1259259259vw;
    height: 539px;
    height: 49.9074074074vw;
  }
  .p-problem1__head {
    margin-bottom: 82.02px;
    margin-bottom: 7.5944444444vw;
  }
  .p-problem1__item {
    font-size: 29.17px;
    font-size: 2.7009259259vw;
    height: 14.36vw;
  }
  .p-problem1__item:first-of-type::before, .p-problem1__item:last-of-type::before {
    width: 40.63px;
    width: 3.762037037vw;
    height: 40.63px;
    height: 3.762037037vw;
  }
  .p-problem1__item:first-of-type::after, .p-problem1__item:last-of-type::after {
    width: 21.28px;
    width: 1.9703703704vw;
    height: 21.28px;
    height: 1.9703703704vw;
  }
  .p-problem1__item:nth-of-type(2)::before {
    width: 40.63px;
    width: 3.762037037vw;
    height: 40.63px;
    height: 3.762037037vw;
  }
  .p-problem1__item:nth-of-type(2)::after {
    width: 17px;
    width: 1.5740740741vw;
    height: 17px;
    height: 1.5740740741vw;
  }
}
@media screen and (max-width: 750px) {
  .p-problem1 {
    padding-top: 104.16px;
    padding-top: 13.888vw;
    height: 1170px;
    height: 156vw;
  }
  .webp .p-problem1 {
    background-image: url(../images/problem_bg_sp.webp);
  }
  .no-webp .p-problem1 {
    background-image: url(../images/problem_bg_sp.png);
  }
  .p-problem1__head {
    margin-bottom: 85.25px;
    margin-bottom: 11.3666666667vw;
  }
  .p-problem1__list {
    flex-direction: column;
    gap: 32.62px;
    gap: 4.3493333333vw;
  }
  .p-problem1__item {
    width: 463.49px;
    width: 61.7986666667vw;
    height: 207.68px;
    height: 27.6906666667vw;
    font-size: 33.33px;
    font-size: 4.444vw;
  }
  .p-problem1__item:first-of-type::before, .p-problem1__item:nth-of-type(2)::before, .p-problem1__item:last-of-type::before {
    width: 40.63px;
    width: 5.4173333333vw;
    height: 40.63px;
    height: 5.4173333333vw;
    left: unset;
    bottom: -5%;
    right: -10.3%;
  }
  .p-problem1__item:first-of-type::after, .p-problem1__item:nth-of-type(2)::after, .p-problem1__item:last-of-type::after {
    width: 21.28px;
    width: 2.8373333333vw;
    height: 21.28px;
    height: 2.8373333333vw;
    left: unset;
    bottom: -9%;
    right: -16.1%;
  }
}

.p-problem2 {
  padding-top: 40.23px;
  padding-bottom: 71px;
}
.p-problem2__container {
  position: relative;
  padding: 0 20px;
  max-width: 1100px !important;
}
.p-problem2__head {
  margin-bottom: 44.86px;
}
.p-problem2__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.p-problem2__item {
  position: relative;
}
.p-problem2__item p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #00024c;
  font-size: 3.46rem;
  text-align: center;
  white-space: nowrap;
}
.p-problem2__item p span {
  color: #be0d0d;
}
.p-problem2__item:first-of-type {
  order: 1;
}
.p-problem2__item:first-of-type picture {
  width: 471px;
  height: 468px;
}
.p-problem2__item:first-of-type p {
  bottom: 9%;
}
.p-problem2__item:nth-of-type(2) picture {
  width: 471px;
  height: 471px;
}
.p-problem2__item:last-of-type picture {
  width: 471px;
  height: 467px;
}
@media screen and (max-width: 1100px) {
  .p-problem2__btn {
    right: 20px;
    right: 1.8181818182vw;
    width: 272px;
    width: 24.7272727273vw;
    height: 272px;
    height: 24.7272727273vw;
  }
}
@media screen and (max-width: 750px) {
  .p-problem2 {
    padding-top: 45px;
    padding-top: 6vw;
    padding-bottom: 50px;
    padding-bottom: 6.6666666667vw;
  }
  .p-problem2__container {
    padding-left: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
  }
  .p-problem2__container picture {
    margin: 0 auto;
    width: 65.33%;
  }
  .p-problem2__head {
    margin-bottom: 66px;
    margin-bottom: 8.8vw;
  }
}

.p-contact {
  padding-top: 59px;
  padding-bottom: 61px;
  height: 246px;
  background-size: cover;
}
.webp .p-contact {
  background-image: url(../images/contact_bg.webp);
}
.no-webp .p-contact {
  background-image: url(../images/contact_bg.png);
}

.p-form {
  padding-top: 100px;
}
.p-form__container {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .p-form {
    padding-top: 9.333333vw;
  }
}

.c-button {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  padding-left: 77px;
  margin: 0 auto;
  width: 549.99px;
  height: 126px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1.12px 1.66px rgba(0, 0, 0, 0.22);
  background-color: #ff622a;
  border-radius: 63px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.43);
}
.c-button::after {
  content: url(../images/arrow.svg);
  position: absolute;
  top: 50%;
  right: 49.9px;
  transform: translateY(-50%);
}
.c-button span {
  font-size: 4rem;
  font-weight: bold;
  margin-left: 26px;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  .c-button {
    padding-top: 24px;
    padding-top: 3.2vw;
    padding-left: 85px;
    padding-left: 11.3333333333vw;
    padding-right: 85px;
    padding-right: 0vw;
    width: 624.99px;
    width: 83.332vw;
    height: 143.18px;
    height: 19.0906666667vw;
    font-size: 28.41px;
    font-size: 3.788vw;
    letter-spacing: 1.5px;
    letter-spacing: 0.2vw;
    border-radius: 71px;
    border-radius: 9.4666666667vw;
  }
  .c-button::after {
    content: "";
    width: 39px;
    width: 5.2vw;
    height: 54px;
    height: 7.2vw;
    right: 47.9px;
    right: 6.3866666667vw;
    background-image: url(../images/arrow.svg);
    background-size: cover;
    background-position: center;
  }
  .c-button span {
    font-size: 47.35px;
    font-size: 6.3133333333vw;
    margin-left: 13px;
    margin-left: 1.7333333333vw;
    margin-right: 0px;
    margin-right: 0vw;
    margin-top: 8px;
    margin-top: 1.0666666667vw;
    letter-spacing: 2px;
    letter-spacing: 0.2666666667vw;
  }
}

.c-section-head {
  position: relative;
  color: #00024c;
  font-size: 5.417rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.c-section-head span:first-of-type {
  color: #5484c4;
}
.c-section-head span:nth-of-type(2) {
  font-size: 7rem;
}
.c-section-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: block;
  width: 139px;
  height: 6px;
  background-image: linear-gradient(to right, #6991c7, #a3bded);
}
.c-section-head br {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-section-head {
    font-size: 54.17px;
    font-size: 5.0157407407vw;
  }
  .c-section-head span:nth-of-type(2) {
    font-size: 70px;
    font-size: 6.4814814815vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-head {
    font-size: 53.13px;
    font-size: 7.084vw;
  }
  .c-section-head::after {
    bottom: -30.7px;
    bottom: -4.0933333333vw;
    width: 136.35px;
    width: 18.18vw;
    height: 5.89px;
    height: 0.7853333333vw;
  }
  .c-section-head br {
    display: block;
  }
}

.c-round-button {
  display: block;
  margin-left: auto;
  width: 189px;
  height: 189px;
  z-index: 100;
  pointer-events: fill;
}
@media screen and (max-width: 750px) {
  .c-round-button {
    right: 20px;
    right: 2.6666666667vw;
    width: 189px;
    width: 25.2vw;
    height: 189px;
    height: 25.2vw;
  }
  .c-round-button picture {
    width: 100%;
  }
}

.u-container {
  margin: 0 auto;
  max-width: 1080px;
}

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

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

.u-fixed {
  position: fixed;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 0 20px;
  max-width: 1080px;
  width: 100%;
  height: 189px;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .u-fixed {
    padding-left: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 20px;
    padding-right: 2.6666666667vw;
    height: 189px;
    height: 25.2vw;
  }
}
