@charset "UTF-8";
/*
Theme Name: UNI COFFEE ROASTERY BONBON cms v1
Description: UNI COFFEE ROASTERY BONBONのテーマ version1
Theme URI: https://bonbon.unicoffeeroastery.jp
Author: Steki Inc.
Author URI: https://steki-inc.jp
Version: 1.01
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
:root {
  --primary-color: #7a5a3a;
  --secondary-color: #c8a620;
  --light-color: #d6b395;
  --font-color: #383535;
  --border-color: #d5cec9;
  --base-color: #f6f4f2;
  --mute-color: #747171;
  --danger-color: #d20f01;
  --font-family-sans: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-family-en: "Pangolin", serif;
}

/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - layout
 *      - float
 *      - clearfix
 *  03. Font
 *      - font style
 *      - font color
 *      - font weight
 *  04. Header
 *  05. Navigation
 *  06. Footer
 *  07. Parts
 *  08. Form
 * -----------------------------------
 *  10. Contents
 *  11. Top
 *  12. About
 *  13. Menu
 *  14. Locations
 *  15. Recruit
 * -----------------------------------
 *  20. Post
 *  21. News
 * -----------------------------------
 *  98. Media Queries
 *  99. print style
 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: #f6f1eb url(images/common/body_bg01.jpg) repeat 0 0;
  color: var(--font-color);
  font-family: var(--font-family-sans);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.preload * {
  transition: none !important;
}

a {
  color: var(--font-color);
  cursor: pointer;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}

.hover-underline:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 2;
  margin: 0 0 24px;
  max-height: 100%;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
          hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 85%;
  vertical-align: baseline;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
}

li, dt, dd, th, td {
  line-height: 1.7;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
}

a img {
  transition: opacity 200ms;
}

a:hover img {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  a:hover img {
    opacity: 1;
  }
}

input, textarea, button, select {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #383535;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px !important;
}

._minw100 {
  min-width: 100px !important;
}

._minw140 {
  min-width: 140px !important;
}

._minw200 {
  min-width: 200px !important;
}

._maxw200 {
  max-width: 200px !important;
}

._maxw240 {
  max-width: 240px !important;
}

._maxw320 {
  max-width: 320px !important;
}

._maxw380 {
  max-width: 380px !important;
}

._maxw520 {
  max-width: 580px !important;
}

._maxw580 {
  max-width: 580px !important;
}

._maxw880 {
  max-width: 880px !important;
}

._maxw1040 {
  max-width: 1040px !important;
}

._maxw1180 {
  max-width: 1180px !important;
}

._maxw1200 {
  max-width: 1200px !important;
}

._w40 {
  width: 40px !important;
}

._w60 {
  width: 60px !important;
}

._w100 {
  width: 100px !important;
}

._w150 {
  width: 150px !important;
}

._w200 {
  width: 200px !important;
}

._w5p {
  width: 5% !important;
}

._w10p {
  width: 10% !important;
}

._w15p {
  width: 15% !important;
}

._w20p {
  width: 20% !important;
}

._w25p {
  width: 25% !important;
}

._w30p {
  width: 30% !important;
}

._w35p {
  width: 35% !important;
}

._w40p {
  width: 40% !important;
}

._w45p {
  width: 45% !important;
}

._w50p {
  width: 50% !important;
}

._w55p {
  width: 55% !important;
}

._w60p {
  width: 60% !important;
}

/* ==============================================
 fadein
=============================================== */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein, .fadein-parts {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 400ms;
}
.fadein.scrollin, .fadein-parts.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-left {
  transform: translate(-20px, 0);
}

.fadein-right {
  transform: translate(20px, 0);
}

.fadein-top {
  transform: translate(0, -20px);
}

.fadein-bottom {
  transform: translate(0, 20px);
}

/* ==============================================
 Parts
=============================================== */
.simplebar-track.simplebar-vertical {
  width: 9px;
}

/* ==============================================
 02. Layout
=============================================== */
/* layout
----------------------------------------------- */
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1440px;
}

.min-inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 840px;
}

.content-main {
  padding-top: 200px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .content-main {
    padding-top: 110px;
    margin-bottom: 60px;
  }
}

/* float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.clear {
  clear: both;
}

/* ==============================================
 03. Font
=============================================== */
/* font style
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ff-en {
  font-family: "Pangolin", serif;
}

/* font color
----------------------------------------------- */
.fc-red {
  color: #d20f01;
}

.fc-gold {
  color: #7a5a3a;
}

.fc-mute {
  color: #747171;
}

/* font weight
----------------------------------------------- */
.fw-medium {
  font-weight: 500;
}

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

/* align
----------------------------------------------- */
.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

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

/* ==============================================
 04. Header
=============================================== */
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  opacity: 0;
  transition: opacity 800ms ease;
  pointer-events: none;
  z-index: 100;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.site-header .container {
  margin: 0 auto;
  max-width: none;
  padding-left: 40px;
  padding-right: 125px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 70px;
  }
}
.site-header .header__logo {
  padding-top: 22px;
}
@media (max-width: 767px) {
  .site-header .header__logo {
    padding-top: 14px;
  }
}
.site-header .header__logo a {
  pointer-events: all;
  display: block;
}
.site-header .header__logo img, .site-header .header__logo svg {
  display: block;
  height: 74px;
  max-width: 100%;
  width: 209px;
}
@media (max-width: 767px) {
  .site-header .header__logo img, .site-header .header__logo svg {
    height: 37px;
    width: 104px;
  }
}
.site-header .header__logo svg {
  fill: #373434;
}

.home .site-header .header__logo {
  display: none;
}
.home.is-scrolled .site-header .header__logo {
  display: block;
}

.is-page-show .site-header {
  opacity: 1;
}

/* ==============================================
 05. Navigation
=============================================== */
.site-navigation-toggle {
  position: fixed;
  top: 24px;
  right: 30px;
  opacity: 0;
  transition: opacity 800ms ease;
  z-index: 110;
}
@media (max-width: 1024px) {
  .site-navigation-toggle {
    right: 30px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .site-navigation-toggle {
    top: 10px;
    right: 12px;
  }
}
.site-navigation-toggle .btn {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 70px;
  position: relative;
  width: 70px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .site-navigation-toggle .btn {
    height: 46px;
    width: 46px;
  }
}
.site-navigation-toggle .btn span {
  background-color: var(--primary-color);
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  transition: transform 400ms ease, opacity 400ms ease;
}
@media (max-width: 767px) {
  .site-navigation-toggle .btn span {
    height: 1px;
    margin-left: -9px;
    width: 18px;
  }
}
.site-navigation-toggle .btn .bar-1 {
  transform: translateY(-9px);
}
@media (max-width: 767px) {
  .site-navigation-toggle .btn .bar-1 {
    transform: translateY(-6px);
  }
}
.site-navigation-toggle .btn .bar-2 {
  transform: 0;
}
.site-navigation-toggle .btn .bar-3 {
  transform: translateY(9px);
}
@media (max-width: 767px) {
  .site-navigation-toggle .btn .bar-3 {
    transform: translateY(6px);
  }
}

.home .site-navigation-toggle .btn {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1400ms ease, transform 1400ms ease;
  transition-delay: 200ms;
}
.home.is-page-show .site-navigation-toggle .btn {
  opacity: 1;
  transform: translateY(0);
}

.is-page-show .site-navigation-toggle {
  opacity: 1;
}

.is-nav-open .site-navigation-toggle .btn .bar-1 {
  transform: translateY(0px) rotate(45deg);
}
.is-nav-open .site-navigation-toggle .btn .bar-2 {
  opacity: 0;
}
.is-nav-open .site-navigation-toggle .btn .bar-3 {
  transform: translateY(0px) rotate(-45deg);
}

/* site navigation
----------------------------------------------- */
.site-navigation {
  background: #fff url(images/common/body_bg01.jpg) repeat 0 0;
  height: 100lvh;
  top: 0;
  right: 0;
  pointer-events: none;
  position: fixed;
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0;
  transform: translateX(100%);
  width: 380px;
  z-index: 105;
}
@media (max-width: 767px) {
  .site-navigation {
    width: 315px;
  }
}
.site-navigation .site-navigation-container {
  position: relative;
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 80px 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-navigation .site-navigation-container {
    padding: 50px 30px;
  }
}
.site-navigation .navigation-logo a {
  display: block;
}
.site-navigation .navigation-logo img, .site-navigation .navigation-logo svg {
  display: block;
  height: 67px;
  max-width: 100%;
  width: 191px;
}
@media (max-width: 767px) {
  .site-navigation .navigation-logo img, .site-navigation .navigation-logo svg {
    height: 56px;
    width: 160px;
  }
}
.site-navigation .navigation-logo svg {
  fill: #373434;
}
.site-navigation .navigation-menu {
  padding: 30px;
}
@media (max-width: 767px) {
  .site-navigation .navigation-menu {
    padding: 20px;
  }
}
.site-navigation .navigation-menu-list li {
  margin-bottom: 20px;
  line-height: 1.32;
  transform: translateX(20px);
  opacity: 0;
}
.site-navigation .navigation-menu-list li:nth-child(1) {
  animation-delay: 0ms;
}
.site-navigation .navigation-menu-list li:nth-child(2) {
  animation-delay: 120ms;
}
.site-navigation .navigation-menu-list li:nth-child(3) {
  animation-delay: 240ms;
}
.site-navigation .navigation-menu-list li:nth-child(4) {
  animation-delay: 360ms;
}
.site-navigation .navigation-menu-list li:nth-child(5) {
  animation-delay: 480ms;
}
.site-navigation .navigation-menu-list li:last-child {
  margin-bottom: 0;
}
.site-navigation .navigation-menu-list li a {
  font-size: 27px;
}
@media (max-width: 767px) {
  .site-navigation .navigation-menu-list li a {
    font-size: 24px;
  }
}
.site-navigation .navigation-menu-list li a .en {
  color: var(--primary-color);
  font-family: var(--font-family-en);
  font-weight: normal;
  display: block;
  letter-spacing: 0.06em;
}
.site-navigation .navigation-menu-list li a .ja {
  font-size: 13px;
  display: block;
}
@media (max-width: 767px) {
  .site-navigation .navigation-menu-list li a .ja {
    font-size: 12px;
  }
}
.site-navigation .navigation-follow {
  margin-top: 50px;
}
.site-navigation .navigation-follow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.site-navigation .navigation-follow ul li a, .site-navigation .navigation-follow ul li img {
  display: block;
}

@keyframes navigationMenuFadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-nav-open .site-navigation {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.is-nav-open .site-navigation .navigation-menu-list li {
  animation-fill-mode: forwards;
  animation-name: navigationMenuFadein;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.287, -0.006, 0.423, 0.993);
}

.navigation-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 104;
}

/* ==============================================
 06. Footer
=============================================== */
.site-footer {
  color: #fff;
  background-color: #3a2d20;
  padding: 80px 0 25px;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 35px 0 20px;
  }
}
.site-footer .footer__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .site-footer .footer__main {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__logo {
    text-align: center;
    margin-bottom: 24px;
  }
}
.site-footer .footer__logo svg {
  fill: #fff;
  display: inline-block;
  height: 102px;
  width: 287px;
}
@media (max-width: 1024px) {
  .site-footer .footer__logo svg {
    height: 82px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__logo svg {
    height: 77px;
    transform: translateX(3%);
    width: 190px;
  }
}
.site-footer .footer__banner {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .site-footer .footer__banner {
    margin-bottom: 40px;
  }
}
.site-footer .footer__banner ul {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .site-footer .footer__banner ul {
    gap: 6%;
  }
  .site-footer .footer__banner ul li {
    width: 47%;
  }
  .site-footer .footer__banner ul li img {
    display: block;
    width: 100%;
  }
}
.site-footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer__menu > ul {
  margin-right: 100px;
}
@media (max-width: 1024px) {
  .site-footer .footer__menu > ul {
    margin-right: 8vw;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul {
    margin-right: 14vw;
  }
  .site-footer .footer__menu > ul:last-child {
    margin-right: 0;
  }
}
.site-footer .footer__menu > ul > li {
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul > li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.site-footer .footer__menu > ul > li a {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul.follow-list li {
    margin-bottom: 12px;
  }
}
.site-footer .footer__menu > ul.follow-list li a {
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul.follow-list li a {
    font-size: 14px;
  }
}
.site-footer .footer__menu > ul.follow-list li a .icon {
  display: block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .site-footer .footer__menu > ul.follow-list li a .icon img {
    height: auto;
    width: 20px;
  }
}
.site-footer .copyright {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 10px;
  }
}

.fixed-footer-img {
  position: relative;
  height: 820px;
  overflow: hidden;
  clip-path: inset(0);
  margin-top: 150px;
  width: 100%;
}
@media (max-width: 767px) {
  .fixed-footer-img {
    margin-top: 80px;
    height: 110vw;
  }
}
.fixed-footer-img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: fixed;
  max-width: none;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: -10;
}

/* ==============================================
 07. Parts
=============================================== */
/* heading
----------------------------------------------- */
.heading-1 {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .heading-1 {
    line-height: 1.2;
    margin-bottom: 45px;
  }
}
.heading-1 .ja {
  background: url(images/icons/icon_heading.svg) no-repeat 3px 0.275em;
  background-size: 12px 14px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
  padding-left: 26px;
}
@media (max-width: 767px) {
  .heading-1 .ja {
    background-position: 1px 0.215em;
    background-size: 10px 11px;
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 0.475em;
  }
}
.heading-1 .en {
  color: var(--primary-color);
  display: block;
  font-weight: normal;
  font-size: 70px;
  font-family: var(--font-family-en);
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .heading-1 .en {
    font-size: 36px;
  }
}

.heading-2 {
  background-image: url(images/icons/icon_heading.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 12px 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .heading-2 {
    background-size: 10px 11px;
    margin-bottom: 25px;
  }
}
.heading-2 .en {
  display: inline-block;
  color: var(--primary-color);
  font-size: 46px;
  font-weight: normal;
  line-height: 1.15;
  font-family: var(--font-family-en);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .heading-2 .en {
    font-size: 30px;
  }
}
.heading-2 .ja {
  display: inline-block;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .heading-2 .ja {
    font-size: 13px;
  }
}
.heading-2-horizon {
  background-position: 4px 18px;
  padding-left: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .heading-2-horizon {
    background-position: 2px 11px;
    padding-left: 22px;
  }
}
.heading-2-horizon .en {
  margin-right: 0.275em;
}
.heading-2-vertical {
  padding-top: 22px;
}
@media (max-width: 767px) {
  .heading-2-vertical {
    padding-top: 18px;
  }
}
.heading-2-vertical .en {
  display: block;
  margin-bottom: 0.03em;
}
@media (max-width: 767px) {
  .heading-2-vertical .en {
    margin-bottom: 0.03em;
  }
}
.heading-2-vertical .ja {
  display: block;
}

/* button
----------------------------------------------- */
.btn {
  cursor: pointer;
  display: inline-block;
}

.btn-primary {
  border-radius: 5em;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  max-width: 100%;
  padding: 22px 50px;
  position: relative;
  max-width: 100%;
  width: 300px;
}
.btn-primary svg {
  display: block;
  fill: #fff;
  height: 9px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
@media (min-width: 1025px) {
  .btn-primary {
    transition: color 400ms ease, background-color 400ms ease;
  }
  .btn-primary svg {
    transition: fill 400ms ease;
  }
  .btn-primary:hover {
    color: var(--primary-color);
    background-color: #fff;
  }
  .btn-primary:hover svg {
    fill: var(--primary-color);
  }
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 15px;
    padding: 20px 40px;
    width: 280px;
  }
}

/* ==============================================
 08. Form
=============================================== */
.contact-contents .heading-1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-contents .heading-1 {
    margin-bottom: 30px;
  }
}
.contact-contents .complete-message {
  max-width: 520px;
  margin: 0 auto;
}
.contact-contents .back-btn {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  background-color: #eee;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.12em;
  display: inline-block;
  padding: 18px 20px;
  width: 220px;
  border-radius: 6px;
}

.form-check label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.form-check label input[type=checkbox] {
  margin: 0;
  display: none;
  position: absolute;
  z-index: -1;
}
.form-check label .form-check-text {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .form-check label .form-check-text {
    padding-left: 28px;
  }
}
.form-check label .form-check-text::before {
  content: "";
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
}
@media (max-width: 767px) {
  .form-check label .form-check-text::before {
    top: 2px;
    height: 20px;
    width: 20px;
  }
}
.form-check label input[type=checkbox]:checked + .form-check-text::before {
  background-color: #7a5a3a;
  border-color: #7a5a3a;
}
.form-check label input[type=checkbox]:checked + .form-check-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 0.9em;
  height: 0.5em;
  border-bottom: 0.15em solid #fff;
  border-left: 0.16em solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .form-check label input[type=checkbox]:checked + .form-check-text::after {
    top: 7px;
  }
}

/* layout
----------------------------------------------- */
/* table */
.form {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .form {
    margin-bottom: 50px;
  }
}
.form .form-block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form .form-block {
    margin-bottom: 20px;
  }
}
.form .form-block .form-label {
  font-size: 14px;
  margin-bottom: 14px;
}
.form .form-block .form-label .form-required {
  color: #d20f01;
  font-size: 18px;
  margin-left: 0.1em;
}
.form .form-block .form-field .mwform-radio-field label {
  display: inline-block;
  padding: 0.25rem 0;
  margin: 0.25rem 0;
  position: relative;
}
.form .form-block .form-field .mwform-radio-field label input[type=radio] {
  position: absolute;
  display: none;
  z-index: -1;
}
.form .form-block .form-field .mwform-radio-field label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  font-weight: 300;
  padding-left: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .form .form-block .form-field .mwform-radio-field label .mwform-radio-field-text {
    padding-top: 1px;
  }
}
.form .form-block .form-field .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #383535;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  border-radius: 50%;
}
.form .form-block .form-field .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #383535;
  border: 2px solid #383535;
}
.form .form-block .form-field .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.form .btn-area {
  max-width: 490px;
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .form .btn-area {
    margin: 40px auto;
  }
}
.form .btn-area .btn {
  background: #57462B;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  height: 58px;
  display: inline-block;
  margin: 0 6px 10px;
  text-align: center;
  width: 180px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .form .btn-area .btn {
    width: 140px;
  }
}
.form .btn-area .btn[name=submitBack] {
  background-color: #666;
}
.form .check-privacy {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
.form .check-privacy label {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  position: relative;
}
.form .check-privacy label input[type=checkbox] {
  margin: 0;
  display: none;
  position: absolute;
  z-index: -1;
}
.form .check-privacy label .mwform-checkbox-field-text {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  top: 5px;
}
@media (max-width: 767px) {
  .form .check-privacy label .mwform-checkbox-field-text {
    top: 3px;
  }
}
.form .check-privacy label .mwform-checkbox-field-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #57462B;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
}
.form .check-privacy label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #57462B;
}
.form .check-privacy label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #fff;
  border-left: 0.2em solid #fff;
  transform: rotate(-45deg);
}
.form .check-privacy a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .form .check-privacy a:hover {
    text-decoration: none;
  }
}
.form .form-preview-mes {
  display: none;
}
.form .form-input-mes.small {
  font-size: 86.5%;
  line-height: 1.8;
}

.mw_wp_form_preview .form .form-block .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  border-bottom: 2px solid #d5cec9;
  padding-bottom: 4px;
}
.mw_wp_form_preview .form .form-block .form-label .form-required {
  display: none;
}
.mw_wp_form_preview .form .check-privacy {
  display: none;
}
.mw_wp_form_preview .form .form-preview-mes {
  display: block;
}
.mw_wp_form_preview .form .form-input-mes {
  display: none;
}

.form .mwform-tel-field input[type=text],
.form .mwform-zip-field input[type=text] {
  width: 80px;
}

.mw_wp_form_complete p {
  text-align: center;
}
@media (max-width: 767px) {
  .mw_wp_form_complete p {
    text-align: left;
  }
}

/* form default */
input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
  font-size: 16px;
  border: none;
  color: #383535;
  background: #fff;
  line-height: 1.6;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
    font-size: 16px;
  }
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border: none;
  background: #fff;
}

input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
  padding: 20px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 767px) {
  input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
    padding: 16px;
  }
}

textarea.form-control {
  resize: none;
}

input[type=text].form-zip {
  width: 140px;
}

/* selectbox */
.select-wrapper {
  display: block;
  position: relative;
  width: auto;
  font-size: 16px;
  border: 1px solid #57462B;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.select-wrapper::after {
  content: "";
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
}

.select-wrapper select {
  background: none;
  width: 100%;
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.select-wrapper select.form-control-auto {
  width: auto;
}

/* ie9対策 */
.select-wrapper select:not(:target) {
  width: 120% \9 ;
}

.mw_wp_form .error {
  margin-top: 0.2em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}

.form-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
  color: #383535;
  display: block;
  width: 100%;
  padding: 20px 38px 20px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .form-select {
    padding: 16px 32px 16px 16px;
  }
}
.form-select.no-value {
  color: #747171;
}
.form-select:active, .form-select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.form-birthday {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-birthday-col {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.form-birthday-col input[type=text].form-control, .form-birthday-col select.form-select {
  margin-right: 5px;
  width: auto;
}
.form-birthday-col:first-child input[type=text].form-control {
  width: 6em;
}
@media (max-width: 767px) {
  .form-birthday-col:first-child input[type=text].form-control {
    width: 5em;
  }
}
.form-birthday-col:last-child {
  margin-right: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  color: #383535;
  opacity: 0.5;
}

input::placeholder, textarea::placeholder {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  color: #383535;
  opacity: 0.5;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  color: #383535;
  opacity: 0.5;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  color: #383535;
  opacity: 0.5;
}

/* Chrome, Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

/* ==============================================
 10. Contents
=============================================== */
/* banner
----------------------------------------------- */
.content-follow-banner h2 {
  color: var(--primary-color);
  font-size: 56px;
  font-family: var(--font-family-en);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 0.42em;
  text-align: center;
}
@media (max-width: 767px) {
  .content-follow-banner h2 {
    font-size: 35px;
  }
}
.content-follow-banner h2 .tit-inner {
  background-image: url(images/common/follow_tit_bg01.svg), url(images/common/follow_tit_bg02.svg);
  background-position: 0 76%, 100% 76%;
  background-repeat: no-repeat;
  background-size: 21px 30px;
  display: inline-block;
  padding: 0 0.55em;
  position: relative;
}
@media (max-width: 767px) {
  .content-follow-banner h2 .tit-inner {
    background-size: 15px 22px;
    padding: 0 0.7em;
  }
}
.content-follow-banner .banner-area {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .content-follow-banner .banner-area {
    display: block;
  }
}
.content-follow-banner .banner-area ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .content-follow-banner .banner-area ul {
    flex-direction: column;
    gap: 12px;
  }
}
.content-follow-banner .banner-area ul li {
  max-width: 480px;
}
@media (max-width: 767px) {
  .content-follow-banner .banner-area ul li {
    max-width: none;
  }
}
.content-follow-banner .banner-area ul li a, .content-follow-banner .banner-area ul li img {
  display: block;
  width: 100%;
}

/* ==============================================
 11. Top
=============================================== */
/* mainvisual
----------------------------------------------- */
.mainvisual {
  background: url(images/common/body_bg01.jpg) repeat 0 0;
  position: relative;
  overflow: hidden;
  z-index: 101;
}
.mainvisual .mainvisual-slider {
  margin-bottom: 0;
}
.mainvisual .mainvisual-slider-wrapper {
  width: 100%;
}
.mainvisual .mainvisual-slider .slick-slide {
  overflow: hidden;
  position: relative;
  min-height: 700px;
  height: 100svh;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-slider .slick-slide {
    min-height: 0px;
  }
}
.mainvisual .mainvisual-slider .slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: scale(1.08);
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual .mainvisual-slider .slick-slide.add-animation img {
  animation: slideZoomUp 15s linear 0s normal both;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-slider .slick-slide .img-pc {
    display: none;
  }
}
.mainvisual .mainvisual-slider .slick-slide .img-sp {
  display: none;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-slider .slick-slide .img-sp {
    display: block;
  }
}
.mainvisual .mainvisual-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.mainvisual .mainvisual-logo svg {
  fill: #fff;
  display: block;
  height: 134px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2000ms ease, filter 2000ms ease;
  transition-delay: 200ms;
  transform: translate(5%, 4%);
  width: 381px;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-logo svg {
    height: 83px;
    width: 234px;
  }
}
.mainvisual .mainvisual-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  text-align: center;
  opacity: 0;
  transition: opacity 2000ms ease, transform 2000ms ease;
  transition-delay: 600ms;
}
.mainvisual .mainvisual-scroll .scroll-text {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-scroll .scroll-text {
    font-size: 12px;
    padding-bottom: 45px;
  }
}
.mainvisual .mainvisual-scroll .scroll-text::before, .mainvisual .mainvisual-scroll .scroll-text::after {
  content: "";
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-scroll .scroll-text::before, .mainvisual .mainvisual-scroll .scroll-text::after {
    height: 40px;
  }
}
.mainvisual .mainvisual-scroll .scroll-text::before {
  background-color: #b4a99f;
}
.mainvisual .mainvisual-scroll .scroll-text::after {
  background-color: #fff;
  z-index: 1;
  animation: scrollDown 2.5s ease infinite;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.is-show-start .mainvisual .mainvisual-logo svg {
  opacity: 1;
  filter: blur(0);
}
.is-show-start .mainvisual .mainvisual-scroll {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes slideZoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.top-topics {
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .top-topics {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.top-topics .heading-2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-topics .heading-2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .top-topics .arrows-area {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
}
.top-topics .topics-arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 80px;
  top: 25px;
}
@media (max-width: 767px) {
  .top-topics .topics-arrows {
    position: static;
    top: auto;
    right: auto;
  }
}
.top-topics .topics-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d1beaa;
  height: 26px;
  width: 70px;
  border-radius: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.top-topics .topics-arrows button svg {
  fill: var(--primary-color);
  height: 7px;
  margin-bottom: 3px;
  width: 30px;
}

.topics-slider {
  position: relative;
}
.topics-slider .slick-list {
  overflow: visible;
}
.topics-slider .slide-item {
  margin-right: 100px;
  width: 700px;
}
@media (max-width: 767px) {
  .topics-slider .slide-item {
    margin-right: 6vw;
    width: 82vw;
  }
}
.topics-slider .slide-item a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .topics-slider .slide-item a {
    display: block;
  }
}
.topics-slider .slide-item span {
  display: block;
}
.topics-slider .slide-item .post-thumbnail {
  margin-right: 40px;
  width: 300px;
}
@media (max-width: 767px) {
  .topics-slider .slide-item .post-thumbnail {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
.topics-slider .slide-item .post-thumbnail img {
  display: block;
  border-radius: 10px;
  width: 100%;
}
.topics-slider .slide-item .post-text {
  display: block;
  flex: 1;
  min-width: 0px;
}
.topics-slider .slide-item .post-title {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .topics-slider .slide-item .post-title {
    font-size: 14px;
  }
}
.topics-slider .slide-item .post-date {
  color: var(--mute-color);
  font-size: 15px;
}
@media (max-width: 767px) {
  .topics-slider .slide-item .post-date {
    font-size: 13px;
  }
}

.top-concept {
  background: url(images/common/body_bg02.jpg) repeat 0 0;
  padding: 160px 0 180px;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-concept {
    padding: 60px 0 80px;
    margin-bottom: 60px;
  }
}
.top-concept::before, .top-concept::after {
  content: "";
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.top-concept::before {
  background-image: url(images/common/content_bg_top.jpg);
  top: 0;
  height: 432px;
}
@media (max-width: 767px) {
  .top-concept::before {
    background-size: 1000px 216px;
    height: 216px;
  }
}
.top-concept::after {
  background-image: url(images/common/content_bg_bottom.jpg);
  bottom: 0;
  height: 496px;
}
@media (max-width: 767px) {
  .top-concept::after {
    background-size: 1000px 248px;
    height: 248px;
  }
}
.top-concept .container {
  z-index: 1;
}
.top-concept .image-area .img {
  position: absolute;
  z-index: -1;
}
.top-concept .image-area .img svg {
  height: auto;
  max-width: 100%;
}
.top-concept .image-area .img-1 {
  left: 4%;
  top: 29%;
}
@media (max-width: 767px) {
  .top-concept .image-area .img-1 {
    text-align: center;
    position: static;
  }
}
.top-concept .image-area .img-1 svg {
  width: 41vw;
  max-width: 620px;
}
@media (max-width: 767px) {
  .top-concept .image-area .img-1 {
    position: static;
  }
  .top-concept .image-area .img-1 svg {
    width: 93%;
  }
}
.top-concept .image-area .img-2 {
  left: 35%;
  top: -5%;
}
.top-concept .image-area .img-2 svg {
  width: 15vw;
  max-width: 218px;
}
@media (max-width: 767px) {
  .top-concept .image-area .img-2 {
    left: auto;
    right: 3%;
    top: 28%;
    z-index: 1;
  }
  .top-concept .image-area .img-2 svg {
    width: 24vw;
    max-width: 110px;
  }
}
.top-concept .image-area .img-3 {
  left: 53%;
  top: 24%;
}
.top-concept .image-area .img-3 svg {
  width: 13vw;
  max-width: 187px;
}
@media (max-width: 767px) {
  .top-concept .image-area .img-3 {
    left: auto;
    right: 10%;
    top: 39%;
  }
  .top-concept .image-area .img-3 svg {
    width: 20vw;
    max-width: 90px;
  }
}
.top-concept .heading-area {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
  margin-right: 5%;
}
.top-concept .heading-area-container {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-concept .heading-area-container {
    display: block;
  }
}
.top-concept .heading-area h2 {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  padding-top: 0.3em;
  margin-left: 22px;
  writing-mode: vertical-rl;
}
.top-concept .heading-area p {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1280px) {
  .top-concept .heading-area {
    margin-right: 0;
  }
  .top-concept .heading-area p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .top-concept .heading-area {
    display: block;
    margin-bottom: 14px;
  }
  .top-concept .heading-area h2 {
    font-size: 15px;
    font-size: 4vw;
    writing-mode: inherit;
    margin-left: auto;
    margin-bottom: 0.3em;
  }
  .top-concept .heading-area p {
    font-size: 26px;
    font-size: 6.8vw;
    writing-mode: inherit;
    line-height: 1.5;
  }
}
.top-concept .text-area {
  margin-right: 4%;
  display: flex;
  justify-content: flex-end;
}
.top-concept .text-area p {
  font-size: 18px;
}
.top-concept .text-area p strong {
  text-decoration-line: underline;
  text-decoration-color: var(--font-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: 112%;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .top-concept .text-area p strong {
    text-underline-offset: 0.3em;
  }
}
@media screen and (max-width: 1280px) {
  .top-concept .text-area {
    margin-right: 0;
  }
  .top-concept .text-area p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .top-concept .text-area p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top-concept .text-area {
    display: block;
  }
}
.top-concept .btn-area {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .top-concept .btn-area {
    margin-top: 40px;
    text-align: center;
  }
}

.top-pickup {
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  .top-pickup {
    padding: 0 0 40px;
  }
}
.top-pickup .heading-2 {
  background: url(images/top/pickup_tit_bg.svg) no-repeat center top;
  background-size: 81px 27px;
  padding-top: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-pickup .heading-2 {
    background-size: 56px 19px;
    padding-top: 26px;
    margin-bottom: 24px;
  }
}
.top-pickup .heading-2 .en {
  font-size: 62px;
}
@media (max-width: 767px) {
  .top-pickup .heading-2 .en {
    font-size: 40px;
  }
}
.top-pickup .heading-2 .ja {
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-pickup .heading-2 .ja {
    font-size: 14px;
  }
}
.top-pickup .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
@media (max-width: 767px) {
  .top-pickup .block {
    display: block;
    padding: 0;
  }
}
.top-pickup .block .img {
  overflow: hidden;
  width: 48%;
}
@media (max-width: 767px) {
  .top-pickup .block .img {
    margin: 0 auto 26px;
    width: 90%;
  }
}
.top-pickup .block .img img {
  aspect-ratio: 567/466;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  isolation: isolate;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-image: url(images/svg/pickup_clip.svg);
  -webkit-mask-image: url(images/svg/pickup_clip.svg);
}
.top-pickup .block .txt {
  padding-right: 3%;
  width: 45%;
}
@media (max-width: 767px) {
  .top-pickup .block .txt {
    padding-right: 0;
    width: auto;
  }
}
.top-pickup .block .txt h3 {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .top-pickup .block .txt h3 {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}
.top-pickup .block .txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .top-pickup .block .txt p {
    font-size: 15px;
  }
}
.top-pickup .block .txt .btn-area {
  margin-top: 2.6em;
}
@media (max-width: 767px) {
  .top-pickup .block .txt .btn-area {
    margin-top: 2em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-menu {
    padding-bottom: 0;
  }
}
.top-menu .box {
  background-color: #f8f0ea;
  border-radius: 36px;
  border: 2px solid var(--primary-color);
  padding: 5px;
}
@media (max-width: 767px) {
  .top-menu .box {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 3px 0;
    position: relative;
    margin: 0 -20px;
  }
}
.top-menu .box-container {
  background: url(images/common/body_bg02.jpg) repeat 0 0;
  border-radius: 28px;
  padding: 120px 50px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .top-menu .box-container {
    border-radius: 0;
    padding: 80px 20px 40px;
  }
}
.top-menu .box-container::after {
  background: url(images/top/menu_tit_bg.png) no-repeat center top;
  background-size: contain;
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  height: 72px;
  width: 224px;
}
@media (max-width: 767px) {
  .top-menu .box-container::after {
    top: -50px;
    height: 51px;
    width: 160px;
  }
}
.top-menu .box-container > * {
  position: relative;
  z-index: 1;
}
.top-menu .box-container .heading-2 {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-menu .box-container .heading-2 {
    top: -10px;
  }
}
.top-menu .box-container p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-menu .box-container p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.top-menu .box-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.448%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-menu .box-container ul {
    margin-bottom: 0;
    gap: 0 6%;
  }
}
.top-menu .box-container ul li {
  transform: translateY(20px);
  opacity: 0;
  width: 20.69%;
}
.top-menu .box-container ul li:nth-child(1) {
  animation-delay: 0ms;
}
.top-menu .box-container ul li:nth-child(2) {
  animation-delay: 200ms;
}
.top-menu .box-container ul li:nth-child(3) {
  animation-delay: 400ms;
}
.top-menu .box-container ul li:nth-child(4) {
  animation-delay: 600ms;
}
@media (max-width: 1024px) {
  .top-menu .box-container ul li {
    margin-bottom: 40px;
    width: 47%;
  }
}
@media (max-width: 767px) {
  .top-menu .box-container ul li {
    margin-bottom: 30px;
  }
}
.top-menu .box-container ul li a {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-menu .box-container ul li a {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .top-menu .box-container ul li a {
    font-size: 15px;
  }
}
.top-menu .box-container ul li .img {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-menu .box-container ul li .img {
    margin-bottom: 10px;
  }
}
.top-menu .box-container ul li .img img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .top-menu .box-container ul li .img img {
    border-radius: 6px;
  }
}
.top-menu .box-container ul li .txt {
  display: block;
  position: relative;
  padding: 0 0 0 2em;
}
.top-menu .box-container ul li .txt::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 27px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 27px;
}
@media (max-width: 767px) {
  .top-menu .box-container ul li .txt::before {
    height: 24px;
    width: 24px;
  }
}
.top-menu .box-container ul li .txt svg {
  fill: var(--primary-color);
  top: 11px;
  left: 8px;
  position: absolute;
  height: 9px;
  width: 12px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-menu .box-container ul li .txt svg {
    top: 10px;
    left: 7px;
    height: 8px;
    width: 11px;
  }
}
.top-menu .box-container ul.scrollin li {
  animation-fill-mode: forwards;
  animation-name: fadeInBottom;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.287, -0.006, 0.423, 0.993);
}

.top-locations {
  background: url(images/top/locations_bg.jpg) no-repeat center center;
  background-size: cover;
}
.top-locations .box {
  border: 1px solid var(--primary-color);
  border-radius: 300px 300px 0 0;
  max-width: 595px;
  margin: 0 auto;
  padding: 4px;
}
@media (max-width: 767px) {
  .top-locations .box {
    padding: 2px;
  }
}
.top-locations .box-container {
  border: 3px solid var(--primary-color);
  background-color: #fff;
  border-radius: 300px 300px 0 0;
  padding: 70px 50px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-locations .box-container {
    border-width: 2px;
    padding: 38px 10px 30px;
  }
}
.top-locations .box .img {
  max-width: 480px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .top-locations .box .img {
    max-width: 380px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.top-locations .box .img img {
  display: block;
  width: 100%;
}
.top-locations .box p {
  line-height: 2.1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-locations .box p {
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-bottom: 22px;
  }
}

.top-news {
  padding-bottom: 0;
}
.top-news .btn-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-news .btn-area {
    margin-top: 0;
  }
}
.top-news .heading-2 {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .top-news .heading-2 {
    margin-bottom: 20px;
  }
}
.top-news ul {
  display: flex;
  gap: 7.933%;
}
@media (max-width: 767px) {
  .top-news ul {
    display: block;
  }
}
.top-news ul li {
  transform: translateY(20px);
  opacity: 0;
  width: 28.044%;
}
.top-news ul li:nth-child(1) {
  animation-delay: 0ms;
}
.top-news ul li:nth-child(2) {
  animation-delay: 200ms;
}
.top-news ul li:nth-child(3) {
  animation-delay: 400ms;
}
.top-news ul li:nth-child(4) {
  animation-delay: 600ms;
}
@media (max-width: 767px) {
  .top-news ul li {
    margin-bottom: 38px;
    width: 100%;
  }
}
.top-news ul li a {
  display: block;
}
.top-news ul li span {
  display: block;
  line-height: 1.6;
}
.top-news ul li .post-thumbnail {
  margin-bottom: 14px;
}
.top-news ul li .post-thumbnail img {
  border-radius: 16px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .top-news ul li .post-thumbnail img {
    border-radius: 10px;
  }
}
.top-news ul li .post-date {
  color: var(--primary-color);
  font-size: 15px;
  margin-bottom: 0.4em;
}
.top-news ul.scrollin li {
  animation-fill-mode: forwards;
  animation-name: fadeInBottom;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.287, -0.006, 0.423, 0.993);
}

.top-recruit .box {
  background-color: #fff;
  position: relative;
  padding: 10px;
}
@media (max-width: 1024px) {
  .top-recruit .box {
    padding: 5px;
  }
}
.top-recruit .box-inner {
  border: 2px solid var(--light-color);
  padding: 60px 70px;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .top-recruit .box-inner {
    border-width: 1px;
    display: block;
    padding: 140px 24px 32px;
  }
}
@media (max-width: 767px) {
  .top-recruit .box-inner {
    padding-top: 114px;
  }
}
.top-recruit .txt {
  width: 52%;
}
@media (max-width: 1024px) {
  .top-recruit .txt {
    text-align: center;
    width: auto;
  }
}
.top-recruit .txt .heading-2 {
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .top-recruit .txt .heading-2 {
    background-position: 50% 0;
    text-align: center;
    padding: 18px 0 0;
    display: block;
    margin-bottom: 20px;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
  }
  .top-recruit .txt .heading-2 .en {
    display: block;
    margin-right: 0;
    margin-bottom: 0.04em;
  }
  .top-recruit .txt .heading-2 .ja {
    display: block;
  }
}
.top-recruit .txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .top-recruit .txt p {
    font-size: 14px;
    text-align: left;
  }
}
.top-recruit .txt p.copy {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .top-recruit .txt p.copy {
    font-size: 18px;
    text-align: center;
  }
}
.top-recruit .txt .btn-area {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .top-recruit .txt .btn-area {
    margin-top: 26px;
  }
}
.top-recruit .img {
  display: flex;
  justify-content: center;
  width: 46%;
}
@media (max-width: 1024px) {
  .top-recruit .img {
    margin-bottom: 24px;
    width: auto;
  }
}
.top-recruit .img-container {
  position: relative;
  text-align: center;
}
.top-recruit .img p {
  font-size: 19px;
  letter-spacing: 0.16em;
  color: var(--primary-color);
  writing-mode: vertical-rl;
  position: absolute;
  right: -65px;
  top: 55%;
  transform: translateY(-50%);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-recruit .img p {
    font-size: 11px;
    right: 1%;
  }
}
.top-recruit .img .illust {
  display: block;
  top: 10px;
  left: 49%;
  transform: translateX(-50%);
  max-width: none;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-recruit .img .illust {
    width: 80%;
  }
}
.top-recruit .img picture {
  display: inline-block;
}
.top-recruit .img picture img {
  display: inline-block;
  border-radius: 180px 180px 12px 12px;
  width: 360px;
}
@media (max-width: 767px) {
  .top-recruit .img picture img {
    max-width: 360px;
    width: 70%;
  }
}

/* ==============================================
 12. About
=============================================== */
.about-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-content .about-top .fadein-left:not(.scrollin), .about-content .about-top .fadein-right:not(.scrollin) {
    transform: translate(0, 20px);
  }
}
.about-content .about-top .heading-1 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about-content .about-top .heading-1 {
    margin-bottom: 30px;
  }
}
.about-content .about-top .copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .about-content .about-top .copy {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 0.5em;
  }
}
.about-content .about-top p {
  font-size: 17px;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .about-content .about-top p {
    font-size: 15px;
    margin-bottom: 1.4em;
  }
  .about-content .about-top p.text-center {
    text-align: left;
  }
}
.about-content .about-top .block .img {
  overflow: hidden;
}
.about-content .about-top .block .img picture,
.about-content .about-top .block .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}
.about-content .about-top .block .img .clip-img {
  -o-object-fit: cover;
     object-fit: cover;
  isolation: isolate;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.about-content .about-top .block-1 {
  padding-bottom: 100px;
}
.about-content .about-top .block-1 .img-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -120px;
  width: 62vw;
  max-width: 890px;
}
.about-content .about-top .block-1 .img {
  aspect-ratio: 892/686;
  width: 100%;
}
.about-content .about-top .block-1 .img .clip-img {
  mask-image: url(images/svg/about_top_clip_1.svg);
  -webkit-mask-image: url(images/svg/about_top_clip_1.svg);
}
@media (max-width: 1024px) {
  .about-content .about-top .block-1 {
    padding-bottom: 0;
  }
  .about-content .about-top .block-1 .img-wrapper {
    margin-left: 0;
    left: auto;
    right: -30vw;
  }
}
@media (max-width: 767px) {
  .about-content .about-top .block-1 .img-wrapper {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 -30px 30px;
    width: auto;
  }
  .about-content .about-top .block-1 .img {
    aspect-ratio: 811/522;
    width: 100%;
  }
  .about-content .about-top .block-1 .img .clip-img {
    mask-image: url(images/svg/about_top_clip_2.svg);
    -webkit-mask-image: url(images/svg/about_top_clip_2.svg);
  }
}
.about-content .about-top .block-2 {
  padding: 100px 0 120px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-content .about-top .block-2 {
    margin-bottom: 0;
    padding: 0;
  }
}
.about-content .about-top .block-2 .img-wrapper {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-55%);
  width: 50%;
}
@media (max-width: 767px) {
  .about-content .about-top .block-2 .img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
  }
}
.about-content .about-top .block-2 .img {
  aspect-ratio: 620/411;
  width: 100%;
}
.about-content .about-top .block-2 .img .clip-img {
  mask-image: url(images/svg/about_top_clip_3.svg);
  -webkit-mask-image: url(images/svg/about_top_clip_3.svg);
}
@media (max-width: 767px) {
  .about-content .about-top .block-2 .img {
    width: 65vw;
  }
}
.about-content .about-top .block-2 .txt {
  margin-left: auto;
  width: 48%;
}
@media (max-width: 767px) {
  .about-content .about-top .block-2 .txt {
    width: auto;
  }
}
.about-content .about-full-img {
  aspect-ratio: 2005/599;
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-content .about-full-img {
    aspect-ratio: 1003/570;
    margin: 50px -10% 0;
    width: auto;
  }
}
.about-content .about-full-img picture,
.about-content .about-full-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}
.about-content .about-full-img .clip-img {
  -o-object-fit: cover;
     object-fit: cover;
  isolation: isolate;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-image: url(images/svg/about_top_clip_4.svg);
  -webkit-mask-image: url(images/svg/about_top_clip_4.svg);
}
@media (max-width: 767px) {
  .about-content .about-full-img .clip-img {
    mask-image: url(images/svg/about_top_clip_5.svg);
    -webkit-mask-image: url(images/svg/about_top_clip_5.svg);
  }
}
.about-content .about-mind {
  background: url(images/common/body_bg02.jpg) repeat center center;
  position: relative;
  margin-top: -5vw;
  padding-top: calc(5vw + 120px);
}
@media (max-width: 767px) {
  .about-content .about-mind {
    padding-top: calc(5vw + 60px);
  }
  .about-content .about-mind .fadein-left:not(.scrollin), .about-content .about-mind .fadein-right:not(.scrollin) {
    transform: translate(0, 20px);
  }
}
.about-content .about-mind::after {
  content: "";
  background-image: url(images/common/content_bg_bottom.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 496px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-content .about-mind::after {
    background-size: 1000px 248px;
    height: 248px;
  }
}
.about-content .about-mind .container {
  z-index: 1;
}
.about-content .about-mind h2 {
  background: url(images/about/mind_tit_bg.svg) no-repeat center bottom;
  background-size: 237px 29px;
  color: var(--primary-color);
  text-align: center;
  font-size: 50px;
  line-height: 1;
  padding-bottom: 36px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about-content .about-mind h2 {
    background-size: 163px 14px;
    font-size: 33px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.about-content .about-mind h2 small {
  color: var(--font-color);
  font-size: 24px;
  display: block;
}
@media (max-width: 767px) {
  .about-content .about-mind h2 small {
    font-size: 16px;
  }
}
.about-content .about-mind h2 .num {
  font-size: 73px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .about-content .about-mind h2 .num {
    font-size: 47px;
  }
}
.about-content .about-mind .mind-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1160px;
}
.about-content .about-mind .mind-list li {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li {
    margin-bottom: 50px;
  }
}
.about-content .about-mind .mind-list li .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li .block {
    display: block;
  }
}
.about-content .about-mind .mind-list li .txt {
  padding: 70px 0 0 60px;
  position: relative;
  width: 47.5%;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li .txt {
    padding: 5vw 0 0 5%;
  }
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li .txt {
    padding: 34px 7% 0;
    width: auto;
  }
}
.about-content .about-mind .mind-list li .num {
  font-size: 134px;
  font-weight: normal;
  font-family: var(--font-family-en);
  position: absolute;
  letter-spacing: 0.08em;
  line-height: 1;
  left: 0;
  top: 0;
  color: #e4cfbb;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li .num {
    font-size: 10vw;
  }
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li .num {
    font-size: 67px;
  }
}
.about-content .about-mind .mind-list li h3 {
  color: var(--primary-color);
  line-height: 1;
  position: relative;
  margin-bottom: 1.35em;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li h3 {
    margin-bottom: 0.8em;
  }
}
.about-content .about-mind .mind-list li h3 .en {
  font-size: 58px;
  font-family: var(--font-family-en);
  font-weight: normal;
  letter-spacing: 0.08em;
  display: inline-block;
  position: relative;
  top: 0.04em;
  vertical-align: baseline;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li h3 .en {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li h3 .en {
    font-size: 36px;
  }
}
.about-content .about-mind .mind-list li h3 .ja {
  font-size: 18px;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li h3 .ja {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li h3 .ja {
    font-size: 15px;
  }
}
.about-content .about-mind .mind-list li h3 .ja::before {
  content: "/";
  margin: 0 0.5em 0 0.3em;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li p {
    font-size: 15px;
  }
}
.about-content .about-mind .mind-list li p.copy {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.825em;
}
@media (max-width: 1024px) {
  .about-content .about-mind .mind-list li p.copy {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li p.copy {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.about-content .about-mind .mind-list li .img {
  width: 46.5%;
  aspect-ratio: 514/423;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li .img {
    margin: 0 auto 10px;
    width: 78%;
  }
}
.about-content .about-mind .mind-list li .img picture,
.about-content .about-mind .mind-list li .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}
.about-content .about-mind .mind-list li .img .clip-img {
  -o-object-fit: cover;
     object-fit: cover;
  isolation: isolate;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-image: url(images/svg/about_mind_clip_1.svg);
  -webkit-mask-image: url(images/svg/about_mind_clip_1.svg);
}
.about-content .about-mind .mind-list li:last-child {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about-content .about-mind .mind-list li:last-child {
    margin-bottom: 30px;
  }
}
.about-content .about-mind .mind-list li:nth-child(odd) .block {
  flex-direction: row-reverse;
}
.about-content .about-mind .mind-list li:nth-child(even) .block .img .clip-img {
  mask-image: url(images/svg/about_mind_clip_2.svg);
  -webkit-mask-image: url(images/svg/about_mind_clip_2.svg);
}
.about-content .about-end {
  text-align: center;
}
.about-content .about-end p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .about-content .about-end p {
    font-size: 15px;
  }
}
.about-content .about-end .copy {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  color: var(--primary-color);
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .about-content .about-end .copy {
    font-size: 18px;
  }
}
.about-content .about-end .copy .copy-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .about-content .about-end .copy .copy-inner {
    padding-bottom: 12px;
  }
}
.about-content .about-end .copy svg {
  bottom: 0;
  left: 0;
  position: absolute;
  height: auto;
  width: 100%;
}
.about-content .about-end .copy svg path {
  fill: var(--secondary-color);
  opacity: 0;
  transform: translateY(10px);
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.about-content .about-end .copy svg path:nth-of-type(1) {
  animation-duration: 30ms;
  animation-delay: 30ms;
}
.about-content .about-end .copy svg path:nth-of-type(2) {
  animation-duration: 70ms;
  animation-delay: 70ms;
}
.about-content .about-end .copy svg path:nth-of-type(3) {
  animation-duration: 110ms;
  animation-delay: 110ms;
}
.about-content .about-end .copy svg path:nth-of-type(4) {
  animation-duration: 150ms;
  animation-delay: 150ms;
}
.about-content .about-end .copy svg path:nth-of-type(5) {
  animation-duration: 190ms;
  animation-delay: 190ms;
}
.about-content .about-end .copy svg path:nth-of-type(6) {
  animation-duration: 230ms;
  animation-delay: 230ms;
}
.about-content .about-end .copy svg path:nth-of-type(7) {
  animation-duration: 270ms;
  animation-delay: 270ms;
}
.about-content .about-end .copy svg path:nth-of-type(8) {
  animation-duration: 310ms;
  animation-delay: 310ms;
}
.about-content .about-end .copy svg path:nth-of-type(9) {
  animation-duration: 350ms;
  animation-delay: 350ms;
}
.about-content .about-end .copy svg path:nth-of-type(10) {
  animation-duration: 390ms;
  animation-delay: 390ms;
}
.about-content .about-end .copy svg path:nth-of-type(11) {
  animation-duration: 430ms;
  animation-delay: 430ms;
}
.about-content .about-end .copy svg path:nth-of-type(12) {
  animation-duration: 470ms;
  animation-delay: 470ms;
}
.about-content .about-end .copy svg path:nth-of-type(13) {
  animation-duration: 510ms;
  animation-delay: 510ms;
}
.about-content .about-end .copy svg path:nth-of-type(14) {
  animation-duration: 550ms;
  animation-delay: 550ms;
}
.about-content .about-end .copy svg path:nth-of-type(15) {
  animation-duration: 590ms;
  animation-delay: 590ms;
}
.about-content .about-end .copy svg path:nth-of-type(16) {
  animation-duration: 630ms;
  animation-delay: 630ms;
}
.about-content .about-end .copy svg path:nth-of-type(17) {
  animation-duration: 670ms;
  animation-delay: 670ms;
}
.about-content .about-end .copy svg path:nth-of-type(18) {
  animation-duration: 710ms;
  animation-delay: 710ms;
}
.about-content .about-end .copy svg path:nth-of-type(19) {
  animation-duration: 750ms;
  animation-delay: 750ms;
}
.about-content .about-end .copy svg path:nth-of-type(20) {
  animation-duration: 790ms;
  animation-delay: 790ms;
}
.about-content .about-end .copy svg path:nth-of-type(21) {
  animation-duration: 830ms;
  animation-delay: 830ms;
}
.about-content .about-end .copy svg path:nth-of-type(22) {
  animation-duration: 870ms;
  animation-delay: 870ms;
}
.about-content .about-end .copy svg path:nth-of-type(23) {
  animation-duration: 910ms;
  animation-delay: 910ms;
}
.about-content .about-end .copy svg path:nth-of-type(24) {
  animation-duration: 950ms;
  animation-delay: 950ms;
}
.about-content .about-end .copy svg path:nth-of-type(25) {
  animation-duration: 990ms;
  animation-delay: 990ms;
}
.about-content .about-end .copy svg path:nth-of-type(26) {
  animation-duration: 1030ms;
  animation-delay: 1030ms;
}
.about-content .about-end .copy svg path:nth-of-type(27) {
  animation-duration: 1070ms;
  animation-delay: 1070ms;
}
.about-content .about-end .copy svg path:nth-of-type(28) {
  animation-duration: 1110ms;
  animation-delay: 1110ms;
}
.about-content .about-end .copy svg path:nth-of-type(29) {
  animation-duration: 1150ms;
  animation-delay: 1150ms;
}
.about-content .about-end .copy svg path:nth-of-type(30) {
  animation-duration: 1190ms;
  animation-delay: 1190ms;
}
.about-content .about-end .copy svg path:nth-of-type(31) {
  animation-duration: 1230ms;
  animation-delay: 1230ms;
}
.about-content .about-end .copy svg path:nth-of-type(32) {
  animation-duration: 1270ms;
  animation-delay: 1270ms;
}
.about-content .about-end .copy svg path:nth-of-type(33) {
  animation-duration: 1310ms;
  animation-delay: 1310ms;
}
.about-content .about-end .copy svg path:nth-of-type(34) {
  animation-duration: 1350ms;
  animation-delay: 1350ms;
}
.about-content .about-end .copy svg path:nth-of-type(35) {
  animation-duration: 1390ms;
  animation-delay: 1390ms;
}
.about-content .about-end .copy svg path:nth-of-type(36) {
  animation-duration: 1430ms;
  animation-delay: 1430ms;
}
.about-content .about-end .copy svg path:nth-of-type(37) {
  animation-duration: 1470ms;
  animation-delay: 1470ms;
}
.about-content .about-end .copy svg path:nth-of-type(38) {
  animation-duration: 1510ms;
  animation-delay: 1510ms;
}
.about-content .about-end .copy svg path:nth-of-type(39) {
  animation-duration: 1550ms;
  animation-delay: 1550ms;
}
.about-content .about-end .copy svg path:nth-of-type(40) {
  animation-duration: 1590ms;
  animation-delay: 1590ms;
}
.about-content .about-end .copy svg path:nth-of-type(41) {
  animation-duration: 1630ms;
  animation-delay: 1630ms;
}
.about-content .about-end .copy svg path:nth-of-type(42) {
  animation-duration: 1670ms;
  animation-delay: 1670ms;
}
.about-content .about-end .copy svg path:nth-of-type(43) {
  animation-duration: 1710ms;
  animation-delay: 1710ms;
}
.about-content .about-end .copy svg path:nth-of-type(44) {
  animation-duration: 1750ms;
  animation-delay: 1750ms;
}
.about-content .about-end .copy svg path:nth-of-type(45) {
  animation-duration: 1790ms;
  animation-delay: 1790ms;
}
.about-content .about-end .copy svg path:nth-of-type(46) {
  animation-duration: 1830ms;
  animation-delay: 1830ms;
}
.about-content .about-end .copy.scrollin svg path {
  animation-name: drawPath;
}
@keyframes drawPath {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.about-content .about-slider {
  margin-top: 120px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-content .about-slider {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.about-content .about-slider .slide-item {
  margin: 0 15px;
  width: 300px;
}
@media (max-width: 767px) {
  .about-content .about-slider .slide-item {
    margin: 0 1.6vw;
    width: 36vw;
  }
}
.about-content .about-slider .slide-item:nth-child(even) {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .about-content .about-slider .slide-item:nth-child(even) {
    padding-top: 8.5vw;
  }
}
.about-content .about-slider .slide-item img {
  border-radius: 12px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .about-content .about-slider .slide-item img {
    border-radius: 6px;
  }
}

/* ==============================================
 13. Menu
=============================================== */
.menu-archive-top {
  background: url(images/common/body_bg02.jpg) repeat center center;
  position: relative;
  padding-bottom: 140px;
  padding-top: 200px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .menu-archive-top {
    padding-top: 100px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.menu-archive-top .container {
  z-index: 1;
}
.menu-archive-top::after {
  content: "";
  background-image: url(images/common/content_bg_bottom.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 496px;
  width: 100%;
}
@media (max-width: 767px) {
  .menu-archive-top::after {
    background-size: 1000px 248px;
    height: 248px;
  }
}
.menu-archive-top .heading-1 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .menu-archive-top .heading-1 {
    margin-bottom: 30px;
  }
}

.menu-archive-category {
  display: flex;
  justify-content: center;
}
.menu-archive-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .menu-archive-category ul {
    gap: 10px 2%;
  }
}
@media (max-width: 767px) {
  .menu-archive-category ul li {
    width: 32%;
  }
}
.menu-archive-category ul li a {
  background-color: #fef9f4;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  display: block;
  font-size: 18px;
  text-align: center;
  min-width: 180px;
  padding: 16px;
  width: auto;
}
@media (max-width: 767px) {
  .menu-archive-category ul li a {
    font-size: 13px;
    border-radius: 8px;
    padding: 10px 5px 5px;
    min-width: 0px;
    width: 100%;
  }
}
.menu-archive-category ul li a .icon {
  display: block;
}
.menu-archive-category ul li a .icon img {
  height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  .menu-archive-category ul li a .icon img {
    height: 30px;
  }
}
.menu-archive-category ul li a .name {
  background: url(images/common/arrow_link_brown.svg) no-repeat 0 50%;
  background-size: 6px 10px;
  display: inline-block;
  line-height: 1.3;
  padding: 5px 0 5px 12px;
}
@media (max-width: 767px) {
  .menu-archive-category ul li a .name {
    background-size: 5px 8px;
    padding: 5px 0 5px 9px;
  }
}

.menu-archive-pickup {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .menu-archive-pickup {
    margin-top: 40px;
  }
}
.menu-archive-pickup .heading-2 {
  background: url(images/menu/pickup_tit_bg.svg) no-repeat center top;
  background-size: 81px 27px;
  padding-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .menu-archive-pickup .heading-2 {
    background-size: 56px 19px;
    padding-top: 26px;
    margin-bottom: 24px;
  }
}
.menu-archive-pickup .heading-2 .en {
  font-size: 62px;
}
@media (max-width: 767px) {
  .menu-archive-pickup .heading-2 .en {
    font-size: 40px;
  }
}
.menu-archive-pickup .heading-2 .ja {
  font-size: 18px;
}
@media (max-width: 767px) {
  .menu-archive-pickup .heading-2 .ja {
    font-size: 14px;
  }
}
.menu-archive-pickup .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block {
    display: block;
    padding: 0;
  }
}
.menu-archive-pickup .block .img {
  overflow: hidden;
  width: 48%;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .img {
    margin: 0 auto 26px;
    width: 90%;
  }
}
.menu-archive-pickup .block .img img {
  aspect-ratio: 567/466;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  isolation: isolate;
  overflow: hidden;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-image: url(images/svg/pickup_clip.svg);
  -webkit-mask-image: url(images/svg/pickup_clip.svg);
}
.menu-archive-pickup .block .txt {
  padding-right: 3%;
  width: 45%;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .txt {
    padding-right: 0;
    width: auto;
  }
}
.menu-archive-pickup .block .txt h2 {
  position: relative;
  margin-left: -36px;
  margin-bottom: 20px;
  margin-top: -20px;
  position: relative;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .txt h2 {
    margin-top: 0;
  }
}
.menu-archive-pickup .block .txt h3 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .txt h3 {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}
.menu-archive-pickup .block .txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .txt p {
    font-size: 15px;
  }
}
.menu-archive-pickup .block .txt .btn-area {
  margin-top: 2.6em;
}
@media (max-width: 767px) {
  .menu-archive-pickup .block .txt .btn-area {
    margin-top: 2em;
    text-align: center;
  }
}

.menu-archive-block {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .menu-archive-block {
    margin-bottom: 50px;
  }
}
.menu-archive-block .heading {
  background-image: url(images/icons/icon_heading.svg);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 12px 14px;
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  padding-left: 25px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .menu-archive-block .heading {
    background-size: 10px 11px;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 22px;
  }
}
.menu-archive-block .heading + p {
  position: relative;
  margin: -10px 0 30px;
}
@media (max-width: 767px) {
  .menu-archive-block .heading + p {
    margin: -10px 0 20px;
  }
}
.menu-archive-block .menu-more-btn {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 5em;
  font-weight: 500;
  color: var(--primary-color);
  display: block;
  font-size: 14px;
  margin: 0 auto 10px;
  padding: 10px;
  width: 180px;
}
.menu-archive-block .menu-more-btn.is-active {
  background-color: transparent;
}

.menu-archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3%;
}
@media (max-width: 1024px) {
  .menu-archive-list {
    gap: 0 6%;
  }
}
.menu-archive-list.is-after {
  --fade-height: 120px;
  max-height: var(--fade-height);
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) calc(100% - var(--fade-height)), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) calc(100% - var(--fade-height)), rgba(0, 0, 0, 0));
  transition: max-height 0.4s ease;
}
@media (max-width: 767px) {
  .menu-archive-list.is-after {
    --fade-height: 80px;
  }
}
.menu-archive-list.is-after.is-open {
  mask-image: none;
  -webkit-mask-image: none;
}
.menu-archive-list li {
  margin-bottom: 55px;
  width: 22.75%;
}
@media (max-width: 1024px) {
  .menu-archive-list li {
    margin-bottom: 30px;
    width: 47%;
  }
}
.menu-archive-list li .post-thumbnail {
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .menu-archive-list li .post-thumbnail {
    margin-bottom: 10px;
  }
}
.menu-archive-list li .post-thumbnail img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .menu-archive-list li .post-thumbnail img {
    border-radius: 6px;
  }
}
.menu-archive-list li .post-title {
  display: block;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .menu-archive-list li .post-title {
    font-size: 14px;
  }
}

.menu-detail-main {
  background-color: #fff;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  padding: 60px 70px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .menu-detail-main {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .menu-detail-main {
    display: block;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 40px;
  }
}
.menu-detail-gallery {
  width: 48%;
}
@media (max-width: 767px) {
  .menu-detail-gallery {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    width: auto;
  }
}
.menu-detail-slider {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .menu-detail-slider {
    margin-bottom: 18px;
  }
}
.menu-detail-slider .slide-item img {
  border-radius: 24px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .menu-detail-slider .slide-item img {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .menu-detail-thumb {
    padding: 0 6%;
  }
}
.menu-detail-thumb .slick-arrow {
  background-color: #c18e54;
  border-radius: 50%;
  height: 20px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-arrow {
    height: 18px;
    width: 18px;
  }
}
.menu-detail-thumb .slick-arrow::after {
  content: "";
}
.menu-detail-thumb .slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-prev {
    left: 7px;
  }
}
.menu-detail-thumb .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  left: 8px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    left: 7px;
  }
}
.menu-detail-thumb .slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-next {
    right: 7px;
  }
}
.menu-detail-thumb .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 8px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 7px;
  }
}
.menu-detail-thumb .slick-list {
  margin-right: -12px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slick-list {
    margin-right: -8px;
  }
}
.menu-detail-thumb .slide-item {
  margin: 0 12px 0 0;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slide-item {
    margin-right: 8px;
  }
}
.menu-detail-thumb .slide-item:not(.slick-current) {
  opacity: 0.6;
}
.menu-detail-thumb .slide-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .menu-detail-thumb .slide-item img {
    border-radius: 4px;
  }
}
.menu-detail-primary {
  position: relative;
  padding-top: 24px;
  width: 47%;
}
@media (max-width: 767px) {
  .menu-detail-primary {
    padding: 30px 7%;
    width: auto;
  }
}
.menu-detail-primary::before {
  content: "";
  background-color: #c18e54;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
@media (max-width: 767px) {
  .menu-detail-primary::before {
    content: none;
  }
}
.menu-detail-primary h3 {
  color: #c18e54;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .menu-detail-primary h3 {
    font-size: 12px;
    margin-bottom: 0.3em;
  }
}
.menu-detail-primary .text-group {
  font-size: 14px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .menu-detail-primary .text-group {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.menu-detail-primary .title {
  font-size: 28px;
  line-height: 1.55;
  margin-bottom: 0.7em;
}
@media (max-width: 1024px) {
  .menu-detail-primary .title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .menu-detail-primary .title {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1em;
  }
}
.menu-detail-primary .description {
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .menu-detail-primary .description {
    font-size: 14px;
    line-height: 1.8;
  }
}
.menu-detail-primary .price {
  font-size: 26px;
  display: flex;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
  align-items: baseline;
}
@media (max-width: 767px) {
  .menu-detail-primary .price {
    font-size: 20px;
  }
}
.menu-detail-primary .price .yen {
  font-size: 22px;
}
@media (max-width: 767px) {
  .menu-detail-primary .price .yen {
    font-size: 18px;
  }
}
.menu-detail-primary .price .tax {
  font-size: 14px;
}
@media (max-width: 767px) {
  .menu-detail-primary .price .tax {
    font-size: 12px;
  }
}
.menu-detail-primary .tag-list {
  margin-bottom: 1em;
}
.menu-detail-primary .tag-list li {
  font-size: 14px;
  border-radius: 5em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  line-height: 1.4;
  margin: 0 0.7em 0.7em 0;
  padding: 0.175em 1em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .menu-detail-primary .tag-list li {
    font-size: 12px;
  }
}
.menu-detail-primary .allergy-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-detail-primary .allergy-list li:not(:last-child)::after {
  content: "・";
}
.menu-detail-primary .precautions {
  font-size: 14px;
  line-height: 1.8;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .menu-detail-primary .precautions {
    font-size: 12px;
  }
}
.menu-detail-primary .other-info {
  border-top: 1px solid var(--font-color);
  font-size: 14px;
  margin-top: 2.725em;
}
@media (max-width: 767px) {
  .menu-detail-primary .other-info {
    font-size: 12px;
  }
}
.menu-detail-primary .other-info-group {
  border-bottom: 1px solid var(--font-color);
  padding: 0.7em 1em;
}
@media (max-width: 767px) {
  .menu-detail-primary .other-info-group {
    padding: 0.7em;
  }
}
.menu-detail-primary .other-info-title {
  cursor: pointer;
  position: relative;
  padding: 0.8em 20px 0.8em 0;
}
@media (max-width: 767px) {
  .menu-detail-primary .other-info-title {
    padding: 0.5em 20px 0.5em 0;
  }
}
.menu-detail-primary .other-info-title::before, .menu-detail-primary .other-info-title::after {
  content: "";
  background-color: var(--font-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu-detail-primary .other-info-title::before {
  height: 1px;
  right: 0;
  width: 11px;
}
.menu-detail-primary .other-info-title::after {
  height: 11px;
  right: 5px;
  width: 1px;
}
.menu-detail-primary .other-info-title.active::after {
  content: none;
}
.menu-detail-primary .other-info-content {
  display: none;
}
.menu-detail-primary .other-info-content.show {
  display: block;
}
.menu-detail-primary .other-info-content p {
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 0.8em;
}

.menu-detail-related {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .menu-detail-related {
    background: url(images/common/body_bg02.jpg) repeat center center;
    padding: 40px 20px;
    position: relative;
    margin: 60px -20px;
    overflow: hidden;
  }
}
.menu-detail-related h2 {
  background-image: url(images/icons/icon_heading.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 12px 14px;
  text-align: center;
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 1.2em;
  padding-top: 22px;
}
@media (max-width: 767px) {
  .menu-detail-related h2 {
    background-size: 10px 11px;
    font-size: 18px;
    padding-top: 20px;
  }
}

.menu-related-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 7.933%;
}
@media (max-width: 767px) {
  .menu-related-slider {
    display: block;
    gap: 0;
  }
  .menu-related-slider .slick-list {
    overflow: visible;
  }
}
.menu-related-slider .slide-item {
  width: 28.044%;
}
@media (max-width: 767px) {
  .menu-related-slider .slide-item {
    margin-right: 5vw;
    margin-bottom: 0;
    width: auto;
  }
}
.menu-related-slider .slide-item a {
  display: block;
}
.menu-related-slider .slide-item span {
  display: block;
  line-height: 1.6;
}
.menu-related-slider .slide-item .post-thumbnail {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .menu-related-slider .slide-item .post-thumbnail {
    margin-bottom: 10px;
  }
}
.menu-related-slider .slide-item .post-thumbnail img {
  border-radius: 16px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .menu-related-slider .slide-item .post-thumbnail img {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .menu-related-slider .slide-item .post-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ==============================================
 14. Locations
=============================================== */
.locations-content .locations-group {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .locations-content .locations-group {
    margin-bottom: 30px;
  }
}
.locations-content .locations-group .box {
  background-color: #fff;
  border-radius: 36px;
  padding: 60px;
}
@media (max-width: 767px) {
  .locations-content .locations-group .box {
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
  }
}
.locations-content .locations-group .main-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-area {
    display: block;
  }
}
.locations-content .locations-group .main-text {
  padding-top: 50px;
  margin-bottom: 70px;
  width: 49%;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text {
    padding: 20px 24px;
    margin-bottom: 0;
    width: 100%;
  }
}
.locations-content .locations-group .main-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text h2 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.locations-content .locations-group .main-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text p {
    font-size: 14px;
  }
}
.locations-content .locations-group .main-text table {
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text table {
    margin-bottom: 18px;
  }
}
.locations-content .locations-group .main-text table th {
  border-bottom: 1px solid var(--border-color);
  font-size: 16px;
  text-align: left;
  padding: 1em 0;
  width: 8em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text table th {
    font-size: 14px;
    padding: 0.9em 0;
    width: 6em;
  }
}
.locations-content .locations-group .main-text table td {
  border-bottom: 1px solid var(--border-color);
  font-size: 16px;
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-text table td {
    font-size: 14px;
    padding: 0.9em 0;
  }
}
.locations-content .locations-group .main-text table td a {
  text-decoration: underline;
}
.locations-content .locations-group .main-text table td a:hover {
  text-decoration: none;
}
.locations-content .locations-group .main-image {
  margin-bottom: 70px;
  width: 47%;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-image {
    margin-bottom: 0;
    width: 100%;
  }
}
.locations-content .locations-group .main-image img {
  display: block;
  border-radius: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .locations-content .locations-group .main-image img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .locations-content .locations-group .map-area {
    padding: 0 24px 25px;
  }
}
.locations-content .locations-group .map-area .ggmap {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .locations-content .locations-group .map-area .ggmap {
    height: 0;
    padding-top: 100%;
  }
}
.locations-content .locations-group .map-area .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.locations-content .locations-group .map-area .map-link {
  font-size: 80%;
  text-align: right;
  margin-top: 10px;
}
.locations-content .locations-group .map-area .map-link:hover {
  text-decoration: underline;
}

/* ==============================================
 15. Recruit
=============================================== */
.recruit-content .recruit-entry-btn {
  font-size: 20px;
  padding: 25px 50px;
  width: 420px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-entry-btn {
    font-size: 16px;
    padding: 22px 50px;
  }
}
@media (max-width: 340px) {
  .recruit-content .recruit-entry-btn {
    font-size: 14px;
  }
}
.recruit-content .recruit-entry-btn svg {
  height: 12px;
  width: 18px;
  transform: translateY(-50%) rotate(-45deg);
}
.recruit-content .recruit-message {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-message {
    margin-bottom: 60px;
  }
}
.recruit-content .recruit-message .message-image {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-message .message-image {
    margin-bottom: 35px;
  }
}
.recruit-content .recruit-message .message-image > div {
  width: 46.7%;
}
.recruit-content .recruit-message .message-image img {
  border-radius: 12px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .recruit-content .recruit-message .message-image img {
    border-radius: 6px;
  }
}
.recruit-content .recruit-message .message-image .img-2 {
  padding-top: 10%;
}
.recruit-content .recruit-message .message-text {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-message .message-text {
    margin-bottom: 20px;
  }
}
.recruit-content .recruit-message .message-text p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-message .message-text p {
    font-size: 15px;
  }
}
.recruit-content .recruit-requirements {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements {
    margin: 0 -20px;
    position: relative;
  }
}
.recruit-content .recruit-requirements h2 {
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements h2 {
    font-size: 20px;
  }
}
.recruit-content .recruit-requirements h2::after {
  background-color: var(--primary-color);
  content: "";
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}
.recruit-content .recruit-requirements .tab-menu {
  text-align: center;
}
.recruit-content .recruit-requirements .tab-menu li {
  display: inline-block;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .tab-menu li {
    margin: 0 3px;
  }
}
.recruit-content .recruit-requirements .tab-menu li a {
  border-radius: 6px 6px 0 0;
  background-color: #b7a390;
  border: 1px solid #b7a390;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 0.9em;
  position: relative;
  margin-bottom: -1px;
  width: 300px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .tab-menu li a {
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    padding: 0.8em;
    width: 150px;
  }
}
@media (max-width: 340px) {
  .recruit-content .recruit-requirements .tab-menu li a {
    width: 130px;
  }
}
.recruit-content .recruit-requirements .tab-menu li a.active {
  background-color: #fff;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.recruit-content .recruit-requirements .tab-menu li a.active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
}
.recruit-content .recruit-requirements .tab-content {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .tab-content {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.recruit-content .recruit-requirements .tab-pane {
  display: none;
  font-size: 15px;
  padding: 60px 60px 70px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .tab-pane {
    font-size: 14px;
    padding: 30px 20px 50px;
  }
}
.recruit-content .recruit-requirements .tab-pane.show {
  display: block;
}
.recruit-content .recruit-requirements .recruit-table {
  border-top: 1px solid var(--border-color);
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .recruit-table {
    border-top: none;
    margin-bottom: 20px;
  }
}
.recruit-content .recruit-requirements .recruit-table th, .recruit-content .recruit-requirements .recruit-table td {
  border-bottom: 1px solid var(--border-color);
  font-size: 15px;
  text-align: left;
  padding: 1.2em 1.8em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .recruit-table th, .recruit-content .recruit-requirements .recruit-table td {
    border-bottom: none;
    display: block;
    font-size: 14px;
    padding: 1em 1em 1.5em;
  }
}
.recruit-content .recruit-requirements .recruit-table th {
  background-color: #f6f4f2;
  width: 13em;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .recruit-table th {
    padding: 0.5em 1em;
    width: 100%;
  }
}
.recruit-content .recruit-requirements .btn-area {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .recruit-content .recruit-requirements .btn-area {
    margin-top: 30px;
  }
}

/* ==============================================
 20. Post
=============================================== */
.post-article {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-article {
    border-radius: 12px;
    margin-bottom: 30px;
  }
}
.post-article .post-container {
  padding: 50px 60px;
}
@media (max-width: 767px) {
  .post-article .post-container {
    padding: 24px;
  }
}
.post-article .post-meta {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-article .post-meta {
    margin-bottom: 0.8em;
  }
}
.post-article .post-meta .post-date {
  font-size: 15px;
  color: var(--primary-color);
  display: block;
  margin-right: 1.25em;
  padding-top: 0.2em;
}
@media (max-width: 767px) {
  .post-article .post-meta .post-date {
    font-size: 12px;
    margin-right: 1.1em;
    padding-top: 0.3em;
  }
}
.post-article .post-meta .post-categories {
  display: block;
}
.post-article .post-meta .post-categories .post-category {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding: 0.3em 1.4em;
  vertical-align: baseline;
  border-radius: 5em;
}
@media (max-width: 767px) {
  .post-article .post-meta .post-categories .post-category {
    font-size: 12px;
  }
}
.post-article .post-title {
  border-bottom: 1px solid var(--border-color);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
@media (max-width: 767px) {
  .post-article .post-title {
    font-size: 18px;
  }
}
.post-article .post-thumbnail img {
  display: block;
  width: 100%;
}
.post-article .post-contents {
  line-height: 2;
}
.post-article .post-contents p {
  margin-bottom: 1.9em;
}
.post-article .post-contents a:not(.btn) {
  text-decoration: underline;
  word-break: break-all;
}
.post-article .post-contents a:not(.btn):hover {
  text-decoration: none;
}
.post-article .post-contents .btn {
  margin: 1.25em auto;
}
.post-article .post-contents > h1:first-child,
.post-article .post-contents > h2:first-child,
.post-article .post-contents > h3:first-child,
.post-article .post-contents > h4:first-child,
.post-article .post-contents > h5:first-child,
.post-article .post-contents > h6:first-child {
  margin-top: 0;
}
.post-article .post-contents h1 {
  font-size: 124%;
  margin-bottom: 1em;
  margin-top: 2.4em;
  line-height: 1.6;
}
.post-article .post-contents h2 {
  font-size: 116%;
  margin-bottom: 1em;
  margin-top: 2.4em;
  line-height: 1.6;
}
.post-article .post-contents h3 {
  font-size: 100%;
  margin-bottom: 0.8em;
  margin-top: 3em;
  line-height: 1.8;
}
.post-article .post-contents h4 {
  font-size: 100%;
  margin-bottom: 0.8em;
  margin-top: 1.8em;
  line-height: 1.8;
}
.post-article .post-contents h5 {
  font-size: 100%;
  margin-bottom: 0.4em;
  line-height: 1.8;
}
.post-article .post-contents h6 {
  font-size: 100%;
  margin-bottom: 0.4em;
  line-height: 1.8;
}
.post-article .post-contents img {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.post-article .post-contents img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.post-article .post-contents img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}
.post-article .post-contents img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.post-article .post-contents blockquote {
  background-color: #f5f5f5;
  font-style: normal;
  font-size: 100%;
  padding: 5% 4% 1%;
  margin: 2em 2em;
  position: relative;
}
.post-article .post-contents blockquote::before {
  content: "“";
  position: absolute;
  font-size: 100px;
  display: block;
  line-height: 1;
  top: -0.2em;
  left: 10px;
  color: #aaa;
}
.post-article .post-contents blockquote p {
  line-height: 1.7;
}
.post-article .post-contents ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-article .post-contents ol li {
  margin-bottom: 8px;
}
.post-article .post-contents ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-article .post-contents ul li {
  margin-bottom: 8px;
  position: relative;
}
.post-article .post-contents ul li::before {
  background-color: var(--primary-color);
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.65em;
  width: 6px;
  border-radius: 50%;
}
.post-article .post-contents table {
  border-left: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}
.post-article .post-contents table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.post-article .post-contents table td {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  padding: 15px;
  vertical-align: middle;
}

.post-nav {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-nav {
    display: block;
    margin-bottom: 30px;
  }
}
.post-nav > div {
  width: 47%;
}
@media (max-width: 767px) {
  .post-nav > div {
    width: 100%;
  }
  .post-nav > div:nth-child(2) {
    border-top: 1px solid var(--border-color);
    margin-top: 1em;
    padding-top: 1em;
  }
}
.post-nav a {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 767px) {
  .post-nav a {
    font-size: 14px;
    line-height: 1.6;
  }
}
.post-nav a::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  position: absolute;
  width: 27px;
}
.post-nav a svg {
  fill: var(--primary-color);
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}
.post-nav-prev {
  text-align: right;
  margin-left: auto;
}
.post-nav-prev a {
  padding-right: 40px;
}
.post-nav-prev a::before {
  right: 0;
}
.post-nav-prev a svg {
  right: 8px;
}
.post-nav-next {
  margin-right: auto;
}
.post-nav-next a {
  padding-left: 40px;
}
.post-nav-next a::before {
  left: 0;
}
.post-nav-next a svg {
  left: 8px;
}

.pager .wp-pagenavi {
  text-align: center;
}
.pager .wp-pagenavi a, .pager .wp-pagenavi span {
  color: var(--primary-color);
  border: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  padding: 0;
  vertical-align: top;
}
.pager .wp-pagenavi span.current {
  background-color: var(--primary-color);
  color: #fff;
  min-width: 50px;
  border-radius: 25px;
}
.pager .wp-pagenavi a.page {
  background-color: #fff;
  min-width: 50px;
  border-radius: 25px;
  transition: color 300ms ease, background-color 300ms ease;
}
.pager .wp-pagenavi a.page:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pager .wp-pagenavi a.previouspostslink {
  background: url(images/common/arrow_prev_brown.svg) no-repeat left center;
  background-size: 30px 6px;
  margin-right: 15px;
  padding-left: 40px;
}
.pager .wp-pagenavi a.nextpostslink {
  background: url(images/common/arrow_next_brown.svg) no-repeat right center;
  background-size: 30px 6px;
  margin-left: 15px;
  padding-right: 40px;
}

/* ==============================================
 21. News
=============================================== */
.news-archive .heading-1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-archive .heading-1 {
    margin-bottom: 30px;
  }
}

.news-detail .inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.933%;
}
@media (max-width: 767px) {
  .news-list {
    display: block;
  }
}
.news-list li {
  margin-bottom: 60px;
  width: 28.044%;
}
@media (max-width: 767px) {
  .news-list li {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 18px;
    padding-bottom: 18px;
    width: 100%;
  }
}
.news-list li a {
  display: block;
}
@media (max-width: 767px) {
  .news-list li a {
    display: flex;
    width: 100%;
  }
}
.news-list li span {
  display: block;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-list li .txt {
    flex: 1;
    min-width: 0px;
  }
}
.news-list li .post-thumbnail {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .news-list li .post-thumbnail {
    margin-right: 6%;
    margin-bottom: 0;
    width: 33%;
  }
}
.news-list li .post-thumbnail img {
  border-radius: 16px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .news-list li .post-thumbnail img {
    border-radius: 5px;
  }
}
.news-list li .post-date {
  color: var(--primary-color);
  font-size: 15px;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .news-list li .post-date {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  .news-list li .post-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.news-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .news-category-list {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.news-category-list li a {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 5em;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.6em 2em;
  text-align: center;
  min-width: 6.5em;
  transition: color 200ms ease, background-color 200ms ease;
}
.news-category-list li a.current {
  background-color: var(--primary-color);
  color: #fff;
}
.news-category-list li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767px) {
  .news-category-list li a {
    font-size: 12px;
  }
}

/* ==============================================
 32. Privacy policy
=============================================== */
.privacy-contents .heading-1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .privacy-contents .heading-1 {
    font-size: 16px;
  }
}
.privacy-contents .privacy-main {
  font-size: 15px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .privacy-contents .privacy-main {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .privacy-contents .privacy-main {
    padding-top: 30px;
  }
}
.privacy-contents .privacy-main p a {
  text-decoration: underline;
}
.privacy-contents .privacy-main p a:hover {
  text-decoration: none;
}

/* ==============================================
 98. Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/* ==============================================
 99. print style
=============================================== */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */