@charset "UTF-8";
/*! destyle.css v4.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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

:root {
  --black: #333;
  --white: #fff;
  --gray: #efefef;
  --dawn-pink: #ebebeb;
  --dawn: #a5a5a5;
  --silver: #adadad;
  --orange: #ed6c21;
  --orange-bg: #ffead1;
  --green: #00a1a0;
  --red: #ff2424;
}
.orange {
  color: #ed6c21;
  font-weight: 600;

}



/*
* Display flex
*/
html {
  font-size: 62.5%;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: justify;
  letter-spacing: 0;
}

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

.sp_br {
	display: none;
}

.pc_br {
	display: block;
}



@media only screen and (max-width : 840px) {
.sp_br {
	display: block;
}
.pc_br {
	display: none;
}

}



.container {
  width: 100%;
  height: auto;
}

.content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content--full {
  max-width: unset;
}
.content--wide {
  width: 90%;
}
.content--normal {
  width: 80%;
}
.content__title h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.content__title p {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.875em;
  margin: 1.5em auto 0;
}

.no-pc {
  display: none;
}

.no-sp {
  display: block;
}

.header {
  position: absolute;
  top: 1.5em;
  left: 2.5em;
  width: 10em;
  height: auto;
  font-size: 16px;
  font-size: 1.25vw;
}
.header.thanks {
  display: flex;
  align-items: center;
  position: static;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  border-bottom: solid 1px var(--orange);
}
.header.thanks h1 {
  width: 145px;
  height: auto;
}

.fv {
  position: relative;
  font-size: 16px;
  font-size: 1.25vw;
}
.fv .content {
  position: relative;
  max-width: unset;
}
.fv__image {
  width: 82%;
  height: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0 0 0 2.5em;
}
.fv__introduction {
  position: absolute;
  top: 25%;
  left: 2em;
  z-index: 2;
  width: 35%;
}
.fv__introduction h2 {
  width: 100%;
 font-size: clamp(2rem, 3.5vw, 5rem);
  line-height: 1.5;  font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.small_fv {
 font-size: clamp(1.3rem, 2.3vw, 3rem);}

.line-orange {
  background: #ed6c21;
  color: #fff;
   padding: 4px 10px;
   margin: 10px 0;
    white-space: nowrap;
}
.fv_subtitle {
  display: flex;
  justify-content: center;
  margin-top: 10px
}
.fv_subtitle_img {
  width: 45%;
  padding-right: 15px;
}
.fv_subtitle_txt {
  width: 55%;
   font-size: clamp(1rem, 2.3vw, 3rem);
   line-height: 1.4;
   font-weight: 500;
}

/* 1つ目のspan（p直下） */
.fv_subtitle_txt p > span:nth-of-type(1) {
  color: #ed6c21;

}

/* その中の2つ目のspan（ネストされたspan） */
.fv_subtitle_txt p > span:nth-of-type(1) > span:nth-of-type(1) {
  font-weight: 700;
   font-size: clamp(1rem, 2vw, 3rem);

}


.fv .step-form {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 22%;
  height: auto;
  border-radius: 0.5em;
  transform: translateY(-50%);
  overflow: hidden;
}
.fv .step-form h2 {
  padding: 0.8em 0;
  background-color: var(--orange);
  color: var(--white);
  font-size: 20px;
  font-size: 1.5625vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.fv .step-form__wrapper {
  padding: 1em 1em 2.5em;
  background-color: var(--white);
}
.fv .step-form .progress {
  display: flex;
}
.fv .step-form .progress p {
  position: relative;
  z-index: 1;
  width: 33.3%;
  padding: 0.65em 0;
  border-right: solid 1px var(--black);
  font-size: 12px;
  font-size: 0.9375vw;
  color: var(--black);
  font-family: "roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
}
.fv .step-form .progress p:first-child {
  border-left: solid 1px var(--black);
}
.fv .step-form .progress p.active {
  color: var(--white);
}
.fv .step-form .progress p.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 85%;
  height: 1.8em;
  transform: translate(-50%, -52%);
  border-radius: 2px;
  background-color: var(--orange);
}
.fv .step-form .form-top {
  display: flex;
  gap: 0 1em;
  margin-top: 1em;
  padding-bottom: 1px;
  transition: all 300ms;
  justify-content: flex-start;
  overflow-x: hidden;
}
.fv .step-form .form-top__step-01, .fv .step-form .form-top__step-02, .fv .step-form .form-top__step-03 {
  flex-shrink: 0;
  width: 100%;
}
.fv .step-form .form-top .form-parts {
  margin-bottom: 1em;
  text-align: left;
}
.fv .step-form .form-top .form-parts label {
  font-size: 12px;
  font-size: 0.9375vw;
  font-weight: 700;
  font-feature-settings: "palt";
}
.fv .step-form .form-top .form-parts label.required::after {
  content: "※";
  font-size: 8px;
  font-size: 0.625vw;
  color: var(--red);
  vertical-align: top;
}
.fv .step-form .form-top .form-parts__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fv .step-form .form-top .form-parts input {
  width: 100%;
  margin-top: 0.6em;
  padding: 0.6em;
  border-radius: 0.3em;
  background-color: var(--dawn-pink);
  color: var(--black);
  font-size: 14px;
  font-size: 1.09375vw;
}
.fv .step-form .form-top .form-parts input[type=tel] {
  width: 28%;
}
.fv .step-form .form-top .form-parts input::-moz-placeholder {
  color: var(--silver);
}
.fv .step-form .form-top .form-parts input::placeholder {
  color: var(--silver);
}
.fv .step-form .form-top .form-parts input:focus {
  outline: none;
  border: solid 1px var(--orange);
}
.fv .step-form .form-top__privacy {
  margin-top: 1.75em;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.fv .step-form .form-top__privacy a {
  text-decoration: underline;
}
.fv .step-form .form-top .form-button {
  margin-top: 1.5em;
}
.fv .step-form .form-top .form-button--send {
  margin-top: 0.5em;
}
.fv .step-form .form-top .form-button button.step-1,
.fv .step-form .form-top .form-button button.step-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.875em;
  border: solid 1px var(--orange);
  border-radius: 100vh;
  transition: all 300ms;
  color: var(--orange);
  font-size: 14px;
  font-size: 1.09375vw;
  font-weight: 700;
  text-align: center;
}
.fv .step-form .form-top .form-button button:hover {
  background-color: var(--orange);
  color: var(--white);
}
.fv .step-form .form-top .form-button button:hover .arrow {
  background-color: var(--white);
}
.fv .step-form .form-top .form-button button.send {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.85em;
  border-radius: 100vh;
  transition: all 300ms;
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.08em;
}
.fv .step-form .form-top .form-button button.send:disabled {
  opacity: 0.3 !important;
}
.fv .step-form .form-top .form-button button.send:hover {
  opacity: 0.6;
}
.fv .step-form .form-top .form-button button.send .text {
  font-size: 10px;
  font-size: 0.78125vw;
  font-weight: 500;
}
.fv .step-form .form-top .form-button button.send .arrow {
  background-color: var(--white);
}
.fv .step-form .form-top .form-button .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.85em;
  width: 0.37em;
  height: 0.7em;
  -webkit-mask-image: url("../images/arrow.svg");
  mask-image: url("../images/arrow.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 300ms;
  transform: translateY(-50%);
  background-color: var(--orange);
}
.fv .step-form .form-top .form-button a.back {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.1em;
  margin-right: auto;
  margin-left: auto;
  transition: all 300ms;
  color: var(--orange);
  font-size: 14px;
  font-size: 1.09375vw;
  cursor: pointer;
}
.fv .step-form .form-top .form-button a.back:hover {
  opacity: 0.6;
}
.fv .step-form .form-top .form-button a.back span {
  left: -1.1em;
  transform: translateX(-100%) translateY(-30%) scale(-1);
}

  /* body */
.term {
  padding: 3rem 0;
}
.term__title p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
}
.term__title p::before, .term__title p::after {
  content: "";
  position: absolute;
  bottom: -40%;
  width: 2px;
  height: 180%;
  border-radius: 100vh;
  background-color: var(--orange);
}
.term__title p::before {
  left: -1em;
  transform: rotate(-40deg);
}
.term__title p::after {
  right: -1em;
  transform: rotate(40deg);
}
.term__title p span {
  color: var(--orange);
  font-weight: 700;
}
.term__title h2 {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #ed6c21;
}
.term__title h2 span {
  color: var(--orange);
  font-weight: 700;
}

.txt_term {
text-align: center;
  margin: 30px auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.box_term {
  background-color: #fffbbe;
  padding: 10px 30px;
  border-radius: 1em;

}
.box_term_txt {
  width: 70%;
  float: left;
  padding-top: 2.5rem;
}
.box_term h3 {
  margin-top: 0.25em;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.box_term h3:before {
 position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px rgb(237,108, 33);
}

.box_term h3:after {
 position: absolute;
  content: '';
  bottom: -3px;
  right: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(237,108, 33);
}

.box_term_txt p {
    font-size: 1.8rem;
    line-height: 1.4;
  font-weight: 500;

}
.box_term_img {
  width: 23%;
  float: right;
}
.clearfix {
	clear: both;
}

.about {
  margin: 5em 0;
}

.txt_about {
  float: left;
  width: 55%;
}

.txt_about h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
color: var(--orange);
margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.txt_about p {
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.txt_about span {
  color: var(--orange);
  font-weight: 600;
}



.img_about {
  float: right;
  width: 42%;
}

.info {
  padding: 5rem 0;
  background-image: url(../images/bg_houganshi.jpg);
}
.info__title p {
text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
}
.info__title h2 {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: var(--orange);
}

.ctn_info_box {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.ctn_info_box p {
    font-size: 1.8rem;
    line-height: 1.4;
  font-weight: 500;
text-align: left;
}


.info_box_small {
   width: 49%;
  height: auto;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1.5em ;
background-color: var(--orange-bg);
}


.info h3 {
  display: inline-block;
  background-color: var(--orange);
  color: var(--white);
  padding: 7px 15px;
  text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 100vh;
  margin: 15px 0;

}

.info__table {
  width: 95%;
  margin: 10px 0 0;
}

.info__table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.info__table th,
.info__table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: left;
}

.info__table th {
  background: #00a7a7;
  color: #fff;
  font-weight: bold;
}

.info__table tr:nth-child(even) {
  background: #f2f8f8;
}

.info__table td span {
  color: #666;
  font-size: 0.9em;
}

.ctn_hissu {
  background-color: #fffbbe;
  padding: 10px;

}
.al-c {
  text-align: center!important;
}

.ctn_box_keihi {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.item_box_mustkeihi {
  width: 46%;
  background: var(--orange);
  border-radius: 10px;
  padding: 15px 10px;
  margin-top: 10px;
}

.icon_keihi {
  width: 55%;
  margin: 0 auto 10px;
}

.item_box_mustkeihi h4{
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

.item_box_keihi {
  width: 46%;
  background: var(--white);
  border: 3px solid #ed6c21;
  border-radius: 10px;
  padding: 15px 10px;
  margin-top: 10px;
}
.txt_keihi h4{
  font-size: 2rem;
  font-weight: 600;
  color: var(--orange);
  text-align: center;
}

.item_box_keihi_last {
  width: 96%;
  background: var(--white);
  border: 3px solid #ed6c21;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 10px auto 0;
}

.icon_keihi_last {
  width: 35%;
  float: left;
  padding: 5px;
}
.txt_keihi_last {
  width: 60%;
  float: right;
}
.txt_keihi_last h4{
  font-size: 2rem;
  font-weight: 600;
  color: var(--orange);
  padding: 45px 0 0;
}

.info_box_big {
   width: 98%;
  height: auto;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1.5em ;
background-color: var(--orange-bg);
margin-top: 20px;
text-align: center;
}

.ctn_box_syorui {
  display: flex;
  justify-content: space-around;
}


.box_before {
  width: 47%;
    background: #fff;
    margin-top: 10px;
}
.box_before .box-title {
    font-size: 2.5rem;
    background: var(--green);
    padding: 10px 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_before p {
    padding: 15px 20px;
    font-size: 1.8rem;
    margin: 0;
}
.box_before ul {
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}

.box_before ul li {
  text-align: left;
  line-height: 1.3;
  padding: 2px 0;
  list-style-type: none!important;/*ポチ消す*/
    font-size: 1.8rem;
    line-height: 1.4;
  font-weight: 500;
}

.box_before ul li:before {
  font-family: "Font Awesome 7 Free";
  content: "\f14a";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: var(--green);
  font-weight: 900;
}

.box_after {
  width: 47%;
    background: #fff;
    margin-top: 10px;
}
.box_after .box-title {
    font-size: 2.5rem;
    background: var(--orange);
    padding: 10px 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_after ul {
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}

.box_after ul li {
  text-align: left;
  line-height: 1.3;
  padding: 2px 0;
  list-style-type: none!important;/*ポチ消す*/
    font-size: 1.8rem;
    line-height: 1.4;
  font-weight: 500;
}

.box_after ul li:before {
  font-family: "Font Awesome 7 Free";
  content: "\f14a";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: var(--orange);
  font-weight: 900;
}


.worry {
  position: relative;
  margin-top: 5em;
  padding-bottom: 3em;
}

.worry__main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-top: 3rem;
  margin-left: calc((1000px - 100vw) / 2);
  padding-top: 2.5em;
  padding-right: calc((100vw - 1000px) / 2);
  padding-bottom: 5em;
  padding-left: calc((100vw - 1000px) / 2);
  overflow: hidden;
}
.worry__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 105vw;
  height: 100%;
  border-bottom-left-radius: 40em 6.25em;
  border-bottom-right-radius: 40em 6.25em;
  transform: translateX(-50%);
  background-color: #eee;
  font-size: 16px;
  font-size: 1.25vw;
}
.worry__title p {
text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
}
.worry__title h2 {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: var(--orange);
  letter-spacing: 0.03em;
}



.img_worry {
  width: 30%;
  height: auto;
}
.list_worry {
  width: 65%;
  height: auto;
}
.list_worry ul {
     margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 1.5em 1em 0.5em 2.5em;
  position: relative;
}

.list_worry ul li {
  text-align: left;
  line-height: 1.3;
  padding: 3px 0;
  list-style-type: none!important;/*ポチ消す*/
    font-size: 1.8rem;
    line-height: 1.3;
  font-weight: 500;
}

.list_worry ul li:before {
  font-family: "Font Awesome 7 Free";
  content: "\f057";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: var(--green);
}


.worry__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 200;
  width: 3.3em;
  height: auto;
  transform: translateX(-50%);
}

.feature {
  margin-top: 2rem;
  padding-bottom: 5em;
}
.feature__title p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 500;
}
.feature__title p::before, .feature__title p::after {
  content: "";
  position: absolute;
  bottom: -40%;
  width: 2px;
  height: 180%;
  border-radius: 100vh;
  background-color: var(--orange);
}
.feature__title p::before {
  left: -1em;
  transform: rotate(-40deg);
}
.feature__title p::after {
  right: -1em;
  transform: rotate(40deg);
}
.feature__title p span {
  color: var(--orange);
  font-weight: 700;
}
.feature__title h2 {
  font-size: 4rem;
  font-size: 500;
  text-align: center;
   margin-top: 15px;

}
.feature__title h2 span {
  color: var(--orange);
  font-weight: 700;
}
.feature__title h2 span:nth-child(1) {
  display: inline-block;
  padding-left: 0.01em;
  transform: translateY(0.1em);
  font-family: "roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 8rem;
}
.feature__main {
  margin-top: 2.5em;
}
.feature__main__box {
  display: flex;
  align-items: center;
  gap: 0 2.5em;
}
.feature__main__box:not(:first-child) {
  margin-top: 2.5em;
}
.feature__main__box--rev {
  flex-direction: row-reverse;
}
.feature__main__box .image {
  flex-shrink: 0;
  width: 45%;
  height: auto;
  background: var(--orange-bg);
  border-radius: 0.5em;
  overflow: hidden;
}

.feature__main__box .description {
  width: 100%;
}
.feature__main__box .description .index {
  color: var(--orange);
  font-size: 4.8rem;
  font-family: "roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.feature__main__box .description h3 {
  margin-top: 0.25em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.feature__main__box .description h3 span {
  color: var(--orange);
}
.feature__main__box .description .text {
  margin-top: 0.5em;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.cta {
  position: relative;
  overflow: hidden;
  background-color: var(--orange-bg);
}
.cta__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 120%;
  transform: translate(-50%, -50%);
}
.cta .content {
  position: relative;
  z-index: 2;
  padding: 4em 0;
}
.cta h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
}
.cta h2::before, .cta h2::after {
  content: "";
  position: absolute;
  bottom: -50%;
  width: 2px;
  height: 180%;
  border-radius: 100vh;
  background-color: var(--orange);
}
.cta h2::before {
  left: -1.5em;
  transform: rotate(-35deg);
}
.cta h2::after {
  right: -1.5em;
  transform: rotate(35deg);
}
.cta h2 span {
  color: var(--orange);
}
.cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  max-width: 27.5em;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25em;
  border-radius: 0.5em;
  box-shadow: 0 0.5em 0 #d01717;
  transition: all 300ms;
  background-color: var(--red);
}
.cta a:hover {
  opacity: 0.6;
  transform: translateY(0.5em);
  box-shadow: 0 0 0 #d01717;
}
.cta a img {
  width: 1.5em;
  height: auto;
}
.cta a p {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 700;
}
.cta__decoration {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 6.25em;
  height: auto;
}
.cta__decoration:nth-of-type(1) {
  left: 7.75em;
}
.cta__decoration:nth-of-type(2) {
  right: 7.75em;
}

.performance {
  padding: 5em 0;
  background-color: var(--orange-bg);
}
.performance h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.performance h2 span {
  color: var(--orange);
}

.ctn_jirei {
  display: flex;
  justify-content: space-between;
    margin-top: 2.5em;

}

.box_jirei {
  width: 32%;
  background: var(--white);
  padding: 20px;
  border-radius: 15px;
    text-align: center;
    border: 3px solid #ed6c21;
}

.box_jirei h4 {
  font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 15px;
}

.img_jirei {
  width: 90%;
  margin: 0 auto 15px;

}

.hojokin_name {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
    font-size: 1.8rem;
    padding: 5px 8px;
    text-align: center;
    margin: 0 auto 15px;

}
.saitaku03 {
 width: 85%;
 margin: 0 auto;
}

.performance__fukidashi {
  position: relative;
  margin-top: 2.5em;
  padding-bottom: 1.25em;
}
.performance__fukidashi p {
  padding: 1.65em;
  background-color: var(--white);
  text-align: center;
  font-size: 2.4rem;
  border-radius: 0.25em;
}
.performance__fukidashi p span {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25em;
}
.performance__fukidashi .fukidashi {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4em;
  height: auto;
  transform: translateX(-50%);
}
.performance__table .caution {
  font-size: 1.4rem;
  text-align: right;
}
.performance__table .table-scroll {
  position: relative;
  margin-top: 0.5em;
  width: 100%;
  height: auto;
  overflow: scroll;
  scrollbar-width: none;
}
.performance__table .table-scroll::-webkit-scrollbar {
  display: none;
}
.performance__table .table-scroll .scrollable {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: auto;
  opacity: 0;
  transition: all 600ms;
  transform: translate(-50%, -50%);
}
.performance__table .table-scroll .scrollable.active {
  opacity: 1;
}
.performance__table table {
  border-collapse: separate;
  border-spacing: 0;
}
.performance__table table,
.performance__table thead,
.performance__table tbody {
  width: 100%;
  height: auto;
}
.performance__table th {
  width: 20%;
  height: auto;
  padding: 0.85em;
  background-color: var(--orange);
  color: var(--white);
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.performance__table th:nth-of-type(1), .performance__table th:nth-of-type(2), .performance__table th:nth-of-type(3) {
  border-right: solid 1px var(--white);
}
.performance__table th:nth-of-type(3) {
  width: 40%;
}
.performance__table tbody > tr:not(:last-of-type) td {
  border-bottom: solid 1px var(--dawn);
}
.performance__table td {
  padding: 0.75em;
  background-color: var(--white);
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.performance__table td:nth-of-type(1),
.performance__table td:nth-of-type(2),
.performance__table td:nth-of-type(3) {
  border-right: solid 1px var(--dawn);
}
.performance__table td:nth-of-type(3) {
  line-height: 1.4;
  text-align: justify;
}

.consultant {
  padding: 5em 0;
}
.consultant__introduction {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 3.5em;
}
.consultant__introduction__card {
  width: 48%;
  height: auto;
}
.consultant__introduction__card:nth-of-type(1) .name-section {
  margin-right: -4.5em;
}
.consultant__introduction__card:nth-of-type(2) .name-section {
  margin-right: -5.25em;
}
.consultant__introduction .name-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.consultant__introduction .name-section {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.consultant__introduction .name-section .profession {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.consultant__introduction .name-section .name {
  margin-top: 0.15em;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.consultant__introduction .name-section .rubi {
  display: flex;
  justify-content: center;
  margin-top: 0.625em;
  padding: 0.15em 0 0.25em;
  background-color: var(--orange);
  text-align: center;
}
.consultant__introduction .name-section .rubi img {
  width: auto;
  height: 0.875em;
}
.consultant__introduction .image-section {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 62.5%;
  height: auto;
}
.consultant__introduction .history-unit {
  width: 100%;
  height: auto;
  margin-top: -4em;
  padding: 4em 1.4em 3em;
  border: solid 4px var(--orange);
  border-radius: 1em;
  background-color: var(--white);
}
.consultant__introduction .history-unit h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.consultant__introduction .history-unit p {
  margin-top: 0.75em;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.08em;
}


.support {
  padding: 7.5em 0 4em;
  background-color: var(--green);
}
.support h3 {
  color: var(--white);
  font-weight: 700;
  font-size: 4rem;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.support h3 span {
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-underline-offset: -0.0125em;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
}

.flow {
  padding: 5em 0;
}
.flow__main {
  position: relative;
  display: grid;
  grid-template-columns: 10.4% 8% 1fr;
  row-gap: 5em;
  margin-top: 2.5em;
}
.flow__main .vertical-line {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10.4%;
  z-index: -1;
  width: 8%;
  height: 100%;
}
.flow__main .vertical-line::after {
  content: "";
  width: 2px;
  height: 90%;
  background-color: var(--orange);
}
.flow__main .step {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 1.5em;
}
.flow__main .step--sp {
  display: none;
}
.flow__main .step--sp img {
  width: auto;
  height: 100%;
}
.flow__main .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5em;
}
.flow__main .details h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.flow__main .details p {
  margin-top: 0.5em;
  line-height: 1.6;
}
.flow__main .blank {
  height: 5em;
}

.faq {
  padding: 5em 0;
  background-color: var(--gray);
}
.faq__main {
  margin-top: 2.5em;
}
.faq__card {
  width: 100%;
  height: auto;
  padding: 1em 1.5em 0 1.5em;
  border-radius: 0.5em;
  background-color: var(--white);
  cursor: pointer;
}
.faq__card:not(:first-of-type) {
  margin-top: 1em;
}
.faq__card.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.faq__card__title {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2em;
}
.faq__card__title p {
  flex-shrink: 0;
  width: 1.25em;
  height: auto;
}
.faq__card__title h3 {
  margin-left: 0.9em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.faq__card__title .arrow {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: auto;
  transition: all 300ms;
}
.faq__card__answer {
  margin-top: 1em;
  height: 0;
  overflow: hidden;
  transition: all 300ms;
}
.faq__card__answer .wrapper {
  display: flex;
  padding-bottom: 1em;
}
.faq__card__answer .decoration {
  flex-shrink: 0;
  width: 1.25em;
  height: auto;
}
.faq__card__answer .text {
  width: 100%;
  height: auto;
  margin-left: 1em;
  line-height: 1.5;
}

.philosophy {
  overflow: hidden;
}
.philosophy .content {
  padding: 5em 0;
  position: relative;
}
.philosophy__decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 5.75em;
  transform: translateX(8.75em);
}
.philosophy__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: auto;
}
.philosophy__illust::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 95%;
  padding-top: 95%;
  border-radius: 100vh;
  transform: translate(-50%, -50%);
  background-color: var(--orange-bg);
}
.philosophy__title h2 {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.philosophy__title span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.philosophy__title img {
  align-self: stretch;
  width: auto;
  padding: 0.4em 0.4em 0 0.4em;
  margin-top: 0.5em;
}
.philosophy__main {
  width: 48%;
  margin-top: 2.5em;
}
.philosophy__main p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
.philosophy__main p:not(:first-of-type) {
  margin-top: 1.5em;
}
.philosophy__main span {
  color: var(--orange);
  font-weight: 700;
}

.contact {
  padding: 5em 0;
  background-color: var(--gray);
}
.contact__fukidashi {
  position: relative;
  width: 100%;
  height: auto;
}
.contact__fukidashi .text-area {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 1.5em;
}
.contact__fukidashi p {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.contact__fukidashi p #deadline {
  color: var(--red);
  font-size: 2.4rem;
  font-weight: 700;
}
.contact__fukidashi p .no-sp {
  display: inline;
}
.contact__form {
  margin-top: 1em;
  border-radius: 0.5em;
  overflow: hidden;
}
.contact__form h2 {
  padding: 1em;
  background-color: var(--orange);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.contact__form__main {
  padding: 2.5em;
  background-color: var(--white);
}
.contact__form .form-parts:not(:first-child) {
  margin-top: 1em;
}
.contact__form .form-parts__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
}
.contact__form label {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.contact__form label.required::after {
  content: "※";
  color: var(--red);
  font-size: 1.2rem;
  vertical-align: top;
}
.contact__form input {
  display: block;
  width: 100%;
  margin-top: 0.75em;
  padding: 0.75em 0.875em;
  border-radius: 0.25em;
  background-color: var(--dawn-pink);
  color: var(--black);
}
.contact__form input::-moz-placeholder {
  color: var(--silver);
}
.contact__form input::placeholder {
  color: var(--silver);
}
.contact__form input:focus {
  outline: none;
  border: solid 1px var(--orange);
}
.contact__form input[type=tel] {
  width: 28%;
}
.contact__form__privacy {
  margin-top: 1.75em;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.contact__form__privacy a {
  text-decoration: underline;
}
.contact__form button {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5em;
  border: solid 3px var(--orange);
  padding: 0.65em;
  transition: all 300ms;
  border-radius: 100vh;
  color: var(--orange);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.contact__form button:disabled {
  background-color: var(--orange) !important;
  opacity: 0.8;
}
.contact__form button:hover {
  background-color: var(--orange);
  color: var(--white);
}
.contact__form button:hover .arrow {
  background-color: var(--white);
}
.contact__form button span {
  font-size: 1.4rem;
}
.contact__form button .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.85em;
  width: 1.18em;
  height: 1.425em;
  -webkit-mask-image: url("../images/arrow.svg");
  mask-image: url("../images/arrow.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 300ms;
  transform: translateY(-50%);
  background-color: var(--orange);
}

.thanks-section {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 136px);
  padding: 80px 0;
  font-size: 1.6rem;
}
.thanks-section__heading {
  text-align: center;
}
.thanks-section__heading p {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.6rem;
  margin: 0 auto;
  text-align: center;
}
.thanks-section__heading h2 {
  margin-top: 0.25em;
  font-size: 3.2rem;
  font-weight: 700;
}
.thanks-section__main {
  width: 100%;
  max-width: 640px;
  margin: 2em auto 0;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: var(--orange-bg);
}
.thanks-section__main h3 {
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 700;
}
.thanks-section__main h3:not(:first-of-type) {
  margin-top: 0.88em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.thanks-section__main .text {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.thanks-section a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 2.2em auto 0;
  padding: 0.88em;
  border: solid 3px var(--orange);
  border-radius: 100vh;
  transition: all 300ms;
  background-color: var(--white);
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 700;
}
.thanks-section a:hover {
  background-color: var(--orange);
  color: var(--white);
}

.footer.thanks .content {
  display: none;
}
.footer.thanks .copyright {
  display: grid;
  place-items: center;
  height: 56px;
  padding: 0;
}
.footer__main {
  padding: 3em 0;
  display: flex;
  align-items: center;
}
.footer__main .logo {
  width: 10em;
}
.footer__main ul {
  display: flex;
  margin-left: auto;
  gap: 1.5em;
}
.footer__main li a {
  display: flex;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.footer__main li img {
  display: inline-block;
  width: 0.75em;
  margin-right: 0.25em;
  transform: translateY(0.1em);
}
.footer .copyright {
  padding: 0.75em 0;
  background-color: var(--orange);
}
.footer .copyright p {
  color: var(--white);
  font-family: "roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}




@media screen and (max-width: 980px) {
  body {
    font-size: 16px;
    font-size: 1.25vw;
  }
  .content {
    width: 90%;
  }
  .content--full {
    width: 100vw;
  }
  .term__title h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
/* その中の2つ目のspan（ネストされたspan） */
.fv_subtitle_txt p > span:nth-of-type(1) > span:nth-of-type(1) {
  font-weight: 700;
   font-size: clamp(1.5rem, 2.5vw, 4rem);

}

  .content__title h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .fv .content {
    width: 100%;
  }
  .fv .step-form .form-top__privacy {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .worry h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .worry h2 span {
    font-size: 48px;
    font-size: 3.75vw;
  }
  .worry__main {
    margin-left: -5vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

.list_worry ul li:before {
  left : 0.5em; /*左端からのアイコンまで*/
}



  .feature__title p {
    font-size: 28px;
    font-size: 2.1875vw;
  }
  .feature__title h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .feature__title h2 span:nth-child(1) {
    font-size: 80px;
    font-size: 6.25vw;
  }
  .feature__main__box .description .index {
    font-size: 48px;
    font-size: 3.75vw;
  }
  .feature__main__box .description h3 {
    font-size: 32px;
    font-size: 2.5vw;
  }
  .cta h2 {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .cta a p {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .performance h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .performance__fukidashi p {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .performance__table .caution {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .performance__table th {
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .consultant__introduction .name-section .profession {
    font-size: 20px;
    font-size: 1.5625vw;
  }
  .consultant__introduction .name-section .name {
    font-size: 56px;
    font-size: 4.375vw;
  }
  .consultant__introduction .history-unit h3 {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .sorry h2 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .sorry__main__unit .detail .title h3 {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .support h3 {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .flow__main .details h3 {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .faq__card__title h3 {
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .philosophy__title span {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .contact__fukidashi p {
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .contact__fukidashi p #deadline {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .contact__form h2 {
    font-size: 20px;
    font-size: 1.5625vw;
  }
  .contact__form label {
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .contact__form label.required::after {
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .contact__form__privacy {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .contact__form button {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .contact__form button span {
    font-size: 14px;
    font-size: 1.09375vw;
  }
}




@media screen and (max-width: 840px) {
  body {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .content__title h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .content__title p {
    height: 0.68em;
    margin: 0.8em auto 0;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none;
  }
  .header {
    position: static;
    padding: 1.25em 5vw 0;
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .header.thanks {
    height: 64px;
    padding: 0 5%;
  }
  .header.thanks h1 {
    width: 120px;
  }
  .header h1 {
    width: 7.5em;
  }
  .fv {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .fv .content {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .fv__image {
    display: flex;
    order: 1;
    width: 100vw;
    margin-top: 1em;
    margin-left: -2.5vw;
    border-radius: 0 0 0 0;
  }
  .fv__image img {
    width: 100vw;
  }
  .fv__introduction {
    display: block;
    order: 0;
    position: static;
    width: 100%;
    margin-top: 1em;
  }

.fv__introduction h2 {
  width: 100%;
 font-size: clamp(2.6rem, 3.2vw, 5rem);
  line-height: 1.5; 
   font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.small_fv {
 font-size: clamp(2.3rem, 2.3vw, 3rem);}

.fv_subtitle_txt {
  text-align: center;
  width: 100%;
 font-size: clamp(2.5rem, 2.3vw, 3rem);}

.fv_subtitle {
  display: block;
  margin-top: 10px
}
.fv_subtitle_img {
  width: 95%;
  padding-right: 0;
  margin: 0 auto 10px;
}


/* その中の2つ目のspan（ネストされたspan） */
.fv_subtitle_txt p > span:nth-of-type(1) > span:nth-of-type(1) {
   font-size: clamp(2.3rem, 1.6vw, 3rem);

}


  .fv .step-form {
    position: static;
    transform: unset;
    width: 100%;
    margin-top: 1em;
    border-radius: 0;
    border-bottom: solid 1px var(--orange);
  }
  .fv .step-form h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .fv .step-form__wrapper {
    padding: 1.5em 10vw 2.5em;
  }
  .fv .step-form .progress {
    justify-content: center;
  }
  .fv .step-form .progress p {
    width: 27.5%;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .fv .step-form .form-top {
    margin-top: 1.5em;
  }
  .fv .step-form .form-top .form-parts label {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .fv .step-form .form-top .form-parts label.required::after {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .fv .step-form .form-top .form-parts input {
    padding: 0.7em 0.6em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .fv .step-form .form-top__privacy {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .fv .step-form .form-top .form-button button.step-1,
.fv .step-form .form-top .form-button button.step-2 {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .fv .step-form .form-top .form-button button.send .text {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .fv .step-form .form-top .form-button a.back {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

 /* =========================
     term セクション（スマホ用）
  ========================= */
  .box_term {
    width: 100%;
    padding: 10px 5vw;
  }

  .box_term_txt {
          float: none;

    width: 100%;
  }
    .box_term_img {
      float: none;
    width: 70%;
    margin: 0.5em auto 0;
  }


      .term__title h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }


  .box_term_txt p {
    font-size: 1.8rem;
  }

  .box_term h3 {
font-size: 5.8vw;
    margin-bottom: 1em;
  }

  .box_term h3::before {
    border-right: solid 3vw transparent;
    border-bottom: solid 3vw rgb(237,108,33);
  }

  .box_term h3::after {
    right: 2vw;
    border-bottom: solid 0.8vw rgb(237,108,33);
  }


  /* =========================
     about セクション（スマホ用）
  ========================= */
  .about {
    margin: 3em 0;
  }

  .txt_about,
  .img_about {
    width: 100%;
    float: none;
  }
    .img_about {
      padding-top: 15px;
    }

  .txt_about h2 {
    font-size: 6.4vw;
text-align: center;
    margin-bottom: 1em;
  }

  .txt_about p {
    font-size: 1.8rem;
  }

  /* =========================
     info セクション（スマホ用）
  ========================= */
  .info {
    padding: 3em 0;
  }

  .info__title p {
    font-size: 1.8rem;
  }

  .info__title h2 {
    font-size: 32px;
    font-size: 8.5333333333vw; 
   }

  .ctn_info_box,
  .ctn_box_keihi,
    .info_box_small,
  .info_box_big,
 .box_before,
  .box_after,
  .ctn_box_syorui {
    display: block;
    width: 100%;
  }
      .info_box_small {
    margin: 20px auto 0;
      }

  .item_box_mustkeihi,
  .item_box_keihi,
  .item_box_keihi_last {
    width: 90%;
    margin: 0.5em auto 0;
    padding: 1em;
  }
  .info__table {
  width: 100%;
  margin: 10px 0 0;
}


  .info__table th,
  .info__table td,
  .box_before p,
  .box_before ul li,
  .box_after ul li {
    font-size: 3.733vw;
  }

  .info h3 {
    font-size: 4.8vw;
  }

  .txt_keihi h4,
  .item_box_mustkeihi h4,
  .txt_keihi_last h4 {
    font-size: 4.267vw;
    padding: 0;
  }

.icon_keihi_last {
        width: 60%;
        margin: 0.5em auto ;
        padding: 0 ;
          float: none;
}
.txt_keihi_last {
  width: 100%;
  float: none;
  text-align: center;
}


  .worry {
    margin-top: 2.5em;
  }

  .worry__title p {
        font-size: 20px;
}

  .worry h2 {

    line-height: 1.2;
     font-size: 32px;
    font-size: 8.5333333333vw; 


  }
  
  .worry__main {
    flex-direction: column;
    gap: 1.5em 0;
    margin-top: 1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .worry__main::after {
    width: 105vw;
    border-bottom-left-radius: 11.875em 2.5em;
    border-bottom-right-radius: 11.875em 2.5em;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .worry__main__image {
    width: 100%;
  }
  .worry__arrow {
    width: 3em;
  }

.img_worry {
  width: 70%;
  margin: 0 auto;
  height: auto;
}
.list_worry {
  width: 100%;
  height: auto;
}
.list_worry ul {
  padding: 0.5em 0 0.5em 1.7em;
  position: relative;
  margin: 0;
}

.list_worry ul li {
  text-align: left;
  line-height: 1.3;
  padding: 3px 0;
  list-style-type: none!important;/*ポチ消す*/
    font-size: 1.8rem;
    line-height: 1.3;
  font-weight: 500;
}

.list_worry ul li:before {
  font-family: "Font Awesome 7 Free";
  content: "\f057";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: var(--green);
}




  .feature {
    margin-top: 1.5em;
    padding-bottom: 2.5em;
  }
  .feature .content {
    padding: 0 5vw;
  }
  .feature__title p {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .feature__title h2 {
    font-size: 28px;
    font-size: 6.8vw;
    padding-top: 15px;
  }
.feature__title h2 span {
  display: inline-block;
  padding-left: 0.01em;
  transform: translateY(0.1em);
  font-size: 5.8rem;
}

.feature__title p::before {
  left: -1.5em;
  transform: rotate(-30deg);
}
.feature__title p::after {
  right: -1.5em;
  transform: rotate(30deg);
}

.feature__main__box {
  display: block;
  align-items: center;
  gap: 0 2.5em;
}
.feature__main__box:not(:first-child) {
  margin-top: 2.5em;
}
.feature__main__box--rev {
  flex-direction: row-reverse;
}
.feature__main__box .image {
  width: 100%;
  margin: 1em auto;
  height: auto;
  background: var(--orange-bg);
  border-radius: 0.5em;
  overflow: hidden;
}




  .feature__main {
    margin-top: 1.25em;
  }
  .feature__main__box:not(:first-child) {
    margin-top: 1.5em;
  }
  .feature__main__box .heading {
    display: flex;
    align-items: center;
  }
  .feature__main__box .image--pc {
    display: none;
  }
  .feature__main__box .image--sp {
    display: block;
    width: 100%;
    margin-top: 0.25em;
  }
  .feature__main__box .description .index {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
  .feature__main__box .description h3 {
    margin-top: unset;
    margin-left: 0.2em;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .feature__main__box .description .text {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .cta .content {
    padding: 2.5em 0 5em;
  }
  .cta h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .cta a img {
    width: 1.25em;
  }
  .cta a p {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .cta__decoration {
    display: none;
  }
  .performance {
    padding: 2.5em 0;
  }
  .performance h2 {
    font-size: 24px;
    font-size: 6.4vw;
  }

.ctn_jirei {
  display: block;
    margin-top: 1.5em;

}

.box_jirei {
  width: 100%;
  padding: 20px;
margin: 0 auto 0.5em;
}

.box_jirei h4 {
  font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 15px;
}

.img_jirei {
  width: 90%;
  margin: 0 auto 15px;

}

.hojokin_name {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
    font-size: 2.2rem;
    padding: 8px;
    text-align: center;
    margin: 0 auto 15px;

}

.saitaku {
 width: 80%;
 margin: 0 auto;
}

.saitaku03 {
 width: 65%;
 margin: 0 auto;
}










  .performance__fukidashi p {
    padding: 1.3em;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .performance__fukidashi p span {
    text-underline-offset: 0.15em;
  }
  .performance__table {
    margin-top: 1em;
  }
  .performance__table .caution {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .performance__table th {
    padding: 0.75em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .performance__table th:nth-of-type(3) {
    min-width: 70vw;
  }
  .performance__table th:nth-of-type(1), .performance__table th:nth-of-type(2), .performance__table th:nth-of-type(4) {
    min-width: 35vw;
  }
  .performance__table td {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .consultant {
    padding: 2.5em 0;
    background-image: url("../images/consultant-bg.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .consultant .content__title h2,
.consultant .content__title p {
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
  }
  .consultant__introduction {
    flex-direction: column;
    margin-top: 1.5em;
    gap: 1.5em 0;
  }
  .consultant__introduction__card {
    width: 100%;
  }
  .consultant__introduction__card:nth-of-type(1) .name-section {
    margin-right: 0.5em;
  }
  .consultant__introduction__card:nth-of-type(2) .name-section {
    margin-right: 0.5em;
  }
  .consultant__introduction .name-unit {
    margin: 0 auto;
  }
  .consultant__introduction .name-section .profession {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .consultant__introduction .name-section .name {
    margin-top: 0.25em;
    font-size: 34px;
    font-size: 9.0666666667vw;
  }
  .consultant__introduction .name-section .rubi {
    margin-top: 0.5em;
    padding: 0.25em;
  }
  .consultant__introduction .name-section .rubi img {
    height: 0.5em;
  }
  .consultant__introduction .image-section {
    width: auto;
    height: 11.25em;
  }
  .consultant__introduction .image-section img {
    width: auto;
    height: 100%;
  }
  .consultant__introduction .history-unit {
    margin-top: unset;
    padding: 5vw;
    border: none;
    border-radius: 0.25em;
  }
  .consultant__introduction .history-unit h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .consultant__introduction .history-unit p {
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .sorry {
    padding: 2.5em 0;
  }
  .sorry::after {
    height: 2.525em;
    transform: translateY(2.5em);
  }
  .sorry h2 {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
  .sorry__main {
    margin-top: 1.5em;
  }
  .sorry__main__unit {
    flex-direction: column;
    padding: 1.5em 5vw;
  }
  .sorry__main__unit:last-child {
    margin-top: 1.5em;
  }
  .sorry__main__unit .icon--pc {
    display: none;
  }
  .sorry__main__unit .icon--sp {
    display: block;
    width: 57%;
  }
  .sorry__main__unit .icon img {
    position: static;
    transform: unset;
    width: 100% !important;
    height: auto !important;
  }
  .sorry__main__unit .detail {
    margin-left: unset;
  }
  .sorry__main__unit .detail .title {
    flex-direction: column;
    gap: 1em 0;
    padding-bottom: 0.75em;
    border-bottom: dashed 2px var(--green);
  }
  .sorry__main__unit .detail .title h3 {
    margin-left: unset;
    padding-left: unset;
    border-left: unset;
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 700;
  }
  .sorry__main__unit .detail p {
    margin-top: 0.85em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .support {
    padding: 4em 0 2.5em;
  }
  .support h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .flow {
    padding: 2.5em 0;
  }
  .flow .content {
    padding: 0 5vw;
  }
  .flow__main {
    grid-template-columns: 3em 1fr;
    row-gap: 1.5em;
    align-items: center;
  }
  .flow__main .vertical-line::after {
    height: 85%;
  }
  .flow__main .vertical-line {
    left: 0;
    width: 3em;
  }
  .flow__main .step--pc {
    display: none;
  }
  .flow__main .step--sp {
    display: flex;
    height: 0.685em;
  }
  .flow__main .details {
    padding-left: 0.75em;
  }
  .flow__main .details h3 {
    margin-top: 0.8em;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .flow__main .details p {
    margin-top: unset;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .faq {
    padding: 2.5em 0;
  }
  .faq__main {
    margin-top: 1.5em;
  }
  .faq__card {
    padding: 0.75em 0.75em 0 0.75em;
  }
  .faq__card:not(:first-of-type) {
    margin-top: 0.5em;
  }
  .faq__card__title {
    padding-right: 1.5em;
  }
  .faq__card__title p {
    width: 1em;
  }
  .faq__card__title h3 {
    margin-left: 0.5em;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .faq__card__title .arrow {
    width: 0.75em;
  }
  .faq__card__answer {
    margin-top: 0.5em;
  }
  .faq__card__answer .wrapper {
    padding-bottom: 0.75em;
  }
  .faq__card__answer .decoration {
    width: 1em;
  }
  .faq__card__answer .text {
    margin-left: 0.5em;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .philosophy .content {
    padding: 4em 0 2.5em;
  }
  .philosophy__decoration {
    width: 100vw;
    height: auto;
    transform: translateX(5vw);
  }
  .philosophy__illust {
    position: relative;
    width: 81.5%;
    margin: 1em auto 0;
  }
  .philosophy__illust img {
    width: 100%;
    height: auto;
  }
  .philosophy__illust::after {
    top: unset;
    bottom: 0;
    width: 90vw;
    padding-top: 90vw;
    transform: translate(-50%, 0);
  }
  .philosophy__title span {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .philosophy__main {
    margin-top: 1.5em;
    padding: 0 5vw;
    width: 100%;
  }
  .philosophy__main p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .philosophy__main p:not(:first-of-type) {
    margin-top: 1.14em;
  }
  .contact {
    padding: 2.5em 0;
  }
  .contact__fukidashi p {
    font-size: 15px;
    font-size: 4vw;
  }
  .contact__fukidashi p #deadline {
    font-size: 23px;
    font-size: 6.1333333333vw;
  }
  .contact__form h2 {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0.7em;
  }
  .contact__form__main {
    padding: 5vw;
  }
  .contact__form .form-parts__tel {
    width: 100%;
    max-width: unset;
  }
  .contact__form label {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .contact__form label.required::after {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .contact__form input {
    padding: 0.7em 0.57em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .contact__form__privacy {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .contact__form button {
    margin-top: 1em;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .contact__form button span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .contact__form button .arrow {
    width: 0.665em;
    height: 1.165em;
  }
  .thanks-section {
    min-height: calc(100vh - 104px);
  }
  .thanks-section__heading p {
    height: 1.2rem;
  }
  .thanks-section__heading h2 {
    margin-top: 0.3em;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .thanks-section__main {
    padding: 1em;
  }
  .thanks-section__main .text {
    font-size: 1.4rem;
  }
  .thanks-section a {
    margin-top: 1.25em;
    font-size: 1.6rem;
  }
  .footer.thanks .copyright {
    height: 40px;
    font-size: 1.1rem;
  }
  .footer__main {
    flex-direction: column;
    padding: 40px 0;
  }
  .footer__main .logo {
    width: 180px;
  }
  .footer__main ul {
    margin-top: 16px;
    margin-left: unset;
    gap: 16px;
  }
  .footer__main li a {
    font-size: 12px;
  }
  .footer .copyright {
    padding: 16px 0;
  }
  .footer .copyright p {
    font-size: 1.1rem;
  }
}