@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: 1.33333vw;
  }
}

@media (min-width: 1280px) and (max-width: 1700px) {
  html {
    font-size: 0.5882352941176471vw;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "游ゴシック", "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: #333333;
  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: 2.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: 101rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 4rem;
  }
}

@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.is-act {
  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;
  }
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 22rem;
  }
}

.p-sub .p-contents {
  padding: 12rem 0 0;
}

.key-visual {
  width: 100%;
  height: 54rem;
  position: relative;
}

.key-visual::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5rem;
  left: 0;
  bottom: 0;
  background-color: #EDEDED;
  z-index: -1;
}

.key-visual::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 25.8rem;
  left: 0;
  top: 7rem;
  background-color: #000;
  z-index: -1;
}

.key-visual .kv-img {
  width: calc(1164/1920 * 100%);
  height: 50rem;
  overflow: hidden;
  margin-left: auto;
}

.key-visual .kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-img {
    width: 43rem;
  }
}

.key-visual .kv-ttl {
  width: calc(756/1920 * 100%);
  height: 25.8rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 7rem;
  left: 0;
  padding-left: calc(320/1920 * 100%);
}

@media screen and (max-width: 768px) {
  .key-visual .kv-ttl {
    width: 32rem;
    padding-left: 4rem;
  }
}

.key-visual .kv-line {
  display: block;
  width: 100%;
  height: 11.2rem;
  position: absolute;
  left: 0;
  bottom: 7.5rem;
  z-index: -1;
}

.key-visual .kv-line::before, .key-visual .kv-line::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
}

.key-visual .kv-line::before {
  top: 0;
  height: 6.4rem;
  background-color: #747474;
}

.key-visual .kv-line::after {
  bottom: 0;
  height: 2.3rem;
  background-color: #BABABA;
}

.key-visual.no-img {
  height: 25.8rem;
  background-color: #000;
}

.key-visual.no-img::before, .key-visual.no-img::after {
  width: 0;
  height: 0;
  background: none;
}

.key-visual.no-img .kv-ttl {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-404 {
  text-align: center;
}

.p-404 .p-404_ttl {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_ttl {
    font-size: 4rem;
  }
}

.p-404 .p-404_txt {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_txt {
    margin-bottom: 8rem;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .key-visual .kv-ttl {
    padding-left: calc(200/1920 * 100%);
  }
}

/** 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;
  width: 100%;
  z-index: 10;
  padding: 2.5rem 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 2.7rem 4rem 4rem;
  }
}

.header-logo .logo {
  display: inline-block;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.header-logo .logo .sm {
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .header-logo .logo .sm {
    font-size: 2.7rem;
  }
}

.header-logo .logo .lg {
  display: block;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .header-logo .logo .lg {
    font-size: 4.2rem;
  }
}

.header-logo .desc {
  font-size: 1.4rem;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .header-logo .desc {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

.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.8rem;
  font-weight: 700;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .menu-item_link::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 0.1rem;
    bottom: -0.5rem;
    background: #333;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .menu-item_link:hover::after, .menu-item_link.active::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 769px) {
  .menu-item:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 12rem;
  }
  .menu-item {
    position: relative;
  }
  .menu-item_link {
    display: block;
    color: #fff;
    font-size: 3.6rem;
  }
  .menu-item + .menu-item {
    margin-top: 5.2rem;
  }
}

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

@media screen and (max-width: 768px) {
  .g-nav {
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background: #000;
    padding: 24rem 0 10rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .page-header {
    padding: 2.5rem 1rem;
  }
  .header-logo .logo .sm {
    font-size: 1.8rem;
  }
  .header-logo .logo .lg {
    font-size: 2.4rem;
  }
  .header-logo .desc {
    font-size: 1.1rem;
  }
  .menu {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .menu-item_link {
    font-size: 1.4rem;
  }
}

/** footer
======================================= **/
.sc-banner {
  padding: 16rem 0 22rem;
}

.sc-banner .container {
  max-width: 101rem;
}

@media screen and (max-width: 768px) {
  .sc-banner .container {
    padding: 0 8rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-banner .sc-banner_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: 4rem;
  }
}

.sc-banner .sc-banner_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sc-banner .sc-banner_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sc-banner .sc-banner_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.sc-banner .sc-banner_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (min-width: 769px) {
  .sc-banner .sc-banner_item {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .sc-banner .sc-banner_item + .sc-banner_item {
    margin-top: 4rem;
  }
}

.sc-banner .sc-banner_item_img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sc-banner .sc-banner_item_ctn {
  display: block;
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.sc-banner .sc-banner_item_ctn .ja {
  display: block;
  font-size: 2rem;
  line-height: 1.357;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .sc-banner .sc-banner_item_ctn .ja {
    font-size: 2.6rem;
  }
}

.sc-banner .sc-banner_item_ctn .en {
  display: block;
  font-size: 1.4rem;
  line-height: 1.357;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sc-banner .sc-banner_item_ctn .en {
    font-size: 2rem;
  }
}

.sc-banner .sc-banner_item_ctn._white {
  color: #fff;
}

.sc-banner .sc-banner_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-footer {
  background-color: #000;
  color: #fff;
  padding: 15rem 0;
}

.page-footer .container {
  max-width: 101rem;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 18rem 0;
  }
  .page-footer .container {
    padding: 0 8rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 11rem;
    -moz-column-gap: 11rem;
    column-gap: 11rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
    width: 37rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin-bottom: 11rem;
  }
}

.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.footer-add {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer-add {
    font-size: 2.2rem;
  }
}

.footer-menu {
  display: block;
  margin: 0 0 -3rem -2rem;
}

.footer-menu li {
  display: inline-block;
  margin-left: 3rem;
  margin-bottom: 2rem;
}

.footer-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-menu li a::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 0.1rem;
    bottom: -0.5rem;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer-menu li a:hover::after, .footer-menu li a.active::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .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;
    margin: 0;
  }
  .footer-menu li {
    width: calc(50% - 1.5rem);
    margin: 0;
  }
  .footer-menu li a {
    font-size: 2.4rem;
  }
}

.copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.357;
  text-align: right;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2rem;
    text-align: left;
    margin-top: 9rem;
  }
}

/** 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: 39rem;
  height: 7rem;
  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: #000;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border: 0.1rem solid #000;
  margin: 0 auto;
}

.c-btn:hover {
  background-color: #fff;
  color: #000;
}

.c-btn._white {
  background-color: #fff;
  color: #000;
}

.c-btn._white:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 50rem;
    height: 10rem;
    font-size: 2.8rem;
  }
}

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

/** header area
====================================== **/
#hambuger {
  width: 10rem;
  height: 10rem;
  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;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 7.6rem;
  height: 7rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #000;
  width: 100%;
  height: 1rem;
  left: 50%;
  border-radius: 0.5rem;
  -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 {
  background-color: #fff;
}

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

.main-visual {
  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-column-gap: calc(62/1720 * 100%);
  -moz-column-gap: calc(62/1720 * 100%);
  column-gap: calc(62/1720 * 100%);
  padding: 9rem calc(100/1920 * 100%) 0;
  position: relative;
}

.main-visual::after {
  position: absolute;
  content: '';
  width: calc(1372/1920 * 100%);
  height: 80%;
  top: 0;
  right: 0;
  background-color: #EDEDED;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 7rem 5rem 0 4rem;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .main-visual::after {
    height: 90%;
  }
}

.main-visual .mv-col {
  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: 6rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-col {
    row-gap: 4rem;
  }
}

.main-visual .mv-col.col1 {
  width: calc(797/1720 * 100%);
}

@media screen and (max-width: 768px) {
  .main-visual .mv-col.col1 {
    width: 56.6rem;
  }
}

.main-visual .mv-col.col2 {
  width: calc(398/1720 * 100%);
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-col.col2 {
    width: 28.4rem;
    margin-top: 11rem;
    margin-left: 4.8rem;
    padding-top: 0;
  }
}

.main-visual .mv-col.col3 {
  width: calc(400/1720 * 100%);
}

@media screen and (max-width: 768px) {
  .main-visual .mv-col.col3 {
    width: 28.4rem;
    margin-top: 5rem;
  }
}

.p-top_event {
  padding: 11rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_event {
    padding: 17rem 0 23rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_event .top-event {
    max-width: 98rem;
    margin: 0 auto;
    padding: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event {
    padding: 0 5rem;
  }
}

.p-top_event .top-event_ttl span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .p-top_event .top-event_ttl span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_ttl {
    text-align: center;
  }
}

.p-top_event .top-event_list {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_list {
    margin-bottom: 7rem;
  }
}

.p-top_event .top-event_item {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_item {
    padding: 0;
  }
}

.p-top_event .top-event_item .top-event_item_date {
  width: 19.4rem;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_item .top-event_item_date {
    font-size: 2.4rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.p-top_event .top-event_item .top-event_item_title {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_item .top-event_item_title {
    font-size: 2.4rem;
  }
}

.p-top_event .top-event_item .top-event_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_event .top-event_item .top-event_item_link:hover .top-event_item_title {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-top_event .top-event_item .top-event_item_link {
    display: block;
    padding: 3rem 2rem;
  }
}

.p-top_event .c-btn {
  margin-top: 7rem;
}

@media screen and (min-width: 769px) {
  .p-top_feature {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11rem 0 13rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_feature {
    padding: 0 0 26rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_feature .top-feature_img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-top_feature .top-feature_ctn {
    width: 50%;
    padding-left: calc(100/1920 * 100%);
  }
  .p-top_feature .top-feature_ctn .top-feature_ctn_inner {
    max-width: 65rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_feature .top-feature_ctn {
    padding: 10rem 7rem 0;
  }
}

.p-top_feature .top-feature_ttl {
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.p-top_feature .top-feature_ttl span {
  display: inline-block;
  font-size: 4rem;
}

.p-top_feature .top-feature_ttl span + span {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top_feature .top-feature_ttl {
    margin-bottom: 10.4rem;
  }
  .p-top_feature .top-feature_ttl span {
    font-size: 3.6rem;
  }
  .p-top_feature .top-feature_ttl span + span {
    margin-top: 3.6rem;
  }
}

.p-top_feature .top-feature_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-top_feature .top-feature_txt {
    font-size: 2.4rem;
  }
}

.p-top_message {
  padding: 11rem 0 12.5rem;
  position: relative;
}

.p-top_message::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 63%;
  left: 0;
  bottom: 0;
  background-color: #EDEDED;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top_message {
    padding: 0 0 20rem;
  }
  .p-top_message::after {
    height: 81%;
  }
}

.p-top_message .container {
  max-width: 103rem;
  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-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.p-top_message .top-message_img {
  width: 35.6rem;
}

@media screen and (max-width: 768px) {
  .p-top_message .top-message_img {
    margin: 0 auto 8rem;
  }
}

.p-top_message .top-message_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.p-top_message .top-message_ctn p + p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top_message .top-message_ctn {
    padding: 0 6rem 0;
  }
}

.p-top_message .top-message_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top_message .top-message_ttl {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 5.2rem;
  }
}

.p-top_message .top-message_txt {
  line-height: 1.875;
}

.p-top_message .c-btn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .p-top_message .c-btn {
    margin-top: 8rem;
  }
}

.p-top_affiliter {
  padding: 15rem 0 20rem;
}

@media screen and (max-width: 768px) {
  .p-top_affiliter {
    padding: 16rem 0;
  }
}

.p-top_affiliter .top-affiliter_ttl {
  font-size: 3rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top_affiliter .top-affiliter_ttl {
    font-size: 4.2rem;
    margin-bottom: 13.5rem;
  }
}

.p-top_affiliter .top-affiliter_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_affiliter .top-affiliter_slider_itm {
  width: 28rem;
  margin: 0 2.5rem;
}

.p-top_affiliter .top-affiliter_slider_itm .itm-img {
  display: block;
  margin-bottom: 2.4rem;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.p-top_affiliter .top-affiliter_slider_itm .itm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_affiliter .top-affiliter_slider_itm .itm-tl {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-top_affiliter .top-affiliter_slider_itm .itm-tel {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-top_affiliter .top-affiliter_slider_itm .itm-tx {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_affiliter .top-affiliter_slider_itm {
    width: 40rem;
  }
  .p-top_affiliter .top-affiliter_slider_itm .itm-img {
    margin-bottom: 3rem;
    height: 40rem;
  }
  .p-top_affiliter .top-affiliter_slider_itm .itm-tl {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .p-top_affiliter .top-affiliter_slider_itm .itm-tel {
    font-size: 2.8rem;
  }
  .p-top_affiliter .top-affiliter_slider_itm .itm-tx {
    font-size: 2.4rem;
  }
}

.p-top_affiliter .c-btn {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-top_affiliter .c-btn {
    margin-top: 12.5rem;
  }
}

.p-top_recruit {
  position: relative;
}

.p-top_recruit .top-recruit_ctn {
  max-width: 56rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(140/1920 * 100%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top_recruit .top-recruit_ctn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-top_recruit .top-recruit_ctn .ttl {
  font-size: 3rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top_recruit .top-recruit_ctn .ttl {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

.p-top_recruit .top-recruit_ctn p + p {
  margin-top: 6rem;
}

.p-top_recruit .top-recruit_ctn .c-btn {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .p-top_recruit .top-recruit_ctn .c-btn {
    margin-top: 13rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_recruit .top-recruit_img {
    height: 104rem;
  }
  .p-top_recruit .top-recruit_img figure {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .p-top_recruit .top-recruit_img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .p-top_feature .top-feature_ctn {
    padding-left: 6rem;
    padding-right: 1.5rem;
  }
  .p-top_feature .top-feature_ttl {
    margin-bottom: 4rem;
  }
  .p-top_feature .top-feature_ttl span {
    font-size: 3rem;
  }
  .p-top_feature .top-feature_ttl span + span {
    margin-top: 1.5rem;
  }
  .p-top_feature .top-feature_txt {
    font-size: 1.5rem;
  }
  .p-top_recruit .top-recruit_ctn .ttl {
    margin-bottom: 4rem;
  }
  .p-top_recruit .top-recruit_ctn p + p {
    margin-top: 3rem;
  }
  .p-top_recruit .top-recruit_ctn .c-btn {
    margin-top: 4rem;
  }
}

.p-about_intro {
  padding: 16rem 0;
}

@media screen and (max-width: 768px) {
  .p-about_intro {
    padding: 14rem 0 22rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about_intro .about-intro_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;
  }
}

@media screen and (min-width: 769px) {
  .p-about_intro .about-intro_img {
    width: 50%;
  }
}

.p-about_intro .about-intro_ctn {
  width: 50%;
  padding-left: 10rem;
}

.p-about_intro .about-intro_ctn .about-intro_ctn_inner {
  max-width: 48rem;
}

.p-about_intro .about-intro_ctn .about-intro_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_intro .about-intro_ctn .about-intro_ttl {
    font-size: 3.6rem;
    margin-bottom: 6rem;
    text-align: center;
  }
}

.p-about_intro .about-intro_ctn .about-intro_txt {
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-about_intro .about-intro_ctn {
    width: 100%;
    padding: 0 6rem;
    margin-bottom: 19rem;
  }
  .p-about_intro .about-intro_ctn .about-intro_ctn_inner {
    max-width: 100%;
  }
  .p-about_intro .about-intro_ctn .about-intro_ttl {
    font-size: 4.2rem;
    margin-bottom: 4.6rem;
  }
}

.p-about_intro .about-intro_box {
  width: 100%;
  max-width: 79rem;
  padding: 0 1.5rem;
  margin: 12.5rem auto 0;
}

.p-about_intro .about-intro_box .about-intro_box_tl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-about_intro .about-intro_box .about-intro_box_tx {
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-about_intro .about-intro_box {
    padding: 0 6rem;
    margin-top: 12rem;
  }
  .p-about_intro .about-intro_box .about-intro_box_tl {
    font-size: 4.2rem;
    margin-bottom: 4.6rem;
  }
}

.p-about_policy {
  padding: 7rem 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about_policy {
    padding: 14rem 0 0;
  }
}

.p-about_policy::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: #EDEDED;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .p-about_policy .container {
    max-width: 101rem;
    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;
  }
}

@media screen and (max-width: 768px) {
  .p-about_policy .container {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-about_policy .about-policy_img {
    width: 40.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about_policy .about-policy_img {
    width: 47.4rem;
    margin-left: auto;
  }
}

.p-about_policy .about-policy_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10rem;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-about_policy .about-policy_ctn {
    padding: 0 6rem;
    margin: 0 0 18rem;
  }
}

.p-about_policy .about-policy_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_policy .about-policy_ttl {
    font-size: 4.2rem;
    margin-bottom: 4.6rem;
  }
}

.p-about_policy .about_policy_txt {
  line-height: 1.875;
}

.p-about_organizational {
  padding: 20rem 0 23rem;
}

@media screen and (max-width: 768px) {
  .p-about_organizational {
    padding: 20rem 0 45rem;
  }
}

.p-about_organizational .about-organizational_title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 9rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .p-about_organizational .container {
    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-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about_organizational .about-organizational_box {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .p-about_organizational .about-organizational_box + .about-organizational_box {
    margin-top: 16rem;
  }
}

.p-about_organizational .about-organizational_box .box-img {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-about_organizational .about-organizational_box .box-img {
    width: 47rem;
    margin: 0 auto 4rem;
  }
}

.p-about_organizational .about-organizational_box .box-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_organizational .about-organizational_box .box-ttl {
    font-size: 4rem;
    margin-bottom: 3.5rem;
    text-align: center;
  }
}

.p-about_organizational .about-organizational_box .box-txt {
  line-height: 1.875;
}

.p-about_business {
  background-color: #EDEDED;
  padding: 13rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-about_business {
    padding: 27rem 0 28rem;
  }
}

.p-about_business .container {
  padding: 0 13.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-about_business .container {
    padding: 0 5rem;
  }
}

.p-about_business .about-business_ttl {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_business .about-business_ttl {
    font-size: 4.5rem;
    margin-bottom: 6rem;
  }
}

.p-about_business .about-business_list {
  padding-left: 2rem;
}

.p-about_business .about-business_list li {
  list-style: disc;
}

.p-about_business .about-business_list li + li {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-about_business .about-business_list li + li {
    margin-top: 3rem;
  }
}

.p-about_business .bs-img {
  display: inline-block;
  position: absolute;
}

.p-about_business .bs-img.img01 {
  width: 35.8rem;
  left: -32rem;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-about_business .bs-img.img01 {
    left: -8rem;
    top: -42rem;
  }
}

.p-about_business .bs-img.img02 {
  width: 41.7rem;
  right: -33rem;
  top: -21rem;
}

@media screen and (max-width: 768px) {
  .p-about_business .bs-img.img02 {
    right: -11rem;
    top: -55rem;
  }
}

.p-about_business .bs-img.img03 {
  width: 31.4rem;
  right: -20rem;
  bottom: -22rem;
}

@media screen and (max-width: 768px) {
  .p-about_business .bs-img.img03 {
    right: auto;
    left: 9rem;
    bottom: -41rem;
  }
}

.p-about_feature {
  padding: 19rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .p-about_feature {
    padding: 33.5rem 0 10rem;
  }
  .p-about_feature .container {
    padding: 0;
  }
}

.p-about_feature .about-feature_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;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .p-about_feature .about-feature_list {
    padding: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.p-about_feature .about-feature_list li {
  width: calc(50% - 3rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-about_feature .about-feature_list li {
    width: 50%;
  }
}

.p-about_feature .about-feature_list .ft-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_feature .about-feature_list .ft-ttl {
    font-size: 3.2rem;
    margin-top: 6.4rem;
    margin-bottom: 3.2rem;
  }
}

.p-about_feature .about-feature_list .ft-txt {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-about_feature .about-feature_list .ft-txt {
    font-size: 2.4rem;
  }
}

.p-about_intro .intro-bottom_title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-about_intro .intro-bottom_title {
    font-size: 3.5rem;
    margin-bottom: 14rem;
  }
}

.p-about_intro.intro-bottom {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-about_intro.intro-bottom {
    padding: 0 0 10rem;
  }
}

.p-about_intro.intro-bottom .about-intro_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

@media screen and (max-width: 768px) {
  .p-about_intro.intro-bottom .about-intro_ctn {
    margin-bottom: 0;
    margin-top: 12rem;
  }
}

.p-about_intro.intro-bottom .about-intro_box_tl {
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .p-about_business .bs-img.img01 {
    width: 24.8rem;
    left: -12rem;
  }
  .p-about_business .bs-img.img02 {
    width: 30.7rem;
    right: -12rem;
    top: -21rem;
  }
  .p-about_business .bs-img.img03 {
    width: 27.4rem;
    right: -8rem;
    bottom: -22rem;
  }
}

.p-outline .p-outline_content {
  padding: 12rem 0 0;
}

.p-outline .container {
  max-width: 81rem;
}

.p-outline .out-art {
  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;
  border-top: 1px solid #C6C6C6;
  font-size: 1.8rem;
}

.p-outline .out-art:first-child {
  border-top: 0.3rem solid #C6C6C6;
}

.p-outline .out-art:last-child {
  border-bottom: 1px solid #C6C6C6;
}

@media screen and (max-width: 768px) {
  .p-outline .out-art {
    font-size: 2.4rem;
  }
  .p-outline .out-art:first-child {
    border-top: 0.6rem solid #C6C6C6;
  }
}

.p-outline .out-art .out-art_tl {
  font-weight: bold;
  width: 23rem;
  padding: 3rem 3rem 3rem 5rem;
}

@media screen and (max-width: 768px) {
  .p-outline .out-art .out-art_tl {
    width: 14.6rem;
    padding: 3rem 2rem 3rem 0;
  }
}

.p-outline .out-art .out-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3rem 3rem 3rem 6rem;
  font-weight: 500;
  border-left: 1px solid #C6C6C6;
}

@media screen and (max-width: 768px) {
  .p-outline .out-art .out-art_tx {
    padding: 3rem 0 3rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-kameidojo .key-visual .kv-ttl {
    -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;
  }
}

.p-kameidojo_intro {
  display: flex;
  flex-flow: row-reverse;
  /*align-items: center;*/
  padding: 16rem 0 0;
  margin-bottom: -10rem;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_intro {
    display: block;
    margin-bottom: -18rem;
  }
}

.p-kameidojo_intro .kameidojo_intro_ctn {
  width: 50%;
  padding-left: 6rem;
}

.p-kameidojo_intro .kameidojo_intro_ctn .kameidojo_intro_inner {
  max-width: 37rem;
  margin-top: 8rem;
}

.p-kameidojo_intro .kameidojo_intro_ctn p {
  font-size: 1.8rem;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_intro .kameidojo_intro_ctn {
    width: 100%;
    padding: 0 8rem;
    margin-bottom: 16rem;
  }
  .p-kameidojo_intro .kameidojo_intro_ctn .kameidojo_intro_inner {
    max-width: 100%;
  }
  .p-kameidojo_intro .kameidojo_intro_ctn p {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.p-kameidojo_intro .kameidojo_intro_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_intro .kameidojo_intro_img {
    width: 60rem;
    margin-left: auto;
  }
}

.p-kameidojo_recruit {
  padding: 19rem 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit {
    padding: 21.6rem 0 10rem;
  }
}

.p-kameidojo_recruit::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 41.2rem;
  left: 0;
  top: -13rem;
  background-color: #EDEDED;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .p-kameidojo_recruit .kameidojo-recruit {
    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;
  }
}

.p-kameidojo_recruit .kameidojo-recruit_ttl {
  background-color: #fff;
  position: absolute;
  left: calc(180/960 * 100%);
  top: -12rem;
  padding: 2rem 0 1rem;
  z-index: 2;
}

.p-kameidojo_recruit .kameidojo-recruit_ttl span {
  display: inline-block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 4rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-recruit_ttl {
    left: 8rem;
    padding: 2rem 0.6rem 1rem;
  }
  .p-kameidojo_recruit::after {
    top: 0;
  }
}

.p-kameidojo_recruit .kameidojo-recruit_img {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-recruit_img {
    width: 60rem;
  }
}

.p-kameidojo_recruit .kameidojo-recruit_ctn {
  width: 50%;
  padding-right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-kameidojo_recruit .kameidojo-recruit_ctn .kameidojo-recruit_ctn_inner {
  max-width: 44rem;
  margin-top: 4rem;
}

.p-kameidojo_recruit .kameidojo-recruit_ctn p {
  font-size: 1.8rem;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-recruit_ctn {
    width: 100%;
    padding: 0 8rem;
    margin-top: 14rem;
  }
  .p-kameidojo_recruit .kameidojo-recruit_ctn .kameidojo-recruit_ctn_inner {
    max-width: 100%;
    margin-top: 0;
  }
  .p-kameidojo_recruit .kameidojo-recruit_ctn p {
    font-size: 2.4rem;
  }
}

.p-kameidojo_recruit .kameidojo-wpr {
  max-width: 90rem;
  margin: 12.5rem auto 0;
}

.p-kameidojo_recruit .kameidojo-wpr .kameidojo-wpr_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-wpr {
    padding: 0 3rem;
  }
  .p-kameidojo_recruit .kameidojo-wpr .kameidojo-wpr_ttl {
    font-size: 4.2rem;
    margin-bottom: 5.6rem;
  }
}

.p-kameidojo_recruit .kameidojo-art {
  border-top: 1px solid #C6C6C6;
}

@media screen and (min-width: 769px) {
  .p-kameidojo_recruit .kameidojo-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-art {
    padding: 5rem 4rem;
  }
}

.p-kameidojo_recruit .kameidojo-art.last {
  border-bottom: 1px solid #C6C6C6;
}

.p-kameidojo_recruit .kameidojo-art .kameidojo-art_tl {
  width: 25rem;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-art .kameidojo-art_tl {
    width: 100%;
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 3rem;
  }
}

.p-kameidojo_recruit .kameidojo-art .kameidojo-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  padding: 2rem 3rem;
}

@media screen and (min-width: 769px) {
  .p-kameidojo_recruit .kameidojo-art .kameidojo-art_tx {
    border-left: 1px solid #C6C6C6;
  }
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-art .kameidojo-art_tx {
    font-size: 2.4rem;
    padding: 0;
  }
}

.p-kameidojo_recruit .kameidojo-btn {
  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;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-items: center;
    margin-top: 14.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kameidojo_recruit .kameidojo-btn li {
    width: calc(100%/3 - 2rem);
  }
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-btn li .c-btn {
    width: 50rem;
    height: 10rem;
    font-size: 3rem;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn span {
  display: inline-block;
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn .ico {
  line-height: 0;
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn .ico svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-tel .ico {
  width: 3.2rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-tel .ico {
    width: 5.4rem;
  }
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-cta .ico {
  width: 3rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-cta .ico {
    width: 5.4rem;
  }
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-doc .ico {
  width: 2.6rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_recruit .kameidojo-btn li .c-btn.btn-doc .ico {
    width: 4.6rem;
  }
}

.p-kameidojo_recruit .kameidojo-btn li .c-btn:hover .ico svg path {
  fill: #000;
}

.p-kameidojo_post {
  padding: 23rem 0 8rem;
  background-color: #EDEDED;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_post {
    padding: 34rem 0 12rem;
  }
}

.p-kameidojo_post .container {
  max-width: 131rem;
}

@media screen and (max-width: 768px) {
  .p-kameidojo_post .container {
    padding: 0 5rem;
  }
}

.p-kameidojo_post .kameidojo-post_wpr {
  max-width: 98rem;
  margin: 0 auto;
}

.p-kameidojo_post_title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.kameidojo-post_fitst {
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}

@media screen and (min-width: 769px) {
  .kameidojo-post_fitst .kp-thumb {
    width: 56rem;
    height: 35.8rem;
    display: block;
    overflow: hidden;
  }
  .kameidojo-post_fitst .kp-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.kameidojo-post_fitst .kp-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kameidojo-post_fitst .kp-title {
  display: block;
  margin-bottom: 5rem;
}

.kameidojo-post_fitst .kp-access_row_tx {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .kameidojo-post_fitst {
    display: block;
  }
  .kameidojo-post_fitst .kp-thumb {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.kameidojo-post_blk {
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  .kameidojo-post_blk {
    margin-top: 18rem;
  }
}

.kameidojo-post_cat {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .kameidojo-post_cat {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}

.kp-title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .kp-title {
    font-size: 3rem;
  }
}

.kp-btn {
  width: 16rem;
  height: 3.2rem;
  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: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border: 1px solid #000000;
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.kp-btn .ico {
  display: inline-block;
  line-height: 0;
}

.kp-btn .ico img, .kp-btn .ico svg {
  display: block;
  width: 0.7rem;
  height: auto;
}

.kp-btn .ico svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.kp-btn .txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .kp-btn {
    width: 22rem;
    height: 5rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    border-radius: 4rem;
    padding: 1rem 3rem;
  }
  .kp-btn .ico img,
  .kp-btn .ico svg {
    width: 0.7rem;
  }
  .kp-btn .txt {
    font-size: 2rem;
  }
}

.kp-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .kp-thumb {
    height: 24rem;
  }
  .kp-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.kp-access {
  display: block;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .kp-access {
    margin-top: 5rem;
  }
}

.kp-access_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .kp-access_row {
    gap: 2.2rem;
  }
}

.kp-access_row .kp-access_row_tl {
  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: 10.3rem;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .kp-access_row .kp-access_row_tl {
    width: 13rem;
    font-size: 2.4rem;
  }
}

.kp-access_row .kp-access_row_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .kp-access_row .kp-access_row_tx {
    font-size: 2.4rem;
  }
}

.kp-access_row + .kp-access_row {
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .kp-access_row + .kp-access_row {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .kameidojo-post_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: 8rem 4rem;
  }
}

.kameidojo-post_item {
  width: calc(100%/2 - 2rem);
}

.kameidojo-post_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.kameidojo-post_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.kameidojo-post_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.kameidojo-post_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.kameidojo-post_item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.kameidojo-post_item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.kameidojo-post_item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.kameidojo-post_item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.kameidojo-post_item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.kameidojo-post_item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.kameidojo-post_item:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.kameidojo-post_item:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.kameidojo-post_item:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.kameidojo-post_item:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.kameidojo-post_item:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.kameidojo-post_item:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.kameidojo-post_item:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.kameidojo-post_item:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.kameidojo-post_item:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.kameidojo-post_item:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

@media screen and (max-width: 768px) {
  .kameidojo-post_item {
    width: 100%;
  }
  .kameidojo-post_item + .kameidojo-post_item {
    margin-top: 10rem;
  }
}

.kameidojo-post_item .kp-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 4rem;
}

.kameidojo-post_item .kameidojo-post_item_link {
  display: block;
  width: 100%;
  height: 100%;
}

.kameidojo-post_item .kameidojo-post_item_link:hover .kp-btn {
  background-color: #000;
  color: #fff;
}

.kameidojo-post_item .kameidojo-post_item_link:hover .kp-btn .ico svg path {
  fill: #fff;
}

.kameidojo-post_content {
  padding: 15rem 0 0;
}

.kp-posts {
  border-bottom: 1px solid #C6C6C6;
  padding: 7rem 0 10rem;
  line-height: 1.875;
}

.kp-posts p + p {
  margin-top: 4rem;
}

.kameidojo-post_content .kp-access {
  margin-top: 7rem;
}

.kameidojo-post_content .kp-access .kp-access_row_tx {
  font-size: 1.8rem;
  font-weight: bold;
}

.kameidojo-post_content .c-btn {
  margin-top: 9rem;
}

.pagination {
  margin: 10rem 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: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.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: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border: 0.1rem solid #707070;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000;
}

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

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  .page-numbers .page-numbers {
    font-size: 3.6rem;
    width: 8rem;
    height: 8rem;
  }
  .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;
  }
}

.p-event_wpr {
  padding: 13rem 0 0;
}

.p-event_wpr .container {
  max-width: 93rem;
}

@media screen and (max-width: 768px) {
  .p-event_wpr .container {
    padding: 0 3rem;
  }
}

.event-item {
  border-bottom: 1px solid #C6C6C6;
}

.event-item .event-item_date {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .event-item .event-item_date {
    font-size: 2.4rem;
  }
}

.event-item .event-item_title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .event-item .event-item_title {
    font-size: 2.4rem;
  }
}

.event-item .event-item_link {
  display: block;
  padding: 3rem 2.4rem;
}

.event-item .event-item_link:hover .event-item_title {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .event-item .event-item_link {
    padding: 4rem 2.4rem;
  }
}

.event-post {
  padding: 15rem 0 0;
}

.event-post .container {
  max-width: 88rem;
  margin: 0 auto;
}

.event-post .c-btn {
  margin-top: 9rem;
}

.event-post .event-post_title {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}

.event-post .event-post_date {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.event-post .event-post_content {
  border-bottom: 1px solid #C6C6C6;
  padding: 7rem 0 10rem;
  line-height: 1.875;
}

.event-post .event-post_content p + p {
  margin-top: 4rem;
}

.p-faq .p-contents .container {
  max-width: 95rem;
}

.faq-art {
  background-color: #F7F7F7;
  border-radius: 1.8rem;
  padding: 6rem;
}

@media screen and (max-width: 768px) {
  .faq-art {
    padding: 6rem 3.4rem;
  }
}

.faq-art .faq-art_tl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  padding-left: 8.5rem;
  position: relative;
}

.faq-art .faq-art_tl::before {
  position: absolute;
  content: 'Q';
  font-size: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-weight: bold;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  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;
}

@media screen and (max-width: 768px) {
  .faq-art .faq-art_tl {
    font-size: 3.1rem;
    padding-left: 11rem;
  }
  .faq-art .faq-art_tl::before {
    font-size: 3rem;
    width: 8.5rem;
    height: 8.5rem;
  }
}

.faq-art .faq-art_tx {
  font-weight: 500;
  line-height: 1.625;
  margin-top: 4rem;
  padding-left: 8.5rem;
  position: relative;
}

.faq-art .faq-art_tx::before {
  position: absolute;
  content: 'A';
  font-size: 2rem;
  width: 5.4rem;
  height: 5.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  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;
}

@media screen and (max-width: 768px) {
  .faq-art .faq-art_tx {
    font-size: 2.4rem;
    padding-left: 11rem;
  }
  .faq-art .faq-art_tx::before {
    font-size: 3rem;
    width: 8.5rem;
    height: 8.5rem;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.faq-art + .faq-art {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .faq-art + .faq-art {
    margin-top: 4rem;
  }
}

.p-shop .p-contents .container {
  max-width: 97rem;
}

.p-shop .shop-lead {
  font-weight: 500;
  max-width: 70rem;
  margin: 0 auto 14rem;
}

@media screen and (min-width: 769px) {
  .p-shop .shop-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: 14rem 2rem;
  }
}

.p-shop .shop-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-shop .shop-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-shop .shop-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-shop .shop-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (min-width: 769px) {
  .p-shop .shop-item {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 768px) {
  .p-shop .shop-item + .shop-item {
    margin-top: 14rem;
  }
}

.p-shop .shop-item_thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}

.p-shop .shop-item_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 768px) {
  .p-shop .shop-item_ttl {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.p-shop .shop-item_price {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-shop .shop-item_price {
    font-size: 3rem;
  }
}

.p-shop .shop-item_txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2.3rem;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .p-shop .shop-item_txt {
    font-size: 2.4rem;
    margin-top: 3.4rem;
  }
}

.p-beginner .p-contents {
  padding: 0;
}

.p-beginner .p-beginner_top {
  padding: 17rem 0 23rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_top {
    padding: 15rem 0 16rem;
  }
}

.p-beginner .p-beginner_top .container {
  position: relative;
  max-width: 131rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_top .container {
    position: static;
  }
}

.p-beginner .p-beginner_top .beginner-top_ttl {
  font-size: 4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-beginner .p-beginner_top .beginner-top_ttl span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_top .beginner-top_ttl span + span {
    margin-left: 32rem;
  }
}

.p-beginner .p-beginner_top .bgt-img {
  display: inline-block;
  line-height: 0;
  position: absolute;
}

.p-beginner .p-beginner_top .bgt-img:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-beginner .p-beginner_top .bgt-img:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-beginner .p-beginner_top .bgt-img:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-beginner .p-beginner_top .bgt-img:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-beginner .p-beginner_top .bgt-img.img-rec01 {
  width: 33.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_top .bgt-img.img-rec01 {
    width: 23.4rem;
    left: -5.2rem;
  }
}

.p-beginner .p-beginner_top .bgt-img.img-rec02 {
  width: 24.2rem;
  right: -10rem;
  top: -12rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_top .bgt-img.img-rec02 {
    width: 20.3rem;
    right: -2.5rem;
    top: 1rem;
  }
}

.p-beginner .p-beginner_top .bgt-img.img-rec03 {
  width: 19.2rem;
  right: 8rem;
  bottom: -16rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_top .bgt-img.img-rec03 {
    width: 16.7rem;
    right: -5rem;
    bottom: 3rem;
  }
}

.p-beginner .p-beginner_visitor {
  padding: 0 0 26rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor {
    padding: 0 0 20rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_img {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn {
    width: 50%;
    padding-left: 10rem;
  }
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .beginner-visitor_ctn_inner {
    max-width: 50rem;
  }
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn {
    padding: 0 5rem;
  }
}

.p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn p + p {
  margin-top: 5rem;
}

.p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .ttl {
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .ttl {
    font-size: 3.6rem;
  }
}

.p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .txt {
  font-weight: 500;
  line-height: 1.875;
}

.p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .txt-lgr {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article .beginner-visitor_ctn .txt-lgr {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .p-beginner .p-beginner_visitor .beginner-visitor_article:nth-child(even) .beginner-visitor_ctn {
    padding-left: 0;
    padding-right: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-beginner .p-beginner_visitor .beginner-visitor_article + .beginner-visitor_article {
  margin-top: 25rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_visitor .beginner-visitor_article + .beginner-visitor_article {
    margin-top: 16rem;
  }
}

.p-beginner .p-beginner_class {
  background-color: #ededed;
  padding: 11rem 0 16rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_class {
    padding: 16rem 0 17rem;
  }
}

.p-beginner .p-beginner_class .container {
  max-width: 131rem;
}

.p-beginner .p-beginner_class .beginner-class_ttl {
  font-size: 3.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_class .beginner-class_ttl {
    font-size: 3.6rem;
  }
}

.p-beginner .p-beginner_class .beginner-class_txt {
  font-weight: 500;
}

.p-beginner .p-beginner_class .beginner-class_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_class .beginner-class_list {
    gap: 8rem 1.4rem;
    margin-top: 6rem;
  }
}

.p-beginner .p-beginner_class .beginner-class_itm {
  width: calc(100%/5 - 0.9rem);
}

.p-beginner .p-beginner_class .beginner-class_itm:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-beginner .p-beginner_class .beginner-class_itm:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-beginner .p-beginner_class .beginner-class_itm:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-beginner .p-beginner_class .beginner-class_itm:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-beginner .p-beginner_class .beginner-class_itm:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_class .beginner-class_itm {
    width: calc(50% - 0.7rem);
  }
}

.p-beginner .p-beginner_class .itm-txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.2rem 0;
  border-radius: 3.4rem;
  border: 0.3rem solid #000;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_class .itm-txt {
    font-size: 2.2rem;
    padding: 1.5rem 0;
  }
}

.p-beginner .p-beginner_benefit {
  padding: 15rem 0;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit {
    padding: 11rem 0 23rem;
  }
}

.p-beginner .p-beginner_benefit .container {
  max-width: 131rem;
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_benefit .container > .benefit-box {
    margin-left: 20.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .container {
    padding: 0 5rem;
  }
}

.p-beginner .p-beginner_benefit .benefit-box .ttl {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .benefit-box .ttl {
    font-size: 3.6rem;
    margin-bottom: 9rem;
  }
}

.p-beginner .p-beginner_benefit .benefit-box .art {
  font-weight: bold;
}

.p-beginner .p-beginner_benefit .benefit-box .art dt {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.2rem;
  border-left: 0.6rem solid #000;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .benefit-box .art dt {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.p-beginner .p-beginner_benefit .benefit-box .art dd {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .benefit-box .art dd {
    font-size: 2.6rem;
  }
}

.p-beginner .p-beginner_benefit .benefit-box .art + .art {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .benefit-box .art + .art {
    margin-top: 7rem;
  }
}

.p-beginner .p-beginner_benefit .benefit-box p {
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_benefit .beginner-benefit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_benefit .beginner-benefit_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_benefit .beginner-benefit_img {
    width: 65rem;
  }
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_benefit .beginner-benefit_img {
    margin: 12rem 0 14rem;
  }
}

.p-beginner .p-beginner_tour {
  background-color: #ededed;
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_tour {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_tour .container {
    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-beginner .p-beginner_tour .container {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-beginner .p-beginner_tour .beginner-tour_img {
    width: 49rem;
  }
}

.p-beginner .p-beginner_tour .beginner-tour_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-beginner .p-beginner_tour .beginner-tour_ctn .ttl {
  font-size: 3.5rem;
  margin-bottom: 4rem;
}

.p-beginner .p-beginner_tour .beginner-tour_ctn .txt {
  font-weight: 500;
  line-height: 1.875;
}

.p-beginner .p-beginner_tour .beginner-tour_ctn .c-btn {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-beginner .p-beginner_tour .beginner-tour_ctn {
    padding: 12rem 10rem 15rem;
  }
  .p-beginner .p-beginner_tour .beginner-tour_ctn .ttl {
    font-size: 3.6rem;
  }
  .p-beginner .p-beginner_tour .beginner-tour_ctn .c-btn {
    margin-top: 6rem;
  }
}

.p-shinsakitei .p-contents .container {
  max-width: 93rem;
}

.p-shinsakitei .shinsakitei-ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  text-align: center;
}

.p-shinsakitei .shinsakitei-ttl:not(:first-child) {
  margin-top: 14rem;
}

@media screen and (max-width: 768px) {
  .p-shinsakitei .shinsakitei-ttl {
    font-size: 3.6rem;
    margin-bottom: 7rem;
  }
}

.p-shinsakitei .shinsakitei-tbl {
  font-size: 2rem;
  font-weight: bold;
}

.p-shinsakitei .shinsakitei-tbl .col1 {
  width: 10rem;
  text-align: center;
}

.p-shinsakitei .shinsakitei-tbl .col2 {
  width: 10.4rem;
  text-align: center;
}

.p-shinsakitei .shinsakitei-tbl .col3 {
  width: 70rem;
  border-right: none;
  padding-left: 3rem;
}

.p-shinsakitei .shinsakitei-tbl td {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #c6c6c6;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .p-shinsakitei .shinsakitei-tbl {
    font-size: 2.4rem;
  }
  .p-shinsakitei .shinsakitei-tbl .col1 {
    width: 12rem;
  }
  .p-shinsakitei .shinsakitei-tbl .col2 {
    width: 12.5rem;
  }
  .p-shinsakitei .shinsakitei-tbl .col3 {
    width: 40.8rem;
  }
}


.icon-ins {
  display: inline-block;
  width: 5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .icon-ins {
    width: 9.6rem;
    margin-top: 2rem;
  }
}