@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

.clearfix:after {
  clear: both;
}

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

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

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

html {
  font-size: 62.5%;
}

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

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

body {
  font-family: "Noto Serif JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 170%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

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

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: calc(335/375 * 100%);
  }
}

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

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.p-wrapper {
  position: relative;
  margin: 0 auto;
}

.p-body {
  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;
  width: 100%;
}

.p-left {
  width: calc(495/1366 * 100%);
  height: 100vh;
  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-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
}

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

.p-left .p-left_inner {
  width: calc(335/495 * 100%);
}

.p-left .p-left_logo {
  display: block;
  text-align: center;
}

.p-left .p-left_logo img {
  max-width: calc(281/335 * 100%);
}

.p-left .p-left_btn {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 0.1rem solid #C2C2C2;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2rem;
}

.p-left .p-left_btn li {
  max-width: calc(200/335 * 100%);
}

.page-main {
  width: calc(375/1366 * 100%);
  max-width: 37.5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page-main {
    width: 100%;
    max-width: 75rem;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border: none;
  }
}

.p-right {
  width: calc(496/1366 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
  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;
}

@media screen and (max-width: 768px) {
  .p-right {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100dvh;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-right.open {
    z-index: 8;
  }
}

.p-right .c-btn {
  height: 7rem;
}

.p-right .c-btn .ico {
  left: 2.4rem;
}

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

.p-right .c-btn:hover._sch {
  color: #fff;
}

.p-right .c-btn:hover._sch .ico path {
  fill: #fff;
}

.p-right .c-btn:hover._sch .ico circle {
  stroke: #fff;
}

.p-right .c-btn:hover._sch .arrow svg path {
  stroke: #fff;
}

.p-right .g-button_list {
  width: calc(240/496 * 100%);
}

@media screen and (max-width: 768px) {
  .p-right .g-button_list {
    display: none !important;
  }
}

.g-button_list {
  margin-top: 4rem;
  width: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}

.g-button_list li {
  display: block;
}

@media screen and (max-width: 768px) {
  .g-button_list {
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 12;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .g-button_list .g-button_itm {
    width: 50%;
  }
  .g-button_list .g-button_itm .c-btn {
    height: 5rem;
    padding-left: 2rem;
  }
  .g-button_list .g-button_itm .c-btn .ico {
    left: 2rem;
  }
  .g-button_list .g-button_itm .c-btn._cta .ico {
    left: 2.6rem;
  }
}

.g-button_list.btn-fixed .c-btn {
  border: none;
}

.g-nav {
  width: calc(240/496 * 100%);
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding: 14.2rem 0 13.7rem;
    overflow-y: auto;
    background: url(../img/common/gnav_bg.png) left top no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2.4rem;
}

.menu li {
  line-height: 1;
}

.menu a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .menu a {
    position: relative;
  }
  .menu 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;
  }
  .menu a:hover:after, .menu a.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.menu .menu-item {
  width: 100%;
  display: block;
  text-align: left;
}

.menu .menu-item .menu-item_link {
  display: inline-block;
}

.menu .menu-sub {
  margin-top: 1.5rem;
}

.menu .menu-sub li a {
  padding-left: 1.2rem;
  position: relative;
}

.menu .menu-sub li a::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #C2C2C2;
}

.menu .menu-sub li + li {
  margin-top: 1.2rem;
}

.pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -100;
  overflow: hidden;
}

.pc-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-bg .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
}

.pc-bg iframe {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
  object-fit: cover;
}

.page-main {
  background: url(../img/common/bg_main.png) left top repeat;
  background-size: 50% auto;
}

@media screen and (min-width: 769px) {
  .page-main {
    -webkit-box-shadow: 0px 0px 20px 0px #00000033;
    box-shadow: 0px 0px 20px 0px #00000033;
  }
}

.p-sub {
  padding: 8rem 0 0;
}

@media screen and (min-width: 769px) {
  .p-sub {
    padding-top: 0;
  }
}

.bg-light {
  position: relative;
}

.bg-light::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F2EDE9;
  mix-blend-mode: multiply;
  z-index: -1;
}

.p-contents {
  position: relative;
}

.c-breadcrumb {
  margin: 1rem 0 4rem;
}

.c-breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 400;
}

.c-breadcrumb ul li:not(:first-child) {
  position: relative;
  padding-left: 2.8rem;
}

.c-breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9rem;
  left: 1.2rem;
  top: 0.5rem;
  background: url(../img/common/icon_btn.svg) right center no-repeat;
  background-size: cover;
}

.p-title {
  text-align: left !important;
  margin-bottom: 4rem !important;
  padding: 0 2rem;
}

.p-description {
  padding: 0 2rem;
  margin: 4rem 0 8rem;
}

.white-wrap {
  padding: 2.4rem 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.slick-arrow {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.slick-arrow::after {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 1.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.slick-arrow.slick-prev::after {
  background: url(../img/common/icon_prev.svg) left top no-repeat;
  background-size: contain;
}

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

.slick-arrow.slick-next::after {
  background: url(../img/common/icon_next.svg) left top no-repeat;
  background-size: contain;
}

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

.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #DFDFDF;
  overflow: hidden;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
}

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

.js-view {
  opacity: 0;
}

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

.anim-img {
  overflow: hidden;
}

.anim-img img {
  opacity: 0;
}

.anim-img.is-act 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;
}

@-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: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  25% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  25% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/** header area
====================================== **/
.arrow {
  width: 0.9rem;
  height: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

.arrow img, .arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.arrow._white svg path {
  stroke: #fff;
}

.c-btn {
  width: 100%;
  height: 8rem;
  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.4rem;
  font-weight: 500;
  line-height: 1;
  background-color: #E6E6E6;
  border: 0.1rem solid #686868;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn .ico {
  display: inline-block;
  width: 2.6rem;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.c-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
}

.c-btn._cta {
  background-color: #A19988;
  color: #fff;
}

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

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

.c-btn:hover._sch .ico path {
  fill: #fff;
}

.c-btn:hover._sch .ico circle {
  stroke: #fff;
}

.c-btn:hover._sch .arrow svg path {
  stroke: #fff;
}

.heading-lv2 {
  text-align: center;
  margin-bottom: 4rem;
}

.heading-lv2 .en {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15em;
  font-family: "Amiri", serif;
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 170%;
}

.heading-lv3 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 150%;
}

.heading-lv4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.c-title-line {
  text-align: center;
  margin-bottom: 4rem;
}

.c-title-line .c-title-line_txt {
  margin-bottom: 0.8rem;
}

.c-title-line .c-title-line_txt span {
  display: inline-block;
  position: relative;
  padding: 0 7rem;
}

.c-title-line .c-title-line_txt span::before, .c-title-line .c-title-line_txt span::after {
  position: absolute;
  content: '';
  width: 5.4rem;
  height: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}

.c-title-line .c-title-line_txt span::before {
  left: 0;
}

.c-title-line .c-title-line_txt span::after {
  right: 0;
}

.c-title-step {
  margin-bottom: 1.6rem;
}

.c-title-step .c-title-step_txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}

.c-title-step .c-title-step_txt::after {
  position: absolute;
  content: '';
  width: 4rem;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #000000;
}

.more-btn {
  text-align: center;
  margin-top: 4rem;
}

.more-btn a {
  display: inline-block;
  padding: 0 1.8rem 0.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.more-btn a::after {
  position: absolute;
  content: '';
  width: 10.4rem;
  height: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/common/icon_more.svg) left top no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .more-btn a:hover::after {
    left: 60%;
  }
}

.more-btn._left {
  text-align: left;
}

/** header area
====================================== **/
#hambuger {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
}

.nav-icon ul {
  position: relative;
  width: 4rem;
  height: 1.2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #000;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
  width: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.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(23deg);
  transform: translate(-50%, -50%) rotate(23deg);
}

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

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

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

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.7rem 2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 769px) {
  .page-header {
    display: none;
  }
}

.page-header .ins {
  display: inline-block;
  width: 2.4rem;
  margin-left: auto;
  margin-right: 1.6rem;
}

.logo {
  width: 17.3rem;
  position: relative;
}

.logo a {
  display: block;
  line-height: 0;
}

/** footer
======================================= **/
.sc-cta {
  padding: 16rem 0 12rem;
}

.sc-cta .heading-lv2 {
  position: relative;
  padding-bottom: 5.6rem;
  margin-bottom: 2rem;
}

.sc-cta .heading-lv2::after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 3.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #948686;
}

.sc-cta .cta-phone {
  text-align: center;
}

.sc-cta .cta-phone a {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Amiri", serif;
  position: relative;
  padding-left: 3.3rem;
}

.sc-cta .cta-phone a::before {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 1.8rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_phone.svg) left top no-repeat;
  background-size: cover;
}

.sc-cta .cta-sch {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}

.sc-cta .c-btn {
  width: 100%;
  padding-left: 2rem;
}

.sc-cta .c-btn .ico {
  left: 7rem;
}

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

.sc-cta .c-btn:hover._sch {
  color: #fff;
}

.sc-cta .c-btn:hover._sch .ico path {
  fill: #fff;
}

.sc-cta .c-btn:hover._sch .ico circle {
  stroke: #fff;
}

.sc-cta .c-btn:hover._sch .arrow svg path {
  stroke: #fff;
}

.sc-cta .g-button_list {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sc-cta .g-button_list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 4rem;
  }
  .sc-cta .g-button_list .g-button_itm {
    width: 100%;
  }
  .sc-cta .g-button_list .g-button_itm .c-btn {
    width: 100%;
    height: 8rem;
  }
  .sc-cta .g-button_list .g-button_itm .c-btn .ico {
    left: 7rem;
  }
  .sc-cta .g-button_list .g-button_itm .c-btn._cta .ico {
    left: 7rem;
  }
}

.page-footer {
  background: #E5E5E5;
  padding: 10rem 0 0;
}

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

.page-footer .footer-logo {
  display: block;
  width: calc(255/375 * 100%);
  margin: 0 auto 8rem;
}

.page-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  padding: 0 3.7rem;
  margin-bottom: 4rem;
}

.page-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem;
}

.page-footer .footer-menu li {
  line-height: 1;
}

.page-footer .footer-menu a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .page-footer .footer-menu a {
    position: relative;
  }
  .page-footer .footer-menu 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;
  }
  .page-footer .footer-menu a:hover:after, .page-footer .footer-menu a.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.page-footer .footer-menu_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
  margin-top: 1.5rem;
}

.page-footer .footer-menu_sub li a {
  padding-left: 1.2rem;
  position: relative;
}

.page-footer .footer-menu_sub li a::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #C2C2C2;
}

.page-footer .footer-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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 8rem;
}

.page-footer .footer-btn li {
  max-width: 22rem;
}

.page-footer .copyright {
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  line-height: 110%;
  padding: 1.6rem 0 2rem;
}

/** home
======================================= **/
.mv-img {
  width: 100%;
  height: 0;
  margin: 0 auto;
  max-width: 37.5rem;
  padding-bottom: 177.8%;
  /* 969/545 */
  position: relative;
  overflow: hidden;
}

.mv-img::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 28%;
  pointer-events: none;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 237, 233, 0)), color-stop(25%, rgba(242, 237, 233, 0.08)), color-stop(45%, rgba(242, 237, 233, 0.22)), color-stop(65%, rgba(242, 237, 233, 0.48)), color-stop(82%, rgba(242, 237, 233, 0.78)), color-stop(92%, rgba(242, 237, 233, 0.95)), to(#fff));
  background: linear-gradient(to bottom, rgba(242, 237, 233, 0) 0%, rgba(242, 237, 233, 0.08) 25%, rgba(242, 237, 233, 0.22) 45%, rgba(242, 237, 233, 0.48) 65%, rgba(242, 237, 233, 0.78) 82%, rgba(242, 237, 233, 0.95) 92%, #fff 100%);
}

.mv-img iframe, .mv-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.p-top-notice {
  max-width: 33.5rem;
  padding: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #0000001A;
  box-shadow: 0px 0px 15px 0px #0000001A;
  margin: -5rem auto 0;
  position: relative;
  z-index: 2;
}

.p-top-notice .notice-ttl {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #D66667;
  margin-bottom: 1rem;
}

.p-top-notice .notice-ttl img {
  display: inline-block;
  width: 2.2rem;
  margin-right: 0.6rem;
  vertical-align: middle;
}

.p-top-concept {
  padding: 10rem 0 7rem;
}

.p-top-concept .concept-ttl {
  text-align: center;
  margin-bottom: 5rem;
}

.p-top-concept .concept-ttl img {
  display: inline-block;
  width: 28rem;
}

.p-top-concept .concept-img01 {
  width: 17.2rem;
  margin-left: auto;
  margin-right: -2rem;
}

.p-top-concept .concept-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3.6rem;
  margin-bottom: 8rem;
  margin-inline: -2rem;
}

.p-top-concept .concept-head .concept-head_img {
  width: 17.8rem;
}

.p-top-concept .concept-head .concept-head_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2em;
  margin-top: 11.6rem;
}

.p-top-concept .concept-head .concept-head_txt img {
  width: 100%;
  max-width: 6.3rem;
}

.p-top-concept .concept-head .concept-head_txt span {
  display: inline-block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.p-top-concept .concept-head .concept-head_txt span:nth-child(2) {
  margin-top: -2.8rem;
}

.p-top-concept .concept-body {
  line-height: 230%;
  margin-bottom: 8rem;
}

.p-top-concept .concept-img02 {
  width: 17.3rem;
  margin-left: -2rem;
}

.p-top-concept .concept-img03 {
  width: 15.2rem;
  margin-top: -10.8rem;
  margin-left: auto;
}

.p-top-program {
  padding: 7rem 0 7rem;
}

.p-top-program .heading-lv2 {
  text-align: left;
  margin-bottom: 2.4rem;
}

.p-top-program .top-program-item .top-program-item_img {
  margin-bottom: 1.6rem;
}

.p-top-program .top-program-item .top-program-item_ctn {
  display: block;
  position: relative;
}

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

.p-top-program .top-program-item .top-program-item_ctn .txt {
  display: block;
  margin-bottom: 0.8rem;
}

.p-top-program .top-program-item .top-program-item_ctn .heading-lv3 {
  display: block;
}

.p-top-program .top-program-item .top-program-item_link {
  display: block;
}

.p-top-program .top-program-item + .top-program-item {
  margin-top: 4rem;
}

.p-top-howto {
  padding: 18rem 0 10.6rem;
}

.p-top-howto .howto-head {
  text-align: center;
  margin-bottom: 2rem;
}

.p-top-howto .howto-head .howto-head_txt {
  display: inline-block;
}

.p-top-howto .howto-head .howto-head_ttl {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15em;
}

.p-top-howto .top-howto-itm img {
  width: 34rem;
}

.p-top-howto .top-howto-itm:nth-child(even) {
  text-align: right;
  margin-top: -3rem;
}

.p-top-howto .top-howto-itm:nth-child(even) img {
  width: 29.5rem;
}

.p-top-howto .howto-lead {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 3rem;
}

.p-top-feature {
  padding: 10rem 0 13.2rem;
  position: relative;
  z-index: 5;
}

.p-top-feature::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/top/feature_bg.png) left bottom no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}

.p-top-feature .feature-item .feature-item_img {
  margin-bottom: 1.5rem;
}

.p-top-feature .feature-item .feature-item_ttl {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-top-feature .feature-item .feature-item_note {
  font-size: 1.2rem;
  line-height: 150%;
  margin-top: 0.8rem;
}

.p-top-feature .feature-item + .feature-item {
  margin-top: 8rem;
}

.p-top-voice {
  padding: 8rem 0;
}

.p-top-faq {
  padding: 12rem 0 10rem;
}

.p-top-information {
  padding: 10rem 0;
}

.p-top-information .information-wrap {
  padding: 8rem 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #0000001A;
  box-shadow: 0px 0px 15px 0px #0000001A;
}

.p-top-information .c-information .c-information-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.2rem;
  margin-bottom: 4rem;
}

.p-top-information .c-information .c-information-cats li a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.7rem 2.4rem;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #9C8F7E;
}

.p-top-information .c-information .c-information-list .c-information-item .c-information-item_link {
  display: block;
}

.p-top-information .c-information .c-information-list .c-information-item .c-information-item_link .infor-date {
  display: block;
  margin-bottom: 0.4rem;
}

.p-top-information .c-information .c-information-list .c-information-item .c-information-item_link .infor-ttl {
  display: block;
}

.p-top-information .c-information .c-information-list .c-information-item + .c-information-item {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 1px dashed #C2C2C2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #C2C2C2), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #C2C2C2 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  border: none;
}

.c-kv.no-desc {
  margin-bottom: 4rem;
}

.c-box .c-box_img {
  margin-bottom: 1.6rem;
}

.c-box .c-box_img.mbl {
  margin-bottom: 2.4rem;
}

.c-box .c-box_head {
  margin-bottom: 1.6rem;
}

.c-box .c-box_head .txt {
  margin-bottom: 0.8rem;
}

.c-box + .c-box {
  margin-top: 10rem;
}

.c-art {
  padding: 2rem 1rem;
  line-height: 150%;
  border-bottom: 0.1rem solid #C2C2C2;
}

.c-art:first-child {
  border-top: 0.1rem solid #C2C2C2;
}

.c-art .c-art_ttl {
  font-weight: 700;
  color: #9D8A63;
  margin-bottom: 1rem;
}

.c-list-bull li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 150%;
}

.c-list-bull li::before {
  position: absolute;
  content: '・';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-list-bull li + li {
  margin-top: 0.6rem;
}

.c-list-check li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 3.6rem;
  min-height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-list-check li::before {
  position: absolute;
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_check.svg) center no-repeat;
  background-size: cover;
}

.c-list-check li + li {
  margin-top: 0.8rem;
}

.c-price-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
}

.c-price-tbl th,
.c-price-tbl td {
  padding: 1.1rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 0 1px 1px #ddd;
  box-shadow: 0 0 1px 1px #ddd;
}

.c-price-tbl th {
  background-color: #A4A4A4;
  color: #fff;
  width: 15.3rem;
  text-align: left;
}

.c-price-tbl td {
  background-color: #fff;
  width: 18.1rem;
}

.c-price-tbl td .yen {
  display: inline-block;
  font-size: 1.2rem;
}

.c-price-tbl td .lbl {
  min-width: 5.2rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  background-color: #D66667;
  text-align: center;
  color: #fff;
  padding: 0.3rem;
}

.c-price-tbl td .lbl small {
  display: inline-block;
  font-size: 0.9rem;
}

.c-price-tbl td .lx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-price-note {
  margin-top: 1.6rem;
}

.c-price-note li {
  font-size: 1.2rem;
  line-height: 150%;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.c-price-txt {
  margin-bottom: 3.2rem;
}

.mgb16 {
  margin-bottom: 1.6rem;
}

.mgt16 {
  margin-top: 1.6rem;
}

.mgt24 {
  margin-top: 2.4rem;
}

.mgt40 {
  margin-top: 4rem;
}

.mgt80 {
  margin-top: 8rem;
}

.sc-mgt {
  margin-top: 8rem;
}

.p-program p + p {
  margin-top: 2.4rem;
}

.p-program .c-benefits {
  padding: 4rem 0;
}

.p-program .c-benefits .c-title-line {
  margin-bottom: 2.4rem;
}

.p-program .c-benefits .container {
  padding: 0 3rem;
}

@media screen and (min-width: 769px) {
  .p-program .c-benefits .container {
    padding: 0;
  }
}

.p-program .p-program_about {
  margin-top: 3.2rem;
}

.p-program .p-program_about .heading-lv3 {
  margin-bottom: 0.8rem;
}

.c-maps {
  width: 100%;
  height: 33.5rem;
  position: relative;
  margin-top: 4rem;
}

.c-maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-price-wrap + .c-price-wrap {
  margin-top: 12rem;
}

.c-flow .c-btn._cta {
  margin-top: 4rem;
}

.c-flow-box .c-flow-img {
  margin-bottom: 1.6rem;
}

.c-flow-box .c-btn {
  margin-top: 1.6rem;
}

.c-flow-box .c-btn .ico {
  left: 7rem;
}

.c-flow-box .c-flow-note {
  font-size: 1.2rem;
  line-height: 150%;
}

.c-flow-box + .c-flow-box {
  margin-top: 9.8rem;
  position: relative;
}

.c-flow-box + .c-flow-box::before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5.8rem;
  width: 2.4rem;
  height: 1.8rem;
  background: url(../img/common/icon_down.svg) center no-repeat;
  background-size: cover;
}

.c-voice .c-voice_box {
  padding-block: 1.6rem;
}

.c-voice .c-voice_box + .c-voice_box {
  margin-top: 4rem;
}

.c-voice .c-voice_name {
  margin-block: 2.4rem;
  position: relative;
  padding-left: 2.8rem;
}

.c-voice .c-voice_name::before {
  position: absolute;
  content: '';
  width: 2rem;
  height: 0.1rem;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-anchor {
  padding: 4rem 2rem;
  display: block;
  margin: 0 0 -1.6rem -2.4rem;
}

.c-anchor li {
  display: inline-block;
  margin: 0 0 1.6rem 2.4rem;
}

.c-anchor li a {
  display: inline-block;
  line-height: 150%;
  padding-left: 1.9rem;
  position: relative;
}

.c-anchor li a::before {
  position: absolute;
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_anchor.svg) center no-repeat;
  background-size: cover;
}

.c-faq_itm {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding-inline: 1.6rem;
  line-height: 150%;
}

.c-faq_itm .c-faq_q {
  padding: 2.6rem 0 2.6rem 2.5rem;
  position: relative;
}

.c-faq_itm .c-faq_q::before {
  position: absolute;
  content: 'Q';
  color: #609CCD;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Amiri", serif;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-faq_itm .c-faq_q span {
  display: block;
  padding-right: 3rem;
}

.c-faq_itm .c-faq_q span::before, .c-faq_itm .c-faq_q span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #4F4F4F;
}

.c-faq_itm .c-faq_q span::before {
  width: 0.2rem;
  height: 1.5rem;
  right: 0.7rem;
}

.c-faq_itm .c-faq_q span::after {
  width: 1.5rem;
  height: 0.2rem;
  right: 0;
}

.c-faq_itm .c-faq_a {
  display: none;
  padding: 1.6rem 0 1.6rem 2.5rem;
  border-top: 0.1rem solid #B0B0B0;
  position: relative;
}

.c-faq_itm .c-faq_a::before {
  position: absolute;
  content: 'A';
  color: #D66667;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Amiri", serif;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-faq_itm + .c-faq_itm {
  margin-top: 1.6rem;
}

.c-faq_itm.active .c-faq_q span::before {
  opacity: 0;
  visibility: hidden;
}

.c-faq_itm.active .c-faq_a {
  display: block;
}

.c-faq .c-faq_box .heading-lv3 {
  margin-bottom: 1.6rem;
}

.c-faq .c-faq_box + .c-faq_box {
  margin-top: 8rem;
}

.c-list-link .c-list-link_itm a {
  display: inline-block;
  position: relative;
  color: #0069BE;
  padding-left: 1.6rem;
}

.c-list-link .c-list-link_itm a::before {
  position: absolute;
  content: '＞';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-list-link .c-list-link_itm + .c-list-link_itm {
  margin-top: 2rem;
}

.c-movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: -4rem 0 8rem;
}

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

.p-privacy .p-description {
  margin-bottom: 4rem;
}

.p-voice .c-voice .c-voice_name {
  margin-bottom: 0;
}

.c-news .c-news_item .c-news_date {
  display: inline-block;
}

.c-news .c-news_item .c-news_cat {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4rem 1.6rem;
  background-color: #A19988;
  color: #fff;
  margin-left: 2.3rem;
}

.c-news .c-news_item .c-news_cat:hover {
  opacity: 0.7;
}

.c-news .c-news_item .c-news_ttl {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  line-height: 160%;
}

.c-news .c-news_item .c-news_ttl:hover {
  text-decoration: underline;
}

.c-news .c-news_item .c-news_item_link {
  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;
  padding-right: 3.5rem;
  position: relative;
}

.c-news .c-news_item .c-news_item_link::after {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_news.svg) right center no-repeat;
  background-size: cover;
}

.c-news .c-news_item + .c-news_item {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #C2C2C2;
}

.pagination {
  margin: 12rem 0 0;
}

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

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.page-numbers .page-numbers svg {
  display: block;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  opacity: 1;
  background-color: #A19988;
  color: #ffffff;
  text-decoration: none;
}

.page-numbers .page-numbers.next img, .page-numbers .page-numbers.next svg, .page-numbers .page-numbers.prev img, .page-numbers .page-numbers.prev svg {
  width: 0.6rem;
  height: auto;
}

.page-numbers .page-numbers.next img path, .page-numbers .page-numbers.next svg path, .page-numbers .page-numbers.prev img path, .page-numbers .page-numbers.prev svg path {
  stroke: #000;
}

.post-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15em;
  margin-bottom: 1.8rem;
}

.post-date {
  display: block;
}

.post-feature {
  margin-top: 2rem;
}

.post-body {
  padding: 4rem 0 0;
}

.post-body h2 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  margin: 0 0 1.6rem;
}

.post-body h2:not(:first-child) {
  margin-top: 4rem;
}

.post-body h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  margin: 4rem 0 1.6rem;
}

.post-body h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15em;
  margin: 4rem 0 1.6rem;
}

.p-route-guide {
  padding: 8rem 0;
  position: relative;
}

.p-route-guide .heading-lv3 {
  margin-bottom: 4rem;
}

.p-route-guide .c-btn._cta {
  margin: 4rem auto 0;
  max-width: 32rem;
}

.p-route-slider-wrap {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}

.c-route-slider {
  width: 100%;
  margin: 0 -0.8rem;
}

.c-route-slider .slick-list {
  overflow: visible;
}

.c-route-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-route-slider .c-route-slider_item, .c-route-slider_item {
  margin: 0 0.8rem;
  outline: none;
  width: 30.3rem !important;
}

.c-route-slider .c-route-slider_item .img, .c-route-slider_item .img {
  margin-bottom: 2.4rem;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.c-route-slider .c-route-slider_item .img img, .c-route-slider_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-route-slider .c-route-slider_item .step-num, .c-route-slider_item .step-num {
  text-align: center;
  margin-bottom: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}

.c-route-slider .c-route-slider_item .step-num::before, .c-route-slider .c-route-slider_item .step-num::after, .c-route-slider_item .step-num::before, .c-route-slider_item .step-num::after {
  content: '';
  height: 1px;
  background-color: #C2C2C2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-route-slider .c-route-slider_item .step-num span, .c-route-slider_item .step-num span {
  font-family: "Amiri", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #9D8A63;
  line-height: 1;
}

.c-route-slider .c-route-slider_item .txt, .c-route-slider_item .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}

.c-route-slider .slick-arrow {
  width: 5.6rem;
  height: 5.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.c-route-slider .slick-arrow:hover {
  background-color: white;
}

.c-route-slider .slick-arrow::after {
  width: 0.9rem;
  height: 1.2rem;
}

.c-route-slider .slick-arrow.slick-prev {
  left: -3.8rem;
}

.c-route-slider .slick-arrow.slick-prev::after {
  left: 70%;
}

.c-route-slider .slick-arrow.slick-next {
  right: -5.8rem;
}

.c-route-slider .slick-arrow.slick-next::after {
  left: 32.5%;
}

/* Custom Progress Bar */
.c-progress-bar {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.4rem;
  background-color: #DFDFDF;
  border-radius: 0.2rem;
  overflow: hidden;
}

.c-progress-bar .bar {
  height: 100%;
  background-color: #609CCD;
  width: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

/* Scroll Hint */
.c-scroll-hint {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.c-scroll-hint.is-visible {
  opacity: 1;
  visibility: visible;
}

.c-scroll-hint_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.c-scroll-hint_inner img {
  width: 4.8rem;
  height: auto;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-animation: hintHandMove 2s infinite ease-in-out;
  animation: hintHandMove 2s infinite ease-in-out;
}

.c-scroll-hint_inner span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@-webkit-keyframes hintHandMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hintHandMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/** home
======================================= **/
/* 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;
  border: 0.1rem solid #545454;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  background: #fff;
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #545454;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.1rem;
  opacity: 0;
  background: url(../img/common/icon_check2.svg) left top no-repeat;
  background-size: cover;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0.7rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #000000;
  background-color: #fff;
  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.8rem;
  width: 0.8rem;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border: 0.1rem solid #cccccc;
  padding: 0.7rem 1.5rem;
  background-color: #fff;
}

.ipt.short {
  max-width: 18rem;
}

.ipt.are {
  height: 20rem;
  resize: none;
}

.ipt.c-select {
  background: #fff url(../img/common/icon_slc.svg) 94% center no-repeat;
  background-size: 1rem 0.5rem;
}

.ipt::-webkit-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt:-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.ipt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c4c3;
}

.ipt:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.req {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #D66667;
  padding: 0.3rem 0.5rem;
}

.req.not {
  background-color: #A4A4A4;
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8rem auto 0;
  row-gap: 4rem;
}

.c-btn_group input[type="submit"] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-btn_group input[type="button"],
.c-btn_group button {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}

.c-form {
  margin-top: 8rem;
}

.c-form .c-form_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 2rem;
}

.c-form_cta {
  display: block;
  text-align: center;
  margin-top: 8rem;
}

.c-form_cta .c-form_cta_top .ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 2rem;
}

.c-form_cta .c-form_cta_top .tel {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Amiri", serif;
  position: relative;
  padding-left: 3.3rem;
  margin-bottom: 1rem;
}

.c-form_cta .c-form_cta_top .tel::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 1.8rem;
  background-image: url(../img/common/icon_phone.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-form_cta .c-form_cta_btm {
  border-top: 0.1rem dashed #C2C2C2;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}

.c-form_cta .c-form_cta_btm .sub {
  font-weight: 700;
  color: #D66667;
}

.c-form_cta .c-form_cta_btm .txt {
  text-align: left;
  margin-top: 0.5rem;
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 4rem;
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 100%;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 1rem;
}

.c-form_ctrl .c-form_ctrl_lbl .req {
  margin-left: 1rem;
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.c-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8rem;
  position: relative;
}

.c-form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-form_checkbox a {
  color: #006BB4;
  text-decoration: underline;
}

.c-form_checkbox .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-form_checkbox .your-agreeformError {
  position: static !important;
}

.c-form_checkbox .formErrorContent {
  position: absolute !important;
  bottom: -5.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.35;
}

.c-confirm {
  margin-top: 3rem;
}

.c-confirm .c-form_title {
  text-align: left;
}

.c-confirm .c-form_ctrl {
  border-bottom: 0.1rem solid #545454;
  padding: 2.4rem 0;
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  padding: 0;
}

.c-confirm .c-form_ctrl + .c-form_ctrl {
  margin: 0;
}

.c-confirm .c-btn_group {
  margin-top: 12rem;
}

.c-thanks .c-form_title {
  text-align: left;
}

.c-thanks .c-btn {
  margin: 6rem 0 0;
}

.wpcf7-radio {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.8rem;
}

._note {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  line-height: 150%;
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent, .field-error {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error .c-select {
  background: #FFEAEA url(../img/common/icon_slc.svg) 94% center no-repeat;
}

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