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

/** header area
====================================== **/
@-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 arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.4154589372vw;
  }
}

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

body {
  font-family: 'Zen Kaku Gothic New', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  color: #000000;
  background-color: #FFFAE8;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.1em;
}

body.open {
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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: 127rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}

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

.anim-img {
  overflow: hidden;
}

.anim-img img {
  opacity: 0;
}

.anim-img.is-inview img {
  -webkit-animation-name: zoomAnime;
  animation-name: zoomAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

.js-view {
  opacity: 0;
}

.js-view.is-inview {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.font-en {
  font-family: "DynaPuff", system-ui;
}

.p-wrapper {
  overflow: hidden;
  position: relative;
}

.page-main {
  position: relative;
  z-index: 2;
  padding: 6rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    padding: 5rem 0 6rem;
  }
}

.section-cta {
  background-color: #4A4340;
  padding: 8rem 0;
}

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

.section-cta .container {
  max-width: 105.8rem;
  padding: 0 1.5rem;
}

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

.section-cta .section-cta_ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.section-cta .section-cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .section-cta .section-cta_item {
    width: calc(100%/3 - 2.7rem);
  }
}

.section-cta .section-cta_item .section-cta_item_img {
  display: block;
  text-align: center;
  width: 12rem;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_item .section-cta_item_img {
    width: 6rem;
    margin: 0;
  }
}

.section-cta .section-cta_item .section-cta_item_txt {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_item .section-cta_item_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.3rem;
    line-height: 140%;
  }
}

.section-cta .section-cta_item .section-cta_item_btn {
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  gap: 1rem;
  margin-top: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section-cta .section-cta_item .section-cta_item_btn .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_item .section-cta_item_btn {
    width: 25.7rem;
    height: 5.4rem;
    margin: 1rem auto 0;
  }
  .section-cta .section-cta_item .section-cta_item_btn .txt {
    font-size: 1.4rem;
  }
}

.section-cta .section-cta_item ._tel {
  width: 100%;
  padding: 0.8rem 0;
  margin-top: 1rem;
}

.section-cta .section-cta_item ._tel ._tel-sch {
  position: relative;
  z-index: 1;
}

.section-cta .section-cta_item ._tel ._tel-sch ._tel-ico {
  width: 1.5rem;
}

.section-cta .section-cta_item ._tel ._tel-sch ._tel-ico img, .section-cta .section-cta_item ._tel ._tel-sch ._tel-ico svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

.section-cta .section-cta_item ._tel ._tel-sch ._tel-txt {
  font-size: 1.2rem;
}

.section-cta .section-cta_item ._tel ._tel-sch ._tel-txt > span {
  font-size: 1.4rem;
}

.section-cta .section-cta_item ._tel ._tel-num {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-cta .section-cta_item ._tel {
    width: 25.7rem;
    margin: 1rem auto 0;
    border-radius: 3rem;
    padding: 0.7rem 0;
  }
  .section-cta .section-cta_item ._tel ._tel-sch ._tel-txt {
    font-size: 1rem;
  }
  .section-cta .section-cta_item ._tel ._tel-sch ._tel-txt > span {
    font-size: 1.2rem;
  }
  .section-cta .section-cta_item ._tel ._tel-num {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.section-cta .section-cta_item .section-cta_item_link {
  display: block;
  background-color: #fff;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  padding: 3rem;
}

@media screen and (min-width: 769px) {
  .section-cta .section-cta_item .section-cta_item_link.download-btn:hover .c-btn._bgred:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .section-cta .section-cta_item .section-cta_item_link.cta-btn:hover .c-btn._bgyellow: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) {
  .section-cta .section-cta_item .section-cta_item_link {
    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;
    gap: 0 2rem;
    padding: 2rem 3rem;
  }
}

.section-cta .section-cta_item .section-cta_item_link:hover {
  opacity: 1;
}

._bgyellow {
  background-color: #FFF5B7;
}

._bgred {
  background-color: #F3A095;
}

._bgblue {
  background-color: #A3D6CA;
}

._bggreen {
  background-color: #AACD91;
}

._bgorange {
  background-color: #E6B36E;
}

._bgcrown {
  background-color: #C9C3AD;
}

._bggray {
  background-color: #F4EBCC;
}

.txt-red {
  color: #E67161;
}

.txt-blue {
  color: #21A699;
}

.txt-green {
  color: #67A515;
}

.txt-orange {
  color: #E7911E;
}

.marker-txt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #E6B36E));
  background: linear-gradient(transparent 75%, #E6B36E 75%);
}

.marker-txt._blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #A3D6CA));
  background: linear-gradient(transparent 70%, #A3D6CA 70%);
}

.marker-txt._green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #AACD91));
  background: linear-gradient(transparent 70%, #AACD91 70%);
}

.marker-txt._yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF5B7));
  background: linear-gradient(transparent 70%, #FFF5B7 70%);
}

/** section service **/
.sc-service .c-title {
  margin-bottom: 4rem;
}

.sc-service .c-title .ja {
  font-size: 1.6rem;
}

.sc-service .c-title .en {
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  .sc-service {
    padding: 12rem 0 6rem !important;
    position: relative;
  }
  .sc-service .c-title {
    margin-bottom: 2rem;
  }
  .sc-service .c-title .ja {
    font-size: 1.2rem;
  }
  .sc-service .c-title .en {
    font-size: 5.4rem;
  }
}

.sc-service .service-head {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sc-service .service-head {
    position: relative;
  }
}

.sc-service .service-lead {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-lead {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}

.sc-service .service-txt {
  font-size: 1.8rem;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .sc-service .service-txt {
    font-size: 1.4rem;
  }
}

.sc-service .service-pos {
  display: inline-block;
  width: 38rem;
  position: absolute;
}

.sc-service .service-pos.pos1 {
  left: 0;
  top: 0;
}

.sc-service .service-pos.pos2 {
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sc-service .service-pos {
    width: 16.2rem;
  }
  .sc-service .service-pos.pos1 {
    top: 1rem;
  }
  .sc-service .service-pos.pos2 {
    top: 1rem;
    bottom: auto;
  }
}

.sc-service .service-slider {
  margin-top: 6rem;
}

.sc-service .service-slider .service-slider_item {
  width: 39.3rem;
  height: 25rem;
  margin: 0 1rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
  overflow: hidden;
}

.sc-service .service-slider .service-slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sc-service .service-slider {
    margin-top: 3rem;
  }
  .sc-service .service-slider .service-slider_item {
    width: 18.9rem;
    height: 12rem;
    margin: 0 0.5rem;
  }
}

/** section merit **/
.sc-merit .c-title {
  text-align: center;
  margin-bottom: 3rem;
}

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

.merit-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-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}

.merit-item {
  width: 31.7rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
  background-color: #fff;
  padding: 3rem;
}

.merit-item .merit-item_img {
  width: 14rem;
  margin: 0 auto 1.4rem;
}

.merit-item .merit-item_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1rem;
  text-align: center;
}

.merit-item .merit-item_txt {
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .merit-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .merit-item .merit-item_img {
    width: 7rem;
    margin: 0;
  }
  .merit-item .merit-item_ttl {
    margin-left: 1.4rem;
    margin-bottom: 0;
  }
  .merit-item .merit-item_txt {
    width: 100%;
    margin-top: 1rem;
  }
}

.cat-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.2rem;
  background-color: #000;
  padding: 0.2rem;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cat-list .cat-list_itm {
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
}

.cat-list .cat-list_itm a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  background-color: #fff;
}

.cat-list .cat-list_itm:first-child {
  border-radius: 2rem 0 0 2rem;
}

.cat-list .cat-list_itm:last-child {
  border-radius: 0 2rem 2rem 0;
}

.cat-list .cat-list_itm:hover a, .cat-list .cat-list_itm.active a {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.cat-list .cat-list_itm:hover a.revitalization, .cat-list .cat-list_itm.active a.revitalization {
  background-color: #A3D6CA;
  color: #000;
}

.cat-list .cat-list_itm:hover a.visitor, .cat-list .cat-list_itm.active a.visitor {
  background-color: #AACD91;
  color: #000;
}

.cat-list .cat-list_itm:hover a.promotion, .cat-list .cat-list_itm.active a.promotion {
  background-color: #FFF5B7;
  color: #000;
}

.cat-list .cat-list_itm:hover a.planning, .cat-list .cat-list_itm.active a.planning {
  background-color: #E6B36E;
  color: #000;
}

.cat-list .cat-list_itm.active a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .cat-list .cat-list_itm {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .cat-list .cat-list_itm a {
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
    text-align: center;
  }
}

.w-cat {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  border-radius: 1.5rem;
  padding: 0.6rem 1.2rem;
}

.w-cat.revitalization {
  background-color: #A3D6CA;
}

.w-cat.visitor {
  background-color: #AACD91;
}

.w-cat.promotion {
  background-color: #FFF5B7;
}

.w-cat.planning {
  background-color: #E6B36E;
}

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

@media screen and (max-width: 768px) {
  .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.4rem 0;
  }
}

.works-item {
  display: block;
  background-color: #fff;
  padding: 3rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
}

@media screen and (min-width: 769px) {
  .works-item {
    width: calc(100%/3 - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .works-item {
    padding: 2rem;
  }
}

.works-item .works-item_thumb {
  display: block;
  margin-bottom: 1.4rem;
}

.works-item .works-item_thumb figure {
  width: 100%;
  height: 33.4rem;
  border-radius: 1rem;
  overflow: hidden;
}

.works-item .works-item_thumb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .works-item .works-item_thumb figure {
    width: 100%;
    max-width: 25rem;
    height: 19rem;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 auto;
  }
}

.works-item .works-item_desc {
  display: block;
  font-size: 1.4rem;
  line-height: 150%;
  margin-top: 1rem;
}

.works-item .works-item_title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1rem;
}

.works-item .works-item_tags {
  display: block;
  text-align: right;
  margin: 1rem 0 0 -1rem;
}

.works-item .works-item_tags ._tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 150%;
  margin-left: 1rem;
}

.works-item .works-item_tags ._tag:hover {
  color: #E67161;
}

.works-item:has(.works-item_title a:hover) .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/** section strong point **/
.sc-strong {
  counter-reset: section;
}

@media screen and (min-width: 769px) {
  .sc-strong .strong-article {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sc-strong .strong-article .strong-article_img picture {
    display: inline-block;
    position: relative;
  }
  .sc-strong .strong-article .strong-article_img picture::after {
    position: absolute;
    content: '01';
    left: 0;
    top: 0;
    font-size: 16rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    font-family: "DynaPuff", system-ui;
    color: #C9C3AD;
    mix-blend-mode: multiply;
  }
  .sc-strong .strong-article.article1 .strong-article_img picture::after {
    left: -9rem;
    top: -5rem;
  }
  .sc-strong .strong-article.article1 .strong-article_ctn {
    margin-bottom: 3rem;
  }
  .sc-strong .strong-article.article2 .strong-article_img picture::after {
    content: '02';
    left: -3rem;
    top: -5rem;
  }
  .sc-strong .strong-article.article2 .strong-article_ctn {
    margin-bottom: 2.2rem;
  }
  .sc-strong .strong-article.article3 .strong-article_img picture::after {
    content: '03';
    left: -8rem;
    top: -12rem;
  }
  .sc-strong .strong-article.article3 .strong-article_ctn {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-strong .c-title .en {
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .strong-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.strong-article .strong-article_img {
  width: 52.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .strong-article .strong-article_img {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}

.strong-article .strong-article_ctn {
  width: 71rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 0.2rem solid #000;
}

@media screen and (max-width: 768px) {
  .strong-article .strong-article_ctn {
    width: 100%;
    padding: 3rem;
  }
}

.strong-article .strong-article_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 5.4rem;
}

@media screen and (max-width: 768px) {
  .strong-article .strong-article_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 3.8rem;
    margin-bottom: 1rem;
  }
}

.strong-article .strong-article_ttl::after {
  position: absolute;
  counter-increment: section;
  content: counter(section);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: 0.2rem solid #000;
  border-radius: 50%;
  background-color: #FFF5B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "DynaPuff", system-ui;
}

@media screen and (max-width: 768px) {
  .strong-article .strong-article_ttl::after {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
  }
}

.strong-article .strong-article_txt {
  font-size: 1.7rem;
  line-height: 170%;
  padding-left: 5.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .strong-article .strong-article_txt {
    font-size: 1.4rem;
    padding-left: 0;
    letter-spacing: 0.05em;
  }
}

.strong-article:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.strong-article.article1 .strong-article_img img {
  max-width: 34.1rem;
}

@media screen and (max-width: 768px) {
  .strong-article.article1 .strong-article_img img {
    max-width: 15.5rem;
  }
}

.strong-article.article2 .strong-article_img img {
  max-width: 41.7rem;
}

@media screen and (max-width: 768px) {
  .strong-article.article2 .strong-article_img img {
    max-width: 18.8rem;
  }
}

.strong-article.article3 .strong-article_img img {
  max-width: 39.1rem;
}

@media screen and (max-width: 768px) {
  .strong-article.article3 .strong-article_img img {
    max-width: 18.4rem;
  }
}

.strong-article + .strong-article {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .strong-article + .strong-article {
    margin-top: 2rem;
  }
}

/** section case study **/
.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .case-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .case-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem 0;
  }
}

@media screen and (min-width: 769px) {
  .case-item {
    width: calc(100%/3 - 2rem);
  }
}

.case-item .case-item_lbl {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-radius: 2rem 2rem 0 0;
  border: 0.2rem solid #000;
  border-bottom: none;
  padding: 0.6rem 3rem;
}

.case-item .case-item_lbl .num {
  display: inline-block;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .case-item .case-item_lbl {
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
  }
}

.case-item .case-item_img {
  border-radius: 2rem;
  border: 0.2rem solid #000;
  overflow: hidden;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .case-item .case-item_img {
    height: 17rem;
  }
  .case-item .case-item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.case-item .case-item_ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .case-item .case-item_ttl {
    font-size: 2rem;
  }
}

.case-item .case-item_txt {
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .case-item .case-item_txt {
    font-size: 1.3rem;
  }
}

.case-item .c-btn {
  margin: 1.4rem auto 0;
}

@media screen and (max-width: 768px) {
  .case-item .c-btn .txt {
    font-size: 1.4rem;
  }
}

.case-item .case-item_link {
  display: block;
  border: 0.2rem solid #000;
  background-color: #fff;
  border-radius: 0 2rem 2rem 2rem;
  padding: 3rem;
}

.case-item .case-item_link:hover {
  opacity: 1;
}

/** section news **/
._cat {
  display: inline-block;
  border-radius: 1.2rem;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  line-height: 170%;
  background-color: #C9C3AD;
}

._cat.media {
  background-color: #FFFAE8;
}

._date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", sans-serif;
}

.sc-news .container {
  max-width: 106rem;
}

.news-list {
  border-top: 0.1rem solid #000;
}

.news-item {
  border-bottom: 0.1rem solid #000;
}

.news-item .news-item_title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .news-item .news-item_title {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-item .news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  padding: 3rem 2rem;
  position: relative;
}

.news-item .news-item_link::after {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 1.2rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow-right.svg) right center no-repeat;
  background-size: cover;
}

.news-item .news-item_link:hover {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .news-item .news-item_link {
    padding: 2rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

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

#loading {
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  background-color: #FFFAE8;
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading .loadingLogo {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

#loading.show-01 .loading01 {
  opacity: 1;
}

#loading.show-02 .loading02 {
  opacity: 1;
}

#loading.top .loadingLogo {
  position: absolute;
}

#loading.top .loadingLogo.loading01 {
  width: 23rem;
  left: calc(810/1440 * 100%);
  top: calc(240/814 * 100%);
}

@media screen and (max-width: 768px) {
  #loading.top .loadingLogo.loading01 {
    width: 20rem;
    left: 17.4rem;
    top: calc(256 / 852 * 100dvh);
  }
}

#loading.top .loadingLogo.loading02 {
  width: 40rem;
  left: calc(340/1440 * 100%);
  top: calc(350/814 * 100%);
}

@media screen and (max-width: 768px) {
  #loading.top .loadingLogo.loading02 {
    width: 27.7rem;
    left: 4rem;
    top: calc(410 / 852 * 100dvh);
  }
}

.anchor-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  border: 0.2rem solid #000;
  overflow: hidden;
}

.anchor-list .anchor-itm {
  width: 21rem;
}

.anchor-list .anchor-itm + .anchor-itm {
  border-left: 0.2rem solid #000;
}

@media screen and (max-width: 768px) {
  .anchor-list .anchor-itm {
    width: 12.6rem;
  }
}

.anchor-list .anchor-itm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 9.4rem;
}

@media screen and (max-width: 768px) {
  .anchor-list .anchor-itm_link {
    height: 7rem;
  }
}

.anchor-list .anchor-itm_link .ttl {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .anchor-list .anchor-itm_link .ttl {
    font-size: 1.5rem;
  }
}

.anchor-list .anchor-itm_link .txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 2.2rem;
}

.anchor-list .anchor-itm_link .txt::after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_anchor.svg) right center no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .anchor-list .anchor-itm_link .txt {
    font-size: 1rem;
    padding-right: 1.4rem;
  }
  .anchor-list .anchor-itm_link .txt::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.anchor-list .anchor-itm_link:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.anchor-list .anchor-itm_link:hover .txt::after {
  background: url(../img/common/icon_anchor_white.svg) right center no-repeat;
  background-size: cover;
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 12;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 0.2rem solid #000000;
  background-color: #FFFAE8;
}

.logo {
  position: relative;
  z-index: 10;
  line-height: 0;
  width: 19.4rem;
  padding: 0 0 0 2rem;
}

.logo a {
  display: block;
  line-height: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
}

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

.logo a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 12.5rem;
    text-align: center;
    padding: 0 1rem;
  }
}

.menu {
  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: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.menu-item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.6rem;
  left: 0;
  bottom: -0.3rem;
  background: #E6B36E;
  -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;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .menu-item_link:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  margin-left: auto;
  padding: 0 3rem;
  border-left: 0.2rem solid #000;
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: none;
  }
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .head-nav {
    margin-left: auto;
  }
}

.head-nav .c-btn {
  width: auto;
  height: 6rem;
  padding: 0 2rem;
}

.head-nav .c-btn .txt {
  font-size: 1.2rem;
}

.head-nav .c-btn._tel {
  height: 6rem;
}

.head-nav .c-btn._tel ._tel-num {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .head-nav .c-btn {
    height: 5rem;
    padding: 0 0.5rem;
    gap: 0 0.2rem;
  }
  .head-nav .c-btn._download .ico, .head-nav .c-btn._cta .ico {
    width: 1.6rem;
  }
  .head-nav .c-btn._download .txt, .head-nav .c-btn._cta .txt {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .head-nav .c-btn._download {
    width: 8.2rem;
  }
  .head-nav .c-btn._cta {
    width: 9.5rem;
  }
  .head-nav .c-btn._tel {
    width: 5rem;
    height: 5rem;
    padding: 0;
  }
  .head-nav .c-btn._tel ._tel-sch ._tel-ico {
    width: 1.9rem;
  }
  .head-nav .c-btn._tel ._tel-sch ._tel-ico img, .head-nav .c-btn._tel ._tel-sch ._tel-ico svg {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .head-nav .c-btn._tel ._tel-sch ._tel-txt {
    display: none;
  }
  .head-nav .c-btn._tel ._tel-num {
    display: none;
  }
}

.head-nav .x-btn {
  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: 6rem;
  height: 6rem;
  border-radius: 0;
  background-color: #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.head-nav .x-btn img, .head-nav .x-btn svg {
  display: inline-block;
  width: 1.4rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .head-nav .x-btn {
    display: none;
  }
}

.head-nav .x-btn:hover {
  background-color: #fff;
}

.head-nav .head-nav_item:not(:last-child) {
  border-left: 0.2rem solid #000;
}

@media screen and (min-width: 769px) {
  .gnav-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav-sp {
    display: block;
    border: none;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 11rem 4rem 0;
    background: #C9C3AD;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .gnav-sp.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gnav-sp .gnav-sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_item .gnav-sp_menu_item_link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_item .gnav-sp_menu_item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -0.5rem;
  background: #000;
  -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;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_item + .gnav-sp_menu_item {
  margin-top: 3rem;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_sub {
  padding-left: 2rem;
  margin-top: 1.6rem;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_sub > li + li {
  margin-top: 1.6rem;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_sub > li > a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.gnav-sp .gnav-sp_menu .gnav-sp_menu_sub > li > a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.5rem;
  background: #000;
  -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;
}

.gnav-sp .gnav-sp_button {
  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;
  row-gap: 1.4rem;
  margin-top: 3rem;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .btn-x {
  display: inline-block;
  width: 5rem;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .btn-x img, .gnav-sp .gnav-sp_button .gnav-sp_button_itm .btn-x svg {
  display: block;
  width: 100%;
  height: auto;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .c-btn {
  width: 30rem;
  height: 6rem;
  border-radius: 3rem;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .c-btn .txt {
  font-size: 1.6rem;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .c-btn._tel {
  padding: 0;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .c-btn._tel ._tel-sch ._tel-txt > span {
  font-size: 1.2rem;
}

.gnav-sp .gnav-sp_button .gnav-sp_button_itm .c-btn._tel ._tel-num {
  font-size: 2.4rem;
}

@media screen and (min-width: 769px) {
  .gnav-sp .gnav-sp_icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gnav-sp .gnav-sp_icon {
    display: block;
    width: 9.8rem;
    margin: 2rem auto 0;
  }
}

/** footer
======================================= **/
.page-footer {
  padding: 5rem 1.5rem;
  position: relative;
}

.page-footer .c-btn {
  width: 100%;
}

.page-footer .c-btn._md {
  width: 17rem;
  height: 4rem;
}

.page-footer .c-btn .txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 3rem;
  }
  .page-footer .c-btn {
    width: 100%;
  }
  .page-footer .c-btn._md {
    width: 100%;
    height: 5rem;
    border-radius: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 127rem;
    margin: 0 auto;
  }
}

.footer-logo {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
  width: 23.9rem;
}

.footer-logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 22.4rem;
  }
}

.footer-info {
  position: relative;
}

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

.footer-info .footer-info_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

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

.footer-info .footer-info_add {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}

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

.footer-info .footer-info_link {
  margin-top: 1rem;
}

.footer-info .footer-info_link a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.footer-info .footer-info_link a:hover {
  color: #E67161;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info_ins {
    width: 4rem;
    height: 4rem;
  }
}

.footer-info .footer-info_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}

.footer-info .footer-info_bottom > span {
  display: inline-block;
  width: 4rem;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info_bottom {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 3rem;
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }
}

.footer-menu .footer-menu_item .footer-menu_item_link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: relative;
}

.footer-menu .footer-menu_item .footer-menu_item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.6rem;
  left: 0;
  bottom: -0.3rem;
  background: #E6B36E;
  -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;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .footer-menu .footer-menu_item .footer-menu_item_link:hover: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 .footer-menu_item .footer-menu_item_link {
    font-size: 1.6rem;
  }
}

.footer-menu .footer-menu_item + .footer-menu_item {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_item + .footer-menu_item {
    margin-top: 2.5rem;
  }
}

.footer-menu .footer-menu_sub {
  padding-left: 2rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_sub > li + li {
    margin-top: 1rem;
  }
}

.footer-menu .footer-menu_sub > li > a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: relative;
}

.footer-menu .footer-menu_sub > li > a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.6rem;
  left: 0;
  bottom: -0.2rem;
  background: #E6B36E;
  -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;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .footer-menu .footer-menu_sub > li > a:hover: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 .footer-menu_sub > li > a {
    font-size: 1.3rem;
  }
}

.footer-waku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .footer-waku {
    gap: 0 3.4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem 0;
  width: 17rem;
}

@media screen and (max-width: 768px) {
  .footer-button {
    width: 20rem;
    gap: 1.4rem 0;
  }
}

.footer-under {
  width: 16.4rem;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .footer-under {
    width: 12rem;
  }
}

.pagetop {
  display: none;
  width: 10rem;
  height: 10rem;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 8;
}

.pagetop .pagetop-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.pagetop img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.pagetop img.on {
  opacity: 0;
  visibility: hidden;
}

.pagetop:hover img.on {
  opacity: 1;
  visibility: visible;
}

.pagetop:hover img.off {
  opacity: 0;
  visibility: hidden;
}

.pagetop.ab {
  position: absolute;
  bottom: calc(100% + 1rem);
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 6rem;
    height: 6rem;
  }
}

.copyright {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    letter-spacing: 0.09em;
  }
}

/** header area
====================================== **/
.arrow {
  width: 6rem;
  height: 6rem;
  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%;
  background: #F3A095;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  border: 0.2rem solid #000;
}

.arrow img, .arrow svg {
  display: block;
  width: 2.6rem;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.arrow img path, .arrow svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow::before, .arrow::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  opacity: 1;
  visibility: visible;
}

.arrow::before {
  width: 100%;
  height: 100%;
  background: #292929;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
  .arrow img, .arrow svg {
    width: 2.2rem;
  }
}

.plus-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  border: 0.1rem solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-icon::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

.plus-icon img, .plus-icon svg {
  display: inline-block;
  width: 1.7rem;
  height: auto;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.6rem;
  border: 0.2rem solid #000000;
  border-radius: 2.5rem;
  width: 22rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.c-btn::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  -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;
}

.c-btn .ico {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.c-btn .ico img, .c-btn .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.c-btn .txt {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .c-btn .txt {
    font-size: 1.3rem;
  }
}

.c-btn.no-radius {
  border-radius: 0;
}

.c-btn.no-border {
  border: none;
}

.c-btn._download .ico {
  width: 1.8rem;
}

.c-btn._cta .ico {
  width: 1.8rem;
}

.c-btn._tel {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  height: auto;
  padding: 1.1rem 1rem;
}

.c-btn._tel ._tel-sch {
  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.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.c-btn._tel ._tel-sch ._tel-ico {
  width: 1.3rem;
}

.c-btn._tel ._tel-sch ._tel-txt {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-btn._tel ._tel-sch ._tel-txt > span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
}

.c-btn._tel ._tel-num {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  display: inline-block;
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.c-btn._bgred {
  background-color: #F3A095;
}

.c-btn._bgyellow {
  background-color: #FFF5B7;
}

.c-btn._bggreen {
  background-color: #AACD91;
}

.c-btn._fz16 {
  gap: 0 1rem;
}

.c-btn._fz16 .txt {
  font-size: 1.6rem;
}

.c-btn._large {
  width: 36rem;
  height: 7rem;
  gap: 0 1rem;
  border-radius: 3.5rem;
}

.c-btn._large .txt {
  font-size: 1.6rem;
}

.c-btn._large-sw {
  width: 46.6rem;
  height: 9rem;
  border-radius: 4.5rem;
  margin: 6rem auto 0;
}

.c-btn._large-sw .txt {
  font-size: 1.8rem;
}

.c-btn._large-sw::before {
  position: absolute;
  content: '';
  width: 11.4rem;
  height: 7.5rem;
  right: 1rem;
  bottom: -100%;
  background: url(../img/common/icon_button_sw.svg) left top no-repeat;
  background-size: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 768px) {
  .c-btn._large-sw {
    width: 30rem;
    height: 7rem;
    border-radius: 3.5rem;
    margin: 2rem auto 0;
    padding-right: 4rem;
    position: relative;
  }
  .c-btn._large-sw::before {
    width: 8.4rem;
    height: 6rem;
    right: 0;
    bottom: 0;
  }
  .c-btn._large-sw .txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn._large-sw:hover {
    color: #000;
  }
  .c-btn._large-sw:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .c-btn._large-sw:hover::before {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-btn:hover {
    opacity: 1;
    color: #fff;
  }
  .c-btn:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .c-btn:hover .ico svg path {
    fill: #fff;
  }
}

._arrow:hover .ico svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

._arrow._left:hover .ico svg {
  -webkit-animation: arrow-left 0.5s ease-in-out;
  animation: arrow-left 0.5s ease-in-out;
}

@media screen and (min-width: 769px) {
  ._button:hover .c-btn {
    color: #fff;
  }
  ._button:hover .c-btn:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  ._button:hover .c-btn .ico svg path {
    fill: #fff;
  }
  ._button:hover ._arrow .ico svg {
    -webkit-animation: arrow-right 0.5s ease-in-out;
    animation: arrow-right 0.5s ease-in-out;
  }
  ._button:hover ._down .ico svg {
    -webkit-animation: arrow-down 0.5s ease-in-out;
    animation: arrow-down 0.5s ease-in-out;
  }
}

.x-btn {
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #000;
  background-color: #000;
  border-radius: 50%;
  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;
}

.x-btn svg, .x-btn img {
  display: inline-block;
  width: 1.3rem;
  height: auto;
  z-index: 2;
}

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

.x-btn:hover svg path {
  fill: #000;
}

@media screen and (max-width: 768px) {
  .x-btn {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .hover-img {
    overflow: hidden;
  }
  .hover-img img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .hover:hover {
    opacity: 1;
  }
  .hover:hover .hover-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.link-hover {
  position: relative;
}

.link-hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.5rem;
  background: #000;
  -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;
}

@media screen and (min-width: 769px) {
  .link-hover:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.c-title {
  margin-bottom: 6rem;
}

.c-title .ja {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.c-title .en {
  display: inline-block;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-family: "DynaPuff", system-ui;
  margin-top: 0.7rem;
}

.c-title .sub {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.c-title .txt {
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.c-title._large .ja {
  font-size: 1.6rem;
}

.c-title._large .en {
  font-size: 10rem;
}

.c-title._center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-title .ja {
    font-size: 1.2rem;
  }
  .c-title .en {
    font-size: 4.6rem;
  }
  .c-title .sub {
    font-size: 2rem;
    text-align: left;
  }
  .c-title .txt {
    font-size: 1.3rem;
    margin-top: 1rem;
    letter-spacing: 0.05em;
  }
  .c-title._large .ja {
    font-size: 1.2rem;
  }
  .c-title._large .en {
    font-size: 5.4rem;
  }
}

.c-title_wrap .c-title {
  display: inline-block;
  position: relative;
}

.c-title_wrap .c-title::before, .c-title_wrap .c-title::after {
  position: absolute;
  content: '';
}

.c-title_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-title_head .c-title {
  margin-bottom: 0;
}

.c-title_head .cat-list {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-title_head {
    display: block;
  }
  .c-title_head .cat-list {
    margin: 1rem 0 0;
  }
}

.p-title {
  padding: 6rem 1.5rem 4rem;
}

.p-title .c-title {
  text-align: center;
  margin-bottom: 0;
}

.p-title .c-title .ja {
  font-size: 1.6rem;
}

.p-title .c-title .en {
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  .p-title {
    padding: 4rem 0 3rem;
  }
  .p-title .c-title .ja {
    font-size: 1.3rem;
  }
  .p-title .c-title .en {
    font-size: 5.4rem;
  }
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 1.2rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.slick-arrow .arrow svg, .slick-arrow .arrow img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 19rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slick-arrow.prev {
  left: -3rem;
}

@media screen and (max-width: 768px) {
  .slick-arrow.prev {
    left: -1rem;
  }
}

.slick-arrow.next {
  right: -3rem;
}

@media screen and (max-width: 768px) {
  .slick-arrow.next {
    right: -1rem;
  }
}

.slick-arrow:hover .arrow:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-arrow:hover .arrow svg path {
  fill: #fff;
}

.pagination {
  margin: 6rem 0 0;
}

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

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.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: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  border: 0.2rem solid #000;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

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

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  width: 11.6rem;
  border-radius: 2.3rem;
}

.page-numbers .page-numbers.prev .ico img, .page-numbers .page-numbers.prev .ico svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
  .page-numbers .page-numbers {
    width: 3.4rem;
    height: 3.4rem;
  }
  .page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
    width: 10rem;
    font-size: 1.2rem;
  }
  .page-numbers .page-numbers.next .ico, .page-numbers .page-numbers.prev .ico {
    width: 1.4rem;
  }
  .page-numbers .page-numbers.next .ico img, .page-numbers .page-numbers.next .ico svg, .page-numbers .page-numbers.prev .ico img, .page-numbers .page-numbers.prev .ico svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

.nav-btn {
  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;
  height: 4.6rem;
  width: 11.6rem;
  border-radius: 2.3rem;
  color: #000;
  background-color: #fff;
  border: 0.2rem solid #000;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

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

.nav-btn:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.nav-btn.prev .ico img, .nav-btn.prev .ico svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.nav-btn.nav-back {
  width: 15.8rem;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    font-size: 1.2rem;
    height: 4rem;
    width: 10rem;
  }
  .nav-btn.nav-back {
    width: 15.5rem;
  }
}

.pag-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pag-nav {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 4rem;
  }
  .pag-nav .ico {
    width: 1.4rem;
  }
  .pag-nav .ico img, .pag-nav .ico svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

.slider-nav .slick-arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  margin-top: 2rem;
}

.slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid #000;
  background-color: #C9C3AD;
  overflow: hidden;
}

.slick-dots li button {
  background: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active {
  background-color: #F3A095;
}

.js-heading {
  opacity: 0;
  visibility: hidden;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 2.625s;
  transition-delay: 2.625s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 2.775s;
  transition-delay: 2.775s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 2.925s;
  transition-delay: 2.925s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 3.075s;
  transition-delay: 3.075s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 3.225s;
  transition-delay: 3.225s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 3.375s;
  transition-delay: 3.375s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 3.525s;
  transition-delay: 3.525s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 3.675s;
  transition-delay: 3.675s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 3.825s;
  transition-delay: 3.825s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 3.975s;
  transition-delay: 3.975s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 4.125s;
  transition-delay: 4.125s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 4.275s;
  transition-delay: 4.275s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 4.425s;
  transition-delay: 4.425s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 4.575s;
  transition-delay: 4.575s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 4.725s;
  transition-delay: 4.725s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 4.875s;
  transition-delay: 4.875s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 5.025s;
  transition-delay: 5.025s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 5.175s;
  transition-delay: 5.175s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 5.325s;
  transition-delay: 5.325s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 5.475s;
  transition-delay: 5.475s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 5.55s;
  transition-delay: 5.55s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 5.625s;
  transition-delay: 5.625s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 5.775s;
  transition-delay: 5.775s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 5.85s;
  transition-delay: 5.85s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 5.925s;
  transition-delay: 5.925s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 6.075s;
  transition-delay: 6.075s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 6.15s;
  transition-delay: 6.15s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 6.225s;
  transition-delay: 6.225s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 6.3s;
  transition-delay: 6.3s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 6.375s;
  transition-delay: 6.375s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 6.45s;
  transition-delay: 6.45s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 6.525s;
  transition-delay: 6.525s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 6.675s;
  transition-delay: 6.675s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 6.75s;
  transition-delay: 6.75s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 6.825s;
  transition-delay: 6.825s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 6.9s;
  transition-delay: 6.9s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 6.975s;
  transition-delay: 6.975s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 7.05s;
  transition-delay: 7.05s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 7.125s;
  transition-delay: 7.125s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 7.275s;
  transition-delay: 7.275s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 7.35s;
  transition-delay: 7.35s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 7.425s;
  transition-delay: 7.425s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}

.js-heading .title_cover {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview {
  opacity: 1;
  visibility: visible;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/** header area
====================================== **/
#hambuger {
  width: 6rem;
  height: 5rem;
  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;
  text-align: center;
  background: #000000;
}

.nav-icon ul {
  position: relative;
  width: 2rem;
  height: 1rem;
}

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

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  left: -50%;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/* ===== DEFAULT STATE ===== */
.modal {
  position: fixed;
  inset: 0;
  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;
  z-index: 999;
  pointer-events: none;
  visibility: hidden;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 62.5rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.modal-close {
  display: inline-block;
  width: 3rem;
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.modal-close:hover {
  opacity: 0.7;
}

/* ===== OPENING ===== */
.modal.show {
  pointer-events: auto;
  visibility: visible;
}

.modal.show .modal-overlay {
  opacity: 1;
}

.modal.show .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ===== CLOSING (animation ngược) ===== */
.modal.closing .modal-overlay {
  opacity: 0;
}

.modal.closing .modal-content {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.modal-challenge .modal-challenge_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  padding: 1.6rem 4rem;
  border-bottom: 0.2rem solid #000;
}

.modal-challenge .modal-challenge_img img {
  width: 100%;
  max-width: unset;
}

.modal-challenge .question-ttl {
  text-align: center;
}

.modal-challenge .answer-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-challenge .answer-ttl span {
  font-size: 1.4rem;
}

.modal-challenge .answer-ctn {
  padding: 3rem 2rem 3rem 4rem;
}

.modal-challenge .answer-ctn .answer-ctn_inner {
  padding-right: 2rem;
  max-height: 26rem;
  overflow-y: auto;
}

.modal-member .member-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 4rem;
  border-bottom: 0.2rem solid #000;
}

.modal-member .modal-member_cpy {
  padding: 3rem 2rem 3rem 4rem;
}

.modal-member .modal-member_cpy .modal-member_cpy_inner {
  padding-right: 2rem;
  max-height: 26rem;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .modal-member .member-item {
    gap: 0 1rem;
  }
  .modal-member .member-item .member-item_thumb {
    margin: 0;
  }
  .modal-member .modal-member_cpy {
    padding: 2rem 1rem 2rem 2rem;
  }
  .modal-member .modal-member_cpy .modal-member_cpy_inner {
    padding-right: 1rem;
  }
}

/** home
======================================= **/
.wrap-movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.wrap-movie video,
.wrap-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-visual {
  width: 100%;
  padding: 0 6rem;
}

.main-visual .mv-img {
  width: 100%;
  margin: -4rem auto 0;
  overflow: hidden;
  text-align: center;
}

.main-visual .mv-img video,
.main-visual .mv-img iframe {
  width: 102%;
  height: 102%;
  position: absolute;
  left: -1%;
  top: -1%;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img {
    margin: -3rem auto 0;
  }
}

.main-visual .wrap-movie {
  padding-bottom: 64%;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 1rem 0 0;
    height: auto;
  }
  .main-visual .mv-img {
    width: 100%;
    height: auto;
  }
  .main-visual .mv-img video,
  .main-visual .mv-img iframe {
    width: 104%;
    height: 104%;
    position: absolute;
    left: -2%;
    top: -2%;
  }
  .main-visual .wrap-movie {
    padding-bottom: 172%;
  }
}

.tsc {
  padding: 8rem 0;
}

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

.p-top {
  padding-bottom: 0;
  /** section event **/
  /** section works **/
}

.p-top .sc-brand {
  padding: 3rem 0;
  overflow: hidden;
}

.p-top .sc-brand .slick-list {
  overflow: visible;
}

.p-top .sc-brand .brand-item {
  width: 15rem;
  margin: 0 1rem;
}

.p-top .sc-brand .brand-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top .sc-brand .brand-item {
    width: 12rem;
    margin: 0 0.7rem;
  }
}

.p-top .p-top_event .c-title_wrap {
  text-align: center;
}

.p-top .p-top_event .c-title_wrap .c-title {
  padding: 0 7rem;
}

.p-top .p-top_event .c-title_wrap .c-title::before, .p-top .p-top_event .c-title_wrap .c-title::after {
  position: absolute;
  content: '';
  width: 5rem;
  height: 2.2rem;
  bottom: 1rem;
  background: url(../img/top/icon_event.svg) left top no-repeat;
  background-size: cover;
}

.p-top .p-top_event .c-title_wrap .c-title::before {
  left: 0;
}

.p-top .p-top_event .c-title_wrap .c-title::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .c-title_wrap .c-title {
    padding: 0 6rem;
    margin-bottom: 2rem;
  }
}

.p-top .p-top_event .wrap-slider {
  max-width: 84.3rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .wrap-slider {
    max-width: 32rem;
  }
}

.p-top .p-top_event .wrap-slider .slick-list {
  overflow: visible;
}

.p-top .p-top_event .event-item {
  width: 84.3rem;
  margin: 0 2rem;
  padding: 4rem 6.3rem;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}

.p-top .p-top_event .event-item:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .p-top .p-top_event .event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .event-item {
    width: 32rem;
    margin: 0 0.9rem;
    padding: 2rem;
  }
}

.p-top .p-top_event .event-item .event-item_img {
  width: 32rem;
  height: 22rem;
  border-radius: 1rem;
  overflow: hidden;
}

.p-top .p-top_event .event-item .event-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .event-item .event-item_img {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
}

.p-top .p-top_event .event-item .event-item_ctn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top .p-top_event .event-item .event-item_date {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1rem;
  color: #F3A095;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .event-item .event-item_date {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}

.p-top .p-top_event .event-item .event-item_title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
}

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

.p-top .p-top_event .event-item .event-item_info {
  display: block;
  margin-top: 2rem;
}

.p-top .p-top_event .event-item .event-item_info .event-item_info_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-top .p-top_event .event-item .event-item_info .event-item_info_child .tl {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 170%;
  width: 7.2rem;
  border-radius: 1.2rem;
  text-align: center;
  background-color: #F3A095;
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .event-item .event-item_info .event-item_info_child .tl {
    font-size: 1.1rem;
  }
}

.p-top .p-top_event .event-item .event-item_info .event-item_info_child .tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1.4rem;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .p-top .p-top_event .event-item .event-item_info .event-item_info_child .tx {
    font-size: 1.3rem;
  }
}

.p-top .p-top_event .event-item .event-item_info .event-item_info_child + .event-item_info_child {
  margin-top: 0.8rem;
}

@media screen and (min-width: 769px) {
  .p-top .sc-about .container {
    max-width: 105rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10rem;
  }
}

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

@media screen and (min-width: 769px) {
  .p-top .sc-about .about-left {
    width: 52.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .about-left {
    width: 31.5rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-about .about-right {
    width: 39rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .about-right {
    margin-top: 4rem;
  }
}

.p-top .sc-about .about-right p {
  font-size: 1.8rem;
  line-height: 170%;
}

.p-top .sc-about .about-right p + p {
  margin-top: 3rem;
}

.p-top .sc-about .about-right p span {
  font-size: 3rem;
  font-weight: 900;
  line-height: 170%;
}

.p-top .sc-about .about-right p span.mg-b {
  margin: 0 1rem;
}

.p-top .sc-about .about-right p span.mg-r {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .about-right p {
    font-size: 1.6rem;
  }
  .p-top .sc-about .about-right p span {
    font-size: 2.4rem;
  }
}

.p-top .sc-about .ttl {
  font-size: 6rem;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .ttl {
    font-size: 3.6rem;
  }
}

.p-top .sc-about .img {
  margin-top: -6.6rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .img {
    margin-top: -4rem;
  }
}

.p-top .sc-about .c-btn {
  margin: 3rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top .sc-about .c-btn {
    width: 30rem;
    height: 6rem;
    border-radius: 3rem;
    margin: 3rem auto 0;
  }
  .p-top .sc-about .c-btn .txt {
    font-size: 1.6rem;
  }
}

.p-top .sc-works .c-title_head {
  margin-bottom: 3rem;
}

.p-top .sc-works .c-title .ja {
  font-size: 1.6rem;
}

.p-top .sc-works .c-title .en {
  font-size: 8.4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-works .c-title_head {
    margin-bottom: 2rem;
  }
  .p-top .sc-works .c-title .ja {
    font-size: 1.2rem;
  }
  .p-top .sc-works .c-title .en {
    font-size: 5.4rem;
  }
  .p-top .sc-works .works-list .works-item:nth-child(4), .p-top .sc-works .works-list .works-item:nth-child(5), .p-top .sc-works .works-list .works-item:nth-child(6) {
    display: none;
  }
  .p-top .sc-works .c-btn {
    margin-top: 2rem;
  }
}

.p-top .sc-news .c-title_head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 3rem;
}

.p-top .sc-news .c-title_head .c-btn {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-news .c-title_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .p-top .sc-news .c-title_head .c-btn {
    width: 16.6rem;
    height: 4rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-service .c-btn {
    margin: 3rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-case .c-title {
    margin-bottom: 2rem;
  }
}

.p-top .sc-challenge {
  padding: 6rem 0;
}

@media screen and (min-width: 769px) {
  .p-top .sc-challenge .slider-nav {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge {
    padding: 3rem 0 4rem;
  }
  .p-top .sc-challenge .wrap-slider {
    max-width: 29.8rem;
    margin: 0 auto;
    position: relative;
  }
  .p-top .sc-challenge .wrap-slider .slick-arrow {
    top: calc(50% - 1rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-top .sc-challenge .wrap-slider .slick-arrow.prev {
    left: -2.5rem;
  }
  .p-top .sc-challenge .wrap-slider .slick-arrow.next {
    right: -2.5rem;
  }
}

.p-top .sc-challenge .challenge-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  width: 100%;
  margin-bottom: 2rem;
}

.p-top .sc-challenge .challenge-loop .itm {
  display: inline-block;
  font-size: 8.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-family: "DynaPuff", system-ui;
  color: #fff;
  margin: 0 3rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-loop {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: 1rem;
  }
  .p-top .sc-challenge .challenge-loop .itm {
    font-size: 4.4rem;
    margin: 0 1rem;
  }
}

.p-top .sc-challenge .challenge-ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.p-top .sc-challenge .challenge-ttl img {
  max-width: 39.3rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-ttl {
    margin-bottom: 1rem;
  }
  .p-top .sc-challenge .challenge-ttl img {
    max-width: 29.5rem;
  }
}

.p-top .sc-challenge .challenge-img img {
  width: 100%;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-img {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-challenge .challenge-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-list .slick-list {
    overflow: visible;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-challenge .challenge-item {
    width: calc(100%/3 - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-item {
    width: 29.8rem;
    margin: 0 1.5rem;
  }
}

.p-top .sc-challenge .challenge-question {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-top .sc-challenge .challenge-question:hover {
  opacity: 1;
}

.p-top .sc-challenge .challenge-question .ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  padding: 0.6rem 2rem;
  border-bottom: 0.2rem solid #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-question .ttl {
    font-size: 1.6rem;
    padding: 0.3rem 2rem;
  }
}

.p-top .sc-challenge .challenge-question .img {
  position: relative;
  background-color: #fff;
}

.p-top .sc-challenge .challenge-question .img .icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  width: 5rem;
  z-index: 2;
}

.p-top .sc-challenge .challenge-question .img .icon img, .p-top .sc-challenge .challenge-question .img .icon svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-question .img .icon {
    width: 3.8rem;
  }
}

.p-top .sc-challenge .challenge-answer {
  margin-top: 1.4rem;
  margin: 1.4rem auto 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top .sc-challenge .challenge-answer {
    margin-top: 1rem;
    width: 22rem;
    height: 4.6rem;
  }
  .p-top .sc-challenge .challenge-answer .txt {
    font-size: 1.4rem;
  }
}

.p-top .sc-project .c-title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .c-title {
    margin-bottom: 2rem;
  }
  .p-top .sc-project .c-title .txt {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-top .sc-project .project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .p-top .sc-project .project-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem 0;
  }
}

.p-top .sc-project .project-item {
  width: calc(100%/3 - 2rem);
  padding: 3rem 4rem 9.3rem;
  background-color: #fff;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item {
    width: 100%;
    padding: 2rem 3rem;
  }
}

.p-top .sc-project .project-item .project-item_img {
  padding: 0 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_img {
    padding: 0;
    margin-bottom: 1rem;
  }
}

.p-top .sc-project .project-item .project-item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}

.p-top .sc-project .project-item .project-item_txt {
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_txt {
    font-size: 1.3rem;
  }
}

.p-top .sc-project .project-item .project-item_btn {
  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: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (min-width: 769px) {
  .p-top .sc-project .project-item .project-item_btn {
    position: absolute;
    left: 4rem;
    bottom: 3rem;
    width: calc(100% - 8rem);
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn {
    margin-top: 2rem;
  }
}

.p-top .sc-project .project-item .project-item_btn .c-btn {
  height: 4rem;
}

.p-top .sc-project .project-item .project-item_btn .c-btn .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn .c-btn .txt {
    font-size: 1.2rem;
  }
}

.p-top .sc-project .project-item .project-item_btn .c-btn._web {
  width: 13.4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn .c-btn._web {
    width: 17rem;
  }
  .p-top .sc-project .project-item .project-item_btn .c-btn._web img, .p-top .sc-project .project-item .project-item_btn .c-btn._web svg {
    display: block;
    width: 1.2rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn .c-btn._web._web2 {
    width: 14.5rem;
  }
}

.p-top .sc-project .project-item .project-item_btn .c-btn._issue {
  width: 12.6rem;
}

.p-top .sc-project .project-item .project-item_btn .c-btn._bnum {
  width: 17.6rem;
}

.p-top .sc-project .project-item .project-item_btn .c-btn._event {
  width: 16.8rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn .c-btn._event {
    width: 16rem;
  }
}

.p-top .sc-project .project-item .project-item_btn .x-btn {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-project .project-item .project-item_btn .x-btn {
    width: 4rem;
  }
  .p-top .sc-project .project-item .project-item_btn .x-btn img {
    width: 100%;
  }
}

/** about
======================================= **/
.member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .member-item {
    text-align: center;
  }
}

.member-item .member-item_thumb {
  display: block;
  width: 12rem;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_thumb {
    margin: 0 auto 1.2rem;
  }
}

.member-item .member-item_lbl {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.1em;
  border-radius: 0.6rem;
  color: #fff;
  background-color: #000;
  padding: 0.1rem 0.6rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_lbl {
    font-size: 1.1rem;
  }
}

.member-item .member-item_name-ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_name-ja {
    font-size: 1.6rem;
  }
}

.member-item .member-item_name-en {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_name-en {
    font-size: 1.1rem;
  }
}

.member-item .member-item_pos {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_pos {
    font-size: 1rem;
  }
}

.member-item .member-item_tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}

.member-item .member-item_tag ._tag {
  display: block;
}

@media screen and (max-width: 768px) {
  .member-item .member-item_tag {
    font-size: 1rem;
  }
}

.member-item .plus-icon {
  width: 3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.member-item .plus-icon svg, .member-item .plus-icon img {
  display: inline-block;
  width: 1.2rem;
}

@media screen and (max-width: 768px) {
  .member-item .plus-icon {
    top: 1rem;
    bottom: auto;
  }
}

.member-item._bgred {
  background-color: #F3A095;
}

.member-item._bgyellow {
  background-color: #FFF5B7;
}

.member-item._bgorange {
  background-color: #E6B36E;
}

.member-item._bggreen {
  background-color: #AACD91;
}

.member-item._bgblue {
  background-color: #A3D6CA;
}

.p-about {
  padding-bottom: 0;
}

.p-about .p-title {
  background-color: #A3D6CA;
  padding-bottom: 2rem;
}

.p-about .p-about_message {
  background-color: #A3D6CA;
  padding: 0 0 10rem;
}

.p-about .p-about_message .container {
  max-width: 106rem;
}

.p-about .p-about_message .c-title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_message .c-title {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about .p-about_message .message-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3.3rem;
  }
}

.p-about .p-about_message .message-row .message-row_img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-about .p-about_message .message-row .message-row_img {
    width: 39.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .p-about_message .message-row .message-row_img {
    width: 22.6rem;
    margin: 0 auto -1rem;
  }
}

.p-about .p-about_message .message-row .message-row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  padding: 5rem 6rem 4rem;
  background-color: #fff;
}

.p-about .p-about_message .message-row .message-row_ctn p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.p-about .p-about_message .message-row .message-row_ctn .ms-info {
  font-size: 1.4rem;
  text-align: right;
}

.p-about .p-about_message .message-row .message-row_ctn .ms-info span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_message .message-row .message-row_ctn {
    padding: 3rem;
  }
  .p-about .p-about_message .message-row .message-row_ctn p {
    font-size: 1.4rem;
  }
  .p-about .p-about_message .message-row .message-row_ctn .ms-info {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
}

.p-about .p-about_member {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_member {
    padding: 4rem 0;
  }
  .p-about .p-about_member .c-title {
    margin-bottom: 3rem;
  }
  .p-about .p-about_member .c-title .txt {
    text-align: left;
  }
}

.p-about .p-about_member .member-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-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_member .member-list {
    gap: 1.4rem;
  }
}

.p-about .p-about_member .member-item {
  width: calc(100%/3 - 2rem);
  border: 0.2rem solid #000;
  border-radius: 2rem;
  padding: 2.4rem 3rem;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-about .p-about_member .member-item .member-item_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-about .p-about_member .member-item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_member .member-item {
    width: calc(100%/2 - 0.7rem);
    padding: 2.4rem 1.6rem;
    display: block;
  }
}

.p-about .p-about_company {
  padding: 10rem 0;
  background-color: #FFF5B7;
}

.p-about .p-about_company .c-title {
  margin-bottom: 4.3rem;
}

.p-about .p-about_company .company-wrap {
  padding: 0 7.5rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company {
    padding: 6rem 0;
  }
  .p-about .p-about_company .c-title {
    margin-bottom: 2rem;
  }
  .p-about .p-about_company .company-wrap {
    padding: 0;
  }
}

.p-about .p-about_company .cpn-sc .cpn-sc_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  border: 0.2rem solid #000;
  border-bottom: 0;
  border-radius: 2rem 2rem 0 0;
  background-color: #A3D6CA;
  padding: 0.6rem 3rem;
}

.p-about .p-about_company .cpn-sc .cpn-sc_title .en {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-about .p-about_company .cpn-sc .cpn-sc_title .ja {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-about .p-about_company .cpn-sc .cpn-sc_content {
  padding: 6rem 8rem;
  background-color: #fff;
  border: 0.2rem solid #000;
  border-radius: 0 2rem 2rem 2rem;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-sc .cpn-sc_content {
    padding: 3rem 2.8rem;
  }
}

.p-about .p-about_company .cpn-sc + .cpn-sc {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .p-about .p-about_company .cpn-vision .cpn-sc_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-vision .cpn-sc_content {
    padding: 4rem 2.8rem;
  }
}

.p-about .p-about_company .cpn-vision .vision-ttl {
  width: 36rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.p-about .p-about_company .cpn-vision .vision-ttl::after {
  position: absolute;
  content: '';
  width: 10rem;
  height: 7.3rem;
  right: 0;
  bottom: 0;
  background: url(../img/about/icon_vision.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-vision .vision-ttl {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 4.7rem;
  }
}

.p-about .p-about_company .cpn-vision .vision-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 180%;
}

.p-about .p-about_company .cpn-outline .outline-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding: 1.4rem 0;
  border-bottom: 0.1rem solid #000000;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-outline .outline-art {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_ttl {
  width: 10rem;
  font-size: 1.3rem;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-outline .outline-art .outline-art_ttl {
    width: 8.4rem;
  }
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 180%;
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_txt span {
  display: inline-block;
  font-size: 1.3rem;
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_txt a {
  display: inline-block;
  color: #2DB6A8;
  text-decoration: underline;
  margin-left: 1rem;
  font-family: "Montserrat", sans-serif;
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_txt ul {
  padding-left: 2rem;
}

.p-about .p-about_company .cpn-outline .outline-art .outline-art_txt ul li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-outline .outline-art .outline-art_txt ul {
    padding-left: 1.9rem;
  }
}

.p-about .p-about_company .cpn-history .history-list {
  position: relative;
}

.p-about .p-about_company .cpn-history .history-list::after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: calc(100% - 1.5rem);
  left: 0.5rem;
  top: 0.5rem;
  background-color: #000;
}

.p-about .p-about_company .cpn-history .history-itm {
  padding-left: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  z-index: 1;
}

.p-about .p-about_company .cpn-history .history-itm::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FFF5B7;
  border: 0.1rem solid #000;
}

.p-about .p-about_company .cpn-history .history-itm .history-itm_year {
  display: block;
  width: 10rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 180%;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .p-about .p-about_company .cpn-history .history-itm .history-itm_year {
    width: 8rem;
  }
}

.p-about .p-about_company .cpn-history .history-itm .history-itm_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1.4rem;
  line-height: 180%;
}

.p-about .p-about_company .cpn-history .history-itm + .history-itm {
  margin-top: 1.4rem;
}

/** service
======================================= **/
.p-service {
  padding-bottom: 0;
}

.p-service .sc-service .service-head .c-title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-service .service-head .c-title {
    margin-bottom: 1rem;
  }
}

.p-service .sc-service .service-head .anchor-list {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-service .service-head .anchor-list {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-service .sc-service .service-head .service-pos.pos1 {
    top: 16rem;
  }
  .p-service .sc-service .service-head .service-pos.pos2 {
    top: 33rem;
  }
}

.p-service .sc-case-study .c-title {
  margin-bottom: 4rem;
}

.p-service .sc-case-study .case-study_lbl {
  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: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  height: 5rem;
  font-family: "DynaPuff", system-ui;
  background-color: #000;
  color: #fff;
}

.p-service .sc-case-study .case-study_lbl .num {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 100%;
  margin-bottom: 0.5rem;
}

.p-service .sc-case-study .case-study_ttl {
  height: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-service .sc-case-study .case-study_ttl h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study_ttl {
    height: auto;
  }
  .p-service .sc-case-study .case-study_ttl h3 {
    font-size: 2.2rem;
    padding: 2rem 1rem;
  }
}

.p-service .sc-case-study .case-study_sub {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study_sub {
    font-size: 2rem;
    line-height: 170%;
  }
}

.p-service .sc-case-study .case-study_txt {
  font-size: 1.7rem;
  line-height: 170%;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study_txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.p-service .sc-case-study .case-study-wrap {
  border: 0.2rem solid #000;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-wrap {
    display: block;
  }
}

.p-service .sc-case-study .case-study-wrap .case-study-wrap_left {
  background-color: #000;
  color: #fff;
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-wrap .case-study-wrap_left {
    width: 100%;
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
  }
}

.p-service .sc-case-study .case-study-wrap .case-study-wrap_right {
  padding: 2rem 4rem;
}

.p-service .sc-case-study .case-study-wrap .case-study-wrap_right p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-wrap .case-study-wrap_right {
    padding: 2rem;
  }
  .p-service .sc-case-study .case-study-wrap .case-study-wrap_right p {
    font-size: 1.6rem;
  }
}

.p-service .sc-case-study .cs-lbl {
  display: inline-block;
  padding: 0.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-lbl {
    font-size: 1.2rem;
  }
}

.p-service .sc-case-study .cs-check {
  border: 0.2rem solid #000;
  padding: 3rem 4rem;
  background-color: #FFFAE8;
  border-radius: 0 1rem 1rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-check {
    padding: 2rem;
  }
}

.p-service .sc-case-study .cs-check li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  padding-left: 3.2rem;
}

.p-service .sc-case-study .cs-check li::after {
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0.5rem;
  background: url(../img/service/icon_check.svg) left top no-repeat;
  background-size: cover;
}

.p-service .sc-case-study .cs-check li + li {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-check li {
    font-size: 1.5rem;
    padding-left: 2.8rem;
  }
}

.p-service .sc-case-study .cs-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 23.2rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-info {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-service .sc-case-study .cs-info .cs-info_thumb {
  width: 11.6rem;
  height: 11.6rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-info .cs-info_thumb {
    width: 8rem;
    height: 8rem;
  }
}

.p-service .sc-case-study .cs-info .cs-info_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-info .cs-info_ctn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-service .sc-case-study .cs-info .cs-info_ctn .pos {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.8rem;
  border-radius: 0.6rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-info .cs-info_ctn .pos {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-service .sc-case-study .cs-info .cs-info_ctn .name {
  display: inline-block;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .cs-info .cs-info_ctn .name {
    font-size: 1.8rem;
  }
}

.p-service .sc-case-study .cs-cpy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 170%;
}

.p-service .sc-case-study .c-btn {
  margin: 3rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .c-btn {
    font-size: 1.4rem;
    width: 22rem;
    height: 5rem;
    margin-top: 1rem;
  }
}

.p-service .sc-case-study .case-study-box {
  padding: 3rem 4.6rem 0;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-box {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-service .sc-case-study .case-study-box .case-study-box_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .p-service .sc-case-study .case-study-box .case-study-box_top .case-study-box_top_img {
    width: 40rem;
  }
  .p-service .sc-case-study .case-study-box .case-study-box_top .case-study-box_top_img figure {
    border-radius: 1rem;
    overflow: hidden;
  }
  .p-service .sc-case-study .case-study-box .case-study-box_top .case-study-box_top_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-box .case-study-box_top {
    margin-top: 1rem;
  }
  .p-service .sc-case-study .case-study-box .case-study-box_top .case-study-box_top_img {
    margin-bottom: 1rem;
  }
}

.p-service .sc-case-study .case-study-box .case-study-box_bottom {
  margin-top: 3rem;
}

.p-service .sc-case-study .case-study-box .case-study-box_bottom .case-study-box_bottom_ctn {
  border: 0.2rem solid #000;
  padding: 2.8rem 3.8rem;
  background-color: #FFFAE8;
  border-radius: 0 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-box .case-study-box_bottom {
    margin-top: 1rem;
  }
  .p-service .sc-case-study .case-study-box .case-study-box_bottom .case-study-box_bottom_ctn {
    padding: 1.8rem 2.8rem;
    display: block;
  }
}

.p-service .sc-case-study .case-study-article {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
}

.p-service .sc-case-study .case-study-article .case-study-article_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article .case-study-article_head {
    display: block;
  }
}

.p-service .sc-case-study .case-study-article .case-study-article_head .case-study-article_head_left {
  width: 39.4rem;
  border-right: 0.2rem solid #000;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article .case-study-article_head .case-study-article_head_left {
    width: 100%;
    border-right: none;
  }
}

.p-service .sc-case-study .case-study-article .case-study-article_head .case-study-article_head_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3rem 4rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article .case-study-article_head .case-study-article_head_right {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 3rem;
  }
}

.p-service .sc-case-study .case-study-article .case-study-article_feature {
  border-top: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  width: 100%;
  height: 32rem;
  overflow: hidden;
}

.p-service .sc-case-study .case-study-article .case-study-article_feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article .case-study-article_feature {
    height: 16rem;
  }
}

.p-service .sc-case-study .case-study-article .case-study-article_content {
  padding: 4rem 6rem;
}

.p-service .sc-case-study .case-study-article .case-study-article_content + .case-study-article_content {
  border-top: 0.2rem solid #000;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article .case-study-article_content {
    padding: 4rem 3rem;
  }
}

.p-service .sc-case-study .case-study-article + .case-study-article {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-service .sc-case-study .case-study-article + .case-study-article {
    margin-top: 3rem;
  }
}

/** section voice **/
@media screen and (max-width: 768px) {
  .sc-voice {
    padding: 5rem 0;
  }
}

.sc-voice .c-title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 3rem;
}

.sc-voice .c-title_wrap .c-title {
  margin-bottom: 0;
}

.sc-voice .c-title_wrap .c-title_icon {
  display: inline-block;
  width: 11rem;
}

@media screen and (max-width: 768px) {
  .sc-voice .c-title_wrap .c-title_icon {
    width: 7.5rem;
  }
}

.sc-voice .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-voice .voice-list {
    gap: 1.4rem 0;
  }
}

.sc-voice .voice-item {
  width: calc(100%/3 - 2rem);
  padding: 3rem;
  border-radius: 2rem;
  border: 0.2rem solid #000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sc-voice .voice-item {
    width: 100%;
  }
}

.sc-voice .voice-item .voice-item_img {
  margin-bottom: 1.4rem;
  height: 8rem;
  text-align: center;
}

.sc-voice .voice-item .voice-item_img img {
  max-width: unset;
  width: auto;
  height: 100%;
}

.sc-voice .voice-item .voice-item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .sc-voice .voice-item .voice-item_ttl {
    font-size: 1.6rem;
  }
}

.sc-voice .voice-item .voice-item_txt {
  font-size: 1.5rem;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .sc-voice .voice-item .voice-item_txt {
    font-size: 1.3rem;
  }
}

.sc-voice .voice-item .voice-item_auth {
  font-size: 1.2rem;
  line-height: 150%;
  text-align: right;
  margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sc-voice .voice-item .voice-item_auth {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-flow .c-title {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-wrap {
    width: calc(100% + 2rem);
    padding-bottom: 2rem;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    /* Vertical scrollbar */
  }
  .sc-flow .flow-wrap::-webkit-scrollbar {
    height: 8px;
    /* scrollbar width */
    display: block !important;
  }
  .sc-flow .flow-wrap::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    height: 8px;
    /* track color */
    border: 1px solid #000;
  }
  .sc-flow .flow-wrap::-webkit-scrollbar-thumb {
    background: #F3A095;
    /* thumb color */
    border-radius: 10px;
    border: 1px solid #000;
  }
  .sc-flow .flow-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* hover color */
  }
}

.sc-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-list {
    width: 126rem;
  }
}

.sc-flow .flow-item {
  width: calc(100%/5 - 2.5rem);
  max-width: 22rem;
  background-color: #fff;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
}

.sc-flow .flow-item .flow-item_ttl {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-family: "DynaPuff", system-ui;
  height: 4rem;
}

.sc-flow .flow-item .flow-item_ttl span {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: 1rem;
}

.sc-flow .flow-item .flow-item_ctn {
  padding: 2rem 3rem 3rem;
}

.sc-flow .flow-item .flow-item_ctn ._img {
  width: 10rem;
  margin: 0 auto 2rem;
}

.sc-flow .flow-item .flow-item_ctn ._img img {
  display: block;
  width: 100%;
  height: auto;
}

.sc-flow .flow-item .flow-item_ctn ._ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 5.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;
}

.sc-flow .flow-item .flow-item_ctn ._txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sc-faq .c-title {
    margin-bottom: 2rem;
  }
}

.sc-faq .container {
  max-width: 105.8rem;
}

.sc-faq .faq-art {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  overflow: hidden;
}

.sc-faq .faq-art .ico {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "DynaPuff", system-ui;
  background-color: #F3A095;
}

.sc-faq .faq-art .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  padding: 2rem 3rem;
  border-left: 0.2rem solid #000;
  background-color: #F4EBCC;
}

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

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

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

.sc-faq .faq-art_ttl {
  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;
}

.sc-faq .faq-art_ttl .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-art_ttl .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.sc-faq .faq-art_ctn {
  border-top: 0.2rem solid #000;
}

.sc-faq .faq-art_ctn .faq-art_ctn_inner {
  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;
}

.sc-faq .faq-art_ctn .txt {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sc-faq .faq-art_ctn .txt {
    font-size: 1.4rem;
  }
}

.sc-faq .faq-art_ctn .ico {
  background-color: #FFFAE8;
}

.sc-faq .c-btn {
  margin: 3rem auto 0;
}

/** works
======================================= **/
.p-works .c-title_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-works .c-title_head .c-title {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .p-works .c-title_info {
    width: 74rem;
  }
}

.p-works .tag-wrap {
  padding: 1.5rem 2rem;
  border: 0.2rem solid #000;
  border-radius: 1.6rem;
  background-color: #fff;
  overflow: hidden;
}

.p-works .tag-wrap .tag-list {
  display: block;
  margin: 0 0 -0.7rem -1.5rem;
  line-height: 1;
}

.p-works .tag-wrap .tag-list ._tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 0.7rem 1.5rem;
}

.p-works .tag-wrap .tag-list ._tag:hover {
  color: #E67161;
}

@media screen and (max-width: 768px) {
  .p-works .tag-wrap {
    margin-top: 1.2rem;
  }
}

/** news
======================================= **/
.post-detail .container {
  max-width: 85rem;
}

.post-detail .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.post-detail .post-meta .cat {
  display: inline-block;
}

.post-detail .post-meta ._desc {
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .post-detail .post-meta {
    display: block;
  }
  .post-detail .post-meta ._desc {
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.post-detail .post-tags {
  display: block;
  text-align: right;
  margin: 1rem 0 0 -1rem;
}

.post-detail .post-tags ._tag {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 150%;
  margin-left: 1rem;
}

.post-detail .post-tags ._tag:hover {
  color: #E67161;
}

.post-detail .post-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1rem;
}

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

.post-detail .post-feature {
  margin-top: 3rem;
  border-radius: 1rem;
  overflow: hidden;
}

.post-detail .post-box .post-box_lbl {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 170%;
  padding: 0.6rem 2rem;
  border-radius: 1.4rem 1.4rem 0 0;
  border: 0.2rem solid #000;
  border-bottom: none;
}

.post-detail .post-box .post-box_lbl.font-en {
  font-size: 2.2rem;
  line-height: 150%;
  border-radius: 2rem 2rem 0 0;
}

.post-detail .post-box .post-box_ctn {
  padding: 3rem 4rem;
  border-radius: 0 2rem 2rem 2rem;
  border: 0.2rem solid #000;
  background-color: #fff;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .post-detail .post-box .post-box_ctn {
    padding: 3rem;
  }
}

.post-detail .post-box.post-point {
  margin-top: 3rem;
}

.post-detail .post-box.post-point .post-point_itm {
  position: relative;
  padding-left: 2rem;
}

.post-detail .post-box.post-point .post-point_itm::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 0.1rem solid #000;
  background-color: #FFF5B7;
}

.post-detail .post-box.post-point .post-point_itm + .post-point_itm {
  margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .post-detail .post-box.post-point .post-point_itm {
    font-size: 1.5rem;
  }
  .post-detail .post-box.post-point .post-point_itm::before {
    top: 0.7rem;
  }
}

.post-detail .post-box.post-event {
  margin-top: 4rem;
}

.post-detail .post-box.post-event .post-event_itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}

.post-detail .post-box.post-event .post-event_itm .tl {
  width: 13.4rem;
  text-align: center;
}

.post-detail .post-box.post-event .post-event_itm .tl > span {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  background-color: #000;
  border-radius: 0.4rem;
}

.post-detail .post-box.post-event .post-event_itm .tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-detail .post-box.post-event .post-event_itm .tx > ul {
  padding-left: 2rem;
}

.post-detail .post-box.post-event .post-event_itm .tx > ul > li {
  list-style: disc;
}

.post-detail .post-box.post-event .post-event_itm + .post-event_itm {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .post-detail .post-box.post-event .post-box_ctn {
    padding: 3rem 2rem;
    font-size: 1.5rem;
  }
  .post-detail .post-box.post-event .post-event_itm {
    display: block;
  }
  .post-detail .post-box.post-event .post-event_itm .tl {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .post-detail .post-box.post-event .post-event_itm .tx {
    padding-left: 1.4rem;
  }
  .post-detail .post-box.post-event .post-event_itm + .post-event_itm {
    margin-top: 1.4rem;
  }
}

.post-detail .post-content {
  line-height: 200%;
  padding: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .post-detail .post-content {
    font-size: 1.5rem;
  }
}

.post-detail .post-content p {
  padding: 0 2rem;
}

.post-detail .post-content p + p {
  margin-top: 2rem;
}

.post-detail .post-content p img {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
  max-width: unset;
}

.post-detail .post-content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  padding-left: 2.2rem;
  margin: 2rem 0;
}

.post-detail .post-content h2::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 3.2rem;
  border: 0.1rem solid #000;
  border-radius: 0.6rem;
  background-color: #F3A095;
}

@media screen and (max-width: 768px) {
  .post-detail .post-content h2 {
    font-size: 2.2rem;
  }
}

.post-detail .post-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  padding-left: 2.2rem;
  margin: 2rem 0;
}

.post-detail .post-content h3::after {
  position: absolute;
  content: '';
  left: 0;
  top: 1.4rem;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #000;
  border-radius: 50%;
  background-color: #FFF5B7;
}

@media screen and (max-width: 768px) {
  .post-detail .post-content h3 {
    font-size: 1.8rem;
  }
  .post-detail .post-content h3::after {
    top: 1rem;
  }
}

.post-detail .post-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  padding-left: 2.2rem;
  margin: 2rem 0;
}

.post-detail .post-content h4::after {
  position: absolute;
  content: '';
  left: 0.2rem;
  top: 1.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.1rem solid #000;
  border-radius: 0.2rem;
  background-color: #AACD91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .post-detail .post-content h4 {
    font-size: 1.6rem;
  }
  .post-detail .post-content h4::after {
    top: 0.8rem;
  }
}

.post-detail .post-content ul {
  margin: 2rem 0 2rem 2rem;
}

.post-detail .post-content ul li {
  position: relative;
  padding-left: 1.8rem;
}

.post-detail .post-content ul li::after {
  position: absolute;
  content: '';
  left: 0;
  top: 1.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #E6B36E;
  border: 0.1rem solid #000;
}

.post-detail .post-content a {
  color: #FD7D6C;
  text-decoration: underline;
}

.p-download .container {
  max-width: 106rem;
}

@media screen and (max-width: 768px) {
  .p-download .p-title .c-title .en {
    letter-spacing: 0.05em;
  }
  .p-download .p-title .c-title .txt {
    text-align: left;
    padding: 0 3rem;
    margin-top: 2rem;
    letter-spacing: 0.09em;
  }
}

.p-download .download-list {
  margin-bottom: 6rem;
}

.p-download .download-item .download-item_img {
  width: 25.6rem;
  height: 35.4rem;
  border-radius: 1rem;
  border: 0.2rem solid #000;
  overflow: hidden;
}

.p-download .download-item .download-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-download .download-item .download-item_img {
    width: 16rem;
    height: 22rem;
  }
}

.p-download .download-item .download-item_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

.p-download .download-item .download-item_ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-download .download-item .download-item_ttl {
    font-size: 1.8rem;
  }
}

.p-download .download-item .download-item_txt {
  display: block;
  line-height: 170%;
}

.p-download .download-item .download-item_info {
  display: block;
  padding-left: 2rem;
  border-left: 0.2rem solid #000;
  margin-top: 3rem;
}

.p-download .download-item .download-item_info > span {
  display: block;
  font-size: 1.4rem;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .p-download .download-item .download-item_info {
    margin-top: 2rem;
  }
}

.p-download .download-item .c-btn {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-download .download-item .c-btn {
    margin: 3rem auto 0;
  }
}

.p-download .download-item .download-item_link {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  background-color: #fff;
  padding: 3rem 4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6rem;
}

@media screen and (max-width: 768px) {
  .p-download .download-item .download-item_link {
    padding: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.p-download .download-item + .download-item {
  margin-top: 3rem;
}

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

/** works
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: middle;
  border-radius: 0.3rem;
  -webkit-appearance: none;
  border: 0.1rem solid #000;
  background-color: #fff;
}

input[type=checkbox]:checked {
  opacity: 1;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.8rem;
  width: 1rem;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
  background: url(../img/common/icon_check.svg) left top no-repeat;
  background-size: cover;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #5A3503;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BABABA;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 0.5;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 0.5;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 0.5;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 0.5;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BABABA;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BABABA;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #BABABA;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #BABABA;
}

.ipt {
  padding: 1rem 3rem;
  border-radius: 1rem;
  background: #fff;
  outline: none;
  border: 0.1rem solid #000;
  width: 100%;
}

.ipt.are {
  height: 21.7rem;
  resize: none;
}

.ipt.slc {
  background: #fff url(../img/common/icon_arrow-down.svg) 96% center no-repeat;
  background-size: 1.4rem 1.4rem;
  width: 100%;
  min-width: 0;
  /* fix flex overflow */
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.req {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 170%;
  padding: 0.2rem 1rem;
  border-radius: 1.2rem;
  background-color: #F3A095;
}

.c-form {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  background-color: #F4EBCC;
  padding: 6rem;
  line-height: 170%;
}

@media screen and (max-width: 768px) {
  .c-form {
    padding: 4rem 2rem;
  }
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 28rem;
  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;
  padding: 1rem 0;
}

.c-form_ctrl .c-form_ctrl_lbl > p {
  width: 100%;
  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;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding: 0;
  }
  .c-form_ctrl .c-form_ctrl_lbl .req {
    margin-left: 1rem;
  }
  .c-form_ctrl .c-form_ctrl_lbl > p {
    display: block;
    padding: 0;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 2rem;
}

.privacy-box {
  padding: 2rem 1.5rem 2rem 3rem;
  margin: 2rem 0 2rem;
  border: 0.1rem solid #000;
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .privacy-box {
    padding: 2rem 1rem 2rem 1rem;
  }
}

.privacy-box_inner {
  padding: 0 1.5rem 0 0;
  height: 17.2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

@media screen and (max-width: 768px) {
  .privacy-box_inner {
    padding: 0 1rem 0 0;
    height: 15.6rem;
  }
}

.privacy-box h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .privacy-box h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.privacy-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 170%;
  margin: 2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .privacy-box h3 {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}

.privacy-box p {
  font-size: 1.4rem;
  line-height: 170%;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .privacy-box p {
    font-size: 1.3rem;
  }
}

.c-form_privacy {
  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;
  position: relative;
  text-align: center;
}

.c-form_privacy .your-agreeformError,
.c-form_privacy .dl-agreeformError {
  width: 100%;
  position: absolute !important;
  left: 0;
  top: auto !important;
  bottom: -1.5rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .your-agreeformError,
  .c-form_privacy .dl-agreeformError {
    bottom: -2.5rem;
  }
}

.c-form_privacy a {
  display: inline-block;
}

.c-form_privacy a:hover {
  text-decoration: underline;
}

.c-form_privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn._large {
  width: 36rem;
  height: 7rem;
  border-radius: 3.5rem;
}

@media screen and (max-width: 768px) {
  .c-btn._large {
    width: 30rem;
    height: 6rem;
  }
}

.c-btn._back .ico img, .c-btn._back .ico svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
}

.c-btn_group .c-form_btn {
  position: relative;
  display: inline-block;
}

.c-btn_group .c-form_btn .txt {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.c-btn_group .c-form_btn .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  gap: 1rem;
  pointer-events: none;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}

.c-confirm {
  padding-top: 4rem;
}

.c-confirm .c-form_ctrl .c-form_ctrl_ctn {
  padding: 1rem 3rem;
  border-radius: 1rem;
  border: 0.1rem solid #000;
  background-color: #fff;
}

.c-confirm .c-btn_group .c-btn {
  width: 36rem;
  height: 7rem;
  border-radius: 3.5rem;
}

@media screen and (max-width: 768px) {
  .c-confirm .c-btn_group .c-btn {
    width: 16rem;
    height: 6rem;
  }
}

.c-thanks .c-btn {
  margin: auto;
}

.p-contact .container {
  max-width: 106rem;
}

@media screen and (max-width: 768px) {
  .p-contact .p-title .c-title .txt {
    text-align: left;
    padding: 0 3rem;
    margin-top: 2rem;
    letter-spacing: 0.09em;
  }
}

.p-confirm .p-head {
  padding: 6rem 0 4rem;
}

.p-confirm .p-head .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 2rem;
}

.p-confirm .p-head .txt {
  line-height: 170%;
}

.p-confirm .p-head .txt + .txt {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-confirm .p-head {
    padding: 4rem 0 3rem;
  }
  .p-confirm .p-head .container {
    padding: 0 3rem;
  }
  .p-confirm .p-head .ttl {
    font-size: 2.2rem;
  }
}

.formErrorContent {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

.is-error input,
.is-error textarea,
.is-error select,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border: 1px solid #DA4432;
  background-color: #FFEAEA;
}

.is-error select {
  background: #FFEAEA url(../img/common/icon_arrow-down.svg) 96% center no-repeat !important;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder,
.is-error .ipt::-moz-placeholder,
.is-error .ipt::-ms-placeholder,
.is-error .ipt::placeholder {
  color: #DA4432 !important;
}

.your-consent {
  display: block;
}

.form-policy_checkbox {
  position: relative;
}

.form-policy_checkbox .tx {
  margin-top: 3rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .tx {
    font-size: 1.2rem;
    text-align: left;
  }
}

.form-policy_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.form-policy_checkbox label .formErrorContent {
  position: absolute !important;
  left: 0 !important;
  bottom: -3.5rem !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox label .formErrorContent {
    left: -1rem !important;
    font-size: 1.2rem;
  }
}

.form-policy_checkbox label a {
  color: #E24537;
}

.form-policy_checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 1.1rem;
  width: 0.6rem;
  height: 1.6rem;
  border: solid #E24537;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.form-policy_checkbox input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.form-policy_checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #181818;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .wpcf7-list-item-label {
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.3rem;
  }
}

.form-policy_checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #000000;
  border-radius: 0.6rem;
  background: #fff;
  margin-right: 1rem;
}

.wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .p-privacy .p-title .c-title .en {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}


@media (min-width: 769px) {
  .p-about_member .member-loadmore {
    display: none !important;
  }
  /*.case-study-box {
    max-height: unset !important;
  }*/
  .js-case-more {
    display: none;
  }
}
/* SP only */
@media (max-width: 768px) {
  .p-about .p-about_member .member-item {
    display: none;
  }

  .p-about .p-about_member .member-item:nth-child(-n+10) {
    display: block;
  }
  /* Khi đã load more */
  .p-about .p-about_member .member-list .member-item.is-visible {
    display: block;
  }

  .p-about_member .member-loadmore {
    margin: 3rem auto 0;
  }

  .sc-merit .c-title {
    margin-bottom: 2rem;
  }
  .merit-list {
    gap: 0.6rem;
  }
  .merit-item {
    padding: 2.4rem 3rem;
  }

  .sc-strong .c-title {
    margin-bottom: 2rem;
  }

  .js-case-more {
    display: none;
  }

  /*.case-study-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.4s ease;
  }

  .case-study-box.is-open {
    max-height: 3000px;
    opacity: 1;
  }
  .p-service .sc-case-study .c-btn.js-case-more {
    margin: 1rem auto 0;
  }*/

}

.privacy-box_inner::-webkit-scrollbar {
  width: 6px;
}

.privacy-box_inner::-webkit-scrollbar-track {
  background: #F4EBCC; /* hoặc #f0f0f0 */
  border-radius: 10px;
}

.privacy-box_inner::-webkit-scrollbar-thumb {
  background-color: #F3A095;
  border-radius: 10px;
}

.privacy-box_inner::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}