@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 0.83333vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #172247;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 118.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.js-view.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.is-view.-blur_orderlist > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-blur_orderlist > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-blur_orderlist > :nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-view.-blur_orderlist > :nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.is-view.-blur_orderlist > :nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.is-view.-blur_orderlist > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view.-blur_orderlist > :nth-child(11) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-view.-blur_orderlist > :nth-child(12) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-view.-blur_orderlist > :nth-child(13) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.is-view.-blur_orderlist > :nth-child(14) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.js-cover-zoom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.js-cover-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: calc(1 + .2*(var(--scroll-progress) - 1)* -1);
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

.page-main {
  margin-top: 7.8rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 6.5rem;
  }
}

.breadcrumb {
  background-color: #F9F9F9;
  padding: 1rem 4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1rem 2rem;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #005BAC;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #172247;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.5rem;
}

.breadcrumb ul li + li:before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 0.6rem;
  left: 0;
  top: 0.5rem;
  background: url(../img/common/icon_right.svg) right center no-repeat;
  background-size: cover;
}

.p-title {
  margin: 0 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-title {
    margin: 0 0 4rem;
    -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;
  }
}

.p-title .en {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  color: #005BAC;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .p-title .en {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-title .en {
    font-size: 1.6rem;
  }
}

.p-title .ja {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .p-title .ja {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}

.p-sub {
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
  margin-bottom: -4.6rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-sub {
    border-radius: 0 0 4rem 4rem;
    margin-bottom: -3.6rem;
  }
}

.p-contents {
  padding: 10rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .p-contents {
    padding: 6rem 0 8rem;
  }
}

.p-404 .p-for_intro {
  margin-bottom: 0;
}

.p-404 .p-404_ttl {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_txt {
    font-size: 1.2rem;
  }
}

.p-404 .p-404_btn {
  margin: 5rem auto 0;
}

.p-terms .p-title {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-terms .p-title {
    margin-bottom: 6rem;
  }
}

.p-terms_inner {
  line-height: 1.875;
}

.p-terms_inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #005BAC;
  margin-bottom: 4rem;
}

.p-terms_inner h2:not(:first-child) {
  margin-top: 6rem;
}

.p-terms_inner h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
}

.p-terms_inner ul {
  padding-left: 2rem;
}

.p-terms_inner ul li {
  list-style: disc;
}

.p-terms_inner .txt-mg {
  margin: 3rem 0 4rem;
}

.p-terms_inner .list-red {
  color: #D4251F;
}

.p-terms_inner .list-red a {
  display: inline-block;
  text-decoration: underline;
}

.p-terms_inner .list-red a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .p-terms_inner {
    font-size: 1.6rem;
  }
  .p-terms_inner h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p-terms_inner h3 {
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem;
  }
  .p-terms_inner .txt-mg {
    margin: 3rem 0 3rem;
  }
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.5rem 0;
  }
}

.anchor-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30rem;
  height: 5.4rem;
  border-radius: 2.7rem;
  font-size: 1.6rem;
  color: #005BAC;
  border: 0.2rem solid #005BAC;
  -webkit-box-shadow: 0 2px 0 0 #005BAC;
  box-shadow: 0 2px 0 0 #005BAC;
  background-color: #fff;
  position: relative;
}

.anchor-list li a::after {
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 0.8rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_down_blue.svg) left top no-repeat;
  background-size: cover;
}

.anchor-list li a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-acc.active .js-acc_ttl .arrow {
  border-color: #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
}

.js-acc.active .js-acc_ttl .arrow img {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.js-acc.active .js-acc_ctn {
  display: block;
}

.js-acc + .js-acc {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .js-acc + .js-acc {
    margin-top: 1.5rem;
  }
}

.js-acc_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0 0 3rem 0;
  border-bottom: 0.1rem solid #A0A0A0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .js-acc_ttl {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 0 0 1.5rem 0;
  }
}

.js-acc_ttl .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .js-acc_ttl .txt {
    font-size: 2rem;
  }
}

.js-acc_ttl:hover .arrow {
  border-color: #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
}

.js-acc_ctn {
  display: none;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .breadcrumb {
    padding: 1rem 1.5rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 4rem;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 0.8rem 2rem;
  }
}

.header-logo {
  line-height: 0;
}

.header-logo .logo {
  display: inline-block;
  width: 13.1rem;
}

.header-logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header-logo .logo {
    width: 10.8rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #005BAC;
}

@media screen and (min-width: 769px) {
  .menu-item_link::after {
    position: absolute;
    content: '';
    left: -1.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #D4251F;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-item_link:hover, .menu-item_link.active {
    color: #D4251F;
  }
  .menu-item_link:hover::after, .menu-item_link.active::after {
    opacity: 1;
    visibility: visible;
  }
}

.menu-item_link span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .menu-item_link span.en {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .menu-item:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu-item {
    position: relative;
    margin-top: 4rem;
  }
  .menu-item_link {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1.6667;
  }
  .menu-item_link span {
    display: block;
  }
  .menu-item_link span.en {
    font-size: 1.4rem;
    color: #005BAC;
  }
  .menu-item_link span.ja {
    font-size: 1.8rem;
    color: #172247;
  }
  .menu-item:first-child {
    display: none;
  }
}

.cta-btn {
  width: 23rem;
  height: 4rem;
  background-color: #E6EFF7;
  border-radius: 2.5rem;
  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;
  font-size: 1.4rem;
  color: #172247;
}

.cta-btn span {
  display: inline-block;
  position: relative;
  padding-right: 2.2rem;
}

.cta-btn span::after {
  position: absolute;
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_blank.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .cta-btn {
    position: absolute;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .cta-btn {
    width: 28rem;
    height: 4.2rem;
    margin: 4rem auto 0;
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    width: 100%;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 6.5rem;
    background: #E6EFF7 url(../img/common/nav_bg_sp.png) center bottom no-repeat;
    background-size: cover;
    border-radius: 0 0 4rem 4rem;
    padding: 2rem 0 4rem;
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .page-header {
    padding: 1.5rem 1.5rem;
  }
  .g-nav {
    margin-right: 28rem;
    padding-right: 0;
  }
  .cta-btn {
    right: 1.5rem;
  }
}

/** footer
======================================= **/
.footer-top {
  padding: 12.7rem 0 7.8rem;
  background-color: #005BAC;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding: 9rem 0 3rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10rem;
  }
}

.footer-logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20.4rem;
  height: 16.8rem;
  background-color: #fff;
  border-radius: 2rem;
}

.footer-logo_link img {
  display: inline-block;
  width: 16.6rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 5rem;
  }
  .footer-logo_link {
    height: 11rem;
    margin: 0 auto;
  }
}

.footer-menu {
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3rem 8rem;
  }
}

.footer-menu a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.footer-menu a.fz-lg {
  font-size: 1.6rem;
}

.footer-menu a.blank {
  position: relative;
  padding-right: 2.1rem;
}

.footer-menu a.blank::after {
  position: absolute;
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_blank_white.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .footer-menu_item {
    width: calc(100%/3 - 5.4rem);
  }
  .footer-menu_item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-menu_item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: -16rem;
  }
  .footer-menu_item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-menu_item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: absolute;
    left: 0;
    bottom: 8.5rem;
  }
  .footer-menu_item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    position: absolute;
    right: 0;
    bottom: 14rem;
  }
  .footer-menu_item:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-menu_item:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    position: absolute;
    right: 0;
    bottom: 6.5rem;
  }
  .footer-menu_item:nth-child(7) a {
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu_item + .footer-menu_item {
    margin-top: 2.5rem;
  }
  .footer-menu_item:nth-child(1) {
    display: inline-block;
  }
  .footer-menu_item:nth-child(2) {
    display: inline-block;
    margin-left: 5rem;
    margin-top: 0;
  }
  .footer-menu_item:nth-child(4) a, .footer-menu_item:nth-child(5) a {
    font-size: 1.6rem;
  }
  .footer-menu_item:nth-child(6) {
    margin-top: 4rem;
  }
  .footer-menu_item:nth-child(7) {
    margin-top: 2rem;
  }
}

.footer-menu_item_link {
  font-weight: 700;
}

.footer-menu_sub {
  padding-left: 2rem;
  margin-top: 2rem;
  position: relative;
}

.footer-menu_sub::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 86%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.footer-menu_sub li a {
  font-weight: 500;
  line-height: 2;
}

.footer-bottom {
  padding: 2.5rem 0;
}

.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .footer-bottom_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.s-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-logo {
  width: 10.8rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .s-logo {
    width: 8.9rem;
  }
}

.s-shop {
  width: 2.9rem;
  display: block;
  margin-left: 4rem;
}

.s-shop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .s-shop {
    display: none;
  }
}

.s-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6rem;
}

.s-link li + li {
  margin-left: 4rem;
}

.s-link li a {
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .s-link {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .s-link_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .s-link_sp {
    display: block;
    margin-left: -3rem;
  }
  .s-link_sp li {
    display: inline-block;
    margin-top: 1.2rem;
    margin-left: 3rem;
  }
  .s-link_sp li a {
    display: inline-block;
    font-size: 1.2rem;
  }
  .s-link_sp li .i-shop {
    width: 2.5rem;
    vertical-align: middle;
  }
}

.copyright {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 4rem;
  height: 4rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  border: 0.1rem solid #E6EFF7;
}

.arrow img,
.arrow svg {
  display: block;
  width: 0.8rem;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow.down img,
.arrow.down svg {
  width: 1.2rem;
}

.arrow.num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #005BAC;
  border-color: #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 3.3rem;
    height: 3.3rem;
  }
  .arrow.down img,
  .arrow.down svg {
    width: 1rem;
  }
}

.c-download .arrow {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border: none;
}

.c-download .arrow img,
.c-download .arrow svg {
  width: 1.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-download .arrow img.on,
.c-download .arrow svg.on {
  opacity: 1;
  visibility: visible;
}

.c-download .arrow img.off,
.c-download .arrow svg.off {
  opacity: 0;
  visibility: hidden;
}

.c-download .txt {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.8rem;
  color: #005BAC;
}

.hover:hover .c-download .arrow {
  background-color: #005BAC;
}

.hover:hover .c-download .arrow img.on,
.hover:hover .c-download .arrow svg.on {
  opacity: 0;
  visibility: hidden;
}

.hover:hover .c-download .arrow img.off,
.hover:hover .c-download .arrow svg.off {
  opacity: 1;
  visibility: visible;
}

.b-btn:hover .arrow {
  border-color: #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
}

.c-btn {
  width: 30rem;
  height: 5.4rem;
  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;
  background-color: #fff;
  color: #005BAC;
  border: 0.2rem solid #005BAC;
  -webkit-box-shadow: 0 2px 0 0 #005BAC;
  box-shadow: 0 2px 0 0 #005BAC;
  border-radius: 5rem;
  position: relative;
}

.c-btn .txt {
  display: inline-block;
  font-size: 1.6rem;
}

.c-btn .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.1rem;
}

.c-btn .ico img {
  display: block;
  width: 1.7rem;
  height: auto;
}

.c-btn._hidden {
  opacity: 0.4;
  pointer-events: none;
}

.c-btn.c-close {
  color: #172247;
  border-color: #A0A0A0;
  -webkit-box-shadow: 0 2px 0 0 #A0A0A0;
  box-shadow: 0 2px 0 0 #A0A0A0;
}

.c-btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-btn:hover.c-close {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.group-btn.mgt {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .group-btn.mgt {
    margin-top: 5rem;
  }
}

.heading-lv2 {
  font-size: 3rem;
  font-weight: 700;
  color: #005BAC;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    font-size: 2rem;
  }
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

.bg-blue {
  background-color: #3D96E8;
  border-radius: 0.3rem;
  color: #fff;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}

.bg-yellow {
  background-color: #FFD54C;
  border-radius: 0.3rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

/** header area
====================================== **/
#hambuger {
  width: 9.2rem;
  height: 9.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  background-color: #E6EFF7;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #hambuger {
    width: 4.9rem;
    height: 4.9rem;
  }
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 4rem;
  height: 2.8rem;
}

@media screen and (max-width: 768px) {
  .nav-icon ul {
    width: 2.2rem;
    height: 1.6rem;
  }
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #005BAC;
  width: 100%;
  height: 0.3rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 49.5%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** style modal **/
.fancybox-bg {
  background: rgba(106, 106, 106, 0.7);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.p-record_modal {
  width: 100%;
  max-width: 100rem;
  padding: 8rem;
  background: #fff;
  overflow: hidden;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .p-record_modal {
    padding: 7rem 2.5rem 7rem;
  }
}

.p-record_modal__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-record_modal__heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.p-record_modal__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.p-record_modal__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #005BAC;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-record_modal__content h3 {
    font-size: 1.8rem;
  }
}

.p-record_modal__content p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-record_modal__content p {
    margin-bottom: 3rem;
  }
}

.p-record_modal__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.p-record_modal__content ul li {
  width: 35rem;
}

.p-record_modal__content ul li a {
  width: 100%;
  height: 8rem;
  line-height: calc(24/16);
}

@media screen and (max-width: 768px) {
  .p-record_modal__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
  }
  .p-record_modal__content ul li {
    width: 28.5rem;
  }
  .p-record_modal__content ul li a {
    height: 10.3rem;
  }
  .p-record_modal__content ul li a.c-close {
    height: 8rem;
  }
}

.p-record_modal .fancybox-button.fancybox-close-small {
  top: 3rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background: url(/assets/img/common/icon_close.svg) center no-repeat;
  background-size: 1.1rem 1.1rem;
  border-radius: 50%;
  border: 1px solid #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
}

.p-record_modal .fancybox-button.fancybox-close-small svg {
  display: none;
}

.p-record_modal .fancybox-button.fancybox-close-small:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-record_modal .fancybox-button.fancybox-close-small {
    top: 1rem;
    right: 1rem;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollArrowAnim {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
  }
}

@keyframes scrollArrowAnim {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.add-animation {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
  /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
  -webkit-animation: zoom-fade 10s both;
  animation: zoom-fade 10s both;
}

.main-visual {
  width: 100%;
  position: relative;
  z-index: 3;
}

.main-visual .mv-ttl {
  color: #005BAC;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 1s forwards;
  animation: fadeIn 1s ease-out 1s forwards;
}

@media screen and (min-width: 769px) {
  .main-visual .mv-ttl {
    font-size: 2.782vw;
    font-weight: 700;
    line-height: 1.85;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15.959vw;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    font-size: 2.4rem;
    line-height: 1.5384;
    padding: 6rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-visual .mv-scroll {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #005BAC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.221vw;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 1.5s forwards;
  animation: fadeIn 1s ease-out 1.5s forwards;
}

.main-visual .mv-scroll::after {
  position: absolute;
  content: '';
  width: 1.9rem;
  height: 0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1.5rem;
  background: url(../img/common/icon_scroll.svg) left bottom no-repeat;
  background-size: cover;
  -webkit-animation: scrollArrowAnim 2s ease-in-out infinite;
  animation: scrollArrowAnim 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-scroll {
    bottom: auto;
    top: 36.5rem;
  }
}

.main-visual .masked-slider {
  position: relative;
  overflow: hidden;
  /* Áp dụng ảnh mask PNG */
  mask-image: url("../img/top/mv01.png");
  /* Hình tròn trắng trên nền đen */
  -webkit-mask-image: url("../img/top/mv01.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .main-visual .masked-slider {
    mask-image: url("../img/top/mv01_sp.png");
    /* Hình tròn trắng trên nền đen */
    -webkit-mask-image: url("../img/top/mv01_sp.png");
  }
}

.main-visual .mv-inner {
  position: relative;
}

.main-visual .mv-inner::before {
  position: absolute;
  content: '';
  width: 15.4rem;
  height: 17.8rem;
  right: calc(217/1366 * 100%);
  bottom: -9.2rem;
  background: url(../img/common/nikukyu.svg) left top no-repeat;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-inner::before {
    width: 9.9rem;
    height: 11.4rem;
    right: 1.5rem;
    bottom: -3.4rem;
  }
}

.main-visual .mv-slider {
  min-width: 100%;
  height: 100%;
}

.main-visual .mv-slider::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/top/mv_mask.png) left bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-slider::after {
    top: auto;
    bottom: -0.5rem;
    height: 14.8rem;
    background: url(../img/top/mv_mask_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.main-visual .mv-slider.is-loaded {
  visibility: visible;
  opacity: 1;
}

.main-visual .mv-slider .mv-slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-top_about {
  padding: 10rem 0 12rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top_about {
    padding: 0 0 4rem;
  }
}

.p-top_about::after {
  position: absolute;
  content: '';
  width: 97.4rem;
  height: 154.8rem;
  right: 0;
  bottom: -30rem;
  background: url(../img/top/about_mask.png) left bottom no-repeat;
  background-size: cover;
  z-index: -1;
}

.p-top_about .p-title {
  margin-bottom: 5rem;
}

.p-top_about .p-title .ja {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .p-top_about .p-top_about_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_img {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_ctn {
    text-align: center;
  }
  .p-top_about .p-top_about_ctn h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #005BAC;
    line-height: 1;
    margin-bottom: 3rem;
  }
}

.p-top_about .p-top_about_ctn .about-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_ctn .about-ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.p-top_about .p-top_about_ctn .about-txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-top_about .c-btn {
  margin: 5rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-top_about .c-btn {
    margin: 4rem auto 0;
  }
}

.p-top .p-top-slider {
  margin-bottom: -14rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-slider {
    margin-bottom: -10rem;
  }
}

.p-top .p-top-slider_item {
  width: 20rem !important;
  margin: 0 2rem;
  padding: 3rem 0;
}

.p-top .p-top-slider_item img {
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -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;
  -webkit-box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-slider_item {
    width: 13rem !important;
    margin: 0 1rem;
  }
}

.p-top_products {
  padding: 25rem 0 15rem;
  border-radius: 0 0 5rem 5rem;
  position: relative;
  z-index: 1;
  background: #E6EFF7 url(../img/top/products_bg.png) left bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_products {
    padding: 14rem 0 8rem;
    border-radius: 0 0 4rem 4rem;
    background: #E6EFF7 url(../img/top/products_bg_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.p-top_products .p-title {
  margin-bottom: 5rem;
}

.p-top_products .p-title .ja {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-title {
    margin-bottom: 3rem;
  }
  .p-top_products .p-title .ja {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-top_products .products-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top_products .products-lead {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 6rem;
  }
}

.p-top_products .p-top_products_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-top_products .p-top_products_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-top_products .p-top_products_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-top_products .p-top_products_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-top_products .p-top_products_item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item {
    width: calc(100%/2 - 3rem);
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item + .p-top_products_item {
    margin-top: 4rem;
  }
}

.p-top_products .p-top_products_item--wpr {
  display: block;
  position: relative;
}

.p-top_products .p-top_products_item--img {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}

.p-top_products .p-top_products_item--cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #005BAC;
  border: 0.1rem solid #005BAC;
  border-radius: 1.6rem;
  padding: 0.5rem 1.2rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  min-width: 10.8rem;
  text-align: center;
}

.p-top_products .p-top_products_item--cat._sale {
  color: #D4251F;
  border-color: #D4251F;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--cat {
    left: 1.5rem;
    top: 1.5rem;
  }
}

.p-top_products .p-top_products_item--more {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  overflow: hidden;
}

.p-top_products .p-top_products_item--more img,
.p-top_products .p-top_products_item--more svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--more img path,
  .p-top_products .p-top_products_item--more svg path {
    fill: #fff;
  }
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item--more::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, transform 0s;
    transition: opacity .5s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
    background: #005BAC;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--more {
    width: 7rem;
    height: 7rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .p-top_products .p-top_products_item--more::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #005BAC;
    border-radius: 50%;
  }
}

.p-top_products .p-top_products_item--ttl {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.p-top_products .p-top_products_item--ttl img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.p-top_products .p-top_products_item--note {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--note {
    font-size: 1.4rem;
  }
}

.p-top_products .p-top_products_item--link {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item--link:hover {
    opacity: 1;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--ttl {
    text-decoration: underline;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more svg {
    position: relative;
    z-index: 1;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more svg path {
    fill: #fff;
    -webkit-transition: opacity .8s, fill .6s ease-in-out;
    transition: opacity .8s, fill .6s ease-in-out;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity .8s, -webkit-transform .6s ease-in-out;
    transition: opacity .8s, -webkit-transform .6s ease-in-out;
    transition: opacity .8s, transform .6s ease-in-out;
    transition: opacity .8s, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  }
}

.p-top_products .pr-btn {
  width: 76rem;
  height: 18rem;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 4px 0px 0px #005BAC;
  box-shadow: 0 4px 0px 0px #005BAC;
  border-radius: 15rem;
  margin: 8rem auto 0;
}

.p-top_products .pr-btn .img {
  display: inline-block;
  width: 11.2rem;
  position: absolute;
  left: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top_products .pr-btn .txt {
  font-size: 3rem;
  font-weight: 500;
}

.p-top_products .pr-btn .ico {
  right: 6rem;
}

.p-top_products .pr-btn .ico img {
  width: 1.4rem;
}

.p-top_products .pr-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-top_products .pr-btn {
    width: 100%;
    height: 10rem;
    margin: 6rem auto 0;
  }
  .p-top_products .pr-btn .img {
    width: 5.7rem;
    left: 2rem;
  }
  .p-top_products .pr-btn .txt {
    font-size: 2rem;
    line-height: calc(27/20);
    text-align: center;
  }
  .p-top_products .pr-btn .ico {
    right: 2.5rem;
  }
  .p-top_products .pr-btn .ico img {
    width: 0.8rem;
  }
}

.p-top_regard {
  width: 100%;
  height: 51.8rem;
  text-align: center;
  color: #fff;
  background: url(../img/top/regard_bg.png) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: -5rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_regard {
    height: 43.6rem;
    background: url(../img/top/regard_bg_sp.png) center no-repeat;
    background-size: cover;
  }
}

.p-top_regard::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/top/regard_mask.png) left top no-repeat;
  background-size: cover;
}

.p-top_regard .container {
  position: relative;
  z-index: 1;
}

.p-top_regard .regard-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top_regard .regard-ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.p-top_regard .regard-txt {
  font-size: 1.6rem;
  line-height: 2.25;
}

.p-top_news {
  padding: 11rem 0 8rem;
  background-color: #fff;
  border-radius: 5rem;
  margin: 0 0 -5rem 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    border-radius: 4rem;
    margin: 0 0 -4rem 0;
    padding: 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-top_news .p-title {
    margin-bottom: 5rem;
  }
  .p-top_news .p-title .ja {
    font-size: 3rem;
  }
}

.p-top_news .c-btn {
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-top_news .c-btn {
    margin-top: 4.5rem;
  }
}

.pagination {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 6rem 0 0;
  }
}

.page-numbers {
  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;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border: 0.1rem solid #E6EFF7;
  border-radius: 50%;
  color: #005BAC;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  border-color: #005BAC;
  -webkit-box-shadow: 0 1px 0 0 #005BAC;
  box-shadow: 0 1px 0 0 #005BAC;
}

.page-numbers .page-numbers.prev, .page-numbers .page-numbers.next {
  background: none;
  border: none;
  width: auto;
  height: auto;
  font-size: 1.4rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers .page-numbers.prev img, .page-numbers .page-numbers.next img {
  width: 0.8rem;
  height: auto;
}

.page-numbers .page-numbers.prev.current, .page-numbers .page-numbers.prev:hover, .page-numbers .page-numbers.next.current, .page-numbers .page-numbers.next:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-numbers .page-numbers.prev {
  margin-right: 3.5rem;
}

.page-numbers .page-numbers.next {
  margin-left: 3.5rem;
}

.page-numbers .space {
  display: inline-block;
  height: 100%;
  color: #005BAC;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers.prev {
    margin-right: 0.5rem;
  }
  .page-numbers .page-numbers.next {
    margin-left: 0.5rem;
  }
  .page-numbers .space {
    font-size: 1.8rem;
  }
}

.posts-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6rem 0 0;
}

.posts-navi .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.posts-navi .nav-btn .txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .posts-navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5rem 0 0;
  }
  .posts-navi .posts-navi_prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .posts-navi .posts-navi_next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .posts-navi .posts-navi_back {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 2.5rem;
  }
  .posts-navi .posts-navi_back .c-btn {
    margin: 0 auto;
  }
  .posts-navi .arrow {
    border-color: #005BAC;
    -webkit-box-shadow: 0 1px 0 0 #005BAC;
    box-shadow: 0 1px 0 0 #005BAC;
  }
}

.cat-wpr {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto 8rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .cat-wpr {
    margin: 0 auto 5rem;
    width: calc(100% + 2rem);
    padding-right: 2rem;
  }
}

.cat-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  background-color: #E6EFF7;
  border-radius: 2em;
  padding: 0.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cat-list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.cat-list li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 1.8rem;
  padding: 1rem 2.4rem;
}

.cat-list li a.active, .cat-list li a:hover {
  background-color: #005BAC;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cat-list li a {
    padding: 0.5rem 1.3rem;
  }
}

.news-list {
  border-top: 1px solid #A0A0A0;
}

.news-item {
  border-bottom: 1px solid #A0A0A0;
}

.news-item_date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  width: 15rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news-item_date {
    width: auto;
    font-size: 1.4rem;
  }
}

.news-item_cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #E6EFF7;
  border-radius: 0.3rem;
  min-width: 13.7rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .news-item_cat {
    min-width: 6.2rem;
    margin-left: 1rem;
    padding: 0.3rem 0.7rem;
  }
}

.news-item_ttl {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 4rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .news-item_ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem 0;
}

.news-item_link:hover .news-item_ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-item_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
  }
}

.posts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .posts-meta {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.posts-meta_date {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .posts-meta_date {
    font-size: 1.6rem;
  }
}

.posts-meta_cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #E6EFF7;
  border-radius: 0.3rem;
  min-width: 13.7rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .posts-meta_cat {
    min-width: 6.2rem;
    padding: 0.3rem 0.7rem;
  }
}

.posts-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.357;
}

@media screen and (max-width: 768px) {
  .posts-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.posts-contents {
  padding: 6rem 0 8rem;
  margin: 4rem 0 0;
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .posts-contents {
    padding: 3rem 0 5rem;
    margin: 3rem 0 0;
    font-size: 1.6rem;
  }
}

.posts-contents_inner {
  max-width: 76.8rem;
  margin: 0 auto;
}

.posts-contents p img {
  display: block;
  margin: 6rem auto;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .posts-contents p img {
    margin: 4rem auto;
  }
}

.posts-contents p + p {
  margin-top: 3rem;
}

.posts-contents a {
  color: #D4251F;
  text-decoration: underline;
}

.posts-contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #005BAC;
  margin: 8rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h2 {
    font-size: 2rem;
    margin: 6rem 0 3rem;
  }
}

.posts-contents h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 6rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h3 {
    font-size: 1.8rem;
    margin: 6rem 0 3rem;
  }
}

.posts-contents h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 6rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .posts-contents h4 {
    font-size: 1.8rem;
    margin: 6rem 0 3rem;
  }
}

.posts-contents .movie,
.posts-contents .news__body__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}

.posts-contents .movie iframe,
.posts-contents .news__body__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.posts-contents .map {
  width: 100%;
  height: 32rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  margin: 6rem 0;
}

@media screen and (max-width: 768px) {
  .posts-contents .map {
    height: 20rem;
    margin: 3rem 0;
  }
}

.posts-contents .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-top {
  text-align: center;
}

.cta-head {
  font-size: 2rem;
  font-weight: 700;
  width: 51.3rem;
  background-color: #E6EFF7;
  border-radius: 15rem;
  position: relative;
  margin: 0 auto 7rem;
}

.cta-head::after {
  position: absolute;
  content: '';
  width: 6.4rem;
  height: 6rem;
  right: 1rem;
  bottom: 0;
  background: url(../img/contactus/cat2.svg) left top no-repeat;
  background-size: cover;
}

.cta-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  text-align: center;
  position: relative;
}

.cta-head span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #E6EFF7;
}

@media screen and (max-width: 768px) {
  .cta-head {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .cta-head::before {
    left: 1.4rem;
    bottom: 4.7rem;
    width: 2.8rem;
    height: 3.5rem;
  }
  .cta-head::after {
    bottom: 4.7rem;
    width: 4.1rem;
    height: 3.9rem;
  }
}

.cta-title {
  color: #005BAC;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .cta-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5rem 3rem;
  max-width: 96rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  .cta-list {
    gap: 3rem 1.5rem;
  }
}

.cta-item {
  width: calc(100%/4 - 2.3rem);
  max-width: 21.7rem;
}

@media screen and (max-width: 768px) {
  .cta-item {
    width: calc(100%/2 - 0.8rem);
  }
}

.cta-item_img {
  width: 21.7rem;
  height: 21.7rem;
  border-radius: 2rem;
  border: 0.2rem solid #E6EFF7;
  overflow: hidden;
  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;
  margin-bottom: 2rem;
}

.cta-item_img img {
  display: inline-block;
  width: 50%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cta-item_img {
    width: 16rem;
    height: 16rem;
    margin-bottom: 1.5rem;
    border-color: #005BAC;
    -webkit-box-shadow: 0 2px 0 0 #005BAC;
    box-shadow: 0 2px 0 0 #005BAC;
  }
}

.cta-item_ttl {
  display: block;
  font-weight: 700;
}

.cta-item_ttl .blk {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.cta-item_note {
  display: block;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .cta-item_note {
    font-size: 1.2rem;
    line-height: 1.35;
    margin-top: 1rem;
  }
}

.cta-item_link:hover .cta-item_img {
  border-color: #005BAC;
  -webkit-box-shadow: 0 2px 0 0 #005BAC;
  box-shadow: 0 2px 0 0 #005BAC;
}

.cta-item:nth-child(1) .cta-item_img img {
  max-width: 4rem;
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(1) .cta-item_img img {
    max-width: 3.3rem;
  }
}

.cta-item:nth-child(2) .cta-item_img img {
  max-width: 3.4rem;
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(2) .cta-item_img img {
    max-width: 2.8rem;
  }
}

.cta-item:nth-child(3) .cta-item_img img {
  max-width: 4rem;
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(3) .cta-item_img img {
    max-width: 3.3rem;
  }
}

.cta-item:nth-child(4) .cta-item_img img {
  max-width: 12.3rem;
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(4) .cta-item_img img {
    max-width: 10.1rem;
  }
}

.cta-item:nth-child(5) .cta-item_img img {
  max-width: 9rem;
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(5) .cta-item_img img {
    max-width: 6.6rem;
  }
}

.sc-cta {
  padding: 11rem 0 14rem;
  background: #fff;
  -webkit-box-shadow: 0 -4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 -4px 64px 0 rgba(74, 117, 156, 0.2);
  border-radius: 5rem;
  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;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-cta {
    padding: 8rem 0;
    border-radius: 4rem;
  }
}

.sc-cta_ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2667;
  color: #005BAC;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.sc-cta_lead {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_lead {
    font-size: 1.6rem;
  }
}

.sc-cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem 0;
  }
}

.sc-cta_item {
  width: 60rem;
  height: 25rem;
  border-radius: 15rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 0 #005BAC;
  box-shadow: 0 4px 0 0 #005BAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sc-cta_item {
    width: 33.5rem;
    height: auto;
    padding: 5rem 2rem;
  }
}

.sc-cta_item .tl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .tl {
    font-size: 1.8rem;
  }
}

.sc-cta_item .sb {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.sc-cta_item .tel {
  margin-top: 0;
}

.sc-cta_item .tel a {
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
  font-family: "Inter", sans-serif;
}

.sc-cta_item .tel a::before {
  position: absolute;
  content: '';
  width: 3.7rem;
  height: 3.7rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_tel.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .tel a {
    font-size: 3rem;
    padding-left: 3.2rem;
  }
  .sc-cta_item .tel a::before {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.sc-cta_item .mal {
  margin-top: 0;
}

.sc-cta_item .mal a {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .mal a {
    font-size: 3rem;
  }
}

.sc-cta_item .tx {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.sc-cta.bg {
  background: #E6EFF7 url(../img/contactus/cta_bg.png) center no-repeat;
  background-size: cover;
}

.sc-cta.bg .sc-cta_item {
  width: 56.3rem;
}

@media screen and (max-width: 768px) {
  .sc-cta.bg .sc-cta_item {
    width: 33.5rem;
  }
}

.key-visual {
  position: relative;
}

.key-visual::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/forclinic/kv_mask_pc.png) left top no-repeat;
  background-size: cover;
}

.key-visual_ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.key-visual_ttl {
  font-size: 3.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .key-visual_ttl {
    font-size: 2.2rem;
  }
}

.key-visual_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 4rem;
}

.tbl01 {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.tbl01 th, .tbl01 td {
  padding: 2rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tbl01 th, .tbl01 td {
    display: block;
    font-size: 1.6rem;
  }
}

.tbl01 th {
  width: 22rem;
}

@media screen and (max-width: 768px) {
  .tbl01 th {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
}

.tbl01 td {
  border-left: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .tbl01 td {
    border-left: none;
    border-bottom: none;
    padding-top: 1rem;
  }
}

.tbl01 tr:not(:last-child) th, .tbl01 tr:not(:last-child) td {
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .tbl01 tr:not(:last-child) th {
    border-bottom: none;
  }
}

.p-forclinic .key-visual_img picture {
  display: block;
  width: 110%;
  height: 110%;
  max-height: 50rem;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-forclinic .key-visual_img picture {
    width: 106%;
    height: 106%;
  }
}

.p-forclinic .key-visual_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -5%;
  margin-top: -5%;
}

@media screen and (min-width: 769px) {
  .p-forclinic .key-visual_img picture img {
    margin-left: -3%;
    margin-top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic .key-visual_img picture {
    max-height: 33rem;
  }
}

.p-forclinic .key-visual_ctn {
  top: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .p-forclinic .key-visual_ctn {
    top: calc(50% - 2rem);
  }
}

.p-forclinic .anchor-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3rem;
}

.p-forclinic_information {
  padding: 17rem 0 15rem 0;
  background-color: #fff;
  border-radius: 5em;
  margin-top: -5rem;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
}

@media screen and (max-width: 768px) {
  .p-forclinic_information {
    padding: 24rem 0 8rem 0;
    border-radius: 4em;
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}

.p-forclinic .forclinic-article_ctn {
  padding: 5rem 0;
}

.p-forclinic_materials {
  padding: 10.5rem 0 22.6rem;
  background: #E6EFF7 url(../img/forclinic/material_bg.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials {
    padding: 12rem 0 21rem;
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials .heading-lv2 {
    margin-bottom: 3rem;
  }
}

.p-forclinic_materials .materials-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-forclinic_materials .materials-button {
  padding: 5rem 0;
  border-radius: 2rem;
  background-color: #fff;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials .materials-button {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}

.p-forclinic_cta {
  margin-top: -10rem;
}

.p-forclinic_cta .sc-cta_item {
  background-color: #E6EFF7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-forclinic_cta {
    margin-top: -14rem;
  }
}

.p-for_intro {
  text-align: center;
  margin-bottom: 4rem;
}

.p-for_intro .p-for_title {
  font-size: 3.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-for_intro .p-for_title {
    font-size: 2.2rem;
  }
}

.p-for_intro .p-for_desc {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-for_intro .p-for_desc {
    margin-top: 4rem;
  }
}

.product-category {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 6rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .product-category {
    font-size: 1.8rem;
    margin: 5rem 0 3rem;
  }
}

.product-item + .product-item {
  margin-top: 3rem;
}

.product-item_img {
  width: 12rem;
  height: 17rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.product-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .product-item_img {
    margin: 0 auto 3rem;
  }
}

.product-item_ttl {
  display: block;
  color: #005BAC;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .product-item_ttl {
    font-size: 1.8rem;
    line-height: calc(28/18);
  }
}

.product-item_cpy {
  display: block;
  margin-top: 3rem;
}

.product-item_cpy .itm {
  display: block;
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .product-item_cpy .itm {
    line-height: calc(24/16);
  }
  .product-item_cpy .itm + .itm {
    margin-top: 1rem;
  }
}

.product-item_cpy .itm::before {
  position: absolute;
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  left: 0;
  top: 0.6rem;
  background: url(../img/common/icon_foot_black.svg) left top no-repeat;
  background-size: cover;
}

.product-item_ctn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item_link {
  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;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  padding: 6rem;
  background-color: #E6EFF7;
  border-radius: 2rem;
  border: 0.2rem solid transparent;
  -webkit-box-shadow: 0 2px 0 0 transparent;
  box-shadow: 0 2px 0 0 transparent;
  position: relative;
}

.product-item_link:hover {
  opacity: 1;
  background-color: #fff;
  border: 0.2rem solid #005BAC;
  -webkit-box-shadow: 0 2px 0 0 #005BAC;
  box-shadow: 0 2px 0 0 #005BAC;
}

@media screen and (max-width: 768px) {
  .product-item_link {
    display: block;
    padding: 3rem 2.5rem 3.5rem;
  }
  .product-item_link .c-download {
    position: absolute;
    right: 2.5rem;
    top: 13.5rem;
  }
}

.p-services .p-contents {
  padding-top: 0;
}

.p-services .srv-note {
  margin-top: 2rem;
}

.p-services .srv-note > li {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  position: relative;
  padding-left: 2.6rem;
}

.p-services .srv-note > li::before {
  position: absolute;
  content: '';
  width: 1.7rem;
  height: 1.6rem;
  left: 0;
  top: 0.8rem;
  background: url(../img/common/icon_foot_black.svg) left top no-repeat;
  background-size: cover;
}

.p-services .srv-note > li > ul {
  padding-left: 2.6rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-services .srv-note > li > ul {
    padding-left: 2rem;
  }
}

.p-services .srv-note > li > ul > li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .p-services .srv-note > li > ul > li {
    line-height: 1.625;
  }
}

.p-services .srv-star li {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}

.p-services .srv-star.num-ind li {
  padding-left: 3rem;
  text-indent: -3rem;
}

.p-services-main {
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 8rem 0 9rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-services-main {
    border-radius: 0 0 4rem 4rem;
    padding: 4rem 0 8rem 0;
  }
}

.p-services-main .srv-main_ico {
  display: inline-block;
  width: 15.4rem;
  position: absolute;
  right: calc(216/1366 * 100%);
  bottom: -6.5rem;
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_ico {
    width: 9.9rem;
    right: 2.3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-services-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.p-services-main_img {
  width: 56.3rem;
}

@media screen and (max-width: 768px) {
  .p-services-main_img {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-services-main_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-services-main .srv-main_txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.666667;
  margin-bottom: 3rem;
}

.p-services-main .srv-main_txt small {
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_txt {
    font-size: 1.8rem;
  }
  .p-services-main .srv-main_txt small {
    font-size: 1.4rem;
  }
}

.p-services-main .srv-main_ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_ttl {
    font-size: 2.2rem;
    line-height: calc(30/22);
  }
}

.p-services-main .srv-main_lbl {
  display: inline-block;
  width: 8.5rem;
  line-height: 0;
  margin: 2.5rem 0 0;
}

.p-services-main .srv-main_lbl img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}

.p-services-main .srv-note {
  margin-top: 2rem;
}

.p-services-main .srv-note ul {
  margin-left: -2.5rem;
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-note ul {
    margin-left: -2rem;
  }
}

.p-services-main .srv-star {
  margin-top: 3rem;
}

.p-services-feature {
  margin: -5rem 0;
  padding: 20rem 0 18rem;
  background: #E6EFF7 url(../img/services/svr_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-feature {
    margin: -4rem 0;
    padding: 12rem 0 12rem;
    background: #E6EFF7 url(../img/services/svr_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-feature .heading-lv2 {
  line-height: 1.6667;
}

@media screen and (max-width: 768px) {
  .p-services-feature .heading-lv2 {
    margin-bottom: 4rem;
  }
}

.p-services-feature .heading-lv2:not(:first-child) {
  margin-top: 11rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-services-feature .heading-lv2:not(:first-child) {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

.p-services-feature .lead-note {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .p-services-feature .srv-feature_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.p-services-feature .srv-feature_img {
  width: 56.3rem;
}

.p-services-feature .srv-feature_img figure {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .p-services-feature .srv-feature_img {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-services-feature .srv-feature_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-services-feature .srv-feature_ctn .srv-star {
  margin-top: 2rem;
}

.p-services-feature .srv-feature_skin {
  text-align: center;
}

.p-services-feature .srv-feature_skin img {
  max-width: 68.6rem;
  width: 100%;
  height: auto;
}

.p-services-feature .srv-feature_skin .srv-feature_skin_note {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 8rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-services-feature .srv-feature_skin .srv-feature_skin_note {
    margin-top: 3rem;
  }
}

.p-services-content {
  background-color: #fff;
  border-radius: 5rem 5rem 0 0;
  padding: 15rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-services-content {
    padding: 8rem 0 0;
    border-radius: 4rem 4rem 0 0;
  }
}

.p-services-content .services-howto .heading-lv2 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .heading-lv2 {
    margin-bottom: 5rem;
  }
}

.p-services-content .services-howto .container {
  max-width: 99rem;
}

.p-services-content .services-howto .svr-movive {
  position: relative;
}

.p-services-content .services-howto .svr-movive .movie-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 2rem;
  border: 0.4rem solid #005BAC;
  overflow: hidden;
}

.p-services-content .services-howto .svr-movive .movie-wrap video,
.p-services-content .services-howto .svr-movive .movie-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .movie-wrap {
    border-width: 0.3rem;
  }
}

.p-services-content .services-howto .svr-movive .ico {
  display: inline-block;
  position: absolute;
}

.p-services-content .services-howto .svr-movive .ico.cat {
  width: 4.5rem;
  top: -5.5rem;
  left: 8.3rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .ico.cat {
    width: 2.2rem;
    left: 2.2rem;
    top: -2.7rem;
  }
}

.p-services-content .services-howto .svr-movive .ico.dog {
  width: 6.4rem;
  top: -6.1rem;
  right: 7rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .ico.dog {
    width: 3.2rem;
    right: 2rem;
    top: -3rem;
  }
}

.p-services-content .services-howto .svr-flow {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow {
    position: relative;
  }
  .p-services-content .services-howto .svr-flow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.2rem;
    background-image: repeating-linear-gradient(to bottom, #005BAC 0px, #005BAC 2px, transparent 1px, transparent 5px);
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item {
  background-color: #E6EFF7;
  border-radius: 2rem;
  text-align: center;
  padding: 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7rem;
    width: 0.2rem;
    background-image: repeating-linear-gradient(to bottom, #005BAC 0px, #005BAC 2px, transparent 1px, transparent 5px);
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item {
    text-align: left;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .arrow {
  position: absolute;
  left: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item .arrow {
    left: 50%;
    top: -1.5rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  padding-left: 2rem;
}

.p-services-content .services-howto .svr-flow .svr-flow_item ul li {
  list-style: disc;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .yoku {
  display: inline-block;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem 4rem;
  color: #D4251F;
  position: relative;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .yoku::before {
  position: absolute;
  content: '';
  width: 2.4rem;
  height: 2.1rem;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/services/icon_chai.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item .yoku {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem 1.2rem 4.3rem;
    margin: 0 auto 1.5rem;
    width: 25.5rem;
    display: block;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive {
  margin-top: 2.5rem;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table {
  background-color: #fff;
  margin: 0 auto;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table th, .p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table td {
  text-align: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  border: 1px solid #E6EFF7;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table td {
  color: #005BAC;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  padding: 1.2rem 1.5rem;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl + dl {
  border-top: 1px solid #E6EFF7;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl dd {
  color: #005BAC;
}

.p-services-content .services-howto .svr-flow .svr-flow_item + .svr-flow_item {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item + .svr-flow_item {
    margin-top: 4.1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item:nth-child(1)::before {
    height: calc(50% + 3rem);
    top: 50%;
  }
  .p-services-content .services-howto .svr-flow .svr-flow_item:nth-child(2)::before {
    height: calc(100% + 3rem);
  }
  .p-services-content .services-howto .svr-flow .svr-flow_item:last-child::before {
    height: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow.no-icon .svr-flow_item::before {
    width: 0;
    height: 0;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow.no-icon::before {
    width: 0;
    height: 0;
    background: none;
  }
}

.p-services-content .services-faq {
  padding: 15rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-faq {
    padding: 8rem 0 0;
  }
}

.p-services-content .services-faq .heading-lv2 {
  margin-bottom: 6rem;
}

.p-services-content .services-faq .faq-art .faq-art_ttl .txt {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-faq .faq-art .faq-art_ttl .txt {
    font-size: 1.8rem;
  }
}

.p-services-content .services-faq .faq-art .faq-art_ctn {
  padding: 3rem 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-services-content .services-detail {
  padding: 15rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail {
    padding: 8rem 0 0;
  }
}

.p-services-content .services-detail table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table {
    border-bottom: 1px solid #DDDDDD;
  }
}

.p-services-content .services-detail table th, .p-services-content .services-detail table td {
  border: 1px solid #DDDDDD;
  padding: 1.5rem 2rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table th, .p-services-content .services-detail table td {
    display: block;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.p-services-content .services-detail table th {
  width: 15rem;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1rem;
  }
}

.p-services-content .services-detail table td {
  width: calc(100% - 15rem);
  line-height: calc(26/16);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table td {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
  }
}

.p-services-content .services-detail ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail ul li {
    line-height: 1.625;
  }
}

.p-services-content .c-btn {
  margin: 10rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-services-content .c-btn {
    margin-top: 6rem;
  }
}

.p-moist-spray .p-services-feature .srv-feature_skin img {
  max-width: 66.6rem;
}

.p-moist-milk .p-services-feature .srv-feature_skin img {
  max-width: 60.6rem;
}

.p-moist-supplement .p-services-feature .srv-feature_skin img {
  max-width: 56.6rem;
}

.p-services-top {
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 8rem 0 9rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-services-top {
    border-radius: 0 0 4rem 4rem;
    padding: 4rem 0 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5.5rem 2.9rem;
  }
}

.p-services-top .prod-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-services-top .prod-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-services-top .prod-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-services-top .prod-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-services-top .prod-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item {
    width: calc(100%/3 - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item + .p-top_products_item {
    margin-top: 4rem;
  }
}

.p-services-top .prod-item_wpr {
  display: block;
  position: relative;
}

.p-services-top .prod-item_img {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}

.p-services-top .prod-item_more {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

.p-services-top .prod-item_more img,
.p-services-top .prod-item_more svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item_more img path,
  .p-services-top .prod-item_more svg path {
    fill: #fff;
  }
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item_more::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, transform 0s;
    transition: opacity .5s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
    background: #005BAC;
  }
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item_more {
    width: 7rem;
    height: 7rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .p-services-top .prod-item_more::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #005BAC;
    border-radius: 50%;
  }
}

.p-services-top .prod-item_ttl {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.p-services-top .prod-item_ttl img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.p-services-top .prod-item_cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #005BAC;
  position: relative;
  padding-left: 2.3rem;
  margin-top: 1.5rem;
}

.p-services-top .prod-item_cat::before {
  position: absolute;
  content: '';
  width: 1.7rem;
  height: 1.6rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_foot.svg) left top no-repeat;
  background-size: cover;
}

.p-services-top .prod-item_note {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1rem;
}

.p-services-top .prod-item_link {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item_link:hover {
    opacity: 1;
  }
  .p-services-top .prod-item_link:hover .prod-item_ttl {
    text-decoration: underline;
  }
  .p-services-top .prod-item_link:hover .prod-item_more svg {
    position: relative;
    z-index: 1;
  }
  .p-services-top .prod-item_link:hover .prod-item_more svg path {
    fill: #fff;
    -webkit-transition: opacity .8s, fill .6s ease-in-out;
    transition: opacity .8s, fill .6s ease-in-out;
  }
  .p-services-top .prod-item_link:hover .prod-item_more::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity .8s, -webkit-transform .6s ease-in-out;
    transition: opacity .8s, -webkit-transform .6s ease-in-out;
    transition: opacity .8s, transform .6s ease-in-out;
    transition: opacity .8s, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  }
}

.box-head {
  font-size: 2rem;
  font-weight: 700;
  width: 51.3rem;
  background-color: #E6EFF7;
  border-radius: 15rem;
  position: relative;
  margin: 0 auto 5rem;
}

.box-head::after {
  position: absolute;
  content: '';
  width: 6.4rem;
  height: 6rem;
  right: 2rem;
  bottom: 0;
  background: url(../img/contactus/cat2.svg) left top no-repeat;
  background-size: cover;
}

.box-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  text-align: center;
  position: relative;
}

.box-head span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #E6EFF7;
}

@media screen and (max-width: 768px) {
  .box-head {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .box-head::before {
    left: 1.4rem;
    bottom: 4.7rem;
    width: 2.8rem;
    height: 3.5rem;
  }
  .box-head::after {
    bottom: 4.7rem;
    width: 4.1rem;
    height: 3.9rem;
  }
}

.p-services-idx .p-contents {
  padding-bottom: 0;
}

.p-services-idx .p-services-idx_feature {
  padding: 20.6rem 0 20rem;
  margin: -5rem 0;
  background: #E6EFF7 url(../img/services/svr_idx_ft_bg_pc.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx .p-services-idx_feature {
    padding: 13.2rem 0 12rem;
    margin: -4rem 0;
    background: #E6EFF7 url(../img/services/svr_idx_ft_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx .p-services-idx_feature .box-head {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-services-idx .p-services-idx_feature .box-head {
    width: 41.2rem;
  }
}

.p-services-idx .p-services-idx_feature .box-head span::after {
  border-top-color: #fff;
}

.p-services-idx .p-services-idx_feature .heading-lv2 {
  margin-bottom: 2.5rem;
  line-height: 1.75;
}

.p-services-idx .p-services-idx_feature .heading-lv2 span {
  display: inline-block;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-services-idx .p-services-idx_feature .heading-lv2 {
    margin-bottom: 2rem;
  }
}

.p-services-idx .p-services-idx_feature .feature-note {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.p-services-idx .p-services-idx_feature .feature-img {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx .p-services-idx_feature .feature-img {
    margin-top: 3rem;
  }
}

.p-services-idx_prevent {
  background-color: #fff;
  padding: 15.6rem 0 15rem;
  border-radius: 5rem;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
}

.p-services-idx_prevent .heading-lv2 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .heading-lv2 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent {
    padding: 9.2rem 0 8rem;
    border-radius: 4rem;
  }
}

.p-services-idx_prevent .prevent-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-txt {
    text-align: left;
  }
}

.p-services-idx_prevent .prevent-wpr {
  padding: 4.6rem 3rem 3rem;
  border-radius: 2rem;
  background-color: #E6EFF7;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-wpr {
    padding: 4rem 1.5rem 3rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_prevent .prevent-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 11.2rem;
    -moz-column-gap: 11.2rem;
    column-gap: 11.2rem;
  }
}

.p-services-idx_prevent .prevent-box_tl {
  width: 28.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #626262;
  padding: 1rem;
  text-align: center;
  border-radius: 2.4rem;
  background-color: #fff;
  margin: 0 auto 3rem;
}

.p-services-idx_prevent .prevent-box_tl.bg-yl {
  background-color: #FFE351;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-box + .prevent-box {
    margin-top: 5rem;
  }
  .p-services-idx_prevent .prevent-box .prevent-box_tl {
    width: 100%;
    margin-bottom: 2.6rem;
  }
}

.p-services-idx_prevent .prevent-note {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  margin-top: -2rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-note {
    margin-top: -1rem;
  }
}

.p-services-idx_skin {
  padding: 20rem 0 14rem;
  border-radius: 0 0 5rem 5rem;
  margin-top: -5rem;
  background: #E6EFF7 url(../img/services/svr_idx_skin_bg_pc.png) left top no-repeat;
  background-size: cover;
}

.p-services-idx_skin .heading-lv2 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin {
    padding: 12rem 0 8rem;
    border-radius: 0 0 4rem 4rem;
    margin-top: -4rem;
    background: #E6EFF7 url(../img/services/svr_idx_skin_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx_skin .skin-note {
  font-size: 1.2rem;
  text-align: center;
}

.p-services-idx_skin .skin-wpr {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3.1rem;
    -moz-column-gap: 3.1rem;
    column-gap: 3.1rem;
    padding: 6rem 10rem 8.8rem;
    margin: 5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-wpr {
    padding: 4rem 1.5rem 3rem;
    margin: 3rem 0 4rem;
  }
}

.p-services-idx_skin .skin-wpr .skin-note {
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-wpr .skin-note {
    position: static;
    margin-top: 3.5rem;
  }
}

.p-services-idx_skin .skin-col {
  width: 28.4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col {
    width: 100%;
  }
}

.p-services-idx_skin .skin-col .skin-col_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 2.4rem;
  padding: 0.8rem;
  margin-bottom: 4rem;
  position: relative;
}

.p-services-idx_skin .skin-col .skin-col_ttl::before, .p-services-idx_skin .skin-col .skin-col_ttl::after {
  position: absolute;
  content: '';
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col .skin-col_ttl {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1rem;
    border-radius: 3rem;
  }
}

.p-services-idx_skin .skin-col .skin-col_box {
  border-style: solid;
  border-width: 0.1rem;
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
  position: relative;
  background-color: #fff;
}

.p-services-idx_skin .skin-col .skin-col_box .tl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 1rem;
}

.p-services-idx_skin .skin-col .skin-col_box .tx {
  font-size: 1.4rem;
  font-weight: 500;
}

.p-services-idx_skin .skin-col .skin-col_box .nt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

.p-services-idx_skin .skin-col .skin-col_box + .skin-col_box {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col .skin-col_box + .skin-col_box {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-col .skin-col_box {
    position: relative;
    z-index: 1;
  }
  .p-services-idx_skin .skin-col .skin-col_box::after {
    position: absolute;
    content: '';
    height: 0.2rem;
    z-index: -1;
  }
  .p-services-idx_skin .skin-col .skin-col_box.box1::after {
    top: 53%;
    width: 10rem;
    right: -10rem;
    background-color: #D4251F;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box2::after {
    top: -14%;
    width: 21.7rem;
    right: -20rem;
    background-color: #D4251F;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box3::after {
    top: 48%;
    width: 15.2rem;
    left: -15.2rem;
    background-color: #005BAC;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box4::after {
    top: -13%;
    width: 12.8rem;
    left: -9.9rem;
    background-color: #005BAC;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
}

.p-services-idx_skin .skin-col._red {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-services-idx_skin .skin-col._red .skin-col_ttl {
  background-color: #D4251F;
}

.p-services-idx_skin .skin-col._red .skin-col_ttl::after {
  width: 6rem;
  height: 6.4rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/services/pr_ttl_01.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._red .skin-col_ttl::after {
    top: -1.2rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-services-idx_skin .skin-col._red .skin-col_box {
  border-color: #D4251F;
}

.p-services-idx_skin .skin-col._red .skin-col_box .tl {
  color: #D4251F;
}

.p-services-idx_skin .skin-col._blue {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl {
  background-color: #005BAC;
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl::before {
  width: 2.4rem;
  height: 5.4rem;
  left: 1.8rem;
  top: -0.8rem;
  background: url(../img/services/pr_ttl_02.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._blue .skin-col_ttl::before {
    width: 2.2rem;
    height: 4.9rem;
    left: 2.3rem;
    top: 0.2rem;
  }
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl::after {
  width: 4.2rem;
  height: 6.4rem;
  right: 0.5rem;
  top: -1.5rem;
  background: url(../img/services/pr_ttl_03.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._blue .skin-col_ttl::after {
    width: 3.9rem;
    height: 6.7rem;
    top: -0.8rem;
    right: 1.2rem;
    background: url(../img/services/pr_ttl_03_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx_skin .skin-col._blue .skin-col_box {
  border-color: #005BAC;
}

.p-services-idx_skin .skin-col._blue .skin-col_box .tl {
  color: #005BAC;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-col._blue .skin-col_box + .skin-col_box {
    margin-top: 7rem;
  }
}

.p-services-idx_skin .skin-point {
  width: 31.5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-point {
    width: 28rem;
    margin: 2rem auto 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 6.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 10rem;
  }
}

.p-services-idx_skin .skin-list .skin-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list .skin-item {
    width: calc(100%/3 - 4.6rem);
  }
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tl {
  font-size: 2.4rem;
  color: #005BAC;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3.5rem;
  text-align: center;
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tl span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list .skin-item .skin-item_tl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p-services-idx_skin .skin-list .skin-item .skin-item_tl span {
    font-size: 1.8rem;
  }
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tx {
  line-height: 1.875;
  font-size: 1.6rem;
}

.p-services-idx_skin .skin-list .skin-item + .skin-item {
  position: relative;
}

.p-services-idx_skin .skin-list .skin-item + .skin-item::after {
  position: absolute;
  content: '';
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list .skin-item + .skin-item::after {
    top: 0;
    left: -3.4rem;
    width: 0.3rem;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list .skin-item + .skin-item::after {
    width: 100%;
    height: 0.3rem;
    left: 0;
    top: -4.8rem;
  }
}

.p-concept .p-contents {
  padding: 0;
}

.p-concept-top {
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 10rem 0 11rem 0;
  position: relative;
  overflow: hidden;
}

.p-concept-top .container {
  position: relative;
  z-index: 1;
}

.p-concept-top::after {
  position: absolute;
  content: '';
  width: 108rem;
  height: 154.8rem;
  right: -10.4rem;
  bottom: -20.3rem;
  background: url(../img/concept/intro_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-concept-top::after {
    width: 37.5rem;
    height: 82.8rem;
    right: auto;
    left: 0;
    bottom: -10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-top {
    border-radius: 0 0 4rem 4rem;
    padding: 4rem 0 8rem 0;
  }
}

.p-concept-kv {
  position: relative;
}

.p-concept-kv .kv-slider {
  border-radius: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(1) {
    width: 42.4rem;
  }
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(2) {
    width: 50rem;
    margin-left: -10.8rem;
  }
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(3) {
    width: 44.5rem;
    margin-left: -10.8rem;
  }
}

.p-concept-kv .srv-main_ico {
  display: inline-block;
  width: 15.4rem;
  position: absolute;
  right: calc(216/1366 * 100%);
  bottom: -6.5rem;
}

@media screen and (max-width: 768px) {
  .p-concept-kv .srv-main_ico {
    width: 9.9rem;
    right: 0;
    bottom: -3.5rem;
  }
}

.p-concept-intro {
  margin-top: 8rem;
  text-align: center;
}

.p-concept-intro p {
  font-size: 1.6rem;
  line-height: 2.25;
}

.p-concept-intro p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-concept-intro {
    margin-top: 4rem;
  }
  .p-concept-intro .heading-lv2 {
    margin-bottom: 3.5rem;
  }
  .p-concept-intro p {
    line-height: 1.875;
  }
}

.p-concept-feature {
  padding: 28rem 0 14rem 0;
  margin-top: -13rem;
  border-radius: 0 0 5rem 5rem;
  background: #E6EFF7 url(../img/concept/feature_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-concept-feature {
    padding: 14rem 0 8rem 0;
    margin-top: -6rem;
    border-radius: 0 0 4rem 4rem;
    background: #E6EFF7 url(../img/concept/feature_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
  .p-concept-feature .heading-lv2 {
    margin-bottom: 3rem;
  }
}

.p-concept-feature .feature-top {
  text-align: center;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-top {
    text-align: left;
  }
}

.p-concept-feature .feature-lead {
  font-size: 1.6rem;
}

.p-concept-feature .feature-txt {
  font-size: 1.2rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-txt {
    margin-top: 3rem;
  }
}

.p-concept-feature .feature-flow {
  margin-top: -4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-flow {
    margin-top: -4rem;
    margin-bottom: -3rem;
  }
  .p-concept-feature .feature-flow img {
    width: 110%;
    max-width: unset;
    margin-left: -5%;
  }
}

.p-concept-feature .feature-art + .feature-art {
  margin-top: 6rem;
}

@media screen and (min-width: 769px) {
  .p-concept-feature .feature-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .p-concept-feature .feature-art .feature-art_img {
    width: 56.3rem;
  }
  .p-concept-feature .feature-art .feature-art_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-concept-feature .feature-art .feature-art_img figure {
  overflow: hidden;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-art .feature-art_img {
    margin-bottom: 4rem;
  }
}

.p-concept-feature .feature-art .feature-art_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-art .feature-art_ttl {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.p-concept-feature .feature-art .feature-art_txt {
  line-height: 1.875;
  font-size: 1.6rem;
}
