@charset "UTF-8";
/*
Theme Name: 紙ソムリエ_orijin
Description: 紙ソムリエのテーマ
Author: コムデザインラボ
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;600;700&display=swap");
/* ==========================================================================
  Foundation
========================================================================== */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 10px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.0;
  font-weight: bold;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * Add 
 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

:root {
  --main-color: #d6c26f;
  --sub-color: #f1eacf;
  --gray: #363636;
}

body {
  width: 100%;
  min-width: 1100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  line-height: 2.0;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1245px) {
  body {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 13px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  line-height: 1.6;
}

a {
  font-family: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  text-decoration: none;
  transition: opacity 0.3s;
}

.opa {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}

.opa:not(.opa-not):hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .opa:not(.opa-not):hover {
    opacity: 1;
  }
}
.opa-wrap a {
  display: block;
  transition: opacity 0.3s;
}

.opa-wrap a:hover {
  transition: opacity 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .opa-wrap a:hover {
    opacity: 1;
  }
}
.is-pc {
  display: inline;
}

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

@media screen and (max-width: 767px) {
  .is-pc-block {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: inline;
  }
}
.is-sp-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp-block {
    display: block;
  }
}
.anchor-wrap {
  position: relative;
}

.anchor {
  position: absolute;
  top: -100px;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: 0;
  }
}
.tel-link a {
  display: inline-block;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.section {
  position: relative;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.wrap {
  font-size: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wrap {
    font-size: 13px;
  }
}
/**
 * #Header
 */
.header {
  background: var(--gray);
  height: 80px;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.4s;
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
}

.header.-show {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.header__inner {
  height: 100%;
  padding: 0 40px 0 310px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 990px) {
  .header__inner {
    padding-left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    padding: 20px 0 0 30px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.header__inner::before {
  content: "";
  background-image: url("img/h_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 126px;
  height: 99px;
  margin: auto;
  position: absolute;
  bottom: -28px;
  left: 17px;
}

@media screen and (max-width: 990px) {
  .header__inner::before {
    width: 120px;
    height: 95px;
    bottom: -16px;
    left: 0;
  }
}
.header__logo {
  min-width: 258px;
  position: absolute;
  top: 7px;
  left: 17px;
}

@media screen and (max-width: 990px) {
  .header__logo {
    width: 200px;
    min-width: 200px;
    top: 12px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 85px;
    min-width: 85px;
  }
}
.header__nav {
  padding: 2px 0 0;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li a {
  height: 100%;
  padding: 10px 15px;
  color: #FFF;
  text-align: center;
  line-height: 1.0;
  white-space: nowrap;
  display: block;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  .header__nav li a {
    padding: 10px 12px;
  }
}
.header__nav li a:hover {
  color: #d6c26f;
}

.header__nav li a:hover .label::after {
  opacity: 1;
}

.header__nav li .label {
  margin: auto;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  position: relative;
}

@media screen and (max-width: 990px) {
  .header__nav li .label {
    font-size: 12px;
  }
}
.header__nav li .label::after {
  content: "";
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #d6c26f transparent transparent transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}

.header__nav .-open a .label::before {
  pointer-events: auto;
}

.header__nav .-open a .label::after {
  opacity: 1;
}

.header__sns {
  margin: 0 0 0 auto;
  padding: 0 35px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__sns {
    display: none;
  }
}
.header__sns li {
  min-width: 30px;
  margin-right: 15px;
}

.header__sns li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}
.header__contact .contact__btn {
  background: #ff9b45;
  width: 130px;
  height: 90px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
  display: -webkit-flex;
  display: flex;
}

.header__contact .contact__btn .label {
  margin: auto;
}

.header .sp-newsletter {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp-newsletter {
    position: absolute;
    top: 10px;
    right: 70px;
    display: block;
  }

  .header .sp-newsletter a {
    padding: 10px;
    display: block;
  }
}
.h-space {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .h-space {
    height: 0;
  }
}
/**
 * #Footer
 */
.footer {
  position: relative;
}

.footer-sns {
  background: #cdc399;
  padding: 70px 0 100px;
}

@media screen and (max-width: 767px) {
  .footer-sns {
    padding: 60px 0 65px;
  }
}
.footer-sns__wrap {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .footer-sns__wrap {
    width: 100%;
  }
}
.footer-sns__box-wrap {
  margin: 0 -25px 0 0;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1120px) {
  .footer-sns__box-wrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sns__box-wrap {
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.footer-sns__box {
  width: 300px;
  max-width: 100%;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 1120px) {
  .footer-sns__box {
    width: 33.33%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-sns__box {
    width: 300px;
    margin: 50px auto 0;
  }

  .footer-sns__box:first-child {
    margin-top: 0;
  }
}
.footer-sns__box .box {
  background: #FFF;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.footer-sns__box .twitter-timeline {
  height: 100%;
}

.footer-sns iframe {
  width: 100% !important;
  height: 100% !important;
}

.footer-works {
  padding: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .footer-works {
    padding: 95px 0 0;
  }
}
.footer-works__head {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-works__head {
    padding: 0 30px 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.footer-works__head .head__img {
  min-width: 252px;
}

@media screen and (max-width: 767px) {
  .footer-works__head .head__img {
    width: 212px;
    min-width: 0;
    margin: 0 auto;
  }
}
.footer-works__head .head__text {
  margin: 0 0 0 75px;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .footer-works__head .head__text {
    margin: 0 auto;
  }
}
.footer-works .loopslider {
  height: 300px;
}

@media screen and (max-width: 767px) {
  .footer-works .loopslider {
    height: 300px;
  }
}
.footer-works .loopslider-item {
  /*width: 1280px;*/
  height: 300px;
}

@media screen and (max-width: 767px) {
  .footer-works .loopslider-item {
    width: auto;
    height: 300px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer-works .p-works__item {
  width: 320px;
}

.footer-works .p-works__box {
  padding-bottom: 93.75%;
  outline: none;
}

.footer-contact {
  padding: 0 0 125px;
}

@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 0 0 90px;
  }
}
.footer-contact__block {
  margin: 20px auto 0;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .footer-contact__block {
    margin: 70px auto 0;
    padding: 0 10px;
  }
}
.footer-contact__wrap {
  background-color: var(--sub-color);
  border-radius: 10px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-contact__wrap {
    padding: 40px 20px 25px;
  }
}
.footer-contact__btn-box {
  margin: 0 auto;
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .footer-contact__btn-box {
    width: 310px;
    min-width: 310px;
    top: -40px;
  }
}
.footer-contact__btn-box::before {
  content: "";
  background-image: url("img/chara_1.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 171px;
  height: 183px;
  margin: auto;
  position: absolute;
  top: -183px;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer-contact__btn-box::before {
    width: 110px;
    height: 118px;
    top: -118px;
    left: auto;
    right: -15px;
  }
}
.footer-contact__text {
  padding: 30px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 2.3;
  position: relative;
}

.footer-contact__text::before {
  content: "";
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #000 transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-info {
  background: #383231;
  border-top: 1px solid #c3c1c1;
  padding: 40px 0 30px;
  position: relative;
}

.footer-info__head {
  margin: auto;
  color: #a0976c;
  font-family: 'Roboto Slab', serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.46em;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .footer-info__head {
    font-size: 22px;
    letter-spacing: 0.14em;
    top: -20px;
  }
}
.footer-info__wrap {
  color: #CCCBCB;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 990px) {
  .footer-info__wrap {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-info__wrap {
    padding: 0 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.footer-info__left {
  width: 400px;
  max-width: 100%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer-info__left {
    margin: 0 auto;
  }
}
.footer-info__text {
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .footer-info__text {
    font-size: 15px;
    text-align: center;
  }
}
.footer-info__logo {
  min-width: 207px;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .footer-info__logo {
    min-width: 0;
    max-width: 288px;
    margin: 30px auto 0;
  }
}
.footer-info__right {
  border-left: 1px solid #FFF;
  padding: 0 0 0 45px;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: normal;
  line-height: 1.6em;
  color: #CCCBCB;
}

@media screen and (max-width: 990px) {
  .footer-info__right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info__right {
    border-top: 1px solid #FFF;
    border-left: none;
    margin: 30px 0 0;
    padding: 30px 0 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: -webkit-flex;
    display: flex;
  }
}
.footer-info__right-inner {
  margin: 0 auto;
}

.footer-info__address {
  margin: -7px 0 0;
}

@media screen and (max-width: 767px) {
  .footer-info__address {
    margin-top: 0;
  }
}
.footer-info .address__head {
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) {
  .footer-info .address__head {
    letter-spacing: 0.28em;
  }
}
.footer-info__tel {
  font-size: 16px;
  font-weight: bold;
}

.footer-info__tel .tel-number {
  font-size: 25px;
}

.footer-info__tel .type {
  vertical-align: 3px;
}

.footer-copyright {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    background: #383231;
    padding: 0px 10px 80px;
    display: block;
  }
}
.footer-copyright__text {
  color: #979a9b;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
}

.footer-nav {
  background: #595757;
  padding: 26px 0 33px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.footer-nav__head {
  color: #c3c1c1;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.3em;
  display: block;
}

.footer-nav__head .label {
  width: 190px;
  display: block;
}

.footer-nav__content {
  border-left: 1px solid #ffffff;
  padding: 0 0 0 40px;
}

.footer-nav .nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.footer-nav .nav-list li {
  width: 130px;
  color: #FFF;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* .footer-nav .nav-list li:nth-child(5n + 3) {
  width: 115px;
}

.footer-nav .nav-list li:nth-child(5n + 4) {
  width: 145px;
}

.footer-nav .nav-list li:nth-child(5n) {
  width: 150px;
} */

.pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  transition: bottom 0.8s;
}

.pagetop.-up {
  bottom: 200px;
}

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

  .pagetop.-up {
    bottom: 15px;
  }
}
.l-col-2 {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-col-2 {
    width: 100%;
    padding: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.l-col-2__left {
  width: 700px;
  margin-right: auto;
}

@media screen and (max-width: 1120px) {
  .l-col-2__left {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .l-col-2__left {
    width: 100%;
  }
}
.l-col-2__right {
  width: 280px;
  margin-left: auto;
}

@media screen and (max-width: 1120px) {
  .l-col-2__right {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-col-2__right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-frame {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .c-frame {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-img {
  max-width: 100%;
  height: auto;
}

.c-img--h {
  width: auto;
  max-height: 100%;
}

.c-icon {
  position: relative;
}

.c-icon::before, .c-icon::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}

.c-btn {
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}

.c-btn::before, .c-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}

.c-btn:hover {
  transition: 0.3s;
}

.c-deco {
  position: relative;
}

.c-deco::before, .c-deco::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.c-deco::before {
  left: 0;
}

.c-deco::after {
  right: 0;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.icon--new {
  background-image: url("img/icon_new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 82px;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .icon--new {
    left: 25px;
  }
}
.btn--1 {
  background-color: #d6c26f;
  width: 280px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.18em;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.btn--1 .label {
  position: relative;
  display: block;
}

.btn--1 .label::before, .btn--1 .label::after {
  border-style: solid;
  border-width: 20px 0 20px 9px;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
  margin: auto;
}

.btn--1 .label::before {
  left: 0;
}

.btn--1 .label::after {
  right: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn--1:hover {
  background-color: #000;
  color: #FFF;
}

.btn--1:hover .label::before, .btn--1:hover .label::after {
  border-color: transparent transparent transparent #FFF;
}

.btn--2 {
  background-color: #000;
  width: 280px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.18em;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.btn--2 .label {
  position: relative;
  display: block;
}

.btn--2 .label::before, .btn--2 .label::after {
  border-style: solid;
  border-width: 20px 0 20px 9px;
  border-color: transparent transparent transparent #FFF;
  width: 0;
  height: 0;
  margin: auto;
}

.btn--2 .label::before {
  left: 0;
}

.btn--2 .label::after {
  right: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn--2:hover {
  background-color: #d6c26f;
  color: #000;
}

.btn--2:hover .label::before, .btn--2:hover .label::after {
  border-color: transparent transparent transparent #000;
}

.btn--3 {
  background-color: #FFF;
  border: 1px solid #000;
  width: 130px;
  max-width: 100%;
  height: 30px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: block;
}

.btn--3 .label {
  position: relative;
  display: block;
}

.btn--3 .label::before, .btn--3 .label::after {
  border-style: solid;
  border-width: 15px 0 15px 9px;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
  margin: auto;
}

.btn--3 .label::before {
  left: 0;
}

.btn--3 .label::after {
  right: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn--3:hover {
  opacity: 0.7;
}

.btn--4 {
  background-color: #d6c26f;
  border: none;
  border-radius: 15px;
  width: 202px;
  max-width: 100%;
  height: 30px;
  padding: 0 15px;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  display: block;
}

.btn--4 .label {
  display: inline-block;
  position: relative;
}

.btn--4:hover {
  opacity: 0.7;
}

.btn--contact {
  background-color: #FFF;
  border-radius: 2px;
  width: 590px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.18em;
  line-height: 1.4;
  letter-spacing: 0.18em;
  white-space: nowrap;
  clip-path: polygon(100% 0, 100% 59px, 552px 100%, 0 100%, 0 0);
  display: -webkit-flex;
  display: flex;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .btn--contact {
    height: 70px;
    font-size: 18px;
    letter-spacing: 0.16em;
    clip-path: polygon(100% 0, 100% 45px, 279px 100%, 0 100%, 0 0);
  }
}
.btn--contact::before {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  clip-path: polygon(100% 0, 100% 55px, 548px 100%, 0 100%, 0 0);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .btn--contact::before {
    clip-path: polygon(100% 0, 100% 42px, 276px 100%, 0 100%, 0 0);
  }
}
.btn--contact::after {
  content: "";
  background-image: url("img/btn_bg_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 34px;
  position: absolute;
  top: auto;
  bottom: 2px;
  right: 2px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .btn--contact::after {
    width: 29px;
    height: 27px;
  }
}
.btn--contact .label {
  margin: auto;
  padding: 0 0 0 65px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn--contact .label {
    padding-left: 56px;
    padding-right: 20px;
  }
}
.btn--contact .label::before {
  background-image: url("img/icon_mail_1_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px;
  height: 34px;
  margin: auto;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.btn--contact:hover {
  color: #FFF;
}

.btn--contact:hover::before {
  background-color: #000;
}

.btn--contact:hover::after {
  background-image: url("img/btn_bg_on.png");
}

.btn--contact:hover .label::before {
  background-image: url("img/icon_mail_1_on.png");
}

.title--1 {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title--1 {
    margin-bottom: 30px;
  }
}
.title--1::before {
  content: "";
  background-color: #FFF;
  background-image: url("img/icon_ribbon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 36px;
  height: 12px;
  margin: auto;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.title--1::after {
  content: "";
  background: #000;
  width: 258px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .title--1::after {
    width: 170px;
  }
}
.title--1 .icon {
  margin: 0 auto 14px;
  line-height: 0;
}

.title--1 .label {
  min-width: 430px;
  padding: 0 45px 20px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.56em;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .title--1 .label {
    min-width: 280px;
    padding: 0 55px 20px;
    letter-spacing: 0.44em;
  }
}
.title--1 .label::before, .title--1 .label::after {
  content: "";
  background-image: url("img/icon_leaf_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 42px;
  margin: auto;
  position: absolute;
  bottom: 6px;
}

@media screen and (max-width: 767px) {
  .title--1 .label::before, .title--1 .label::after {
    bottom: 14px;
  }
}
.title--1 .label::before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.title--1 .label::after {
  right: 0;
}

.title--1.-type-2::before {
  background-color: #cdc399;
}

.title--1.-type-2 .label::before, .title--1.-type-2 .label::after {
  content: "";
  background-image: url("img/icon_leaf_2.png");
}

.title--2 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title--2 {
    margin-bottom: 25px;
  }
}
.title--2 .label {
  padding: 0 0 20px;
  margin: auto;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.32em;
}

.title--2 .label::before {
  content: "";
  background: #000;
  width: 258px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .title--2 .label::before {
    width: 170px;
  }
}
.title--2 .label::after {
  content: "";
  background-color: #cdc399;
  background-image: url("img/icon_ribbon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 12px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.deco--1 {
  padding: 0 50px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .deco--1 {
    padding: 0 40px;
  }
}
.deco--1::before, .deco--1::after {
  content: "";
  background-image: url("img/icon_ribbon_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .deco--1::before, .deco--1::after {
    top: auto;
    bottom: 0;
  }
}
.deco--1::before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.deco--1::after {
  right: 0;
}

.text--1 {
  color: #E73F45;
  font-weight: bold;
}

.text--2 {
  color: #0693e3;
  font-weight: bold;
}

.fukidashi--1 {
  padding: 0 26px;
  display: inline-block;
  position: relative;
}

.fukidashi--1::before, .fukidashi--1::after {
  content: "";
  background-image: url("img/fukidashi_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 29px;
  margin: auto;
  position: absolute;
  bottom: 0;
}

.fukidashi--1::before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fukidashi--1::after {
  right: 0;
}

.marker--1 {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-size: auto 6px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.marker--2 {
  background-image: linear-gradient(to right, #e0dba4, #e0dba4);
  background-size: auto 15px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.box--1 {
  background-image: url("img/deco_1.png"), url("img/deco_2.png"), url("img/deco_3.png"), url("img/deco_4.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 66px, 66px, 44px, 44px;
  max-width: 100%;
  position: relative;
}

.box--1::before {
  content: "";
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  right: 28px;
  z-index: 1;
  pointer-events: none;
}

.box--1::after {
  content: "";
  background-color: #f5f0dd;
  background-image: url("img/icon_ribbon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 12px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.box--1 .box__inner {
  padding: 70px 0;
  position: relative;
}

.box--1 .box__inner::before {
  content: "";
  background-color: #f5f0dd;
  background-image: url("img/icon_cow_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 105px;
  height: 62px;
  top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

/* Project
   ----------------------------------------------------------------- */
.admin-bar #wpadminbar {
  position: fixed;
}

.admin-bar .header {
  top: 32px;
}

.admin-bar .sp-menu .sp-menu__wrap {
  top: 32px;
}

.admin-bar .sp-menu .sp-menu__btn {
  top: calc(32px + 10px);
}

@media screen and (max-width: 782px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar .header {
    top: 46px;
  }

  .admin-bar .sp-menu .sp-menu__wrap {
    top: 46px;
  }

  .admin-bar .sp-menu .sp-menu__btn {
    top: calc(46px + 10px);
  }
}
.sp-menu__wrap, .sp-menu__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-menu__btn {
    width: 55px;
    height: 55px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2010;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
  }

  .sp-menu__btn.-active {
    opacity: 1;
    pointer-events: auto;
  }

  .sp-menu__btn-open {
    display: block;
  }

  .sp-menu__btn-close {
    display: none;
  }

  .sp-menu__btn-box.-close .sp-menu__btn-open {
    display: none;
  }

  .sp-menu__btn-box.-close .sp-menu__btn-close {
    display: block;
  }

  .sp-menu__overlay {
    background-color: rgba(56, 50, 49, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
  }

  .sp-menu__wrap {
    width: 100%;
    height: 100%;
    padding: 0 40px 50px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2010;
    overflow-y: auto;
    -webkit-overflow-scroling: touch;
    display: none;
  }

  .sp-menu__logo {
    margin: 35px auto 25px;
  }

  .sp-menu__logo .logo {
    width: 138px;
    margin: 0 auto;
    text-align: center;
  }

  .sp-menu__nav {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }

  .sp-menu__nav .nav-list {
    width: 100%;
    margin: 0 auto;
  }

  .sp-menu__nav .nav-list > li {
    border-bottom: 1px solid #FFF;
  }

  .sp-menu__nav .nav-list a {
    padding: 12px 5px;
    display: block;
  }

  .sp-menu__nav .nav-list .label {
    min-width: 140px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.12em;
    white-space: nowrap;
    display: block;
  }

  .sp-menu__nav .child {
    background: #FFF;
    margin: 0 -30px;
    padding: 5px 30px 15px;
  }

  .sp-menu__nav .child-nav {
    margin: 0 -15px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-menu__nav .child-nav li {
    border-bottom: 1px solid #ff9b45;
    width: calc(33.33% - 15px);
    margin: 0 15px 0 0;
  }

  .sp-menu__nav .child-nav a {
    padding: 13px 5px 11px;
    text-align: center;
    line-height: 1.0;
    white-space: nowrap;
    display: block;
  }

  .sp-menu__nav .child-nav .label {
    min-width: 0;
    color: #979a9b;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }

  .sp-menu__nav .child-nav .label::after {
    content: none;
  }

  .sp-menu__sns {
    margin: 20px auto 0;
    padding: 0 28px 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sp-menu__sns li {
    min-width: 30px;
    margin-right: 15px;
  }

  .sp-menu__sns li:last-child {
    margin-right: 0;
  }
}
.p-mv {
  background-color: #FFF;
  background-image: url("img/mv_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 24px solid #bcb17f;
  height: 234px;
  padding: 45px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv {
    border-bottom: 18px solid #bcb17f;
    height: 120px;
    padding: 10px 0 0;
  }
}
.p-page-title {
  margin: auto;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  position: relative;
}

.p-page-title::before {
  content: "";
  background-color: #FFF;
  background-image: url("img/icon_ribbon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 36px;
  height: 12px;
  margin: auto;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.p-page-title::after {
  content: "";
  background: #000;
  width: 258px;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-page-title::after {
    width: 170px;
  }
}
.p-page-title .icon {
  height: 62px;
  display: -webkit-flex;
  display: flex;
}

.p-page-title .icon img {
  margin: auto auto 0;
}

@media screen and (max-width: 767px) {
  .p-page-title .icon {
    height: 30px;
  }
}
.p-page-title .label {
  margin: 20px 0 0;
  padding: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-page-title .label {
    margin-top: 14px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.p-fix-right {
  width: 130px;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  .p-fix-right {
    width: 100px;
    top: 85px;
  }
}
.p-fix-right.-top {
  width: 119px;
}

@media screen and (max-width: 1024px) {
  .p-fix-right.-top {
    width: 90px;
  }
}
.p-fix-right .contact {
  -moz-transform: rotate(18deg) translate(-26px, 0);
  -ms-transform: rotate(18deg) translate(-26px, 0);
  -webkit-transform: rotate(18deg) translate(-26px, 0);
  transform: rotate(18deg) translate(-26px, 0);
}

.p-fix-right .consult {
  margin: -18px 0 0;
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

@media screen and (max-width: 767px) {
  .p-fix-right {
    display: none;
  }
}
.p-fix-left {
  width: 45px;
  position: fixed;
  top: 210px;
  left: 14px;
  z-index: 1000;
  pointer-events: none;
}

@media screen and (max-width: 1120px) {
  .p-fix-left {
    width: 30px;
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-fix-left {
    display: none;
  }
}
.p-fix-left__sns li {
  margin: 7px 0 0;
  pointer-events: auto;
}

.p-fix-left__sns li:first-child {
  margin-top: 0;
}

.p-fix-left__copyright {
  margin: 15px auto 0;
  color: #000000;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.18em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
}

@media screen and (max-width: 1120px) {
  .p-fix-left__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-fix-left {
    display: none;
  }
}
.p-fix-bottom-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  pointer-events: none;
}

.p-fix-bottom-sp .nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.p-fix-bottom-sp .nav-list li {
  width: 180px;
  height: 66px;
  pointer-events: auto;
}

.p-fix-bottom-sp .nav-list .label {
  line-height: 1.0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-fix-bottom-sp {
    display: block;
  }
}
.p-fix-bottom-contact {
  background: #005430;
  width: 410px;
  height: 145px;
  padding: 40px 20px 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .p-fix-bottom-contact {
    display: none;
  }
}
.p-fix-bottom-contact::before {
  content: "";
  background-image: url("img/icon_mail_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -32px;
  left: -27px;
}

.p-fix-bottom-contact::after {
  content: "";
  background-image: url("img/chara_9.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 122px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 5px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-fix-bottom-contact::after {
    width: 90px;
    height: 96px;
  }
}
.p-fix-bottom-contact__head {
  position: absolute;
  top: 0;
  left: 60px;
  right: 0;
}

.p-fix-bottom-contact__head .label {
  display: inline-block;
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.p-fix-bottom-contact__list {
  width: 272px;
}

.p-fix-bottom-contact__list li {
  margin: 6px 0 0;
}

.p-fix-bottom-contact__list li:first-child {
  margin-top: 0;
}

.p-fix-bottom-contact__list a {
  background: #88815C;
  border-radius: 19px;
  border: 1px solid #FFF;
  height: 38px;
  padding: 0 0 0 16px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0;
  display: block;
}

.p-fix-bottom-contact__list .label {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.p-fix-bottom-contact__list .label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #FFF;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

.p-fix-bottom-contact__close {
  margin: auto;
  position: absolute;
  top: -14px;
  right: -10px;
  cursor: pointer;
}

.p-form input[type="submit"],
.p-form button[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  .p-form .mw_wp_form_complete {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-form .mw_wp_form_complete p {
  font-size: 15px;
  text-align: center;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .p-form .mw_wp_form_complete p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-form .mw_wp_form_complete .complete-box {
  width: 674px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .p-form .mw_wp_form_complete .complete-box {
    margin: 50px auto 20px;
  }
}
.p-form .mw_wp_form_complete .complete-box .box__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 767px) {
  .p-form .mw_wp_form_complete .complete-box .box__title {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.p-form .mw_wp_form_complete .complete-box .box__title .label {
  padding: 0 50px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-form .mw_wp_form_complete .complete-box .box__title .label {
    padding: 0 40px;
  }
}
.p-form .mw_wp_form_complete .complete-box .box__title .label::before, .p-form .mw_wp_form_complete .complete-box .box__title .label::after {
  content: "";
  background-image: url("img/icon_ribbon_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.p-form .mw_wp_form_complete .complete-box .box__title .label::before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-form .mw_wp_form_complete .complete-box .box__title .label::after {
  right: 0;
}

.p-form .mw_wp_form_complete .complete-box .box__text {
  text-align: center;
}

.p-form.-contact {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-form.-contact {
    width: 100%;
    margin-top: 40px;
  }
}
.p-form.-contact .p-form__inner {
  background: #f5f0dd;
  border-radius: 20px;
  padding: 40px 70px;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .p-form.-contact .p-form__inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-form.-contact .p-form__inner {
    padding: 40px 15px 70px;
  }
}
.p-form.-contact .p-form__inner::before {
  content: "";
  background-image: url("img/fukidashi_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 29px;
  margin: auto;
  position: absolute;
  top: -28px;
  right: calc(50% + 60px);
}

.p-form.-contact .p-form__inner::after {
  content: "";
  background-image: url("img/chara_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 147px;
  height: 152px;
  margin: auto;
  position: absolute;
  top: -152px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .p-form__inner::after {
    width: 138px;
    height: 143px;
    top: -143px;
  }
}
.p-form.-contact .must-mark {
  margin-left: 0;
}

.p-form.-contact .form-item-wrap {
  margin: 25px 0 0;
}

.p-form.-contact .form-item-wrap:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item-wrap {
    margin-top: 20px;
  }
}
.p-form.-contact .-col-2 {
  overflow: hidden;
}

.p-form.-contact .-col-2 .col-left {
  float: left;
  width: 308px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .-col-2 .col-left {
    float: none;
  }
}
.p-form.-contact .-col-2 .col-right {
  float: right;
  width: 308px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .-col-2 .col-right {
    float: none;
    margin: 10px 0 0;
  }
}
.p-form.-contact .form-item {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-form.-contact .form-item dt {
  width: 250px;
  min-width: 250px;
  padding: 0 25px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  line-height: 45px;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .p-form.-contact .form-item dt {
    width: 30%;
    min-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-form.-contact .form-item dt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    text-align: left;
  }
}
.p-form.-contact .form-item dt .label {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.22em;
  vertical-align: middle;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item dt .label {
    letter-spacing: 0.15em;
  }
}
.p-form.-contact .form-item dt .label-parts {
  margin: 0 0 0 12px;
  color: #3e3a39;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item dt .label-parts {
    margin: 8px 0 0;
  }
}
.p-form.-contact .form-item dt .small {
  font-size: 12px;
}

.p-form.-contact .form-item dd {
  width: 100%;
  padding: 0;
  color: #595757;
  font-size: 16px;
}

.p-form.-contact .form-item .radio-wrap {
  margin-top: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item .radio-wrap {
    margin-top: -5px;
  }
}
.p-form.-contact .form-item .horizontal-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item .horizontal-wrap {
    margin-left: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-form.-contact .form-item .horizontal-wrap .mwform-radio-field {
  margin-top: 15px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item .horizontal-wrap .mwform-radio-field {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-form.-contact .form-item .horizontal-wrap .select-field:first-child {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item .vertical-wrap {
    margin-top: 0;
  }
}
.p-form.-contact .form-item .vertical-wrap .mwform-radio-field {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .form-item .vertical-wrap .mwform-radio-field {
    margin-top: 10px;
  }
}
.p-form.-contact .form-item .vertical-wrap .mwform-radio-field:first-child {
  margin-top: 0;
}

.p-form.-contact .form-item-radio .horizontal-wrap {
  margin-right: 0;
}

.p-form.-contact .form-item-radio .horizontal-wrap .mwform-radio-field {
  width: 230px;
  margin-right: 0;
}

.p-form.-contact .form-item-radio .horizontal-wrap .mwform-radio-field:nth-child(3n + 1) {
  width: 180px;
}

.p-form.-contact .form-item-radio .horizontal-wrap .mwform-radio-field:nth-child(3n + 2) {
  width: 205px;
}

.p-form.-contact .subject-wrap {
  margin-bottom: 30px;
}

.p-form.-contact .subject-wrap .form-item {
  display: block;
}

.p-form.-contact .subject-wrap .form-item dt {
  width: 100%;
  text-align: center;
}

.p-form.-contact .subject-wrap .form-item dt .label {
  font-size: 22px;
  letter-spacing: 0.22em;
}

.p-form.-contact .subject-wrap .form-item dd {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .subject-wrap .form-item dd {
    margin-top: 20px;
    padding-top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-form.-contact .subject-wrap .form-item dd .mwform-radio-field {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .subject-wrap .form-item dd .mwform-radio-field {
    width: 100%;
    margin: 12px auto 0;
  }

  .p-form.-contact .subject-wrap .form-item dd .mwform-radio-field:first-child {
    margin-top: 0;
  }
}
.p-form.-contact .subject-wrap .form-item dd .mwform-radio-field:nth-child(1) label::before {
  background-image: url("img/icon_form_1.png");
}

.p-form.-contact .subject-wrap .form-item dd .mwform-radio-field:nth-child(2) label::before {
  background-image: url("img/icon_form_2.png");
}

.p-form.-contact .subject-wrap .form-item dd .mwform-radio-field:nth-child(3) label::before {
  background-image: url("img/icon_form_3.png");
}

.p-form.-contact .subject-wrap label {
  background-color: #FFF;
  border-radius: 10px;
  width: 180px;
  height: 174px;
  padding: 120px 0 0;
  text-align: center;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .subject-wrap label {
    width: 100%;
    height: 76px;
    padding: 27px 20px 0;
    text-align: left;
  }
}
.p-form.-contact .subject-wrap label::before {
  content: "";
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 75px;
  height: 71px;
  top: 25px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .subject-wrap label::before {
    width: 63px;
    height: 71px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 18px;
  }
}
.p-form.-contact .subject-wrap .error {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-form.-contact .form-parts--bottom {
  margin: 6px 0 0;
  font-size: 14px;
}

.p-form.-contact .btn-wrap {
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .btn-wrap {
    margin-top: 40px;
  }
}
.p-form.-contact .btn-box {
  text-align: center;
}

.p-form.-contact .btn-box.-back {
  margin: 20px auto 0;
}

.p-form.-contact .btn-box.-back .btn {
  width: 280px;
  max-width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.18em;
}

.p-form.-contact .error-box.error-fix {
  position: relative;
  padding-bottom: 35px;
}

.p-form.-contact .error-box.error-fix .error {
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-form.-contact .error {
  margin: 5px 0 0;
  color: #B70000;
  font-weight: bold;
}

.p-form.-contact input[type="text"],
.p-form.-contact input[type="tel"],
.p-form.-contact input[type="email"] {
  background: #FFF;
  border: none;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #3e3a39;
  line-height: 50px;
  letter-spacing: inherit;
}

.p-form.-contact input[type="text"].error-field,
.p-form.-contact input[type="tel"].error-field,
.p-form.-contact input[type="email"].error-field {
  background: #ffdddd;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input[type="text"],
  .p-form.-contact input[type="tel"],
  .p-form.-contact input[type="email"] {
    font-size: 13px;
    width: 100%;
  }
}
.p-form.-contact input[type="text"].-medium,
.p-form.-contact input[type="tel"].-medium,
.p-form.-contact input[type="email"].-medium {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input[type="text"].-medium,
  .p-form.-contact input[type="tel"].-medium,
  .p-form.-contact input[type="email"].-medium {
    width: 100%;
  }
}
.p-form.-contact input[type="text"].-long,
.p-form.-contact input[type="tel"].-long,
.p-form.-contact input[type="email"].-long {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input[type="text"].-long,
  .p-form.-contact input[type="tel"].-long,
  .p-form.-contact input[type="email"].-long {
    width: 100%;
  }
}
.p-form.-contact textarea {
  background: #FFF;
  border: none;
  border: none;
  color: #3e3a39;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  height: 205px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1.8;
}

.p-form.-contact textarea.error-field {
  background: #ffdddd;
}

@media screen and (max-width: 767px) {
  .p-form.-contact textarea {
    font-size: 14px;
    width: 100%;
    height: 180px;
    line-height: 1.6;
  }
}
.p-form.-contact input[type="submit"],
.p-form.-contact button[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.p-form.-contact select {
  background: #FFF;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.p-form.-contact select::-ms-expand {
  display: none;
}

.p-form.-contact select option {
  padding: 5px 0;
}

.p-form.-contact .mwform-radio-field {
  font-weight: bold;
  line-height: 1.0;
  cursor: pointer;
  display: block;
}

.p-form.-contact .mwform-radio-field input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.p-form.-contact .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::after {
  content: "";
  background-color: #d6c26f;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.p-form.-contact .mwform-radio-field label {
  cursor: pointer;
}

.p-form.-contact .mwform-radio-field .mwform-radio-field-text {
  padding-left: 30px;
  line-height: 22px;
  letter-spacing: 0.22em;
  position: relative;
  display: inline-block;
}

.p-form.-contact .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  background: #FFF;
  border: 1px solid #848a8d;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.p-form.-contact .mwform-check-field {
  margin-top: 10px;
  cursor: pointer;
  display: block;
}

.p-form.-contact .mwform-check-field input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.p-form.-contact .mwform-check-field input[type="checkbox"]:checked + .mwform-check-field-text::after {
  content: "";
  background-color: #7c5842;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.p-form.-contact .mwform-check-field label {
  cursor: pointer;
}

.p-form.-contact .mwform-check-field .mwform-check-field-text {
  padding-left: 30px;
  line-height: 22px;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
}

.p-form.-contact .mwform-check-field .mwform-check-field-text::before {
  content: "";
  background: #FFF;
  border: 1px solid #7c5842;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.p-form.-contact input:placeholder-shown {
  margin: 0;
  color: #9b9a9a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input:placeholder-shown {
    font-size: 14px;
  }
}
.p-form.-contact input::-webkit-input-placeholder,
.p-form.-contact textarea::-webkit-input-placeholder {
  margin: 0;
  color: #9b9a9a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input::-webkit-input-placeholder,
  .p-form.-contact textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.p-form.-contact input:-moz-placeholder,
.p-form.-contact textarea:-moz-placeholder {
  margin: 0;
  color: #9b9a9a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16em;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input:-moz-placeholder,
  .p-form.-contact textarea:-moz-placeholder {
    font-size: 14px;
  }
}
.p-form.-contact input::-moz-placeholder,
.p-form.-contact textarea::-moz-placeholder {
  margin: 0;
  color: #9b9a9a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16em;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input::-moz-placeholder,
  .p-form.-contact textarea::-moz-placeholder {
    font-size: 14px;
  }
}
.p-form.-contact input:-ms-input-placeholder,
.p-form.-contact textarea:-ms-input-placeholder {
  margin: 0;
  color: #9b9a9a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .p-form.-contact input:-ms-input-placeholder,
  .p-form.-contact textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
.p-form.-contact .mw_wp_form {
  margin-top: -100px;
  padding-top: 100px;
}

.p-form.-contact .mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}

.p-form.-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.p-form.-contact .mw_wp_form_confirm .form-item-wrap {
  margin: 0;
  padding: 0;
}

.p-form.-contact .mw_wp_form_confirm .form-item {
  border-bottom: 1px dotted #7d7d7d;
  width: 100%;
  padding: 0;
  margin-top: 0;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}

.p-form.-contact .mw_wp_form_confirm .form-item.confirm-hide {
  display: none;
}

.p-form.-contact .mw_wp_form_confirm .form-item dt {
  float: none;
  width: 45%;
  max-width: 140px;
  padding: 15px 10px 15px 0;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .form-item dt {
    width: 100%;
  }
}
.p-form.-contact .mw_wp_form_confirm .form-item dt .must-mark {
  display: none;
}

.p-form.-contact .mw_wp_form_confirm .form-item dt .label {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .form-item dt .label {
    font-size: 12px;
  }
}
.p-form.-contact .mw_wp_form_confirm .form-item dt .label-parts {
  display: none;
}

.p-form.-contact .mw_wp_form_confirm .form-item dd {
  padding: 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .form-item dd {
    font-size: 12px;
  }
}
.p-form.-contact .mw_wp_form_confirm .form-item .radio-wrap {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .-col-2 {
    display: -webkit-flex;
    display: flex;
  }
}
.p-form.-contact .mw_wp_form_confirm .-col-2 .col-left {
  float: none;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .-col-2 .col-left {
    margin-right: 20px;
    font-size: 12px;
  }
}
.p-form.-contact .mw_wp_form_confirm .-col-2 .col-right {
  float: none;
  width: auto;
  margin-left: 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-form.-contact .mw_wp_form_confirm .-col-2 .col-right {
    margin: 0;
    font-size: 12px;
  }
}
.p-form.-contact .mw_wp_form_confirm .form-parts-wrap {
  white-space: nowrap;
}

.p-form.-contact .mw_wp_form_confirm .form-parts {
  display: none;
}

.p-form.-contact .mw_wp_form_confirm .horizontal-wrap {
  margin: 0;
  padding: 0;
}

.p-form.-contact .mw_wp_form_confirm .confirm-hide {
  display: none;
}

.p-form.-contact .mw_wp_form_confirm .btn-wrap {
  margin-top: 40px;
}

.p-form.-consult {
  width: 700px;
  max-width: 100%;
  margin: 45px auto 0;
}

@media screen and (max-width: 767px) {
  .p-form.-consult {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.p-form.-consult .form-item-wrap {
  margin: 15px 0 0;
}

.p-form.-consult .form-item-wrap:first-child {
  margin-top: 0;
}

.p-form.-consult .-col-2 {
  overflow: hidden;
}

.p-form.-consult .-col-2 .col-left {
  float: left;
  width: 340px;
  max-width: 100%;
}

@media screen and (max-width: 990px) {
  .p-form.-consult .-col-2 .col-left {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-form.-consult .-col-2 .col-left {
    float: none;
    width: 100%;
  }
}
.p-form.-consult .-col-2 .col-right {
  float: right;
  width: 340px;
}

@media screen and (max-width: 990px) {
  .p-form.-consult .-col-2 .col-right {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-form.-consult .-col-2 .col-right {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
}
.p-form.-consult .form-item dt {
  padding: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-form.-consult .form-item dt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    text-align: left;
  }
}
.p-form.-consult .form-item dt .label {
  padding: 0 0 0 14px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-form.-consult .form-item dt .label {
    padding-left: 25px;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}
.p-form.-consult .form-item dt .label::before {
  content: "";
  background-color: #d6c26f;
  width: 5px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.p-form.-consult .form-item dt .label-parts {
  margin: 0 0 0 12px;
  color: #3e3a39;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-form.-consult .form-item dt .label-parts {
    margin: 8px 0 0;
  }
}
.p-form.-consult .form-item dt .small {
  font-size: 12px;
}

.p-form.-consult .form-item dd {
  width: 100%;
  padding: 0;
  color: #595757;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-form.-consult .form-item dd {
    padding: 10px 0 0;
    font-size: 14px;
  }
}
.p-form.-consult input[type="text"],
.p-form.-consult input[type="tel"],
.p-form.-consult input[type="email"] {
  background: #FFF;
  border: none;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #3e3a39;
  line-height: 50px;
  letter-spacing: inherit;
}

.p-form.-consult input[type="text"].error, .p-form.-consult input[type="text"].error-field,
.p-form.-consult input[type="tel"].error,
.p-form.-consult input[type="tel"].error-field,
.p-form.-consult input[type="email"].error,
.p-form.-consult input[type="email"].error-field {
  background: #ffdddd;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input[type="text"],
  .p-form.-consult input[type="tel"],
  .p-form.-consult input[type="email"] {
    font-size: 13px;
    width: 100%;
  }
}
.p-form.-consult textarea {
  background: #FFF;
  border: none;
  border: none;
  color: #3e3a39;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1.8;
}

.p-form.-consult textarea.error-field {
  background: #ffdddd;
}

@media screen and (max-width: 767px) {
  .p-form.-consult textarea {
    font-size: 14px;
    width: 100%;
    height: 180px;
    line-height: 1.6;
  }
}
.p-form.-consult input[type="submit"],
.p-form.-consult button[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.p-form.-consult input:placeholder-shown {
  margin: 0;
  color: #adadad;
  font-weight: normal;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input:placeholder-shown {
    font-size: 12px;
  }
}
.p-form.-consult input::-webkit-input-placeholder,
.p-form.-consult textarea::-webkit-input-placeholder {
  margin: 0 0 0 -10px;
  color: #adadad;
  font-weight: normal;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input::-webkit-input-placeholder,
  .p-form.-consult textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.p-form.-consult input:-moz-placeholder,
.p-form.-consult textarea:-moz-placeholder {
  margin: 0 0 0 -10px;
  color: #adadad;
  font-weight: normal;
  letter-spacing: -0.04em;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input:-moz-placeholder,
  .p-form.-consult textarea:-moz-placeholder {
    font-size: 12px;
  }
}
.p-form.-consult input::-moz-placeholder,
.p-form.-consult textarea::-moz-placeholder {
  margin: 0 0 0 -10px;
  color: #adadad;
  font-weight: normal;
  letter-spacing: -0.04em;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input::-moz-placeholder,
  .p-form.-consult textarea::-moz-placeholder {
    font-size: 12px;
  }
}
.p-form.-consult input:-ms-input-placeholder,
.p-form.-consult textarea:-ms-input-placeholder {
  margin: 0 0 0 -10px;
  color: #adadad;
  font-weight: normal;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .p-form.-consult input:-ms-input-placeholder,
  .p-form.-consult textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}
.p-form.-consult .mw_wp_form {
  margin-top: -140px;
  padding-top: 140px;
}

.p-form.-consult .mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}

.p-form.-consult .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.bg--1 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .bg--1 {
    padding: 50px 0 150px;
  }
}
.bg--1::after {
  content: "";
  background-image: url("img/bg_1.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  height: 51px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .bg--1::after {
    background-image: url("img/bg_2.png");
    height: 72px;
  }
}
.p-comingsoon {
  padding: 200px 0;
}

.p-comingsoon__text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-comingsoon {
    padding: 100px 0;
  }

  .p-comingsoon__text {
    font-size: 22px;
  }
}
.p-editor {
  font-size: 12pt;
  text-align: justify;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .p-editor {
    font-size: 16px;
  }
}
.p-editor img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-editor img.aligncenter {
  display: block;
  margin: 0 auto;
}

.p-editor img.alignleft {
  float: left;
  display: inline;
}

.p-editor img.alignright {
  float: right;
  display: inline;
}

.p-editor img:not(:first-child) {
  margin-top: 40px;
}

.p-editor a {
  text-decoration: underline;
  display: inline;
  position: relative;
}

.p-editor a:hover {
  text-decoration: none;
}

.p-editor p {
  margin-bottom: 40px;
  overflow: hidden;
}

.p-editor p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-editor p {
    margin-bottom: 30px;
  }
}
.p-editor blockquote {
  border: 1px dotted #CCC;
  padding: 15px 20px;
  margin-bottom: 35px;
}

.p-editor ul,
.p-editor ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.p-editor ul li,
.p-editor ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.p-editor ul {
  margin: 35px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .p-editor ul {
    padding-left: 10px;
  }
}
.p-editor ul li {
  margin: 5px 0 0;
  padding-left: 22px;
  font-weight: bold;
  line-height: 2.0;
  position: relative;
}

.p-editor ul li::before {
  content: "";
  background: #d6c26f;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
}

.p-editor ol {
  list-style-type: decimal;
}

.p-editor table {
  border: 1px solid #d6c26f;
  margin: 35px 0;
}

.p-editor table th,
.p-editor table td {
  border: 1px solid #d6c26f;
  padding: 8px 12px;
  line-height: 1.8;
}

.p-editor h2,
.p-editor .heading-1 {
  border-top: 2px solid #A0976C;
  border-bottom: 2px solid #A0976C;
  padding: 12px 0;
  margin: 40px 0 30px;
  color: #A0976C;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-editor h2,
  .p-editor .heading-1 {
    margin: 30px 0 25px;
    font-size: 18px;
  }
}
.p-editor h3,
.p-editor .heading-2 {
  border-bottom: 5px solid #d6c26f;
  margin: 35px 0 30px;
  padding: 0 0 5px;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-editor h3,
  .p-editor .heading-2 {
    margin: 30px 0 25px;
    font-size: 18px;
  }
}
.p-editor h4,
.p-editor .heading-3 {
  margin: 35px 0 30px;
  padding: 0 0 5px;
  color: #595757;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-editor h4,
  .p-editor .heading-3 {
    margin: 30px 0 25px;
    font-size: 18px;
  }
}
.p-editor h5,
.p-editor .heading-4 {
  background-color: #d6c26f;
  margin: 35px 0 20px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-editor h5,
  .p-editor .heading-4 {
    margin: 30px 0 25px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.p-editor .fukidashi-1 {
  border: none;
  padding: 34px 0;
  margin: 0 0 30px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.24em;
  position: relative;
}

.p-editor .fukidashi-1::before, .p-editor .fukidashi-1::after {
  content: "";
  background-image: url("img/fukidashi_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 22px;
  position: absolute;
  left: 0;
}

.p-editor .fukidashi-1::before {
  top: 6px;
}

.p-editor .fukidashi-1::after {
  bottom: 6px;
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media screen and (max-width: 767px) {
  .p-editor .fukidashi-1 {
    font-size: 20px;
  }
}
.p-editor .marker-1 {
  background-image: linear-gradient(to right, #ffe569, #ffe569);
  background-size: auto 11px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-weight: bold;
}

.p-editor .box-1 {
  border: 1px solid #595757;
  padding: 25px 30px;
  margin: 65px 0 35px;
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-editor .box-1 {
    padding: 25px 20px;
  }
}
.p-editor .box-1::before {
  content: "用　語";
  background-color: #595757;
  width: 116px;
  height: 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 31px;
  letter-spacing: 0;
  position: absolute;
  top: -31px;
  left: -1px;
}

@media screen and (max-width: 767px) {
  .p-editor .box-1::before {
    height: 28px;
    font-size: 16px;
    line-height: 29px;
    top: -28px;
  }
}
.p-editor .box-1 dl {
  margin: 0 0 20px;
  line-height: 1.8;
  display: -webkit-flex;
  display: flex;
}

.p-editor .box-1 dl:last-child {
  margin-bottom: 0;
}

.p-editor .box-1 dt,
.p-editor .box-1 dd {
  font-weight: normal;
}

.p-editor .box-1 dt {
  width: 138px;
  min-width: 138px;
  overflow: hidden;
}

.p-editor .box-1 dt span {
  position: relative;
}

.p-editor .box-1 dt span::before {
  content: "";
  background-color: #595757;
  width: 138px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: calc(100% + 5px);
}

.p-editor .box-1 dd {
  padding: 0 0 0 10px;
}

.p-mv-i {
  height: 100vh;
  min-height: 810px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv-i {
    width: 100%;
    height: calc(100vh - 160px);
    max-height: 700px;
    min-height: 500px;
  }
}
.p-mv-i__inner {
  background-image: url("img/mv_i_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 15px 0 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv-i__inner {
    background-color: #fffded;
    background-size: auto 400px;
    background-position: center bottom;
  }
}
.p-mv-i__text {
  margin: auto;
  color: #555555;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-mv-i__text {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
}
.p-mv-i__logo {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-mv-i__logo {
    max-width: 280px;
    margin: 0 auto;
    top: 8%;
  }
}
.p-mv-i__chara-wrap {
  width: 300px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-mv-i__chara-wrap {
    width: 200px;
  }
}
.p-mv-i__chara-wrap .comment-wrap {
  opacity: 0;
}

.p-mv-i__chara-wrap .comment-wrap.-show {
  opacity: 1;
}

.p-mv-i__chara-wrap .comment-box {
  position: absolute;
  margin: auto;
  bottom: 220px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-mv-i__chara-wrap .comment-box {
    bottom: 130px;
  }
}
.p-mv-i__chara-wrap .comment-box .mask {
  transform-origin: 50% 100%;
  transform: scale(0);
  transition: 0.2s;
  overflow: hidden;
}

.p-mv-i__chara-wrap .comment-box.-show .mask {
  transform: scale(1);
}

.p-mv-i__chara-wrap .comment {
  background: #FFF;
  border: 3px solid #000;
  border-radius: 40px;
  width: 245px;
  margin: 0 auto 21px;
  padding: 20px 12px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.26em;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv-i__chara-wrap .comment {
    border-width: 2px;
    border-radius: 24px;
    width: 180px;
    margin: 0 auto 21px;
    padding: 10px 10px;
    font-size: 13px;
    letter-spacing: 0.14em;
    line-height: 1.6;
    position: relative;
  }
}
.p-mv-i__chara-wrap .comment::after {
  content: "";
  background-color: #FFF;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 8px 0 100% 0;
  width: 28px;
  height: 28px;
  margin: auto;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  transform: translateY(-50%) rotate(225deg) skew(15deg, 15deg);
  overflow: hidden;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-mv-i__chara-wrap .comment::after {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-radius: 6px 0 100% 0;
    width: 22px;
    height: 22px;
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-i__chara-wrap .chara-box {
    width: 130px;
    margin: auto;
  }
}
.p-search-i {
  background: #231815;
  padding: 25px 0 35px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-search-i {
    min-height: 160px;
    padding: 20px 0 30px;
  }
}
.p-search-i::before {
  content: "";
  background: #383231;
  width: 100%;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-search-i::before {
    height: 45px;
  }
}
.p-search-i::after {
  content: "";
  background-image: url("img/search_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 804px;
  max-width: 100%;
  height: 136px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-search-i::after {
    background-size: cover;
    height: 85px;
  }
}
.p-search-i .input-box {
  width: 540px;
  height: 94px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-search-i .input-box {
    width: 300px;
    height: 52px;
  }
}
.p-search-i .input-box::before {
  content: "";
  background: #d6c26f;
  width: 5px;
  height: 34px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  z-index: 3;
  animation: blink 1s infinite;
}

@media screen and (max-width: 767px) {
  .p-search-i .input-box::before {
    width: 3px;
    height: 20px;
    left: 25px;
  }
}
.p-search-i .input-box::after {
  content: "";
  background-color: #FFF;
  border-radius: 8px 0 100% 0;
  width: 29px;
  height: 29px;
  margin: auto;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  transform: translateY(-50%) rotate(225deg) skew(15deg, 15deg);
  overflow: hidden;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-search-i .input-box::after {
    border-radius: 6px 0 100% 0;
    width: 16px;
    height: 16px;
    bottom: -16px;
  }
}
.p-search-i input.searchfield {
  background: #FFF;
  border-radius: 47px;
  padding: 10px 45px 10px 65px;
  width: 540px;
  height: 94px;
  margin: 0 auto;
  font-size: 17px;
  display: block;
  /* 点滅アニメーション */
}

@media screen and (max-width: 767px) {
  .p-search-i input.searchfield {
    width: 300px;
    height: 52px;
    padding: 10px 45px 10px 35px;
    font-size: 14px;
  }
}
.p-search-i__btn-box {
  margin: 35px auto 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-search-i__btn-box {
    margin-top: 20px;
  }
}
.p-search-i .btn--1 {
  width: 250px;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  .p-search-i .btn--1 {
    width: 156px;
    height: 38px;
    line-height: 38px;
  }
}
.p-search-i .btn--1 .label {
  position: relative;
  display: block;
}

.p-search-i .btn--1 .label::before, .p-search-i .btn--1 .label::after {
  border-style: solid;
  border-width: 30px 0 30px 11px;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
  margin: auto;
}

.p-search-i .btn--1:hover {
  background-color: #fffbe0;
  color: #a0976c;
}

.p-search-i .btn--1:hover .label::before, .p-search-i .btn--1:hover .label::after {
  border-color: transparent transparent transparent #a0976c;
}

.p-category-list .category-list {
  display: -webkit-flex;
  display: flex;
}

.p-category-list .category-list li {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .p-category-list .category-list li {
    width: 180px;
  }
}
.p-category-list .loopslider {
  height: 301px;
}

@media screen and (max-width: 767px) {
  .p-category-list .loopslider {
    height: 212px;
  }
}
.p-about-i {
  padding: 90px 0 0;
  background-image: url("img/about_i_bg.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 595px;
}

@media screen and (max-width: 767px) {
  .p-about-i {
    padding: 90px 10px 0;
  }
}
.p-about-i__head {
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-i__head {
    width: 300px;
  }
}
.p-about-i__text-1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.38em;
}

@media screen and (max-width: 767px) {
  .p-about-i__text-1 {
    font-size: 15px;
    letter-spacing: 0.28em;
  }
}
.p-about-i__box-wrap {
  margin: 30px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-about-i__box-wrap {
    margin-top: 25px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-i__box {
  width: 216px;
  max-width: 100%;
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .p-about-i__box {
    width: 310px;
    margin: 10px auto 0;
    text-align: center;
  }

  .p-about-i__box:first-child {
    margin-top: 0;
  }
}
.p-about-i .btn--1 {
  margin: 30px auto 0;
  width: 202px;
}

.p-about-i__text-2 {
  margin: 20px auto 0;
  text-align: center;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .p-about-i__text-2 {
    text-align: left;
    line-height: 2.2;
  }
}
.p-about-i__img {
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-i__img {
    margin-top: 35px;
  }
}
.p-blog-i {
  background: #cdc399;
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-blog-i {
    padding: 50px 0;
  }
}
/* .p-blog-i::after {
  content: "";
  background-image: url("img/bg_1.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  height: 51px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-blog-i::after {
    background-image: url("img/bg_2.png");
    height: 72px;
  }
} */
.p-blog-i__head {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-blog-i__head {
    margin-bottom: 40px;
  }
}
.p-blog-i .p-article-list {
  margin: -40px -20px 0;
}

@media screen and (max-width: 767px) {
  .p-blog-i .p-article-list {
    max-width: 300px;
    margin: -60px auto 0;
  }
}
.p-blog-i .p-article-list .p-article {
  width: 300px;
  max-width: 100%;
  margin: 40px 20px 0;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .p-blog-i .p-article-list .p-article {
    width: 33.33%;
    margin: 40px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-i .p-article-list .p-article {
    width: 300px;
    margin: 60px auto 0;
  }

  .p-blog-i .p-article-list .p-article:first-child {
    padding-bottom: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .p-blog-i .p-article-list .p-article:first-child .text-wrap {
    padding: 20px 0 0;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) {
    padding-bottom: 56px;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) .article__img {
    width: 150px;
    min-width: 150px;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) .article__img .icon--visited {
    width: 48px;
    height: 52px;
    bottom: -15px;
    right: -18px;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) .text-wrap {
    padding: 10px 0 0 25px;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) .article__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .p-blog-i .p-article-list .p-article:not(:first-child) .article__title {
    margin-top: 0;
  }
}
.p-blog-i .p-article-list .p-article .article__img {
  width: 100%;
}

.p-blog-i .p-article-list .p-article .text-wrap {
  padding-top: 18px;
}

@media screen and (max-width: 990px) {
  .p-blog-i .p-article-list .p-article .text-wrap {
    padding-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .p-blog-i .p-article-list .p-article .article__meta {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-i .p-article-list .p-article .article__meta {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.p-blog-i .p-article-list .p-article .article__meta .article__cat {
  display: block;
}

@media screen and (max-width: 990px) {
  .p-blog-i .p-article-list .p-article .article__meta .article__cat {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-i .p-article-list .p-article .article__meta .article__cat {
    width: auto;
  }
}
.p-blog-i .p-article-list .p-article .article__date {
  color: #000;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 990px) {
  .p-blog-i .p-article-list .p-article .article__date {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-i .p-article-list .p-article .article__date {
    font-size: 13px;
  }
}
.p-blog-i .p-article-list .p-article .article__title {
  margin-top: 15px;
  letter-spacing: 0.04em;
}

.p-blog-i .p-article-list .p-article .article__meta-2 {
  display: none;
}

.p-blog-i__text {
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-blog-i__text {
    margin-top: 35px;
  }
}
.p-blog-i__text .label {
  background: #FFF;
  border-radius: 22px;
  height: 44px;
  padding: 11px 25px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-blog-i__text .label {
    border-radius: 36px;
    height: 76px;
    margin-left: 70px;
    padding: 19px 25px;
  }
}
.p-blog-i__text .label::before {
  content: "";
  background-image: url("img/icon_visited.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 56px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -76px;
}

.p-blog-i__text .label::after {
  content: "";
  background-color: #FFF;
  border-radius: 6px 0 100% 0;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  transform: translateX(50%) rotate(315deg) skew(25deg, 25deg);
  overflow: hidden;
}

.p-blog-i__btn-box {
  margin: 35px auto 0;
}

.p-blog-i .btn--2 {
  width: 202px;
}

.p-series-i .p-series-part {
  padding: 80px 0 35px;
}

.p-consult-i {
  margin: 100px 0 0;
  padding: 60px 0 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-consult-i {
    margin: 80px 0 0;
    padding: 20px 0 0;
  }
}
.p-consult-i__wrap {
  background-color: #f5f0dd;
  background-image: url("img/consult_i_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  padding: 298px 15px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-consult-i__wrap {
    background-image: url("img/consult_i_bg_sp.png");
    border-radius: 10px;
    width: 326px;
    padding: 240px 10px 50px;
  }
}
.p-consult-i__head {
  text-align: center;
  margin: auto;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-consult-i__head {
    width: 275px;
    top: -30px;
  }
}
.p-consult-i__img {
  text-align: center;
}

.p-consult-i__text {
  margin: 25px -50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-consult-i__text {
    margin: 15px auto 0;
    padding: 0 10px;
    text-align: left;
    line-height: 1.8;
  }
}
.p-consult-i__btn-box {
  margin: 25px auto 0;
}

@media screen and (max-width: 767px) {
  .p-consult-i__btn-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-consult-i .btn--1 {
    width: 214px;
  }
}
.p-qa-i {
  background: #cdc399;
  padding: 320px 0 120px;
  margin: -280px 0 0;
}

@media screen and (max-width: 990px) {
  .p-qa-i {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-qa-i {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-qa-i::after {
  content: "";
  background-image: url("img/bg_1.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  height: 51px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-qa-i::after {
    background-image: url("img/bg_2.png");
    height: 72px;
  }
}
.p-qa-i__head {
  margin: 0 auto 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-qa-i__head {
    width: 288px;
    margin-bottom: 10px;
  }
}
.p-qa-i__wrap {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-qa-i__box-wrap {
  margin: 0 -13px;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-qa-i__box-wrap {
    margin: 0 auto;
  }
}
.p-qa-i__box {
  background-color: #FFF;
  border-radius: 10px;
  border-right: 10px;
  box-shadow: 0 10px 0 #88815c;
  width: 266px;
  margin: 0 13px;
  padding: 26px 28px 28px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-qa-i__box {
    width: 325px;
    margin: 15px 13px 10px;
    padding: 30px 40px 28px;
  }
}
.p-qa-i__box.-new::before {
  content: "";
  background-image: url("img/icon_new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 82px;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-qa-i__box.-new::before {
    left: 25px;
  }
}
.p-qa-i__box .icon--visited {
  width: 52px;
  height: 56px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  right: 28px;
  display: none;
}

.p-qa-i__box.visited .icon--visited {
  display: block;
}

.p-qa-i__box .box__title {
  background: #88815c;
  padding: 15px;
  margin: 0 auto 15px;
  min-height: 40px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.p-qa-i__box .box__text {
  border-bottom: 1px solid #88815c;
  padding: 0 0 10px;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

.p-qa-i__box .box__name {
  color: #88815c;
  font-size: 13px;
  font-weight: bold;
}

.p-qa-i__box .box__btn-box {
  margin: 5px 0 0;
}

.p-qa-i__box .btn--3 {
  margin-left: 0;
}

.p-qa-i__btn-box {
  margin: 45px auto 0;
}

.p-qa-i .slider-arrows {
  width: 325px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-qa-i .slider-arrows {
    display: block;
  }
}
.p-qa-i .slider-arrow {
  width: 30px;
  height: 36px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}

.p-qa-i .slider-arrow::before {
  content: "";
  border-style: solid;
  border-width: 18px 0 18px 8px;
  border-color: transparent transparent transparent #ebe1b9;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-qa-i .qa-slider-prev {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-qa-i .qa-slider-next {
  right: 0;
}

.p-ranking-i {
  padding: 160px 0 120px;
  background: #f1eacf;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-ranking-i {
    padding: 80px 0 90px;
  }
}
.p-ranking-i__head {
  margin: 0 auto 75px;
}

@media screen and (max-width: 767px) {
  .p-ranking-i__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-i__head .label {
    min-width: 0;
    padding: 0 45px 20px;
    letter-spacing: 0.26em;
  }
}
.p-ranking-i__wrap {
  width: 962px;
  max-width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .p-ranking-i__wrap {
    width: 300px;
  }
}
.p-ranking-i .p-article-list {
  margin: -40px -27px 0;
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list {
    margin-top: 0;
  }
}
.p-ranking-i .p-article-list .p-article {
  width: 200px;
  margin: 40px 27px 0;
}

@media screen and (max-width: 1120px) {
  .p-ranking-i .p-article-list .p-article {
    width: calc(25% - 20px);
    margin: 40px 10px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-ranking-i .p-article-list .p-article:nth-child(1) .article__img::before {
  content: "1";
  background-color: #d6c26f;
}

.p-ranking-i .p-article-list .p-article:nth-child(2) .article__img::before {
  content: "2";
  background-color: #cccccc;
}

.p-ranking-i .p-article-list .p-article:nth-child(3) .article__img::before {
  content: "3";
  background-color: #a0976c;
}

.p-ranking-i .p-article-list .p-article:nth-child(4) .article__img::before {
  content: "4";
  background-color: #cdc399;
}

.p-ranking-i .p-article-list .p-article .article__img {
  padding-bottom: 70%;
  position: relative;
}

.p-ranking-i .p-article-list .p-article .article__img::before {
  content: "";
  background-color: #cdc399;
  width: 42px;
  height: 50px;
  margin: auto;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  position: absolute;
  top: -14px;
  left: 12px;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 100%, 50% 40px, 0 100%, 0 0);
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article .article__img::before {
    width: 28px;
    height: 33px;
    font-size: 18px;
    line-height: 26px;
    top: -10px;
    left: 5px;
    clip-path: polygon(100% 0, 100% 100%, 50% 25px, 0 100%, 0 0);
  }
}
.p-ranking-i .p-article-list .p-article .article__img::after {
  content: "";
  background-color: #000;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 53px;
  z-index: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article .article__img::after {
    width: 10px;
    height: 10px;
    top: -10px;
    left: 32px;
  }
}
.p-ranking-i .p-article-list .p-article .text-wrap {
  padding-top: 10px;
}

.p-ranking-i .p-article-list .p-article .article__meta {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article .article__meta {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.p-ranking-i .p-article-list .p-article .article__meta .article__cat {
  width: 100%;
  min-width: 0;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article .article__meta .article__cat {
    width: auto;
    min-width: 196px;
  }
}
.p-ranking-i .p-article-list .p-article .article__date {
  margin: 15px 0 0;
  text-align: left;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article .article__date {
    font-size: 13px;
  }
}
.p-ranking-i .p-article-list .p-article .article__title {
  margin-top: 10px;
}

.p-ranking-i .p-article-list .p-article .article__meta-2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-ranking-i .p-article-list .p-article {
    width: 300px;
    margin: 60px auto 0;
    padding-bottom: 56px;
  }

  .p-ranking-i .p-article-list .p-article:first-child {
    margin-top: 0;
  }

  .p-ranking-i .p-article-list .p-article .article__img {
    width: 150px;
    min-width: 150px;
  }

  .p-ranking-i .p-article-list .p-article .article__img .icon--visited {
    width: 48px;
    height: 52px;
    bottom: -15px;
    right: -18px;
  }

  .p-ranking-i .p-article-list .p-article .text-wrap {
    padding: 10px 0 0 25px;
  }

  .p-ranking-i .p-article-list .p-article .article__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .p-ranking-i .p-article-list .p-article .article__title {
    margin-top: 0;
  }
}
/*
.p-news-i {
	background: #ff9b45;
	padding: 60px 0 50px;
	@include media-query($breakpoint) {
		padding: 30px 0;
	}
	.title--2 {
		margin-bottom: 20px;
		.en {
			position: relative;
			display: inline-block;
			&::before,
			&::after {
				content: "";
				background-image: url("img/line_wht_1.png");
				background-position: center;
				background-repeat: no-repeat;
				background-size: auto 13px;
				width: 93px;
				height: 13px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				// left: 0;
			}
			&::before {
				background-position: right center;
				left: -110px;
			}
			&::after {
				background-position: left center;
				right: -110px;
			}
			@include media-query($breakpoint) {
				&::before,
				&::after {
					background-size: auto 9px;
				}
			}
		}
	}
	&__box-wrap {
		width: 760px;
		max-width: 100%;
		margin: 0 auto;
		.box {
			border-bottom: 1px solid #FFF;
			padding: 10px 25px 10px 0;
			color: #FFF;
			letter-spacing: 0.12em;
			@include display-flex();
			@include media-query($breakpoint) {
				padding-right: 10px;
				@include flex-direction(column);
			}
			&__date {
				width: 110px;
				font-family: azo-sans-web, sans-serif;
				font-weight: 500;
			}
		}
	}
	&__btn-box {
		margin: 40px auto 0;
		@include media-query($breakpoint) {
			margin-top: 30px
		}
	}
}
*/
@media screen and (max-width: 767px) {
  .p-guide-img .p-guide-img__img {
    background-image: url("img/guide_1_sp.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .p-guide-img .p-guide-img__img img {
    opacity: 0;
  }
}
.p-guide-1 {
  padding: 0 0 160px;
}

@media screen and (max-width: 767px) {
  .p-guide-1 {
    padding: 0 0 80px;
  }
}
.p-guide-1__block-1 {
  background-color: #FFF;
  border-radius: 14px;
  margin: -40px auto 0;
  padding: 60px 20px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-guide-1__block-1 {
    margin-top: -60px;
    padding-top: 70px;
  }
}
.p-guide-1 .block-1__head {
  text-align: center;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-guide-1 .block-1__head {
    top: -38px;
  }
}
.p-guide-1 .block-1__head .label {
  background-image: url("img/balloon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 477px;
  max-width: 100%;
  height: 82px;
  padding: 35px 0 0;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-guide-1 .block-1__head .label {
    background-image: url("img/balloon_2.png");
    width: 477px;
    height: 89px;
    padding-top: 28px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-guide-1 .block-1__text {
  color: #88815c;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-guide-1 .block-1__text {
    font-size: 15px;
  }
}
.p-guide-1__box-wrap {
  margin: 45px -25px 0 0;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-guide-1__box-wrap {
    margin: 45px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-guide-1__box {
  background: #eadfb6;
  border-radius: 16px;
  width: 310px;
  margin: 0 25px 0 0;
  padding: 50px 28px;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 990px) {
  .p-guide-1__box {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-guide-1__box {
    width: 310px;
    margin: 80px auto 0;
  }

  .p-guide-1__box:first-child {
    margin-top: 0;
  }
}
.p-guide-1__box .box__head {
  height: 68px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-guide-1__box .box__head .label {
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -webkit-transform: translateY(-42px);
  transform: translateY(-42px);
}

.p-guide-1__box .box__title {
  text-align: center;
  line-height: 1.0;
}

.p-guide-1__box .box__text {
  margin: 25px 0 0;
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0;
}

.p-guide-1__box .box__btn-box {
  width: 202px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-guide-faq {
  background: #cdc399;
  padding: 60px 0 160px;
}

@media screen and (max-width: 767px) {
  .p-guide-faq {
    padding: 40px 0 140px;
  }
}
.p-guide-faq .title--1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-guide-faq .title--1 {
    margin-bottom: 30px;
  }
}
.p-guide-faq__text {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__text {
    font-size: 13px;
  }
}
.p-guide-faq__text a {
  padding: 0 15px 0 0;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.p-guide-faq__text a:hover::before {
  opacity: 0;
}

.p-guide-faq__text a::before {
  content: "";
  border-bottom: 1px solid #FFF;
  margin: auto;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.p-guide-faq__text a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #FFF;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  transition: 0.3s;
}

.p-guide-faq__wrap {
  margin: 55px 0 0;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__wrap {
    margin: 30px 0 0;
  }
}
.p-guide-faq__box {
  margin: 26px 0 0;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__box {
    padding: 0 5px;
  }
}
.p-guide-faq__box:first-child {
  margin-top: 0;
}

.p-guide-faq__box.is-open .q__text::after {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.p-guide-faq__box.is-open .box__a {
  height: auto;
}

.p-guide-faq__box .box__q {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__box .box__q {
    padding: 0;
  }
}
.p-guide-faq__box .q__text {
  background: #f7f3e3;
  box-shadow: 0 2px 0 #88815c;
  width: 100%;
  margin: 0;
  padding: 12px 60px 12px 40px;
  color: #88815c;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__box .q__text {
    font-size: 14px;
  }
}
.p-guide-faq__box .q__text::before {
  content: "";
  background-image: url("img/icon_q_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 47px;
  position: absolute;
  top: -11px;
  left: -12px;
}

.p-guide-faq__box .q__text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #88815c transparent transparent transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.3s;
}

.p-guide-faq__box .box__a {
  display: none;
  overflow: hidden;
}

.p-guide-faq__box .a__inner {
  padding: 0;
}

.p-guide-faq__box .a__text {
  width: 100%;
  margin: 30px 0 26px;
  padding: 0 40px 0 60px;
  font-size: 14px;
  line-height: 2.2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-guide-faq__box .a__text {
    padding: 0 20px 0 60px;
    font-size: 13px;
    line-height: 2.0;
  }
}
.p-guide-faq__box .a__text::after {
  content: "";
  background-image: url("img/icon_a_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 5px;
}

.p-guide-faq__box .a__text .text__top {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.p-guide-faq__box .a__text .text__bottom {
  border-top: 1px dotted #655045;
  margin: 10px 0 0;
  padding: 12px 0 0;
  font-size: 13px;
  line-height: 2.3;
}

.p-guide-faq__box p + p {
  margin: 25px 0 0;
}

.p-about-1 {
  padding: 95px 0 0;
}

@media screen and (max-width: 767px) {
  .p-about-1 {
    padding: 50px 0 0;
  }
}
.p-about-1__block-1 {
  background-color: #FFF;
  border-radius: 14px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto -50px;
  padding: 0px 20px 35px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about-1__block-1 {
    padding-bottom: 40px;
  }
}
.p-about-1 .block-1__text {
  color: #88815c;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-about-1 .block-1__text {
    font-size: 17px;
  }
}
.p-about-1 .block-1__title {
  margin: 30px auto 0;
  color: #d6c26f;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .p-about-1 .block-1__title {
    font-size: 22px;
  }
}
.p-about-1 .block-1__btn-box {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-about-1 .block-1__btn-box .btn--4 .label {
  padding-right: 20px;
}

.p-about-1 .block-1__btn-box .btn--4 .label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFF;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.p-about-service {
  background-image: url("img/guide_nav_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-about-service {
    padding: 100px 0 60px;
  }
}
.p-about-service__text {
  margin: 0 auto 10px;
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-about-service__text {
    font-size: 19px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-about-service__text .label {
    padding: 0 52px;
  }
}
.p-about-service__text .label::before, .p-about-service__text .label::after {
  background-image: url("img/icon_ribbon_4.png");
}

@media screen and (max-width: 767px) {
  .p-about-service__text .label::before, .p-about-service__text .label::after {
    top: auto;
    bottom: 12px;
  }
}
.p-about-service__box-wrap {
  margin: -20px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-about-service__box-wrap {
    margin: 10px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-service__box {
  border-radius: 15px;
  width: 230px;
  margin: 20px 10px 0;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-about-service__box {
    margin: 10px auto 0;
  }

  .p-about-service__box:first-child {
    margin-top: 0;
  }
}
.p-about-service__box .label {
  background-color: #f7f4e5;
  border-radius: 25px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.08em;
  display: block;
}

.p-about-service__btn-box {
  width: 232px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-about-info {
  padding: 90px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-about-info {
    padding: 60px 0 40px;
  }
}
.p-about-info__table {
  width: 100%;
}

.p-about-info__table tr:nth-child(odd) {
  background: #f7f4e5;
}

.p-about-info__table th,
.p-about-info__table td {
  padding: 10px 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-about-info__table th,
  .p-about-info__table td {
    padding: 10px 15px;
  }
}
.p-about-info__table th {
  width: 200px;
  color: #88815c;
  font-size: 16px;
  text-align-last: justify;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-about-info__table th {
    font-size: 14px;
    width: 140px;
  }
}
.p-about-info__table th span {
  width: 95px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-about-info__table th span {
    width: 90px;
  }
}
.p-about-info__table td {
  padding-left: 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-about-info__table td {
    font-size: 13px;
  }
}
.p-about-info__table ol {
  padding-left: 1.3em;
  list-style-type: decimal;
}

.p-about-management {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .p-about-management {
    padding: 0 0 60px;
  }
}
.p-about-management__title {
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-about-management__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-about-management__title .label {
  margin: 0 -10px;
}

.p-about-management__box-1 {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-1 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-management__box-1 .box__img {
  width: 510px;
  min-width: 510px;
  max-width: 100%;
}

@media screen and (max-width: 990px) {
  .p-about-management__box-1 .box__img {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-management__box-1 .box__img {
    width: 510px;
    min-width: 0;
    margin: 0 auto;
  }
}
.p-about-management__box-1 .box__content {
  padding: 25px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-1 .box__content {
    padding: 0;
  }
}
.p-about-management__box-1 .box__head {
  width: 320px;
  height: 73px;
  margin: 0 0 0 -95px;
  color: #FFF;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 73px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-1 .box__head {
    width: 264px;
    height: 60px;
    margin: -25px auto 0;
    font-size: 22px;
    line-height: 60px;
  }
}
.p-about-management__box-1 .box__head::before {
  content: "";
  background-image: url("img/balloon_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-1 .box__head::before {
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
}
.p-about-management__box-1 .box__head .label {
  position: relative;
  z-index: 2;
}

.p-about-management__box-1 .box__title {
  margin: 20px 0 0;
  color: #d6c26f;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-1 .box__title {
    font-size: 17px;
  }
}
.p-about-management__box-1 .box__text {
  margin: 8px 0 0;
}

.p-about-management__box-2 {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 30px 0 0;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-management__box-2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-management .box-2__text {
  width: 310px;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
  font-size: 11px;
  text-align: justify;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-about-management .box-2__text {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 5px;
  }
}
.p-about-management .box__list {
  margin: 0 -5px;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-management .box__list {
    width: 320px;
    margin: -20px auto 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.p-about-management .box__list li {
  margin: 0 10px;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-management .box__list li {
    margin: 20px 5px 0;
  }
}
.p-about-management .box__list li .label {
  margin: auto;
}

.p-about-history {
  padding: 0 0 160px;
}

@media screen and (max-width: 767px) {
  .p-about-history {
    padding: 0 0 100px;
  }
}
.p-about-history__head {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-about-history__head {
    margin-bottom: 50px;
  }
}
.p-about-history__table {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-about-history__table {
    width: 100%;
  }
}
.p-about-history__table tr:last-child th,
.p-about-history__table tr:last-child td {
  padding-bottom: 10px;
}

.p-about-history__table th,
.p-about-history__table td {
  padding: 7px 0 20px;
  line-height: 1.8;
}

.p-about-history__table th {
  border-right: 1px solid #a0976c;
  width: 160px;
  padding-right: 40px;
  color: #88815c;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-about-history__table th {
    width: 90px;
    padding-right: 15px;
    font-size: 12px;
  }
}
.p-about-history__table th::after {
  content: "";
  background: #a0976c;
  width: 37px;
  height: 1px;
  position: absolute;
  top: 19px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-about-history__table th::after {
    width: 13px;
    top: 16px;
  }
}
.p-about-history__table td {
  padding-left: 20px;
  font-size: 15px;
}
.p-about-history__table td a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-about-history__table td {
    padding-top: 5px;
    padding-left: 15px;
  }
}
.p-staff-pagenav {
  border-bottom: 3px solid #d6c26f;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav {
    padding: 50px 0 0;
  }
}
.p-staff-pagenav__head {
  background-image: url("img/balloon_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 360px;
  height: 93px;
  margin: 0 auto 35px;
  padding: 22px 20px 0;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.16em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__head {
    width: 308px;
    height: 78px;
    margin-bottom: 0;
    padding: 18px 10px 10px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.p-staff-pagenav__box-wrap {
  margin: 0 -15px 0 0;
  padding: 10px 0 0;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .p-staff-pagenav__box-wrap {
    margin-right: -5px;
  }
}
.p-staff-pagenav__box {
  border-radius: 20px 20px 0 0;
  width: 184px;
  height: 204px;
  margin: 0 15px 0 0;
  padding: 15px 10px 0;
  position: relative;
  display: block;
  -moz-transform: translateY(21px);
  -ms-transform: translateY(21px);
  -webkit-transform: translateY(21px);
  transform: translateY(21px);
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  .p-staff-pagenav__box {
    width: calc(20% - 5px);
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staff-pagenav__box {
    border-radius: 10px 10px 0 0;
    width: calc(20% - 5px);
    height: auto;
    min-height: 240px;
    margin: 0 5px 0 0;
    padding: 20px 10px 8px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-staff-pagenav__box::after {
  content: "";
  background-image: url("img/icon_ribbon_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__box::after {
    content: none;
  }
}
.p-staff-pagenav__box .box__title {
  min-height: 50px;
  margin: 0 auto 8px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.14em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__box .box__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.p-staff-pagenav__box .box__title .label {
  margin: auto;
}

.p-staff-pagenav__box .box__img {
  width: 145px;
  max-width: 100%;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__box .box__img {
    height: 66px;
    margin: auto auto 0;
  }
}
.p-staff-pagenav__box .box__img .img-inner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__box .box__img .img-inner {
    background-size: contain;
  }
}
.p-staff-pagenav__box:hover {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s;
}

.p-staff-pagenav__box.box-1 {
  background-color: #e0dba4;
}

.p-staff-pagenav__box.box-1 .box__img .img-inner {
  background-image: url("img/staff_1.gif");
}

.p-staff-pagenav__box.box-2 {
  background-color: #c1d6be;
}

.p-staff-pagenav__box.box-2 .box__img .img-inner {
  background-image: url("img/staff_2.gif");
}

.p-staff-pagenav__box.box-3 {
  background-color: #cdcdcd;
}

.p-staff-pagenav__box.box-3 .box__img .img-inner {
  background-image: url("img/staff_3.gif");
}

.p-staff-pagenav__box.box-4 {
  background-color: #e9b3c2;
}

.p-staff-pagenav__box.box-4 .box__img .img-inner {
  background-image: url("img/staff_4.gif");
  margin-right: -6px;
}

@media screen and (max-width: 767px) {
  .p-staff-pagenav__box.box-4 .box__img .img-inner {
    margin-right: -3px;
  }
}
.p-staff-pagenav__box.box-5 {
  background-color: #b3d4de;
}

.p-staff-pagenav__box.box-5 .box__img .img-inner {
  background-image: url("img/staff_5.gif");
}

.p-staff {
  padding: 90px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-staff {
    padding: 80px 0 80px;
  }
}
.p-staff .anchor {
  top: -164px;
}

@media screen and (max-width: 767px) {
  .p-staff .anchor {
    top: -46px;
  }
}
.p-staff__block {
  background-color: #CCC;
  border-radius: 15px;
  margin: 130px auto 0;
  padding: 30px 45px 45px 40px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-staff__block {
    border-radius: 10px;
    max-width: 500px;
    margin-top: 100px;
    padding: 30px 15px 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-staff__block:first-child {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .p-staff__block:first-child {
    border-radius: 10px;
    margin-top: 45px;
  }
}
.p-staff .block-1 {
  background-color: #e0dba4;
}

.p-staff .block-1 .marker--2 {
  background-image: linear-gradient(to right, #e0dba4, #e0dba4);
}

.p-staff .block-1 .block__head .label {
  background-color: #e0dba4;
}

.p-staff .block-2 {
  background-color: #c1d6be;
}

.p-staff .block-2 .marker--2 {
  background-image: linear-gradient(to right, #c1d6be, #c1d6be);
}

.p-staff .block-2 .block__head .label {
  background-color: #c1d6be;
}

.p-staff .block-3 {
  background-color: #cdcdcd;
}

.p-staff .block-3 .marker--2 {
  background-image: linear-gradient(to right, #cdcdcd, #cdcdcd);
}

.p-staff .block-3 .block__head .label {
  background-color: #cdcdcd;
}

.p-staff .block-4 {
  background-color: #e9b3c2;
}

.p-staff .block-4 .marker--2 {
  background-image: linear-gradient(to right, #e9b3c2, #e9b3c2);
}

.p-staff .block-4 .block__head .label {
  background-color: #e9b3c2;
}

.p-staff .block-4 .staff__img .img-inner {
  margin-right: -15px;
}

.p-staff .block-5 {
  background-color: #b3d4de;
}

.p-staff .block-5 .marker--2 {
  background-image: linear-gradient(to right, #b3d4de, #b3d4de);
}

.p-staff .block-5 .block__head .label {
  background-color: #b3d4de;
}

.p-staff .block__head {
  text-align: center;
  position: absolute;
  top: -64px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .p-staff .block__head {
    top: -45px;
    left: 0;
    right: 0;
  }
}
.p-staff .block__head .label {
  border-radius: 15px 15px 0 0;
  min-width: 273px;
  height: 65px;
  padding: 22px 45px 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.14em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-staff .block__head .label {
    border-radius: 10px 10px 0 0;
    min-width: 234px;
    height: 46px;
    margin: 0 auto;
    padding: 18px 30px 0;
    font-size: 19px;
  }
}
.p-staff .block__head .label::after {
  content: "";
  background-image: url("img/icon_ribbon_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 47px;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-staff .block__head .label::after {
    left: 0;
    right: 0;
  }
}
.p-staff .block__left {
  width: 210px;
  min-width: 210px;
}

@media screen and (max-width: 767px) {
  .p-staff .block__left {
    width: 100%;
    margin: 0 auto;
  }
}
.p-staff .staff__img {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.p-staff .staff__name {
  margin: 15px auto 0;
  color: #FFF;
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  white-space: nowrap;
}

.p-staff .staff__comment {
  background-image: url("img/balloon_6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 668px;
  height: 153px;
  padding: 25px 30px 0 60px;
  position: absolute;
  top: 30px;
  right: 45px;
}

@media screen and (max-width: 1024px) {
  .p-staff .staff__comment {
    background: #FFF;
    border-radius: 20px;
    width: calc(100% - 320px);
    max-width: 100%;
    height: auto;
    padding: 25px 20px 20px;
  }

  .p-staff .staff__comment::after {
    content: "";
    background-color: #FFF;
    border-radius: 100% 0 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: 60px;
    transform: translateX(50%) rotate(135deg) skew(22deg, 22deg);
  }
}
@media screen and (max-width: 767px) {
  .p-staff .staff__comment {
    background: #FFF;
    border-radius: 20px;
    width: 668px;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 25px 20px 20px;
    position: relative;
    top: auto;
    right: auto;
  }

  .p-staff .staff__comment::after {
    display: none;
  }

  .p-staff .staff__comment::before {
    content: "";
    border: 13px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: -24px;
    right: calc(50% + 60px);
    transform: translateX(-50%) skew(5deg);
  }
}
.p-staff .staff__comment__head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.p-staff .staff__comment .name {
  font-size: 27px;
  line-height: 1.6;
}

.p-staff .staff__comment__text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-staff .staff__comment__text {
    margin-top: 15px;
  }
}
.p-staff .staff__origin {
  margin: 25px auto 0;
}

.p-staff .staff__origin .origin__head {
  background-image: url("img/fukidashi_3.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 131px;
  margin: 0 auto;
  padding: 0 0 26px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.14em;
}

.p-staff .staff__origin .origin__text {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-staff .staff__origin .origin__text {
    padding: 0 10px;
  }
}
.p-staff .block__right {
  width: 100%;
  padding: 180px 0 0 25px;
}

@media screen and (max-width: 990px) {
  .p-staff .block__right {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff .block__right {
    padding: 0 5px;
  }
}
.p-staff .special-box {
  border-bottom: 1px solid #FFF;
  padding: 11px 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-staff .special-box {
    margin: 40px 0 0;
  }
}
.p-staff .special-box::before {
  content: "";
  border-top: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 92px;
  right: 0;
}

.p-staff .special-box .box__head {
  background-color: inherit;
  color: #FFF;
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-staff .article-box {
  background: #FFF;
  margin: 45px 0 0;
  padding: 35px 30px 25px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.p-staff .article-box .box__head {
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.26em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .box__head {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
}
.p-staff .article-box .box__head .label {
  padding: 0 65px;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .box__head .label {
    padding: 0 50px;
  }
}
.p-staff .article-box .p-article {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article {
    padding-bottom: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-staff .article-box .p-article .icon--visited {
  width: 52px;
  height: 57px;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article .icon--visited {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article .img-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.p-staff .article-box .p-article .article__img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article .article__img {
    width: 100%;
    margin: 0 auto;
  }
}
.p-staff .article-box .p-article .text-wrap {
  padding: 15px 0 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article .text-wrap {
    padding: 15px 0 0;
  }
}
.p-staff .article-box .p-article .article__meta-2 {
  display: none;
}

.p-staff .article-box .p-article .p-taglist {
  padding-top: 15px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-staff .article-box .p-article .p-taglist {
    padding-top: 10px;
  }
}
.p-staff .article-box .p-article .p-taglist .label {
  background: #d6c26f;
  border-radius: 10px;
  height: 20px;
  padding: 0 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.13em;
  display: inline-block;
}

.p-service-list {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .p-service-list {
    padding: 50px 0 0;
  }
}
.p-service-list__text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-service-list__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-service-list__box-wrap {
  margin: -20px -10px 0;
  padding: 45px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .p-service-list__box-wrap {
    margin: -12px -5px 0;
  }
}
.p-service-list__box {
  border: 4px solid #ebe1b9;
  border-radius: 20px;
  width: 230px;
  margin: 20px 10px 0;
  padding: 18px 10px 15px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1120px) {
  .p-service-list__box {
    width: calc(25% - 10px);
    margin: 12px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__box {
    width: calc(50% - 10px);
    margin: 12px 5px 0;
  }
}
.p-service-list__box .box__img {
  height: 123px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-service-list__box .box__img {
    height: 72px;
  }
}
.p-service-list__box .box__img .img-inner {
  height: 100%;
}

.p-service-list__box .box__title {
  margin: 15px auto 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-service-list__box .box__title {
    font-size: 16px;
  }
}
.p-service-list__comment {
  margin: 70px auto 0;
  padding: 30px 0 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service-list__comment {
    margin: 35px auto 0;
    padding: 0 0 120px;
    overflow: hidden;
  }
}
.p-service-list__comment::before, .p-service-list__comment::after {
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-service-list__comment::before, .p-service-list__comment::after {
    bottom: -15px;
  }
}
.p-service-list__comment::before {
  background-image: url("img/chara_6.png");
  width: 176px;
  height: 207px;
  left: 0;
}

@media screen and (max-width: 990px) {
  .p-service-list__comment::before {
    width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__comment::before {
    width: 114px;
    left: auto;
    right: calc(50% + 15px);
  }
}
.p-service-list__comment::after {
  background-image: url("img/chara_7.png");
  width: 183px;
  height: 206px;
  right: 0;
}

@media screen and (max-width: 990px) {
  .p-service-list__comment::after {
    width: 14%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__comment::after {
    width: 118px;
    left: calc(50% + 12px);
    right: auto;
  }
}
.p-service-list__comment .underline {
  border-bottom: 1px solid #FFF;
}

.p-service-list__comment .comment-box {
  background-image: url("img/balloon_9.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 566px;
  height: 143px;
  margin: 0 auto;
  padding: 40px 0 0 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 990px) {
  .p-service-list__comment .comment-box {
    width: 70%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__comment .comment-box {
    background-image: url("img/balloon_10.png");
    width: 310px;
    height: 182px;
    padding-top: 30px;
    font-size: 15px;
  }
}
.p-service-works .loopslider {
  height: 300px;
}

.p-service-works .loopslider-box {
  height: 300px;
}

.p-service-works .loopslider-item {
  height: 300px;
}

.p-service-works .p-works__item {
  width: 320px;
}

.p-service-works .p-works__box {
  padding-bottom: 93.75%;
  outline: none;
}

.p-service-works__btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.p-service-works__btn {
  width: 242px;
  height: 40px;
  line-height: 40px;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-service-flow {
  background: #cdc399;
  padding: 115px 50px 240px;
}

@media screen and (max-width: 767px) {
  .p-service-flow {
    padding: 100px 15px 180px;
  }
}
.p-service-flow__head {
  margin: 0 auto 50px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 767px) {
  .p-service-flow__head {
    margin-bottom: 25px;
    font-size: 19px;
  }
}
.p-service-flow__head .label::before, .p-service-flow__head .label::after {
  background-image: url("img/icon_ribbon_6.png");
}

.p-service-flow__wrap {
  border-radius: 30px;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 1245px) {
  .p-service-flow__wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__wrap {
    border-radius: 20px;
    max-width: 450px;
  }
}
.p-service-flow__box {
  background-color: #FFF;
  padding: 55px 95px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1245px) {
  .p-service-flow__box {
    margin: 0 auto;
    padding: 55px 30px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box {
    padding: 30px 20px 25px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-service-flow__box::after {
  content: "";
  background-image: url("img/fukidashi_7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 32px;
  margin: auto;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box::after {
    width: 74px;
    height: 23px;
    bottom: -22px;
  }
}
.p-service-flow__box:first-child {
  border-radius: 30px 30px 0 0;
  background-color: #f5f0dd;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box:first-child {
    border-radius: 20px 20px 0 0;
    padding-top: 25px;
  }
}
.p-service-flow__box:last-child {
  border-radius: 0 0 30px 30px;
}

.p-service-flow__box:last-child::after {
  content: none;
}

.p-service-flow__box:nth-child(odd) {
  background-color: #f5f0dd;
}

.p-service-flow__box:nth-child(odd)::after {
  background-image: url("img/fukidashi_6.png");
}

.p-service-flow__box:nth-child(odd) .box__number {
  background-color: #f5f0dd;
}

.p-service-flow__box .box__img {
  position: relative;
}

@media screen and (max-width: 1245px) {
  .p-service-flow__box .box__img {
    width: 45%;
    max-width: 412px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .box__img {
    width: 100%;
  }
}
.p-service-flow__box .box__img .img-inner {
  width: 412px;
  max-width: 100%;
  position: relative;
}

.p-service-flow__box .staff__img {
  width: 145px;
  height: 220px;
  position: absolute;
  bottom: -30px;
  right: -50px;
}

@media screen and (max-width: 1120px) {
  .p-service-flow__box .staff__img {
    width: 36%;
    height: auto;
    right: -13%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .staff__img {
    width: 82px;
    height: 95px;
    bottom: -20px;
    right: -15px;
  }
}
.p-service-flow__box .staff__img.-staff-3 {
  width: 164px;
  right: -60px;
}

@media screen and (max-width: 1120px) {
  .p-service-flow__box .staff__img.-staff-3 {
    width: 37%;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .staff__img.-staff-3 {
    width: 93px;
    right: -18px;
  }
}
.p-service-flow__box .box__number {
  background-color: #FFF;
  border-radius: 0 0 100% 0;
  width: 100px;
  height: 100px;
  color: #d6c26f;
  font-family: 'Roboto Slab', serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box .box__number {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
}
.p-service-flow__box .box__number .label {
  width: 65px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box .box__number .label {
    width: 40px;
  }
}
.p-service-flow__box .box__content {
  padding: 0 0 0 65px;
  font-size: 15px;
  letter-spacing: 0;
}

@media screen and (max-width: 1245px) {
  .p-service-flow__box .box__content {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .box__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .box__content {
    padding: 20px 0 0;
  }
}
.p-service-flow__box .box__content p {
  margin-top: 10px;
}

.p-service-flow__box .box__content p:first-child {
  margin-top: 0;
}

.p-service-flow__box .box__content a {
  padding: 0 12px 0 0;
  display: inline-block;
  position: relative;
}

.p-service-flow__box .box__content a:hover::before {
  opacity: 0;
}

.p-service-flow__box .box__content a::before {
  content: "";
  border-bottom: 1px solid #000;
  margin: auto;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.p-service-flow__box .box__content a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  transition: 0.3s;
}

.p-service-flow__box .box__head {
  background-image: url("img/balloon_11.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 580px;
  height: 76px;
  margin: 0 0 20px -76px;
  padding: 20px 20px 0 70px;
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1245px) {
  .p-service-flow__box .box__head {
    background: #88815C;
    border-radius: 10px;
    width: calc(100% + 40px);
    height: auto;
    margin: 0 0 20px -40px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .p-service-flow__box .box__head::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #88815C;
    border-right-color: #88815C;
    position: absolute;
    bottom: -13px;
    left: 30px;
    transform: translateX(-50%) skew(-30deg) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__box .box__head {
    background: #88815C;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12px 10px;
    font-size: 15px;
  }

  .p-service-flow__box .box__head::before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #88815C;
    border-right-color: #88815C;
    position: absolute;
    top: -13px;
    right: 60px;
    transform: translateX(-50%) skew(-30deg);
  }

  .p-service-flow__box .box__head::after {
    display: none;
  }
}
.p-service-flow__box .box__text {
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box .box__text {
    margin-top: 20px;
  }
}
.p-service-flow__box dl {
  margin-top: 10px;
}

.p-service-flow__box dl dt {
  background-color: #d6c26f;
  padding: 7px 15px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box dl dt {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.p-service-flow__box dl dd {
  background-color: #FFF;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-service-flow__box dl dd {
    padding: 10px 15px;
    line-height: 1.4;
  }
}
.p-service-contact {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 20;
}

.p-service-contact__head {
  width: 542px;
  max-width: 542px;
  margin: 0 auto;
  padding: 0 130px 30px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service-contact__head {
    width: 310px;
    max-width: 310px;
    padding: 0 0 40px;
  }
}
.p-service-contact__head .label {
  background-image: url("img/balloon_12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 415px;
  height: 64px;
  margin: 0 auto;
  padding: 20px 10px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.16em;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-service-contact__head .label {
    background: #383231;
    border-radius: 10px;
    width: 200px;
    height: auto;
    margin: 0 auto 0 0;
    padding: 15px 5px 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    position: relative;
  }

  .p-service-contact__head .label::before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #383231;
    border-left-color: #383231;
    position: absolute;
    bottom: 15px;
    right: -15px;
    transform: rotate(-90deg) skew(-40deg);
  }
}
.p-service-contact__head::before {
  content: "";
  background-image: url("img/chara_8.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 139px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-service-contact__head::before {
    width: 90px;
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__btn-box {
    width: 310px;
    min-width: 310px;
    margin: 0 auto;
  }
}
.p-service-other {
  padding: 195px 0 110px;
}

@media screen and (max-width: 767px) {
  .p-service-other {
    padding: 120px 0 80px;
  }
}
.p-service-other .title--1 {
  margin-bottom: 60px;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 767px) {
  .p-service-other .title--1 {
    margin-bottom: 40px;
  }
}
.p-service-other__text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-service-other__text {
    font-size: 16px;
  }
}
.p-service-other__box-wrap {
  margin: -54px -27px 0;
  padding: 45px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .p-service-other__box-wrap {
    margin: -20px -10px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-other__box-wrap {
    margin: 0 auto;
    padding: 30px 10px 0;
  }
}
.p-service-other__box {
  background: #F7F4E5;
  border-radius: 20px;
  width: 290px;
  margin: 54px 27px 0;
  padding: 35px 10px 25px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1120px) {
  .p-service-other__box {
    width: calc(33.33% - 20px);
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-other__box {
    width: 100%;
    margin: 20px auto 0;
  }
}
.p-service-other__box .box__title {
  margin: 0 auto 15px;
  color: #A0976C;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.p-service-other__box .box__img {
  height: 140px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-service-other__box .box__img .img-inner {
  height: 100%;
}

.p-service-other__box .box__text {
  margin: 10px auto 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-qa {
  padding: 90px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-qa {
    padding: 40px 0 80px;
  }
}
.p-qa__head {
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-qa__head {
    margin-bottom: 30px;
    padding: 135px 0 0;
  }
}
.p-qa__head .label {
  background-image: url("img/balloon_7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 360px;
  height: 112px;
  padding: 24px 10px 0;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-qa__head .label {
    background-image: url("img/balloon_8.png");
    width: 366px;
    height: 103px;
    margin: 0 -10px;
    padding: 35px 10px 10px;
    font-size: 17px;
    letter-spacing: 0.06em;
  }
}
.p-qa__head .label::before {
  content: "";
  background-image: url("img/icon_post_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 136px;
  height: 138px;
  margin: auto;
  position: absolute;
  top: -22px;
  left: -150px;
}

@media screen and (max-width: 767px) {
  .p-qa__head .label::before {
    width: 92px;
    height: 94px;
    top: auto;
    bottom: calc(100% + 2px);
    left: auto;
    right: calc(50% + 15px);
  }
}
.p-qa__head .label::after {
  content: "";
  background-image: url("img/chara_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 174px;
  height: 167px;
  margin: auto;
  position: absolute;
  top: -43px;
  right: -192px;
}

@media screen and (max-width: 767px) {
  .p-qa__head .label::after {
    width: 134px;
    height: 128px;
    top: auto;
    bottom: calc(100% + 2px);
    left: 50%;
    right: auto;
  }
}
.p-qa__box-wrap {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-qa__box-wrap {
    padding: 0 10px;
  }
}
.p-qa .icon--new {
  left: -10px;
}

@media screen and (max-width: 767px) {
  .p-qa .icon--new {
    left: -20px;
  }
}
.p-qa .icon--visited {
  position: absolute;
  top: 16px;
  right: 195px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-qa .icon--visited {
    top: 21px;
    right: 20px;
  }
}
.p-qa__box {
  background: rgba(220, 220, 220, 0.5);
  border-radius: 10px;
  width: 100%;
  margin: 45px 0 0;
  padding: 35px 50px 35px 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-qa__box {
    padding: 30px 30px 80px 35px;
  }
}
.p-qa__box.visited .icon--visited {
  display: block;
}

.p-qa__box:first-child {
  margin-top: 0;
}

.p-qa__box.-category1 {
  background-color: #cddecb;
}

.p-qa__box.-category2 {
  background-color: rgba(226, 212, 156, 0.5);
}

.p-qa__box.-category3 {
  background-color: rgba(213, 213, 213, 0.5);
}

.p-qa__box.-category4 {
  background-color: #f2d1da;
}

.p-qa__box.-category5 {
  background-color: rgba(149, 195, 209, 0.5);
}

.p-qa__box.-category6 {
  background-color: #d5d5d5;
}

.p-qa__box .box__head {
  margin: 0 auto 8px;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-qa__box .box__head {
    margin: 0 0 8px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-qa__box .box__head__category .label {
  background: #88815c;
  padding: 0 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  display: inline-block;
}

.p-qa__box .box__head__who {
  border-bottom: 2px solid #88815c;
  margin: auto 0 0;
  padding: 10px 20px 8px;
  color: #88815c;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .p-qa__box .box__head__who {
    padding: 10px 15px 8px;
  }
}
.p-qa__box .btn--3 {
  position: absolute;
  top: 43px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .p-qa__box .btn--3 {
    margin: auto;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
  }
}
.p-qa__box .box__text {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: justify;
  line-height: 1.9;
}

.p-qa-single {
  padding: 125px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-qa-single {
    padding: 80px 0 80px;
  }
}
.p-qa-single__box {
  background-color: rgba(220, 220, 220, 0.5);
  border-radius: 10px;
  width: 100%;
  margin: 45px 0 0;
  padding: 30px 35px 45px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box {
    padding: 15px 18px 30px;
  }
}
.p-qa-single__box::before {
  content: "";
  background-image: url("img/icon_mail_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 54px;
  position: absolute;
  top: -30px;
  right: -22px;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box::before {
    width: 105px;
    height: 47px;
    top: -30px;
    right: -5px;
  }
}
.p-qa-single__box:first-child {
  margin-top: 0;
}

.p-qa-single__box.-category1 {
  background-color: #cddecb;
}

.p-qa-single__box.-category2 {
  background-color: rgba(226, 212, 156, 0.5);
}

.p-qa-single__box.-category3 {
  background-color: rgba(213, 213, 213, 0.5);
}

.p-qa-single__box.-category4 {
  background-color: #f2d1da;
}

.p-qa-single__box.-category5 {
  background-color: rgba(149, 195, 209, 0.5);
}

.p-qa-single__box.-category6 {
  background-color: #d5d5d5;
}

.p-qa-single__box .box__head {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__head {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-qa-single__box .box__head__category {
    position: absolute;
    top: -40px;
    left: 18px;
  }
}
.p-qa-single__box .box__head__category .label {
  background: #88815c;
  padding: 0 40px;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  display: inline-block;
}

.p-qa-single__box .box__head__who {
  border-bottom: 2px solid #88815c;
  margin: auto 0 0;
  padding: 10px 20px 8px;
  color: #88815c;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__head__who {
    padding: 5px 8px 8px;
  }
}
.p-qa-single__box .box__head__who .label {
  display: block;
  width: 100%;
}

.p-qa-single__box .box__q {
  border-bottom: 2px solid #88815c;
  padding: 12px 0;
  color: #88815c;
  font-size: 17px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__q {
    letter-spacing: 0.02em;
  }
}
.p-qa-single__box .box__a {
  margin: 30px 0 0;
  font-size: 16px;
  text-align: justify;
  line-height: 1.9;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__a {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-qa-single__box .box__img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__img {
    margin: 20px auto 0;
  }
}
.p-qa-single__box .staff__img {
  width: 140px;
  margin-left: -5px;
}

.p-qa-single__box .box__answer {
  background: #FFF;
  border-radius: 10px;
  width: 745px;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 35px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__answer {
    padding: 15px 20px 40px;
  }
}
.p-qa-single__box .box__answer::before {
  content: "";
  background-image: url("img/fukidashi_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 130px;
  left: -25px;
}

@media screen and (max-width: 767px) {
  .p-qa-single__box .box__answer::before {
    top: auto;
    bottom: -25px;
    left: calc(50% + 50px);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.p-qa-single .p-single-nav .nav-item span {
  max-width: 280px;
}

.p-qa-single .p-single-nav .nav-item .prev {
  margin: 0 0 0 auto;
}

a.visited .icon--visited {
  display: block;
}

.main-blog .archive-title {
  margin-bottom: 55px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .main-blog .archive-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.main-blog .nopost {
  font-size: 16px;
  text-align: center;
}

.p-blog {
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-blog {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-article {
    padding: 0 0 45px;
    position: relative;
  }
}
.p-article .icon--visited {
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-article .icon--visited {
    width: 46px;
  }
}
.p-article.-new .article__img::before {
  content: "";
  background-image: url("img/icon_new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 82px;
  margin: auto;
  position: absolute;
  top: -14px;
  left: 20px;
  z-index: 1;
}

.p-article .img-wrap {
  position: relative;
}

.p-article .article__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}

.p-article .article__img .article__cat {
  display: none;
}

.p-article .text-wrap {
  width: 100%;
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .p-article .text-wrap {
    padding: 10px 0 0 15px;
  }
}
.p-article .article__meta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.p-article .article__meta .article__cat {
  display: none;
}

.p-article .article__meta .article__cat {
  background: #88815c;
  min-width: 196px;
  height: 35px;
  padding: 0 8px;
  margin: 0;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.p-article .article__date {
  color: #808080;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 767px) {
  .p-article .article__date {
    font-size: 10px;
  }
}
.p-article .article__title {
  margin: 10px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-article .article__title {
    margin-top: 5px;
    font-size: 14px;
  }
}
.p-article .article__meta-2 {
  margin: 20px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-article .article__meta-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.p-article .article__meta-2 .article__cat {
  margin: 0 70px 0 0;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-article .article__meta-2 .article__cat {
    margin-right: 35px;
    white-space: normal;
  }
}
.p-article .article__meta-2 .article__cat .cat__head {
  border-bottom: 2px solid #bcb17f;
  padding: 0 0 8px;
  color: #bcb17f;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .p-article .article__meta-2 .article__cat .cat__head {
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.p-article .article__meta-2 .article__cat .cat__title {
  padding: 12px 0 0;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-article .article__meta-2 .article__cat .cat__title {
    padding: 0 45px 0 105px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    bottom: 10px;
  }
}
.p-article .article__author {
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-article .article__author {
    top: -12px;
  }
}
.p-article .article__author .author__img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-article .article__author .author__img {
    width: 46px;
    height: 46px;
  }
}
.p-article-latest {
  background: #cdc399;
  padding: 50px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-article-latest {
    padding: 30px 0;
  }
}
.p-article-latest .p-article {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article {
    max-width: 500px;
    margin-top: -2px;
    padding-top: 55px;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.p-article-latest .p-article .img-wrap {
  width: 540px;
  max-width: 100%;
  min-width: 540px;
}

@media screen and (max-width: 1120px) {
  .p-article-latest .p-article .img-wrap {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-article-latest .p-article .img-wrap {
    width: 100%;
    min-width: 100%;
    min-width: 0;
  }
}
.p-article-latest .p-article .icon--visited {
  bottom: -15px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .icon--visited {
    bottom: -10px;
  }
}
.p-article-latest .p-article .text-wrap {
  padding: 0 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .text-wrap {
    padding: 20px 0 0;
  }
}
.p-article-latest .p-article .icon-new {
  border-bottom: 2px solid #000;
  margin: 0 auto 30px;
  padding: 10px 0 15px;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .icon-new {
    margin: 0;
    padding: 0 0 10px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.p-article-latest .p-article .article__date {
  color: #000;
}

.p-article-latest .p-article .article__title {
  margin: 20px 0 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__title {
    margin-top: 15px;
  }
}
.p-article-latest .p-article .article__meta-2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__meta-2 {
    margin-top: 0;
  }
}
.p-article-latest .p-article .article__cat {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__cat {
    margin-right: 40px;
  }
}
.p-article-latest .p-article .article__cat .cat__head {
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__cat .cat__head {
    font-size: 14px;
  }
}
.p-article-latest .p-article .article__cat .cat__title {
  padding-top: 20px;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__cat .cat__title {
    font-size: 14px;
  }
}
.p-article-latest .p-article .article__author {
  top: -18px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__author {
    top: -12px;
  }
}
.p-article-latest .p-article .article__author .author__img {
  border: 2px solid #FFF;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 767px) {
  .p-article-latest .p-article .article__author .author__img {
    border: none;
    width: 46px;
    height: 46px;
  }
}
.p-article-list {
  margin: -40px -20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-article-list {
    max-width: 500px;
    margin: -30px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-article-list .p-article {
  width: 300px;
  margin: 40px 20px 0;
}

@media screen and (max-width: 1120px) {
  .p-article-list .p-article {
    width: 33.33%;
    margin: 40px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-list .p-article {
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-flex;
    display: flex;
  }

  .p-article-list .p-article .article__img {
    width: 170px;
    min-width: 170px;
  }
}
.p-article-list .p-article .icon--visited {
  width: 52px;
}

.p-article-list.-type-2 {
  margin: -40px -30px 0;
}

@media screen and (max-width: 1120px) {
  .p-article-list.-type-2 {
    margin: -30px -10px 0;
  }
}
.p-article-list.-type-2 .p-article {
  width: 200px;
  margin: 40px 30px 0;
}

@media screen and (max-width: 1120px) {
  .p-article-list.-type-2 .p-article {
    width: 25%;
    margin: 30px 0 0;
    padding: 0 10px;
  }
}
.p-article-list.-type-2 .p-article .article__img .article__cat {
  height: 28px;
  font-size: 11px;
  line-height: 28px;
}

.p-article-list.-type-2 .p-article .text-wrap {
  padding-top: 20px;
}

.p-article-list.-type-2 .p-article .text-wrap .article__cat {
  background: #88815c;
  min-width: 85px;
  height: 28px;
  padding: 0 8px;
  margin: 0;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-article-list.-type-2 .p-article .text-wrap .article__cat {
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
.p-article-list.-type-2 .p-article .article__date {
  color: #FFF;
  letter-spacing: 0.08em;
}

.p-article-list.-type-2 .p-article .article__meta-2 {
  display: none;
}

.p-article-list--side .p-article {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  display: -webkit-flex;
  display: flex;
}

.p-article-list--side .p-article .article__img {
  width: 90px;
  min-width: 90px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-article-list--side .p-article .article__img {
    width: 170px;
    min-width: 170px;
    padding-bottom: 65%;
  }
}
.p-article-list--side .p-article .article__img .article__cat {
  background: #88815c;
  height: 28px;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.34em;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-article-list--side .p-article .article__img .article__cat {
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
.p-article-list--side .p-article .icon--visited {
  display: none;
}

.p-article-list--side .p-article .text-wrap {
  width: 100%;
  padding: 0 0 0 10px;
}

.p-article-list--side .p-article .text-wrap .article__cat {
  display: none;
}

.p-article-list--side .p-article .article__tag {
  display: none;
}

.p-article-list--side .p-article .article__title {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-article-list--side.-ranking .p-article {
  margin-top: 30px;
}

.p-article-list--side.-ranking .p-article:first-child {
  margin-bottom: 30px;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.p-article-list--side.-ranking .p-article:first-child .img-wrap {
  width: 100%;
  height: auto;
}

.p-article-list--side.-ranking .p-article:first-child .article__img {
  width: 100%;
  padding-bottom: 60%;
}

.p-article-list--side.-ranking .p-article:first-child .article__img::after {
  content: "1";
  background-image: url("img/icon_ranking.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 50px;
  padding: 0 15px 0 0;
  margin: auto;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  position: absolute;
  top: -15px;
  left: 12px;
}

.p-article-list--side.-ranking .p-article:first-child .text-wrap {
  padding: 20px 0 0;
  margin-top: 0;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-article-list--side.-ranking .p-article:first-child .article__title {
  margin-top: 15px;
}

.p-tagcloud {
  background: #cdc399;
  padding: 75px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-tagcloud {
    padding: 40px 0 60px;
  }
}
.p-tagcloud::before {
  background-image: url("images/wave_aq.png");
}

.p-tagcloud.-type-2 {
  background: none;
  padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .p-tagcloud.-type-2 {
    padding: 0 0 60px;
  }
}
.p-tagcloud.-type-2 .p-tagcloud__wrap {
  background: #FFF;
  margin: 0;
}

.p-tagcloud.-type-2 .p-tagcloud__wrap::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #f7f4e5);
}

.p-tagcloud__wrap {
  background: #f7f4e5;
  border-radius: 10px;
  margin: 0 auto;
  padding: 35px 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-tagcloud__wrap {
    padding: 25px 20px 40px;
  }
}
.p-tagcloud__wrap::after {
  content: "";
  background-image: linear-gradient(rgba(247, 244, 229, 0), #cdc399);
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: 0.5s;
  opacity: 1;
}

.p-tagcloud__wrap.-open::after {
  opacity: 0;
}

.p-tagcloud__head {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-tagcloud__head {
    margin-bottom: 20px;
  }
}
.p-tagcloud__head .label {
  color: #88815c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .p-tagcloud__head .label {
    font-size: 16px;
  }
}
.p-tagcloud__btn-box {
  margin: auto;
  position: relative;
  display: none;
}

.p-tagcloud__btn-box .btn--2 {
  width: 202px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-tagcloud__btn-box .btn--2 .label {
  display: block;
}

.p-taglist {
  margin: -8px -6px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-taglist {
    margin: -8px -4px 0;
  }
}
.p-taglist li {
  margin: 8px 4px 0;
  line-height: 1.0;
}

.p-taglist a {
  background: #d6c26f;
  border-radius: 10px;
  height: 20px;
  padding: 0 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.13em;
  display: inline-block;
}

.p-series-part {
  background: #FFF;
  padding: 40px 0 160px;
}

@media screen and (max-width: 767px) {
  .p-series-part {
    padding: 30px 0 100px;
  }
}
.p-series-part__head {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-series-part__head {
    margin-bottom: 40px;
  }
}
.p-series-part__box-wrap {
  margin: -25px -13px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-series-part__box-wrap {
    width: 310px;
    margin: -25px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-series-part .box {
  width: 300px;
  max-width: 100%;
  margin: 25px 13px 0;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .p-series-part .box {
    width: 33.33%;
    margin: 25px 0 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-series-part .box {
    width: 310px;
    margin: 25px auto 0;
  }
}
.p-series-part .box .icon--new {
  left: 20px;
}

.p-series-part .box .box__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 91.6%;
  position: relative;
}

.main-blog-single {
  background: #f7f4e5;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .main-blog-single {
    padding: 40px 0 0;
  }
}
.main-blog-single .p-series-part {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .main-blog-single .p-series-part {
    padding-top: 100px;
  }
}
.main-blog-single .yarpp-related {
  margin: 0;
}

.p-related {
  background: #cdc399;
  padding: 70px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-related {
    display: none;
  }
}
.p-blog-single {
  padding: 0 0 70px;
}

@media screen and (max-width: 767px) {
  .p-blog-single {
    padding: 0;
  }
}
.p-blog-single .c-frame {
  width: 1060px;
  max-width: 100%;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-frame {
    padding-right: 15px;
  }
}
.p-article-single {
  background: #FFF;
  margin-top: -40px;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-article-single {
    padding: 40px 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-article-single {
    margin-top: 0;
    padding: 50px 15px 20px;
  }
}
.p-article-single .article__meta {
  margin: 15px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__meta {
    margin-bottom: 40px;
  }
}
.p-article-single .article__date {
  margin: 0 auto 0 0;
  padding: 22px 0 0;
  color: #bcbebe;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.34em;
}

@media screen and (max-width: 990px) {
  .p-article-single .article__date {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto 0 0;
    padding: 22px 15px 0;
  }
}
.p-article-single .article__title {
  border-bottom: 2px solid #bcb17f;
  padding: 0 0 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-article-single .article__meta-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.p-article-single .article__cat {
  padding: 18px 25px 0 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__cat {
    height: 20px;
    padding: 0 15px 0 0;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
}
.p-article-single .article__cat .cat__head {
  margin: 0 30px 0 0;
  color: #bcb17f;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__cat .cat__head {
    margin-right: 20px;
    font-size: 14px;
  }
}
.p-article-single .article__cat .cat__title {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__cat .cat__title {
    font-size: 14px;
  }
}
.p-article-single .article__author {
  margin: -22px 0 0;
}

.p-article-single .article__author .author__img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__author .author__img {
    width: 50px;
    height: 50px;
  }
}
.p-article-single .p-taglist {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.p-article-single .article__content {
  margin: 20px 0 140px;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__content {
    margin: 20px 0 100px;
  }
}
.p-article-single .article__contact {
  border-top: 1px solid #88815c;
  padding: 20px 0 0;
}

.p-article-single .article__contact .contact__head {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__contact .contact__head {
    margin-bottom: 25px;
  }
}
.p-article-single .article__contact .contact__head .label {
  padding-left: 58px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__contact .contact__head .label {
    padding-left: 55px;
    font-size: 15px;
  }
}
.p-article-single .article__contact .contact__head .label::before {
  content: "";
  background-image: url("img/icon_mail_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 33px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__contact .contact__head .label::before {
    width: 42px;
  }
}
.p-article-single .article__contact .contact__wrap {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  .p-article-single .article__contact .contact__wrap {
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-article-single .article__contact .contact__left {
  background: #cdc399;
}

.p-article-single .article__contact .contact__right {
  background: #d9d8d8;
}

.p-article-single .article__contact .contact__box {
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  margin: 0 10px;
  padding: 20px 15px 25px;
}

@media screen and (max-width: 1120px) {
  .p-article-single .article__contact .contact__box {
    width: calc(50% - 20px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 990px) {
  .p-article-single .article__contact .contact__box {
    width: 340px;
    margin: 20px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .p-article-single .article__contact .contact__box:first-child {
    margin-top: 0;
  }
}
.p-article-single .article__contact .contact__box .box__head {
  margin: 0 auto 12px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.p-article-single .article__contact .contact__box .box__head .label {
  padding-top: 8px;
  padding-bottom: 5px;
}

.p-article-single .article__contact .contact__box .box__btn-box {
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__contact .contact__box .box__btn-box {
    width: 260px;
  }
}
.p-article-single .article__back {
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__back {
    margin-top: 80px;
  }
}
.p-article-single .article__back::before {
  content: "";
  background-image: url("img/chara_1.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 96px;
  margin: auto;
  position: absolute;
  top: -96px;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__back::before {
    width: 110px;
    height: 118px;
    top: -118px;
    left: auto;
    right: -15px;
  }
}
.p-article-single .article__back .btn-back {
  background: #a0976c;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  padding: 0 50px 15px 32px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-article-single .article__back .btn-back {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
  }
}
.p-article-single .article__back .btn-back .label {
  padding-left: 50px;
  display: inline-block;
  position: relative;
}

.p-article-single .article__back .btn-back .label::before {
  content: "";
  background-image: url("img/icon_arrow_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.p-single-nav {
  width: 100%;
  margin: 50px auto 0;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-single-nav {
    margin-top: 30px;
  }
}
.p-single-nav .nav-item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.p-single-nav .nav-item span {
  background-size: 35px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-single-nav .nav-item span {
    background-size: 30px auto;
  }
}
.p-single-nav .nav-item a {
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-single-nav .nav-item a {
    padding: 0 10px;
    font-size: 12px;
  }
}
.p-single-nav .nav-item a::before {
  content: "";
  background-image: url("img/icon_arrow_1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-single-nav .nav-item a::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
  }
}
.p-single-nav .nav-item .next a {
  padding-left: 50px;
}

.p-single-nav .nav-item .next a::before {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .p-single-nav .nav-item .next a {
    padding-left: 40px;
  }
}
.p-single-nav .nav-item .prev a {
  padding-right: 50px;
  margin: 0 0 0 auto;
  text-align: right;
}

.p-single-nav .nav-item .prev a::before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-single-nav .nav-item .prev a {
    padding-right: 40px;
  }
}
.p-single-nav .single-nav__left {
  border-right: 1px solid #88815c;
}

@media screen and (max-width: 767px) {
  .p-blog-side {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.p-blog-side .side-block {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-blog-side .side-block {
    margin-top: 40px;
  }
}
.p-blog-side .side-block .block-head {
  border-bottom: 1px solid #bcb17f;
  margin: 0 0 30px;
}

.p-blog-side .ribbon-line {
  height: 1px;
  margin: 15px 0;
  position: relative;
}

.p-blog-side .ribbon-line::before {
  content: "";
  background: #bcb17f;
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .p-blog-side .ribbon-line::before {
    width: 100%;
  }
}
.p-blog-side .ribbon-line::after {
  content: "";
  background-color: #f7f4e5;
  background-image: url("img/icon_ribbon_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 12px;
  margin: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
}

.p-blog-side .side-category {
  margin-top: 0;
}

.p-blog-side .side-category .block-head {
  margin-bottom: 5px;
}

.p-blog-side .side-category .category-list li {
  border-bottom: 1px dotted #9c9a99;
}

.p-blog-side .side-category .category-list li:first-child {
  margin-top: 0;
}

.p-blog-side .side-category .category-list li:last-child {
  border-bottom: none;
}

.p-blog-side .side-category .category-list li a {
  padding: 10px 15px 10px 10px;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.p-blog-side .side-category .category-list li a .label {
  padding: 0 15px 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-blog-side .side-category .category-list li a .count {
  color: #000;
  min-width: 40px;
  margin: 0 0 0 auto;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-blog-side .side-category .category-list li a {
    font-size: 13px;
  }
}
.p-blog-side .side-search {
  background: #e9deb2;
  border-radius: 12px;
  margin-top: 10px;
  padding: 15px 21px 18px;
}

.p-blog-side .side-search .searchform {
  line-height: 1.0;
  display: -webkit-flex;
  display: flex;
}

.p-blog-side .side-search .searchform label {
  display: none;
}

.p-blog-side .side-search .searchform input[type="text"] {
  background: #FFF;
  border: 1px solid #000;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 30px;
  padding: 0 13px 0 10px;
  margin: 0 -3px 0 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0;
}

.p-blog-side .side-search .searchform button {
  background: #000;
  border: none;
  border-radius: 3px;
  border-radius: 0 3px 3px 0;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}

.p-blog-side .side-search .search__img {
  margin: 0 -8px 0 0;
}

@media screen and (max-width: 767px) {
  .p-blog-side .side-search .search__img {
    text-align: center;
  }
}
.p-blog-side .side-latest {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-blog-side .side-latest {
    display: none;
  }
}
.p-blog-side .side-latest .p-article .article__meta-2 {
  display: none;
}

.p-blog-side .side-ranking .block-head {
  margin-bottom: 25px;
}

.p-blog-side .side-ranking .p-article:first-child .article__img .article__cat {
  display: block;
}

.p-blog-side .side-ranking .p-article .article__meta-2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-blog-side .side-archive {
    display: none;
  }
}
.p-blog-side .side-archive .block-head {
  margin-bottom: 10px;
}

.p-blog-side .side-archive .archive-list > li {
  border-bottom: 1px dotted #6d594a;
}

.p-blog-side .side-archive .archive-list > li .year {
  padding: 10px 5px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  display: block;
  cursor: pointer;
  position: relative;
}

.p-blog-side .side-archive .archive-list > li .year:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.p-blog-side .side-archive .archive-list > li .year::after {
  content: "";
  border: 5px solid transparent;
  border-top: 7px solid #9c9a99;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 0;
}

.p-blog-side .side-archive .archive-list > li .year.mode_open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -7px;
}

.p-blog-side .side-archive .archive-list > li .year > .count {
  display: none;
}

.p-blog-side .side-archive .archive-list > li ul {
  padding: 0 0 10px 25px;
  display: none;
}

.p-blog-side .side-archive .archive-list > li ul li {
  margin: 2px 0 0;
}

.p-blog-side .side-archive .archive-list > li ul li:first-child {
  margin-top: 0;
}

.p-blog-side .side-archive .archive-list > li ul li a {
  color: #635046;
  font-size: 14px;
  line-height: 2.0;
}

.p-blog-side .side-archive .archive-list > li ul li a .count {
  margin: 0 0 0 2px;
  font-size: 14px;
  font-weight: normal;
}

div.sharedaddy .sd-block {
  display: -webkit-flex;
  display: flex;
}

div.sharedaddy h3.sd-title {
  margin: 0 20px 0 0;
}

div.sharedaddy .sd-content ul li {
  display: inline-block;
}

.p-works .loopslider-item .p-works__box {
  outline: none;
}

.p-works__wrap {
  margin: 0 auto;
}

.p-works__box-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-works__item {
  width: 25%;
}

@media screen and (max-width: 1120px) {
  .p-works__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__item {
    width: 50%;
  }
}
.p-works__box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.p-works__box::after {
  content: "";
  background: #636363;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
}

.p-works__box .box__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px #fff solid;
}

.p-works__box .box__content {
  width: 100%;
  padding: 0 35px;
  margin: auto;
  color: #FFF;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.p-works__box .box__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.p-works__box .box__text {
  margin: 15px auto 0;
  font-size: 14px;
}

.p-works__box:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.p-works__box:hover .box__content {
  opacity: 1;
  transition: 0.3s;
}

.p-works-contact {
  padding: 70px 0 95px;
}

@media screen and (max-width: 767px) {
  .p-works-contact {
    padding: 70px 0 95px;
  }
}
.p-works-contact__head {
  width: 414px;
  height: 92px;
  margin: 0 auto;
  padding: 42px 20px 20px;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.16em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-works-contact__head {
    width: 320px;
    height: 71px;
    padding: 32px 5px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-works-contact__head::before {
  content: "";
  background-image: url("img/chara_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 172px;
  height: 194px;
  margin: auto;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-works-contact__head::before {
    width: 110px;
    height: 118px;
    top: -98px;
  }
}
.p-works-contact__head::after {
  content: "";
  background-image: url("img/balloon_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.p-works-contact__head .label {
  position: relative;
  z-index: 2;
}

.p-works-contact__text {
  padding: 30px 0 0;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.2em;
  position: relative;
}

.p-works-contact__btn-box {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .p-works-contact__btn-box {
    width: 310px;
    min-width: 310px;
  }
}
.p-contact-first {
  padding: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .p-contact-first {
    padding: 50px 0 0;
  }
}
.p-contact-first__text {
  font-size: 14px;
  text-align: center;
  line-height: 2.2;
}

.p-contact-first__box-wrap {
  margin: 45px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-contact-first__box-wrap {
    margin-top: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-contact-first__box {
  width: 300px;
  margin: 0 45px;
}

@media screen and (max-width: 767px) {
  .p-contact-first__box {
    margin: 30px auto 0;
  }

  .p-contact-first__box:first-child {
    margin-top: 0;
  }
}
.p-contact-first__box .box__head .label {
  background: #363636;
  border-radius: 13px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  display: inline-block;
}

.p-contact-first__box .box__number {
  text-align: center;
}

.p-contact-first__box .box__number .label {
  padding-left: 45px;
}

.p-contact-first__box .box__number .label::before {
  bottom: 2px;
  left: 0;
}

.p-contact-first__box .number {
  margin: 20px 0 0;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: inline-block;
}

.p-contact-first__box .icon-tel::before {
  background-image: url("img/icon_tel_1.png");
  width: 33px;
  height: 28px;
}

.p-contact-first__box .icon-fax::before {
  background-image: url("img/icon_fax_1.png");
  width: 31px;
  height: 29px;
}

.p-contact-first__box .box__time {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.p-contact {
  padding: 155px 0 115px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-contact {
    min-width: 320px;
    padding: 150px 0 60px;
  }
}
.p-contact__head {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

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

.p-contact__text .must-mark {
  color: #d6c26f;
  font-size: 15px;
}

.p-contact .must-mark {
  color: #d6c26f;
  font-size: 16px;
}

.p-contact__text-bottom {
  margin: 30px auto 0;
  text-align: center;
}

.p-contact__text-bottom a {
  text-decoration: underline;
}

.p-contact__text-bottom a:hover {
  text-decoration: none;
}

.p-404 {
  padding: 200px 0;
}

.p-404__text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-404 {
    padding: 100px 0;
  }

  .p-404__text {
    font-size: 16px;
  }
}
.wrap .c-modal {
  display: none;
}

#colorbox {
  outline: none;
  overflow: visible;
}

#colorbox #cboxPrevious {
  width: 23px;
  height: 101px;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxPrevious {
    left: -30px;
  }
}
#colorbox #cboxNext {
  width: 23px;
  height: 101px;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxNext {
    right: -30px;
  }
}
#colorbox #cboxClose {
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  -moz-transform: translate(22px, -22px);
  -ms-transform: translate(22px, -22px);
  -webkit-transform: translate(22px, -22px);
  transform: translate(22px, -22px);
}

@media screen and (max-width: 767px) {
  #colorbox #cboxClose {
    width: 40px;
    height: 40px;
    -moz-transform: translate(15px, -15px);
    -ms-transform: translate(15px, -15px);
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }
}
#colorbox.-inline #cboxOverlay {
  background: #383231;
}

#colorbox.-inline #cboxContent {
  background: #FFF;
  border-radius: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #colorbox.-inline #cboxContent {
    border-radius: 10px;
  }
}
.colorbox,
.modal {
  outline: none;
}

.p-modal-works {
  width: 760px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal-works {
    width: 500px;
  }
}
.p-modal-works__img-wrap {
  padding: 40px 20px 25px;
  text-align: center;
}

.p-modal-works__img {
  max-width: 570px;
  margin: 0 auto;
}

.p-modal-works__content {
  background: #383231;
  border-radius: 0 0 10px 10px;
  padding: 25px 40px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-modal-works__content {
    padding: 20px;
  }
}
.p-modal-works__title {
  margin: 0 auto 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8em;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .p-modal-works__title {
    font-size: 18px;
  }
}
.p-modal-works__text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-modal-works__text {
    font-size: 13px;
  }
}
.p-modal-pp {
  width: 760px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal-pp {
    width: 500px;
  }
}
.p-modal-pp__inner {
  padding: 50px 45px 60px 35px;
}

@media screen and (max-width: 767px) {
  .p-modal-pp__inner {
    padding: 30px 15px 40px;
  }
}
.p-modal-pp__head {
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-modal-pp__head {
    margin-bottom: 30px;
  }
}
.p-modal-pp__head .label {
  border-bottom: 1px solid #383231;
  padding: 0 10px;
  color: #383231;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.14em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-modal-pp__head .label {
    font-size: 18px;
  }
}
.p-modal-pp__block {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-modal-pp__block {
    font-size: 13px;
  }
}
.p-modal-pp__block + .p-modal-pp__block {
  margin-top: 50px;
}

.p-modal-pp .block__text-bottom {
  margin: 20px 0 0;
  text-align: right;
}

.p-modal-pp p + p {
  margin: 25px 0 0;
}

.p-modal-pp__box {
  margin: 25px 0 0;
}

.p-modal-pp__box:first-child {
  margin-top: 0;
}

.p-modal-pp__box .box__head {
  margin: 0 0 10px;
  color: #a0976c;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.8em;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .p-modal-pp__box .box__head {
    font-size: 16px;
  }
}
.p-modal-pp__box .box__text + dl {
  margin: 25px 0 0;
}

.p-modal-pp__box dl + dl {
  margin: 25px 0 0;
}

.p-modal-pp__box dl dt {
  border-bottom: 1px solid #cac7c6;
}

.p-modal-pp__box dl dd {
  margin: 10px 0 0;
}

.p-modal-pp__box ul {
  padding-left: 15px;
}

.p-modal-pp__box ul li {
  padding: 0 0 0 12px;
  position: relative;
}

.p-modal-pp__box ul li::before {
  content: "";
  background: #a0976c;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
}

.loopslider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.loopslider-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.loopslider-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.loopslider-box {
  float: left;
  overflow: hidden;
}

.loopslider-item {
  float: left;
  overflow: hidden;
}

.wp-pagenavi {
  clear: both;
  margin: 70px auto 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 14px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 7px;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  color: #000;
  line-height: 38px;
  letter-spacing: 0;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    margin: 4px;
    line-height: 28px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}

.wp-pagenavi span.extend {
  background: none;
  color: #000;
}

.wp-pagenavi .pages {
  display: none;
}

/* .wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
} */

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background-color: #000;
  position: relative;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
  content: "";
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #FFF;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink::before,
  .wp-pagenavi a.nextpostslink::before {
    border-width: 4.5px 0 4.5px 8px;
  }
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  opacity: 0.7;
}

.wp-pagenavi a.previouspostslink {
  padding: 0  16px 0 7px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink {
    padding: 0 9px 0 2px;
  }
}
.wp-pagenavi a.previouspostslink::before {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wp-pagenavi a.nextpostslink {
  padding: 0 7px 0 16px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    padding: 0 7px 0 13px;
  }
}
#sb_instagram {
  padding: 0 !important;
}

#sb_instagram .sb_instagram_header {
  display: none;
}

#sb_instagram.sbi_col_3 #sbi_images {
  float: none;
  width: auto;
  padding: 7px 14px;
  margin: 0 -7px 0;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  padding: 7px !important;
}

@media screen and (max-width: 767px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33.33% !important;
  }
}
#toc_container {
  background-image: url("img/deco_1.png"), url("img/deco_2.png"), url("img/deco_3.png"), url("img/deco_4.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 66px, 66px, 44px, 44px;
  margin-top: 50px;
  margin-bottom: 90px;
  padding: 55px 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #toc_container {
    padding: 55px 30px;
    margin-bottom: 60px;
  }
}
#toc_container::before {
  content: "";
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  right: 28px;
  z-index: 1;
  pointer-events: none;
}

#toc_container::after {
  content: "";
  background-color: #FFF;
  background-image: url("img/icon_ribbon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 12px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#toc_container:first-child {
  margin-top: 0;
}

#toc_container a {
  text-decoration: none;
}

#toc_container a:hover {
  opacity: 0.7;
}

#toc_container ul {
  margin: 0;
  padding: 0;
}

#toc_container ul ul {
  margin-left: 25px;
}

#toc_container li {
  margin: 14px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
}

#toc_container li::before {
  content: none;
}

#toc_container .toc_title {
  background: #FFF;
  width: 128px;
  margin: auto;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*220224KOM追加*/
.qalink {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.p-service-flow__box .box__head {
  font-size: 18px;
}

.p-qa__box.-category2 {
  background-color: #e0dba4;
}

.p-qa-single__box.-category2 {
  background-color: #e0dba4;
}

.p-staff .special-box::before {
  left: 100px;
}

@media screen and (max-width: 767px) {
  .p-staff .special-box {
    margin: 20px 0 0 0;
  }
}
.p-staff .article-box {
  margin: 55px 0 0;
}

.p-about-service__btn-box {
  z-index: 100;
}

.p-service-flow__box .box__text {
  letter-spacing: -0.05em;
}

.p-editor p {
  font-weight: normal;
}

.p-editor span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.formcyui {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .formcyui {
    font-size: 12px;
    font-weight: normal;
  }
}
.archive-title2 {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .archive-title2 {
    font-size: 22px;
  }
}
.c-frame2 {
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 990px) {
  .c-frame2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-frame2 {
    width: 100%;
  }
}
.tel {
  display: inline-block;
  margin-top: 10px;
}

.loop-carousel-wrap {
  position: relative;
}

.loop-carousel-wrap .fastfoward,
.loop-carousel-wrap .rewind {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s;
}

.loop-carousel-wrap .fastfoward::before,
.loop-carousel-wrap .rewind::before {
  content: "";
  background-image: url("img/icon_arrow_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 101px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loop-carousel-wrap .fastfoward:hover,
.loop-carousel-wrap .rewind:hover {
  opacity: 0.7;
}

.loop-carousel-wrap .fastfoward {
  right: 0;
}

.loop-carousel-wrap .rewind {
  left: 0;
}

.loop-carousel-wrap .rewind::before {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.loop-carousel-wrap .loop-carousel {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-carousel-wrap .loop-carousel-item {
  display: -webkit-flex;
  display: flex;
}

/*220421KOM追加*/
.f_copy {
  text-align: center;
  font-size: 12px;
  color: #979a9b;
  font-weight: normal;
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .f_copy {
    display: none;
  }
}
/**/
.p-works-contact {
  padding: 80px 0 95px;
}
@media screen and (max-width: 767px) {
  .p-works-contact {
    padding: 30px 0 95px;
  }
}
.p-works-contact.no-space .p-works-contact__wrap {
  padding-top: 0;
}

.p-works-contact__wrap {
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-works-contact__wrap {
    padding-top: 100px;
  }
}

.p-category-list-works {
  width: 1070px;
  margin: 100px auto 75px;
}
@media screen and (max-width: 1120px) {
  .p-category-list-works {
    width: 100%;
    margin: 50px auto;
  }
}
.p-category-list-works .category-list {
  margin: -14px -7px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .p-category-list-works .category-list {
    width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-category-list-works .category-list li {
  margin: 14px 7px 0;
}
.p-category-list-works .category-list li a {
  border: 1px solid #000;
  min-width: 290px;
  height: 50px;
  margin: 0 auto;
  padding: 0 10px 0 50px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.14em;
  display: inline-block;
  transition: 0.3s;
}
.p-category-list-works .category-list li a .label {
  padding: 0 0 0 35px;
  display: inline-block;
  position: relative;
}
.p-category-list-works .category-list li a .label::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-category-list-works .category-list li a.current, .p-category-list-works .category-list li a:hover {
  background: #FFFBE0;
}
.p-category-list-works .category-list .all {
  letter-spacing: 0.2em;
}
.p-category-list-works .category-list .all .label {
  padding-left: 25px;
}
.p-category-list-works .category-list .all .label::before {
  background-image: url("img/icon_all.png");
  width: 15px;
  height: 15px;
}
.p-category-list-works .category-list .basic .label::before {
  background-image: url("img/icon_ribbon_5.png");
}
@media screen and (max-width: 1120px) {
  .p-category-list-works .category-list .special {
    margin-top: 38px;
  }
}
.p-category-list-works .category-list .special a {
  background-color: #D6C26F;
  padding-left: 20px;
}
@media screen and (max-width: 1120px) {
  .p-category-list-works .category-list .special a {
    background-color: transparent;
    padding-left: 10px;
  }
}
.p-category-list-works .category-list .special .label {
  padding-left: 72px;
}
.p-category-list-works .category-list .special .label::before {
  background-image: url("img/chara_10.png");
  width: 228px;
  height: 98px;
  top: auto;
  bottom: 4px;
  left: 0;
}
@media screen and (max-width: 1120px) {
  .p-category-list-works .category-list .special .label::before {
    background-image: url("img/chara_10_sp.png");
    width: 219px;
    height: 90px;
    bottom: -12px;
  }
}

.p-works-2 .c-frame {
  width: 1020px;
}
@media screen and (max-width: 1120px) {
  .p-works-2 .c-frame {
    width: 100%;
  }
}
.p-works-2__wrap {
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .p-works-2__wrap {
    max-width: 600px;
  }
}
.p-works-2__box-wrap {
  margin: -30px -13px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1120px) {
  .p-works-2__box-wrap {
    margin: -20px -6px 0;
  }
}
.p-works-2__item {
  width: 320px;
  margin: 30px 13px 0;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .p-works-2__item {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 6px;
  }
}
.p-works-2__box {
  position: relative;
}
.p-works-2__box .box__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.p-works-2__box .img__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transition: 0.3s;
}
.p-works-2__box .img__frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.p-works-2__box .box__title-1 {
  padding: 0 30px;
  text-align: center;
  line-height: 1.0;
}
@media screen and (max-width: 767px) {
  .p-works-2__box .box__title-1 {
    padding: 0 12px;
  }
}
.p-works-2__box .box__title-1 .label {
  background: #000;
  min-width: 205px;
  min-height: 30px;
  margin: 0 auto;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-works-2__box .box__title-1 .label {
    min-width: 100px;
    padding: 5px 8px;
    font-size: 13px;
  }
}
.p-works-2__box .box__inner {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-works-2__box .box__content {
  width: 100%;
  padding: 0 35px;
  margin: auto;
  color: #FFF;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.p-works-2__box .box__title-2 {
  text-align: center;
}
.p-works-2__box .box__title-2 .label {
  margin: 0 auto;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.14em;
  display: inline-block;
}
.p-works-2__box .box__text {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: normal;
}
.p-works-2 .-basic .p-works-2__box .box__img::after {
  content: "";
  background: #636363;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
}
.p-works-2 .-basic .p-works-2__box .img__frame {
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-works-2 .-basic .p-works-2__box .img__frame {
    border-width: 2px;
  }
}
.p-works-2 .-basic .p-works-2__box .img__frame::before {
  content: "";
  background-color: #000;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-works-2 .-basic .p-works-2__box .img__frame::before {
    width: 15px;
    height: 15px;
  }
}
.p-works-2 .-basic .p-works-2__box .img__frame::after {
  content: "";
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #FFF transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: -8px;
  right: -18px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-works-2 .-basic .p-works-2__box .img__frame::after {
    border-width: 0 11px 11px 11px;
    bottom: -6px;
    right: -11px;
  }
}
.p-works-2 .-basic .p-works-2__box:hover .box__img::after {
  opacity: 1;
  transition: 0.3s;
}
.p-works-2 .-basic .p-works-2__box:hover .box__content {
  opacity: 1;
  transition: 0.3s;
}
.p-works-2 .-special .p-works-2__box::before {
  content: "";
  background-image: url("img/icon_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  margin: auto;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1120px) {
  .p-works-2 .-special .p-works-2__box::before {
    width: 30px;
    height: 30px;
    top: -10px;
  }
}
.p-works-2 .-special .p-works-2__box .img__frame::before {
  content: "";
  background-color: transparent;
  background-image: url("img/waku_1.png"), url("img/waku_2.png"), url("img/waku_3.png"), url("img/waku_4.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 23px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .p-works-2 .-special .p-works-2__box .img__frame::before {
    background-image: url("img/waku_1_sp.png"), url("img/waku_2_sp.png"), url("img/waku_3_sp.png"), url("img/waku_4_sp.png");
    background-size: 14px;
  }
}
.p-works-2 .-special .p-works-2__box .img__frame::after {
  content: "";
  border: 7px solid #D6C26F;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .p-works-2 .-special .p-works-2__box .img__frame::after {
    border-width: 3px;
  }
}
.p-works-2 .-special .p-works-2__box .box__title-1 {
  padding: 0 16px;
}
@media screen and (max-width: 1120px) {
  .p-works-2 .-special .p-works-2__box .box__title-1 {
    padding: 0 14px;
  }
}
.p-works-2 .-special .p-works-2__box .box__title-1 .label {
  background: #D6C26F;
  color: #000;
}
.p-works-2 .-special .p-works-2__box:hover .img__item {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-works-2 .-special .p-works-2__box:hover .box__content {
  opacity: 1;
  transition: 0.3s;
}

.p-works-single {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-works-single {
    padding-top: 40px;
  }
}
.p-works-single__title {
  border-bottom: 3px solid #000;
  padding: 30px 0 5px;
  margin: 0 0 45px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-single__title {
    padding: 25px 0 5px;
    font-size: 18px;
  }
}
.p-works-single__title::before {
  content: "";
  background-image: url("img/icon_ribbon_5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-works-single__title::before {
    width: 23px;
    height: 14px;
  }
}
.p-works-single__title.-special::before {
  background-image: url("img/icon_ribbon_7.png");
}
@media screen and (max-width: 767px) {
  .p-works-single__title {
    margin-bottom: 30px;
  }
}
.p-works-single .img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transition: 0.3s;
}
.p-works-single__imglist {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.p-works-single__img-small {
  margin: 35px auto 0;
  position: relative;
}
.p-works-single__img-small .imglist {
  display: -webkit-flex;
  display: flex;
}
.p-works-single__img-small .imglist li {
  width: 105px;
  cursor: pointer;
}
.p-works-single__img-small .img-box {
  width: 100%;
}
.p-works-single__img-small .img-box:hover {
  opacity: 0.7;
}
.p-works-single .flexslider {
  background: none;
  border: none;
  margin: 0;
}
.p-works-single .flexslider#carousel {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-works-single .flexslider#carousel {
    margin-top: 30px;
  }
}
.p-works-single .flexslider .flex-direction-nav a {
  background: none;
  width: 27px;
  height: 54px;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-works-single .flexslider .flex-direction-nav a::before {
  content: "";
  border-style: solid;
  border-width: 27px 0 27px 27px;
  border-color: transparent transparent transparent #e6dbab;
  width: 0;
  height: 0;
}
.p-works-single .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  -moz-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}
.p-works-single .flexslider .flex-direction-nav .flex-prev::before {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.p-works-single .flexslider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}
.p-works-single .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.p-works-single .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.p-works-single .flexslider:hover .flex-direction-nav .flex-prev:hover,
.p-works-single .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}
.p-works-single .flexslider .flex-caption {
  text-align: center;
}
.p-works-single__comment {
  background: #F3EDD6;
  border-radius: 30px;
  margin: 70px auto 0;
  padding: 45px 50px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-single__comment {
    border-radius: 15px;
    margin-top: 45px;
    padding: 25px;
  }
}
.p-works-single__comment::before {
  content: "";
  background-color: #F3EDD6;
  border-radius: 20px 0 100% 0;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
  overflow: hidden;
}

.p-works-related {
  background: #BCB17F;
  margin: 140px 0 0;
  padding: 60px 0 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-related {
    margin-top: 90px;
    padding: 35px 0 110px;
  }
}
.p-works-related__head {
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-works-related__head {
    padding: 0 15px;
  }
}
.p-works-related__head .label {
  background: #BCB17F;
  border-radius: 18px 18px 0 0;
  min-width: 606px;
  padding: 15px 15px 10px 15px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-works-related__head .label {
    width: 100%;
    min-width: 0;
    padding: 15px 0px 10px 0px;
    font-size: 16px;
    letter-spacing: 0em;
  }
}
.p-works-related__box-wrap {
  margin: 0 -13px;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .p-works-related__box-wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-related__box-wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-works-related__box-wrap {
    padding: 0;
  }
}
.p-works-related__box {
  width: 310px;
  margin: 0 13px;
}
@media screen and (max-width: 640px) {
  .p-works-related__box {
    padding: 0 45px;
  }
}
.p-works-related__box:hover .img__item {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-works-related__box .box__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.p-works-related__box .img__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transition: 0.3s;
}
.p-works-related__box .box__title {
  background: #FFF;
  text-align: center;
  line-height: 1.0;
}
.p-works-related__box .box__title .label {
  min-width: 205px;
  min-height: 30px;
  margin: 0 auto;
  padding: 8px 5px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-works-related__box .box__title .label {
    min-width: 100px;
    padding: 8px;
    font-size: 13px;
  }
}
.p-works-related .slider .slick-arrow {
  width: 27px;
  height: 54px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.3s;
}
.p-works-related .slider .slick-arrow:hover {
  opacity: 0.7;
}
.p-works-related .slider .slick-arrow::before {
  content: none;
}
.p-works-related .slider .slick-arrow::after {
  content: "";
  border-style: solid;
  border-width: 27px 0 27px 27px;
  border-color: transparent transparent transparent #e6dbab;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-works-related .slider .slick-prev {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: -40px;
}
@media screen and (max-width: 1120px) {
  .p-works-related .slider .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-related .slider .slick-prev {
    left: 15px;
  }
}
.p-works-related .slider .slick-next {
  right: -40px;
}
@media screen and (max-width: 1120px) {
  .p-works-related .slider .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-related .slider .slick-next {
    right: 15px;
  }
}
