@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/*
 * Easing
 * https://easings.net/
 */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #212121;
  word-wrap: break-word;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  outline: none;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.br--md::before {
  content: "";
  white-space: normal;
}

.br--main::before {
  content: "";
  white-space: normal;
}

.br--large::before {
  content: "";
  white-space: normal;
}

.br--xlarge::before {
  content: "";
  white-space: normal;
}

.inline-block {
  display: inline-block;
}

/*========================================================================

  header

======================================================================== */
#skip-to-content {
  position: absolute;
}

header {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #e5ded9;
}

header a {
  line-height: 2rem;
  white-space: nowrap;
}

header.open {
  border-bottom: 1px solid transparent;
}

header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
}

.header-simple .inner {
  padding-bottom: 30px;
}

.header-short .inner {
  max-width: 720px;
}

header .logo a {
  display: block;
  background: url(https://www.nnlife.co.jp/library/common/images/header_logo.png) no-repeat;
  width: 111px;
  height: 62px;
  font-size: 0;
}

header .descriptor {
  margin: 5px 0 0 128px;
  color: #999;
}

header .nav-btn {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 65px;
  height: 50px;
  margin: auto;
}

header .nav-btn span {
  background: #ea650d;
  position: absolute;
  left: 0;
  right: 0;
  width: 25px;
  height: 4px;
  margin: auto;
  border-radius: 2px;
}

header .nav-btn span:nth-of-type(1) {
  top: 14px;
  animation: menu-bar01 .75s forwards;
  -webkit-animation: menu-bar01 .75s forwards;
}

header .nav-btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  transition: all .25s .25s;
  opacity: 1;
}

header .nav-btn span:nth-of-type(3) {
  bottom: 14px;
  animation: menu-bar03 .75s forwards;
  -webkit-animation: menu-bar03 .75s forwards;
}

.pbPage--open .nav-btn span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
  -webkit-animation: active-menu-bar01 .75s forwards;
}

.pbPage--open .nav-btn span:nth-of-type(2) {
  opacity: 0;
}

.pbPage--open .nav-btn span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
  -webkit-animation: active-menu-bar03 .75s forwards;
}

header .nav {
  width: 100%;
  margin-top: 29px;
}

header .primary-navigation h2 {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header .main-menu {
  display: flex;
  margin: 0 -17.4px;
}

header .main-menu > li {
  height: 34px;
  padding: 0 17.4px;
  line-height: initial;
}

header .menu-list {
  display: flex;
  background: #f1edeb;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1280px;
  padding: 50px 146px 45px 174px;
  visibility: hidden;
  border-top: 1px solid #e5ded9;
  transform: translateX(-50%);
  transition: all .3s;
  opacity: 0;
  z-index: 1;
}

header .main-menu > li:hover > .menu-list {
  visibility: visible;
  opacity: 1;
}

header .menu-list > li {
  width: calc(25% - 20px);
  margin: 0 10px;
}

header .menu-list > li:only-child {
  width: calc(100% - 20px);
}

header .menu-list strong, header .menu-list strong a {
  font-weight: normal;
  color: #ee7f00;
}

header .menu-link {
  margin-top: 13px;
  font-size: 87%;
}

header .menu-link li {
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
}

header .menu-link li:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 1px;
  border: 4px solid transparent;
  border-left: 4px solid #ea650d;
}

header .service-navigation {
  display: flex;
  align-items: center;
  position: absolute;
  top: 9px;
  right: 20px;
}

header .service-navigation ul {
  display: flex;
  font-size: 87%;
}

header .service-navigation li {
  margin: 0 7px;
}

header .service-navigation li a {
  color: #666;
}

header .search-box-wrapper {
  position: relative;
  width: 36px;
  height: 38px;
  margin-left: 7px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all .3s;
}

header .search-box-wrapper.open {
  width: 200px;
  border: 1px solid #e5ded9;
}

header .search-box-wrapper input[type=text] {
  position: absolute;
  top: 5px;
  left: 9px;
  width: calc(100% - 46px);
  height: 26px;
  border: none;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic","NN-Dagny-Text",Calibri,Corbel,Verdana,sans-serif;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header .search-box-wrapper input[type=image] {
  position: absolute;
  top: 5px;
  right: 5px;
}

.pbBlockNavigation {
  color: #999;
}

.pbHeaderArea .pbBlockNavigation {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 30px auto 8px;
}

.pbBlockNavigation a {
  font-weight: normal;
  color: #999;
}

.footer__inner {
  width: 100%;
  padding: 0 4.16%;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #414141;
  text-align: center;
}

.footer__inner:before {
  content: "";
  background: #f7f6f5;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

* {
  vertical-align: baseline;
  line-height: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.04em;
  color: #000;
  font-feature-settings: "palt";
}

.container__inner {
  width: 100%;
  padding: 0 4.16%;
}

.sec01__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.73;
  color: #000;
  text-align: center;
}

.sec01__ttl--orange {
  font-size: 1.8rem;
  color: #ea650d;
}

.sec01-problem__inner {
  position: relative;
  width: 100%;
  margin: 31px auto 0;
  padding: 24px 23px 17px;
  border: 2px solid #ea650d;
  border-radius: 5px;
  text-align: center;
}

.sec01-problem__lead {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.76;
}

.sec01-problem__txt {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ea650d;
  text-align: center;
}

.sec01-problem__txt:hover {
  text-decoration: none;
}

.sec01-problem__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  transform: translate(-50%, 50%);
}

.sec01-problem__arrow:hover {
  opacity: 1;
}

.sec02__inner {
  margin-top: 85px;
  padding: 48px 0;
}

.sec02-predict__inner {
  margin-top: 32px;
}

.sec02-predict__notice {
  margin-top: 11px;
}

.sec02-calc__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 44px;
  margin: 32px auto 0;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ea650d;
}

.sec02-calc__arrow {
  display: block;
  width: 20px;
  margin: 10px auto 0;
}

.sec02-calc__main {
  margin-top: 32px;
}

.sec02-calc__notice {
  margin-top: 11px;
}

.sec02-possibility__inner {
  position: relative;
  margin-top: 31px;
  padding-top: 32px;
}

.sec02-possibility__inner:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/doctor/img/img_line.png) top left/660px auto repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sec02-possibility__head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 66px;
  border-radius: 5px;
}

.sec02-possibility__ttl {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.76;
  text-align: center;
}

.sec02-possibility__ttl--orange {
  font-size: 1.3rem;
  color: #ea650d;
}

.sec02-possibility__label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea650d;
  position: relative;
  width: 90.9%;
  min-height: 28px;
  margin: 15px auto 0;
  padding: 8px 0;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.sec02-possibility__label:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 12.5px 10px 0 10px;
  border-style: solid;
  border-color: #ea650d transparent transparent transparent;
  transform: translate(-50%, 100%);
}

.sec02-possibility__main {
  margin-top: 24px;
}

.sec02-possibility__main {
  display: flex;
  justify-content: space-between;
}

.sec02-possibility__item {
  background: #fff;
  width: calc(50% - 8px);
  padding: 0 8px 16px;
  border: 1px solid #ea650d;
  border-radius: 5px;
}

.sec02-possibility__case {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 108px;
  height: clamp(108px, calc( 162px + -54 * (100vw - 320px) / 448), 162px);
  border-bottom: 1px solid #ea650d;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0;
  color: #ea650d;
  text-align: center;
}

.sec02-possibility__fig {
  margin-top: 16px;
}

.sec03__inner {
  padding: 48px 0;
}

/*
.sec03-plan__main {
  background: $white;
  border: 3px solid $orange;

  @include mq {
    border: 0 10px 10px 10px;
    border-width: 3px;
  }
}
*/
.sec03-plan__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 240px;
  height: 34px;
  margin: 24px auto 0;
  border: 1px solid #ea650d;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.sec03-plan__ttl--orange {
  font-size: 1.3rem;
  color: #ea650d;
}

.sec03-plan__ttl--l {
  font-size: 1.3rem;
  color: #ea650d;
}

.sec03-plan__main {
  margin-top: 23px;
}

.sec03-plan__head {
  display: flex;
  flex-direction: column;
}

.sec03-plan__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea650d;
  width: 110px;
  height: 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}

.sec03-plan__conditions {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.33;
}

.sec03-plan__notice {
  margin-top: 7px;
  margin-left: auto;
  font-size: 1.1rem;
  text-align: right;
}

.sec03-plan__fig {
  background: #fff;
  margin-top: 16px;
  padding: 24px 24px 22.5px;
  border: 1.5px solid #ea650d;
  border-radius: 5px;
}

.sec03-other__inner {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
}

.sec03-other__inner:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/doctor/img/img_line.png) top left/660px auto repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sec03-other__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.sec03-other__main {
  background: #fff;
  margin-top: 24px;
  padding: 23px 15px 23px 8px;
  border-radius: 5px;
}

.sec03-other__list {
  position: relative;
  padding-left: 41px;
  font-size: 1.3rem;
  line-height: 1.76;
}

.sec03-other__list + .sec03-other__list {
  margin-top: 18px;
}

.sec03-other__list:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/doctor/img/icon_check.png) center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}

.sec03-timing__inner {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
}

.sec03-timing__inner:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/doctor/img/img_line.png) top left/660px auto repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sec03-timing__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.sec03-timing__main {
  margin-top: 24px;
}

.sec03-timing__blc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec03-timing__blc + .sec03-timing__blc {
  margin-top: 16px;
}

.sec03-timing__left {
  flex-shrink: 0;
}

.sec03-timing__fig {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 91px;
  height: 91px;
  border: 1px solid #ea650d;
  border-radius: 50%;
}

.sec03-timing__img {
  display: block;
  width: 58px;
}

.sec03-timing__position {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 30px;
  margin-top: 11px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ea650d;
}

.sec03-timing__right {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 71.02%;
  margin-left: 11px;
  padding: 20px;
  border-radius: 5px;
}

.sec03-timing__list {
  position: relative;
  padding-left: 42px;
  font-size: 1.3rem;
  line-height: 1.76;
}

.sec03-timing__list + .sec03-timing__list {
  margin-top: 22px;
}

.sec03-timing__list:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/doctor/img/icon_check.png) center/100% auto no-repeat;
  position: absolute;
  top: 1.144rem;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}

.flow__inner {
  position: relative;
  padding-bottom: 73px;
}

.flow__main {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.step {
  width: 100%;
}

.step-arrow {
  display: block;
  position: relative;
  width: 10px;
  margin: 25px auto 24px;
  transform: rotate(90deg);
}

.step__num {
  font-size: 1.2rem;
  color: #ea650d;
  text-align: center;
}

.step__fig {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 120px;
  height: 120px;
  margin: 8px auto 0;
  border: 1px solid #ea650d;
  border-radius: 50%;
}

.step__img {
  display: block;
  height: auto;
}

.step__img--01 {
  width: 57.5px;
}

.step__img--02 {
  width: 79px;
}

.step__img--03 {
  width: 76px;
}

.step__img--04 {
  width: 90px;
}

.step__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f7f6f5;
  width: 210px;
  height: 70px;
  margin: 16px auto 0;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ea650d;
  text-align: center;
}

.step__txt {
  margin-top: 15px;
  line-height: 1.53;
  text-align: center;
}

.qa__inner {
  position: relative;
  padding: 48px 0 35px;
}

.qa__main {
  margin-top: 33px;
}

.qa__item {
  padding: 23px 0 27px;
}

.qa__item + .qa__item {
  border-top: 2px solid #fff;
}

.question.is-active .question__img {
  transform: rotate(180deg);
}

.question__inner {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 33px;
  height: 33px;
  margin-right: 37px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #ea650d;
}

.question__txt {
  width: 60.51%;
  font-weight: 700;
}

.question__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  width: 33px;
  height: 33px;
  margin-left: auto;
  border-radius: 50%;
}

.question__img {
  display: block;
  width: 16px;
  transition: transform 0.3s ease;
}

.answer {
  display: none;
}

.answer.is-active {
  display: block;
}

.answer__inner {
  display: flex;
  align-items: flex-start;
  margin-left: 68px;
  padding-top: 17px;
}

.answer__icon {
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ea650d;
}

.answer__notice {
  margin-top: 0.8em;
  font-size: 1.1rem;
  line-height: 1.54;
}

.answer__txt {
  font-size: 1.2rem;
  line-height: 1.58;
}

.info__inner {
  padding: 72px 0;
}

.info__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info__name {
  font-size: 1.3rem;
}

.info__tel {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.info__period {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.66;
  color: #414141;
  text-align: center;
}

.info__text {
  margin-top: 23px;
  font-size: 1.3rem;
  line-height: 1.61;
  color: #414141;
}

.ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.73;
  color: #000;
  text-align: center;
}

.ttl--l {
  font-size: 1.6rem;
  line-height: 1.62;
}

.ttl--orange {
  font-size: 1.8rem;
  color: #ea650d;
}

.ttl--border {
  padding-bottom: 22px;
  border-bottom: 2px solid #ea650d;
}

.sec--background {
  position: relative;
  z-index: 1;
}

.sec--background:before {
  content: "";
  background: #f7f6f5;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 48px 0 77.5px;
  z-index: 2;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 54px;
  border-radius: 10px;
  transition: transform 0.3s linear;
}

.btn__txt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  text-align: center;
  transition: transform 0.3s linear;
  z-index: 2;
}

.btn img {
  transition: transform 0.3s linear;
}

.btn:before {
  content: "";
  background: #5b9853;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
}

.btn:after {
  content: "";
  background: #96b439;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: top 0.3s linear;
  transition: transform 0.3s linear;
  z-index: 1;
}

.btn:not(:first-of-type) {
  margin-top: 21px;
}

.btn:hover {
  text-decoration: none;
}

.btn:hover:after {
  transform: translateY(7px);
}

.btn:hover .btn__txt, .btn:hover img {
  transform: translateY(7px);
}

.btn--orange:before {
  background: #e64415;
}

.btn--orange:after {
  background: #ee7f00;
}

.notice {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #666;
}

.notice:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.kv__pic {
  display: block;
  width: 91.68%;
  margin: 0 auto;
}

.kv + .btns {
  margin: 40px auto 77px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  button {
    cursor: pointer;
  }
  .br--sp::before {
    content: "";
    white-space: normal;
  }
  .br--md::before {
    content: "\A";
    white-space: pre;
  }
  .footer__inner {
    max-width: calc(940px + 8.33%);
    margin: 0 auto;
  }
  .footer__inner {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
  }
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
  .container__inner {
    max-width: calc(940px + 8.33%);
    margin: 0 auto;
  }
  .hidden-pc {
    display: none;
  }
  .sec01__ttl {
    font-size: 3.0rem;
    line-height: 1.8;
  }
  .sec01__ttl--orange {
    font-size: 3.4rem;
  }
  .sec01-problem__inner {
    width: 660px;
    margin-top: 48px;
    padding: 48px 40px 26px;
    border-width: 3px;
    border-radius: 10px;
  }
  .sec01-problem__lead {
    font-size: 2.2rem;
    line-height: 1.81;
  }
  .sec01-problem__txt {
    margin-top: 36px;
    font-size: 1.6rem;
  }
  .sec01-problem__arrow {
    width: 30px;
  }
  .sec02__inner {
    margin-top: 143px !important;
    padding: 64px 0;
  }
  .sec02-predict__inner {
    margin-top: 64px;
  }
  .sec02-predict__notice {
    margin-top: 15px;
  }
  .sec02-calc__ttl {
    width: 500px;
    height: 70px;
    margin-top: 47px;
    border-radius: 10px;
    font-size: 2.0rem;
  }
  .sec02-calc__arrow {
    width: 25px;
    margin-top: 14px;
  }
  .sec02-calc__main {
    margin-top: 42px;
  }
  .sec02-calc__notice {
    margin-top: 15px;
  }
  .sec02-possibility__inner {
    margin-top: 66px;
    padding-top: 64px;
  }
  .sec02-possibility__head {
    height: 134px;
    border-radius: 10px;
  }
  .sec02-possibility__ttl {
    font-size: 1.8rem;
    line-height: 1.72;
  }
  .sec02-possibility__ttl--orange {
    font-size: 2.2rem;
  }
  .sec02-possibility__label {
    width: 444px;
    margin-top: 30px;
    padding: 6px 20px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .sec02-possibility__label:before {
    border-width: 12px 10.5px 0 10.5px;
  }
  .sec02-possibility__main {
    margin-top: 19px;
  }
  .sec02-possibility__item {
    width: calc(50% - 10px);
    padding: 0 10px 22px;
    border-radius: 10px;
  }
  .sec02-possibility__case {
    height: 116px;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 1.62;
  }
  .sec03__inner {
    padding: 64px 0;
  }
  .sec03-plan__ttl {
    width: 460px;
    height: 40px;
    margin-top: 64px;
    font-size: 1.6rem;
  }
  .sec03-plan__ttl--orange {
    font-size: 2.0rem;
  }
  .sec03-plan__ttl--l {
    font-size: 1.8rem;
    color: #000;
  }
  .sec03-plan__main {
    margin-top: 48px;
  }
  .sec03-plan__head {
    flex-direction: row;
    align-items: flex-end;
  }
  .sec03-plan__tag {
    width: 180px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    font-size: 2.4rem;
  }
  .sec03-plan__conditions {
    margin: 0 0 7px 16px;
    line-height: 1.5;
  }
  .sec03-plan__notice {
    margin-bottom: 7px;
  }
  .sec03-plan__fig {
    margin-top: 0;
    padding: 15px 15px 26px;
    border-width: 3px;
    border-radius: 0 10px 10px 10px;
  }
  .sec03-other__inner {
    margin-top: 64px;
    padding-top: 62px;
  }
  .sec03-other__ttl {
    font-size: 1.8rem;
  }
  .sec03-other__main {
    margin-top: 25px;
    padding: 35px 30px;
    border-radius: 10px;
  }
  .sec03-other__list {
    padding-left: 42px;
    font-size: 1.6rem;
    line-height: 3;
  }
  .sec03-other__list + .sec03-other__list {
    margin-top: 0;
  }
  .sec03-other__list:before {
    top: 2.4rem;
    width: 22px;
    height: 22px;
  }
  .sec03-timing__inner {
    margin-top: 64px;
    padding-top: 62px;
  }
  .sec03-timing__ttl {
    font-size: 1.8rem;
  }
  .sec03-timing__blc {
    align-items: stretch;
  }
  .sec03-timing__blc + .sec03-timing__blc {
    margin-top: 48px;
  }
  .sec03-timing__fig {
    width: 140px;
    height: 140px;
  }
  .sec03-timing__img {
    width: 89px;
  }
  .sec03-timing__position {
    height: 46px;
    margin-top: 16px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .sec03-timing__right {
    width: 73.84%;
    margin-left: 0;
    padding: 10px 26px;
    border-radius: 10px;
  }
  .sec03-timing__list {
    padding-left: 42px;
    font-size: 1.6rem;
    line-height: 3;
  }
  .sec03-timing__list + .sec03-timing__list {
    margin-top: 0;
  }
  .sec03-timing__list:before {
    top: 2.4rem;
    width: 22px;
    height: 22px;
  }
  .flow__inner {
    margin: 0 auto;
    padding-bottom: 127px;
  }
  .flow__ttl {
    max-width: 660px;
    margin: 0 auto;
  }
  .flow__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
  }
  .step {
    width: calc(25% - (20px * 3 / 4));
  }
  .step-arrow {
    width: 19px;
    margin: 105px 0 0;
    transform: none;
  }
  .step__num {
    font-size: 2rem;
  }
  .step__fig {
    width: 140px;
    height: 140px;
    margin-top: 15px;
  }
  .step__img--01 {
    width: 69px;
  }
  .step__img--02 {
    width: 88px;
  }
  .step__img--03 {
    width: 88px;
  }
  .step__img--04 {
    width: 105px;
  }
  .step__ttl {
    width: 100%;
    height: 64px;
    max-width: 220px;
    padding: 12px 5px;
    border-radius: 10px;
    font-size: 1.3rem;
    font-size: clamp(12px, calc( 12px + 4 * (100vw - 768px) / 512), 16px);
    line-height: 1.5;
  }
  .step__txt {
    margin-top: 18px;
    line-height: 1.75;
    text-align: left;
  }
  .qa__inner {
    padding: 63px 0 52px;
  }
  .qa__main {
    margin-top: 62px;
  }
  .qa__item {
    padding: 30px 0;
  }
  .qa__item + .qa__item {
    border-bottom-width: 3px;
  }
  .question__icon {
    width: 44px;
    height: 44px;
    margin-right: 15px;
    font-size: 2.6rem;
  }
  .question__txt {
    width: auto;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .question__arrow {
    width: 40px;
    height: 40px;
  }
  .question__img {
    width: 22px;
  }
  .answer__inner {
    margin-left: 55px;
    padding-top: 20px;
  }
  .answer__icon {
    font-size: 1.8rem;
  }
  .answer__notice {
    margin-top: 1.6em;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .answer__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .info__inner {
    padding: 127px 0 64px;
  }
  .info__head {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .info__name {
    font-size: 1.8rem;
    line-height: 1.11;
  }
  .info__tel {
    font-size: 1.8rem;
    line-height: 1.11;
  }
  .info__num {
    font-size: 2.4rem;
  }
  .info__period {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .info__text {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: center;
  }
  .sec__inner {
    max-width: 660px;
    margin: 0 auto;
  }
  .ttl {
    font-size: 2.6rem;
    line-height: 1.76;
  }
  .ttl--l {
    font-size: 3.2rem;
    line-height: 1.43;
  }
  .ttl--orange {
    font-size: 3.2rem;
  }
  .ttl--border {
    padding-bottom: 30px;
    border-width: 3px;
  }
  .btns {
    flex-direction: row;
    margin: 96px 0 136px;
  }
  .btn {
    width: 320px;
    height: 88px;
  }
  .btn__txt {
    font-size: 2.2rem;
    line-height: 1.36;
  }
  .btn:not(:first-of-type) {
    margin-top: 0;
    margin-left: 20px;
  }
  .notice {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .kv__pic {
    max-width: 1280px;
  }
  .kv + .btns {
    margin: 64px auto 128px;
  }
}

@media screen and (min-width: 940px) {
  .step__ttl {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: main) {
  .br--main::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: large) {
  .br--large::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: xlarge) {
  .br--xlarge::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 960px) {
  header .inner, .header-short .inner {
    max-width: 767px;
  }
  header .main-menu {
    margin: 0 -10px;
  }
  header .main-menu > li {
    padding: 0 10px;
    font-size: 90%;
  }
  header .menu-list {
    width: calc(100% + 20px);
    padding: 20px 10px;
  }
  .pbHeaderArea .pbBlockNavigation {
    max-width: 767px;
  }
}

@media screen and (max-width: 767px) {
  header {
    margin-bottom: 20px;
    overflow: visible;
  }
  header .inner {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
  header .inner, .header-short .inner {
    max-width: 400px;
  }
  .header-simple .inner {
    padding-bottom: 20px;
  }
  header .logo a {
    background: url(https://www.nnlife.co.jp/library/common/images/header_logo-mobile.png) no-repeat;
    width: 72px;
    height: 40px;
  }
  header .descriptor {
    margin: 0 0 0 8px;
  }
  header .nav-btn {
    display: block;
  }
  header .nav {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: fixed;
    top: 0;
    right: -250px;
    width: 230px;
    height: 100vh !important;
    margin: 0;
    padding: 80px 20px 150px;
    overflow: auto;
    transition: all .5s;
    -webkit-overflow-scrolling: touch;
  }
  .pbPage--open header .nav {
    right: 0;
  }
  header .main-menu {
    display: block;
    margin: 0;
  }
  header .main-menu > li {
    height: auto;
    margin-top: 30px;
    padding: 0;
    font-size: 100%;
  }
  header .main-menu > li > a {
    display: inline-block;
    color: #414141 !important;
  }
  header .menu-list {
    display: none;
  }
  header .service-navigation {
    display: block;
    position: static;
    margin-top: 20px;
  }
  header .service-navigation ul {
    position: absolute;
    top: 35px;
    left: 13px;
  }
  header .service-navigation li {
    margin: 0 7px;
  }
  header .service-navigation li a {
    color: #666;
  }
  header .search-box-wrapper, header .search-box-wrapper.open {
    width: 100%;
    margin: 0;
    border: 1px solid #e5ded9;
  }
  header .search-box-wrapper input[type=text] {
    font-size: 16px;
  }
  header .background {
    display: none;
    position: fixed;
    top: 0;
    left: -250px;
    width: 100vw;
    height: 100vh !important;
    transition: all .5s;
    z-index: 1;
  }
  .pbPage--open header .background {
    display: block;
  }
  .pbHeaderArea .pbBlockNavigation {
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 20px auto 7px;
  }
  .hidden-sp {
    display: none;
  }
}

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