@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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 size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.font-en {
  font-family: "Montserrat", sans-serif; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
:root {
  --main-color: #0F83D9;
  --main-color-text: #0A76C6;
  --accent-color: #FFE900;
  --post-marker: #E0F0FA;
  --shadow: rgba(1, 94, 163, 15%);
  --sns-icon: #3A94D8;
  --background-color: #F0FAFA;
  --module-yellow: #FEFFE8;
  --module-gray: #F7F7F7;
  --module-pink: #FFF7FB;
  --text-gray: #6F6F6F;
  --brown: #673707;
  --black: #262626; }
.color-red {
  color: #FA4632; }
/** extend */
/* == @import "../node_modules/normalize.css/normalize.css"; */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
.swiper-slide-invisible-blank {
  visibility: hidden; }
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
.swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }
[v-cloak] {
  visibility: hidden; }
html {
  font-size: 62.5%; }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.76471;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--black); }
a {
  color: inherit;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom;
  pointer-events: none; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
sub {
  bottom: -0.004em;
  font-size: 67.5%; }
.l-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  z-index: -1; }
.js-is-win-side .l-background {
    width: calc(100% - 17px); }
.l-background.-is-layer-top {
    z-index: 20;
    pointer-events: none; }
.l-background.-is-layer-bottom {
    z-index: 5;
    pointer-events: none; }
.l-background__content {
    width: 100%;
    position: relative; }
.l-background__deco {
    position: absolute; }
.l-background.js-is-active-transition .l-background__deco {
      -webkit-transition: width 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), right 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), bottom 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: width 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), right 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), bottom 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
.l-background__deco.-is-3 {
      z-index: 10; }
.l-body[data-page="home"].js-is-fv .l-background__deco.-is-12 {
      width: 119px;
      left: 73px;
      top: -103px; }
.l-body[data-page="home"].js-is-fv .l-background__deco.-is-18 {
      width: 196px;
      right: -221px;
      bottom: -117px; }
.l-body[data-page="home"].js-is-fv .l-background__deco.-is-19 {
      width: 251px;
      left: 36px;
      bottom: -167px; }
.l-body[data-page="home"].js-is-fv .l-background__deco.-is-20 {
      width: 119px;
      left: -175px;
      bottom: -34px; }
.l-background__deco-img {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
.l-body.js-is-onloading .l-background__deco-img {
      opacity: 1; }
.l-banner-area {
  background-color: #fff;
  position: relative;
  z-index: 10; }
.l-banner-area__inner {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto; }
.l-banner-area__heading {
    font-weight: 700;
    text-align: center;
    color: #666; }
.l-banner-area__banner-item img {
    width: 100%;
    height: auto; }
.l-headers {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0; }
.l-headers__logo {
    width: 194px; }
.l-headers__logo a {
      display: block; }
.l-headers__logo img {
      width: 100%;
      height: auto; }
.l-loading {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7; }
.l-loading__logo {
    position: relative;
    max-width: 280px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10; }
.l-loading__pic {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5; }
/**
 * main.scss
 */
.l-body {
  background-color: var(--background-color); }
.l-main {
  margin-bottom: 0 !important; }
.l-menu-btn {
  z-index: 3020;
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  opacity: 0; }
.l-menu-btn.js-is-open {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.5); }
.l-menu-btn.js-is-open:hover {
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
.l-menu-btn__bar {
    display: block;
    width: 34px;
    height: 2px;
    background-color: #1A1A1A;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0.1deg);
            transform: translate(-50%, -50%) rotate(0.1deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: top .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, transform .3s ease;
    transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease; }
.l-menu-btn.js-is-open .l-menu-btn__bar {
      background-color: var(--black); }
.l-menu-btn.js-is-open .l-menu-btn__bar.-is-1 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
.l-menu-btn.js-is-open .l-menu-btn__bar.-is-2 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
.l-menu {
  z-index: 3010;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #FA9C06;
  background-image: url("../images/common/menu-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
.l-menu.js-is-open {
    visibility: visible;
    opacity: 1; }
.l-menu__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-menu__content {
    position: relative; }
.l-menu__deco {
    position: absolute; }
.l-menu__deco img {
      width: 100%;
      height: auto; }
.l-menu__logo {
    margin: 0 auto;
    text-align: center;
    position: relative; }
.l-menu__logo a {
      display: block; }
.l-menu__nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-menu__nav-link {
    color: var(--black);
    position: relative;
    padding-bottom: 6px;
    font-weight: 500; }
.l-menu__nav-link::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: var(--main-color);
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.l-menu__sns-head {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--brown); }
.l-menu__sns-list {
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-menu__sns-item + .l-menu__sns-item {
    margin-left: 36px; }
.l-menu__sns-link svg {
    height: 28px;
    width: 28px; }
.l-menu__sns-link svg path {
    fill: var(--sns-icon); }
.l-modal {
  z-index: 4000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
.l-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #111;
    opacity: 0.8; }
.l-modal__content {
    width: 100%;
    height: 100%;
    overflow: scroll; }
.l-modal__box-wrap {
    display: block;
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-modal__box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 724px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto; }
.l-modal__box-inner {
    width: 100%; }
.l-modal__box-heading {
    font-size: 2.4rem;
    font-weight: 500; }
.l-modal__box-heading.-mt {
      margin-top: 56px; }
.l-modal__box-fig img {
    width: 100%; }
.l-modal__box-dsc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.64286; }
.l-modal__box-cap {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.64286;
    color: #6F6F6F;
    display: block;
    margin-top: 10px; }
.l-modal__close {
    text-align: center; }
.l-modal__close-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 2px; }
.l-modal__close-btn::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
.l-modal__close-icon {
    margin-left: 10px;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px; }
.l-modal__close-icon::before {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, background-color .3s ease;
      transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }
.l-modal__close-icon::after {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, background-color .3s ease;
      transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }
.p-about-mv__logo {
  width: 480px;
  margin: 0 auto; }
.p-about-mv__title {
  text-align: center;
  color: var(--main-color-text); }
.p-about-mv__dsc {
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--main-color-text); }
.p-article-detail {
  padding-top: 95px; }
.l-body[data-page="article-special"] .p-article-detail {
    background-image: url("../images/special/deco-1.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 610px; }
.p-article-detail.-is-pt-0 {
    padding-top: 0; }
.p-article-detail.-is-sp-pb-0 {
    padding-bottom: 0; }
.p-article-detail__bread {
    margin-bottom: 4px; }
.p-article-detail__bread.-is-special {
      margin-top: 3px;
      max-width: 720px; }
.p-article-detail-pagetop {
  width: 100%;
  height: 35.1vw;
  max-height: 60vh; }
.l-body[data-page="article-special"] .p-article-detail-article__inner {
  padding: 0 20px; }
.p-article-detail-article__content {
  background-color: #fff; }
.p-article-detail-article__content.-is-bg-none {
    background: none; }
.p-article-detail-article__wrap {
  max-width: 720px;
  margin: 0 auto; }
.p-article-detail-article__head {
  font-weight: 500; }
.p-article-detail-article__head-cat {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 5px 12px; }
.p-article-detail-article__head-cat.-is-orange {
    color: #FA9C06;
    background-color: #FFF4E6; }
.p-article-detail-article__head-cat.-is-pink {
    color: #FC6996;
    background-color: #FFEDF3; }
.p-article-detail-article__head-ttl {
  font-weight: 500;
  letter-spacing: 0.05em; }
.p-article-detail-article__head-ttl.-special {
    border-top: 2px solid #262626;
    border-bottom: 2px solid #262626; }
.p-article-detail-article__head-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.p-article-detail-article__head-time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em; }
.p-article-detail-article__head-tag {
  margin-left: 20px;
  font-size: 1.4rem; }
.p-article-detail-article__thum {
  margin-top: 28px; }
.p-article-detail-article__thum img {
    width: 100%;
    height: auto; }
.p-article-detail-article__credit {
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #6F6F6F;
  margin-top: 12px; }
.p-article-detail-sns {
  margin-top: 63px; }
.p-article {
  padding: 135px 0 150px; }
.p-article__bread {
    margin-bottom: 12px; }
.p-article-list__content {
  background-color: #fff; }
.p-article-list__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5; }
.p-article-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-article-list__nopost {
  text-align: center;
  font-size: 1.6rem; }
.p-article-banner {
  display: block;
  text-align: center;
  background-image: url("../images/common/banner-bg-yellow.jpg");
  background-size: cover;
  padding-block: 50px;
  position: relative; }
.p-article-banner::before {
    content: '';
    width: 194px;
    height: 194px;
    background-image: url("../images/common/banner-deco-1.png");
    position: absolute;
    top: -65px;
    left: 25px; }
.p-article-banner::after {
    content: '';
    width: 188px;
    height: 92px;
    background-image: url("../images/common/banner-deco-2.png");
    position: absolute;
    bottom: 18px;
    right: 70px; }
.p-article-banner__section {
    margin-top: 120px;
    max-width: 1024px;
    margin-inline: auto; }
.p-article-banner__ttl {
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--main-color-text);
    line-height: 1.4375; }
.p-article-banner__desc {
    margin-top: 19px;
    line-height: 1.8; }
.p-femtech .blue-marker {
  background: var(--post-marker); }
.p-femtech .main-color-text {
  color: var(--main-color-text); }
.p-femtech .text-gray {
  color: var(--text-gray); }
.p-femtech .fw-500 {
  font-weight: 500; }
.p-femtech-content__deco-attention {
  position: absolute;
  top: -30px;
  left: 60px; }
.p-femtech-content__box-icon svg {
  vertical-align: bottom; }
.p-femtech-content .p-kihon-content__box[data-accordion] {
  cursor: pointer; }
.p-femtech-content .p-kihon-content__box.js-is-open {
  cursor: default; }
.p-femtech-content .p-kihon-content__box.js-is-open .p-femtech-content__box-acc-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
.p-femtech-content .p-kihon-content__box-head {
  position: relative;
  pointer-events: all; }
.p-femtech-content .p-kihon-content__box-head.-bg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--module-yellow);
    padding: 4px 12px 7px;
    margin-top: 11px;
    margin-left: -11px; }
.p-femtech-content .p-kihon-content__box-body {
  display: none;
  margin-top: 30px; }
.p-femtech-content .p-kihon-content__data-list {
  margin-top: 42px;
  position: relative; }
.p-femtech-content .p-kihon-content__data-list:has(> .p-femtech-content__grid) {
    padding-block: 30px; }
.p-femtech-content .p-kihon-content__data-list.-bottom {
    padding-bottom: 55px; }
.p-femtech-content .p-kihon-content__data-list span {
    margin-bottom: 18px; }
.p-femtech-content__box-acc-icon {
  width: 24px;
  height: 24px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.p-femtech-content__box-acc-icon.-inner {
    width: 18px;
    height: 18px; }
.p-femtech-content__box-acc-icon.-inner::before, .p-femtech-content__box-acc-icon.-inner::after {
      width: 18px;
      height: 2.25px; }
.p-femtech-content__box-acc-icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.p-femtech-content__box-acc-icon::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
.p-kihon-content__box-head.js-is-open .p-femtech-content__box-acc-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
.p-femtech-content .p-kihon-content__data-item .p-femtech-content__box-acc-icon {
  position: static;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%); }
.p-femtech-content__box-ttl {
  font-weight: 500;
  line-height: 1.33333;
  letter-spacing: 0.05em; }
.p-femtech-content__box-ttl-big {
  font-size: 3.0rem; }
.p-femtech-content__box-ttl-sub {
  font-size: 1.7rem;
  margin-left: 10px; }
.p-femtech-content__check-list {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px; }
.p-femtech-content__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
.p-femtech-content__check-item::before {
    content: '';
    display: inline-block;
    background-image: url(../images/common/icon-check.png);
    width: 18px;
    height: 10px; }
.p-femtech-content__text {
  line-height: 1.7647058824;
  letter-spacing: 0.05em; }
.p-femtech-content__data-item-heading {
  margin-top: 42px;
  margin-bottom: 30px; }
.p-femtech-content__title-sub {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 12px; }
.p-femtech-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 47px;
  gap: 47px; }
.p-femtech-content__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }
.p-femtech-content__grid-item-img {
  width: 120px;
  margin-inline: auto; }
.p-femtech-content__grid-item-img img {
    width: 100%; }
.p-femtech-content__grid-item-text {
  font-size: 1.6rem;
  line-height: 1.625; }
.p-femtech-content .p-kihon-content__box-head.accordion-head {
  margin-top: 24px;
  border-bottom: 2px solid var(--text-gray);
  padding-block: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
.p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open {
    border-bottom: transparent;
    cursor: default; }
.p-femtech-content__accordion-title {
  font-size: 2.4rem;
  font-weight: 500; }
.p-femtech-content__box-img-wrap {
  background: var(--module-gray);
  padding: 42px;
  position: relative; }
.p-femtech-content__box-img-wrap + .p-femtech-content__accordion-note {
    margin-top: 30px; }
.p-femtech-content__box-img img {
  width: 100%; }
.p-femtech-content__box-desc {
  font-size: 1.7rem;
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.07em; }
.p-femtech-content__box-desc .note {
    display: inline-block;
    font-size: 1.3rem;
    translate: 2px -4px; }
.p-femtech-content__box-desc .note + .note {
      translate: 6px -4px; }
.p-femtech-content__box-note {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.4rem;
  color: var(--text-gray); }
.p-femtech-content__accordion-note {
  font-size: 1.4rem;
  color: var(--text-gray);
  line-height: 1.7; }
.p-femtech-content__accordion-note + .p-femtech-content__accordion-note {
    margin-top: 12px; }
.p-femtech-content__accordion-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--black);
  font-size: 1.4rem;
  font-weight: 500; }
.p-femtech-content__icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-top: 18px; }
.p-femtech-content__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-femtech-content__icon-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px; }
.p-femtech-content__icon-flex-item-img {
  width: 72px;
  margin-inline: auto; }
.p-femtech-content__icon-flex-item-img img {
    width: 100%; }
.p-femtech-content__icon-flex-text {
  font-size: 1.7rem;
  text-align: center; }
.p-femtech-content__icon-flex-text-sub {
  font-size: 1.2rem;
  text-align: center; }
.p-femtech-content__other {
  position: absolute;
  bottom: 28px;
  right: 40px; }
.p-femtech-content__slide-item {
  background: var(--module-pink);
  padding: 42px 42px 96px;
  position: relative; }
.p-femtech-content__slide-item-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  grid-gap: 18px;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-femtech-content__slide-item-title {
  font-size: 1.7rem;
  font-weight: 500; }
.p-femtech-content__slide-item-sub {
  margin-top: 6px;
  color: var(--text-gray);
  font-size: 1.2rem;
  line-height: 1.3846153846; }
.p-femtech-content__slide-item-bottom {
  margin-top: 18px; }
.p-femtech-content__slide-item-desc {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.06em; }
.p-femtech-content__slide-item-img img {
  width: 100%; }
.p-femtech-content__slide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 42px;
  z-index: 1; }
.p-femtech-content__slide-prev, .p-femtech-content__slide-next {
  cursor: pointer; }
.p-femtech-content__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }
.p-femtech-content__pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.p-femtech-content__pagination .swiper-pagination-bullet:hover {
      background: var(--main-color); }
.p-femtech-content__pagination .swiper-pagination-bullet-active {
    background: var(--main-color); }
.p-femtech-content__box-subttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-block: 42px 30px; }
.p-femtech-content__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px; }
.p-femtech-content__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }
.p-femtech-content__row-title {
  font-size: 1.7rem;
  font-weight: 500; }
.p-femtech-content__row-desc {
  font-size: 1.7rem; }
.p-femtech-content__pickup {
  margin-top: 90px;
  background-image: url(../images/femtech/picup-bg.jpg);
  background-size: cover;
  height: 284px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-femtech-content__pickup-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  grid-gap: 48px;
  gap: 48px; }
.p-femtech-content__pickup-img {
  border-radius: 3px;
  overflow: hidden; }
.p-femtech-content__pickup-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
.p-femtech-content__pickup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.05em; }
.p-femtech-content__pickup-lead {
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--main-color-text);
  line-height: 1.5; }
.p-femtech-content__pickup-title {
  margin-top: 12px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.72;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
.p-femtech-content__pickup-desc {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.64;
  color: var(--text-gray);
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
.p-femtech-content__pickup-tag {
  margin-top: auto; }
.p-home-mv {
  height: 100dvh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0; }
.p-home-mv__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 10; }
.p-home-mv__ttl {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
    width: 100%;
    pointer-events: none; }
.p-home-mv__slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0; }
.p-home-mv__slider .swiper-container,
    .p-home-mv__slider .swiper-wrapper {
      width: 100%;
      height: 100%; }
.p-home-mv__slider .swiper-wrapper {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
.p-home-mv__slider-item {
    width: 100%;
    height: 100%; }
.p-home-mv__slider-item.-is-bg-white {
      background-color: #fff; }
.p-home-mv__dsc {
    font-weight: 700;
    color: var(--main-color-text); }
.p-home-mv__article-thumb img {
    width: 100%;
    height: auto; }
.p-home-mv__article-text {
    position: relative; }
.p-home-mv__article-date {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif; }
.p-home-mv__article-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
    letter-spacing: 0.05em; }
.p-home-mv__article-tag {
    margin-top: 15px; }
.p-home-mv__pagination {
    position: absolute;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    z-index: 10; }
.p-home-mv__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      display: block;
      background-color: #D9D9D9;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
.p-home-mv__pagination .swiper-pagination-bullet:nth-of-type(n + 2) {
        margin-left: 18px; }
.p-home-mv__pagination .swiper-pagination-bullet-active {
      background-color: var(--brown); }
.p-home-mv__scroll {
    position: absolute;
    bottom: 109px;
    z-index: 20; }
.p-home-mv__scroll-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--brown); }
.p-home-mv__scroll-icon {
    width: 27px;
    margin: 0 auto; }
.p-home-mv__scroll-icon img {
      width: 100%;
      height: auto; }
.p-home-feature {
  position: relative;
  z-index: 10;
  margin-top: 130px; }
.p-home-feature__inner {
    max-width: 740px;
    margin-inline: auto; }
.p-home-feature__item {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em; }
.p-home-feature__item-pic {
    margin-left: auto;
    margin-right: auto; }
.p-home-pickup {
  position: relative;
  z-index: 10; }
.p-home-pickup__col {
    background-color: #fff; }
.p-home-pickup__heading {
    text-align: center; }
.p-home-pickup__heading-item {
    display: inline-block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    background: var(--module-yellow);
    color: var(--main-color-text); }
.p-home-pickup__dsc {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500; }
.p-home-pickup__keywords {
    margin-top: 72px;
    max-width: 530px;
    margin-inline: auto; }
.p-home-pickup__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    grid-row-gap: 48px;
    row-gap: 48px; }
.p-home-pickup__item:nth-child(1), .p-home-pickup__item:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
.p-home-pickup__item:nth-child(n+2) .c-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px; }
.p-home-pickup__item-date {
    font-size: 1.3rem; }
.p-home-pickup__link {
    text-align: center; }
.p-home-pickup__link-item {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px; }
.p-home-pickup__link-item::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000; }
.p-home-keywords {
  position: relative;
  z-index: 10; }
.p-home-special {
  position: relative;
  z-index: 10; }
.p-home-special__content {
    background-color: #fff;
    padding: 30px 20px 36px; }
.p-home-special__box {
    position: relative;
    z-index: 0; }
.p-home-special__box + .p-home-special__box {
      margin-top: 65px; }
.p-home-special__head {
    text-align: center;
    position: relative; }
.p-home-special__ttl {
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
.p-home-special__dsc {
    font-weight: 500;
    letter-spacing: 0.05em; }
.p-home-special__pic {
    position: relative;
    z-index: 10; }
.p-home-special__pic::before {
      content: "";
      display: block;
      padding-top: 66.6%; }
.p-home-special__pic-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.p-home-special__text {
    background-color: #FEFFE8;
    position: relative;
    z-index: 0; }
.p-home-special__text-link {
    display: block; }
.p-home-special__item-date {
    font-size: 1.3rem; }
.p-home-special__item-ttl {
    font-weight: 500;
    letter-spacing: 0.05em; }
.p-home-special__item-subttl {
    font-size: 1.4rem;
    line-height: 1.92857;
    margin-bottom: 29px;
    margin-top: 9px;
    letter-spacing: 0.05em; }
.p-home-special__item-subttl.-is-mb-0 {
      margin-bottom: 0; }
.p-home-special__item-tag {
    position: absolute; }
.p-home-member {
  position: relative;
  z-index: 10; }
.p-home-ranking {
  position: relative;
  z-index: 10; }
.p-kihon-mv__title {
  text-align: center;
  color: var(--main-color-text);
  letter-spacing: 0; }
.p-kihon-mv__dsc {
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--main-color-text); }
.p-kihon-mv__dsc .c-text-dsc + .c-text-dsc {
    margin-top: 24px; }
.p-kihon-mv__nav {
  margin-top: 57px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-kihon-mv__nav-item {
  text-align: center; }
.p-kihon-mv__nav-item + .p-kihon-mv__nav-item {
    margin-left: 105px; }
.p-kihon-mv__nav.-is-femtech .p-kihon-mv__nav-item:nth-of-type(n + 2) {
    margin-left: 30px; }
.p-kihon-mv__nav-item a:hover .p-kihon-mv__nav-text {
    color: var(--main-color-text); }
.p-kihon-mv__nav-text {
  text-align: center;
  color: #262626;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77778;
  margin-top: 14px; }
.p-kihon-mv__nav-text span {
    display: inline; }
.p-kihon-mv__nav-text.-is-break-none {
    white-space: nowrap; }
.p-kihon-content {
  margin-top: 86px;
  position: relative; }
.p-kihon-content__box {
    background-color: #fff;
    position: relative;
    z-index: 0; }
.p-kihon-content__box::before {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      background-color: var(--main-color);
      position: absolute;
      top: 0;
      left: 0; }
.p-kihon-content__box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.p-kihon-content__box-ttl {
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: 0.05em; }
.p-kihon-content__box-body {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.76471;
    margin-top: 42px;
    letter-spacing: 0.05em; }
.p-kihon-content__box-body p + p {
      margin-top: 1.7em; }
.p-kihon-content__box-body figure {
      margin-top: 48px; }
.p-kihon-content__box-heading.-is-mt-0 {
    margin-top: 0; }
.p-kihon-content__box-heading-2 {
    font-weight: 500;
    line-height: 1.25; }
.p-kihon-content__btn {
    max-width: 400px;
    width: 100%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto; }
.p-kihon-content__note {
    margin-top: 44px;
    padding: 45px 45px 38px;
    background-color: #F7F7F7; }
.p-kihon-content__note + .p-kihon-content__note {
      margin-top: 30px; }
.p-kihon-content__note.-is-bg-yellow {
      background-color: #FEFFE8; }
.p-kihon-content__note-heading {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.25; }
.p-kihon-content__note-heading small {
      display: block;
      font-size: 1.4rem;
      line-height: 1.28571;
      margin-bottom: 10px; }
.p-kihon-content__note-text p {
    margin: 0; }
.p-kihon-content__note-text figure {
    margin-top: 24px; }
.p-kihon-content__note-text figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.85714;
    margin-top: 31px;
    letter-spacing: 0.05em; }
.p-kihon-content__note-text small {
    display: block;
    color: #6F6F6F;
    font-size: 1.2rem;
    margin-top: 8px; }
.p-kihon-content__note-row {
    width: 100%; }
.p-kihon-content__note-col dt {
    font-weight: 500; }
.p-kihon-content__note-col dd {
    margin-top: 14px; }
.p-kihon-content__note-check {
    width: 100%;
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 30px; }
.p-kihon-content__note-check li {
      position: relative;
      padding-left: 1.5em;
      padding-right: 1em; }
.p-kihon-content__note-check li::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 12px;
        position: absolute;
        left: 0;
        background-image: url("../images/about/icon-check.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 12px; }
.p-kihon-content__note-list {
    margin-top: 36px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.17647; }
.p-kihon-content__note-list li {
      display: block; }
.p-kihon-content__note-list li strong {
        display: block;
        position: relative;
        font-weight: 400; }
.p-kihon-content__note-list li strong::before {
          content: "";
          width: 6px;
          height: 6px;
          border-radius: 10px;
          background-color: #FA4632;
          display: inline-block;
          vertical-align: middle;
          margin-right: 12px; }
.p-kihon-content__note-list li span {
        display: block;
        font-size: 1.4rem;
        font-weight: 400;
        margin-top: 12px;
        margin-bottom: 22px; }
.p-kihon-content__note-list li:last-of-type span {
        margin-bottom: 0; }
.p-kihon-content__note-list.-is-gray li strong::before {
      background-color: #000; }
.p-kihon-content__data {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59px;
    margin-bottom: 60px; }
.p-kihon-content__data-heading {
    margin-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.25; }
.p-kihon-content__data-dsc {
    margin-top: 17px; }
.p-kihon-content__data-list {
    background-color: #FEFFE8; }
.p-kihon-content__data-list span {
      display: block;
      margin-bottom: 5px;
      font-weight: 500; }
.p-kihon-content__data-item-heading-attention {
    display: inline-block;
    margin-left: 5px;
    width: 60px;
    height: 60px; }
.p-kihon-content__data-btn {
    text-align: right;
    margin-top: 15px; }
.p-kihon-content__data-btn-item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500; }
.p-kihon-content__data-btn-item::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000; }
.p-kihon-content__data-btn-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    top: -2px; }
.p-kihon-content__data-btn-icon::before {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.p-kihon-content__data-btn-icon::after {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
.p-kihon-content__data-marker {
    display: inline;
    background-color: #FEFFE8; }
.p-kihon-content__copyright {
    display: block;
    margin-top: 42px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: #6F6F6F; }
.p-message {
  padding: 103px 0 128px; }
.p-message__bread {
    margin-bottom: 12px; }
.p-message-box__item {
  max-width: 720px;
  padding: 60px 100px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative; }
.p-message-box__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em; }
.p-message-box__sub {
  margin-top: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42857; }
.p-message-box__dsc {
  font-size: 1.8rem;
  line-height: 1.77778;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 39px; }
.p-message-box__btn {
  max-width: 340px;
  width: 100%;
  margin: 30px auto 0; }
.p-message-box__note {
  font-size: 1.4rem;
  margin-top: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.28571; }
.p-message-box__note a {
    color: var(--main-color-text); }
.p-message-box__note a:hover {
      text-decoration: underline; }
.p-message-box__talk {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.64286;
  font-weight: 500;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.p-message-box__talk.-is-1 {
    top: -22px;
    right: -80px;
    width: 170px;
    height: 170px;
    background-image: url("../images/message/talk-1.png"); }
.p-message-box__talk.-is-2 {
    bottom: 35px;
    right: -170px;
    width: 150px;
    height: 150px;
    background-image: url("../images/message/talk-2.png"); }
.p-message-box__talk.-is-3 {
    bottom: 5px;
    left: -10px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 190px;
    height: 190px;
    background-image: url("../images/message/talk-3.png"); }
.p-message-box__talk.-is-4 {
    top: 71px;
    left: -28px;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    width: 150px;
    height: 150px;
    background-image: url("../images/message/talk-4.png"); }
.c-article {
  font-weight: 400;
  letter-spacing: 0.1em; }
.c-article__text {
    margin-bottom: 1.8em; }
.c-article__text.-is-mb-s {
      margin-bottom: 1.2em; }
.c-article__text.-lead {
      padding-bottom: 1em;
      margin-top: 58px; }
.c-article__text.-heading {
      font-weight: 500;
      margin-bottom: 0; }
.c-article__text.-center {
      text-align: center; }
.c-article__text a {
      text-decoration: underline; }
.c-article__text-name {
    color: #6F6F6F; }
.c-article__note {
    display: block;
    font-size: 1.4rem;
    line-height: 1.71429;
    color: #6F6F6F; }
.c-article__marker {
    display: inline;
    background-color: #E0F0FA;
    font-weight: inherit; }
.c-article__figure {
    margin: 30px 0; }
.c-article__figure.-mt-none {
      margin-top: 0; }
.c-article__figure p {
      text-align: center;
      font-weight: 500;
      margin-bottom: 10px; }
.c-article__figure img {
      text-align: center;
      max-width: 100%;
      height: auto;
      width: auto; }
.c-article__figure img.u-fit-w {
        width: 100%; }
.c-article__list {
    margin: 60px 0 30px;
    background-color: var(--module-yellow); }
.c-article__list + .c-article__list {
      margin-top: 30px; }
.c-article__list dt {
      font-weight: 500; }
.c-article__list ul, .c-article__list ol {
      font-size: 1.7rem;
      line-height: 2; }
.c-article__list.-is-check li {
      text-indent: -2em;
      padding-left: 2em; }
.c-article__list.-is-check li::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 10px;
        background-image: url("../images/common/icon-check.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 16px; }
.c-article__list.-is-num ol {
      counter-reset: item; }
.c-article__list.-is-num li {
      text-indent: -1.5em;
      padding-left: 1.5em; }
.c-article__list.-is-num li:nth-of-type(n + 2) {
        margin-top: 7px; }
.c-article__list.-is-num li::before {
      counter-increment: item;
      content: counter(item);
      font-family: "Montserrat", sans-serif;
      margin-right: 16px;
      color: var(--main-color-text);
      font-size: 1.5rem; }
.c-article__list p {
      margin-top: 10px; }
.c-article__figure-pic {
    text-align: center; }
.c-article__caption {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 12px;
    color: #6F6F6F; }
.c-article__h2 {
    font-size: 2.4rem;
    line-height: 1.83333;
    font-weight: 500;
    letter-spacing: 0.05;
    margin-bottom: 1.3em; }
.c-article__h2 span {
      display: inline; }
.c-article__h2.-is-mt-0 {
      margin-top: 0; }
.c-article__h2.-is-mb-s {
      margin-bottom: 0.5em; }
.c-article__author {
    border: 2px solid var(--accent-color); }
.c-article__author-fig {
    width: 100%; }
.c-article__author-pic {
    border-radius: 50%;
    overflow: hidden; }
.c-article__author-name {
    font-weight: 500; }
.c-article__author-sub {
    font-size: 1.4rem;
    font-weight: 500; }
.c-article__author-dsc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.71429; }
.c-article__nextlink {
    background-color: #F7F7F7; }
.c-article__nextlinkHead {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em; }
.c-article__nextlinkBody {
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    color: var(--main-color-text);
    text-align: center;
    margin-top: 0.4rem; }
.c-article-profile {
  font-size: 1.4rem;
  line-height: 1.64286;
  font-weight: 400; }
.c-article-profile__item + .c-article-profile__item {
    margin-top: 30px; }
.c-article-profile__item-head {
    position: relative;
    width: 100%; }
.c-article-profile__pic {
    border-radius: 50%;
    overflow: hidden; }
.c-article-profile__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-article-profile__name {
    font-weight: 500;
    line-height: 1; }
.c-article-profile__sns-item {
    display: inline-block; }
.c-article-profile__sns-item + .c-article-profile__sns-item {
      margin-left: 4px; }
.c-article-profile__sns-item svg {
      vertical-align: middle; }
.c-article-profile__sns-item svg path {
        fill: var(--main-color-text); }
.c-article-profile__sub {
    font-weight: 500; }
.c-article-profile__link {
    color: var(--main-color-text); }
.c-article-profile__dsc {
    margin-top: 14px; }
.c-article-profile-l {
  border: 2px solid var(--accent-color);
  margin-top: 60px; }
.c-article-profile-l__pic {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
.c-article-profile-l__name {
    text-align: center;
    font-weight: 500; }
.c-article-profile-l__sub {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500; }
.c-article-profile-l__link {
    text-align: center;
    color: #FA4B37;
    font-size: 1.2rem;
    margin-top: 6px; }
.c-article-profile-l__sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-article-profile-l__sns-item + .c-article-profile-l__sns-item {
    margin-left: 17px; }
.c-article-profile-l__dsc {
    font-size: 1.4rem;
    line-height: 1.71429; }
.c-bread {
  width: 100%;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-bread__item {
    color: var(--main-color-text);
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    position: relative; }
.c-bread__item + .c-bread__item {
      margin-left: 22px; }
.c-bread__item:not(.arrow-none):after {
      content: '';
      display: block;
      width: 5px;
      height: 10px;
      background-image: url("../images/common/icon-right.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: -16px;
      -webkit-transform: translate(0, -43%);
              transform: translate(0, -43%); }
.c-btn {
  display: block;
  width: 100%;
  border-radius: 100px;
  color: var(--main-color-text);
  background-color: #fff;
  border: 2px solid var(--main-color);
  text-align: center;
  font-weight: 500; }
.c-btn.-is-s {
    padding: 13px 0 13px; }
.c-btn-more {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 5px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
.c-btn-more::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }
.c-btn-blank {
  display: block;
  width: 100%;
  padding: 17px 0;
  border: 2px solid var(--main-color-text);
  border-radius: 40px;
  font-size: 1.8rem;
  text-align: center;
  color: var(--main-color-text);
  font-weight: 500;
  position: relative; }
.c-btn-blank__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-card {
  width: 100%; }
.c-card__thum {
    width: 100%;
    padding-top: 66.6%;
    position: relative; }
.c-card.-is-square .c-card__thum {
      padding-top: 100%; }
.c-card__thum-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.c-card__pickup {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--main-color-text);
    background-color: #CAE5F8;
    padding: 6px 23px 6px 18px;
    border-bottom-right-radius: 24px; }
.c-card__cat {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 5px 14px;
    font-weight: 500;
    margin-bottom: 21px;
    margin-top: 2px;
    color: #fff;
    background-color: #cbcbcb; }
.c-card__cat.-is-orange {
      color: #FA9C06;
      background-color: #FFF4E6; }
.c-card__cat.-is-pink {
      color: #FC6996;
      background-color: #FFEDF3; }
.c-card__text {
    margin-top: 12px; }
.c-card__date {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block; }
.c-card__title {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500; }
.c-cat {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 700; }
.c-cat.-is-orange {
    background-color: #FFF4E6;
    color: #FA9C06; }
.c-cateogory-banner__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
.c-cateogory-banner__item.-is-1 {
    background-image: url("../images/common/banner-bg-orange.jpg"); }
.c-cateogory-banner__item.-is-2 {
    background-image: url("../images/common/banner-bg-pink.jpg"); }
.c-cateogory-banner__link {
  display: block;
  padding: 54px 20px 49px;
  height: 100%;
  position: relative; }
.c-cateogory-banner__item.-is-1 .c-cateogory-banner__link::before {
    content: "";
    display: block;
    width: 140.4px;
    height: 180.7px;
    background-image: url("../images/common/banner-deco-1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    left: 36px;
    top: -78px; }
.c-cateogory-banner__item.-is-1 .c-cateogory-banner__link::after {
    content: "";
    display: block;
    width: 88px;
    height: 74.11px;
    background-image: url("../images/common/banner-deco-2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    right: 22px;
    bottom: -9px; }
.c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::before {
    content: "";
    display: block;
    background-image: url("../images/common/banner-deco-3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10; }
.c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::after {
    content: "";
    display: block;
    width: 135px;
    height: 155.73px;
    background-image: url("../images/common/banner-deco-4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10; }
.c-cateogory-banner__ttl {
  font-weight: 500;
  text-align: center; }
.c-cateogory-banner__item.-is-1 .c-cateogory-banner__ttl {
    color: #FA9C06; }
.c-cateogory-banner__item.-is-2 .c-cateogory-banner__ttl {
    color: #FC6996; }
.c-cateogory-banner__dsc {
  font-weight: 500;
  text-align: center;
  margin-top: 25px; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-keywords {
  background: url("../images/home/keywords-bg.png"), #fff;
  background-position: center top;
  background-size: 1380px 242px;
  background-repeat: repeat; }
.c-keywords__head {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif; }
.c-keywords__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 20px; }
.c-keywords__item {
    display: inline-block; }
.c-keywords__item-link {
    display: inline-block;
    padding: 14px 25px 15px;
    color: var(--main-color-text);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    z-index: 0; }
.c-keywords__item-link::before {
      content: "";
      display: block;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100px;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 14px var(--shadow);
              box-shadow: 0 4px 14px var(--shadow);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
.c-member__ttl {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 600; }
.c-member__dsc {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8; }
.c-member__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.c-member__item {
  padding-bottom: 24px;
  background-color: #fff; }
.c-member__item-pic {
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
.c-member__item-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.c-member__item-sub {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.60714;
  margin-top: 16px;
  font-weight: 500; }
.c-member__item-name {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500; }
.c-member__item-dsc {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.05em; }
.c-member__item-btn {
  margin-top: auto; }
.c-member__item-btn-link {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600; }
.c-member__item-btn-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0; }
.c-member__item-btn-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin-left: 5px; }
.c-member__item-btn-icon::before, .c-member__item-btn-icon::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute; }
.c-member__item-btn-icon::before {
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
.c-member__item-btn-icon::after {
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg); }
.c-member__about-link {
  margin-left: auto;
  margin-right: auto; }
.c-modal-profile {
  z-index: 4000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  display: none;
  overflow-y: scroll; }
.c-modal-profile__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
    height: auto;
    padding: 40px 0; }
.c-modal-profile__box {
    margin: 0 auto; }
.c-modal-profile__box-inner {
    display: inline-block;
    background-color: #fff; }
.c-modal-profile__pic {
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }
.c-modal-profile__text {
    margin-top: 16px; }
.c-modal-profile__sub {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500; }
.c-modal-profile__name {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500; }
.c-modal-profile__dsc {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.05em; }
.c-modal-profile__close {
    text-align: center; }
.c-modal-profile__close-btn {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif; }
.c-modal-profile__close-btn::before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
.c-modal-profile__close-btn-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    margin-left: 5px; }
.c-modal-profile__close-btn-icon::before, .c-modal-profile__close-btn-icon::after {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 11px;
      left: 50%; }
.c-modal-profile__close-btn-icon::before {
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg); }
.c-modal-profile__close-btn-icon::after {
      -webkit-transform: translate(-50%, 0) rotate(135deg);
              transform: translate(-50%, 0) rotate(135deg); }
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.c-pagination__item {
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
.c-pagination__item + .c-pagination__item {
      margin-left: 30px; }
.c-pagination__item span,
    .c-pagination__item a {
      text-align: center;
      display: inline-block; }
.c-pagination__item a {
      border-bottom: 2px solid #000; }
.c-pagination__item-prev::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.c-pagination__item-next::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.c-ranking__ttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600; }
.c-ranking__list {
  width: 100%; }
.c-ranking__item {
  position: relative; }
.c-ranking__tag {
  background-color: #FA4632;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10; }
.c-ranking__pic {
  width: 100%;
  position: relative; }
.c-ranking__pic::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; }
.c-ranking__pic-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.c-ranking__text {
  background-color: #fff;
  padding: 24px; }
.c-ranking__head {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em; }
.c-sns__ttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 600; }
.c-sns__list {
  margin-top: 22px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px; }
.c-sns__item {
  width: 35px; }
.c-sns__link svg path {
  fill: var(--main-color); }
.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-tag__item {
    display: inline-block;
    font-size: 1.4rem;
    color: var(--main-color-text);
    font-weight: 500; }
.c-text-heading {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5; }
.c-text-heading-underline {
  font-size: 2.4rem;
  line-height: 1.83333;
  font-weight: 500;
  letter-spacing: 0.05; }
.c-text-heading-underline span {
    display: inline; }
.c-text-dsc {
  letter-spacing: 0.1em;
  font-weight: 500; }
.c-text-dsc + .c-text-dsc {
    margin-top: 2em; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
.u-fit-w {
  width: 100%;
  height: auto; }
.u-fit-h {
  height: 100%;
  height: auto; }
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }
.u-fit-img.-is-center {
    -o-object-position: center;
       object-position: center; }
body.u-scroll-fix {
  overflow: hidden; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 768px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
      .l-background__content {
        max-width: 1366px;
        height: 768px; }
      .l-background__deco.-is-1 {
        width: 135px;
        top: 15px;
        left: 25px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-1 {
        width: 214px;
        left: 463px;
        top: 14px; }
      .l-background__deco.-is-2 {
        width: 182px;
        left: 1448px;
        top: 93px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-2 {
        width: 288px;
        left: 700px;
        top: -30px; }
        .l-background__deco.-is-3 {
          width: 247px;
          top: 211px;
          right: -126px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-3 {
          width: 391px;
          right: -35px;
          top: 64px; }
      .l-background__deco.-is-4 {
        width: 76px;
        right: -52px;
        bottom: 270px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-4 {
        width: 124px;
        right: 131px;
        bottom: 230px; }
      .l-background__deco.-is-5 {
        width: 155px;
        right: -251px;
        bottom: 189px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-5 {
        width: 246px;
        right: -108px;
        bottom: 100px; }
      .l-background__deco.-is-6 {
        width: 160px;
        right: -122px;
        bottom: 69px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-6 {
        width: 253px;
        right: 330px;
        bottom: -20px; }
      .l-background__deco.-is-7 {
        width: 175px;
        bottom: 255px;
        left: -158px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-7 {
        width: 277px;
        left: 347px;
        bottom: -30px; }
      .l-background__deco.-is-8 {
        width: 208px;
        bottom: 65px;
        left: 18px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-8 {
        width: 330px;
        left: -30px;
        bottom: 72px; }
      .l-background__deco.-is-9 {
        width: 127px;
        top: 333px;
        left: 70px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-9 {
        width: 202px;
        left: 143px;
        top: 153px; }
      .l-background__deco.-is-10 {
        width: 93px;
        left: 86px;
        top: 165px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-10 {
        width: 148px;
        top: 16px;
        left: 293px; }
      .l-background__deco.-is-11 {
        width: 148px;
        left: -137px;
        top: 51px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-11 {
        width: 234px;
        left: -30px;
        top: 20px; }
      .l-background__deco.-is-12 {
        width: 75px;
        left: 73px;
        top: -83px; }
      .l-background__deco.-is-13 {
        width: 149px;
        left: 0px;
        top: -312px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-13 {
        width: 149px;
        left: 596px;
        top: -212px; }
      .l-background__deco.-is-14 {
        width: 159px;
        right: -12px;
        top: 14px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-14 {
        width: 251px;
        right: -102px;
        top: -110px; }
      .l-background__deco.-is-15 {
        width: 85px;
        right: -283px;
        top: 322px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-15 {
        width: 135px;
        right: -160px;
        top: 308px; }
      .l-background__deco.-is-16 {
        width: 75px;
        right: -4px;
        bottom: 212px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-16 {
        width: 119px;
        right: 191px;
        bottom: 102px; }
      .l-background__deco.-is-17 {
        width: 94px;
        right: -315px;
        bottom: 99px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-17 {
        width: 149px;
        right: -303px;
        bottom: 144px; }
      .l-background__deco.-is-18 {
        width: 144px;
        right: -175px;
        bottom: -124px; }
      .l-background__deco.-is-19 {
        width: 159px;
        left: 13px;
        bottom: -125px; }
      .l-background__deco.-is-20 {
        width: 119px;
        left: -175px;
        bottom: -34px; }
      .l-background__deco.-is-21 {
        width: 190px;
        left: -95px;
        top: 226px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-21 {
        width: 317px;
        left: -256px;
        top: 175px; }
      .l-background__deco.-is-22 {
        width: 124px;
        left: 147px;
        top: 221px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-22 {
        width: 196px;
        left: -373px;
        top: 321px; }
      .l-background__deco.-is-23 {
        width: 88px;
        left: 0px;
        top: 0px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-23 {
        width: 88px;
        left: 393px;
        top: -56px;
        opacity: 1; }
      .l-background__deco.-is-24 {
        width: 42px;
        right: 380px;
        top: -244px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-24 {
        width: 42px;
        right: 480px;
        top: -74px;
        opacity: 1; }
      .l-background__deco.-is-25 {
        width: 67px;
        right: 120px;
        top: -144px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-25 {
        width: 67px;
        right: 120px;
        top: -144px; }
      .l-background__deco.-is-26 {
        width: 34px;
        right: -14px;
        top: 165px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-26 {
        width: 55px;
        right: 301px;
        top: 107px; }
      .l-background__deco.-is-27 {
        width: 34px;
        right: 0px;
        bottom: 17px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-27 {
        width: 55px;
        right: 90px;
        bottom: 27px; }
      .l-background__deco.-is-28 {
        width: 42px;
        right: 120px;
        bottom: -160px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-28 {
        width: 42px;
        right: 273px;
        bottom: -80px;
        opacity: 1; }
      .l-background__deco.-is-29 {
        width: 58px;
        right: 74px;
        bottom: -80px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-29 {
        width: 88px;
        right: 574px;
        bottom: -80px; }
      .l-background__deco.-is-30 {
        width: 38px;
        left: 102px;
        bottom: -93px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-30 {
        width: 38px;
        left: 402px;
        bottom: -93px;
        opacity: 1; }
      .l-background__deco.-is-31 {
        width: 88px;
        left: -365px;
        bottom: 154px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-31 {
        opacity: 1;
        width: 88px;
        left: -165px;
        bottom: 154px; }
      .l-background__deco.-is-32 {
        width: 34px;
        left: -165px;
        bottom: 138px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-32 {
        width: 55px;
        left: -265px;
        bottom: 98px; }
      .l-background__deco.-is-33 {
        width: 30px;
        left: -184px;
        top: 0px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-33 {
        width: 55px;
        left: -134px;
        top: 35px; }
      .l-background__deco.-is-34 {
        width: 27px;
        left: 22px;
        top: 0px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-34 {
        width: 38px;
        left: 210px;
        top: 23px; }
      .l-background__deco.-is-35 {
        width: 67px;
        left: -254px;
        top: -110px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-35 {
        width: 67px;
        left: -254px;
        top: -110px; }
      .l-background__deco.-is-36 {
        width: 251px;
        left: -246px;
        top: -287px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-36 {
        width: 251px;
        left: -246px;
        top: -287px; }
      .l-background__deco.-is-37 {
        width: 55px;
        right: -217px;
        top: 289px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-37 {
        width: 88px;
        right: -136px;
        top: 189px; }
      .l-background__deco.-is-38 {
        width: 38px;
        right: -473px;
        top: 50px;
        opacity: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-38 {
        width: 58px;
        right: -273px;
        top: 12px;
        opacity: 1; }
    .l-banner-area {
      padding: 60px 30px; }
      .l-banner-area__heading {
        font-size: 1.6rem; }
    .l-banner-area__banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 24px; }
    .l-banner-area__banner-item {
      width: calc(33.333% - 28px);
      margin-left: 42px; }
      .l-banner-area__banner-item:nth-of-type(3n + 1) {
        margin-left: 0; }
      .l-banner-area__banner-item:nth-of-type(n + 4) {
        margin-top: 20px; }
    .l-banner-area__banner-link {
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      display: block; }
      .l-banner-area__banner-link:hover {
        opacity: 0.7; }
    .l-headers {
      padding: 24px 33px; }
    .l-body {
      overflow-y: scroll; }
  .l-main {
    padding: 0 20px; }
  .l-body[data-page="article-special"] .l-main {
    padding: 0; }
    .l-menu-btn {
      width: 80px;
      height: 80px;
      top: 24px;
      right: 30px; }
      .l-menu-btn__bar.-is-1 {
        top: calc(50% - 5px); }
      .l-menu-btn__bar.-is-2 {
        top: calc(50% + 5px); }
    .l-menu-btn {
      -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.25s ease;
      transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.25s ease;
      transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.25s ease;
      transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.25s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.25s ease; }
      .l-menu-btn:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .l-menu-btn:active {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
                box-shadow: 0 0 0 rgba(0, 0, 0, 0.07); }
      .l-menu__deco.-is-1 {
        width: 218px;
        bottom: -40px;
        right: -242px; }
      .l-menu__deco.-is-2 {
        width: 94px;
        top: 72px;
        left: -61px; }
      .l-menu__logo {
        left: -18px; }
    .l-menu__nav {
      margin-top: 87px; }
      .l-menu__nav-row + .l-menu__nav-row {
        margin-top: 48px; }
    .l-menu__nav-item + .l-menu__nav-item {
      margin-left: 66px; }
      .l-menu__nav-link {
        font-size: 1.8rem; }
      .l-menu__nav-link:hover {
        color: var(--brown); }
        .l-menu__nav-link:hover::before {
          background-color: var(--brown); }
    .l-menu__sns {
      margin-top: 90px; }
    .l-menu__sns-link:hover svg path {
      fill: var(--brown); }
      .l-modal__box-wrap {
        padding: 60px 40px;
        margin: auto; }
      .l-modal__box {
        padding: 38px 45px 31px; }
      .l-modal__box-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .l-modal__close {
        margin-top: 31px; }
      .l-modal__close-btn {
        -webkit-transition: color .3s ease;
        transition: color .3s ease; }
        .l-modal__close-btn:hover {
          color: #FA4632; }
          .l-modal__close-btn:hover::after {
            background-color: #FA4632; }
      .l-modal__close-btn:hover .l-modal__close-icon::before {
        background-color: #FA4632; }
      .l-modal__close-btn:hover .l-modal__close-icon::after {
        background-color: #FA4632; }
  .p-about {
    padding-top: 96px;
    padding-bottom: 150px; }
  .p-about__bread {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .p-about-mv__inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; }
    .p-about-mv__title {
      margin-top: 30px; }
    .p-about-mv__dsc {
      margin-top: 43px; }
  .p-about-member {
    margin-top: 116px; }
  .p-about-member__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
      .p-article-detail__bread {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
  .p-article-detail-article__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .p-article-detail-article__content {
      padding: 61px 30px; }
    .p-article-detail-article__content.-is-special {
      padding-top: 38px; }
    .p-article-detail-article__content.-is-pt-0 {
      padding-top: 0; }
      .p-article-detail-article__head-ttl.-special {
        padding: 23px 0 24px; }
    .p-article-detail-article__head-ttl {
      font-size: 3.2rem;
      margin-top: 11px;
      line-height: 1.46875; }
    .p-article-detail-article__head-info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 12px; }
    .p-article-detail-article__head-time {
      font-size: 1.6rem; }
  .p-article-detail-article__body {
    margin-top: 60px; }
  .p-article-detail-keywords {
    padding-top: 60px; }
  .p-article-detail-banner {
    padding-top: 118px; }
  .p-article-detail-ranking {
    margin-top: 144px; }
    .p-article-detail-ranking.-is-side {
      padding-left: 20px;
      padding-right: 20px; }
  .p-article-detail-ranking__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
      .p-article__bread {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
  .p-article-list__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .p-article-list__content {
      padding: 62px 58px 60px; }
  .p-article-list__body {
    margin-top: 48px; }
  .p-article-list__item {
    margin-left: 32px;
    width: calc(33.3333% - (64px / 3)); }
    .p-article-list__item:nth-of-type(3n + 1) {
      margin-left: 0; }
    .p-article-list__item:nth-of-type(n + 4) {
      margin-top: 48px; }
  .p-article-list__pagination {
    margin-top: 64px; }
    .p-article-banner {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .p-article-banner::before, .p-article-banner::after {
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease; }
      .p-article-banner:hover {
        color: var(--main-color-text); }
        .p-article-banner:hover::before, .p-article-banner:hover::after {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
  .p-article-ranking {
    margin-top: 120px; }
  .p-article-ranking__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .p-femtech .fz-pc-14 {
    font-size: 1.4rem; }
  .p-femtech .fz-pc-24 {
    font-size: 2.4rem; }
  .p-femtech .mt-pc-8 {
    margin-top: 8px; }
  .p-femtech .mt-pc-30 {
    margin-top: 30px; }
  .p-femtech .mt-pc-24 {
    margin-top: 24px; }
    .p-femtech-content .p-kihon-content__box[data-accordion]:hover .p-femtech-content__box-acc-icon::before, .p-femtech-content .p-kihon-content__box[data-accordion]:hover .p-femtech-content__box-acc-icon::after {
      background-color: var(--main-color); }
    .p-femtech-content .p-kihon-content__box.js-is-open:hover .p-femtech-content__box-acc-icon {
      cursor: pointer; }
      .p-femtech-content .p-kihon-content__box.js-is-open:hover .p-femtech-content__box-acc-icon::before, .p-femtech-content .p-kihon-content__box.js-is-open:hover .p-femtech-content__box-acc-icon::after {
        background-color: var(--black); }
    .p-femtech-content .p-kihon-content__box.js-is-open .p-femtech-content__box-acc-icon:hover::before, .p-femtech-content .p-kihon-content__box.js-is-open .p-femtech-content__box-acc-icon:hover::after {
      background-color: var(--main-color); }
  .p-femtech-content .p-kihon-content__data-item + .p-kihon-content__data-item {
    margin-top: 42px; }
    .p-femtech-content__box-acc-icon {
      position: absolute;
      top: 50%;
      right: -86px;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
      .p-femtech-content__box-acc-icon:hover::before, .p-femtech-content__box-acc-icon:hover::after {
        background-color: var(--main-color); }
    .p-femtech-content__box-ttl {
      font-size: 2.4rem;
      margin-left: 14px; }
    .p-femtech-content .p-kihon-content__box-head.accordion-head:hover {
      color: var(--main-color-text);
      border-color: var(--main-color); }
      .p-femtech-content .p-kihon-content__box-head.accordion-head:hover .p-femtech-content__box-acc-icon::before, .p-femtech-content .p-kihon-content__box-head.accordion-head:hover .p-femtech-content__box-acc-icon::after {
        background-color: var(--main-color); }
      .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open:hover {
        color: var(--black);
        border-color: var(--black); }
        .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open:hover .p-femtech-content__box-acc-icon::before, .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open:hover .p-femtech-content__box-acc-icon::after {
          background-color: var(--black); }
      .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open .p-femtech-content__box-acc-icon {
        cursor: pointer; }
        .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open .p-femtech-content__box-acc-icon:hover::before, .p-femtech-content .p-kihon-content__box-head.accordion-head.js-is-open .p-femtech-content__box-acc-icon:hover::after {
          background-color: var(--main-color); }
    .p-femtech-content__box-img-wrap.-block-small {
      padding-block: 30px; }
  .p-femtech-content__box-img-deco {
    position: absolute;
    top: -18px;
    right: 74px; }
    .p-femtech-content__box-img-deco.-w120 {
      top: -27px;
      right: 63px; }
    .p-femtech-content__box-img-deco.-w140 {
      top: -41px;
      right: 44px; }
    .p-femtech-content__icon-list .p-femtech-content__icon-flex-item {
      margin-left: 46px; }
      .p-femtech-content__icon-list .p-femtech-content__icon-flex-item:first-child {
        margin-left: 0; }
      .p-femtech-content__icon-list .p-femtech-content__icon-flex-item:nth-child(2) {
        margin-left: 16px; }
      .p-femtech-content__icon-list .p-femtech-content__icon-flex-item:nth-child(3) {
        margin-left: 34px; }
    .p-femtech-content__slide-prev:hover svg path, .p-femtech-content__slide-next:hover svg path {
      stroke: var(--main-color); }
    .p-femtech-content__pickup:hover .p-femtech-content__pickup-img img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .p-femtech-content__pickup:hover .p-femtech-content__pickup-title, .p-femtech-content__pickup:hover .p-femtech-content__pickup-desc {
      color: var(--main-color-text); }
    .p-femtech-content__pickup-img {
      aspect-ratio: 1; }
    .p-home-mv {
      min-height: 700px; }
      .p-home-mv__content {
        max-width: 816px;
        height: 492px; }
      .p-home-mv__ttl {
        top: 30px; }
      .p-home-mv__slider-item {
        padding-top: 184px; }
      .p-home-mv__dsc {
        font-size: 1.8rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.88889;
        height: calc(100% + 20px); }
    .p-home-mv__article {
      margin-top: 5px; }
    .p-home-mv__article-fig {
      max-width: 618px;
      margin-left: auto;
      margin-right: auto; }
    .p-home-mv__article-fig {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-home-mv__article-thumb {
      width: 300px;
      height: 200px;
      overflow: hidden; }
      .p-home-mv__article-text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 42px;
        padding: 11px 0; }
      .p-home-mv__article-link:hover .p-home-mv__article-date {
        color: var(--main-color-text); }
      .p-home-mv__article-link:hover .p-home-mv__article-ttl {
        color: var(--main-color-text); }
      .p-home-mv__pagination {
        bottom: 46px; }
        .p-home-mv__pagination .swiper-pagination-bullet:hover {
          background-color: var(--brown); }
      .p-home-mv__scroll {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .p-home-mv__scroll-text {
        font-size: 1rem; }
    .p-home-mv__nav {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 31px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      max-width: 1366px;
      padding: 0 60px;
      z-index: 30; }
    .p-home-mv__nav-list {
      background-color: #fff;
      border-radius: 100px;
      -webkit-box-shadow: 0 0 24px var(--shadow);
              box-shadow: 0 0 24px var(--shadow);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 23px 0 22px; }
    .p-home-mv__nav-item {
      font-size: 1.3rem; }
      .p-home-mv__nav-item + .p-home-mv__nav-item {
        margin-left: 53px; }
    .p-home-mv__nav-link {
      font-weight: 500; }
      .p-home-mv__nav-link:hover {
        color: var(--main-color-text); }
    .p-home-feature__list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-home-feature__item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 1.6rem; }
      .p-home-feature__item + .p-home-feature__item {
        margin-left: 36px; }
      .p-home-feature__item-pic {
        width: 120px; }
    .p-home-feature__item-caption {
      margin-top: 27px; }
    .p-home-feature__item-btn {
      margin-top: 14px; }
    .p-home-pickup {
      margin-top: 111px; }
    .p-home-pickup__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
    .p-home-pickup__content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .p-home-pickup__col {
        padding: 60px 60px 65px; }
      .p-home-pickup__heading-item {
        padding: 13px 30px; }
      .p-home-pickup__dsc {
        font-size: 1.6rem;
        line-height: 1.75;
        min-height: 84px;
        letter-spacing: 0.05em;
        margin-top: 22px; }
      .p-home-pickup__list {
        margin-top: 48px; }
      .p-home-pickup__link {
        margin-top: 60px; }
    .p-home-keywords {
      margin-top: 118px; }
    .p-home-special {
      margin-top: 120px;
      margin-bottom: 120px; }
    .p-home-special__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
      .p-home-special__content {
        padding: 60px; }
      .p-home-special__ttl {
        font-size: 3.6rem; }
      .p-home-special__dsc {
        margin-top: 8px;
        font-size: 1.6rem;
        line-height: 2.25; }
    .p-home-special__more {
      position: absolute;
      top: 55px;
      right: 0; }
    .p-home-special__body {
      margin-top: 36px; }
      .p-home-special__pic {
        width: 498px; }
      .p-home-special__pic-item img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .p-home-special__item.js-is-mouseover .p-home-special__pic-item img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .p-home-special__text {
        width: 452px;
        margin-top: -180px;
        margin-left: auto; }
        .p-home-special__item.js-is-mouseover .p-home-special__text {
          color: var(--main-color-text); }
      .p-home-special__text-link {
        padding: 55px 25px 61px 75px; }
      .p-home-special__item-ttl {
        font-size: 1.8rem;
        line-height: 1.77778; }
      .p-home-special__item-tag {
        bottom: 57px;
        left: 76px; }
    .p-home-member {
      margin-top: 124px; }
    .p-home-member__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
    .p-home-ranking {
      margin-top: 120px; }
    .p-home-ranking__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
  .p-kihon {
    padding-top: 96px;
    padding-bottom: 150px; }
  .p-kihon__bread {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .p-kihon-mv {
    margin-top: 12px; }
  .p-kihon-mv__inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; }
    .p-kihon-mv__dsc {
      margin-top: 48px; }
      .p-kihon-mv__nav-text span {
        padding-bottom: 4px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(95%, #262626), to(#262626));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 95%, #262626 95%, #262626 100%); }
      a:hover .p-kihon-mv__nav-text span {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(95%, var(--main-color)), to(var(--main-color)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 95%, var(--main-color) 95%, var(--main-color) 100%); }
    .p-kihon-content__deco {
      display: none; }
    .p-kihon-content__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
      .p-kihon-content__box {
        padding: 62px 152px; }
      .p-kihon-content__box + .p-kihon-content__box {
        margin-top: 60px; }
      .p-kihon-content__box-head {
        pointer-events: none; }
      .p-kihon-content__box-ttl {
        font-size: 2.4rem;
        margin-left: 30px; }
    .p-kihon-content__box-acc-icon {
      display: none; }
    .p-kihon-content__box-heading {
      margin-top: 83px;
      margin-bottom: 30px; }
    .p-kihon-content__box-heading.-is-mt-s {
      margin-top: 51px; }
    .p-kihon-content__box-heading.-is-mb-s {
      margin-bottom: 15px; }
      .p-kihon-content__box-heading-2 {
        margin-top: 42px;
        font-size: 2.4rem;
        margin-bottom: 30px; }
    .p-kihon-content__note-text {
      margin-top: 30px;
      line-height: 2;
      font-size: 1.7rem; }
      .p-kihon-content__note-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 42px; }
    .p-kihon-content__note-col {
      width: calc(50% - 21px); }
    .p-kihon-content__note-col + .p-kihon-content__note-col {
      margin-left: 42px; }
      .p-kihon-content__note-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: 55px; }
        .p-kihon-content__note-check li {
          width: 45%; }
          .p-kihon-content__note-check li::before {
            top: 11px; }
        .p-kihon-content__note-list li {
          margin-left: -3px; }
        .p-kihon-content__note-list li:nth-of-type(n + 2) {
          margin-top: 14px; }
          .p-kihon-content__note-list li span {
            margin-left: 19px; }
      .p-kihon-content__data-list {
        padding: 28px 42px;
        margin-top: 13px; }
    .p-kihon-content__data-item + .p-kihon-content__data-item {
      margin-top: 37px; }
      .p-kihon-content__data-btn-item:hover {
        color: var(--main-color-text); }
        .p-kihon-content__data-btn-item:hover::after {
          background-color: var(--main-color-text); }
      .p-kihon-content__data-btn-item:hover .p-kihon-content__data-btn-icon::before {
        background-color: var(--main-color); }
      .p-kihon-content__data-btn-item:hover .p-kihon-content__data-btn-icon::after {
        background-color: var(--main-color); }
      .p-message__bread {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
  .p-message-box {
    margin-top: 13px; }
    .c-article {
      font-size: 1.7rem;
      line-height: 1.76471; }
        .c-article__text a:hover {
          text-decoration: none; }
      .c-article__list {
        padding: 45px 42px 38px; }
        .c-article__list dt {
          font-size: 2.4rem;
          line-height: 1.25; }
        .c-article__list dt span {
          font-size: 1.8rem; }
      .c-article__list dd {
        margin-top: 30px;
        margin-left: 56px; }
        .c-article__list.-is-num ol {
          margin-left: 19px; }
      .c-article__h2 {
        margin-top: 58px; }
        .c-article__h2 span {
          padding-bottom: 6px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(96%, var(--accent-color)), to(var(--accent-color)));
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 95%, var(--accent-color) 96%, var(--accent-color) 100%); }
      .c-article__author {
        padding: 26px 40px 35px; }
      .c-article__author-fig {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .c-article__author-pic {
        width: 100px;
        height: 100px; }
    .c-article__author-info {
      margin-left: 30px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-article__author-name {
        font-size: 2.4rem; }
      .c-article__author-dsc {
        margin-top: 14px; }
      .c-article__nextlink {
        margin-top: 3rem;
        padding: 2.4rem 7rem; }
      .c-article__nextlinkHead {
        font-size: 1.7rem; }
      .c-article__nextlinkBody {
        font-size: 1.7rem;
        line-height: 3rem; }
        .c-article__nextlinkBody:hover {
          text-decoration: underline; }
    .c-article__pagination {
      margin-top: 55px; }
    .c-article-profile {
      max-width: 600px;
      margin: 60px auto; }
      .c-article-profile__item-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .c-article-profile__pic {
        width: 100px;
        height: 100px; }
    .c-article-profile__info {
      margin-left: 30px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .c-article-profile__info-top {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
      .c-article-profile__name {
        font-size: 2.3rem; }
    .c-article-profile__sns {
      margin-left: 25px; }
        .c-article-profile__sns-item svg {
          width: 18px;
          height: 18px; }
      .c-article-profile__sns-item a {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .c-article-profile__sns-item a:hover {
          opacity: 0.7; }
      .c-article-profile__sub {
        margin-top: 16px; }
      .c-article-profile__link a:hover {
        text-decoration: underline; }
    .c-article-profile-l {
      padding: 60px 80px; }
      .c-article-profile-l__pic {
        width: 180px;
        height: 180px; }
      .c-article-profile-l__name {
        font-size: 2.4rem;
        margin-top: 13px; }
      .c-article-profile-l__sns {
        margin-top: 13px; }
    .c-article-profile-l__sns-item svg {
      width: 16px;
      height: 16px; }
      .c-article-profile-l__dsc {
        margin-top: 20px; }
    .c-bread__link[href]:hover {
      text-decoration: underline; }
    .c-btn {
      font-size: 1.8rem;
      padding: 17px 0 18px;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .c-btn:hover {
        background-color: var(--module-yellow); }
    .c-btn-more:hover {
      color: var(--main-color-text); }
      .c-btn-more:hover::before {
        background-color: var(--main-color-text); }
    .c-btn-blank {
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .c-btn-blank:hover:hover {
        background-color: var(--module-yellow); }
      .c-card__thum {
        overflow: hidden; }
      .c-card__thum-item {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
        .c-card__link:hover .c-card__thum-item {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .c-card__link:hover .c-card__date {
        color: var(--main-color-text); }
      .c-card__title {
        margin-top: 6px; }
        .c-card__link:hover .c-card__title {
          color: var(--main-color-text); }
    .c-card__tag {
      margin-top: 15px; }
    .c-cat {
      font-size: 1.6rem;
      padding: 5px 10px; }
  .c-cateogory-banner__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .c-cateogory-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .c-cateogory-banner__item {
      width: calc(50% - 6px); }
    .c-cateogory-banner__link {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .c-cateogory-banner__link::before, .c-cateogory-banner__link::after {
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease; }
      .c-cateogory-banner__link:hover {
        color: #FA4632; }
        .c-cateogory-banner__link:hover::before, .c-cateogory-banner__link:hover::after {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::before {
        width: 89px;
        height: 59.33px;
        left: 16px;
        top: -11px; }
      .c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::after {
        right: 30px;
        top: -77px; }
    .c-cateogory-banner__ttl {
      font-size: 3.2rem; }
    .c-cateogory-banner__dsc {
      font-size: 1.6rem;
      line-height: 1.8; }
    .c-keywords {
      padding: 65px 0 60px;
      width: 100vw;
      margin-left: calc(50% - 50vw); }
    .c-keywords__inner {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
      .c-keywords__head {
        font-size: 2.2rem; }
    .c-keywords__body {
      margin-top: 45px; }
      .c-keywords__item-link:hover::before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .c-member__ttl {
      font-size: 3.6rem; }
    .c-member__dsc {
      margin-top: 11px; }
  .c-member__body {
    margin-top: 58px; }
    .c-member__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 93px;
      padding-top: 65px; }
    .c-member__item {
      width: calc(50% - 16px);
      padding-bottom: 42px; }
      .c-member__item:not(:nth-of-type(odd)) {
        margin-left: 32px; }
  .c-member__item-link {
    pointer-events: none; }
    .c-member__item-pic {
      width: 130px;
      height: 130px;
      margin-top: -65px; }
      .c-member__item-pic img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .c-member__item-link:hover .c-member__item-pic img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .c-member__item-text {
      width: 100%;
      height: calc(100% - 65px);
      padding: 0 42px; }
    .c-member__item-name {
      margin-top: 5px;
      margin-bottom: 42px; }
      .c-member__item-btn-link::before {
        -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .c-member__item-btn-link {
      -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .c-member__item-link:hover .c-member__item-btn-link {
        color: #FA4632; }
      .c-member__item-link:hover .c-member__item-btn-link::before {
        background-color: #FA4632; }
      .c-member__item-btn-icon::before, .c-member__item-btn-icon::after {
        -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
        .c-member__item-link:hover .c-member__item-btn-icon::before, .c-member__item-link:hover .c-member__item-btn-icon::after {
          background-color: #FA4632; }
    .c-member__about-link {
      width: 340px;
      margin-top: 90px; }
      .c-modal-profile__box {
        max-width: 724px;
        padding-top: 100px; }
      .c-modal-profile__box-inner {
        padding: 0 42px 24px; }
      .c-modal-profile__pic {
        width: 200px;
        height: 200px;
        margin-top: -100px; }
      .c-modal-profile__name {
        margin-top: 5px; }
      .c-modal-profile__dsc {
        margin-top: 42px; }
      .c-modal-profile__close {
        margin-top: 50px; }
        .c-modal-profile__close-btn::before {
          -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .c-modal-profile__close-btn {
        -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
        .c-modal-profile__close-btn:hover {
          color: #FA4632; }
        .c-modal-profile__close-btn:hover::before {
          background-color: #FA4632; }
        .c-modal-profile__close-btn-icon::before, .c-modal-profile__close-btn-icon::after {
          -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
          .c-modal-profile__close-btn:hover .c-modal-profile__close-btn-icon::before, .c-modal-profile__close-btn:hover .c-modal-profile__close-btn-icon::after {
            background-color: #FA4632; }
      .c-pagination__item {
        font-size: 2rem;
        line-height: 1.764; }
        .c-pagination__item span,
        .c-pagination__item a {
          padding-bottom: 0;
          width: 25px; }
        .c-pagination__item a:hover {
          color: var(--main-color-text);
          border-color: var(--main-color-text); }
    .c-pagination__item-prev:hover::before {
      border-color: var(--main-color-text); }
    .c-pagination__item-next:hover::before {
      border-color: var(--main-color-text); }
    .c-ranking__ttl {
      font-size: 3.6rem;
      line-height: 1.22222; }
    .c-ranking__list {
      margin-top: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .c-ranking__item {
      width: calc(33.333% - (64px / 3));
      margin-left: 32px; }
      .c-ranking__item:nth-of-type(3n + 1) {
        margin-left: 0; }
    .c-ranking__tag {
      width: 42px;
      height: 42px;
      top: 0;
      left: 50%;
      font-size: 2rem; }
    .c-ranking__pic {
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
  .c-ranking__pic-item {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .c-ranking__item-link:hover .c-ranking__pic-item {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .c-ranking__text {
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      min-height: 104px; }
      .c-ranking__item-link:hover .c-ranking__text {
        color: #FA4632; }
  .c-sns__link svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .c-sns__link:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .c-tag {
      position: relative;
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px;
      row-gap: 6px; }
      .c-tag__item a {
        position: relative;
        display: inline-block;
        padding-bottom: 3px; }
        .c-tag__item a::before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transform-origin: left;
                  transform-origin: left;
          width: 100%;
          height: 2px;
          background-color: var(--main-color);
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; }
        .c-tag__item a:hover::before {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
    .c-text-heading {
      font-size: 2.4rem; }
    .c-text-heading span {
      display: inline-block;
      padding-bottom: 5px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(93%, rgba(255, 255, 255, 0)), color-stop(94%, var(--accent-color)), to(var(--accent-color)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 93%, var(--accent-color) 94%, var(--accent-color) 100%); }
      .c-text-heading-underline span {
        padding-bottom: 6px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(96%, var(--main-color)), to(var(--main-color)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 95%, var(--main-color) 96%, var(--main-color) 100%); }
    .c-text-dsc {
      font-size: 1.7rem;
      line-height: 2; }
  .for-mobile {
    display: none; } }
@media (max-width: 767px) {
  p sub {
    font-size: 75%; }
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
      .l-background__content {
        top: -17px;
        width: 100%;
        height: 667px; }
      .l-background__deco.-is-1 {
        width: 79px;
        top: 116px;
        left: -54px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-1 {
        top: 41px;
        left: 83px; }
      .l-background__deco.-is-2 {
        width: 106px;
        right: -107px;
        top: 23px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-2 {
        right: 87px;
        top: 26px; }
        .l-background__deco.-is-3 {
          width: 144px;
          top: 190px;
          right: -97px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-3 {
          top: 143px;
          right: -81px; }
      .l-background__deco.-is-4 {
        width: 45px;
        top: 343px;
        right: -8px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-4 {
        width: 45px;
        top: 306px;
        right: -3px; }
      .l-background__deco.-is-5 {
        width: 90px;
        right: -71px;
        bottom: 115px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-5 {
        width: 90px;
        right: -68px;
        bottom: 145px; }
      .l-background__deco.-is-6 {
        width: 93px;
        right: -37px;
        bottom: 21px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-6 {
        width: 93px;
        right: 3px;
        bottom: 64px; }
      .l-background__deco.-is-7 {
        width: 102px;
        right: -80px;
        bottom: 100px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-7 {
        width: 102px;
        right: 102px;
        bottom: -40px; }
      .l-background__deco.-is-8 {
        width: 121px;
        bottom: -14px;
        left: -79px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-8 {
        bottom: -14px;
        left: 29px; }
      .l-background__deco.-is-9 {
        width: 74px;
        top: 371px;
        left: -27px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-9 {
        top: 139px;
        left: -27px; }
      .l-background__deco.-is-10 {
        width: 54px;
        top: 219px;
        left: -25px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-10 {
        top: 31px;
        left: 11px; }
      .l-background__deco.-is-11 {
        width: 86px;
        left: -170px;
        top: -60px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-11 {
        left: 70px;
        top: -55px; }
      .l-background__deco.-is-12 {
        display: none; }
      .l-background__deco.-is-13 {
        width: 54px;
        top: -57px;
        right: 23px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-13 {
        top: -57px;
        right: 123px; }
      .l-background__deco.-is-14 {
        width: 92px;
        right: -24px;
        top: 75px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-14 {
        right: -40px;
        top: 32px; }
      .l-background__deco.-is-15 {
        width: 50px;
        right: 0;
        bottom: -200px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-15 {
        width: 50px;
        right: 20px;
        bottom: -60px; }
      .l-background__deco.-is-16 {
        width: 44px;
        bottom: -30px;
        right: -104px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-16 {
        bottom: 46px;
        right: 104px; }
      .l-background__deco.-is-17 {
        width: 54px;
        bottom: 200px;
        right: -41px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-17 {
        bottom: 238px;
        right: -27px; }
      .l-background__deco.-is-18 {
        display: none; }
      .l-background__deco.-is-19 {
        display: none; }
      .l-background__deco.-is-20 {
        display: none; }
      .l-background__deco.-is-21 {
        width: 98px;
        left: -14px;
        bottom: -84px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-21 {
        left: -14px;
        bottom: -84px; }
      .l-background__deco.-is-22 {
        width: 72px;
        left: -34px;
        top: 274px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-22 {
        left: -34px;
        top: 252px; }
      .l-background__deco.-is-23 {
        width: 32px;
        left: 5px;
        top: 0; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-23 {
        left: 187px;
        top: 0; }
      .l-background__deco.-is-24 {
        display: none; }
      .l-background__deco.-is-25 {
        width: 24px;
        top: 88px;
        left: 5px; }
      .l-background__deco.-is-26 {
        width: 20px;
        top: 149px;
        right: 41px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-26 {
        top: 149px;
        right: 41px; }
      .l-background__deco.-is-27 {
        display: none; }
      .l-background__deco.-is-28 {
        width: 15px;
        right: 20px;
        top: -4px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-28 {
        right: 92px;
        top: -27px; }
      .l-background__deco.-is-29 {
        display: none; }
      .l-background__deco.-is-30 {
        width: 14px;
        top: 42px;
        left: -79px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-30 {
        top: 42px;
        left: 79px; }
      .l-background__deco.-is-31 {
        width: 32px;
        bottom: 23px;
        right: 0px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-31 {
        bottom: 23px;
        right: 0px; }
      .l-background__deco.-is-32 {
        display: none; }
      .l-background__deco.-is-33 {
        display: none; }
      .l-background__deco.-is-34 {
        width: 14px;
        bottom: -60px;
        left: 194px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-34 {
        bottom: -60px;
        left: 194px; }
      .l-background__deco.-is-35 {
        width: 24px;
        bottom: -90px;
        right: 64px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-35 {
        bottom: -90px;
        right: 64px; }
      .l-background__deco.-is-36 {
        display: none; }
      .l-background__deco.-is-37 {
        display: none; }
      .l-background__deco.-is-38 {
        width: 21px;
        left: -27px;
        bottom: 258px; }
      .l-body[data-page="home"].js-is-fv .l-background__deco.-is-38 {
        left: 7px;
        bottom: 258px; }
    .l-banner-area {
      padding: 24px 0 28px; }
      .l-banner-area__inner {
        padding-left: 30px;
        padding-right: 30px; }
      .l-banner-area__heading {
        font-size: 1.4rem; }
    .l-banner-area__banner {
      margin-top: 28px; }
    .l-banner-area__banner-item + .l-banner-area__banner-item {
      margin-top: 18px; }
    .l-headers {
      padding: 14px 30px; }
    .l-menu-btn {
      width: 50px;
      height: 50px;
      top: 20px;
      right: 20px; }
      .l-menu-btn__bar {
        width: 20px; }
      .l-menu-btn__bar.-is-1 {
        top: calc(50% - 3px); }
      .l-menu-btn__bar.-is-2 {
        top: calc(50% + 3px); }
    .l-menu {
      background-image: url("../images/common/menu-bg-sp.jpg"); }
      .l-menu__deco.-is-1 {
        width: 109px;
        bottom: -38px;
        right: -60px; }
      .l-menu__deco.-is-2 {
        width: 47px;
        top: 45px;
        left: -35px; }
      .l-menu__logo {
        width: 244px;
        left: -10px; }
        .l-menu__logo img {
          width: 100%;
          height: auto; }
    .l-menu__nav {
      margin-top: 21px;
      width: calc(100% + 30px);
      position: relative;
      left: -15px; }
      .l-menu__nav-row {
        max-width: 286px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .l-menu__nav-item {
      margin: 15px 13px; }
      .l-menu__nav-link {
        font-size: 1.6rem;
        padding-bottom: 5px; }
    .l-menu__sns {
      margin-top: 27px; }
      .l-modal__content {
        height: 100%; }
      .l-modal__box-wrap {
        overflow-y: scroll;
        padding: 30px 20px; }
      .l-modal__box {
        padding: 30px 20px; }
      .l-modal__box-heading {
        font-size: 1.6rem;
        line-height: 1.75; }
    .l-modal__box-fig {
      margin-top: 30px; }
      .l-modal__box-dsc {
        margin-top: 30px;
        line-height: 1.78571; }
      .l-modal__box-cap {
        margin-top: 27px; }
      .l-modal__close {
        margin-top: 30px; }
      .l-modal__close-btn {
        font-size: 1.4rem; }
  .p-about {
    padding-top: 88px;
    padding-bottom: 60px; }
  .p-about__bread {
    padding-left: 20px;
    padding-right: 20px; }
  .p-about-mv {
    padding-top: 34px; }
  .p-about-mv__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .p-about-mv__inner {
    padding: 0 40px; }
    .p-about-mv__dsc {
      margin-top: 25px; }
  .p-about-member {
    margin-top: 87px; }
  .p-about-member__inner {
    padding-left: 20px;
    padding-right: 20px; }
      .l-body[data-page="article-special"] .p-article-detail {
        background-image: url("../images/special/deco-1-sp.png");
        background-position: 0 390px; }
      .p-article-detail__bread {
        padding-left: 20px;
        padding-right: 20px; }
    .p-article-detail-pagetop {
      height: 375px; }
  .p-article-detail-article__inner {
    padding-left: 20px;
    padding-right: 20px; }
    .p-article-detail-article__content {
      padding-top: 30px; }
    .p-article-detail-article__content.-is-pt-0 {
      padding-top: 0; }
    .p-article-detail-article__head {
      padding: 0 20px;
      position: relative; }
      .l-body[data-page="article-special"] .p-article-detail-article__head {
        padding: 0; }
    .p-article-detail-article__head-cat {
      font-size: 1.4rem; }
      .p-article-detail-article__head-ttl.-special {
        padding: 18px 0; }
    .p-article-detail-article__head-ttl {
      font-size: 2.4rem;
      margin-top: 17px;
      padding-top: 6px;
      line-height: 1.5; }
    .p-article-detail-article__head-info {
      margin-top: 18px; }
    .p-article-detail-article__head-time {
      font-size: 1.3rem;
      line-height: 1.8rem;
      position: absolute;
      top: -24px;
      left: 20px; }
    .p-article-detail-article__head-tag {
      margin-left: 0px; }
    .p-article-detail-article__credit {
      margin: 12px 20px 0;
      line-height: 1.71429; }
      .l-body[data-page="article-special"] .p-article-detail-article__credit {
        margin: 12px 0 0; }
  .p-article-detail-article__body {
    padding: 0 20px; }
    .l-body[data-page="article-special"] .p-article-detail-article__body {
      padding: 0; }
  .p-article-detail-article__thum + .p-article-detail-article__body {
    margin-top: 30px; }
  .p-article-detail-keywords {
    padding-top: 64px; }
  .p-article-detail-banner {
    padding-top: 60px; }
  .p-article-detail-ranking {
    margin-top: 59px; }
  .p-article-detail-ranking__inner {
    padding-left: 20px;
    padding-right: 20px; }
    .p-article {
      padding-top: 97px;
      padding-bottom: 60px; }
      .p-article.-is-sp-pb-0 {
        padding-bottom: 0; }
      .p-article__bread {
        padding-left: 20px;
        padding-right: 20px; }
  .p-article-list__inner {
    padding-left: 20px;
    padding-right: 20px; }
    .p-article-list__content {
      padding: 30px 20px; }
  .p-article-list__body {
    margin-top: 29px; }
  .p-article-list__item + .p-article-list__item {
    margin-top: 32px; }
  .p-article-list__pagination {
    margin-top: 46px; }
    .p-article-banner {
      background-image: url("../images/common/banner-bg-yellow-sp.jpg"); }
      .p-article-banner::before {
        width: 104px;
        height: 104px;
        background-size: cover;
        top: -37px;
        left: -16px; }
      .p-article-banner::after {
        background-image: url("../images/common/banner-deco-2-sp.png");
        width: 40px;
        height: 26px;
        right: 11px; }
      .p-article-banner__section {
        margin-top: 62px;
        margin-inline: 20px; }
      .p-article-banner__ttl {
        font-size: 2.2rem; }
      .p-article-banner__desc {
        font-size: 1.4rem;
        margin-top: 10px; }
  .p-article-ranking {
    margin-top: 59px; }
  .p-article-ranking__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .p-femtech .fz-sp-18 {
    font-size: 1.8rem; }
  .p-femtech .fz-sp-12 {
    font-size: 1.2rem; }
  .p-femtech .mt-sp-18 {
    margin-top: 18px; }
  .p-femtech .mt-sp-4 {
    margin-top: 4px; }
    .p-femtech-content__deco-attention {
      width: 50px;
      height: 50px;
      top: -14px;
      left: 20px; }
  .p-femtech-content .p-kihon-content__deco {
    width: 166px;
    -webkit-transform: translate(-46%, -86%);
            transform: translate(-46%, -86%); }
  .p-femtech-content .p-kihon-content__box {
    padding: 40px 30px; }
    .p-femtech-content .p-kihon-content__box-head {
      padding-right: 0; }
    .p-femtech-content .p-kihon-content__box-body {
      margin-top: 12px;
      padding-inline: 0;
      padding-bottom: 0; }
  .p-femtech-content .p-kihon-content__data-item + .p-kihon-content__data-item {
    margin-top: 22px; }
    .p-femtech-content .p-kihon-content__data-list {
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      margin-top: 30px;
      padding-block: 18px 50px; }
    .p-femtech-content__box-acc-icon {
      width: 16px;
      height: 16px;
      position: relative; }
      .p-femtech-content__box-acc-icon::before {
        width: 16px;
        height: 2px; }
      .p-femtech-content__box-acc-icon::after {
        width: 16px;
        height: 2px; }
    .p-femtech-content__box-ttl {
      font-size: 2rem;
      margin-left: 10px;
      line-height: 1.45;
      letter-spacing: 0.01em; }
    .p-femtech-content__box-ttl.-first {
      font-size: 1.6rem; }
    .p-femtech-content__box-ttl-big {
      font-size: 2.4rem;
      margin-right: 8px; }
    .p-femtech-content__box-ttl-sub {
      display: block;
      font-size: 1.6rem;
      margin-left: 0;
      margin-top: 10px; }
    .p-femtech-content__check-list {
      margin-block: 18px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      row-gap: 9px; }
    .p-femtech-content__text {
      font-size: 1.6rem; }
    .p-femtech-content__data-item-heading {
      margin-top: 30px;
      margin-bottom: 18px; }
      .p-femtech-content__data-item-heading .c-text-heading-underline {
        font-size: 1.8rem; }
    .p-femtech-content__title-sub {
      font-size: 1.4rem; }
    .p-femtech-content__grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 24px; }
    .p-femtech-content__grid-item {
      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;
      gap: 5px; }
    .p-femtech-content__grid-item-text {
      font-size: 1.4rem;
      text-align: center;
      letter-spacing: 0; }
    .p-femtech-content__accordion-title {
      font-size: 1.8rem; }
    .p-femtech-content__box-img-wrap {
      padding: 18px 20px; }
  .p-femtech-content__box-img-deco {
    margin-bottom: 10px; }
    .p-femtech-content__box-desc {
      font-size: 1.4rem;
      margin-top: 18px;
      line-height: 1.7857142857; }
    .p-femtech-content__box-note {
      font-size: 1.2rem; }
    .p-femtech-content__accordion-note {
      font-size: 1.2rem; }
      .p-femtech-content__accordion-note + .p-femtech-content__accordion-note {
        margin-top: 6px; }
    .p-femtech-content__icon-flex {
      -webkit-column-gap: 18px;
         -moz-column-gap: 18px;
              column-gap: 18px; }
      .p-femtech-content__icon-flex.gap-sp-24 {
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px; }
    .p-femtech-content__icon-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 24px;
      row-gap: 24px; }
    .p-femtech-content__icon-flex-item-img {
      width: 64px; }
    .p-femtech-content__icon-flex-text {
      font-size: 1.4rem; }
    .p-femtech-content__other {
      bottom: 12px;
      right: 20px; }
    .p-femtech-content__slide-item {
      padding: 18px 20px 72px;
      min-height: 423px; }
    .p-femtech-content__slide-item-top {
      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;
      gap: 6px; }
    .p-femtech-content__slide-item-title {
      font-size: 1.4rem;
      text-align: center;
      line-height: 1.5; }
    .p-femtech-content__slide-item-sub {
      font-size: 0.9rem;
      text-align: center;
      letter-spacing: 0.05em; }
    .p-femtech-content__slide-item-desc {
      font-size: 1.4rem; }
  .p-femtech-content__slide-item-img {
    width: 90px; }
    .p-femtech-content__slide-bottom {
      bottom: 30px; }
    .p-femtech-content__box-subttl {
      font-size: 1.8rem;
      margin-block: 30px 18px; }
    .p-femtech-content__row {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-top: 18px; }
    .p-femtech-content__row-title {
      font-size: 1.6rem; }
    .p-femtech-content__row-desc {
      font-size: 1.6rem; }
    .p-femtech-content__pickup {
      margin-top: 30px;
      background-image: url(../images/femtech/picup-bg-sp.jpg);
      height: auto;
      padding: 46px 30px 18px; }
    .p-femtech-content__pickup-wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 18px; }
    .p-femtech-content__pickup-img {
      border-radius: 2px; }
    .p-femtech-content__pickup-lead {
      font-size: 1.3rem; }
    .p-femtech-content__pickup-title {
      margin-top: 9px;
      font-size: 1.6rem; }
    .p-femtech-content__pickup-desc {
      margin-top: 9x;
      font-size: 1.1rem; }
      .p-femtech-content__pickup-desc .ml-sp {
        display: inline-block;
        margin-left: 8px; }
    .p-femtech-content__pickup-tag {
      margin-top: 24px; }
      .p-home-mv__content {
        width: 88.8vw; }
      .p-home-mv__ttl {
        top: 43px;
        top: 30px; }
        .p-home-mv__ttl img {
          width: 223px; }
      .p-home-mv__slider-item {
        padding-top: 100px;
        padding-bottom: 30px; }
      .p-home-mv__dsc {
        width: 100%;
        font-size: 1.5rem;
        line-height: 2;
        padding: 0 30px;
        translate: 0 -5px; }
    .p-home-mv__article {
      translate: 0 -5px; }
    .p-home-mv__article-fig {
      padding: 0 20px; }
    .p-home-mv__article-thumb {
      width: 100%; }
      .p-home-mv__article-thumb img {
        aspect-ratio: 3 / 2;
        -o-object-fit: cover;
           object-fit: cover; }
      .p-home-mv__article-text {
        padding-top: 18px; }
    .p-home-mv__article-cat {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      z-index: 10;
      text-align: right; }
      .p-home-mv__article-tag {
        margin-top: 10px; }
      .p-home-mv__pagination {
        bottom: -6px; }
      .p-home-mv__scroll {
        left: 17px;
        bottom: 165px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left center;
                transform-origin: left center; }
      .p-home-mv__scroll-text {
        font-size: 1.3rem; }
      .p-home-mv__scroll-icon {
        width: 18px;
        position: absolute;
        top: 64%;
        left: 4px;
        -webkit-transform: translate(-100%, -50%) rotate(90deg);
                transform: translate(-100%, -50%) rotate(90deg); }
    .p-home-feature__list {
      padding: 0 40px; }
      .p-home-feature__item {
        font-size: 1.4rem; }
      .p-home-feature__item + .p-home-feature__item {
        margin-top: 27px; }
      .p-home-feature__item-pic {
        height: 102px; }
    .p-home-feature__item-caption {
      margin-top: 22px; }
    .p-home-feature__item-btn {
      margin-top: 12px; }
    .p-home-pickup {
      margin-top: 60px; }
    .p-home-pickup__inner {
      padding-left: 20px;
      padding-right: 20px; }
      .p-home-pickup__col {
        padding: 30px 20px 35px; }
        .p-home-pickup__col + .p-home-pickup__col {
          margin-top: 20px; }
      .p-home-pickup__heading-item {
        padding: 10px 22px;
        font-size: 2.2rem; }
      .p-home-pickup__dsc {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: 19px; }
      .p-home-pickup__keywords {
        margin-top: 30px; }
        .p-home-pickup__keywords .c-keywords__list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-column-gap: 10px;
             -moz-column-gap: 10px;
                  column-gap: 10px; }
        .p-home-pickup__keywords .c-keywords__item-link {
          padding-inline: 20px; }
      .p-home-pickup__list {
        margin-top: 29px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 17px;
           -moz-column-gap: 17px;
                column-gap: 17px;
        row-gap: 30px; }
      .p-home-pickup__item:nth-child(n+2) .c-tag {
        gap: 0; }
      .p-home-pickup__link {
        margin-top: 29px; }
    .p-home-keywords {
      margin-top: 64px; }
    .p-home-special {
      margin-top: 62px;
      margin-bottom: 60px;
      padding-bottom: 60px; }
    .p-home-special__inner {
      padding-left: 20px;
      padding-right: 20px; }
      .p-home-special__ttl {
        font-size: 2.2rem; }
      .p-home-special__dsc {
        font-size: 1.4rem;
        margin-top: 19px;
        line-height: 1.57143; }
    .p-home-special__more {
      text-align: center;
      margin-top: 25px; }
    .p-home-special__body {
      margin-top: 29px; }
      .p-home-special__pic {
        margin-right: 20px; }
      .p-home-special__text {
        margin-left: 40px;
        margin-top: -30px; }
      .p-home-special__text-link {
        padding: 48px 20px 30px; }
      .p-home-special__item-ttl {
        font-size: 1.6rem;
        line-height: 1.6875;
        margin-top: 8px; }
      .p-home-special__item-tag {
        left: 20px;
        bottom: 33px; }
    .p-home-member {
      margin-top: 62px; }
    .p-home-member__inner {
      padding-left: 20px;
      padding-right: 20px; }
    .p-home-ranking {
      margin-top: 60px; }
    .p-home-ranking__inner {
      padding-left: 20px;
      padding-right: 20px; }
  .p-kihon {
    padding-top: 88px;
    padding-bottom: 60px; }
  .p-kihon__bread {
    padding-left: 20px;
    padding-right: 20px; }
  .p-kihon-mv {
    padding-top: 34px; }
  .p-kihon-mv__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .p-kihon-mv__inner {
    padding: 0 40px; }
    .p-kihon-mv__dsc {
      margin-top: 30px; }
      .p-kihon-mv__dsc .c-text-dsc + .c-text-dsc {
        margin-top: 12px; }
      .p-kihon-mv__nav-text span {
        padding-bottom: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(91%, rgba(255, 255, 255, 0)), color-stop(92%, #262626), to(#262626));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 91%, #262626 92%, #262626 100%); }
    .p-kihon-content {
      margin-top: 112px; }
      .p-kihon-content.-is-mt-l {
        margin-top: 136px; }
    .p-kihon-content__deco {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -86%);
              transform: translate(-50%, -86%);
      z-index: 10;
      width: 25vw; }
      .p-kihon-content__deco.-is-kihon {
        -webkit-transform: translate(-50%, -81%);
                transform: translate(-50%, -81%);
        width: 30vw; }
    .p-kihon-content__inner {
      padding-left: 20px;
      padding-right: 20px; }
      .p-kihon-content__box {
        padding: 30px;
        padding: 11px 16px; }
      .p-kihon-content__box + .p-kihon-content__box {
        margin-top: 12px; }
      .p-kihon-content__box-head {
        padding-right: 10px; }
    .p-kihon-content__box-icon {
      width: 58px;
      height: 58px; }
      .p-kihon-content__box-ttl {
        font-size: 2rem;
        margin-left: 16px;
        line-height: 1.45; }
    .p-kihon-content__box-acc-icon {
      width: 16px;
      height: 16px;
      margin-left: auto;
      position: relative; }
      .p-kihon-content__box-acc-icon::before {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .p-kihon-content__box-acc-icon::after {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .p-kihon-content__box-head.js-is-open .p-kihon-content__box-acc-icon::after {
        -webkit-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0); }
      .p-kihon-content__box-body {
        display: none;
        margin-top: 11px;
        font-size: 1.6rem;
        line-height: 1.75;
        padding: 0 15px 19px; }
        .p-kihon-content__box-body figure {
          margin-top: 30px; }
    .p-kihon-content__box-heading {
      margin-top: 30px;
      margin-bottom: 12px; }
      .p-kihon-content__box-heading .c-text-heading-underline {
        font-size: 1.8rem;
        line-height: 1.55556; }
    .p-kihon-content__box-heading.-is-mt-s {
      margin-top: 27px; }
    .p-kihon-content__box-heading.-is-mb-s {
      margin-bottom: 6px; }
      .p-kihon-content__box-heading-2 {
        margin-top: 30px;
        font-size: 1.6rem;
        margin-bottom: 12px;
        line-height: 1.5; }
      .p-kihon-content__btn {
        margin-top: 29px; }
        .p-kihon-content__btn .c-btn {
          font-size: 1.4rem;
          line-height: 1.42857;
          padding: 12px 0; }
    .p-kihon-content__box-spwrapper {
      margin-left: 19px;
      margin-right: 15px;
      font-size: 1.6rem;
      line-height: 1.75; }
      .p-kihon-content__note {
        padding: 18px 20px;
        margin-top: 30px; }
      .p-kihon-content__note.-is-s {
        margin-left: 15px;
        margin-right: 15px; }
      .p-kihon-content__note-heading {
        font-size: 1.6rem;
        line-height: 1.5; }
        .p-kihon-content__note-heading small {
          font-size: 1.2rem;
          margin-bottom: 6px; }
    .p-kihon-content__note-text {
      font-size: 1.4rem;
      line-height: 2.2rem;
      margin-top: 12px; }
      .p-kihon-content__note-text figure {
        margin-top: 12px; }
      .p-kihon-content__note-text figcaption {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 12px; }
      .p-kihon-content__note-row {
        margin-top: 20px; }
    .p-kihon-content__note-col + .p-kihon-content__note-col {
      margin-top: 20px; }
      .p-kihon-content__note-col dd {
        margin-top: 4px;
        font-size: 1.4rem;
        line-height: 1.71429; }
      .p-kihon-content__note-check {
        margin-top: 21px;
        font-size: 1.4rem;
        line-height: 1.2; }
        .p-kihon-content__note-check li:nth-of-type(n + 2) {
          margin-top: 14px; }
          .p-kihon-content__note-check li::before {
            top: 4px;
            width: 16px;
            height: 10px; }
      .p-kihon-content__note-list {
        font-size: 1.4rem;
        line-height: 1.57143;
        margin-top: 12px; }
        .p-kihon-content__note-list li {
          text-indent: -1.3em;
          padding-left: 1em; }
        .p-kihon-content__note-list li:nth-of-type(n + 2) {
          margin-top: 6px; }
          .p-kihon-content__note-list li span {
            font-size: 1.2rem;
            line-height: 1.5;
            margin-top: 0;
            text-indent: 0; }
      .p-kihon-content__data {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
        margin-bottom: 28px; }
      .p-kihon-content__data-heading {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.75;
        margin-bottom: 22px; }
      .p-kihon-content__data-dsc {
        font-size: 1.4rem;
        line-height: 1.71429;
        margin-top: 7px; }
      .p-kihon-content__data-list {
        padding: 14px 20px;
        margin-top: 11px;
        font-size: 1.71429; }
        .p-kihon-content__data-list span {
          margin-bottom: 12px; }
    .p-kihon-content__data-item + .p-kihon-content__data-item {
      margin-top: 22px; }
    .p-kihon-content__data-item-heading.-sp-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-kihon-content__data-item-heading.-sp-row .c-text-heading-underline {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .p-kihon-content__data-item-heading.-sp-row .p-kihon-content__data-item-heading-attention {
        width: 60px;
        margin-right: 11px; }
      .p-kihon-content__data-btn {
        margin-top: 7px; }
      .p-kihon-content__copyright {
        margin-top: 26px; }
    .p-message {
      overflow: hidden;
      padding-bottom: 60px; }
      .p-message.-is-sp-pb-0 {
        padding-bottom: 0; }
      .p-message__bread {
        padding-left: 20px;
        padding-right: 20px; }
    .p-message-box__item {
      padding: 162px 20px 30px; }
    .p-message-box__ttl {
      font-size: 2rem; }
    .p-message-box__sub {
      font-size: 1.4rem;
      margin-top: 29px;
      letter-spacing: 0.05em; }
    .p-message-box__dsc {
      max-width: 400px;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 1.71429;
      text-align: left;
      margin-top: 16px; }
    .p-message-box__note {
      font-size: 1.4rem;
      line-height: 1.71429;
      text-align: left;
      margin-top: 26px;
      padding: 0 15px;
      text-align: center; }
    .p-message-box__talk {
      font-size: 9px;
      line-height: 1.66667; }
      .p-message-box__talk.-is-1 {
        width: 100px;
        height: 100px;
        top: 8px;
        right: 46px;
        -webkit-transform: translate(0, 0) rotate(-20deg);
                transform: translate(0, 0) rotate(-20deg); }
        .p-message-box__talk.-is-1 .p-message-box__talk-text {
          -webkit-transform: rotate(20deg);
                  transform: rotate(20deg); }
      .p-message-box__talk.-is-2 {
        background-image: url("../images/message/talk-2-sp.png");
        width: 90px;
        height: 90px;
        top: 96px;
        right: -27px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
      .p-message-box__talk.-is-3 {
        background-image: url("../images/message/talk-3-sp.png");
        background-size: cover;
        width: 110px;
        height: 117px;
        top: 66px;
        left: -30px;
        -webkit-transform: translate(0, 0) rotate(0deg);
                transform: translate(0, 0) rotate(0deg); }
        .p-message-box__talk.-is-3 .p-message-box__talk-text {
          padding-left: 4px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          margin-top: -8px; }
      .p-message-box__talk.-is-4 {
        background-image: url("../images/message/talk-4-sp.png");
        width: 98px;
        height: 98px;
        top: 18px;
        left: 75px;
        -webkit-transform: translate(0, 0) rotate(0deg);
                transform: translate(0, 0) rotate(0deg); }
        .p-message-box__talk.-is-4 .p-message-box__talk-text {
          display: block;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          padding-left: 5px;
          margin-top: -6px; }
    .c-article {
      font-size: 1.6rem;
      line-height: 1.75;
      padding-bottom: 30px; }
        .c-article__text.-lead {
          margin-top: 36px; }
      .c-article__figure figure.-sp-mt-m {
        margin-top: 25px; }
      .c-article__list {
        padding: 18px 20px; }
        .c-article__list dt {
          font-size: 1.6rem;
          line-height: 1.5; }
        .c-article__list dt span {
          font-size: 1.4rem; }
      .c-article__list dd {
        margin-top: 18px; }
        .c-article__list ul, .c-article__list ol {
          font-size: 1.4rem;
          line-height: 1.5; }
        .c-article__list.-is-check li {
          text-indent: -1.8em;
          padding-left: 1.8em; }
          .c-article__list.-is-check li:nth-of-type(n + 2) {
            margin-top: 7px; }
          .c-article__list.-is-check li::before {
            margin-right: 10px; }
        .c-article__list.-is-num li::before {
          margin-right: 10px; }
      .c-article__h2 {
        font-size: 2rem;
        margin-top: 36px;
        line-height: 1.85; }
        .c-article__h2 span {
          padding-bottom: 3px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0)), color-stop(93%, var(--accent-color)), to(var(--accent-color)));
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 92%, var(--accent-color) 93%, var(--accent-color) 100%); }
      .c-article__author {
        padding: 30px 30px 26px; }
      .c-article__author-pic {
        width: 90px;
        height: 90px;
        margin: 0 auto; }
    .c-article__author-info {
      text-align: center;
      margin-top: 10px; }
      .c-article__author-name {
        font-size: 2rem;
        line-height: 1.5; }
      .c-article__author-dsc {
        margin-top: 19px; }
      .c-article__nextlink {
        margin-top: 4.2rem;
        padding: 1.8rem 3rem; }
      .c-article__nextlinkHead {
        font-size: 1.4rem;
        line-height: 2.4rem; }
      .c-article__nextlinkBody {
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .c-article__pagination {
      margin-top: 36px; }
    .c-article-profile {
      max-width: 240px;
      margin: 30px auto; }
      .c-article-profile__pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px; }
      .c-article-profile__info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(100% - 95px);
        min-height: 80px;
        margin-left: auto; }
      .c-article-profile__name {
        font-size: 2rem; }
    .c-article-profile__sns {
      margin-top: 13px; }
        .c-article-profile__sns-item + .c-article-profile__sns-item {
          margin-left: 18px; }
        .c-article-profile__sns-item svg {
          width: 22px;
          height: 22px; }
      .c-article-profile__sub {
        margin-top: 10px; }
      .c-article-profile__link {
        margin-top: 7px; }
      .c-article-profile__dsc {
        line-height: 1.71429; }
    .c-article-profile-l {
      padding: 30px 15px; }
      .c-article-profile-l__pic {
        width: 140px;
        height: 140px; }
      .c-article-profile-l__name {
        font-size: 2rem;
        margin-top: 7px; }
      .c-article-profile-l__sns {
        margin-top: 23px; }
    .c-article-profile-l__sns-item svg {
      width: 22px;
      height: 22px; }
      .c-article-profile-l__dsc {
        margin-top: 12px; }
    .c-bread {
      margin-left: 10px; }
    .c-btn {
      font-size: 1.4rem;
      padding: 14px 0; }
    .c-btn-blank {
      font-size: 1.4rem;
      padding: 14px 0; }
      .c-card__text {
        margin-top: 18px; }
      .c-card__title {
        margin-top: 8px; }
    .c-card__tag {
      margin-top: 8px;
      min-height: 20px; }
    .c-cat {
      font-size: 1.4rem;
      padding: 8px 15px 9px; }
  .c-cateogory-banner__inner {
    padding-left: 20px;
    padding-right: 20px; }
    .c-cateogory-banner__item + .c-cateogory-banner__item {
      margin-top: 19px; }
    .c-cateogory-banner__link {
      padding: 48px 0 37px;
      min-height: 200px; }
      .c-cateogory-banner__item.-is-1 .c-cateogory-banner__link::before {
        width: 76.44px;
        height: 98px;
        top: -21px;
        left: 26px; }
      .c-cateogory-banner__item.-is-1 .c-cateogory-banner__link::after {
        width: 49.28px;
        height: 41.5px;
        bottom: 7px;
        right: 16px; }
      .c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::before {
        width: 49.84px;
        height: 33.23px;
        left: 8px;
        bottom: 9px; }
      .c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::after {
        width: 73.5px;
        height: 84.78px;
        right: 24px;
        top: -8px; }
    .c-cateogory-banner__ttl {
      font-size: 2.2rem; }
    .c-cateogory-banner__dsc {
      font-size: 1.4rem;
      line-height: 1.92857;
      margin-top: 12px; }
    .c-keywords {
      padding: 30px 0 48px; }
    .c-keywords__inner {
      padding-left: 20px;
      padding-right: 20px; }
      .c-keywords__head {
        font-size: 1.6rem; }
    .c-keywords__body {
      margin-top: 18px; }
      .c-keywords__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px; }
    .c-member__ttl {
      font-size: 2.2rem; }
    .c-member__dsc {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-top: 20px; }
    .c-member__list {
      overflow-x: scroll;
      margin-top: 30px;
      padding-top: 60px;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .c-member__list::-webkit-scrollbar {
        display: none; }
    .c-member__item {
      width: 154px; }
      .c-member__item + .c-member__item {
        margin-left: 12px; }
    .c-member__item-pic {
      width: 120px;
      height: 120px;
      margin-top: -60px; }
    .c-member__item-text {
      width: 154px;
      height: calc(100% - 60px); }
    .c-member__item-name {
      margin-top: 1px;
      margin-bottom: 6px;
      min-height: 56px; }
    .c-member__about-link {
      width: 255px;
      margin-top: 30px; }
      .c-modal-profile__box {
        margin: 0 20px;
        padding-top: 75px; }
      .c-modal-profile__box-inner {
        padding: 0 20px 30px; }
      .c-modal-profile__pic {
        width: 150px;
        height: 150px;
        margin-top: -75px; }
      .c-modal-profile__dsc {
        margin-top: 15px;
        line-height: 1.78571; }
      .c-modal-profile__close {
        margin-top: 30px; }
      .c-pagination__item {
        font-size: 1.8rem;
        line-height: 1.75; }
        .c-pagination__item span,
        .c-pagination__item a {
          padding-bottom: 2px;
          width: 20px; }
    .c-ranking__ttl {
      font-size: 2.2rem;
      line-height: 1.22727; }
    .c-ranking__list {
      margin-top: 30px; }
    .c-ranking__item + .c-ranking__item {
      margin-top: 25px; }
  .c-ranking__item-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-ranking__tag {
      width: 38px;
      height: 38px;
      top: 0;
      left: 9px;
      font-size: 1.7rem; }
    .c-ranking__pic {
      width: 128px; }
    .c-ranking__text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 10px 20px; }
    .c-ranking__head {
      font-size: 1.6rem;
      line-height: 1.6875; }
    .c-tag {
      position: relative;
      -webkit-column-gap: 18px;
         -moz-column-gap: 18px;
              column-gap: 18px;
      row-gap: 0px; }
      .c-tag__item {
        margin-bottom: 7px; }
    .c-text-heading {
      font-size: 2rem; }
    .c-text-heading span {
      text-decoration: underline;
      -webkit-text-decoration-color: var(--accent-color);
              text-decoration-color: var(--accent-color);
      text-decoration-thickness: 2px;
      text-underline-offset: 5px;
      line-height: 1.7; }
    .c-text-heading-underline {
      font-size: 2rem;
      line-height: 1.85; }
      .c-text-heading-underline span {
        padding-bottom: 3px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0)), color-stop(93%, var(--main-color)), to(var(--main-color)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 92%, var(--main-color) 93%, var(--main-color) 100%); }
    .c-text-dsc {
      font-size: 1.6rem;
      line-height: 1.875; }
  .for-large {
    display: none; } }
@media (min-width: 768px) and (max-width: 1364px) {
    .l-background__deco.-is-1 {
      width: 9.88287vw;
      left: -12.93086vw;
      top: -40px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-1 {
          width: 15.66618vw;
          left: 33.96779vw;
          top: 1.02489vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-2 {
          width: 21.08346vw;
          left: 51.24451vw; }
          .l-body[data-page="home"].js-is-fv .l-background__deco.-is-3 {
            width: 27.89165vw;
            right: -2.56223vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-4 {
          width: 9.59004vw;
          right: 8.85798vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-5 {
          width: 19.3265vw;
          right: -7.9063vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-6 {
          width: 18.52123vw;
          right: 24.15813vw; }
    .l-background__deco.-is-7 {
      width: 12.81113vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-7 {
          width: 20.27818vw;
          left: 25.40264vw; }
    .l-background__deco.-is-8 {
      width: 15.22694vw;
      left: -30px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-8 {
          width: 24.15813vw;
          left: -2.19619vw; }
    .l-background__deco.-is-9 {
      left: 0;
      top: 363px;
      width: 9.29722vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-9 {
          width: 14.7877vw;
          left: 10.46852vw; }
    .l-background__deco.-is-10 {
      width: 9.00439vw;
      left: 3.3675vw;
      top: 135px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-10 {
          width: 10.83455vw;
          left: 21.44949vw; }
    .l-background__deco.-is-11 {
      width: 10.83455vw;
      left: -10.02928vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-11 {
          width: 17.13031vw;
          left: -2.19619vw; }
    .l-background__deco.-is-12 {
      width: 8.71157vw;
      left: 5.34407vw; }
    .l-background__deco.-is-13 {
      width: 8.71157vw;
      left: 5.34407vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-13 {
          width: 10.90776vw;
          left: 43.63104vw; }
    .l-background__deco.-is-14 {
      width: 11.63982vw;
      right: -0.87848vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-14 {
          width: 18.37482vw;
          right: -7.46706vw; }
    .l-background__deco.-is-15 {
      width: 6.22255vw;
      right: -20.71742vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-15 {
          width: 9.88287vw;
          right: -11.71303vw; }
    .l-background__deco.-is-16 {
      width: 5.49048vw;
      right: -0.29283vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-16 {
          width: 8.71157vw;
          right: 13.98243vw; }
    .l-background__deco.-is-17 {
      width: 6.88141vw;
      right: -23.06003vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-17 {
          width: 10.90776vw;
          right: 43.63104vw;
          bottom: 44px; }
    .l-background__deco.-is-18 {
      width: 8.71157vw;
      right: 5.34407vw; }
    .l-background__deco.-is-19 {
      width: 11.63982vw;
      left: 3.87994vw; }
    .l-background__deco.-is-20 {
      width: 8.71157vw;
      left: -12.81113vw; }
    .l-background__deco.-is-21 {
      width: 13.90922vw;
      left: -6.95461vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-21 {
          width: 8.71157vw;
          left: -18.74085vw; }
    .l-background__deco.-is-22 {
      width: 8.34553vw;
      left: 4.90483vw;
      top: 280px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-22 {
          width: 10.90776vw;
          left: -27.306vw; }
    .l-background__deco.-is-23 {
      width: 6.44217vw;
      left: 0vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-23 {
          width: 6.44217vw;
          left: 28.77013vw; }
    .l-background__deco.-is-24 {
      width: 3.07467vw;
      right: 27.81845vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-24 {
          width: 3.07467vw;
          right: 35.13909vw; }
    .l-background__deco.-is-25 {
      width: 4.90483vw;
      right: 8.78477vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-25 {
          width: 4.90483vw;
          right: 8.78477vw; }
    .l-background__deco.-is-26 {
      width: 2.48902vw;
      right: -1.02489vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-26 {
          width: 4.02635vw;
          right: 22.03514vw; }
    .l-background__deco.-is-27 {
      width: 2.48902vw;
      right: 0vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-27 {
          width: 4.02635vw;
          right: 6.58858vw; }
    .l-background__deco.-is-28 {
      width: 3.07467vw;
      right: 8.78477vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-28 {
          width: 3.07467vw;
          right: 19.98536vw; }
    .l-background__deco.-is-29 {
      right: 0.73206vw;
      bottom: -120px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-29 {
          width: 6.44217vw;
          right: 28.77013vw; }
    .l-background__deco.-is-30 {
      width: 2.78184vw;
      left: 29.42899vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-30 {
          width: 2.78184vw;
          left: 29.42899vw; }
    .l-background__deco.-is-31 {
      width: 6.44217vw;
      left: -26.72035vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-31 {
          width: 6.44217vw;
          left: -12.07906vw; }
    .l-background__deco.-is-32 {
      width: 2.48902vw;
      left: -12.07906vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-32 {
          width: 4.02635vw;
          left: -19.39971vw; }
    .l-background__deco.-is-33 {
      width: 2.19619vw;
      left: -13.46999vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-33 {
          width: 4.02635vw;
          left: -19.39971vw; }
    .l-background__deco.-is-34 {
      width: 1.97657vw;
      left: 1.61054vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-34 {
          width: 2.78184vw;
          left: 29.42899vw; }
    .l-background__deco.-is-35 {
      width: 4.90483vw;
      left: -18.59444vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-35 {
          width: 4.90483vw;
          left: -18.59444vw; }
    .l-background__deco.-is-36 {
      width: 18.37482vw;
      left: -18.00878vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-36 {
          width: 18.37482vw;
          left: -18.00878vw; }
    .l-background__deco.-is-37 {
      width: 6.44217vw;
      right: -9.95608vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-37 {
          width: 6.44217vw;
          right: -9.95608vw; }
    .l-background__deco.-is-38 {
      width: 2.78184vw;
      right: -34.62665vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-38 {
          width: 6.44217vw;
          right: -9.95608vw; } }
@media (min-width: 768px) and (max-width: 1023px) {
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-2 {
          left: 58.56515vw; }
          .l-body[data-page="home"].js-is-fv .l-background__deco.-is-3 {
            right: -100px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-4 {
          right: 3.73353vw; }
    .l-background__deco.-is-7 {
      left: -40px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-9 {
          left: 2.41581vw; }
    .l-background__deco.-is-10 {
      left: 10px;
      top: 165px; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-10 {
          width: 13.03075vw;
          top: -50px;
          left: 13.17716vw; }
    .l-background__deco.-is-12 {
      left: 0.95168vw; }
    .l-background__deco.-is-18 {
      bottom: -80px;
      right: -0.36603vw; }
    .l-background__deco.-is-19 {
      left: -0.95168vw;
      bottom: -40px; }
    .l-background__deco.-is-22 {
      left: 19px;
      top: 90px; }
    .l-background__deco.-is-29 {
      right: 0.73206vw;
      bottom: -120px; }
    .l-menu__deco.-is-1 {
      right: -60px; }
    .l-menu__nav-item + .l-menu__nav-item {
      margin-left: 33px; }
    .l-modal__box {
      padding: 50px 40px; }
    .p-article-detail-article__content.-is-special {
      padding-right: 20px;
      padding-left: 20px; }
    .p-home-mv__content {
      max-width: 760px; }
    .p-home-mv__nav {
      padding: 0 30px; }
      .p-home-mv__nav-item + .p-home-mv__nav-item {
        margin-left: 36px; }
    .p-home-special__pic {
      width: 55%; }
    .p-home-special__text {
      width: 55%; }
    .p-home-special__text-link {
      padding-left: 25%; }
    .p-home-special__item-tag {
      left: 25%; }
    .p-kihon-content__box {
      padding: 30px 75px; }
    .p-kihon-content__note-check {
      margin-left: 0; }
  .p-message-box__talk.-is-1 {
    top: -42px;
    right: 13px; }
  .p-message-box__talk.-is-2 {
    bottom: -88px;
    right: 20px; }
  .p-message-box__talk.-is-3 {
    bottom: -31px;
    left: 100px; }
  .p-message-box__talk.-is-4 {
    top: 5px;
    left: 138px; }
    .c-cateogory-banner__item.-is-1 .c-cateogory-banner__link::before {
      width: 112.32px;
      height: 144.56px; }
      .c-cateogory-banner__item.-is-2 .c-cateogory-banner__link::after {
        width: 108px;
        height: 124.584px; } }
@media (max-width: 1364px) {
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-12 {
          width: 8.71157vw;
          left: 5.34407vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-18 {
          width: 10.90776vw;
          right: 43.63104vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-19 {
          width: 18.37482vw;
          left: 2.63543vw; }
        .l-body[data-page="home"].js-is-fv .l-background__deco.-is-20 {
          width: 8.71157vw;
          left: -12.81113vw; } }
@media (max-width: 1023px) {
    .p-femtech-content__box-acc-icon {
      position: static;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); } }
