@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;
}

/*
 * width
 */
/*
 * color
 */
/*
 * 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;
  /*
  &: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 {
  position: relative;
}

.footer__inner {
  position: relative;
  padding: 24px 22px;
  font-size: 1.1rem;
  line-height: 1;
  color: #414141;
  text-align: center;
}

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

main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: .025em;
  font-feature-settings: "palt";
}

.container {
  padding: 0 4.165%;
}

.container__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.kv__inner {
  position: relative;
  width: 100%;
  height: 90.88vw;
  margin-bottom: 104px;
}

.kv__inner:before {
  content: "";
  background: #f7f6f5;
  position: absolute;
  width: 100%;
  height: calc(100% + 128px / 2);
  z-index: 1;
}

.kv__default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.kv__fig {
  background: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_01.png) center/contain no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 90.74%;
  z-index: 2;
}

.kv__fig.banner-a1 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_01.png);
}

.kv__fig.banner-a2 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_02.png);
}

.kv__fig.banner-c1, .kv__fig.banner-c1-2 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_05.png);
}

.kv__fig.banner-c2 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_06.png);
}

.kv__fig.banner-d1 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_04.png);
}

.kv__fig.banner-e1 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_07.png);
}

.kv__fig.banner-f1 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_08.png);
}

.kv__fig.banner-g1 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_sp_09.png);
}

.kv__btn {
  display: none;
  background: #ea650d;
  position: absolute;
  bottom: 52vw;
  right: 50%;
  width: 300px;
  padding: 5px 13px;
  border-radius: 5px;
  transform: translateX(50%);
  transition: background 0.25s ease;
  z-index: 2;
}

.kv__btn:hover {
  background: #e64415;
  text-decoration: none;
}

.kv__btn.active-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kv__btn-txt {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.36;
  color: #fff;
  text-align: center;
}

.kv__btn-txt--bold {
  font-size: 1.3rem;
  text-align: center;
}

.kv__arrow {
  width: 7.5px;
}

.kv__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sec01__inner {
  position: relative;
  padding: 48px 0 54px;
  z-index: 2;
}

.sec01__ttl {
  margin-bottom: 31.5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  color: #ea650d;
  text-align: center;
}

.sec01__blc--01 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.sec01__blc--01:before {
  content: "";
  background: url(../img/img_sec01_border.png) center/contain repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sec01__blc--02 .ttl {
  border-bottom: none;
}

.sec01__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sec01__movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.sec01 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sec01__sub-ttl {
  margin: 24px 0 18px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ea650d;
}

.sec01__txt {
  font-size: 1.3rem;
  line-height: 1.77;
}

.sec01__btn.btn {
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 16px;
}

.sec01__arrow {
  position: relative;
  width: 7.5px;
  z-index: 3;
}

.sec02__inner {
  position: relative;
  padding: 32px 0 47px;
}

.sec02__txt {
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1.77;
}

.sec02__notice {
  font-size: 1rem;
  color: #666;
  text-align: right;
}

.sec02__summarize {
  background: #fff;
  width: 100%;
  margin: 48px 0 22.5px;
  padding: 29px 0;
  border: 1px solid #ea650d;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ea650d;
  text-align: center;
}

.sec02__summarize--big {
  font-size: 2rem;
}

.sec02__question {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 1.3rem;
}

.sec02__question:before {
  content: "Q.";
  position: absolute;
  top: 11px;
  left: 0;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ea650d;
  transform: translateY(-50%);
}

.sec03__inner {
  position: relative;
  padding: 48px 0;
  z-index: 1;
}

.sec03__head {
  margin-bottom: 32px;
}

.sec03__head-link:hover {
  text-decoration: none !important;
}

.sec03__head-link:hover .sec03__ttl--sub {
  border-bottom: 1px solid #000;
}

.sec03__head-link:hover .sec03__ttl--main {
  border-bottom: 1px solid #ea650d;
}

.sec03__ttl {
  font-weight: 700;
  line-height: 1;
}

.sec03__ttl--sub {
  display: inline-block;
  font-size: 1.3rem;
  color: initial;
}

.sec03__ttl--main {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #ea650d;
}

.sec03__fig {
  width: 100%;
}

.sec03__item {
  padding-left: 28.5px;
}

.sec03__item:not(:last-of-type) {
  margin-bottom: 26px;
}

.sec03__link {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.77;
  transition: all 0.25s ease;
}

.sec03__link:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/supporters/img/icon_sec03.png) center/contain no-repeat;
  position: absolute;
  top: 8px;
  left: -12px;
  width: 16px;
  height: 16px;
  transform: translate(-100%, -50%);
}

.sec03__link:hover {
  border-bottom: 1px solid black;
  text-decoration: none !important;
}

.sec05__notice {
  margin-top: 55px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sec05__inner {
  position: relative;
  padding: 46.5px 0 48px;
}

.sec05__ttl {
  margin-bottom: 32px;
}

.sec05__line {
  margin: 48px 0;
}

.point__ttl {
  font-weight: 700;
}

.point--03 .point-label__ttl {
  line-height: 1.44;
}

.point__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 700;
}

.point__label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 168px;
  margin-bottom: 24px;
  padding: 15px 0;
  border-radius: 10px;
  line-height: 1;
  color: #ea650d;
}

.point-label__img {
  margin-right: 12px;
}

.point-label__txt {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.point-label__ttl {
  font-weight: 700;
}

.point__ttl {
  font-size: 1.5rem;
  line-height: 1.73;
  color: #ea650d;
  text-align: center;
}

.point__ttl--big {
  font-size: 1.8rem;
}

.point__ttl--exception {
  letter-spacing: 0;
  white-space: nowrap;
}

.point__txt {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}

.point__txt:not(:last-of-type) {
  margin-bottom: 1em;
}

.point__txt--orange {
  color: #ea650d;
}

.point__txt:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/supporters/img/icon_point_check.png) center/contain no-repeat;
  position: absolute;
  top: 11px;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}

.point__choices {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  border: 1px solid #ea650d;
  border-radius: 5px;
}

.point__choices:first-of-type {
  margin: 18px 0 8px;
}

.point-choices__ttl {
  width: 101px;
  font-size: 1.3rem;
  line-height: 1.38;
  color: #ea650d;
  text-align: center;
}

.point-choices__txt {
  font-size: 1.2rem;
}

.plan {
  position: relative;
}

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

.plan__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea650d;
  width: 110px;
  height: 29.5px;
  margin-bottom: 8px;
  border-radius: 10px;
}

.plan__ttl--letter {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

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

.plan__conditions {
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.33;
}

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

.plan__main {
  background: #fff;
  padding: 24px 22.5px 22.5px 24px;
  border: 3px solid #ea650d;
  border-radius: 10px;
}

.sec07 {
  position: relative;
}

.sec07__inner {
  position: relative;
  padding: 47.5px 0;
}

.sec07__txt {
  margin-bottom: 23.5px;
}

.sec07__blc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

.sec07__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  width: calc(50% - (32px / 4));
  height: 100px;
  border-radius: 10px;
}

.sec07__item:nth-of-type(1), .sec07__item:nth-of-type(2) {
  margin-bottom: 17.5px;
}

.sec07__btn {
  margin: 0 auto;
}

.service--01 .service__fig {
  width: 40.5px;
  margin-bottom: 6.5px;
}

.service--02 .service__fig {
  width: 52.5px;
  margin-bottom: 7.5px;
}

.service--03 .service__fig {
  width: 45px;
  margin-bottom: 9px;
}

.service--04 .service__fig {
  width: 53px;
  margin-bottom: 8.5px;
}

.service__fig {
  display: block;
  margin: 0 auto;
}

.service__txt {
  font-weight: 700;
  line-height: 1.23;
  color: #ea650d;
  text-align: center;
}

.sec09__inner {
  position: relative;
  padding: 47px 0;
}

.sec09__blc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec09__item {
  width: 100%;
}

.sec09__item:not(:last-of-type) {
  margin-bottom: 50px;
}

.sec09__arrow {
  position: relative;
  margin-bottom: 48px;
}

.sec09__arrow:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/supporters/img/icon_step_arrow.png) center/contain no-repeat;
  position: absolute;
  left: 50%;
  width: 10px;
  height: 19.5px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.step__sub-ttl {
  margin-bottom: 8px;
  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: 0 auto 16px;
  border: 1px solid #ea650d;
  border-radius: 50%;
}

.step__img {
  height: auto;
}

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

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

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

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

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

.step__txt {
  text-align: center;
}

.sec11__inner {
  position: relative;
  padding: 48px 0 8.5px;
}

.sec11__ttl.ttl {
  margin-bottom: 8px;
}

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

.sec11__item:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}

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

.sec11__answer {
  display: flex;
  align-items: flex-start;
  max-height: 0;
  margin-left: 68.5px;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.sec11__answer.is-active {
  max-height: 500px;
  visibility: visible;
  transition: all 0.5s linear;
  opacity: 1;
}

.question.is-active-trigger .question__arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.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 {
  background: #fff;
  position: relative;
  width: 33px;
  height: 33px;
  margin-left: auto;
  border-radius: 50%;
}

.question__arrow:before {
  content: "";
  background: url(https://www.nnlife.co.jp/library/supporters/img/icon_faq_arrow.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 9px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

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

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

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

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

.sec12__inner {
  margin: 72px 0;
  padding: 47.5px 11% 53.5px;
  border: 2px solid #ea650d;
  border-radius: 10px;
}

.sec12__ttl {
  margin-bottom: 31.5px;
  padding-bottom: 0;
  border-bottom: none;
}

.sec12__txt {
  margin: 14px 0 32.5px;
  text-align: center;
}

.sec12 img.sec12__img {
  width: 100%;
}

.sec12 a.btn {
  justify-content: space-between;
  padding: 0 16px 0 8px;
}

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

.sec12 .btn .btn__txt:last-of-type {
  font-size: 1.3rem;
}

.sec12__icon {
  position: relative;
  width: 27px;
  z-index: 3;
}

.sec12__arrow {
  position: relative;
  width: 7.5px;
  z-index: 3;
}

.sec13__inner {
  margin-bottom: 71.5px;
  text-align: center;
}

.sec13__ttl {
  margin-bottom: 14px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ea650d;
}

.sec13__head {
  margin-bottom: 15px;
  font-weight: 700;
  color: #414141;
}

.sec13__notice {
  margin-bottom: 22.5px;
  font-size: 1.2rem;
  line-height: 1.66;
  color: #414141;
}

.sec13__txt {
  width: 76.42%;
  margin: 0 auto;
  line-height: 1.61;
  color: #414141;
  text-align: left;
}

.sec15__ttl.ttl {
  margin-bottom: 13px;
  border: none;
}

.sec15__item {
  padding-bottom: 20px;
}

.sec15__item.sec-background:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: calc(100% + 12px);
  border: 2px #f7f6f5;
  border-style: solid none;
  transform: translate(-50%, -50%);
}

.sec15__item.sec-background .sec15-head__num {
  background: #fff;
}

.sec15__head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 44px 0 24px;
  cursor: pointer;
  z-index: 1;
}

.sec15-head__num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f6f5;
  width: 40px;
  height: 40px;
  margin-right: 12.5px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ea650d;
}

.sec15-head__txt {
  font-weight: 700;
}

.sec15-head__txt--bold {
  font-size: 1.8rem;
}

.sec15-head.is-active-trigger .sec15-head__arrow {
  transform: rotate(-180deg);
}

.sec15-head__arrow {
  width: 16px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.sec15__bottom {
  position: relative;
  max-height: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.sec15__bottom.is-active {
  max-height: 1000px;
  visibility: visible;
  transition: all 0.5s linear;
  opacity: 1;
}

.sec15-bottom__inner {
  padding: 23px 0 28px;
  border-top: 3px solid #ea650d;
}

.sec15-bottom__inner--05 {
  padding-bottom: 34px;
}

.sec15__notice {
  margin-top: 17px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}

.sec15-form__ttl {
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #666;
  text-align: right;
}

.sec15-form__blc {
  display: flex;
  align-items: stretch;
  background: #fff;
  margin-bottom: 14px;
  border: 1px solid #ea650d;
  border-radius: 5px;
}

.sec15-form__item {
  width: calc(100% / 3);
  font-weight: 700;
  text-align: center;
}

.sec15-form__item:not(:last-of-type) {
  border-right: 1px solid #ea650d;
}

.sec15-form__head {
  padding: 10px 0;
  border-bottom: 1px solid #ea650d;
  line-height: 1;
  color: #ea650d;
}

.sec15-form__bottom {
  padding: 10px 0;
  line-height: 1;
}

.sec15-form__notice {
  position: relative;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.45;
}

.sec15-form__notice:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.sec06--employee .sec06__inner {
  margin-top: 24px;
}

.employee .employee-interview__movie iframe {
  position: relative;
  width: 100%;
  height: 52vw;
  margin-bottom: 0;
}

.employee .employee-interview__btn {
  width: 150px;
  height: 40px;
  margin: 32px auto 0;
}

.employee .employee-interview__btn .btn__txt {
  font-size: 1.3rem;
}

.employee-sec__inner {
  position: relative;
  padding: 48px 0;
  z-index: 2;
}

.employee-sec__faq {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 36.5px 0 31px;
  padding: 23px 10px;
  border: 1px solid #ea650d;
  border-radius: 5px;
  font-weight: 700;
}

.employee-sec__question {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3rem;
  line-height: 1.92;
}

.employee-sec__question:before {
  content: "Q. ";
  position: absolute;
  top: 0;
  left: 0;
  color: #ea650d;
}

.employee-sec__sub-ttl {
  margin-bottom: 16.5px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.employee-sec__graph {
  background: center / contain no-repeat;
}

.employee-sec__graph--01 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/img_employee_graph_01_sp.png);
  width: 92.6%;
  margin-left: auto;
  padding-bottom: 112%;
}

.employee-sec__graph--02 {
  background-image: url(https://www.nnlife.co.jp/library/supporters/img/img_employee_graph_02_sp.png);
  width: 100%;
  margin-bottom: 23px;
  padding-bottom: 58.43%;
}

.employee-sec__notice {
  font-size: 1.1rem;
  line-height: 1.13;
  color: #666;
}

.employee-sec__notice--01 {
  margin-top: 32.5px;
  margin-bottom: 47.5px;
  text-align: center;
}

.ttl {
  margin-bottom: 24px;
  padding-bottom: 22.5px;
  border-bottom: 2px solid #ea650d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.025em;
  color: inherit;
  text-align: center;
}

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

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 48px;
}

.tabs:before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}

.tab {
  position: relative;
  padding: 15px 20px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69;
  letter-spacing: 0.025em;
  color: #999;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.tab.active-tab {
  color: #ea650d;
}

.tab.active-tab:before, .tab.active-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}

.tab.active-tab:before {
  background: #ea650d;
  width: 100%;
  height: 2.5px;
  transform: translateX(-50%);
}

.tab.active-tab:after {
  width: 0;
  height: 0;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #ea650d transparent transparent transparent;
  transform: translate(-50%, 100%);
}

.tab-line {
  background: #999;
  position: relative;
  width: 2px;
  height: 36px;
  margin: 0 16px;
  z-index: 1;
}

.line {
  position: relative;
  width: 100%;
  height: 1px;
}

.line:before {
  content: "";
  background-image: linear-gradient(to right, #ea650d, #ea650d 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  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: 15px;
}

.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;
}

.sec-background {
  position: relative;
}

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

.active-blc {
  display: block !important;
}

.executive, .employee {
  display: none;
}

.sec00__inner {
  margin-bottom: 72.5px;
}

.sec00__ttl {
  margin-bottom: 32px;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.sec00 .btns {
  margin-top: 30px;
}

.sec04__inner {
  margin: 72.5px 0;
}

.sec06__inner {
  margin: 72px 0;
}

.sec08__inner {
  margin: 25.5px 0 78px;
  padding-top: 46.5px;
}

.sec08__txt {
  margin-bottom: 38.5px;
}

.sec10__inner {
  margin: 24px 0 67.5px;
}

.sec10__ttl {
  border: none;
}

.sec14__inner {
  margin: 0 0 72px;
}

.sec16__inner {
  margin-bottom: 72px;
}

.sec16__sub-ttl {
  margin-bottom: 9px;
  font-size: 1.1rem;
}

.sec17__inner {
  margin-bottom: 78px;
}

.sec17__ttl {
  margin-bottom: 12px;
  border: none;
}

.sec18__inner {
  margin-bottom: 72px;
}

.sec18__txt {
  margin-bottom: 39px;
}

@media screen and (min-width: 500px) {
  .tab {
    padding: 15px 33px 10px;
  }
}

@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: 1280px;
    margin: 0 auto 15px;
    padding: 18px 0;
    font-size: 1.2rem;
    line-height: floor-decimal(1.83333, 2);
    text-align: right;
  }
  main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .hidden-pc {
    display: none;
  }
  .kv__inner {
    height: auto;
    margin-bottom: 0;
  }
  .kv__inner:before {
    content: none;
  }
  .kv__fig {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_01.png);
    padding-bottom: 28.74%;
  }
  .kv__fig.banner-a1 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_01.png);
  }
  .kv__fig.banner-a2 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_02.png);
  }
  .kv__fig.banner-c1, .kv__fig.banner-c1-2 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_05.png);
  }
  .kv__fig.banner-c2 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_06.png);
  }
  .kv__fig.banner-d1 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_04.png);
  }
  .kv__fig.banner-e1 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_07.png);
  }
  .kv__fig.banner-f1 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_08.png);
  }
  .kv__fig.banner-g1 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/bg_kv_pc_09.png);
  }
  .kv__btn {
    bottom: 18px;
    right: 3.9vw;
    width: auto;
    padding: 10px 16px;
    border-radius: 10px;
    transform: none;
  }
  .kv__btn-txt {
    display: flex;
    align-items: flex-end;
    font-size: 1.3rem;
    line-height: 1;
  }
  .kv__btn-txt--bold {
    font-size: 1.7rem;
  }
  .kv__arrow {
    width: 10px;
    margin-left: 8px;
  }
  .sec01__inner {
    max-width: 660px;
    margin: 136px auto 64px;
    padding: 64px 0 72px;
  }
  .sec01__ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.9;
  }
  .sec01__blc--01 {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .sec01__item {
    width: 500px;
  }
  .sec01__movie {
    height: 282px;
    padding-bottom: 0;
  }
  .sec01__sub-ttl {
    margin: 32px 0 24px;
    font-size: 2.4rem;
  }
  .sec01__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec01__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec01__arrow {
    width: 10px;
  }
  .sec02__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .sec02__txt {
    margin-bottom: 46px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec02__notice {
    font-size: 1.4rem;
  }
  .sec02__summarize {
    width: auto;
    margin: 32px 0 30px;
    padding: 42px 20px 35px;
    border-radius: 10px;
    font-size: 2.2rem;
    line-height: 1.73;
  }
  .sec02__summarize--big {
    font-size: 3rem;
  }
  .sec02__question {
    margin-bottom: 48px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .sec02__question:before {
    top: 14px;
    padding-right: 10px;
    font-size: 1.8rem;
  }
  .sec03__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .sec03__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
  }
  .sec03__ttl--sub {
    font-size: 1.6rem;
  }
  .sec03__ttl--main {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .sec03__fig {
    width: 51.5%;
  }
  .sec03__item {
    padding-left: 38px;
  }
  .sec03__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .sec03__link {
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec03__link:before {
    top: 10px;
    left: -16px;
    width: 22px;
    height: 22px;
  }
  .sec05__notice {
    margin-top: 64px;
    line-height: 1.5;
  }
  .sec05__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .sec05__ttl {
    margin-bottom: 64px;
  }
  .sec05__line {
    margin: 64px 0;
  }
  .point--01 .point__blc {
    padding-left: 58px;
  }
  .point--03 .point-label__ttl {
    font-size: 1.8rem;
  }
  .point--03 .point__blc {
    padding-left: 100px;
  }
  .point__head {
    flex-direction: row;
    margin-bottom: 48px;
  }
  .point__label {
    width: 210px;
    margin-bottom: 0;
    margin-right: 28px;
    padding: 22px 0;
  }
  .point-label__txt {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .point-label__ttl {
    font-size: 2.4rem;
  }
  .point__ttl {
    font-size: 2.4rem;
    line-height: 2;
    text-align: left;
  }
  .point__ttl--big {
    font-size: 2.8rem;
  }
  .point__txt {
    padding-left: 42px;
    line-height: 3;
  }
  .point__txt:before {
    top: 24px;
    width: 22px;
    height: 22px;
  }
  .point__choices {
    width: 460px;
    border-radius: 10px;
  }
  .point__choices:first-of-type {
    margin: 16px 0 8px;
  }
  .point-choices__ttl {
    width: 216px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .point-choices__txt {
    font-size: 1.3rem;
  }
  .plan__head {
    flex-direction: row;
    align-items: flex-end;
  }
  .plan__ttl {
    width: 180px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 16px;
    border-radius: 10px 10px 0 0;
  }
  .plan__ttl--letter {
    margin-top: 9px;
    font-size: 2.4rem;
  }
  .plan__conditions {
    margin-bottom: 7px;
    line-height: 1.5;
  }
  .plan__notice {
    margin-bottom: 7px;
  }
  .plan__main {
    padding: 15px 15px 26px;
    border-radius: 0 10px 10px 10px;
  }
  .sec07__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .sec07__txt {
    margin-bottom: 49px;
  }
  .sec07__blc {
    flex-wrap: nowrap;
    margin-bottom: 49px;
  }
  .sec07__item {
    width: calc(25% - (16px * 3 / 4));
    height: auto;
    padding: 20px 0;
  }
  .sec07__item:nth-of-type(1), .sec07__item:nth-of-type(2) {
    margin-bottom: 0;
  }
  .service--01 .service__fig {
    width: 48px;
    margin-bottom: 12px;
  }
  .service--02 .service__fig {
    width: 59px;
    margin-bottom: 14px;
  }
  .service--03 .service__fig {
    width: 52px;
    margin-bottom: 19px;
  }
  .service--04 .service__fig {
    width: 62px;
    margin-bottom: 16px;
  }
  .service__txt {
    line-height: 1.5;
  }
  .sec09__inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 130px 0;
  }
  .sec09__ttl {
    max-width: 660px;
    margin: 0 auto 64px;
  }
  .sec09__blc {
    flex-direction: row;
  }
  .sec09__item {
    width: calc(25% - (20px * 3 / 4));
  }
  .sec09__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .sec09__arrow {
    width: 20px;
    margin-bottom: 0;
  }
  .sec09__arrow:before {
    top: 113px;
    width: 100%;
    height: 39px;
    transform: translate(-50%, -50%);
  }
  .step__sub-ttl {
    margin-bottom: 3px;
    font-size: 2rem;
  }
  .step__fig {
    width: 140px;
    height: 140px;
  }
  .step__img--01 {
    width: 69px;
  }
  .step__img--02 {
    width: 88px;
  }
  .step__img--03 {
    width: 88px;
  }
  .step__img--04 {
    width: 105px;
  }
  .step__ttl {
    height: 64px;
    margin-bottom: 17px;
    padding: 12px 5px;
    border-radius: 10px;
    line-height: 1.5;
  }
  .step__txt {
    line-height: 1.75;
    text-align: left;
  }
  .sec11__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 63px 0 22px;
  }
  .sec11__ttl.ttl {
    margin-bottom: 33px;
    font-size: 3.2rem;
  }
  .sec11__item {
    padding: 30px 0;
  }
  .sec11__item:not(:last-of-type) {
    border-bottom-width: 3px;
  }
  .sec11__answer {
    margin-left: 39px;
  }
  .question__icon {
    width: 44px;
    height: 44px;
    margin-right: 15px;
    font-size: 2.6rem;
  }
  .question__txt {
    width: auto;
    line-height: 2.25;
  }
  .question__arrow {
    width: 40px;
    height: 40px;
  }
  .question__arrow:before {
    width: 22px;
    height: 12px;
  }
  .answer__icon {
    font-size: 1.8rem;
  }
  .answer__notice {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .answer__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sec12__inner {
    max-width: 940px;
    margin: 128px auto;
    padding: 64px 0;
    border-width: 4px;
  }
  .sec12__ttl {
    margin-bottom: 50px;
  }
  .sec12__blc {
    max-width: 660px;
    margin: 0 auto 48px;
  }
  .sec12__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec12__txt {
    margin: 0;
    text-align: left;
  }
  .sec12 img.sec12__img {
    flex-shrink: auto;
    width: 26.56vw;
    max-width: 340px;
  }
  .sec12 a.btn {
    padding: 0 16px;
  }
  .sec12 a.btn:not(:first-of-type) {
    margin-top: 0;
  }
  .sec12 .btn .btn__txt:last-of-type {
    font-size: 2.0rem;
  }
  .sec12__icon {
    width: 48px;
  }
  .sec12__arrow {
    width: 10px;
  }
  .sec13__inner {
    margin-bottom: 65px;
    padding: 0;
  }
  .sec13__ttl {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .sec13__head {
    margin-bottom: 18px;
    font-size: 1.8rem;
    line-height: 1.11;
  }
  .sec13__tel {
    font-size: 2.4rem;
  }
  .sec13__notice {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .sec13__txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: center;
  }
  .sec15__ttl.ttl {
    margin-bottom: 26px;
  }
  .sec15__item {
    width: 780px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .sec15__item:nth-of-type(even) {
    margin: 8px auto;
  }
  .sec15__item.sec-background:after {
    border-width: 3px;
  }
  .sec15__head {
    padding: 30px 0 32px;
  }
  .sec15-head__num {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 2.8rem;
  }
  .sec15-head__txt {
    font-size: 2.4rem;
  }
  .sec15-head__txt--bold {
    font-size: 2.8rem;
  }
  .sec15-head__arrow {
    width: 22px;
  }
  .sec15__bottom {
    margin: 0 auto;
  }
  .sec15-bottom__inner {
    padding: 44px 65px 0;
  }
  .sec15-bottom__inner--01 {
    padding-bottom: 65px;
  }
  .sec15-bottom__inner--02 {
    padding-bottom: 68px;
  }
  .sec15-bottom__inner--03 {
    padding-bottom: 64px;
  }
  .sec15-bottom__inner--04 {
    padding-bottom: 56px;
  }
  .sec15-bottom__inner--05 {
    padding-bottom: 72px;
  }
  .sec15__notice {
    width: 650px;
    margin: 37px auto 0;
    line-height: 1.5;
  }
  .sec15-form__ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .sec15-form__blc {
    border-radius: 10px;
  }
  .sec15-form__notice {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sec06--employee .sec06__inner {
    margin-top: 32px;
  }
  .employee .employee-interview .sec01-interview__ttl {
    margin-bottom: 47px;
  }
  .employee .employee-interview__movie iframe {
    height: 374px;
  }
  .employee .employee-interview__btn {
    width: 160px;
    height: 50px;
    margin: 47px auto 70px;
  }
  .employee .employee-interview__btn .btn__txt {
    margin-right: -5px;
    font-size: 1.6rem;
  }
  .employee-sec__inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .employee-sec__faq {
    margin: 63px 0 46px;
    padding: 30px;
    border-radius: 10px;
  }
  .employee-sec__question {
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
  }
  .employee-sec__question:before {
    font-size: 2.6rem;
  }
  .employee-sec__sub-ttl {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .employee-sec__graph--01 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/img_employee_graph_01_pc.png);
    width: 100%;
    height: 288px;
    margin-bottom: 65px;
    padding-bottom: 0;
  }
  .employee-sec__graph--02 {
    background-image: url(https://www.nnlife.co.jp/library/supporters/img/img_employee_graph_02_pc.png);
    height: 317px;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
  .employee-sec__notice {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .employee-sec__notice--01 {
    display: none;
    margin: 0;
  }
  .ttl {
    margin-bottom: 32px;
    padding-bottom: 24px;
    font-size: 2.6rem;
    line-height: 1.76;
    border-bottom-width: 3px;
  }
  .ttl--orange {
    font-size: 3.2rem;
  }
  .tabs {
    margin-bottom: 100px;
  }
  .tab {
    padding: 20px 40px;
    font-size: 2.2rem;
  }
  .tab.active-tab:before {
    height: 3px;
  }
  .tab.active-tab:after {
    border-width: 8px 8px 0 8px;
  }
  .tab-line {
    height: 28px;
    margin: 0 50px;
  }
  .line {
    margin: 62px 0;
  }
  .btns {
    flex-direction: row;
  }
  .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;
  }
  .sec00__inner {
    margin-bottom: 142px;
  }
  .sec00__ttl {
    margin-bottom: 45px;
    font-size: 3rem;
  }
  .sec00__ttl .ttl--orange {
    font-size: 3.4rem;
  }
  .sec00 .btns {
    margin-top: 66px;
  }
  .sec00__txt {
    max-width: 660px;
    margin: 0 auto;
  }
  .sec04__inner {
    max-width: 660px;
    margin: 130px auto;
  }
  .sec06__inner {
    margin: 100px 0 136px;
  }
  .sec08__inner {
    max-width: 660px;
    margin: 64px auto 136px;
    padding-top: 64px;
  }
  .sec08__txt {
    margin-bottom: 49px;
  }
  .sec10__inner {
    width: 780px;
    margin: 32px auto 135px;
  }
  .sec14__inner {
    margin: 63px 0 104px;
  }
  .sec16__inner {
    width: 780px;
    margin: 0 auto 128px;
  }
  .sec16__ttl {
    margin-bottom: 20px;
    border: none;
  }
  .sec16__fig {
    width: 660px;
    margin: 0 auto;
  }
  .sec16__sub-ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .sec17__inner {
    width: 780px;
    margin: 0 auto 136px;
  }
  .sec17__ttl {
    margin-bottom: 22px;
  }
  .sec18__inner {
    width: 780px;
    margin: 0 auto 136px;
  }
  .sec18__txt {
    margin-bottom: 48px;
  }
}

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

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

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

@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;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
  .point--02 .point__ttl {
    margin-bottom: 32px;
  }
  .sec13__head .br.br--sp {
    font-size: 1.6rem;
  }
}

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