@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit;
}

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat; /* 1 */
  padding: 0; /* 2 */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible; /* 1 */
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 90%; /* 1 */
}

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none; /* 1 */
}

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0; /* 1 */
}

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b {
  font-weight: 700;
}

strong {
  font-weight: 700; /* 1 */
  font-style: normal;
  display: inline;
}

em {
  font-weight: 700; /* 1 */
  font-style: normal;
}

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic; /* 1 */
}

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type=number] {
  width: auto; /* 1 */
}

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  -webkit-appearance: none;
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold; /* 1 */
}

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible; /* 1 */
}

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: none;
}

*:focus {
  outline: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor; /* 1 */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0; /* 1*/
  color: inherit; /* 2 */
  display: table; /* 3 */
  max-width: 100%; /* 4 */
  white-space: normal; /* 5 */
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: #aba9a6;
  letter-spacing: 0.14em;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none; /* 1 */
  vertical-align: bottom;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy=true] {
  cursor: progress;
}

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer;
}

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

/*=================================
  common
=================================*/
body {
  position: static;
  word-break: break-word;
  background: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/**
* 1. hタグ、ul・liタグ、aタグの定義
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #130E1C;
  text-decoration: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    common
  =================================*/
  html, body {
    min-width: 320px;
  }
}
a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  outline: none;
  opacity: 0.7;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}

/*=================================
  animation
=================================*/
/*=================================
  button
=================================*/
.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 250px;
  margin: 20px auto 0 auto;
  border-radius: 30px;
  background-color: #06D6B7;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 60px;
}
.btn-contact:hover {
  -webkit-animation: anm-btn-contact 1s;
          animation: anm-btn-contact 1s;
}

@-webkit-keyframes anm-btn-contact {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 214, 183, 0.5);
            box-shadow: 0 0 0 0 rgba(6, 214, 183, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0.7em rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0.7em rgba(0, 0, 0, 0);
  }
}

@keyframes anm-btn-contact {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 214, 183, 0.5);
            box-shadow: 0 0 0 0 rgba(6, 214, 183, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0.7em rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0.7em rgba(0, 0, 0, 0);
  }
}
/*=================================
  円グラフ
=================================*/
.pie-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: radial-gradient(#fff 55%, transparent 55%), conic-gradient(#2589d0 60%, #f2f2f2 60% 100%);
  font-weight: 600;
  aspect-ratio: 1/1;
  font-size: 5rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .pie-chart {
    width: 130px;
    height: 130px;
    font-size: 4rem;
  }
}

/*=================================
  棒グラフ
=================================*/
.bar-graph {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #DDD;
}
.bar-graph__data {
  width: 100%;
  height: 10px;
  border-radius: 5px;
}
.bar-graph__data.--value-0-100 {
  background: #f33;
}
.bar-graph__data.--value-101-200 {
  background: #fa3;
}
.bar-graph__data.--value-201-300 {
  background: #0c6;
}
.bar-graph__data.--value-301-400 {
  background: #0c6;
}
.bar-graph__score {
  text-align: right;
}
.bar-graph__score.--value-0-100 span {
  color: #f33;
}
.bar-graph__score.--value-101-200 span {
  color: #fa3;
}
.bar-graph__score.--value-201-300 span {
  color: #0c6;
}
.bar-graph__score.--value-301-400 span {
  color: #0c6;
}

/*=================================
  ローディング
=================================*/
body.loading {
  height: 100%;
  overflow-y: hidden;
  position: fixed;
}

.loading-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.3s;
  transition: opacity 0.5s, visibility 0.3s;
}
body.loading .loading-wrap {
  opacity: 1;
  visibility: visible;
}
.loading-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#03D6B7), color-stop(33%, #FBC32A), color-stop(66%, #F36060), to(#03D6B7));
  background: linear-gradient(to right, #03D6B7 0%, #FBC32A 33%, #F36060 66%, #03D6B7 100%);
  background-size: 200% 100%;
  -webkit-animation: gradient-loop 8s linear infinite;
          animation: gradient-loop 8s linear infinite;
}
.loading-wrap::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(/assets/images/index/logo-loading.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotate-loop 2s linear infinite;
          animation: rotate-loop 2s linear infinite;
}

@-webkit-keyframes dot-animation {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

@keyframes dot-animation {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
@-webkit-keyframes gradient-loop {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
@keyframes gradient-loop {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
@-webkit-keyframes rotate-loop {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-loop {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-result {
  /*===== 総合結果エリア =====*/
  /*===== 結果詳細エリア =====*/
}
.p-result__total {
  background: #fff;
  margin: 40px 0;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total {
    margin: 15px 0 30px 0;
    padding: 15px;
  }
}
.p-result__total h2 {
  text-align: left;
  font-size: 2rem;
  color: #2A3153;
}
.p-result__total__msg {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__msg {
    font-size: 1.8rem;
  }
}
.p-result__total__msg.--value-0-100 p {
  color: #f33;
}
.p-result__total__msg.--value-0-100::before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/result/total-msg-a.svg);
  background-size: contain;
}
.p-result__total__msg.--value-101-200 p {
  color: #fa3;
}
.p-result__total__msg.--value-101-200::before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/result/total-msg-b.svg);
  background-size: contain;
}
.p-result__total__msg.--value-201-300 p {
  color: #0c6;
}
.p-result__total__msg.--value-201-300::before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/result/total-msg-c.svg);
  background-size: contain;
}
.p-result__total__msg.--value-301-400 p {
  color: #0c6;
}
.p-result__total__msg.--value-301-400::before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/result/total-msg-d.svg);
  background-size: contain;
}
.p-result__total__chart {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__chart {
    margin-top: 15px;
  }
}
.p-result__total__chart > a {
  display: block;
  width: 22%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__chart > a {
    width: 24%;
  }
}
.p-result__total__chart > a span {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__chart > a span {
    font-size: 0.9rem;
  }
}
.p-result__total__chart .pie-chart {
  width: 100%;
  height: auto;
  aspect-ratio: 1 1;
  font-size: 3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__chart .pie-chart {
    font-size: 2rem;
  }
}
.p-result__total__graph {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__total__graph {
    margin-top: 15px;
  }
}
.p-result__side-contact {
  color: #fff;
}
.p-result__side-contact h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-result__side-contact ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-result__side-logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__side-logo {
    display: none;
  }
}
.p-result__thumb {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__thumb {
    padding: 30px 30px;
  }
}
.p-result__thumb img {
  max-width: 100%;
}
.p-result__section:nth-child(even) {
  background: #F4F9F8;
}
.p-result__section__inner {
  padding: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__section__inner {
    padding: 30px 20px;
  }
}
.p-result__section__contact-box {
  margin: 60px 0;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__section__contact-box {
    margin: 30px 0;
  }
}
.p-result__section__contact-box p {
  display: block;
}
.p-result__ttl-h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__ttl-h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.p-result__ttl-h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__ttl-h3 {
    margin-bottom: 15px;
  }
}
.p-result__metrics {
  padding-top: 60px;
  border-bottom: 1px #ccc solid;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__metrics {
    padding-top: 30px;
  }
}
.p-result__metrics__item {
  padding: 20px 0;
  border-top: 1px #ccc solid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 0.3fr;
  grid-template-columns: 1fr 0.3fr;
  gap: 10px;
  place-items: center start;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__metrics__item {
    padding: 10px 0;
    rid-template-columns: 1fr 0.4fr;
  }
}
.p-result__metrics__detail {
  position: relative;
  padding-left: 30px;
}
.p-result__metrics__detail::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  display: inline-block;
}
.--pass .p-result__metrics__detail::before {
  background: #0c6;
  border-radius: 100%;
}
.--fail .p-result__metrics__detail::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #f33;
}
.--average .p-result__metrics__detail::before {
  background: #fa3;
}
.p-result__metrics__value {
  padding-left: 30px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__metrics__value {
    padding-left: 10px;
    font-size: 1.6rem;
  }
}
.--pass .p-result__metrics__value {
  color: #0c6;
}
.--fail .p-result__metrics__value {
  color: #f33;
}
.--average .p-result__metrics__value {
  color: #fa3;
}
.p-result__metrics__ttl {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__metrics__ttl {
    font-size: 1.8rem;
  }
}
.p-result__metrics__description {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__metrics__description {
    font-size: 1.4rem;
  }
}
.p-result__audit {
  padding-top: 6cqh;
}
.p-result__audit__item {
  padding: 20px 0;
  border-top: 1px #ccc solid;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__audit__item {
    padding: 10px 0;
  }
}
.p-result__audit__item:last-child {
  border-bottom: 1px #ccc solid;
}
.p-result__audit__noitem {
  padding: 30px;
  text-align: center;
  background: rgb(222, 242, 233);
  border-radius: 5px;
}
.p-result__audit__detail {
  position: relative;
  padding-left: 30px;
}
.p-result__audit__detail::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  display: inline-block;
}
.--pass .p-result__audit__detail::before {
  background: #0c6;
  border-radius: 100%;
}
.--fail .p-result__audit__detail::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #f33;
}
.--average .p-result__audit__detail::before {
  background: #fa3;
}
.p-result__audit__summary {
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
}
.p-result__audit__summary::after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 0;
}
.p-result__audit__summary.active::after {
  content: "ー";
  position: absolute;
  top: 0;
  right: 0;
}
.p-result__audit__display-text {
  padding-left: 20px;
  font-weight: normal;
  color: #f33;
}
.p-result__audit__display-text::before {
  content: "-";
}
.p-result__audit__description {
  display: none;
  padding-top: 10px;
  color: #6d6d6d;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__audit__description {
    line-height: 1.4;
  }
}
.p-result__audit__description a {
  text-decoration: underline;
  color: #2A3153;
}
.p-result__audit__more {
  text-align: right;
  padding-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__audit__more {
    padding-top: 10px;
  }
}
.p-result__footer {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-result__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    color: #666;
    font-size: 1.4rem;
  }
  .p-result__footer h3 {
    padding-left: 30px;
  }
}

.p-home__header {
  padding: 37px 40px 61px;
}
.p-home__header__note {
  margin-bottom: 22px;
  font-size: 1.8rem;
  text-align: left;
}
.p-home__header h1 {
  text-align: center;
}
.p-home__header h1 img {
  width: 455px;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__header {
    padding: 20px 20px 22px;
  }
  .p-home__header__note {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  .p-home__header h1 img {
    width: 220px;
  }
}

.p-home__main .p-home__form-area {
  position: relative;
  background: url(/assets/images/index/bg_form-area.jpg);
  background-size: cover;
  padding: 74px 0 80px;
  text-align: center;
}
.p-home__main .p-home__form-area::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  background: url(/assets/images/index/img_free-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  right: 20vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__form-area::after {
    width: 75px;
    height: 75px;
    top: -30px;
    right: 20px;
  }
}
.p-home__main .p-home__form-area__ttl {
  position: relative;
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
.p-home__main .p-home__form-area__ttl::before {
  content: "";
  content: url(/assets/images/index/icon_form-ttl.svg);
  vertical-align: middle;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__form-area__ttl::before {
    display: block;
  }
}
.p-home__main .p-home__form-area__txt {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.p-home__main .p-home__form-area__form {
  width: 801px;
  margin: 0 auto;
}
.p-home__main .p-home__form-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.p-home__main .p-home__form-area__item {
  text-align: left;
}
.p-home__main .p-home__form-area__input {
  display: block;
  width: 382px;
  padding: 18px 0px 14px 23px;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
}
.p-home__main .p-home__form-area__device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.p-home__main .p-home__form-area__device label {
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}
.p-home__main .p-home__form-area__device label input {
  margin-right: 5px;
}
.p-home__main .p-home__form-area__error {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  color: #c50000;
}
.p-home__main .p-home__form-area .p-home__form-area__input + .p-home__form-area__input {
  margin-left: 33px;
}
.p-home__main .p-home__form-area__checkbox {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #fff;
}
.p-home__main .p-home__form-area__checkbox label:hover {
  cursor: pointer;
}
.p-home__main .p-home__form-area__checkbox a {
  text-decoration: underline;
  color: #fff;
}
.p-home__main .p-home__form-area__checkbox input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.p-home__main .p-home__form-area__btn {
  width: 418px;
  margin: 0 auto;
  padding: 16px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(243, 96, 96)), to(rgb(205, 76, 76)));
  background: linear-gradient(180deg, rgb(243, 96, 96) 35%, rgb(205, 76, 76) 100%);
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  -webkit-box-shadow: 5px 7px 15px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 5px 7px 15px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.p-home__main .p-home__form-area__btn:hover {
  opacity: 0.7;
}
.p-home__main .p-home__form-area__btn img {
  width: 105px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__form-area {
    background: url(/assets/images/index/bg_form-area_sp.jpg);
    background-size: cover;
    padding: 50px 20px;
  }
  .p-home__main .p-home__form-area__form {
    width: 100%;
  }
  .p-home__main .p-home__form-area__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .p-home__main .p-home__form-area__item:nth-child(1) {
    margin-bottom: 15px;
  }
  .p-home__main .p-home__form-area__ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .p-home__main .p-home__form-area__txt {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-home__main .p-home__form-area__input {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .p-home__main .p-home__form-area__input:nth-child(2) {
    margin-bottom: 25px;
  }
  .p-home__main .p-home__form-area__error {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .p-home__main .p-home__form-area .p-home__form-area__input + .p-home__form-area__input {
    margin-left: 0;
    margin-top: 15px;
  }
  .p-home__main .p-home__form-area__device {
    margin-bottom: 10px;
  }
  .p-home__main .p-home__form-area__checkbox {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
  .p-home__main .p-home__form-area__btn {
    width: 100%;
    padding: 12px 25px;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.p-home__main .p-home__intro {
  background: url(/assets/images/index/bg_intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 424px;
}
.p-home__main .p-home__intro__txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__intro {
    background: url(/assets/images/index/bg_intro_sp.jpg);
    background-size: cover;
    padding-bottom: 169px;
  }
  .p-home__main .p-home__intro__txt {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-home__main .p-home__intro__txt::after {
    width: 75px;
    height: 75px;
    top: -75px;
    right: -20px;
  }
}
.p-home__main .p-home__mock-area {
  margin-top: -433px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__mock-area {
    margin-top: -165px;
  }
}
.p-home__main .p-home__note {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 17px;
  text-align: right;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__note {
    width: 270px;
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.p-home__main .p-home__img-mock {
  max-width: 1125px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__img-mock {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.p-home__main .p-home__ttl {
  width: 717px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__ttl {
    width: 100%;
    padding: 0 12.5px;
  }
}
.p-home__main .p-home__lead {
  margin-top: 45px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__lead {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-home__main .p-home__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
.p-home__main .p-home__score {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
.p-home__main .p-home__score__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  width: 50%;
}
.p-home__main .p-home__score__item {
  width: calc(50% - 13px);
}
.p-home__main .p-home__score__item h3 {
  margin-bottom: 22px;
  padding: 28px 0 31px;
  background: #09C0A5;
  font-size: 2.4rem;
  color: #fff;
}
.p-home__main .p-home__score__item p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.4;
}
.p-home__main .p-home__score__right {
  width: 50%;
}
.p-home__main .p-home__score__img {
  margin-bottom: 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__score {
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .p-home__main .p-home__score__left {
    width: 100%;
    gap: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-home__main .p-home__score__item {
    width: calc(50% - 10px);
  }
  .p-home__main .p-home__score__item h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 15px 0;
  }
  .p-home__main .p-home__score__item p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .p-home__main .p-home__score__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
  }
  .p-home__main .p-home__score__img {
    margin-bottom: 10px;
  }
}
.p-home__main .p-home__renovation {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
.p-home__main .p-home__renovation__ttl {
  margin-bottom: 65px;
}
.p-home__main .p-home__renovation .p-home__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home__main .p-home__renovation__left {
  width: 50%;
}
.p-home__main .p-home__renovation__right {
  width: 50%;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
.p-home__main .p-home__renovation__right p + p {
  margin-top: 35px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__renovation {
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .p-home__main .p-home__renovation__ttl {
    margin-bottom: 25px;
  }
  .p-home__main .p-home__renovation__left {
    width: 100%;
  }
  .p-home__main .p-home__renovation__right {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-home__main .p-home__advice {
  max-width: 992px;
  margin: 0 auto;
  margin-bottom: 255px;
  text-align: center;
}
.p-home__main .p-home__advice__content {
  position: relative;
}
.p-home__main .p-home__advice__list {
  width: 798px;
  margin-bottom: 30px;
  text-align: left;
}
.p-home__main .p-home__advice__item {
  position: relative;
  padding: 14px 0 14px 50px;
  background: #F2F8F7;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: #09C0A5;
}
.p-home__main .p-home__advice__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #09C0A5;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
}
.p-home__main .p-home__advice .p-home__advice__item + .p-home__advice__item {
  margin-top: 10px;
}
.p-home__main .p-home__advice__img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-home__main .p-home__advice__note {
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__main .p-home__advice {
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .p-home__main .p-home__advice__list {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-home__main .p-home__advice__item {
    padding: 10px 0px 10px 22px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .p-home__main .p-home__advice__item::before {
    width: 12px;
  }
  .p-home__main .p-home__advice__img {
    width: 91px;
    top: -10px;
    right: 6px;
  }
  .p-home__main .p-home__advice__note {
    margin-bottom: 0;
    line-height: 1.5;
  }
}

.p-form {
  text-align: center;
}
.p-form .p-form__form-error {
  font-size: 1.4rem;
  color: #EF5252;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form .p-form__form-error {
    display: block;
    margin-top: 3px;
  }
}
.p-form__ttl {
  padding: 97px 0 76px 0;
  background: url(/assets/images/common/bg_sub-ttl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__ttl {
    background: url(/assets/images/common/bg_sub-ttl_sp.jpg);
    background-size: cover;
    padding: 32px 0;
    font-size: 2.8rem;
  }
}
.p-form__form-area {
  padding: 100px 0 200px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form-area {
    padding: 30px 20px 45px;
    border-bottom: 1px solid #dadada;
  }
}
.p-form__form {
  width: 100%;
  max-width: 1005px;
  margin: 0 auto;
}
.p-form__form tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-form__form tbody tr + tr {
  border-top: 1px solid #CFDEDB;
}
.p-form__form tbody tr:nth-child(6) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-form__form tbody tr:nth-child(6) th {
  padding: 16px 0;
}
.p-form__form tbody th {
  max-width: 393px;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  vertical-align: middle;
}
.p-form__form tbody th label {
  max-width: 393px;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody th {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 15px 0 0 0;
  }
  .p-form__form tbody th label {
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
  }
}
.p-form__form tbody .p-form__form-req {
  position: relative;
}
.p-form__form tbody .p-form__form-req::after {
  display: inline-block;
  content: "必須";
  background: #EF5252;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 5%;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody .p-form__form-req::after {
    position: inherit;
    margin-left: 10px;
    padding: 4px 6px;
    font-size: 1.2rem;
  }
}
.p-form__form tbody td {
  max-width: 562px;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody td {
    font-size: 1.4rem;
    padding: 0 0 15px 0;
  }
}
.p-form__form tbody td input,
.p-form__form tbody td select,
.p-form__form tbody td textarea {
  width: 100%;
  padding: 18px 30px;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  font-size: 1.8rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody td input,
  .p-form__form tbody td select,
  .p-form__form tbody td textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #fff;
    padding: 13px 0 13px 15px;
    font-size: 1.4rem;
    color: #000;
  }
}
.p-form__form tbody td .p-form__select-wrapper {
  position: relative;
}
.p-form__form tbody td .p-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #555;
  border-bottom: 0;
  pointer-events: none;
}
.p-form__form tbody td select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.p-form__form tbody td .p-form__form-message {
  height: 272px;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form tbody td .p-form__form-message {
    height: 126px;
  }
}
.p-form__sub-ttl {
  margin: 120px 0 70px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #09C0A5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__sub-ttl {
    margin: 30px 0 0px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-form__form-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form-checkbox {
    display: inline;
  }
}
.p-form__form-checkbox label {
  display: block;
  cursor: pointer;
}
.p-form__form-checkbox input {
  width: 25px;
  height: 25px;
  margin-right: 17px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.p-form__form-checkbox a {
  text-decoration: underline;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__form-checkbox {
    margin-top: 30px;
    font-size: 1.3rem;
  }
  .p-form__form-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.p-form__btn {
  display: inline-block;
  margin-top: 50px;
  margin-right: 10px;
  padding: 19px 190px;
  background: #06D6B7;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-form__btn.back {
  background: #000;
}
.p-form__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-form__btn {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding: 15px 0;
    font-size: 2.5rem;
  }
}

.p-thanks {
  text-align: center;
}
.p-thanks__ttl {
  margin-bottom: 70px;
  padding: 97px 0 76px 0;
  background: url(/assets/images/common/bg_sub-ttl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__ttl {
    margin-bottom: 35px;
    background: url(/assets/images/common/bg_sub-ttl_sp.jpg);
    background-size: cover;
    padding: 32px 0;
    font-size: 2.8rem;
  }
}
.p-thanks__intro__ttl {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #09C0A5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__intro__ttl {
    font-size: 2.6rem;
  }
}
.p-thanks__intro__txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__intro__txt {
    text-align: left;
    padding: 0 20px;
  }
}
.p-thanks__bg-arrow {
  position: relative;
  margin-top: 45px;
  padding: 140px 0 60px;
  background: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__bg-arrow {
    padding: 70px 0 20px;
  }
}
.p-thanks__bg-arrow::before {
  content: "";
  position: absolute;
  height: 95px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #fff;
  left: 0;
  top: -1px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__bg-arrow::before {
    height: 50px;
  }
}
.p-thanks__recommend__ttl {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__recommend__ttl {
    font-size: 2rem;
  }
}
.p-thanks__recommend__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__recommend__list {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.p-thanks__recommend__item {
  max-width: 488px;
  width: 100%;
}
.p-thanks__recommend__target {
  max-width: 448px;
  width: 100%;
  height: 106px;
  margin: 0 auto;
  padding-top: 18px;
  background: url(/assets/images/thanks/bg_recommend-ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
}
.p-thanks__recommend__content-box {
  margin-top: 25px;
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__recommend__content-box {
    margin-top: 10px;
  }
}
.p-thanks__recommend__sub-ttl {
  padding: 30px 0 23px;
  background: #09C0A5;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-thanks__recommend__sub-ttl {
    font-size: 2.2rem;
  }
}
.p-thanks__recommend__content {
  padding: 30px 28px 20px;
}
.p-thanks__recommend__content p {
  margin-top: 40px;
  line-height: 1.5;
  text-align: justify;
}
.p-thanks__recommend__content a {
  width: 182px;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  padding: 10px 35px;
  background: #F36060;
  border-radius: 999px;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.p-thanks__recommend__content a:hover {
  opacity: 0.7;
}

/*=================================
  align
=================================*/
.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-text--center {
  text-align: center;
}

/*=================================
  invisible
=================================*/
.u-invisible--pc {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-invisible--pc {
    display: block !important;
  }
}

.u-invisible--sp {
  display: block !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-invisible--sp {
    display: none !important;
  }
}

/*=================================
  float
=================================*/
.u-float--left {
  float: left;
}

.float--right {
  float: right;
}

/*=================================
  clearfix
=================================*/
.u-clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*=================================
  arrow
=================================*/
/*========================
  textlink
==========================*/
.u-textLink--arrow {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-bottom: 7.5px;
  border-radius: 9999px;
  background-color: #130e1c;
  margin-left: 9px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow {
    width: 20px;
  }
}
.u-textLink--arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #130e1c;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow::before {
    width: 10px;
  }
}
.u-textLink--arrow-op {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-bottom: 7.5px;
  border-radius: 9999px;
  background-color: #130e1c;
  margin-right: 9px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow-op {
    width: 20px;
  }
}
.u-textLink--arrow-op::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: 2px 50%;
          transform-origin: 2px 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow-op::before {
    width: 10px;
  }
}

/*========================
  pulldown
==========================*/
.u-pulldown--arrow {
  position: relative;
  display: inline-block;
  width: 23.8px;
  height: 13.9px;
}
.u-pulldown--arrow::before, .u-pulldown--arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}
.u-pulldown--arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.u-pulldown--arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.u-pulldown--arrow--pos {
  position: absolute;
  right: 40px;
  top: 18px;
  cursor: pointer;
}
.u-pulldown--arrow.open::before, .u-pulldown--arrow.open::after {
  -webkit-transform-origin: 50% 0.5px;
          transform-origin: 50% 0.5px;
  top: 0;
  bottom: auto;
}

/*========================
  font-bold
==========================*/
.u-font--bold {
  font-weight: 600;
}

/*========================
  text-notes 注釈 
==========================*/
.u-text--notes {
  position: relative;
  padding-left: 1.6rem;
  display: block !important;
  margin-top: 20px;
}
.u-text--notes::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0;
}

/*========================
  text-mail  
==========================*/
.u-text--mail {
  position: relative;
  border-bottom: 1px solid #000;
}
.u-text--mail img {
  width: 15px;
  height: auto;
  top: -7px;
  right: -4px;
  position: relative;
}

/*========================
  text--underline
==========================*/
.u-text--underline {
  border-bottom: 1px solid #000;
}
.u-text--underline:hover {
  border-bottom: none;
}

.pc_only {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/* =================================
  header
================================= */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 45px;
}
.l-header__logo {
  width: 280px;
  height: auto;
}
.l-header__note {
  font-size: 1.8rem;
  color: #515151;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header {
    padding: 15px 20px;
  }
  .l-header__logo {
    width: 98px;
  }
  .l-header__note {
    font-size: 1rem;
  }
}

/*=================================
footer
=================================*/
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 45px;
}
.l-footer__logo {
  width: 223px;
}
.l-footer__right {
  width: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__logo-adjust {
  width: 109px;
}
.l-footer small {
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__inner {
    display: block;
    padding: 25px 0 20px;
  }
  .l-footer__logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__logo {
    width: 148.4px;
    height: 30px;
  }
  .l-footer__logo-adjust {
    width: 81.25px;
    height: 30px;
  }
  .l-footer small {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 1rem;
  }
}

/* =================================
  l-body
================================= */
body {
  position: relative;
  height: auto;
}

.l-result__side {
  position: fixed;
  width: 540px;
  height: 100%;
  padding: 30px;
  background: #2A3153;
  overflow: scroll;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-result__side {
    position: relative;
    width: 100%;
    padding: 20px;
  }
}
.l-result__side h1 {
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-result__side h1 img {
    width: 250px;
    height: auto;
  }
}
.l-result__main {
  position: relative;
  width: calc(100% - 540px);
  margin-left: 540px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-result__main {
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */