@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* base default*/
html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  transition: ease-out; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

html {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Cambria','Baskerville','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; }

body {
  color: #4f4f4f;
  background-color: #fff; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  letter-spacing: .05em; }

a {
  text-decoration: none;
  color: #4f4f4f;
  transition: 0.5s; }
  a:hover {
    opacity: 0.8; }

address {
  font-style: normal; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.pc_inline {
  display: inline-block !important; }

.sp_inline {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .pc_inline {
    display: none !important; }

  .sp_inline {
    display: inline-block !important; } }
@media screen and (max-width: 767px) {
  .l-header {
    padding-bottom: 0.4em; } }

.l-footer {
  padding-top: 6.5em; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding-top: 2.7em;
      padding-bottom: 60px; } }

.l-container {
  margin: 0 auto;
  max-width: 95%; }
  @media screen and (min-width: 1300px) {
    .l-container {
      max-width: 1300px; } }
  @media screen and (max-width: 767px) {
    .l-container {
      max-width: 93%; } }
  @media screen and (max-width: 767px) {
    .l-container.-forWide {
      max-width: 100%; } }
  .l-container.-narrow {
    width: 90%; }
  .l-container.-forSub {
    width: 87%; }
    @media screen and (min-width: 1300px) {
      .l-container.-forSub {
        max-width: 1185px; } }
    @media screen and (max-width: 767px) {
      .l-container.-forSub {
        width: 93%; } }
  .l-container.-forNarrow {
    width: 85%; }
    @media screen and (min-width: 1300px) {
      .l-container.-forNarrow {
        max-width: 1000px; } }
    @media screen and (max-width: 767px) {
      .l-container.-forNarrow {
        width: 93%; } }

.l-spacer {
  padding: 3.3rem 0; }
  @media screen and (max-width: 767px) {
    .l-spacer {
      padding: 1.6rem 0; } }
  .l-spacer.-title {
    padding: 10rem 0 3rem; }
    @media screen and (max-width: 767px) {
      .l-spacer.-title {
        padding: 3rem 0 3rem; } }
  .l-spacer.-section {
    padding: 6.8rem 0; }
    @media screen and (max-width: 767px) {
      .l-spacer.-section {
        padding: 3rem 0; } }
  .l-spacer.-maximum {
    padding: 5rem 0; }
  .l-spacer.-minimum {
    padding: .5rem 0; }
  .l-spacer.-medium {
    padding: 2rem 0; }
  .l-spacer.-nobottom {
    padding-bottom: 0; }
  .l-spacer.-notop {
    padding-top: 0; }
  @media screen and (max-width: 767px) {
    .l-spacer.-button {
      padding: 2em 0; } }

.l-service {
  background-image: url(../img/bg_service.png);
  border-top: 1px solid #b49e68;
  background-repeat: repeat; }

@media screen and (max-width: 767px) {
  .l-letter {
    padding-top: 1em; } }

.l-commitment {
  padding-top: 15em; }
  @media screen and (max-width: 767px) {
    .l-commitment {
      padding-top: 5em; } }

.l-more {
  margin-top: 4em;
  margin-bottom: 8em; }

.l-staff {
  padding-top: 4.5em;
  padding-bottom: 4.5em; }
  @media screen and (max-width: 767px) {
    .l-staff {
      padding-top: 2.5em; } }

.l-privacy {
  padding-top: 3em;
  padding-bottom: 7em; }
  @media screen and (max-width: 767px) {
    .l-privacy {
      padding-top: 1em; } }

.l-course {
  padding-top: 2em;
  padding-bottom: 4em; }

.c-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c-grid {
      display: block; } }
  .c-grid__item {
    width: 100%; }
    .c-grid__item.-column2 {
      width: calc(100% / 2); }
      @media screen and (max-width: 767px) {
        .c-grid__item.-column2 {
          width: 100%; } }
    .c-grid__item.-column3 {
      padding: 0 1em;
      width: calc(100% / 3); }
      .c-grid__item.-column3:nth-child(n+4) {
        margin-top: 3rem; }
  .c-grid.-center {
    justify-content: center; }
  .c-grid.-reverce {
    flex-direction: row-reverse; }

.c-button {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #b9a472;
  border-radius: 35px;
  padding: 15px 25px;
  position: relative;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .c-button {
      font-size: 1em;
      padding: 10px 20px; } }
  .c-button:hover {
    box-shadow: none;
    background-color: #b9a472;
    color: #fff;
    transition: 0.5s;
    background-size: contain; }
  .c-button.-pplus {
    padding: 25px 50px;
    border-radius: 45px; }
  .c-button.-staff {
    min-width: 330px;
    text-align: center;
    padding-right: 2.5em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-button.-staff {
        margin-bottom: 1em;
        min-width: 280px; } }
    .c-button.-staff:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .c-button.-staff:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s; }
    .c-button.-staff:hover:after {
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .c-button.-staff:hover:before {
      border-color: #fff transparent transparent transparent;
      transition: 0.5s; }

.c-title {
  font-size: 2.375em;
  font-weight: bold;
  display: block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title {
      font-size: 1.5em;
      font-weight: bold; } }
  .c-title::before {
    content: attr(title);
    position: absolute;
    height: 100%;
    font-size: 6.875rem;
    font-weight: normal;
    font-family: "Great Vibes", cursive;
    opacity: 0.1;
    bottom: 90px; }
    @media screen and (max-width: 767px) {
      .c-title::before {
        font-size: 4.375rem;
        bottom: 50px;
        font-weight: normal; } }
    @media screen and (max-width: 425px) {
      .c-title::before {
        font-size: 2.1em;
        bottom: 30px;
        font-weight: normal; } }
  .c-title::after {
    content: "";
    position: absolute;
    background-image: url(../img/title_bg.svg);
    background-size: contain;
    width: 217px;
    height: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }

.c-subtitle {
  position: relative;
  overflow: hidden; }
  .c-subtitle:before {
    content: '';
    position: absolute;
    background: url(../img/about/title_before01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: 0%;
    top: 52%;
    display: block;
    width: 42vw;
    height: 43px; }
    @media screen and (max-width: 767px) {
      .c-subtitle:before {
        background: url(../img/sp/title_before.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28vw;
        top: 60%; } }
  .c-subtitle:after {
    content: '';
    position: absolute;
    background: url(../img/about/title_after01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: 0%;
    top: 52%;
    display: block;
    width: 42vw;
    height: 43px; }
    @media screen and (max-width: 767px) {
      .c-subtitle:after {
        background: url(../img/sp/title_after.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28vw;
        top: 60%; } }
  .c-subtitle.-privacy:before {
    width: 35vw;
    top: 57%; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-privacy:before {
        top: 44%;
        width: 28vw; } }
  .c-subtitle.-privacy:after {
    width: 35vw;
    top: 57%; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-privacy:after {
        top: 44%;
        width: 28vw; } }
  .c-subtitle.-contact:before {
    width: 40vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-contact:before {
        width: 24vw; } }
  .c-subtitle.-contact:after {
    width: 40vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-contact:after {
        width: 24vw; } }
  .c-subtitle.-other:before {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-other:before {
        width: 24vw; } }
  .c-subtitle.-other:after {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-other:after {
        width: 24vw; } }
  .c-subtitle.-memories:before {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-memories:before {
        width: 24vw; } }
  .c-subtitle.-memories:after {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-memories:after {
        width: 24vw; } }
  .c-subtitle.-information:before {
    width: 34vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-information:before {
        width: 24vw; } }
  .c-subtitle.-information:after {
    width: 34vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-information:after {
        width: 24vw; } }

.c-title02 {
  font-size: 2.375em;
  font-weight: bold;
  display: block;
  margin-top: 3em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title02 {
      font-size: 1.75em; } }
  .c-title02::before {
    content: attr(title);
    position: absolute;
    height: 100%;
    font-size: 6.875rem;
    font-weight: normal;
    font-family: "Great Vibes", cursive;
    opacity: 0.7;
    bottom: 120px; }
    @media screen and (max-width: 767px) {
      .c-title02::before {
        font-size: 5rem;
        bottom: 90px; } }
  .c-title02::after {
    content: '';
    position: absolute;
    height: 120px;
    background-color: #ffeef2;
    width: 100%;
    z-index: -1;
    bottom: -10px; }
  .c-title02.-staff {
    margin-top: 3.3em; }
    @media screen and (max-width: 767px) {
      .c-title02.-staff {
        margin-top: 3.6em; } }
    .c-title02.-staff::before {
      bottom: 140px; }
      @media screen and (max-width: 767px) {
        .c-title02.-staff::before {
          bottom: 100px; } }
  .c-title02.-privacy {
    margin-top: 3.3em; }
    .c-title02.-privacy::before {
      bottom: 142px; }
      @media screen and (max-width: 767px) {
        .c-title02.-privacy::before {
          bottom: 100px; } }
  .c-title02.-information {
    margin-top: 3.1em; }
    .c-title02.-information:before {
      bottom: 135px; }
      @media screen and (max-width: 767px) {
        .c-title02.-information:before {
          bottom: 80px;
          font-size: 3.8rem; } }

.c-heading {
  font-size: 2.375em;
  position: relative;
  line-height: 38px;
  margin-left: 3em; }
  @media screen and (max-width: 767px) {
    .c-heading {
      font-size: 1.5em;
      margin-left: 1.5em; } }
  .c-heading:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 88px;
    height: 2px;
    background-color: #b49e68;
    top: 25%;
    left: -10%; }
    @media screen and (max-width: 767px) {
      .c-heading:before {
        width: 25px; } }
  .c-heading:after {
    position: relative;
    content: attr(title);
    display: block;
    font-family: "Bodoni Moda", serif;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .c-heading:after {
        font-size: 1.125rem; } }

.c-subheading {
  font-size: 1.5em;
  position: relative;
  padding-left: 1em; }
  @media screen and (max-width: 767px) {
    .c-subheading {
      font-size: 1.25em; } }
  .c-subheading:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 15%;
    left: 0%; }

.c-text {
  font-size: 1.125em;
  line-height: 1.5em;
  padding-bottom: 0.7em; }

.c-border {
  border: none;
  width: 50vw;
  height: 2px;
  background-color: #e1d8c3;
  margin: 0.5em auto; }
  .c-border.-long {
    width: 60vw; }

.c-calltoaction {
  background-color: #ffeef2;
  width: 80%;
  max-width: 750px;
  margin: 0 auto 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .c-calltoaction {
      width: 100%; } }
  .c-calltoaction__text {
    font-size: 1.5em;
    text-align: center;
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__text {
        font-size: 1.125em; } }
  .c-calltoaction__middle {
    width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__middle {
        width: 95%; } }
  .c-calltoaction__tel-time {
    font-size: 1.5em;
    line-height: 40px;
    position: relative;
    padding-top: 0.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__tel-time {
        font-size: 1.125em;
        padding-left: 0;
        text-align: center; } }
  .c-calltoaction__tel-number {
    margin-left: 1.4em;
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__tel-number {
        font-size: 2.5rem;
        margin-left: 0.4em; } }
    @media screen and (max-width: 425px) {
      .c-calltoaction__tel-number {
        font-size: 2rem; } }
    .c-calltoaction__tel-number:before {
      content: '';
      position: relative;
      background-image: url(../img/freecallicon.png);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 80px;
      height: 45px;
      top: 5px; }
      @media screen and (max-width: 767px) {
        .c-calltoaction__tel-number:before {
          width: 60px;
          top: 13px; } }
  .c-calltoaction__form {
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #b49e68;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__form {
        width: 90%; } }
    .c-calltoaction__form a {
      color: #b49e68;
      font-size: 1.75em;
      display: block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-calltoaction__form a {
          font-size: 1.25em; } }
      @media screen and (max-width: 425px) {
        .c-calltoaction__form a {
          font-size: 1em; } }
      .c-calltoaction__form a:before {
        position: absolute;
        content: '';
        display: block;
        background-image: url(../img/mailicon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 60px;
        height: 50px;
        left: 12%;
        top: -5%; }
        @media screen and (max-width: 767px) {
          .c-calltoaction__form a:before {
            width: 35px;
            height: 37px;
            left: 9%;
            top: -2%; } }
        @media screen and (max-width: 425px) {
          .c-calltoaction__form a:before {
            top: 0;
            height: 24px;
            width: 30px; } }

@media screen and (max-width: 767px) {
  .p-header {
    position: relative; }
    .p-header:after {
      position: absolute;
      background-image: url(../img/header_line.png);
      content: '';
      width: 100%;
      height: 115%;
      background-position: center;
      background-size: 250%;
      top: 65%;
      z-index: 5; } }
.p-header__top {
  display: flex;
  justify-content: space-between; }
  .p-header__top-left {
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .p-header__top-left {
        width: 64%; }
        .p-header__top-left img {
          width: 100%; } }
  .p-header__top-right {
    display: flex;
    align-items: center; }
.p-header__freedial {
  padding-right: 2em; }
  .p-header__freedial img {
    width: 100%; }
.p-header__nav {
  border-top: 1px solid #b49e68;
  position: relative;
  top: -7px; }
  .p-header__nav::after {
    position: absolute;
    background-image: url(../img/header_line.png);
    content: '';
    width: 100%;
    height: 115%;
    background-position: center;
    top: 50%;
    z-index: 5; }
.p-header__flex {
  display: flex;
  justify-content: space-between; }
.p-header__list {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em; }
  .p-header__list-item {
    margin-right: 2em;
    position: relative; }
    .p-header__list-item a:hover {
      transition: 0.5s;
      transform: scale(0.95, 0.95);
      opacity: 0.8; }
    @media screen and (min-width: 1300px) {
      .p-header__list-item {
        margin-right: 4em; } }
    .p-header__list-item:last-of-type {
      margin-right: 0; }
  .p-header__list-jp {
    display: block;
    text-align: center;
    font-size: 1em;
    width: 100%;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1300px) {
      .p-header__list-jp {
        font-size: 1.125em; } }
    .p-header__list-jp:hover {
      opacity: 1; }
    .p-header__list-jp:before {
      position: relative;
      content: attr(title);
      display: block;
      text-align: center;
      font-size: 1.25em;
      font-family: "Bodoni Moda", serif;
      width: 100%; }
      @media screen and (min-width: 1300px) {
        .p-header__list-jp:before {
          font-size: 1.5em; } }
      @media screen and (max-width: 1200px) {
        .p-header__list-jp:before {
          font-size: 1.125em; } }
.p-header__mail img {
  width: 100%; }
@media screen and (max-width: 767px) {
  .p-header__logo {
    position: relative;
    top: 5px; } }

.p-humberger__menu {
  position: absolute;
  height: 20px;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
  outline: none; }
  .p-humberger__menu-line {
    background: #b49e68;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%; }
    .p-humberger__menu-line.active {
      background-color: #fff; }
    .p-humberger__menu-line.-top {
      top: 0; }
      .p-humberger__menu-line.-top.active {
        background-color: #fff; }
    .p-humberger__menu-line.-middle {
      top: 9px; }
      .p-humberger__menu-line.-middle.active {
        background-color: #fff; }
    .p-humberger__menu-line.-bottom {
      bottom: 0; }
      .p-humberger__menu-line.-bottom.active {
        color: #fff; }
.p-humberger__gnav {
  background-color: rgba(180, 158, 104, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98; }
  .p-humberger__gnav-wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%; }
  .p-humberger__gnav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
    .p-humberger__gnav-menu-item {
      margin: 40px 0 40px 10px;
      transition-timing-function: ease-in; }
      .p-humberger__gnav-menu-item a {
        color: #fff;
        font-size: 1.375em;
        padding: 0 0 0 0.3em;
        transition: 0.5s; }
.p-humberger__line {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg); }
  .p-humberger__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg); }
.p-humberger__close-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  outline: none; }
.p-humberger__circle {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 15px 20px; }
.p-humberger__en {
  font-size: 0.75em;
  padding-left: 0.5em;
  position: relative; }
  .p-humberger__en:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #fff;
    top: 10%;
    left: 3px; }

.p-footer {
  border-top: 4px solid #b49e68;
  position: relative; }
  .p-footer:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #b49e68;
    top: 7px; }
  .p-footer__nav {
    padding-bottom: 3em; }
  .p-footer__list {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
    justify-content: center;
    line-height: 40px; }
  .p-footer__middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2em;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .p-footer__middle {
        display: block; } }
  @media screen and (max-width: 767px) {
    .p-footer__company-sp {
      padding-top: 2em;
      padding-bottom: 2em;
      font-size: 1.25em;
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 425px) {
    .p-footer__company-sp {
      font-size: 1.125em; } }
  .p-footer__company-name {
    font-size: 1.5em; }
    @media screen and (max-width: 1200px) {
      .p-footer__company-name {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .p-footer__company-name {
        font-size: 1.125em; } }
  .p-footer__company-address {
    font-size: 1.25em;
    line-height: 36px;
    padding-bottom: 0.75em; }
    @media screen and (max-width: 1200px) {
      .p-footer__company-address {
        font-size: 1.125em; } }
    @media screen and (max-width: 767px) {
      .p-footer__company-address-sp {
        font-size: 0.75em; } }
  @media screen and (max-width: 767px) {
    .p-footer__sns {
      text-align: center;
      padding-top: 1.25em; } }
  .p-footer__sns-instagram {
    margin-right: 20px; }
  .p-footer__sns-facebook {
    margin-right: 20px; }
  .p-footer__right-top {
    padding-bottom: 2em; }
    @media screen and (max-width: 1200px) {
      .p-footer__right-top {
        text-align: right; }
        .p-footer__right-top img {
          width: 80%; } }
  @media screen and (max-width: 1200px) {
    .p-footer__right-bottom {
      text-align: right; }
      .p-footer__right-bottom img {
        width: 80%; } }
  .p-footer__logo {
    height: 400px;
    background-image: url(../img/footer_logo.png);
    width: 100%;
    background-position: center;
    text-align: center;
    margin-bottom: -2em; }
    @media screen and (max-width: 767px) {
      .p-footer__logo {
        margin-bottom: -3em;
        margin-top: 0; } }
    .p-footer__logo a {
      display: inline-block; }
    .p-footer__logo-img {
      margin: 0 auto;
      position: relative; }
  .p-footer__copyright {
    background-color: #252525; }
    .p-footer__copyright-text {
      color: #fff;
      text-align: center;
      font-size: 0.875em;
      padding: 0.8em 0; }
  .p-footer__sp {
    width: 100%; }
    .p-footer__sp-tel {
      width: 80%;
      margin: 0 auto; }
      .p-footer__sp-tel img {
        width: 100%; }
    .p-footer__sp-mail {
      width: 60%;
      margin: 0 auto;
      padding-top: 1em; }
      .p-footer__sp-mail img {
        width: 100%; }
    .p-footer__sp-nav {
      background-color: #e4dcc9;
      padding: 1em 1.5em; }
    .p-footer__sp-list {
      display: flex;
      flex-wrap: wrap; }
      .p-footer__sp-list-item {
        font-size: 1.125em;
        width: 45%;
        padding-bottom: 10px; }
        @media screen and (max-width: 425px) {
          .p-footer__sp-list-item {
            font-size: 0.85em; } }
        .p-footer__sp-list-item:first-child {
          width: 100%; }
    .p-footer__sp-text {
      text-align: center;
      font-size: 0.875em; }

.p-mv {
  position: relative;
  top: 7px; }
  .p-mv__slide {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .p-mv__slide {
        height: 420px;
        object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .p-mv__slide {
        height: auto; } }
  .p-mv__wrapper {
    position: absolute;
    content: "";
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1300px) {
      .p-mv__wrapper {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .p-mv__wrapper {
        width: 90%;
        transform: none;
        top: 10%;
        left: 0;
        padding-left: 3%; } }
    @media screen and (max-width: 425px) {
      .p-mv__wrapper {
        width: 90%; } }
  .p-mv__lead {
    font-size: 2.5em;
    text-align: center; }
    @media screen and (min-width: 1300px) {
      .p-mv__lead {
        font-size: 3.125em; } }
    @media screen and (max-width: 767px) {
      .p-mv__lead {
        font-size: 2em;
        text-align: left; } }
    @media screen and (max-width: 425px) {
      .p-mv__lead {
        font-size: 1.5em; } }
  .p-mv__text {
    font-size: 1.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-mv__text {
        text-align: left; } }
    @media screen and (max-width: 425px) {
      .p-mv__text {
        font-size: 1.125em;
        padding-top: 0.5em; } }
  .p-mv__price {
    text-align: center;
    margin: 1em auto;
    max-width: 42%;
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      .p-mv__price {
        max-width: 70%;
        text-align: left;
        margin: 0;
        padding-left: 0.5em; } }
    @media screen and (max-width: 425px) {
      .p-mv__price {
        max-width: 70%; } }
    .p-mv__price-text {
      font-size: 1.375em;
      padding: 1em 0.5em 1em;
      line-height: 38px; }
      .p-mv__price-text span {
        font-size: 1.7em; }
      @media screen and (max-width: 425px) {
        .p-mv__price-text {
          margin-top: 1em;
          font-size: 1em;
          line-height: 30px;
          padding: 0.5em 0.2em; } }

.p-flow {
  background-image: url(../img/bg_flow.png);
  background-position: bottom;
  border-top: 4px solid #b49e68;
  position: relative; }
  .p-flow:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #b49e68;
    top: 8px; }
  .p-flow__step {
    padding-top: 7em;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .p-flow__step {
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .p-flow__step {
        display: block;
        padding-top: 4em; } }
    .p-flow__step-item {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .p-flow__step-item {
          width: 100%; } }
      @media screen and (max-width: 1200px) {
        .p-flow__step-item {
          width: 18%; } }
      .p-flow__step-item:nth-of-type(3) {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .p-flow__step-item:nth-of-type(3) {
            width: 100%; } }
    .p-flow__step-top {
      text-align: center;
      padding-bottom: 3em; }
      @media screen and (max-width: 767px) {
        .p-flow__step-top {
          order: 2;
          width: 100%; } }
    .p-flow__step-title {
      font-size: 1.25em;
      font-weight: normal;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1300px) {
        .p-flow__step-title {
          font-size: 1.5em; } }
      .p-flow__step-title:after {
        position: absolute;
        content: '';
        display: block;
        margin: 0 auto;
        background-image: url(../img/flow_line.png);
        width: 100%;
        height: 100px;
        top: 0;
        background-position: center; }
        @media screen and (max-width: 1200px) {
          .p-flow__step-title:after {
            background-size: contain; } }
        @media screen and (max-width: 767px) {
          .p-flow__step-title:after {
            background-size: auto; } }
      .p-flow__step-title.twocolumn:after {
        background-image: url(../img/flow_line_l.png); }
    .p-flow__step-middle {
      padding-bottom: 2em;
      text-align: center; }
      .p-flow__step-middle img {
        width: 95%; }
        @media screen and (min-width: 1300px) {
          .p-flow__step-middle img {
            width: 80%; } }
        @media screen and (max-width: 767px) {
          .p-flow__step-middle img {
            margin: 0 auto;
            width: 232px; } }
      @media screen and (max-width: 767px) {
        .p-flow__step-middle {
          order: 0;
          width: 100%;
          padding-bottom: 1em; } }
    .p-flow__step-bottom {
      text-align: center;
      font-size: 1.25em; }
      @media screen and (min-width: 1300px) {
        .p-flow__step-bottom {
          font-size: 1.5em; } }
      @media screen and (max-width: 767px) {
        .p-flow__step-bottom {
          font-size: 1em; } }
    .p-flow__step-number {
      color: #b49e68;
      font-weight: bold;
      font-size: 1.125em;
      padding-right: 0.2em; }
  .p-flow__flexInner {
    display: flex;
    justify-content: center; }
    .p-flow__flexInner-item {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .p-flow__flexInner-item {
          width: 40%;
          padding: 5px; }
          .p-flow__flexInner-item img {
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        .p-flow__flexInner-item {
          width: 47%; } }
  .p-flow__button {
    background-color: #fff;
    padding: 12px 40px; }
  .p-flow__text {
    padding-top: 5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .p-flow__text {
        padding-top: 1em; } }
  @media screen and (max-width: 767px) {
    .p-flow__flex-forSP {
      display: flex;
      flex-wrap: wrap; } }

.p-service {
  padding-top: 7.6em;
  padding-bottom: 7.6em; }
  .p-service.-sub {
    padding-top: 2em; }
  @media screen and (max-width: 767px) {
    .p-service {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .p-service__inner {
    background-color: #fff;
    padding: 2em; }
    @media screen and (max-width: 767px) {
      .p-service__inner {
        padding: 0.5em; } }
    .p-service__inner-narrow {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .p-service__inner-narrow {
          width: 100%; } }
    .p-service__inner-narrow2 {
      width: 100%; }
      @media screen and (min-width: 1300px) {
        .p-service__inner-narrow2 {
          width: 83%;
          margin: 5em auto 0; } }
      @media screen and (max-width: 767px) {
        .p-service__inner-narrow2 {
          width: 100%;
          margin: 1em auto 0; } }
  .p-service__title {
    padding-top: 5em; }
    @media screen and (max-width: 767px) {
      .p-service__title {
        padding-top: 3em; } }
  .p-service__text {
    text-align: center;
    padding-top: 5em;
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-service__text {
        font-size: 1em;
        padding-top: 2.5em; } }
  .p-service__flex {
    padding-top: 1em;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-service__flex.-sp {
        display: block; } }
    .p-service__flex-item {
      background-image: url(../img/circle.svg);
      width: 325px;
      height: 325px;
      text-align: center;
      background-size: contain;
      padding-top: 2em; }
      .p-service__flex-item.-sp {
        margin: 0 auto;
        width: 240px;
        height: 240px;
        background-position: center;
        padding-top: 4em; }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp {
            padding-top: 4.5em; } }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp:first-of-type {
            margin-bottom: -80px; } }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp {
            width: 45%; } }
      .p-service__flex-item:nth-of-type(2) {
        margin-top: 4em; }
        @media screen and (max-width: 767px) {
          .p-service__flex-item:nth-of-type(2) {
            margin-top: 0; } }
    .p-service__flex-lead {
      padding-top: 2em;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .p-service__flex-lead {
          padding-top: 1em; } }
      @media screen and (max-width: 767px) {
        .p-service__flex-lead {
          padding-top: 0.3em;
          font-size: 0.875em; } }
      @media screen and (max-width: 425px) {
        .p-service__flex-lead {
          font-size: 0.75em; } }
    .p-service__flex-title {
      padding-top: 1.5em;
      font-size: 1.75em;
      display: inline-block;
      margin: 0 auto;
      position: relative;
      border-bottom: 1px solid #b49e68; }
      @media screen and (max-width: 767px) {
        .p-service__flex-title {
          font-size: 1.25em;
          padding-top: 0.5em;
          font-weight: normal; } }
      @media screen and (max-width: 425px) {
        .p-service__flex-title {
          font-size: 1em; } }
      .p-service__flex-title::before {
        content: '';
        position: absolute;
        border-bottom: 2px solid #b49e68;
        width: 100%;
        bottom: 2px; }
  .p-service__description {
    display: flex;
    justify-content: center;
    padding-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .p-service__description {
        display: block; } }
    @media screen and (min-width: 1300px) {
      .p-service__description-item {
        padding: 0 2em; } }
    .p-service__description-item img {
      width: 100%; }
  .p-service__set {
    padding-left: 3em; }
    @media screen and (max-width: 767px) {
      .p-service__set {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .p-service__set-top {
        padding-top: 1em; } }
    .p-service__set-middle {
      padding-top: 1em; }
    .p-service__set-title {
      font-size: 1.75em;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .p-service__set-title {
          font-size: 1.375em; } }
    .p-service__set-bottom {
      padding-top: 0.5em; }
      @media screen and (max-width: 767px) {
        .p-service__set-bottom {
          padding-top: 1em; } }
    @media screen and (max-width: 767px) {
      .p-service__set-action {
        text-align: center;
        padding-top: 2em; } }
    .p-service__set-strong {
      font-size: 1.25em; }
      @media screen and (max-width: 767px) {
        .p-service__set-strong {
          font-size: 1.75em; } }
    .p-service__set-small {
      font-size: 1.125rem; }
  .p-service__list-item {
    font-size: 1.375em;
    padding-top: 0.1em; }
    @media screen and (max-width: 767px) {
      .p-service__list-item {
        font-size: 1em; } }
  .p-service__button {
    margin-top: 1em;
    padding: 12px 40px; }
    @media screen and (max-width: 767px) {
      .p-service__button {
        text-align: center;
        margin: 0 auto;
        padding: 7px 30px; } }
  @media screen and (max-width: 767px) {
    .p-service__sp-flex {
      display: flex; } }
  .p-service__tab {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .p-service__tab {
        display: block; } }
    .p-service__tab-left {
      padding-right: 2em; }
      @media screen and (max-width: 767px) {
        .p-service__tab-left {
          padding-right: 0;
          padding-bottom: 1em;
          text-align: center; } }
    .p-service__tab-right {
      padding-left: 2em; }
      @media screen and (max-width: 767px) {
        .p-service__tab-right {
          padding-left: 0;
          text-align: center; } }
  .p-service__buttons {
    font-size: 1.5em;
    min-width: 380px;
    display: inline-block;
    text-align: center;
    padding: 1em 1.5em;
    border: 1px solid #b49e68;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-service__buttons {
        min-width: 90%;
        font-size: 1.25em;
        padding: 0.5em 1.5em; } }
    .p-service__buttons:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .p-service__buttons:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s; }
    .p-service__buttons:hover {
      background-color: #b9a472;
      color: #fff;
      transition: 0.5s; }
      .p-service__buttons:hover:after {
        border-color: #b49e68 transparent transparent transparent;
        transition: 0.5s; }
      .p-service__buttons:hover:before {
        border-color: #fff transparent transparent transparent;
        transition: 0.5s; }

.p-introduction__flex {
  display: flex;
  justify-content: center;
  margin: 5em auto; }
  @media screen and (max-width: 767px) {
    .p-introduction__flex {
      display: block;
      background: url(../img/sp/img_02.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      margin: 3em auto 1em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__flex.-rows {
      background: url(../img/sp/img_03.png);
      background-repeat: no-repeat; } }
.p-introduction__left {
  width: 100%; }
  .p-introduction__left img {
    display: block;
    margin: 0 3.5em 0 auto;
    width: 85%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left img {
        width: 100%; } }
  @media screen and (min-width: 1300px) {
    .p-introduction__left img {
      width: 85%; } }
  @media screen and (max-width: 1200px) {
    .p-introduction__left {
      width: 50%; }
      .p-introduction__left img {
        width: 100%; } }
.p-introduction__right {
  width: 100%;
  margin-left: 3.5em;
  position: relative; }
  .p-introduction__right img {
    width: 85%; }
  @media screen and (max-width: 1200px) {
    .p-introduction__right {
      width: 50%; }
      .p-introduction__right img {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .p-introduction__right {
      margin: 0;
      width: 100%; } }
  .p-introduction__right:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: rgba(255, 243, 246, 0.6);
    width: 100%;
    height: 65%;
    z-index: -1;
    top: 15%;
    right: 20%; }
    @media screen and (max-width: 767px) {
      .p-introduction__right:before {
        width: 0%;
        display: none; } }
  .p-introduction__right:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #f0ece1;
    width: 97%;
    height: 65%;
    z-index: -2;
    top: 20%;
    right: 15%; }
    @media screen and (max-width: 767px) {
      .p-introduction__right:after {
        width: 0%;
        display: none; } }
.p-introduction__right.-rows {
  margin-left: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .p-introduction__right.-rows img {
      width: 100%; } }
  .p-introduction__right.-rows:after {
    display: none; }
  .p-introduction__right.-rows:before {
    display: none; }
.p-introduction__left.-rows {
  width: 100%;
  padding-left: 10%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-introduction__left.-rows {
      padding-left: 0; } }
  .p-introduction__left.-rows:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: rgba(255, 243, 246, 0.6);
    width: 100%;
    height: 70%;
    z-index: -1;
    top: 15%;
    left: 12%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left.-rows:before {
        width: 0%;
        display: none; } }
  .p-introduction__left.-rows:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #f0ece1;
    width: 90%;
    height: 70%;
    z-index: -2;
    top: 20%;
    left: 7%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left.-rows:after {
        width: 0%;
        display: none; } }
.p-introduction__title {
  font-size: 3.625em;
  font-weight: normal;
  padding-top: 1em; }
  @media screen and (max-width: 1200px) {
    .p-introduction__title {
      font-size: 2.5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__title {
      font-size: 1.75em;
      color: #fff;
      padding-left: 3%; } }
.p-introduction__middle {
  padding-top: 4em; }
  @media screen and (max-width: 1200px) {
    .p-introduction__middle {
      padding-top: 2.5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__middle {
      padding-top: 0.5em;
      color: #fff;
      padding-left: 3%; } }
  .p-introduction__middle-text {
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-introduction__middle-text {
        font-size: 1em; } }
.p-introduction__bottom {
  padding-top: 7em; }
  @media screen and (max-width: 767px) {
    .p-introduction__bottom {
      padding-top: 2em;
      padding-bottom: 2em;
      text-align: center; } }
  @media screen and (max-width: 1200px) {
    .p-introduction__bottom {
      padding-top: 5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__bottom {
      padding-top: 3em; } }
.p-introduction__button {
  background-color: #fff; }

.p-letter__container {
  position: relative;
  background-image: url(../img/bg_lead.png);
  background-position: center;
  width: 100%;
  height: 917px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-letter__container {
      background-image: url(../img/sp/bg_lead.png);
      background-size: cover;
      background-position: bottom;
      height: 827px; } }
  .p-letter__container-item {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 30%; }
    @media screen and (max-width: 767px) {
      .p-letter__container-item {
        width: 80%;
        top: 47%; } }
.p-letter__title {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-letter__title {
      padding-top: 2em;
      padding-bottom: 1.5em; } }
.p-letter__sentence {
  padding-bottom: 1em;
  padding-top: 1em; }
  @media screen and (max-width: 767px) {
    .p-letter__sentence {
      padding-bottom: 0.5em;
      padding-top: 0.5em; } }
.p-letter__button {
  padding: 25px 50px;
  border-radius: 45px;
  margin: 0.5em 2em; }
  @media screen and (max-width: 767px) {
    .p-letter__button {
      padding: 15px 25px;
      margin: 0.5em 1em; } }

.p-information__wrapper {
  margin: 5em auto;
  background-position: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  border-top: 1px solid #7c5e41;
  border-bottom: 1px solid #7c5e41;
  position: relative;
  background-image: none;
  width: 100%;
  height: auto;
  margin: 3em auto; }
  @media screen and (min-width: 1300px) {
    .p-information__wrapper {
      background-image: url(../img/bg_information.svg);
      width: 1131px;
      height: 315px;
      padding-top: 2.5em;
      border: none;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .p-information__wrapper {
      margin: 1em auto 3em; } }
  .p-information__wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 4px solid #7c5e41;
    top: -10px; }
    @media screen and (min-width: 1300px) {
      .p-information__wrapper:before {
        border: none; } }
  .p-information__wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 4px solid #7c5e41;
    bottom: -10px; }
    @media screen and (min-width: 1300px) {
      .p-information__wrapper:after {
        border: none; } }
.p-information__line {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0.8em;
  padding-top: 1em; }
  @media screen and (min-width: 1300px) {
    .p-information__line {
      width: 83%; } }
  @media screen and (max-width: 767px) {
    .p-information__line {
      display: block;
      width: 95%;
      padding-top: 1.5em; } }
  .p-information__line:last-of-type {
    padding-bottom: 0; }
.p-information__date {
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-information__date {
      display: inline-block; } }
.p-information__tag {
  margin-right: 1em;
  background-color: #b49e68;
  font-size: 0.875em;
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  color: #fff; }
  .p-information__tag p {
    min-width: 60px; }
  @media screen and (max-width: 767px) {
    .p-information__tag {
      display: inline-block; } }
.p-information__title {
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .p-information__title {
      white-space: normal;
      overflow: visible; } }
  .p-information__title h3 {
    font-size: 1.125em;
    font-weight: normal; }
.p-information__button {
  margin-bottom: 2.5em;
  padding: 15px 30px; }
.p-information__link {
  display: block; }
  .p-information__link:hover {
    opacity: 1;
    transform: scale(0.99, 0.99); }

.p-column {
  background-color: #ffeef2;
  background: linear-gradient(180deg, #ffeef2 0%, white 50%);
  padding-top: 7.8em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-column {
      padding-top: 3em; } }
  .p-column:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/bg_animals01.png);
    background-position: bottom left;
    width: 580px;
    height: 580px;
    background-repeat: no-repeat;
    bottom: -13%;
    left: -5%;
    opacity: 0.5; }
    @media screen and (max-width: 1200px) {
      .p-column:before {
        width: 350px;
        height: 350px;
        background-size: contain;
        bottom: -8%; } }
    @media screen and (max-width: 767px) {
      .p-column:before {
        width: 180px;
        height: 180px;
        background-size: cover;
        bottom: -4%; } }
  .p-column:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/bg_animals02.png);
    background-position: bottom right;
    width: 580px;
    height: 580px;
    background-repeat: no-repeat;
    bottom: -17%;
    right: -5%;
    opacity: 0.5; }
    @media screen and (max-width: 1200px) {
      .p-column:after {
        width: 350px;
        height: 350px;
        background-size: contain;
        bottom: -8%; } }
    @media screen and (max-width: 767px) {
      .p-column:after {
        width: 180px;
        height: 180px;
        background-size: cover;
        bottom: -4%; } }
  .p-column__container {
    background-color: #fff; }
  .p-column__list {
    width: 85%;
    display: flex;
    justify-content: center;
    margin: 5em auto 3em; }
    @media screen and (max-width: 767px) {
      .p-column__list {
        margin: 2em auto 1em;
        flex-wrap: wrap;
        width: 95%;
        justify-content: flex-start; } }
    .p-column__list-item {
      width: 21%;
      margin-left: calc(16% / 3);
      position: relative;
      z-index: 20;
      transition: 0.5s; }
      @media screen and (max-width: 767px) {
        .p-column__list-item {
          width: 42%;
          margin-left: calc(8% / 2);
          margin-right: calc(8% / 2);
          padding-bottom: 2em; } }
      .p-column__list-item:hover {
        transform: translateY(-5px); }
      @media screen and (max-width: 767px) {
        .p-column__list-item:nth-of-type(n+3) {
          padding-bottom: 0em; } }
      .p-column__list-item img {
        width: 100%;
        height: 180px;
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          .p-column__list-item img {
            height: 100px; } }
      .p-column__list-item:first-of-type {
        margin-left: 0; }
        @media screen and (max-width: 767px) {
          .p-column__list-item:first-of-type {
            margin-left: calc(8% / 2); } }
    .p-column__list-date {
      font-size: 1.75em;
      text-align: center;
      padding-top: 0.5em;
      padding-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        .p-column__list-date {
          font-size: 1.25em; } }
    .p-column__list-title {
      font-size: 1.125em;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .p-column__list-title {
          font-size: 1em; } }

.p-floating {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 100; }
  .p-floating__wrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 1em; }
  .p-floating__middle {
    display: flex;
    align-items: center; }
    .p-floating__middle-phone {
      font-size: 2.5em; }
  .p-floating__text {
    font-size: 1.75em;
    text-align: center;
    padding-bottom: 0.3em; }
  .p-floating__bottom {
    font-size: 1.125em;
    text-align: center; }

.p-topscroll {
  position: relative; }
  .p-topscroll__wrapper {
    position: absolute;
    right: 3%;
    background-color: #b49e68;
    color: #fff;
    height: 70px;
    padding: 2em 0.8em 0.2em;
    top: -177px; }
    @media screen and (max-width: 767px) {
      .p-topscroll__wrapper {
        top: -116px; } }
  .p-topscroll__text {
    position: relative;
    transition: 0.3s; }
    .p-topscroll__text:hover {
      transform: scale(1.05, 1.05);
      transition: 0.3s; }
    .p-topscroll__text:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-bottom: 1px solid #fff;
      bottom: 15px;
      right: 8px;
      border-left: 1px solid #fff;
      transform: rotate(135deg); }
    .p-topscroll__text:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-bottom: 1px solid #fff;
      bottom: 25px;
      right: 8px;
      border-left: 1px solid #fff;
      transform: rotate(135deg); }

.p-bottom {
  background-color: rgba(180, 158, 104, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20; }
  .p-bottom__wrapper {
    display: flex; }
  .p-bottom__left {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #fff;
    border-left: none; }
  .p-bottom__right {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #fff;
    border-right: none; }
  .p-bottom__text {
    font-size: 0.75em;
    text-align: center;
    color: #fff; }
    .p-bottom__text-strong {
      font-size: 1.125em; }
  .p-bottom__flex {
    display: flex;
    align-items: center;
    justify-content: center; }
  .p-bottom__icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5em; }
    .p-bottom__icon.-mail {
      width: 40px; }
    .p-bottom__icon img {
      width: 100%; }

.p-about__flex {
  display: flex;
  align-items: flex-end;
  margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .p-about__flex {
      display: block;
      margin-top: 0; } }
  .p-about__flex-item {
    padding-right: 3em; }
    @media screen and (max-width: 767px) {
      .p-about__flex-item {
        padding-right: 0; } }
    .p-about__flex-item:last-of-type {
      padding-right: 0;
      padding-left: 3em; }
      @media screen and (max-width: 767px) {
        .p-about__flex-item:last-of-type {
          padding-left: 0; } }
@media screen and (max-width: 767px) {
  .p-about__img img {
    width: 100%; } }
.p-about__title {
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-about__title {
      padding-top: 0.5em;
      font-size: 1.5em; } }
.p-about__lead-top {
  padding-bottom: 3.5em; }
  @media screen and (max-width: 767px) {
    .p-about__lead-top {
      padding-bottom: 1em;
      text-align: center; } }
.p-about__lead-text {
  font-size: 1.125em;
  line-height: 32px;
  padding-bottom: 1.25em; }
  @media screen and (max-width: 767px) {
    .p-about__lead-text {
      padding-bottom: 0.5em;
      line-height: 25px; } }
.p-about__lead-name {
  font-size: 1.5em;
  text-align: right; }

.p-more__box {
  background-color: #b49e68; }
.p-more__top {
  padding-top: 1em;
  padding-bottom: 1em; }
.p-more__title {
  font-size: 2.375em;
  text-align: center;
  padding-top: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-more__title {
      font-size: 1.375em; } }
.p-more__bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
  padding-top: 3em; }
  @media screen and (max-width: 767px) {
    .p-more__bottom {
      display: block;
      padding-bottom: 1em;
      padding-top: 1em; } }
.p-more__button {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  min-width: 380px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 3em;
  margin: 0 1em; }
  @media screen and (max-width: 767px) {
    .p-more__button {
      font-size: 1em;
      min-width: 80%;
      display: block;
      text-align: center;
      margin-bottom: 1em; } }
  .p-more__button:after {
    position: absolute;
    content: '';
    background-image: url(../img/about/about_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: 0.5s; }
    @media screen and (max-width: 767px) {
      .p-more__button:after {
        background-size: contain;
        width: 30px;
        top: 54%; } }
  .p-more__button:hover:after {
    right: 13px;
    transition: 0.5s; }

.p-commitment__title {
  padding-bottom: 4em; }
.p-commitment__box {
  padding-top: 4em;
  padding-bottom: 4em; }
  @media screen and (max-width: 767px) {
    .p-commitment__box {
      padding-top: 1em;
      padding-bottom: 1em; } }
.p-commitment__wrap-img {
  width: 100%; }
.p-commitment__wrap.-secound {
  padding-left: 3em; }
  @media screen and (max-width: 767px) {
    .p-commitment__wrap.-secound {
      padding-left: 0; } }
.p-commitment__lead {
  padding-top: 1.5em;
  padding-bottom: 0.8em;
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-commitment__lead {
      font-size: 1.375em;
      padding-top: 0;
      text-align: center; } }

.p-description {
  background-image: url("../img/staff/staff_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 751px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-description {
      height: 800px;
      background-size: cover; } }
  .p-description__title {
    font-size: 2.375em;
    text-align: center;
    padding-top: 1em; }
    @media screen and (max-width: 767px) {
      .p-description__title {
        font-size: 1.5em;
        padding-bottom: 1em; } }
  .p-description__wrap-text {
    text-align: center;
    font-size: 1.125em;
    margin-top: 1.9em; }
    @media screen and (max-width: 767px) {
      .p-description__wrap-text {
        margin-top: 0.5em;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 1em; } }

.p-staff__nav {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .p-staff__nav {
      display: block;
      text-align: center; } }
.p-staff__wrapper {
  margin-top: 5em; }
  @media screen and (max-width: 767px) {
    .p-staff__wrapper {
      margin-top: 2.5em; } }
.p-staff__flex {
  display: flex;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .p-staff__flex {
      display: block; } }
  .p-staff__flex-item:first-of-type {
    padding-right: 3.5em; }
    @media screen and (max-width: 767px) {
      .p-staff__flex-item:first-of-type {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .p-staff__flex-item img {
      width: 100%; } }
.p-staff__right {
  margin-top: -2em; }
  @media screen and (max-width: 767px) {
    .p-staff__right {
      margin-top: 0; } }
.p-staff__text {
  font-size: 1.125em;
  padding-top: 1em; }
  @media screen and (max-width: 767px) {
    .p-staff__text {
      font-size: 1em; } }
  .p-staff__text-right {
    text-align: right;
    padding-top: 1.5em; }

.p-privacy__container {
  margin: 2em auto 2em;
  width: 85%; }
  @media screen and (min-width: 1300px) {
    .p-privacy__container {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .p-privacy__container {
      margin: 1em auto 1em;
      width: 100%; } }
.p-privacy__title {
  font-size: 1.5em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-privacy__title {
      font-size: 1.25em;
      padding-left: 0.75em; } }
  .p-privacy__title:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 15%;
    left: -2.5%; }
    @media screen and (max-width: 767px) {
      .p-privacy__title:before {
        top: 12%; } }
.p-privacy__text {
  font-size: 1.125em;
  padding-top: 0.3em; }
  @media screen and (max-width: 767px) {
    .p-privacy__text {
      font-size: 1em; } }
  .p-privacy__text-inline {
    position: relative;
    padding-left: 2em;
    padding-bottom: 0.3em; }
    .p-privacy__text-inline:before {
      content: '';
      width: 30px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 15px;
      left: -10px;
      margin-right: 1em; }
    .p-privacy__text-inline.-noborder {
      padding-top: 1em; }
      .p-privacy__text-inline.-noborder:before {
        height: 0; }

.p-table__text {
  font-size: 1.5em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .p-table__text {
      font-size: 0.85em; } }
  .p-table__text-small {
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    line-height: 26px; }
.p-table__table {
  width: 100%;
  margin: 0 auto 3em;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .p-table__table {
      border-collapse: separate; } }
  .p-table__table th {
    border-top: 1px solid #b49e68;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    font-size: 1.5em;
    height: 90px;
    width: 33.333%; }
    @media screen and (max-width: 767px) {
      .p-table__table th {
        font-size: 1em;
        height: auto;
        width: 100%; } }
    .p-table__table th:first-child {
      border-top: 4px solid #b49e68; }
      @media screen and (max-width: 767px) {
        .p-table__table th:first-child {
          border-top: 1px solid #b49e68; } }
    .p-table__table th.noborder {
      border-top: none; }
    .p-table__table th.p-table__table-text {
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        .p-table__table th.p-table__table-text {
          font-size: 0.85rem; } }
  .p-table__table-list {
    width: 85%;
    text-align: left;
    margin: 0 auto; }
    .p-table__table-list li {
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        .p-table__table-list li {
          font-size: 0.85rem; } }
  .p-table__table img {
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .p-table__table img {
        width: 90%; } }
.p-table__scroll {
  overflow: auto;
  white-space: nowrap; }
.p-table__sp-course {
  font-size: 1.25em;
  text-align: center;
  border-top: 1px solid #b49e68;
  border-bottom: 3px solid #b49e68;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.p-table__sp-wrap {
  display: flex;
  margin-bottom: 1em;
  border-top: 1px solid #b49e68; }
  .p-table__sp-wrap:last-of-type {
    padding-bottom: 1em;
    margin-bottom: 5em;
    border-bottom: 1px solid #b49e68; }
.p-table__sp-title {
  width: 40%;
  padding-top: 1em; }
.p-table__sp-lead {
  width: 60%;
  padding-top: 1em; }
.p-table__sp-img img {
  width: 100%; }
.p-table__sp-text {
  font-size: 1em;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.p-table__strong {
  font-size: 1.75rem; }
  @media screen and (max-width: 767px) {
    .p-table__strong {
      font-size: 1.5rem; } }

.p-course__flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .p-course__flex {
      display: block; } }
.p-course__box {
  background-color: #ffeef2;
  border: 1px solid #b49e68;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .p-course__box {
      width: 100%; } }
  .p-course__box-text {
    font-size: 0.85em; }
.p-course__left {
  margin-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-course__left {
      margin-right: 0;
      margin-bottom: 2em; } }
.p-course__right {
  margin-left: 1em; }
  @media screen and (max-width: 767px) {
    .p-course__right {
      margin-left: 0; } }
.p-course__title {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 45%;
  margin: 0 auto;
  border: 1px solid #b49e68;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  top: -1em; }
  @media screen and (max-width: 767px) {
    .p-course__title {
      width: 65%; } }
.p-course__picture {
  padding: 1em 0.8em 1em;
  text-align: center; }
  .p-course__picture figcaption {
    text-align: center;
    padding-bottom: 0.5em; }
    .p-course__picture figcaption.p-course__picture-text {
      text-align: left;
      padding-left: 2em;
      font-size: 0.85em; }
  .p-course__picture img {
    max-width: 436px;
    width: 100%; }
  .p-course__picture.-first {
    padding-bottom: 2.8em; }

.p-instrunctions__wrap {
  padding-bottom: 2em;
  padding-left: 1em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__wrap {
      padding-left: 0; } }
.p-instrunctions__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__text {
      font-size: 1em; } }
  .p-instrunctions__text-inline {
    font-size: 1.5em;
    position: relative;
    margin-top: 2em;
    padding-left: 2.3em; }
    @media screen and (max-width: 767px) {
      .p-instrunctions__text-inline {
        font-size: 1.125em;
        margin-top: 1em; } }
    .p-instrunctions__text-inline:before {
      content: '';
      width: 40px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 19px;
      left: 0;
      margin-right: 1em; }
      @media screen and (max-width: 767px) {
        .p-instrunctions__text-inline:before {
          top: 13px;
          width: 25px; } }
    .p-instrunctions__text-inline.-smt {
      margin-top: 0.5em; }
  .p-instrunctions__text.-list {
    position: relative; }
    .p-instrunctions__text.-list:before {
      content: '※';
      position: relative; }
  .p-instrunctions__text-small {
    font-size: 0.875rem; }
.p-instrunctions__bg {
  background-color: #ffeef2;
  margin-top: 1em;
  padding: 2em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__bg {
      padding: 1em; } }
  .p-instrunctions__bg-box {
    padding-bottom: 1.5em; }
  .p-instrunctions__bg-text {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em; }
    @media screen and (max-width: 767px) {
      .p-instrunctions__bg-text {
        font-size: 1em; } }
.p-instrunctions__box {
  padding-bottom: 2.5em; }
.p-instrunctions__list {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__list {
      font-size: 1em; } }
  .p-instrunctions__list:last-of-type {
    padding-top: 1.5em; }

.p-card__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 2em auto 5em; }
.p-card__item {
  background-color: #ffeef2;
  width: 29%;
  padding: 0.5em 0;
  border-radius: 6px;
  margin-right: calc(13% / 2); }
  @media screen and (max-width: 767px) {
    .p-card__item {
      width: 100%;
      margin-bottom: 1em;
      margin-right: 0; } }
  .p-card__item:nth-of-type(3n) {
    margin-right: 0; }
  .p-card__item:nth-of-type(n + 4) {
    margin-top: 2.25em; }
    @media screen and (max-width: 767px) {
      .p-card__item:nth-of-type(n + 4) {
        margin-top: 0; } }
  .p-card__item-bg {
    position: relative; }
    .p-card__item-bg:before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 55px;
      top: 0px;
      z-index: 1;
      background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
      background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
      background-position: center;
      background-repeat: no-repeat; }
  .p-card__item-title {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    line-height: 38px;
    z-index: 10; }
    .p-card__item-title:before {
      content: '';
      position: absolute;
      text-align: center;
      width: 70%;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #b49e68;
      left: 50%;
      transform: translateX(-50%); }
    .p-card__item-title:after {
      content: '';
      position: absolute;
      text-align: center;
      width: 70%;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #b49e68;
      left: 50%;
      transform: translateX(-50%); }
  .p-card__item-top {
    text-align: center; }
    .p-card__item-top img {
      width: 95%; }
  .p-card__item-bottom {
    padding-top: 0.3em; }
  .p-card__item-text {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.5em;
    padding-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .p-card__item-text {
        padding-top: 0.5em;
        padding-bottom: 1em; } }
  .p-card__item-price {
    font-size: 1.5em;
    padding-bottom: 2em;
    text-align: center; }
    .p-card__item-price span {
      font-size: 0.875rem; }
    @media screen and (max-width: 767px) {
      .p-card__item-price {
        padding-bottom: 1em;
        font-size: 1.25em; } }

.p-faq__wrap {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .p-faq__wrap {
      padding: 0; } }
.p-faq__box {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 5em; }
  @media screen and (max-width: 767px) {
    .p-faq__box {
      display: block;
      margin-top: 3em; } }
.p-faq__border {
  position: relative;
  height: 100%; }
  .p-faq__border:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 90%;
    background-color: #b49e68;
    right: -10%;
    bottom: 10%; }
    @media screen and (max-width: 767px) {
      .p-faq__border:after {
        width: 0px; } }
.p-faq__question {
  width: 35%;
  font-size: 1.25em;
  padding-right: 1em;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-faq__question {
      width: 100%;
      font-size: 1.125em;
      font-weight: bold; } }
  .p-faq__question:before {
    position: absolute;
    content: 'Q';
    font-size: 4em;
    color: #b49e68;
    opacity: 0.5;
    left: 0;
    bottom: 50%; }
    @media screen and (max-width: 767px) {
      .p-faq__question:before {
        font-size: 2em; } }
  .p-faq__question:after {
    position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: #b49e68;
    background-position: center;
    text-align: center;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%); }
  .p-faq__question-text {
    padding-top: 2em; }
.p-faq__answer {
  width: 55%;
  font-size: 1.125em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-faq__answer {
      width: 100%;
      padding-bottom: 0;
      padding-top: 2em;
      font-size: 1em; } }
  .p-faq__answer:before {
    position: absolute;
    content: 'A';
    font-size: 4em;
    color: #b49e68;
    opacity: 0.5;
    left: -8%;
    bottom: 50%; }
    @media screen and (max-width: 767px) {
      .p-faq__answer:before {
        font-size: 2em;
        left: 0;
        top: 20px; } }
  .p-faq__answer:after {
    position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: #b49e68;
    background-position: center;
    text-align: center;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%); }
  .p-faq__answer-text {
    padding-top: 2em; }

.p-form__bg {
  background-color: #ffeef2;
  padding: 1em;
  min-width: 100%; }
  @media screen and (max-width: 767px) {
    .p-form__bg {
      padding: 0.5em; } }
  .p-form__bg-title {
    font-size: 1.5em;
    padding: 0 1rem 1rem; }
  .p-form__bg-text {
    padding: 0 1em; }
.p-form__top {
  padding-top: 1.5em; }
  .p-form__top-text {
    font-size: 1.125em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__top-text {
        font-size: 1em; } }
.p-form__middle {
  padding-top: 1.5em; }
  .p-form__middle-text {
    font-size: 1.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__middle-text {
        font-size: 1.125em; } }
.p-form__bottom {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-form__bottom {
      padding-top: 0; } }
  .p-form__bottom-bg {
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-bg {
        width: 100%; } }
  .p-form__bottom-time {
    font-size: 1.75em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-time {
        padding-left: 0;
        font-size: 1.125em;
        text-align: center; } }
  .p-form__bottom-tel {
    font-size: 4.5em;
    line-height: 75px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-tel {
        font-size: 2em;
        padding-left: 0;
        text-align: center; } }
    .p-form__bottom-tel:before {
      content: '';
      position: relative;
      background-image: url(../img/freecallicon.png);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 80px;
      height: 48px;
      left: 3%; }
      @media screen and (max-width: 767px) {
        .p-form__bottom-tel:before {
          position: relative;
          width: 45px;
          height: 24px;
          left: 5%; } }
.p-form__attention {
  padding-bottom: 2.5em; }
  .p-form__attention-text {
    font-size: 1.125em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__attention-text {
        font-size: 1em; } }
.p-form__title {
  font-size: 1.5em;
  position: relative; }
  .p-form__title:before {
    content: '◆';
    position: relative;
    font-size: 0.8em;
    padding-right: 1em;
    color: #b49e68; }
.p-form__must {
  position: relative; }
  .p-form__must:after {
    content: '必須';
    position: absolute;
    width: 50px;
    font-weight: bold;
    padding-left: 0.25em;
    font-size: 12px;
    color: #ff0101; }
.p-form__any {
  position: relative; }
  .p-form__any:after {
    content: '任意';
    position: absolute;
    width: 50px;
    font-weight: bold;
    padding-left: 0.25em;
    font-size: 12px;
    color: #e3e3e3; }
.p-form__flex {
  display: flex;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-form__flex {
      display: block;
      width: 95%; } }
.p-form__left {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .p-form__left {
      width: 100%;
      padding-bottom: 1.5em; } }
.p-form__right {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .p-form__right {
      width: 100%; } }
.p-form__wrap {
  padding-top: 0.2em;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-form__wrap {
      padding-bottom: 1em; } }
.p-form__title {
  padding-bottom: 0.5em;
  margin-right: 1.5em; }
.p-form__annotation {
  font-size: 0.875em; }
.p-form__poscalmark {
  padding-right: 0.5em; }
.p-form__text {
  padding-top: 0.5em; }
.p-form__select {
  padding-left: 2em; }
.p-form__bottom {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-form__bottom {
      width: 95%; } }
.p-form__checkbox {
  text-align: center; }
.p-form__button {
  padding-top: 2em; }
.p-form__dateselect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .p-form__dateselect {
      display: block; } }
.p-form select {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  margin-top: 0.5em;
  width: 100%; }
.p-form input {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  margin-top: 0.5em;
  width: 100%; }
.p-form input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 0.25em; }
.p-form input[name="poscal-code"] {
  width: 40%;
  display: inline-block; }
.p-form input[name="checkbox"] {
  display: inline-block;
  width: 5%; }
.p-form input[name="submitConfirm"],
.p-form input[name="button__confirm"] {
  background-color: #b49e68;
  color: #fff;
  font-size: 1.5em;
  width: auto;
  padding: 0.5em;
  margin: 0 auto;
  transition: 0.5s;
  box-sizing: border-box; }
  .p-form input[name="submitConfirm"]:hover,
  .p-form input[name="button__confirm"]:hover {
    outline: 3px solid #b49e68;
    outline-offset: -3px;
    color: #b49e68;
    font-weight: bold;
    background-color: #fff;
    transition: 0.5s; }
.p-form input[name="yourdate"],
.p-form input[name="yourdate2"],
.p-form input[name="yourdate3"],
.p-form input[name="yourdate4"],
.p-form input[name="yourdate02"],
.p-form input[name="yourdate02_2"],
.p-form input[name="yourdate02_3"],
.p-form input[name="yourdate02_4"] {
  width: 43%; }
  @media screen and (max-width: 767px) {
    .p-form input[name="yourdate"],
    .p-form input[name="yourdate2"],
    .p-form input[name="yourdate3"],
    .p-form input[name="yourdate4"],
    .p-form input[name="yourdate02"],
    .p-form input[name="yourdate02_2"],
    .p-form input[name="yourdate02_3"],
    .p-form input[name="yourdate02_4"] {
      width: 100%; } }
.p-form select[name="yourtime"],
.p-form select[name="yourtime2"],
.p-form select[name="yourtime3"],
.p-form select[name="yourtime4"],
.p-form select[name="yourtime02"],
.p-form select[name="yourtime02_2"],
.p-form select[name="yourtime02_3"],
.p-form select[name="yourtime02_4"] {
  width: 43%; }
  @media screen and (max-width: 767px) {
    .p-form select[name="yourtime"],
    .p-form select[name="yourtime2"],
    .p-form select[name="yourtime3"],
    .p-form select[name="yourtime4"],
    .p-form select[name="yourtime02"],
    .p-form select[name="yourtime02_2"],
    .p-form select[name="yourtime02_3"],
    .p-form select[name="yourtime02_4"] {
      width: 100%; } }
.p-form input[name="submitBack"] {
  width: 80px;
  margin-bottom: 1em;
  background-color: gray;
  padding-left: 0;
  margin: 0 auto 1em;
  color: #fff; }
.p-form textarea {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  width: 100%;
  height: 23vh; }
.p-form input:disabled {
  cursor: not-allowed; }
.p-form input[type="checkbox"] {
  display: none; }
.p-form__checkmark {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }
  .p-form__checkmark:before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 20px; }
  .p-form__checkmark:after {
    border-right: 3px solid #b49e68;
    border-bottom: 3px solid #b49e68;
    content: '';
    display: block;
    height: 17px;
    left: 11px;
    margin-top: -22px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px; }
.p-form input[type=checkbox]:checked + .p-form__checkmark::after {
  opacity: 1; }
.p-form__dropdown {
  position: relative; }
  .p-form__dropdown:before {
    position: absolute;
    content: '▼';
    font-size: 0.75em;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 10; }

.p-privacypolicy__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__text {
      font-size: 1em; } }
.p-privacypolicy__wrap {
  padding-bottom: 1.5em; }
.p-privacypolicy__title {
  font-size: 1.5em;
  padding-left: 1.5em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__title {
      padding-left: 0; } }
  .p-privacypolicy__title:before {
    content: '◆';
    color: #b49e68;
    font-size: 0.75em;
    padding-right: 0.25em; }
.p-privacypolicy__purpose {
  padding-left: 7em;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__purpose {
      padding-left: 1.5em;
      padding-bottom: 0; } }
  .p-privacypolicy__purpose-title {
    font-size: 1.5em;
    position: relative; }
    .p-privacypolicy__purpose-title:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #b49e68;
      top: 50%;
      left: -7%; }
      @media screen and (max-width: 767px) {
        .p-privacypolicy__purpose-title:before {
          width: 20px; } }
.p-privacypolicy__list {
  padding-left: 4em;
  padding-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__list {
      padding-left: 0; } }
  .p-privacypolicy__list-item {
    font-size: 1.125em;
    position: relative;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .p-privacypolicy__list-item {
        font-size: 1em; } }
    .p-privacypolicy__list-item:before {
      content: '●';
      position: relative;
      color: #b49e68;
      padding-right: 3px; }
.p-privacypolicy__address {
  padding-left: 8em;
  padding-top: 0.5em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__address {
      padding-left: 0;
      padding-bottom: 4em; } }
  .p-privacypolicy__address-text {
    font-size: 1.5em; }
    @media screen and (max-width: 767px) {
      .p-privacypolicy__address-text {
        font-size: 1.125em; } }

.p-other__flex {
  align-items: flex-start; }
.p-other__title {
  font-size: 1.5em; }
.p-other__wrap {
  padding-bottom: 1em; }
.p-other__text {
  font-size: 1.125em;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }
  .p-other__text-strong {
    font-size: 1.5em; }
  .p-other__text.-lead {
    padding-top: 1em; }

.p-memories {
  background-image: url("../img/omoide/omoide_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-memories {
      height: 400px;
      background-size: cover; } }
  .p-memories__lead {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-memories__lead {
        font-size: 1.25em; } }
    .p-memories__lead-strong {
      font-size: 2.375rem; }
      @media screen and (max-width: 767px) {
        .p-memories__lead-strong {
          font-size: 1.5rem; } }
  .p-memories__text {
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-memories__text {
        width: 95%;
        margin: 0 auto;
        font-size: 1em; } }
  .p-memories__wrap-bottom {
    padding-top: 2em; }
  .p-memories__wrap-text {
    text-align: center;
    font-size: 1.125em;
    margin-top: 1.9em; }
    @media screen and (max-width: 767px) {
      .p-memories__wrap-text {
        margin-top: 0.5em;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 1em; } }

@media screen and (max-width: 767px) {
  .p-what__wrap {
    padding-top: 0; } }
.p-what__wrap-img {
  width: 100%; }
.p-what__wrap.-left {
  padding-right: 3em; }
  @media screen and (max-width: 767px) {
    .p-what__wrap.-left {
      padding-right: 0; } }
.p-what__wrap-box {
  padding-top: 1.5em; }
.p-what__flex {
  padding-bottom: 3em;
  padding-top: 4em; }
  @media screen and (max-width: 767px) {
    .p-what__flex {
      padding-top: 2em; } }
  @media screen and (max-width: 767px) {
    .p-what__flex.-secound {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .p-what__flex-item1 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    .p-what__flex-item2 {
      order: 0; } }
.p-what__lead {
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-what__lead {
      font-size: 1.5em; } }
.p-what__text {
  font-size: 1.125em; }
  .p-what__text-right {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .p-what__text-right {
        padding-bottom: 2em; } }

.p-details__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-details__text {
      font-size: 1em; } }
  .p-details__text-strong {
    font-size: 1.5em; }
  .p-details__text-inline {
    font-size: 1.5em;
    position: relative;
    margin-top: 2em;
    padding-left: 2.3em;
    padding-bottom: 0.5em; }
    .p-details__text-inline.-number {
      margin-top: 1.25em; }
    @media screen and (max-width: 767px) {
      .p-details__text-inline {
        font-size: 1.125em;
        margin-top: 1em; } }
    .p-details__text-inline:before {
      content: '';
      width: 40px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 19px;
      left: 0;
      margin-right: 1em; }
      @media screen and (max-width: 767px) {
        .p-details__text-inline:before {
          top: 13px;
          width: 25px; } }
    .p-details__text-inline.-smt {
      margin-top: 0.5em; }
  .p-details__text.-list {
    position: relative; }
    .p-details__text.-list:before {
      content: '※';
      position: relative; }
  .p-details__text-small {
    font-size: 0.875rem; }
.p-details__box {
  padding-left: 2em; }
  @media screen and (max-width: 767px) {
    .p-details__box {
      padding-left: 0; } }
.p-details__spacer {
  padding-top: 1em; }
.p-details__list {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-details__list {
      font-size: 1em; } }
.p-details__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .p-details__flex {
      flex-wrap: wrap;
      justify-content: center; } }
  .p-details__flex-item {
    display: block;
    max-width: 200px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-details__flex-item {
        width: 47%;
        margin-bottom: 1em; }
        .p-details__flex-item:nth-of-type(odd) {
          margin-right: 5%; } }

.p-single h2 {
  font-size: 1.75em;
  position: relative;
  line-height: 38px;
  margin-left: 2em;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .p-single h2:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #b49e68;
    top: 50%;
    left: -5%; }
    @media screen and (max-width: 767px) {
      .p-single h2:before {
        width: 20px;
        left: -8%; } }
  @media screen and (max-width: 767px) {
    .p-single h2 {
      font-size: 1.5em;
      margin-left: 1.5em; } }
.p-single h3 {
  font-size: 1.5em;
  position: relative;
  padding-left: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .p-single h3:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 28%;
    left: 0%; }
  @media screen and (max-width: 767px) {
    .p-single h3 {
      font-size: 1.25em; } }
.p-single h4 {
  font-size: 1.25em;
  position: relative;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  padding-left: 1em; }
  .p-single h4:before {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #b49e68;
    background-position: center;
    top: 43%;
    left: 0;
    margin-right: 1em; }
    @media screen and (max-width: 767px) {
      .p-single h4:before {
        width: 15px; } }
  @media screen and (max-width: 767px) {
    .p-single h4 {
      padding-left: 1.5em;
      font-size: 1.125em; } }
.p-single p {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.125em;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .p-single p {
      font-size: 1em; } }
.p-single ul {
  list-style: disc; }
.p-single img {
  max-width: 100%;
  height: 100%; }
.p-single__border {
  border: none;
  width: 100%;
  height: 2px;
  background-color: #b49e68;
  margin: 1.25em auto; }
.p-single__thumbnail {
  margin: 0 auto;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em; }
  .p-single__thumbnail img {
    object-fit: cover;
    max-width: 720px;
    max-height: 445px; }
    @media screen and (max-width: 767px) {
      .p-single__thumbnail img {
        width: 100%;
        height: auto; } }
.p-single__top {
  padding-top: 4em; }
  @media screen and (max-width: 767px) {
    .p-single__top {
      padding-top: 2em; } }
  .p-single__top-flex {
    display: flex; }
.p-single__time {
  font-size: 1.25em;
  padding-right: 1em; }
.p-single__tag {
  font-size: 1.125em;
  line-height: 25px;
  background-color: #b49e68;
  color: #fff;
  padding-right: 1em;
  padding-left: 1em; }
  .p-single__tag p {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .p-single__tag {
      font-size: 0.875em; } }
.p-single__titlewrap {
  padding-top: 2em;
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .p-single__titlewrap {
      font-size: 1em; } }
.p-single__flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-single__flex {
      display: block;
      text-align: center;
      margin-bottom: 5em; } }
.p-single__pagenation {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  min-width: 260px;
  border: 1px solid #b49e68;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .p-single__pagenation {
      margin-bottom: 1em; } }
  .p-single__pagenation:hover {
    background-color: #b49e68;
    color: #fff;
    transition: 0.5s; }
  .p-single__pagenation.-left {
    position: relative; }
    .p-single__pagenation.-left:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      left: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s;
      transform: rotate(90deg); }
      .p-single__pagenation.-left:before:hover {
        border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-left:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 48%;
      left: 36px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s;
      transform: rotate(90deg); }
    .p-single__pagenation.-left:hover:before {
      border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-left:hover:after {
      border-color: #b49e68 transparent transparent transparent; }
  .p-single__pagenation.-right {
    position: relative; }
    .p-single__pagenation.-right:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s;
      transform: rotate(-90deg); }
      .p-single__pagenation.-right:before:hover {
        border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-right:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 48%;
      right: 36px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s;
      transform: rotate(-90deg); }
      .p-single__pagenation.-right:after:hover {
        border-color: #b49e68 transparent transparent transparent; }
    .p-single__pagenation.-right:hover:before {
      border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-right:hover:after {
      border-color: #b49e68 transparent transparent transparent; }
  .p-single__pagenation a {
    display: block;
    font-size: 1.125em;
    padding: 1em 2em; }
    .p-single__pagenation a:hover {
      color: #fff; }
.p-single__hidden {
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .p-single__hidden {
      display: none; } }
.p-single .wp-caption-text {
  text-align: center;
  font-size: 0.875em; }
.p-single .wp-caption {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .p-single .wp-caption {
      width: 100% !important;
      height: auto; } }

.p-archive__wrap {
  position: relative;
  transition: 0.5s; }
  .p-archive__wrap:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 40%;
    right: 20px;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #b49e68 transparent transparent transparent;
    transition: 0.5s;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .p-archive__wrap:before {
        border: none; } }
  .p-archive__wrap:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 41.5%;
    right: 26px;
    border-style: solid;
    border-width: 4px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
    transition: 0.5s;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .p-archive__wrap:after {
        border: none; } }
  .p-archive__wrap:hover {
    transform: scale(0.98, 0.98);
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s; }
@media screen and (max-width: 767px) {
  .p-archive__title {
    font-size: 0.875em; } }
.p-archive__tab {
  padding-top: 2em; }
.p-archive__list {
  display: flex; }
  .p-archive__list-item {
    margin-right: 2em;
    font-size: 1.25em;
    opacity: 0.5;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-archive__list-item {
        margin-right: 1em; } }
    .p-archive__list-item a {
      display: block;
      cursor: pointer; }
    .p-archive__list-item.-current {
      opacity: 1;
      font-weight: bold;
      position: relative; }
      .p-archive__list-item.-current:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #b49e68;
        bottom: -30%; }
.p-archive__flex {
  display: flex;
  padding: 3em 3em 3em 0.5em; }
  @media screen and (max-width: 767px) {
    .p-archive__flex {
      display: block;
      padding: 2em 0.5em; } }
.p-archive__left {
  width: 70%;
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-archive__left {
      margin: 0 auto;
      padding-right: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 0.5em; } }
  .p-archive__left img {
    max-width: 400px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-archive__left img {
        max-width: 100%; } }
.p-archive__top {
  padding-bottom: 1em; }
.p-archive__date {
  font-size: 1.125em; }
.p-archive__slug {
  font-size: 1.125em;
  color: #b49e68;
  padding-bottom: 1.5em;
  position: relative;
  text-decoration: underline solid #b49e68;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px; }

@media screen and (max-width: 767px) {
  .p-pagenavi {
    padding-top: 3em;
    padding-bottom: 4.5em; } }
.p-pagenavi .wp-pagenavi {
  text-align: center;
  font-size: 1.25em; }
.p-pagenavi .wp-pagenavi a {
  color: #b49e68; }
.p-pagenavi .wp-pagenavi .pages {
  display: none; }
.p-pagenavi .wp-pagenavi span.current {
  font-weight: bold;
  color: #b49e68;
  border-color: #b49e68; }
.p-pagenavi .wp-pagenavi span.extend {
  color: #b49e68;
  border: none; }
.p-pagenavi .wp-pagenavi a {
  border: none; }
.p-pagenavi .wp-pagenavi a, .p-pagenavi .wp-pagenavi span {
  padding: 3px 11px; }
.p-pagenavi .wp-pagenavi .nextpostslink {
  padding-left: 20px; }
.p-pagenavi .wp-pagenavi .previouspostslink {
  padding-right: 20px; }

.u-uppercase {
  text-transform: uppercase; }

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%); }

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center; }

.u-white {
  color: #ffffff; }

.u-bgwhite {
  background-color: #ffffff; }

.u-yellowcrayon {
  background: linear-gradient(transparent 60%, #F2DC16 0%); }

.u-bold {
  font-weight: bold; }

.u-enfont {
  font-family: "Great Vibes", cursive; }

.u-gold {
  color: #b49e68; }

.u-center {
  text-align: center; }

.u-pink {
  color: #F6ADC6; }

.u-rose {
  color: #ED6275; }

#js-floating {
  opacity: 1;
  transition: 0.5s; }

#js-floating.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }

.slide-dots {
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    margin: 10px 15px; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '';
        background-color: #fff;
        width: 10px;
        height: 10px;
        border: 2px solid #b49e68;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0; }

.slide-dots .slick-active {
  transition: 0.2s;
  transform: scale(1.15, 1.15);
  background-color: #b49e68; }

.slide-dots .slick-active button:before {
  background-color: #b49e68; }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.prev-arrow {
  left: 0;
  z-index: 10; }

.next-arrow {
  right: 0; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form .error {
  font-size: 100% !important;
  color: #fff !important;
  display: inline-block !important;
  background-color: red;
  font-weight: bold; }

#formTanpinSelect,
#formCourseSelect {
  display: none; }

#formTanpinSelect.-show,
#formCourseSelect.-show {
  display: block; }

body {
  color: #333; }

@media (max-width: 767px) {
  .only-pc {
    display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

@media (max-width: 767px) {
  .sp-center {
    text-align: center; } }
.mb {
  margin-bottom: clamp(30px, 6%, 80px); }

.p-header__logo img {
  max-width: 422px; }

.p-header__freedial.pc img {
  max-width: 480px; }

.p-footer__right-bottom img {
  max-width: 356px; }

@media screen and (max-width: 1200px) {
  .p-mv__slide {
    height: auto; } }
.c-title02::before {
  opacity: 0.1 !important; }

.c-title02::after {
  background: none; }

.mw_wp_form .error {
  color: #CD0003 !important;
  padding-top: 5px;
  font-size: 0.9rem;
  background: none; }
  .mw_wp_form .error:before {
    content: "▲"; }

.p-form__button input {
  background-color: #ccc !important;
  pointer-events: none; }
.p-form__button.active input {
  background-color: #b49e68 !important;
  pointer-events: all; }
  .p-form__button.active input:hover, .p-form__button.active input:active {
    background-color: #FFF !important; }

.p-form__checkbox.checked .p-form__checkmark:after {
  opacity: 1 !important; }
