<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 &amp; 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;
}

html {
  font-size: 62.5%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 56.2%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  line-height: 1.85;
  font-weight: 400;
  color: #5c3d26;
}

a {
  cursor: pointer;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.no-entry {
  font-size: 1.8rem;
  text-align: center;
  padding: 3rem 0;
}

.button-base, .inquiry .content-members-footer .back {
  -webkit-appearance: none;
  background: #D1B9AF url(../images/arrow-right2-white.png) no-repeat center left 12px/17px 28px;
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 1.4rem 6rem;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 304px;
  width: 100%;
  line-height: 1.6;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
}

.button-white, .event-footer .button-white {
  -webkit-appearance: none;
  background: transparent url(../images/arrow-right2.png) no-repeat center left 120px/18px 26px;
  text-align: center;
  border: #A28C81 solid 1px;
  color: #5c3d26;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 2rem 13.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 486px;
  width: 100%;
  line-height: 1.6;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
}

.button-white:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

.single-previous {
  background: transparent url(../images/arrow-left2.png) no-repeat center left 5%/18px 26px;
  max-width: 390px;
  padding: 2.5rem 10rem;
}

@media (min-width: 768px) {
  .single-previous {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .single-previous {
    padding: 2.5rem 6rem;
    width: 35%;
  }
}

@media (max-width: 767px) {
  .single-previous {
    max-width: 264px;
    padding: 1.6rem 4rem;
  }
}

.single-menu {
  background: none;
  max-width: 170px;
  padding: 2.5rem 5.5rem;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .single-menu {
    padding: 2.5rem 3.5rem;
    margin: 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .single-menu {
    max-width: 264px;
    padding: 1.6rem 4rem;
    margin-top: 1.8rem;
  }
}

@media (max-width: 320px) {
  .single-menu {
    margin: 2rem 0 0;
  }
}

.single-next {
  background: transparent url(../images/arrow-right2.png) no-repeat center right 5%/18px 26px;
  max-width: 390px;
  padding: 2.5rem 10rem;
}

@media (min-width: 768px) {
  .single-next {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .single-next {
    padding: 2.5rem 6rem;
    width: 35%;
  }
}

@media (max-width: 767px) {
  .single-next {
    max-width: 264px;
    padding: 1.6rem 4rem;
    margin-top: 1.8rem;
  }
}

.single-link-btn {
  max-width: 486px;
  padding: 4.5rem 7.5rem;
  background: #D1B9AF url(../images/arrow-right2-white.png) no-repeat center left 60px/17px 26px;
}

@media (max-width: 767px) {
  .single-link-btn {
    max-width: 345px;
    font-size: 1.6rem;
    padding: 2.4rem 3rem;
    background: #D1B9AF url(../images/arrow-right2-white.png) no-repeat center left 16px/17px 26px;
  }
}

#toppage .sec-event .event-footer .button-white:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.5);
          box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.5);
}

@media (min-width: 768px) {
  .inquiry .content-members-footer button {
    display: block;
  }
}

@media (min-width: 768px) {
  .inquiry .content-members-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .inquiry .content-members-footer {
    text-align: center;
  }
}

.inquiry .content-members-footer .button-base, .inquiry .content-members-footer .back {
  max-width: 250px;
}

@media (max-width: 767px) {
  .inquiry .content-members-footer :nth-child(2) {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .inquiry .content-members-footer :nth-child(2) {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

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

@media (min-width: 321px) {
  .hidden-xs-up {
    display: none;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.inner, .mv-inner, .newcolumn-inner, .banner-inner, .event-inner, .info-inner, .footer-inner, .single-interview .entry-inner, .entry-wrap, .profile-inner, .single-links-inner, .inner-intro-category, .inner-card-category, .card-category-footer-inner, .single-recommended .entry-inner, .single-event .entry-inner, .recommended-shop-inner, .recommended-event-inner, .sec-about-inner, .sec-notfound-inner, .sec-members-inner, .category-lachicalist .inner-card-category, .single-lachicalist .entry-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .inner, .mv-inner, .newcolumn-inner, .banner-inner, .event-inner, .info-inner, .footer-inner, .single-interview .entry-inner, .entry-wrap, .profile-inner, .single-links-inner, .inner-intro-category, .inner-card-category, .card-category-footer-inner, .single-recommended .entry-inner, .single-event .entry-inner, .recommended-shop-inner, .recommended-event-inner, .sec-about-inner, .sec-notfound-inner, .sec-members-inner, .category-lachicalist .inner-card-category, .single-lachicalist .entry-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner, .mv-inner, .newcolumn-inner, .banner-inner, .event-inner, .info-inner, .footer-inner, .single-interview .entry-inner, .entry-wrap, .profile-inner, .single-links-inner, .inner-intro-category, .inner-card-category, .card-category-footer-inner, .single-recommended .entry-inner, .single-event .entry-inner, .recommended-shop-inner, .recommended-event-inner, .sec-about-inner, .sec-notfound-inner, .sec-members-inner, .category-lachicalist .inner-card-category, .single-lachicalist .entry-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .sec-submv, .single-event .sec-submv, .category-event .sec-submv, .single-lachicalist .sec-submv, .category-lachicalist .sec-submv, .menu .sec-submv, .inquiry .sec-submv, .about .sec-submv, .members .sec-submv, .normal .sec-submv {
    margin-top: 192px;
  }
}

@media (max-width: 767px) {
  .sec-submv, .single-event .sec-submv, .category-event .sec-submv, .single-lachicalist .sec-submv, .category-lachicalist .sec-submv, .menu .sec-submv, .inquiry .sec-submv, .about .sec-submv, .members .sec-submv, .normal .sec-submv {
    margin-top: 100px;
  }
}

.submv-header {
  text-align: center;
}

.submv-header h1 {
  z-index: 0;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #6D4B38;
  padding-top: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .submv-header h1 {
    padding-top: 30px;
    font-size: 1.8rem;
  }
}

.submv-header h1:before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 143px;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 335px;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .submv-header h1:before {
    max-width: calc(335px * 0.6);
    height: calc(143px * 0.6);
    top: 20px;
  }
}

@media (max-width: 767px) {
  .submv-header h1:before {
    max-width: calc(335px * 0.4);
    height: calc(143px * 0.4);
    top: 0px;
  }
}

.single-interview .sec-submv, .category-interview .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 40%, #F1E7E4);
}

.single-interview .submv-header h1:before, .category-interview .submv-header h1:before {
  background-image: url("../images/title-interview-white.png");
  height: 143px;
  max-width: 335px;
}

@media (min-width: 768px) {
  .single-interview .submv-header h1:before, .category-interview .submv-header h1:before {
    max-width: calc(335px * 0.6);
    height: calc(143px * 0.6);
    top: 0px;
  }
}

@media (max-width: 767px) {
  .single-interview .submv-header h1:before, .category-interview .submv-header h1:before {
    max-width: calc(335px * 0.4);
    height: calc(143px * 0.4);
    top: 0px;
  }
}

.single-recommended .sec-submv, .single-event .sec-submv, .category-recommended .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 80%, #F1E7E4);
}

.single-recommended .submv-header h1:before, .single-event .submv-header h1:before, .category-recommended .submv-header h1:before {
  background-image: url("../images/title-recommended-white.png");
  height: 144px;
  max-width: 457px;
}

@media (min-width: 768px) {
  .single-recommended .submv-header h1:before, .single-event .submv-header h1:before, .category-recommended .submv-header h1:before {
    max-width: calc(457px * 0.6);
    height: calc(144px * 0.6);
    top: 0px;
  }
}

@media (max-width: 767px) {
  .single-recommended .submv-header h1:before, .single-event .submv-header h1:before, .category-recommended .submv-header h1:before {
    max-width: calc(457px * 0.4);
    height: calc(144px * 0.4);
    top: 0px;
  }
}

.single-event .sec-submv, .category-event .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 20%, #F1E7E4);
}

.single-event .submv-header h1:before, .category-event .submv-header h1:before {
  background-image: url("../images/title-event-white.png");
  height: 100px;
  width: 200px;
}

@media (min-width: 768px) {
  .single-event .submv-header h1:before, .category-event .submv-header h1:before {
    max-width: calc(200px * 0.6);
    height: calc(100px * 0.6);
    top: 20px;
  }
}

@media (max-width: 767px) {
  .single-event .submv-header h1:before, .category-event .submv-header h1:before {
    max-width: calc(200px*0.4);
    height: calc(100px*0.4);
    top: 10px;
  }
}

.single-lachicalist .sec-submv, .category-lachicalist .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 60%, #F1E7E4);
}

.single-lachicalist .submv-header h1:before, .category-lachicalist .submv-header h1:before {
  background-image: url("../images/title-lachicalist-white.png");
  height: 132px;
  max-width: 358px;
}

@media (min-width: 768px) {
  .single-lachicalist .submv-header h1:before, .category-lachicalist .submv-header h1:before {
    max-width: calc(358px * 0.6);
    height: calc(132px * 0.6);
    top: 0px;
  }
}

@media (max-width: 767px) {
  .single-lachicalist .submv-header h1:before, .category-lachicalist .submv-header h1:before {
    max-width: calc(358px*0.4);
    height: calc(132px*0.4);
    top: 10px;
  }
}

.menu .sec-submv, .inquiry .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 60%, #F1E7E4);
}

.menu .submv-header h1:before, .inquiry .submv-header h1:before {
  background-image: url("../images/title-lachic-white.png");
  height: 127px;
  width: 272px;
}

@media (min-width: 768px) {
  .menu .submv-header h1:before, .inquiry .submv-header h1:before {
    max-width: calc(272px * 0.6);
    height: calc(127px * 0.6);
    top: 0px;
  }
}

@media (max-width: 767px) {
  .menu .submv-header h1:before, .inquiry .submv-header h1:before {
    max-width: calc(272px*0.4);
    height: calc(127px*0.4);
    top: 10px;
  }
}

.about .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 40%, #F1E7E4);
}

.about .submv-header h1:before {
  background-image: url("../images/title-about-white@2x.png");
  height: 119px;
  width: 231px;
}

@media (min-width: 768px) {
  .about .submv-header h1:before {
    max-width: calc(231px * 0.6);
    height: calc(119px * 0.6);
    top: 10px;
  }
}

@media (max-width: 767px) {
  .about .submv-header h1:before {
    max-width: calc(231px*0.4);
    height: calc(119px*0.4);
    top: 10px;
  }
}

.members .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 20%, #F1E7E4);
}

.members .submv-header h1:before {
  background-image: url("../images/title-members-white.png");
  height: 135px;
  width: 330px;
}

@media (min-width: 768px) {
  .members .submv-header h1:before {
    max-width: calc(330px * 0.6);
    height: calc(135px * 0.6);
    top: 0px;
  }
}

@media (max-width: 767px) {
  .members .submv-header h1:before {
    max-width: calc(330px*0.4);
    height: calc(135px*0.4);
    top: 10px;
  }
}

.normal .sec-submv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 60%, #F1E7E4);
}

/*ボタン全体の形状*/
.openbtn1 {
  /*はじめは非表示に*/
  display: none;
  /*ボタンの位置*/
  position: fixed;
  top: 26px;
  right: 10px;
  z-index: 999;
  /*ボタンの形状*/
  background: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: #D1B9AF 1px solid;
}

/*ボタンのアイコン設定*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 8px;
  height: 1px;
  background-color: #D1B9AF;
  width: 65%;
}

.openbtn1 span:nth-of-type(1) {
  top: 14px;
}

.openbtn1 span:nth-of-type(2) {
  top: 20px;
}

.openbtn1 span:nth-of-type(3) {
  top: 26px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn1.active span:nth-of-type(1) {
  top: 14px;
  left: 8px;
  -webkit-transform: translateY(6px) rotate(-25deg);
          transform: translateY(6px) rotate(-25deg);
  width: 65%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 26px;
  left: 8px;
  -webkit-transform: translateY(-6px) rotate(25deg);
          transform: translateY(-6px) rotate(25deg);
  width: 65%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*ヘッダー*/
#header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-wrap {
  text-align: center;
}

/*ヘッダーロゴ*/
.header-logo img {
  width: 100%;
  max-width: 230px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .header-logo img {
    width: 100%;
    max-width: 160px;
    padding-top: 20px;
  }
}

/*SNSアイコン*/
.header-sns {
  position: absolute;
  top: 45px;
  right: 2%;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .header-sns {
    display: none;
  }
}

.header-sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sns-icon + .header-sns-icon {
  margin-left: 2.4rem;
}

.header-sns-icon li img {
  max-width: 2.4rem;
}

/*ナビゲーション*/
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 4.5rem;
  }
}

.header-nav-list {
  margin-top: 20px;
}

.header-nav-list a {
  position: relative;
  display: inline-block;
}

.header-nav-list a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #9E8475;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header-nav-list a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-nav-group {
  margin-top: 60px;
}

.header-nav-item-link {
  font-size: 1.8rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  color: #6E5447;
  letter-spacing: .05em;
  line-height: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .header-nav-item-link {
    font-size: 20px;
    text-align: center;
    padding: 0;
    height: 80px;
    line-height: 80px;
  }
}

/* スクロール後縮小時 */
#header.smaller .header-wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #header.smaller .header-wrap {
    text-align: center;
    display: block;
  }
}

#header.smaller .header-logo img {
  width: 165px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#header.smaller .header-sns {
  top: 30px;
}

#header.smaller .g-navi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1150px) {
  #header.smaller .g-navi {
    margin: 0;
  }
}

#header.smaller .header-nav-item-link {
  white-space: nowrap;
}

.smaller.openbtn1 {
  top: 13px;
}

/* スマホ */
.sp-menu {
  display: none;
}

#g-navi-sp {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 300px;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.7);
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-navi-sp.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-navi-sp.panelactive #g-navi-sp-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 300px;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/*ナビゲーション*/
#g-navi-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*リストのレイアウト設定*/
#g-navi-sp li {
  list-style: none;
  text-align: center;
}

#g-navi-sp li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.nav-sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.nav-logo {
  width: 100%;
}

.sec-mv {
  background: linear-gradient(-45deg, #E6DED9, #D1B9AF 30%, #F1E7E4);
  height: 608px;
}

@media (min-width: 768px) {
  .sec-mv {
    margin-top: 192px;
  }
}

@media (max-width: 767px) {
  .sec-mv {
    margin-top: 100px;
    height: 898px;
  }
}

.mv-inner {
  max-width: 1184px;
}

@media (max-width: 767px) {
  .mv-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.mv-body {
  padding-top: 36px;
  display: block;
}

@media (min-width: 768px) {
  .mv-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 95px;
  }
}

.mv-contents {
  max-width: 840px;
  height: 400px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .mv-contents {
    height: 626px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mv-sponsor {
    height: 400px;
    width: 27%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .mv-sponsor {
    margin-top: 50px;
  }
}

.mv-sponsor-img {
  text-align: center;
}

@media (max-width: 767px) {
  .slider2 {
    width: 100%;
  }
}

.slider1.swiper-container {
  width: 100%;
  padding-bottom: 40px;
}

.slider2.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.swiper-card-img {
  height: 400px;
  max-width: 840px;
  width: 100%;
}

@media (max-width: 767px) {
  .swiper-card-img {
    height: 626px;
  }
}

@media (max-width: 767px) {
  .swiper-card-img img {
    height: 626px;
  }
}

.slider1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #F9F7F6;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.swiper-pagination-bullet-active {
  background: #5c3d26;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  display: none;
}

.slider1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-interview .swiper-card-img, .slide-recommended .swiper-card-img, .slide-lachicalist .swiper-card-img {
  position: relative;
}

.slide-interview .swiper-card-label, .slide-recommended .swiper-card-label, .slide-lachicalist .swiper-card-label {
  position: absolute;
  bottom: 70px;
}

.slide-interview .swiper-card-label img, .slide-recommended .swiper-card-label img, .slide-lachicalist .swiper-card-label img {
  width: 232px;
}

@media (max-width: 767px) {
  .slide-interview .swiper-card-label, .slide-recommended .swiper-card-label, .slide-lachicalist .swiper-card-label {
    bottom: 118px;
  }
}

.slide-interview .swiper-card-text, .slide-recommended .swiper-card-text, .slide-lachicalist .swiper-card-text {
  position: absolute;
  bottom: 46px;
  right: 0;
  background-color: #CB9FA7;
  color: #fff;
  padding: 1.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .slide-interview .swiper-card-text, .slide-recommended .swiper-card-text, .slide-lachicalist .swiper-card-text {
    text-align: right;
    padding: 1.2rem;
  }
}

.slide-event .swiper-card-img {
  position: relative;
}

.slide-event .swiper-card-label {
  position: absolute;
  bottom: 28px;
  left: 260px;
}

@media (max-width: 767px) {
  .slide-event .swiper-card-label {
    left: 30px;
  }
}

.slide-event .swiper-card-label img {
  width: 300px;
}

.slide-event .swiper-card-text {
  position: absolute;
  right: 60px;
  bottom: 200px;
  color: #5c3d26;
  font-size: 3.2rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .slide-event .swiper-card-text {
    right: 0;
    text-align: left;
  }
}

.slide-event .dots {
  position: relative;
  /* 基準値とする */
}

.slide-event .dots::before {
  content: "・";
  /* 文字の上に置くものを指定 */
  position: absolute;
  /* 相対位置とする */
  top: -1em;
  /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 横方向の表示位置を調整 */
  color: #229FC0;
}

.slide-lachic .swiper-card-img {
  position: relative;
}

.slide-lachic .swiper-card-label {
  position: absolute;
  bottom: 22px;
  left: 25px;
}

@media (max-width: 767px) {
  .slide-lachic .swiper-card-label {
    bottom: 200px;
  }
}

.slide-lachic .swiper-card-label img {
  width: 300px;
}

.slide-lachic .swiper-card-text {
  position: absolute;
  right: 60px;
  bottom: 130px;
  color: #5c3d26;
  font-size: 3.2rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  letter-spacing: .1em;
  text-align: left;
}

@media (max-width: 767px) {
  .slide-lachic .swiper-card-text {
    right: 10px;
    bottom: 70px;
  }
}

.swiper-sponsor-item {
  margin-bottom: 20px;
}

.sec-newcolumn {
  background-color: #F9F7F6;
  padding: 86px 0 64px;
}

@media (max-width: 767px) {
  .sec-newcolumn {
    padding: 65px 0 45px;
  }
}

.newcolumn-inner {
  max-width: 1274px;
}

.newcolumn-header {
  text-align: center;
  position: relative;
  z-index: 0;
}

.newcolumn-title {
  color: #000;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .newcolumn-title {
    padding-top: 0;
  }
}

.newcolumn-title::before {
  position: absolute;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .newcolumn-title::before {
    background-image: url("../images/title-newcolumn.png");
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 30px;
    height: 109px;
    max-width: 1096px;
  }
}

@media (max-width: 767px) {
  .newcolumn-title::before {
    background-image: url("../images/title-newcolumn-sp.png");
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 0;
    height: 38px;
    max-width: 400px;
  }
}

.newcolumn-title-en {
  color: #A28C81;
  letter-spacing: .08em;
  margin-top: -8px;
}

.card-group {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .card-group {
    margin-top: 0;
  }
}

.card-group-underthree {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .card-group-underthree {
    margin-top: 0;
  }
}

.card {
  overflow: hidden;
  position: relative;
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .card {
    margin-top: 20px;
  }
}

.card::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 767px) {
  .card::before {
    padding-top: 75%;
  }
}

.card:nth-child(4n) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .card {
    width: calc(33.33333% - 30px * 2 / 3);
    margin-right: 30px;
  }
  .card:nth-child(3n) {
    margin-right: 0px;
  }
  .card:nth-child(4n) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .card {
    width: 100%;
    margin-right: 0;
  }
  .card:nth-child(4n) {
    margin-right: 0;
  }
}

.card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.card-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-tag {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  background-color: #fff;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 700;
}

.card-body {
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.card-title {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 3em;
}

@media (max-width: 767px) {
  .card-title {
    max-width: 400px;
  }
}

.btn-more {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-more img {
  -webkit-filter: none;
          filter: none;
}

.btn-more:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

@media (max-width: 767px) {
  .card.btn-more::before {
    padding-top: 18%;
  }
}

.btn-more .card-title {
  margin: 0 auto;
  font-size: 2.4rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  white-space: nowrap;
}

.btn-more .card-title:before {
  content: "";
  display: inline-block;
  background: transparent url(../images/arrow-right2-white.png) no-repeat center center/contain;
  width: 18px;
  height: 26px;
  margin-right: 8px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .btn-more .card-title:before {
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .btn-more .card-title {
    font-size: 1.8rem;
  }
}

.btn-more .card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*========================================
banner
========================================*/
.sec-banner {
  padding: 64px 0;
}

@media (max-width: 767px) {
  .sec-banner {
    padding-bottom: 58px;
  }
}

.banner-inner {
  max-width: 992px;
}

.banner-group {
  text-align: center;
}

@media (min-width: 768px) {
  .banner-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner + .banner {
  margin-left: 20px;
}

.banner:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

.banner-img img {
  max-width: 48.6rem;
  width: 100%;
}

/*========================================
event
========================================*/
.sec-event {
  background: linear-gradient(-75deg, #EAEAEA, #FFFFFF 50%, #EAEAEA);
  padding: 100px 0 64px;
}

@media (max-width: 767px) {
  .sec-event {
    padding: 70px 0 60px;
  }
}

.event-inner {
  max-width: 900px;
}

.event-header {
  z-index: 0;
  position: relative;
}

.event-title, .recommended-shop-title, .single-lachicalist .recommended-interview-title, .recommended-event-title {
  text-align: center;
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
}

.event-title::before, .recommended-shop-title::before, .single-lachicalist .recommended-interview-title::before, .recommended-event-title::before {
  position: absolute;
  content: url("../images/title-event-beige.png");
  display: inline-block;
  height: 60px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 125px;
  width: 100%;
  z-index: -1;
}

.list-group {
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .list-group {
    margin-top: calc(35px * 0.6);
  }
}

@media (max-width: 767px) {
  .list-group {
    margin-top: 17px;
  }
}

.list {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  -webkit-box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.1);
          box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.1);
  margin-bottom: 24px;
  text-decoration: none;
}

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

.list:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.5);
          box-shadow: 0px 3px 18px rgba(109, 109, 109, 0.5);
}

.list:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .list {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 26px;
  }
}

.list-img {
  overflow: hidden;
  position: relative;
}

.list-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.list-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {
  .list-img {
    width: calc(240 / 900 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .list-img::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
}

@media (max-width: 767px) {
  .list-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.list-tag {
  position: absolute;
  bottom: 0;
  background-color: #ADADAD;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 3rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .list-tag {
    right: 0;
  }
}

@media (max-width: 767px) {
  .list-tag {
    left: 0;
  }
}

@media (min-width: 768px) {
  .list-body {
    width: calc(660 / 900 * 100%);
    padding: 18px 37px 12px 23px;
  }
}

@media (max-width: 767px) {
  .list-body {
    width: 100%;
    padding: 15px 15px 36px 15px;
  }
}

.list-date {
  font-size: 1.5rem;
  color: #5c3d26;
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  .list-date {
    font-size: 1.3rem;
  }
}

.list-title {
  font-size: 1.8rem;
  color: #5c3d26;
  line-height: calc(24/18);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 3em;
}

@media (max-width: 767px) {
  .list-title {
    font-size: 1.5rem;
  }
}

.list-excerpt {
  font-size: 1.3rem;
  color: #999999;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

@media (max-width: 767px) {
  .list-excerpt {
    margin-top: 14px;
    font-size: 1.1rem;
  }
}

.event-footer {
  margin-top: 44px;
  text-align: center;
}

@media (max-width: 767px) {
  .event-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .event-footer .button-white {
    padding: 20px 20px 20px 35px;
    max-width: 264px;
    background: transparent url(../images/arrow-right2.png) no-repeat center left 20px/18px 26px;
  }
}

/*========================================
info
========================================*/
.sec-info {
  background: linear-gradient(75deg, #F9EFEE, #FFFFFF, #F1E7E4);
  padding: 36px 0 44px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-info {
    padding: calc(200px * 0.6) 0 calc(186px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-info {
    padding: 68px 0 85px;
  }
}

.info-inner {
  max-width: 756px;
}

.info-header {
  text-align: center;
}

.info-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-link {
  margin-top: 30px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1280px) {
  .info-link {
    width: calc(33.3333333% - 30px * 2 / 3);
  }
  .info-link:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .info-link {
    width: calc(33.33333% - 30px * 2 / 3);
  }
  .info-link:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .info-link {
    width: calc(50% - 30px / 2);
  }
  .info-link:nth-child(2n) {
    margin-right: 0;
  }
}

.info-link:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

.info-link-img {
  position: relative;
}

.info-link-img .info-link-text {
  position: absolute;
  color: #fff;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 2.3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  font-weight: 700;
}

@media (max-width: 767px) {
  .info-link-img .info-link-text {
    font-size: 1.8rem;
  }
}

.info-link-img img {
  max-width: 232px;
  width: 100%;
}

/*========================================
footer
========================================*/
.footer-inner {
  max-width: 1075px;
}

.footer-container {
  background: linear-gradient(75deg, #F9EFEE, #FFFFFF, #F1E7E4);
  padding: 52px 0 20px;
  position: relative;
}

.footer-container::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../images/bg-footer-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1349px;
  width: 90%;
  height: 1px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 767px) {
  .footer-container {
    padding: 69px 0 25px;
  }
}

@media (min-width: 768px) {
  .footer-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-logo img {
  width: 330px;
}

@media (min-width: 768px) {
  .footer-logo img {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .footer-logo img {
    width: 200px;
  }
}

.footer-text {
  font-size: 1.3rem;
  line-height: calc(30/13);
  color: #6D4B38;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-text {
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .footer-text {
    text-align: center;
    margin-top: 34px;
  }
}

@media (min-width: 768px) {
  .footer-link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-link-group {
    text-align: center;
  }
}

.footer-links {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer-links {
    margin-top: 76px;
  }
}

.footer-link-item {
  font-size: 1.3rem;
  color: #5c3d26;
  display: block;
}

@media (min-width: 768px) {
  .footer-link-item::after {
    margin: 0 37px;
    content: "|";
  }
  .footer-link-item:last-child::after {
    display: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .footer-link-item + .footer-link-item {
    margin-top: 1.8rem;
  }
}

.footer-sns {
  margin-top: 50px;
}

.footer-sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sns-icon + .footer-sns-icon {
  margin-left: 5rem;
}

@media (max-width: 767px) {
  .footer-sns-icon + .footer-sns-icon {
    margin-left: 35px;
  }
}

.footer-sns-icon img {
  width: 3.6rem;
}

@media (max-width: 767px) {
  .footer-sns-icon img {
    width: 26px;
  }
}

.footer-bottom {
  margin-top: 55px;
  text-align: center;
}

.copyright {
  color: #5c3d26;
  font-size: 2rem;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 1.5rem;
  }
}

.go-top-arrow {
  margin-top: 4px;
}

.sp-go-top {
  padding: 50px;
  text-align: center;
  margin-top: 40px;
}

#page-top a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 18px;
  border: #D1B9AF solid 1px;
  border-radius: 50%;
}

#page-top a:hover, #page-top a:active {
  -webkit-box-shadow: 0 5px 8px rgba(92, 61, 38, 0.3);
          box-shadow: 0 5px 8px rgba(92, 61, 38, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  z-index: 2;
  padding-bottom: 20px;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

@media (min-width: 1280px) {
  #page-top {
    right: calc(50% - 1280px / 2 + 10px);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  #page-top {
    right: 10px;
  }
}

@media (max-width: 767px) {
  #page-top {
    right: 10px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.intro-bg {
  background-color: #F9F7F6;
}

.sec-intro {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-intro {
    margin-top: calc(60px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-intro {
    margin-top: 3.5rem;
  }
}

.breadcrumb {
  padding-top: 20px;
  color: #666666;
  font-size: 1.2rem;
}

.bread-list &gt; li:nth-of-type(n+2)::before {
  content: "/";
  font-size: 1.2rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.bread-list li {
  display: inline;
}

.intro-body-text {
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .intro-body-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .intro-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .intro-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 2fr 1fr;
        grid-template-rows: 2fr 1fr;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

.intro-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  color: #5c3d26;
  font-size: 1.6rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
}

.single-interview .intro-body-text-lead {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .single-interview .intro-body-text-lead {
    font-size: 1.8rem;
  }
}

.single-interview .big {
  display: block;
}

.single-interview table {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-collapse: collapse;
}

.single-interview table tr {
  border: #D1B9AF 1px solid;
}

.single-interview table td {
  vertical-align: middle;
  border: #D1B9AF 1px solid;
}

.single-interview table tr th {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
  border: #D1B9AF 1px solid;
}

.single-interview table tr td {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
}

@media (max-width: 767px) {
  .single-interview table tr td {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .intro-body {
    padding: 0 5rem;
  }
}

.intro-img {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/4/3;
  text-align: center;
}

@media (max-width: 767px) {
  .intro-img {
    margin-top: 10px;
  }
}

.intro-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 345px;
}

.intro-title {
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #6E5447;
  font-weight: 500;
}

@media (max-width: 767px) {
  .intro-title {
    font-size: 1.5rem;
    margin-top: 44px;
  }
}

@media (min-width: 768px) {
  .intro-title-inner {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 垂直中心 */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .intro-title-inner::after {
    border-top: 1px solid #A28C81;
    content: "";
    width: 70%;
    margin-left: 5rem;
  }
}

@media (max-width: 767px) {
  .intro-title-inner {
    text-align: center;
  }
}

.intro-header {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  color: #6E5447;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  text-align: right;
  padding: 10px 50px 0;
}

@media (max-width: 767px) {
  .intro-header {
    margin-top: 26px;
    padding: 0;
    text-align: center;
  }
}

.intro-header-company {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .intro-header-company {
    font-size: 1.5rem;
  }
}

.intro-header-name {
  font-size: 4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .intro-header-name {
    font-size: 2.2rem;
  }
}

.entry-bg {
  background-color: #F9F7F6;
  height: 330px;
}

@media (max-width: 767px) {
  .entry-bg {
    height: 250px;
  }
}

.single-interview .entry {
  margin-top: -220px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .single-interview .entry {
    margin-top: calc(-220px * 1.2);
  }
}

.single-interview .entry-inner {
  max-width: 1128px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .single-interview .entry-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.entry-wrap {
  max-width: 746px;
}

.single-interview .entry-header {
  padding-top: 6rem;
  text-align: center;
}

.entry-title {
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 3.6rem;
  padding-bottom: 5.9rem;
}

@media (max-width: 1279px) {
  .entry-title {
    padding-bottom: calc(59px * 0.6);
  }
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 2.2rem;
  }
}

.entry-lead {
  color: #5c3d26;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-lead {
    font-size: 1.6rem;
  }
}

.entry-body, .single-event .entry-body {
  margin-top: 6.5rem;
  color: #333;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body, .single-event .entry-body {
    font-size: 1.6rem;
  }
}

.entry-body hr, .single-event .entry-body hr {
  border-style: none;
  border-top: 1px solid #D1B9AF;
}

.entry-body h1, .single-event .entry-body h1 {
  color: #333;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .entry-body h1, .single-event .entry-body h1 {
    font-size: 24px;
  }
}

.entry-body img, .single-event .entry-body img {
  padding-bottom: 2.4rem;
  vertical-align: middle;
}

.entry-body .imgLeft {
  float: left;
  display: block;
}

.entry-body .imgCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.entry-body .imgRight {
  float: right;
  display: block;
}

.entry-body h2, .single-event .entry-body h2 {
  color: #333;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  padding-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .entry-body h2, .single-event .entry-body h2 {
    font-size: 2rem;
  }
}

.entry-body h3, .single-event .entry-body h3 {
  font-size: 2.4rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 2.2rem;
}

@media (max-width: 767px) {
  .entry-body h3, .single-event .entry-body h3 {
    font-size: 2rem;
  }
}

.entry-body h4, .single-event .entry-body h4, .entry-body h5, .single-event .entry-body h5, .entry-body h6, .single-event .entry-body h6 {
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .entry-body h4, .single-event .entry-body h4, .entry-body h5, .single-event .entry-body h5, .entry-body h6, .single-event .entry-body h6 {
    font-size: 1.8rem;
  }
}

.entry-body p, .single-event .entry-body p {
  color: #333;
  font-size: 1.8rem;
  padding-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body p, .single-event .entry-body p {
    font-size: 1.6rem;
  }
}

.entry-body ul, .single-event .entry-body ul {
  list-style-type: disc;
  padding-bottom: 1.8rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body ul, .single-event .entry-body ul {
    font-size: 1.6rem;
  }
}

.entry-body ol, .single-event .entry-body ol {
  list-style-type: decimal;
  padding-bottom: 1.8rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body ol, .single-event .entry-body ol {
    font-size: 1.6rem;
  }
}

.entry-body li, .single-event .entry-body li {
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body li, .single-event .entry-body li {
    font-size: 1.6rem;
  }
}

.entry-body blockquote, .single-event .entry-body blockquote {
  background: #eee;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
  padding: 1.8rem;
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body blockquote, .single-event .entry-body blockquote {
    font-size: 1.6rem;
  }
}

.entry-body blockquote &gt; :first-child {
  padding-top: 0;
}

.entry-body blockquote &gt; :last-child {
  padding-bottom: 0;
}

.entry-body q, .single-event .entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body q, .single-event .entry-body q {
    font-size: 1.6rem;
  }
}

.entry-body b, .single-event .entry-body b {
  font-weight: 700;
}

.entry-body a, .single-event .entry-body a {
  color: #8F3E5F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .entry-body a, .single-event .entry-body a {
    font-size: 1.6rem;
  }
}

.entry-body a:hover {
  opacity: 0.6;
}

.sec-profile {
  margin-top: 112px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-profile {
    margin-top: calc(112px * 0.6);
  }
}

.profile-inner {
  max-width: 1000px;
  width: 100%;
  border-top: #D1B9AF 1px solid;
  border-bottom: #D1B9AF 1px solid;
}

@media (max-width: 767px) {
  .profile-inner {
    width: 90%;
  }
}

.profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

@media (max-width: 767px) {
  .profile-wrap {
    padding: 17px 0;
  }
}

.profile-img {
  width: 48%;
}

@media (max-width: 767px) {
  .profile-img {
    width: 37%;
  }
}

.profile-img img {
  max-width: 450px;
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .profile-img img {
    height: 100px;
  }
}

.profile-title-img {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .profile-title-img {
    padding-top: 0;
    max-width: 80px;
  }
}

.profile-header-name {
  font-size: 1.8rem;
  color: #333;
}

.profile-header-number {
  color: #8F3E5F;
  font-size: 1.2rem;
  margin-top: -5px;
}

.profile-body {
  width: 48%;
  color: #333;
  padding-left: 6rem;
}

@media (max-width: 767px) {
  .profile-body {
    padding-left: 10px;
    width: 62%;
  }
}

.profile-text {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .profile-text {
    margin-top: 1.2rem;
  }
}

.profile-footer {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .profile-footer {
    margin-top: 2rem;
  }
}

.profile-sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-sns-icon + .profile-sns-icon {
  margin-left: 2rem;
}

.profile-sns-icon img {
  width: 1.6rem;
}

.single-button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .single-button {
    margin-top: 30px;
    margin-bottom: 65px;
  }
}

.single-links {
  margin: 45px 0;
}

@media (max-width: 767px) {
  .single-links {
    margin: 65px 0;
  }
}

.single-links-inner {
  max-width: 1000px;
}

.single-link-group li {
  text-align: center;
}

@media (min-width: 768px) {
  .single-link-group {
    position: relative;
  }
}

@media (min-width: 768px) {
  .single-link-group .single-previous {
    float: left;
  }
  .single-link-group .single-next {
    float: right;
  }
}

.single-links-menu {
  text-align: center;
}

.single-previous {
  white-space: nowrap;
}

.single-next {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .btn-invisible {
    visibility: hidden;
  }
}

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

.inner-intro-category {
  max-width: 1112px;
}

@media (max-width: 767px) {
  .inner-intro-category {
    padding-right: 0;
    padding-left: 0;
  }
}

.sec-intro-category {
  margin: 82px 82px 0;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-intro-category {
    margin: calc(82px * 0.6) calc(82px * 0.6) 0;
  }
}

@media (max-width: 767px) {
  .sec-intro-category {
    margin: 20px 20px 0;
  }
}

.intro-category-lead, .single-interview .big, .category-interview .big, .about .big, .members .big, .category-lachicalist .big, .inquiry .big, .normal .big {
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .intro-category-lead, .single-interview .big, .category-interview .big, .about .big, .members .big, .category-lachicalist .big, .inquiry .big, .normal .big {
    font-size: 1.8rem;
  }
}

.intro-category-text, .single-interview .intro-category, .category-interview .intro-category, .about .intro-category, .members .intro-category, .category-lachicalist .intro-category, .inquiry .intro-category, .normal .intro-category {
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .intro-category-text, .single-interview .intro-category, .category-interview .intro-category, .about .intro-category, .members .intro-category, .category-lachicalist .intro-category, .inquiry .intro-category, .normal .intro-category {
    font-size: 1.4rem;
  }
}

.sec-card-category {
  margin-top: 40px;
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-card-category {
    margin-top: calc(40px * 0.6);
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-card-category {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

.inner-card-category {
  max-width: 1112px;
}

@media (max-width: 767px) {
  .inner-card-category {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.card-category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-category {
  position: relative;
  width: calc(50% - 32px * 1/ 2);
  margin-right: 32px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-category:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .card-category {
    width: 100%;
    margin-right: 0;
  }
}

.card-category:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
  opacity: 1;
}

.card-category-bg {
  background-color: #fff;
  padding: 0 4.5rem 4.3rem;
}

@media (max-width: 767px) {
  .card-category-bg {
    position: relative;
    padding: 0 3rem 3rem;
  }
}

@media (max-width: 320px) {
  .card-category-bg {
    padding: 0 2rem 3rem;
  }
}

.card-category-tag {
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  background-color: #E0CFC8;
  display: inline-block;
  font-size: 3.2rem;
  padding: 0px 12px;
}

@media (min-width: 768px) {
  .card-category-tag {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .card-category-tag {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.1rem;
    padding: 0 10px;
  }
}

.category-interview .card-category-title, .single-lachicalist .card-category-title, .menu .card-category-title {
  color: #5c3d26;
  font-size: 2rem;
  padding: 4.5rem 0 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 2em;
  max-height: 6em;
}

@media (max-width: 767px) {
  .category-interview .card-category-title, .single-lachicalist .card-category-title, .menu .card-category-title {
    padding: 4rem 0 2rem;
    font-size: 1.8rem;
  }
}

.card-category-author {
  padding: 0;
  text-align: right;
  display: block;
}

.card-category-author {
  margin-top: 20px;
}

.card-category-company {
  font-size: 1.6rem;
  color: #6E5447;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .card-category-company {
    font-size: 1.3rem;
  }
}

.card-category-name {
  font-size: 2.8rem;
  color: #6E5447;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .card-category-name {
    font-size: 2rem;
  }
}

.card-category-img {
  margin-top: 2.5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.card-category-img::before {
  content: "";
  display: block;
  padding-top: 67%;
}

@media (max-width: 767px) {
  .card-category-img {
    padding: 0;
    margin-top: 1.8rem;
  }
}

.card-category-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: absolute;
}

.card-category-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-category-excerpt {
  padding: 0;
  margin-top: 3.5rem;
  color: #5c3d26;
  font-size: 1.5rem;
}

@media (max-width: 1279px) {
  .card-category-excerpt {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .card-category-excerpt {
    padding: 0;
    font-size: 1.3rem;
  }
}

.card-category-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 7.5em;
}

.sec-card-category-footer {
  padding-bottom: 182px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-card-category-footer {
    padding-bottom: calc(182px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-card-category-footer {
    padding-bottom: 109px;
  }
}

.card-category-footer-inner {
  max-width: 1112px;
}

@media (max-width: 767px) {
  .card-category-footer-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.card-category-footer-text {
  font-size: 1.2rem;
  color: #5c3d26;
}

@media (max-width: 767px) {
  .card-category-footer-text {
    text-align: center;
  }
}

.page-numbers {
  border: #E0CFC8 1px solid;
  padding: 0px 1.7rem;
  color: #E0CFC8;
  font-size: 2.4rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .page-numbers {
    padding: 0px 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-numbers {
    font-size: 2rem;
    padding: 0px 1.2rem;
  }
}

.page-numbers.current {
  background-color: #fff;
  border: #9E8475 1px solid;
  color: #9E8475;
}

.page-numbers.prev, .page-numbers.next {
  background-color: #D1B9AF;
}

.page-numbers + .page-numbers {
  margin-left: 8px;
}

@media (max-width: 320px) {
  .page-numbers + .page-numbers {
    margin-left: 3px;
  }
}

.page-numbers img {
  width: 10px;
  height: 16px;
  margin-top: 12px;
}

.page-numbers:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

.page-numbers.current:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.pagination {
  text-align: center;
}

@media (min-width: 768px) {
  .pagination {
    margin-top: -2rem;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 1.4rem;
  }
}

.category-interview .big {
  display: block;
}

.single-recommended .entry, .single-event .entry {
  margin-top: 62px;
}

.single-recommended .entry-header, .single-event .entry-header {
  background-color: #F9F7F6;
  position: relative;
}

@media (max-width: 767px) {
  .single-recommended .entry-header, .single-event .entry-header {
    padding: 0 18px;
  }
}

.single-recommended .entry-title, .single-event .entry-title {
  margin-top: 20px;
  padding-bottom: 0;
}

.single-recommended .recommended-tag, .single-event .recommended-tag {
  padding: 0 43px;
  background-color: #A0CC92;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
}

.single-recommended .entry-title-main, .single-event .entry-title-main, .single-recommended .entry-title-sub, .single-event .entry-title-sub {
  display: block;
  font-weight: 500;
}

.single-recommended .entry-title-main, .single-event .entry-title-main {
  font-size: 3.4rem;
}

@media (max-width: 767px) {
  .single-recommended .entry-title-main, .single-event .entry-title-main {
    font-size: 2.4rem;
  }
}

.single-recommended .entry-title-sub, .single-event .entry-title-sub {
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .single-recommended .entry-title-sub, .single-event .entry-title-sub {
    font-size: 1.8rem;
  }
}

.single-recommended .entry-header-text, .single-event .entry-header-text {
  font-size: 2.2rem;
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .single-recommended .entry-header-text, .single-event .entry-header-text {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .single-recommended .entry-header-text, .single-event .entry-header-text {
    font-size: 1.4rem;
  }
}

.single-recommended .recommended-tag-img, .single-event .recommended-tag-img {
  position: absolute;
  right: 0;
  top: -50px;
}

@media (max-width: 767px) {
  .single-recommended .recommended-tag-img, .single-event .recommended-tag-img {
    width: 200px;
  }
}

@media (max-width: 320px) {
  .single-recommended .recommended-tag-img, .single-event .recommended-tag-img {
    width: 150px;
  }
}

.single-recommended .entry-eyecatch-img, .single-event .entry-eyecatch-img {
  padding-top: 46px;
  background-color: #F9F7F6;
  width: 100%;
}

.single-recommended .entry-eyecatch-img img, .single-event .entry-eyecatch-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .single-recommended .entry-eyecatch-img img, .single-event .entry-eyecatch-img img {
    height: auto;
  }
}

.single-recommended .entry-inner, .single-event .entry-inner {
  max-width: 1128px;
}

@media (max-width: 767px) {
  .single-recommended .entry-inner, .single-event .entry-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .single-recommended .entry-title, .single-event .entry-title {
    padding-bottom: 24px;
  }
}

.single-recommended .entry-bg-white, .single-event .entry-bg-white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .single-recommended .entry-bg-white, .single-event .entry-bg-white {
    padding-bottom: 30px;
  }
}

.single-recommended .entry-body, .single-event .entry-body {
  margin-top: 0;
  padding-top: 113px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .single-recommended .entry-body, .single-event .entry-body {
    padding-top: calc(113px * 0.6);
  }
}

@media (max-width: 767px) {
  .single-recommended .entry-body, .single-event .entry-body {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .single-recommended .entry-wrap, .single-event .entry-wrap {
    padding-right: 26px;
    padding-left: 26px;
  }
}

.single-recommended .single-link-group, .single-event .single-link-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-recommended .profile-inner, .single-event .profile-inner {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .single-recommended .card-tag, .single-event .card-tag {
    top: 30%;
  }
}

.single-recommended table, .single-event table {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-collapse: collapse;
}

.single-recommended table tr, .single-event table tr {
  border: #D1B9AF 1px solid;
}

.single-recommended table td, .single-event table td {
  vertical-align: middle;
  border: #D1B9AF 1px solid;
}

.single-recommended table tr th, .single-event table tr th {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
  border: #D1B9AF 1px solid;
}

.single-recommended table tr td, .single-event table tr td {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
}

@media (max-width: 767px) {
  .single-recommended table tr td, .single-event table tr td {
    font-size: 16px;
  }
}

.entry-body-shop {
  margin-top: 57px;
}

@media (max-width: 1279px) {
  .entry-body-shop {
    margin-top: 53px;
  }
}

.entry-body-shop-name {
  margin-bottom: 18px;
  color: #6E5447;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  .entry-body-shop-name {
    text-align: center;
  }
}

.entry-body-shop-name .entry-title-main {
  font-size: 2.8rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .entry-body-shop-name .entry-title-main {
    font-size: 2.4rem;
  }
}

.entry-body-shop-name .entry-title-sub {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .entry-body-shop-name .entry-title-sub {
    font-size: 1.6rem;
  }
}

.entry-body-shop-detail {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-left: #D1B9AF 0px solid;
  border-right: #D1B9AF 0px solid;
}

.entry-body-shop-detail &gt; tbody {
  border-bottom: #D1B9AF 1px solid;
}

.entry-body-shop-detail &gt; tbody tr {
  border-top: #D1B9AF 1px solid;
  border-left: #D1B9AF 0px solid;
  border-right: #D1B9AF 0px solid;
}

.entry-body-shop-detail &gt; tbody td {
  vertical-align: middle;
  border: #D1B9AF 0px solid;
}

@media (max-width: 767px) {
  .entry-body-shop-detail &gt; tbody td {
    display: block;
    width: 100%;
  }
}

.entry-body-shop-detail &gt; tbody .shop-detail-item {
  font-size: 1.4rem;
  color: #5c3d26;
  width: 20%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entry-body-shop-detail &gt; tbody .shop-detail-item {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .entry-body-shop-detail &gt; tbody .shop-detail-item {
    padding-top: 7px;
    padding-left: 0px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.entry-body-shop-detail &gt; tbody .shop-detail-info {
  color: #333;
  font-size: 1.8rem;
  width: 80%;
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  .entry-body-shop-detail &gt; tbody .shop-detail-info {
    padding: 0 0 0.7rem;
    font-size: 1.5rem;
    width: 100%;
  }
}

.entry-body-gmap {
  margin-top: 38px;
  margin-bottom: 38px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

@media (max-width: 1279px) {
  .entry-body-gmap {
    margin-bottom: 32px;
  }
}

.entry-body-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.single-recommended .single-links, .single-event .single-links {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .single-recommended .single-links, .single-event .single-links {
    background-color: #F9F7F6;
    margin: 40px 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.single-recommended .card-group, .single-event .card-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recommended-profile-header {
  position: relative;
}

@media (max-width: 767px) {
  .recommended-profile-header {
    margin-top: 40px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .recommended-profile-header .recommended-profile-titleimg {
    width: 170px;
  }
}

@media (min-width: 768px) {
  .recommended-profile-header {
    text-align: center;
  }
}

.recommended-profile-header .recommended-profile-header-text {
  font-size: 16px;
  color: #5c3d26;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .recommended-profile-header .recommended-profile-header-text {
    font-size: 1.3rem;
  }
}

.recommended-profile-header .recommended-profile-img {
  position: absolute;
}

@media (min-width: 768px) {
  .recommended-profile-header .recommended-profile-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100px;
  }
}

@media (max-width: 767px) {
  .recommended-profile-header .recommended-profile-img {
    width: 88px;
    right: 20px;
    top: 0px;
  }
}

@media (max-width: 320px) {
  .recommended-profile-header .recommended-profile-img {
    width: 60px;
    right: 0px;
    top: -30px;
  }
}

.sec-recommended-shop {
  margin-top: 50px;
  margin-bottom: 85px;
}

@media (max-width: 1279px) {
  .sec-recommended-shop {
    margin-top: 60px;
    margin-bottom: calc(147px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-recommended-shop {
    margin-bottom: 60px;
  }
}

.sec-recommended-shop .card-group {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .sec-recommended-shop .card::before {
    padding-top: 36%;
  }
}

@media (max-width: 767px) {
  .sec-recommended-shop .card-body {
    top: 55%;
  }
}

@media (max-width: 320px) {
  .sec-recommended-shop .card-body {
    top: 50%;
  }
}

@media (max-width: 320px) {
  .sec-recommended-shop .card-title {
    font-size: 1.3rem;
  }
}

.recommended-shop-inner {
  max-width: 1274px;
}

.recommended-shop-header, .single-lachicalist .recommended-interview-header, .recommended-event-header {
  text-align: center;
}

@media (max-width: 767px) {
  .recommended-shop-header img, .single-lachicalist .recommended-interview-header img {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .recommended-event-header img {
    width: 80px;
  }
}

.sec-recommended-event {
  margin-top: 45px;
  margin-bottom: 85px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-recommended-event {
    margin-top: calc(100px * 0.6);
    margin-bottom: calc(147px * 0.6);
  }
}

@media (max-width: 767px) {
  .sec-recommended-event {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}

.sec-recommended-event .card-group {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sec-recommended-event .card::before {
    padding-top: 36%;
  }
}

@media (max-width: 767px) {
  .sec-recommended-event .card-body {
    top: 55%;
  }
}

@media (max-width: 320px) {
  .sec-recommended-event .card-body {
    top: 50%;
  }
}

@media (max-width: 320px) {
  .sec-recommended-event .card-title {
    font-size: 1.3rem;
  }
}

.recommended-event-inner {
  max-width: 1274px;
}

.recommended-shop-title, .single-lachicalist .recommended-interview-title {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .recommended-shop-title, .single-lachicalist .recommended-interview-title {
    font-size: 2rem;
  }
}

.recommended-event-title {
  color: #229FC0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .recommended-event-title {
    font-size: 2rem;
  }
}

.about .big {
  display: block;
}

@media (max-width: 767px) {
  .about .sec-intro-category {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.about .intro-category-lead, .about .big {
  font-weight: 700;
  padding-bottom: 1rem;
  position: relative;
}

.about .intro-category-lead::before, .about .big::before {
  content: '';
  position: absolute;
  bottom: 0px;
  /*線の上下位置*/
  display: inline-block;
  width: 60%;
  /*線の長さ*/
  height: 1px;
  /*線の太さ*/
  background-color: #A28C81;
  /*線の色*/
}

.about .intro-category-text, .about .intro-category {
  padding: 2rem;
}

@media (max-width: 767px) {
  .about .intro-category-text, .about .intro-category {
    padding: 2rem 0;
  }
}

.about .sec-intro-category {
  margin: 82px 0 40px;
}

@media (max-width: 1279px) {
  .about .sec-intro-category {
    margin: 40px 0 20px;
  }
}

.sec-about, .sec-notfound {
  padding-bottom: 100px;
}

@media (max-width: 1279px) {
  .sec-about, .sec-notfound {
    padding-bottom: 50px;
  }
}

.sec-about-inner, .sec-notfound-inner {
  max-width: 1112px;
}

.content-about {
  background-color: #fff;
  padding: 70px 120px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .content-about {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .content-about {
    padding: 20px;
  }
}

.content-about p {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .content-about p {
    font-size: 1.4rem;
  }
}

.content-about :not(:first-child) {
  padding-top: 3rem;
}

.about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.about-text + .about-text {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .about-text {
    font-size: 1.4rem;
  }
}

.members .big {
  display: block;
}

.members .intro-category {
  max-width: 800px;
  margin: 0 auto;
}

.members .intro-category-lead, .members .big {
  text-align: center;
}

.members .intro-category-text, .members .intro-category {
  margin-top: 3rem;
}

.members .button-base, .members .inquiry .content-members-footer .back, .inquiry .content-members-footer .members .back {
  white-space: nowrap;
  background: #D1B9AF url(../images/arrow-right2-white.png) no-repeat center left 20px/17px 26px;
}

.members .button-base:hover, .members .inquiry .content-members-footer .back:hover, .inquiry .content-members-footer .members .back:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
}

.sec-members {
  padding-bottom: 100px;
}

@media (max-width: 1279px) {
  .sec-members {
    padding-bottom: 40px;
  }
}

.sec-members-inner {
  max-width: 1112px;
}

.content-members {
  background-color: #fff;
}

.content-members p {
  font-size: 1.6rem;
}

.content-members dd {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .content-members dd {
    font-size: 1.4rem;
  }
}

.box-form {
  max-width: 960px;
  margin: 55px auto 0;
  padding: 50px 70px 40px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .box-form {
    margin: 30px auto 0;
    padding: 30px 70px 40px;
  }
}

@media (max-width: 767px) {
  .box-form {
    margin: 30px auto 0;
    padding: 30px 20px 30px;
  }
}

.form-list span.help-block {
  color: #8F3E5F;
}

.form-list .required {
  color: #8F3E5F;
  margin-left: 1rem;
}

.form-list .not-required {
  color: #5c3d26;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.form-list li {
  margin-bottom: 20px;
  text-align: left;
}

.form-list li dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-right: 32px;
}

@media (min-width: 768px) {
  .form-list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form-list li dl.wide {
  width: 100%;
}

.form-list dt {
  font-size: 1.6rem;
  margin-bottom: 6px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .form-list dt {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .form-list dd {
    width: 70%;
  }
}

.form-list .box-wrap {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.form-list .box-wrap::before {
  content: "";
  background: url(../images/ico-select.svg);
  position: absolute;
  bottom: 0px;
  /*線の上下位置*/
  display: inline-block;
  top: 15px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 20px;
}

.form-list .box-wrap:not(:first-of-type) {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .form-list .box-wrap:not(:first-of-type) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .form-list .box-wrap {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.form-list .placeholder {
  display: none;
  font-size: 12px;
}

.form-list input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  background: #F8F8F8;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

.form-list select {
  display: inline-block;
  min-width: 156px;
  height: 50px;
  padding: 8px 20px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .form-list select {
    padding: 8px 10px;
  }
}

.form-list .wide select {
  width: 100px;
  min-width: inherit;
}

@media (max-width: 767px) {
  .form-list .wide select {
    width: 60px;
  }
}

@media (max-width: 320px) {
  .form-list .wide select {
    width: 55px;
  }
}

.form-list textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 8px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  background: #F8F8F8;
  font-size: 16px;
  line-height: 1.6;
}

.content-members-footer {
  margin: 80px 0 40px;
  text-align: center;
}

@media (max-width: 1279px) {
  .content-members-footer {
    margin: 40px 0 0;
  }
}

.content-members-footer .button-base, .inquiry .content-members-footer .back {
  padding: 26px 60px;
}

.line-banner-container {
  margin-top: 60px;
  max-width: 650px;
  margin-bottom: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.line-banner-container a {
  display: block;
  border: 4px solid #04bb02;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 768px) {
  .line-banner-container a {
    padding: 12px;
  }
}

.line-banner-container a:before {
  content: " ";
  display: table;
}

.line-banner-container .icon-lg {
  float: left;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .line-banner-container .icon-lg {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .line-banner-container .icon-lg {
    margin: 6px;
  }
}

.line-banner-container .qr-lg {
  border: 16px solid #04bb02;
  float: right;
  margin: -16px;
  background: #fff;
  padding: 2px;
}

.line-banner-container .qr-lg img {
  vertical-align: middle;
}

.line-banner-container .banner-title {
  display: block;
  color: #04bb02;
  font-weight: 500;
  font-size: 16px;
}

.line-banner-container .banner-desc {
  font-size: 14px;
  display: block;
}

@media (max-width: 767px) {
  .line-banner-container .banner-desc {
    background: #04bb02;
    color: #fff;
    height: 82px;
    padding: 12px 6px 4px 8px;
    margin-top: 18px;
    font-size: 12px;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .line-banner-container .banner-desc img {
    float: right;
    margin-top: -6px;
  }
}

.menu .card-category-title {
  color: #5c3d26;
  font-size: 2.4rem;
  padding: 4.5rem 0 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .menu .card-category-title {
    font-size: 1.8rem;
    padding: 4rem 0 2rem;
  }
}

/*tabの形状*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.tab:before {
  position: absolute;
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0px;
  /*下線の上下の位置*/
  left: 50%;
  width: 100%;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #E0CFC8;
  /*下線の色*/
}

.tab li a {
  display: inline-block;
  margin: 0 2px;
  padding: 10px 20px;
  font-size: 2rem;
  font-family: "YakuHanMP_Noto", "Noto Serif JP", serif;
  position: relative;
}

@media (max-width: 767px) {
  .tab li a {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  font-weight: 500;
}

.tab li.active a:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0px;
  /*下線の上下の位置*/
  left: 50%;
  width: 100%;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #9E8475;
  /*下線の色*/
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  padding: 0px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.menu .card-group {
  margin-top: 0;
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .menu .card-group {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .menu .card-group {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .menu .tab li a {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}

.menu .category-lachicalist {
  margin-top: 30px;
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .menu .category-lachicalist {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .menu .category-lachicalist {
    padding-bottom: 40px;
  }
}

.menu #interview .sec-card-category {
  margin-top: 0;
}

.menu .card-category-group {
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .menu .card-category-group {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .menu .card-category-group {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .menu .inner-card-category {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .menu .event-inner {
    padding: 0;
  }
}

.menu .list-group {
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .menu .list-group {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .menu .list-group {
    padding-bottom: 40px;
  }
}

.menu .list-group .list {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
}

.menu .list-group .list:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
}

.category-lachicalist .inner-intro-category {
  max-width: 1280px;
}

.category-lachicalist .inner-card-category {
  max-width: 1280px;
}

@media (max-width: 767px) {
  .category-lachicalist .inner-card-category {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.category-lachicalist .big {
  display: block;
}

.category-lachicalist .card-category {
  position: relative;
  width: calc(33.33333% - 32px * 2/ 3);
  margin-right: 32px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1280px) {
  .category-lachicalist .card-category:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .category-lachicalist .card-category {
    width: calc(50% - 32px * 1/ 2);
  }
  .category-lachicalist .card-category:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .category-lachicalist .card-category {
    width: 100%;
    margin-right: 0;
  }
  .category-lachicalist .card-category:not(:first-child) {
    margin-top: 60px;
  }
}

.category-lachicalist .card-category:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.3);
  opacity: 1;
}

.category-lachicalist .card-category-author {
  display: block;
  margin-top: 20px;
}

.category-lachicalist .card-category-company {
  font-size: 1.4rem;
}

.category-lachicalist .card-category-excerpt {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .category-lachicalist .card-category-bg {
    padding-top: 20px;
  }
}

.category-lachicalist .card-category-title {
  color: #5c3d26;
  font-size: 2.4rem;
  padding: 2rem 4.5rem;
}

@media (max-width: 767px) {
  .category-lachicalist .card-category-title {
    font-size: 1.8rem;
    padding: 4rem 3rem 2rem;
  }
}

@media (min-width: 768px) {
  .category-lachicalist .card-category-img {
    margin-top: 8rem;
  }
}

.category-event .wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.category-event .list-group {
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .category-event .list-group {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .category-event .list-group {
    padding-bottom: 40px;
  }
}

.category-event .list {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
}

.category-event .list:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
}

@media (max-width: 767px) {
  .category-event .tab li a {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}

.category-recommended .list-group {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 108px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .category-recommended .list-group {
    padding-bottom: calc(108px * 0.6);
  }
}

@media (max-width: 767px) {
  .category-recommended .list-group {
    padding-bottom: 40px;
  }
}

.category-recommended .list {
  height: auto;
  display: block;
  width: calc(33.33333% - 32px * 2/ 3);
  margin-right: 32px;
  margin-top: 30px;
}

.category-recommended .list:nth-child(3n) {
  margin-right: 0;
}

.category-recommended .list:last-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .category-recommended .list {
    width: calc(50% - 32px * 1/ 2);
  }
  .category-recommended .list:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .category-recommended .list {
    width: 100%;
    margin-right: 0;
  }
}

.category-recommended .list-img {
  width: 100%;
}

.category-recommended .list-img::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.category-recommended .list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-recommended .list-body {
  width: 100%;
  padding: 15px 15px 36px 15px;
}

.category-recommended .list {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.1);
}

.category-recommended .list:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
          box-shadow: 0px 3px 18px rgba(109, 75, 56, 0.5);
}

.category-recommended .list-tag {
  background-color: #A0CC92;
}

.single-lachicalist .sec-profile {
  margin-top: 60px;
}

.single-lachicalist .entry {
  margin-top: -220px;
}

.single-lachicalist .entry-inner {
  max-width: 1128px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .single-lachicalist .entry-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.single-lachicalist .entry-header {
  padding-top: 6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .single-lachicalist .profile-wrap {
    display: block;
  }
}

.single-lachicalist .profile-img {
  text-align: center;
}

@media (max-width: 767px) {
  .single-lachicalist .profile-img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .single-lachicalist .profile-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .single-lachicalist .profile-img img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .single-lachicalist .profile-body {
    width: 100%;
    padding: 0 30px 30px;
  }
}

@media (max-width: 320px) {
  .single-lachicalist .profile-body {
    padding: 0 10px 10px;
  }
}

@media (min-width: 768px) {
  .single-lachicalist .profile-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.single-lachicalist .profile-inner {
  max-width: 1128px;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 0px #D1B9AF;
  border-bottom: solid 0px #D1B9AF;
  background: linear-gradient(70deg, #F9F7F6, #fff, #F9F7F6);
}

.single-lachicalist .profile-inner:before, .single-lachicalist .profile-inner:after {
  content: '';
  width: 320px;
  height: 50px;
  position: absolute;
  display: inline-block;
}

.single-lachicalist .profile-inner:before {
  border-left: solid 1px #D1B9AF;
  border-top: solid 1px #D1B9AF;
  top: 0;
  left: 0;
  -webkit-animation: border_anim 1s linear forwards;
          animation: border_anim 1s linear forwards;
}

@-webkit-keyframes border_anim {
  0% {
    width: 200px;
  }
  100% {
    width: 70%;
  }
}

@keyframes border_anim {
  0% {
    width: 200px;
  }
  100% {
    width: 70%;
  }
}

.single-lachicalist .profile-inner:after {
  border-right: solid 1px #D1B9AF;
  border-bottom: solid 1px #D1B9AF;
  bottom: 0;
  right: 0;
  -webkit-animation: border_anim2 3s linear forwards;
          animation: border_anim2 3s linear forwards;
}

@-webkit-keyframes border_anim2 {
  0% {
    width: 200px;
  }
  100% {
    width: 70%;
  }
}

@keyframes border_anim2 {
  0% {
    width: 200px;
  }
  100% {
    width: 70%;
  }
}

.single-lachicalist .profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-lachicalist .profile-inner p {
  margin: 0;
  padding: 0;
}

.single-lachicalist .profile-title-img {
  padding-top: 0px;
  max-width: 160px;
  width: 100%;
}

@media (max-width: 767px) {
  .single-lachicalist .profile-title-img {
    max-width: 150px;
  }
}

.single-lachicalist .profile-header-name {
  font-size: 3.2rem;
}

.single-lachicalist .profile-header-name-inner {
  font-size: 2.2rem;
}

.single-lachicalist .profile-header-number {
  font-size: 1.6rem;
}

.single-lachicalist .profile-text {
  font-size: 1.6rem;
}

.single-lachicalist .sec-card-category {
  background-color: #F9F7F6;
  padding: 111px 0 80px;
}

@media (max-width: 1279px) {
  .single-lachicalist .sec-card-category {
    padding: calc(111px * 0.6) 0 calc(80px * 0.6);
  }
}

@media (max-width: 767px) {
  .single-lachicalist .card-tag {
    top: 30%;
  }
}

.single-lachicalist .card-category-title {
  color: #5c3d26;
  font-size: 2.4rem;
  padding: 4.5rem 0 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .single-lachicalist .card-category-title {
    font-size: 1.8rem;
    padding: 4rem 0 2rem;
  }
}

.single-lachicalist .recommended-interview-header img {
  max-width: 250px;
}

.single-lachicalist .card-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-lachicalist table {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-collapse: collapse;
}

.single-lachicalist table tr {
  border: #D1B9AF 1px solid;
}

.single-lachicalist table td {
  vertical-align: middle;
  border: #D1B9AF 1px solid;
}

.single-lachicalist table tr th {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
  border: #D1B9AF 1px solid;
}

.single-lachicalist table tr td {
  color: #333;
  font-size: 18px;
  padding: 10px 18px;
}

@media (max-width: 767px) {
  .single-lachicalist table tr td {
    font-size: 16px;
  }
}

.single-lachicalist .entry-body-shop-detail {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-left: #D1B9AF 0px solid;
  border-right: #D1B9AF 0px solid;
}

.single-lachicalist .entry-body-shop-detail &gt; tbody {
  border-bottom: #D1B9AF 1px solid;
}

.single-lachicalist .entry-body-shop-detail &gt; tbody tr {
  border-top: #D1B9AF 1px solid;
  border-left: #D1B9AF 0px solid;
  border-right: #D1B9AF 0px solid;
}

.single-lachicalist .entry-body-shop-detail &gt; tbody td {
  vertical-align: middle;
  border: #D1B9AF 0px solid;
}

@media (max-width: 767px) {
  .single-lachicalist .entry-body-shop-detail &gt; tbody td {
    display: block;
    width: 100%;
  }
}

.single-lachicalist .entry-body-shop-detail &gt; tbody .shop-detail-item {
  font-size: 1.4rem;
  color: #5c3d26;
  width: 20%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single-lachicalist .entry-body-shop-detail &gt; tbody .shop-detail-item {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .single-lachicalist .entry-body-shop-detail &gt; tbody .shop-detail-item {
    padding-top: 7px;
    padding-left: 0px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.single-lachicalist .entry-body-shop-detail &gt; tbody .shop-detail-info {
  color: #333;
  font-size: 1.8rem;
  width: 80%;
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  .single-lachicalist .entry-body-shop-detail &gt; tbody .shop-detail-info {
    padding: 0 0 0.7rem;
    font-size: 1.5rem;
    width: 100%;
  }
}

.single-event .recommended-tag {
  background-color: #229FC0;
}

@media (min-width: 768px) {
  .single-event .recommended-profile-titleimg {
    width: 129px;
  }
}

@media (max-width: 767px) {
  .single-event .recommended-profile-titleimg {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .single-event .card-tag {
    top: 30%;
  }
}

.inquiry .big {
  display: block;
}

.inquiry .intro-category-text, .inquiry .intro-category {
  text-align: center;
}

.inquiry .button-base, .inquiry .content-members-footer .back {
  white-space: nowrap;
}

.sec-notfound {
  margin-top: 50px;
}

.normal .big {
  display: block;
}

.normal .sec-intro-category {
  padding-bottom: 80px;
}

.normal .notfound-line {
  color: #D1B9AF;
  width: 80%;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>