@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 Chrome 57- and 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: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding 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
   ========================================================================== */
/*
 * 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: item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1015px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1016px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0000FF;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* contents */
/**************************************************/
main {
  padding-bottom: 0;
  overflow: hidden;
}

.l-page-contents {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
.l-page-contents > *:first-child {
  margin-top: 0;
}
.l-page-contents-l {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
.l-page-contents-l > *:first-child {
  margin-top: 0;
}
/**************************************************/
/* components */
/**************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight,
.-fadeinUpFull, .-fadeinDownFull, .-fadeinLeftFull, .-fadeinRightFull {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.-fadein.-inview, .-fadeinUp.-inview, .-fadeinDown.-inview, .-fadeinLeft.-inview, .-fadeinRight.-inview,
.-fadeinUpFull.-inview, .-fadeinDownFull.-inview, .-fadeinLeftFull.-inview, .-fadeinRightFull.-inview {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.-inview.-fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.-inview.-fadeinUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.-inview.-fadeinDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.-inview.-fadeinLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.-inview.-fadeinRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.-inview.-fadeinUpFull {
  -webkit-animation-name: fadeInUpFull;
          animation-name: fadeInUpFull;
}
.-inview.-fadeinDownFull {
  -webkit-animation-name: fadeInDownFull;
          animation-name: fadeInDownFull;
}
.-inview.-fadeinLeftFull {
  -webkit-animation-name: fadeInLeftFull;
          animation-name: fadeInLeftFull;
}
.-inview.-fadeinRightFull {
  -webkit-animation-name: fadeInRightFull;
          animation-name: fadeInRightFull;
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.-delay20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.-delay25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.-delay30 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.-delay35 {
  -webkit-transition-delay: 3.5s !important;
          transition-delay: 3.5s !important;
  -webkit-animation-delay: 3.5s !important;
          animation-delay: 3.5s !important;
}

.-delay40 {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

.-delay45 {
  -webkit-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
  -webkit-animation-delay: 4.5s !important;
          animation-delay: 4.5s !important;
}

.-delay50 {
  -webkit-transition-delay: 5s !important;
          transition-delay: 5s !important;
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**************************************************/
/* components - basic */
/**************************************************/
.c-notes {
  margin: 10px 0 0 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-notes {
    font-size: 0.8125rem;
    margin-top: 6px;
  }
}
.c-notes > li {
  padding-left: 2.2rem;
  position: relative;
}
.c-notes > li .-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.c-notes > li .-num {
  position: absolute;
  top: 0;
  left: 0;
}

.c-notes-b {
  margin: 10px 0 0 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-notes-b {
    font-size: 0.8125rem;
    margin-top: 6px;
  }
}
.c-notes-b > li {
  padding-left: 1em;
  text-indent: -1em;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Pages */
/**************************************************/
.mainvisual {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-inline: auto;
}
.mainvisual__visual {
  width: 100%;
  display: block;
  position: relative;
}
.mainvisual__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fixBtn {
  position: fixed;
  bottom: 20px;
  right: 100px;
  width: 15.3vw;
  max-width: 236px;
  z-index: 999;
}
@media (max-width: 1400px) {
  .fixBtn {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .fixBtn {
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .fixBtn > img {
    width: 100%;
  }
}

.seikatsu {
  padding: 116px 0 160px;
  background: url(../img/bg-seikatsu-wave.png) no-repeat bottom -1px center/100% auto, #ceebfb;
}
@media (min-width: 1180px) {
  .seikatsu {
    background: url(../img/bg-seikatsu-l.png) no-repeat left 40px top 70px/330px auto, url(../img/bg-seikatsu-r.png) no-repeat right 40px top 70px/356px auto, url(../img/bg-seikatsu-wave.png) no-repeat bottom -1px center/100% auto, #ceebfb;
  }
}
@media (max-width: 767px) {
  .seikatsu {
    padding: 60px 0;
    background: url(../img/bg-seikatsu-wave.png) no-repeat bottom -1px left/120% auto, #ceebfb;
  }
}

.seikatsu01__title {
  max-width: 447px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .seikatsu01__title {
    max-width: 275px;
  }
}
.seikatsu01__point {
  margin: 20px 0 0 0;
}

.seikatsu02__title {
  max-width: 533px;
  margin: 120px auto 0;
}
@media (max-width: 767px) {
  .seikatsu02__title {
    margin-top: 36px;
    max-width: 308px;
  }
}
.seikatsu02__text {
  max-width: 518px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .seikatsu02__text {
    margin-top: 10px;
    max-width: 260px;
  }
}
.seikatsu02__heading {
  margin: 40px auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .seikatsu02__heading {
    margin-top: 20px;
  }
}
.seikatsu02__logoList {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 80px;
}
@media (max-width: 767px) {
  .seikatsu02__logoList {
    gap: 15px;
    margin-top: 12px;
  }
}
.seikatsu02__line {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .seikatsu02__line {
    margin-top: 20px;
  }
}
.seikatsu02__line-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1d2082;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .seikatsu02__line-link {
    font-size: 1rem;
  }
}
.seikatsu02__line-link > span.-line {
  border-radius: 6.25rem;
  color: white;
  display: inline-block;
  background: rgba(78, 168, 73, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 4px 12px 5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .seikatsu02__line-link > span.-line {
    font-size: 0.75rem;
    padding: 3px 8px 4px;
  }
}
.seikatsu02__line-link > span.-main {
  display: inline-block;
  text-decoration: underline;
}

.seikatsu02-item {
  --item01: #ec663a;
  --item02: #00abe1;
  --item03: #36ae37;
  --item04: #dd75a2;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 30px;
}
.seikatsu02-item__item {
  border-radius: 20px;
  overflow: hidden;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seikatsu02-item__item:nth-child(4n+1) .seikatsu02-item__heading {
  background: var(--item01);
}
.seikatsu02-item__item:nth-child(4n+2) .seikatsu02-item__heading {
  background: var(--item02);
}
.seikatsu02-item__item:nth-child(4n+3) .seikatsu02-item__heading {
  background: var(--item03);
}
.seikatsu02-item__item:nth-child(4n+4) .seikatsu02-item__heading {
  background: var(--item04);
}
@media (max-width: 767px) {
  .seikatsu02-item__item {
    border-radius: 10px;
    width: 100%;
  }
}
.seikatsu02-item__heading {
  padding: 10px 0;
  text-align: center;
}
.seikatsu02-item__heading img {
  height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .seikatsu02-item__heading {
    padding: 7px 0;
  }
  .seikatsu02-item__heading img {
    height: 23px;
  }
}
.seikatsu02-item__body {
  background: white;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .seikatsu02-item__body {
    gap: 30px;
    padding: 15px 20px;
  }
}
.seikatsu02-item__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seikatsu02-item__link-img {
  position: relative;
}
.seikatsu02-item__link-img img.-sub {
  position: absolute;
  bottom: -4px;
  right: -12px;
  z-index: 2;
  width: 86px;
  max-width: 46%;
}
.seikatsu02-item__link-text {
  display: block;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .seikatsu02-item__link-text {
    font-size: 0.75rem;
  }
}
.seikatsu02-item__link-num {
  display: block;
  margin-top: auto;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.mfp-container {
  padding: 0;
  max-width: 48.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-content {
  padding: 40px 30px;
}

.mfp-close {
  content: "";
  opacity: 1;
  cursor: pointer;
  top: 12px;
  right: 24px;
  width: 33px;
  height: 33px;
  -webkit-transform: none;
          transform: none;
}
.mfp-close:active {
  top: 12px;
}
.mfp-close::before {
  position: absolute;
  content: "";
  background: url(../img/modal-close.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mfp-close {
    width: 20px;
    height: 20px;
    top: 8px;
    right: 12px;
  }
  .mfp-close:active {
    top: 8px;
  }
}

.seikatsu-popup {
  --item01: #ec663a;
  --item02: #00abe1;
  --item03: #36ae37;
  --item04: #dd75a2;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .seikatsu-popup {
    border-radius: 0.625rem;
  }
}
.seikatsu-popup.-kaden .seikatsu-popup__heading {
  background: var(--item01);
}
.seikatsu-popup.-kaimin .seikatsu-popup__heading {
  background: var(--item02);
}
.seikatsu-popup.-rezya .seikatsu-popup__heading {
  background: var(--item03);
}
.seikatsu-popup.-sutamina .seikatsu-popup__heading {
  background: var(--item04);
}
.seikatsu-popup__heading {
  padding: 16px 0;
}
.seikatsu-popup__heading img {
  height: 27px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .seikatsu-popup__heading {
    padding: 7px 0;
  }
  .seikatsu-popup__heading img {
    height: 23px;
  }
}
.seikatsu-popup__body {
  background: white;
  padding: 30px 50px 80px;
}
@media (max-width: 767px) {
  .seikatsu-popup__body {
    padding: 10px 10px 40px;
  }
}
.seikatsu-popup__main {
  display: -ms-grid;
  display: grid;
  gap: 0 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 18.75rem 45px 1fr;
  grid-template-columns: 18.75rem 1fr;
  -ms-grid-rows: 1fr 0 auto;
  grid-template-rows: 1fr auto;
}
.seikatsu-popup__main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.seikatsu-popup__main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.seikatsu-popup__main > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.seikatsu-popup__main > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .seikatsu-popup__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seikatsu-popup__img {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
}
.seikatsu-popup__img img.-sub {
  position: absolute;
  bottom: 0;
  right: -16px;
  z-index: 2;
  width: 147px;
  max-width: 48%;
}
@media (max-width: 767px) {
  .seikatsu-popup__img {
    max-width: 225px;
  }
  .seikatsu-popup__img img.-sub {
    width: 110px;
  }
}
.seikatsu-popup__text {
  font-weight: 500;
  font-size: 1.625rem;
  margin: 0;
}
@media (max-width: 767px) {
  .seikatsu-popup__text {
    margin: 8px 0 20px;
    font-size: 1rem;
  }
}
.seikatsu-popup__num {
  max-width: 18.375rem;
}
@media (max-width: 767px) {
  .seikatsu-popup__num {
    max-width: 7.5rem;
  }
}
.seikatsu-popup__dl {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .seikatsu-popup__dl {
    margin-top: 10px;
  }
}
.seikatsu-popup__dl dt {
  border: solid 1px black;
  text-align: center;
  letter-spacing: 0.24em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .seikatsu-popup__dl dt {
    font-size: 0.9375rem;
  }
}
.seikatsu-popup__dl dd {
  margin-top: 6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .seikatsu-popup__dl dd {
    font-size: 0.875rem;
  }
}
.seikatsu-popup__dl dd + dt {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .seikatsu-popup__dl dd + dt {
    margin-top: 16px;
  }
}

.syoene__title {
  max-width: 488px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .syoene__title {
    max-width: 300px;
  }
}
.syoene__lead {
  margin: 24px 0 0 0;
}
@media (max-width: 767px) {
  .syoene__lead {
    margin-top: 0;
    margin-left: -12px;
  }
}

.detail {
  padding: 180px 0;
}
@media (min-width: 1180px) {
  .detail {
    background: url(../img/bg-detail-l.png) no-repeat left -100px top 80px/526px auto, url(../img/bg-detail-r.png) no-repeat right -120px top 70px/464px auto;
  }
}
@media (max-width: 767px) {
  .detail {
    padding: 40px 0;
  }
}
.detail__box {
  padding-top: 160px;
  padding-bottom: 20vw;
  width: calc(100% - 24px);
  max-width: 1482px;
  margin: 0 auto;
  background: url(../img/bg-detail-wave-top.png) no-repeat top -1px center/100% auto, url(../img/bg-detail-wave-bottom.png) no-repeat bottom -1px center/100% auto, rgba(206, 235, 251, 0.8);
  position: relative;
}
@media (max-width: 767px) {
  .detail__box {
    padding: 70px 0;
  }
}
.detail__heading {
  margin-top: 120px;
  padding-left: 40px;
}
.detail__heading.-left {
  padding-left: 0;
  padding-right: 60px;
}
.detail__heading img {
  height: 147px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .detail__heading {
    margin-top: 32px;
    padding-left: 20px;
  }
  .detail__heading.-left {
    padding-left: 0;
    padding-right: 30px;
  }
  .detail__heading img {
    height: 73px;
  }
}
.detail__text {
  margin: 24px 0 0 0;
  color: #2e86ce;
  font-weight: 500;
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .detail__text {
    font-size: 1rem;
  }
}
.detail__text.-border {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 2px #2e86ce;
}
.detail__text mark {
  background: #FFFF00;
  color: #2e86ce;
}
.detail__text .-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.detail__indent1 {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 10px 0 0 0;
}
.detail__indent1 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail__indent1 > li .-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media (max-width: 767px) {
  .detail__indent1 {
    font-size: 0.9375rem;
  }
}
.detail__table {
  margin-top: 10px;
}
.detail__table.-second {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .detail__table.-second {
    margin-top: 4px;
  }
}
.detail__notesBox {
  background: white;
  margin-top: 10px;
  padding: 4px 2px;
}
.detail__notesBox > *:first-child {
  margin-top: 0 !important;
}

.application {
  padding: 16vw 0;
  background: url(../img/bg-application-wave.png) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30vw, white), color-stop(30vw, #00b2ed), to(#00b2ed));
  background: url(../img/bg-application-wave.png) no-repeat top center/100% auto, linear-gradient(180deg, white 0%, white 30vw, #00b2ed 30vw, #00b2ed 100%);
  position: relative;
}
@media (max-width: 767px) {
  .application {
    background: url(../img/bg-application-wave_sp.png) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30vw, white), color-stop(30vw, #00b2ed), to(#00b2ed));
    background: url(../img/bg-application-wave_sp.png) no-repeat top center/100% auto, linear-gradient(180deg, white 0%, white 30vw, #00b2ed 30vw, #00b2ed 100%);
    padding: 26.6vw 0 42.66vw;
  }
}
.application::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160%;
  height: 50%;
  background: url(../img/deco-application.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .application::before {
    width: 100%;
    background: url(../img/deco-application_sp.png) no-repeat center bottom/contain;
  }
}
.application__text {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .application__text {
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}
.application__btn {
  display: block;
}
.application__btn.-ycon {
  margin-top: 4.16vw;
}
@media (max-width: 767px) {
  .application__btn.-ycon {
    margin-top: 16px;
  }
}
.application__btn.-syoene {
  margin-top: 8.33vw;
}
@media (max-width: 767px) {
  .application__btn.-syoene {
    margin-top: 24px;
  }
}

.bottom {
  margin-top: -6vw;
  z-index: 2;
  position: relative;
}
.bottom__illust {
  display: block;
  width: 100%;
}
.bottom__illust img {
  width: 100%;
}
/*# sourceMappingURL=site.css.map */