@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/font/ZenOldMincho/ZenOldMincho-Regular.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url("../fonts/font/ZenOldMincho/ZenOldMincho-SemiBold.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url("../fonts/font/ZenOldMincho/ZenOldMincho-Black.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bodoni-Bold";
  src: url("../fonts/font/Bodoni/BodoniModa_48pt-Bold.woff2") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Bodoni-Regular";
  src: url("../fonts/font/Bodoni/BodoniModa_48pt-Regular.woff") format("woff");
  font-display: swap;
}
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /* font-family: "ZenOldMincho-Regular"; */
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  color: text-color(base);
  letter-spacing: 0.01em;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.9;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

html, body,
p, ol, ul, li, dl, dt, dd,
blockquote, figure, fieldset, legend, textarea, pre, iframe,
h1, h2, h3, h4, h5, h6, hr {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

p {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-size: 1rem;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

.js-open01.js-appear {
  display: block;
}

.js-open01.js-disappear {
  display: none;
}

.js-open02.js-appear {
  display: block;
}

.js-open02.js-disappear {
  display: none;
}
.js-open03.js-appear {
  display: block;
}

.js-open03.js-disappear {
  display: none;
}
#js-follow-area{
  transition: opacity 0.3s ease;
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/* トップ */
.l-body-inner{
  max-width: 540px;
  width: 100%;
  margin: 10px auto;
  /* background-color: #fff; */
}
.l-body-inner {
border-radius: 0 0 30px 30px;
overflow: hidden;
}
/* //トップ */
/* ヘッダー */
.l-header{
  border-bottom: solid 4px #191970;
  text-align: center;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  display: block;
}
.p-header-inner{
  display: flex;
  align-items: center;
  justify-content:center;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.p-header-thumb{
  width: 40%;
  max-width: 250px;
}
.p-header-inner__text{
  width: 60%;
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 700;
  letter-spacing: .01em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
.p-header-inner__text {
    font-size:3.5vw;
    padding-left: 5px;
  }
}
/* //ヘッダー */
/* main */
.l-main{
  width: 100%;
  background: #fff;
}
.l-main.--result {
  background:transparent;
}
.p-main-fv{

}
.p-main-fv__thumb{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-main-line__wrap{
position: relative;
 z-index:4;
 margin-top: -2px;
}
.p-main-line{
background-color:#ea5513;
padding: 10px 40px;
}
.p-main-line__thumb{
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: absolute;
  display: block;
  z-index:5;
  left:40px;
  top:50%;
 transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
.p-main-line__thumb {
    left: 20px;
    width: 80px;
    height: 80px;
  }
}
.p-main-line__text{
  color: #fff;
  font-size: clamp(10px, 4vw, 24px);
  padding-left: 110px;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
.p-main-line__text {
    padding-left: 70px;
  }
}
.p-main-line__text.--adj {
  padding-left: 0;
width: 80%;
margin: 0  auto;
text-align: center;
}
.c-main-line__text{
  font-size: clamp(10px, 4vw, 14px);
  color: #fff;
  letter-spacing: .05em;
}
.p-main-content{
  padding: 80px 32px 60px;
}
@media screen and (max-width: 768px) {
.p-main-content {
    padding: 80px 20px 20px;
  }
}
.p-main-content__box{
}
.c-main-title{
  font-size: clamp(10px,4vw,26px);
  margin-bottom: 80px;
  line-height: 1.5;
  color: #000;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .c-main-title {
      font-size: clamp(10px, 5vw, 26px);
      margin-bottom: 70px;
    }
}
.c-main-title__thumb {
  position: absolute;
  z-index: 5;
  right: -33px;
  top: 74%;
  transform: translateY(-50%);
  object-fit: contain;
  width: 230px;
  max-width: 25vw;
  height: auto;
  filter: drop-shadow(2px 3px 3px darkgrey);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media screen and (max-width: 768px) {
  .c-main-title__thumb {
    right: -18px;
    top: 43%;
    width: 230px;
    max-width: 40vw;
  }
}
.c-main-text{
  font-size: clamp(10px,4vw,16px);
  font-weight: normal;
  margin-bottom: 34px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
.c-main-text {
    margin-bottom: 40px;
    font-size:3.8vw;
  }
}
.c-main-text .--deco{
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
}
.c-main-text.--right{
  max-width: 50%;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
.c-main-text.--right {
    max-width: 65%;
    margin-right: -8%;
  }
}
.c-main-text.--left{
  max-width: 70%;
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
.c-main-text.--left {
    max-width: 100%;
  }
}
.c-main-text:last-of-type{
  margin-bottom: 30px;
}
.c-main-text--relative{
position: relative;
}
.c-main-text--absolute{
  position: absolute;
  z-index: 5;
  left: -30px;
  top: -90px;
  height: 380px;
  object-fit: contain;
  width: fit-content;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .c-main-text--absolute {
left: -20px;
  }
}
.p-main-tri{

}
.p-main-tri__thumb{
width: 100%;
height: auto;
object-fit: contain;
}
/* フォーム */
.l-main-form{
padding: 0 32px 60px;
text-align: center;
}
@media screen and (max-width: 768px) {
.l-main-form {
    padding: 0 24px 30px;
  }
}
.l-main-form.--adj {
  background-color: #f5f5f5;
  padding: 30px;
}
@media screen and (max-width: 768px) {
.l-main-form.--adj {
    padding: 20px;
  }
}
/* プログレスバー */
.p-progress-container__wrap{
  padding: 1px;
  border:solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  height: 30px;
}
.p-progress-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width:768px){
    .p-progress-container{
       
    }
}
.p-progress-step{
  width: calc(100% / 2 );
  height: 100%;
  background-color: rgba(233, 85, 19, 1);
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
.p-progress-step {
  }
}
.p-progress-step::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/images/skill/prog-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position:  center; */
}
.p-progress-step:last-child{
  margin-right: 0;
}
.p-progress-step.is-active {
  display: block;
}
/* //プログレスバー */
.p-main-form{

}
.p-main-form__inner{
padding-top: 40px;
display: none;
}
@media screen and (max-width:768px){
  .p-main-form__inner{
    padding-top: 24px;
    }
}
.p-main-form__inner.--number1 {
  display: block;
}
.p-main-form__question {
  font-size: clamp(10px, 4vw, 26px);
  color: #191970;
  padding: 40px 0;
  letter-spacing: .05em;
}
.p-main-form__question.--thanks {
  text-align: center;
}
.p-form-title{
font-size: clamp(10px, 4vw, 20px);
font-weight: 700;
letter-spacing: .05em;
width: 100%;
margin: 24px auto 0;
text-align: left;

  text-indent: 1.5em;
  padding-left: 1.6em; /* 全体の左余白 */
  text-indent: -1.6em; /* 1行目だけ左に戻す（ぶら下げインデント） */
}
@media screen and (max-width: 768px) {
.p-form-title {
    font-size: 14px;
    width: 100%;
  }
}

.p-form-title .--empha {
font-size: clamp(10px, 4vw, 26px);
color:#2D44A5;
}
.p-form-title .--trivialize {
font-size: clamp(10px, 4vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-form-title .--trivialize {
      font-size: 3.5vw;
    }
}
.p-form-select{
border-radius: 5px;
  background-color: #fff;
  border: solid 1px #c3c3c3;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 5px auto 30px auto;
  font-size: clamp(10px, 4vw, 20px);
}
@media screen and (max-width: 768px) {
.p-form-select {
    width: 100%;
  }
}
.p-form-select.--adj {
margin: 5px auto 5px auto;
}
.c-form-tel__p{
  font-size: clamp(10px, 4vw, 14px);
  font-weight: normal;
  text-align: left;
  color: red;
  margin: 5px auto 5px auto;
}
.c-form-tel__p--mail{
  font-size: clamp(10px, 4vw, 14px);
  font-weight: normal;
  text-align: left;
  color: red;
  margin: 5px auto 5px auto;
}
.c-form-mini{
  font-size: clamp(10px, 4vw, 14px);
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.c-form-mini {
    font-size: 3vw;
  }
}
.p-form-list__ul{
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
.p-form-list__ul {
    width: 100%;
    padding: 0 0 0 18px;
  }
}
.p-form-list__li{
  width:100%;
  margin-bottom: 8px;
}
@media screen and (max-width:768px){
    .p-form-list__li{
        margin-bottom: 4px;
      }
}
.p-form-list__li:last-of-type {
  margin-bottom: 0;
}
.p-form-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 24px 0 0 auto ;
  padding: 8px 20px;
  font-size: clamp(10px, 4vw, 16px);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.1em;
  width: 80px;
  color: #fff;
  background: linear-gradient(to right, rgba(233, 85, 19, 1), rgba(242, 150, 0, 1));
}
@media screen and (max-width:768px){
    .p-form-button{
        width: 64px;
        font-size: 12px;
        border: solid 0.5px rgba(219, 219, 219, 1);
    }
}
.p-form-button.disabled {
    pointer-events: none;
    border: solid 1px rgba(219, 219, 219, 1);
    background:none;
    background-color: #fff;
    color:rgba(51, 51, 51, 0.5);
}
.p-form-button.--number7{
  width: fit-content;
  letter-spacing: 0.01em;
}
.p-form-button.disabled .p-form-button__arrow{
    display: none;
}
.p-form-button .p-form-button__arrow{
    display: block;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-left: 8px;
    max-width: 8px;
}
.p-form-button__back{
    display: block;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-right: 4px;
    max-width: 14px;
}
.p-form-button:hover{
    cursor: pointer;
}
.p-form-button__arrow{
    display: none;
}

.p-form-button.--submit {
    margin: 0 0 0 auto;
  /* background-color: #fff; */
  letter-spacing: .05em;
  width: 200px;
}
@media screen and (max-width:768px){
    .p-form-button.--submit {
        width: 160px;
      }
}
.p-form-button.--adj {
  letter-spacing: .5em;
}

.p-form-button--wrap{
  display: flex;
  align-items: center;
  justify-content:space-between;
  width: 100%;
  margin-top: 24px;
}
.p-form-button--back {
  font-size: clamp(10px, 4vw, 16px);
  font-weight: 700;
  width:fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5);

}
@media screen and (max-width:768px){
    .p-form-button--back {
        font-size: 12px;
    }
}
.p-form-list__input{
display: none;
}
.p-form-list__input:checked + label {
  border-radius: 4px;
  background: linear-gradient(to right, #7FB2DF, #4374D3);
  color: #fff;
  opacity: 1;
  border: solid 0.5px #fff; 
  /* border: none;  */
}
.c-label {
  box-sizing: border-box;
  border: solid 0.5px #1A3261; 
  /* box-shadow: 0 0 0 1px rgba(219, 219, 219, 1); */
  color: #1A3261;
  padding: 12px;
  cursor: pointer;
  font-size: clamp(10px, 4vw, 16px);
  display: grid;
  align-items: center;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
  
}
@media screen and (max-width:768px){
    .c-label{
        box-shadow: 0 0 0 0.5px rgba(219, 219, 219, 1); /* 1pxグレー枠を描画 */
        font-size: 12px;
    }
}
.c-text{
border-radius: 5px;
background-color: #fff;
border: solid 1px #c3c3c3;
display:block;
width: 100%;
padding: 10px;
margin: 5px auto 30px auto;
  font-size: clamp(10px, 4vw, 20px);
}
@media screen and (max-width: 768px) {
.c-text {
    width: 100%;
  }
}
.c-text.--adj {
margin: 5px auto 5px auto;
}

.c-text.--adj {
    margin: 5px auto 5px auto;
}
.c-privacy {
    color: #005cbf;
}
.p-step-text {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.p-step-text.--thanks {
padding-bottom: 60px;
}
/* //フォーム */
/* //main */
.p-footer-copy{
  text-align: center;
}
.c-result-button{
    display: block;
    border-radius: 30px;
    background-color: #191970;
    color: #ffffff;

    margin: 30px auto;
    padding: 16px;
    font-size: clamp(10px, 4vw, 20px);
    letter-spacing: .05em;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    width: 80%;
    position: absolute;
    bottom:30px;
    left: 50%;
    transform:translateX(-50%);
    z-index: 4;
}
@media screen and (max-width: 768px) {
  .c-result-button {
  bottom: 0;
  }
}
.p-result-thumb{
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
}
.invalid-field {
  border: 2px solid red;
}

div#agreement {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
@media screen and (max-width: 768px) {
div#agreement {
    width: 95%;
  }
}
div#agreement h3 {
font-size: clamp(10px, 4vw, 18px);
  font-weight: bold;
}
div#agreement div {
  height: 130px;
  margin: 15px 0;
  padding: 20px 30px;
  background: #fafafa;
  border: 1px solid #cccccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
div#agreement div {
    height: 80px;
    margin: 5px 0;
  }
}
.bold {
  font-weight: bold;
}
.pb5 {
  padding-bottom: 5px !important;
}
div#agreement input[type="checkbox"] {
  margin-right: 10px;
}
form#mail_form div#agreement span.error_check {
  display: none;
  color: #ff0000;
  margin-top: 3px;
}
.c-spin{
  width: 50px;
  object-fit: contain;
margin-left: 10px;
}

.p-step-flex{
display: none;
}
.p-step-flex.js-appear{
  display: flex;
  align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}
.p-step-flex__text{
      font-size: clamp(10px, 4vw, 18px);
        font-weight: normal;
}
.l-body{
background-color: #fbf5eb;
}
.p-goal-img {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.p-goal-label {
  color: #000000;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width:768px){
  .p-goal-label {
    font-size: 4.8vw;
  }
}
.p-goal-input {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: solid 2px #000000;
  margin-right: auto;
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width:768px){
  .p-goal-input {
    font-size: 4.8vw;
    padding: 8px;
  }
}
.p-goal-input.--full {
  width: 100%;
}
.p-form-next:disabled, .p-form-submit:disabled {
  cursor: auto;
  color: #97959F;
  background-color: #DCDCDC;
}
.p-form-next, .p-form-submit {
  text-align: center;
  border-radius: 50px;
  height: 44px;
  width: 64%;
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 700;
  /* box-shadow: 3px 3px 8px 0px #535353; */
  color: #fff;
  background-color: #E95513;
  margin: 24px auto 0;
}
@media screen and (max-width:768px){
  .p-form-next, .p-form-submit {
    font-size: 5vw;
  }
}
.p-result-area{
  position: relative;
  background-image: url("../img/bg-image.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 32px 24px 108px ;
}
@media screen and (max-width:768px){
  .p-result-area{
    padding: 32px 24px 80px ;
  }
}
.p-result-area__inner{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
}
.p-result-area__button{
position: absolute;
bottom: 48px;
left: 50%;
transform: translateX(-50%);
display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 24px 0 0 auto ;
  padding: 12px 32px;
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  /* letter-spacing: -0.1em; */
  color: #fff;
  background: linear-gradient(to right, rgba(233, 85, 19, 1), rgba(242, 150, 0, 1));
  width: fit-content;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.15);

}
@media screen and (max-width:768px){
  .p-result-area__button{
    bottom: 32px;
    padding: 8px 20px;
    font-size: clamp(10px, 4vw, 16px);
  }
}
.p-main-select__wrap {
    position: relative;
}
.p-main-select__wrap::before {
    content: "";
    width: 50px;
    height: 100%;
    background-color: #7d7d7d;
    position: absolute;
    z-index: 5;
    z-index: 10;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    pointer-events: none;
}
@media screen and (max-width:768px){
    .p-main-select__wrap::before {
        width: 42px;
    }
}
.p-main-select__wrap:has(.p-main-select)::before{
    background-color:var(--ora2);
}
.p-main-select__wrap:has(.p-main-select.disabled)::before {
    background-color: #7d7d7d;
}
.p-main-select__wrap::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 10;
    top: 34%;
    right: 19px;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .p-main-select__wrap::after {
        right: 15px;
    }
}
.p-main-select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: clamp(10px, 4vw, 20px);
    padding: 10px 10px 10px 20px;
    border: solid 1px var(--ora2);
    cursor: pointer;
}
select.p-main-select:focus {
    border: solid 1px var(--ora2);
    outline: 0;
}
.p-main-select.disabled {
    border: solid 1px #7d7d7d;
    color: #969696;
}
select.p-main-select.disabled:focus {
    border: solid 1px var(--ora2);
    outline: 0;
}
.p-main-select.--adj {
    margin-bottom: 16px;
}
.p-progress-grad__wrap{
position: relative;
overflow: hidden;
width: 100%;
height: 26px;
} 
.p-progress-grad__inner{
  position: absolute;
  right:75%;
  width: 100%;
  height: 100%;
}
.p-progress-grad__inner.--step0{
  right:0%;
}
.p-progress-grad__inner.--step1{
  right:20%;
}
.p-progress-grad__inner.--step2{
  right:40%;
}
.p-progress-grad__inner.--step3{
  right:60%;
}
.p-progress-grad{
height: 26px;
width: 100%;
position: relative;
}
.p-progress-grad__img{
  width: 100%;
  height: 26px;
  object-fit: cover;
}
.p-progress-grad__right{

  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.p-result-title{
  color: rgba(255, 247, 24, 1);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width:768px){
  .p-result-title{
    font-size: 16px;
  }
}
.category-rank-area{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items:flex-start;
}
.cat-img{
  width: 20%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.p-line{
  display: block;
  width: 100%;
  max-width: 96px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.category-info{
  width: 80%;
  color:#fff;
  font-size: clamp(10px, 4vw, 16px);
  line-height: 1.5;
  font-weight:normal;
}
.p-main-sr{
  padding: 0 16px 16px;
  margin-top: 18px;
}
.p-main-sr__thumb{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.category-name{
  color:#fff;
  font-size: clamp(10px, 4vw, 18px);
  margin-bottom: 4px;
}
.category-rank-area:last-of-type{
  border-bottom: none;
}
.c-text-area{
  color:#fff;
  font-size: clamp(10px, 4vw, 18px);
  font-weight: 500;
}
.sr-label{
  background: linear-gradient(to right, #7FB2DF, #4374D3);
  color: #fff;
  padding: 6px 24px 6px 12px;
  width: fit-content;
  position: relative;
  font-size: clamp(10px, 4vw, 16px);
  margin: 24px 0;
}
.sr-label.--step1{
  width: 30%;
}
.sr-label.--step2{
  width: 45%;
}
.sr-label.--step3{
  width: 55%;
}
.sr-label.--step4{
  width: 80%;
}
.sr-label.--step5{
  width: 100%;
} 
.sr-label::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 31px solid transparent;
  transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
}